@font-face {
font-family: 'KeFont';
src: url('./Alibaba-PuHuiTi-Regular.ttf');
}

@font-face {
	font-family: 'KeFontHei';
	src: url('./binkehei.ttf');
}

.bingke{
	font-family: 'KeFontHei';
	letter-spacing: 4px;
}

/* 新增git测试 */
*{box-sizing:border-box;color:#333;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family: 'KeFont';}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
/* 新闻详情修复富文本的一些格式 */
.xw-det em{font-style: italic;}
.xw-det blockquote {
	background-color: #f5f2f0;
    border-left: 8px solid #B4D5FF;
    display: block;
    font-size: 100%;
    line-height: 1.5;
    margin: 10px 0;
    padding: 10px
}
/* 新闻详情修复富文本的一些格式 */
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}  
.auto{margin:0 auto;max-width: 1250px;width: 94%;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{width: 100%;display: block;    height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}	
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img,.imgbox .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img,.imgbox:hover .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline:hover{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);} 
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}

/* ::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;} */

/* ::-webkit-scrollbar {
	width: 8px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
	background-color: #ea8d7d;
	border-radius: 3px;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-resizer {
	display: none;
} */

.btn{background-color: #de2304;color:#fff;border:none;cursor: pointer;display: block;text-align: center;font-size: 16px;border-radius:25px;}
.btn:hover{background-color: #c41f03;}


.c-main{color:#fe0000!important;}

/* 公共部分 */
.head{height: 100px;position: fixed;width: 100%;left: 0;top: 0;z-index:100;}
.head.scroll{background-color: rgba(0,0,0,.7);}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;}
.head .r{display: flex;align-items: center;}

.hd-logo{font-size: 24px;color:#fff;display: flex;align-items: center;}
.hd-logo .img{height: 40px;width: auto;}
.hd-logo .x{width: 1px;height: 24px;background-color: #ededed;opacity: .56;margin:0 15px;}
.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;padding:0 35px;position: relative;}
.hd-nav li>a{font-size: 16px;color:#fff;line-height: 100px;display: block;position: relative;padding:0 5px;}
.hd-nav li>a::after{content:'';position: absolute;left: 50%;bottom: 20px;height: 1px;background-color: #fff;transition: all .3s;width: 0;}
.hd-nav li.cur>a::after,.hd-nav li.on>a::after{width: 100%;left: 0;}


.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: translate(-50%,0) scaleY(1);}

.hd-nav .drop{position: absolute;left: 50%;/* padding-top: 10px; */text-align:center;/* transform:scaleY(0);*/ visibility: hidden;opacity: 0;transition: all 0s ease 0s;transform-origin: center top; transform: translate(-50%,0) scaleY(0);;white-space: nowrap;z-index:100;}
.hd-nav .drop .dropbox{text-align: center;}
.hd-nav .drop .lk{display: inline-block;vertical-align: middle;font-size: 16px;color:#333;line-height: 60px;margin:0 40px;}
.hd-nav .drop .lk:hover{color:#de2304;}

.navbg{/* background-color: rgba(255,255,255,.2); */position: absolute;left: 0;width: 100%;/* top: 80px; */ top:100px;height: 60px;z-index:99;display: none;background-color: #fff;}

/* .head.scroll .navbg{background-color:#fff;box-shadow:0 3px 10px #ddd;}
.head.scroll .hd-nav .drop .lk{color:#333;} */


.hd-lang{position: relative;}
.hd-lang .font{font-size: 16px;color:#fff;display: flex;align-items: center;line-height: 40px;cursor: pointer;}
.hd-lang .font::before{content:'';display: inline-block;width: 24px;height: 24px;background:url(../images/icon_01.png) no-repeat center;background-size:contain;margin-right: 5px;}
.hd-lang .font::after{content:'';display: inline-block;width: 9px;height: 9px;background:url(../images/icon_02.png) no-repeat center;background-size:contain;margin-left: 6px;}
.hd-lang:hover .drop{display: block;}

.hd-lang .drop{background-color: #fff;width: 100%;position: absolute;left: 50%;transform: translate(-50%,0);padding:6px 0;border-radius:4px;display: none;}
.hd-lang .drop::before{content:'';width: 0;height: 0;border-style: solid;
border-width: 0 6px 6px 6px;border-color: transparent transparent #fff transparent;position: absolute;left: 50%;top: -5px;margin-left: -3px;}
.hd-lang .drop .lk{display: block;font-size: 14px;color:#333;text-align: center;line-height: 30px;}
.hd-lang .drop .lk:hover{color:#de2304;}




.foot{border-top:1px solid #f7f7f7;}
.ft-t{padding:50px 0 30px;display: flex;}
.ft-t .info{width: 46%;}
.ft-t .smlogo{font-size: 24px;font-weight: bold;}
.ft-t .smlogo .tp{height: 40px;width: auto;}
.ft-t .smlogo .x{width: 1px;height: 24px;background-color: #d1d1d1;margin:0 12px;display: inline-block;vertical-align: middle;}
.ft-t .row{margin-top: 25px;max-width: 340px;}
.ft-t .row .fz1{font-size: 16px;font-weight: bold;margin-bottom: 4px;}
.ft-t .row .fz2{font-size: 14px;color:#666666;line-height: 20px;}


.ft-t .menu{flex:1;overflow: hidden;display: flex;justify-content: space-between;}
.ft-t .menu .col{}
.ft-t .menu .tit{font-size: 16px;font-weight: bold;line-height: 26px;}
.ft-t .menu .lks{}
.ft-t .menu .lk{display: block;font-size: 14px;color:#666666;line-height: 1.6;margin-top: 10px;}
.ft-t .menu .lk:hover{color: #c41f03;}

.ft-c{border-top:1px solid #ededed;font-size: 14px;color:#666;padding:20px 0;line-height: 30px;display: flex;}
.ft-c .lks{flex:1;overflow: hidden;color:#ddd;}
.ft-c .lks a{padding:0 4px;color:#666;display: inline-block;vertical-align: middle;}
.ft-c a:hover{color: #de2304;}

.ft-b{text-align: center;font-size: 14px;color:#999999;line-height: 1.6;padding:20px 0;border-top:1px solid #ededed;}


/* index */

.idx-ban .item{height: 100vh;}
.idx-ban .item .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);}
.idx-ban .item .info{max-width: 490px;padding-bottom: 8%;}
.idx-ban .item .title{font-size: 66px;color:#fff;}
.idx-ban .item .txt{font-size: 18px;color:#fff;opacity: .66;line-height: 1.6;margin-top: 10px;}
.idx-ban .item .more{margin-top: 70px;width: 195px;height: 50px;display: flex;align-items: center;justify-content: center;}
.idx-ban .item .more::after{content:'';width: 24px;height: 24px;background:url(../images/idx_03.png) no-repeat center;background-size:contain;margin-left: 14px;margin-top: 2px;}

.idx-ban .swiper-pagination{bottom: 30px!important;}
.idx-ban .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #fff;border-radius:50%;opacity: 1;margin:0 6px!important;}
.idx-ban .swiper-pagination-bullet-active{width: 34px;border-radius:6px;}



.idx-tt{margin-bottom: 40px;}
.idx-tt .bt{font-size: 40px;font-weight: bold;color:#000;}
.idx-tt .smtxt{font-size: 16px;color:#333333;line-height: 26px;margin-top: 6px;}
.idx-tt .en{font-size: 24px;color:#666666;margin-top: 5px;}
.idx-tt.white .bt{color:#000;}



.idx-us{padding:80px 0;background:url(../images/idx_02.jpg) no-repeat center;background-size:cover;overflow: hidden;}
.idx-us .menu{margin-bottom: 45px;}
.idx-us .menu .lk{font-size: 18px;color:#333333;display: inline-block;vertical-align: middle;margin-right: 50px;position: relative;line-height: 40px;cursor: pointer;}
.idx-us .menu .lk::after{content:'';position: absolute;left: 50%;bottom: 0;height: 3px;background-color: #fe0000;transition: all .3s;width: 0;}
.idx-us .menu .lk.cur::after{width: 100%;left: 0;}

.idx-us .detail{}
.idx-us .title{font-size: 40px;color:#000;line-height: 1.2;font-weight: bold;}
.idx-us .txt{font-size: 16px;color:#333333;line-height: 1.6;margin-top: 25px;max-width: 560px;}
.idx-us .more{width: 70px;height: 70px;display: block;margin-top: 30px;background:url(../images/idx_03.png) no-repeat center #de2304;background-size:24px;border-radius:50%;}

.idx-us .list{margin-top: 100px;display: flex;}
.idx-us .list li{margin-right: 90px;}
.idx-us .list .fz1{font-size: 18px;font-weight: bold;margin-bottom: 8px;}
.idx-us .list .fz2{font-size: 16px;color:#999999;}
.idx-us .list .fz2 i{font-size: 50px;color: #fe0000;font-family: 'KeFont';font-weight: bold;margin-right: 4px;}
.idx-us .list li:last-child{margin-right: 0;}

.idx-fw{padding:80px 0;background:url(../images/idx_05.jpg) no-repeat center;background-size:cover;overflow: hidden;}
.idx-fw .menu{display: flex;justify-content: space-around;border-bottom:1px solid #ddd;margin-bottom: 50px;}
.idx-fw .menu .lk{display: inline-block;vertical-align: middle;line-height: 65px;font-size: 18px;color:#000;cursor: pointer;position: relative;padding:0 5px;}
.idx-fw .menu .lk::after{content:'';position: absolute;left: 50%;bottom: 0;height: 2px;background-color: #de2304;width: 0;transition: all .3s;}
.idx-fw .menu .ico{width: 30px;display: inline-block;vertical-align: middle;margin-right: 8px;}
.idx-fw .menu .ico-h{display: none;}
.idx-fw .menu .lk.cur,.idx-fw .menu .lk:hover{color:#de2304;}
.idx-fw .menu .lk.cur::after{width: 100%;left: 0;}
.idx-fw .menu .lk.cur .ico-h,.idx-fw .menu .lk:hover .ico-h{display: inline-block;}
.idx-fw .menu .lk.cur .ico-s,.idx-fw .menu .lk:hover .ico-s{display: none;}


.idx-fw .detail{border-radius:16px;display: flex;background-color: #fff;overflow: hidden;}
.idx-fw .imgbox{width: 50%;height: 520px;overflow: hidden;}
.idx-fw .info{width: 50%;padding:20px 65px;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}
.idx-fw .title{font-size: 40px;font-weight: bold;}
.idx-fw .txt{font-size: 16px;color:#000000;opacity: .66;line-height: 26px;-webkit-line-clamp: 7;height: 182px;margin-top: 20px;}
.idx-fw .more{width: 155px;line-height: 50px;margin-top: 30px;}

.idx-yw{padding:80px 0;overflow: hidden;}
.idx-yw .imgbox{border-radius:16px;overflow: hidden;height: 435px;}
.idx-yw .list{margin-top: 30px;display: flex;justify-content: space-between;}
.idx-yw .list li{width: 17%;border-top:1px solid #f8f8f8;padding:15px 0 0;position: relative;cursor: pointer;}
.idx-yw .list .title{font-size: 25px;color:#999999;}
.idx-yw .list .txt{font-size: 14px;color:#999999;line-height: 22px;margin-top: 6px;}
.idx-yw .list li::before{content:'';position: absolute;left: 0;top: 0;height: 1px;background-color: #fe0000;width: 0;transition: all .3s;}

.idx-yw .list li.cur,.idx-yw .list li:hover{border-color:#dcdcdc;}
.idx-yw .list li.cur .title,.idx-yw .list li:hover .title{color:#000;}
.idx-yw .list li.cur .txt,.idx-yw .list li:hover .txt{color:#333;}
.idx-yw .list li.cur::before{width: 50%;}

.relative{position: relative;}

.idx-xw{padding:80px 0;background-color: #f7f7f7;overflow: hidden;}
.idx-xw .smmenu{position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.idx-xw .smmenu .lk{font-size: 18px;color:#333333;display: inline-block;vertical-align: middle;margin-left: 50px;position: relative;line-height: 40px;}
.idx-xw .smmenu .lk::after{content:'';position: absolute;left: 50%;bottom: 0;height: 3px;background-color: #fe0000;transition: all .3s;width: 0;}
.idx-xw .smmenu .lk.cur::after{width: 100%;left: 0;}


.idx-xw .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.idx-xw .list .item{border-radius:16px;background-color: #fff;width: 31.3%;margin:0 0 0 2%;overflow: hidden;border:1px solid #fff;}
.idx-xw .list .imgbox{height: 215px;}
.idx-xw .list .info{padding:20px 25px 25px;}
.idx-xw .list .date{font-size: 16px;color:#666666;}
.idx-xw .list .title{font-size: 20px;line-height: 28px;-webkit-line-clamp: 2;height: 56px;margin-top: 10px;}
.idx-xw .list .arrow{margin-top: 30px;width: 36px;height: 36px;border-radius:50%;background:url(../images/idx_15.png) no-repeat center;background-size:contain;display: block;}
.idx-xw .list .item:hover{border-color:#de2304;box-shadow:0 0 36px rgba(222,35,4,.16);}
.idx-xw .list .item:hover .arrow{background-image:url(../images/idx_15-1.png)}
.idx-xw .showmore{width: 155px;line-height: 50px;margin:60px auto 0;}


/* 关于我们 */
.inner-ban{position: relative;height: 100vh;}
.inner-ban .box{position: absolute;left: 0;top: 40%;width: 100%;text-align: center;}
.inner-ban .boxservice{position: absolute;left: 0;top: 90%;width: 100%;text-align: center;}
.inner-ban .bt{font-size: 66px;color:#fff;}
.inner-ban .txt{font-size: 30px;opacity: .8;color:#fff;margin-top: 50px;}


.us-intro{padding:80px 0 100px;background:url(../images/us_03.jpg) no-repeat center bottom;background-size:cover;}
.us-intro .detail{display: flex;align-items: center;justify-content: space-between;padding-top: 20px;}
.us-intro .info{width: 42%;}
.us-intro .title{font-size: 40px;color:#000;font-weight: bold;}
.us-intro .txt{font-size: 16px;color:#666666;line-height: 30px;margin-top: 20px;}
.us-intro .imgbox{width: 60%;height: 410px;overflow: hidden;border-radius:60px 0 60px 0;}



.us-sz{height: 560px;display: flex;align-items: center;background:url(../images/us_04.jpg) no-repeat center;background-size:cover;}
.us-sz .list{display: flex;justify-content: space-around;}
.us-sz .list .fz1{font-size: 18px;color:#fff;margin-bottom: 8px;}
.us-sz .list .fz2{font-size: 16px;color:#fff;}
.us-sz .list .fz2 i{font-size: 50px;color: #fe0000;font-family: 'KeFont';font-weight: bold;margin-right: 4px;}

.us-yw{background:url(../images/us_11.jpg) no-repeat center;background-size:cover;padding:110px 0 160px;overflow: hidden;}
.us-yw .idx-tt .bt em{font-size: 26px;color:#999999;font-weight: normal;}

.us-yw .auto{max-width: 80%;}
.us-yw .menu{text-align: center;margin-bottom: 90px;padding-top: 30px;}
.us-yw .menu .lk{display: inline-block;vertical-align: middle;font-size: 20px;color:#333333;width: 195px;line-height: 65px;margin:0 25px;background:url(../images/us_31.png) no-repeat center;background-size:100% 100%;cursor: pointer;}
.us-yw .menu .lk.cur{background-image:url(../images/us_31-1.png);color:#fff;}
.us-yw .detail{}
.us-yw .list{display: flex;}
.us-yw .list .item{height: 330px;position: relative;margin:0 15px;flex:1;overflow: hidden;}
.us-yw .list .imgbox{height: 100%;}
.us-yw .list .title{font-size: 35px;color:#fff;font-weight: bold;position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);text-align: center;padding:0 10px;}


.us-zs{background:url(../images/us_15.jpg) no-repeat center;background-size:cover;padding:130px 0 150px;}
.us-zs .detail{position: relative;}
.us-zs .item{padding:30px 15px;border:1px solid #e2e2e2;}
.us-zs .item .img{width: 100%;display: block;}
.us-zs .item .title{font-size: 18px;color:#666666;text-align: center;line-height: 28px;margin-top: 25px;height: 56px;}
.us-zs .item:hover .title{color:#000;}

.us-zs .swiper-container{position: static;}
.us-zs .swiper-pagination{display: none;}
.us-zs .swiper-button{width: 32px;height: 32px;background:url(../images/us_14.png) no-repeat center;background-size:contain;border-radius:50%;}
.us-zs .swiper-button-prev{left: -60px;}
.us-zs .swiper-button-next{right: -60px;transform: rotate(180deg);}


.us-cul{background:url(../images/us_16.jpg) no-repeat center;background-size:cover;padding:89px 0;overflow: hidden;}
.us-cul .list{display: flex;justify-content: center;padding-top: 30px;}
.us-cul .list li{width:25%;border-radius:10px;margin:0 30px;background:url(../images/us_30.png) no-repeat center;background-size:cover;padding:110px 10px;text-align: center;}
.us-cul .list .tit{font-size: 28px;color:#666666;}
.us-cul .list .line{width: 49px;height: 6px;background-color: #de2304;border-radius:3px;display: block;margin:18px auto 10px;}
.us-cul .list .txt{font-size: 18px;color:#333;line-height: 1.8; padding: 0 35px;}


.us-hz{background:url(../images/us_29.jpg) no-repeat center;background-size:cover;padding:70px 0;overflow: hidden;}
.us-hz .auto{max-width: 1280px;width: 80%;}
.us-hz .list{display: flex;flex-wrap: wrap;margin-left: -1%;}
.us-hz .list li{border-radius:8px;background-color: #fff;height: 100px;width: 15.666%;margin:0 0 1% 1%;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.us-hz .list .img{width: auto;height: auto;max-width: 100%;max-height: 100%;display: block;transition: all .3s;}
.us-hz .list li:hover .img{transform: scale(1.1,1.1);}


/* 联系方式 */
.inner-ban.small{height: 600px;}
.inner-ban.small .txt{margin-top: 8px;}

.lx-main{padding:90px 0;}
.lx-menu{display: flex;justify-content: center;}
.lx-menu .lk{font-size: 18px;color:#333333;display: inline-block;vertical-align: middle;margin:0 45px;line-height: 55px;position: relative;cursor: pointer;min-width: 120px;text-align: center;}
.lx-menu .lk::after{content:'';position: absolute;left: 50%;bottom: 0;height: 3px;background-color: #de2304;transition: all .3s;width: 0;}
.lx-menu .lk.cur{font-weight: bold;}
.lx-menu .lk.cur,.lx-menu .lk:hover{font-size: 26px;}
.lx-menu .lk.cur::after,.lx-menu .lk:hover::after{width: 80%;left: 10%;}


.lx-sec{background-color: #f7f7f7;border-radius:16px;overflow: hidden;display: flex;}
.lx-sec .lbox{padding:40px 40px;width: 50%;max-width: 565px;}
.lx-sec .smtit{font-size: 26px;font-weight: bold;}
.lx-sec .x{width: 50px;height: 4px;background-color: #333333;margin-top: 18px;display: block;}
.lx-sec .list{margin-top: 28px;}
.lx-sec .list li{margin-bottom: 30px;display: flex;align-items: center;}
.lx-sec .list .icon{width: 60px;margin-right: 20px;}
.lx-sec .list .title{font-size: 20px;color:#000000;font-weight: bold;}
.lx-sec .list .fz{font-size: 18px;color:#000000;line-height: 1.3;margin-top: 5px;}
.lx-sec .wximg{width: 170px;}
.lx-sec .map{flex:1;overflow: hidden;}
.BMap_shadow img{display: none!important;}
.BMapLabel{display: none!important;}


/* 人才招聘 */
.zp-sear{border-radius:16px;max-width: 900px;margin:0 auto 60px;display: flex;box-shadow:0 0 13px rgba(131,131,131,.23);}
.zp-sear .ipt-txt{flex:1;overflow: hidden;background:url(../images/zp_01.png) no-repeat 30px center;background-size:20px;padding:0 20px 0 65px;font-size: 18px;color:#333;}
.zp-sear .submit{font-size: 18px;width: 120px;line-height: 60px;border-radius:16px;}

.zp-sec{/* display: flex;align-items: flex-start; */}
.zp-sec .l{width: 315px;}
.zp-sec .r{/* width:calc(100% - 315px);padding:0 0 0 30px; */}
.zp-sec .t-tit{font-size: 26px;color:#000000;margin-bottom: 20px;}

.zp-mod{margin-bottom: 20px;}
.zp-mod .top{font-size: 26px;background-color: #f7f7f7;border-radius:16px;height: 80px;padding:0 28px;display: flex;align-items: center;}
.zp-mod .top .ico{width: 24px;margin-right: 15px;}
.zp-mod .opts{padding:20px 0 20px 30px;}
.zp-mod .opts .opt{font-size: 18px;color:#333333;display: flex;align-items: center;line-height: 26px;margin-bottom: 10px;padding:5px 0;}
.zp-mod .opts .sel{width: 16px;height: 16px;appearance: none;-webkit-appearance: none;background:url(../images/zp_04.png) no-repeat center;background-size:contain;margin-right: 10px;}
.zp-mod .opts .sel:checked{background-image:url(../images/zp_04-1.png)}

.zp-list{display: flex; flex-wrap: wrap; justify-content: start; }
.zp-list .item{padding:20px 25px; margin: 0 0 20px 20px; border-radius:16px;border:1px solid #efefef; width:calc(100% - 53%);}
.zp-list .item:hover{border-color:#de2304;box-shadow:0 0 36px rgba(222,35,4,.16);}
.zp-list .title{font-size: 26px;color:#000000;}
.zp-list .sm{font-size: 18px;color:#666666;margin-top: 30px;}
.zp-list .txt{font-size: 18px;color:#666666;line-height: 26px;-webkit-line-clamp: 3;margin-top: 20px;}


.pagelist{text-align: center;font-size: 16px;color: #333;margin-top: 60px;display: flex;align-items: center;justify-content: center;}
.pagelist *{font-size: inherit;}
.pagelist a{min-width:42px;height: 42px;line-height: 42px;display: inline-block;vertical-align: middle;background-color: transparent;margin:0 8px;background-color: #fff;border-radius:50%;border:1px solid #e5e5e5;}
.pagelist a.active,.pagelist a:hover{background-color:#de2304;color:#fff!important;border-color:#de2304;}


/* 商家入驻 */
.rz-sec{}
.rz-sec .mod{}
.rz-sec .top-tt{font-size: 26px;color:#000000;height: 80px;display: flex;align-items: center;background-color: #f7f7f7;padding:0 30px;border-radius:16px;margin-bottom: 25px;}
.rz-sec .top-tt .tb{width: 28px;margin-right: 15px;}
.rz-sec .box{padding:0 0 20px;}
.rz-sec .row{justify-content: space-between;margin-bottom: 20px;}
.rz-sec .item{width: 49%;}
.rz-sec .tit{font-size: 18px;color:#333;margin-bottom: 12px;}
.rz-sec .tit i{color:#ff0000;}
.rz-sec .ipt,.rz-sec .layui-form-select .layui-input{width: 100%;border:1px solid #ededed;border-radius:10px;font-size: 18px;color:#333;height: 54px;line-height: 54px;padding:0 25px;}
.rz-sec .layui-form-select .layui-edge{right: 20px;}
.rz-sec .layui-form-select dl{}
.rz-sec .layui-form-select dl dd{font-size: 16px;}

.rz-sec .dzs{display: flex;justify-content: space-between;}
.rz-sec .addicon{width: 28px;height: 28px;background:url(../images/rz_03.png) no-repeat center;background-size:contain;margin-left: 15px;cursor: pointer;}

.rz-sec .w1{width: 24%;}

.rz-sec .dz-hang{display: flex;margin-top: 20px;}
.rz-sec .dz-hang .w2{width: 130px;}
.rz-sec .dz-hang .w3{margin-left: 20px;flex:1;overflow: hidden;}
.rz-sec .dz-hang .getcode{width: 140px;border-radius:12px;margin-left: 15px;}



.rz-sec .opts{margin-left: -10px;font-size: 0;}
.rz-sec .opts .tag{display: inline-block;vertical-align: middle;font-size: 18px;color:#666666;line-height: 54px;border:1px solid #ededed;border-radius:10px;margin:0 0 10px 10px;padding:0 28px;cursor: pointer;position: relative;overflow: hidden;}
.rz-sec .opts .tag::after{content:'';position: absolute;right: 0;bottom: 0;width: 40px;height: 36px;background:url(../images/rz_05.png) no-repeat center;background-size:contain;display: none;}
.rz-sec .opts .tag.checked,.rz-sec .opts .tag:hover{border-color:#de2304;}
.rz-sec .opts .tag.checked::after{display: block;}


.rz-sec .tips,.rz-sec .deal{font-size: 16px;color:#333333;line-height: 26px;}
.rz-sec .deal{margin-top: 15px;}
.rz-sec .btngrp{margin:50px auto 0;text-align: center;}
.rz-sec .btngrp .anniu{font-size: 16px;color:#de2304;width: 155px;line-height: 50px;border-radius:25px;margin:0 10px;border:1px solid #de2304;cursor: pointer;background-color: #fff;}
.rz-sec .btngrp .anniu.this{color:#fff;background-color: #de2304;}
.rz-sec .btngrp .anniu:hover{background-color: #c41f03;color:#fff;border-color:#c41f03;}

.rz-sec .con{height: 160px;resize:none;padding:15px 25px;line-height: 1.4;}

.layui-form-checkbox[lay-skin=primary]:hover i{border-color: #de2304;}
.layui-form-checked[lay-skin=primary] i{border-color: #de2304!important;background-color: #de2304;}
.layui-form-select dl dd.layui-this{background-color: #de2304;}
	
.layui-input:focus, .layui-textarea:focus{border-color: #de2304!important;}
.layui-form-checked:hover>div, .layui-form-checked>div{
	background-color: #de2304;
	color: #fff;
}
.layui-form-checked:hover>i, .layui-form-checked>i{
	color: #de2304;
}
.layui-form-select dl dd.layui-this{
	color: #fff;
}
.opts .layui-form-checkbox{
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
	
.opts .layui-form-checkbox>div{
	width: 140px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	color: #666666;
	text-align: center;
	border-radius: 5px;
}

.opts .layui-form-checkbox>i{
border: none;
right: 0;
top: 10px;
}

.opts .layui-form-checked:hover>div, .opts .layui-form-checked>div{
	border: 1px solid #de2304;
}
	
	
	
.pop{background-color: rgba(0,0,0,.5);position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index:100;display: none;}
.pop .wrapbox{background-color: #fff;border-radius:16px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}


.pop-deal{}
.pop-deal .wrapbox{width: 90%;max-width: 900px;}
.pop-deal .top-tt{padding:0 25px;border-bottom:1px solid #efefef;height: 80px;display: flex;align-items: center;justify-content: space-between;}	
.pop-deal .top-tt .close{width: 40px;height: 40px;background:url(../images/close1.png) no-repeat center;background-size:30px;cursor: pointer;}
.pop-deal .top-tt .bt{font-size: 22px;font-weight: bold;}
.pop-deal .detail{padding: 30px;}
.pop-deal .scrollbox{height: 400px;overflow-y: scroll;width:calc(100% + 10px);padding-right: 15px;}
.pop-deal .txt{font-size: 18px;color:#666666;line-height: 26px;}
.pop-deal .anniu{width: 155px;line-height: 50px;margin:35px auto 0;}


/* 人才招聘详情 */
.crumb{padding:10px 0;}
.crumb *{font-size: 16px;color:#333333;line-height: 40px;}
.crumb .box{background:url(../images/icon_03.png) no-repeat left center;background-size:20px;padding-left: 28px;}
.crumb a:hover,.crumb span{color:#de2304;}

.zp-det{padding:40px 0 90px;}

.zp-top{margin-bottom: 20px;min-height: 180px;background:url(../images/zp_05.jpg) no-repeat center;background-size:cover;padding:25px 40px;display: flex;align-items: center;}
.zp-top .info{flex:1;overflow: hidden;}
.zp-top .title{font-size: 32px;}
.zp-top .font{font-size: 18px;color:#666666;margin-top: 12px;}
.zp-top .button{width: 155px;line-height: 50px;margin-left: 100px;}


.zp-bot{padding:30px 40px;border-radius:16px;border:1px solid #ededed;}
.zp-bot .mod{margin-bottom: 35px;}
.zp-bot .mod:last-child{margin-bottom: 0;}
.zp-bot .smtit{font-size: 26px;display: flex;align-items: center;font-weight: bold;}
.zp-bot .smtit::before{content:'';display: block;width: 3px;height: 22px;background-color: #de2304;margin-right: 14px;}
.zp-bot .txt{font-size: 18px;color:#333333;line-height: 1.8;margin-top: 18px;}

/* 商务互访 */
.inner-ban .smtxt{font-size: 24px;color:#fff;line-height: 1.8;margin:15px auto 0;}


.sw-sec{padding:55px 0 80px;}
.sw-menu{margin-bottom: 55px;display: flex;justify-content: space-around;border-bottom:1px solid #dddddd;padding:0 4%;}
.sw-menu .lk{font-size: 18px;color:#333333;display: inline-block;vertical-align: middle;line-height: 70px;position: relative;cursor: pointer;min-width: 130px;text-align: center;padding:0 20px;}
.sw-menu .lk::after{content:'';position: absolute;left: 50%;bottom: 0;height: 3px;background-color: #de2304;transition: all .3s;width: 0;}
.sw-menu .lk.cur{font-weight: bold;}
.sw-menu .lk.cur,.sw-menu .lk:hover{color:#de2304;}
.sw-menu .lk.cur::after,.sw-menu .lk:hover::after{width: 100%;left: 0;}

.sw-sec .detail{display: flex;align-items: center;justify-content: space-between;}
.sw-sec .imgbox{width: 50%;height: 415px;border-radius:14px;overflow: hidden;}
.sw-sec .info{width: 45%;}
.sw-sec .title{font-size: 26px;}
.sw-sec .txt{font-size: 18px;color:#666666;line-height: 1.6;margin-top: 25px;}
.sw-sec .arrow{width: 40px;height: 40px;background:url(../images/idx_15-1.png) no-repeat center;background-size:contain;margin-top: 45px;display: block;}

/* 品牌服务 */
.exhi-main{padding:55px 0 80px;}

.exhi-tabs{text-align: center;margin-bottom: 55px;}
.exhi-tabs .lk{font-size: 16px;color:#666666;min-width: 155px;text-align: center;line-height: 50px;display: inline-block;vertical-align: middle;margin:0 20px;background-color: #dddddd;border-radius:25px;}
.exhi-tabs .lk.cur{color:#fff;background-color: #de2304;}


.exhi-list{position: relative;padding-left: 50px;}
.exhi-list::before{content:'';position: absolute;left: 0;top: 10px;bottom: 0;width: 1px;border-left:2px dashed #ddd;}
.exhi-list .item{margin-bottom: 35px;}
.exhi-list .date{font-size: 20px;color:#98999d;margin-bottom: 10px;position: relative;}
.exhi-list .date::before{content:'';position: absolute;width: 26px;height: 26px;background:url(../images/sw_03.png) no-repeat center;background-size:contain;left: -62px;top: 50%;margin-top: -13px;border-radius:50%;}
.exhi-list .box{display: flex;align-items: center;border-radius:16px;border:1px solid #ededed;}
.exhi-list .imgbox{width: 380px;height: 210px;border-radius:16px;}
.exhi-list .info{flex:1;overflow: hidden;padding:0 35px;}
.exhi-list .title{font-size: 24px;-webkit-line-clamp: 1;}
.exhi-list .txt{font-size: 16px;color:#666666;line-height: 26px;margin-top: 10px;-webkit-line-clamp: 2;}
.exhi-list .arrow{width: 36px;height: 36px;background:url(../images/idx_15-1.png) no-repeat center;background-size:contain;margin-top: 20px;display: block;}

.exhi-list .item:hover .box{border-color:#de2304;box-shadow:0 0 36px rgba(222,35,4,.16);}


/* 新闻资讯 */
.xw-main{padding:80px 0;}
.xw-top{margin-bottom: 80px;}
.xw-top .item{display: flex;align-items: center;border-radius:16px;overflow: hidden;border:1px solid #efefef;}
.xw-top .item .imgbox{height: 400px;width: 54%;}
.xw-top .item .info{flex:1;overflow: hidden;padding:0 6%;}
.xw-top .item .tt{display: flex;align-items: center;justify-content: space-between;font-size: 16px;color:#666666;}
.xw-top .item .date{}
.xw-top .item .read{background:url(../images/xw_02.png) no-repeat left center;background-size:16px;padding-left: 21px;}
.xw-top .item .title{font-size: 25px;line-height: 1.5;-webkit-line-clamp: 3;margin-top: 15px;}
.xw-top .item .arrow{margin-top: 30px;width: 40px;height: 40px;border-radius:50%;background:url(../images/idx_15.png) no-repeat center;background-size:contain;display: block;}
.xw-top .item:hover .arrow{background-image:url(../images/idx_15-1.png) }

.xw-top .swiper-pagination{left: 54%;width: auto;text-align: center;right: 0;bottom: 25px!important;}
.xw-top .swiper-pagination-bullet{border-radius:0;width: 10px;height: 4px;background-color: #ddd;opacity: 1;}
.xw-top .swiper-pagination-bullet-active{background-color: #de2304;width: 30px;}


.xw-list{display: flex;flex-wrap: wrap;margin-left: -3%;margin-top: -3%;}
.xw-list .item{border-radius:16px;width: 30.3%;margin:3% 0 0 3%;overflow: hidden;border:1px solid #ededed;}
.xw-list .imgbox{height: 215px;}
.xw-list .info{padding:20px 25px 25px;}
.xw-list .tt{display: flex;align-items: center;justify-content: space-between;font-size: 16px;color:#666666;}
.xw-list .date{}
.xw-list .read{background:url(../images/xw_02.png) no-repeat left center;background-size:16px;padding-left: 21px;}
.xw-list .title{font-size: 20px;line-height: 28px;-webkit-line-clamp: 2;height: 56px;margin-top: 10px;}
.xw-list .arrow{margin-top: 30px;width: 36px;height: 36px;border-radius:50%;background:url(../images/idx_15.png) no-repeat center;background-size:contain;display: block;}
.xw-list .item:hover{border-color:#de2304;box-shadow:0 0 36px rgba(222,35,4,.16);}
.xw-list .item:hover .arrow{background-image:url(../images/idx_15-1.png)}


/* 新闻详情 */
.xw-det{padding:20px 0 80px;}
.xw-det .top{text-align: center;padding:15px 0;border-bottom:2px solid #f5f5f5;}
.xw-det .title{font-size: 26px;color:#000000;line-height: 1.5;}
.xw-det .sm{text-align: center;margin-top: 13px;display: flex;justify-content: center;}
.xw-det .sm span{font-size: 15px;color:#b1b3b9;margin:0 40px;display: inline-block;vertical-align: middle;display: flex;align-items: center;}
.xw-det .sm i{color:#636873;}
.xw-det .sm .ic{width: 16px;margin-right: 4px;}
.xw-det .edit{font-size: 16px;color:#333333;line-height: 1.8;padding:25px 0 40px;}

.pagenav{display: flex;justify-content: space-between;margin-top: 40px;}
.pagenav .lk{display: block;width: 40%;font-size: 15px;color:#999999;line-height: 50px;border:1px solid #999999;border-radius:8px;padding:0 20px;background-color: #fdfdfd;}
.pagenav .lk:hover{color:#de2304;border-color:#de2304;background-color: #fff;}

/* 业务咨询 */

/* 跨境物流 */
.wl-main{background:url(../images/wl_16.jpg) no-repeat center;background-size:cover;padding:80px 0;overflow: hidden;}

.wl-tab{margin-bottom: 50px;display: flex;border-bottom:1px solid rgba(221,221,221,.4);}
.wl-tab .lk{font-size: 16px;color:#999999;display: inline-block;vertical-align: middle;line-height: 50px;position: relative;cursor: pointer;text-align: center;margin-right: 70px;}
.wl-tab .lk::after{content:'';position: absolute;left: 50%;bottom: 0;height: 3px;background-color: #de2304;transition: all .3s;width: 0;}
.wl-tab .lk.cur{font-weight: bold;}
.wl-tab .lk.cur,.wl-tab .lk:hover{color:#de2304;}
.wl-tab .lk.cur::after,.wl-tab .lk:hover::after{width: 24px;margin-left: -12px;}

.wl-main .detail{display: flex;align-items: flex-start;}
.wl-menu{width: 220px;background-color: #fff;border-radius:6px;margin-right: 60px;padding:20px 0;}
.wl-menu li{margin-bottom: 10px;padding-left: 10px;}
.wl-menu .lk{font-size: 18px;color:#999999;line-height: 56px;padding-left: 30px;border-radius:6px;display: flex;align-items: center;}
.wl-menu .lk::before{content:'';display: inline-block;vertical-align: middle;margin-right: 10px;width: 24px;height: 24px;}

.wl-menu .item1 .lk::before{background:Url(../images/wl_02.png) no-repeat center;background-size:contain;}
.wl-menu .item2 .lk::before{background:Url(../images/wl_03.png) no-repeat center;background-size:contain;}
.wl-menu .item3 .lk::before{background:Url(../images/wl_04.png) no-repeat center;background-size:contain;}
.wl-menu .item4 .lk::before{background:Url(../images/wl_05.png) no-repeat center;background-size:contain;}

.wl-menu .item.cur .lk,.wl-menu .item:hover .lk{color:#fff;background-color: #de2304;width: calc(100% + 10px);box-shadow:0 3px 7px rgba(222,35,4,.35);}

.wl-menu .item1.cur .lk::before,.wl-menu .item1:hover .lk::before{background:Url(../images/wl_02-1.png) no-repeat center;background-size:contain;}
.wl-menu .item2.cur .lk::before,.wl-menu .item2:hover .lk::before{background:Url(../images/wl_03-1.png) no-repeat center;background-size:contain;}
.wl-menu .item3.cur .lk::before,.wl-menu .item3:hover .lk::before{background:Url(../images/wl_04-1.png) no-repeat center;background-size:contain;}
.wl-menu .item4.cur .lk::before,.wl-menu .item4:hover .lk::before{background:Url(../images/wl_05-1.png) no-repeat center;background-size:contain;}



.wl-sec{flex:1;overflow: hidden;}
.wl-sec .t-tit{font-size: 26px;font-weight: bold;}
.wl-sec .txt{font-size: 16px;color:#666666;line-height: 26px;margin-top: 15px;}
.wl-sec .list{display: flex;flex-wrap: wrap;margin-left: -3%;margin-top: 15px;}
.wl-sec .list .item{width: 30.3%;margin:0 0 3% 3%;}
.wl-sec .list .imgbox{height: 220px;border-radius:10px;}


/* 全球贸易 */
.trade-sec{display: flex;justify-content: space-between;}
.trade-sec .col{width: 49%;}
.trade-sec .item{position: relative;border-radius:10px;overflow: hidden;margin-bottom: 20px;}
.trade-sec .item .shade{position: absolute;width: 100%;left: 0;top: 0;padding: 25px;}
.trade-sec .item .title{font-size: 26px;color:#fff;display: flex;align-items: center;}
.trade-sec .item .icon{width: 36px;margin-right: 8px;display: inline-block;vertical-align: middle;}
.trade-sec .item .txt{font-size: 16px;color:rgba(255,255,255,.8);line-height: 26px;margin-top: 15px;}
.trade-sec .item1{height: 205px;}
.trade-sec .item2{height: 450px;}
.trade-sec .item3{height: 310px;}
.trade-sec .item4{height: 345px;}
.trade-sec .item2 .shade,.trade-sec .item4 .shade{top:auto;bottom: 0;}
.trade-sec .item .img{transition: all 1s;}
.trade-sec .item:hover .img{transform: scale(1.1,1.1);}


.trade-lx{text-align: center;padding:45px 0;background:url(../images/trade_10.jpg) no-repeat center;background-size:cover;}
.trade-lx .title{font-size: 26px;color:#fff;}
.trade-lx .btns{margin-top: 32px;}
.trade-lx .anniu{font-size: 16px;color:#fff;width: 155px;line-height: 46px;border-radius:6px;border:1px solid #fff;margin:0 20px;background-color: transparent;cursor: pointer;display: inline-block;vertical-align: middle;}
.trade-lx .anniu.this{background-color: #fff;color:#de2304;}
.trade-lx .anniu:hover{color:#fff;background-color: #c41f03;border-color:#c41f03;}


/* 金融服务 */
.jr-main{padding:80px 0 130px;background-color: #f7f7f7;}

.jr-list{display: flex;padding-top: 50px;}
.jr-list .item{height: 580px;width: 18%;position: relative;transition: all .8s;flex:1 1 20%;}
.jr-list .imgbox{height: 100%;}
.jr-list .shade{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: linear-gradient(to bottom right, rgba(9,9,11,1), rgba(9,9,11,.3));}
.jr-list .iconbox{width: 80px;height: 80px;border-radius:50%;background-color: rgba(222,35,4,.5);}
.jr-list .icon{width: 100%;display: block;}
.jr-list .title{font-size: 26px;color:#fff;margin-top: 45px;}
.jr-list .txt{font-size: 16px;line-height: 26px;color:rgba(255,255,255,.8);margin-top: 14px;}

.jr-list .item .box1{padding:60px 0 0;}
.jr-list .item .box2{display: none;padding:0 70px 0;}
.jr-list .item .box2 .iconbox{margin-top: -40px;background-color: #de2304;}
.jr-list .top{font-size: 26px;color:#fff;display: flex;align-items: center;justify-content: center;}
.jr-list .top .iconbox{margin-right: 20px;}
.jr-list .item.on{flex:1 1 40%;}
.jr-list .item.on .box1{display: none;}
.jr-list .item.on .box2{display: block;}


/* 跨境物流-货代服务 */
.huod-sec{display: flex;}
.huod-sec .lbox{flex:1;overflow: hidden;}
.huod-sec .imgbox{height: 620px;position: relative;}
.huod-sec .info{position: absolute;width: 100%;left: 0;bottom: 45px;padding:0 100px;}
.huod-sec .info .icon{width: 40px;}
.huod-sec .info .title{font-size: 30px;color:#fff;margin-top: 9px;}
.huod-sec .info .txt{font-size: 16px;color:rgba(255,255,255,.8);line-height: 1.4;margin-top: 14px;}
.huod-sec .line{width: 26px;position: absolute;top: 25px;bottom: 25px;left: 25px;}

.huod-sec .menu{width: 275px;padding-top: 35px;position: relative;z-index:30;}
.huod-sec .menu .lk{display: flex;align-items: center;height: 110px;padding:0 0 0 60px;cursor: pointer;}
.huod-sec .menu .ico{width: 40px;margin-right: 25px;}
.huod-sec .menu .ico-h{display: none;}

.huod-sec .menu .lk.cur{background-color: #de2304;color:#fff;width: calc(100% + 70px);padding-left: 50px;margin-left: -70px;box-shadow:0 3px 7px rgba(222,35,4,.35);}
.huod-sec .menu .lk.cur .ico-h{display: block;}
.huod-sec .menu .lk.cur .ico-s{display: none;}


/* 全球贸易-B2C */
.bc-pp{padding:100px 0;}
.bc-pp .detail{display: flex;align-items: center;justify-content: space-between;}
.bc-pp .info{width: 44%;}
.bc-pp .smtit{font-size: 40px;font-weight: bold;}
.bc-pp .smtit span{font-size: 30px;display: block;}
.bc-pp .list{display: flex;justify-content: space-between;margin-top: 60px;}
.bc-pp .list li{text-align: center;}
.bc-pp .list .icon{height: 40px;width: auto;display: block;margin:0 auto;}
.bc-pp .list .fz{font-size: 16px;color:#333333;margin-top: 8px;}
.bc-pp .imgbox{width: 50%;border-radius:16px;height: 330px;overflow: hidden;}


.bc-zz{background:url(../images/bc_07.jpg) no-repeat center;background-size:cover;padding:80px 0;overflow: hidden;}
.bc-zz .list{display: flex;justify-content: space-between;}
.bc-zz .list .item{background-color: #fff;border-radius:0 16px 16px 0;width: 22%;padding:40px 3%;}
.bc-zz .list .tit{font-size: 22px;font-weight: bold;}
.bc-zz .list .txt{font-size: 16px;color:#666;margin-top: 20px;}
.bc-zz .list .txt p{background:url(../images/bc_07.png) no-repeat left center;background-size:18px;padding-left: 30px;margin-bottom: 15px;}


.bc-manage{padding:80px 0;overflow: hidden;}
.bc-manage .idx-tt .smtxt{max-width: 710px;}
.bc-manage .list{display: flex;justify-content: space-between;}
.bc-manage .list .item{background-color: #de2304;border-radius:16px;width: 30.3%;padding:3% 4%;text-align: center;}
.bc-manage .list .icon{width: 50px;}
.bc-manage .list .title{font-size: 25px;color:#fff;margin-top: 14px;}
.bc-manage .list .txt{font-size: 16px;color:rgba(255,255,255,.6);}
.bc-manage .list .txt span{min-width: 100%;display: inline-block;vertical-align: middle;margin-top: 15px;}
.bc-manage .list .txt span::before{content:'';display: inline-block;vertical-align: middle;margin-right: 8px;width: 4px;height: 4px;background-color: rgba(255,255,255,.6);border-radius:50%;}


.bc-yy{padding:80px 0;background:url(../images/bc_12.jpg) no-repeat center;background-size:cover;overflow: hidden;}
.bc-yy .idx-tt .smtxt{max-width: 710px;}
.bc-yy .detail{padding:100px 0;position: relative;}
.bc-yy .pic{width: 400px;display: block;margin:0 auto;}
.bc-yy .item{font-size: 18px;color:#666666;border:2px solid #fff;display: inline-block;vertical-align: middle;min-width: 190px;padding:0 25px 0 0;position: absolute;line-height: 50px;background: linear-gradient(#f2e3e3, #ffffff);box-shadow:0 10px 16px rgba(233,216,216,.74);}
.bc-yy .item .num{font-size: 18px;color:#fff;width: 38px;line-height: 38px;display: inline-block;vertical-align: middle;text-align: center;background-color: #de2304;border-radius:50%;margin-left: -20px;}

.bc-yy .item1{top: 25px;left: 50%;transform: translate(-50%,0);}
.bc-yy .item2{top: 50%;left: 50%;transform: translate(0,-50%);margin-left: 240px;}
.bc-yy .item3{bottom: 25px;left: 50%;transform: translate(-50%,0);}
.bc-yy .item4{top: 50%;left: 50%;transform: translate(0,-50%);margin-left: -400px;}


.bc-fx{padding:80px 0;overflow: hidden;}
.bc-fx .idx-tt .smtxt{max-width: 930px;}
.bc-fx .list{display: flex;justify-content: space-between;}
.bc-fx .list li{}
.bc-fx .list .fz{font-size: 18px;}
.bc-fx .list .num{font-size: 16px;color:#999999;margin-top: 10px;}
.bc-fx .list .num i{font-size: 50px;color:#de2304;line-height: 1;font-weight: bold;}


.bc-fx .detail{display: flex;justify-content: space-between;margin-top: 70px;flex-wrap: wrap;}
.bc-fx .col{width: 20%;}
.bc-fx .tit{font-size: 18px;text-align: center;margin-bottom: 15px;font-weight: bold;}
.bc-fx .piclist{}
.bc-fx .piclist .item{position: relative;margin-bottom: 28px;}
.bc-fx .piclist .imgbox{height: 68px;border:1px solid rgba(238,238,238,.6);}
.bc-fx .piclist .item::before{content:'';height: 29px;width: 100%;background:url(../images/bc_25.png) no-repeat center;background-size:100% 100%;position: absolute;left: 0;bottom: -28px;}
.bc-fx .piclist .item::after{content:'';height: 68px;width:70px;background:url(../images/bc_26.png) no-repeat center;background-size:100% 100%;position: absolute;top: 0;right: -70px;}



.bc-yx{position: relative;padding:0 0 80px;}
.bc-yx .top{position: absolute;width: 100%;left: 0;top: 50px;}
.bc-yx .pic{width: 100%;display: block;max-width: 1600px;margin:0 auto;}


.bc-case{padding:90px 0;background:url(../images/bc_14.jpg) no-repeat center;background-size:cover;overflow: hidden;}
.bc-case .tiao{margin:0 30px;height: 30px;background-color: rgba(255,255,255,.3);}
.bc-case .detail{position: relative;}
.bc-case .mod{display: flex;background-color: #fff;align-items: flex-start;}
.bc-case .mod .lbox{width: 50%;height: 600px;}
.bc-case .mod .pic{width: 100%;height: 100%;display: block;}
.bc-case .mod .rbox{width: 50%;padding: 30px;}
.bc-case .mod .txt{font-size: 16px;color:#333;line-height: 26px;-webkit-line-clamp: 5;height: 130px;text-indent: 2em;}
.bc-case .mod .pics{margin-left: -2%;display: flex;flex-wrap: wrap;margin-top: 40px;}
.bc-case .mod .pics li{width: 31.3%;margin-left: 2%;}
.bc-case .mod .pics .imgbox{height: 240px;border:1px solid #efefef;overflow: hidden;}
.bc-case .mod .pics .title{font-size: 16px;color:#333;line-height: 26px;text-align: center;margin-top: 10px;}

.bc-case .swiper-container{position: static;}
.bc-case .swiper-button{width: 40px;height: 40px;background:url(../images/bc_19.png) no-repeat center;background-size:contain;margin-top: -20px;border-radius:50%;}
.bc-case .swiper-button:hover{background-image:url(../images/bc_19-2.png);}
.bc-case .swiper-button-prev{left: -80px;}
.bc-case .swiper-button-next{right: -80px;transform: rotate(180deg);}
.bc-case .swiper-pagination{display: none;}



@media only screen and (min-width: 1230px) {
	/* 新闻详情 */
	.xw-det .auto{width: 52%;}
	.test{

	}

	/* 联系我们 */
	.lx-main .auto{max-width: 1000px;}
	
}


/* @media screen and (min-width:1230px) and (max-width:1350px){
	

} */

@media screen and (min-width:992px) and (max-width:1229px){
	.auto{width: 92%;max-width: 100%;}
	.hd-nav li{padding:0 22px;}
	.hd-nav .drop .lk{margin:0 20px;}


	/* 联系我们 */
	.lx-main .auto{max-width: 1000px;}

	/* 新闻详情 */
	.xw-det .auto{width: 52%;}
	
	/* index */
	.idx-ban .item{height: 70vh;}
	.idx-ban .item .info{padding-bottom: 0;}
	.idx-ban .item .title {font-size: 42px;}
	.idx-ban .item .more{width: 160px;}
	
	.idx-fw .title{font-size: 34px;}
	
	.idx-yw .list .title{font-size: 22px;}
	
	/* 关于我们 */
	.inner-ban{height: 600px;}
	.inner-ban .bt{font-size: 46px;}
	.inner-ban .txt{font-size: 24px;margin-top: 30px;}
	
	.us-intro{padding:100px 0;}
	.us-intro .detail{padding-top: 20px;}
	.us-intro .title{font-size: 32px;}
	.us-intro .imgbox{width: 50%;margin: 0;}
	
	.us-sz{height: 440px;}
	
	.us-yw{padding:100px 0;}
	.us-yw .auto{max-width: 100%;}
	.us-yw .menu{margin-bottom: 60px;}
	.us-yw .list .item{margin:0 8px;height: 240px;}
	.us-yw .list .title{font-size: 25px;}
	
	.us-zs{padding:100px 0;}
	.us-zs .swiper-button{display: none;}
	.us-zs .swiper-pagination{display: block;position: static;margin-top: 30px;}
	.us-zs .swiper-pagination-bullet{width: 12px;height: 12px;margin:0 8px!important;}
	.us-zs .swiper-pagination-bullet-active{background-color: #fe0000;}
	
	
	.us-cul .list li{margin:0 15px;}
	.us-cul .list .txt{font-size: 16px;}
	
	
	.us-hz .auto{width: 92%;}
	
	/* 商务互访 */
	.inner-ban .smtxt{font-size: 22px;}
	
	
	/* 金融服务 */
	.jr-list .item{height: 500px;}
	.jr-list .top{flex-direction: column;justify-content: center;}
	.jr-list .item .box1{padding:60px 0 0;}
	.jr-list .top .iconbox{margin:0 0 10px;}
	
	
	/* 全球贸易-B2C */
	.bc-case .swiper-button{display: none;}
	.bc-case .swiper-pagination{display: block;bottom: -60px;}
	.bc-case .swiper-pagination-bullet{width: 12px;height: 12px;background-color: #fff;margin:0 7px!important;}
	.bc-case .swiper-pagination-bullet-active{background-color: #de2304;}
	
	
}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{padding:0 3%;width: 100%;}

	.sj-menu{position:absolute;right: 2%;top: 50%;width: 30px;height: 30px;background: url(../images/menu.png) no-repeat center;background-size:30px;display: block;margin-top: -15px;z-index:100;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:28px;}
	
	.head{height: 80px;}
	.head.bg{background-color: rgba(0,0,0,.6);}
	.hd-lang{margin-right: 50px;}
	
	
	.hd-nav{position: fixed;width: 100%;left: 0;top: 80px;bottom: 0;background-color: #fff;}
	.hd-nav li{display: block;border-bottom:1px solid #efefef;margin: 0;position: relative;padding: 0;}
	.hd-nav li>a{color:#333;font-size: 18px;line-height: 70px;padding:0 30px;}
	
	
	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 70px;height: 70px;background:url(../images/arrow.png) no-repeat center;background-size:20px;}
	.hd-nav .arrow.this{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0 0 0 25px;display: none;margin-left: 0;}
	.hd-nav .drop .lk{color:#333;line-height: 60px;border-top:1px solid #efefef;padding:0 0 0 30px;text-align: left;margin: 0;display: block;}
	.hd-nav li:hover .drop{    transform: translate(0,0) scaleY(1);}
	
	.navbg{display: none!important;}
	
	
	
	
	.ft-t .smlogo{font-size: 20px;}
	.ft-t .smlogo .x{margin:0 8px;}
	.ft-t .row{max-width: 90%;}
	
	
	/* index */
	.idx-ban .item{height: 60vh;}
	.idx-ban .item .info{padding-bottom: 0;padding-top: 30px;}
	.idx-ban .item .title{font-size: 36px;}
	.idx-ban .item .txt{font-size: 16px;}
	.idx-ban .item .more{width: 140px;margin-top: 40px;height: 42px;}
	.idx-ban .item .more::after{width: 18px;height: 18px;margin-left: 10px;}
	.idx-ban .swiper-pagination{bottom: 20px!important;}
	
	.idx-tt{margin-bottom: 30px;}
	.idx-tt .bt{font-size: 32px;}
	.idx-tt .en{font-size: 18px;}
	
	
	.idx-us{background-position:left center;padding:60px 0;}
	.idx-us .title{font-size: 34px;}
	.idx-us .more{width: 42px;height: 42px;}
	.idx-us .list{justify-content: space-between;text-align: center;margin-top: 50px;}
	.idx-us .list li{margin-right: 0;}
	.idx-us .list .fz2 i{font-size: 40px;}
	
	.idx-fw{padding:60px 0;}
	.idx-fw .imgbox{height: 400px;}
	.idx-fw .info{padding:20px 30px;}
	.idx-fw .title{font-size: 30px;}
	.idx-fw .more{width: 130px;line-height: 42px;}
	
	.idx-yw{padding:60px 0;}
	.idx-yw .imgbox{height: 250px;}
	.idx-yw .list li{width: 19%;}
	.idx-yw .list .title{font-size: 19px;}
	
	.idx-xw{padding:60px 0;}
	.idx-xw .list .imgbox{height: 155px;}
	.idx-xw .list .info{padding:20px 15px;}
	.idx-xw .list .date{font-size: 14px;}
	.idx-xw .list .title{font-size: 18px;line-height: 24px;height: 48px;}
	.idx-xw .showmore{margin-top: 40px;}
	
	
	
	/* 关于我们 */
	.inner-ban{height: 500px;}
	.inner-ban .bt{font-size: 38px;}
	.inner-ban .txt{font-size: 20px;margin: 15px auto 0;max-width: 80%;}
	
	.us-intro{padding:80px 0;}
	.us-intro .detail{padding-top: 20px;}
	.us-intro .info{width: 100%;}
	.us-intro .title{font-size: 26px;}
	.us-intro .title br{display: none;}
	.us-intro .txt{margin-top: 15px;}
	.us-intro .imgbox{width: 50%;margin: 0;display: none;}
	
	.us-sz{height: 300px;}
	
	.us-yw{padding:80px 0;}
	.us-yw .idx-tt .bt em{font-size: 20px;}
	.us-yw .auto{max-width: 100%;}
	.us-yw .menu{margin-bottom: 60px;}
	.us-yw .menu .lk{width: 160px;line-height: 50px;margin:0 15px;}
	.us-yw .list{flex-wrap: wrap;margin-left: -2%;}
	.us-yw .list .item{margin:0 8px;height: 260px;flex:initial;width: 31.3%;margin:0 0 2% 2%;}
	.us-yw .list .title{font-size: 25px;}
	
	.us-zs{padding:80px 0;}
	.us-zs .item .title{font-size: 16px;margin-top: 15px;}
	.us-zs .swiper-button{display: none;}
	.us-zs .swiper-pagination{display: block;position: static;margin-top: 20px;}
	.us-zs .swiper-pagination-bullet{width: 10px;height: 10px;margin:0 6px!important;}
	.us-zs .swiper-pagination-bullet-active{background-color: #fe0000;}
	
	.us-cul{padding:80px 0;}
	.us-cul .list{padding-top: 0;}
	.us-cul .list li{margin:0 8px;}
	.us-cul .list .line{width: 30px;height: 4px;margin:10px auto 8px;}
	.us-cul .list .txt{font-size: 16px;line-height: 1.5;}
	
	.us-hz{padding:80px 0;}
	.us-hz .auto{width: 100%;}
	.us-hz .list li{height: 70px;}
	
	
	/* 联系方式 */
	.inner-ban.small{height: 500px;}
	
	.lx-main{padding:70px 0;}
	.lx-menu{margin-bottom: 40px;}
	.lx-menu .lk{margin:0 30px;}
	
	.lx-sec{display: block;}
	.lx-sec .lbox{width: 100%;max-width: 100%;}
	.lx-sec .map{height: 440px;}
	.lx-sec .list .icon{width: 50px;}
	.lx-sec .list .title{font-size: 18px;}
	.lx-sec .list .fz{font-size: 16px;}
	
	/* 人才招聘 */
	.zp-sear{box-shadow:none;border:1px solid #efefef;}
	.zp-sear .submit{width: 100px;}
	
	.zp-sec{display: block;}
	.zp-sec .l{width: 100%;}
	.zp-sec .r{width: 100%;padding: 0;}
	
	.zp-mod .top{font-size: 20px;height: auto;padding:0;background-color: transparent;margin-bottom: 15px;}
	.zp-mod .top .ico{width: 20px;margin-right: 10px;}
	.zp-mod .opts{padding: 0;margin-left: -20px;}
	.zp-mod .opts .opt{display: inline-block;vertical-align: middle;margin:0 0 10px 20px;font-size: 18px;}
	
	.zp-sec .t-tit{font-size: 22px;}
	.zp-list .title{font-size: 22px;}
	.zp-list .sm{font-size: 16px;}
	.zp-list .txt{font-size: 16px;}
	
	.pagelist a{min-width: 36px;height: 36px;line-height: 36px;}
	
	
	/* 商家入驻 */
	.rz-sec .top-tt{font-size: 22px;height: 66px;border-radius: 12px;}
	.rz-sec .item{width: 48%;}
	.rz-sec .ipt, .rz-sec .layui-form-select .layui-input{font-size: 16px;}
	
	.rz-sec .opts .tag{font-size: 16px;line-height: 48px;padding:0 20px;}
	.rz-sec .btngrp{margin-top: 30px;}
	
	
	.pop-deal .top-tt{height: 65px;}
	.pop-deal .top-tt .bt{font-size: 20px;}
	.pop-deal .top-tt .close{background-size:26px;}
	.pop-deal .detail{padding:20px 30px;}
	.pop-deal .txt{font-size: 16px;}
	
	
	/* 人才招聘详情 */
	.zp-top{padding:25px 30px;}
	.zp-top .title{font-size: 28px;}
	.zp-top .button{width: 130px;}
	
	.zp-bot .smtit{font-size: 22px;}
	
	
	/* 商务互访 */
	.inner-ban .smtxt{font-size: 18px;line-height: 1.6;}
	
	.sw-sec .detail{flex-direction: column-reverse;}
	.sw-sec .imgbox{width: 100%;height: auto;max-height: 400px;margin-top: 40px;}
	.sw-sec .info{width: 100%;}
	.sw-sec .arrow{display: none;}
	
	
	
	/* 品牌服务 */
	.exhi-list{padding-left: 40px;}
	.exhi-list .date::before{width: 20px;height: 20px;left: -50px;}
	.exhi-list .imgbox{width: 40%;height: 170px;}
	.exhi-list .title{font-size: 22px;}
	.exhi-list .txt{-webkit-line-clamp: 3;}
	.exhi-list .arrow{display: none;}
	
	
	/* 新闻资讯 */
	.xw-main{padding:60px 0;}
	.xw-top .item .imgbox{height: 280px;width: 50%;}
	.xw-top .item .title{font-size: 20px;}
	.xw-top .item .arrow{display: none;}
	
	
	.xw-list .imgbox{height: 155px;}
	.xw-list .info{padding:20px 15px;}
	.xw-list .date{font-size: 14px;}
	.xw-list .title{font-size: 18px;line-height: 24px;height: 48px;}
	.xw-list .arrow{width: 30px;height: 30px;}
	
	
	/* 新闻详情 */
	.xw-det{padding:20px 0 50px;}
	.xw-det .title{font-size: 24px;}
	.xw-det .sm span{margin:0 25px;}
	
	.pagenav{display: block;margin-top: 20px;}
	.pagenav .lk{width: 100%;margin-bottom: 15px;line-height: 26px;background:#fff;border:0;padding: 0;}
	
	
	/* 跨境物流 */
	.wl-main{padding:60px 0;}
	.wl-tab{justify-content: center;}
	.wl-tab .lk{font-size: 18px;margin:0 5%;}
	
	.wl-main .detail{display: block;}
	.wl-menu{width: 100%;text-align: center;padding: 0;background:transparent;margin-bottom: 40px;}
	.wl-menu li{margin: 0 10px;padding: 0;display: inline-block;vertical-align: middle;}
	.wl-menu .lk{padding:0 15px;line-height: 50px;}
	.wl-menu .lk::before{margin-right: 7px;}
	.wl-menu .item.cur .lk, .wl-menu .item:hover .lk{width: 100%;}
	
	.wl-sec .t-tit{font-size: 22px;}
	.wl-sec .list .imgbox{height: 200px;}
	
	
	/* 全球贸易 */
	.trade-sec .item .title{font-size: 22px;}
	.trade-sec .item .icon{width:28px;}
	.trade-sec .item .txt{font-size: 15px;line-height: 23px;}
	
	
	/* 金融服务 */
	.jr-main{padding:60px 0;}
	.jr-list{padding-top: 20px;}
	.jr-list .item{height: 440px;}
	.jr-list .iconbox{width: 54px;height: 54px;}
	.jr-list .title{margin-top: 18px;}
	
	.jr-list .top{flex-direction: column;justify-content: center;font-size: 20px;}
	.jr-list .top .iconbox{margin:0 0 10px;}
	.jr-list .item .box1{padding:60px 0 0;}
	.jr-list .item .box2{padding:0 40px;}
	.jr-list .item .box2 .iconbox{margin-top: -15px;}
	
	
	/* 跨境物流-货代服务 */
	.huod-sec{flex-direction: column-reverse;}
	.huod-sec .menu{width: 100%;padding: 0;display: flex;margin-bottom: 25px;}
	.huod-sec .menu .lk{flex:1;overflow: hidden;padding: 0;justify-content: center;height: 70px;font-size: 18px;}
	.huod-sec .menu .ico{margin-right: 12px;width: 34px;}
	.huod-sec .menu .lk.cur{width: 100%;margin: 0;padding: 0;}
	
	.huod-sec .imgbox{height: 400px;}
	.huod-sec .info{padding:0 70px;}
	.huod-sec .info .title{font-size: 25px;}
	
	
	/* 全球贸易-B2C */
	.bc-pp{padding:80px 0;}
	.bc-pp .smtit{font-size: 26px;}
	.bc-pp .smtit span{font-size: 22px;}
	.bc-pp .list{flex-wrap: wrap;margin-top: 30px;}
	.bc-pp .list li{width: 50%;text-align: center;padding:20px 0;}
	
	.bc-zz{padding:60px 0;}
	.bc-zz .list{flex-wrap: wrap;}
	.bc-zz .list .item{width: 48%;margin-bottom: 4%;padding: 25px 3%;}
	.bc-zz .list .tit{font-size: 20px;}
	
	
	.bc-manage{padding:60px 0;}
	.bc-manage .list .title{font-size: 22px;}
	
	.bc-yy{padding:60px 0;}
	.bc-yy .pic{width: 320px;}
	.bc-yy .item2{margin-left: 160px;}
	.bc-yy .item4{margin-left: -355px;}
	
	.bc-fx{padding:60px 0;}
	.bc-fx .list .num i{font-size: 40px;}
	
	.bc-fx .detail{display: block;}
	.bc-fx .col{width: 100%;margin-bottom: 30px;}
	.bc-fx .tit{font-size: 20px;}
	.bc-fx .piclist{display: flex;flex-wrap: wrap;margin-left: -2%;}
	.bc-fx .piclist .item{width: 31.3%;margin:0 0 2% 2%;}
	.bc-fx .piclist .item::before,.bc-fx .piclist .item::after{display: none;}
	
	
	
	.bc-yx{padding:0 0 60px;}
	.bc-yx .top{top: 0;}
	
	
	.bc-case{padding:60px 0;}
	.bc-case .tiao{height: 20px;}
	.bc-case .mod{align-items: center;}
	.bc-case .mod .lbox{height: 360px;}
	.bc-case .mod .txt{height: auto;font-size: 18px;line-height: 1.6;}
	.bc-case .mod .pics{display: none;}
	
	
	
	.bc-case .swiper-button{display: none;}
	.bc-case .swiper-pagination{display: block;bottom: -50px;}
	.bc-case .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #fff;margin:0 6px!important;}
	.bc-case .swiper-pagination-bullet-active{background-color: #de2304;}
	
	
	
	
	
	
}

@media screen and (min-width:320px) and (max-width:767px){
	.auto{padding:0 4%;width: 100%;}
	
	
	
	.sj-menu{position:absolute;right: 2%;top: 50%;width: 28px;height: 28px;background: url(../images/menu.png) no-repeat center;background-size:26px;display: block;margin-top: -14px;z-index:100;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:28px;}
	
	
	.head{height: 70px;}
	.head.bg{background-color: rgba(0,0,0,.6);}
	.hd-logo{font-size: 20px;}
	.hd-logo .img{height: 30px;}
	.hd-logo .x{margin:0 10px;height: 16px;}
	
	.hd-lang{margin-right: 40px;}
	
	
	.hd-nav{position: fixed;width: 100%;left: 0;top: 70px;bottom: 0;background-color: #fff;}
	.hd-nav li{display: block;border-bottom:1px solid #efefef;margin:0;position: relative;padding: 0;}
	.hd-nav li>a{color:#333;font-size: 18px;line-height: 60px;padding:0 25px;}
	
	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 60px;height: 60px;background:url(../images/arrow.png) no-repeat center;background-size:18px;}
	.hd-nav .arrow.this{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0 0 0 20px;display: none;margin-left: 0;}
	.hd-nav .drop .lk{color:#333;line-height: 50px;border-top:1px solid #efefef;padding:0 0 0 25px;text-align: left;margin: 0;display: block;}
	.hd-nav li:hover .drop{transform: translate(0,0) scaleY(1);}
	
	.navbg{display: none!important;}
	
	
	.ft-t{display: block;padding:30px 0 20px;}
	.ft-t .info{width: 100%;text-align: center;}
	.ft-t .smlogo{font-size: 20px;}
	.ft-t .smlogo .x{margin:0 8px;}
	.ft-t .smlogo .tp{height: 35px;}
	.ft-t .row{max-width: 90%;margin: 15px auto 0;}
	
	
	.ft-t .menu{display: block;margin-top: 20px;}
	.ft-t .menu .col{padding:8px 0;}
	.ft-t .menu .lks{margin-left: -15px;}
	.ft-t .menu .lk{display: inline-block;vertical-align: middle;margin:0 0 0 15px;}
	
	.ft-c{display: block;padding:10px 0;}
	.ft-c span{display: block;}
	.ft-c .lks{font-size: 0;margin-left: -10px;}
	.ft-c .lks a{font-size: 14px;margin:0 0 0 10px;}
	.ft-b{font-size: 13px;}
	
	
	/* index */
	.idx-ban .item{height: 50vh;}
	.idx-ban .item .info{padding-bottom: 0;padding-top: 30px;}
	.idx-ban .item .title{font-size: 26px;}
	.idx-ban .item .txt{font-size: 15px;}
	.idx-ban .item .more{width: 120px;margin-top: 35px;height:36px;font-size: 14px;}
	.idx-ban .item .more::after{width: 14px;height: 14px;margin-left: 6px;}
	.idx-ban .swiper-pagination{bottom: 10px!important;}
	.idx-ban .swiper-pagination-bullet{width: 8px;height: 8px;}
	.idx-ban .swiper-pagination-bullet-active{width: 24px;}
	
	.idx-tt{margin-bottom: 25px;}
	.idx-tt .bt{font-size: 26px;}
	.idx-tt .smtxt{font-size: 14px;line-height: 1.5;}
	.idx-tt .en{font-size: 14px;}
	
	
	.idx-us{background-position:left center;padding:40px 0;}
	.idx-us .menu{text-align: center;}
	.idx-us .menu .lk{margin:0 18px;}
	.idx-us .title{font-size: 24px;}
	.idx-us .title br{display: none;}
	.idx-us .txt{margin-top: 10px;}
	.idx-us .more{width: 34px;height: 34px;margin:20px auto 0;background-size: 18px;}
	.idx-us .list{justify-content: center;text-align: center;margin-top: 30px;flex-wrap: wrap;}
	.idx-us .list li{margin-right: 0;width: 33.3%;padding:10px 0;}
	.idx-us .list .fz1{font-size: 16px;}
	.idx-us .list .fz2 i{font-size: 34px;}
	
	.idx-fw{padding:40px 0;}
	.idx-fw .menu{margin-bottom: 30px;justify-content: space-between;}
	.idx-fw .menu .lk{font-size: 18px;line-height: 40px;}
	.idx-fw .menu .ico{width: 22px;margin-right: 4px;display: none!important;}
	
	.idx-fw .detail{display: block;}
	.idx-fw .imgbox{height: 220px;width: 100%;}
	.idx-fw .info{padding:20px 20px;width: 100%;}
	.idx-fw .title{font-size: 22px;text-align: center;}
	.idx-fw .txt{height: auto;margin-top: 10px;}
	.idx-fw .more{width: 130px;line-height: 42px;margin:20px auto 0;}
	
	.idx-yw{padding:40px 0;}
	.idx-yw .imgbox{height: 200px;display: none;}
	.idx-yw .list{display: block;}
	.idx-yw .list li{width: 100%;margin-bottom: 20px;}
	.idx-yw .list li::before{display: none!important;}
	.idx-yw .list .title{font-size: 19px;color:#333!important;}
	.idx-yw .list .txt{color:#666!important;}
	.idx-yw .list li.cur, .idx-yw .list li:hover{border-color:#f8f8f8;}
	
	
	.idx-xw{padding:40px 0;}
	.idx-xw .idx-tt{text-align: center;}
	.idx-xw .smmenu{position: static;margin-top: 20px;transform: translate(0,0);}
	.idx-xw .smmenu .lk{margin:0 20px;}
	
	.idx-xw .list{display: block;margin: 0;}
	.idx-xw .list .item{width: 100%;margin:0 0 4%;border-radius: 12px;}
	.idx-xw .list .imgbox{height: 190px;}
	.idx-xw .list .info{padding:20px 15px;}
	.idx-xw .list .date{font-size: 14px;}
	.idx-xw .list .title{font-size: 18px;line-height: 24px;height: auto;}
	.idx-xw .list .arrow{display: none;}
	.idx-xw .showmore{margin-top: 40px;width: 130px;line-height: 40px;font-size: 15px;}
	
	/* 关于我们 */
	.inner-ban{height: 300px;}
	.inner-ban .box{top: 42%;}
	.inner-ban .bt{font-size: 25px;}
	.inner-ban .txt{font-size: 16px;margin: 10px auto 0;max-width: 90%;}
	
	.us-intro{padding:60px 0;}
	.us-intro .detail{padding-top: 0;display: block;}
	.us-intro .info{width: 100%;}
	.us-intro .title{font-size: 21px;}
	.us-intro .title br{display: none;}
	.us-intro .txt{margin-top: 15px;}
	.us-intro .imgbox{width: 100%;margin: 15px 0 0;height: auto;border-radius:10px;}
	
	.us-sz{height: 300px;}
	.us-sz .list{justify-content: center;text-align: center;flex-wrap: wrap;}
	.us-sz .list li{margin-right: 0;width: 33.3%;padding:10px 0;}
	.us-sz .list .fz1{font-size: 16px;}
	.us-sz .list .fz2 i{font-size: 34px;}
	
	
	
	.us-yw{padding:60px 0;}
	.us-yw .idx-tt .bt em{font-size: 15px;}
	.us-yw .auto{max-width: 100%;}
	.us-yw .menu{margin-bottom: 30px;padding-top: 15px;}
	.us-yw .menu .lk{width: 140px;line-height: 50px;margin:0 10px;font-size: 16px;}
	.us-yw .list{flex-wrap: wrap;justify-content: space-between;}
	.us-yw .list .item{margin:0 8px;height: 220px;flex:initial;width: 48%;margin:0 0 4% 0;}
	.us-yw .list .title{font-size: 22px;}
	
	.us-zs{padding:60px 0;}
	.us-zs .item{padding:15px 15px;}
	.us-zs .item .title{font-size: 16px;margin-top: 15px;line-height: 22px;height: 44px;}
	.us-zs .swiper-button{display: none;}
	.us-zs .swiper-pagination{display: block;position: static;margin-top: 20px;}
	.us-zs .swiper-pagination-bullet{width: 8px;height: 8px;margin:0 3px!important;}
	.us-zs .swiper-pagination-bullet-active{background-color: #fe0000;}
	
	.us-cul{padding:60px 0;}
	.us-cul .list{padding-top: 0;justify-content: space-between;flex-wrap: wrap;}
	.us-cul .list li{margin:0;width: 48%;max-width: 100%;margin-bottom: 4%;}
	.us-cul .list .line{width: 26px;height: 3px;margin:10px auto 8px;}
	.us-cul .list .txt{font-size: 15px;line-height: 1.5;}
	
	.us-hz{padding:60px 0;}
	.us-hz .auto{width: 100%;}
	.us-hz .list{margin-left: -2%;}
	.us-hz .list li{height: 68px;width: 31.3%;margin:0 0 2% 2%;}
	
	
	/* 联系方式 */
	.inner-ban.small{height: 300px;}
	
	.lx-main{padding:30px 0 60px;}
	.lx-menu{margin-bottom: 30px;justify-content: space-between;}
	.lx-menu .lk{margin:0 5px;min-width: auto;line-height: 45px;}
	.lx-menu .lk.cur, .lx-menu .lk:hover{font-size: 18px;}
	
	.lx-sec{display: block;background-color: #fff;border-radius:0;}
	.lx-sec .lbox{width: 100%;max-width: 100%;padding: 0;}
	.lx-sec .map{height: 300px;margin-top: 35px;}
	.lx-sec .smtit,.lx-sec .x{display: none;}
	.lx-sec .list li{margin-bottom: 20px;}
	.lx-sec .list .icon{width: 40px;margin-right: 15px;}
	.lx-sec .list .title{font-size: 16px;}
	.lx-sec .list .fz{font-size: 14px;}
	.lx-sec .wximg{width: 150px;display: block;margin:0 auto;}
	
	
	/* 人才招聘 */
	.zp-sear{box-shadow:none;border:1px solid #efefef;margin-top: 30px;border-radius:10px;margin-bottom: 35px;}
	.zp-sear .ipt-txt{font-size: 16px;background-size: 16px;padding: 0 15px 0 40px;background-position:15px center;}
	.zp-sear .submit{width: 70px;line-height: 44px;border-radius:10px;font-size: 16px;}
	
	.zp-sec{display: block;}
	.zp-sec .l{width: 100%;}
	.zp-sec .r{width: 100%;padding: 0;}
	
	.zp-mod .top{font-size: 18px;height: auto;padding:0;background-color: transparent;margin-bottom: 15px;}
	.zp-mod .top .ico{width: 20px;margin-right: 10px;}
	.zp-mod .opts{padding: 0;margin-left: -20px;display: flex;flex-wrap: wrap;}
	.zp-mod .opts .opt{margin:0 0 10px 20px;font-size: 16px;padding: 0;display: flex;align-items: center;}
	
	.zp-sec .t-tit{font-size: 22px;margin-bottom: 0;}
	.zp-list .item{width:100%;}
	.zp-list .title{font-size: 18px;}
	.zp-list .sm{font-size: 15px;}
	.zp-list .txt{font-size: 15px;margin-top: 10px;}
	
	.pagelist{margin-top: 40px;}
	.pagelist a{min-width: 32px;height: 32px;line-height: 32px;font-size: 14px;margin:0 5px;}
	
	
	/* 商家入驻 */
	.rz-sec .top-tt{font-size: 20px;height: 54px;border-radius: 10px;padding:0 20px;}
	.rz-sec .top-tt .tb{width: 22px;margin-right: 10px;}
	.rz-sec .box{padding: 0 0 10px;}
	.rz-sec .row{display: block;}
	.rz-sec .tit{font-size: 17px;}
	.rz-sec .item{width: 100%;margin-bottom: 20px;}
	.rz-sec .ipt, .rz-sec .layui-form-select .layui-input{font-size: 15px;height: 46px;line-height: 46px;padding:0 15px;}
	.rz-sec .con{height: 100px;line-height: 1.4;padding:8px 15px;}
	
	
	.rz-sec .dzs{display: block;}
	.rz-sec .w1{width: 100%;margin-bottom: 20px;}
	.rz-sec .dz-hang{display: block;}
	.rz-sec .dz-hang .w2{width: 100%;}
	.rz-sec .dz-hang .w3{margin:20px 0 0;}
	.rz-sec .dz-hang .getcode{font-size: 15px;width: 110px;border-radius: 10px;}
	
	
	.rz-sec .opts .tag{font-size: 15px;line-height: 36px;padding:0 15px;border-radius:6px;}
	.rz-sec .tips, .rz-sec .deal{font-size: 14px;line-height: 24px;}
	.rz-sec .deal{margin-bottom: 35px;}
	.rz-sec .deal .layui-form-checkbox[lay-skin=primary]{padding-left: 22px;}
	
	.rz-sec .btngrp{margin-top: 15px;}
	.rz-sec .btngrp .anniu{width: 140px;line-height: 44px;}
	
	
	.pop .wrapbox{border-radius:12px;}
	
	.pop-deal .top-tt{height: 55px;padding:0 10px 0 20px;}
	.pop-deal .top-tt .bt{font-size: 20px;}
	.pop-deal .top-tt .close{background-size:22px;width: 34px;height: 34px;}
	.pop-deal .detail{padding:20px 10px 20px 20px;}
	.pop-deal .scrollbox{height: 55vh;width: 100%;padding-right: 10px;}
	.pop-deal .txt{font-size: 14px;line-height: 1.6;}
	.pop-deal .anniu{width: 130px;line-height: 42px;margin-top: 20px;font-size: 15px;}
	
	::-webkit-scrollbar{width: 4px;height: 6px;}
	
	
	/* 人才招聘详情 */
	.zp-det{padding:15px 0 60px;}
	.zp-top{padding:25px 30px;display: block;min-height: auto;}
	.zp-top .title{font-size: 22px;}
	.zp-top .font{font-size: 15px;margin-top: 7px;}
	.zp-top .button{width: 110px;margin:30px 0 0;line-height: 38px;}
	
	.zp-bot{padding: 0;border:none;}
	.zp-bot .mod{margin-bottom: 25px;}
	.zp-bot .smtit{font-size: 18px;}
	.zp-bot .smtit::before{height: 16px;margin-right: 8px;}
	.zp-bot .txt{font-size: 15px;margin-top: 8px;line-height: 1.6;}
	
	
	/* 商务互访 */
	.inner-ban .smtxt{font-size: 15px;line-height: 1.6;margin-top: 8px;-webkit-line-clamp: 3;}
	
	.sw-sec{padding:30px 0 60px;}
	.sw-menu{justify-content: space-between;padding: 0;margin-bottom: 30px;}
	.sw-menu .lk{min-width: auto;padding:0;margin: 0;line-height: 55px;font-size: 18px;}
	
	.sw-sec .detail{flex-direction: column-reverse;}
	.sw-sec .imgbox{width: 100%;height: auto;max-height: 280px;margin-top: 40px;}
	.sw-sec .info{width: 100%;}
	.sw-sec .title{font-size: 20px;}
	.sw-sec .txt{font-size: 16px;line-height: 1.6;margin-top: 8px;}
	.sw-sec .arrow{display: none;}
	
	
	/* 品牌服务 */
	.exhi-main{padding:30px 0 60px;}
	.exhi-tabs{margin-bottom: 35px;}
	.exhi-tabs .lk{min-width: 130px;margin:0 10px;line-height: 44px;}
	
	
	
	.exhi-list{padding-left: 36px;}
	.exhi-list::before{border-width:1px;}
	.exhi-list .date{font-size: 18px;}
	.exhi-list .date::before{width: 16px;height: 16px;left: -44px;margin-top: -8px;}
	.exhi-list .box{display: block;border:none;box-shadow:none!important;}
	.exhi-list .imgbox{width: 100%;height: 170px;border-radius: 8px;margin-bottom: 15px;}
	.exhi-list .info{padding:0;}
	.exhi-list .title{font-size: 19px;}
	.exhi-list .txt{-webkit-line-clamp: 3;margin-top: 5px;}
	.exhi-list .arrow{display: none;}
	
	
	
	/* 新闻资讯 */
	.xw-main{padding:40px 0;}
	.xw-top{margin-bottom: 40px;}
	.xw-top .item{display: block;border:none;border-radius:0;}
	.xw-top .item .imgbox{height: 200px;width: 100%;border-radius:10px;}
	.xw-top .item .info{padding:0;margin-top: 20px;}
	.xw-top .item .tt{font-size: 14px;}
	.xw-top .item .title{font-size: 17px;margin-top: 8px;-webkit-line-clamp: 2;}
	.xw-top .item .arrow{display: none;}
	.xw-top .swiper-pagination{position: static;margin-top: 15px;}
	.xw-top .swiper-pagination-bullet-active{width: 20px;}
	
	
	.xw-list{display: block;margin: 0;}
	.xw-list .item{width: 100%;margin:0 0 4%;border-radius: 12px;}
	.xw-list .imgbox{height: 190px;}
	.xw-list .info{padding:20px 15px;}
	.xw-list .tt{font-size: 14px;}
	.xw-list .title{font-size: 18px;line-height: 24px;height: auto;}
	.xw-list .arrow{display: none;}
	
	
	/* 新闻详情 */
	.xw-det{padding:0 0 40px;}
	.xw-det .title{font-size: 18px;}
	.xw-det .sm span{margin:0 8px;font-size: 14px;}
	.xw-det .edit{padding:15px 0 25px;font-size: 15px;line-height: 1.6;}
	
	
	.pagenav{display: block;margin-top: 20px;}
	.pagenav .lk{width: 100%;margin-bottom: 5px;line-height: 26px;background:#fff;border:0;box-shadow:none!important;padding: 0;font-size: 14px;}
		
		
	/* 跨境物流 */
	.wl-main{padding:40px 0;}
	.wl-tab{margin-bottom: 30px;}
	.wl-tab .lk{font-size: 18px;margin:0 9% 0 0;}
	
	.wl-main .detail{display: block;}
	.wl-menu{width: 100%;text-align: center;padding: 0;background:transparent;margin-bottom: 30px;justify-content: space-between;display: flex;}
	.wl-menu li{margin: 0;padding: 0;display: inline-block;vertical-align: middle;}
	.wl-menu .lk{padding:0;line-height: 38px;font-size: 16px;}
	.wl-menu .lk::before{display: none;}
	.wl-menu .item.cur .lk, .wl-menu .item:hover .lk{width: 100%;box-shadow:none;background:transparent;color:#de2304;}
	
	.wl-sec .t-tit{font-size: 20px;}
	.wl-sec .txt{margin-top: 10px;font-size: 15px;line-height: 1.5;}
	.wl-sec .list{margin-left: 0;justify-content: space-between;}
	.wl-sec .list .item{width: 48%;margin:0 0 4%;}
	.wl-sec .list .imgbox{height: auto;}	
	
	
	
	/* 全球贸易 */
	.trade-sec{display: block;}
	.trade-sec .col{width: 100%;}
	.trade-sec .item{height: 260px!important;margin-bottom: 15px;}
	.trade-sec .item .shade{padding: 25px 20px;top:0!important;bottom:auto!important;}
	.trade-sec .item .title{font-size: 20px;}
	.trade-sec .item .icon{width:25px;}
	.trade-sec .item .txt{font-size: 14px;line-height: 22px;margin-top: 12px;}
	
	.trade-lx .title{font-size: 22px;}
	.trade-lx .anniu{width: 130px;line-height: 40px;margin:0 12px;}
	
	
	/* 金融服务 */
	.jr-main{padding:50px 0 0;}
	.jr-list{padding-top: 0;flex-wrap: wrap;}
	.jr-list .item{height: 320px;width: 100%!important;flex:initial;text-align: center;}
	.jr-list .iconbox{width: 54px;height: 54px;}
	.jr-list .title{margin-top: 18px;font-size: 20px;}
	.jr-list .txt{font-size: 15px;margin-top: 10px;}
	
	.jr-list .item .box1{display: none;}
	.jr-list .item .box2{display: flex!important;padding:0 6%;flex-direction: column;align-items: center;justify-content: center;height: 100%;}
	.jr-list .item .box2 .iconbox{margin:0 auto 0;}
	
	
	/* 跨境物流-货代服务 */
	.huod-sec{flex-direction: column-reverse;}
	.huod-sec .menu{width: 104%;padding: 0;display: block;margin-bottom: 25px;white-space: nowrap;overflow-x: scroll;}
	.huod-sec .menu .lk{padding: 0 20px!important;height: auto;line-height:46px;font-size: 16px;transition: all 0s;display: inline-block;vertical-align: middle;white-space: nowrap;}
	.huod-sec .menu .ico{width: 24px;margin-right: 4px;display: inline-block;vertical-align: middle;}
	.huod-sec .menu .ico-h{display: none;}
	.huod-sec .menu .lk.cur{width: auto;margin: 0;padding: 0;box-shadow:none;}
	.huod-sec .menu .lk.cur .ico-h{display: inline-block;}
	
	.huod-sec .imgbox{height: 320px;}
	.huod-sec .info{padding:0 5%;bottom: 25px;}
	.huod-sec .info .title{font-size: 22px;}
	.huod-sec .info .icon{width: 34px;}
	.huod-sec .info .txt{font-size: 15px;margin-top: 10px;}
	.huod-sec .line{display: none;}
	
	
	/* 全球贸易-B2C */
	.bc-pp{padding:50px 0;}
	.bc-pp .detail{display: block;}
	.bc-pp .info{width: 100%;}
	.bc-pp .smtit{font-size: 22px;}
	.bc-pp .smtit span{font-size: 18px;}
	.bc-pp .list{flex-wrap: wrap;margin-top: 30px;}
	.bc-pp .list .icon{height: 30px;}
	.bc-pp .imgbox{width: 100%;height: auto;margin-top: 25px;}
	
	
	.bc-zz{padding:50px 0;}
	.bc-zz .list{flex-wrap: wrap;}
	.bc-zz .list .item{width: 100%;margin-bottom: 4%;padding: 25px 25px 15px;}
	.bc-zz .list .tit{font-size: 20px;}
	.bc-zz .list .txt p{margin-bottom: 10px;}
	
	.bc-manage{padding:50px 0 35px;}
	.bc-manage .idx-tt{text-align: center;}
	.bc-manage .list{flex-wrap: wrap;}
	.bc-manage .list .item{width: 48%;margin-bottom: 4%;border-radius:10px;padding:25px 20px;}
	.bc-manage .list .icon{width: 42px;}
	.bc-manage .list .title{font-size: 18px;}
	.bc-manage .list .txt{font-size: 15px;}
	.bc-manage .list .txt span{margin-top: 10px;}
	
	.bc-yy{padding:50px 0;}
	.bc-yy .idx-tt{text-align: center;}
	.bc-yy .detail{padding: 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
	.bc-yy .pic{width: 70%;display: none;}
	.bc-yy .item{position: static;transform: translate(0,0)!important;margin:0 0 4% 0!important;width: 48%;padding:25px 15px;min-width: auto;text-align: center;font-size: 16px;line-height: 26px;}
	.bc-yy .item .num{display: block;margin:0 auto 15px;}
	
	
	.bc-fx{padding:50px 0 30px;}
	.bc-fx .list{display: block;text-align: center;}
	.bc-fx .list li{margin-bottom: 25px;}
	.bc-fx .list .fz{font-size: 16px;}
	.bc-fx .list .num i{font-size: 34px;}
	
	.bc-fx .detail{display: block;}
	.bc-fx .col{width: 100%;margin-bottom: 30px;}
	.bc-fx .tit{font-size: 20px;}
	.bc-fx .piclist{display: flex;flex-wrap: wrap;margin-left: 0;justify-content: space-between;}
	.bc-fx .piclist .item{width: 48%;margin:0 0 4% 0;}
	.bc-fx .piclist .item::before,.bc-fx .piclist .item::after{display: none;}
	
	
	.bc-yx{padding:40px 0 40px;}
	.bc-yx .top{top: -10px;}
	.bc-yx .pic{transform: scale(1.15,1.15);}
	
	.bc-case{padding:50px 0;}
	.bc-case .tiao{display: none;}
	.bc-case .mod{display: block;}
	.bc-case .mod .lbox{height: 280px;width: 100%;}
	.bc-case .mod .rbox{width: 100%;padding:20px 25px;}
	.bc-case .mod .txt{height: auto;text-indent: 0;}
	.bc-case .mod .pics{display: none;}
	
	.bc-case .swiper-button{display: none;}
	.bc-case .swiper-pagination{display: block;position: static;margin-top: 25px;}
	.bc-case .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #fff;margin:0 6px!important;}
	.bc-case .swiper-pagination-bullet-active{background-color: #de2304;}
	
}

@media only screen and (max-width: 319px) {
	/* 人才招聘 */
	.zp-list .item{min-width: 290px;}
	.zp-list .title{font-size: 18px;}
	.zp-list .sm{font-size: 15px;}
	.zp-list .txt{font-size: 15px;margin-top: 10px;}
}