﻿@charset "utf-8";

 
/* CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, button{margin: 0;padding: 0;border: 0;}
html{-webkit-text-size-adjust:none; }
body{font-size:12px;overflow-x:hidden;margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
ol, ul, li{ list-style:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
a{text-decoration:none;color:#1a1a1a;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
a:hover{text-decoration:none;color:#000;} 
a:focus{outline:0px dotted;}
a:focus, input:focus{ -moz-outline-style: none; } 
a *{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
* {font-family: 'Conv_Montserrat-Light',Arial,"微软雅黑","黑体",'宋体';color:#1a1a1a;font-style: normal;}
input,select,textarea {-webkit-appearance: none;border-radius: 0;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none; font-size:14px;}
input::-webkit-input-placeholder {color:#999;}
input::-moz-input-placeholder {color: #999;}
input::-ms-input-placeholder {color: #999;}
.fl{ float:left;}
.fr{ float:right;}
.clear { clear:both;}
.alltransition {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
body sup {display: inline-block!important;vertical-align: top;}
.blackbg {background: #000;}
.alpha0{filter:alpha(Opacity=0);-moz-opacity:0;opacity:0;}
.no-touch { height:100%;}
.no-touch body{ overflow:hidden;height:100%;}
.pcshow { display:block;}
.mbshow { display:none !important;}
.relative {position: relative;}
.h100 {overflow:hidden;height:100%;}
.h100 body{ overflow:hidden;height:100%;}
.container {margin:0 auto; max-width: 1200px; width: 1200px; position: relative;}

#hlsload{width:100%; height:100%; position:fixed; left:0; top:0; z-index:9999;display: none;}
.loadcontainer { position:relative;width:100%; height:100%;}
#loadsvg {position: absolute;top: 50%;margin-top: -60px;left: 50%;margin-left: -97.5px;width: 195px;height: 35px;}
.load-text {position: absolute;top: 50%;margin-top: 10px;left: 50%;margin-left: -50px;width: 100px;height: 40px; text-align:center; font-size:22px; color:#FFF;}
.hidemain {opacity: 0;height: 0px;overflow: hidden;}

@font-face {
  font-family: 'iconfont';  /* Project id 2453985 */
  src: url('//at.alicdn.com/t/font_2453985_hh9t8lno3hq.woff2?t=1637720465489') format('woff2'),
       url('//at.alicdn.com/t/font_2453985_hh9t8lno3hq.woff?t=1637720465489') format('woff'),
       url('//at.alicdn.com/t/font_2453985_hh9t8lno3hq.ttf?t=1637720465489') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e649;";
}

.icon-Fax:before {
  content: "\e621";
}

.icon-skype:before {
  content: "\e707";
}


.icon-wechat:before {
  content: "\e7e5";
}

.icon-email:before {
  content: "\e623";
}

.icon-qq:before {
  content: "\e60f";
}

.icon-tel:before {
  content: "\e6ed";
}

.icon-iPhone:before {
  content: "\e620";
}

.icon-address:before {
  content: "\e6d9";
}

.icon-whatsapp-fill:before {
  content: "\e97b";
}

.icon-shejiaotubiao-14:before {
  content: "\e643";
}


