@charset "utf-8";
/* CSS Document */

body{
	font-size:14px;
	font-family:"Microsoft YaHei","微软雅黑","宋体","Arial","Arial Narrow","HELVETICA";
	color:#666; overflow-x:hidden; background:#ffffff;
}
input{
	font-family:"Microsoft YaHei","微软雅黑","Arial","Arial Narrow","HELVETICA";
}
@font-face {
 font-family: Square721;
 src:url(fonts/Square721%20BT%20Roman.ttf);
}
@font-face{ 
font-family: HelveticaNeueLTPro;
src:url(fonts/HelveticaNeueLTPro.otf);
}

body, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, ol , li {margin: 0;padding: 0;list-style: none; font-weight:normal;}
a{color:#333333;text-decoration:none}
a:hover{color:#3388FF; text-decoration:none;}
em{font-style:normal}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word;}
.fl{ float:left;}
.fr{ float:right;}
.cl,.clear{ clear:both;height:0;line-height:0;content:'.';display:block;visibility:hidden;}
.wrap { width:1400px; margin-left:auto; margin-right:auto;}
.hand{cursor:pointer;}
.red{color:red;}
.red a{color:red;}
.gray{color:#D3D3D3;}
.darkblue{color:darkblue;}
.tag{color:#000;text-decoration:underline;}
.price{font-size:1em;}
.price span{color:red;}
.m-b10{margin-bottom:10px;}
.m-t6{margin-top:6px !important;}
.m-t10{margin-top:10px !important;}
.m-t20{margin-top:20px !important;}
.m-t30{margin-top:30px !important; }
.m-t50{margin-top:50px !important;}
.mt100{margin-top:100px !important;}
.mr20 { margin-right:20px;}
.pd20 { padding:20px;}
.p-tb30 { padding:30px 0;}
.p-tb50 { padding:50px 0;}
.p-t20 { padding-top:20px !important;}
.p-t30 { padding-top:30px !important;}
.m-l20 { margin-left:20px !important;}
.m-l30 { margin-left:30px !important;}
.mg30 { margin:30px auto;}
.mg50 { margin:50px auto;}
.mbottom10{margin-bottom:10px !important;}
.m-b20 { margin-bottom:20px !important;}
.m-b30 { margin-bottom:30px !important;}
.m-b50 { margin-bottom:50px !important;}
.p-b50 { padding-bottom:50px !important;}
.h50 { height: 50px;}
.h80 { height: 80px;}
.center{text-align:center;}
.con-text { line-height:2.2em; font-size:16px;}
.bt_line{border-bottom:1px dashed #eee;}
.toTop{background:#000; opacity:0.5; border-radius:3px; border:0; color:#fff; text-align:center; line-height:40px; width:40px;height:40px;bottom: 40px; right: 10px; position: fixed; cursor: pointer; z-index: 999999; display: block;}
.toTop:hover { color:#fff;}
.toTop .fa { font-size:16px;}
.date{font-size:12px;color:gray;}
.btn-contact {display:inline-block;background:#3388FF; color:#fff; font-weight:bold; font-size:14px; padding:10px 30px; margin-top:20px; border-radius:5px;}
.fr .btn-contact { display:none;}
.inp { border: 1px #EEEEEE solid; padding: 0 15px; height: 43px; line-height: 43px; outline: none;}
.btn { cursor: pointer; transition: all 0.3s; font-size: 16px; background-color: #3388FF; color: #FFFFFF; border-radius: 5px; border: 0; outline: none; height: 45px; line-height: 45px; padding: 0 30px;}
.btn:hover { background-color: #3388FF;}
.overflow { overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.overflow2 {display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;}
.overflow3 {display: -webkit-box;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;}
.overflow4 {display: -webkit-box;
    -webkit-line-clamp:4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;}
.align { 
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;	
}


/*清除浮动*/
.clearfix:after,.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix,.clear{*+height:1%;}
.location li { float:left;}
.location li b { font-weight:normal; padding:0 5px;}

/* 详细页对表格的处理 */
.content{ line-height:30px;font-size:16px; color:#333;}
.content h1 { color:#000; font-size:24px;}
.content h4 {border-bottom:1px #eee solid; line-height:50px; margin-bottom:30px; font-size:14px; font-weight:normal;}
.content table {border: 1px solid #ddd;border-collapse: collapse;display: table;}
.content table td {border: 1px solid #ddd;padding: 5px 10px;}
.content table th {border: 1px solid #ddd;background-color: #f7f7f7;padding: 5px 10px;}
.content img { max-width:100%; display:inline-block; overflow:hidden;}


/*分页*/
.pages { padding:60px 0 80px;clear: both; text-align:center;}
.pages:after {content: '.';clear: both;height: 0;line-height: 0;display: block;visibility: hidden;}
.pages ul {padding: 0;list-style: none;margin: 0 auto; text-align:center;}
.pages li {margin-right: 5px; display:inline-block;}
.pages li a {display: block;border: 1px solid #e1e1e1; font-size:12px; background-color:#fff; text-align:center; border-radius:3px; height: 32px;line-height:32px;width: auto; padding:0 15px;color: #666;}
.pages li a:hover {border: 1px solid #3388FF;background: #3388FF;color: #fff;text-decoration: none;}
.pages li span {display: block;border: 1px solid #e1e1e1;height: 30px;line-height: 30px;color: #c4c4c4;padding: 0 10px;}
.pages .current a {border: 1px solid #3388FF;background: #3388FF;color: #fff;}

.next_prev { border-top: 1px #EEEEEE solid; font-size: 16px; padding-top:30px; line-height: 30px;}

/*顶部样式*/
.header-top { line-height:45px; border-bottom:1px #eeeeee solid;}
.logo img { height:60px; display:block; overflow:hidden; transition: all 0.3s;}
.top-search { margin-left:100px;}
.header-navbg { height:60px; line-height:60px; transition: all 0.3s; background-color:#3388FF; position: relative; z-index: 99;}
.top-search { margin-top: 8px;}
.top-search .inp { float: left; border-radius: 5px 0 0 5px; width: 300px;}
.top-search .btn { border-radius: 0 5px 5px 0;}

.header.show { position: fixed; z-index: 999; top: 0px; width: 100%; background-color: #FFFFFF; box-shadow: 0 0 5px rgba(0,0,0,.2);}
.header.show .header-top { display: none;}
.header.show .p-tb30 { padding: 10px 0; transition: all ease-out 0.3s;}
.header.show .logo img { height: 50px;}
.header.show .nav { margin-top: 10px;}

.top-tel { margin-top: 10px;}
.top-tel .fa { font-size: 30px; color: #3388FF; margin-right: 5px; text-align: center; line-height: 36px; border: 2px #3388FF solid; width: 36px; height: 36px; border-radius: 100%;}
.top-tel b { font-size: 18px; }

.topNav{position:relative; z-index:1; height: 45px; line-height:45px; font-size:12px;}
.topNav h3{ font-weight:normal; font-size:100%; }
.topNav dl{ zoom:1; }
.topNav dd{ float:left; position:relative;  }
.topNav dd::after {position: absolute;content: "|";top: 47%;transform: translateY(-50%); color: #eee;}

.topNav dd h3{ float:left; }
.topNav dd h3 a{ display:inline-block; *display:inline; zoom:1; height:45px; line-height:45px; padding:0 20px;  }
.topNav dd h3 a i{  margin:0 0 0 5px;  font-size:12px;  }
.topNav dd h3 a:hover,
.topNav dd.on h3 a{ color:#3388FF;    }
.topNav dd ul{ display:none;  position:absolute; width:160px; padding: 10px 15px; box-sizing: border-box;  top:45px; left:0;  background:#fff; 
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2); box-shadow: 0 0 5px rgba(0,0,0,.2);	
}
.topNav dd ul li{ line-height: 32px; border-bottom: 1px solid #EEEEEE;  }
.topNav dd ul li:last-child { border: 0;}
.topNav dd ul li a{ display: block; color: #333;  }
.topNav dd ul li a:hover{ color:#3388FF;    }
.topNav dd:last-child h3 a{ padding-right: 0;}
.topNav dd:last-child::after { content: "";}

.nav { margin-top: 20px;}
.nav .m{ float:left; position:relative; width: auto; text-align: center;  margin-left:50px ; }
.nav h3{ font-size:100%; font-weight:normal; text-align: center; font-size:14px; height:40px;  overflow:hidden;  }
.nav h3 a{ display:block; color:#333;vertical-align:top;  }
.nav .active h3::after { content: ""; display: block; width: 100%; height: 3px; position: absolute; bottom: 0px; background:#3388FF; }
.nav .sub{ display:none;  width:150px; box-shadow: 0 3px 11px 0 rgba(0,0,0,.1);  position:absolute; z-index: 999; left:-40px; top:40px; background:#fff; }
.nav .sub li{ height:46px; line-height:46px; border-bottom:#f7f7f7 solid 1px; text-align: center; }
.nav .sub li a{ display:block; position: relative;  background:url(images/icon.png) 0 9px no-repeat; color:#333; transition: all 0.3s;}
.nav .sub li a:hover{  background-color:#3388FF; color:#ffffff; }



/*首页轮播*/
.homeslide{ width:100%;  position:relative;  height:800px; background:#000;  }
.homeslide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.homeslide .bd ul{ width:100% !important;  }
.homeslide .bd li{ width:100% !important;  height:800px; overflow:hidden; text-align:center;  }
.homeslide .bd li a{ display:block; height:800px; }
.homeslide .hd{ width:100%;  position:absolute; z-index:1; bottom:20px; left:0;}
.homeslide .hd ul{ text-align:center; width:1200px; margin:0 auto; height:22px; line-height:22px; }
.homeslide .hd ul li{ cursor:pointer; font-size:0; display:inline-block; *display:inline; zoom:1; width:10px; height:10px; border-radius:5px; margin:0 5px; background:#ddd; transition:width 0.3s; }
.homeslide .hd ul li.on{ background-color:#3388FF; width:20px; transition:all 0.2s ease-in; }
.homeslide .prev,
.homeslide .next{display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:3%; border-radius:50%;  z-index:1; width:40px; height:40px; background:#ccc url(../images/ico_sliding.png) center center no-repeat; background-size:13px 26px;  cursor:pointer; filter:alpha(opacity=80);opacity:0.8; display:none;  }
.homeslide .next{ left:auto; right:3%;
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* Internet Explorer */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */ }

.home-name h2 { font-size: 50px; line-height: 50px; font-weight: 600;  color: #000000; margin-bottom: 10px; padding-bottom: 18px; position: relative; display: block;}
.home-name h3 {text-transform: uppercase; font-size: 18px;  font-weight: normal; color: #000000;  }
.home-name h2:after { content:""; position: absolute;  background-color: #3388FF; left: 50%; margin-left: -35px; bottom: 0px;  width: 70px; height: 2px; display: block;}

.home-name2 h2,.home-name2 h3 { color: #FFFFFF;}
.home-name2 h2:after { background-color: #FFFFFF;}

.partners-name {position: relative; }
.partners-name .home-name {position: absolute; z-index: 9; left: 0px; top: 235px; }
.partners-name .home-name h2 {color: #FFFFFF; font-size: 18px; }
.partners-name .home-name h3 {color: #FFFFFF; font-size: 24px; }
.partners-name .home-name h3:after { background-color: #FFFFFF; left: 0px; margin-left: 0px;}

.swiper-partners-bg {  position: relative;padding: 40px 0 100px 0; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.swiper-partners { width: 100%;  }
.item-box { position: relative; overflow: hidden;}
.item-box .pic { position: relative; z-index: 2;}
.item-box .pic img { width: 100%; display: block; overflow: hidden;}
.item-box .text { position: absolute; z-index: 3; transition: all 0.2s; top: 0px; left: -100%; width: 100%; height: 100%; background: rgba(0,0,0,0.5); }
.item-box .text b { padding-top: 55px; background: url(../images/more-ico.png) no-repeat center top; background-size: auto 50px; }
.item-box a .text { color: #FFFFFF; text-align: center;} 
.item-box a:hover .text {left: 0px; }
.item-box .text2 h2 { font-size: 24px; color: #222222; font-weight: 600; display: block; position: relative; padding-bottom: 20px; margin-bottom: 15px;}
.item-box .text2 h2:after { content:""; position: absolute; transition: width 0.3s;  background-color: #ccc; opacity: 0.5; left: 0;  bottom: 0px;  width: 80px; height: 2px; display: block;}
.item-box .text2 {background-color: #FFFFFF; color: #666; padding: 30px;} 
.item-box .text2 p.note { line-height: 26px;}
.item-box a:hover .text2 {background-color: #3388FF; color: #FFFFFF;} 
.item-box a:hover .text2 h2 { color: #FFFFFF;}
.item-box a:hover .text2 h2:after { width: 100%; background-color: #FFFFFF; opacity: 1;}
.newsbg { background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 10px 0 40px 0; margin-top: 75px;}

.item-box2 { position: relative; overflow: hidden; border: 1px rgba(255,255,255,0.2) solid; border-top: 0px; border-bottom: 0px; height: 600px;}
.item-box2 .pic {opacity: 0; transition: all 0.3s; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.item-box2 .text { padding: 30px 0 50px 0; }
.item-box2 .text b { display: block; width: 55px; height: 55px; background: url(../images/more-ico.png) no-repeat center top; background-size: auto 50px; }
.item-box2 a .text { color: #FFFFFF; text-align: center;} 
.item-box2 a:hover .text {left: 0px; }
.item-box2 .item-bg {background: rgba(0,0,0,0.5); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.item-box2 .text2 h2 { font-size: 24px; color: #FFFFFF; font-weight: 600; display: block; position: relative; padding-bottom: 20px; margin-bottom: 15px;}
.item-box2 .text2 h2:after { content:""; position: absolute; transition: width 0.3s;  background-color: #ccc; opacity: 0.5; left: 0;  bottom: 0px;  width: 80px; height: 2px; display: block;}
.item-box2 .text2 { color: #fff; padding: 30px; position: relative; z-index: 5; top: 200px; transition: all 0.3s;} 
.item-box2 .text2 p.note { line-height: 26px; color: #fff;}
.item-box2 a:hover .pic { opacity: 1;}
.item-box2 a:hover .text2 { top: 100px;}
.item-box2 a:hover h2 { font-size: 30px;}
.item-box2 a:hover h2:after { width: 100%; background-color: #FFFFFF; opacity: 1;}
.partners-nav2 { position: absolute; bottom: 0px; left: 0px; width: 100px; height: 60px; }
.partners-nav2 .w-nav { width: 100px; height: 60px;padding-left: 20px; position: absolute; background: rgba(0,0,0,0.5);}
.w-nav .swiper-button-next,.w-nav .swiper-button-prev { position: absolute; left: auto; right: auto; }
.w-nav .swiper-button-next { margin-left: 50px;}
.w-nav .swiper-button-next:after,.w-nav .swiper-button-prev:after {font-size: 20px;}

.home-contact {background-color: #3388FF; color: #FFFFFF;}
.home-contact a {color: #FFFFFF;}
.contact-map { width: 47%;}
.contact-tel { width: 53%; padding: 50px 20px 20px 50px; box-sizing: border-box; font-size: 18px; font-weight: bold; position: relative;}
.contact-tel ul li { line-height: 50px; position: relative; padding-left: 50px;}
.contact-tel ul li i { width: 30px; height: 30px; text-align: center; font-size: 30px; position: absolute; left: 0; top: 11px; }
.contact-wx { position: absolute; right: 50px; text-align: center; font-size: 14px; height: 180px; top: 100px; }
.contact-wx img { width: 150px; height: 150px; display: block; padding-bottom: 10px;}

/*首页产品TAB*/
.swiper-product { height: 750px;}
.gallery-top { height: auto;width: 100%;}
.gallery-thumbs {box-sizing: border-box;padding: 30px 0;}
.gallery-thumbs .swiper-slide {height: 40px; line-height: 40px; cursor: pointer; border: 1px #EEEEEE solid; box-sizing: border-box; text-align: center;}
.gallery-top .swiper-button-white {opacity: 1;}
.gallery-thumbs .swiper-slide-thumb-active {border-color: #3388FF; background-color: #3388FF; color: #FFFFFF;}
.product-img ul { margin-right: -30px;}
.product-img dl {width:calc(100% / 4 - 30px); float: left; transition: all 0.3s; margin-right: 30px; margin-bottom: 30px; border: 1px #EEEEEE solid; box-sizing: border-box; }
.product-img dd img { width: 100%; display: block; overflow: hidden;}
.product-img dt { text-align: center; align-items: center; justify-content: center; border-top: 1px #EEEEEE solid; padding: 0 10px; height: 50px; display: flex;}
.product-img dl:hover { border-color: #3388FF; background-color: #3388FF; color: #FFFFFF;}
.product-img dl:hover a { color: #FFFFFF; }

/*滚动*/
#certify {position: relative;}
#certify .swiper-container {padding-bottom: 60px;}
#certify  .swiper-slide {width: 520px;height: 458px; overflow: hidden; background: #fff;box-shadow: 0 8px 30px #ddd;}
#certify  .swiper-slide img{display:block; width:520px; height:310px; overflow:hidden;}
#certify  .swiper-slide .text { padding: 20px; text-align: center;}
#certify  .swiper-slide .text h2 {color: #3388FF; font-size: 30px; padding-bottom: 10px;}
#certify  .swiper-slide .text p {color: #636363;font-size: 16px;}
#certify .swiper-pagination {width: 100%;bottom: 20px;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;border: 3px solid #fff;background-color: #d5d5d5;width: 10px;height: 10px; border-radius: 100%; outline: none;opacity: 1;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {border: 3px solid #3388FF;background-color: #fff; }
#certify .swiper-button-prev {left: -30px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 0;background-size: 100%; opacity: 1; outline: none;}
#certify .swiper-button-prev:hover {background-position: 0 -46px;background-size: 100%}
#certify .swiper-button-next {right: -30px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 -93px;background-size: 100%; opacity: 1; outline: none;}
#certify .swiper-button-next:hover {background-position: 0 -139px;background-size: 100%}
#certify .swiper-button-prev:after, #certify .swiper-button-next:after { font-size: 0px; }

/* 服务范围 */
.service-list { position: relative; border: 1px solid #dcdddd; padding: 4px; overflow: hidden; height: 679px; width: 100%; box-sizing:border-box; }
.service-list .bigImg{ position: relative; z-index:1;}
.service-list .bigImg li img{ vertical-align:middle; width:1190px; height: 670px; position: relative; }
.service-list .bigImg li a { color: #FFFFFF;}
.service-list .bigImg  h4{ position: absolute; width: 100%;  background: rgba(0,0,0,0.5); left: 0px; right: 0px; box-sizing: border-box; bottom: 160px; font-size: 18px; font-weight: bold; line-height: 50px; height: 50px; padding:0 30px; overflow: hidden; text-align: left; }
.service-list .bigImg  h4 b { font-weight:normal; font-size:13px;}
.service-list .smallScroll{ bottom: 20px; margin-left:18px; position:absolute; z-index:2;}
.service-list .sPrev,.service-list .sNext{ display: block; width: 45px; height: 45px; background: url(../images/wm_button_icon.png) no-repeat 0 0; background-size: 45px auto; transition:all 0.3s; position:absolute; top:44px; left:0; }
.service-list .sNext{ background-position: 0 -93px; left:1105px;}
.service-list .sPrev:hover{ background-position: 0 -46px;}
.service-list .sNext:hover{ background-position: 0 -139px;}
.service-list .smallImg{ float:left; position:relative; left:50px;  margin: 0 6px;  display:inline; overflow: hidden;}
.service-list .smallImg ul{ width: 9999px; overflow: hidden; }
.service-list .smallImg li{ float: left; padding: 0 15px; width:230px; cursor:pointer;  display: inline;  }
.service-list .smallImg img{ border: 3px solid #dcdddd; width:224px; height: 126px; box-sizing:border-box;  }
.service-list .smallImg .on img{ border-color:#F60;}
.service-list .pageState{ position: absolute; top: 235px; right: 5px;  letter-spacing: 1px;}
.service-list .pageState span{ color: #f00; font-size: 16px;}
.service-list .bigbg { background: rgba(0.2); position: absolute; width: 100%; height: 100%; top: 0px; right: 0px; bottom: 0px; left: 0px;}
.service-list .bigImg li:hover .bigbg {  background: rgba(0,0,0,0.5);}

/*我们的优势*/
.service-li ul { padding: 0;}
.service-li ul li {color: #000000; transition: all 0.3s; cursor: pointer;  border:1px rgba(255,255,255,0.1) solid; width: calc(100% / 4 - 0px); float: left; text-align: left; box-sizing: border-box; padding: 40px 20px 40px 50px; background: rgba(255,255,255,0.2);}
.service-li ul li h2 {display: block; width: 100%; position: relative;}
.service-li ul li b { font-size: 60px; line-height: 50px; padding-right: 5px; text-align: left;  display: block; float: left; font-family: 宋体; }
.service-li ul li b span { font-size: 18px; position: absolute; top: 0;  font-weight: normal;}
.service-li ul li p { display: block; clear: both; padding-top: 10px;}
.service-li ul li:hover {background-color: #3388FF; color: #FFFFFF;}

.about-photo ul { margin-right: -30px;}
.about-photo ul li { float: left; margin-right: 30px; margin-bottom: 30px; width: calc(100% / 4 - 30px); }
.about-photo ul li img { display: block; width: 100%; overflow: hidden;}
.about-photo ul li p { text-align: center; padding-top:10px ;}

.about-h2 h2 { font-weight: bold; line-height: 50px; border-bottom: 1px #EEEEEE solid; color: #000000; margin: 30px 0;}

/*内页开始*/
.bannerall { position:relative; color:#fff; height:350px; z-index:0; clear:both; background:#000 url(../images/banner.jpg) no-repeat center center; }
.bannerall::after { content: ""; background: rgba(0,0,0,0.5); display: block; width: 100%; height: 100%; position: absolute; z-index: -1; left: 0; top: 0;}
.bannerall h3 {text-transform:uppercase; font-size: 42px; padding-bottom: 15px; padding-top: 100px; position: relative;}
.bannerall h4 { font-size: 30px; padding-top: 15px;}
.bannerall h3::after {content:""; width: 28px; margin-left: -14px; height: 4px; background-color: #FFFFFF; display: block; position: absolute; bottom: 0; left: 50%;}

.line { height: 72px; line-height: 72px; }
.location {position: relative;}
.location li { float:left; font-size: 14px;}
.location li b { font-weight:normal; padding:0 5px;}
.location .bi-house-door { font-size: 18px; color: #28BBFF; top: -4px; left: 0px; position: absolute;}
.location li.am-active a{color: #28BBFF;}



/*悬浮链接*/
.suspension{position:fixed;z-index:19955;right:0;bottom:50%; margin-bottom:-95px; width:70px;height:190px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px; border-radius: 4px; background-color:#3388FF;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F38300;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;margin-top:5px;}
.suspension .d-service-item .i-qq{width:36px;height:36px;background:url(../images/side_con_icon03.png) no-repeat center center; background-size:15px 19px;  display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item .i-tel{width:36px;height:36px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{line-height:27px;font-size:12px;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

/*关于我们*/
.about-text { width: 44%;}
.about-text h2 { color: #333333; font-size: 30px; }
.about-note { color: #FFFFFF; line-height: 36px; font-size: 16px;}
.about-video { width: 56%; padding-left: 30px; box-sizing: border-box;}
.about-video img { width: 100px; margin: 0 auto; display: block; overflow: hidden;}
a.btn-about { display: inline-block; padding: 0 30px; line-height: 36px; border-radius: 18px; color: #FFFFFF; background-color: #3388FF;}


.culture-list ul { margin-right: -30px; }
.culture-list ul li { float: left; width: calc(100% / 3 - 30px); margin-right: 30px; margin-top: 10px;  padding:20px 15px; text-align: center; color: #FFFFFF; background: #666; border-radius: 10px;  box-sizing: border-box; }
.culture-list ul li h3 { font-weight: 600;}
.culture-list ul li .note { text-align: left; line-height: 22px; margin-top: 10px;}
.culture-list ul li img { width: 30%; padding-bottom: 15px;}

.swiper-equipment { padding-bottom: 50px;}
.equipment-list img { width: 100%; display: block; overflow: hidden;}
.equipment-list p { text-align: center; line-height: 30px;}

.swiper-equipment .swiper-button-next, .swiper-equipment .swiper-button-prev { top: 83px; background-color: #3388FF; color: #FFFFFF; left: 0px;}
.swiper-equipment .swiper-button-next { left: auto; right: 0px;}
.swiper-equipment .swiper-button-next:after, .swiper-equipment .swiper-button-prev:after { font-size: 16px;}

.home-news-list ul { margin-right: -30px;}
.home-news-list ul li { transition: all 0.3s; background-color: #F9F9F9; width: calc(100% / 3 - 30px); float: left; margin-right: 30px; margin-bottom: 30px;  box-sizing: border-box;}
.home-news-list ul li img { width: 100%; display: block; overflow: hidden;}
.home-news-list ul li h2 { font-weight: 600; border-bottom: 1px #CCCCCC solid; text-align: center; font-size: 20px; padding-bottom: 15px;}
.home-news-list ul li .text { padding: 20px;}
.home-news-list ul li p.note { margin: 20px 0 10px 0; height: 57px; overflow: hidden; }
.home-news-list ul li:hover {background-color: #3388FF; color: #FFFFFF;}
.home-news-list ul li:hover a,.home-news-list ul li:hover p.date { color: #FFFFFF;}
.home-news-list ul li:hover h2 { border-bottom-color: #FFFFFF;}

.home-news-text ul { margin-right: -20px; margin-top: 20px;}
.home-news-text ul li { float: left; width: calc(100% / 3 - 20px); margin-right: 20px; margin-top: 5px; border-bottom: 1px #EEEEEE solid; height: 40px; line-height: 40px;}
.home-news-text ul li span { float: right;}
.home-news-text ul li b { width: 80%; font-weight: normal; display: inline-block; box-sizing: border-box;}

/* 友情链接 */
.link{ line-height:20px;}
.link a{ color:#999; display:block; float:left;}
.link a:hover { color:#3388FF;}
.link span { display:block; background:#999; margin:5px 8px 0 8px; width:1px; height:11px; float:left;}
.link span:last-child{background:none;}

.line { border-bottom: 1px #EEEEEE solid;}
.topnav_cate { text-align:left; position:relative; z-index:89; } 
.topnav_cate ul {display:block;}
.topnav_cate h3{ font-size:100%; font-size:14px;  }
.topnav_cate.pr_cates { margin:50px 0 30px 0; height:30px; text-align:left;}
.topnav_cate.pr_cates h4 { float:left; display:block; line-height:30px; padding:0 30px;}
.topnav_cate .m{  position:relative; float:left; width:auto;}
.topnav_cate h3 a{  zoom:1;  width:auto; text-align:center; color:#555; display:inline-block;  height:72px; line-height:72px; padding: 0 38px; border:1px #EEEEEE solid; border-top: 0px; border-bottom: 0px; margin-right: -1px; transition:all 0.3s; }
.topnav_cate h3.active a,.topnav_cate h3 a:hover {  background:#3388FF; color:#fff;  transition:all 0.3s;}
.topnav_cate .sub{ display:none;  width: 220px;  padding: 0; background-color: #fff;  z-index:9; position:absolute; left:0px; top:72px;  float:left; border:1px solid rgba(170,170,170,.2);}
.topnav_cate ul.sub li{ height: 40px; line-height: 40px; text-align:left; z-index: 2; background:#fff; position:relative;border-bottom:1px #eee solid; }
.topnav_cate ul.sub li a{ color:#535353; display:block; zoom:1; padding:0 30px; font-size:14px; }
.topnav_cate ul.sub li a:hover{ background:#3388FF; color:#fff; }
.topnav_cate ul.sub li:last-child { border:0;}

.about-note-name { border-bottom: 1px #CCCCCC solid; padding-bottom: 20px; margin-bottom: 30px;}
.about-note-name b { color: #3388FF;  font-weight: normal;}
.about-note-name h2 { font-size: 40px; font-weight: normal;}
.about-note-name h3 { font-weight: normal;}

.qikan_img ul { margin-right: -20px;}
.qikan_img ul li { text-align: center; float: left; width: calc(100% / 4 - 20px); margin-right: 20px; margin-top: 20px;}
.qikan_img ul li img { width: 100%; display: block; overflow: hidden;}
.qikan_img ul li p { line-height: 30px;}

.home-cplist ul li { width: 100%; height: 190px; box-sizing: border-box; margin-bottom: 30px; border-bottom:1px #EEEEEE solid;}
.home-cplist ul li .pic { float: left; width: 260px;}
.home-cplist ul li .pic img { width: 100%; display: block; overflow: hidden; position: relative; z-index: 1;}
.home-cplist ul li .text { margin-left: 280px;}
.home-cplist ul li .text h3 { font-weight: bold; font-size: 20px; display: block; margin-bottom: 15px;}
.news-list { margin-top:30px; padding-bottom:30px; border-bottom:1px #eee solid;}
.news-list .pic img { width:100%; border:1px #f9f9f9 solid; box-sizing:border-box; }
.news-list .pic { float:left; width:35%;}
.news-list .news-text{ float:right; width:60%;}
.news-list h3 { color:#000; font-size:18px; margin:5px 0 15px 0;overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.news-list .note {  color:#888; margin-top:10px; line-height:26px; height:52px; overflow:hidden;}
.news-list .more a { display:block; color:#666; text-align:center; font-size:15px; width:120px; height:36px; line-height:36px; margin-top:20px; transition:all 0.3s; border:1px #ccc solid;}
.news-list .more a:hover { color:#fff; background-color:#3388FF; border-color:#3388FF;}

/* 国际海运 */
	.m-slide{ position: relative; height: auto; background: #fff }
	.m-slide .img { float: right; position: relative; width: 75%; }
	.m-slide .img li, .m-slide .img a, .m-slide .img img { display: block; width: 100%; height: auto; }
	.m-slide .img li { display: none; position: absolute; left: 0; top: 0 }
	.m-slide .img .first { display: block }
	.m-slide .tab { float: left; width: 25%; }
	.m-slide .tab li { *margin-bottom: -3px; border-bottom: 1px solid #e5e5e5; width: 100%; }
	.m-slide .tab .first { border-top: 0 }
	.m-slide .tab a { text-decoration: none; display: block; position: relative; width: 96%; height: 100px; border-left: 3px solid #fff }
	.m-slide .tab a b { position: absolute; left: 0; top: 20px; width: 4px; height: 11px; overflow: hidden }
	.m-slide .tab a span { position: absolute; overflow: hidden }
	.m-slide .tab a .title { left: 30px; top: 20px; height: 30px; line-height: 30px; font-size: 24px; font-weight: bold; color: #000 }
	.m-slide .tab a .des { left: 30px; top: 60px; height: 16px; line-height: 16px; color: #999 }
	.m-slide .tab .first a { height: 50px }
	.m-slide .tab .on a { border-left: 3px solid #41a1f2 }
	.m-slide .tab .on a b { background: url(images/dot.png) no-repeat}
	.m-slide .tab .on a span { color: #41a1f2 }

/*数字响应滚动*/
.digital{width: 100%;height: 150px;background: #FFFFFF;color: #000000;}
.main{height: 150px;margin:0 auto; font-size: 0;}
.mumping_mun li{width: 20%;display:block;margin: 30px auto; float: left;}
.mumping_mun{list-style: none;}
.mumping_mun p{font-size: 20px;width: 100%;display: block;clear: both;}
.mumping_mun h2{font-size: 46px; font-weight: bold; float: left;margin-right: 10px;}
.main .mumping_mun  b { font-size: 18px; padding-top: 26px;}

.footbg { background-color: #333333; color: #FFFFFF; padding: 60px 0 40px 0; }
.foot-logo { width: 300px; }
.foot-logo img { width: 80%; display: block; margin-bottom: 20px;}
.foot-nav {  margin-left: 300px; margin-right: 150px; }
.foot-nav ul { padding-left: 50px;}
.foot-nav ul li { width: 16%; float: left; }
.foot-nav ul li a { color: #999999; font-size: 14px;}
.foot-nav ul li h3 a { margin-bottom: 10px; color: #FFFFFF; font-size: 16px; font-weight: bold; display: block; height: 30px; position: relative;}
.foot-nav ul li h3 a::after {content:""; width: 20px; height: 2px; background-color: #FFFFFF; display: block; position: absolute; bottom: 0; left: 0;}
.foot-wx { width: 150px; }
.foot-wx img { width: 100%; display: block; overflow: hidden;}
.foot-wx p { font-size: 14px; text-align: center; padding-top: 5px;}
.foot-tel { line-height: 26px;}
.copyright {line-height: 26px; border-top: 1px rgba(0,0,0,0.1) solid; padding-top: 20px;}
.foot-box {position: relative;}

.left-wrap { width: 20%; float:left ;}
.right-wrap {  width: 80%; float: right; padding-left: 40px; box-sizing: border-box;}

.right-box { float: right; margin-top: 45px; width: 60px; text-align: center; }	
.right-box img { width: 40px; display: block; margin: 0 auto 10px auto;}
.left-box {float: left; width: 280px;}
.center-box { margin-left: 300px; margin-right: 120px;}

.right-box a img {
	/* 定义动画的过程 */
	-webkit-transition:-webkit-transform .5s ease-in;
	-moz-transition:-moz-transform .5s ease-in;
	-o-transition:-o-transform .5s ease-in;
	transition:transform .5s ease-in;
}
.right-box a:hover img {
    /* 定义动画的状态 */
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -transform: rotate(360deg) scale(1);
}

/*手风琴导航*/
.accordion h2 { background-color: #3388FF; color: #FFFFFF; font-weight: bold; padding: 18px 20px;}
.drawer{width:100%;border-bottom: 1px #F5F5F5 solid;}
.accordion-item{border-left: 1px #F5F5F5 solid; border-right: 1px #F5F5F5 solid; }
.accordion-item-active .accordion-header{transition:.25s; height: 20px; }
.accordion-item-active .accordion-header-icon{color:#fff;  }
.accordion-item-active .accordion-header h1, .accordion-header h1.active a {color:#3388FF; font-weight: bold;}
.accordion-header{background:#FFFFFF; padding:15px 20px; cursor:pointer;min-height:20px;transition:.25s;  position: relative;}
.accordion-header h1{float:left;font-size:18px;font-weight: normal;margin:0;color:#212121;}
.accordion-content{display:none;padding:0 20px 20px 20px;color:#212121;background:#FFF;font-size:15px;line-height:26px;}
.accordion-content p{margin:0;margin-bottom:3px;}
.accordion-header-icon { position: absolute; right: 20px; transition: all 0.3s;}
.accordion-header-icon::after{content: "\f105"; font-size: 16px;  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome; border: 1px #999999 solid; border-radius: 100%;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; width: 18px; height: 18px; line-height: 18px; text-align: center; }
.accordion-item-active .accordion-header-icon::after { background-color: #3388FF; border-color: #3388FF; }	
.accordion-header-icon.accordion-header-icon-active{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}

.left-contact {background: #3388FF url(../images/contcatbg.png) no-repeat center bottom; background-size: 100% auto; color: #FFFFFF; padding: 35px 20px;}
.left-contact h3 { font-size: 26px; font-weight: bold;}
.left-contact h4 { font-size: 18px; line-height: 30px; padding: 30px 0; margin: 0 30px; border-bottom: 1px rgba(255,255,255,0.5) solid;}
.left-contact .fa-phone { background-color: #FFFFFF; color: #3388FF; margin: 20px auto; font-size: 20px; width: 40px; height: 40px; line-height: 40px; border-radius: 100%; text-align: center;}
.left-contact p { font-size: 16px;}
.left-contact h5 { font-size: 18px; font-weight: bold; padding-top: 10px;}

@media (max-width:1366px) {
.wrap { width: 1200px;}

}