

 
/* 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: 1600px; width: 80%; 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('../font/font_2453985_hh9t8lno3hq.woff2') format('woff2'),
       url('../font/font_2453985_hh9t8lno3hq.woff') format('woff'),
       url('../font/font_2453985_hh9t8lno3hq.ttf') 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: 100;-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; margin-top: 18px;}
header .hls-header .right {float:right; width: 60%; }

header .hls-header .right .hls-nav {}
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 a{color: #1a1a1a;font-size: 16px;position: relative; width: 12%; float: left; text-align: center;}
header .hls-header .right .hls-nav a:first-child {padding: 0 10px;}
/*header .hls-header .right .hls-nav a::after {content: '';width:0px;height: 5px;background: #dd6d25;position: absolute;left: 0;bottom: -20px;}*/
header .hls-header .right .hls-nav a.cur {font-weight: bold;color: #000;}
header .hls-header .right .hls-nav a.cur::after {width: 100%;}
header .hls-header .right .hls-nav a:hover::after {width:100%;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
header .hls-header .right .hls-nav a.before::after {left: auto; right: 0;}


/*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: 6px; font-size: 14px; line-height: 40px;}
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-search{ width: 17%; overflow: hidden;float: right; font-size: 12px; color: #adabab; border:1px solid #ccc; border-radius: 5px;margin-top: 13px;}
header .header-search .tint{ width:77%; height:40px; font:14px "Microsoft YaHei"; background:#fff; color:#adabaa; line-height:37px; text-indent:10px; float:left; border-right:1px solid #ccc; -webkit-appearance: none;}
header .header-search .bint{ width:18%; height:40px; background:#fff url(../image/icon-search.png) no-repeat center center; background-size:25px; font:14px "Microsoft YaHei"; color:#adabaa; border:none; cursor:pointer;float:right;}


header#header {}
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: #fff; background: #00ac16;}
/*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:127px;height:36px;overflow: hidden; background-image: url(../image/logo.png);background-repeat: no-repeat; left:15px;top:7px; 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("/themes/default/images/yy.svg") left center no-repeat;background-size:12%;}
.mlogo.indexmlogo { background-image: url(../image/logo.png); background-size: 100%;}
.no-touch .mlogo{ background-image: url(../image/logo.png);}

/*.mheader.mhfixed {background: #fff;}
.mheader.mhfixed .mlogo.indexmlogo{ background-image: url(../image/logo.png);}
.mheader.mhfixed .cd-nav-trigger.indexmnav span{ background:#000;}
.no-touch .mheader.mhfixed .mlogo.indexmlogo{ background-image: url(../image/logo.png);}
.no-touch .mheader.mhfixed .cd-nav-trigger.indexmnav span{ background:#fff;}*/

.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:#000;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: center; -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: center;font-size:14px; color:#666;padding:0.8em 0;}
.mchildren a:hover{background:none; color:#00a2ff;}

.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("/themes/default/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:#333; color:#fff; 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:#00ac16;}
.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:#00ac16;}

.footer .footer-content{ overflow:hidden; float: left;    width: 100%;}
.footer .footerBox1{ float:left; width:25%; padding:50px 0 30px 60px;}
.footer .footerBox1 ul li { text-align:left;padding: 0 0 3px 0;}
.footer .footerBox1 ul li a{ font-size:14px; color:#fff; height:35px; line-height:35px; text-transform:uppercase;}
.footer .footerBox1 ul li a:hover{ font-size:18px; color:#00ac16; font-weight:bold;}
.footer .footerBox2{ float:left; width:40%; padding:50px 0 0; }
.footer .footer-logo{ text-align:center;margin-top: 30px;}
.footer .footer-search{ width:100%; background: #fff; border-radius: 5px; overflow:hidden; margin:30px 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(../image/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:#00ac16;}

.footer .footerBox3{ float:right; width:22%; padding:60px 0 30px;}
.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:15px; font-size:14px;}
.footer .footerBox3 ul li span{ float:left; width: 30%; width:40px; font-size:20px; color:#fff;}
.footer .footerBox3 ul li span.icon-Fax{ font-size:26px;}
.footer .footerBox3 ul li p,.footer .footerBox3 ul li div{ float:left; width: 70%; color:#fff;}
.footer .footerBox3 a{ color:#fff;}

.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;}
.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: 100%;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;}
.xy-index-banner .text {position: absolute;width: 1000px;left:50%;top:34%;margin-left: -500px;text-align: center;z-index: 10;}
.xy-index-banner .text h2{color: #000;font-size: 50px; margin-bottom: 20px;}
.xy-index-banner .text h2 strong{color: #00ac16;}
.xy-index-banner .text h3{color: #000;font-size: 50px;font-weight: bold; margin-bottom: 20px;}
.xy-index-banner .text p{color: #8b8b8b;font-size: 16px;}
.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 .b02{ width:28% !important; top:30% !important; background:#05407c; padding:40px 140px; border-radius:0 150px 150px 0; left:0 !important;}
.xy-index-banner .b02 h2{ color: #fff;}
.xy-index-banner .b02 h2 strong{ color:#fff;}
.xy-index-banner .b02 p{ color:#fff; font-size:30px;}
.xy-index-banner .text.left {left: 13%;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(0,0,0,.5);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:#00ac16;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;}



.hls-page-container {overflow: hidden;position: relative;}
.hls-page-container img{display: block;width: 100%;height: auto;}
.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;}*/
.dtable {display: table;width: 100%;height: 100%;}
.dtable-cell {display: table-cell;vertical-align: middle;}

.section7Wrapper{ width:90%; padding:0 5%; margin:0 auto 80px; overflow:hidden; background:#fff;}
.section7Wrapper .title{  font-weight:bold; margin-top: 100px;text-align: left;margin-bottom: 50px; }
.section7Wrapper .title strong{-webkit-text-stroke: 1px #ccc; color: transparent; font-size:120px;}
.section7Wrapper .title span{font-size: 36px;display: inherit; font-weight: 500;}
/*.section7Wrapper .title i{ background: #cf001c; width: 157px; height: 8px; display:block; margin:-12px auto 45px;}*/
.yyui_tab_card{}
.yyui_tab_card ul{ float:right; width:15%; margin-top:-180px;box-shadow: 0 0 20px 5px #ddd;}
.yyui_tab_card ul strong{background: url(/themes/default/images/proico.png) left center no-repeat; padding-left: 30px;font-size: 1.8rem;margin-left: 28px;}
.yyui_tab_card ul .yyui_tab_title{ line-height:110px;height:110px; color:#adabaa; border:1px solid #ddd; cursor:pointer; display:block;font-size:16px; letter-spacing:0px; text-transform:uppercase; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%; text-align: center;background: #fff;}
.yyui_tab_card ul .yyui_tab_title span{ font-size:26px; color:#adabaa; text-transform:uppercase;}

.yyui_tab_card ul .yyui_tab_title_this{box-sizing: border-box; line-height: 110px; height: 110px;  background: #00ac16 url(../image/proclassico.png) left 20px center no-repeat; color: #fff;  font-weight: bold;  cursor: pointer;  display: block;  font-size: 16px;  text-transform: uppercase;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; width: calc(100% + 50px); margin-left: -50px;}
.yyui_tab_card ul .yyui_tab_title_this span{ font-size:26px; color:#585656; text-transform:uppercase;}
.yyui_tab_card ul .yyui_tab_title_this a{color:#fff;}
.yyui_tab_card .yyui_tab_content{ float:left; width:80%; display:none; padding:0 10px; }
.yyui_tab_card .yyui_tab_content_this{ float:left; width:80%; display:block; box-sizing:border-box;}
.yyui_tab_card .yyui_tab_pro .proleft{float:right; width: 45%; margin-left:5%; margin-top:2%;}
.yyui_tab_card .yyui_tab_pro .proleft h2{font-size: 24px; font-weight: bold; color:#333; line-height: 40px;}
.yyui_tab_card .yyui_tab_pro .proleft strong{font-size: 18px; font-weight: 500; color:#333; line-height: 40px;height: 40px;overflow: hidden; float: left; width: 100%;}
.yyui_tab_card .yyui_tab_pro .proleft i{width: 100%; height: 1px; background: #ccc; margin:20px 0; display: table;}
.yyui_tab_card .yyui_tab_pro .proleft .prodesc{font-size: 16px; color:#999; line-height: 34px;}
.yyui_tab_card .yyui_tab_pro .proleft .probtn{margin-top: 50px;}
.yyui_tab_card .yyui_tab_pro .proleft .btn{width: 240px; height: 66px; line-height: 66px; margin-top:20px;  text-align: right; font-size: 16px; display: table; background: url(../image/shubiao.png) left center no-repeat;font-size: 20px; font-weight: bold; float:left;}
.yyui_tab_card .yyui_tab_pro .proleft .num{float:right; font-size: 100px; line-height: 100px; font-weight: bold;}
.yyui_tab_card .yyui_tab_pro .proleft .proslogo{width: 100%; color:#888; font-size: 17px; letter-spacing: 16px; float:left; margin-top: 30px;}
.yyui_tab_card .yyui_tab_pro .proright{float:left; width:calc(50% - 20px); padding: 10px; background: #f7f7f7;}
.yyui_tab_card .yyui_tab_pro .proright img{width: 100%;}
.yyui_tab_content_this .yyui_tab_card{ width:100%; float:left;max-height: 100%;overflow: auto;direction: rtl;}
.yyui_tab_content_this .yyui_tab_card ul,.yyui_tab_content .yyui_tab_card ul{float:left; width:70%; padding:0;direction: ltr; height:700px; margin:180px 0; overflow-y:auto;}


.yyui_tab_content_this .yyui_tab_card .yyui_tab_content_this,.yyui_tab_content_this .yyui_tab_card .yyui_tab_content{ float:left; width:30%; height:100vh; background:#fff; border-left:1px solid #d9d9dd; border-right:1px solid #d9d9dd; padding:180px 40px;}
.yyui_tab_content_this .yyui_tab_card .yyui_tab_content_this img,.yyui_tab_content_this .yyui_tab_card .yyui_tab_content img{ width:100%;}

.yyui_tab_content_this .yyui_tab_card ul .yyui_tab_title a{ font-size:20px; font-weight:normal; color:#585656; display:block; padding:0 60px 0 90px;}
.yyui_tab_content_this .yyui_tab_card ul .yyui_tab_title_this a{ font-size:27px; color:#cf001c; font-weight:bold; background:#fff; display:block; padding:0 0 0 90px;}


.honor-page-container{width: 100%;}
.honor-page-container .title{width: 100%; text-align: center; margin:50px auto;}
.honor-page-container .title h4{font-size: 52px; font-weight: bold; color:#000; line-height: 60px;}
.honor-page-container .title h3{font-size: 30px; font-weight: normal; line-height: 40px; color:#000;}
.honor-page-container .swiper-button-next{background:url(../image/hright.png) right center; background-size: 100%; width: 50px; height: 50px; }
.honor-page-container .swiper-button-prev{background:url(../image/hleft.png) right center; background-size: 100%; width: 50px; height: 50px;}
.honor-page-container .honorlist{width: 90%; margin:0 60px 100px;}
.honor-page-container .honorlist .pic img{max-width: 100%; width: 100%;}

.products-cate-section{width: 80%; margin: 50px auto; min-width: 1100px;}
.products-cate-box{width: 100%; display: table;}
.products-cate-box ul{margin:0px; padding: 0px;}
.products-cate-box ul li{width: 13.6%; margin-right: 0.8%; float:left; box-shadow: 0 0 2px 2px #e8e8e8; text-align: center; height: 70px; line-height: 70px; font-size: 18px;}
.products-cate-box ul li:nth-child(7n+7){margin-right: 0px;}
.products-cate-box ul li span{color:#00ac16; margin-right: 5px;}
.products-cate-box ul li strong{font-weight: 500;}
.products-cate-box ul li:hover, .products-cate-box ul li.cur{background:#00ac16; color:#fff;}
.products-cate-box ul li:hover span,.products-cate-box ul li.cur span{color:#fff;}
.products-cate-box ul li:hover strong,.products-cate-box ul li.cur strong{color:#fff;}

 
/*.hls-iproduct {margin:10px auto;display: table;}
.hls-iproduct .iproduct {position: relative; width:25%;max-width: 25%;float: left;}
.hls-iproduct .iproduct a{display: block;overflow: hidden;background: #000;}
.hls-iproduct .iproduct .txt{position: absolute;bottom: 30%;left: 0;width: 90%;z-index: 3;padding:5%; text-align: center;}
.hls-iproduct .iproduct .txt h3{font-size: 50px;color: #fff;padding:10px 0;}
.hls-iproduct .iproduct .txt h4{font-size: 24px;color: #fff;}
.hls-iproduct .iproduct .txt h3 span{font-size: 60px; color: #fff;margin-left: 15px;}
.hls-iproduct .iproduct .txt span{}
.hls-iproduct .iproduct .txt span h6{font-size: 20px; color:#fff;}
.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 {}*/

.hls-inews {overflow: hidden;position: relative;}
.inewslist {overflow: hidden;position: relative;}
.inewslist .inews {position: relative;width: 100%;float: left;}
.inewslist .inews a{display: block;overflow: hidden;background: #ededed;}
.inewslist .inews a .pic{width: 50%;float: left;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;right: 0;top: 0;width: 40%;height: 100%;padding:0 5%;}
.inewslist .inews a .txt h4 {font-size: 32px;color: #333;}
.inewslist .inews a .txt .line{width: 85px; height: 5px; background: #dd6d25; 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: 14px;color: #b2b2b2;font-weight: normal; line-height: 30px; margin-top:10px;}
.inewslist .inews a .txt h6 strong{background: url(/themes/default/images/quan_h.png) left top 5px no-repeat; font-size: 14px; color: #5d5d5d; margin-bottom: 10px; padding-left: 20px;display: table; font-weight: normal;}
.inewslist .inews a .txt h6 u{background: url(/themes/default/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(2) .txt{left: 0;right: auto;}
.inewslist .inews:nth-child(1) .txt,.inewslist .inews:nth-child(2) .pic{float:right;}
/*.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 {background: #000;}
.inewslist .inews a:hover .txt h4 {color: #fff;}
.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-ys{width: 100%; background: url(../image/ysbg.png) left center no-repeat; background-size:cover;display: table; }
.iyslist{width: 90%; margin:0px auto 50px; padding: 5%; display: table;}
.ystitle{ font-weight:bold; text-align: left; padding: 5%; padding-bottom: 0px; width: 90%;}
.ystitle strong{-webkit-text-stroke: 1px #666; color: transparent; font-size:120px;}
.ystitle span{font-size: 36px;display: inherit; font-weight: 500; color:#fefefe; margin-top: -70px; }
.iys{width:calc(48% - 22px); float:left; margin-right: 4%; border:1px solid #fff; border-radius: 15px; padding: 10px;}
.iys:nth-child(2n+2){margin-right: 0px;}
.iys .txt{background: #fff; padding: 20px 10%; float: left; width: 80%; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
.iys .txt .d-icon{float:left; margin-right: 5%;}
.iys:hover{ border:1px solid #00ac16;}
.iys .txt .d-table-cell{float:left; text-align: left;}
.iys:hover .d-table-cell{ color:#00ac16;}
.iys .txt .d-table-cell h4{font-size: 20px; line-height: 30px; color:#000;}
.iys .txt .d-table-cell h6{font-size: 16px; color:#666;}

.section3 { color:#fff;  background: #00ac16 url(../image/numberbg.jpg) no-repeat right bottom; position: relative;}
.section3 .section3Wrapper{ padding:80px 0 80px 5%;}
.section3 dl{ height:140px; margin:0 0 60px 0;}
.section3 dl dt{ float:left; font-size:140px; line-height:140px; font-weight:bold; color:#fff;}
.section3 dl dt span{color:#fff;}
.section3 dl dd{ float:left; font-size:50px; line-height:50px; padding:12px 0 0 6px; font-style:oblique; }
.section3 dl dd p{ padding:0 0 0 6px;font-style: italic;color: #fff;}
.section3 dl dd span{ color:#00710e; font-size:70px; font-weight:bold; line-height:70px; text-transform:uppercase;font-style: italic;}


.hls-index-about{width: 100%; text-align: center; margin:50px auto; display: table;}
.hls-index-about .abouttitle{  font-weight:bold; text-align: left;margin-bottom: 50px; }
.hls-index-about .abouttitle strong{-webkit-text-stroke: 1px #ccc; color: transparent; font-size:80px;}
.hls-index-about .abouttitle span{font-size: 36px;display: inherit; font-weight: 500;}

.hls-index-about .hls-index-about-left{width: 40%; float:left; margin-left: 5%; text-align: left;}
.hls-index-about .hls-index-about-right{width: 50%; float:right;}
.hls-index-about h1{font-size: 24px; color:#000; font-weight: bold; height: 30px; line-height: 30px;}
.hls-index-about h2{font-size: 16px; color:#333;}
.hls-index-about p{font-size: 16px; color:#000; line-height: 30px; margin:30px auto;}
.hls-index-about .more strong{float:left; font-size: 26px; color:#000;}
.hls-index-about .more a{width: 120px; height: 40px; line-height: 40px;  text-align: right; color:#000; float: right; background: url(../image/icoright.png) right center no-repeat;     background-size: 10%; padding-right: 25px; font-size: 16px;}
.hls-index-about .more:hover{border-bottom: 2px solid #00ac16;}

.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%; }

.w3l-inner-banner-main{margin-top:68px; position: relative;}
.classname_box{ margin: 0 auto; position: absolute; top:30%; left: 10%;}
.classname_box h2{color:#656565; font-size: 52px; background: url(../image/classico.png) left top no-repeat; line-height: 60px; font-weight: normal;}
.classname_box h1{color:#656565; font-size: 40px; line-height: 60px;font-weight: normal;}
/*.breadmenu{width: 100%; background: #3f3f40; height: 50px; 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: 20%;background: #dd6d25; padding-left: 2%;color: #fff; font-weight: bold;}
.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_b.png) left center no-repeat;  padding:0 20px; float:left; font-weight: bold; margin:0 30px; color:#fff;}
.breadmenu .container .smallname a:hover,.breadmenu .container .smallname a.cur{color:#dd6d25;}
.breadmenu .container .smallname a:last-child{border-right:0px;}*/

.products-class-section{width: 100%; margin:50px auto 0px;}
.products-class-box{width: 70%; margin:0px auto;  display: table; min-width: 1100px;}
.products-class-box ul{margin:0px; padding: 0px;}
.products-class-box ul li{width: calc(49% - 2px); float:left; margin-bottom: 20px; margin-right: 2%; border:1px solid #e8e8e8;}
.products-class-box ul li:nth-child(2n+2){margin-right: 0px;}
.products-class-box ul li:hover{background: #f7f7f7;}
.products-class-box .products-class-box-left{width:100%; float:right;}
.products-class-box .products-class-box-left img{max-width: 100%; width: 100%;}
.products-class-box .products-class-box-right{width: 96%; float:left; margin:10px 2%;}
.products-class-box .products-class-box-right .title{ width: 100%; height: 60px; line-height: 60px; text-transform: uppercase; text-align: left;}
.products-class-box .products-class-box-right .title strong{font-size: 24px; font-weight: bold;color:#000; }
.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;}

.liyou-box{width: 70%; margin:50px auto; padding-top: 50px; display: table; min-width: 1100px; border-top:1px solid #ccc;}
.liyou-box .title{ width: 100%; text-align: center; text-transform:uppercase;}
.liyou-box .title strong{font-size: 52px;color: #333333;font-weight: bold;line-height: 82px; margin: 0;float: left;width: 100%;}
.liyou-box .title span{font-size:30px;  color: #333333; margin: 20px 0;}
.liyou-box .liyou-box-content{width: 100%; margin-bottom: 80px; margin-top:50px; display: table;}
.liyou-box .liyou-box-content ul{margin:0px; padding: 0px;}
.liyou-box .liyou-box-content ul li{width: 48%; margin-right: 4%; float:left;}
.liyou-box .liyou-box-content ul li:nth-child(2n+2){margin-right: 0px;}
.liyou-box .liyou-box-content ul li .liyou-b-c-text{width: 100%; margin-bottom: 30px; float:left;}
.liyou-box .liyou-box-content ul li .liyou-b-c-text .liyou-b-c-text-left{ background: #00ac16; width: 27%; float:left; margin-right: 3%; height: 150px; line-height: 150px; text-align: center; color:#fff; font-size: 20px; font-weight: bold;}
.liyou-box .liyou-box-content ul li .liyou-b-c-text .liyou-b-c-text-right{float:left; width: 70%;}
.liyou-box .liyou-box-content ul li .liyou-b-c-text .liyou-b-c-text-right strong{font-size: 18px; margin-bottom: 10px; width: 100%; float:left;}
.liyou-box .liyou-box-content ul li .liyou-b-c-text .liyou-b-c-text-right p{font-size: 14px; line-height: 24px;}
.liyou-box .liyou-box-content ul li .liyou-b-c-img{width: calc(100% - 5px);background: #00ac16; float:right;}
.liyou-box .liyou-box-content ul li .liyou-b-c-img img{width: 100%; margin-top:-5px; margin-left: -5px;}

.service_box{width: 70%; margin:100px auto; min-width: 1100px;}
.service_box_1{width: 80%; margin:0 auto;display: table;}
.service_box_1 .left{width: 50%; float:left; text-align: left;}
.service_box_1 .left h1{font-size: 24px; color:#333; font-weight: bold; line-height: 40px; width: 100%; float:left;margin-top:50px;}
.service_box_1 .left h3{font-size:16px; color:#333; font-weight: bold; line-height: 30px; width: 100%; float:left; margin-bottom: 50px;}
.service_box_1 .left p{ font-size: 16px; color:#666; line-height: 30px; }
.service_box_1 .right{width: 50%; float:right; text-align: right;}
.service_box_1 .right img{max-width: 100%;}

.service_box_2{width: 100%; border-top:1px solid #ccc; padding-top: 100px; margin-top:100px;display: table; text-align: center;}
.service_box_2 img{max-width: 100%;}

.section5 .section5Wrapper{ padding: 0px 10%; display: table; min-width: 1100px;}
.section5 .title{ font-size:16px; text-transform:uppercase; color:#adabaa; line-height:30px;}
.section5 .title h3{font-size: 60px;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 6% 50px 0; width: 20.5%;}
.section5 .partner ul li:nth-of-type(4n){ 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: #dd6d25}
.section5 .more a:hover{ background:#000; color:#fff;}
.network{margin:50px auto; padding:50px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; display: table;}
.network_left{width: 38%; float:left; margin:100px 0;}
.network_left strong{font-size: 20px; font-weight: bold; margin-bottom: 20px;float: left; width: 100%;}
.network_left p{font-size: 16px; line-height: 2;}
.network_right{width: 50%; float:right; text-align: right;}
.network_right img{max-width: 100%;}

.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:30%; margin:0 5% 26px 0;  overflow:hidden; outline:none;  background: #fff;}
.product-section2 .product-section2-list ul li:nth-child(3n+3){margin:0 0 26px 0;}
.product-section2 .product-section2-list ul li .title{width: 90%; background: #e8e8e8; float: left; font-size: 20px; padding:30px 5%;}
.product-section2 .product-section2-list ul li .title p.title1{ line-height: 30px; height: 80px; overflow: hidden;}
.product-section2 .product-section2-list ul li .title span{margin-top:0px; float:left; font-size: 20px;}
.product-section2 .product-section2-list ul li .pic{ color:#666; overflow:hidden; display:block; width: 100%; 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: #dd6d25;}
.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-section1{ background:#fff; }
.product-section1 .product-section1Wrapper{ width:100%; }
.product-section1 .product-section1-box{ width: 70%;border-top:1px solid #ccc; padding:50px 0; min-width: 1100px; 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 .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:16px; line-height:30px; font-weight:bold;}
.product-section1 .product-section1-box .xgbz{margin-top: 30px; font-size: 18px; text-transform: uppercase; line-height: 30px;}
.product-section1 .product-section1-box .xgbz img{}
.product-section1 .product-section1-box .xgbz strong{font-size: 20px;}
.product-section1 .product-section1-box .xgbz p{margin-bottom: 20px;}
.product-section1 .product-section1-desc{ font-size:18px; line-height:40px; padding:0px 0 70px;}
.product-section1 .product-section1-desc h1{font-size: 32px; text-align: center;}
.product-section1 .product-section1-desc h3{ font-size:18px; font-weight:bold; color:#000;}
.product-section1 .product-section1-desc table{border:solid #fff; border-width:1px 0px 0px 1px; line-height:26px; background: #00ac16; padding: 20px; width: 100%; color:#fff;}
.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 #fff; border-width:0px 1px 1px 0px;}
.product-section1 .product-section1-desc td{ padding:10px;color: #fff;}
.product-section1 .producttitle{ font-size:26px; font-weight:bold; height:60px; line-height:60px; padding:0 20px; background:#f7f7f7; color:#fff; 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;}



/**新闻列表**/
.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 .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: #dd6d25; 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:60%; 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:#dd6d25;}
.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(/themes/default/images/date.png) left center no-repeat;}
.news-section2 .news-section2-box .more{ font-size:14px; width: 56px;  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:#dd6d25; border-bottom: 2px solid #dd6d25;}

/**新闻详细**/
.news-section3{ background:#fff;}
.bgfff{ background:#fff;}
.news-section3 .news-section3Wrapper{ width:100%; padding:50px 0;}
.news-section3 .news-section3-box{ width:80%; 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: 16px; 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;}
.news-section3 .news-section3-desc img{max-width: 100%;}
.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: #dd6d25; height: 40px; padding: 0 30px; margin: 10px auto;}
.news-section3 .newsback a:hover{background: #000;}
.zzwz{ font-size:16px; line-height:32px; padding:40px 0 50px 0; text-align:center;}

.lcpxt{width: 80%; background: url(/themes/default/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 img{ width: auto;}
.jysbsm{width: 60%; margin:50px auto; font-size: 16px; color:#fff; line-height: 30px; text-align: center;}

.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;}


 /*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:#3485c7;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:50px auto 50px; text-align: center; }
.bigtitle h2{font-size: 36px; line-height: 40px;display: table; margin: 0 auto; color:#dd6d25;}*/
/*news*/
.hls-inews {overflow: hidden;position: relative;}
.indexnewslist {overflow: hidden;position: relative; width: 80%; margin:0 auto 50px;}
.indexnewslist .swiper-button-next{right: -50px;background: url(/themes/default/images/newjtr.png) left center no-repeat;
 width: 20px; height: 40px; top:120px;}
.indexnewslist .swiper-button-prev{left:-50px;background: url(/themes/default/images/newjtl.png) left center no-repeat;
 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: 90%;height: 90%;padding:5%; float:left;}
.indexnewslist .inews a .txt h4 {font-size: 16px;color: #090a2a;  line-height: 26px;}
.indexnewslist .inews a .txt h5 {font-size: 14px;color: #343434;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: 14px;color: #343434;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(/themes/default/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(/themes/default/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: 100%; display: table; margin-top: 100px;}
.about_num_box1{width: 20%; margin-right: 3%; padding-right: 3%; float:left; text-align: center; border-right: 1px solid #999;}
.about_num_box1:nth-child(4){margin-right: 0px; border-right: 0px;padding-right: 0px;}
.about_num_box1 span{width: 100%; font-size: 24px; color:#333; float:left; margin-bottom: 12px;}
.about_num_box1 strong{font-size: 55px; color:#00ac16;}
.about_num_box1 em{font-size: 20px; font-style: normal; margin-left: 10px; color:#00ac16;}

.about_img{width: 88%; margin:100px auto; 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: #dd6d25; 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;}*/

.zz_box{display: table; width: 100%; padding: 100px 0; background: url(../image/aboutbg.jpg) no-repeat;background-size: cover;}
.zz_box_left{width: 43%; float:left; margin-left: 5%; margin-right: 2%;}
.zz_box_right{width: 50%; float:left;}
.zz_box_right img{max-width: 100%;}
.zz_box_title{text-align: left;  margin-bottom:10px; margin-top:50px;  font-size: 16px; line-height: 34px; display: table;}
.zz_box_sm{font-size: 42px; color:#000; font-weight: bold;}

/*.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;}*/

.abouthistory{width: 100%; background:url(../image/fzbg.jpg) no-repeat; background-size: 100%;display: table;}
.abouthistory .title{width: 100%; text-align: center; margin:50px auto;}
.abouthistory .title h4{font-size: 52px; font-weight: bold; color:#000; line-height: 60px;}
.abouthistory .title h4 span{color:#000;}
.abouthistory .title h3{font-size: 30px; font-weight: normal; line-height: 40px; color:#000;}
.abouthistory .title h3 span{color:#000;}
.abouthistory_left{width: 50%; float:left;margin-bottom: 50px;}
.abouthistory_left ul{margin:0px; padding: 0px;}
.abouthistory_left ul li{width: 100%; float:left; text-align: left; margin-bottom: 20px;}
.abouthistory_left ul li h4{font-size: 48px; font-weight: bold; color:#00ac16; height: 50px; line-height: 50px; background:url(../image/fzline-green.png) left bottom no-repeat; padding-bottom: 10px;}
.abouthistory_left ul li p{font-size: 18px; color:#666; height: 40px;line-height: 40px;}

.abouthistory_right{width: 50%; float:left;margin-bottom: 50px;}
.abouthistory_right ul{margin:0px; padding: 0px;}
.abouthistory_right ul li{width: 100%; float:left; text-align: right; margin-bottom: 20px;}
.abouthistory_right ul li h4{font-size: 48px; font-weight: bold; color:#fff; height: 50px; line-height: 50px; background:url(../image/fzline-white.png) right bottom no-repeat; padding-bottom: 10px;}
.abouthistory_right ul li p{font-size: 18px; color:#fff; height: 40px; line-height: 40px;}

.about-section4{ background:#363636 url(/themes/default/images/img1.png) no-repeat right top; min-height:1080px;margin-bottom: 100px;}
.about-section4 .about-section4Wrapper{ width:100%; padding:130px 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:#dd6d25; text-transform:uppercase;}
.about-section4 .about-section4-box .title h3{ color:#dd6d25; 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: 14px; width: 80%;}
.about-section4 .history-list a{ color:#fff; display:inline}

.pinzhi-section1{display: flex;}
.pinzhi-section1 .pinzhi-section1Wrapper{ width:80%; margin: 0px auto 50px; display: table; z-index: 2;}
.pinzhi-section1 .title{width: 100%; text-align: center; margin:50px auto;}
.pinzhi-section1 .title h2{font-size: 36px; font-weight: normal; color:#00ac16; line-height: 60px; }
.pinzhi-section1 .title h3{font-size: 18px; font-weight: normal; line-height: 20px; color:#b2b3b1;}
.pinzhi-section1 .pinzhi-section1Wrapper .pinzhilist{width: 100%; float:left; text-transform: uppercase;}
.pinzhi-section1 .pinzhi-section1Wrapper .pinzhilist ul{margin:0px; padding: 0px;}
.pinzhi-section1 .pinzhi-section1Wrapper .pinzhilist ul li{width: calc(28% - 22px); margin-right: 8%; /*border:1px solid #ccc;*/ border-radius: 20px; padding: 60px 10px 20px; float:left; text-align: center; box-shadow: 0px 0px 20px 5px #e8e8e8;}
.pinzhi-section1 .pinzhi-section1Wrapper .pinzhilist ul li:nth-child(3n+3){margin-right: 0px;}
.pinzhi-section1 .pinzhi-section1Wrapper .pinzhilist ul li i{width: 40px; height: 40px; margin: 20px auto; display: table;}
.pinzhi-section1 .pinzhi-section1Wrapper .pinzhilist ul li strong{font-size: 20px;margin: 20px auto; font-weight: bold;display: table;}
.pinzhi-section1 .pinzhi-section1Wrapper .pinzhilist ul li span{color:#999;margin:55px auto 20px; font-size: 16px; line-height:2; display: table;}

.jcbz{width: 60%; margin:100px auto 20px; border:15px solid #00ac16; border-bottom: 0px;}
.jcbz strong{height: 60px; line-height: 60px; font-size: 20px; margin:0 auto;display: table;}
.jcbz span{margin:0 50px; line-height: 30px; font-size: 16px; color:#666; display: table;}

.pzpic{width: 100%;}
.pzpic_box{width: 80%; margin: 0px auto 80px;display: table;}
.pzpic_box ul{margin:0px; padding: 0px;}
.pzpic_box ul li{width: 48%; margin-right: 4%; margin-bottom: 20px; float:left;position: relative;}
.pzpic_box ul li:nth-child(2n+2){margin-right: 0px;}
.pzpic_box ul li img{ width: 100%;}
.pzpic_box ul li span{position: absolute; top:0px; left:0px; height: 74px; line-height: 54px; text-align: center; color:#fff; background: url(../image/pzbg.png) center top no-repeat; font-size: 16px; width: 100%;}



.contact-section1{display: flex; margin-top:-100px;}
.contact-section1 .contact-section1Wrapper{ width:80%; margin: 0px auto 50px; display: table; z-index: 2;}
.contact-section1 .contact-section1Wrapper .contactlist{width: 100%; float:left;}
.contact-section1 .contact-section1Wrapper .contactlist ul{margin:0px; padding: 0px;}
.contact-section1 .contact-section1Wrapper .contactlist ul li{width: calc(23.5% - 22px); margin-right: 2%; border:1px solid #ccc; border-radius: 10px; padding: 10px; float:left; text-align: center;background: #fff;height: 160px;}
.contact-section1 .contact-section1Wrapper .contactlist ul li:nth-child(4n+4){margin-right: 0px;}
.contact-section1 .contact-section1Wrapper .contactlist ul li i{width: 40px; height: 40px; margin: 10px auto; display: table;}
.contact-section1 .contact-section1Wrapper .contactlist ul li strong{font-size: 16px; margin: 10px auto; font-weight: bold;display: table;color:#999;}
.contact-section1 .contact-section1Wrapper .contactlist ul li span{margin: 10px auto;font-size: 18px; display: table; font-weight:bold;}


.contact-section2{}
.contact-section2 .contact-section2Wrapper{ width:80%; margin: 20px auto 80px;}
.contact-section2 .contact-section2-box{ border-bottom:2px solid #d6d5d4; overflow:hidden;}
.contact-section2 .contact-section2-box .pic{ float:left; width:100%; height:55vh;}
.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: 40px; 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;}
.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{ background: url(../image/messagebg.jpg) no-repeat; background-size: cover; }
.contact-section6 .contact-section6Wrapper{ width:80%; padding:60px 0; margin:0 auto;}
.contact-section6 .contact-section6-box{ display: table; width: 100%;}
.contact-section6 .contcat_left{width: 50%; float: left;}
.contact-section6 .contcat_left h3{font-size: 24px; color: #000; margin-top: 20%; margin-bottom: 30px;}
.contact-section6 .contcat_left p{font-size: 16px; color: #999; line-height: 30px;}
.contact-section6 .contcat_right{width: 45%; float: left; margin-left: 5%}
.contact-section6 .contcat_right .item {margin-bottom: 20px;overflow: hidden; width: 80%;}
.contact-section6 .contcat_right .item h3{font-size: 18px;color: #1a1a1a;     margin: 20px 0;}
.contact-section6 .contcat_right .item .form{overflow: hidden;}
.contact-section6 .contcat_right .item .form li{list-style: none;padding-bottom: 10px;overflow: hidden;}
.contact-section6 .contcat_right .form li .input2{width:calc(100% - 32px);}
.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: 1px solid #ddd;background: #f5f5f5;padding: 10px;width:calc(100% - 32px); float:left;}
.contact-section6 .contcat_right .form li textarea {min-height: 100px;}
.contact-section6 .contcat_right .form li .send {cursor: pointer;padding: 10px 0;width: 180px; color: #fff;text-transform: uppercase; background: #00ac16;}
.contact-section6 .contcat_right .form li .send:hover {background: #34bbea;}


.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;}


.haochu{width: 100%; height: 420px; background: url(/themes/default/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(/themes/default/images/right.png) left center no-repeat;
 width: 20px; height: 40px; top:120px;}
.cmalist .swiper-button-prev{left:0px;background: url(/themes/default/images/left.png) left center no-repeat;
 width: 20px; height: 40px; top:120px;}

.fuwu_box{width: 100%; display: table; padding-bottom: 80px; background: url(/themes/default/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(/themes/default/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{display: table;  width: 100%; margin: 100px auto;}
.ccsb_box_left{width: 33%; float:right; margin:30px 6% 30px 5%;}
.ccsb_box_right{width: 55%; float:left;text-align: right;}
.ccsb_box_right img{max-width: 100%;}
.ccsb_box_title{text-align: left;  margin-bottom:50px;color:#dd6d25; font-size: 36px; line-height: 60px; display: table;}
.ccsb_box_sm{font-size: 16px; line-height: 30px; color:#333;}

.yqyw_box{width: 100%;display: table; background: url(/themes/default/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(/themes/default/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(/themes/default/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(/themes/default/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;}