/* header */
header {position: fixed;left: 0;top: 0;width: 100%;height: 68px;background:#fff;z-index: 900;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
header .header-container {width: 94%;margin: auto;position: relative;height: 100%;}
header .hls-header { -webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
header .hls-header .hls-logo {display: block;float:left;}
header .hls-header .right {float:right;}

header .hls-header .right .hls-nav {float: left;}
header .hls-header .right .hls-nav * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
header .hls-header .right .hls-nav .nav-item{float:left;position: relative; margin-right:50px;}
header .hls-header .right .hls-nav a{color: #1a1a1a;font-size: 16px;overflow: hidden;}
header .hls-header .right .hls-nav a:first-child {padding: 0 10px;}
header .hls-header .right .hls-nav .nav-item::after {content: '';width:0px;height: 5px;background: #009692;position: absolute;left: 0;bottom: 0px;}
header .hls-header .right .hls-nav .nav-item .cur {font-weight: bold;color: #000;}
header .hls-header .right .hls-nav .nav-item .cur::after {width: 100%;}
header .hls-header .right .hls-nav .nav-item:hover::after {width:100%;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
header .hls-header .right .hls-nav .nav-item.before::after {left: auto; right: 0;}
.subMenu{display: none;position: fixed;top: 67px;left:0%;width: 100%; background: #f9f9f9; z-index: 999; height: 180px;}
.subMenu>ul{display: flex;flex-wrap: wrap;flex-direction: row;justify-content: center;align-items: center;}
.subMenu>ul>li>a{display:block;padding:0 28px 0 0 !important;text-align: left; margin-right: 28px; margin-top: 28px; line-height: 50px !important;color: #000; font-size: 16px; border-bottom: 1px solid #ccc;}
.subMenu>ul>li>a:hover{color:red}

header .hls-header .right .search {float: right;width: 20px;height: 20px;margin: 0 20px;padding:0 20px; position: relative;}
header .hls-header .right .search a{display: block; width: 20px;height: 20px;background: url("../images/ss-h.svg") center no-repeat;}
header .hls-header .right .search::before,header .hls-header .right .search::after {content: '';opacity: .2;width: 1px;height: 100%;background: #1a1a1a;position: absolute;top: 0;}
header .hls-header .right .search::before {left:0;}
header .hls-header .right .search::after {right:0;}
header .hls-header .right .other {float: right;}
header .hls-header .right .other a {font-size: 22px;line-height: 20px; color: #1a1a1a;} 

header .right_lang {float: right; position: relative;}
header .right_lang .lang{float:right; }
header .right_lang .lang a{display:block}
header .right_lang .lang a span{font-size:.9rem; float: left; -webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;-ms-transition:all .5s}
header .right_lang .lang a span.txt{position:relative;top:-1px;margin-left:6px;font-size:.7rem;line-height:68px; font-size: 14px;}
header .right_lang .lang .other_lang{position:absolute;left:50%; top: 68px;display:none;width:100px;background:#fff;text-align:center;transform:translateX(-50%)}
header .right_lang .other_lang a span.txt{ position: relative; margin-left: 0px; font-size: 14px; line-height: 40px; width:100%;}
header .right_lang .lang a{display:block}

header .right_lang .lang .iconfont img{float: left; margin-top: 20px;}
header .right_lang .lang .iconfont2{margin-left: 10px;}
header .right_lang .lang .iconfont2 img{width: 10px;float: left; margin-top: 30px;}
 
 

header#header {background:#f4f4f4;}
header#header .right .hls-nav a{color: #141414; line-height: 68px;}
header#header .hls-header .right .hls-nav a.cur,header#header .hls-header .right .hls-nav a:hover {color: #009692;}
/*header#header .hls-header .right .hls-nav a::after {background: #fff;}*/


/* mobile nav */
.nav_mobile{display: none;position: relative;}
.mheader {height:50px;position:fixed; background: #fff; left: 0;top: 0;z-index: 103;width: 100%;overflow: hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.mheader ul {height:50px;position: relative;padding:0 3%;}
.mlogo {display: block; width:115px;height:40px;overflow: hidden; background-image: url(../images/logo.png);background-repeat: no-repeat; left:15px;top:5px; position: absolute;z-index: 94;}
/*.mlanguage {display: block; width:100px;overflow: hidden;right:4%;top:18px; position: absolute;z-index: 94;color: #fff;padding-left: 20px;background: url("../images/yy.svg") left center no-repeat;background-size:12%;}*/
.mlogo.indexmlogo { background-image: url(../images/logo.png); background-size: 100%;}
.no-touch .mlogo{ background-image: url(../images/logo.png);}

/*.mheader.mhfixed {background: #fff;}
.mheader.mhfixed .mlogo.indexmlogo{ background-image: url(../images/logo.png);}
.mheader.mhfixed .cd-nav-trigger.indexmnav span{ background:#000;}
.no-touch .mheader.mhfixed .mlogo.indexmlogo{ background-image: url(../images/logo.png);}
.no-touch .mheader.mhfixed .cd-nav-trigger.indexmnav span{ background:#fff;}*/

.mlanguage {padding:10% 0;text-align: center;} 
.mlanguage a{display: inline-block;margin:0 5%;color: #666;font-size: 18px;} 
.mlanguage a:hover {opacity: 1;}


.cd-nav-trigger{position: absolute;z-index:898;top:5px;right:3%;height:40px;width: 40px;overflow: hidden;text-indent: 100%;white-space: nowrap;-webkit-transition: -webkit-transform 0.2s;-moz-transition: -moz-transform 0.2s;transition: transform 0.2s;}
.cd-nav-trigger span{background:#000;position: absolute; left: 50%; top: 50%; bottom: auto; right: auto; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width:20px; height: 2px;}
.cd-nav-trigger span::before, .cd-nav-trigger span:after{content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: inherit; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.2s, width 0.2s; -moz-transition: -moz-transform 0.2s, width 0.2s; transition: transform 0.2s, width 0.2s;}
.cd-nav-trigger span::before{-webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; -o-transform-origin: right top; transform-origin: right top; -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -ms-transform: translateY(-6px); -o-transform: translateY(-6px); transform: translateY(-6px);}
.cd-nav-trigger span::after{-webkit-transform-origin: right bottom; -moz-transform-origin: right bottom; -ms-transform-origin: right bottom; -o-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: translateY(6px); -moz-transform: translateY(6px); -ms-transform: translateY(6px); -o-transform: translateY(6px); transform: translateY(6px);}

.no-touch .cd-nav-trigger{-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
.no-touch .cd-nav-trigger span{background:#000;}
.no-touch .cd-nav-trigger span::after,.no-touch .cd-nav-trigger span::before{width: 50%;background:#000;}
.no-touch .cd-nav-trigger span::before{-webkit-transform: translateX(2px) translateY(1px) rotate(45deg);-moz-transform: translateX(2px) translateY(1px) rotate(45deg);-ms-transform: translateX(2px) translateY(1px) rotate(45deg);-o-transform: translateX(2px) translateY(1px) rotate(45deg);transform: translateX(2px) translateY(1px) rotate(45deg);}
.no-touch .cd-nav-trigger span::after{-webkit-transform: translateX(2px) translateY(-1px) rotate(-45deg);-moz-transform: translateX(2px) translateY(-1px) rotate(-45deg);-ms-transform: translateX(2px) translateY(-1px) rotate(-45deg);-o-transform: translateX(2px) translateY(-1px) rotate(-45deg);transform: translateX(2px) translateY(-1px) rotate(-45deg);}

.cd-nav-container{background-color:#333333;position: fixed; z-index:101; top:0px; right: 0; width: 100%; height: 100%;overflow-y: auto; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s; -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s; transition: transform 0.4s 0s, box-shadow 0s 0.4s;}
.cd-nav-container.is-visible{-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);-webkit-overflow-scrolling: touch;}

.cd-close-nav{position: absolute; height: 44px; width: 44px; right:6%; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); overflow: hidden; text-indent: 100%; white-space: nowrap; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; transition: opacity 0.2s;}
.cd-close-nav::after, .cd-close-nav::before{content: ''; position: absolute; height:1px; width: 32px; left: 50%; top: 50%; background-color: #666; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.cd-close-nav::after{-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg);}
.cd-close-nav::before{-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg); transform: translateX(-50%) translateY(-50%) rotate(-45deg);}

.no-touch .cd-close-nav:hover{opacity: .8;}
.cd-nav{ margin-top:90px; }
.cd-nav li{width:80%;margin: auto; overflow:hidden;position: relative;}
.cd-nav a{ border-bottom:rgba(255,255,255,0.5) 1px solid;position: relative; display: block;width:90%;text-align: left; -webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;font-size:16px; color:#939393;padding:5% 0; margin:0px auto;text-transform:uppercase;}
.cd-nav a:hover{color:#fff;}
.mchildren {display:none; width:100%; margin:0px auto;}
.mchildren a{border-bottom:none;position: relative; display: block;width:100%;text-align: left; font-size:16px; color:#f0f0f0;padding:0.8em 0;}
.mchildren a:hover{background:none; color:#009692;}
.downup{background: url(../images/icon_22.png) right 10px center no-repeat; background-size: 3%;}



.cd-overlay{position: fixed; height: 100%; width: 100%; top: 0; left: 0; cursor: pointer; visibility: hidden; opacity: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s; -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s; transition: opacity 0.4s 0s, visibility 0s 0.4s; z-index:19;}
.cd-overlay.is-visible{opacity: 1; visibility: visible; -webkit-transition: opacity 0.4s 0s, visibility 0s 0s; -moz-transition: opacity 0.4s 0s, visibility 0s 0s; transition: opacity 0.4s 0s, visibility 0s 0s;}

.cpxq_box{width: 100%;}
.cpxq_title{color:#000; font-size: 30px; font-weight: bold; margin:50px auto; text-align: center;}
.cpxq_c{width: 100%; color:#333333; font-size: 18px; line-height: 30px; margin-bottom: 50px;}

.proimg_box{width: 100%; display: table; margin:50px auto;}
.pdst_right{width: 44%;float:right;}
.pdstr_title{width: 100%;float: left;}
.pdstr_title h1{ margin-top:50px; margin-bottom: 30px; border-bottom: 2px solid #9b9c9f; font-size: 30px; line-height: 50px; color:#333333; float:left;}

.cptdys_box{width: 100%; margin:50px auto;}
.cptdys_title{color:#000; font-size: 30px; font-weight: bold; margin:100px auto 50px; text-align: center;}
.cptdys_c{width: 100%;}
.cptdys{position: relative; text-align: center;}
.cptdys .cptdys{width: 100%; }
.cptdys .cptdys_img{position: relative;}
.cptdys .cptdys_img img{width: 100%;}
.cptdys .cptdys_text{position: absolute; width: 100%; height: 100%; top:0px; left: 0px; z-index: 99;}
.cptdys strong{ margin-top: 50%; font-size: 24px; color:#000; font-weight: bold; float:left; width: 100%;}
.cptdys em{ font-size: 14px; color:#000;}
.cptdys span{display: none; width: 90%; margin:10px auto; color:#fff; }
.cptdys:hover .cptdys_text{background: rgba(0,0,0,0.7);}
.cptdys:hover strong{color:#fff; margin-top: 25%;}
.cptdys:hover em{color:#fff;}
.cptdys:hover span{display: block;}

.ggxz{width: calc(100% - 100px);; background: #fff; padding: 50px; margin-bottom: 50px;}
.ggxz_title{color:#000; font-size: 30px; font-weight: bold; margin:0px auto 50px; text-align: center;}
.ggxz_c{width: 100%; line-height: 30px; font-size: 16px; color:#333;}
.ggxz_c table{width: 100%;}
.ggxz_c table tr{height: 60px; text-align: center; background: #f8f9fb;}
.ggxz_c table tr:first-child{background: #e3e5ea;}

.footNav { display: none;}

.play_img{position: relative;}
.play_z{position: absolute; left: 43%; top: 39%; width: 76px; height: 76px;}
.play_z i{font-size: 35px; color: #fff; margin-top: 20px;}

.popup-window {background: rgba(0,0,0,.5);position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;height: 100%;display: none;}
.popup-window-content {background: #fff;width: 800px;padding: 5% 2% 5% 5%;margin: auto;position: relative;z-index: 10;opacity: 0;transform: translate(0px,-100px);transition: all .4s;}
.popup-window-content .rolling-content{overflow: auto;height: 500px;position: relative;}
.popup-window-content .rolling-content .rolling-h{padding-right: 50px;font-size: 16px;color: #7d7d7d;line-height: 26px;}
.popup-window-content .rolling-content .rolling-h h2{color: #000;margin: 10px 0;text-transform: uppercase;font-size: 30px;}
.popup-window-content-bg {position: absolute;left: 0;top: 0;width:100%;height: 100%;z-index: 1;}
.ani-show1 {display: block;opacity: 1;transform: translate(0px,0px);transition-delay: .5s;}
.video-window-content {width: 80%;height: auto;margin: auto;position: relative;z-index: 10; margin-top: 15vh;}
.video-window-content video {width: 100%;height: auto;display: block;margin: auto;}
.popup-close {z-index:1;width: 30px; height:30px;background: url("../images/xx.png") center no-repeat;background-size: 40%;text-align:center; padding:10px; position:absolute; right:1%; display:block; top:30px;cursor: pointer;}
#v1 embed{width: 100%; height: 400px; }
#v1{max-width: 800px; margin: 0 auto; }


/* footer */
.footer{ width:100%; background:#fff; color:#adabab; border-top:2px solid; min-height:auto !important; height:auto !important;}
.footer .footer-nav{ padding:0 30px; height:43px;}
.footer .footer-nav .qq{ float:right;}
.footer .footer-nav .qq .iconfont{ font-size:20px; line-height:42px; color:#b5b5b9;}
.footer .footer-nav .qq .iconfont:hover{ color:#009692;}
.footer .footer-nav ul li{ float:left;}
.footer .footer-nav ul li a{ height:42px; line-height:42px; padding:0 30px; display:block; color:#ccc;}
.footer .footer-nav ul li a:hover{color:#009692;}

.footer .footer-content{ overflow:hidden;}
.footer .footerBox1{ float:right; width:59%; padding:50px 5% 50px 0;}
.footer .footerBox1 ul li { text-align:left;padding: 0px 0 3px 0;width: 16%; float: left;}
.footer .footerBox1 ul li:first-child{width:30%;}
.footer .footerBox1 ul li a{ font-size:12px; color:#757575; height:25px; line-height:25px; font-weight: 500; text-transform:uppercase;}
.footer .footerBox1 ul li a:hover{ color:#009692;}
.footer .footerBox1 ul li h3{margin-bottom: 20px;}
.footer .footerBox1 ul li h3 a{font-weight: bold !important; margin-bottom: 20px; color:#000;}
.footer .footerBox2{ float:left; width:40%; padding:50px 0 0; }
.footer .footer-logo{ text-align: left; margin-bottom: 30px;}
.footer .footer-logo a{font-size:24px; color:#000; font-weight:bold;}
.footer .footer-search{ width:100%; background: #fff; border-radius: 5px; overflow:hidden; margin:60px auto 30px; font-size:12px; color:#adabab;}
.footer .footer-search .tint{ width:82%; height:39px; font:14px "Microsoft YaHei"; color:#adabaa; line-height:37px; padding-left:14px; float:left; border:1px solid #fff; border-right:0;-webkit-appearance: none;}
.footer .footer-search .bint{ width:15%; height:39px; background:#fff url(../images/icon-search.png) no-repeat center center; background-size:25px; font:14px "Microsoft YaHei"; color:#adabaa; border:none; cursor:pointer;float:right;}
.footer .footer-intro{ font-size:12px; color:#adabab; padding:0 0 35px; text-align:center; text-transform:uppercase;}
.footer .footer-intro a{ color:#adabab;}
.footer .footer-intro a:hover{ color:#009692;}

.footer .footerBox3{ float: left; width: 28%; margin: 50px 0; padding: 0 0% 0 5%; }
.footer .footer-contactTitle{ font-size:32px; color:#fff; letter-spacing:5px; line-height:80px; font-weight:lighter; text-transform:uppercase; font-style:italic;}
.footer .footerBox3 ul li{ overflow:hidden; line-height:22px; margin-bottom:10px;}
.footer .footerBox3 ul li span{ float:left; width: 30%; width:40px; font-size:18px; color:#757575;}
.footer .footerBox3 ul li span.icon-Fax{ font-size:21px;}
.footer .footerBox3 ul li p,.footer .footerBox3 ul li div{ float:left; width: 80%; color:#757575; font-size:16px;}
.footer .footerBox3 a{ color:#757575;}

.footer .footer-copyright{ font-size:12px; color:#eeedec; background:#1a1919; padding:12px 60px; line-height:24px; overflow:hidden; text-align:center;}
.footer .footer-copyright a{ font-size:12px; color:#eeedec;}
.footer .footer-copyright p{ font-size:12px; color:#eeedec;}
.footer .footer-copyright a:hover{ color:#fff;}


.pathbg {margin-top: 100px; height: 298px; width: 100%; background-size: cover;}
.hls-page-path { color: #fff;font-size: 40px; font-weight: bold; padding: 123px 0;overflow: hidden; text-align: center;}
.hls-page-path a{ color: #fff;}

.hls-page-container {overflow: hidden;position: relative;margin-top: 10px;}
.hls-page-container img{display: block;width: 100%;height: auto;}
.hls-page-about {overflow: hidden;}
.hls-page-about .ptitle {position:relative;}
.hls-page-about .ptitle h2{display: block;font-size: 16px;line-height: 30px; color:#787878;width:100%;text-transform: uppercase; text-align: center; font-weight: 500;}
.hls-page-about .ptitle h3{display: block;text-align: center;width:100%;z-index: 3;font-size:30px;color:#333333; margin-top: 80px;}
.hls-page-about .ptitle h4{display: block; text-align: center;width: 100%; font-size: 20px; margin:10px auto 0; font-weight: normal;}
.aboutnav {width:55%;margin: auto; overflow: hidden;padding:2% 0;text-align: center;}
.aboutnav * {display: block;overflow: hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.aboutnav li{width:20%;text-align: left;display:inline-block;vertical-align: top;margin: 0 2.5%;}
.aboutnav li a { position: relative; padding: 10px 0;text-align: center; border: 1px solid #545454; border-radius: 50px; font-size: 18px;}
.aboutnav li a.a2{background: #3485c7; border:1px solid #3485c7; color:#fff;}
.aboutnav li a h6{font-size: 12px;text-transform: uppercase;font-weight: normal;}
.aboutnav li a h5{font-size: 14px;padding:5px 0;}
.aboutnav li a:hover h6,.aboutnav li a:hover h5{padding-left: 5%;}
.aboutnav li a:hover::before {width: 100%;}

/* 通用 */
.swiper-container {width: 100%;height: auto !important;margin-left: auto;margin-right: auto;}
.swiper-container .swiper-slide{z-index: 22;}
.swiper-container {swiper-theme-color: #ff6600;swiper-preloader-color: #00ff33;}


/* banner */
.xy-index-banner {margin-top:68px;}
.xy-index-banner img{height: 100%;}
.xy-index-banner a {display: block;width: 100%;height:auto; overflow: hidden;background: #000;}
.xy-index-banner .text {position: absolute;width: 1000px;left:50%;top:28%;margin-left: -500px;text-align: center;z-index: 10;}
.xy-index-banner .text .mingtu{text-shadow: 2px 2px 2px #fff;}
.xy-index-banner .text h2{color: #009692; font-size: 48px; margin-bottom: 20px;}
.xy-index-banner .text h3{color: #000;font-size: 48px;font-weight: bold; margin-bottom: 20px;}
.xy-index-banner .text p{color: #000;font-size: 22px;}
.xy-index-banner .text h6{color: #000;position: relative;text-align: left;margin-top: 50px;cursor: pointer;}
/*.xy-index-banner .text h6:hover {background: #fff;color: #000;}*/
.xy-index-banner .text .ban-sc{ padding-top:7%; text-shadow: 0 2px 2px #0a0b13;}
.xy-index-banner .text .ban-sc h2{ color:#fff;}
.xy-index-banner .text .ban-sc p{ color:#fff; font-size:22px; margin-bottom: 10px;}
.xy-index-banner .text .ban-sc p img{ padding:16px 0 0 0;}

.xy-index-banner .text.left {left: 9%;margin-left:0px;text-align: left;}
.xy-index-banner .text.center {top: 40%;}
.xy-index-banner .text.center h6{margin:50px auto auto;}
.xy-index-banner .text.right {left:auto;right: 13%; margin-left:0px;text-align: right;}
.xy-index-banner .text.right h6 {float: right;clear: both;}
.xy-index-banner .text.none { display:none;}

.xy-index-banner .text h2{transform:translateY(200px);opacity:0;transition:all .4s;}
.xy-index-banner .text h3{transform:translateX(-200px);opacity:0;transition:all .4s;}
.xy-index-banner .text h6{transform:translateX(-200px);opacity:0;transition:all .10s;}
.xy-index-banner .text p{transform:translateX(-200px);opacity:0;transition:all .8s;}
.xy-index-banner .ani-slide .text h2{transform:translateY(0);opacity:1;}
.xy-index-banner .ani-slide .text h3{transform:translateX(0);opacity:1;}
.xy-index-banner .ani-slide .text h6{transform:translateX(0);opacity:1;}
.xy-index-banner .ani-slide .text p{transform:translateX(0);opacity:1;}

.xy-index-banner .pic {width: 100%;height:100%; position: relative;}
.xy-index-banner .pic img{display: block;width: 100%;height:100%;}


.xy-index-banner .swiper-button-next,.xy-index-banner .swiper-button-prev{top:auto;bottom:15px; width: 27px;height: 44px;margin-top:auto;background: none;z-index: 99;outline: none;}
.xy-index-banner .swiper-button-prev {left: 50%;margin-left: -190px;}
.xy-index-banner .swiper-button-next {left:auto;right: 50%;margin-right: -170px;}



.xy-index-banner .swiper-pagination {position: absolute;right: 5%;bottom: 5%;text-align: right;width: 97%;}
.xy-index-banner span.swiper-pagination-bullet {background: rgba(221,109,37,.4);width: 40px;height: 4px; border-radius:0;position: relative;}
.xy-index-banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {}
.xy-index-banner span.swiper-pagination-bullet::before {content: '';width: 0%; height: 100%;left: 0;top: 0;background:#009692;z-index: 3;display: block;}
.xy-index-banner span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {-webkit-animation: w100 5000ms 1;animation: w100 5000ms 1;width:100%;}
@keyframes w100{
	0%{width: 0%;} 
	100%{width: 100%;}
}

.rolling { width: 30px; height: 80px;position:absolute;left:1%;bottom: 7%;cursor: pointer;z-index: 10;}
.rolling h6 {font-size: 12px;color: #fff;width: 10px;position:absolute;right:-5px;top:10px;font-weight: normal;}
.rolling h5 {font-size: 12px;color: #fff;width: 100px;position:absolute;right:-55px;top:40px;font-weight: normal;text-transform: uppercase;-webkit-transform:rotate(90deg);transform:rotate(90deg);}

.rolling span { position: relative;width:100%;height:100%; display: block;}
.rolling i{ display: block;height:10px; width: 1px;position:absolute;left:50%;top:10%; margin-left: -1px; background: #fff;animation: height1 1000ms infinite ease-out;-webkit-animation: height1 1000ms infinite ease-out;}
@keyframes height1{
	0%{height:10px;top:10%;opacity: 1;} 
	100%{height:80px;top:85%;opacity: 0;}
}

.rolling-top {position: fixed; right:2%;bottom:10%;width: 30px; height: 80px; z-index: 999; display:none;cursor: pointer;}
.rolling-top h6 {font-size: 12px;color: #666;width: 10px;position:absolute;right:-5px;bottom:-20px;font-weight: normal;}
.rolling-top h5 {font-size: 12px;color: #fff;width: 100px;position:absolute;right:-55px;bottom:-20px;font-weight: normal;text-transform: uppercase;-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.rolling-top span { position: relative;width:100%;height:100%; display: block;}
.rolling-top i{ display: block;height:10px; width: 1px;position:absolute;left:50%;top:10%; margin-left: -1px; background: #666;animation: rolling-top 2000ms infinite ease-out;-webkit-animation: rolling-top 2000ms infinite ease-out;}
@keyframes rolling-top{
	0%{height:100px;top:85%;opacity: 0;} 
	100%{height:30px;top:10%;opacity: 1;}
}
.rolling-top:hover h6{color: #fa8d3e;}
.rolling-top:hover i{background: #fa8d3e;}

.more1{display: inline-block;height: 40px;line-height:40px;font-size:14px; padding:0 30px;color: #fff; background-color:rgba(255,255,255,.1);border: 1px solid #fff;border-radius:25px;position: relative;overflow: hidden;}
.more1 span{position: relative;z-index: 9;}
.more1:before{content: " ";display: block;height: 100%;width: 0;background-color: #fff; position: absolute;left: 0;top: 0;z-index: 2;opacity:0; transition: all .2s;}
.more1:hover:before{width: 100%;opacity: 1;}
.more1:hover span{color: #d70010;}


.hls-search-box{ background:#f7f7f7; padding:40px 20% 55px 20%;}
.hls-search-title{text-align: center; font-size: 35px; color:#333; margin-bottom: 40px; font-weight:bold;}
.hls-search-box form{}
.hls-search-box .tint{width: 28%; margin-right: 2%; float:left; border:1px solid #999; background: #fff; height: 36px; line-height: 36px; padding-left: 5px;}
.hls-search-box .bint{width: 38px; height: 38px; line-height: 36px; background: #009692; text-align: center;}


.d-table {display: table;width: 100%;height: 100%;}
.d-table-cell {display: table-cell;vertical-align: middle;}
/*
.tmore {position: absolute;width: 115px;right: 0;top:55%;}
.tmore a {display: block;position: relative;font-size: 14px;padding-bottom: 20px; font-family: 'Conv_Montserrat-Bold';text-transform: uppercase;}
.tmore a i{display: block;width: 16px;height: 10px;position: absolute;right: 0;top: 4px;background: url("../images/right-h.svg") center no-repeat;background-size: 100%;}
.tmore a::after {content: '';width: 100%;height: 2px;background: #000;position: absolute;left: 0;bottom:0px;}
.tmore a:hover {color: #000;letter-spacing: 1px;}
.tmore a:hover i{right: 10%;}
.tmore a:hover::after {background: #000;}*/
.cd-nav-container .dtable-cell {display: table;margin-top: 100px; width: 100%;}

/*product*/
.product{padding: 0px 0 100px;background: url(../images/banner2.jpg)no-repeat center;background-size: cover;}
.product .title{margin-bottom: 85px;text-align: center;color: #FFFFFF;}
.product .title span{font-size: 48px;font-weight: bold;display: block;}
.product .title font{color: #999999;display: block;margin: 5px 0 15px;}
.product .title p{font-size: 16px;}

.container-product{padding: 0 100px !important;}
/*.product_box{overflow: hidden;}
.product_box a{background-color: #FFFFFF;color: #4b4b4b;display: block;float: left;}
.product_box a:hover span{opacity: 0.8;}
.product_box a .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/cp_hover.png)no-repeat center rgba(0,0,0,0.6);opacity: 0;transition: ease-in-out 0.1s;}
.product_box a:hover .bg{opacity: 1;}

.product_box a:nth-child(1){position: relative;}
.product_box a:nth-child(1),.product_box a:nth-child(2){width: 27.2%;}
.product_box a:nth-child(2){position: absolute;left: 0;bottom: 0;}
.product_box a:nth-child(1) .pic-box,.product_box a:nth-child(2) .pic-box{position: relative;overflow: hidden;width: 53%;padding-top: 69.5%;}
.product_box a:nth-child(1) .text,.product_box a:nth-child(2) .text{width: 47%;padding-top: 20%;}
.product_box a:nth-child(1) .text p,.product_box a:nth-child(2) .text p{padding: 0 10px;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;word-wrap: break-word; font-size: 16px;}
.product_box a:nth-child(1) .text span,.product_box a:nth-child(2) .text span{display: inline-block;margin-top: 15%;line-height: 30px;font-size: 12px;color: #FFFFFF;padding: 0 15px 0 15px;background: #fdb003;border-radius: 20px;}

.product_box a:nth-child(3){width: 33.7%;margin-left: 0.5%;position: relative;}
.product_box a:nth-child(4),.product_box a:nth-child(5){width: 18.8%;position: relative;margin-left: 0.5%;}
.product_box a:nth-child(3) .pic-box{position: relative;padding-top: 114%;overflow: hidden;width: 100%;}
.product_box a:nth-child(4) .pic-box,.product_box a:nth-child(5) .pic-box{position: relative;padding-top: 100%;overflow: hidden;width: 100%;}
.product_box a:nth-child(3) .text,.product_box a:nth-child(4) .text,.product_box a:nth-child(5) .text{width: 100%;position: absolute;left: 0;bottom: 6%;}
.product_box a:nth-child(3) .text p,.product_box a:nth-child(4) .text p,.product_box a:nth-child(5) .text p{line-height: 25px;text-align: center;padding: 0 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; font-size: 16px;}
.product_box a:nth-child(3) .text span,.product_box a:nth-child(4) .text span,.product_box a:nth-child(5) .text span{display: none;}

.product_box a:nth-child(6){width: 38.1%;margin-left: 0.5%;margin-top: 0.5%;position: relative;}
.product_box a:nth-child(6) .pic-box{position: relative;overflow: hidden;width: 64%;padding-top: 50%;}
.product_box a:nth-child(6) .text{width: 36%;padding-top: 13%;}
.product_box a:nth-child(6) .text p{padding: 0 10px;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; font-size: 16px;}
.product_box a:nth-child(6) .text span{display: inline-block;margin-top: 15%;line-height: 30px;font-size: 12px;color: #FFFFFF;padding: 0 15px 0 15px;background: #fdb003;border-radius: 20px;}*/
.product_box{overflow: hidden;}
.left_1{width:33.33%; float:left;}
.mid_1{width: calc(33.33% - 20px);margin-left: 10px; float:left; background: #fff; }
.right_1{width:33.33%; float:left;margin-left: 10px;}
.product_box a{background-color: #FFFFFF;color: #4b4b4b;display: block;float: left; overflow:hidden;}
/*.product_box a:hover span{opacity: 0.8;}*/
.product_box a .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0px;background: url(../images/cp_hover.png)no-repeat center rgba(0,0,0,0.6);opacity: 0;transition: ease-in-out 0.1s;  padding: 10px 0;}
.product_box a:hover .bg{opacity: 1;}
.product_box a{width: calc(50% -  5px);position: relative;margin-left: 10px; float:left; margin-bottom:10px;}
.product_box a .pic-box{position: relative;padding-top: 100%;overflow: hidden;width: 100%;}
.product_box a .text{width: 100%;position: absolute;left: 0;bottom: 6%;}

.product_box a .text p{line-height: 25px;text-align: center;padding: 0 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; font-size: 16px;}
.product_box a .text span{display: none;}
.product_box a:nth-child(1), .product_box a:nth-child(3){margin-left:0px;}
/*.product_box a:nth-child(9){width: 33.7%;margin-left: 0.5%;position: relative;}
.product_box a:nth-child(9) .pic-box{position: relative;padding-top: 114%;overflow: hidden;width: 100%;}*/

.mid_1 a{width:100% !important; padding: 5px 0; }
.mid_1 a .bg{padding:20px 0;}

.pic-box img{ position: absolute; width: auto; height: 80%; margin-top:10%; top: 0;left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.container-product .iconfont{width: 70px;line-height: 120px;text-align: center;position: absolute;top: 50%;margin-top: -60px;background-color: rgba(255,255,255,0.8);color: #101010;font-size: 66px;cursor: pointer;z-index: 10;}
.container-product .iconfont:hover{background-color: rgba(17,82,174,0.6);color: #FFFFFF;}
.button-next-product{right: 25px;}
.button-prev-product{left: 25px;}



 
.hls-iproduct {display: table;}
.hls-iproduct .iproduct {position: relative; width:33.33%;max-width: 33.33%;float: left;}
.hls-iproduct .iproduct a{display: block;overflow: hidden;background: #000;}
.hls-iproduct .iproduct .txt{position: absolute;bottom: 18%;left: 0;width: 90%;z-index: 3;padding:5%; text-align: center;}
.hls-iproduct .iproduct .txt h3{font-size: 60px;color: #fff;padding:10px 0;  font-weight:normal;}
.hls-iproduct .iproduct .txt h3 strong{color: #fff;  font-weight:normal;}
.hls-iproduct .iproduct .txt h4{font-size: 26px;color: #fff; font-weight:normal; letter-spacing:2px;}
.hls-iproduct .iproduct .txt span{font-size: 60px; color: #fff;margin-left: 10px;}
.hls-iproduct .iproduct .txt span h6{font-size: 20px; color:ff;}
.hls-iproduct .iproduct .txt span p{font-size: 16px;    margin: 10px auto; color: #fff;}
.hls-iproduct .iproduct .txt span em{font-size: 14px; border:1px solid #fff; padding: 5px 10px; color:#fff;border-radius: 50px; margin: 20px auto 0; display: table;}
.hls-iproduct .iproduct .pic{position: relative;}
.hls-iproduct .iproduct .pic .mark{position: absolute;bottom: 0;left: 0;width: 100%;height:100%;z-index: 1; background:#000;opacity: .5;}
.hls-iproduct .iproduct a:hover .pic .mark{background: #051866;}
.hls-iproduct .iproduct a:hover .pic img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.hls-iproduct .iproduct a:hover .txt span{display: block;}
.hls-iproduct .iproduct a:hover .txt{bottom:25%;}
.hls-iproduct .iproduct.ip1 {}


.ygjc_box{width: 80%; margin:80px auto 40px; text-align: center;display: table;font-size: 16px; line-height: 30px;}
.ygjc_box strong{font-size: 32px; color:#000; width: 100%; float:left;}
.ygjc_box span{font-size: 16px; line-height: 30px; margin:15px 0 30px; width: 100%; float:left; color:#565656;}
.ygjc_box img{width: 50%; float:left;}
.hls-indexnews{overflow: hidden;position: relative;}
.hls-inews {overflow: hidden;position: relative; width: 80%; margin:0 auto;}
.inewslist {overflow: hidden;position: relative; margin: 90px auto;}
.inewslist .inews {position: relative;width: 100%;float: left;}
.inewslist .inews a{display: block;overflow: hidden;background: #ededed;}
.inewslist .inews a .pic{width: 50%;float: right;overflow: hidden;}
/*.inewslist .inews a .pic img {background: #000;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}*/
.inewslist .inews a .txt{position: absolute;left: 0;top: 0;width: 40%;height: 100%;padding:0 5%;}
.inewslist .inews a .txt em{font-size: 60px; color:#009692; font-weight: bold; float:left; width: 100%;}
.inewslist .inews a .txt h4 {font-size: 32px; color: #333; margin-top: -35px; background: #fff; width: 100%; float: left; z-index: 2;padding: 0 0 20px 0;}
.inewslist .inews a .txt h3 {font-size: 32px; color: #333;}
.inewslist .inews a .txt .line{width: 85px; height: 5px; background: #009692; margin:20px 0;display: table;}
.inewslist .inews a .txt h5 {font-size: 14px;color: #999;font-weight: normal;line-height: 24px; margin: 30px 0;}
.inewslist .inews a .txt h6 {font-size: 16px;color: #565656;font-weight: normal; line-height: 30px; margin-top:10px;}
.inewslist .inews a .txt h6 strong{background: url(../images/quan_h.png) left top 9px no-repeat; font-size: 16px; color: #5d5d5d; margin-bottom: 10px; padding-left: 20px;display: table; font-weight: normal;}
.inewslist .inews a .txt h6 u{background: url(../images/line.png) left center no-repeat; padding-left: 30px; height: 24px; line-height: 24px; text-decoration: none;     color: #5d5d5d;}
/*.inewslist .inews a .txt::before {content: '';width: 0;height: 0;border-width: 20px 20px 20px 0;border-style: solid;border-color:transparent #ededed transparent transparent ;position: absolute;left: -20px;top: 50%;margin-top: -20px; z-index: 3;}*/
.inewslist .inews:nth-child(2n+2) .txt{left: auto;right: 0;}
.inewslist .inews:nth-child(1n+1) .txt,.inewslist .inews:nth-child(2n+2) .pic{float:left;}
/*.inewslist .inews:nth-child(1) .txt::before {border-width: 20px 0 20px 20px;border-color:transparent transparent transparent #ededed;left:auto;right: -20px;}
.inewslist .inews:nth-child(2) .txt::before {border-width: 20px 0 20px 20px;border-color:transparent transparent transparent #ededed;left:auto;right: -20px;}*/
.inewslist .inews a:hover .pic img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-filter: none;-moz-filter: none;-ms-filter: none;-o-filter: none;filter: none;}
.inewslist .inews a:hover { }
.inewslist .inews a:hover h3{ color:#009692;}
.inewslist .inews a:hover .txt h4 {color:#009692;}
.inewslist .inews a:hover .txt::before {border-color:transparent #000 transparent transparent;}
/*.inewslist .inews:nth-child(3) a:hover .txt::before,.inewslist .inews:nth-child(4) a:hover .txt::before {border-color:transparent transparent transparent #000;}*/

.hls-index-about{width: 100%; text-align: center; margin:80px auto 0;}
.hls-index-about h1{font-size: 32px; color:#009692; font-weight: bold; height: 60px; line-height: 60px;}
.hls-index-about h1::after{content:'';width: 58px; height: 2px; background: #000; margin:20px auto 30px; display: table; }
.hls-index-about p{font-size: 16px; color:#000; line-height: 30px; margin:60px auto 40px;max-width: 800px;}
.hls-index-about .more{width: 160px; height: 54px; font-size:16px; line-height: 54px; background: #009692; text-align: center; color:#fff; margin:20px auto 80px;}
.hls-index-about .more a{color:#fff;}
.hls-index-about .more:hover{background: #000;}

.zypb{width: 100%; background: #ececec; background-size: cover;}
.zypb_bg{background: #fff; border-radius: 20px; margin:45px 6% 90px; padding: 50px;}
.zypb_title{width: 20%; }
.zypb_title strong{ font-size: 34px; color:#4b4b4b; float:left; width: 100%; }
.zypb_title span{font-size: 24px; color:#999; float:left; width: 100%; margin-top:10px;}
.zypb_logo{width: 80%; }

.breadmenu{width: 100%; background: #3f3f40; display:table; line-height: 50px; margin-top: -3px;}
.breadmenu .container{width: 100%; max-width: 100%; margin:0 auto; font-size:18px; }
.breadmenu .container .bigname{float:left; width: 5%; padding-left: 2%;color: #fff; font-weight: bold;display: none;}
.breadmenu .container .line{width: 60px; height: 2px; background: #cf001c; margin:10px 0px 10px 40px; float:left;}
.breadmenu .container .smallname{float:left;}
.breadmenu .container .smallname a{background: url(../images/quan_h.png) left center no-repeat;  padding:0 20px; float:left; margin:0 10px; color:#fff; font-size: 16px;}
.breadmenu .container .smallname a:hover,.breadmenu .container .smallname a.cur{color:#009692;}
.breadmenu .container .smallname a:last-child{border-right:0px;}

.products-class-section{width: 100%; margin:150px auto 0px;}
.products-class-box{width: 100%; margin:0px auto;  display: table;}
.products-class-box ul{margin:0px; padding: 0px;}
.products-class-box ul li{width: 100%; float:left; margin-bottom: 100px;}
.products-class-box .products-class-box-left{width:55%; float:right;}
.products-class-box .products-class-box-left img{max-width: 100%;}
.products-class-box .products-class-box-right{width: 35%; float:left; margin: 50px 5% 50px 5%;}
.products-class-box .products-class-box-right .title{ width: 100%; margin-bottom:10px; line-height: 30px; text-transform: uppercase; text-align: left; margin:0px auto 20px;}
.products-class-box .products-class-box-right .title strong{font-size: 30px; font-weight: bold;color:#009692; }
.products-class-box .products-class-box-right .desc{color:#333; font-size: 16px; line-height: 30px;}
.products-class-box .products-class-box-right .more{font-size: 16px; color:#333; border-bottom: 2px solid #333; float:left; margin-top: 30px;}
.products-class-box ul li:nth-child(2n) .products-class-box-left{float:left;}
.products-class-box ul li:nth-child(2n) .products-class-box-right{float:right; margin: 50px 5% 50px 5%;}


.section5 .section5Wrapper{ padding: 0px 150px; display: table;}
.section5 .title{ font-size:16px; text-transform:uppercase; color:#adabaa; line-height:30px;}
.section5 .title h3{font-size: 50px;color: #333333;font-weight: bold;line-height: 82px; border: 0px; margin: 0;text-align: left;}
.section5 .title h4{ width: 290px; height:2px; background: #333333; margin: 20px 0;}
.section5 .partner{ float:right; width:100%; margin:50px 0 0 0;}
.section5 .partner ul li{ float:left; margin:0 7.5% 50px 0; width: 14%;}
.section5 .partner ul li:nth-of-type(5n){ margin:0 0 50px 0;}
.section5 .partner ul li img { max-width: 100%; margin-bottom: 20px;}

.section5 .partner ul li strong{width: 100%; height: 50px; line-height: 50px; border-top:1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 18px; color:#525252; text-align: center; float:left;}
.section5 .partner ul li span{text-align: center; width: 100%; margin: 10px 0;float: left; height: 30px; line-height: 30px; overflow: hidden; color:#666; text-transform: uppercase;}
.section5 .partner ul li:hover strong{ color:#ea5513;}
.section5 .more{ display: table; float: right;margin-bottom: 50px;}
.section5 .more a{ font-size:16px; width:102px; height:37px; line-height:37px; text-align:right; padding:0 12px; display:block; color:#fff; background: #009692}
.section5 .more a:hover{ background:#000; color:#fff;}

.product-section2 .product-section2-box{ width:1200px; margin:0 auto;}.product-section22 .product-section2-box{ float:left; width:68%;}
.product-section2 .product-section2-box .product-section2-content{ overflow:hidden;}
.product-section2 .product-section2-box .title { width:100%; font-size:22px; color:#b2b1b0; padding:10px 0 15px; font-style:italic; border-bottom:2px solid #b2b1b0;}
.product-section2 .product-section2-box .title h1{ font-size:75px; line-height:85px; font-weight:bold; -webkit-text-stroke: 1px #adacaa; color: transparent;}
.product-section2 .product-section2-box .title h1 span{ font-size:34px; font-weight:normal; color:#afaead; line-height:42px; text-transform:uppercase; -webkit-text-stroke:0;}
.product-section2 .product-section2-list{ padding:60px 6%; overflow:hidden; width: 88%;  }
.product-section2 .product-section2-list ul li{ float:left; width:23.5%; margin:0 2% 26px 0;  overflow:hidden; outline:none;  background: #fff;}
.product-section2 .product-section2-list ul li:nth-child(4n+4){margin:0 0 26px 0;}
.product-section2 .product-section2-list ul li .title{width: 90%; background: #e8e8e8; float: left; font-size: 20px; padding:20px 5%;}
.product-section2 .product-section2-list ul li .title p.title1{ line-height: 30px; height: 60px; overflow: hidden;}
.product-section2 .product-section2-list ul li .title span{margin-top:0px; float:left; font-size: 16px;}
.product-section2 .product-section2-list ul li .pic{ color:#666; overflow:hidden; display:block; width: calc(100% - 2px); border: 1px solid #e8e8e8; float:right;}
.product-section2 .product-section2-list ul li .pic img{ width:100%; height:auto; display:block;}
/*.product-section2 .product-section2-list ul li p{ display:block; height:52px; line-height:22px; padding:12px 0 0; font-size:16px; text-align:center; display:block;}*/
.product-section2 .product-section2-list ul li:hover{/* box-shadow: 0px 0px 10px 10px #ccc;*/}
.product-section2 .product-section2-list ul li:hover .title{background: #009692;}
.product-section2 .product-section2-list ul li:hover .title p.title1{ color:#fff; }
.product-section2 .product-section2-list ul li:hover .title span{color:#fff;}
.product-section2 .product-section2-list ul li * {display: block;overflow: hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.product-section2 .product-section2-list ul li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-filter: none;-moz-filter: none;-ms-filter: none;-o-filter: none;filter: none;}


.product-section1{ background:#fff;display: table;    width: 100%;}
.product-section1 .product-section1Wrapper{ width:100%; padding:50px 0;}
.product-section1 .product-section1-box{ width:80%; margin:0 auto; overflow:hidden; position:relative;}
.product-section1 .product-section1-box .product-section1-content{ overflow:hidden;}
.product-section1 .product-section1-box .pic{ float:left; width:46%;}
.product-section1 .product-section1-box .pic img{max-width: 100%;}
.product-section1 .product-section1-box .title { float:left; width:50%; margin-left:4%; font-size:22px; font-weight:bold; color:#adabaa; padding:10px 0 3px; }
.product-section1 .product-section1-box .title h1{ font-size:34px; font-weight:bold; color:#e60101; font-style:normal; line-height:42px; padding:0 0 42px; font-style:italic;}
.product-section1 .product-section1-box .title h2{ font-size:55px; line-height:85px; font-weight:bold; -webkit-text-stroke: 2px #adacaa; color: transparent; font-style:italic;}
.product-section1 .product-section1-box .notice{ font-size:16px; line-height:30px; padding:30px 0; font-weight:normal;}
.product-section1 .product-section1-box .notice h3{ font-size:36px; line-height:30px; font-weight:bold;}
.product-section1 .product-section1-box .xgbz{margin-top: 30px; font-size: 18px; text-transform: uppercase; line-height: 36px;}
.product-section1 .product-section1-box .xgbz p{margin-bottom: 20px;}
.product-section1 .product-section1-box .xgbz img{max-width:100%;}
.product-section1 .product-section1-desc{ font-size:18px; line-height:40px; padding:0px 0 0px;}
.product-section1 .product-section1-desc h3{ font-size:18px; font-weight:bold; color:#000;}
.product-section1 .product-section1-desc table{border:solid #e4e4e4; border-width:1px 0px 0px 1px; line-height:26px;}
.product-section1 .product-section1-desc th{ background:#f0f0f0; padding:10px 0;}
.product-section1 .product-section1-desc th,.product-section1 .product-section1-desc td{border:solid #e4e4e4; border-width:0px 1px 1px 0px;}
.product-section1 .product-section1-desc td{ padding:10px;}
.product-section1 .producttitle{ font-size:26px; font-weight:bold; height:60px; line-height:60px; padding:0 20px; background:#f7f7f7; color:#333; margin:0 0 50px;}
.product-section1 .product-section1-desc .b {background-color:#f7f7f7;}
.proshow{ width:100%; overflow-x:auto;}
.proshow h2{font-size: 20px;font-weight: bold;color: #e60101; margin: 30px 0 10px;}
.proshow ul{margin: 0px; padding: 0px;}
.proshow ul li{width: 96%; margin-bottom: 10px; text-transform: uppercase; background: #ededed; float: left; padding:0 2%;}
.proshow ul li:nth-child(2n+2){background: #fff;}
.proshow ul li .proshowname{width: 24%; float:left; margin-right: 2%;  padding: 10px 0;}
.proshow ul li .proshowc{width: 74%; float:left;  padding: 10px 0;}
.newsback { text-align:right; padding:10px 15px 0 0;border-top: 2px solid #e8e8e8;}
.newsback a{ font-size:26px; line-height:65px; color:#333;}

.check{width: 100%; float:left; margin:50px auto; text-align: left;}
.check1{width: 100%; float:left; font-size: 32px; color:#333333; text-transform: uppercase;}
.check2{width: 100%; float:left; font-size: 36px; color:#333333; font-weight: bold; text-transform: uppercase;}
.check2 em{width: 100px; margin-left: 10px;  display: inline-block; margin-left: 10px; height: 15px;  border-top: 1px solid #999;}
.check3{margin-top: 30px; float:left;}

.w3l-inner-banner-main{margin-bottom: -3px;}

.product-xg-section{width: 100%;    display: table;}
.product-xg-box{width: 100%;}
.product-xg-box ul{margin: 0px; padding: 0px;}
.product-xg-box ul li{width: 21.5%; margin-right: 2%; padding: 1%; float: left;}
.product-xg-box ul li:nth-child(4n+4){margin-right: 0;}
.product-xg-box ul li img{background: #fdb003; padding: 2%; width: 96%; float: left;}
.product-xg-box ul li span{width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 16px; float: left;overflow: hidden;}
.product-xg-box ul li:hover img{background: #000; }


/**新闻列表**/
.news-section2{ background:#ffffff;}
.news-section2 .news-section2Wrapper{ width:80%; padding:95px 10%;}
.news-section2 .news-section2-box{ height:234px; background:#fbfbff; margin:0 0 60px; position:relative;}
.news-section2 .news-section2-box:hover{background: #e8e8e8;}
.news-section2 .news-section2-box .pic{ float:left; width:30%; height:100%; margin-top: -35px; position: relative;}
.news-section2 .news-section2-box .pic img{max-width: 100%; }
.news-section2 .news-section2-box .newsline{position: absolute; width: 90%; padding: 0 5%; background: #009692; height: 35px; line-height: 35px; bottom: -35px;}
.news-section2 .news-section2-box .newsline img{float: left; width: 30px; margin-top: 2px;}
.news-section2 .news-section2-box .newsline span{float: right; color: #fff; text-transform: uppercase; font-size: 16px;}
.news-section2 .news-section2-box .news-section2-note{ float:left; width:90%; padding:30px 5% 0 5%;}
.news-section2 .news-section2-box h3{ font-size:24px; line-height:36px; color:#585656; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;    text-transform: uppercase;}
.news-section2 .news-section2-box:hover h3{color:#009692;}
.news-section2 .news-section2-box .news-section2-desc{ font-size:14px; line-height:24px; color:#585657; height:74px; overflow:hidden;}
.news-section2 .news-section2-box .datetime{ font-size:16px; color:#999; padding:10px 24px 10px; background: url(../images/date.png) left center no-repeat;}
.news-section2 .news-section2-box .more{ font-size:14px; width: 76px;  border-bottom: 2px solid #333; height:28px; line-height:28px; text-align:left; display:block; color:#585656; font-weight:bold; }
.news-section2 .news-section2-box a:hover .more{ color:#009692; border-bottom: 2px solid #009692;}

/**新闻详细**/
.news-section3{ background:#f7f7f7;}.bgfff{ background:#fff;}
.news-section3 .news-section3Wrapper{ width:100%; padding:120px 0;}
.news-section3 .news-section3-box{ width:65%; margin:0 auto; overflow:hidden; position:relative;}
.news-section3 .news-section3-box .title { font-size:22px; font-weight:bold; color:#adabaa; padding:0 0 3px; width: 100%; float: left;  border-bottom:1px solid #adabaa;margin-bottom: 20px;}
.news-section3 .news-section3-box .title h1{ font-size:34px; font-weight:bold; color:#000; font-style:normal; line-height:42px; padding:0 0 30px; text-transform: uppercase; float: left; width: 100%;}
.news-section3 .news-section3-box .title h2{ font-size:75px; line-height:85px; font-weight:bold; -webkit-text-stroke: 2px #adacaa; color: transparent;}
.news-section3 .news-section3-box p{font-size: 14px; color: #6c6c6c; margin-bottom: 10px; font-weight: normal;}
.news-section3 .news-section3-box .left{float: left;}
.news-section3 .news-section3-box .right{float: right;}
.news-section3 .news-section3-desc{ font-size:18px; line-height:40px; padding:70px 0; border-bottom:1px solid #adabaa;}
.news-section3 .newsback { text-align:right; padding:10px 0px 0 0;}
.news-section3 .newsback a{ font-size:16px; line-height:40px; color: #fff; border-radius: 5px; background: #009692; height: 40px; padding: 0 30px; margin: 10px auto;}
.news-section3 .newsback a:hover{background: #000;}

.lcpxt{width: 80%; background: url(../images/yanfabg.jpg) no-repeat; background-size:cover; padding: 100px 10%; display: table;}
.lcpxt h3{font-size: 32px; color:#fff; text-align: center; margin-bottom: 30px;}
.lcpxt p img{width: 50%; float:left;}

.jysb{background: #23262b; width: 100%; padding: 50px 0 50px;}
.jysblist{width: 80%; margin:0 auto;}
.jysbli{position:relative;}
.jysbli img{ width: 100%;}
.jysbli span{ position:absolute; bottom:0px; width:100%; height:40px; line-height:40px; color:#fff; font-size:16px; text-align:center; background:rgba(0,0,0,0.5); }
.jysbsm{width: 60%; margin:50px auto; font-size: 16px; color:#fff; line-height: 30px; text-align: center;}
.zhizao{background: #f7f7f7; margin-top: 80px; padding: 40px 0 !important;}

.cslc{width: 100%; margin:50px auto;}
.cslc h3{font-size: 32px; text-align: center; margin-bottom: 30px;}
.cslc h4{width: 70%; margin:50px auto; font-size: 14px; line-height: 30px; text-align: center;}
.cslc img{margin:0 auto; width: 80%; display: table; max-width:1388px;}


 /*page fenye*/
.pager{margin-left:auto;margin-right:auto;clear:both;display:table;overflow:hidden;padding:40px 0;}
.pager a{float:left;background:#777; font-size: 14px;padding-left:10px;padding-right:10px;height:30px;line-height:30px;text-align:center;display:block;margin-right:4px;color:#fff;text-decoration:none;font-weight:700; border-radius: 5px;}
.pager span{float:left;height:30px;line-height:30px;text-align:center;display:block;margin-right:4px;color:#777}
.pager a:hover,.pager a.Ahover{background:#009692;color:#fff}
.pager a.nextPage,.pager a.prePage{}
.pager .pagenum{float:left;display:table}
.pager .hidden{display:none}


/*.pager{margin:0 auto; position: relative; text-align: center; padding-bottom: 40px;}
.pager a, .pager span{height: 40px; width: 40px; padding: 0 10px; border-radius: 5px; font-size: 14px; color: #333; line-height: 40px; text-align: center; display: inline-block; font-weight: 500; margin-right: 12px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.pager a:hover, .pager .Ahover{
    background: #000;
    color: #FFF;
}
.pager a:last-child{
    margin-right: 0;
}

.pager .pagenum{display: inline-block; margin-right: 10px;}*/

.bigtitle { margin:73px auto 50px; text-align: center; }
.bigtitle h2{font-size: 32px; line-height: 40px;display: table; margin: 0 auto; color:#009692;}
.bigtitle h2::after{content:'';width: 58px; height: 2px; background: #000; margin:20px auto 0px; display: table; }
/*news*/
.indexnewslist {overflow: hidden;position: relative; width: 80%; margin:0 auto 65px;}
.indexnewslist .swiper-button-next{right: -50px;display: none; width: 20px; height: 40px; top:120px;}
.indexnewslist .swiper-button-prev{left:-50px;display: none; width: 20px; height: 40px; top:120px;}
/*.inewslist .inews {position: relative;width: 30%;float: left; margin-right: 5%; margin-bottom: 40px;}
.inewslist .inews:nth-child(3n+3){margin-right: 0px;}*/
.indexnewslist .inews a{display: block;overflow: hidden;}
.indexnewslist .inews a .pic{width: 100%;float: left;overflow: hidden;}
/*-.indexnewslist .inews a .pic img {background: #000; width: 100%;webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}*/
.indexnewslist .inews a .txt{width: 80%;height: 80%;padding:10%; float:left; background:#f7f7f7;}
.indexnewslist .inews a .txt h4 {font-size: 18px;color: #090a2a;  line-height: 26px;}
.indexnewslist .inews a .txt h5 {font-size: 16px;color: #767676;font-weight: normal;line-height: 24px; margin: 10px 0 30px;}
/*.indexnewslist .inews a .txt h4::after{content:''; width: 40px; height: 2px; background: #666; margin-top: 30px;
    display: table;}*/
.indexnewslist .inews a .txt h6 {font-size: 16px;color: #767676;font-weight: normal;}
/*.indexnewslist .inews a:hover .pic img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-filter: none;-moz-filter: none;-ms-filter: none;-o-filter: none;filter: none;}*/
.indexnewslist .inews a:hover .txt{background: url(../images/newsbg.jpg) left center no-repeat;}
.indexnewslist .inews a:hover .txt h5 {color:#fff;}
.indexnewslist .inews a:hover .txt h4 {color: #fff;}
.indexnewslist .inews a:hover .txt h6 {color: #fff;}
.indexnewslist .inews a:hover .txt h4::after{background: #fff;}




.talentconcept {margin-top:80px;}
.talentconcept .txt{width:100%;padding:0% 0 2% 0%;overflow: hidden;}
.talentconcept .txt .title{width: 100%; margin: 0;}
.talentconcept .txt .title h2{float:left; font-size: 30px;}
.talentconcept .txt .title h3{float:right; color:#787878;margin: 0px; border-top: 0px; padding: 0px;}
.talentconcept .txt .text{padding:4% 0 0;overflow: hidden;font-size: 16px;line-height: 36px; width: 100%;}
.teamstyle {padding:5% 0;overflow: hidden;}
.teamstyledetail {padding:4% 0;overflow: hidden;}
.teamstyledetail img{width:auto;max-width: 100%;height: auto;display: block;}

.kfdh{width: 100%; display: table;;}
.kfdh strong{width: 100%; font-size:18px; float:left;}
.kfdh span{width: 100%; font-size: 36px; float:left; margin:20px 0 80px;}

.fgs_contact{width: 100%; display: table;}
.fgs_contact ul{margin: 0px; padding: 0px;}
.fgs_contact ul li{width: 22%; margin-right: 2%; float:left;}
.fgs_contact ul li:nth-child(4){margin-right: 0px; width: 27%;}
.fgs_contact ul li strong{font-size:14px; color:#2b2b2b; width: 100%; float:left;}
.fgs_contact ul li span{font-size: 14px; color:#737373; line-height: 26px; margin-top: 20px; width: 100%; float:left;}

.map{width: 100%; margin:80px auto;}
.map img{width: 100%;}

/*设计咨询*/
.sjtitle{width: 100%; display: table; background: #f3f7fb;margin: 50px auto;}
.sjtitle ul{width: 70%; margin:0px auto;}
.sjtitle ul li{width: 32%; float:left; height: 110px; text-align: center; margin:20px 0;}
.sjtitle ul li:nth-child(2){width: 34%; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.sjtitle ul li i{width:78px; height: 78px; background-size:100%; margin:0px auto;display: table;}
.sjtitle ul li span{width: 100%; text-align: center; color:#363636; font-size: 20px;}
.sjtitle ul li:hover span,.sjtitle ul li.cur span{color:#2e7fc3;}
.sjtitle ul li:hover i,.sjtitle ul li.cur i{background: url(../images/rz_ico_bg.png) center center no-repeat}
.sjtitle ul li i.i{display: block}
.sjtitle ul li i.i_on{display: none}
.sjtitle ul li i img{margin:16px;}
.sjtitle ul li.cur i.i,.sjtitle ul li:hover i.i{display: none;}
.sjtitle ul li.cur i.i_on,.sjtitle ul li:hover i.i_on{display: block;}

.hls-about{width: 100%;}
.about_title{width: 100%; margin:50px auto;display: table;}
.title_left{float:left; font-size: 30px; color:#333; font-weight: bold;}
.title_right{float:right; font-size: 16px; color:#787878;}
.title_h2{width: 100%; display: table;}
.title_h2 h2{width: 100%; color:#333; font-size: 24px; font-weight: 500; line-height: 30px;}
.title_h2 h3{width: 100%; color:#999; font-size: 18px; font-weight: 500; line-height: 30px; margin-bottom: 50px;}
.about_box{    color: #666; line-height: 40px; font-size: 16px; margin-bottom: 50px;}
.sj_title{text-align: center; margin:30px auto 60px; border-bottom:1px solid #333; font-size: 30px; line-height: 60px; display: table;}
.sj_about_box{color:#333; line-height: 30px; font-size: 16px;}

.about_num{width: 70%; border:1px solid #ccc; padding:100px 0px 80px 100px; display: table; margin: 100px auto 80px; box-shadow: 0px 5px 20px #ccc; background: #fff url(../images/oembg.png) no-repeat; background-size: cover; border-radius: 10px; max-width: 1400px;}
.about_num_box1{width: 27%; margin-right: 3%; padding-right: 3%; float:left; text-align: center; border-right: 1px solid rgba(255,255,255,0.5);}
.about_num_box1:nth-child(3){margin-right: 0px; border-right: 0px;padding-right: 0px;}
.about_num_box1 span{width: 100%; font-size: 20px; color:#fff; float:left; margin-bottom: 12px;}
.about_num_box1 strong{font-size: 44px; color:#095e5c; line-height: 1.2;}
.about_num_box1 em{font-size: 20px; font-style: normal; margin-left: 10px; color:#009692;}

.about_img{width: 88%; margin:100px auto 50px; max-width: 1400px; border-radius: 10px;}
.about_img img{width: 100%;}

/*.qywh{width: 88%; max-width: 1400px; margin:100px auto; display: table;}
.qywh_box1{width: 100%;height: 590px; overflow: hidden; float: left; }
.qywh_box1 .qywh_box_img1{width: 36%; float:left; }
.qywh_box1 .qywh_box_img1 img{width: 100%;}
.qywh_box1 .qywh_box_c{width: 22%; float:left; height: 100%;}
.qywh_box1 .qywh_box_img2{width: 42%; float:left;}
.qywh_box1 .qywh_box_img2 img{width: 100%;}
.qywh_box_c_top{width: 90%; height: 45%; float:left; background: #009692; color:#fff; padding: 5%; text-align: left;}
.qywh_box_c_top span {color:#fff; font-size: 70px; font-weight: bold; width: 100%;float:left;}
.qywh_box_c_top strong{font-size: 25px; font-weight: bold; width: 100%; height: 50px; line-height: 50px; float:left; color:#fff;}
.qywh_box_c_top .line{float:left; width: 50px; height: 3px; background: #fff;}
.qywh_box_c_top .qywh_text{ color:#fff;   line-height: 24px; font-size: 14px; float: left; margin-top: 20px;}
.qywh_box_c_bottom{width: 100%; height: 40%; background: #fff;}
.qywh_box_c_bottom img{padding: 5%; width: 90%;}

.qywh_box2{width: 100%; height: 460px; float:left; position: relative;}
.qywh_box2_img{position: relative;}
.qywh_box2_img img{width: 100%;}
.qywh_box2_c{position: absolute; top:30%; left: 35%; background: rgba(221,109,37,0.8); padding: 50px; width: 36%; }
.qywh_box2_c span {color:#fff; font-size: 70px; font-weight: bold; width: 25%;float:left;}
.qywh_box2_c .qywh_box2_text{width: 75%; float:left;}
.qywh_box2_c strong{font-size: 25px; font-weight: bold; width: 100%; height: 50px; line-height: 50px; float:left; color:#fff;}
.qywh_box2_c .line{float:left; width: 50px; height: 3px; background: #fff;}
.qywh_box2_c .qywh_text{ color:#fff;   line-height: 24px; font-size: 14px; float: left; margin-top: 20px;}*/

.qysm{width: 88%; margin:0px auto 100px;}
.qysm .qywh_box2_text{width: 100%; text-align: center;}
.qysm strong{font-size: 25px; font-weight: bold; width: 100%; height: 50px; line-height: 50px; color:#009692;}
.qysm .line{ width: 30px; height: 3px; background: #666; margin:10px auto;}
.qysm .qywh_text{ color:#686868;  line-height: 24px; font-size: 16px; width: 80%; margin: 20px auto 80px;}
.qywh_box2_img{position: relative;width: 86%; margin: 0 auto;}
.qywh_box2_img img{width: 100%;}

.zz_box{display: table; width: 100%;}
.zz_box_left{width: 40%; float:left; margin-right: 10%;}
.zz_box_right{width: 50%; float:left;}
.zz_box_right img{max-width: 100%;}
.zz_box_title{text-align: left; margin-top: 60px; margin-bottom:80px; border-bottom:1px solid #333; font-size: 20px; line-height: 40px; display: table;}
.zz_box_sm{font-size: 26px; color:#009692;margin-top:20px; font-weight: bold; line-height:40px;}

.sys_box{ padding: 50px 0;display: table; width: 100%; }
.sys_box_left{width: 55%; float:left; margin-right: 5%;}
.sys_box_right{width: 40%; float:left;}
.sys_box_right img{max-width: 100%;}
.sys_box_sm{font-size: 20px; color:#333; line-height: 36px;}
.sys_box_sm strong{font-weight: bold; width: 100%; float:left; margin-bottom: 10px;}
.sys_box_sm span{color:#999;width: 100%; float:left; margin-bottom: 10px;}

.about-section4{ background:#363636 url(../images/img1.png) no-repeat right top; min-height:880px;}
.about-section4 .about-section4Wrapper{ width:100%; padding:100px 0;}
.about-section4 .about-section4-box{ overflow:hidden;}
.about-section4 .about-section4-box .about-section4-note{}
.about-section4 .about-section4-box .title{ padding:0 100px 100px 0;}
.about-section4 .about-section4-box .title h4{ font-size:84px; line-height:101px; font-weight:bold; text-align:right; color:#009692; text-transform:uppercase;}
.about-section4 .about-section4-box .title h3{ color:#009692; font-size:53px; line-height:64px; text-align:right;}
.about-section4 .history{ color:#fff; overflow:hidden; position:relative;}
.about-section4 .history:after{ background:#fff; width:100%; height:1px; content: ''; position: absolute; top: 75px;}
.about-section4 .history-list{ float:left; width:460px; padding:0 80px; font-size:18px; line-height:33px; margin:0 0 50px; overflow:hidden; }
.about-section4 .history-list h4{ font-size:43px; font-weight:bold; line-height:45px; padding:0 0 55px; color:#fff;}
.about-section4 .history-list p{color:#fff; font-size: 16px; width: 80%;}
.about-section4 .history-list a{ color:#fff; display:inline}


.contact-section2{}
.contact-section2 .contact-section2Wrapper{ width:100%;}
.contact-section2 .contact-section2-box{ border-bottom:2px solid #d6d5d4; overflow:hidden;}
.contact-section2 .contact-section2-box .pic{ float:left; width:55%; height:85vh;}
.contact-section2 .contact-section2-box .pic a{ display:block; height:100%;}
.contact-section2 .contact-section2-box .contact-section2-note{ float:left; width:37%; padding:100px 0 100px 8%; background: #3d3d3e; height: 63vh;}
.contact-section2 .contact-section2-box h3{ font-size:44px; line-height:44px; font-weight:bold; font-style:italic; -webkit-text-stroke: 1px #adacaa; color: transparent;}
.contact-section2 .contact-section2-box h4{ color: #fff; font-weight: bold; font-size: 36px; width: 85%; display: table; height: 50px; padding: 0px 0 20px; text-transform: uppercase; line-height: 50px; border-bottom: 1px solid #fff;}
.contact-section2 .contact-section2-box .contact-section2-desc{ font-size:22px; line-height:40px; color:#fff; padding:20px 0 0;    width: 85%;}
.contact-section2 .contact-section2-box .contact-section2-desc p strong{ font-style:italic; padding:0 20px 0 0;}
.contact-section2 .contact-section2-box .contact-section2-desc p{color: #fff;}
.contact-section2 .contact-section2-box:last-child{ border-bottom:none;}

.contact-section6{ }
.contact-section6 .contact-section6Wrapper{ width:100%; padding:60px 85px;}
.contact-section6 .contact-section6-box{ display: table; width: 100%;}
.contact-section6 .contcat_left{width: 50%; float: left; padding-left: 10%;}
.contact-section6 .contcat_left h3{font-size: 24px; color:#333; margin-top: 20%; margin-bottom: 30px;}
.contact-section6 .contcat_left p{font-size: 16px; color: #999;}
.contact-section6 .contcat_right{width: 90%; float: left;}
.contact-section6 .contcat_right .item {margin-bottom: 50px;overflow: hidden; width: 100%;}
.contact-section6 .contcat_right .item h3{font-size: 36px;color: #009692;     margin: 20px 0 50px; text-transform: uppercase; font-weight: bold;}
.contact-section6 .contcat_right .item .form{overflow: hidden;}
.contact-section6 .contcat_right .item .form li{list-style: none;padding-bottom: 10px;overflow: hidden; width: 48%;margin-right:4%; float:left; margin-bottom: 20px;}
.contact-section6 .contcat_right .item .form li span{margin-bottom:20px;display: table; color: #000; font-size: 18px; margin-left: 0;}
.contact-section6 .contcat_right .item .form li:nth-child(2n){margin-right: 0px;}
.contact-section6 .contcat_right .item .form li:nth-child(5n){width: 100%;}
.contact-section6 .contcat_right .form li .input2{width:calc(100% - 37px);}
.contact-section6 .contcat_rightm .form li .input2:last-child {margin-right: 0;}
.contact-section6 .contcat_right .form li input,.contact-section6 .contcat_right .item .form li textarea{border:0px;border-bottom: 1px solid #ccc;padding: 10px 0;width:calc(100% - 32px); float:left;}
.contact-section6 .contcat_right .form li textarea {min-height: 100px;}
.contact-section6 .contcat_right .form  .send {cursor: pointer;padding: 15px 0;width: 240px; color: #fff;text-transform: uppercase; background: #009692; border-radius: 50px; float:right; margin-right: 4%; border:0px; font-size: 20px;}
.contact-section6 .contcat_right .form .send:hover {background: #7f050f;}


.rz_title ul{width: 90% !important;}
.rz_title ul li{width: 24% !important;}
.rz_title ul li:nth-child(2){width: 25% !important;}
.rz_title ul li:nth-child(3){border-right:1px solid #ccc;}

.zxrzfw_box{background: #f1f6fa; padding: 50px 0;display: table; width: 100%; margin-top: 100px;}
.zxrzfw_title{text-align: left;  margin-bottom:20px; border-bottom:1px solid #333; font-size: 30px; line-height: 60px; display: table;}
.zxrzfw_c{width: 100%;}
.zxrzfw_c_left{width: 15%; margin-right: 7%; float: left; margin-top:20px;}
.zxrzfw_c_left ul{margin:0px; padding: 0px;}
.zxrzfw_c_left ul li{width: 100%; height: 48px; line-height: 48px; border-bottom: 1px solid #999; float:left; font-size: 18px; color:#333;}
.zxrzfw_c_left ul li.cur{font-size: 20px; color:#000; font-weight: bold;}
.zxrzfw_c_right{width: 68%; float:left; background: #fff; padding: 40px 5%;}
.zxrzfw_c_right strong{font-size: 20px; color: #000; margin-bottom: 20px; float:left; width: 100%;}
.zxrzfw_c_right span{font-size: 16px; color:#333; line-height: 40px; float:left; width: 100%;}

.cma_box{width: 100%; margin:50px auto; display: table;}
.cma_box_left{width: 85%; margin-right: 5%; float:left;}
.cma_box_right{width: 10%;float:right;}
.cma_box .cma_title{font-size: 20px; color: #000; margin-bottom: 20px; display: table; width: 100%;}
.cma_box_left span{font-size: 18px; color:#333; line-height: 40px; float:left; width: 100%;}
.cma_box_right .fwmk{width: 100%;}
.cma_box_right .fwmk ul{margin:0px; padding: 0px;}
.cma_box_right .fwmk ul li{width: 100%; background: #3082c4; border-radius: 10px; height: 30px; line-height: 30px; color:#fff; margin-bottom: 10px; text-align: center;}
.cma_box_right .fwmk ul li:nth-child(2n+2){background: #68b7ee;}


.yanfabox1{width: 100%; background: url(../images/yanfabg.jpg) no-repeat; background-size: cover; padding-top: 80px;display: table;}
.yanfabox1_c{width: 808px; margin:0 auto; }
.yanfabox1_c1{width: 100%;display: table;}
.yanfabox1_c_left{float:left; width: 40%;font-size: 36px;color: #fff; line-height: 76px; margin-top: 100px; font-weight: bold;}
.yanfabox1_c_right{float:right; width: 52%;}
.yanfabox1_c_right img{width: 100%;}
.yanfabox1_c2{width: 100%; margin:50px auto 60px; font-size: 16px; color:#fff; line-height: 30px;display: table; text-align: center;}
.yanfabox1_c3{width: 100%; margin-bottom: -65px; display: table;}
.yanfabox1_c3 ul{margin:0px; padding: 0px;}
.yanfabox1_c3 ul li{width: 130px; height: 130px; float:left; border:2px solid #6d6d6d; border-radius: 50%; background: #fff; text-align: center; margin-right: 54px;}
.yanfabox1_c3 ul li:first-child{margin-left:54px;}
.yanfabox1_c3 ul li span{margin: 20px; background: #009692; color: #fff; text-align: center; font-size: 16px; line-height: 90px; display: table; border-radius: 50%; height: 90px;  width: 90px;}
.yanfabox2{width: 100%; background: #fff; margin:150px auto 70px;}
.yanfabox2_c{width: 808px; margin:0 auto;}

.yanfabox3{width: 100%; }
.yanfabox3 ul{margin:0px; padding: 0px;}
.yanfabox3 ul li{width: 100%; background: #f7f7f7; padding: 60px 0;}
.yanfabox3 ul li .li_c{width: 808px; margin:0 auto;}
.yanfabox3 ul li .li_c .title{font-size: 32px; color:#000; text-align: center; width: 100%;display: table;}
.yanfabox3 ul li .li_c .li_text{ width: 100%; text-align: center; font-size: 16px; line-height: 30px; margin:30px auto;}
.yanfabox3 ul li .li_c img{width: 100%;}
.yanfabox3 ul li:nth-child(2n+2){background: #fff;}

.fuwubox1{width: 100%; }
.fuwubox1 ul{margin:0px; padding: 0px;}
.fuwubox1 ul li{width: 100%; background: #fff; padding: 60px 0;}
.fuwubox1 ul li .li_c{width: 808px; margin:0 auto;}
.fuwubox1 ul li .li_c .title{font-size: 32px; color:#000; text-align: center; width: 100%;display: table;}
.fuwubox1 ul li .li_c .li_text{ width: 100%; text-align: left; font-size: 16px; line-height: 30px; margin:30px auto;}
.fuwubox1 ul li .li_c strong{margin-bottom: 20px; font-size: 32px;display: table; width: 100%;}
.fuwubox1 ul li .li_c img{max-width: 100%;}
.fuwubox1 ul li .li_c .w50{width: 48%; float:left; margin-right: 4%; margin-top:20px; margin-bottom: 20px;}
.fuwubox1 ul li .li_c .w50:nth-child(2n+2){margin-right: 0px;}
.fuwubox1 ul li:nth-child(2n+2){background: #f8f8f8;}

.haochu{width: 100%; height: 420px; background: url(../images/rz_blue_bg.jpg) center center no-repeat;}
.haochu_title{padding-top:50px; margin-bottom: 30px; color:#fff; font-size: 20px; width: 100%; text-align: center; font-weight: bold;}
.cmali{padding: 40px 30px; background: #fff; text-align: center; display: table;}
.cmali i{margin:10px auto 20px; width: 45px; height: 45px; display: table;}
.cmali strong{color:#2e2e2e; font-size: 18px; font-weight: bold; width: 100%; float:left;margin-bottom: 15px;}
.cmali span{width: 100%; font-size: 13px; color:#2e2e2e; line-height: 26px; float:left;}
.cmalist .swiper-button-next{right: 0px;background: url(../images/right.png) left center no-repeat;
 width: 20px; height: 40px; top:120px;}
.cmalist .swiper-button-prev{left:0px;background: url(../images/left.png) left center no-repeat;
 width: 20px; height: 40px; top:120px;}

.fuwu_box{width: 100%; display: table; padding-bottom: 80px; background: url(../images/rz_bg2.png) center center no-repeat; background-size: cover;}
.fuwu_c{width: 100%; margin-top: 50px;}
.fuwu_c ul{margin: 0px; padding:0px;}
.fuwu_c ul li{width: 23.5%; margin-right: 2%; margin-bottom: 20px; float:left; text-align: center; background: #fff;border-radius: 10px;}
.fuwu_c ul li:nth-child(4n+4){margin-right: 0px;}
.fuwu_c ul li img{ display: table; margin: 20px auto;}
.fuwu_c ul li .d-block{ display: block; }
.fuwu_c ul li .d-none{ display: none; }
.fuwu_c ul li span{color:#000; font-size: 14px; margin-bottom: 20px; display: block;}
.fuwu_c ul li:hover{background: url(../images/rz_s_b_bg.png) center center no-repeat;}
.fuwu_c ul li:hover .d-block{display: none;}
.fuwu_c ul li:hover .d-none{display: block;}
.fuwu_c ul li:hover span{color:#fff;}

.ys_box{width: 100%; background:#f6f9fe; padding: 50px 0 80px;}
.ys_list{margin:30px auto; overflow: visible;}
.ys_li{background: #fff; border-radius: 10px; padding: 20px 30px; display: table;}
.ys_li img{float:left; margin-right: 10px; }
.ys_li span{float:left; width: calc(100% - 75px); }
.ys_li span strong{font-size: 20px; font-weight: bold; color:#333; width: 100%; float:left; margin:5px auto;}
.ys_li p{font-size: 14px; color:#999; width: 100%; float:left;}
.ys_list .swiper-pagination{bottom:-50px;}


.ccsb_box{width: 88%; padding: 20px 20px; display: table;  margin: -150px auto 100px;
 box-shadow: 0px 5px 20px #ccc;  background: #fff;  border-radius: 10px;  max-width: 1400px;}
/*.ccsb_box_in{width: 88%; background: #fff; border-radius: 10px; padding: 20px;}*/
.ccsb_box_left{width: 53%; float:right; margin:30px 6% 30px 5%;}
.ccsb_box_right{width: 35%; float:left;text-align: right;}
.ccsb_box_right img{max-width: 100%; margin-top:100px;}
.ccsb_box_title{text-align: left;  margin-bottom:20px;color:#009692; font-size: 36px; line-height: 60px; display: table; font-weight:bold;}
.ccsb_box_sm{font-size: 16px; line-height: 30px; color:#333;}

.yqyw_box{width: 100%;display: table; background: url(../images/ywbg.jpg) center center no-repeat; padding: 50px 0 100px;background-size: cover;}

.c_box{width: 100%; height: 70px; padding: 30px 0 20px; background: #173b6f; text-align: center; }
.c_box strong{color:#fff; font-size: 16px; display: table; margin:0 auto;}
.c_box a{width: 154px; background: #00aeff; border-radius: 20px; color:#fff; text-align: center; font-size: 16px; margin:10px auto;display: table; height: 36px; line-height: 36px;}
.c_box a:hover{background: #2374bb;} 

.hls-iacase {position: relative;}
.icase-nav {width: 100%;}
.icase-nav .swiper-slide li{font-size: 14px;font-weight: bold;color: #999999;cursor: pointer;position: relative;margin: auto 3%;text-align: center;  }
.icase-nav .swiper-slide{border-right: 1px solid #ccc;}
.icase-nav .swiper-slide:last-child{border-right: 0px;}
.icase-nav .swiper-slide li img{ display: table; margin: 0px auto; max-width: 60px; padding: 10px 0;}
.icase-nav .swiper-slide li .d-block{ display: block; }
.icase-nav .swiper-slide li .d-none{ display: none; }
.icase-nav .swiper-slide li span{color:#000; font-size: 14px; margin-bottom: 20px; display: block;}
.icase-nav .swiper-slide li:hover,.icase-nav .swiper-slide.swiper-slide-thumb-active li{background: url(../images/rz_ico_bg.png) top center no-repeat;}
.icase-nav .swiper-slide li:hover .d-block,.icase-nav .swiper-slide.swiper-slide-thumb-active li .d-block{display: none;}
.icase-nav .swiper-slide li:hover .d-none,.icase-nav .swiper-slide.swiper-slide-thumb-active li .d-none{display: block;}
.icase-nav .swiper-slide li:hover span,.icase-nav .swiper-slide.swiper-slide-thumb-active li span{color:#368ecd;}
.iacaselist {padding:5% 0 0;overflow: hidden;position: relative; height: 60%;}
.iacaselist .swiper-slide {}
.iacaselist .imore{width: 184px;overflow: hidden;position: absolute;left:50%;margin-left: -92px;bottom: 0;z-index: 3;}
.iacase {position: relative;width:100%;overflow: hidden;}
.iacase li{overflow: hidden;}
.iacase li a{display: block;position: relative;}
.iacase li a h4{font-size: 20px;padding: 3% 0 0;width: 100%;color: #3d3d3d; z-index: 3; line-height: 40px;}
.iacase li a h4 .add{float:right; margin-right: 5%; z-index: 1; position: relative;}
.iacase li a h4 .add .add_more{display: none; position: absolute; right:10px;}
.iacase li a h4 img{width: 40px; height: 40px; float: right; position: absolute; right: 0px; top:0px; }
.iacase li a img{width: 100%; }
.iacase li a:hover img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.iacase li a:hover .add .add_more{display:block; border-radius: 50px; background: #000; color:#fff; width: 100px; padding: 0px 20px; height: 40px; line-height: 40px; text-align: left; font-size: 14px;}


.new_content{width: 900px; margin:50px auto;}
.new_content_title{font-size: 30px; font-weight: bold; color:#333; width: 100%; text-align: center; margin:30px auto;}
.new_content_c img{ margin:30px auto; max-width: 100%; }
.new_content_c h3{font-size: 16px; font-weight: bold; color:#333; margin-bottom: 10px;}
.new_content_c p{font-size: 14px; color:#666; line-height: 30px;}
.r_news{width: 100%; margin:100px auto 50px; display: table;}
.r_news h2{font-size: 18px; font-weight: bold; color:#333;     margin-bottom: 30px;}
.r_news ul{margin:0px; padding: 0px;}
.r_news ul li{width: calc(32% - 30px); margin-right: 2%; background: #fff; padding: 20px 15px; float:left;}
.r_news ul li:nth-child(3n+3){margin-right: 0px;}
.r_news ul li strong{font-size: 14px; color:#c7161e; margin-bottom: 10px;float:left; width: 100%;}
.r_news ul li span{font-size: 16px; color:#373737;float:left; width: 100%;}
.r_news ul li:hover{box-shadow: 10px 10px 10px #ccc;}

.zslist_bg{width: 90%; margin: 100px 5% 50px; background: url(../images/sysbg.jpg) center center no-repeat; background-size: cover; display: inline-block; padding: 100px 0; overflow: hidden;}
.zslist_bg_box{width: 90%; margin:0px 5%;}
.zslist_li{background: #fff url(../images/jp.png) top left 50px no-repeat; padding: 50px; width: calc(100% - 100px); display: table; border-radius: 20px;}
.zslist_left{width: 50%; float:left; padding-top: 100px; line-height: 30px; font-size: 16px;}
.zslist_left strong{font-weight: bold; font-size: 18px;}
.zslist_right{width: 50%; float:right;}
.zslist_right img{max-width: 100%; box-shadow: 10px 10px 10px #eee;}
.zslist{overflow: visible !important;}
.zslist .swiper-pagination{bottom: -50px;}


.right_side{ position: absolute; right: 0; top: 35%; width: 65px; height: 245px; z-index: 80000; }
.right_side ul{}
.right_side ul li{ width: 65px; padding:15px 0px 10px 0px; text-align: center; background: #fdb003;cursor: pointer; position:relative;-webkit-transition:  background 0.5s ease-out ; -moz-transform:background 0.5s ease-out; transition: background 0.5s ease-out ; font-size: 12px;}
.right_side ul li:hover{ background:#333; }
.right_side ul li a{color:#fff;}
.right_side ul li:first-child{ border-top-left-radius:20px;}
.right_side .iconfont{ color:#ffdd00; font-size:32px;}
.right_side ul li:hover .iconfont{ color:#fff;}
.right_side.is-visible { opacity: 0;}

.right_side ul li.qq{}
.right_side ul li.qq div{ border-radius: 5px; display: none; position: absolute; top: -45px; right: 65px;-moz-box-shadow:-7px 0px 10px rgba(0,0,0,0.3); -webkit-box-shadow:-7px 0px 10px rgba(0,0,0,0.3); box-shadow:-7px 0px 10px rgba(0,0,0,0.3); overflow: hidden; }
.right_side ul li.qq div dt{ text-align: center; height: 60px; line-height: 60px; background-color: #ffffff; }
.right_side ul li.qq div dd{height: 60px; line-height: 60px; color: #666666; margin: 0 auto; width: 160px; font-size: 16px; text-indent: 80px; background: url(../images/qqbg.gif) no-repeat 30px 17px;}
.right_side ul li.qq div dd a{ display: block;}
.right_side ul li.qq div dd a:hover{ color: #556c9c;}

.right_side ul li.tel{ background-position: center -44px; }
.right_side ul li.tel div{ display: none; border-bottom-left-radius: 5px; border-top-left-radius: 5px;  position: absolute;  right: 60px;-moz-box-shadow:-7px 0px 10px rgba(0,0,0,0.3); -webkit-box-shadow:-7px 0px 10px rgba(0,0,0,0.3); box-shadow:-7px 0px 10px rgba(0,0,0,0.3); height: 60px; line-height: 60px; padding: 0 20px; font-size: 24px; font-weight: bold; color: #005db6; background-color: #fff; white-space: nowrap }
.right_side ul li.wx{  }
.right_side ul li.wx div{ border-radius: 5px; display: none; position: absolute; top: -45px; right: 65px;-moz-box-shadow:-7px 0px 10px rgba(0,0,0,0.3); -webkit-box-shadow:-7px 0px 10px rgba(0,0,0,0.3); box-shadow:-7px 0px 10px rgba(0,0,0,0.3); overflow: hidden; }
.right_side ul li.topback{ background-position: center -166px; border: none; border-bottom-left-radius: 5px; }
.right_side ul li:hover div{ display: block;}
.right_side ul li.qq:hover{ border-radius: 0;}
.right_side ul li img{ max-width:none;}
.right_side #returnTop{ width:65px; height:40px; display:block; padding: 0px;color: #fff;}



























