@charset "utf-8";
/* CSS Document */


.banner
.all_content{}
/*业务*/
.offer{width: 100%;}
.offer ul{margin-top: 2.5rem;width: 93.6%;margin: 0 auto;}
.offer li{margin-right: 4%; float: left;text-align: center;font-size: 1.6rem;width: 22%;}
.offer img{height:100%;width: 100%;display: block;}
.offer .icon{width: 100%;height: 100%;margin: 0 auto}
.offer h3 {margin-top: 2rem;line-height: 0.1rem;color: #323232;font-size: 1.6rem;}

/*分割线*/
.division{width: 100%;height: 0.625rem;margin: 1.875rem 0;background: #e9e9e9;}
font{color: #218ae0;}
/*常见问题*/
.problem{width:93.6%;margin: 0 auto}
.problem p{font-size: 1.5rem;margin-bottom: 1.5rem;margin-top: 1.5rem;}
.problem .title p{margin-top: -0.6rem;}
.problem .column{width: 48.5%;border: 1px solid #e9e9e9;}
.problem .column img{float: left;width: 20%;margin: 5% 2.5% 5% 5%}
.problem .column .text{float: left;margin-top: 4%}
.problem .column strong{font-size: 1.875rem;font-weight: normal;margin-top: 2%;}
.problem .column p{color: #858585;line-height: 0.1rem;margin-top: 0.7rem;}
.problem .content{margin-bottom: 2%;}
.problem .button{width: 30%;margin: 0 auto}
.problem .button img {display: block;width: 100%;}

/*热门国家*/
.country{width:93.6%;margin: 0 auto}
.country .button{width: 23.8%;line-height:3rem;background: #218ae0;color: #fff;text-align: center;float: left;margin-left: 1.5%;font-size: 1.5rem;}
.country .content{margin-bottom: 1.5%;}
.country .news img {width: 29%;float: left;margin-right: 1.6%;margin-top: 3.4%;}
.country .news .text{float: left;width: 69.4%;margin-top: 1%;}
.country .news h4{font-size: 1.6rem;
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
    ;margin-top:5%;}
.country .news p{font-size: 1.5rem;color: #858585;margin-top: 1%;word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/}
.country .news li{font-size: 1.6rem;}
.news_more{margin-top: 1.5rem;}
.news_more li{margin:1.5rem auto;}
/*案例*/
.case{width:93.6%;margin: 0 auto}
.case .content{}
.case .column{margin-bottom: 2%}
.case h4{background: #218ae0;font-weight: normal;line-height: 4rem;font-size: 1.875rem;text-align: center;color: #fff;padding: 0;margin: 0;margin-bottom: 3%;}
.case .content img{float: left;width: 40%;margin-right: 5%;}
.case .content p{font-size: 1.5rem;float: left;margin-top: 0.1%;line-height: 2.25rem;}
.case .more{width: 35%;margin: 0 auto}
.case .more img{display: block;width: 100%;margin-top: 3%;}
/*FAQ*/
.faq{width:93.6%;margin: 0 auto }
.faq_bg img{width: 100%;height: auto}
.faq .content{border: 1px solid #e9e9e9;margin-top: 3%;}
.faq h5{font-size: 1.6rem;margin-left: 4%;margin-top: 2%}
.faq p{font-size: 1.5rem;color: #858585;margin-left: 4%;width: 94%;margin-bottom: 2%; word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/}