* {margin: 0;padding: 0;list-style: none;border: 0;word-break:break-word;vertical-align:top;outline: none;/* moz-user-select: -moz-none; -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout: none;-moz-touch-callout: none;-ms-touch-callout: none;-o-touch-callout: none;touch-callout: none; */}
html,body{min-height: 100%;}
body {font-size: 12px;line-height: 1;font-weight: normal;font-family: "微软雅黑" ;-webkit-text-size-adjust: 100%;
  /*控制内容的可选择性*/
  /*-webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;*/
}
table{border-collapse: collapse;}
img {border: 0;padding: 0;display: inline;-webkit-user-select: none;-moz-user-select: none;-webkit-user-select:none;-o-user-select:none;user-select:none;max-width:100%;  }
a {text-decoration: none;color: #727272;}
li {list-style: none;}
/* h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 12px;} */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden}
.clearfix {*+height: 1%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display: block;}
/*强制去除表单自带的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#878787; font-family:Lucida Bright,Arial;}
input:focus { outline: none;}
input,button,select,textarea{outline:none; /*-webkit-appearance:none;*/}
textarea{resize:none;/*-webkit-appearance:none;*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
a,a:link{text-decoration:none;}
a,a:visited{text-decoration:none;}
a,a:hover{text-decoration:none;}
a,a:active{text-decoration:none}


.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.anim{ transition: 0.8s ease;transition: all 0.3s ease-in-out}
.por{position: relative;}
.dib{display: inline-block;}
.vam{vertical-align: middle;}
.omission1{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.omission2{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.omission3{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.omission4{overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.table{display: table;width: 100%;height: 100%;}
.table-call{display: table-cell;vertical-align: middle;}

/*页面框架结构*/
.w1200{ max-width: 1200px; margin: 0 auto;}
.w1130{ max-width: 1130px; margin: 0 auto;}
.w1280{ max-width: 1280px; margin: 0 auto;}
.w1366{ max-width: 1366px; margin: 0 auto;}
.w1400{ max-width: 1400px; margin: 0 auto;}
.contain{} /*页面主体内容*/
.content{}/*内容*/
.mainnav{}/*主导航*/
.menu{}/*边侧菜单*/
.maincontent{ padding: 50px 0;} /*主要内容*/
.txtbox,.singlepage{ word-wrap:break-word; overflow:hidden;}

/*分页*/
.pages{ margin-top: 4.57%;font-size: 0;text-align: center;}
.pages a{display: inline-block;padding: 0 15px;height: 40px;line-height: 40px;font-size: 14px;color: #999;border: 1px solid #ececec;font-family: '黑体';transition: 0.4s ease;}
.pages a.a_first{margin-right: 10px;}
.pages a.a_end{margin-left: 10px;}
.pages .anum a{font-family: 'Arial';}
.pages .acur a,.pages a:hover{background-color: #014f99;color: #fff;border: 1px solid #014f99;}
.pages .nums{display: inline-block;margin: 0 10px;}
.pages .nums .anum{margin-right: 10px;}
.pages .nums .anum:last-child{margin-right: 0;}
.pages .f1{font-size: 14px;margin: 0 10px;color: #666;line-height: 42px;}
.pages .i_text{display: inline-block;height: 40px;width: 80px;border: 1px solid #edecec;vertical-align: middle;}
.pages .i_button{margin-left: 10px;padding: 0 15px;height: 42px;font-size: 14px;color: #666;border: 1px solid #edecec;}
.head-prew{position: absolute;bottom: 0;right: 0;}
.head-prew a{display: inline-block;width: 70px;height: 30px;font-size: 16px;color: #c3c3c3;text-align: center;line-height: 28px;border-radius: 3px;border:1px solid #e0e0e0;box-sizing: border-box;}
.prew{margin-top: 5.2%;padding-top: 35px;border-top: 1px solid #eaeaea;}
.prew a{font-size: 16px;color: #999999;}

.prew .prev{font-size: 16px;color: #666666;}
.prew .next{margin-top: 12px;font-size: 16px;color: #666666;}



/* 按钮 */
.rightMenuBtn {display:none;width:40px;height:40px;background-color:rgba(230,230,230,0.7);z-index:350;position:fixed;top: 45px;right: 10px}
.rightMenuBtn span {display:block;height:3px;background-color:#014f99;position:absolute;top:20px; transition:0.5s;}
.rightMenuBtn img {display:block;position:absolute;bottom:5px;left: 5px;transition:0.5s;width:30px;height:auto;}
.rightMenuBtn .openMenu {width:30px;left:5px;}
.rightMenuBtn .closeMenu {left:25px;width:0;}
.rightMenuBtn span:active {width:0;}
.rightMenuBtn span:before,.rightMenuBtn span:after {content:"";display:block;width:30px;height:3px;background-color:#014f99;position:absolute;transition:0.4s;}
.rightMenuBtn .openMenu:before {top:-10px;left:-0;}
.rightMenuBtn .openMenu:after {top:10px;left:-0;}
.rightMenuBtn .closeMenu:before {top:0px;left:-20px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.rightMenuBtn .closeMenu:after {top:0px;left:-20px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}



/*@font-face {
    font-family: 'HelveticaNeueLTPro-LtEx';
    src: url('/cn/fonts/HelveticaNeueLTPro-LtEx.eot');
    src: local('?'), url('/cn/fonts/HelveticaNeueLTPro-LtEx.woff') format('woff'), url('/cn/fonts/HelveticaNeueLTPro-LtEx.ttf') format('truetype'), url('/cn/fonts/HelveticaNeueLTPro-LtEx.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*头部*/
header{position: relative;box-shadow: 0 5px 5px rgba(0, 0, 0, .12);z-index: 999}
header .head-top{padding: 10px 0;background-color: #eeeeee;}
header .head-top .tips{float: left;font-size: 15px; line-height: 26px;}
header .head-top .box-right{float: right;}

header .head-top .box-right .top-search{ position:relative;display: inline-block;vertical-align: middle; font-size: 15px; }
header .head-top .box-right .top-search .text{ border:none; border-bottom:1px #ccc solid;width:150px; height:25px; line-height:25px; text-indent:5px; background:none; color:#555;}
header .head-top .box-right .top-search .btn{ width:15px; height:100%; position:absolute; right:10px; top:0;  background:url(/cn/images/Top001786-search.png) no-repeat center center; }


header .head-top .box-right .shares{display: inline-block;padding-right: 30px;margin-right: 18px;font-size: 15px;line-height: 18px;color: #666666;border-right: 1px solid #bfbfbf;vertical-align: middle;}
header .head-top .box-right .shares span{color: #014f99;}
header .head-top .box-right .language{position: relative;display: inline-block;vertical-align: middle;padding-right: 30px;margin-right: 18px;border-right: 1px solid #bfbfbf;}
header .head-top .box-right .language .name span{display: inline-block;font-size: 15px;color: #888888;cursor:pointer;vertical-align: middle;transition: 0.5s ease;}
header .head-top .box-right .language .name:before{display: inline-block;content: '';width: 14px;height: 14px;margin-right: 10px;background-image: url('/cn/images/language.png');vertical-align: middle;}
header .head-top .box-right .language .name:after{display: inline-block;content: '>';margin-left: 10px;font-size: 15px;color: #888888;vertical-align: middle;transform:rotate(90deg);font-family: '宋体';transition: 0.5s ease;}
header .head-top .box-right .language:hover .name span{color: #014f99;}
header .head-top .box-right .language:hover .name:after{transform:rotate(-90deg);color: #014f99;}
header .head-top .box-right .language .list{display: none;position: absolute;top: 0px;padding-top: 20px;width: 100%;z-index: 999}
header .head-top .box-right .language:hover .list{display: block;}
header .head-top .box-right .language ul{padding: 10px;background-color: #fff;box-shadow: 0 5px 5px rgba(0, 0, 0, .10);box-sizing: border-box;}
header .head-top .box-right .language ul li{padding-bottom: 10px;margin-bottom: 10px;text-align: center;border-bottom: 1px solid #bfbfbf;}
header .head-top .box-right .language ul li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
header .head-top .box-right .language ul li a{color: #888;font-size: 15px;transition: 0.5s ease;}
header .head-top .box-right .language ul li a:hover{color: #014f99;}
header .head-bottom{padding: 20px 0}
header .head-bottom .logo{float: left;}
header .head-bottom .box-right{float: right;margin-top: 5px;}
header .head-bottom .box-right nav{display: inline-block;vertical-align: middle;}
header .head-bottom .box-right nav>ul>li{position: relative;display: inline-block;margin-right: 60px;}
header .head-bottom .box-right nav>ul>li:last-child{margin-right: 0;}
header .head-bottom .box-right nav>ul>li a{font-size: 16px;color: #333333;transition: 0.5s ease;}
header .head-bottom .box-right nav>ul>li >a:after{position: absolute;top: 0px;right: -20px;content: '>';font-size: 15px;color: #888888;transform:rotate(90deg);font-family: '宋体';transition: 0.5s ease;}
header .head-bottom .box-right nav>ul>li:first-child >a:after{display: none;}
header .head-bottom .box-right nav>ul>li .down{display: none;position: absolute;top: 15px;padding-top: 20px;width: 250px;left: -90px;z-index: 999}
header .head-bottom .box-right nav>ul>li .down ul{margin-top: 32px;padding: 20px 15px;background-color: rgba(255, 255, 255, .8);box-shadow: 0 0 10px rgba(0, 0, 0, .12);box-sizing: border-box;}
header .head-bottom .box-right nav>ul>li .down ul li{padding-bottom: 15px;margin-bottom: 15px;text-align: center;border-bottom: 1px solid #bfbfbf;}
header .head-bottom .box-right nav>ul>li .down ul li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
header .head-bottom .box-right nav>ul>li .down ul li a{font-size: 15px;}
header .head-bottom .box-right nav>ul>li:hover>a{color: #014f99;}
header .head-bottom .box-right nav>ul>li:hover .down{display: block;}
header .head-bottom .box-right nav>ul>li .down ul li:hover a{color: #014f99;}
header .head-bottom .box-right nav>ul>li:hover>a:after{transform:rotate(-90deg);color: #014f99;}
header .head-bottom .box-right .tel{position: relative;display: inline-block;margin-left: 40px;padding-left: 40px;vertical-align: middle;}
header .head-bottom .box-right .tel:before{display: inline-block;content: '';width: 54px;height: 54px;margin-right: 10px;background-image: url('/cn/images/head-tel.png');vertical-align: middle;}
header .head-bottom .box-right .tel:after{display: inline-block;content: '';position: absolute;top: 0;bottom: 0;left: 0px;margin: auto 0;width: 1px;height: 25px;background-color: #dcdcdc;}
header .head-bottom .box-right .tel .main-box{display: inline-block;vertical-align: middle;}
header .head-bottom .box-right .tel .main-box .name{font-size: 16px;
    color: #333333;
    line-height: 1.2;
    font-weight: 1000;}
header .head-bottom .box-right .tel .main-box .text{margin-top: 5px;font-size: 32px;color: #014f99;}
header .head-bottom .box-right .tel .main-box .text i{font-style: normal;}
/* 底部 */
footer{padding: 3.125% 0;background-image: url('/cn/images/foot.jpg');background-size: cover;background-position: center;}
footer .foot-message{float: left;width: 65%}
footer .foot-message ul{font-size: 0;}
footer .foot-message ul li{display: inline-block;width: 48%;margin-right: 4%;margin-bottom: 4%;}
footer .foot-message ul li:nth-of-type(2n){margin-right: 0;}
footer .foot-message ul li span{display: inline-block;font-size: 16px;color: #ffffff;vertical-align: middle;}
footer .foot-message ul li:before{display: inline-block;content: '';width: 16px;height: 14px;margin-right: 10px;vertical-align: middle;}
footer .foot-message ul li:nth-of-type(1):before{background-image: url('/cn/images/foot-ioc1.png');}
footer .foot-message ul li:nth-of-type(2):before{background-image: url('/cn/images/foot-ioc2.png');}
footer .foot-message ul li:nth-of-type(3):before{background-image: url('/cn/images/foot-ioc3.png');}
footer .foot-message ul li:nth-of-type(4):before{background-image: url('/cn/images/foot-ioc4.png');}
footer .foot-ewm{float: right;margin-right: 5%;}
footer .foot-ewm img{display: inline-block;margin-right: 10px;max-width: 100px}
footer .foot-ewm img:last-child{margin-right: 0;}
footer .foot-nav{margin-top: 40px;position: relative;text-align: center;}
footer .foot-nav ul li{display: inline-block;margin-right: 8px;}
footer .foot-nav ul li:last-child{margin-right: 0;}
footer .foot-nav ul li:after{display: inline-block;content: '';width: 1px;height: 9px;margin-left: 8px;background-color: #999a9c;vertical-align: middle;}
footer .foot-nav ul li:last-child:after{display: none;}
footer .foot-nav ul li a{display: inline-block;font-size: 16px;color: #fff;vertical-align: middle;}
footer .foot-nav:before{position: absolute;display: block;content: '';width: 38%;height: 1px;top: 0;bottom: 0;left: 0;margin: auto 0;background-color: #999a9c;}
footer .foot-nav:after{position: absolute;display: block;content: '';width: 38%;height: 1px;top: 0;bottom: 0;right: 0;margin: auto 0;background-color: #999a9c;}
footer .foot-icp{margin-top: 30px;font-size: 16px;color: #ffffff;text-align: center;}
footer .foot-icp .beian{background: url(/cn/images/baimg.png) no-repeat left center;padding-left: 24px;display: inline-block;margin-left: 10px;}
footer .foot-up{position: absolute;top: 20%;right: -40px;width: 40px;height: 40px;background-image: url('/cn/images/up.png');cursor: pointer;}




footer .links{padding-bottom: 3%; border-bottom: 1px dashed #999a9c;clear:both;color:#fff;margin-bottom: 3%;position: relative;line-height: 18px;padding-left: 88px;font-size: 0;}
footer .links a{color:#fff;font-size: 14px;}
footer .links span{font-size:16px;display:block;position:absolute;padding-right:15px;left: 0;top: 0;}
footer .links span::before{ position:absolute; content:''; width:0; height:0; border:5px solid #fff; border-top-color:transparent;border-bottom-color:transparent; border-right:0; right:0; top:50%; margin-top:-5px;}
footer .links li{display:inline-block;padding: 0 23px;font-size:12px;position:relative;}
footer .links li::before{ position:absolute; content:''; right:0; width:2px; height:80%; top:10%; background-color:#fff;}
footer .links li:hover{ text-decoration:underline;}





/*浮窗*/
.floating{position: fixed;right: 1%;top: 50%;transform: translateY(-50%);z-index: 300}
.floating ul li{margin-bottom: 6px;position: relative;box-shadow: 0 2px 5px rgba(0, 0, 0, .24);}
/*.floating ul li:last-child{display: none;}*/
.floating ul li .ioc{width: 60px;height: 60px;cursor: pointer;background-color: #fff;}
.floating ul li:nth-of-type(1) .ioc{background-image: url('/cn/images/floating-ioc1.png');}
.floating ul li:nth-of-type(2) .ioc{background-image: url('/cn/images/floating-ioc2.png');}
.floating ul li:nth-of-type(3) .ioc{background-image: url('/cn/images/floating-ioc3.png');}
.floating ul li:nth-of-type(4) .ioc{background-image: url('/cn/images/floating-ioc4.png');}
.floating ul li:hover .ioc,.floating ul li:hover .add-ioc{background-color: #014f99;}
.floating ul li:nth-of-type(1):hover .ioc{background-image: url('/cn/images/floating-ioc1-on.png');}
.floating ul li:nth-of-type(2):hover .ioc{background-image: url('/cn/images/floating-ioc2-on.png');}
.floating ul li:nth-of-type(3):hover .ioc{background-image: url('/cn/images/floating-ioc3-on.png');}
.floating ul li:nth-of-type(4):hover .ioc{background-image: url('/cn/images/floating-ioc4-on.png');}
.floating ul li .box{display: none;position: absolute;left: -180px;top: 0;min-height: 100%;padding: 15px 15px;line-height: 2;width: 180px;text-align: center;border: 1px solid #014f99;background-color: #fff;box-sizing: border-box;}
.floating ul li .box img{width: 100%}
.floating ul li:hover .box,.floating ul li:hover .add-ioc .img1{display: block;}
.floating ul li .add-ioc .img1,.floating ul li:hover .add-ioc .img2{
  display: none;
}
.floating ul li .add-ioc{background: #fff;min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
/* 公用 */
.column-banner{position: relative;}
.column-banner img{width: 100%}
.column-banner .text{position: absolute;width: 100%; height: 100%;top: 0;left: 0;}
.column-banner .text .ytable {height:100%;}
.column-banner .text h3 {font-size:44px;color: #fff;text-shadow: 0 0 6px #858585;}
.location{margin-bottom: 30px;font-size: 14px;color: #999999}
.location span{display: inline-block;font-size: 14px;color: #999999;vertical-align: middle;}
.location a{display: inline-block;color: #999999;vertical-align: middle;}
.location:before{display: inline-block;content: '';width: 21px;height: 20px;margin-right: 10px;background-image: url(/cn/images/home-ioc.png);background-position: center;background-size: cover;vertical-align: bottom;}
.contain{margin-top: 30px;padding-bottom: 6.5%;}
.content{margin-top: 5%;min-height: 300px}
@media(max-width:768px){
.column-banner .text {display:none;}
}
/* .content .about > ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.content .about > ul li img{
  width: 32% !important;
  height:  auto !important;
  margin-right: 2% !important;
}
.content .about > ul li img:last-child{
  margin-right: 0 !important;
} */
.menu{width: 100%;border-top: 3px solid #c93e66;border-radius: 8px;overflow: hidden;box-sizing: border-box;box-shadow: 3px 0 43px rgba(179, 7, 86, .09);}
.menu .name{padding: 30px 0;font-size: 24px;color: #333333;text-align: center;border-bottom: 1px solid #e3e3e3;background-image: url('/cn/images/column-ioc.png');background-size: contain;background-position: right center;background-repeat: no-repeat;}
.menu ul{padding: 25px 35px;font-size: 0;}
.menu ul li{margin-bottom: 0px;}
.menu ul li:last-child{margin-bottom: 0;}
.menu ul li a{position: relative;display: block;width: 100%;padding: 14px 24px;font-size: 18px;color: #333333;border-bottom: 1px solid #dcdcdc;border-radius: 3px;box-sizing: border-box;}
.menu ul li a:after{display: block;content: '>';position: absolute;top: 50%;right: 24px;font-family: '宋体';font-size: 18px;color: #333333;transform: translateY(-50%);}
.menu ul li.on a{border: 1px solid #c93e66;color: #fff;background-color: #c93e66;}
.menu ul li.on a:after{color: #fff;}
.recommend{margin-top: 30px;padding: 30px 18px;border-radius: 8px;overflow: hidden;box-sizing: border-box;box-shadow: 3px 0 43px rgba(179, 7, 86, .09);}
.recommend .name{position: relative;margin-bottom: 20px;font-size: 24px;color: #333333;}
.recommend .name:after{display: block;content: '';position: absolute;top: 0;bottom: 0;right: 0;width: 90px;height: 1px;margin: auto 0;background-color: #e8acbd;}
.recommend ul li{margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #dcdcdc;}
.recommend ul li:last-child{margin-bottom: 0;}
.recommend ul li a{font-size: 16px;color: #666666;line-height: 1.6;}
.recommend ul li a span{color: #c93e66;}
.return{}
.return a{display: block;width: 140px;height: 42px;text-align: center;line-height: 42px;border-radius: 42px;background-color: #014f99;}
.return a span{display: inline-block;font-size: 16px;color: #ffffff;vertical-align: middle;}
.return a:before{display: inline-block;content: '';width: 19px;height: 19px;margin-right: 12px;background-image: url('/cn/images/return.png');vertical-align: middle;}
/* XCsports */
.index{padding: 3.6% 0 4.68% 0}
.public-title{margin-bottom: 45px;text-align: center;}
.public-title .cn{font-size: 30px;color: #333333;font-weight: bold;}
.public-title .en{margin-top: 18px;font-size: 24px;color: #cccccc;font-weight: bold;font-family: 'Arial';text-transform: uppercase;}
.public-title.white .cn{color: #ffffff;}
.public-title.white .en{color: #cccccc;}
.public-title2{margin-bottom: 4.2%;text-align: center;}
.public-title2 .title{font-size: 30px;font-weight: bold;color: #014f99;}
.public-title2 .name{margin-top: 25px;font-size: 16px;color: #666666;}
.public-title3{position: relative;padding-left: 25px;margin-bottom: 35px;font-size: 24px;font-weight: bold;color: #333333;}
.public-title3:before{display: block;content: '';position: absolute;top: 0;left: 0;bottom: 0;margin: auto 0;width: 8px;height: 8px;background-color: #014f99;border-radius: 8px;}
.banner img{width: 100%;}
.banner{position: relative;}
.banner .text {position: absolute;width:100%;height:100%;top:0;left:0;}
.banner .text .ytable {height:100%;color: #fff;}
.banner .text * {text-shadow: 0 0 6px #858585;}
.banner .text h3 {font-size:46px;}
.banner .text p {font-size:24px;/*padding:3vw 0 0;*/}
.banner .bx-wrapper .bx-pager{position: absolute;bottom: 5%;left: 0;width: 100%;text-align: center;font-size: 0;}
.banner .bx-wrapper .bx-pager .bx-pager-item{display: inline-block;margin-right: 25px;}
.banner .bx-wrapper .bx-pager .bx-pager-item:last-child{margin-right: 0;}
.banner .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link{display: block;width: 34px;height: 35px;background-image: url('/cn/images/banner-ioc-on.png');}
.banner .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active{background-image: url('/cn/images/banner-ioc.png');}
.index-service .list ul{font-size: 0;}
.index-service .list ul li{position: relative;display: inline-block;width: 23%;margin-right: 2.66%;margin-bottom: 2.66%;border-radius: 5px;overflow: hidden;box-sizing: border-box;}
.index-service .list ul li:nth-of-type(4n){margin-right: 0;}
.index-service .list ul li .img{position: relative;text-align: center;}
.index-service .list ul li .img img{width: 100%}
.index-service .list ul li .name{width: 100%;height: 54px;line-height: 54px;font-size: 18px;color: #333;font-weight: bold;text-align: center;background-color: #eeeeee;}
.index-service .list ul li:hover .name{color: #014f99;}
.index-service .list ul li em{display: inline-block;margin-left: 30px;vertical-align: middle;}
.index-service .list ul li em:before{display: block;content: '>';font-size: 18px;color: #333333;font-style: normal;font-family: '宋体';}
.index-service .list ul li>a{position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;}
.index-service .list ul li .more{display: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 5;background-color: rgba(1, 79, 153, .8);}
.index-service .list ul li .more .item{display: inline-block;margin: 10px 10px;}
.index-service .list ul li .more .item a{font-size: 16px;color: #fff;}
.index-service .list ul li .more .item a span{font-family: "宋体";padding-left: 10px;}
.index-service .list ul li:hover .more{display: block;}
.index-screen{margin-top: 3.6%;font-size: 0;}
.index-query{float: left;width: 41%;}
.index-news{float: right;width: 53.5%;margin-top: 10px;}
.index-query .table-nav ul li{display: inline-block;width: 180px;font-size: 18px;color: #666666;text-align: center;line-height: 45px;border-top-left-radius: 5px;border-top-right-radius: 5px;cursor:pointer}
.index-query .table-nav ul li.on{background-color: #014f99;color: #fff;}
.index-query .table-box ul li{display: none;width: 100%;padding: 35px 28px;background-color: #eeeeee;box-sizing: border-box;}
.index-query .table-box ul li.on{display: block;}
.index-query .table-box ul li button{display: inline-block;width: 85px;padding: 12px 0;font-size: 18px;color: #fff;text-align: center;background-color: #014f99;cursor:pointer}
.index-query .table-box ul li button:before{display: block;content: '';width: 24px;height: 24px;margin: 0 auto 10px auto;background-image: url('/cn/images/query-ioc.png');}
.index-query .table-box ul li textarea{display: inline-block;width: calc(100% - 100px);margin-right: 15px;height: 82px;padding: 10px;border: 1px solid #c9c9c9;background-color: #fff;box-sizing: border-box;}
.index-news .main-title{float: left;}
.index-news .main-title:before{display: inline-block;content: '';width: 4px;height: 18px;margin-right: 10px;background-color: #014f99;vertical-align: middle;}
.index-news .main-title span{display: inline-block;font-size: 18px;color: #333333;font-weight: bold;vertical-align: middle;}
.index-news .more{float: right;margin-top: 7px;}
.index-news .more a{font-size: 14px;color: #014f99;}
.index-news .top-box{position: relative;}
.index-news .top-box:before{display: block;content: '';position: absolute;left: 15%;bottom: 0;width: 74%;height: 1px;background-color: #ededed;z-index: 3}
.index-news .list{margin-top: 15px;}
.index-news .top-box:nth-of-type(2){margin-top: 15px;}
.index-news .list ul li{margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px dashed #ededed;}
.index-news .list ul li .time{float: right;font-size: 14px;color: #999999;}
.index-news .list ul li span{padding-right: 10px;font-size: 16px;color: #014f99;font-family: '宋体';}
.index-news .list ul li a{font-size: 16px;color: #666666;}
.index-trade{margin-top: 3.6%;}
.index-trade .box{font-size: 0;}
.index-trade .box .slider-one{display: inline-block;width: 77%;position: relative;z-index: 3}
.index-trade .box .slider-nav{display: inline-block;width: 23%;position: relative;z-index: 4}
.index-trade .box .slider-one .slick-list{position: relative;overflow: hidden;}
.index-trade .box .slider-one li{position: relative;display: inline-block;}
.index-trade .box .slider-one img{width: 100%}
.index-trade .box .slider-one .main-box{position: absolute;left: 0;bottom: 0;width: 100%;padding: 3% 6%;background-color: rgba(1, 79, 153, .5);z-index: 3;box-sizing: border-box;}
.index-trade .box .slider-one .left-box{position: relative;float: left;padding-left: 25px;width: 48%;box-sizing: border-box;}
.index-trade .box .slider-one .right-box{float: right;}
.index-trade .box .slider-one .left-box:after{display: none;content: '';position: absolute;top: 8px;left: 0;width: 10px;height: 10px;background-color: #fff;border-radius: 10px;}
.index-trade .box .slider-one .left-box .title{font-size: 16px;color: #fff;line-height: 1.7;}
.index-trade .box .slider-one .right-box a{display: inline-block;width: 120px;height: 40px;margin-right: 40px;font-size: 16px;color: #ffffff;line-height: 38px;text-align: center;border: 1px solid #fff;border-radius: 5px;}
.index-trade .box .slider-one .right-box a:last-child{margin-right: 0;}
.index-trade .box .slider-nav li{position: relative;display: block;padding: 13.45% 10%;background-color: #e5e5e5;border-bottom: 1px solid #fff;box-sizing: border-box;cursor: pointer;}
.index-trade .box .slider-nav li .img{position: absolute;top: 0;bottom: 0;left: 20px;width: 58px;height: 58px;margin: auto 0;}
.index-trade .box .slider-nav li .img img{max-width: 100%;}
.index-trade .box .slider-nav li .img img:nth-of-type(2){display: none;position: absolute;top: 0;left: 0px;width: 100%;height: 100%;z-index: 3;}
.index-trade .box .slider-nav li .title{padding-left: 68px;font-size: 20px;color: #333333;line-height: 1.6;position: absolute;top: 50%;transform: translateY(-50%);}
.index-trade .box .slider-nav li.slick-current{background-color: #014f99;}
.index-trade .box .slider-nav li.slick-current .img img:nth-of-type(2){display: block;}
.index-trade .box .slider-nav li.slick-current .title{color: #fff;}
.index-trade .box .slider-nav li.slick-current:after{display: block;content: '';position: absolute;top: 0;bottom: 0;left: -14px;margin: auto 0 ;width: 0;height: 0;border-top: 10px solid transparent;border-right: 14px solid #014f99;border-bottom: 10px solid transparent;}
.index-partner{margin-top: 3.6%;}
.index-partner .swiper-container{padding: 0 30px;}
.index-partner .list img{width: 100%;}
.index-partner .list .swiper-button-next{right: 0;}
.index-partner .list .swiper-button-prev{left: 0;}
/*特色服务*/
.service .list ul{font-size: 0;}
.service .list ul li{position: relative;display: inline-block;width: 23%;margin-right: 2.66%;margin-bottom: 2.66%;border-radius: 5px;overflow: hidden;}
.service .list ul li a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 5}
.service .list ul li:nth-of-type(4n){margin-right: 0;}
.service .list ul li .img{position: relative;}
.service .list ul li .img>img{width: 100%}
.service .list ul li .ioc{position: absolute;width: 94px;height: 94px;bottom: -47px;left: 0;right: 0;margin: 0 auto;z-index: 3}
.service .list ul li .ioc img{width: 100%;}
.service .list ul li .box{padding: 22% 1% 10% 1%;background-color: #f6f6f6;}
.service .list ul li .box .name{text-align: center;font-size: 18px;font-weight: bold;color: #333333;}
.service .list ul li .box .text{margin-top: 25px;text-align: center;font-size: 16px;color: #333333;}
.service-warehouse .list ul{font-size: 0}
.service-warehouse .list ul li{display: inline-block;width: 48%;margin-right: 4%;margin-bottom: 4%;padding: 15px 20px;border: 1px solid #dcdcdc;box-sizing: border-box;}
.service-warehouse .list ul li:nth-of-type(2n){margin-right: 0;}
.service-warehouse .list ul li span{display: inline-block;font-size: 16px;color: #333333;vertical-align: middle;}
.service-warehouse .list ul li:before{display: inline-block;content: '';width: 8px;height: 8px;margin-right: 20px;background-color: #014f99;border-radius: 8px;vertical-align: middle;}
.service-warehouse .img{margin-top: 30px;text-align: center;}
.service-warehouse .img img{max-width: 100%;margin: auto;}
.service-bonded .text{font-size: 16px;color: #333333;text-align: center;}
.service-bonded .img{margin-top: 30px;text-align: center;}
.service-bonded .img img{max-width: 100%;margin: auto;}
.service-accreditation .box{font-size: 0;}
.service-accreditation .text{display: inline-block;width: 60%;}
.service-accreditation .img{display: inline-block;width: 34.5%;margin-left: 5.5%;box-shadow: 5px 0 5px rgba(0, 0, 0, .24);}
.service-accreditation .img img{width: 100%;}
.service-accreditation .text h3{font-size: 20px;color: #333333;font-weight: bold;}
.service-accreditation .text p{margin-top: 50px;font-size: 16px;color: #333;line-height: 1.7;}
.service-accreditation .text span{display: inline-block;width: 6px;height: 6px;margin-right: 12px;background-color: #014f99;border-radius: 6px;vertical-align: middle;}
.service-repair .text{font-size: 20px;color: #333333;text-align: center;font-weight: bold;}
.service-repair .item{margin-top: 4.4%;}
.service-repair .main-title{font-size: 24px;color: #333333;font-weight: bold;text-align: center;}
.service-repair .img{margin-top: 12px;text-align: center;}
.service-repair .img img{max-width: 100%;margin: auto;}
.service-repair .item .title{font-size: 18px;color: #333333;font-weight: bold;}
.service-repair .item .box{margin-top: 20px;}
.service-repair .item .list{margin-top: 5.3%;}
.service-repair .item ul{font-size: 0;}
.service-repair .item ul li{display: block;margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px solid #dcdcdc;}
.service-repair .item ul li p{position: relative;margin-bottom: 10px;padding-left: 18px;font-size: 16px;color: #333333;line-height: 1.7;}
.service-repair .item ul li p.spot:before{position: absolute;left: 0;top: 11px;display: block;content: '';width: 6px;height: 6px;margin-right: 12px;background-color: #014f99;border-radius: 6px;}
.service-repair .item ul li .items{display: inline-block;margin-right: 8%;margin-bottom: 10px;}
.service-repair .item ul li .items:nth-of-type(2n){margin-right: 0;}
.service-repair .item ul li:not(:first-child) .items{width: 50%;margin-right: 0;padding-right: 2%;box-sizing: border-box;}
.service-project .main-title{margin-bottom: 30px;font-size: 24px;color: #333333;font-weight: bold;}
.service-project .item{margin-bottom: 4.4%;font-size: 0;}
.service-project .left-box{display: inline-block;width: 65%;}
.service-project .img{display: inline-block;width: 24%;margin-left: 11%;box-shadow: 5px 0 5px rgba(0, 0, 0, .24);}
.service-project .img img{width: 100%}
.service-project p{position: relative;margin-bottom: 10px;padding-left: 18px;font-size: 16px;color: #333333;line-height: 1.7;}
.service-project p.spot:before{position: absolute;left: 0;top: 11px;display: block;content: '';width: 6px;height: 6px;margin-right: 12px;background-color: #014f99;border-radius: 6px;}
.service-project .item ul li{display: block;margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px solid #dcdcdc;}
.service-project .item ul li:nth-of-type(1) .items{display: inline-block;width: 50%}
.service-project .item .title{font-size: 18px;color: #333333;font-weight: bold;}
.service-project .item .box{margin-top: 20px;}
.service-engineer .text{font-size: 24px;color: #333333;text-align: center;font-weight: bold;}
.service-engineer .list{margin-top: 5.9%;}
.service-engineer .list ul li{margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px solid #dcdcdc;}
.service-engineer .list ul li .main{float: left;width: 70%;padding-top: 20px;}
.service-engineer .list ul li .img{float: right;width: 26%}
.service-engineer .list ul li .img img{width: 100%}
.service-engineer .list ul li .name{font-size: 18px;font-weight: bold;color: #333333;}
.service-engineer .list ul li .box{margin-top: 20px;}
.service-engineer .list ul li p{position: relative;margin-bottom: 10px;padding-left: 18px;font-size: 16px;color: #333333;line-height: 1.7;}
.service-engineer .list ul li p.spot:before{position: absolute;left: 0;top: 11px;display: block;content: '';width: 6px;height: 6px;margin-right: 12px;background-color: #014f99;border-radius: 6px;}
.service-safeguarding .list ul li{margin-bottom: 7%;}
.service-safeguarding .list ul li:last-child{margin-bottom: 0;}
.service-safeguarding .list ul li .main-title{margin-bottom: 4.4%;font-size: 24px;color: #333333;text-align: center;font-weight: bold;}
.service-safeguarding .list ul li .box{float: left;width: 58%}
.service-safeguarding .list ul li .img{float: right;width: 38%}
.service-safeguarding .list ul li .img img{width: 100%}
.service-safeguarding .list ul li .name{margin-bottom: 20px;font-size: 18px;color: #333333;font-weight: bold;}
.service-safeguarding .list ul li p{position: relative;margin-bottom: 10px;padding-left: 18px;font-size: 16px;color: #333333;line-height: 1.7;}
.service-safeguarding .list ul li p.spot:before{position: absolute;left: 0;top: 11px;display: block;content: '';width: 6px;height: 6px;margin-right: 12px;background-color: #014f99;border-radius: 6px;}
.service-safeguarding .list ul li .text{margin-bottom: 20px;}
.service-export .main-title{font-size: 24px;color: #333333;text-align: center;font-weight: bold;}
.service-export .box{margin-top: 4.4%;}
.service-export .box .text{float: left;width: 45.5%}
.service-export .box .img{float: right;width: 45.5%}
.service-export .box .img img{width: 100%}
.service-export .box p{position: relative;margin-bottom: 10px;padding-left: 18px;font-size: 16px;color: #333333;line-height: 1.7;}
.service-export .box p.spot:before{position: absolute;left: 0;top: 11px;display: block;content: '';width: 6px;height: 6px;margin-right: 12px;background-color: #014f99;border-radius: 6px;}
.service-batching .main-title{text-align: center;}
.service-batching .main-title span{display: inline-block;font-size: 24px;font-weight: bold;vertical-align: middle;}
.service-batching .main-title img{max-width: 100%;display: inline-block;margin: 0 10px;}
.service-batching .parameter{margin-top: 6%;font-size: 0;}
.service-batching .parameter .list{display: inline-block;width: 40%}
.service-batching .parameter .img{display: inline-block;width: 32%;margin-left: 28%;box-shadow: 5px 0 5px rgba(0, 0, 0, .24);}
.service-batching .parameter .img img{width: 100%}
.service-batching .parameter .list ul li{margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px dashed #c4c4c4;}
.service-batching .parameter .list ul li .item{display: inline-block;width: 50%;font-size: 16px;color: #333333;}
.service-batching .parameter .img2{margin-top: 40px;}
.service-batching .parameter .img2 img{width: 100%}
.service-batching .brand{margin-top: 6%;font-size: 0;}
.service-batching .brand .text{display: inline-block;width: 38%}
.service-batching .brand .img{display: inline-block;width: 48%;margin-left: 14%;}
.service-batching .brand .img img{width: 100%}
.service-batching .brand p{position: relative;margin-bottom: 10px;padding-left: 18px;font-size: 16px;color: #333333;line-height: 1.7;}
.service-batching .brand p.spot:before{position: absolute;left: 0;top: 11px;display: block;content: '';width: 6px;height: 6px;margin-right: 12px;background-color: #014f99;border-radius: 6px;}
.service-batching .brand .box{margin-top: 5.3%;}
.service-batching .brand .name{margin-top: 4.4%;font-size: 19px;color: #333333;font-weight: bold;}
.service-batching .brand .img2{margin-top: 20px;}
.service-batching .brand .img2 img{width: 100%;}
.service-consult .box{font-size: 0;}
.service-consult .text{display: inline-block;width: 47%}
.service-consult .img{display: inline-block;width: 38.5%;margin-left: 14.5%;}
.service-consult .img img{width: 100%}
.service-consult .text p{position: relative;margin-bottom: 10px;padding-left: 18px;font-size: 16px;color: #333333;line-height: 1.7;}
.service-consult .text p.spot:before{position: absolute;left: 0;top: 11px;display: block;content: '';width: 6px;height: 6px;margin-right: 12px;background-color: #014f99;border-radius: 6px;}
/*关于XCsports*/
.about p{margin: 10px 0;font-size: 16px;color: #333333;line-height: 1.7;text-indent: 2em;}
.about img{margin: 10px 0;width: 100%;}

@media(min-width:641px){
.about .list_img_group li{ float:left; width:32%;}
.about .list_img_group li:nth-child(2){  margin:0 2%;}
}
@media(max-width:640px){
.about .list_img_group li{ margin:2% 0;}
}



/*服务内容*/
.serve .list ul{font-size: 0;}
.serve .list ul li{display: inline-block;width: 31.25%;margin-right: 3.125%;margin-bottom: 2%;border-radius: 5px;overflow: hidden;}
.serve .list ul li:nth-of-type(3n){margin-right: 0;}
.serve .list ul li .img{position: relative;}
.serve .list ul li .img img{width: 100%}
.serve .list ul li .img .ioc{position: absolute;bottom: -35.5px;left: 0;right: 0;margin: 0 auto;width: 71px;height: 71px;z-index: 3}
.serve .list ul li .box{padding: 14% 1% 10% 1%;background-color: #eeeeee;}
.serve .list ul li .name{text-align: center;font-size: 20px;font-weight: bold;color: #333333;}
.serve .list ul li .more{margin-top: 30px;display: table;width: 100%;text-align: center;}
.serve .list ul li .more a{display: table-cell;font-size: 14px;color: #666666;}
.serve-trade .team .list{padding: 3.9% 0;background-color: #f6f6f6;}
.serve-trade .team ul{font-size: 0;}
.serve-trade .team ul li{display: inline-block;width: 50%;text-align: center;}
.serve-trade .team ul li:nth-of-type(1){border-right: 1px solid #e5e5e5;box-sizing: border-box;}
.serve-trade .team ul li .name{text-align: center;color: #014f99;font-size: 30px;}
.serve-trade .team ul li .name span{font-size: 48px;vertical-align: text-bottom;}
.serve-trade .team ul li .text{margin-top: 30px;font-size: 18px;color: #666666;}
.serve-trade .business{margin-top: 3.9%;}
.serve-trade .business .item{margin-bottom: 3.9%;}
.serve-trade .business .item:last-child{margin-bottom: 0;}
.serve-trade .business .item .name{margin-bottom: 25px;font-size: 18px;color: #333333;}
.serve-trade .business .item ul{font-size: 0;}
.serve-trade .business .item ul li{display: inline-block;width: 31%;margin-right: 3.5%;margin-bottom: 20px;font-size: 16px;color: #333333;box-sizing: border-box;}
.serve-trade .business .item ul li:nth-of-type(3n){margin-right: 0;}
.serve-trade .business .item ul li span{padding-right: 15px;font-family: '宋体';color: #014f99;}
.serve-distribution .storage .text{font-size: 16px;color: #333333;line-height: 1.6;}
.serve-distribution .storage .img{margin-top: 30px;}
/* .serve-distribution .storage .img img{width: 100%} */
.serve-distribution .supervise{margin-top: 5.3%;}
.serve-distribution .supervise ul{font-size: 0;}
.serve-distribution .supervise ul li{display: inline-block;width: 31%;margin-right: 3.5%;margin-bottom: 30px;}
.serve-distribution .supervise ul li:nth-of-type(3n){margin-right: 0;}
.serve-distribution .supervise ul li .img{width: 94%;margin: 20px auto;}
.serve-distribution .supervise ul li .img img{width: 100%; display: none;}
.serve-distribution .supervise ul li .img .pic{width: 100%; display:block; padding-bottom:49.201%;background-repeat: no-repeat;  background-size: cover; background-position: center }
.serve-distribution .supervise ul li .img .pic1{position: relative;}
.serve-distribution .supervise ul li .img .pic1::before,
.serve-distribution .supervise ul li .img .pic1::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%; opacity: 0;}
.serve-distribution .supervise ul li .img .pic1::before{width: 50px;height: 50px;border: 3px solid #fff;margin-left: -25px;margin-top: -25px;border-radius: 50%;}
.serve-distribution .supervise ul li .img .pic1::after{width: 0;height: 0;border-top: 13px solid transparent;border-bottom: 13px solid transparent;border-left: 17px solid #fff;margin-left: -2px;margin-top: -10px;}

.serve-distribution .supervise ul li:hover .img .pic1::before,
.serve-distribution .supervise ul li:hover .img .pic1::after{ opacity: 1;}


.serve-distribution .supervise ul li p{font-size: 16px;color: #333333;}
.serve-distribution .supervise ul li p span{padding-right: 15px;font-family: '宋体';color: #014f99;}
.serve-distribution .supervise .main-title{margin-top: 3.9%;font-size: 20px;color: #333333;font-weight: bold;text-align: center;}
.serve-distribution .supervise .images{margin-top: 30px;}
.serve-distribution .supervise .images .swiper-button-next,
.serve-distribution .supervise .images .swiper-button-prev{display: none !important;}
.serve-distribution .supervise .swiper-slide{padding: 35px 5%;background-color: #e5edf5;font-size: 0;box-sizing: border-box;}
.serve-distribution .supervise .swiper-slide .box{display: inline-block;width: 55%;}
.serve-distribution .supervise .swiper-slide .img{display: inline-block;width: 40%;margin-left: 5%;}
.serve-distribution .supervise .swiper-slide .img img{width: 100%}
.serve-distribution .supervise .swiper-slide .name{font-size: 20px;color: #333333;font-weight: bold;}
.serve-distribution .supervise .swiper-slide .text{margin-top: 30px;}
.serve-distribution .supervise .swiper-slide .text p{position: relative;margin-bottom: 10px;font-size: 16px;color: #333333;line-height: 1.7;}
.serve-distribution .supervise .swiper-slide .text p.arrow{padding-left: 20px;}
.serve-distribution .supervise .swiper-slide .text p.arrow:before{display: block;content: '>';position: absolute;left: 0;top: 0;font-family: '宋体';color: #014f99;z-index: 3;}
.serve-distribution .layout{margin-top: 5.3%;}
.serve-distribution .layout .list ul{font-size: 0;}
.serve-distribution .layout .list2{
    display: flex;
    justify-content: space-between;
}
.serve-distribution .layout .list2 .list2_item{
    text-align: center;
}
.serve-distribution .layout .list2 .list2_item p{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.serve-distribution .layout .list2 .list2_item ul{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.serve-distribution .layout .list2 .list2_item ul li{
    width: 100%;
}

.serve-distribution .layout .list ul li{display: inline-block;width: 22%;margin-right: 2.66%;margin-bottom: 20px;font-size: 16px;color: #333333;}
.serve-distribution .layout .list ul li span{padding-right: 15px;font-family: '宋体';color: #014f99;}
.serve-distribution .layout .list ul li:nth-of-type(4n){margin-right: 0;}
.serve-delivery .transport ul{padding: 0 28px}
.serve-delivery .transport ul li{padding-left: 20px;position: relative;margin-bottom: 20px;}
.serve-delivery .transport ul li:before{display: block;content: '>';position: absolute;left: 0;top: 2px;font-family: '宋体';color: #014f99;z-index: 3;}
.serve-delivery .transport ul li .name{margin-bottom: 20px;font-size: 16px;color: #333333;font-weight: bold;}
.serve-delivery .transport ul li .text{font-size: 16px;color: #333333;line-height: 1.7;}
.serve-delivery .transport ul li .item{display: inline-block;margin-right: 30px;font-size: 16px;color: #333333;}
.serve-delivery .transport ul li .item span{color: #014f99;}
.serve-delivery .transport ul li .item:last-child{margin-right: 0;}
.serve-delivery .transport ul li .img img{width: 100%}
.serve-delivery .chain{margin-top: 5.3%;}
.serve-delivery .chain .title{font-size: 20px;color: #333333;text-align: center;}
.serve-delivery .chain .img{margin-top: 30px;}
.serve-delivery .chain .img img{width: 100%}
.serve-delivery .store{margin-top: 5.3%;}
.serve-delivery .store .box{padding: 0 28px;font-size: 0;}
.serve-delivery .store .img{display: inline-block;width: 45%}
.serve-delivery .store .img img{width: 100%}
.serve-delivery .store .list{display: inline-block;width: 50%;margin-left: 5%;}
.serve-delivery .store .list ul li{margin-bottom: 30px;font-size: 16px;color: #333333;}
.serve-delivery .store .list ul li span{padding-right: 15px;font-family: '宋体';color: #014f99;}
.serve-delivery .system{margin-top: 5.3%;}
.serve-delivery .system .img img{width: 100%}
.serve-forwarder .shipping .title{font-size: 24px;color: #333333;text-align: center;}
.serve-forwarder .shipping .img{margin-top: 10px;}
.serve-forwarder .shipping .img img{width: 100%;}
.serve-forwarder .transport{margin-top: 5.3%;}
.serve-forwarder .transport .item{margin-bottom: 25px;}
.serve-forwarder .transport .name{margin-bottom: 25px;font-size: 18px;color: #333333;font-weight: bold;}
.serve-forwarder .transport .list ul{font-size: 0;}
.serve-forwarder .transport .list ul li{display: inline-block;width: 48%;margin-right: 4%;margin-bottom: 20px;font-size: 16px;color: #333333;}
.serve-forwarder .transport .list ul li:nth-of-type(2n){margin-right: 0;}
.serve-forwarder .transport .list ul li span{padding-right: 15px;font-family: '宋体';color: #014f99;}
.serve-forwarder .transport .list2 {margin-top: 20px;}
.serve-forwarder .transport .list2 ul{font-size: 0;}
.serve-forwarder .transport .list2 ul li{display: inline-block;margin-bottom: 20px;border: 1px solid #efefef;box-sizing: border-box;}
.serve-forwarder .transport .list2 ul li img{width: 100%}
.serve-forwarder .transport .list2 ul:nth-of-type(1) li{width: 28.5%;margin-right: 7.25%;}
.serve-forwarder .transport .list2 ul:nth-of-type(1) li:last-child{margin-right: 0;}
.serve-forwarder .transport .list2 ul:nth-of-type(2) li{width: 21%;margin-right: 5.33%;}
.serve-forwarder .transport .list2 ul:nth-of-type(2) li:nth-of-type(4n){margin-right: 0;}
.serve-customs .network .title{font-size: 24px;color: #333333;text-align: center;}
.serve-customs .network .img{margin-top: 10px;}
.serve-customs .network .img img{width: 100%;}
.serve-customs .ability{margin-top: 20px;}
.serve-customs .ability .text{font-size: 16px;color: #333;line-height: 1.7;}
.serve-customs .ability .img{margin: 30px 0;}
.serve-customs .ability .img img{width: 100%}
.serve-customs .ability .list ul{font-size: 0;}
.serve-customs .ability .list ul li{display: inline-block;margin-bottom: 20px;font-size: 16px;color: #333333;}
.serve-customs .ability .list ul li span{padding-right: 15px;font-family: '宋体';color: #014f99;}
.serve-customs .ability .list ul li:nth-of-type(odd){width: 60%;}
.serve-customs .ability .list ul li:nth-of-type(even){width: 40%;}
.serve-consult .business ul{font-size: 0;}
.serve-consult .business ul:nth-of-type(1){margin-bottom: 4.25%;}
.serve-consult .business ul:nth-of-type(1) li{min-height: 360px}
.serve-consult .business ul li{display: inline-block;width: 30.5%;margin-right: 4.25%;padding: 35px 30px;min-height: 260px;background-color: #f2f2f2;box-sizing: border-box;}
.serve-consult .business ul li:nth-of-type(3n){margin-right: 0;}
.serve-consult .business ul li .name{margin-bottom: 40px;font-size: 18px;color: #333333;font-weight: bold;}
.serve-consult .business ul li .item{margin-bottom: 20px;font-size: 16px;color: #333333;}
.serve-consult .business ul li .item span{padding-right: 15px;font-family: '宋体';color: #014f99;}
.serve-consult .business ul li .item:last-child{margin-bottom: 0;}
.serve-consult .compliance{margin-top: 5.3%;}
.serve-consult .compliance .list{margin-bottom: 20px;}
.serve-consult .compliance .list ul li{margin-bottom: 20px;margin-bottom: 20px;font-size: 16px;color: #333333;}
.serve-consult .compliance .list ul li span{padding-right: 15px;font-family: '宋体';color: #014f99;}
.serve-consult .compliance .title{font-size: 18px;color: #333333;font-weight: bold;margin-top: 10px;margin-bottom: 30px;}
.serve-system .ability .item{margin-bottom: 30px;}
.serve-system .ability .main-title{margin-bottom: 30px;font-size: 18px;color: #333333;font-weight: bold;}
.serve-system .ability .list ul li{margin-bottom: 20px;font-size: 16px;color: #333333;}
.serve-system .ability .list ul li span{padding-right: 15px;font-family: '宋体';color: #014f99;}
.serve-system .ability .list2 ul{font-size: 0;}
.serve-system .ability .list2 ul li{display: inline-block;width: 48.5%;margin-right: 3%;}
.serve-system .ability .list2 ul li:last-child{margin-right: 0;}
.serve-system .ability .list2 ul li img{width: 100%}
.serve-system .ability .text{font-size: 16px;color: #333333;line-height: 1.7;}
.serve-system .patent img{width: 100%}
.network-layout .box{margin-top: 4%;text-align: center;}
.network-layout .img img{max-width: 100%}

.network-layout .box1{ max-width: 780px; margin: 0 auto;}
.network-layout .pic{ width:51.284%; float: left; padding-bottom: 60px;}
.network-layout .pic .Ispic{ display: block; padding-bottom:77%; background-size: contain;   background-repeat: no-repeat;  background-position: center;}
.network-layout .bx-wrapper{ position:relative;}
.network-layout .bx-viewport{ z-index:1;}
.network-layout .bx-controls-direction a{display: none;z-index:11; position:absolute; top:50%; width:28px; height:28px; background:url(/cn/images/Floor002375-btn.png) no-repeat 0 0; overflow:hidden; line-height:1000px; margin-top:-14px;}
.network-layout .bx-controls-direction a.bx-next{ right:5%; background-position: right top;}
.network-layout .bx-controls-direction a.bx-prev{ left:5%;}
.network-layout .bx-pager{ z-index:10; position:absolute; width:100%; text-align:center; left:0; bottom:-30px; display: block;}
.network-layout .bx-pager div{ display:inline-block; padding:0 5px;}
.network-layout .bx-pager div a{ display:block; width:13px; height:13px; background:#eaeaea; border-radius:13px; overflow:hidden; line-height:100px;}
.network-layout .bx-pager div a.active{ background: #014f99;}
.network-layout .word{ width:44.489%; float: right;}

@media(max-width:768px){
.network-layout .pic,
.network-layout .word{ width:100%; float:none;margin-bottom: 2%;}
}







/*行业类型*/
.industry-menu{position: relative;}
.industry-menu img{width: 100%}
.industry-menu .box{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);z-index: 3;}
.industry-menu .box ul{font-size: 0;text-align: center;}
.industry-menu .box ul li{position: relative;display: inline-block;width: 19.6%;margin-right: 0.5%;padding: 10px 5px;background-color: #fff;box-sizing: border-box;margin-bottom: 0.5%}
.industry-menu .box ul li:last-child{margin-right: 0;}
.industry-menu .box ul li .img{width: 48px;height: 46px;margin: auto;}
.industry-menu .box ul li:nth-of-type(1) .img{background-image: url('/cn/images/industry-menu1.png');}
.industry-menu .box ul li:nth-of-type(2) .img{background-image: url('/cn/images/industry-menu2.png');}
.industry-menu .box ul li:nth-of-type(3) .img{background-image: url('/cn/images/industry-menu3.png');}
.industry-menu .box ul li:nth-of-type(4) .img{background-image: url('/cn/images/industry-menu4.png');}
.industry-menu .box ul li:nth-of-type(5) .img{background-image: url('/cn/images/industry-menu5.png');}
.industry-menu .box ul li:nth-of-type(6) .img{background-image: url('/cn/images/industry-menu4.png');}
.industry-menu .box ul li:nth-of-type(7) .img{background-image: url('/cn/images/industry-menu5.png');}
.industry-menu .box ul li .title{margin-top: 15px;font-size: 17px;color: #333333;}
.industry-menu .box ul li.on{background-color: #014f99;}
.industry-menu .box ul li.on .title{color: #fff;}
.industry-menu .box ul li.on:nth-of-type(1) .img{background-image: url('/cn/images/industry-menu1-on.png');}
.industry-menu .box ul li.on:nth-of-type(2) .img{background-image: url('/cn/images/industry-menu2-on.png');}
.industry-menu .box ul li.on:nth-of-type(3) .img{background-image: url('/cn/images/industry-menu3-on.png');}
.industry-menu .box ul li.on:nth-of-type(4) .img{background-image: url('/cn/images/industry-menu4-on.png');}
.industry-menu .box ul li.on:nth-of-type(5) .img{background-image: url('/cn/images/industry-menu5-on.png');}
.industry-menu .box ul li.on:nth-of-type(6) .img{background-image: url('/cn/images/industry-menu4-on.png');}
.industry-menu .box ul li.on:nth-of-type(7) .img{background-image: url('/cn/images/industry-menu5-on.png');}
.industry-consumer .item{margin-bottom: 3.9%;}
.industry-consumer .list ul li{position: relative;padding-left: 20px;margin-bottom: 10px;font-size: 16px;color: #333;line-height: 1.7;}
.industry-consumer .list ul li:before{display: block;content: '>';position: absolute;left: 0;top: 2px;font-family: '宋体';color: #014f99;z-index: 3;}
.industry-consumer .swiper-slide{position: relative;padding: 4.5% 4.5%;background-color: #e5edf5;box-sizing: border-box;}
.industry-consumer .swiper-slide .box{position: initial;top: 50%;left: 5.7%;z-index: 3;}
.industry-consumer .swiper-slide .img{text-align: right;}
.industry-consumer .swiper-slide img{max-width: 100%;width: auto;}
.industry-consumer .swiper-slide .main-title{margin-bottom: ;font-size: 20px;color: #333;}
.industry-consumer .swiper-slide .main-title span{font-size: 16px;padding-left: 20px;vertical-align: text-bottom;}
.industry-consumer .swiper-slide .text{margin-top: 20px;min-height: 35vh;}
.industry-consumer .swiper-slide .title{margin-bottom: 15px;font-size: 18px;color: #333333;}
.industry-consumer .swiper-slide p{position: relative;margin-bottom: 10px;font-size: 16px;color: #333;line-height: 1.7;}
.industry-consumer .swiper-slide p.arrow{padding-left: 20px;}
.industry-consumer .swiper-slide p.arrow:before{display: block;content: '>';position: absolute;left: 0;top: 0px;font-family: '宋体';color: #014f99;z-index: 3;}
.industry-supplies .img img{width: 100%}
.industry-supplies .list{margin-top: 20px;}
.industry-supplies .list ul{font-size: 0;}
.industry-supplies .list ul li{display: inline-block;width: 48%;margin-right: 4%;position: relative;padding-left: 20px;margin-bottom: 10px;font-size: 16px;color: #333;line-height: 1.7;box-sizing: border-box;}
.industry-supplies .list ul li:nth-of-type(2n){margin-right: 0;}
.industry-supplies .list ul li:before{display: block;content: '>';position: absolute;left: 0;top: 0px;font-family: '宋体';color: #014f99;z-index: 3;}
.industry-supplies .swiper-slide{position: relative;padding: 4.5% 4.5%;background-color: #e5edf5;box-sizing: border-box;}
.industry-supplies .swiper-slide .box{position: absolute;top: 50%;left: 5.7%;transform: translateY(-50%);z-index: 3;}
.industry-supplies .swiper-slide .img{text-align: right;}
.industry-supplies .swiper-slide img{max-width: 100%;width: auto;}
.industry-supplies .swiper-slide .main-title{margin-bottom: ;font-size: 20px;color: #333;}
.industry-supplies .swiper-slide .main-title span{font-size: 16px;padding-left: 20px;vertical-align: text-bottom;}
.industry-supplies .swiper-slide .text{margin-top: 20px;}
.industry-supplies .swiper-slide .title{margin-bottom: 15px;font-size: 18px;color: #333333;}
.industry-supplies .swiper-slide p{position: relative;margin-bottom: 10px;font-size: 16px;color: #333;line-height: 1.7;}
.industry-supplies .swiper-slide p.arrow{padding-left: 20px;}
.industry-supplies .swiper-slide p.arrow:before{display: block;content: '>';position: absolute;left: 0;top: 0px;font-family: '宋体';color: #014f99;z-index: 3;}
.industry-automobile .item{margin-bottom: 3.9%;}
.industry-automobile .list ul{font-size: 0;}
.industry-automobile .list ul li{display: inline-block;width: 48%;margin-right: 4%;position: relative;padding-left: 20px;margin-bottom: 10px;font-size: 16px;color: #333;line-height: 1.7;box-sizing: border-box;}
.industry-automobile .list ul li:nth-of-type(2n){margin-right: 0;}
.industry-automobile .list ul li:before{display: block;content: '>';position: absolute;left: 0;top: 0px;font-family: '宋体';color: #014f99;z-index: 3;}
.industry-automobile .swiper-slide{position: relative;padding: 6.5% 4.5%;background-color: #e5edf5;box-sizing: border-box;}
.industry-automobile .swiper-slide .box{position: absolute;top: 50%;left: 5.7%;transform: translateY(-50%);z-index: 3;}
.industry-automobile .swiper-slide .img{text-align: right;}
.industry-automobile .swiper-slide img{max-width: 100%;width: auto;}
.industry-automobile .swiper-slide .main-title{margin-bottom: ;font-size: 20px;color: #333;}
.industry-automobile .swiper-slide .main-title span{font-size: 16px;padding-left: 20px;vertical-align: text-bottom;}
.industry-automobile .swiper-slide .text{margin-top: 20px;}
.industry-automobile .swiper-slide .title{margin-bottom: 15px;font-size: 18px;color: #333333;}
.industry-automobile .swiper-slide p{position: relative;margin-bottom: 10px;font-size: 16px;color: #333;line-height: 1.7;}
.industry-automobile .swiper-slide p.arrow{padding-left: 20px;}
.industry-automobile .swiper-slide p.arrow:before{display: block;content: '>';position: absolute;left: 0;top: 0px;font-family: '宋体';color: #014f99;z-index: 3;}
.industry-electronic .item{margin-bottom: 3.9%;}
.industry-electronic .list ul{font-size: 0;}
.industry-electronic .list ul li{display: inline-block;width: 48%;margin-right: 4%;position: relative;padding-left: 20px;margin-bottom: 10px;font-size: 16px;color: #333;line-height: 1.7;box-sizing: border-box;}
.industry-electronic .list ul li:nth-of-type(2n){margin-right: 0;}
.industry-electronic .list ul li:before{display: block;content: '>';position: absolute;left: 0;top: 0px;font-family: '宋体';color: #014f99;z-index: 3;}
.industry-electronic .box{padding: 4.5% 3.5%;background-color: #e5edf5;font-size: 0;}
.industry-electronic .box .main{display: inline-block;width: 69%}
.industry-electronic .box .main ul li{margin-bottom: 15px;}
.industry-electronic .box .main ul li .name{margin-bottom: 15px;font-size: 18px;color: #333;}
.industry-electronic .box .main ul li .name span{font-size: 16px;color: #333;}
.industry-electronic .box .main ul li p{position: relative;margin-bottom: 10px;font-size: 16px;color: #333;line-height: 1.7;}
.industry-electronic .box .main ul li p span{color: #014f99;}
.industry-electronic .box .main ul li p.arrow{padding-left: 20px;}
.industry-electronic .box .main ul li p.arrow:before{display: block;content: '>';position: absolute;left: 0;top: 0px;font-family: '宋体';color: #014f99;z-index: 3;}
.industry-electronic .box .main .img img{max-width: 100%}
.industry-electronic .box .list2{display: inline-block;width: 27%;margin-left: 2%;border: 1px solid #dcdcdc;box-sizing: border-box;}
.industry-electronic .box .list2 .name{padding: 19px 0;font-size: 18px;color: #fff;font-weight: bold;text-align: center;background-color: #014f99;}
.industry-electronic .box .list2 ul{padding: 30px 25px}
.industry-electronic .box .list2 ul li{position: relative;margin-bottom: 10px;padding-left: 20px;font-size: 16px;color: #333;line-height: 1.7;}
.industry-electronic .box .list2 ul li:before{display: block;content: '>';position: absolute;left: 0;top: 0px;font-family: '宋体';color: #014f99;z-index: 3;}
.industry-assembling .list ul li{position: relative;margin-bottom: 10px;padding-left: 20px;font-size: 16px;color: #333;line-height: 1.7;}
.industry-assembling .list ul li:before{display: block;content: '>';position: absolute;left: 0;top: 0px;font-family: '宋体';color: #014f99;z-index: 3;}
.industry-assembling .img-list{margin-top: 10px;}
.industry-assembling .img-list ul li{display: inline-block;margin-right: 3.5%;}
.industry-assembling .img-list ul li:last-child{margin-right: 0;}
.industry-assembling .img-list ul li img{max-width: 100%}
.industry-assembling .list2{margin-top: 35px;}
.industry-assembling .list2 ul li{margin-bottom: 30px;}
.industry-assembling .list2 ul li .name{margin-bottom: 15px;font-size: 18px;font-weight: bold;color: #333;}
.industry-assembling .list2 ul li p{font-size: 16px;margin-bottom: 15px;color: #333333;}
.industry-assembling .box{padding: 4.5% 3.5%;background-color: #e5edf5;font-size: 0;}
.industry-assembling .box .main{display: inline-block;width: 44%;vertical-align: middle;}
.industry-assembling .box .img{display: inline-block;width: 53%;margin-left: 1%;vertical-align: middle;}
.industry-assembling .box .img img{width: 100%}
.industry-assembling .box .main-title{font-size: 20px;font-weight: bold;color: #333333;}
.industry-assembling .box .name{margin-top: 25px;font-size: 18px;color: #333;font-weight: bold;}
.industry-assembling .box ul{margin-top: 20px;}
.industry-assembling .box ul li{position: relative;margin-bottom: 10px;padding-left: 20px;font-size: 16px;color: #333;line-height: 1.7;}
.industry-assembling .box ul li:before{display: block;content: '>';position: absolute;left: 0;top: 0px;font-family: '宋体';color: #014f99;z-index: 3;}
/*行业新闻*/
.news .list ul li{position: relative;margin-bottom: 30px;padding-left: 40px;}
.news .list ul li .time{position: absolute;top: 0;bottom: 0;left: 0;margin: auto 0;width: 81px;height: 81px;text-align: center;background-image: url('/cn/images/news-ioc.png');box-sizing: border-box;z-index: 3;}
.news .list ul li .n-y{padding-top: 15px;font-size: 16px;color: #fff;}
.news .list ul li .r{margin-top: 18px;font-size: 24px;color: #fff;}
.news .list ul li .box{padding: 30px 28px 30px 75px;border: 1px solid #dcdcdc;box-sizing: border-box;}
.news .list ul li .title{height: 16px;}
.news .list ul li .title a{font-size: 16px;color: #333333;font-weight: bold;}
.news .list ul li .text{margin-top: 15px;font-size: 14px;color: #666666;line-height: 1.7;}
.news .list ul li  .more{margin-top: 10px;}
.news .list ul li  .more a{font-size: 14px;color: #014f99;text-decoration:underline;}
.news-article .title{font-size: 24px;font-weight: bold;color: #333333;text-align: center;line-height: 1.7;}
.news-article .time{margin-top: 30px;text-align: center;}
.news-article .time:before{display: inline-block;content: '';width: 14px;height: 14px;margin-right: 10px;background-image: url('/cn/images/time.png');vertical-align: middle;}
.news-article .time span{display: inline-block;font-size: 14px;color: #999999;vertical-align: middle;}
.news-article .text{margin-top: 35px;padding-top: 35px;font-size: 16px;color: #333;line-height: 1.7;border-top: 1px solid #dcdcdc;}
.news-article .text p{text-indent: 2em;}
/*在线留言*/
.message{background-position: center;background-repeat: no-repeat;padding: 4.68% 0 5.98% 0;}
.message .list{max-width: 990px;margin: auto;}
.message ul li{font-size: 0;margin-bottom: 30px;}
.message ul li .item{display: inline-block;width: 49%;margin-right: 2%;}
.message ul li .item:last-child{margin-right: 0;}
.message ul li .item input{display: block;width: 100%;height: 45px;padding: 0 35px;font-size: 16px;background-color: #fff;border-radius: 45px;box-sizing: border-box;}
.message ul li textarea{display: block;width: 100%;height: 95px;padding: 20px 35px;font-size: 16px;background-color: #fff;border-radius: 20px;box-sizing: border-box;}
.message .submit{margin-top: 30px;}
.message .submit input{display: block;width: 100%;max-width: 485px;height: 45px;margin: auto;font-size: 16px;color: #fff;text-align: center;background-color: #014f99;border-radius: 45px;
    cursor: pointer;}





@media screen and (max-width: 1366px){
  .w1130{ max-width: 94%; margin: 0 auto;}
  .w1280{ max-width: 94%; margin: 0 auto;}
  .index-trade .box .slider-nav li .title{font-size: 16px;padding-right: 5%;}
  footer .foot-up{right: 0px}
}
@media screen and (max-width: 1200px){
  .rightMenuBtn{ display: block; }
  header{position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;z-index: 200}
  #mian{padding-top: 150px;}
  header .logo{padding: 10px 0}
  header .search-btn{padding: 27px 0 27px 35px;}
  header nav{position: fixed;margin-top: 0;padding: 90px 0;top: 0;right: 0;width: 200px;height: 100%;overflow: unset;box-sizing: border-box;background-color: #dadada;overflow-x: hidden;transform: matrix(1, 0, 0, 1, 200, 0);z-index: 999;}
  #mian{position: relative;}
    #mian.on:before{display: block;position: absolute;content: "";top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);z-index: 666;transition: 0.4s ease;}
  header nav{margin-right: 0;}
  header .head-bottom .box-right nav>ul>li{display: block;margin-right: 0;margin-bottom: 30px;text-align: center;}
  header .head-bottom .box-right nav>ul>li .down{position: static;width: auto;margin-top: 0;}
  header .head-bottom .box-right nav>ul>li a{position: relative;}
  header .head-right{padding-right: 65px;}
  header .head-bottom{padding: 10px 0;background-color: #fff;}
  header .head-bottom .box-right .tel{padding-left: 0;margin-left: 0;padding-right: 40px;margin-top: 15px;}
  header .head-bottom .box-right .tel:after{display: none;}
}
@media screen and (max-width: 1024px){
  .index-service .list ul li .name{font-size: 16px;}
  .index-service .list ul li{width: 31.56%;}
  .index-service .list ul li:nth-of-type(4n){margin-right: 2.66%;}
  .index-service .list ul li:nth-of-type(3n){margin-right: 0;}
  .index-news .list ul li a{font-size: 14px;}
  footer .foot-message{width: 80%}
  footer .foot-ewm{margin-right: 8%;}
  .floating{right: 1%;}
  .service-bonded .text{line-height: 1.7;}
  .serve .list ul li .more{display: block;}
  .serve .list ul li .more a{display: inline-block;width: 50%;margin-bottom: 10px;}
  .industry-assembling .img-list ul li{margin-bottom: 20px;}
  .industry-menu .box ul li{width: 26.6%;margin-bottom: 0.5%;}
}
@media screen and (max-width: 768px){
  footer .foot-message{float: none;width: 100%}
  footer .foot-ewm{float: none;text-align: center;margin-right: 0;}
  footer .foot-message ul li span{font-size: 14px;}
  .public-title{margin-bottom: 30px;}
  .public-title .cn{font-size: 24px;}
  .public-title .en{margin-top: 10px;font-size: 20px;}
        .banner .text {display:none;}
  .index-service .list ul li{width: 48.6%;}
  .index-service .list ul li:nth-of-type(4n){margin-right: 2.66%;}
  .index-service .list ul li:nth-of-type(3n){margin-right: 2.66%;}
  .index-service .list ul li:nth-of-type(2n){margin-right: 0;}
  .index-service .list ul li .name{font-size: 14px;}
  .index-query{float: none;width: 100%}
  .index-news{float: none;width: 100%;}
  .index-trade .box .slider-one{display: block;width: 100%;}
  .index-trade .box .slider-nav{display: block;width: 100%}
  .index-trade .box .slider-nav li{padding: 7% 5%}
  .index-trade .box .slider-nav li.slick-current:after{display: none;}
  .public-title2 .title{font-size: 24px;}
  .public-title2 .name{margin-top: 20px;line-height: 1.7;}
  .service-consult .text{display: block;width: 100%}
  .service-consult .img{display: block;width: 100%;margin-left: 0;margin-top: 20px;}
  .service-engineer .list ul li .main{padding-top: 0;}
  .service .list ul li{width: 32%;margin-right: 2%;}
  .service .list ul li:nth-of-type(4n){margin-right: 2%;}
  .service .list ul li:nth-of-type(3n){margin-right: 0;}
  .service .list ul li .box .name{font-size: 16px;}
  .service-batching .parameter .list{width: 60%;}
  .service-batching .parameter .img{margin-left: 8%;}
  .service-warehouse .list ul li{position: relative;padding: 15px 20px 15px 30px;line-height: 1.7;}
  .service-warehouse .list ul li:before{position: absolute;top: 24px;left: 15px;z-index: 3;}
  .service-safeguarding .list ul li .main-title{line-height: 1.7;font-size: 20px;}
  .serve .list ul li{width: 100%;margin-right: 0%;margin-bottom: 20px;}
  .serve-forwarder .transport .list ul li{display: block;width: 100%;margin-right: 0;}
  .serve-delivery .store .img{display: block;width: 100%;}
  .serve-delivery .store .list{display: block;width: 100%;margin-left: 0;margin-top: 10px;}
  .serve-trade .team ul li .text{line-height: 1.7;}
  .serve-trade .team ul li{display: block;width: 100%;padding: 20px 10px;box-sizing: border-box;}
  .serve-trade .team ul li .name{font-size: 24px;}
  .serve-trade .team ul li .name span{font-size: 28px;}
  .serve-trade .team ul li .text{margin-top: 20px;}
  .industry-menu .box ul li{width: 31.6%}
  .industry-menu img{height: 260px;object-fit: cover}
}
@media screen and (max-width: 640px){
  header .head-top .tips{display: none;}
  header .head-top .box-right .shares,
  header .head-top .box-right .top-search{padding-right:12px;margin-right:13px; font-size: 13px; }
  header .head-top .box-right .top-search .btn{right:12px;}
  header .head-top .box-right .shares span{font-size: 14px;}
  header .head-top .box-right .language .name span{font-size: 13px;}
  header .head-top .box-right .top-search .text{ width:80px;}
  header .logo{width: 120px;padding: 0}
  header .logo img{width: 100%}
  header .head-bottom .box-right .tel:before{display: none;}
  header .head-bottom .box-right .tel .main-box .text{margin-top: 5px;font-size: 16px;}
  header .head-bottom .box-right .tel{margin-top: 5px;padding-right: 45px;}
  .location{margin-bottom: 20px;}
  .rightMenuBtn{top: 55px;}
  #mian{padding-top: 110px;}
  .index-service .list ul li .more{display: none !important;}
  .index-news .list ul li .time{float: none;margin-bottom: 10px;}
  .index-news .list ul li{line-height: 1.7;}
  .index-trade .box .slider-one .left-box{float: none;width: 100%;}
  .index-trade .box .slider-one .right-box{float: none;margin-top: 10px;}
  .index-trade .box .slider-one .right-box a{margin-bottom: 10px;}
  .index-trade .box .slider-nav li{padding: 12% 6%;}
  .index-news .list{margin-top: 20px;}
  .index-news .top-box:before{display: none;}
  footer .foot-message{width: 100%}
  footer .foot-message ul li{display: block;width: 100%;position: relative;padding-left: 20px;box-sizing: border-box;}
  footer .foot-message ul li:before{position: absolute;top: 0;left: 0;}
  footer .foot-up{display: none;}
  footer .foot-ewm{float: none;text-align: center;margin-right: 0;}
  footer .foot-nav:before{display: none;}
  footer .foot-nav:after{display: none;}
  footer .foot-nav{margin-top: 20px;}
  footer .foot-icp{margin-top: 20px;line-height: 1.7;font-size: 14px;}
  .content{margin-top: 30px;}
  .service-engineer .text{font-size: 20px;line-height: 1.7;}
  .service-engineer .list ul li .main{float: none;width: 100%}
  .service-engineer .list ul li .img{float: none;width: 100%;margin-top: 20px;}
  .service-project .left-box{display: block;width: 100%;}
  .service-project .img{display: block;width: 100%;margin-left: 0;margin-top: 20px;}
  .service-project .main-title{font-size: 20px;margin-bottom: 20px;}
  .service-project .item ul li:nth-of-type(1) .items{display: block;width: 100%;}
  .service-repair .text{line-height: 1.7;}
  .service-repair .main-title{font-size: 20px;}
  .service-repair .item ul li:not(:first-child) .items{display: block;width: 100%;}
  .service-accreditation .text{display: block;width: 100%;}
  .service-accreditation .img{display: block;margin-left: 0;width: 100%;margin-top: 20px;}
  .service-accreditation .text h3{line-height: 1.7;}
  .service-accreditation .text p{margin-top: 30px;}
  .service .list ul li{width: 100%;margin-right: 0%;}
  .service .list ul li:nth-of-type(4n){margin-right: 0%;}
  .service .list ul li:nth-of-type(3n){margin-right: 0%;}
  .service-export .main-title{font-size: 20px;line-height: 1.7;}
  .service-export .box .text{float: none;width: 100%;}
  .service-export .box .img{float: none;width: 100%;margin-top: 20px;}
  .service-batching .main-title span{font-size: 20px;line-height: 1.7;}
  .service-batching .parameter .list{display: block;width: 100%}
  .service-batching .parameter .img{display: block;width: 100%;margin-top: 20px;margin-left: 0;}
  .service-batching .brand .text{display: block;width: 100%;}
  .service-batching .brand .img{display: block;width: 100%;margin-top: 20px;margin-left: 0;}
  .service-warehouse .list ul li{display: block;width: 100%;margin-right: 0;}
  .service-safeguarding .list ul li .box{float: none;width: 100%}
  .service-safeguarding .list ul li .img{float: none;margin-top: 20px;width: 100%}
  .public-title3{font-size: 20px;margin-bottom: 30px;}
  .public-title2{margin-bottom: 30px;}
  .serve-customs .network .title{font-size: 20px;line-height: 1.7;}
  .serve-customs .ability .list ul li{display: block;width: 100%;line-height: 1.7;}
  .serve-customs .ability .list ul li:nth-of-type(odd){width: 100%}
  .serve-customs .ability .list ul li:nth-of-type(even){width: 100%;}
  .serve-forwarder .transport .list ul li{line-height: 1.7;}
  .serve-forwarder .transport .list2 ul li{display: block;margin-bottom: 10px;width: 100%}
  .serve-forwarder .transport .list2 ul:nth-of-type(1) li{width: 100%;margin-right: 0;}
  .serve-forwarder .transport .list2 ul:nth-of-type(2) li{width: 100%;margin-right: 0;}
  .serve-delivery .transport ul li .name{line-height: 1.7;}
  .serve-delivery .transport ul li .item{line-height: 1.7;}
  .serve-delivery .store .list ul li{line-height: 1.7;}
  .serve-consult .business ul li{display: block;width: 100%;margin-right: 0;margin-bottom: 20px;}
  .serve-consult .compliance .list ul li{line-height: 1.7;}
  .serve-consult .compliance .title{line-height: 1.7;}
  .serve-consult .business ul:nth-of-type(1) li{min-height: auto}
  .serve-trade .business .item .name{line-height: 1.7;}
  .serve-trade .business .item ul li{display: block;width: 100%;margin-right: 0;}
  .serve-system .ability .list ul li{line-height: 1.7;}
  .serve-system .ability .list2 ul li{display: block;width: 100%;margin-bottom: 20px;}
  .serve-distribution .supervise ul li{display: block;width: 100%;margin-right: 0;}
  .serve-distribution .layout .list2{flex-flow:column wrap}
  .serve-distribution .supervise .swiper-slide .box{display: block;width: 100%}
  .serve-distribution .supervise .swiper-slide .img{display: block;width: 100%;margin-left: 0;margin-top: 20px;}
  .serve-distribution .layout .list ul li{display: block;width: 100%;margin-right: 0;}
  .industry-menu .box ul li{width: 100%;display: block;font-size: 0;}
  .industry-menu .box ul li .img{display: inline-block;margin-left: auto;vertical-align: middle;}
  .industry-menu .box ul li .title{margin-top: 0;margin-left: 10px;display: inline-block;width: calc(100% - 58px);font-size: 16px;line-height: 1.7;text-align: left;vertical-align: middle;}
  .industry-menu img{height: 440px;}
  .industry-assembling .list2 ul li p{line-height: 1.7;}
  .industry-assembling .box .main{display: block;width: 100%;}
  .industry-assembling .box .img{display: block;width: 100%;margin-top: 20px;margin-left: 0;}
  .industry-electronic .list ul li{display: block;width: 100%;margin-right: 0;}
  .industry-electronic .box .main{display: block;width: 100%;}
  .industry-electronic .box .list2{display: block;width: 100%;margin-left: 0;margin-top: 20px;}
  .industry-consumer .swiper-slide .box{position: static;transform: translateY(0%);}
  .industry-consumer .swiper-slide .main-title span{display: block;margin-top: 10px;padding-left: 0;}
  .industry-supplies .list ul li{display: block;width: 100%;margin-right: 0;}
  .industry-supplies .swiper-slide .box{position: static;transform: translateY(0%);}
  .industry-automobile .list ul li{display: block;width: 100%;margin-right: 0;}
  .industry-automobile .swiper-slide .box{position: static;transform: translateY(0%);}
  .news .list ul li{padding: 20px 10px;border: 1px solid #dcdcdc;}
  .news .list ul li .box{padding: 0;border: 0;}
  .news .list ul li .time{position: static;margin-bottom: 10px;width: auto;height: auto;text-align: left;background-image: none;}
  .news .list ul li .n-y{padding-top: 0;display: inline-block;font-size: 16px;color: #333;}
  .news .list ul li .r{margin-top: 0;display: inline-block;font-size: 16px;color: #333;}
  .message ul li .item{display: block;margin-bottom: 20px;width: 100%;margin-right: 0;}
  .message ul li{margin-bottom: 20px;}
}
@media screen and (max-width: 370px){ }



/*公司历程*/
/*RighInfo002552 */
.RighInfo002552{ padding: 3% 0 1.5%;}
.RighInfo002552 .title{ text-align:center; font-size:26px; color:#333; padding-bottom:3%;}
.RighInfo002552 .title::after{ width:45px; height:2px; background:#014f99; display:block; margin:20px auto 0; content:'';}
.RighInfo002552 .ul_icon{ background: #f8f8f8; padding: 2%;}
.RighInfo002552 .ul_icon li{ float:left; width:23%; text-align:center; padding: 0 1%;}
.RighInfo002552 .ul_icon li aside{ display:block; border:1px solid rgba(1,79,153,0.5); max-width:40px; padding:6.25%; border-radius:50%; width:60%; margin:0 auto; }
.RighInfo002552 .ul_icon li img{ display:block; width:100%;transition:0.3s;}
.RighInfo002552 .ul_icon li:hover aside img{ transform:rotateY(180deg);}
.RighInfo002552 .ul_icon li p{ margin:0; font-size: 17px; color: #333; margin-top: 20px;}
.RighInfo002552 .ul_icon li b{color:#014f99;}
@media(max-width:768px){
    .RighInfo002552 .ul_icon li{width:48%;margin-bottom:15px;}
    .RighInfo002552 .ul_icon li p{min-height: 34px;}
}

/*Timeline000397 */
.Timeline000397{ position:relative;  background: url(/cn/images/Timeline000397-bj.png) no-repeat bottom ;}
.Timeline000397::before{ content:'';width: 100%;height: 5px;background: #ececec;position: absolute;left: 0;top: 50%; margin-top:-2px;z-index: 1;}
.Timeline000397 .w1280{ position: relative;  z-index:2;}
.Timeline000397 .owl-stage-outer{ overflow:hidden;}
.Timeline000397 .owl-item{ float:left;}
.Timeline000397 .bd li{ float:left; width:200px;  }
.Timeline000397 .owl-nav button{  padding:0; font-size:22px; color:#fff;width:40px; height:40px; position:absolute; top:50%; margin-top:-20px; border-radius:50%; border:none; background:#014f99;z-index:10; cursor:pointer;}
.Timeline000397 .owl-nav button span{ display:block; line-height:20px; margin-top:-1px;}
.Timeline000397 .owl-nav button.disabled{ cursor:default;background:#2f6cb0;}

.Timeline000397 .item{position:relative; font-size: 15px;}
.Timeline000397 .item .icon{width:12px;  background:url(/cn/images/Timeline000397-icon1.png) no-repeat left bottom; }
.Timeline000397 .item time{ text-align:center;  color:#014f99; font-size:24px; font-weight: bold;}
.Timeline000397 .item p{ margin: 0; color: #333;}

@media(min-width:1001px){
.Timeline000397 .owl-prev{ left:-24px; }
.Timeline000397 .owl-next{ right:-24px; }
}
@media(min-width:601px){
.Timeline000397 .item{height:440px;}
.Timeline000397 .item .icon{ height:50%;position:absolute; top:0; left:50%; margin-left:-6px; margin-top:-2px;}
.Timeline000397 .owl-item:nth-child(2n) .icon{ top:50%; background-image:url(/cn/images/Timeline000397-icon2.png); background-position:0 5px;}
.Timeline000397 .item p{ line-height:24px; overflow:auto; padding:0 20px;  max-height:126px;position:absolute; left:0; bottom:320px; text-align: center; right: 0; }
.Timeline000397 .owl-item:nth-child(2n) .item p{ bottom:auto; top:320px;}
.Timeline000397 .item time{position:absolute; width:100%; top:56%;}
.Timeline000397 .owl-item:nth-child(2n) .item time{ top:39%;}
}
@media(max-width:1000px){
.Timeline000397 .owl-prev{ left:0; }
.Timeline000397 .owl-next{ right:0; }
}
@media(max-width:600px){
.Timeline000397::before{ top:60px; margin-top:0;}
.Timeline000397 .item time{ font-weight:bold; font-size:18px; display:block; line-height:40px;}
.Timeline000397 .item{ padding:0 5%;}
.Timeline000397 .owl-nav button{ top:30px; margin-top:0;}
.Timeline000397 .item .icon{ display:block; margin:0 auto; height:50px; background-position:center bottom;background-image:url(/cn/images/Timeline000397-icon2.png);}
.Timeline000397 .item p{ padding-top:4%;}
}











/*资质证明*/
/*PicList002433 */
.PicList002433 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.PicList002433 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.PicList002433 .slick-list:focus {outline: none}
.PicList002433 .slick-list.dragging {cursor: pointer;cursor: hand;}
.PicList002433 .slick-slider .slick-track,
.PicList002433 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.PicList002433 .slick-track {position: relative; top: 0; left: 0; display: block;}
.PicList002433 .slick-track:before,
.PicList002433 .slick-track:after{display: table; content: '';}
.PicList002433 .slick-track:after{ clear: both;}
.PicList002433 .slick-loading .slick-track { visibility: hidden;}
.PicList002433 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.PicList002433 .slick-slide .slick-loading img { display: none;}
.PicList002433 .slick-slide .dragging img { pointer-events: none;}
.PicList002433 .slick-initialized .slick-slide { display: block;}
.PicList002433 .slick-loading .slick-slide { visibility: hidden;}
.PicList002433 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.PicList002433 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.PicList002433 .main{ padding-top:6% ;}
.PicList002433 .main  .slick-arrow{ position:absolute; top:50%; width:57px; height:57px; margin-top:-30px; border:1px solid #014f99; padding:0; background:none; font-size:0; z-index:10; cursor:pointer; border-radius:50%;}
.PicList002433 .main  .slick-arrow:hover{ background:#014f99; }
.PicList002433 .main  .slick-arrow:before{ position:absolute; content:''; width:18px; height:18px; border-top:2px solid #014f99; border-right:2px solid #014f99; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); left:50%; top:50%; margin:-9px 0 0 -11px;}
.PicList002433 .main  .slick-arrow:hover:before{ border-color:#fff;}
.PicList002433 .main  .slick-prev:before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg); -ms-transform:rotate(-135deg); margin-left:-5px;}
.PicList002433 .main  .slick-prev{ left:-59px;}
.PicList002433 .main  .slick-next{ right:-59px;}
@media(max-width:1408px){
.PicList002433 .main  .slick-prev{ left:2%;}
.PicList002433 .main  .slick-next{ right:2%;}
}
@media(max-width:640px){
.PicList002433 .main  .slick-arrow{ width: 7vw;height: 7vw;margin-top: -3.5vw;}
.PicList002433 .main .slick-arrow:before{width:40%; height: 40%;margin: 0;left: 40%; top: 30%;}
.PicList002433 .main .slick-next:before{left: 20%;}
}

.PicList002433 .list ul{ padding:0 50px;}
.PicList002433 .list li{ float:left; position:relative;  text-align:center; margin-bottom:4%;}
.PicList002433 .list li:first-child:before,
.PicList002433 .list li:last-child:after{ position:absolute; content:''; bottom:0px; height:95px; width:50px;}
.PicList002433 .list li:first-child:before{ left:-50px; background:url(/cn/images/PicList002433_ul_l.png) no-repeat 0 0;}
.PicList002433 .list li:last-child:after{right:-50px; background:url(/cn/images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433 .list li aside{ padding-top:35px;height:60px; background:url(/cn/images/PicList002433_libg.png) repeat-x left top;}
.PicList002433 .list li .ytable{ height:245px;}
.PicList002433 .list li .ytable-cell{ vertical-align:bottom;}
.PicList002433 .list li figure{ position:relative; display:inline-block;max-width: 80%;}
.PicList002433 .list li figure:after{ position:absolute; right:-24px; background:url(/cn/images/PicList002433_ying.png) no-repeat left bottom; width:24px; height:100%; background-size:contain; content:'';top: 0;}
.PicList002433 .list li figure img{ max-height:222px;padding: 8px;padding-top: 12px;background: url(/cn/images/PicList002433_kuang.png) no-repeat #872e2c;background-size:100% 100%;}
.PicList002433 .list li p{ margin:0 auto; max-width:280px;width:90%; line-height:24px; max-height:48px; color:#333; font-size: 16px;}
.PicList002433 .list .ul-3 li{width:33.33333333%;}
.PicList002433 .list .ul-3 li:nth-child(3):after{ position:absolute; content:''; bottom:0px; height:95px; width:50px; right:-50px; background:url(/cn/images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433 .list .ul-2 li{width:50%;}
.PicList002433 .list .ul-2 li:nth-child(2):after{ position:absolute; content:''; bottom:0px; height:95px; width:50px; right:-50px; background:url(/cn/images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433 .list .ul-2 li:nth-child(1) > *{ padding-left:30%;}
.PicList002433 .list .ul-2 li:nth-child(2) > *{ padding-right:30%;}
.PicList002433 .list .ul-1 li{width:100%;}
@media(max-width:1024px){
    .PicList002433 .list li figure img{max-width:100%;}
.PicList002433 .list .ul-2 .ytable{height: 150px;}
.PicList002433 .list .ul-2 li figure img{max-height:150px;}
}
@media(max-width:768px){
    .PicList002433 .list .ul-2 .ytable{height: 70px;}
.PicList002433 .list .ul-2 li figure img{max-height:70px;}
}
@media(max-width:640px){
.PicList002433 .auto,
.PicList002433 .list ul{ padding:0;}
.PicList002433 .list li p{ font-size:12px;}
.PicList002433 .list li .ytable{ height:150px;}
.PicList002433 .list li figure img{ max-height:150px; padding:3px;}
.PicList002433 .list .ul-2 li:nth-child(1) > *{ padding-left:30%;}
.PicList002433 .list .ul-2 li:nth-child(2) > *{ padding-right:30%;}
.PicList002433 .list .ul-3 li:nth-child(3):after,
.PicList002433 .list li:first-child:before{ display:none;}

}
@media(max-width:480px){
.PicList002433 .list li .ytable{ height:100px;}
.PicList002433 .list li figure img{ max-height:100px;}
}





/*岗位发布*/
/*Menu002662 */
.Menu002662{ text-align:center; padding:2% 0;}
.Menu002662 .columnname{ font-size:34px; color:#333333; padding-bottom:2%; font-weight:bold;}
.Menu002662 ul li{padding:0 25px 5px; display: inline-block;}
.Menu002662 ul li a{ display:block; background:#f4f4f4; color:#333333;padding:0 45px; line-height:45px; font-size:16px; text-transform:uppercase;}
.Menu002662 ul li a:hover,
.Menu002662 ul li.aon a{ background:#014f99; color:#fff;}
@media(max-width:1024px){
.Menu002662 .columnname{ font-size:24px;}
.Menu002662 ul{ display:block;}
.Menu002662 ul li{padding:0 10px; float:left;}
.Menu002662 ul li a{font-size:14px;}
}
@media(max-width:640px){
.Menu002662 .columnname{ font-size:20px;}
.Menu002662 ul li{ float:left; width:32.7%; padding:1px;}
.Menu002662 ul li a{font-size:12px; padding:0; text-align:center;}
}



/*校园招聘*/
/*TextList002514 */
.TextList002514 .list{ border:1px solid #e8e8e8; padding:0 3%; margin-bottom:15px;}
.TextList002514 .job-title{ line-height:30px; padding:16px 0; font-size:17px; cursor:pointer; position:relative; padding-left: 22px; color: #444;}
.TextList002514 .job-title::before{ position:absolute; content:''; width:9px; height:2px; background-color:#014f99; left:0; top:50%; margin-top:-1px;}
.TextList002514 .job-title i{ position:absolute; width:22px; height:22px; background:#014f99; border-radius:50%; right:0; top:50%; margin-top:-11px;}
.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after{ position:absolute; content:''; background:#fff;}
.TextList002514 .job-title i::before{ left:20%; width:60%; height:2px; top:50%; margin-top:-1px;}
.TextList002514 .job-title i::after{ left:50%; margin-left:-1px; width:2px; top:20%; height:60%;}
.TextList002514 .job-title.select i::after{ display:none;}
.TextList002514 .job-title.select{ color:#014f99; font-weight: bold;}
.TextList002514 .job-main{display:none;padding: 40px;border-top: 1px dotted #d2d2d2; font-size: 14px; color: #555;}
.TextList002514 .job-main strong{color:#333; display: block; margin-bottom: 6px;}
.TextList002514 .job-main p{ line-height: 30px; margin: 0;}
.TextList002514 .job-main .p+.p{padding-top:30px; margin-top: 30px; border-top: 1px dashed #eaeaea;}
.TextList002514 .send { padding-top:40px; }
.TextList002514 .send em{ font-style: normal; border-bottom: #014f99 1px solid; font-weight: bold; margin-left: 10px; }
.TextList002514 .send a{ display: inline-block; line-height: 30px; color: #014f99; background: url(/cn/images/TextList002514_icon.png) no-repeat right center;  padding-right: 35px; font-size:14px; }








/*.社会招聘*/
/*.TextList002208*/
.TextList002208 .thead{ background:#014f99;line-height:60px; text-align:center; padding: 0 2%;}
.TextList002208 .thead span{ float:left; width:22%; color:#fff; display:block; font-size:15px; height:60px; text-align:center; position:relative;}
.TextList002208 .thead span.jobname{ text-align:left; padding-left:3%;}
.TextList002208 .dl{ margin-top: 15px; border: 1px solid #ececec; padding: 0 2%;}
.TextList002208 .dl .dt{line-height:60px; text-align:center; cursor:pointer; position: relative;}
.TextList002208 .dl .dt span{float:left; width:22%;  display:block; font-size:15px;}
.TextList002208 .dl .dt span.jobname{ text-align:left; padding-left:3%;}
.TextList002208 .dl .dt i{ position:absolute; width:22px; height:22px; background:#014f99; border-radius:50%; right:0; top:50%; margin-top:-11px;}
.TextList002208 .dl .dt i::before,
.TextList002208 .dl .dt i::after{ position:absolute; content:''; background:#fff;}
.TextList002208 .dl .dt i::before{ left:20%; width:60%; height:2px; top:50%; margin-top:-1px;}
.TextList002208 .dl .dt i::after{ left:50%; margin-left:-1px; width:2px; top:20%; height:60%;}
.TextList002208 .dl.active .dt i::after{ display:none;}
.TextList002208 .job-info{ background:#fff; padding:30px 3% 50px; display:none; border-top: 1px dotted #e5e5e5;}
.TextList002208 .jobname{ width:30% !important;}
.TextList002208 strong{ color:#014f99; display: block; font-size:16px; margin-bottom: 15px;}
.TextList002208 .p{ line-height:26px; font-size: 14px; margin: 0; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px dashed #eaeaea; color: #666;}
.TextList002208 .dl.active .dt span,
.TextList002208 .dl.active .btn{ color:#014f99;}

.TextList002208 .send em{ font-style: normal; border-bottom: #014f99 1px solid; font-weight: bold; margin-left: 10px; }
.TextList002208 .send a{ display: inline-block; line-height: 30px; color: #014f99; background: url(/cn/images/TextList002514_icon.png) no-repeat right center;  padding-right: 35px; font-size:14px; }


@media(max-width:640px){
    .TextList002208 .jobyq,
    .TextList002208 .dl .dt .btn i
    .TextList002208 .time,
    .TextList002208 .thead span i{ display:none !important;}
    .TextList002208 .thead span:nth-child(2),
    .TextList002208 .dl .dt span:nth-child(2){display: none;}
    .TextList002208 .thead span,
    .TextList002208 .dl .dt span{ width:23%;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
}






/*财报信息 */
/*TextList002972 */
.TextList002972{padding-top:2%;}
.TextList002972 li{border-bottom:1px dotted #d8d8d8; font-size: 15px; line-height: 72px;}
.TextList002972 li a{color: #555; padding-left: 30px; background: url(/cn/images/TextList002972_icon.png) no-repeat left center;}
.TextList002972 li:hover a{color: #014f99;}
.TextList002972 li time{float: right; margin-left: 10px; font-size: 14px; color: #999;}
@media(min-width:641px){
.TextList002972 li{font-size: 16px;}
}
@media(max-width:640px){
.TextList002972 li.active a{font-size: 5vw;line-height:1.5em;}
}





/*系统架构*/
.xtjg{ padding: 3% 0 1.5%;}
.xtjg .title{ text-align:center; font-size:26px; color:#333; padding-bottom:3%;}
.xtjg .title::after{ width:45px; height:2px; background:#014f99; display:block; margin:20px auto 0; content:'';}
.xtjg .list ul{font-size: 0; margin-top: 2%;}
.xtjg .list ul li{display: inline-block;width: 48%;margin-right: 4%;margin-bottom: 4%;padding: 15px 20px;border: 1px solid #dcdcdc;box-sizing: border-box;}
.xtjg .list ul li:nth-of-type(2n){margin-right: 0;}
.xtjg .list ul li span{display: inline-block;font-size: 16px;color: #333333;vertical-align: middle;}
.xtjg .list ul li:before{display: inline-block;content: '';width: 8px;height: 8px;margin-right: 20px;background-color: #014f99;border-radius: 8px;vertical-align: middle;}

@media(max-width:768px){
    .xtjg .list ul li{width:100%;margin-right:0;}
}









/*员工风采*/
/*.PicList002323*/
.PicList002323{ padding-top: 1%; }
.PicList002323 ul li{ width: 32%; margin: 1% 0; margin-right: 2%; float: left; text-align: center; }
.PicList002323 ul li:nth-of-type(3n){ margin-right: 0; }
.PicList002323 ul li .sc{ position: relative; overflow: hidden;}
.PicList002323 ul li .Ispic{ transition: 0.3s; padding-bottom:67.875%; background-position: center; background-size: contain; background-repeat: no-repeat;}
.PicList002323 ul li h3{ color: #333; margin:10px 0 0; font-weight: normal; font-size: 16px; line-height: 24px; padding: 10px 0;   }
.PicList002323 ul li .sc:hover figure{ transform: scale(1.07); }
@media(max-width:640px){
.PicList002323 ul li{ width:100%; float: inherit; }
}










/*社会责任 */
/*PicList002149 */
.PicList002149{ padding-top:3%;}
.PicList002149 a{  color: #333;}
.PicList002149 a:hover{color: #014f99;}
.PicList002149 h3{ margin:0; font-size:17px; }
.PicList002149 p{ line-height:26px; overflow:hidden; color:#666; height:52px; margin:1.5% 0 0 0; font-size:14px;}
.PicList002149 ol{ background-color:#fafafa; margin-bottom:2%; position:relative; padding-left:36.25%; border-radius: 6px; overflow: hidden;}
.PicList002149 ol .Ispic{ width:36.25%; position:absolute; left:0; top:0; height:100%;}
.PicList002149 ol .Ispic img{ display:none;}
.PicList002149 ol div{ padding:6% 9% 5% 5%;}
.PicList002149 ol time{ display:block; padding:2% 0; color: #999;}
.PicList002149 ol p{ margin:0 0 5% 0;}
.PicList002149 ol span{ display:inline-block; width:130px; line-height:40px; text-align:center; color:#fff; background:#014f99; font-size:12px; border-radius: 20px;}

.PicList002149 li{ overflow:hidden; padding-left:160px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fafafa; border-radius: 6px;}
.PicList002149 li:after{ position:absolute; content:''; right:0; top:0;width:58px; height:100%; background:url(/cn/images/PicList002149-more.png) no-repeat center center; border-left:2px solid #fff;}
.PicList002149 li div{border-left:1px solid #ededed; padding:3% 7% 3% 5%;}
.PicList002149 li time{ position:absolute; left:0; top:0; width:160px; height:100%; color: #999;}
.PicList002149 li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:14px;}
.PicList002149 li time i{ font-style:normal; font-size:36px; color:#999; display:block; line-height:40px;}
.PicList002149 li time i:after{ display:block; content:''; margin:12px auto; height:1px; width:50%; max-width:66px; background:#dfdfdf;}
@media(max-width:1000px){
.PicList002149 li{padding-left:100px;padding-right:30px;}
.PicList002149 li:after{width:30px; background-size:35% auto;}
.PicList002149 li time{width:100px;}
.PicList002149 li time span{font-size:14px;}
.PicList002149 li time i{font-size:40px;line-height:30px;}
}
@media(max-width:768px){
.PicList002149 h3{ font-size:16px;}
}
@media(max-width:640px){
.PicList002149 ol{ padding-left:0;}
.PicList002149 ol .Ispic{ width:auto; position:relative; height:auto; display:block; padding-bottom:60%;}
.PicList002149 ol div{ padding:3%;}
}
@media(max-width:480px){
.PicList002149 li{padding-left:80px;padding-right:0;}
.PicList002149 li:after{ display:none;}
.PicList002149 li time{width:80px;}
.PicList002149 li time span{font-size:12px;}
.PicList002149 li time i{font-size:30px;}
.PicList002149 h3{ font-size:14px;}
.PicList002149 p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
.PicList002149 ol p{ height:60px;}
}









/*Map002516 */
.Map002516 .map{border: 1px solid #ECECEC;padding: 5px;}
.Map002516 .map #allmap{ height:400px;}
.Map002516 .map #allmap *{ box-sizing:content-box;}
.Map002516 .map #allmap img{ max-width:none;}
@media(min-width:641px){
.Map002516 .ul_con li{ float:left; width:45%; padding:2% 2.5%; font-size: 15px; color:#333;}
}
.Map002516 .ul_con li div{ padding-left:70px; background-repeat:no-repeat; background-position:left center;}
.Map002516 .ul_con li.locations div{ background-image:url(/cn/images/Map002516_icon2.png);}
.Map002516 .ul_con li.mail div{ background-image:url(/cn/images/Map002516_icon3.png);}
.Map002516 .ul_con li.call div{ background-image:url(/cn/images/Map002516_icon4.png);}
.Map002516 .ul_con li.email div{ background-image:url(/cn/images/Map002516_icon6.png);}
.Map002516 .ul_con li p{ margin:0; border-bottom:1px solid #efefef; padding-bottom:12px; margin-bottom:12px; color:#666; font-size:16px;}
.Map002516 .ul_con li:nth-child(2n+1){ clear:left;}
@media(max-width:640px){
.Map002516 .ul_con li{ padding:10px;}
.Map002516 .ul_con li:nth-child(2n){ background:#f5f5f5;}
.Map002516 .map #allmap{ height:280px;}
}









/*股票*/
.stock{padding-top:3%;}
.stock .contents{background: #f7f7f7;padding: 40px;}
.stock .contents p{font-size: 16px;color: #888888;}
.stock .dl{display: table;width: 100%;}
.stock .dl dd{display: table-cell;vertical-align: top;}
.stock .dl dd{text-align: right;}
.stock .dl dd:nth-child(1){text-align: left;}
.stock .dl dd .h3{font-size: 17px;color: #333;}
.stock .dl dd .mun1{font-size: 30px;color: #888888;padding-top:24px;}
.stock .dl dd .mun{line-height: 60px; padding: 20px 0;}
.stock .dl dd .mun .span{font-size: 24px;color: #ff0000;padding-left: 24px;background: url(/cn/images/ctop.png) no-repeat left center;}
.stock .dl dd .mun .b{font-size: 60px;color: #ff0000;}
.stock .dl dd .mun.green .span,
.stock .dl dd .mun.green .b{color: #00774a;}
.stock .dl dd .mun.green .span{background: url(/cn/images/ctop2.png) no-repeat left center;}
.stock .h1{font-size: 18px;color: #014f99;font-weight: bold;border-bottom: 1px solid #eaeff3;padding: 10px;margin-top: 20px;}
.stock .pic{padding:3% 0;text-align: center;}
.stock #imgStock{width: 80%; margin:0 auto; display: block;}

@media(max-width:768px){
.stock .dl{display: block;}
.stock .dl dd{display:block;padding: 20px 0; border-bottom: 1px solid #eaeaea;}
.stock .dl dd{text-align:left;}
.stock #imgStock{width: 100%;}

}





.Form002219{position:fixed; background:rgba(0,0,0,0.5); width:100%; height:100%;left: -100%;top: 0; z-index: 1;opacity: 0}
.Form002219 .ytable{height: 100%; }
.Form002219 .close{position: absolute;top: 20px;right: 20px;height: 17px;width: 17px;display: block;background: url(/cn/images/Form002324-colseBtn.jpg) no-repeat;cursor: pointer;z-index: 999}
.Form002219_on{z-index: 999; left: 0; opacity: 1;}
.Form002219 .wrap-container{background:#fff; padding:3% 2% 3% 2%; border-radius: 6px;  width: 50%;  max-width: 900px; position: relative; margin:0 auto;}
.Form002219 .index-query{float: none;width: 100%;}
.Form002219 .index-query .table-nav ul li{display: inline-block;width: 180px;font-size: 18px;color: #666666;text-align: center;line-height: 45px;border-top-left-radius: 5px;border-top-right-radius: 5px;cursor:pointer}
.Form002219 .index-query .table-nav ul li.on{background-color: #014f99;color: #fff;}
.Form002219 .index-query .table-box ul li{display: none;width: 100%;padding: 35px 28px;background-color: #eeeeee;box-sizing: border-box;}
.Form002219 .index-query .table-box ul li.on{display: block;}
.Form002219 .index-query .table-box ul li button{display: inline-block;width: 85px;padding: 12px 0;font-size: 18px;color: #fff;text-align: center;background-color: #014f99;cursor:pointer}
.Form002219 .index-query .table-box ul li button:before{display: block;content: '';width: 24px;height: 24px;margin: 0 auto 10px auto;background-image: url('/cn/images/query-ioc.png');}
.Form002219 .index-query .table-box ul li textarea{display: inline-block;width: calc(100% - 100px);margin-right: 0px;height: 82px;padding: 10px;border: 1px solid #c9c9c9;background-color: #fff;box-sizing: border-box;}
@media(max-width:1000px){
.Form002219 .wrap-container{ width: 90%; top:5%; left:5%;transform: translate(0% ,0%); }
}
@media(max-width:768px){
.Form002219{padding:50px 0;}
}

.ytable{ display:table; width:100%;table-layout:fixed;}
.ytable-cell{ display:table-cell; vertical-align:middle;}




/*
 Floor000596 为demo编号
 */
.Floor000596{ overflow-x:hidden;margin-top: 3.6%;}
.Floor000596 .title{font-size: 30px;color: #333333;font-weight: bold;text-align: center;margin-bottom: 45px;}
.Floor000596 .box{ position:relative;}
.Floor000596 .box .list{overflow:hidden;padding: 0 30px}
.Floor000596 .box .show_list{ margin:0 auto; overflow:hidden;}
.Floor000596 .box .show_list .ul{float: left;width: 20%}
.Floor000596 .box .show_list .ul li{display:block;background-color: #fff;line-height:30px;text-align:center;padding: 0 15px}
.Floor000596 .box .show_list .ul li:last-child{margin-top:35px;}
.Floor000596 .box .show_list .ul li .pic img{width: 100%}

.Floor000596 .box .btn {position:absolute; top:50%;left: 0;z-index: 100;width: 100%;margin-top: -25px}
.Floor000596 .box .btn a{ width:27px; height:44px; display:block;}
.Floor000596 .box .btn a.prev{ background:url(/cn/images/Floor000596_left.png) no-repeat center; position:absolute; left:0}
.Floor000596 .box .btn a.next{ background:url(/cn/images/Floor000596_right.png) no-repeat center; position:absolute; right:0; }




/*Floor002140 */
.Floor002140{}
.Floor002140 .title{font-size: 30px;color: #333333;font-weight: bold;text-align: center;margin-bottom: 45px;}
.Floor002140 .tab{ text-align:center; padding-bottom:3%; line-height:36px;}
.Floor002140 .tab span{ display:inline-block; color:#999; width:30%; max-width:124px;position:relative; font-size:16px; cursor:pointer;border-radius:2px;}
.Floor002140 .tab span:after{ position:absolute; content:''; right:0; width:1px; height:13px; top:50%; margin-top:-6px; background:#dfdfdf; z-index:-1;}
.Floor002140 .tab span.active{ background:#014f99; color:#fff; }
.Floor002140 .tab span.active:after,
.Floor002140 .tab span.end:after{ display:none;}
.Floor002140 .tab_list dt{ float:left; width:47%;}
.Floor002140 .tab_list dd{ float:right; width:48.8%; padding-bottom:1%;}
.Floor002140 .tab_list p{ line-height:24px;color:#999; overflow:hidden;margin: 10px 0;font-size: 14px;text-indent: 2em;}
.Floor002140 .tab_list h2 a{ font-size:16px;color: #333;line-height: 24px}
.Floor002140 .tab_list dd time{color:#999; font-size:14px;display: block;padding-top: 15px}
.Floor002140 .tab_list dt:after,
.Floor002140 .tab_list dd:after{ display:block; content:''; width:100%; height:1px; background:#dfdfdf;}
.Floor002140 .tab_list dd:after{ width:100%;}

.Floor002140 .tab_list dt .Ispic{ padding-bottom:56.75%; display:block; position:relative;background-size: cover}
.Floor002140 .tab_list dt time{ background:#014f99; position:absolute; left:0px; top:0px; text-align:center; padding:2%; color:#fff; font-size:12px; display: none;}
.Floor002140 .tab_list dt time span{ font-size:50px; display:block; line-height:50px;}
.Floor002140 .tab_list dt h2{ margin:3% 0;}
.Floor002140 .tab_list dt p{ margin-top:0;}

.Floor002140 .more{ padding-left:51.2%;}
.Floor002140 .more a{ width:50%; max-width:230px; background:url(/cn/images/Floor002140-more.png) no-repeat center center #e9e9e9; height:40px; display:block; transition:0.3s; border-radius:2px; margin-top:-40px;}
.Floor002140 .more a:hover{ background-color:#014f99; background-image:url(/cn/images/Floor002140-more_hover.png);}
@media(max-width:1000px){
.Floor002140 .more{ padding-left:0; padding-top:3%;}
.Floor002140 .more a{ margin:0 auto;}
.Floor002140 .tab_list p{ height:46px;}
}
@media(max-width:640px){
.Floor002140 .tab_list dt,
.Floor002140 .tab_list dd{ float:none; width:auto;padding-top: 10px}
}
@media(max-width:480px){
.Floor002140 .tab_list dt time span{ font-size:30px;line-height:30px;}
}












/*
 .Floor001120
 */
.Floor001120{ font-size:14px;}
.Floor001120 nav{float:right;width:20%;padding-top: 8%;}
.Floor001120 nav .tit{text-align: center;font-size: 24px;color: #333;font-weight: bold;}
.Floor001120 nav .tit::after{content:'';width:44px;height:3px;background:#014f99;display:block;margin: 24px auto 40px;}
.Floor001120 nav li{margin: 10px 0;padding:0 20px;line-height: 67px;overflow: hidden;background-color: #ffffff;color: #014f99;position:relative;font-size: 17px;box-shadow: 0 0 5px #ccc;text-align: center;font-weight: bold;}
.Floor001120 .map{ float:left; width:77.5%;}
.Floor001120 .map ul{ position:relative;padding-bottom:71.574%;background:url(/cn/images/Floor001120-map.png) no-repeat center center; background-size: contain;}
.Floor001120 .map li{position: absolute;left: 0px;top: 0px; z-index: 1;}
.Floor001120 .map li.active{ z-index: 2;}
.Floor001120 .map li span i{ font-style:normal;display: inline-block;position: absolute;}
.Floor001120 .map li span .dot {left: 0px;width: 16px;height: 16px;border-radius: 16px;background: #919191;opacity: 1;filter: alpha(opacity=100);}
.Floor001120 .map li span .pulse {top: -16px;left: -16px;height: 48px;width: 48px;border-radius: 48px;background: #919191;opacity: 0.12;filter: alpha(opacity=12);-webkit-animation: warn 2s ease-out;-moz-animation: warn 2s ease-out;animation: warn 2s ease-out;-webkit-animation-iteration-count: infinite;-moz-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.Floor001120 .map li.active .dot {background: #3aa838;}
.Floor001120 .map li.active .pulse {background: #3aa838;}
.Floor001120 .map li.actives .dot {background: #014f99;}
.Floor001120 .map li.actives .pulse {background:#014f99;}
.Floor001120 .map li p { position: absolute;left: 2px;top: 0px;width: 11px;height: 0px;margin:0;z-index: 66;background:url(/cn/images/Floor001120-line.png) no-repeat center top;opacity:0;filter: alpha(opacity=0);
-ms-transition: all 500ms ease-in-out
;-webkit-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.Floor001120 .map li p em {position: absolute;left: -35px;top: -28px;width: 60px;padding: 6px 12px;color: #fff;background: #919191;border-radius: 2px;text-align:center;font-style:normal;}
.Floor001120 .map li:hover{z-index: 3;}
.Floor001120 .map li:hover p{opacity: 1;filter: alpha(opacity=100);}
.Floor001120 .map li:hover p{height:50px;top: -50px;}
.Floor001120 .map li.active p{height:50px;top: -50px;background-image:url(/cn/images/Floor001120-line_hover.png);}
.Floor001120 .map li.active p em {color: #fff;background: #014f99;}
.Floor001120 .map li.li_1{left: 74.5%;top: 58.5%;}
.Floor001120 .map li.li_2{left: 63%;top: 41%;}
.Floor001120 .map li.li_3{left: 63%;top: 64%;}
.Floor001120 .map li.li_4{left: 44%;top: 65%;}
.Floor001120 .map li.li_5{left: 62%;top: 84%;}
.Floor001120 .map li.li_1.active p{height: 30px;top: -20px;}
.Floor001120 .map li.li_2.active p{height:97px;top: -90px;}
.Floor001120 .map li.li_3.active p{height: 47px;top: -40px;}
.Floor001120 .map li.li_4.active p{height: 57px;top: -50px;}
.Floor001120 .map li.li_5.active p{height: 57px;top: -50px;}

.Floor001120 .map li.li_6{left: 65%;top: 37%;}
.Floor001120 .map li.li_7{left: 75%;top: 33%;}
.Floor001120 .map li.li_8{left: 71%;top: 47%;}
.Floor001120 .map li.li_9{left: 62%;top: 51%;}
.Floor001120 .map li.li_10{left: 53%;top: 53%;}
.Floor001120 .map li.li_11{left: 75%;top: 61.5%;}
.Floor001120 .map li.li_12{left: 67%;top: 63%;}
.Floor001120 .map li.li_13{left: 49%;top: 68%;}
.Floor001120 .map li.li_14{left: 60%;top: 85%;}
.Floor001120 .map li.li_15{left: 62%;top: 87%;}
.Floor001120 .map li.li_16{left: 69%;top: 79%;}
.Floor001120 .map li.li_17{left: 40%;top: 82%;}

@media(max-width:900px){
.Floor001120 nav,
.Floor001120 .map{ float:none; width:100%; padding: 0;}
.Floor001120 .map{margin-top:5%;}
}
@media(min-width:641px){
.Floor001120 .map li.active p{opacity: 1;filter: alpha(opacity=100);}
}

@media(max-width:640px){
.Floor001120 .map li span .dot {width: 10px;height: 10px;}
.Floor001120 .map li span .pulse {top: -15px;left: -15px;height:40px;width: 40px;}
.Floor001120 .map li p {left:0.5px;}
.Floor001120 nav .tit{font-size: 20px;}
.Floor001120 nav li{line-height:44px;font-size: 15px;}

}



@keyframes warn {
  0% {transform: scale(0);opacity: 1;}
  30% {transform: scale(0);opacity: 0.1;}
  60% {transform: scale(0.5);opacity: 0.5;}
  100% {transform: scale(1);opacity: 0.0;}
}
@-webkit-keyframes warn {
  0% {transform: scale(0);opacity: 1;}
  30% {transform: scale(0);opacity: 0.1;}
  60% {transform: scale(0.5);opacity: 0.5;}
  100% {transform: scale(1);opacity: 0.0;}
}
@-moz-keyframes warn {
  0% {transform: scale(0);opacity: 1;}
  30% {transform: scale(0);opacity: 0.1;}
  60% {transform: scale(0.5);opacity: 0.5;}
  100% {transform: scale(1);opacity: 0.0;}
}

#ColumnId89 {display:none;}