@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#00aeef;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;min-width:320px;width:100%;max-width:1440px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:70px 0;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

@font-face {
  font-family: 'iconfont';  /* project id 2288898 */
  src: url('//at.alicdn.com/t/font_2288898_c8auds8al4.eot');
  src: url('//at.alicdn.com/t/font_2288898_c8auds8al4.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2288898_c8auds8al4.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2288898_c8auds8al4.woff') format('woff'),
  url('//at.alicdn.com/t/font_2288898_c8auds8al4.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2288898_c8auds8al4.svg#iconfont') format('svg');
}


.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}
 

/* 头部 */
.header{height:90px;padding-top:20px;position:relative;z-index:2;}
.listhead{background:#fff;}
.listhead::after{content:"";position: absolute;left:-50%;width:200%;background:#fff;z-index:-1;height:100%;top:0;}
.headTie{margin-left:20px;}
.headR{line-height:30px;}
.headR li{float:left;margin-left:40px;padding-top:10px;background:url('/themes/Home/default_en/Public/images/hIcon.png') no-repeat left 13px;padding-left:38px;height:45px;}
.headR .lang{background-position:0 -32px;}
.headR .tel{background-position:0 -76px;font-size:1.625em;color:#00aeef;font-family:Arial;font-weight:700;}
.headR .lang{cursor:pointer;position:relative;z-index:90;}
.headR .info{position: absolute;width:100px;left:10px;top:60px;border:1px solid #ddd;border-radius:5px;background:#fff;text-align:center;font-size:14px;padding:5px 0;opacity:0;transition:opacity .5s,top .5s;transform: scale(0);}
.headR .info::after{content:"";position: absolute;left:50%;top:-12px;border:6px solid transparent;border-bottom-color: #ddd;}
.headR .info a{display: block;line-height:28px;}
.headR .lang:hover .info{opacity:1;top:45px;transform: scale(1);}

/* PC导航 */
.nav{height:80px;line-height:80px;border-top: 1px solid #eee;background:#fff;}
.navMain{display: flex;flex-flow: row wrap;justify-content: space-between;width:70%;height:80px;font-size:1.143em;text-transform: uppercase;}
.nav .m{float:left;text-align:center;flex-grow:1;position:relative;z-index:10;}
.nav .m:last-child{background:none;}
.nav .m>a{color:#333;display:block;position:relative;z-index:2;}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:0;background:#00aeef;width:100%;transition:all .3s;z-index:-1;}
.nav .cur>a::after,.nav .m>a:hover::after,.nav .on>a::after{height:100%;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#fff;}
.nav .navSub{position:absolute;left:0;top:120%;background:#eee;line-height:35px;width:160px;color:#333;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;}
.nav .m4 .navSub{width:340px;overflow:hidden;}
.nav .m4 .navSub li{width:49%;float:left;}
.nav .m4 .navSub li:nth-child(2n){float:right;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height:35px;}
.nav .navSub a{color:#333;display:block;}
.nav .navSub a:hover{background:#00aeef;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.nav .ops{position: absolute;right:0;top:17px;background:#00aeef;padding:0 25px;height:45px;line-height:45px;border-radius:25px;color:#fff;font-size:.875em;}
.nav .ops i{float:left;width:32px;height:24px;background: url('/themes/Home/default_en/Public/images/ops.png') no-repeat;margin-right:10px;margin-top:11px;background-size:100%;}
.nav .ops:hover{background:#38b549;}
.navFix{position: fixed;top:0;width:100%;left:0;z-index:99;box-shadow:0 2px 8px #eee;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;left:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#00aeef;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel,.wapLang{font-family:"iconfont";position: absolute;color:#00aeef;right:15px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{right:50px;font-size:1.6rem;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{background:#fff;opacity:1;}
.banner .btn{width:42px;height:70px;text-align:center;line-height:70px;background:rgba(0, 0, 0,.3);color:#fff;font-family:"simsun";font-weight:700;font-size:28px;left:50%;margin-left:-760px;opacity:0;transition:all .5s;}
.banner .swiper-button-next{margin-left:760px;}
.banner .btn:hover{background:rgba(0,0,0,.6);}
.banner:hover .btn{opacity:1;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}

/* 实力 */
.strength{background: url('/themes/Home/default_en/Public/images/strength_bg.jpg') no-repeat center;}
.strength ul{display: flex;flex-flow:row wrap;justify-content: space-between;text-align:center;position: relative;}
.strength ul::after{content:"";position: absolute;height:3px;background:#fff;width:100%;top:39%;}
.strength li{width:20%;}
.strength li span{font-size:1.5em;font-weight:700;color:#060f28;display: block;line-height:1.2;overflow:hidden;position:relative;}
.strength li b{color:#00aeef;font-size:3.75em;font-family:'Impact','Arial';font-weight:400;margin-right:5px;position:relative;}
.strength li b::after{content:"+";position: absolute;font-size:24px;right:-25px;top:10px;color:#060f28;}

/* 核心业务 */
.hTitle{font-size:1rem;margin-bottom:40px;line-height:1.4;text-align:center;}
.hTitle span{display:block;font-size:2.5em;color:#333;position: relative;padding-bottom:12px;margin-bottom:12px;text-transform: uppercase;}
.hTitle span::after{content:"";position: absolute;left:50%;width:50px;height:3px;background:#38b549;bottom:0;margin-left:-25px;}
.project{background:#f5f6f7;font-size:1em;text-align:center;}
.project li{float:left;width:33.3%;text-align:center;}
.project li .pImg{padding-top:80%;background:#000;}
.project li p{position: absolute;color:#fff;width:100%;padding:0 5%;z-index:3;left:0;top:60%;padding-top:60px;background: url('/themes/Home/default_en/Public/images/p_more.png') no-repeat center top;transform: translateY(-50%);opacity:0;transition:all .5s;}
.project li h5{height:70px;line-height:70px;background:#fff;font-size:1.75em;color:#333;position: relative;}
.project li h5::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#00aeef;transform-origin:right;transform: scale(0,1);transition:transform .5s;}
.project li:hover img{opacity:.3;transform: scale(1.1);}
.project li:hover p{opacity:1;top:46%;}
.project li:hover h5{color:#00aeef;}
.project li:hover h5::after{transform-origin:left;transform: scale(1);}
.project .btn,.defect .btn,.case .btn{width:50px;height:50px;text-align:center;line-height:50px;background:#fff;color:#333;font-family:"simsun";font-weight:700;font-size:28px;left:-70px;border-radius:100%;transition:all .3s;top:55%;}
.project .swiper-button-next{left:auto;right:-70px;}
.project .btn:hover,.case .btn:hover{background:#38b549;color:#fff;}
.project .swiper-pagination{text-align:center;width:100%;margin-top:30px;position: static;}
.project .swiper-pagination-bullet{width:45px;border-radius:6px;height:6px;}
.project .swiper-pagination-bullet-active{background:#38b549;}

/* 行业痛点 */
.defect{padding-bottom:0;}
.defectMain{background: url('/themes/Home/default_en/Public/images/defect_bg2.jpg') no-repeat center;background-size:cover;background-attachment: fixed; overflow:hidden;color:#fff;height:500px;font-size:1.286em;}
.defectMain li{float:left;width:16.666%;text-align:center;border-right: 1px solid rgba(255,255,255,.3);padding:0 2%;padding-top:140px;overflow:hidden;}
.defectMain li i{font-family:"iconfont";font-style:normal;margin-bottom:40px;display:inline-block;width:120px;height:120px;border-radius:100%;border:1px solid #fff;text-align:center;line-height:120px;font-size:3.2rem;position:relative;transition:all .5s;z-index:2;}
.defectMain li::after{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:-1;transition:all .5s;}
.defectMain li i::after{content:"";position: absolute;height:36px;width:1px;background:#fff;left:50%;bottom:-18px;transition:all .5s;}
.defectMain li:hover i{background:#00aeef;border-color:#00aeef;} 
.defectMain li:hover i::after{width:36px;height:1px;margin-left:-18px;}
.defectMain li:hover::after{background:rgba(0,0,0,.5);}
.defect .btn{display:none;}

/* 公司优势 */
.odds{padding-bottom:50px;background: url('/themes/Home/default_en/Public/images/odds_bg.jpg') no-repeat center;background-size:cover;}
.odds li{float:left;width:25%;font-size:0.875em;text-align:center;padding:35px 2% 20px 2%;min-height:360px;transition:all .5s;margin-bottom:15px;}
.odds li h5{color:#131415;font-size:1.286em;margin-bottom:10px;}
.odds li i{display:inline-block;width:68px;height:68px;background: url('/themes/Home/default_en/Public/images/oddsIcon.png') no-repeat;margin-bottom:15px;transition:all .5s;position:relative;top:0;}
.odds li:nth-child(2) i{background-position: -68px 0;}
.odds li:nth-child(3) i{background-position: -136px 0;}
.odds li:nth-child(4) i{background-position: -204px 0;}
.odds li:nth-child(5) i{background-position: -272px 0;}
.odds li:nth-child(6) i{background-position: -340px 0;}
.odds li:nth-child(7) i{background-position: -408px 0;}
.odds li:nth-child(8) i{background-position: -476px 0;}
.odds li:hover{box-shadow:0 0 10px #ddd;}
.odds li:hover i{top:-10px;}

/* 客户案例 */
.case{background:url('/themes/Home/default_en/Public/images/case_bg.jpg');font-size:.875em;}
.caseSlide{position:relative;text-align:center;}
.case li{float:left;width:55%;background:#fff;overflow:hidden;text-align:left;}
.case li .pic{float: left;width:50%; height:420px;overflow: hidden;background:#000;transition:all 0s;display: block;}
.case li .pic .bgImg{opacity:.5;}
.case li .txt{float:left;width:50%;padding:4%;}
.case li h4{font-size:1.571em;margin-bottom:20px;max-height:70px;overflow:hidden;}
.case li h4 a{color:#333;}
.case li p{height:120px;line-height:1.8;overflow:hidden;margin-bottom:20px;opacity:.8;}
.case li .more{display:inline-block;width:126px;height:36px;line-height:36px;background:#38b549;color:#fff;text-align:center;}
.case li .more:hover{background:#00aeef;}
.case li h4 a:hover{color:#00aeef;}
.case li:hover .bgImg{transform: scale(1.1);}
.case .swiper-slide-prev .pic{float:right;}
.case .swiper-slide-active .pic .bgImg{opacity:1;}
.case .btn{left:10%;}
.case .swiper-button-next{left:auto;right:10%;}

/* 关于我们 */
.about{position:relative; padding-top:0;}
.about .hTitle{position: absolute;top:70px;z-index:2;width:100%;text-align:center;}
.hTitlew,.hTitlew span,.about{color:#fff;}
.aboutMain{background:#033f6a url('/themes/Home/default_en/Public/images/about_bg2.jpg') no-repeat center;padding:30px 3%;overflow:hidden;box-shadow:0 10px 10px #ccd8e3;position: relative;z-index:5;margin-top:-120px;}
.aboutMain .txt{margin-bottom:35px;line-height:1.8;}
.aboutMain .btn{float:left;width:200px;height:44px;line-height:44px;background:#36bb46;color:#fff;font-size:.875em;padding:0 20px;}
.aboutMain .btn i{float:right;font-family:'simsun';font-style:normal;font-weight:700;}
.aboutMain .btn:hover{background:#149424;}
.aboutMain .more{float:right;line-height:44px;color:#36bb46;font-size:.938em;}
.aboutMain .more i{font-style:normal;margin-left:15px;}
.aboutMain .more:hover{color:#fff;}
.aboutSlide{position: relative;z-index:1;}
.aboutSlide li{height:580px;overflow: hidden;}
.aboutSlide li .bgImg{animation-duration:1.5s;animation-timing-function:linear;animation-fill-mode: forwards;background-repeat: no-repeat;}	


/* 新闻快讯 */
.news{padding-top:0;font-size:.875em;}
.newsMenu{margin-bottom:40px;font-size:1.286em;text-align:center;}
.newsMenu a{position:relative;color:#191919;margin:0 15px;display:inline-block;background:#f5f5f5;height:44px;line-height:44px;padding:0 40px;z-index:2;}
.newsMenu i{font-family:"iconfont";font-style:normal;margin-right:10px;font-size:12px;float:left;}
.newsMenu a::after{content:"";position:absolute;left:0;bottom:0;background:#00aeef;height:0;transition:all .5s;width:100%;z-index:-1;}
.newsMenu .on{color:#fff;}
.newsMenu a.on::after{height:100%;}
.newsMain{margin-right:-20px;padding-bottom:15px;}
.newsMain li{float:left;width:33.3%;transition:all .5s;padding-right:20px;}
.newsMain li:nth-child(4){display:none;}
.newsMain li a{display:block;overflow:hidden;position:relative;z-index:2;color:#888;background:#f5f6fa;padding-bottom:10px;}
.newsMain li .pImg{padding-top:76%;}
.newsMain li .txt{padding:25px;}
.newsMain li h4{font-size:1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;margin-bottom:10px;transition:all .4s;}
.newsMain li p{height:60px;margin-bottom:15px;line-height:1.8;}
.newsMain li .date{display:block;font-size:12px;}
.newsMain li .date i{font-style:normal;float:right;width:42px;height:5px;background: url('/themes/Home/default_en/Public/images/arr_r.png') no-repeat right;transition:all .3s;}
.newsMain li a:hover img{transform: scale(1.1);}
.newsMain li a:hover{box-shadow: 0 5px 10px #e2e2e2;}
.newsMain li a:hover h4{color:#00aeef;}
.newsMain li a:hover .date i{background-position:0 0;}

/* 合作伙伴 */
.partner{background:#f6f8f9;}
.partner li{float:left;width:20%;position:relative;animation-fill-mode:inherit;transition:all .5s;border-radius:10px;overflow:hidden;}
.partner li .pImg{padding-top:54%;}
.partner .swiper-pagination{position: static;margin-top:40px;}
.partner .swiper-pagination-bullet-active{background:#00aeef;}
.partner li:hover{box-shadow:0 5px 10px #e2e2e2;}
.partner li:hover img{transform: scale(1.1);}

/* 服务中心 */
.contact{background:url('/themes/Home/default_en/Public/images/partner_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed; font-size:.875em;}
.contact ul{margin:0 -.6%;}
.contact li{float:left;width:32%;padding:25px;background:#fff;height:220px;line-height:1.8;margin:0 .6% 20px .6%;border-radius:10px;transition:all .5s;}
.contact li h4{font-size:1.429em;color:#131415;padding-left:25px;margin-bottom:10px;background: url('/themes/Home/default_en/Public/images/map.png') no-repeat left center;}
.contact li:hover{transform: scale(1.1);box-shadow:0 4px 10px #045d9d;}

/* 顾问咨询 */
.advisoryL{padding-right:520px;max-height:170px;position:relative;}
.advisoryL .text{height:70px;line-height:70px;width:48%; border:1px solid #e0e0e0;border-radius:5px;margin-bottom:30px;padding:15px;opacity:.8;transition:all .5s;}
.advisoryL .text:hover{opacity:1;border-color: #00aeef;box-shadow:0 0 3px #33c5fb inset;}
.advisoryR{position:absolute;right:0;font-size:2em;font-weight:700;font-family:"iconfont";bottom:70px;padding-bottom:80px;}
.advisoryR p{background: url('/themes/Home/default_en/Public/images/aIcon.png') no-repeat left 6px;padding-left:40px;}
.advisoryR p:nth-child(2){background-position: 0 -38px;}
.advisoryL .sub{position:absolute;right:0;bottom:0;width:440px; font-size:1.5em;height:60px;line-height:60px;border-radius:5px;text-align:center;background:#00aeef;color:#fff;transition:all .5s;z-index:5;cursor:pointer;font-weight:700;}
.advisoryL .sub:hover{background:#0092c8;}

/*底部 */
.footer{background:#1b1b2f;font-size:0.938em;color:#999;line-height:2em;overflow:hidden;}
.footMain{padding:45px 0;overflow:hidden;}
.footMenu{width:70%;overflow:hidden;display: flex;justify-content: space-between;}
.footMenu ul{float:left;flex-grow:1;}
.footMenu ul h4{color:#fff;font-size:1.286em;margin-bottom:15px;position:relative;padding-bottom:10px;}
.footMenu ul h4::after{content:"";position: absolute;left:0;bottom:0;width:25px;height:1px;background:#00aeef;}
.footMenu_wap{display:none;overflow:hidden;text-align:center;}
.footWx{text-align:center;line-height:1.6;width:260px;}
.footWx p{width:120px;}
.footWx img{background:#fff;padding:5px;}
.footWx span{display:block;text-align:center;margin-top:8px;font-size:14px;color:#fff;}
.footR{width:26%;}
.footR h4{color:#fff;font-size:2em;border-bottom: 1px solid #403e46;padding-bottom:15px;margin-bottom:25px;font-family:Arial;font-weight:700;background: url('/themes/Home/default_en/Public/images/fIcon.png') no-repeat left 2px;padding-left:30px;}
.footer a{color:#999;}
.footer a:hover{color:#fff;}
.copyright{padding:18px 0;position:relative;font-size:.875em;z-index:2;}
.copyright::after{content:"";position: absolute;left:0;top:0;width:200%;margin-left:-50%;height:100%;background:#161626;z-index:-1;}
.firendlink{margin-top:5px;overflow:hidden;}
.firendlink span,.firendlink a:hover{color:#fff;}
.firendlink a{margin:0 8px;}

/*内页公用 */
.listBody{background:#f6f8f9;}
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:500px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:40%;font-size:1.125rem;text-transform:uppercase;width:100%;padding-bottom:15px;animation:leftPic 1s;max-width:1440px;min-width:360px;left:50%;transform:translate(-50%); }
.listBanner h3 span{display: block;font-size:2.889em;font-weight:700;}
.breadCrumb{font-size:.875rem;overflow:hidden;padding:15px 0;border-bottom: 1px solid #e1e1e1;}
.breadCrumb p span,.menuBox p span{position:relative;padding-left:20px;}
.breadCrumb span::after,.menuBox p span::after{content:"\e646";position:absolute;left:0;font-family:"iconfont";top:0;} 
.breadCrumb .back{float:right;position:relative;color:#00aeef;border:1px solid #00aeef;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#00aeef;color:#fff;}
.listBox{min-height:300px;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('/themes/Home/default_en/Public/images/sIcon.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.menuBox{background:#f7f7f7;height:70px;line-height:70px;position:relative;font-size:14px;border-bottom: 1px solid #e1e1e1;}
.menuBox::after{content:"";position: absolute;left:-50%;top:0;width:200%;background:#f7f7f7;height:100%;z-index:-1;border-bottom: 1px solid #ddd;}
.menuBox p span::after{line-height:1;top:2px;}
.listMenu{font-size:1.143rem;}
.listMenu a{display:inline-block;position:relative;color:#191919;margin-left:40px;text-transform: capitalize;}
.listMenu a:hover,.listMenu .cur{color:#00aeef;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#00aeef;width:0;height:2px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{width:100%;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#00aeef;border:1px solid #00aeef;color:#fff;}

/* 关于我们 */
.listTie{font-size:2.5rem;text-align:center;color:#131415;position:relative;padding-bottom:15px;margin-bottom:40px;line-height:1.2;font-weight:700;text-transform: capitalize;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;width:50px;height:3px;background:#38b549;margin-left:-25px;}
.listTie span{font-size:16px;display: block;font-weight:400;margin-top:10px;}
.listTieW{color:#fff;}
.aboutBox1{line-height:1.8;}
.aboutBox2{background:url('/themes/Home/default_en/Public/images/culture_bg.jpg') no-repeat center;background-size:cover;color:#fff;}
.aboutBox2 ul{padding-top:310px;margin:0 -1%;}
.aboutBox2 li{float: left;width:31.3%;background: rgba(14, 87, 162,.4);min-height:140px;text-align:center;padding:20px;margin:0 1%;position:relative;top:0;transition:all .5s;}
.aboutBox2 li span{display: block;font-size:1.125em;font-weight:700;margin-bottom:10px;}
.aboutBox2 li:hover{top:-10px;box-shadow:0 0 10px #00aeef inset;}

.honor{background:url('/themes/Home/default_en/Public/images/honor_bg.jpg') no-repeat center;background-attachment: fixed;background-size:cover;color:#fff;text-align:center;}
.honorMain li{float: left;width:33.3%;}
.honorMain li .pic{background:rgba(238, 238, 238,.1);position: relative;padding:30px;display: block;z-index:2;}
.honorMain li .pic::after{content:"";position: absolute;left:15px;top:15px;right:15px;bottom:15px;border:1px dotted #5d5a58;z-index:-1;}
.honorMain li img{max-height:100%;width:100%;transition:all .5s;}
.honorMain li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#fff;margin-top:20px;}
.honorMain li:hover img{transform: scale(1.08);}
.honorMain .swiper-pagination{position: static;display:inline-block;width:auto;margin:0 15px;margin-top:30px;}
.honorMain .swiper-pagination-bullet{background:#fff;opacity:1;}
.honorMain .swiper-pagination-bullet-active{background:#00aeef;}
.honorMain .btn{position: static;display:inline-block;background:none;color:#fff;font-family:"simsun";font-weight:700;font-size:24px;position: relative;top:5px;}
.honorMain .btn:hover{color:#00aeef;}

.history{position:relative;background: url('/themes/Home/default_en/Public/images/history_bg.jpg') no-repeat center;background-attachment: fixed;background-size:cover;}
.history::after,.history::before,.historyMain::after,.historyMain::before{content:"";position: absolute;left:0;top:46.8%;width:8%;height:2px;background:#dedede;}
.history::before{left:auto;right:0%;}
.historyMain{padding-top:170px;text-align:center;min-height:520px;position:relative;}
.historyMain::after,.historyMain::before{left:20%;top:35%;width:15%;}
.historyMain::before{left:auto;right:20%;}
.historyMain li{width:33.3%;}
.historyMain li h4{font-size:1.875em;margin-bottom:10px;font-weight:700;font-family:Arial;line-height:1;transition:all .4s;}
.historyMain li p{opacity:0;position: relative;top:50px;transition:all .5s;}
.historyMain li.swiper-slide-active{transform: scale(1.2);}
.historyMain li.swiper-slide-active p{opacity:1;line-height:1.8;top:40px;}
.historyMain li.swiper-slide-active h4{transform: scale(3.8);}
.history .btn{font-family:"simsun";width:50px;height:50px;border-radius:100%;border:2px solid #cdcdcd;background:none;line-height:50px;font-size:26px;font-weight:700;top:34%;left:10%;}
.history .swiper-button-next {left:auto;right:10%;}
.history .btn:hover{background:#00aeef;color:#fff;border-color:#00aeef;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:75%;border:1px solid #e1e1e1;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#00aeef;}
.honorList li{width:33.3%;}
.honorList li a{background:#fff;padding:5%;box-shadow:0 2px 6px #eee;}
.honorList li p{margin-top:15px;}
.galy{background:#f5f5f5;}


/* 合作伙伴 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:400px;}
.settingTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:400px;background: #fff;}
.settingTop .font h3{font-size:1.857em;color:#00aeef;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#00aeef;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.partnerList{padding-left:1px;}
.partnerList li{float:left;width:12.5%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partnerList li .pImg{padding-top:62%;}
.partnerList li p{background:#00aeef;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partnerList li:hover{z-index:2;border:1px solid #00aeef;}
.partnerList li:hover img{margin-top:-15px;}
.partnerList li:hover p{bottom:0;}

/* 核心业务 */
.listBan7 h3{text-align:center;top:60px;}
.projectHome li{background:#fff;overflow:hidden;margin-bottom:30px; line-height:26px;}
.projectHome li .pic{width:50%;overflow:hidden;display:block;height:430px;}
.projectHome li .txt{width:50%;padding:4%;position:relative;}
.projectHome li h4{font-size: 2.143em;font-weight:normal;position:relative;padding-bottom:15px;margin-bottom:30px;}
.projectHome li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#00aeef;width:15px;transition:all 0.4s; }
.projectHome li h4 a{color:#333;}
.projectHome li .txt .info{min-height:130px;}
.projectHome li .more{text-align:center;display:inline-block;font-family:Arial;margin-top:25px;width:160px;border:none;height:42px;line-height:42px;color:#fff;background:#00aeef;border-radius:21px;}
.projectHome li .more:hover{background:#38b549;}
.projectHome li:nth-child(2n) .txt{float:left;} 
.projectHome li:nth-child(2n) .pic{float:right;}
.projectHome li:hover .bgImg{transform: scale(1.05);}
.projectHome li h4 a:hover{color:#00aeef;}

/* 合作案例 */
.caseList ul{margin-right:-25px;}
.caseList li{float:left;padding-right:25px;width:33.3%;margin-bottom:25px;}
.caseList li a{background:#fff;padding:5%;display:block;color:#777;}
.caseList li .pImg{padding-top:85%;margin-bottom:15px;}
.caseList li h3{font-size:1.231em;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.caseList li p{height:80px;margin-top:15px;overflow:hidden;}
.caseList li .date{color:#999;margin-bottom:10px;}
.caseList li a:hover{box-shadow:0 0 10px #ccc;}
.caseList li a:hover img{transform:scale(1.1);}

/* 新闻列表 */
.newsSlide{overflow:hidden;position:relative;text-align: center;margin-bottom:50px;padding-bottom:0;}
.newsSlide li{text-align: left;background:#e3e3e3;overflow: hidden;}
.newsSlide li .pic{width:45%;height:450px;overflow: hidden;display:block;}
.newsSlide li .txt{width:55%;padding:5%;}
.newsSlide li h4{font-size: 1.429em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position:relative;padding-bottom:20px;margin-bottom:30px;font-weight:700;}
.newsSlide li h4::after{content:"";position:absolute;left:0;bottom:0;height:1px;background:#00aeef;width:15px;transition:all 0.4s; }
.newsSlide li h4 a{color: #333;}
.newsSlide li h4 a:hover,.caseList li h3 a:hover{color: #00aeef;}
.newsSlide .slideIcon{position: absolute;bottom:0;right: 0;background:#00aeef; height: 80px;line-height: 80px;width:55%;z-index:2;left:auto;padding-left:6%;text-align: left;}
.newsSlide .swiper-pagination-bullet{width:10px;height:10px;cursor: pointer;background:#fff;}
.newsSlide .swiper-button-next, .newsSlide .swiper-button-prev{background:rgba(0,0,0,.8);width:80px;height:36px;opacity:1;font-size:20px;font-family:"宋体";font-weight:bold;line-height:36px;text-align:center;color:#fff;position: static;margin-top: 20px;display: none;}
.newsList li{border-bottom: 1px solid #ddd;padding-bottom:40px;margin-bottom:40px;transition: all .3s;overflow: hidden;font-size:.875em;}
.newsList li .pic{float: left;width:420px;height:280px;margin-right:60px;overflow: hidden;}
.newsList li img{transition: all .5s;width:100%;height:100%;}
.newsList li h3{font-size: 1.571em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:12px;}
.newsList li h3 a{color:#333;}
.newsList li p{height:110px;overflow:hidden;}
.newsList li .date{display: block;color:#999;margin-bottom:25px;font-size:12px;}
.newsList li .date i{font-style: normal;margin-left:8px;}
.newsList li .more{display: inline-block;width:120px;height:38px;line-height:38px;text-align: center;margin-top:25px;border: 1px solid #ccc;}
.newsList li .more:hover{background: #00aeef;border: 1px solid #00aeef;color:#fff;}
.newsList li:hover img{transform: scale(1.1);}
.newsList li h3 a:hover{color:#00aeef;}

/* 常见问题 */
.faqList li{float:left;width:50%;padding-right:10px;margin-bottom:10px;font-size:12px;}
.faqList li:nth-child(2n){float:right;}
.faqList li a{display:block;background:#fff;padding:4% 5%;color:#999;height:135px;border:1px solid #ddd;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#00aeef;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faqList li p i{background:none;border:1px solid #ccc;color:#999;}
.faqList li h4{font-size:16px;color:#191919;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faqList li a:hover h4{color:#00aeef;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}
.cMore{display:block;width:200px;height:42px;line-height:42px;border:1px solid #3e3e3e;background:#3e3e3e;color:#fff;border-radius:21px;text-align:center;margin:0 auto;margin-top:40px;}
.cMore:hover{background:#00aeef;border:1px solid #00aeef;color:#fff;width:260px;}

/* 新闻详情 */
.newsShow{padding:3%;background:#fff;}
.picShow_l{width:68.5%;overflow:hidden;}
.showTitle{font-size:2.571em;color:#333;margin-bottom:8px;}
.newsShow .txt .date{margin-right:15px;}
.showTie{overflow:hidden;margin-bottom:40px;}
.showTie h2{font-size:1.714em;color:#333;margin-bottom:25px;}
.showTie .txt span{color:#454545;position:relative;padding-left:22px;font-size:1.143em;margin-right:15px;}
.showTie .txt span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;line-height:1;}
.showTie .txt .s:before{content:"\e735";font-size:1.2rem;top:-2px;}
.showTie .bshare-custom{margin-top:-30px;}
.newsShow .showTie p{font-size:.75rem;color:#999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#fff;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('/themes/Home/default_en/Public/images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('/themes/Home/default_en/Public/images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}
.picSlide{position:relative;margin-bottom:40px;background:#e1e1e1;padding:10px;}
.picSlide li{text-align:center;height:100%;position: relative;}
.picSlide img{width:100%;}
.picSlide-top .pImg{padding-top:56%;}
.picSlide-thumbs{margin-top:1px;}
.picSlide-thumbs li{border-right:1px solid #fff;padding-top:12%;cursor:pointer;width:16.66%;position: relative;}
.picSlide-thumbs li::after{content:"";position: absolute;left:0;top:0;bottom:0;right:0;border:5px solid #00aeef;opacity:.7;transform: scale(0);transition:all .3s;}
.picSlide-thumbs .on::after{transform: scale(1);}
.picSlide .btn{top:45%;background:rgba(0, 0, 0,.5);text-align:center;width:26px;height:50px;line-height:50px;color:#fff;font-size:14px;font-family:Arial;transition:all .3s;}
.picSlide .swiper-button-next:hover,.picSlide .swiper-button-prev:hover{background:#00aeef;}

.picShow_r{width:27%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #00aeef;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#00aeef;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;padding:0 20px;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#00aeef;color:#fff;}
.rightNews,.rightContact{background:#fff;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('/themes/Home/default_en/Public/images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}
.newsRelative{margin-top:40px;}
.newsRelative .tie{font-size:1.714em;color:#191919;margin-bottom:20px;}
.newsRelative ul{background:#fff;padding:20px;overflow:hidden;}
.newsRelative li{float: left;width:48%;height:46px;line-height:46px;border-bottom: 1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: url('/themes/Home/default_en/Public/images/ly_li2.png') no-repeat left center;padding-left:15px;}
.newsRelative li:nth-child(2n){float:right;}
.newsRelative li span{float:right;opacity:.5;margin-left:15px;}

/* 联系*/
#dituContent{height:480px;}
.contactBox .listTie{text-align:left;}
.contactBox .listTie::after{left:0;margin-left:0;}
.contactR{position: absolute;width:50%;padding:3%;line-height:2;top:40px;right:60px;bottom:140px;background: rgba(255, 255, 255,.9);box-shadow:2px 2px 10px #ccc;z-index:2;max-width:560px;}
.contactR .titie{font-size:2em;color:#00aeef;margin-bottom:20px;}
.contactR .font{max-height:420px;overflow-y: auto;}
.contactR .wx{float:right;margin-right:-200px;width:160px;}
.contactR .wx p{text-align:center;margin-bottom:20px;}
.contactR .wx p span{display:block;}
.contactBox2{border-top: 1px solid #ddd;}
.contactBox2 .tie{margin-bottom:40px;color:#191919;font-size:2.5em;}
.contactBox2 ul{padding-left:1px;}
.contactBox2 li{float:left; width:33.3%;padding:2%;border:1px solid #d9d9d9;margin-top:-1px;min-height:220px;margin-left:-1px;}
.contactBox2 li span{display: block;color:#333;font-size:1.429em;margin-bottom:10px;}

/* 人才招聘 */
.jobBox1{margin-bottom:40px;overflow:hidden;line-height:1.8;background:#fff;}
.jobBox1 .bgImg{width:54%;height:395px;}
.jobBox1 .font{width:46%;padding:2%;}
.jobBox1 .font p{padding-top:30px;}
.jobBox1 .font p strong{font-size:1.429em;color:#00aeef;font-weight:bold;display: block;margin-bottom:10px;}
.jobBox2{padding:3%;margin: 0 10px;margin-bottom:80px;background:#fff;}
.jobBox2 .bgImg{height:330px;width:48%;}

.jobList .listTie{margin-bottom:0;}
.jobList .tie2{text-align:center;margin-bottom:40px;color:#00aeef;font-size:1.1286em;margin-top:5px;}
.jobList li{overflow:hidden;padding:0 40px;margin-bottom:15px;background:#fff;}
.jobList .top{padding:20px 0;overflow:hidden;padding-right:150px;line-height:34px;cursor:pointer;}
.jobList .top span{float:left; width:20%;}
.jobList .top a{float:right;width:130px;height:34px;line-height:34px;background:#00aeef;color:#fff;text-align:center;font-size:12px;margin-right:-150px;}
.jobList .top .tie{font-weight:700;color:#333;font-size:1.286em;}
.jobList .top a:hover{background:#38b549;}
.jobList .font{border-top: 1px solid #cfcfcf; overflow:hidden;padding-top:30px;font-size:12px;display:none;padding-bottom:40px;}
.jobList .font .txt{float:left;width:48%;}
.jobList .font .txt .tie{color:#333;margin-bottom:20px;display:block;font-size:14px;}
.jobList .font .txt:nth-child(2n){float:right;}
.jobList li.on{border-top: 1px solid #00aeef;}
.jobList li:nth-child(1) .font{display:block;}
.job .more{height:60px;line-height:60px;text-align:center;padding:0;}
.job .more a{display:block;color:#00aeef;}
.job .more a:hover{background:#00aeef;color:#fff;}

/* 在线留言*/
.feedback{background:#f5f5f5;}
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;background:#fff;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;}
.feedback .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.feedback textarea{width: 100%;height: 100%;}
.feedback .code{clear: both;}
.feedback .code input{height: 60px;line-height: 60px;border: 1px solid #ddd;background:#fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#fff;}
.feedback .code .sub {background: #00aeef;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #00aeef;}
.feedback .sub:hover{background:#38b549;border-color:#38b549;}

/* FBA */
.fabBxo1{padding-left:5px;padding-right:5px;font-size:.913em;}
.pageMenu{width:21%;background:#fff;box-shadow:0 3px 10px #ddd;border-top:2px solid #00aeef;min-height:540px;}
.pageMenu .title{height:70px;line-height:70px;color:#00aeef;font-size:1.375em;text-align:center;}
.pageMenu li{border-top: 1px solid #f5f5f5;height:60px;line-height:60px;}
.pageMenu li a{display: block;padding-left:10%;position:relative;z-index:2;}
.pageMenu li a::after{content:"";position: absolute;left:0;bottom:0;width:0;height:100%;background:#00aeef;z-index:-1;transition:all .5s;}
.pageMenu li.on a::after{width:100%;}
.pageMenu li.on a{color:#fff;}
.pageTab_box{width:77%;box-shadow:0 3px 10px #ddd;min-height:540px;background:#fff;overflow:hidden;padding:30px;padding-top:0;}
.pageTab_box .tie{height:80px;line-height:80px;border-bottom: 1px solid #e8e8e8;font-size:2em;color:#191919;margin-bottom:25px;}
.pageTab_box h5{font-size:1.25em;color:#191919;background: url('/themes/Home/default_en/Public/images/fbaIcon.png') no-repeat left center;padding-left:30px;margin-bottom:20px;}
.pageTab_box .txt{min-height:90px;margin-bottom:15px;overflow:hidden;}
.pageTab_box .bgImg{height:240px;}
.fabBxo2{background:#f6f8f9;font-size:.875em;}
.fabBxo2 ul{margin:0 -1.5%;}
.fabBxo2 li{float:left;width:30.3%;height:280px;text-align:center;background:#fff;border-radius:10px;margin:0 1.5%;margin-bottom:30px;;padding:0 3%;padding-top:35px;transition:all .5s;}
.fabBxo2 li i{display:inline-block;width:58px;height:52px;background: url('/themes/Home/default_en/Public/images/fwysIcon.png') no-repeat;}
.fabBxo2 li span{display: block;margin-top:10px;position:relative;padding-bottom:10px;margin-bottom:10px;font-size:1.375em;color:#333;}
.fabBxo2 li span::after{content:"";position: absolute;left:50%;bottom:0;width:30px;height:1px;background:#38b549;margin-left:-15px;}
.fabBxo2 li:nth-child(2) i{background-position: -58px 0;}
.fabBxo2 li:nth-child(3) i{background-position: -116px 0;}
.fabBxo2 li:nth-child(4) i{background-position: -174px 0;}
.fabBxo2 li:nth-child(5) i{background-position: -232px 0;}
.fabBxo2 li:nth-child(6) i{background-position: -290px 0;}
.fabBxo2 li:hover{box-shadow:0 0 10px #ccc;transform: scale(1.1);}

/* 无船承运 */
.wcqyBox2,.hwcBox3{background:#f6f8f9;}
.wcqyBox2 ul{background:#fff;padding:70px 0;background:#fff;box-shadow:0 0 10px #ddd;border-radius:8px;color:#333;overflow:hidden;}
.wcqyBox2 li{float:left;width:25%;text-align:center;height:240px;border-right: 1px solid #e6eaee;padding-top:60px;padding:0 3%;}
.wcqyBox2 li i{display:inline-block;width:80px;height:80px;background: url('/themes/Home/default_en/Public/images/wcqyIcon.png') no-repeat;margin-bottom:15px;transition:all .4s;position: relative;top:0;}
.wcqyBox2 li:nth-child(2) i{background-position: -80px 0;}
.wcqyBox2 li:nth-child(3) i{background-position: -160px 0;}
.wcqyBox2 li:nth-child(4) i{background-position: -240px 0;}
.wcqyBox2 li:hover i{top:-10px;}
.wcqyBox3 ul{margin:0 -1%;}
.wcqyBox3 li{float:left;width:31.3%;margin:0 1%;position:relative;}
.wcqyBox3 li .pImg{padding-top:58%;}
.wcqyBox3 li p{position: absolute;left:0;bottom:15px;text-align:center;color:#fff;width:100%;}

/* 海外仓 */
.hwcBox2{background:url('/themes/Home/default_en/Public/images/hwcBxo2_bg.jpg') no-repeat center;background-attachment:fixed; background-size:cover; color:#fff;}
.hwcBox2_menu{margin-bottom:40px;}
.hwcBox2_menu span,.hwcBox3_menu span{color:#fff;border:1px solid #fff;height:45px;line-height:45px;border-radius:5px;display:inline-block;text-align:center;margin-right:20px;cursor: pointer;padding:0 25px;}
.hwcBox2_menu .on,.hwcBox3_menu .on{background:#00aeef;color:#fff;border-color: #0092c8;}
.hwcBox2 .listTie{text-align:left;color:#fff;text-transform: uppercase;}
.hwcBox2 .listTie::after{background:#fff;left:0;margin-left:0;}
.hwcBox2_main{font-size:1.375em;padding-top:15px;}
.hwcBox2_main li{background: url('/themes/Home/default_en/Public/images/hwc_li.png') no-repeat left 5px;padding-left:25px;margin-bottom:20px;}

.hwcBox3_menu{text-align:center;margin-bottom:40px;}
.hwcBox3_menu span{color:#333;border:1px solid #333;}

.hwcBox3 li{background:#fff;overflow: hidden;margin-bottom:30px;height:600px;font-size:.875em;}
.hwcBox3 li .bgImg{float:left; width:50%;display: block;height:600px;}
.hwcBox3 li .font{float:right; width:50%;padding:3%;}
.hwcBox3 li:nth-child(2n) .bgImg{float:right;}
.hwcBox3 li h4{font-size:2em;color:#191919;margin-bottom:15px;}
.hwcBox3 li .txt span{display: block;font-size:1.286em;color:#333;margin-bottom:5px;}
.hwcBox3 li .txt2 {margin-top:25px;}
.hwcBox3 li .txt2 p{background: url('/themes/Home/default_en/Public/images/li.png') no-repeat left center;padding-left:15px;margin-bottom:6px;}