
@font-face
{font-family: YouSheBiaoTiHei;
src: url('YouSheBiaoTiHei-2.ttf')}
@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}

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:"microsoft yahei",'PingFang SC','PingFang SC',sans-serif;}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;}
: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,a,p,span{font-style:normal;font-size:inherit;}
*{box-sizing:border-box;}
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: 1200px;width: 90%;}
: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;}
.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.05,1.05);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-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;}
a{-webkit-tap-highlight-color: rgba(0,0,0,0);}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .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;}
.relative{position:relative;}

.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);} 

.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;}

.btn{color:#1e73ec;font-size: 18px;text-align: center;border:none;cursor: pointer;display: inline-block;vertical-align: middle;/* background-color: #1e73ec; */}
.btn:hover{background: #1c6cdc;}

.c-main{color:#2386ee!important;}


/* 关于我们 */
.head{padding:15px 0;position:staic;width: 100%;left: 0;top: 0;z-index:100;background-color: white;}
.head .wrap{display: flex;align-items: center;justify-content: space-between;}
.head .leftbox,.head .rightbox{display: flex;align-items: center;height: 75px;}
.head .leftbox .title{font-size: 28px;color: #054599;font-weight: bold;}
.hd-logo{}
.hd-logo .img{height: 75px;width: auto;/* margin-right: 10px */;}
.hd-nav{}
.hd-nav .title{color: black;font-weight: bold;}
.hd-nav .current>a{color: #054599!important;font-weight: bold;}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left:60px;position:relative;}
.hd-nav li>a{display: block;font-size: 18px;color:black;position:relative;line-height: 60px;}
.hd-nav li>a::after{content:'';position:absolute;width: 0;height: 1px;background-color: black;left:50%;bottom: 0;transition: all .3s;}
.hd-nav li:hover>a::after,.hd-nav li.cur>a::after{width: 30px;margin-left:-15px;}
.hd-nav li:hover .drop{display: block;}
.hd-nav .drop{background-color: #fff;position:absolute;width: 170px;left: 50%;transform: translate(-50%,0);padding:10px 15px;display: none;}
.hd-nav .drop a{display: block;font-size: 16px;color:#333;line-height: 34px;text-align: center;}
.hd-nav .drop a:hover{color:#1e73ec;}

.hd-nav li.has>a{background:url(../images/icon_01.png) no-repeat right center;background-size:12px;padding-right: 22px;}
.hd-nav li.has:hover>a{background-image:url(../images/icon_01-1.png)}

.inner-ban{height: 640px;display: flex;align-items: center;padding-top: 60px;}
.inner-ban .info{}
.inner-ban .bt{font-size: 50px;color:#fff;line-height: 1;/* font-family: 'YouSheBiaoTiHei'; */}
.inner-ban .txt{font-size: 20px;color:#fff;line-height: 40px;max-width:1100px;margin-top: 30px;padding-left: 50px;}

.inner-ban-pj{height: 640px;display: flex;align-items: center;padding-top: 60px;}
.inner-ban-pj .info{}
.inner-ban-pj .bt{font-size: 35px;color:#fff;line-height: 1;font-weight:bold;/* font-family: 'YouSheBiaoTiHei'; */}
.inner-ban-pj .txt{font-size: 20px;color:#fff;line-height: 40px;max-width:1100px;margin-top: 30px;padding-left: 50px;}


.pub-tt{margin-bottom:50px;}
.pub-tt .cn{font-size: 43px;color:#333333;line-height: 1;}
.pub-tt .en{font-size:60px;color:#333333;line-height: 1;margin-top: -32px;opacity: .1;font-family: 'DIN';font-weight: bold;text-transform: uppercase;}

.main{padding:50px 0;}
.us-main{}
.us-main .txt{font-size: 18px;color:#999999;line-height: 26px;max-width:600px;}

.us-main .detail{display: flex;/* margin-top: 80px; */}
.us-main .list{/* width: 590px; */display: flex;flex-direction: column;justify-content: space-between;}
.us-main .list li{}
.us-main .list .tit{font-size: 26px;color:#333333;font-weight: bold;padding-bottom: 20px;}
.us-main .list .line{width: 36px;height: 1px;background-color: #2386ee;display: block;margin:15px 0 10px;}
.us-main .list .font{font-size: 18px;color:#999999;line-height: 26px;padding-top: 10px;}

.about{padding:50px 0;background-color: #e6e6e6;}
.about .detail{display: flex;justify-content: center;}
.about .list .tit{font-size: 26px;color:#333333;font-weight: bold;padding-bottom: 20px;}
.about .list .font{font-size: 18px;color:#999999;line-height: 26px;padding-top: 10px;}
/* .us-main .imgbox{flex:1;overflow: hidden;}
.us-main .imgbox .img{width: 100%;display: block;} */



.foot{/* background:url(../images/ft_02.jpg) no-repeat center; */background-size:cover;padding-bottom: 20px;background-color: white}
.ft-t{display: flex;padding:40px 0 0 0;}
.ft-t .lbox{display: flex;align-items: center;height: 75px;}
.ft-t .rbox{flex:1;overflow: hidden;display: flex;justify-content: flex-end;}

.ft-t .smlogo{height: 75px;width: auto;}
.ft-t .tel-wz{font-size: 18px;color:white;background:url(../images/ft_01.png) no-repeat left center;background-size:22px;padding-left: 30px;}
.ft-t .tel{font-size: 30px;color:#333333;font-weight: bold;font-family: 'DIN';margin-bottom: 30px;margin-top: 10px;}
.ft-t .fz{font-size: 16px;color:black;line-height: 30px;margin-bottom: 10px;}
.ft-t .title{font-size: 24px;color:#054599;line-height: 30px;font-weight: bold;}
.ft-t .title a:hover{color:rgba(30,115,236,1);}
.ft-t .col{}
.ft-t .tit{font-size: 18px;color:#333333;margin-bottom: 15px;font-weight: bold;}
.ft-t .lks{}
.ft-t .lk{display: block;font-size: 16px;color:#333333;line-height: 36px;}.ft-t .lk:hover{color:rgba(30,115,236,1);}
.ft-t .phone{font-size: 30px;color:#1e73ec;font-family: 'DIN';}

.ft-b{font-size: 16px;color:rgba(30,115,236,.56);line-height: 26px;}

/* 联系我们 */
.lx-main{background:url(../images/lx_02.jpg) no-repeat center bottom;background-size:contain;padding:130px 0 100px;}
.lx-dz{}
.lx-dz .map{height: 670px;}

.lx-dz .txt{font-size: 20px;color:#333333;margin-top: 20px;}
.BMapLabel{display: none!important;}
.BMap_shadow img{display: none!important;}


.lx-form{margin-top: 145px;}
.lx-form .title{font-size: 43px;color:#333333;text-align: center;}
.lx-form .txt{font-size: 20px;color:#666666;margin-top: 15px;margin-bottom: 40px;text-align: center;}

.lx-form .form{display: flex;}
.lx-form .form .box{flex:1;overflow: hidden;display: flex;}
.lx-form .item{flex:1;margin-right: 20px;}
.lx-form .item:last-child{margin-right: 0;}
.lx-form .ipt-txt{width: 100%;background-color: #fff;line-height: 50px;height: 50px;padding:0 20px;font-size: 16px;color:#333;}
.lx-form .submit{width: 150px;height: 50px;line-height: 50px;margin-left: 70px;}

/* 分账系统 */
.fenz-mod{padding:100px 0;background-color: #f7f9fc;}
.fenz-mod .wrap{display: flex;}
.fenz-mod .imgbox{width: 490px;margin-right: 50px;max-height:350px;overflow: hidden;}
.fenz-mod .img{width: 100%;height: 100%;object-fit: cover;transition: all 1s;}
.fenz-mod .info{flex:1;overflow: hidden;padding-top:15px;position:relative;}
.fenz-mod .row{margin-top: 25px;position:relative;z-index:10;}
.fenz-mod .title{font-size: 20px;color:#333333;margin-bottom: 10px;}
.fenz-mod .title em{font-size: 14px;color:#999999;margin-left: 10px;}
.fenz-mod .txt{font-size: 14px;color:#666666;line-height: 26px;position:relative;z-index:5;}
.fenz-mod .txt p{margin-bottom: 10px;}
.fenz-mod .row:first-child{margin-top: 0;}
.fenz-mod .tb{width: 190px;position:absolute;right: 0;bottom: 0;}

.fenz-mod.even{background-color: #fff;}
.fenz-mod.even .wrap{flex-direction: row-reverse;}
.fenz-mod.even .imgbox{margin:0 0 0 50px;}
.fenz-mod.even .info::after{background-image:url(../images/fenz_06.png)}
.fenz-mod:hover .img{transform: scale(1.1,1.1);}

/* 品牌出海 */
.pp-ch{padding:130px 0;}
.pp-ch .top-txt{font-size: 18px;line-height: 36px;color:#333333;text-align: center;}
.pp-ch .detail{position:relative;margin-top: 110px;}
.pp-ch .lbox{padding:35px 45px;box-shadow:0 3px 20px rgba(70,70,70,.14);width: 55%;}
.pp-ch .lbox .smbox{width: 520px;}
.pp-ch .lbox .tit{margin-bottom: 50px;display: inline-block;line-height: 39px;background:url(../images/pp_10.png) no-repeat center;background-size:100% 100%;display: inline-block;vertical-align: middle;padding:0 30px;font-size: 22px;color:#fff;}
.pp-ch .lbox .imgbot{}
.pp-ch .lbox .img{max-width:435px;}

.pp-ch .rbox{height: 428px;background:url(../images/pp_02.png) no-repeat center;background-size:100% 100%;width:calc(100% - 520px);position:absolute;right: 0;top: 50%;transform: translate(0,-50%);display: flex;flex-direction: column;justify-content: center;padding-bottom: 30px;}
.pp-ch .title{font-size: 36px;color:#fff;text-align: center;margin-bottom: 70px;}
.pp-ch .bot{display: flex;justify-content: center;align-items: center;}
.pp-ch .bot span{font-size: 24px;color:#fff;min-width:185px;border:1px solid #fff;border-radius:100%;text-align: center;line-height: 70px;}
.pp-ch .bot .arrow{width: 20px;margin:0 25px;}


.pp-us .fenz-mod{background-color: #f7f9fc;}

.pp-hz{margin-top: 100px;}
.pp-hz .fenz-mod{background-color: #fff;padding: 0;margin-top: 100px;}

.pp-zx{padding:140px 0 130px;}

.pp-zx{}
.pp-zx .top-txt{font-size: 18px;color:#333333;line-height: 36px;}
.pp-zx .top-txt p{margin-bottom: 40px;}

.pp-zx .list{display: flex;flex-wrap: wrap;margin-left: -2%;}
.pp-zx .list .item{width: 31.3%;margin-left: 2%;}
.pp-zx .list .imgbox{height: 210px;}
.pp-zx .list .img{width: 100%;height: 100%;object-fit: cover;}
.pp-zx .list .title{font-size: 20px;color:#333;margin-top: 20px;}
.pp-zx .list .txt{font-size: 14px;line-height: 26px;color:#666666;margin-top: 8px;}


/* 全球开店 */
.kd-ymx{padding:140px 0 100px;}
.kd-ymx .detail{display: flex;justify-content: space-between;}
.kd-ymx .lbox{width: 100%;max-width:1000px;}
.kd-ymx .rbox{width: 47%;}
.kd-ymx .row{margin-bottom: 30px;}
.kd-ymx .row .title{font-size: 20px;color:#333333;}
.kd-ymx .row .txt{font-size: 14px;color:#666666;line-height: 28px;margin-top: 15px;}

.kd-ymx .imgbox1{margin-left: -180px;}.kd-ymx .imgbox2{margin-top: -120px;}.kd-plat{padding:100px 0 120px;background-color: #f5f7fa;}
.kd-plat .detail{background-color: #fff;box-shadow:0 4px 20px rgba(211,221,235,.3);display: flex;flex-wrap: wrap;}
.kd-plat .item{border-top:1px dashed #e6ecf5;border-left:1px dashed #e6ecf5;padding:30px 10px 40px;width: 25%;}
.kd-plat .item .imgbox{display: flex;align-items: center;justify-content: center;height: 130px;}
.kd-plat .item .img{max-width:80%;max-height:80%;width: auto;}
.kd-plat .item .title{font-size: 16px;color:#292c33;margin-top: 15px;text-align: center;}.kd-plat .item:nth-child(4n+1){border-left:none;}.kd-plat .item:nth-child(1),.kd-plat .item:nth-child(2),.kd-plat .item:nth-child(3),.kd-plat .item:nth-child(4){border-top:none;}

/* B2C独立商城系统 */
.xt-core{padding:120px 0 80px;}

.xt-list{margin-left: 0%;display: flex;flex-wrap: wrap;}
.xt-list .item{position:relative;width: 30%;margin:0 0 2% 2%;cursor: pointer;overflow: hidden;transition: all .3s;}
.xt-list .imgbox{height:320px;}
.xt-list .img{width: 100%;height: 100%;display: block;object-fit: cover;}

.xt-list .shade{position:absolute;width: 100%;height: 100%;left: 0;bottom: 0;background-color:rgba(7,29,70,.3);display: flex;flex-direction: column;justify-content: center;}
.xt-list .shade .icon{height: 30px;width: auto;display: block;margin:0 auto;}
.xt-list .shade .line{width: 16px;height: 1px;display: block;margin:16px auto;background-color: #fff;}
.xt-list .shade .title{font-size: 20px;color:#fff;text-align: center;}

.xt-list .bot{padding:15px 20px;background-color: #fff;position:absolute;width: 100%;left: 0;bottom: -125%;transition: all .3s;}
.xt-list .bot .tt{display: flex;align-items: center;}
.xt-list .bot .title{font-size: 18px;color:#1e73ec;flex:1;overflow: hidden;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.xt-list .bot .icon{width: 30px;height: auto;}
.xt-list .bot .txt{font-size: 14px;color:#666666;line-height: 24px;margin-top: 10px;}
.xt-list .item:hover{box-shadow:0 0 26px rgba(48,51,53,.2);transform: translate(0,-10px);}
.xt-list .item:hover .bot{bottom: 0;}
.xt-list .item:hover .shade{opacity: 0;}
.xt-list .item:hover .img{transform: scale(1,1);}


/* 跨境电商系统 */
.xt-kj{padding:0 0 140px;}
.xt-kj .detail{}
.xt-kj .img{width: 90%;max-width:1600px;margin:0 auto;}


/* B2B电子商务系统 */
.xt-bb{padding:100px 0;background-color: #f5f7fa;}
.xt-bb .detail{}
.xt-bb .topbox{padding: 45px 25px;background-color: #fff;box-shadow:0 4px 20px rgba(211,221,235,.3);display: flex;align-items: center;}
.xt-bb .smbox{width: 260px;display: flex;justify-content: space-between;align-items: center;}
.xt-bb .smbox .smbox-l{width: 46%;}
.xt-bb .smbox .pic{width: 100%;max-width:140px;}
.xt-bb .smbox .tit{font-size: 16px;color:#333333;margin-top: 13px;text-align: center;}
.xt-bb .smbox .smbox-r{width: 46%;}
.xt-bb .smbox .fz{font-size: 14px;color:#333333;display: block;line-height: 32px;margin-bottom: 10px;background:url(../images/xt_55.png) no-repeat center bottom;background-size:100% 5px;text-align: center;}
.xt-bb .smbox .fz:last-child{margin-bottom: 0;}
.xt-bb .smbox:last-child .fz{background-image:url(../images/xt_56.png)}

.xt-bb .cenbox{background-color: #f5f7fa;border-radius:10px;padding:25px 15px;border:1px dashed #1e73ec;flex:1;overflow: hidden;margin:0 3%;}
.xt-bb .cenbox .title{font-size: 20px;color:#333333;margin-bottom: 15px;text-align: center;}
.xt-bb .cenbox .tags{font-size: 0;margin-left: -2%;}
.xt-bb .cenbox .tag{display: inline-block;vertical-align: middle;font-size: 16px;color:#1e73ec;line-height: 32px;background-color: #e5eef9;border-radius:6px;text-align: center;padding:0 15px;min-width:23%;margin:0 0 2% 2%;}


.xt-bb .botbox{padding: 25px 30px;background-color: #fff;display: flex;justify-content: space-between;margin-top: 30px;box-shadow:0 4px 20px rgba(211,221,235,.3);position:relative;}
.xt-bb .list{width: 49%;}
.xt-bb .list li{font-size: 16px;color:#666666;line-height: 36px;}
.xt-bb .line{width: 100%;height:82px;position:absolute;left: 0;top: -55px;}


/* 海外商标 */
.xt-list.oversea{margin-left: -5%;}
.xt-list.oversea .item{margin-left: 3%;}

/* index */
.idx-ban{}
.idx-ban .item{position:relative;}
.idx-ban .img{width: 100%;display: block;}
.idx-ban .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;align-items: center;}
.idx-ban .smtit{font-size: 26px;color:#fff;}
.idx-ban .title{font-size: 90px;color:#fff;/* font-family: 'YouSheBiaoTiHei'; */margin-top: 40px;line-height: 1;}
.idx-ban .more{width: 175px;line-height: 55px;margin-top: 90px;}

/*轮播图*/
.idx-fw-swiper{padding:0px 0 20px 0;background-size:100% 100%;position: relative;}
.idx-fw-swiper .wrap{display: flex;}
.idx-fw-swiper .swiper-box{width: 100%;height: 350px;}

.idx-fw-03{padding:60px;background-size:100% 100%;height: 400px;background-color:#ffffff ;}
.idx-fw-03 .wrap{display: flex;}
.idx-fw-03 .box{height: 80px;background-color: #ffffff;}
.idx-fw-03 .box .title{font-size: 22px;color:#333333;font-weight: bold;margin-bottom: 10px;padding:20px 0;}
.idx-fw-03 .box .txt{font-size: 16px;padding: 10px 0;}


.idx-fw{padding:0 0 20px 0;background-size:100% 100%;background-color: #e6e6e6;}
.idx-fw .wrap{display: flex;}
.idx-fw .lbox{width: 48%;margin-top: 70px;}
.idx-fw .rbox{width: 48%;}
.idx-fw .list{}
.idx-fw .list .item{display: flex;align-items: center;margin-bottom: 45px;}
.idx-fw .list .icon{width: 100px;margin-right: 35px;}
.idx-fw .list .info{flex:1;overflow: hidden;}
.idx-fw .list .title{font-size: 26px;color:#333333;font-weight: bold;}
.idx-fw .list .line{width: 36px;height: 1px;background-color: #2386ee;display: block;margin:15px 0 10px;}
.idx-fw .list .txt{font-size: 16px;color:#999999;padding: 30px 0;/*:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; white-space:normal;text-overflow: ellipsis;overflow: hidden; */}
.idx-fw .list .more{color: red;}
.idx-fw .imgbox{width:calc(100% + 5%);margin-left: 5%;margin-top: 5%;}
.idx-fw .imgbox .pic{border-radius: 20px;}
.idx-fw .imgbox .img{width: 100%;}

.idx-fw-01{padding:50px 0;background-size:100% 100%;background-color:#ffffff;}
.idx-fw-01 .wrap{display: flex;}
.idx-fw-01 .lbox{width: 50%;}
.idx-fw-01 .lbox .pic{border-radius: 20px;}
.idx-fw-01 .rbox{width: 45%;margin-left:110px ;margin-top: 70px;}
.idx-fw-01 .list{}
.idx-fw-01 .list .item{display: flex;align-items: center;margin-bottom: 45px;}
.idx-fw-01 .list .icon{width: 100px;margin-right: 35px;}
.idx-fw-01 .list .info{flex:1;overflow: hidden;}
.idx-fw-01 .list .title{font-size: 20px;color:#333333;font-weight: bold;}
.idx-fw-01 .list .line{width: 36px;height: 1px;background-color: #2386ee;display: block;margin:15px 0 55px;}
.idx-fw-01 .list .txt{font-size: 16px;color:#999999;padding: 30px 0;/*:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; white-space:normal;text-overflow: ellipsis;overflow: hidden; */}
.idx-fw-01 .list .more{color: red;}
.idx-fw-01 .imgbox{width:calc(100% + 5%);margin-left: 5%;}
.idx-fw-01 .imgbox .img{width: 100%;}


.pj-fw-01{padding:50px 0;background-size:100% 100%;background-color:#e6e6e6;}
.pj-fw-01 .wrap{display: flex;}
.pj-fw-01 .lbox{width: 60%;}
.pj-fw-01 .lbox .pic{border-radius: 20px;}
.pj-fw-01 .rbox{width: 40%;margin-left:100px ;margin-top: 95px;}
.pj-fw-01 .list{list-style-type: circle;}
.pj-fw-01 .list .title{margin-bottom: 20px;}
.pj-fw-01 .list .item{display: flex;align-items: center;margin-bottom: 10px;}
.pj-fw-01 .list .icon{width: 100px;margin-right: 35px;}
.pj-fw-01 .list .info{flex:1;overflow: hidden;}
.pj-fw-01 .list .title{font-size: 20px;color:#333333;font-weight: bold;}
.pj-fw-01 .list .line{width: 36px;height: 1px;background-color: #2386ee;display: block;margin:15px 0 55px;}
.pj-fw-01 .list .txt{font-size: 16px;color:#999999;padding: 30px 0;/*:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; white-space:normal;text-overflow: ellipsis;overflow: hidden; */}
.pj-fw-01 .list .more{color: red;}
.pj-fw-01 .imgbox{width:calc(100% + 5%);margin-left: 5%;}
.pj-fw-01 .imgbox .img{width: 100%;}


.idx-cp{}
.idx-cp .list{display: flex;overflow: hidden;}
.idx-cp .list .item{flex: 1 1 22%;overflow: hidden;width: 22%;position: relative;-webkit-transition: 0.5s all;transition: 0.5s all;}
.idx-cp .list .imgbox{width: 100%;height: 870px;}
.idx-cp .list .img{width: 100%;height: 100%;object-fit: cover;}
.idx-cp .list li.on{flex: 1 1 52%;}
.idx-cp .list li.on .shade{bottom: 0;}
.idx-cp .list li.on .bot{opacity: 0;}

.idx-cp .bot{position:absolute;width: 100%;left: 0;bottom: 0;top:0;padding:45px 45px;display: flex;flex-direction: column;justify-content: flex-end;background-color:rgba(0,0,0,.1)}
.idx-cp .bot .num{font-size: 76px;/* color:#bebebe; */line-height: 1;font-family: 'DIN'; background-image:-webkit-linear-gradient(bottom,rgba(130,135,140,0),rgba(130,135,140,1)); -webkit-background-clip:text; -webkit-text-fill-color:transparent;font-weight: bold; }
.idx-cp .title{font-size: 30px;color:#fff;font-weight: bold;margin-top: -10px;}
.idx-cp .line{width: 36px;height: 2px;background-color: rgba(255,255,255,.56);display: block;margin-top: 25px;}

.idx-cp .shade{position:absolute;bottom: -100%;right: 0;left: 15%;background-color: #055ec1;border-radius:36px 0 0 0;padding:50px 50px;transition: all 0s;}
.idx-cp .shade .cn{font-size: 43px;color:#fff;line-height: 1;white-space: nowrap;}
.idx-cp .shade .en{font-size:60px;color:rgba(255,255,255,.1);line-height: 1;margin-top: -32px;font-family: 'DIN';font-weight: bold;text-transform: uppercase;white-space: nowrap;}
.idx-cp .shade .line{}
.idx-cp .shade .title{margin-top: 15px;}
.idx-cp .shade .num{font-size: 256px;line-height: 1;color:rgba(255,255,255,.1);position:absolute;right: 0;bottom: -30px;font-family: 'DIN';font-weight: bold;}


.idx-form{padding:100px 0;background:url(../images/idx_11.jpg) no-repeat center;background-size:cover;margin: 0;}


body.hidden{overflow: hidden;}


.sj-menu{display: none;}


@media screen and (min-width:1200px) and (max-width:1400px){
	.auto{width: 86%;}
	
	.inner-ban{height: 580px;}
	.inner-ban .bt{font-size: 74px;}
	.inner-ban .txt{font-size: 18px;}
	
	.pub-tt .cn{font-size: 38px;}
	.pub-tt .en{font-size: 50px;margin-top: -25px;}
	
	.lx-form .title{font-size: 40px;}
	
	/* 品牌出海 */
	.pp-ch .title{font-size: 30px;}
	
	.pp-zx .list .title{font-size: 18px;}
	
	/* B2B电子商务系统 */
	.xt-bb .cenbox .tag{font-size: 14px;padding:0 8px;}
	
	/* 海外商标 */
	.xt-core{padding:100px 0;}
	
	/* index */
	.idx-ban .shade{padding-top: 80px;}
	.idx-ban .title{font-size: 60px;}
	.idx-ban .more{margin-top: 60px;}
	
	
	.idx-fw{padding:0;}
	
	.idx-cp .list .imgbox{height: 600px;}
	.idx-cp .bot{padding:30px 20px;}
	.idx-cp .bot .num{font-size: 60px;}
	.idx-cp .title{font-size: 22px;}
	.idx-cp .line{margin-top: 20px;}
	.idx-cp .shade{padding:40px 30px;}
	.idx-cp .shade .cn{font-size: 34px;}
	.idx-cp .shade .en{font-size: 48px;margin-top: -26px;}
	.idx-cp .shade .num{font-size: 150px;}
	
	
}

@media screen and (min-width:992px) and (max-width:1240px){
	.auto{width: 100%;padding:0 3%;}
	
	/* 关于我们 */
	.inner-ban{height: 500px;}
	.inner-ban .bt{font-size: 60px;}
	.inner-ban .txt{font-size: 18px;line-height: 32px;}
	
	.pub-tt .cn{font-size: 40px;}
	.pub-tt .en{font-size: 50px;}
	
	.main{padding:100px 0;}
	
	.us-main .imgbox{height: 350px;}
	.us-main .imgbox .img{height: 100%;object-fit: cover;}
	
	/* 联系我们 */
	.lx-main{padding:100px 0;}
	.lx-dz .map{height: 600px;}
	
	.lx-form .title{font-size: 36px;}
	.lx-form .txt{font-size: 18px;}
	
	.lx-form .form{display: block;}
	.lx-form .form .box{width: 100%;flex-wrap: wrap;justify-content: space-between;}
	.lx-form .item{width: 48%;flex:initial;border:1px solid #efefef;margin:0 0 2%;}
	.lx-form .submit{margin:35px auto 0;display: block;}
	
	/* 分账系统 */
	.fenz-mod .imgbox{width: 400px;margin-right: 35px;}
	.fenz-mod .info{padding-top: 0;}
	.fenz-mod .tb{width: 120px;}
	
	/* 品牌出海 */
	.pp-ch{padding:100px 0;}
	.pp-ch .detail{margin-top: 60px;}
	.pp-ch .lbox{width: 70%;}
	.pp-ch .lbox .smbox{width: 380px;}
	.pp-ch .lbox .img{width: 100%;}
	
	.pp-ch .rbox{width: calc(100% - 460px);height: 360px;}
	.pp-ch .title{font-size: 26px;}
	.pp-ch .bot span{font-size: 18px;min-width:150px;line-height: 55px;}
	.pp-ch .bot .arrow{margin:0 15px;}
	
	/* 全球开店 */
	.kd-ymx{padding:100px 0;}
	
	.kd-ymx .lbox{width: 55%;max-width:100%;}
	.kd-ymx .rbox{width: 35%;}
	
	.kd-plat{padding:100px 0;}
	.kd-plat .item .imgbox{height: 100px;}
	
	/* B2C独立商城系统 */
	.xt-core{padding:100px 0;}
	
	/* 跨境电商系统 */
	.xt-kj{padding:0 0 100px;}
	
	
	/* B2B电子商务系统 */
	.xt-bb .smbox{width: 220px;}
	
	.xt-bb .cenbox .tag{font-size: 14px;padding:0 8px;}
	
	/* index */
	.idx-ban .shade{padding-top: 80px;}
	.idx-ban .smtit{font-size: 20px;}
	.idx-ban .title{font-size: 60px;margin-top: 20px;}
	.idx-ban .more{margin-top: 40px;width: 140px;line-height: 45px;font-size: 18px;}
	
	
	.idx-fw{padding:120px 0;}
	.idx-fw .list .icon{width: 80px;}
	.idx-fw .list .title{font-size: 22px;}
	.idx-fw .list .txt{font-size: 16px;}
	.idx-fw .rbox{}
	.idx-fw .imgbox{width: 100%;margin: 0;}
	
	.idx-cp .list .imgbox{height: 500px;}
	.idx-cp .bot{padding:30px 20px;}
	.idx-cp .bot .num{font-size: 60px;}
	.idx-cp .title{font-size: 22px;}
	.idx-cp .line{margin-top: 20px;}
	.idx-cp .shade{padding:40px 30px;display: none;}
	.idx-cp .shade .cn{font-size: 34px;}
	.idx-cp .shade .en{font-size: 48px;margin-top: -26px;}
	.idx-cp .shade .num{font-size: 150px;}
	.idx-cp .list li.on .bot{opacity: 1;}
	
	
	
	
}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{width: 100%;padding:0 3%;}
	.sj-menu{position:absolute;right: 3%;top: 50%;width: 40px;height: 40px;background: url(../images/menu.png) no-repeat center;background-size:36px;margin-top: -20px;display: block;z-index:101;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:36px;}

	.head{position:fixed;width: 100%;left: 0;top: 0;z-index:100;padding:10px 0;}
	.head.scroll{background-color: rgba(9,33,69,.9);}
	
	.hd-logo{position:relative;z-index:101;}
	
	.hd-nav{display: block;position:fixed;width: 100%;left: 0;top: 0;bottom:0;background-color: #1e73ec;padding-top: 100px;}
	.hd-nav ul{width: 100%;height: 100%;overflow-y: scroll!important;}
	.hd-nav li{display: block;margin:0;border-bottom:1px solid rgba(255,255,255,.15);}
	.hd-nav li>a{line-height: 80px;padding:0 4%;position:relative;}
	.hd-nav li>a::after{display: none;}
	
	.hd-nav li:hover .drop{display: none;}
	.hd-nav li.has>a{background: url(../images/icon_01.png) no-repeat 96% center;background-size: 18px;padding-right: 30px;}
	.hd-nav li.has:hover>a{background-image: url(../images/icon_01.png)}
	.hd-nav .drop{display: none;position:static;width: 100%;margin: 0;transform: translate(0,0);background: transparent;padding-left: 40px;border-top:1px solid rgba(255,255,255,.15);}
	.hd-nav .drop a{color:#fff;text-align: left;line-height: 60px;border-bottom:1px solid rgba(255,255,255,.15);padding-left: 15px;}
	.hd-nav .drop a:last-child{border-bottom:none;}
	.hd-nav li.has>a.this{background-image: url(../images/icon_01-1.png)}
	
	/* 关于我们 */
	.inner-ban{height: 400px;text-align: center;}
	.inner-ban .bt{font-size: 42px;}
	.inner-ban .txt{font-size: 16px;line-height: 28px;margin: 20px auto 0;max-width:96%;}
	
	.pub-tt{margin-bottom: 30px;text-align: center;}
	.pub-tt .cn{font-size: 30px;}
	.pub-tt .en{font-size: 40px;margin-top: -20px;}
	
	.main{padding:60px 0;}
	
	.us-main .txt{font-size: 16px;max-width:100%;}
	
	.us-main .detail{margin-top: 50px;}
	.us-main .list .tit{font-size: 20px;}
	.us-main .list .line{width: 26px;}
	.us-main .list .font{font-size: 16px;}
	
	.us-main .imgbox{height: 300px;}
	.us-main .imgbox .img{height: 100%;object-fit: cover;}
	
	.foot{padding:0 0 15px;}
	.ft-t{padding:30px 0;}
	.ft-t .lbox{width: 100%;text-align: center;}
	.ft-t .smlogo{display: block;margin:0 auto 20px;}
	.ft-t .tel-wz{display: inline-block;vertical-align: middle;}
	.ft-t .fz{margin-bottom: 0;}
	.ft-t .rbox{display: none;}
	
	.ft-b{text-align: center;}
	
	/* 联系我们 */
	.lx-main{padding:60px 0;}
	.lx-dz .map{height: 400px;}
	.lx-dz .txt{font-size: 16px;}
	
	.lx-form{margin-top: 80px;}
	.lx-form .title{font-size: 26px;}
	.lx-form .txt{font-size: 16px;margin-top: 10px;}
	
	.lx-form .form{display: block;}
	.lx-form .form .box{width: 100%;flex-wrap: wrap;justify-content: space-between;}
	.lx-form .item{width: 48%;flex:initial;border:1px solid #efefef;margin:0 0 2%;}
	.lx-form .submit{margin:35px auto 0;display: block;}
	
	/* 分账系统 */
	.fenz-mod{padding:60px 0;}
	.fenz-mod .imgbox{width: 45%;margin-right: 30px;}
	.fenz-mod .info{padding-top: 0;}
	.fenz-mod .row{margin-top: 20px;}
	.fenz-mod .title{font-size: 18px;}
	.fenz-mod .txt{line-height: 24px;}
	.fenz-mod .tb{width: 80px;}
	.fenz-mod.even .imgbox{margin:0 0 0 30px;}
	
	
	/* 品牌出海 */
	.pp-ch{padding:60px 0;}
	.pp-ch .top-txt{font-size: 16px;line-height: 26px;}
	.pp-ch .detail{margin-top: 60px;}
	.pp-ch .lbox{width: 70%;padding:25px 30px;}
	.pp-ch .lbox .tit{font-size: 18px;padding:0 25px;margin-bottom: 30px;}
	.pp-ch .lbox .smbox{width: 300px;}
	.pp-ch .lbox .img{width: 100%;}
	
	.pp-ch .rbox{width: calc(100% - 340px);height: 300px;}
	.pp-ch .title{font-size: 20px;margin-bottom: 40px;}
	.pp-ch .bot span{font-size: 16px;min-width:130px;line-height: 45px;}
	.pp-ch .bot .arrow{margin:0 15px;width: 14px;}
	
	.pp-hz .fenz-mod{margin-top: 60px;}
	
	.pp-zx{padding:100px 0;}
	.pp-zx .top-txt{font-size: 16px;line-height: 28px;}
	.pp-zx .top-txt p{margin-bottom: 20px;}
	
	.pp-zx .list .imgbox{height: 180px;}
	.pp-zx .list .title{font-size: 18px;}
	.pp-zx .list .txt{line-height: 24px;}
	
	/* 全球开店 */
	.kd-ymx{padding:60px 0;}
	
	.kd-ymx .detail{display: block;}
	.kd-ymx .lbox{width: 100%;max-width:100%;}
	.kd-ymx .rbox{width: 100%;display: flex;justify-content: space-between;}
	.kd-ymx .imgbox{margin:0!important;width: 48.5%!important;height: 260px;}
	.kd-ymx .imgbox .img{width: 100%;height: 100%;object-fit: cover;}
	
	.kd-plat{padding:60px 0;}
	.kd-plat .item{padding:25px 10px;}
	.kd-plat .item .imgbox{height: 80px;}
	
	/* B2C独立商城系统 */
	.xt-core{padding:60px 0;}
	
	.xt-list .item{width: 48%;}
	
	/* 跨境电商系统 */
	.xt-kj{padding:0 0 60px;}
	
	/* B2B电子商务系统 */
	.xt-bb{padding:60px 0;}
	.xt-bb .topbox{padding:30px 20px;}
	.xt-bb .smbox{width: 200px;}
	.xt-bb .cenbox{padding:20px 15px;}
	.xt-bb .cenbox .title{font-size: 16px;}
	.xt-bb .cenbox .tag{font-size: 14px;padding:0 8px;min-width:48%;}
	
	.xt-bb .line{height: 60px;top: -38px;}
	.xt-bb .botbox{display: block;margin-top: 20px;}
	.xt-bb .list{width: 100%;}
	.xt-bb .list li{font-size: 14px;line-height: 26px;}
	
	/* 海外商标 */
	.xt-list.oversea{margin-left: -2%;}
	.xt-list.oversea .item{margin-left: 2%;}
	
	/* index */
	.idx-ban .shade{padding-top: 80px;}
	.idx-ban .smtit{font-size:18px;}
	.idx-ban .title{font-size: 38px;margin-top: 15px;}
	.idx-ban .more{margin-top: 40px;width: 140px;line-height: 45px;font-size: 16px;}
	
	
	.idx-fw{padding:60px 0;}
	.idx-fw .lbox{width: 100%;}
	.idx-fw .list .icon{width: 80px;}
	.idx-fw .list .title{font-size: 20px;}
	.idx-fw .list .txt{font-size: 16px;}
	.idx-fw .rbox{display: none;}
	.idx-fw .imgbox{width: 100%;margin: 0;}
	
	.idx-cp .list{flex-wrap: wrap;}
	.idx-cp .list .item{width: 50%;flex:initial!important}
	.idx-cp .list .imgbox{height: 300px;}
	.idx-cp .bot{padding:30px 20px;}
	.idx-cp .bot .num{font-size: 30px;}
	.idx-cp .title{font-size: 18px;}
	.idx-cp .line{margin-top: 20px;width: 20px;}
	.idx-cp .shade{padding:40px 30px;display: none;}
	.idx-cp .list li.on .bot{opacity: 1;}
	
	.idx-form{padding:0 0 60px;}
	
	
}
@media screen and (min-width:320px) and (max-width:767px){
	.auto{width: 100%;padding:0 4%;}
	.sj-menu{position:absolute;right: 3%;top: 50%;width: 40px;height: 40px;background: url(../images/menu.png) no-repeat center;background-size:30px;margin-top: -20px;display: block;z-index:101;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:30px;}
	
	.head{position:fixed;width: 100%;left: 0;top: 0;z-index:100;padding:5px 0;}
	.head.scroll{background-color: rgba(9,33,69,.9);}
	
	.hd-logo{position:relative;z-index:101;}
	.hd-logo .img{height: 50px;}
	
	.hd-nav .current>a{color: #e5eef9!important;font-weight: bold;}
	.hd-nav{display: none;position:fixed;width: 100%;left: 0;top: 0;bottom:0;background-color: #1e73ec;padding-top: 61px;}
	.hd-nav ul{border-top:1px solid rgba(255,255,255,.15);width: 100%;height: 100%;overflow-y: scroll!important;}
	.hd-nav li{display: block;margin:0;border-bottom:1px solid rgba(255,255,255,.15);}
	.hd-nav li>a{line-height: 60px;padding:0 8%;font-size: 16px;}
	.hd-nav li>a::after{display: none;}

	.idx-ban {
		height: 80px;
	}
	
	.hd-nav li:hover .drop{display: none;}
	.hd-nav li.has>a{background: url(../images/icon_01.png) no-repeat 96% center;background-size: 16px;padding-right: 30px;}
	.hd-nav li.has:hover>a{background-image: url(../images/icon_01.png)}
	.hd-nav .drop{display: none;position:static;width: 100%;margin: 0;transform: translate(0,0);background: transparent;padding-left: 35px;border-top:1px solid rgba(255,255,255,.15);}
	.hd-nav .drop a{color:#fff;text-align: left;line-height: 48px;border-bottom:1px solid rgba(255,255,255,.15);padding-left: 10px;font-size: 15px;}
	.hd-nav .drop a:last-child{border-bottom:none;}
	.hd-nav li.has>a.this{background-image: url(../images/icon_01-1.png)}
	.idx-fw-01{
		padding: 15px 0;
	}
	.idx-fw-01 .wrap {
		display: block;
	}
	
	.idx-fw-01 .list .title{font-size: 18px;color:#333333;font-weight: bold;}
	.idx-fw-01 .list .line{width: 36px;height: 1px;background-color: #2386ee;display: block;margin:15px 0 55px;}
	.idx-fw-01 .list .txt{font-size: 10px;color:#999999;padding: 5px 0;        margin-top: 10px;}
	.idx-fw-01 .lbox{width: 100%;}
	.idx-fw-01 .lbox .imgbox{width: calc(90% + 10%);    margin-left: 0%;}
	.idx-fw-01 .lbox .pic{border-radius: 20px;}
	.idx-fw-01 .rbox{width: 100%;margin-left: 0px;margin-top: 25px;}
	/* 关于我们 */
	.inner-ban{height: 640px;text-align: left;padding-top: 40px;}
	.inner-ban .bt{font-size: 18px;margin-top: 20px;}
	.inner-ban .txt{font-size: 17px;line-height: 30px;margin-top: 10px;max-width:100%;padding-left: 40px;}
	.inner-ban-pj .bt {
		font-size: 20px;
	}
	.idx-fw-03{padding:0px;background-size:100% 100%;height: 500px;background-color:#ffffff ;}
	.pj-fw-01 .wrap {
		display: block;
	}
	.pj-fw-01 .lbox{
		width: 100%;
	}
	.pj-fw-01 .rbox{
		width: 100%;
		margin-left: 0px;
		margin-top: 10px
	}
	.pj-fw-01 .pub-tt .cn {
		text-align: left;
	}
	
	.pj-fw-01 .list .info {
		font-size: 10px;
	}
	.pub-tt{margin-bottom: 20px;text-align: center;}
	.pub-tt .cn{font-size: 20px;line-height: 28px;font-weight: bold;text-align: left;}
	.pub-tt .en{font-size: 13px;margin-top: 10px;font-weight: normal;opacity: .3;}
	
	.main{padding:40px 0;}
	
	.us-main .txt{font-size: 14px;max-width:100%;line-height: 24px;}
	
	.us-main .detail{margin-top: 30px;display: block;}
	.us-main .list li{text-align: center;margin-bottom: 30px;}
	.us-main .list .tit{font-size: 18px;}
	.us-main .list .line{width: 20px;margin:10px auto 5px;}
	.us-main .list .font{font-size: 14px;}
	
	
	.foot{padding:0 0 15px;}
	.ft-t{padding:10px 0 30px;}
	.ft-t .lbox{width: 45%;text-align: center;}
	.ft-t .smlogo{display: block;margin:0 auto 10px;height: 50px;}
	.ft-t .tel-wz{display: inline-block;vertical-align: middle;font-size: 16px;background-size:16px;padding-left: 25px;}
	.ft-t .tel{font-size: 22px;margin-bottom: 20px;}
	.ft-t .fz{margin-bottom: 0;font-size: 14px;line-height: 24px;}
	.ft-t .rbox{width: 45%;}
	.ft-t .tit {
		    margin-bottom: 10px;
	}
	.ft-b{text-align: center;font-size: 12px;line-height: 22px;}
	.ft-b span{display: block;}
	
	
	/* 联系我们 */
	.lx-main{padding:40px 0;}
	.lx-dz .map{height: 240px;}
	.lx-dz .txt{font-size: 15px;}
	
	.lx-form{margin-top: 50px;}
	.lx-form .title{font-size: 20px;}
	.lx-form .txt{font-size: 14px;margin-top: 10px;margin-bottom: 25px;}
	
	.lx-form .form{display: block;}
	.lx-form .form .box{width: 100%;flex-wrap: wrap;}
	.lx-form .item{width: 100%;flex:initial;border:1px solid #efefef;margin:0 0 15px;}
	.lx-form .ipt-txt{height: 40px;line-height: 40px;font-size: 14px;padding:0 15px;}
	.lx-form .submit{margin:20px auto 0;display: block;width: 110px;line-height: 40px;font-size: 16px;height: 40px;}
	
	
	/* 分账系统 */
	.fenz-mod{padding:40px 0;}
	.fenz-mod .wrap{display: block;}
	.fenz-mod .imgbox{width: 100%;margin: 0!important;}
	.fenz-mod .info{padding-top: 0;margin-top: 25px;}
	.fenz-mod .row{margin-top: 25px;}
	.fenz-mod .title{font-size: 17px;}
	.fenz-mod .title em{margin-left: 5px;}
	.fenz-mod .txt{line-height: 24px;}
	.fenz-mod .tb{width: 60px;}
	
	
	/* 品牌出海 */
	.pp-ch{padding:40px 0;}
	.pp-ch .top-txt{font-size: 14px;line-height: 24px;}
	.pp-ch .detail{margin-top: 30px;display: block;}
	.pp-ch .lbox{width: 100%;padding:0;box-shadow:none;}
	.pp-ch .lbox .tit{font-size: 16px;padding:0 35px;margin-bottom: 30px;line-height: 38px;}
	.pp-ch .lbox .smbox{width: 100%;}
	.pp-ch .lbox .img{width: 100%;}
	
	.pp-ch .rbox{width: 100%;height: auto;position:static;transform: translate(0,0);background-size: 200%;padding:50px 0;margin-top: 20px;}
	.pp-ch .title{font-size: 18px;margin-bottom: 30px;}
	.pp-ch .bot span{font-size: 15px;min-width:130px;line-height: 40px;}
	.pp-ch .bot .arrow{margin:0 15px;width: 14px;}
	
	.pp-hz{margin-top: 40px;}
	.pp-hz .fenz-mod{margin-top: 0;}
	
	.pp-zx{padding:40px 0;}
	.pp-zx .top-txt{font-size: 14px;line-height: 24px;}
	.pp-zx .top-txt p{margin-bottom: 20px;}
	
	.pp-zx .list{margin-left: 0;}
	.pp-zx .list .item{width: 100%;margin:0 0 35px;}
	.pp-zx .list .imgbox{height: 180px;}
	.pp-zx .list .title{font-size: 16px;margin-top: 15px;}
	.pp-zx .list .txt{line-height: 24px;font-size: 14px;}
	.pp-zx .list .item:last-child{margin-bottom: 0;}
	
	/* 全球开店 */
	.kd-ymx{padding:40px 0;}
	.kd-ymx .detail{display: block;}
	.kd-ymx .lbox{width: 100%;max-width:100%;}
	.kd-ymx .rbox{width: 100%;}
	.kd-ymx .row{margin-bottom: 20px;}
	.kd-ymx .row .title{font-size: 18px;}
	.kd-ymx .row .txt{margin-top: 10px;line-height: 26px;}
	.kd-ymx .imgbox{margin:0 0 3%!important;width: 100%!important;height: 180px;}
	.kd-ymx .imgbox .img{width: 100%;height: 100%;object-fit: cover;}
	
	.kd-plat{padding:40px 0;}
	.kd-plat .item{padding:20px 10px;width: 50%;border:none!important;border-top: 1px dashed #e6ecf5!important;}
	.kd-plat .item .imgbox{height: 60px;}
	.kd-plat .item .title{font-size: 14px;margin-top: 10px;}
	.kd-plat .item:nth-child(1),.kd-plat .item:nth-child(2){border-top:none!important;}
	.kd-plat .item:nth-child(odd){border-right: 1px dashed #e6ecf5!important;}
	
	/* B2C独立商城系统 */
	.xt-core{padding:40px 0;}
	
	.xt-list .item{width: 48%;}
	.xt-list .imgbox{height: 230px;}
	.xt-list .shade .line{margin:10px auto;}
	.xt-list .shade .title{font-size: 16px;}
	.xt-list .bot{padding:15px 10px;}
	.xt-list .bot .title{font-size: 16px;}
	.xt-list .bot .icon{width: 24px;}
	.xt-list .bot .txt{font-size: 13px;line-height: 20px;margin-top: 8px;}
	.xt-list .item:hover{transform: translate(0,0);}
	
	/* 跨境电商系统 */
	.xt-kj{padding:0 0 40px;}
		
	/* B2B电子商务系统 */
	.xt-bb{padding:40px 0;}
	.xt-bb .topbox{padding:30px 20px;display: block;}
	.xt-bb .smbox{width: 100%;}
	.xt-bb .smbox .tit{font-size: 14px;}
	.xt-bb .cenbox{padding:20px 15px;margin:25px auto;}
	.xt-bb .cenbox .title{font-size: 16px;}
	.xt-bb .cenbox .tags{margin-left: -4%;}
	.xt-bb .cenbox .tag{font-size: 14px;padding:0 8px;min-width:46%;margin:0 0 4% 4%;}
	
	.xt-bb .line{height: 40px;top: -26px;}
	.xt-bb .botbox{display: block;margin-top: 15px;padding:30px 20px;}
	.xt-bb .list{width: 100%;}
	.xt-bb .list li{font-size: 14px;line-height: 26px;}
	
	/* 海外商标 */
	.xt-list.oversea{margin-left: -2%;}
	.xt-list.oversea .item{margin-left: 2%;}
	
	/* index */
	.idx-ban .item{height: 300px;text-align: center;}
	.idx-ban .item .img{width: 100%;height: 100%;object-fit: cover;}
	.idx-ban .shade{padding-top: 60px;}
	.idx-ban .smtit{font-size:15px;}
	.idx-ban .title{font-size: 28px;margin-top: 15px;}
	.idx-ban .more{margin-top: 20px;width: 110px;line-height: 36px;font-size: 14px;}
	
	
	.idx-fw{padding:40px 0;background-size:cover;}
	.idx-fw .lbox{width: 100%;}
	.idx-fw .list .item{display: block;text-align: center;margin-bottom: 30px;}
	.idx-fw .list .icon{width: 60px;margin:0 auto;}
	.idx-fw .list .title{font-size: 16px;margin-top: 10px;}
	.idx-fw .list .line{width: 22px;margin:10px auto;}
	.idx-fw .list .txt{font-size: 14px;}
	.idx-fw .rbox{display: none;}
	.idx-fw .imgbox{width: 100%;margin: 0;}
	
	.idx-cp .list{flex-wrap: wrap;}
	.idx-cp .list .item{width: 50%;flex:initial!important}
	.idx-cp .list .imgbox{height: 200px;}
	.idx-cp .bot{padding:15px 15px;}
	.idx-cp .bot .num{font-size: 30px;}
	.idx-cp .title{font-size: 16px;}
	.idx-cp .line{margin-top: 10px;width: 20px;}
	.idx-cp .shade{padding:40px 30px;display: none;}
	.idx-cp .list li.on .bot{opacity: 1;}
	
	.idx-form{padding:0 0 40px;}
	
	
	
}
.BMap_cpyCtrl {display:none;}
.anchorBL{display:none;}


.swiper-pagination-bullet-active {
	background-color: #FFFFFF
}
