@charset "UTF-8";
/*body {
	overflow-x: hidden;
	overflow-y: auto;
}*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
/*body, p, form, textarea, h1, h2, h3, h4, h5,h6, dl, dd {
	margin: 0 !important;
}*/
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	/*line-height: 28px;*/
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ico {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	/*color: #a70e20;*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
/*清除浮动*/
.cl{
	clear:both;
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*导航*/
.head{width:100%;margin:0 auto;position:relative;}
.wai{width:100%;height:59px;/*border-bottom:1px solid #fff;*/margin:0 auto;position: absolute/*fixed*/;z-index: 9999999;top:0;left:0;padding:24px 0 14px 0;}
.wai .w1500{width:1500px;margin:0 auto;}
.wai .w1500 .logo{width:207px;height:59px;}
.wai .w1500 .logo img{width:100%;}

@media all and (min-width: 1201px) {
    .main {
        /*width:1200px;*/
        /*width: 89%;*/
        width: 87.09090909090909%;
        margin:0 auto;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .main {width:89%;margin:0 auto;}
}
.nav {/*background-color:#a70e20;height:45pxheight:60px;border-top: solid 5px #362e2b;*/}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.topNav{position:relative; z-index:1000000; height: 60px; line-height:60px;}
.topNav-width{ width:1200px; margin:0 auto;   }
.topNav h3{font-size:20px;/*font-weight:bold;*/font-size:100%; width:100%;text-align:center;font-family: "Microsoft YaHei", "微软雅黑";}
.topNav dl{ zoom:1; }
.topNav .tnLeft{ float:left;  }
.topNav .tnRight{ float:right;  }
.topNav dd{ float:left; position:relative;width:14.285714%;/*border-right: 1px solid #cc3333;*/text-align:center;}
.topNav dd:first-child {/*border-left: 1px solid #cc3333;*/background: none;}
.topNav dd h3{ float:left;  }
.topNav dd h3 a{ display:inline-block; *display:inline; zoom:1; height:59px; line-height:59px;width:100%; /*padding:0px 20px;*/color:#fff;letter-spacing:8px;font-size:18px; font-weight:;}
.topNav dd h3 a i{ display:inline-block; width:12px; height:6px; margin:0 0 0 5px; overflow:hidden; vertical-align:middle; font-size:12px; line-height:13px; background: url(../images/nav_ivo.png)  no-repeat;}
/*.topNav dd h3 a:hover,*/
.topNav dd.on h3 a{/* background:#cc3333; *//*background: url(../images/2.png) no-repeat;*/background-size: 19px 17px; background-position: 50% -1px;}
.topNav dd:hover h3 a{color:#fff/*#00a735*/;font-weight:bold;}
.topNav dd ul{ display:none;/*默认隐藏*/position:absolute;width:auto;top:59px;left:0;/* border:1px solid #fff; border-top:0;*/background:none; -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1); -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1); box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);}
.topNav dd ul li{width:100%; line-height: 60px; border-bottom: 1px solid #fff;display: inline-block;font-size:18px;}
.topNav dd ul li a{ display: block; color: #fff; padding: 0 16px; letter-spacing:5px;}
.topNav dd ul li:hover a{ background:none; color:#00a735;float:left;display: inline-block;}
.topNav dd ul li span{display:none;width:23px;height:32px;margin:14px 0 14px 10px;background: url(../images/nav-ico.png) no-repeat;background-size:23px 32px; background-position: 50% -1px;float:left;}
.topNav dd ul li:hover span{display: block;display: inline-block;}
.topNav dd ul li:hover{display: block;display: inline-block;}


.nav ul li:hover {
	background-color: none/*#59bef3*/;
	color:#00a735;
}
.topNav .on {
	background-color: none/*#59bef3*/;
	color:#00a735;
}
/*导航-END*/


.advantage-rotate{width: 126px;height: 126px; margin-top:-130px;margin-left: auto; margin-right: auto; background: none; position: relative; z-index: 9; }
.advantage-rotate .rotate1{width:126px; height:126px; border-radius: 50%; background:url(../images/xuanzhaun.png) top center no-repeat; background-size: cover; -moz-background-size: cover; overflow: hidden;
    position: absolute; top: 0px; left:0; }
@keyframes myfirst{
  from{ transform:rotate(0); -ms-transform:rotate(0); -webkit-transform:rotate(0); -o-transform:rotate(0); -moz-transform:rotate(0) }
  to{ transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg) }
}
@-moz-keyframes myfirst{
  from{ transform:rotate(0); -ms-transform:rotate(0); -webkit-transform:rotate(0); -o-transform:rotate(0); -moz-transform:rotate(0) }
  to{ transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg) } 
}
@-webkit-keyframes myfirst{
  from{ transform:rotate(0); -ms-transform:rotate(0); -webkit-transform:rotate(0); -o-transform:rotate(0); -moz-transform:rotate(0) }
  to{ transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg) }
}
@-o-keyframes myfirst{
  from{ transform:rotate(0); -ms-transform:rotate(0); -webkit-transform:rotate(0); -o-transform:rotate(0); -moz-transform:rotate(0) }
  to{ transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg)}
}
.logo1{
  animation:myfirst 8s linear infinite;
  -moz-animation:myfirst 8s linear infinite;
  -webkit-animation:myfirst 8s linear infinite;
  -o-animation:myfirst 8s linear infinite
}

/*公司简介*/
.index_about:hover .pic:before {
  background: none;
}
.index_about:hover .pic img {
  filter: grayscale(0);
}
.index_about .pic {
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size:cover;
    /*background-position-x: center;*/
    background-position:right top;
    top:0;
    left:0;
    margin;0 auto;
}
.index_about .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.index_about .pic img {
    width: 100%;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  filter: grayscale(1);
}
@media all and (min-width: 1201px) {
    .index_about{
    	width: 100%;
    	margin: 0 auto;
    	/*min-height: 830px;*/
    	min-height: 663px;
    	background-size: cover;
    	overflow: hidden;
    	position: relative;
    }
    .index_about .w1300 {
    	width: 1300px;
    	margin: 0 auto;
    	height: auto;
    	display:inline-block;
    	position: absolute;
    	margin-left:50%;
    	left:-650px; 
    	margin-right: auto; 
    	margin-top:128px;
    	z-index:10000;
    }
    .index_about .about_content{
    	width:100%;
    	margin:30px auto 0;
    }
    .index_about .about_content p{
    	width:610px;
    	color:#fff;
    	text-indent:2em;
    	font-size:16px;
    	line-height:35px;
    }
    .index_about .about_gund{
    	width:100%;
    	margin:60px auto 0;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px) {
    .index_about{
    	width: 100%;
    	margin: 0 auto;
    	height: 480px;
    	background-size: cover;
    	overflow: hidden;
    	position: relative;
    }
    .index_about .w1300 {
    	width: 98%;
    	margin: 0 auto;
    	height: auto;
    	display:inline-block;
    	position: absolute;
    	margin-left:50%;
    	left:-49%; 
    	margin-right: auto; 
    	margin-top:28px;
    	z-index:10000;
    }
    .index_about .about_content{
    	width:100%;
    	margin:15px auto 0;
    }
    .index_about .about_content p{
    	width:85%;
    	color:#fff;
    	text-indent:2em;
    	font-size:16px;
    	line-height:35px;
    }
    .index_about .about_gund{
    	width:100%;
    	margin:30px auto 0;
    }
}


.index_about .about_title{
	width:100%;
	margin:0 auto;
}
.index_about .about_title_left{
	width:4px;
	height:116px;
	background:#fff;
}
.index_about .about_title_right{
	margin-left:20px;
}
.index_about .about_title_right h1{
	color:#fff;
	font-size:32px;
	font-weight:bold;
	line-height:50px;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.index_about .about_title_right h2{
	color:#fff;
	font-size:24px;
	/*font-weight:bold;*/
	line-height:66px;
	font-family: "Microsoft YaHei", "微软雅黑";
}

.index_about .about_read{
	width:100%;
	margin:30px auto 0;
}
.index_about .about_read .read_box{
	width:140px;
	height:42px;
	border-radius:4px;
	background:#2bbf71;
	margin-left:10px;
}
.index_about .about_read p{
	width:109px;
	line-height:42px;
	text-align:center;
	color:#fff;
}
.index_about .about_read i{
	width:14px;
	height:14px;
	background-image: url(../images/about_read.png);
	margin:14px 0;
}
/*计数器*/
.numCount{ margin: 0 -10px;}
.numCount li{ float: left; width: 18%; text-align: center;}
.numCount li .item{ margin: 0 10px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:54px; color:#2bbf71;}
.numCount li .numU .unitC{font-size:/*100%*/30px; line-height: 1.8; margin-left: 0.3em;}
.numCount li .numU sup{vertical-align: top;}
.numCount li .numU sub{vertical-align:top;color:#2bbf71;font-size:54px;}
.numCount li .indc{color:#fff;font-size:16px;}
@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}
@media all and (min-width: 980px) and (max-width: 1200px){
    .numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:0.7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}

/*横幅*/
@media all and (min-width: 1201px) {
    .index_hf{
    	width:100%;
    	padding: 37px 0 37px 0;
    	margin: 0 auto;
    	height:203px;
    }
    .index_hf .w1425{
    	width: 1425px;
    	margin: 0 auto;
    	height: auto;
    }
    .index_hf .hf_title{
    	width:199px;
    	height:203px;
    	background-image: url(../images/quan.png);
    }
    .index_hf .hf_title h6:nth-child(1){
    	font-size:46px;
    	text-align:center;
    	line-height:1.2;
    	letter-spacing:6px;
    	padding:30px 0 0 0;
    	font-family: "Microsoft YaHei", "微软雅黑";
    	font-weight:lighter;
    }
    .index_hf .hf_title h6:nth-child(3){
    	padding:0;
    	font-size:46px;
    	text-align:center;
    	line-height:1.2;
    	letter-spacing:6px;
    	font-family: "Microsoft YaHei", "微软雅黑";
    	font-weight:lighter;
    }
    .index_hf .hf_title p{
    	text-align:center;
    	line-height:2;
    }
    .index_hf .hf_content{
    	margin:30px 0 0 50px;
    	width:1100px;
    }
    .index_hf .hf_content p{
    	font-size:30px;
    	line-height:2;
    	font-weight:lighter;
    }
    .index_hf .hf_content span{
    	line-height:2;
    	font-size:18px;
    }
    .index_hf .hf_more{
    	width:50px;
    	height:50px;
    	border:1px solid #333;
    	border-radius:50%;
    	margin:153px 0 0 0;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px){
    .index_hf{
    	width:100%;
    	padding: 37px 0 37px 0;
    	margin: 0 auto;
    	height:153px;
    }
    .index_hf .w1425{
    	width: 98%;
    	margin: 0 auto;
    	height: auto;
    }
    .index_hf .hf_title{
    	/*width:150px;*/
    	/*width: 12.70110076206605%;*/
    	height: 11%;
    	/*height:153px;*/
    	height: 130px;
    	background-image: url(../images/quan.png);
    	background-size: 100% 100%;
    	margin: 1.5% 0 0 0;
    }
    .index_hf .hf_title h6:nth-child(1){
    	font-size:26px;
    	text-align:center;
    	line-height:1.2;
    	letter-spacing:6px;
    	padding:20px 0 0 0;
    	font-family: "Microsoft YaHei", "微软雅黑";
    	font-weight:lighter;
    }
    .index_hf .hf_title h6:nth-child(3){
    	padding:0;
    	font-size:26px;
    	text-align:center;
    	line-height:1.2;
    	letter-spacing:6px;
    	font-family: "Microsoft YaHei", "微软雅黑";
    	font-weight:lighter;
    }
    .index_hf .hf_title p{
    	text-align:center;
    	font-size: 12px;
    	line-height:2;
    }
    .index_hf .hf_content{
    	margin:15px 0 0 20px;
    	width:85%;
    }
    .index_hf .hf_content p{
    	font-size:24px;
    	line-height:2;
    	font-weight:lighter;
    }
    .index_hf .hf_content span{
    	line-height:2;
    	font-size:18px;
    }
    .index_hf .hf_more{
    	width:50px;
    	height:50px;
    	border:1px solid #333;
    	border-radius:50%;
    	margin:153px 0 0 0;
    }
    
}
/*
.index_hf .hf_more a{
	width:50px;
	height:50px;
	border-radius:50%;
}
.index_hf .hf_more i{
	width:19px;
	height:13px;
	display:block;
	margin:15.5px 18.5px;
	background-image: url(../images/jiantou.png);
	animation: ani-svg2 0.85s linear 0s alternate infinite;-webkit-animation: ani-svg2 0.85s linear 0s alternate infinite;-moz-animation: ani-svg2 0.85s linear 0s alternate infinite;
}
@keyframes ani-svg2{
	0%{
	  opacity: 0;
	  transform: translateX(-12px);
	}
    25%{
      opacity: 0.25;
	  transform: translateX(-10px);
	}
    50%{
      opacity: 0.5;
	  transform: translateX(0px);
	}
	75%{
	  opacity: 0.75;
	  transform: translateX(10px);
	}
	100%{
	  opacity: 1.0;
	  transform: translateX(12px);
	}
}
@-webkit-keyframes ani-svg2{
	0%{
	  opacity: 0.4;
	  -webkit-transform: translateX(-20px);
	}
	15%{
	  opacity: 0.65;
	  -webkit-transform: translateX(-15px);
	}
    25%{
      opacity: 0.8;
	  -webkit-transform: translateX(-10px);
	}
    50%{
      opacity: 1;
	  -webkit-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -webkit-transform: translateX(5px);
	}
	75%{
	  opacity: 0.65;
	  -webkit-transform: translateX(10px);
	}
	100%{
	  opacity: 0.4;
	  -webkit-transform: translateX(15px);
	}
}
@-moz-keyframes ani-svg2{
	0%{
	  opacity: 0.4;
	  -moz-transform: translateX(-20px);
	}
	15%{
	  opacity: 0.65;
	  -moz-transform: translateX(-15px);
	}
    25%{
      opacity: 0.8;
	  -moz-transform: translateX(-10px);
	}
    50%{
      opacity: 1;
	  -moz-transform: translateX(0px);
	}
	65%{
	  opacity: 0.8;
	  -moz-transform: translateX(5px);
	}
	75%{
	  opacity: 0.65;
	  -moz-transform: translateX(10px);
	}
	100%{
	  opacity: 0.4;
	  -moz-transform: translateX(15px);
	}
}*/
/*公司荣誉*/
.index_rongyu{
	width:100%;
	margin:0 auto;
}
.item_box { width: 100%; padding: 0px 0px 82px 0px; overflow: hidden;}
.item_box_wp { width:100%; margin:0 auto;}
.box10 { background: #404344; padding: 0px; height: 610px;margin:0 auto;}

.w-accor{ overflow:hidden; position:relative;}
.w-accor ul,.w-accor li{ padding:0; margin:0; list-style:none;}
.w-accor ul{ width:101%;}
.w-accor li{ position:relative; overflow:hidden;float:left;}
.accorClick li{ cursor:pointer;}
.w-accor li .item{ position:relative;}
.w-accor li > a{ display:block; position:absolute; left:0; right:0; top:0; bottom:0;}
.w-accor .acr_p{ margin-top:0.5em; }
.w-accor3 li .cont_ar{ color:#fff;}
.w-accor3 li .left_ar{ position:absolute; left:0; top:0; bottom:0;width:100%; background:rgba(0,0,0,0.5);transition:all 0.5s; -webkit-transition:all 0.5s;}
.w-accor3 li .left_ar .fold { width: 315px; height: 100%; text-align: center; position: absolute; top: 0px; left: 0px;}
.w-accor3 li .left_ar .fold .img {display: inline-block;width:100%;margin-left:-150px;}
.w-accor3 li .left_ar .fold .txt { font-size:38px; display: block; width:236px; margin:153px 0 0; line-height: 1.5; text-align:center;}
@media all and (min-width: 980px) and (max-width: 1200px) {
    .w-accor3 li .left_ar .fold .txt { font-size:30px;}
}
.w-accor3 li .left_ar .fold h1{
	width:40px;
	height:3px;
	background:#fff;
	margin: 30px 0 0 50px;
}
.w-accor3 li .left_ar .fold h6{
	font-size:24px;
	margin-top:30px;
	line-height:1.5;
	text-align:left;
	margin-left:50px;
}
.w-accor3 li .left_ar .fold:hover .txt { font-size:38px; display: block; width:236px; /*font-weight: bold;*/ margin:153px 0 0; line-height: 1.5; text-align:center;}

.w-accor3 li .right_ar{ position:absolute; top:0; bottom:0; left:100%; right:0; opacity:0; *filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);transition:opacity 0.5s; -webkit-transition:opacity 0.5s; transition-delay: 0.3s; -webkit-transition-delay:0.3s;}
.w-accor3 li .right_ar .dec_ar{ line-height:1.7; position:absolute; left:20px; right:20px;top:10%; top:10%\9; *top:10%; transform:translateY(-50%); -webkit-transform:translateY(-50%); max-height:100%; }
:root .w-accor3 li .right_ar .dec_ar{ top:32%;}
.w-accor3 li .right_ar .dec_ar .unfold {}
.w-accor3 li .right_ar .dec_ar .unfold dl {}
.w-accor3 li .right_ar .dec_ar .unfold:hover dl { margin: 150px 10% 0px 20%;}
.w-accor3 li .right_ar .dec_ar .unfold span{height:60px;display:inline-block;margin-bottom: 30px;font-size:38px;line-height:60px;}
@media all and (min-width: 980px) and (max-width: 1200px) {
    .w-accor3 li .right_ar .dec_ar .unfold span{ font-size:30px;}
}
.w-accor3 li .right_ar .dec_ar .unfold:hover span{height:60px;display:inline-block;margin-bottom: 30px;font-size:38px;line-height:60px;}
.w-accor3 li .right_ar .dec_ar .unfold dt {width: 100%; text-align: left; margin-top:20px;}
.w-accor3 li .right_ar .dec_ar .unfold dl h1{width:40px;height:3px;background:#fff;}
.w-accor3 li .right_ar .dec_ar .unfold dl h6{font-size:24px;margin-top:30px;line-height:1.5;}
.w-accor3 li .right_ar .dec_ar .unfold dd {font-size: 18px; line-height: 35px;margin-left:0px;}
.w-accor3 li .i_img{ text-align:center; margin-bottom:1em; transform:scale(0); -webkit-transform:scale(0);transition:all 0.3s; -webkit-transition:all 0.3s; transition-delay:0.2s; -webkit-transition-delay:0.2s;}
.w-accor3 li .i_img img{ max-width:100%;}
.w-accor3 li .acr_p{padding:1em; background:rgba(0,0,0,0.5);}
.w-accor3 li.cur .left_ar{ width:5em; display:none;}
.w-accor3 li.cur .right_ar{
    left:5em;
    opacity:1; 
    *filter:alpha(opacity=100); 
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.w-accor3 li.cur .i_img{
    transform:scale(1); 
    -webkit-transform:scale(1);
}

/*新闻中心*/
@media all and (min-width: 1201px) {
    .index_news{
    	width: 100%;
    	margin: 0 auto;
    	/*min-height: 937px;*/
    	min-height: 793px;
    	overflow: hidden;
    	position: relative;
    }
    .index_news .w1300 {
    	width: 1300px;
    	margin: 0 auto;
    	height: auto;
    	display:inline-block;
    	position: absolute;
    	margin-left:50%;left:-650px; margin-right: auto; margin-top:110px;
    	z-index:10000;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px){
    .index_news{
    	width: 100%;
    	margin: 0 auto;
    	height: 580px;
    	overflow: hidden;
    	position: relative;
    }
    .index_news .w1300 {
    	width: 98%;
    	margin: 0 auto;
    	height: auto;
    	display:inline-block;
    	position: absolute;
    	margin-left:50%;
    	left:-49%; 
    	margin-right: auto; 
    	margin-top:50px;
    	z-index:10000;
    }
}
.index_news:hover .news_pic:before {
  background: none;
}
.index_news:hover .news_pic img {
  filter: grayscale(0);
}
.index_news .news_pic {
    width: 100%;
  position: absolute;
  top:0;left:0;
}
.index_news .news_pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.index_news .news_pic img {
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  filter: grayscale(1);
}
.focusBox { position: relative; width:100%; height:auto;}
.focusBox .prev {width:32px;height:23px; position:absolute;top: 770px; left: 570px; z-index:3;}
.focusBox .next {width:32px;height:23px; position:absolute; top: 770px; right: 570px; z-index:3;}
.focusBox .prev {display:block;width:32px;height:23px;overflow:hidden;background: url(../images/left_ico.png) no-repeat scroll 0 0;}
.focusBox .next {display:block;width:32px;height:23px;overflow:hidden;background: url(../images/right_ico.png) no-repeat scroll 0 0;}
.focusBox .prev:hover{background: url(../images/left_on_ico.png) no-repeat scroll 0 0;}
.focusBox .next:hover {background: url(../images/right_on_ico.png) no-repeat scroll 0 0;}

.index_news .news_title{
	width:100%;
	margin:0 auto;
}
.index_news .news_title h4{
	font-size:32px;
	line-height:1.5;
	color:#fff;
	font-weight:bold;
}
.index_news .news_title h5{
	font-size:24px;
	line-height:1.6;
	color:#fff;
	/*padding-left:20px;*/
}
.index_news .news_title span{
	width:39px;
	height:3px;
	line-height:1.2;
	background:#fff;
	display:inline-block;
}

.focusBox .e_flt_inf {width:100%; height:auto;margin:80px auto 0; z-index: 20; color: #fff; white-space: normal; word-wrap: break-word; }
.focusBox .e_flt_inf dd{
	width:100%;
	font-size:36px;
	line-height:1.4;
}
.focusBox .e_flt_inf dd a{
	color:#fff;
}
.focusBox .e_flt_inf dl{
	width:100%;
	margin:55px auto 0;
}
.focusBox .e_flt_inf dl dt{
	width:52%;
	height:45px;
	font-size:20px;
	line-height:40px;
	border-bottom:1px dashed;
	margin:15px 0 10px 0px;
}
.focusBox .e_flt_inf dl dt i{
	display:block;
	width:19px;
	height:19px;
	margin:10px 10px 10px 0px;
	overflow:hidden;
	background: url(../images/wen_ico.png) no-repeat scroll 0 0;
}
.focusBox .e_flt_inf dl dt a{
	color:#fff;
	margin-left:5px;
}
.focusBox .news_more{
	width:167px;
	height:52px;
	border:2px solid #fff;
	margin:110px 0 0 25px;
}
.focusBox .news_more p{
	text-align:center;
	line-height:52px;
	color:#fff;
	font-size:18px;
}
.focusBox .news_more p:hover{
	color:#00a735;
}

/*footer*/
.index_foot{
	width:100%;
	margin:0 auto;
	padding:20px 0 10px 0;
	background:#ededed;
}

@media all and (min-width: 1201px) {
    .index_foot .foot_top{
    	width:100%;
    	margin:0 auto;
    	padding:0px 0 60px 0;
    	border-bottom:1px solid #c8c8c8;
    }
    .index_foot .foot_top .w1300{
    	width:1400px;
    	margin:0 auto;
    }
    .index_foot .foot_top .foot_top_nav{
    	width:500px;
    	height:105px;
    }
    .index_foot .foot_top .foot_lxwm{
    	width:540px;
    	height:105px;
    	margin:0 55px;
    }
    .index_foot .foot_top .foot_lxwm ul li{
    	float: left;
    }
    .index_foot .foot_top .foot_guanzhu img{
    	width:80px;
    	height:80px;
    	background:#343434;
    	display:block;
    	margin-top:15px;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px)  {
    .index_foot .foot_top{
    	width:100%;
    	margin:0 auto;
    	padding:0px 0 30px 0;
    	border-bottom:1px solid #c8c8c8;
    }
    .index_foot .foot_top .w1300{
    	width:98%;
    	margin:0 auto;
    }
    .index_foot .foot_top .foot_top_nav{
    	width:32%;
    	height:105px;
    }
    .index_foot .foot_top .foot_lxwm{
    	width:53%;
    	height:105px;
    	margin:0 1%;
    }
    .index_foot .foot_top .foot_lxwm ul li{
    	float: left;
    }
    .index_foot .foot_top .foot_lxwm ul li:nth-child(1){
    	float: right;
    }
    .index_foot .foot_top .foot_guanzhu img{
    	width:60px;
    	height:60px;
    	background:#343434;
    	display:block;
    	margin-top:5px;
    }
    .index_foot .foot_top .foot_lxwm ul li dd {
    	margin:10px 0 0 5px;
    }
    .index_foot .foot_top .foot_lxwm ul li dd p{
    	font-size:14px;
    	font-weight:800;
    }
    .index_foot .foot_top .foot_lxwm ul li dd p:nth-child(2){
    	font-size:14px;
    	font-weight:400;
    }
    .index_foot .foot_top .foot_lxwm ul li dl{
    	width:30px;
    	height:29px;
    	margin-top:15px;
    }
    .index_foot .foot_top .foot_lxwm ul li dl img{
    	width:100%;
    }
    .index_foot .foot_top .foot_guanzhu{
    	width:85px;
    	height:105px;
    	margin:0 0 0 2.5%;
    }
}

.index_foot .foot_top .foot_top_nav p{
	font-size:18px;
	line-height:1.4;
}
.index_foot .foot_top .foot_top_nav span{
	width:27px;
	height:2px;
	background:#343434;
	display:block;
	margin-top:5px;
}
.index_foot .foot_top .foot_top_nav ul{
	margin:0 auto;
	
}
.index_foot .foot_top .foot_top_nav ul li{
	float:left;
	display:inline-block;
	width:24%;
	text-align:center;
	line-height:38px;
}
.index_foot .foot_top .foot_top_nav ul li:nth-child(14){margin-left:-1px;}
.index_foot .foot_top .foot_top_nav ul li:nth-child(1){
	text-align:left;
}
.index_foot .foot_top .foot_top_nav ul li:nth-child(2){
	width:1px;
}
.index_foot .foot_top .foot_top_nav ul li:nth-child(4){
	width:1px;
}
.index_foot .foot_top .foot_top_nav ul li:nth-child(6){
	width:1px;
}
.index_foot .foot_top .foot_top_nav ul li:nth-child(8){
	text-align:left;
}
.index_foot .foot_top .foot_top_nav ul li:nth-child(9){
	width:1px;
}
.index_foot .foot_top .foot_top_nav ul li:nth-child(11){
	width:1px;
}
.index_foot .foot_top .foot_top_nav ul li:nth-child(13){
	width:1px;
}
.index_foot .foot_top .foot_top_nav ul li span{
	width:1px;
	height:13px;
	margin-top:14px;
	background:#8e9598;
}
/*联系我们*/

.index_foot .foot_top .foot_lxwm p{
	font-size:18px;
	line-height:1.4;
}
.index_foot .foot_top .foot_lxwm span{
	width:27px;
	height:2px;
	background:#343434;
	display:block;
	margin-top:5px;
}
.index_foot .foot_top .foot_lxwm ul{
	margin:10px auto 0;
}

.index_foot .foot_top .foot_lxwm ul li dl{
	width:38px;
	height:37px;
	margin-top:15px;
}
.index_foot .foot_top .foot_lxwm ul li dd {
	margin:10px 0 0 10px;
}
.index_foot .foot_top .foot_lxwm ul li dd p{
	font-size:16px;
	font-weight:800;
}
.index_foot .foot_top .foot_lxwm ul li dd p:nth-child(2){
	font-size:16px;
	font-weight:400;
}
.index_foot .foot_top .foot_lxwm ul li:nth-child(2){
	/*margin-left:30px;*/
}
/*关注我们*/
.index_foot .foot_top .foot_guanzhu{
	width:85px;
	height:105px;
	margin:0 0 0 2.5%;
}
.index_foot .foot_top .foot_guanzhu p{
	font-size:18px;
	line-height:1.4;
}
.index_foot .foot_top .foot_guanzhu span{
	width:27px;
	height:2px;
	background:#343434;
	display:block;
	margin-top:5px;
}

.index_foot .foot_top .foot_guanzhu p:nth-child(4){
	font-size:14px;
	line-height:1.4;
	text-align:center;
}
@media all and (min-width: 1201px) {
    .foot_bottom{
    	width:100%;
    	margin:0 auto;
    }
    .foot_bottom .w1300{
    	width:1400px;
    	margin:20px auto 0;
    	text-align:center;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px){
    .foot_bottom{
    	width:100%;
    	margin:0 auto;
    }
    .foot_bottom .w1300{
    	width:98%;
    	margin:10px auto 0;
    	text-align:center;
    }
}
.foot_bottom .w1300 p{
	line-height:2;
	display:inline-block;
}

/*==============================================================================*/
/*工程案例*/

/* nav */

.hide {
	display: none;
}
.case-more{
    width: 100px;
    height: 40px;
    display:block;
    position: fixed;
	top:120px; 
	right:60px;
	background: #c9c9c9;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
	z-index: 6002;
}
.menu-btn{
	display:block;
	/*width: 105px;
	height: 105px;*/
	width: 40px;
	height: 40px;
	position: fixed;
	top:120px; 
	right:7px; 
	text-indent:-99999px; 
	z-index: 6002; 
	cursor: pointer;
	background:#c9c9c9;
	border-radius:100%;
}
.menu-btn .nav-bar{
	display: block; 
	width: 26px; 
	height: 26px; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-top: -13px; 
	margin-left: -13px; 
}
.menu-btn .nav-bar .line{
	display:block; 
	background: #fff; 
	width: 100%; 
	height: 4px; 
	transition: 0.56s; 
	-webkit-transition: 0.56s; 
	position: absolute;
}
.menu-btn .nav-bar .line.top {
	top: 0;
}
.menu-btn .nav-bar .line.center {
	top:50%; 
	margin-top: -2px;
}
.menu-btn .nav-bar .line.bottom {
	bottom: 0; 
}
.menu-btn.on {
	background:#c9c9c9;
	transition: 0.56s;
	-webkit-transition: 0.56s;
}
.menu-btn.on .nav-bar .line {
	background: #fff;
}
.menu-btn.on .nav-bar .line.top {
	transform: rotate(-135deg); 
	-webkit-transform: rotate(-135deg); 
	top: 11px; 
}
.menu-btn.on .nav-bar .line.center { 
	opacity: 0; 
	transform: tranlateX(50px); 
	-webkit-transform: tranlateX(50px); 
}
.menu-btn.on .nav-bar .line.bottom { 
	transform: rotate(135deg); 
	-webkit-transform: rotate(135deg); 
	bottom: 11px; 
}
.menu-btn.on.active .nav-bar .line.top { 
	top: 11px; 
}
.menu-btn.active { 
	height:40px; 
	width:40px; 
}
.menu-btn.active .nav-bar { 
	width: 26px; 
	height: 26px; 
	margin-top: -13px; 
	margin-left: -13px; 
}
.menu-btn.active .line { 
	background: #fff; 
}
.nav-mask {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	z-index: 6001; 
	opacity: 0; 
	visibility: hidden; 
	background-color: #cccccc; 
	transition: 0.45s; 
	-webkit-transition: 0.45s; 
}
.nav-mask.active { 
	background-color: rgba(0, 0, 0, 0.3); 
	opacity: 1; 
	visibility: visible; 
}
.menu-box {
	position:fixed;
	top:170px;
	height: 60%;
	/*width: 330px;*/
	width: 240px;
	overflow: auto; 
	background:#fff; 
	z-index: 6004; 
	right: -330px; 
	transition: 0.6s; 
	-webkit-transition: 0.6s; 
}
.menu-box .fill-top { 
	height:95px; 
	border-bottom: 1px solid #727272; 
	display: block; 
}
.menu-box .list { 
	padding:50px 0 0 0px; 
	color: #178852; 
	font-size: 16px; 
}
.menu-box .list > li { 
	margin-bottom: 20px; 
}
.menu-box .list > li .link {
	display:block;
	color:#178852;
	padding:0px 20px 0px 10px;
	cursor:pointer;
	line-height:1.2;
	transition:0.23s;
	-webkit-transition:0.23s;
	position:relative; 
	font-size:22px;
	border-left:2px #178852 solid;
	margin-left:20px;
}
.menu-box .list > li .link.links.on {
	background: #fff; 
}
.menu-box .list > li .link.links.on:after {
	transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
}
.menu-box .list > li .link.links:after { 
	position: absolute; 
	content: ''; 
	display: block; 
	top: 0; 
	right: 30px; 
	width: 10px; 
	height: 100%; 
	background: url(../images/icon-nav-arrow.png) no-repeat center center; 
	transition: 0.45s; 
	-webkit-transition: 0.45s; 
}
.menu-box .list > li .link:hover {
	color:#178852;
	background: #fff; 
}
.menu-box .list > li .subnav { 
	padding: 5px 0 5px 0px; 
}
.menu-box .list > li .subnav > li{
	margin-left:20px;
}
.menu-box .list > li .subnav .slink{
	display:block;
	color: #919191; 
	padding: 5px 0; 
	/*padding-right: 10px;*/ 
	font-size: 16px; 
	line-height:2;
}
.menu-box .list > li .subnav .slink:hover { 
	color: #00a735; 
}
.menu-box .list > li a { 
	font-size: 16px; 
	color: #fff; 
	line-height: 1.2; 
}
.menu-box.on {
	right:0;
}
.menu-box.active.on { 
	right:0; 
}
.menu-box.active .fill-top { 
	height: 54px; 
}

/*==============================================================================*/
/*关于我们*/
.about_f{
	width: 100%;
	background-image: url(../images/abt_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position-x: center;*/
	margin: 0 auto;
	min-height: 927px;
	overflow: hidden;
	position:relative;
}
.about_f .w1560{
	width:1560px;
	margin:210px auto 0;
}
.about_f .about_f_l{
	width:716px;
	height:488px;
	background-image: url(../images/abt_pic_bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position-x: center;*/
}
.about_f .about_f_l dl{
	width:681px;
	height:455px;
	transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	overflow:hidden;
}
.about_f .about_f_l dl img{
	width:681px;
	height:455px;
	transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	overflow:hidden;
}
.about_f .about_f_l dl:hover img{
	transition: all 1.2s;
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);   /* IE 9 */
	-moz-transform: scale(1.2, 1.2);   /* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari Chrome */
	-o-transform: scale(1.2, 1.2);
}
.about_f .about_f_r{
	width:840px;
	height:455px;
}
.about_f .about_f_r .about_f_r_t{
	margin:0 0 0 45px;
}
.about_f .about_f_r .about_f_r_t p{
	text-indent:2em;
	color:#fff;
	line-height:2;
	font-size:16px;
}
.about_f .about_f_r .about_f_r_b{
	margin:65px 0 0 45px;
	height:98px;
}
.about_f .about_f_r .about_f_r_b .abt_xian{
	width:1px;
	height:98px;
	background:#fff;
}
.about_numCount{ margin: 0 -10px;}
.about_numCount li{ float: left; width:33%; text-align: center;}
.about_numCount li .item{ margin: 0 10px;}
.about_numCount li .numU{ line-height:1.3;}
.about_numCount li .numCX{ font-size:54px; color:#fff/*#00a735*/;}
.about_numCount li .numU .unitC{font-size:/*100%*/40px; line-height: 1.3; margin-left: 0.3em;}
.about_numCount li .numU sup{vertical-align: top;}
.about_numCount li .numU sub{vertical-align:top;color:#fff/*#00a735*/;font-size:54px;}
.about_numCount li .indc{color:#fff;font-size:20px;}
@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}

/*==============================================================================*/

/*发展历程*/
.lic_box{
	width: 100%;
	background-image: url(../images/lic_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position-x: center;*/
	margin: 0 auto;
	min-height: 927px;
	overflow: hidden;
	position:relative;
}
.lic_box .w1590{
	width:1590px;
	margin:210px auto 0;
}

.slideGroup{width:100%;text-align:left;margin:0 auto;}
.slideGroup .parHd{ height:60px; line-height:60px;position:relative;width:1561px;border:1px solid #fff;border-radius:60px;margin:0 auto;}
.slideGroup .parHd ul{width:100%;margin:0 auto;}
.slideGroup .parHd ul li{width:24.965%;float:left;cursor:pointer;text-align:center;margin-top:-1px;color:#fff;}
.slideGroup .parHd ul li.on{height:60px;background:#3e8f6c;border:1px solid #3e8f6c;border-radius:60px;}
/*.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }*/
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:80px 0 10px 0px;}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0; float:left; _display:inline; overflow:hidden;margin:0 6.5px;text-align:center;border:1px solid #fff;transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;}
.slideGroup .parBd ul li:hover{background:#3e8f6c;border:1px solid #3e8f6c;transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;}
.slideGroup .parBd ul li .pic{ text-align:center;margin:16px;
	width:271px; height:164px;
	transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	overflow:hidden;}
.slideGroup .parBd ul li .pic img{ width:271px; height:164px;display:inline-block;padding:0px;transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	overflow:hidden;}
.slideGroup .parBd ul li:hover .pic a img{ border-color:#999;transition: all 1.2s;
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);   /* IE 9 */
	-moz-transform: scale(1.2, 1.2);   /* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari Chrome */
	-o-transform: scale(1.2, 1.2);}
.slideGroup .parBd ul li .title{ line-height:1.2; text-align:left;padding-left:16px;font-size:26px;color:#fff;}
.slideGroup .parBd ul li .title a{color:#fff;}
.slideGroup .parBd ul li .lic_con{width:271px;height:120px;text-align:left;padding:16px 0px;font-size:16px;color:#fff;margin:0 auto;}
.slideGroup .parBd ul li .lic_con p{line-height:1.8; color:#fff;}

/*==============================================================================*/

/*合作伙伴*/
.hezuo_huoban{
	width: 100%;
	background-image: url(../images/hzhb_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position-x: center;*/
	margin: 0 auto;
	min-height: 925px;
	overflow: hidden;
}
.hezuo_huoban .w1560{
	width:1560px;
	margin:130px auto 0;
}
.hezuo_huoban .huoban_l{
	width:915px;
	margin:50px;
	display:inline-block;
	position:relative;
}
.hezuo_huoban .huoban_l ul{
	width:100%;
	margin:0 auto;
}
.hezuo_huoban .huoban_l ul li{
	width:192px;
	height:192px;
	position:absolute;
	
}
.hezuo_huoban .huoban_l ul li img{
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}
.hezuo_huoban .huoban_l ul li img:hover{
	width:100%;
	height:100%;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.hezuo_huoban .huoban_l ul li:nth-child(1) {
	left:310px;
	top:0;
}
.hezuo_huoban .huoban_l ul li:nth-child(2){
	left:724px;
	top:0;
}
.hezuo_huoban .huoban_l ul li:nth-child(3){
	left:413px;
	top:106px;
}
.hezuo_huoban .huoban_l ul li:nth-child(4){
	left:619px;
	top:106px;
}
.hezuo_huoban .huoban_l ul li:nth-child(5){
	left:103px;
	top:207px;
}
.hezuo_huoban .huoban_l ul li:nth-child(6){
	left:308px;
	top:207px;
}
.hezuo_huoban .huoban_l ul li:nth-child(7){
	left:516px;
	top:207px;
}
.hezuo_huoban .huoban_l ul li:nth-child(8){
	left:723px;
	top:207px;
}
.hezuo_huoban .huoban_l ul li:nth-child(9){
	left:0px;
	top:312px;
}
.hezuo_huoban .huoban_l ul li:nth-child(10){
	left:205px;
	top:312px;
}
.hezuo_huoban .huoban_l ul li:nth-child(11){
	left:413px;
	top:312px;
}
.hezuo_huoban .huoban_l ul li:nth-child(12){
	left:619px;
	top:312px;
}
.hezuo_huoban .huoban_l ul li:nth-child(13){
	left:310px;
	top:420px;
}
.hezuo_huoban .huoban_l ul li:nth-child(14){
	left:516px;
	top:420px;
}
.hezuo_huoban .huoban_l ul li:nth-child(15){
	left:723px;
	top:420px;
}
.hezuo_huoban .huoban_r{
	width:353px;
	margin:200px 130px 0 0px;
}
.hezuo_huoban .huoban_r p{
	color:#fff;
	line-height:59px;
	font-size:16px;
	border-bottom:1px solid #fff;
}

/*==============================================================================*/
/*核心价值*/
.hexin_box{
	width: 100%;
	background-image: url(../images/hxjz_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position-x: center;*/
	margin: 0 auto;
	min-height: 927px;
	overflow: hidden;
}
.hexin_box .w1560{
	width:1560px;
	margin:180px auto 0;
}
.hexin_box .w1560 ul{
	margin:0 auto;
	padding-left:23px;
}
.hexin_box .w1560 ul{
	margin:0 auto;
	padding-left:23px;
}
.hexin_box .w1560 ul li:nth-child(n){
	margin-top:40px;
}
.hexin_box .w1560 ul dl{
	width:13px;
	height:15px;
	margin:14px 0;
}
.hexin_box .w1560 ul dl i{
	display:inline-block;
	width:13px;
	height:15px;
	margin:0 auto;
	background-image: url(../images/hxjz_sj.png);
}
.hexin_box .w1560 ul dd{
	margin-left:10px;
}
.hexin_box .w1560 ul dd h6{
	line-height:43px;
	font-size:23px;
	font-weight:bold;
	color:#fff;
}
.hexin_box .w1560 ul dd p{
	line-height:43px;
	font-size:23px;
	color:#fff;
}

/*==============================================================================*/

/*新闻资讯*/
.ban_box{
	width:100%;
	min-height:360px;
	background: url(../images/news_ban.jpg) no-repeat;
	background-size:100% 100%;
	margin:0 auto;
}
.ban_box .ban_tit{
	width:1200px;
	margin:0 auto;
	padding-top:160px;
}
.ban_box .ban_tit h5{
	color:#fff;
	font-size:36px;
	text-align:center;
	line-height:1.4;
	font-weight:bold;
}
.ban_box .ban_tit h6{
	color:#fff;
	font-size:18px;
	text-align:center;
}
.ban_box .ssuo{
	width:470px;
	margin:50px auto 0
}
.container{
    width:472px;
    margin: 0 auto;
    position: relative;
}
.container:after{
    content: '';
    display: block;
    clear:both;
}
.container>div{
    float: left;
}

.container .input{
    position: relative;
    width:375px;
    height: 44px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
	background:#fff;
}
.container .input>input{
    outline: none;
    border: none;
    padding: 0 0px 0 10px;
    margin: 0;
    height: 44px;
    width: 375px;
    color: #333;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
}
.container .input>input::-webkit-input-placeholder{
    color:#999;
}
.container .search{
    width: 89px;
    height: 46px;
    background-color: #30a673;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
	line-height:46px;
	text-align:center;
	color:#fff;
	font-size:20px;
}
.news_list{
	width:100%;
	/*min-height:800px;*/
	min-height:700px;
	background: url(../images/news_bg.jpg) no-repeat;
	background-size:100% 100%;
	margin:0 auto;
}
.news_list .dqwz{
	width:100%;
	height:66px;
	border-bottom:1px solid #c2c2c2;
}
.news_list .dqwz .w1580{
	width:1580px;
	margin:0 auto;
}
.news_list .dqwz .w1580 .wz_ico{
	width:15px;
	height:17px;
	padding-top:14px;
}
.news_list .dqwz .w1580 .wz_ico img{
	width:15px;
	height:17px;
	margin:0;
	padding:0;
}

.pull-left {
    float: left !important;
}
.breadcrumb {
    width: 40%;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    color: #676767;
}
.breadcrumb img {
    margin-right: 5px;
}

.breadcrumb a {
    color: #676767;
}

.breadcrumb a:hover {
    color: #f00;
}

.tubiao{
	width:46px;
	height:46px;
	background:#1a7a4d;
	border-radius:100%;
	margin:55px auto;
}
.tubiao dl{
	display:inline-block;
	width:11px;
	height:14px;
	margin:0 17.5px;
	text-align:center;
	vertical-align: middle;
}
.tubiao dl img{
	display:inline-block;
	width:11px;
	height:14px;
	margin:0 auto;
	text-align:center;
	vertical-align: middle;
}
.con_list{
	width:1240px;
	margin:0 auto;
}
.con_list .ban_tit{
	width:1200px;
	margin:0 auto;
	padding-top:60px;
}
.con_list .ban_tit h5{
	color:#333333;
	font-size:36px;
	text-align:center;
	line-height:1.4;
	font-weight:bold;
}
.con_list .ban_tit .jr_xian{
	width:127px;
	height:7px;
	background:#acce05;
	margin:30px auto 0;
	text-align:center;
}
.con_list .ban_tit h6{
	width:270px;
	height:40px;
	margin:35px auto 0;
	text-align:center;
}


.con_list ul{
	display:inline-block;
	width:100%;
	margin:0 auto;
}
.con_list .www360buy .lh li{
	display:inline-block;
	width:388px;
	height:457px;
	box-shadow: darkgrey 0px 0px 8px 3px;
	margin:11.1px;
}
.con_list .www360buy .lh li dl{
	width:370px;
	height:216px;
	margin:10px 9px 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	overflow:hidden;
}
.con_list .www360buy .lh li dl img{
	width:370px;
	height:216px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	overflow:hidden;
}
.con_list .www360buy .lh li:hover dl img{
	transition: all 1s;
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);   /* IE 9 */
	-moz-transform: scale(1.2, 1.2);   /* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari Chrome */
	-o-transform: scale(1.2, 1.2);
}
.con_list .www360buy .lh li h6{
	padding:25px 10px 0;
	color:#1a7a4d;
	font-size:18px;
}
.con_list .www360buy .lh li p{
	padding:15px 10px 0;
	color:#828282;
	font-size:15px;
	line-height:1.8;
}
.con_list .www360buy .lh li .li_quan{
	width:24px;
	height:24px;
	border:1px solid #e0e0e0;
	border-radius:100%;
	margin:10px 0 0 320px;
}
.con_list .www360buy .lh li .li_quan img{
	width:15px;
	height:10px;
	display:inline-block;
	margin:6px 4.5px;
}
.con_list .www360buy .lh li .li_xian{
	width:370px;
	height:1px;
	background:#cccccc;
	margin:9px 9px 0 9px;
	position: relative;
}
.con_list .www360buy .lh li .li_xian:after {
	content: "";
	width: 0;
	height: 1px;
	background: #1a7a4d;
	position: absolute;
	top: 100%;
	left: 0;
	transition: all .5s;
}
.con_list .www360buy .lh li:hover .li_xian:after {
	left: 0%;
	width: 100%;
}

/*分页样式*/
.pglist {
	padding: 50px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
    font-weight: bold;
	background: #fff;
	border: 1px solid #1a7a4d;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #1a7a4d;
	border-color: #1a7a4d;
}

/*==============================================================================*/
/*加入我们*/
.jr_ban{
	width:100%;
	min-height:551px;
	background: url(../images/jrwm_ban.jpg) no-repeat;
	background-size:100% 100%;
	margin:0 auto;
}
.jr_ban .ban_tit h5{
	color:#fff;
	font-size:75px;
	text-align:center;
	line-height:1.4;
}
.jr_ban .ban_tit .jr_xian{
	width:348px;
	height:19px;
	background:#2bbf71;
	margin:-22px auto 0;
	text-align:center;
}
.jr_ban .ban_tit h6{
	width:270px;
	height:81px;
	margin:35px auto 0;
}

@media all and (min-width: 1201px) {
    .jr_ban .ban_tit{
    	width:1200px;
    	margin:0 auto;
    	padding-top:160px;
    }
    .join_box{
    	width:100%;
    	min-height:740px;
    	margin:0 auto;
    }
    .join_box .dqwz{
    	width:100%;
    	height:66px;
    	border-bottom:1px solid #c2c2c2;
    }
    .join_box .dqwz .w1580{
    	width:1580px;
    	margin:0 auto;
    }
    .join_box .dqwz .w1580 .wz_ico{
    	width:15px;
    	height:17px;
    	padding-top:14px;
    }
    .join_box .dqwz .w1580 .wz_ico img{
    	width:15px;
    	height:17px;
    	margin:0;
    	padding:0;
    }
    
    .pull-left {
        float: left !important;
    }
    
    .join_box .join_list{
    	width:1200px;
    	margin:105px auto;
    }
    .www360-buy{ width:1240px; }
    .www360-buy .hd{ overflow:hidden;margin:30px auto;}
    .www360-buy .hd li{background:#f2f2f2;border-radius:30px;height:60px;line-height:60px;text-align:center; width:26%; float:left;margin-left:16%; border-top:0;font:normal 25px/60px "Microsoft YaHei"; _font-weight:bold; cursor:default; font-weight:bold;color:#a4a4a4;}
    .www360-buy .hd li.on{ background:#f2f2f2;color:#2bbf71;border-radius:30px;line-height:60px;}
    .www360-buy .lh{ overflow:hidden;  }
    
    
    .join_box .join_list .www360-buy .lh{
    	width:100%;
    	margin:0 auto;
    }
    .join_box .join_list .www360-buy .lh li{
    	width:100%;
    	height:auto;
    	margin:0 auto;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .join_box .join_list .www360-buy .lh li:nth-child(n){
    	margin-top:32px;
    }
    .join_box .join_list .www360-buy .lh li .join_left{
    	width:408px;
    	height:119px;
    	background:#f2f2f2;
    	border-radius:60px 0 0 60px;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .join_box .join_list .www360-buy .lh li .join_left dl{
    	width:346px;
    	height:73px;
    	margin:23px 31px;
    }
    .join_box .join_list .www360-buy .lh li .join_left dl h5{
    	color:#fff;
    	width:79px;
    	line-height:73px;
    	text-align:center;
    	font-size:70px;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	color:#a4a4a4;
    }
    .join_box .join_list .www360-buy .lh li .join_left dl h6{
    	width:254px;
    	line-height:38px;
    	text-align:left;
    	font-size:21px;
    	font-weight:bold;
    	color:#a4a4a4;
    	margin:6px 0 6px 12px;
    }
    .join_box .join_list .www360-buy .lh li .join_left dl h6 p{
    	line-height:20px;
    	font-weight:normal;
    	font-size:16px;
    }
    .join_box .join_list .www360-buy .lh li .join_right{
    	width:792px;
    	height:119px;
    	background:#f2f2f2;
    	text-align:right;
    	border-radius:0 60px 60px 0;
    }
    .join_box .join_list .www360-buy .lh li .join_right dd{
    	width:710px;
    	line-height:119px;
    	text-align:right;
    }
    .join_box .join_list .www360-buy .lh li .join_right a{
    	line-height:119px;
    	text-align:right;
    	font-size:21px;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .join_box .join_list .www360-buy .lh li:hover .join_left h5{
    	color:#2bbf71;
    }
    .join_box .join_list .www360-buy .lh li:hover .join_left h6{
    	color:#2bbf71;
    }
    .join_box .join_list .www360-buy .lh li:hover .join_right a{
    	color:#2bbf71;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .join_box{
    	width:100%;
    	height:700px;
    	margin:0 auto;
    }
    .jr_ban .ban_tit{
    	width:100%;
    	margin:0 auto;
    	padding-top:160px;
    }
    .join_box .join_list{
    	/*width:1200px;*/
    	width: 90%;
    	margin:105px auto;
    }
    .www360-buy{ 
        /*width:1240px;*/
        width: 100%;
    }
    .www360-buy .hd{
        overflow:hidden;
        margin:30px auto;
    }
    .www360-buy .hd li{
        background:#f2f2f2;
        border-radius:30px;
        height:60px;
        line-height:60px;
        text-align:center; 
        width:26%; 
        float:left;
        margin-left:16%; 
        border-top:0;
        font:normal 25px/60px "Microsoft YaHei"; _font-weight:bold; 
        cursor:default; 
        font-weight:bold;
        color:#a4a4a4;
        
    }
    .www360-buy .hd li.on{
        background:#f2f2f2;
        color:#2bbf71;
        border-radius:30px;
        line-height:60px;
    }
    .www360-buy .lh{ overflow:hidden;}
    
    
    .join_box .join_list .www360-buy .lh{
    	width:100%;
    	margin:0 auto;
    }
    .join_box .join_list .www360-buy .lh li{
    	width:100%;
    	height:auto;
    	margin:0 auto;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .join_box .join_list .www360-buy .lh li:nth-child(n){
    	margin-top:32px;
    }
    .join_box .join_list .www360-buy .lh li .join_left{
    	/*width:408px;*/
    	width: 60%;
    	height:119px;
    	background:#f2f2f2;
    	border-radius:60px 0 0 60px;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .join_box .join_list .www360-buy .lh li .join_left dl{
    	width:346px;
    	height:73px;
    	margin:23px 31px;
    }
    .join_box .join_list .www360-buy .lh li .join_left dl h5{
    	color:#fff;
    	width:79px;
    	line-height:73px;
    	text-align:center;
    	font-size:70px;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	color:#a4a4a4;
    }
    .join_box .join_list .www360-buy .lh li .join_left dl h6{
    	width:254px;
    	line-height:38px;
    	text-align:left;
    	font-size:21px;
    	font-weight:bold;
    	color:#a4a4a4;
    	margin:6px 0 6px 12px;
    }
    .join_box .join_list .www360-buy .lh li .join_left dl h6 p{
    	line-height:20px;
    	font-weight:normal;
    	font-size:16px;
    }
    .join_box .join_list .www360-buy .lh li .join_right{
    	/*width:792px;*/
    	width: 40%;
    	height:119px;
    	background:#f2f2f2;
    	text-align:right;
    	border-radius:0 60px 60px 0;
    }
    .join_box .join_list .www360-buy .lh li .join_right dd{
    	/*width:710px;*/
    	width: 100%;
    	line-height:119px;
    	text-align:right;
    }
    .join_box .join_list .www360-buy .lh li .join_right a{
    	line-height:119px;
    	text-align:right;
    	margin-right: 10%;
    	font-size:21px;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .join_box .join_list .www360-buy .lh li:hover .join_left h5{
    	color:#2bbf71;
    }
    .join_box .join_list .www360-buy .lh li:hover .join_left h6{
    	color:#2bbf71;
    }
    .join_box .join_list .www360-buy .lh li:hover .join_right a{
    	color:#2bbf71;
    }
}

/*==============================================================================*/
/*案例内容页*/
.ny_box{
	width:100%;
	margin:0 auto;
}
.notice{
	width:100%;
	overflow: hidden;
}
.notice .tab-hd {
	height:131px;
	border-bottom: 1px solid #000000;
}
.notice .tab-hd .tab-hd_logo{
	margin-left:169px;
	width:207px;
	height:59px;
	margin:36px 0 36px 169px;
}
.notice .tab-hd .tab-hd_logo img{
	width:100%;
	height:auto;
}
.notice .tab-hd ul {margin:0;}
.tabsList{
	overflow:hidden;
	zoom:1;
	width:auto;
}
.tabsList li{
	float:left;
	display:inline;
	height:auto;
	overflow:hidden;
	zoom:1;
	border-right:1px solid #000000;
}
.tabsList li:last-child{
	border-right:none;
}
.tabsList li.on{
	border-right:none;
}
.tabsList li h4{
	width:80px;
	height:131px;
	cursor:pointer;
	float:left;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	word-wrap: break-word;/*英文的时候需要加上这句，自动换行*/
    writing-mode: vertical-rl;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ 
    padding:0px;  
    display:flex;
    -webkit-display:flex;
    flex-direction:column; 
    justify-content:center;
}
.tabsList li .tit_ico{
	width:96px;
	height:85px;
}
.tabsList li.on h4{
	display:none;
}
.tabsList li.on .tabBody{
	display:block;
	width:500px;
	padding:20px 10px 0 20px;
	display:inline;
	float:left;
	margin-left:10px;
}
.tabsList li .tabBody{
	display:none;
}
.tabsList li .tabBody h5{
	font-size:40px;
	font-weight:bold;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 1.4;
}
.tabsList li .tabBody p{
	font-size:20px;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.tabsList li:hover .tabBody h5 a{
	color:#00a735;
}
/*.tabsList li .tabBody .pic{float:left; display:inline; margin-right:10px;}
.tabsList li .tabBody .pic img{border:1px solid #cbcbcb;}
.tabsList li .tabBody .newsList li{height:25px;line-height:25px;background:none;font-size:14px;overflow:hidden; zoom:1;clear:both;width:230px; }*/
.notice .tab-bd {
	margin:0 auto;
}
.notice .tab-bd ul{
	overflow:hidden;
	zoom:1;
}
.notice .tab-bd li{
	/*height: 22px;
	line-height: 22px;
	padding: 0 10px 0 5px; 
	overflow: hidden; 
	width: 125px; 
	float: left;*/
}
.notice .tab-bd .li_box1{
	width:100%;
	margin:0 auto;
}
.notice .tab-bd .li_box1 dl{
	width:62.44791666666667%;
	margin:0 auto;
}
.notice .tab-bd .li_box1 dl img{
	width:100%;
	margin:0 auto;
}
.notice .tab-bd .li_box1 dd{
	width:37.55208333333333%;
	margin:520px auto 0;
}
.notice .tab-bd .li_box1 dd h5{
	padding:0 40px;
	font-size:40px;
	font-weight:bold;
	line-height:1.8;
}
.notice .tab-bd .li_box1 dd h6{
	padding:0 40px;
	font-size:30px;
	line-height:1.3;
}
.notice .tab-bd .li_box1 dd p{
	padding:40px 60px 0 40px;
	font-size:20px;
	line-height:1.8;
	letter-spacing:1px;
}
.notice .tab-bd .li_box2{
	width:100%;
	margin:2px auto 0;
}
.notice .tab-bd .li_box2 .box2_pic1{
	width:39.84375%;
	margin:0 auto;
	position:relative;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	overflow:hidden;
}
.notice .tab-bd .li_box2 .box2_pic1 p{
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
	background-color: rgba(255, 255, 255, 0.6);
	line-height:80px;
	text-align:center;
	font-size:24px;
}
.notice .tab-bd .li_box2 .box2_pic1:hover img{
	transition: all 1s;
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);   /* IE 9 */
	-moz-transform: scale(1.2, 1.2);   /* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari Chrome */
	-o-transform: scale(1.2, 1.2);
}
.notice .tab-bd .li_box2 .box2_pic1 img{
	width:100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	overflow:hidden;
}

.notice .tab-bd .li_box2 .box2_pic2{
	width:60%;
	margin:0 auto;
}
.notice .tab-bd .li_box2 .box2_pic2 dl{
	width:100%;
	margin:0 auto;
	position:relative;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	overflow:hidden;
}
.notice .tab-bd .li_box2 .box2_pic2 dl p{
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
	background-color: rgba(255, 255, 255, 0.6);
	line-height:80px;
	text-align:center;
	font-size:24px;
}
.notice .tab-bd .li_box2 .box2_pic2 dl:hover img{
	transition: all 1s;
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);   /* IE 9 */
	-moz-transform: scale(1.2, 1.2);   /* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari Chrome */
	-o-transform: scale(1.2, 1.2);
}
.notice .tab-bd .li_box2 .box2_pic2 dl img{
	width:100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	overflow:hidden;
}
.notice .tab-bd .li_box2 .box2_pic2 dd{
	width:100%;
	margin:2px auto 0;
	position:relative;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	overflow:hidden;
}
.notice .tab-bd .li_box2 .box2_pic2 dd p{
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
	background-color: rgba(255, 255, 255, 0.6);
	line-height:80px;
	text-align:center;
	font-size:24px;
}
.notice .tab-bd .li_box2 .box2_pic2 dd:hover img{
	transition: all 1s;
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);   /* IE 9 */
	-moz-transform: scale(1.2, 1.2);   /* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari Chrome */
	-o-transform: scale(1.2, 1.2);
}
.notice .tab-bd .li_box2 .box2_pic2 dd img{
	width:100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	overflow:hidden;
}
.notice .tab-bd .li_box3{
	width:100%;
	margin:2px auto 0;
}
.notice .tab-bd .li_box3 .li_box3_01{
	width:24.89583333333333%;
	margin:0 auto 10px;
	position:relative;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	overflow:hidden;
}
.notice .tab-bd .li_box3 .li_box3_01 p{
	width:100%;
	height:80px;
	position:absolute;
	left:0;
	bottom:0;
	background-color: rgba(255, 255, 255, 0.6);
	line-height:80px;
	text-align:center;
	font-size:24px;
}
.notice .tab-bd .li_box3 .li_box3_01 img{
	width:100%;
	margin:0 auto;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	overflow:hidden;
}
.notice .tab-bd .li_box3 .li_box3_01:hover img{
	transition: all 1s;
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);   /* IE 9 */
	-moz-transform: scale(1.2, 1.2);   /* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari Chrome */
	-o-transform: scale(1.2, 1.2);
}
.notice .tab-bd .li_box3 .li_box3_02{
	margin-left:2.5px;
}
.notice .tab-bd .li_box3 .li_box3_03{
	margin-left:2.5px;
}

/*==============================================================================*/
/*核心架构*/
.hexinjg_box{
	width: 100%;
	background-image: url(../images/hxjg_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin: 0 auto;
	min-height: 950px;
	overflow: hidden;
}
@media all and (min-width: 1201px) {
    .hexinjg_box .w1650{
    	/*width:1650px;*/
    	width: 86.70520231213873%;
    	margin:0 auto;
    	position:relative;
    }
    .hexinjg_box .w1560{
    	width:1300px;
    	margin:180px auto 0;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px){
    .hexinjg_box .w1650{
    	width:98%;
    	margin:0 auto;
    	position:relative;
    }
    .hexinjg_box .w1560{
    	width:98%;
    	margin:180px auto 0;
    }
}
.hexinjg_box .w1560 dl{
	width:100%;
	margin:0 auto ;
}
.hexinjg_box .w1560 dl img{
	width:100%;
	margin:0 auto ;
}
.hexinjg_box .hexinjg_box_tit{
	width:435px;
	height:120px;
	position:absolute;
	left:0PX;
	top:50px;
}
.hexinjg_box .hexinjg_box_tit h6{
	font-size:36px;
	color:#fff;
	font-weight:bold;
}
.hexinjg_box .hexinjg_box_tit span{
	width:72px;
	height:8px;
	background:#fff;
	display:inline-block;
}
.hexinjg_box .hexinjg_box_tit p{
	font-size:28px;
	color:#fff;
	line-height:1.6;
}

/*==============================================================================*/
/*合作伙伴*/
@media all and (min-width: 1201px) {
    .hzhb_box{
    	width: 100%;
    	/*background-image: url(../images/hb_bg.jpg);*/
    	/*background-image: url(../images/rongyu_bg.jpg);*/
    	/*background-image: url(../images/rongyu_bg-1.jpg);*/
    	background: #fff8f8;
    	background-repeat: no-repeat;
    	background-size:cover;
    	/*background-position-x: center;*/
    	margin: 0 auto;
    	min-height: 934px;
    	overflow: hidden;
    }
    .hzhb_box .w1690{
    	width:1690px;
    	margin:130px auto 0;
    	position:relative;
    }
    .hzhb_box .w1650{
    	width:86.70520231213873%;
    	margin:50px auto 0;
    	position:relative;
    }
    .hzhb_box .dqlm{
    	width:435px;
    	height:120px;
    	position:absolute;
    	left:0px;
    	top:0px;
    }
    
    .hzhb_box .hzhb_logo{
    	width:1690px;
    	margin:0 auto;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	transform: translate3d(0, 0, 0);
    	box-sizing: border-box;
    }
    .hzhb_box .hzhb_logo ul{
    	width:100%;
    	margin:0 auto;
    	overflow: hidden;
    	padding: 0;
    	position: relative;
    	display: flex;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .hzhb_box .hzhb_logo ul li{
    	width:211.25px;
    	height:75px;
    	float:left;
    	margin-top:25px;
    	list-style:none;
    	text-align: center;
    	cursor: pointer;
    	
    }
    .hzhb_box .hzhb_logo ul li img{
    	margin:2.5px 55.625px;
    }
    .CICmenuImg{
        position: relative;
        height: auto;
        width: 100%;
    }
    .hzhb_box .hzhb_logo .animationImg img{
        margin:2.5px 55.625px;
        display: block;
    }
    .hzhb_box .hzhb_logo .animationBack img {
        max-width: 100%;
    }
    .hzhb_box .hzhb_logo .animationFront img {
        max-width: 100%;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .hzhb_box{
    	width: 100%;
    	/*background-image: url(../images/hb_bg.jpg);*/   
    	background-image: url(../images/rongyu_bg.jpg);
    	background-repeat: no-repeat;
    	background-size:cover;
    	/*background-position-x: center;*/
    	margin: 0 auto;
    	min-height: 934px;
    	overflow: hidden;
    }
    .hzhb_box .w1690{
    	width:98%;
    	margin:130px auto 0;
    	position:relative;
    }
    
    .hzhb_box .dqlm{
    	width:435px;
    	height:120px;
    	position:absolute;
    	left:0.5%;
    	top:-80px;
    }
    
    .hzhb_box .hzhb_logo{
    	width:99%;
    	margin:0 auto;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	transform: translate3d(0, 0, 0);
    	box-sizing: border-box;
    }
    .hzhb_box .hzhb_logo ul{
    	width:100%;
    	margin:0 auto;
    	overflow: hidden;
    	padding: 0;
    	position: relative;
    	display: flex;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
    .hzhb_box .hzhb_logo ul li{
    	/*width:211.25px;*/
    	width: 12.5%;
    	/*height:75px;*/
    	height: 75px;
    	float:left;
    	margin-top:25px;
    	list-style:none;
    	text-align: center;
    	cursor: pointer;
    	
    }
    .hzhb_box .hzhb_logo ul li img{
    	/*margin:2.5px 55.625px;*/
    	margin: 1% 3.2914201183432%;
    }
    .CICmenuImg{
        position: relative;
        height: auto;
        width: 100%;
    }
    .hzhb_box .hzhb_logo .animationImg img {
        margin: 1% 3.2914201183432%;
        /*margin: 1% 26.33136094674556%;*/
        display: block;
        max-width: 100%;
    }
}

.hzhb_box .dqlm h6{
	font-size:36px;
	color:#fff;
	font-weight:bold;
}
.hzhb_box .dqlm span{
	width:72px;
	height:8px;
	background:#fff;
	display:inline-block;
}
.hzhb_box .dqlm p{
	font-size:28px;
	color:#fff;
	line-height:1.6;
}
.hzhb_box .hzhb_title{
	width:100%;
	margin:40px auto 0
}
.hzhb_box .hzhb_title h5{
	text-align:center;
	color:#fff;
	font-size:45px;
	font-weight:bold;
	line-height:1.4;
}
.hzhb_box .hzhb_title h6{
	width:500px;
	height:9px;
	background:#2bbf71;
	margin:-10px auto 0;
	text-align:center;
}
.hzhb_box .hzhb_title .p1{
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height:2;
}
.hzhb_box .hzhb_title .p2{
	color:#fff;
	text-align:center;
	font-size:20px;
	line-height:2;
	width:80%;
	margin:20px auto 0;
}
.hzhb_box .hzhb_logo .animationImg{
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-sizing:border-box;
}
.hzhb_box .hzhb_logo ul div.on{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: none;
}

/*动画*/
.animationFront{transform: rotateY(0deg);z-index: 2;}
.animationBack {transform: rotateY(180deg);z-index: 1;}
/*控制翻转*/
.hzhb_box .hzhb_logo li:hover .animationFront {z-index: 1;transform: rotateY(180deg);}
.hzhb_box .hzhb_logo li:hover .animationBack {z-index: 2;transform: rotateY(0deg);}

/*==============================================================================*/

/*更多荣誉*/
@media all and (min-width: 1201px) {
    .ry_box{
    	width: 100%;
    	background-image: url(../images/ry_bg.jpg);
    	background-repeat: no-repeat;
    	background-size:cover;
    	/*background-position-x: center;*/
    	margin: 0 auto;
    	/*min-height: 927px;*/
    	min-height: 850px;
    	overflow: hidden;
    }
    .ry_box .w1690{
    	width:1690px;
    	margin:60px auto 0;
    	position:relative;
    }
    
    .ry_box .dqlm{
    	width:435px;
    	height:120px;
    	position:absolute;
    	left:20px;
    	top:-10px;
    }
    .ry_box .dqlm h6{
    	font-size:36px;
    	color:#fff;
    	font-weight:bold;
    }
    .ry_box .dqlm span{
    	width:72px;
    	height:8px;
    	background:#fff;
    	display:inline-block;
    }
    .ry_box .dqlm p{
    	font-size:28px;
    	color:#fff;
    	line-height:1.6;
    }
    .ry_box .rongyu{
    	width:1360px;
    	margin:0 auto;
    	height:600px;
    	position:relative;
    	padding-top:60px;
    }
    
    
    .slideBox{
    	width:925px;
    	height:600px;
    	margin:0 auto 0;
    	overflow:hidden;
    	/*position:relative;
    	border:1px solid #ddd;*/
    }
    
    .slideBox .bd{position:relative;height:100%;z-index:0;background:rgba(174,175,176,0.5);}
    .slideBox .bd li{ zoom:1; vertical-align:middle; }
    .slideBox .bd li .ry_title{
    	width:100%;
    	margin:0 auto;
    }
    .slideBox .bd li .ry_title h5{
    	color:#fff;
    	text-align:center;
    	font-size:45px;
    	font-weight:bold;
    	line-height:1.8;
    }
    .slideBox .bd li .ry_title p{
    	color:#fff;
    	text-align:center;
    	font-size:22px;
    	line-height:1.8;
    }
    .slideBox .bd li .ry_title h6{
    	width:85px;
    	height:6px;
    	margin:0 auto;
    	background:#3ab26e;
    	/*display: inline-block;*/
    	text-align:center;
    	line-height:1.6;
    }
    .slideBox .bd li .ry_con{
    	width:100%;
    	margin:50px auto 0;
    }
    .slideBox .bd li .ry_con p{
    	text-align:center;
    	color:#fff;
    	line-height:2;
    	font-size:18px;
    }
    
    .slideBox .prev{position:absolute;left:3%; top:50%;display:block; width:20px; height:20px; background:url(../images/news_left.png) no-repeat; filter:alpha(opacity=50);opacity:0.5;color:#3ab26e;}
    .slideBox .next{position:absolute;left:3%; top:50%;display:block; width:20px; height:20px; background:url(../images/news_eight.png) no-repeat; filter:alpha(opacity=50);opacity:0.5;color:#3ab26e;}
    .slideBox .next{left:auto;right:3%;}
    .slideBox .prev:hover,
    .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
    .slideBox .prevStop{ display:none;  }
    .slideBox .nextStop{ display:none;  }
}

@media all and (min-width: 980px) and (max-width: 1200px){
    .ry_box{
    	width: 100%;
    	background-image: url(../images/ry_bg.jpg);
    	background-repeat: no-repeat;
    	background-size:cover;
    	/*background-position-x: center;*/
    	margin: 0 auto;
    	/*min-height: 927px;*/
    	min-height: 850px;
    	overflow: hidden;
    }
    .ry_box .w1690{
    	/*width:1690px;*/
    	width: 99%;
    	margin:60px auto 0;
    	position:relative;
    }
    
    .ry_box .dqlm{
    	width:435px;
    	height:120px;
    	position:absolute;
    	left:0;
    	top:-10px;
    }
    .ry_box .dqlm h6{
    	font-size:36px;
    	color:#fff;
    	font-weight:bold;
    }
    .ry_box .dqlm span{
    	width:72px;
    	height:8px;
    	background:#fff;
    	display:inline-block;
    }
    .ry_box .dqlm p{
    	font-size:28px;
    	color:#fff;
    	line-height:1.6;
    }
    .ry_box .rongyu{
    	/*width:1360px;*/
    	width: 80%;
    	margin:0 auto;
    	height:600px;
    	position:relative;
    	padding-top:60px;
    }
    
    
    .slideBox{
    	/*width:925px;*/
    	width: 100%;
    	height:600px;
    	margin:0 auto 0;
    	overflow:hidden;
    	/*position:relative;
    	border:1px solid #ddd;*/
    }
    
    .slideBox .bd{position:relative;height:100%;z-index:0;background:rgba(174,175,176,0.5);}
    .slideBox .bd li{ zoom:1; vertical-align:middle; }
    .slideBox .bd li .ry_title{
    	width:100%;
    	margin:0 auto;
    }
    .slideBox .bd li .ry_title h5{
    	color:#fff;
    	text-align:center;
    	font-size:40px;
    	font-weight:bold;
    	line-height:1.8;
    }
    .slideBox .bd li .ry_title p{
    	color:#fff;
    	text-align:center;
    	font-size:22px;
    	line-height:1.8;
    }
    .slideBox .bd li .ry_title h6{
    	width:85px;
    	height:6px;
    	margin:0 auto;
    	background:#3ab26e;
    	/*display: inline-block;*/
    	text-align:center;
    	line-height:1.6;
    }
    .slideBox .bd li .ry_con{
    	width:100%;
    	margin:50px auto 0;
    }
    .slideBox .bd li .ry_con p{
    	text-align:center;
    	color:#fff;
    	line-height:2;
    	font-size:18px;
    }
    
    .slideBox .prev{position:absolute;left:3%; top:50%;display:block; width:20px; height:20px; background:url(../images/news_left.png) no-repeat; filter:alpha(opacity=50);opacity:0.5;color:#3ab26e;}
    .slideBox .next{position:absolute;left:3%; top:50%;display:block; width:20px; height:20px; background:url(../images/news_eight.png) no-repeat; filter:alpha(opacity=50);opacity:0.5;color:#3ab26e;}
    .slideBox .next{left:auto;right:3%;}
    .slideBox .prev:hover,
    .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
    .slideBox .prevStop{ display:none;  }
    .slideBox .nextStop{ display:none;  }
}

/*==============================================================================*/
/*关于我们修改*/
.about_box{
	width: 100%;
	background-image: url(../images/about_new_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position-x: center;*/
	margin: 0 auto;
	min-height: 927px;
	overflow: hidden;
}
@media all and (min-width: 1201px) {
    .about_box .w1690{
    	/*width:1690px;*/
    	width: 86.70520231213873%;
    	margin:130px auto 0;
    	position:relative;
    }
    .about_box .dqlm{
    	width:435px;
    	height:120px;
    	position:absolute;
    	/*left:20px;*/
    	left: 0;
    	top:-80px;
    }
    .about_box .about_con_box{
    	width:100%;
    	margin:0px auto 0;
    	padding-top:100px;
    }
    .about_box .about_con{
    	/*width:1200px;*/
    	width: 72.72727272727273%;
    	height:650px;
    	margin:0px auto 0;
    	background:rgba(174,175,176,0.5);
    }
}

@media all and (min-width: 980px) and (max-width: 1200px){
    .about_box .w1690{
    	width:98%;
    	margin:130px auto 0;
    	position:relative;
    }
    .about_box .dqlm{
    	width:435px;
    	height:120px;
    	position:absolute;
    	left:1%;
    	top:-80px;
    }
    .about_box .about_con_box{
    	width:100%;
    	margin:0px auto 0;
    	padding-top:100px;
    }
    .about_box .about_con{
    	width:90%;
    	height:650px;
    	margin:0px auto 0;
    	background:rgba(174,175,176,0.5);
    }
}

.about_box .dqlm h6{
	font-size:36px;
	color:#fff;
	font-weight:bold;
}
.about_box .dqlm span{
	width:72px;
	height:8px;
	background:#fff;
	display:inline-block;
}
.about_box .dqlm p{
	font-size:28px;
	color:#fff;
	line-height:1.6;
}

.about_box .about_con .ry_title{
	width:100%;
	margin:0 auto;
}
.about_box .about_con .ry_title h5{
	color:#fff;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	line-height:1.8;
}
.about_box .about_con .ry_title p{
	color:#fff;
	text-align:center;
	font-size:22px;
	line-height:1.8;
}
.about_box .about_con .ry_title h6{
	width:85px;
	height:6px;
	margin:0 auto;
	background:#3ab26e;
	text-align:center;
	line-height:1.6;
}
.about_box .about_con .about_box_con{
	/*width:1000px;*/
	width: 83.33333333333333%;
	margin:40px auto 0;
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .about_box .about_con .about_box_con{
    	width:96%;
    	margin:40px auto 0;
    }
}
.about_box .about_con .about_box_con p{
	color:#fff;
	text-align:center;
	line-height:2;
	font-size:17px;
}
.about_jishu{
	width:100%;
	margin:50px auto 0;
}
.about_jishu .about_numCount{ margin: 0 -10px;}
.about_jishu .about_numCount li{ float: left; width:33%; text-align: center;}
.about_jishu .about_numCount li .item{ margin: 0 10px;}
.about_jishu .about_numCount li .numU{ line-height:1.3;}
.about_jishu .about_numCount li .numCX{ font-size:54px; color:#3bb26d/*#00a735*/;}
.about_jishu .about_numCount li .numU .unitC{font-size:/*100%*/40px; line-height: 1.3; margin-left: 0.3em;}
.about_jishu .about_numCount li .numU sup{vertical-align: top;}
.about_jishu .about_numCount li .numU sub{vertical-align:top;color:#3bb26d;font-size:54px;}
.about_jishu .about_numCount li .indc{color:#fff;font-size:20px;}
@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}

/*==============================================================================*/
/*企业资质*/
@media all and (min-width: 1201px) {
    .zihzi_box{
    	width: 100%;
    	background-image: url(../images/zz_big_bg.jpg);
    	background-size:cover;
    	background-repeat: no-repeat;
    	margin: 0 auto;
    	min-height: 1034px;
    	overflow: hidden;
    }
    .zihzi_box .w1690{
    	width:1690px;
    	/*width: 86.70520231213873%;*/
    	margin:130px auto 0;
    	/*position:relative;*/
    }
    .zihzi_box .w1650{
    	width: 86.70520231213873%;
    	margin:130px auto 0;
    	position:relative;
    }
    .zihzi_box .zizhi_con .zizhi_con_box{
    	width:1665px;
    	/*width: 87.49343142406726%;*/
    	/*width: 98.5207100591716%;*/
    	margin:0px auto;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li{
    	width:519px;
    	/*width: 31.45454545454545%;*/
    	min-height:326px;
    	height: auto;
    	background-image: url(../images/zz_bg01.png);
    	background-repeat: no-repeat;
    	background-size:cover;
    	/*background-position-x: center;*/
    	float:left;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(2){
    	background-image: url(../images/zz_bg02.png);
    	width:519px;
    	/*width: 31.45454545454545%;*/
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(3){
    	background-image: url(../images/zz_bg03.png);
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(4){
    	background-image: url(../images/zz_bg04.png);
    	width:590px;
    	/*width: 35.75757575757576%;*/
    	margin-top:45px;
    	margin-left:167px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(5){
    	background-image: url(../images/zz_bg05.png);
    	width:555px;
    	/*width: 33.63636363636364%;*/
    	margin-top:45px;
    	margin-left:105px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li p{
    	margin-left:107px;
    	line-height:2;
    	color:#fff;
    	font-size:20px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(2) p{
    	margin-left:165px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(3) p{
    	margin-left:160px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(4) p{
    	margin-left:175px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(5) p{
    	margin-left:165px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li p:nth-child(1){
    	margin-top:75px;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .zihzi_box{
    	width: 100%;
    	background-image: url(../images/zz_big_bg.jpg);
    	background-size:cover;
    	background-repeat: no-repeat;
    	margin: 0 auto;
    	min-height: 900px;
    	overflow: hidden;
    }
    .zihzi_box .w1690{
    	width:98%;
    	margin:130px auto 0;
    	position:relative;
    }
    .zihzi_box .zizhi_con .zizhi_con_box{
    	width:100%;
    	margin:0px auto;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li{
    	width:33%;
    	height:260px;
    	background-image: url(../images/zz_bg01.png);
    	background-repeat: no-repeat;
    	background-size:cover;
    	/*background-position-x: center;*/
    	float:left;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(2){
    	background-image: url(../images/zz_bg02.png);
    	width:33%;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(3){
    	background-image: url(../images/zz_bg03.png);
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(4){
    	background-image: url(../images/zz_bg04.png);
    	width:38%;
    	margin-top:45px;
    	margin-left:2%;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(5){
    	background-image: url(../images/zz_bg05.png);
    	width:40%;
    	margin-top:45px;
    	margin-left:10%;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li p{
    	margin-left:90px;
    	line-height:2;
    	color:#fff;
    	font-size:14px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(2) p{
    	margin-left:140px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(3) p{
    	margin-left:130px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(4) p{
    	margin-left:145px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li:nth-child(5) p{
    	margin-left:135px;
    }
    .zihzi_box .zizhi_con .zizhi_con_box ul li p:nth-child(1){
    	margin-top:75px;
    }
}

.zihzi_box .dqlm{
	width:435px;
	height:120px;
	position:absolute;
	left:0px;
	top:-80px;
}
.zihzi_box .dqlm h6{
	font-size:36px;
	color:#fff;
	font-weight:bold;
}
.zihzi_box .dqlm span{
	width:72px;
	height:8px;
	background:#fff;
	display:inline-block;
}
.zihzi_box .dqlm p{
	font-size:28px;
	color:#fff;
	line-height:1.6;
}
.zihzi_box .zizhi_con{
	width:100%;
	margin:0px auto;
	padding-top:80px;
}

.zihzi_box .zizhi_con .zizhi_con_box ul{
	width:100%;
	margin:0 auto;
}
.zihzi_box .zizhi_con .zizhi_con_box ul li p b{
	color:#2bbf71;
}

.zz_more{
    width: 100%;
    margin: 50px auto 0;
}
@media all and (min-width: 1201px){
   .zz_title{
        /*width: 1650px;*/
        width: 86.70520231213873%;
        height: auto;
        margin: 0 auto;
    }
    .zz_con{
        /*width: 1650px;*/
        width: 86.70520231213873%;
        min-height: 950px;
        margin: 50px auto 0;
    }
    .zz_con ul li:nth-child(1){
        /*width: 310px;*/
        width: 18.78787878787879%;
    }
    .zz_con ul li:nth-child(2),.zz_con ul li:nth-child(3){
        
        /*width: 500px;*/
        width: 30.3030303030303%;
        /*margin-left: 10px;*/
        margin-left: 0.6060606060606067%;
    }
    .zz_con ul li:nth-child(4){
        /*width: 310px;*/
        width: 18.78787878787879%;
        float: right;
    }
    .zz_con ul li:nth-child(5),.zz_con ul li:nth-child(6),.zz_con ul li:nth-child(7){
        /*width: 543px;*/
        width: 32.90909090909091%;
        margin-top: 60px;
    }
    .zz_con ul li:nth-child(6),.zz_con ul li:nth-child(7){
        /*margin-left: 10px;*/
        margin-left: 0.6060606060606067%;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px){
    .zz_title{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .zz_con{
        width: 98%;
        height: 650px;
        margin: 50px auto 0;
    }
    .zz_con ul li:nth-child(1){
        width: 18%;
    }
    .zz_con ul li:nth-child(2),.zz_con ul li:nth-child(3){
        width: 30%;
        margin-left: 2%;
    }
    .zz_con ul li:nth-child(4){
        width: 18%;
        float: right;
    }
    .zz_con ul li:nth-child(5),.zz_con ul li:nth-child(6),.zz_con ul li:nth-child(7){
        width: 32%;
        margin-top: 40px;
    }
    .zz_con ul li:nth-child(6),.zz_con ul li:nth-child(7){
        margin-left: 1.3%;
    }
}

.zz_title h6{
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #2bbf71;
}

.zz_con ul{
    width: 100%;
    height: auto;
}
.zz_con ul li{
    float: left;
}

.zz_con ul li img{
    max-width: 100%;
}
/*==============================================================================*/
/*导航修改*/
@media all and (min-width: 1201px) {
    .wai_head{
    	width:100%;
    	height:101px;
    	margin:0 auto;
    }
    .wai_head .w1650{
    	/*width:1650px;*/
    	width: 86.70520231213873%;
    	margin:0 auto;
    	height:101px;
    }
    .wai_head .w1650 .index_logo{
    	/*width:213px;*/
    	width: 12.90909090909091%;
    	/*height:59px;*/
    	height: auto;
    	margin:21px 0;
    }
    .wai_head .w1650 .main{
    	/*width: 78.42424242424242%;*/
    	width: 76%;
    }
    .wai_head .w1650 .index_logo-1{
    	/*width:356px;*/
    	width: 21.57575757575758%;
    	height:47px;
    	margin:27px 0;
    }
    .wai_head .w1650 .index_logo img, .wai_head .w1650 .index_logo-1 img{
    	width: 100%;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px) {
    .wai_head{
    	width:100%;
    	height:60px;
    	margin:0 auto;
    }
    .wai_head .w1650{
    	width:99%;
    	margin:0 auto;
    	height:60px;
    }
    .wai_head .w1650 .index_logo{
    	width:10%;
    	height:auto;
    	margin:21px 0;
    }
    .wai_head .w1650 .index_logo-1{
    	width:10%;
    	height:auto;
    	margin:21px 0;
    }
    .wai_head .w1650 .index_logo img, .wai_head .w1650 .index_logo-1 img{
        width: 100%;
    }
}
/*.wai_head .w1650 .index_logo{
	width:213px;
	height:59px;
	margin:21px 0;
}*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.navBar{position:relative;z-index:1;height:101px;line-height:101px;}
.nav{width:1365px;float:right;font-family:"Microsoft YaHei", "微软雅黑";}
.nav .m{float:left;position:relative; border-top:0; border-bottom:0;}
.nav h3{width:195px;float:left; font-size:20px; font-weight:normal;height:101px; overflow:hidden;line-height:101px;text-align:center;}
.nav h3 a{ display:block; color:#434343;vertical-align:top;  }
.nav h3 a i{font-size:12px; }
.nav .on{ border:0;  }
.nav .on h3 a{ background:#fff; color:#2bbf71; font-weight:bold;}
.nav .sub{ display:none;width:840px; padding:5px 10px 10px 10px;   position:absolute; left:0; top:101px; background:rgba(67,67,67,0.2);}
.nav .sub li{line-height:3; padding:4px 0;  float:left;}
.nav .sub li a{display:block; padding-left:6px;color:#fff;font-size:18px;border-bottom:2px solid #cccccc;}
.nav .sub li a:hover{ color:#434343; border-bottom:2px solid #fff;}
/*.nav #m7 .sub{left:auto; right:-1px; }*/
.nav li:last-child .sub{left:auto; right:-1px; }
.nav li:nth-last-child(2) .sub{left:auto; right:-1px; }
.nav li:nth-last-child(3) .sub{left:auto; right:-1px; }
.nav .sub li:nth-child(odd){float:left;}
.nav .sub li:nth-child(even){float:right;}
.nav .sub li:nth-child(odd) a{width:310px;}
.nav .sub li:nth-child(even) a{width:420px;}
/*==============================================================================*/
/*核心价值修改*/
.hexinjz{
	width: 100%;
	background-image: url(../images/hxjz_wh_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position-x: center;*/
	margin: 0 auto;
	min-height: 915px;
	overflow: hidden;
	position:relative;
}
.hexinjz .wai_q{
	width:238px;
	height:238px;
	border:2px solid #fff;
	border-radius:100%;
	display:inline-block;
	z-index:1;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);

	
}
.hexinjz .wai_q .nei_q{
	width:224px;
	height:224px;
	margin:7px auto;
	background:#fff;
	border-radius:100%;
}
.hexinjz .wai_q .nei_q h6{
	text-align:center;
	color:#000000;
	font-size:32px;
	font-weight:bold;
	padding-top:70px;
}
.hexinjz .wai_q .nei_q p{
	text-align:center;
	color:#000000;
	font-size:20px;
	line-height:1.6;
}
.hexinjz ul{
	width:100%;
	height:100%;
	margin:0 auto;
}
.hexinjz ul table{
	width:100%;
	min-height:915px;
}
.hexinjz ul table tr{
	height:457px;
}
.hexinjz ul table th,.hexinjz ul table td{
	width:50%;
	border:1px solid #fff;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.hexinjz ul table th h5{
	color:#2bbf71;
	font-size:45px;
	font-weight:bold;
	line-height:1.6;
	margin-top: 60px;
}
.hexinjz ul table th p{
	color:#2bbf71;
	font-size:25px;
}
.hexinjz ul table th span{
	background:#2bbf71;
	width:36px;
	height:3px;
	display:inline-block;
	margin:35px 0;
}
.hexinjz ul table th h6{
	color:#fff;
	font-size:30px;
	line-height:1.6;
}
.hexinjz ul table th:hover {
	background:rgba(43,191,113,0.4);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.hexinjz ul table th:hover h5{
	color:#fff;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.hexinjz ul table th:hover p{
	color:#fff;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.hexinjz ul table th:hover span{
	background:#fff;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
/*==============================================================================*/

/*===========================================================*/
/*新闻中心修改*/
/*@media all and (min-width: 1201px) {
    .newsban_box{
    	width: 100%;
    	background-image: url(../images/news_ban.jpg);
    	background-repeat: no-repeat;
    	background-size:cover;
    	/*background-position-x: center;*/
    	/*margin: 0 auto;
    	min-height: 481px;
    }
    .newsban_box dl{
    	width:366px;
    	height:88px;
    	margin:0 auto 0;
    	padding-top:120px;
    }
    .newsban_box dd{
    	width:206px;
    	height:78px;
    	margin:0 auto 0;
    	padding-top:36px;
    }
    
    .news_con_list{width:1600px;margin:30px auto 0;}
    .news_con_list .www360buy{ width:1600px;margin:30px auto 0;}
    .news_con_list .www360buy .hd{width:770px; overflow:hidden;margin:0px auto;}
    .news_con_list .www360buy .hd li{background:#f2f2f2;border-radius:30px;height:60px;line-height:60px;text-align:center; width:204px; border-top:0;cursor:default;color:#a4a4a4;font-size:25px;font-weight:bold;}
    .news_con_list .www360buy .hd li.on{color:#2bbf71;background:#f2f2f2;}
    .www360buy .hd li.active{color:#2bbf71;background:#f2f2f2;}
    .news_con_list .www360buy .lh{ overflow:hidden;  }
    .news_con_list .www360buy .bd{width:100%; overflow:hidden;margin:50px auto 0;}
    .news_con_list ul{
    	display:inline-block;
    	width:100%;
    	margin:0 auto;
    }
    .news_con_list .www360buy .lh li{
    	display:inline-block;
    	width:388px;
    	height:457px;
    	box-shadow: darkgrey 0px 0px 8px 3px;
    	margin:11.1px;
    }
    .news_con_list .www360buy .lh li dl{
    	width:370px;
    	height:216px;
    	margin:10px 9px 0;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	overflow:hidden;
    }
    .news_con_list .www360buy .lh li dl img{
    	width:370px;
    	height:216px;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	overflow:hidden;
    }
    .news_con_list .www360buy .lh li:hover dl img{
    	transition: all 1s;
    	transform: scale(1.2, 1.2);
    	-ms-transform: scale(1.2, 1.2);   
    	-moz-transform: scale(1.2, 1.2);   
    	-webkit-transform: scale(1.2, 1.2); 
    	-o-transform: scale(1.2, 1.2);
    }
    .news_con_list .www360buy .lh li h6{
    	padding:25px 10px 0;
    	color:#1a7a4d;
    	font-size:18px;
    }
    .news_con_list .www360buy .lh li p{
    	padding:15px 10px 0;
    	color:#828282;
    	font-size:15px;
    	line-height:1.8;
    }
    .news_con_list .www360buy .lh li .li_quan{
    	width:24px;
    	height:24px;
    	border:1px solid #e0e0e0;
    	border-radius:100%;
    	margin:10px 0 0 320px;
    }
    .news_con_list .www360buy .lh li .li_quan img{
    	width:15px;
    	height:10px;
    	display:inline-block;
    	margin:6px 4.5px;
    }
    .news_con_list .www360buy .lh li .li_xian{
    	width:370px;
    	height:1px;
    	background:#cccccc;
    	margin:9px 9px 0 9px;
    	position: relative;
    }
    .news_con_list .www360buy .lh li .li_xian:after {
    	content: "";
    	width: 0;
    	height: 1px;
    	background: #1a7a4d;
    	position: absolute;
    	top: 100%;
    	left: 0;
    	transition: all .5s;
    }
    .news_con_list .www360buy .lh li:hover .li_xian:after {
    	left: 0%;
    	width: 100%;
    }
    .news_con_list .bigBox {
    	width: 1600px;
    	/*height: 800px;*/
    	/*height: 600px;
    	margin: 0 auto;
    	border-radius: 5px;
    	box-sizing: border-box;margin-top: 30px;padding-top: 20px;
    }
    .bigBox .box {
    	width:1600px;
    	height: 480px;
    	margin: 20px auto;
    	overflow: hidden;
    	border-radius: 5px;
    }
    
    .bigBox .box>div {
    	width: 1600px;
    	height: 500px;
    	line-height: 500px;
    	font-size: 30px;
    	font-weight: bold;
    }
    .swiper-slide .news_text h6{
    	color:#2bbf71;
    	/*font-size:25px;*/
    	/*font-size:22px;
    	line-height:1.8
    }
    .swiper-slide .news_text p{
    	color:#706f6f;
    	font-size:17px;
    	line-height:1.4;
    	font-weight: lighter;
    }
    .swiper-slide img{
    	widows:90%;
    	margin:20px 25px 25px;
    }
    .swiper-slide .news_text{
    	margin:0px 25px 25px;
    }
    .swiper-slide .news_text h5{
    	color:#515151;
    	font-size:21px;
    	font-weight:bold;
    	line-height:1.4
    }
    .swiper-slide .news_text .read_more_box{
    	width:100%;
    	height:35px;
    	margin:15px auto;
    }
    .swiper-slide .news_text .read_more_box span{
    	width:79%;
    	height:1px;
    	background:#717171;
    	line-height:35px;
    	margin-top:17px;
    }
    .swiper-slide .news_text .read_more_box .read_more{
    	margin-left:25px;
    	line-height:35px;
    	font-size:9px;
    	color:#1a7a4d;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .newsban_box{
    	width: 100%;
    	background-image: url(../images/news_ban.jpg);
    	background-repeat: no-repeat;
    	background-size:cover;
    	/*background-position-x: center;*/
    	/*margin: 0 auto;
    	min-height: 481px;
    }
    .newsban_box dl{
    	width:366px;
    	height:88px;
    	margin:0 auto 0;
    	padding-top:120px;
    }
    .newsban_box dd{
    	width:206px;
    	height:78px;
    	margin:0 auto 0;
    	padding-top:36px;
    }
    
    .news_con_list{
        /*width:1600px;*/
        /*width: 90%;
        margin:30px auto 0
    }
    .news_con_list .www360buy{ 
        /*width:1600px;*/
        /*width: 100%;
        margin:30px auto 0;
    }
    .news_con_list ul{
    	display:inline-block;
    	width:100%;
    	margin:0 auto;
    }
    .news_con_list .www360buy .lh li{
    	display:inline-block;
    	width:388px;
    	height:457px;
    	box-shadow: darkgrey 0px 0px 8px 3px;
    	margin:11.1px;
    }
    .news_con_list .www360buy .lh li dl{
    	width:370px;
    	height:216px;
    	margin:10px 9px 0;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	overflow:hidden;
    }
    .news_con_list .www360buy .lh li dl img{
    	width:370px;
    	height:216px;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	overflow:hidden;
    }
    .news_con_list .www360buy .lh li:hover dl img{
    	transition: all 1s;
    	transform: scale(1.2, 1.2);
    	-ms-transform: scale(1.2, 1.2);   /* IE 9 */
    	/*-moz-transform: scale(1.2, 1.2);   /* Firefox */
    	/*-webkit-transform: scale(1.2, 1.2); /* Safari Chrome */
    	/*-o-transform: scale(1.2, 1.2);
    }
    .news_con_list .www360buy .lh li h6{
    	padding:25px 10px 0;
    	color:#1a7a4d;
    	font-size:18px;
    }
    .news_con_list .www360buy .lh li p{
    	padding:15px 10px 0;
    	color:#828282;
    	font-size:15px;
    	line-height:1.8;
    }
    .news_con_list .www360buy .lh li .li_quan{
    	width:24px;
    	height:24px;
    	border:1px solid #e0e0e0;
    	border-radius:100%;
    	margin:10px 0 0 320px;
    }
    .news_con_list .www360buy .lh li .li_quan img{
    	width:15px;
    	height:10px;
    	display:inline-block;
    	margin:6px 4.5px;
    }
    .news_con_list .www360buy .lh li .li_xian{
    	width:370px;
    	height:1px;
    	background:#cccccc;
    	margin:9px 9px 0 9px;
    	position: relative;
    }
    .news_con_list .www360buy .lh li .li_xian:after {
    	content: "";
    	width: 0;
    	height: 1px;
    	background: #1a7a4d;
    	position: absolute;
    	top: 100%;
    	left: 0;
    	transition: all .5s;
    }
    .news_con_list .www360buy .lh li:hover .li_xian:after {
    	left: 0%;
    	width: 100%;
    }
    .news_con_list .bigBox {
    	width: 100%;
    	/*height: 800px;*/
    	/*height: 600px;
    	margin: 0 auto;
    	border-radius: 5px;
    	box-sizing: border-box;margin-top: 30px;padding-top: 20px;
    }
    .bigBox .box {
    	width:100%;
    	height: 480px;
    	margin: 20px auto;
    	overflow: hidden;
    	border-radius: 5px;
    }
    
    .bigBox .box>div {
    	width: 100%;
    	height: 500px;
    	line-height: 500px;
    	font-size: 20px;
    	font-weight: bold;
    }
    .swiper-slide .news_text h6{
    	color:#2bbf71;
    	font-size:12px;
    	line-height:1.8
    }
    .swiper-slide .news_text p{
    	color:#706f6f;
    	font-size:12px;
    	line-height:1.4;
    	font-weight: lighter;
    }
    .swiper-slide img{
    	widows:90%;
    	margin:20px 18px 25px;
    }
    .swiper-slide .news_text{
    	margin:0px 18px 25px;
    }
    .swiper-slide .news_text h5{
    	color:#515151;
    	font-size:14px;
    	font-weight:bold;
    	line-height:1.4
    }
    .swiper-slide .news_text .read_more_box{
    	width:100%;
    	height:35px;
    	margin:15px auto;
    }
    
    .swiper-slide .news_text .read_more_box span{
    	width:72%;
    	height:1px;
    	background:#717171;
    	line-height:35px;
    	margin-top:17px;
    }
    .swiper-slide-active .news_text .read_more_box span{
    	width:72%;
    	height:1px;
    	background:#717171;
    	line-height:35px;
    	margin-top:17px;
    }
    .swiper-slide .news_text .read_more_box .read_more{
    	margin-left:5px;
    	line-height:35px;
    	font-size:9px;
    	color:#1a7a4d;
    }
}*/

/*分页样式*/
.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 12px;
	margin: 0 3px;
    font-weight: bold;
	background: #fff;
	border: 1px solid #2bbf71;
	-webkit-border-radius: 32px;
	border-radius: 32px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover, .pglist .page-num-current {
	display: inline-block;
	color: #fff;
	background: #2bbf71;
	border-color: #2bbf71;
	
}
/*
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	min-height:745px;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 10%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	/*width: 50%;*/
	/*width: 33%;
	height: 100%;
	position: relative;
	/*padding: 0;*/
	/*padding: 15% 8% 10%;*/
	/*background:#fff;
	-webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 8px;
	box-shadow: rgba(0,0,0,.2) 0px 0px 8px;
}
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 17px;
	height: 20px;
	margin-top: -10px;
	-moz-background-size: 17px 20px;
	-webkit-background-size: 17px 20px;
	background-size: 17px 20px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url("../images/news_eight.png");
	right:0;
	z-index:1000;
}
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 17px;
	height: 20px;
	margin-top: -10px;
	-moz-background-size: 17px 20px;
	-webkit-background-size: 17px 20px;
	background-size: 17px 20px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url("../images/news_left.png");
	left:0;
	z-index:1000;
}

.banner-box {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	margin: 12px 0;
	padding:30px 0;
}
.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scale(0.9);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.9);
	-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}
.swiper-slide-active, .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform: scale(1.);
	transform: scale(1);
	z-index:100;
}
.swiper-slide img {
	/*width: 100%;*/
	/*width: 90%;
	display: block;
	height: 185px;
}

.banner-arrow div:hover {
	background-color: #fff;
}

.banner-top {
	padding-top: 3.730928444707274%;
}
.banner-title {
	padding: 5px 0;
}
.banner-title h1 {
	text-align: center;
	letter-spacing: 5px;
	font-size: 45px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-weight: normal;
	color: rgb(68, 68, 68);
	padding-bottom: 14px;
}
.banner-text {
	text-align: center;
}
.banner-text p {
	font: 15px/1.5 "Microsoft YaHei", "微软雅黑";
	-webkit-font-smoothing: antialiased;
	margin: 0;
	color: rgb(68, 68, 68);
}
.banner-top-one {
	padding-top: 3.311649911295092%;
}
.banner-button {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.banner-button a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: auto;
	width: auto;
	line-height: 100%;
	padding: 15px 32px;
	position: relative;
}
.banner-button-btn {
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height: 1.8em;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	-webkit-font-smoothing: antialiased;
	background-color: #69ca72!important;
	border-radius: 100px;
}
.banner-button-btn {
	background: #cedad0;
	display: inline-block;
	-webkit-transition: border-color .4s, color .4s;
	-moz-transition: border-color .4s, color .4s;
	transition: border-color .4s, color .4s;
	border: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.banner-button-btn, .banner-button-btn::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}
.banner-button-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background: #1a7c29;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	-moz-transform: scale3d(0.7, 1, 1);
	-ms-transform: scale3d(0.7, 1, 1);
	-o-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}
.banner-button-btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.news_con_list .bigBox ul {
	height: 60px;
	display: flex;
	justify-content: space-evenly;
}

.news_con_list .bigBox ul li {
	width: 204px;
	background: rgb(242, 242, 242);
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 30px;
	transition:all .7s ease 0s;
	font-size: 25px;
	font-weight: bold;
	color: #a4a4a4;
}
.news_con_list .bigBox ul li .on{
	font-weight: bold;
	color: #2bbf71;
}
.news_con_list .bigBox ul li .on a{
    font-weight: bold;
    color: #2bbf71;
}
.bigBox ul li:hover{
	background-color: #f2f2f2;
	cursor: pointer;
	color:#2bbf71;
}

.bigBox ul .active {
	background:#f2f2f2 !important;
	color:#2bbf71 !important;
	font-weight: bold !important;
}
.bigBox ul .active a{
	font-weight: bold !important;
}
*/
/*===========================================================*/

/*发展历程修改*/
/*.licheng_box{
	width: 100%;
	background-image: url(../images/lc_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin: 0 auto;
	height: 57.4375rem;
	overflow: hidden;
	position:relative;
}*/
.licheng_box{
    	width: 100%;
    	/*background-image: url(../images/lc_bg-1.jpg);*/
    	background-image: url(../images/rongyu_bg.jpg);
    	background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    	min-height: 926px;
    	overflow: hidden;
    	position:relative;
    }
@media all and (min-width: 1201px) {
    .licheng_box .w1650{
    	/*width:1650px;*/
    	width: 86.70520231213873%;
    	margin:0 auto;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px){
    .licheng_box .w1650{
    	width:98%;
    	margin:0 auto;
    }
}

.licheng_box .w1650 .dqlm{
	width:435px;
	height:120px;
	padding-top:50px;
}
.licheng_box .w1650 .dqlm h6{
	font-size:36px;
	color:#fff;
	font-weight:bold;
}
.licheng_box .w1650 .dqlm span{
	width:72px;
	height:8px;
	background:#fff;
	display:inline-block;
}
.licheng_box .w1650 .dqlm p{
	font-size:28px;
	color:#fff;
	line-height:1.6;
}
@media all and (min-width: 1201px) {
    .lc_qiu1{
    	/*width:280px;*/
    	width: 16.9%;
    	height:200px;
    	margin-top:170px;
    	position:relative;
    }
    .lc_qiu1 dd{
    	width:144px;
    	height:144px;
    	position:absolute;
    	right:0;
    	bottom:0;
    }
    .lc_qiu1 h6{
    	color:#fff;
    	text-align:right;
    	font-size:16px;
    	line-height:1.4;
    	margin-right:50px;
    	font-weight:normal;
    }
    .lc_qiu1 span{
    	width:47px;
    	height:2px;
    	display:block;
    	background:#fff;
    	/*margin:15px 50px 0 181px;*/
    	margin:15px 50px 0 64.6%;
    }
    
    .lc_qiu1 h5{
    	color:#fff;
    	text-align:right;
    	font-size:36px;
    	line-height:1.8;
    	margin-right:50px;
    	font-weight:normal;
    }
    .lc_qiu1 h5 font{
    	font-weight:bold;
    }
    .lc_qiu1 p{
    	color:#fff;
    	text-align:right;
    	font-size:24px;
    	margin-right:50px;
    	font-weight:normal;
    }
    /*-----------*/
    .lc_qiu2{
    	/*width:280px;*/
    	width: 16.9%;
    	height:200px;
    	margin-top:120px;
    	/*margin-left:176px;*/
    	margin-left: 10.66666666666667%;
    	position:relative;
    }
    .lc_qiu2 dd{
    	width:158px;
    	height:158px;
    	position:absolute;
    	right:0;
    	bottom:0;
    }
    .lc_qiu2 h6{
    	color:#fff;
    	text-align:right;
    	font-size:16px;
    	line-height:1.4;
    	margin-right:50px;
    	font-weight:normal;
    }
    .lc_qiu2 span{
    	width:47px;
    	height:2px;
    	display:block;
    	background:#fff;
    	margin:15px 50px 0 181px;
    }
    
    .lc_qiu2 h5{
    	color:#fff;
    	text-align:right;
    	font-size:36px;
    	line-height:1.8;
    	margin-right:50px;
    	font-weight:normal;
    }
    .lc_qiu2 h5 font{
    	font-weight:bold;
    }
    .lc_qiu2 p{
    	color:#fff;
    	text-align:right;
    	font-size:24px;
    	margin-right:50px;
    	font-weight:normal;
    }
    /*-----------*/
    .lc_qiu3{
    	/*width:280px;*/
    	width: 16.9%;
    	height:200px;
    	margin-top:70px;
    	/*margin-left:176px;*/
    	margin-left: 10.66666666666667%;
    	position:relative;
    }
    .lc_qiu3 dd{
    	width:171px;
    	height:171px;
    	position:absolute;
    	right:0;
    	bottom:0;
    }
    .lc_qiu3 h6{
    	color:#fff;
    	text-align:right;
    	font-size:16px;
    	line-height:1.4;
    	margin-right:90px;
    	font-weight:normal;
    }
    .lc_qiu3 span{
    	width:47px;
    	height:2px;
    	display:block;
    	background:#fff;
    	margin:15px 90px 0 141px;
    }
    
    .lc_qiu3 h5{
    	color:#fff;
    	text-align:right;
    	font-size:36px;
    	line-height:1.8;
    	margin-right:90px;
    	font-weight:normal;
    }
    .lc_qiu3 h5 font{
    	font-weight:bold;
    }
    .lc_qiu3 p{
    	color:#fff;
    	text-align:right;
    	font-size:24px;
    	margin-right:90px;
    	font-weight:normal;
    }
    /*-----------*/
    .lc_qiu4{
    	/*width:280px;*/
    	width: 16.9%;
    	height:200px;
    	margin-top:20px;
    	/*margin-left:176px;*/
    	margin-left: 10.66666666666667%;
    	position:relative;
    }
    .lc_qiu4 dd{
    	width:186px;
    	height:186px;
    	position:absolute;
    	right:0;
    	bottom:0;
    }
    .lc_qiu4 h6{
    	color:#fff;
    	text-align:right;
    	font-size:16px;
    	line-height:1.4;
    	margin-right:90px;
    	font-weight:normal;
    }
    .lc_qiu4 span{
    	width:47px;
    	height:2px;
    	display:block;
    	background:#fff;
    	margin:15px 90px 0 141px;
    }
    
    .lc_qiu4 h5{
    	color:#fff;
    	text-align:right;
    	font-size:36px;
    	line-height:1.8;
    	margin-right:90px;
    	font-weight:normal;
    }
    .lc_qiu4 h5 font{
    	font-weight:bold;
    }
    .lc_qiu4 p{
    	color:#fff;
    	text-align:right;
    	font-size:24px;
    	margin-right:90px;
    	font-weight:normal;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px){
    .lc_qiu1{
    	/*width:200px;*/
    	width: 16.6%;
    	height:130px;
    	margin-top:20px;
    	position:relative;
    }
    .lc_qiu1 dd{
    	width:64px;
    	height:64px;
    	position:absolute;
    	right:0;
    	bottom:0;
    }
    .lc_qiu1 dd img{
    	width:100%;
    }
    .lc_qiu1 h6{
    	color:#fff;
    	text-align:right;
    	font-size:14px;
    	line-height:1.4;
    	margin-right:20px;
    	font-weight:normal;
    }
    .lc_qiu1 span{
    	width:47px;
    	height:2px;
    	display:block;
    	background:#fff;
    	margin:15px 20px 0 111px;
    }
    
    .lc_qiu1 h5{
    	color:#fff;
    	text-align:right;
    	font-size:24px;
    	line-height:1.8;
    	margin-right:20px;
    	font-weight:normal;
    }
    .lc_qiu1 h5 font{
    	font-weight:bold;
    }
    .lc_qiu1 p{
    	color:#fff;
    	text-align:right;
    	font-size:16px;
    	margin-right:20px;
    	font-weight:normal;
    }
    /*-----------*/
    .lc_qiu2{
    	/*width:200px;*/
    	width: 16.6%;
    	height:130px;
    	margin-top:0px;
    	/*margin-left:100px;*/
    	margin-left: 8.33333333333333%;
    	position:relative;
    }
    .lc_qiu2 dd{
    	width:68px;
    	height:68px;
    	position:absolute;
    	right:0;
    	bottom:0;
    }
    .lc_qiu2 dd img{
    	width:100%;
    }
    .lc_qiu2 h6{
    	color:#fff;
    	text-align:right;
    	font-size:14px;
    	line-height:1.4;
    	margin-right:20px;
    	font-weight:normal;
    }
    .lc_qiu2 span{
    	width:47px;
    	height:2px;
    	display:block;
    	background:#fff;
    	margin:15px 20px 0 111px;
    }
    
    .lc_qiu2 h5{
    	color:#fff;
    	text-align:right;
    	font-size:24px;
    	line-height:1.8;
    	margin-right:20px;
    	font-weight:normal;
    }
    .lc_qiu2 h5 font{
    	font-weight:bold;
    }
    .lc_qiu2 p{
    	color:#fff;
    	text-align:right;
    	font-size:14px;
    	margin-right:20px;
    	font-weight:normal;
    }
    /*-----------*/
    .lc_qiu3{
    	/*width:200px;*/
    	width: 16.6%;
    	height:130px;
    	margin-top:-20px;
    	/*margin-left:100px;*/
    	margin-left: 8.33333333333333%;
    	position:relative;
    }
    .lc_qiu3 dd{
    	width:71px;
    	height:71px;
    	position:absolute;
    	right:0;
    	bottom:0;
    }
    .lc_qiu3 dd img{
    	width:100%;
    }
    .lc_qiu3 h6{
    	color:#fff;
    	text-align:right;
    	font-size:14px;
    	line-height:1.4;
    	margin-right:20px;
    	font-weight:normal;
    }
    .lc_qiu3 span{
    	width:47px;
    	height:2px;
    	display:block;
    	background:#fff;
    	margin:15px 20px 0 111px;
    }
    
    .lc_qiu3 h5{
    	color:#fff;
    	text-align:right;
    	font-size:24px;
    	line-height:1.8;
    	margin-right:20px;
    	font-weight:normal;
    }
    .lc_qiu3 h5 font{
    	font-weight:bold;
    }
    .lc_qiu3 p{
    	color:#fff;
    	text-align:right;
    	font-size:14px;
    	margin-right:20px;
    	font-weight:normal;
    }
    /*-----------*/
    .lc_qiu4{
    	/*width:200px;*/
    	width: 16.6%;
    	height:130px;
    	margin-top:-40px;
    	/*margin-left:100px;*/
    	margin-left: 8.33333333333333%;
    	position:relative;
    }
    .lc_qiu4 dd{
    	width:80px;
    	height:80px;
    	position:absolute;
    	right:0;
    	bottom:0;
    }
    .lc_qiu4 dd img{
        width: 100%;
    }
    .lc_qiu4 h6{
    	color:#fff;
    	text-align:right;
    	font-size:14px;
    	line-height:1.4;
    	margin-right:20px;
    	font-weight:normal;
    }
    .lc_qiu4 span{
    	width:47px;
    	height:2px;
    	display:block;
    	background:#fff;
    	margin:15px 20px 0 111px;
    }
    
    .lc_qiu4 h5{
    	color:#fff;
    	text-align:right;
    	font-size:24px;
    	line-height:1.8;
    	margin-right:20px;
    	font-weight:normal;
    }
    .lc_qiu4 h5 font{
    	font-weight:bold;
    }
    .lc_qiu4 p{
    	color:#fff;
    	text-align:right;
    	font-size:14px;
    	margin-right:20px;
    	font-weight:normal;
    }
}

/*===========================================================*/
/*九宫格内容页*/
.jgny_box{
	width:100%;
	height:100%;
	margin:0 auto;
}

.notice {
	width:100%;
	margin:0 auto;
	text-align:center;
}
@media all and (min-width: 1201px) {
    .hd_logo{
    	width:213px;
    	height:59px;
    	margin:21px 0;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px) {
    .hd_logo{
        width: 10%;
        height: auto;
    	margin:33px 0;
    }
    .hd_logo img{
        width: 100%;
    }
}
.return_page{
	width:76px;
	height:30px;
	position:absolute;
	top:38px;
	right:30px;
	border-radius:15px;
}
.layui-bg-cyan {
  background-color: #2bbf71 !important;
}
.layui-btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background-color: #009688;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius:15px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/*选项卡*/
.zUI-bar{
    width: 100%;
    height: 100%;
	margin:0 auto;
}
@media all and (min-width: 1201px) {
    .zUI-bar .card .bar-box{
    	width:1740px;
    	margin:0 auto;
    	height:101px;
    }
    .zUI-bar.card .bar-box .nav-line{
    	width:1448px;
    	float:right;
    	padding:35px 0 19px 0;
    	border-bottom:1px solid #999898;
    }
    .zUI-bar .nav-line .nav{
        cursor: pointer;
        transition: all .2s;
        -webkit-transition: all .2s;
    	width:206px;
    	float:left; 
    	cursor:pointer;
    	border-right:1px solid #ddd;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .zUI-bar .card .bar-box{
    	width:99%;
    	margin:0 auto;
    	height:101px;
    }
    .zUI-bar.card .bar-box .nav-line{
    	/*width:1448px;*/
    	width: 89%;
    	float:right;
    	padding:35px 0 19px 0;
    	border-bottom:1px solid #999898;
    }
    .zUI-bar .nav-line .nav{
        cursor: pointer;
        transition: all .2s;
        -webkit-transition: all .2s;
    	/*width:206px;
    	width: 14.22651933701657%;*/
    	width: 13%;
    	float:left; 
    	cursor:pointer;
    	border-right:1px solid #ddd;
    }
}

.zUI-bar .bar-box .nav:last-child{
    border-right:none;
}
.zUI-bar .card .bar-box .nav dl{display:block;}
.zUI-bar .nav-line .bar-box .nav p{display:none;}
.zUI-bar.card .bar-box{
    position: relative;font-size: inherit;
}

.zUI-bar.card .bar-box .nav p{
	display:none;
}
.zUI-bar.card .bar-box .nav.active p{
	display:block;text-align:center;color:#2bbf71;font-size:18px;margin-top:-10px;
}
.zUI-bar.card .bar-box .nav.active p font{
	font-size:10px;
}
.zUI-bar.card .bar-box .nav dl{
	display:block;
}
.zUI-bar.card .bar-box .nav dl p{
	display:block;
	text-align:center;
	color:#333333;
	font-size:18px;
	margin-top:-10px;
}
.zUI-bar.card .bar-box .nav dl p font{
	font-size:10px;
}
.zUI-bar.card .bar-box .nav.active dl{
	display:none;
}
.zUI-bar.card .bar-box .nav.active{
    border-bottom-color: white;
    color: #333;
	height:30px;
}
.zUI-bar.card .bar-box .nav:last-child .active{
    border-right:none;
}
.zUI-bar.card .bar-box .nav:not(.active){
}

@media all and (min-width: 1201px) {
    .zUI-bar.sm .bar-box{
    	width:1740px;
    	margin:0 auto;
    	height:101px;
    }
    .zUI-bar .sm .bar-box .nav{
    	width:180px;
    	float:left; 
    	cursor:pointer;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .zUI-bar.sm .bar-box{
    	width:99%;
    	margin:0 auto;
    	height:101px;
    }
    .zUI-bar .sm .bar-box .nav{
    	width:180px;
    	float:left; 
    	cursor:pointer;
    }
}


.zUI-bar .sm .bar-box .nav:last-child{
	border-right:none;
}
.zUI-bar.sm .content{
    height: calc(100% - 30px);
	margin:50px auto;
}
.zUI-show{
    display: block !important;
}

.zUI-bar .content{
    width: 100%;
    height: calc(100% - 30px);
    overflow: hidden;
}
.zUI-bar .content .wrap{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: none;
    background: white;
}

@media all and (min-width: 1201px) {
    .slider{ width:100%;  min-width:1230px;  height:610px;  position:relative; overflow:hidden; background:#fff; text-align:center;}
    .slider .bd{ width:1230px; position:absolute; left:50%; margin-left:-865px}
    /*.slider .bd{ width:1230px; position:absolute; left:50%; margin-left:-615px  }*/
    .slider .bd li{ width:1230px;  overflow:hidden;position:relative;}
    .slider .bd li img{ display:block; width:1230px; height:610px;}
    .slider .bd li p{position:absolute;bottom:30px;left:40%;z-index:10;display:block;font-size:22px;color:#fff;}
    .slider .tempWrap{ overflow:visible !important }
    .slider .tempWrap ul{  margin-left:-980px !important;}
    .slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:610px; cursor:pointer;   }
    .slider .prev{left:-50%;margin-left:-615px;}
    .slider .next{left:50%;margin-left:615px;}
    .slider .pnBtn .blackBg{display:block;position:absolute; left:0; top:0; width:100%; height:610px; background:#000; filter:alpha(opacity=50);opacity:0.5;}
    .slider .pnBtn .arrow{/*display:none;*/position:absolute; top:0; z-index:1; width:60px; height:610px;background:#fff;}
    .slider .pnBtn .arrow:hover{filter:alpha(opacity=100);opacity:1;display:block; }
    .bt_jinjie{
    	width:1230px;
    	height:74px;
    	margin:40px auto 0;
    	display:block;
    	z-index:101
    }
    .bt_jinjie dl{
    	width:220px;
    	margin-left:90px;
    	height: 80px;
    	border-right:2px solid #5f5f5f;
    }
    .bt_jinjie dd{
    	width:760px;
    	margin-right:120px;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .slider{ width:100%;  min-width:768px;  height:514px;  position:relative; overflow:hidden; background:#fff; text-align:center;}
    .slider .bd{ width:768px; position:absolute; left:50%; margin-left:-895px}
    /*.slider .bd{ width:1230px; position:absolute; left:50%; margin-left:-615px  }*/
    .slider .bd li{ width:768px;  overflow:hidden;position:relative;}
    .slider .bd li img{ display:block; width:768px; height:514px;}
    .slider .bd li p{position:absolute;bottom:30px;left:40%;z-index:10;display:block;font-size:22px;color:#fff;}
    .slider .tempWrap{overflow:visible !important }
    /*.slider .tempWrap ul{margin-left:-980px !important;}*/
    .slider .tempWrap ul{margin-left:-1020px !important;}
    .slider .pnBtn{position:absolute; z-index:1; top:0; width:100%; height:514px; cursor:pointer;}
    .slider .prev{left:-50%;margin-left:-375px;}
    .slider .next{left:50%;margin-left:375px;}
    .slider .pnBtn .blackBg{display:block;position:absolute; left:0; top:0; width:100%; height:514px; background:#000; filter:alpha(opacity=50);opacity:0.5;}
    .slider .pnBtn .arrow{/*display:none;*/position:absolute; top:0; z-index:1; width:60px; height:514px;background:#fff;}
    .slider .pnBtn .arrow:hover{filter:alpha(opacity=100);opacity:1;display:block; }
    .bt_jinjie{
    	width:99%;
    	height:74px;
    	margin:40px auto 0;
    	display:block;
    	z-index:101
    }
    .bt_jinjie dl{
    	width:220px;
    	margin-left:50px;
    	height: 80px;
    	border-right:2px solid #5f5f5f;
    }
    .bt_jinjie dd{
    	width:760px;
    	margin-right:60px;
    }
}
.slider .prev .arrow{ right:0; background:#fff url(../images/news_left.png) 0 0 no-repeat;background-position:center center;}
.slider .next .arrow{ left:0; background:#fff url(../images/news_eight.png) 0 0 no-repeat;background-position:center center;}


.bt_jinjie dl h5{
	color:#434343;
	display:block;
	font-size:34px;
	font-weight:bold;
	text-align:left;
	margin-top: 8px;
}
.bt_jinjie dl h6{
	font-size:14px;
	font-weight:normal;
	text-align:left;
}

.bt_jinjie dd p{
	text-align:left;
	font-size:18px;
	color:#434343;
	line-height:1.4;
}

/*===========================================================*/
/*工程案例内容页*/
.zUI-bar{
    width: 100%;
    height: 100%;
    color: #3a3a3a;
}
@media all and (min-width: 1201px) {
    .zUI-bar .line .bar-box{
    	width:1750px;
    	margin:0 auto;
    	height:101px;
    }
    .zUI-bar .nav_line .nav{
        cursor: pointer;
        transition: all .2s;
        -webkit-transition: all .2s;
    	width:152px;
    	float:left; 
    	cursor:pointer;
    	border-right:1px solid #ddd;
    }
    .zUI-bar .nav_line{
    	width:1530px;float:right;padding:35px 0 19px 0;border-bottom:1px solid #999898;
    }
    .zUI-bar .nav_line .nav.active p font{
    	 -webkit-text-size-adjust:none;
    	font-size:8px;
    	zoom:0.66;
    }
    .zUI-bar .nav_line .nav p{
    	display:none;
    }
    .zUI-bar .nav_line .nav dl img{
    	position:static;
      +position:relative;
      top:-50%;
      left:-50%;
    }
    .zUI-bar .nav_line .nav dl{
    	display:block;
    	height:30px;
    }
    .zUI-bar .nav_line .nav dl p{
    	display:block;
    	text-align:center;
    	color:#333333;
    	font-size:18px;
    	margin-top:-10px;
    }
    .zUI-bar .nav_line .nav dl p font{
    	-webkit-text-size-adjust:none;
    	font-size:8px;
    	zoom:0.66;
    }
    .zUI-bar .nav_line .nav.active p{
    	display:block;
    	text-align:center;
    	color:#2bbf71;
    	font-size:18px;
    	margin-top:-10px;
    }
    .zUI-bar .nav_line .nav.active dl{
    	display:none;
    }
    .zUI-bar.line .bar-box .nav.active{
        border-bottom-color: #3b97d7;
        color: #2bbf71;
    	height:30px;
    }
    .zUI-bar.md .bar-box{
    	width: 1750px;
    	margin: 0 auto;
    	height: 101px;
    }
    .zUI-bar.md .bar-box .nav{
        min-width: 100px;
        max-width: 150px;
    }
    .zUI-bar.md .content{
        height: calc(100% - 40px);
        width: 91.96006305832895%;
        margin:0 auto;
    }
    .zUI-bar .content1{
        /*width: 100%;*/
    	width: 1750px;
    	margin:0 auto;
        height: calc(100% - 30px);
        overflow: hidden;
    
    }
    .zUI-bar .content .wrap{
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: none;
        background: white;
    }
    .zUI-show{
        display: block!important;
    }
    .wrap_con01_l{
    	width:60%;
    }
    .wrap_con01_l img{
    	width:100%;
    }
    .wrap_con01_r{
    	width:530px;
    	padding:10% 4% 0 2%;
    }
    .wrap_con02 ul li img{
    	width:100%;
    	height:877px;
    }
    .wrap_con03 ul li img{
    	width:100%;
    	height:551px;
    }
    .wrap_con01_r p{
    	line-height:2.4;
    	margin-top:40px;
    	text-align:left;
    }
    .wrap_con02 ul li dl h6{
    	color:#fff;
    	font-size:42px;
    	font-weight:bold;
    	text-align:right;
    	margin-right:40px;
    	margin-top:110px;
    	line-height:2;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .wrap_con02 ul li dl p{
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	color:#fff;
    	font-size:34px;
    	text-align:right;
    	margin-right:40px;
    	line-height:2;
    }
    .wrap_con03 ul li dl h6{
    	color:#fff;
    	/*font-size:36px;*/
    	font-size: 28px;
    	font-weight:bold;
    	text-align:right;
    	margin-right:40px;
    	margin-top:110px;
    	line-height:2;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .wrap_con03 ul li dl p{
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	color:#fff;
    	font-size:26px;
    	text-align:right;
    	margin-right:40px;
    	line-height:2;
    }
    .wrap_con04 ul li dl h6{
    	color:#fff;
    	font-size:30px;
    	font-weight:bold;
    	text-align:right;
    	margin-right:40px;
    	margin-top:50px;
    	line-height:2;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .wrap_con04 ul li dl p{
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	color:#fff;
    	font-size:26px;
    	text-align:right;
    	margin-right:40px;
    	line-height:2;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .zUI-bar .line .bar-box{
    	width: 99%;
    	margin:0 auto;
    	height:101px;
    }
    .zUI-bar .nav_line .nav{
        cursor: pointer;
        transition: all .2s;
        -webkit-transition: all .2s;
    	width: 10%;
    	float:left; 
    	cursor:pointer;
    	border-right:1px solid #ddd;
    }
    .zUI-bar .nav_line{
    	width: 89%;
    	float:right;
    	padding:35px 0 19px 0;
    	border-bottom:1px solid #999898;
    }
    .zUI-bar .nav_line .nav.active p font{
    	 -webkit-text-size-adjust:none;
    	font-size: 6px;
    	zoom:0.66;
    }
    .zUI-bar .nav_line .nav p{
    	display:none;
    }
    .zUI-bar .nav_line .nav dl img{
    	position:static;
      +position:relative;
      top:-50%;
      left:-50%;
    }
    .zUI-bar .nav_line .nav dl{
    	display:block;
    	height:30px;
    }
    .zUI-bar .nav_line .nav dl p{
    	display:block;
    	text-align:center;
    	color:#333333;
    	font-size:18px;
    	margin-top:-10px;
    }
    .zUI-bar .nav_line .nav dl p font{
    	-webkit-text-size-adjust:none;
    	font-size:8px;
    	zoom:0.66;
    }
    .zUI-bar .nav_line .nav.active p{
    	display:block;
    	text-align:center;
    	color:#2bbf71;
    	font-size:14px;
    	margin-top:-5px;
    }
    .zUI-bar .nav_line .nav.active dl{
    	display:none;
    }
    .zUI-bar.line .bar-box .nav.active{
        border-bottom-color: #3b97d7;
        color: #2bbf71;
    	height:30px;
    }
    .zUI-bar.md .bar-box{
    	width: 99%;
    	margin: 0 auto;
    	height: 101px;
    }
    .zUI-bar.md .bar-box .nav{
        width: 9.803921568862745%;
    }
    .zUI-bar.md .content{
        height: calc(100% - 40px);
        width: 99%;
        margin:0 auto;
    }
    .zUI-bar .content1{
        width: 99%;
    	margin:0 auto;
        height: calc(100% - 30px);
        overflow: hidden;
    
    }
    .zUI-bar .content .wrap{
        width: 100%;
        height: 100%;
        overflow-y: auto;
        display: none;
        background: white;
    }
    .zUI-show{
        display: block!important;
    }
    
    .wrap_con01_l{
    	width:60%;
    }
    .wrap_con01_l img{
    	width:100%;
    }
    .wrap_con01_r{
    	width:36%;
    	padding:1% 2% 0 2%;
    }
    .wrap_con02 ul li img{
    	width:100%;
    }
    .wrap_con03 ul li img{
    	width:100%;
    }
    .wrap_con01_r p{
    	line-height:2.4;
    	margin-top:20px;
    	text-align:left;
    }
    .wrap_con02 ul li dl h6{
    	color:#fff;
    	font-size:30px;
    	font-weight:bold;
    	text-align:right;
    	margin-right:30px;
    	margin-top:70px;
    	line-height:2;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .wrap_con02 ul li dl p{
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	color:#fff;
    	font-size:24px;
    	text-align:right;
    	margin-right:30px;
    	line-height:2;
    }
    .wrap_con03 ul li dl h6{
    	color:#fff;
    	font-size:26px;
    	font-weight:bold;
    	text-align:right;
    	margin-right:30px;
    	margin-top:50px;
    	line-height:2;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .wrap_con03 ul li dl p{
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	color:#fff;
    	font-size:20px;
    	text-align:right;
    	margin-right:40px;
    	line-height:2;
    }
    .wrap_con04 ul li dl h6{
    	color:#fff;
    	font-size:26px;
    	font-weight:bold;
    	text-align:right;
    	margin-right:30px;
    	margin-top:20px;
    	line-height:2;
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    }
    .wrap_con04 ul li dl p{
    	transition: all 1s;
    	-webkit-transition: all 1s;
    	-moz-transition: all 1s;
    	-ms-transition: all 1s;
    	-o-transition: all 1s;
    	color:#fff;
    	font-size:20px;
    	text-align:right;
    	margin-right:30px;
    	line-height:2;
    }
}



.wrap_con{
	width:100%;
	margin:20px auto 0;
}
.wrap_con01{
	width:100%;
	margin:0 auto;
}

.wrap_con01_r h4{
	text-align:left;
	font-size:40px;
	font-weight:normal;
	line-height:2;
	color:#000000;
}
.wrap_con01_r h5{
	text-align:left;
	font-size:16px;
	color:#9c9c9c;
	line-height:2;
	/*font-weight:normal;*/
}
.wrap_con01_r span{
	width:124px;
	height:1px;
	background:#5d5d5d;
	display:inline-block;
	text-align:left;
	line-height:2;
	float: left;
}
.wrap_con01_r a{
    width: 100%;
    float: left;
	text-align:left !important;
	font-size:20px;
	font-weight:bold;
	line-height:3;
	color:#000000;
	margin-top: 2px;
}
.wrap_con01_r h6{
	text-align:left !important;
	font-size:20px;
	font-weight:bold;
	line-height:3;
	color:#000000;
	margin-top: 2px;
}
.wrap_con02{
	width:100%;
	margin:0 auto;
}
.wrap_con02 ul{
	width:100%;
	margin:0 auto;
}
.wrap_con02 ul li{
	width:49.9%;
	position:relative;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	float: left;
}
.wrap_con02 ul li:nth-child(2){
    float: right;
}
.wrap_con02 ul li dl{
	display:none;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.wrap_con02 ul li:hover dl{
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:rgba(43,191,113,0.8);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}


/*----------*/
.wrap_con03 ul{
	width:100%;
	margin:0 auto;
}
.wrap_con03 ul li{
	width:33.1533333333%;
	position:relative;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	float: left;
}
.wrap_con03 ul li:nth-child(2){
	margin-left:0.2%;
}
.wrap_con03 ul li:nth-child(3){
	margin-left:0.2%;
}
.wrap_con03 ul li dl{
	display:none;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.wrap_con03 ul li:hover dl{
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:rgba(43,191,113,0.8);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

/*--------------------*/
.wrap_con04 ul{
	width:100%;
	margin:0 auto;
}
.wrap_con04 ul li{
	width:24.8%;
	position:relative;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	float: left;
	margin-left: 0.2%;
}
.wrap_con04 ul li:nth-child(1){
	margin-left:0;
}
.wrap_con04 ul li dl{
	display:none;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.wrap_con04 ul li:hover dl{
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:rgba(43,191,113,0.8);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.wrap_con04 ul li img{
	max-width:100%;
	height:auto;
}

/*===========================================================*/
/*九宫格业务范围*/
.jgg_yewu{
	width: 100%;
	background-image: url(../images/jg_yw_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position-x: center;*/
	margin: 0 auto;
	min-height: 918px;
	overflow: hidden;
	position:relative;
}

.jgg_yewu ul{
	width:33.25%;
	height:918px;
	float:left;
	border-right:1px solid #fff;
}
.jgg_yewu ul:nth-child(3){
	border-right:none;
}
.jgg_yewu>ul>li{
	width:100%;
	height:458px;
	border-top:1px solid #fff;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;

}
/*.jgg_yewu>ul>li:hover{
	background-image:url(../images/jgg_li_on.png);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}*/
.jgg_yewu>ul:nth-child(1)>li:nth-child(1):hover{
	background-image:url(../images/jgg_yw_on01.jpg);
}
.jgg_yewu>ul:nth-child(1)>li:nth-child(2):hover{
	background-image:url(../images/jgg_yw_on02.jpg);
}
.jgg_yewu>ul:nth-child(2)>li:nth-child(1):hover{
	background-image:url(../images/jgg_yw_on03.jpg);
}
.jgg_yewu>ul:nth-child(2)>li:nth-child(2):hover{
	background-image:url(../images/jgg_yw_on04.jpg);
}
.jgg_yewu>ul:nth-child(3)>li:nth-child(1):hover{
	background-image:url(../images/jgg_yw_on05.jpg);
}
.jgg_yewu>ul:nth-child(3)>li:nth-child(2):hover{
	background-image:url(../images/jgg_yw_on06.jpg);
}
.jgg_yewu>ul:nth-child(3)>li:nth-child(3):hover{
	background-image:url(../images/jgg_yw_on07.jpg);
}

.jgg_yewu ul li:nth-child(1){
	border-right:none;
}
.jgg_yewu ul:nth-child(3) li{
	width:100%;
	height:305px;
	border-top:1px solid #fff;
}
.jgg_yewu ul li h6{
	color:#fff;
	font-size:33px;
	font-weight:bold;
	margin-top:60px;
	line-height:2;
	text-align:right;
	padding-right:30px;
}

.jgg_yewu ul li span{
	color:#fff;
	font-size:20px;
	line-height:2;
	text-align:right;
	padding-right:30px;
	float:right;
}
.jgg_yewu ul li p{
	color:#fff;
	font-size:20px;
	line-height:2;
	text-align:right;
	padding-right:30px;
	margin-top:40px;
}
.jgg_yewu ul li dl{
	text-align:right;
	padding-right:30px;
	margin-top:100px;
}

.jgg_yewu ul:nth-child(3) li dl{
	margin-top:20px;
}

/*===========================================================*/
/*企业荣誉*/
@media all and (min-width: 1201px) {
    .rongyu_box{
    	width: 100%;
    	background-image: url(../images/rongyu_bg.jpg);
    	background-size:cover;
    	background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    	min-height:3400px;
    	overflow: hidden;
    	position:relative;
    }
    .rongyu_box .w1650{
    	width:86.70520231213873%;
    	margin:0 auto;
    }
    .rongyu_box .w1650 .dqlm{
    	width:435px;
    	height:120px;
    	padding-top:50px;
    	/*margin-left: 25px;*/
    	margin-left: 0;
    }
    .rongyu_box .w1650 .dqlm h6{
    	font-size:36px;
    	color:#fff;
    	font-weight:bold;
    }
    .rongyu_box .w1650 .dqlm span{
    	width:56px;
    	height:5px;
    	background:#fff;
    	display:inline-block;
    }
    .rongyu_box .w1650 .dqlm p{
    	font-size:28px;
    	color:#fff;
    	line-height:1.6;
    }
    .rongyu_box .w1700{
    	width:1700px;
    	margin:0 auto;
    }
    
    .rongyu_zt{
    	width:1570px;
    	/*float:right;*/
    	/*margin:-40px 0px 0 0;*/
    	margin:-200px auto 0;
    	height:auto;
    }
    /*A*/
    .rongyu_A{
    	width:100%;
    	margin:0 auto;
    	height:850px;
    }
    .rongyu_A_l{
    	width:557px;
    	margin-top:146.5px;
    }
    .rongyu_A_l_t dl{
    	width:141px;
    	height:305px;
    	margin-top:155px;
    }
    .rongyu_A_l_t dl img{
    	width:100%;
    }
    .rongyu_A_l_t ul{
    	width:404px;
    	margin-top:155px;
    }
    .rongyu_A_l_t ul li h6{
    	color:#fff;
    	font-size:22px;
    	font-weight:bold;
    	line-height:1.4;
    }
    .rongyu_A_l_t ul li p{
    	color:#fff;
    	font-size:12px;
    	line-height:1.4;
    }
    .rongyu_A_l_t ul li a{
    	color:#4d4d4d;
    	font-size:12px;
    	line-height:2;
    	font-family: "Microsoft YaHei", "微软雅黑";
    }
    .rongyu_A_l_t ul li a:hover{
    	color:#2bbf71;
    }
    .rongyu_A_r{
    	width:1007px;
    	height:850px;
    }
    
    /*H*/
    .rongyu_h{
    	width:100%;
    	margin:0 auto;
    	height:850px;
    }
    .rongyu_h_l{
    	width:557px;
    }
    .rongyu_h_l dl{
    	width:142px;
    	height:330px;
    	margin-top:350px;
    }
    .rongyu_h_l dl img{
    	width:100%;
    }
    .rongyu_h_l ul{
    	width:404px;
    	margin-top:350px;
    }
    .rongyu_h_l ul li h6{
    	color:#fff;
    	font-size:22px;
    	font-weight:bold;
    	line-height:1.4;
    }
    .rongyu_h_l ul li p{
    	color:#fff;
    	font-size:12px;
    	line-height:1.4;
    }
    .rongyu_h_l ul li a{
    	color:#4d4d4d;
    	font-size:12px;
    	line-height:2;
    	font-family: "Microsoft YaHei", "微软雅黑";
    }
    .rongyu_h_l ul li a:hover{
    	color:#2bbf71;
    }
    .rongyu_h_r{
    	width:1007px;
    	height:850px;
    }
    
    /*D*/
    .rongyu_d{
    	width:100%;
    	margin:0 auto;
    	height:850px;
    }
    .rongyu_d_l{
    	width:557px;
    }
    .rongyu_d_l dl{
    	width:142px;
    	height:330px;
    	margin-top:350px;
    }
    .rongyu_d_l dl img{
    	width:100%;
    }
    .rongyu_d_l ul{
    	width:404px;
    	margin-top:350px;
    }
    .rongyu_d_l ul li h6{
    	color:#fff;
    	font-size:22px;
    	font-weight:bold;
    	line-height:1.4;
    }
    .rongyu_d_l ul li p{
    	color:#fff;
    	font-size:12px;
    	line-height:1.4;
    }
    .rongyu_d_l ul li a{
    	color:#4d4d4d;
    	font-size:12px;
    	line-height:2;
    	font-family: "Microsoft YaHei", "微软雅黑";
    }
    .rongyu_d_l ul li a:hover{
    	color:#2bbf71;
    }
    .rongyu_d_r{
    	width:1007px;
    	height:850px;
    }
    
    /*N*/
    .rongyu_n{
    	width:100%;
    	margin:0 auto;
    	height:850px;
    }
    .rongyu_n_l{
    	width:557px;
    }
    .rongyu_n_l dl{
    	width:142px;
    	height:330px;
    	margin-top:350px;
    }
    .rongyu_n_l dl img{
    	width:100%;
    }
    .rongyu_n_l ul{
    	width:404px;
    	margin-top:350px;
    }
    .rongyu_n_l ul li h6{
    	color:#fff;
    	font-size:22px;
    	font-weight:bold;
    	line-height:1.4;
    }
    .rongyu_n_l ul li p{
    	color:#fff;
    	font-size:12px;
    	line-height:1.4;
    }
    .rongyu_n_l ul li a{
    	color:#4d4d4d;
    	font-size:12px;
    	line-height:2;
    	font-family: "Microsoft YaHei", "微软雅黑";
    }
    .rongyu_n_l ul li a:hover{
    	color:#2bbf71;
    }
    .rongyu_n_r{
    	width:1007px;
    	height:850px;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px){
    .rongyu_box{
    	width: 100%;
    	background-image: url(../images/rongyu_bg.jpg);
    	background-size:cover;
    	background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    	min-height:2400px;
    	overflow: hidden;
    	position:relative;
    }
    .rongyu_box .w1700{
    	width:100%;
    	margin:0 auto;
    }
    
    .rongyu_box .w1700 .dqlm{
    	width:435px;
    	height:120px;
    	padding-top:50px;
    	margin-left: 1%;
    }
    .rongyu_box .w1700 .dqlm h6{
    	font-size:36px;
    	color:#fff;
    	font-weight:bold;
    }
    .rongyu_box .w1700 .dqlm span{
    	width:56px;
    	height:5px;
    	background:#fff;
    	display:inline-block;
    }
    .rongyu_box .w1700 .dqlm p{
    	font-size:28px;
    	color:#fff;
    	line-height:1.6;
    }
    .rongyu_zt{
    	width:98%;
    	margin:-200px auto 0;
    	height:auto;
    }

    /*A*/
    .rongyu_A{
    	width:100%;
    	margin:0 auto;
    	height:700px;
    }
    .rongyu_A_l{
    	/*width:35.47770700636943%;*/
    	width: 50%;
    	margin-top:146.5px;
    }
    .rongyu_A_l_t dl{
    	/*width:141px;*/
    	width: 25.31418312387792%;
    	height:305px;
    	margin-top:155px;
    }
    .rongyu_A_l_t dl img{
    	width:100%;
    }
    .rongyu_A_l_t ul{
    	/*width:404px;*/
    	width: 72.53141831238779%;
    	margin-top:155px;
    }
    .rongyu_A_l_t ul li h6{
    	color:#fff;
    	font-size:22px;
    	font-weight:bold;
    	line-height:1.4;
    }
    .rongyu_A_l_t ul li p{
    	color:#fff;
    	font-size:12px;
    	line-height:1.4;
    }
    .rongyu_A_l_t ul li a{
    	color:#4d4d4d;
    	font-size:12px;
    	line-height:2;
    	font-family: "Microsoft YaHei", "微软雅黑";
    }
    .rongyu_A_l_t ul li a:hover{
    	color:#2bbf71;
    }
    .rongyu_A_r{
    	/*width:64.52229299363057%;*/
    	width: 50%;
    	height:650px;
    	margin-top: 200px;
    }
    
    /*H*/
    .rongyu_h{
    	width:100%;
    	margin:0 auto;
    	height:700px;
    }
    .rongyu_h_l{
    	width: 50%;
    }
    .rongyu_h_l dl{
    	/*width:142px;*/
    	width: 25.31418312387792%;
    	height:330px;
    	margin-top:350px;
    }
    .rongyu_h_l dl img{
    	width:100%;
    }
    .rongyu_h_l ul{
    	/*width:404px;*/
    	width: 72.53141831238779%;
    	margin-top:350px;
    }
    .rongyu_h_l ul li h6{
    	color:#fff;
    	font-size:22px;
    	font-weight:bold;
    	line-height:1.4;
    }
    .rongyu_h_l ul li p{
    	color:#fff;
    	font-size:12px;
    	line-height:1.4;
    }
    .rongyu_h_l ul li a{
    	color:#4d4d4d;
    	font-size:12px;
    	line-height:2;
    	font-family: "Microsoft YaHei", "微软雅黑";
    }
    .rongyu_h_l ul li a:hover{
    	color:#2bbf71;
    }
    .rongyu_h_r{
    	width: 50%;
    	height:650px;
    	margin-top: 150px;
    }
    
    /*D*/
    .rongyu_d{
    	width:100%;
    	margin:0 auto;
    	height:700px;
    }
    .rongyu_d_l{
    	width: 50%;
    }
    .rongyu_d_l dl{
    	/*width:142px;*/
    	width: 25.31418312387792%;
    	height:330px;
    	margin-top:350px;
    }
    .rongyu_d_l dl img{
    	width:100%;
    }
    .rongyu_d_l ul{
    	/*width:404px;*/
    	width: 72.53141831238779%;
    	margin-top:350px;
    }
    .rongyu_d_l ul li h6{
    	color:#fff;
    	font-size:22px;
    	font-weight:bold;
    	line-height:1.4;
    }
    .rongyu_d_l ul li p{
    	color:#fff;
    	font-size:12px;
    	line-height:1.4;
    }
    .rongyu_d_l ul li a{
    	color:#4d4d4d;
    	font-size:12px;
    	line-height:2;
    	font-family: "Microsoft YaHei", "微软雅黑";
    }
    .rongyu_d_l ul li a:hover{
    	color:#2bbf71;
    }
    .rongyu_d_r{
    	width: 50%;
    	height:650px;
    	margin-top: 150px;
    }
    
    /*N*/
    .rongyu_n{
    	width:100%;
    	margin:0 auto;
    	height:700px;
    }
    .rongyu_n_l{
    	width: 50%;
    }
    .rongyu_n_l dl{
    	/*width:142px;*/
    	width: 25.31418312387792%;
    	height:330px;
    	margin-top:350px;
    }
    .rongyu_n_l dl img{
    	width:100%;
    }
    .rongyu_n_l ul{
    	/*width:404px;*/
    	width: 72.53141831238779%;
    	margin-top:350px;
    }
    .rongyu_n_l ul li h6{
    	color:#fff;
    	font-size:22px;
    	font-weight:bold;
    	line-height:1.4;
    }
    .rongyu_n_l ul li p{
    	color:#fff;
    	font-size:12px;
    	line-height:1.4;
    }
    .rongyu_n_l ul li a{
    	color:#4d4d4d;
    	font-size:12px;
    	line-height:2;
    	font-family: "Microsoft YaHei", "微软雅黑";
    }
    .rongyu_n_l ul li a:hover{
    	color:#2bbf71;
    }
    .rongyu_n_r{
    	width: 50%;
    	height:650px;
    	margin-top: 150px;
    }
}


/*===========================================================*/
/*展望未来*/
@media all and (min-width: 1201px) {
    .weilai_box{
    	width: 100%;
    	background-image: url(../images/weilai_bg.jpg);
    	background-repeat: no-repeat;
    	background-size:cover;
    	/*background-position-x: center;*/
    	margin: 0 auto;
    	min-height:918px;
    	overflow: hidden;
    }
    .weilai_box .w1650{
    	/*width:1650px;*/
    	width: 86.70520231213873%;
    	margin:0 auto;
    }
    .weilai_con_l{
    	/*width:320px;*/
    	width: 19.39393939393939%;
    }
    .weilai_con_r{
    	/*width:1299px;*/
    	/*width:81.1875rem;*/
    	width: 78.78787878787879%;
    	/*height:772px;*/
    	height:48.25rem;
    	/*background-image: url(../images/welai_map.png);
    	background-repeat: no-repeat;
    	background-position-x: center;*/
    	position:relative;
    	margin-top:-70px;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px) {
    .weilai_box{
    	width: 100%;
    	background-image: url(../images/weilai_bg.jpg);
    	background-repeat: no-repeat;
    	background-size:cover;
    	/*background-position-x: center;*/
    	margin: 0 auto;
    	min-height:918px;
    	overflow: hidden;
    }
    .weilai_box .w1650{
    	width:99%;
    	margin:0 auto;
    }
    .weilai_con_l{
    	/*width:320px;*/
    	width: 19.39393939393939%;
    }
    .weilai_con_r{
    	/*width:81.1875rem;*/
    	width: 78.72727272727273%;
    	/*height:48.25rem;*/
    	height: auto;
    	min-height: 620px;
    	/*background-image: url(../images/welai_map.png);
    	background-repeat: no-repeat;
    	background-position-x: center;*/
    	position:relative;
    	margin-top:-70px;
    }
}

.weilai_box .w1650 .dqlm{
	width:435px;
	height:120px;
	padding-top:50px;
}
.weilai_box .w1650 .dqlm h6{
	font-size:36px;
	color:#fff;
	font-weight:bold;
}
.weilai_box .w1650 .dqlm span{
	width:56px;
	height:5px;
	background:#fff;
	display:inline-block;
}
.weilai_box .w1650 .dqlm p{
	font-size:28px;
	color:#fff;
	line-height:1.6;
}
.weilai_con{
	width:100%;
	margin:0 auto;
}

/*计数器*/
.weilai_con_l .numCount{ margin: 0 -10px;}
.weilai_con_l .numCount li{float:left;width:100%;text-align:left;margin-left:30px;margin-top:50px;}

.weilai_con_l .numCount li:nth-child(2){margin-top:80px;}
.weilai_con_l .numCount li:nth-child(3){margin-top:80px;}

.weilai_con_l .numCount li .item{ margin: 0 10px;}
.weilai_con_l .numCount li .numU{ line-height:1.3;}
.weilai_con_l .numCount li .numCX{ font-size:30px; color:#2bbf71/*#00a735*/;}
.weilai_con_l .numCount li .numU .unitC{font-size:/*100%*/40px; line-height: 1.2; margin-left: 0.3em;}
.weilai_con_l .numCount li .numU sup{vertical-align: top;}
/*.numCount li .numU sub{vertical-align:baseline;}*/
.weilai_con_l .numCount li .numU sub{vertical-align:top;color:#2bbf71/*#00a735*/;font-size:54px;}
.weilai_con_l .numCount li .indc{color:#fff;font-size:22px;line-height:2;}
@media (max-width:800px){
	.weilai_con_l .numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
	.weilai_con_l .numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.weilai_con_l .numCount{ font-size:0.5vw;}
}


.weilai_con_r ul{
	width:100%;
	margin:0 auto;
}
.weilai_con_r ul li span{
	width:10px;
	height:10px;
	position:absolute;
	top:12.8375rem;
	left:25.5125rem;
	cursor:pointer;
}
.weilai_con_r ul li:nth-child(2) span{
	width:10px;
	height:10px;
	position:absolute;
	top:29.125rem;
	left:26.6875rem;
	cursor:pointer;
}

/*===========================================================*/
/*工程案例首页*/
.case_sy{
	width: 100%;
	background-image: url(../images/case_ny_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position-x: center;*/
	margin: 0 auto;
	min-height: 918px;
	overflow: hidden;
	position:relative;
}

.case_sy ul{
	width:33.25%;
	height:918px;
	float:left;
	border-right:1px solid #fff;
}
.case_sy ul:nth-child(3){
	border-right:none;
}
.case_sy>ul>li{
	width:100%;
	height:305px;
	border-top:1px solid #fff;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;

}
.case_sy>ul>li:hover{
	background-image:url(../images/jgg_li_on.png);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	

}
.case_sy ul li:nth-child(1){
	border-right:none;
}
.case_sy ul:nth-child(3) li{
	width:100%;
	height:229px;
	border-top:1px solid #fff;
}
.case_sy ul li h6{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	margin-top:60px;
	height:60px;
	line-height:60px;
	text-align:right;
	padding-right:30px;
}

.case_sy ul li p{
	color:#fff;
	font-size:20px;
	line-height:40px;
	height:40px;
	text-align:right;
	padding-right:30px;
	float:right;
}
.case_sy ul li dl{
	text-align:right;
	padding-right:30px;
	margin-top:100px;
}
.case_sy ul:nth-child(3) li dl{
	margin-top:45px;
}
.case_sy ul:nth-child(3) li h6{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	margin-top:20px;
	height:60px;
	line-height:60px;
	text-align:right;
	padding-right:30px;
}

.case_sy ul:nth-child(3) li p{
	color:#fff;
	font-size:20px;
	line-height:40px;
	height:40px;
	text-align:right;
	padding-right:30px;
	float:right;
}
/*===========================================================*/
/*九宫格业务修改*/
.new_jgg_yw{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-position-x: center;*/
	margin: 10px auto 0;
	overflow: hidden;
	position: relative;
}
.new_jgg_yw .prot-bg{
    width:100%;
	position: absolute;
    height:100%;
	overflow: hidden;
    left: 0;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
}
.new_jgg_yw .prot-bg img{
    display: block;position: absolute;top: 0; left: 50%;height:100%; width: 100%; margin-left: -50%;
}
.new_jgg_yw .iani{
    animation:ibg 8s ease;
    -webkit-animation:ibg 8s ease;
}
@keyframes ibg{  
    0%{
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity:0.5;
        opacity:0.5;
        transform:scale(1.1) 
    }
    100%{
        filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1; 
        opacity: 1; 
        transform:scale(1) 
    }
}
@-webkit-keyframes ibg{
    0%{
       filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity:0.5;
        opacity:0.5;
        transform:scale(1.1) 
    }
    100%{
        filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1; 
        opacity: 1; 
        transform:scale(1) 
    }
}
.new_jgg_yw .prot,.new_jgg_yw .prot .warp1 ul,.new_jgg_yw .prot .warp2 ul{
	width: 100%;
	height: 100%;
}
.new_jgg_yw .prot .warp1,.new_jgg_yw .prot .warp2{
	width:33.33%;
	height: 100%;
	float: left;
}
.new_jgg_yw .prot div li{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.new_jgg_yw .prot .warp1 li{
	width:100%;
	height:49.97%;
	cursor: pointer;
	background:url(../images/product-bgt.png) center repeat;text-align: right;
}
.new_jgg_yw .prot .warp1 li p,.new_jgg_yw .prot .warp2 li p{
	color: #fff;
	font-size: 20px;
	text-align: right;
}
.new_jgg_yw .prot .warp1 li:last-child{
	height: 50%
}
.new_jgg_yw .prot .warp1 li a,.new_jgg_yw .prot .warp2 li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	padding: 6% 8%;
	position: relative;
	cursor: pointer;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	z-index:2;
}
.new_jgg_yw .prot .warp1 li:nth-child(2) a{
	border-bottom: 0;
}
.new_jgg_yw .prot .warp2 li:nth-child(3) a{
	border-bottom: 0;
}
/*.new_jgg_yw .prot .warp1 li h2,.new_jgg_yw .prot .warp1 li h3,.new_jgg_yw .prot .warp2 li h2,.new_jgg_yw .prot .warp2 li h3{}*/
.new_jgg_yw .prot .warp1 li h2,.new_jgg_yw .prot .warp2 li h2{
	font-size:26px;
	line-height: 40px;
	color: #fff;
}
.new_jgg_yw .prot .warp2 li{
	width: 100%;
	height: 33.33%;
	background:url(../images/product-bgt.png) center repeat;
}
.new_jgg_yw .prot div li h2{
	text-transform: capitalize;
	margin-bottom: 5px;
	text-align: right;
}
.new_jgg_yw .prot .warp1 li h3,.new_jgg_yw .prot .warp2 li h3{
	/*opacity: 0;*/
	position: relative;
	top: 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: right;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	opacity: 1;
	top: 0;
}
/*.new_jgg_yw .prot .warp1 li:hover h3,.new_jgg_yw .prot .warp2 li:hover h3{
	opacity: 1;
	top: 0;
}*/
.new_jgg_yw .prot .warp2 li a{
	padding: 5% 7%;
}
.new_jgg_yw .prot .warp2 li h2{
	line-height: 40px;
}
.new_jgg_yw .prot div li a img{
	display: block;
	position: absolute;
	bottom: 6%;
	right: 5%;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	z-index:1;
}
.new_jgg_yw .prot .warp2 li:hover img,.new_jgg_yw .prot .warp1 li:hover img{
	right:8%;
	opacity: 1;
}
.new_jgg_yw .dpbd{
	display: none;
}
.new_jgg_yw .prot .warp1 li:hover,.new_jgg_yw .prot .warp2 li:hover {
	background:url(../images/gcal_xbg.png) center repeat;
}

/*================================================*/
/*工程案例首页-修改*/
.new_case{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position-x: center;*/
	margin: 10px auto 0;
	overflow: hidden;
	position: relative;
}
.new_case .prot-bg{
    width:100%;
	position: absolute;
    height:100%;
	overflow: hidden;
    left: 0;
	top: 0;
	z-index: -1;
}
.new_case .prot-bg img{
    display: block;
	position: absolute;
	top: 0; 
	left: 50%;
	height:100%; 
	width: 100%; 
	margin-left: -50%;
}
.new_case .iani{
    animation:ibg 8s ease;
    -webkit-animation:ibg 8s ease;
}
@keyframes ibg{  
    0%{
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity:0.5;
        opacity:0.5;
        transform:scale(1.1) 
    }
    100%{
        filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1; 
        opacity: 1; 
        transform:scale(1) 
    }
}
@-webkit-keyframes ibg{
    0%{
       filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity:0.5;
        opacity:0.5;
        transform:scale(1.1) 
    }
    100%{
        filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1; 
        opacity: 1; 
        transform:scale(1) 
    }
}
.new_case .prot,.new_case .prot .warp1 ul,.new_case .prot .warp2 ul{
	width: 100%;
	height: 100%;
}
.new_case .prot .warp1,.new_case .prot .warp2{
	width:33.33%;
	height: 100%;
	float: left;
}
.new_case .prot div li{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.new_case .prot .warp1 li{
	width:100%;
	height:33%;
	cursor: pointer;
	background:url(../images/product-bgt.png) center repeat;
	text-align: right;
}
.new_case .prot .warp1 li:last-child{
	height: 34%;
}
.new_case .prot .warp1 li a,.new_case .prot .warp2 li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	padding: 6% 8%;
	position: relative;
	cursor: pointer;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	z-index:2;
}
.new_case .prot .warp1 li:nth-child(3) a{
	border-bottom: 0;
}
.new_case .prot .warp2 li:nth-child(4) a{
	border-bottom: 0;
}
.new_case .prot .warp1 li h2,.new_case .prot .warp1 li h3,.new_case .prot .warp2 li h2,.new_case .prot .warp2 li h3{
	font-size:22px;
	line-height: 40px;
	color: #fff;
}
.new_case .prot .warp2 li{
	width: 100%;
	height: 25%;
	cursor: pointer;
	background:url(../images/product-bgt.png) center repeat;
	text-align: right;
}
.new_case .prot div li h2{
	text-transform: capitalize;
	margin-bottom: 5px;
	text-align: right;
}
.new_case .prot .warp1 li h3,.prot .warp2 li h3{
	/*opacity: 0;*/
	position: relative;
	/*top: 20px;*/
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: right;
	opacity: 1;
	top: 0;
	display: block;
}
/*.new_case .prot .warp1 li:hover h3,.new_case .prot .warp2 li:hover h3{
	opacity: 1;
	top: 0;
}*/
.new_case .prot .warp2 li a{
	padding: 5% 7%;
}
.new_case .prot .warp2 li h2{
	line-height: 40px;
	font-size:22px;
	font-weight:lighter;
}
.new_case .prot .warp2 li h3,.new_case .prot .warp1 li h3{
	font-size:28px;
	font-weight:bold;
}
.new_case .prot div li a img{
	display: block;
	position: absolute;
	bottom: 6%;
	right: 5%;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	z-index:1;
}
.new_case .prot .warp2 li:hover img,.new_case .prot .warp1 li:hover img{
	right:8%;
	opacity: 1
}
.new_case .dpbd{
	display: none;
}
.new_case .prot .warp1 li:hover,.new_case .prot .warp2 li:hover {
	background:url(../images/gcal_xbg.png) center repeat;
}

/*===========================================================================*/
/*设计研究院简介*/
@media all and (min-width: 1201px) {
    .sjy_about{
    	width:100%;
    	height:auto;
    	background:url(../images/sjy_bg.jpg) /*center  no-repeat*/;
        background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    	min-height:920px;
    }
    .w1470{
    	width:1470px;
    	height:auto;
    	margin:0px auto;
    	padding-top:110px;
    }
    .sjy_title h6{
    	color:#fff;
    	text-align:center;
    	font-size:58px;
    	font-weight:bold;
    	letter-spacing:4px
    }
    .sjy_title span{
    	display:block;
    	/*width:490px;*/
    	width:320px;
    	height:28px;
    	background:#2bbf71;
    	margin:-20px auto 0;
    	text-align:center;
    }
    .sjy_title p{
    	color:#fff;
    	text-align:center;
    	/*font-size:39px;*/
    	font-size:32px;
    	font-weight:bold;
    	letter-spacing:2px;
    	line-height:2;
    }
    .sjy_con{
    	width:100%;
    	margin:50px auto 0;
    }
    .sjy_con p{
    	color:#fff;
    	/*line-height:63px;*/
    	line-height:2;
    	font-size:24px;
    	letter-spacing:2px
    }
}

@media all and (min-width: 980px) and (max-width: 1200px){
    .sjy_about{
    	width:100%;
    	height:auto;
    	background:url(../images/sjy_bg.jpg) /*center  no-repeat*/;
        background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    	min-height:740px;
    }
    .w1470{
    	width:90%;
    	height:auto;
    	margin:0px auto;
    	padding-top:50px;
    }
    .sjy_title h6{
    	color:#fff;
    	text-align:center;
    	font-size:50px;
    	font-weight:bold;
    	letter-spacing:4px
    }
    .sjy_title span{
    	display:block;
    	width:440px;
    	height:28px;
    	background:#2bbf71;
    	margin:-20px auto 0;
    	text-align:center;
    }
    .sjy_title p{
    	color:#fff;
    	text-align:center;
    	font-size:32px;
    	font-weight:bold;
    	letter-spacing:2px;
    	line-height:2;
    }
    .sjy_con{
    	width:100%;
    	margin:30px auto 0;
    }
    .sjy_con p{
    	color:#fff;
    	line-height:1.8;
    	font-size:20px;
    	letter-spacing:2px
    }
}

.sjy_title{
	width:100%;
	margin:0 auto;
}

/*设计团队*/
@media all and (min-width: 1201px) {
    .design{
    	width:100%;
    	background: #c9e6d2;
    	padding-bottom: 50px;
    	margin:50px auto 0;
    }
    .design_tit{
    	width:100%;
    	height:155px;
    	background:url(../images/tit_bg.jpg) /*center  no-repeat*/;
    	background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    }
    .sjytit_box{
    	width:1470px;
    	margin:0 auto;
    	/*margin-left:60px;
    	margin-left:110px;*/
    }
    .sjytit_box h6{
    	font-size:46px;
    	font-weight:bold;
    	line-height:155px;
    }
    .sjytit_box span{
    	font-size:34px;
    	font-weight:normal;
    	line-height:2;
    	margin:55px 0 0 15px;
    }
    .design_con{
    	width:100%;
    	margin:50px auto 0;
    }
    .design_con ul{
    	width:1470px;
    	margin:0 auto;
    }
    .design_con ul li{
    	/*width:263px;
    	height:324px;*/
    	width:220px;
    	height:271px;
    	float:left;
    	margin-left:30px;
    	position:relative;
    }
    .design_con ul li img{
    	width:220px;
    	height:271px;
    }
    .design_con ul li a{
    	width:220px;
    	height:271px;
    	margin:0 auto;
    	display:block;
    }
    .design_con ul li:nth-child(7), .design_con ul li:nth-child(8), .design_con ul li:nth-child(9), .design_con ul li:nth-child(10), .design_con ul li:nth-child(11), .design_con ul li:nth-child(12){
    	margin-top:40px;
    }
    .design_con ul li .li_tit{
    	position: absolute;
    	left:0;
    	bottom:18px;
    }
    .design_con ul li .li_tit h6{
    	font-size:24px;
    	font-weight:bold;
    	line-height:1.6;
    	margin-left:20px;
    	color:#fff;
    }
    .design_con ul li .li_tit p{
    	font-size:12px;
    	font-weight:normal;
    	margin-left:20px;
    	color:#fff;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px){
    .design{
    	width:100%;
    	background: #c9e6d2;
    	padding-bottom: 30px;
    	margin:34px auto 0;
    }
    .design_tit{
    	width:100%;
    	height:98px;
    	background:url(../images/tit_bg.jpg) /*center  no-repeat*/;
    	background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    }
    .sjytit_box{
    	/*width:1470px;*/
    	width: 90%;
    	margin:0 auto;
    }
    .sjytit_box h6{
    	font-size:36px;
    	font-weight:bold;
    	line-height:98px;
    }
    .sjytit_box span{
    	font-size:28px;
    	font-weight:normal;
    	line-height:2;
    	margin:25px 0 0 15px;
    }
    .design_con{
    	width:100%;
    	margin:30px auto 0;
    }
    .design_con ul{
    	width: 90%;
    	margin:0 auto;
    }
    .design_con ul li{
    	/*width:220px;
    	height:271px;*/
    	width: 15%;
    	height: auto;
    	float:left;
    	margin-left:1%;
    	position:relative;
    }
    .design_con ul li img{
    	width: 100%;
    }
    .design_con ul li a{
    	width: 100%;
    	height: auto;
    	margin:0 auto;
    	display:block;
    }
    .design_con ul li:nth-child(7), .design_con ul li:nth-child(8), .design_con ul li:nth-child(9), .design_con ul li:nth-child(10), .design_con ul li:nth-child(11), .design_con ul li:nth-child(12){
    	margin-top:20px;
    }
    .design_con ul li .li_tit{
    	position: absolute;
    	left:0;
    	bottom:18px;
    }
    .design_con ul li .li_tit h6{
    	font-size:24px;
    	font-weight:bold;
    	line-height:1.6;
    	margin-left:20px;
    	color:#fff;
    }
    .design_con ul li .li_tit p{
    	font-size:12px;
    	font-weight:normal;
    	margin-left:20px;
    	color:#fff;
    }
}

.design_con ul li:first-child{
	margin-left:0;
}
.design_con ul li:nth-child(7){
	margin-left:0;
}
.design_con ul li:nth-child(1) .li_tit h6, .design_con ul li:nth-child(2) .li_tit h6{
	color:#000000;
}
.design_con ul li:nth-child(1) .li_tit p, .design_con ul li:nth-child(2) .li_tit p{
	color:#000000;
}
    
/*专家团队*/
@media all and (min-width: 1201px) {
    .expert{
    	width:100%;
    	margin:60px auto 0;
    }
    .expert_con{
    	width:100%;
    	height:auto;
    	margin:0 auto;
    }
    .expert_con ul{
    	width:1470px;
    	height:auto;
    	margin:0 auto;
    }
    .expert_con ul li{
    	width:490px;
    	height:auto;
    	float:left;
    	margin:40px 0 0 0px;
    }
    .expert_con ul li .expert_con_tit{
    	width:100%;
    }
    .expert_con ul li .expert_con_tit span{
    	width:8px;
    	height:61px;
    	background:#2bbf71;
    	display:block;
    }
    .expert_con ul li .expert_con_tit h6{
    	font-size:30px;
    	margin-left:20px;
    }
    .expert_con ul li .expert_con_tit p{
    	margin:5px 0 0 20px;
    }
    .expert_con ul li .expert_con_c{
    	width:100%;
    	margin:10px auto 0;
    }
    .expert_con ul li .expert_con_c p{
    	margin-left:20px;
    	line-height:1.8;
    	font-size:20px;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px) {
    .expert{
    	width:100%;
    	margin:30px auto 0;
    }
    .expert_con{
    	width:100%;
    	height:auto;
    	margin:0 auto;
    }
    .expert_con ul{
    	/*width:1470px;*/
    	width: 90%;
    	height:auto;
    	margin:0 auto;
    }
    .expert_con ul li{
    	/*width:490px;*/
    	width: 33%;
    	height:auto;
    	float:left;
    	margin:30px 0 0 0px;
    }
    .expert_con ul li .expert_con_tit{
    	width:100%;
    }
    .expert_con ul li .expert_con_tit span{
    	width:8px;
    	height:61px;
    	background:#2bbf71;
    	display:block;
    }
    .expert_con ul li .expert_con_tit h6{
    	font-size:26px;
    	margin-left:20px;
    }
    .expert_con ul li .expert_con_tit p{
    	margin:5px 0 0 20px;
    }
    .expert_con ul li .expert_con_c{
    	width:100%;
    	margin:10px auto 0;
    }
    .expert_con ul li .expert_con_c p{
    	margin-left:20px;
    	line-height:1.8;
    	font-size:16px;
    }
}
/*战略合作*/
@media all and (min-width: 1201px) {
    .strategic{
    	width:100%;
    	margin:60px auto 0;
    }
    .strategic_con{
    	width:100%;
    	height:auto;
    	margin:0 auto;
    }
    .strategic_box{
    	width:1470px;
    	height:auto;
    	margin:0 auto;
    	padding:50px 0;
    }
    .strategic_box ul{
    	width:30%;
    	float:left;
    	margin-left:3%;
    }
    .strategic_box ul li{
    	font-size:20px;
    	line-height:2;
    }
}
@media all and (min-width: 980px) and (max-width: 1200px) {
    .strategic{
    	width:100%;
    	margin:40px auto 0;
    }
    .strategic_con{
    	width:100%;
    	height:auto;
    	margin:0 auto;
    }
    .strategic_box{
    	/*width:1470px;*/
    	width: 90%;
    	height:auto;
    	margin:0 auto;
    	padding:40px 0;
    }
    .strategic_box ul{
    	width:30%;
    	float:left;
    	margin-left:3%;
    }
    .strategic_box ul li{
    	font-size:18px;
    	line-height:2;
    }
}
/*===========================================================================*/
/*设计荣誉*/
@media all and (min-width: 1201px) {
    .sjry{
    	width:100%;
    	height:auto;
    	background:url(../images/sjry_big_bg.jpg) /*center  no-repeat*/;
    	background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    	min-height: 1300px;
    }
    .w1505{
    	width:1505px;
    	height:auto;
    	margin:0px auto;
    	padding-top:50px;
    }
    .sjry_title{
    	width:100%;
    	margin:0 auto;
    }
    .sjry_title h6{
    	color:#fff;
    	font-size:48px;
    }
    .sjry_title p{
    	color:#fff;
    	font-size:24px;
    	font-weight:lighter;
    	letter-spacing:1px;
    	line-height:1.8;
    }
    .sjry_con{
    	width:100%;
    	margin:0 auto;
    }
    
    .tabBar{
    	width:100%;
    }
    .tabBar .bd{
    	/*border:1px solid #C8D1D5; 
    	padding:10px 40px 0 40px; */
    	clear:both; 
    	position:relative; 
    	height:1070px; 
    	/*overflow:hidden;*/
    }
    .tabBar .bd .conWrap{ width:1505px;  }
    .tabBar .prev,.tabBar .next{ position:absolute; left:10px; top:464px; }
    .tabBar .next{ left:auto; right:10px;top:539px; }
    .tabBar .prev{left:-90px;}
    .tabBar .prevStop,.tabBar .nextStop{ display:none;  }
    /*.tabBar .bd p{ padding-bottom:10px  }*/
    .tabBar .bd .con ul{
    	width:100%;
    	height:auto;
    	margin:0 auto;
    }
    .tabBar .bd .con ul li{
    	width:1358px;
    	height:70px;
    	padding:0px;
    	margin-top:50px;
    }
    .tabBar .bd .con ul li p{
    	color:#fff;
    	font-size:22px;
    	margin-left:60px;
    	line-height: 35px;
    }
    
    .tabBar .bd .con ul li:nth-child(1){
    	background:url(../images/sjry_bg01.png) center  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(2){
    	background:url(../images/sjry_bg02.png) center  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(3){
    	background:url(../images/sjry_bg03.png) center  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(4){
    	background:url(../images/sjry_bg04.png) center  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(5){
    	background:url(../images/sjry_bg05.png) center  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(6){
    	background:url(../images/sjry_bg06.png) center  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(7){
    	background:url(../images/sjry_bg07.png) center  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(8){
    	background:url(../images/sjry_bg08.png) center  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(9){
    	background:url(../images/sjry_bg09.png) center  no-repeat;
    }
    
    .tabBar .bd .con1 ul li{
    	width:1505px;
    	/*height:75px;
    	padding:30px 0px;*/
    	margin-top:50px;
    	height:70px;
    }
    .tabBar .bd .con1 ul li p{
    	color:#fff;
    	font-size:22px;
    	margin-left:88px;
    	line-height:70px;
    }
    .tabBar .bd .con1 ul li:nth-child(1){
    	background:url(../images/sjry_bg10.png) center  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(2){
    	background:url(../images/sjry_bg11.png) center  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(3){
    	background:url(../images/sjry_bg12.png) center  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(4){
    	background:url(../images/sjry_bg13.png) center  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(5){
    	background:url(../images/sjry_bg14.png) center  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(6){
    	background:url(../images/sjry_bg15.png) center  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(7){
    	background:url(../images/sjry_bg16.png) center  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(8){
    	background:url(../images/sjry_bg17.png) center  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(9){
    	background:url(../images/sjry_bg18.png) center  no-repeat;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .sjry{
    	width:100%;
    	height:auto;
    	background:url(../images/sjry_big_bg.jpg) /*center  no-repeat*/;
    	background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    	min-height: 1300px;
    }
    .w1505{
    	/*width:1505px;*/
    	width: 99%;
    	height:auto;
    	margin:0px auto;
    	padding-top:50px;
    }
    .sjry_title{
    	width:80%;
    	margin:0 auto;
    }
    .sjry_title h6{
    	color:#fff;
    	font-size:42px;
    }
    .sjry_title p{
    	color:#fff;
    	font-size:20px;
    	font-weight:lighter;
    	letter-spacing:1px;
    	line-height:1.8;
    }
    .sjry_con{
    	/*width:100%;*/
    	width: 80%;
    	margin:0 auto;
    }
    
    .tabBar{
    	width:100%;
    }
    .tabBar .bd{
    	clear:both; 
    	position:relative; 
    	height:1070px; 
    }
    .tabBar .bd .conWrap{
        width: 100%;
    }
    .tabBar .prev,.tabBar .next{
        position:absolute; 
        left:10px; 
        top:464px; 
    }
    .tabBar .next{
        left:auto; 
        right:10px;
        top:539px;
    }
    .tabBar .prev{
        left:-90px;
    }
    .tabBar .prevStop,.tabBar .nextStop{ display:none;  }
    /*.tabBar .bd p{ padding-bottom:10px  }*/
    .tabBar .bd .con ul{
    	width:100%;
    	height:auto;
    	margin:0 auto;
    }
    .tabBar .bd .con ul li{
    	/*width: 800px;*/
    	width: 90%;
    	height:70px;
    	padding:0px;
    	margin-top:50px;
    }
    .tabBar .bd .con ul li p{
    	color:#fff;
    	font-size:22px;
    	margin-left:60px;
    	line-height: 35px;
    }
    
    .tabBar .bd .con ul li:nth-child(1){
    	background:url(../images/sjry_bg01.png) left  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(2){
    	background:url(../images/sjry_bg02.png) left  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(3){
    	background:url(../images/sjry_bg03.png) left  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(4){
    	background:url(../images/sjry_bg04.png) left  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(5){
    	background:url(../images/sjry_bg05.png) left  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(6){
    	background:url(../images/sjry_bg06.png) left  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(7){
    	background:url(../images/sjry_bg07.png) left  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(8){
    	background:url(../images/sjry_bg08.png) left  no-repeat;
    }
    .tabBar .bd .con ul li:nth-child(9){
    	background:url(../images/sjry_bg09.png) left  no-repeat;
    }
    
    .tabBar .bd .con1 ul li{
    	/*width:1505px;*/
    	width: 100%;
    	/*height:75px;
    	padding:30px 0px;*/
    	margin-top:50px;
    	height:70px;
    }
    .tabBar .bd .con1 ul li p{
    	color:#fff;
    	font-size:22px;
    	margin-left:88px;
    	line-height:70px;
    }
    .tabBar .bd .con1 ul li:nth-child(1){
    	background:url(../images/sjry_bg10.png) left  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(2){
    	background:url(../images/sjry_bg11.png) left  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(3){
    	background:url(../images/sjry_bg12.png) left  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(4){
    	background:url(../images/sjry_bg13.png) left  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(5){
    	background:url(../images/sjry_bg14.png) left  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(6){
    	background:url(../images/sjry_bg15.png) left  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(7){
    	background:url(../images/sjry_bg16.png) left  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(8){
    	background:url(../images/sjry_bg17.png) left  no-repeat;
    }
    .tabBar .bd .con1 ul li:nth-child(9){
    	background:url(../images/sjry_bg18.png) left  no-repeat;
    }
}

/*============================================================================*/
/*设计荣誉详情页*/
@media all and (min-width: 1201px) {
    .sjry_xqy{
    	width:100%;
    	height:auto;
    	background:url(../images/sjy_ny_bg.jpg) top center  no-repeat;
    	margin: 0 auto;
    	/*min-height: 2064px;*/
    	min-height: 900px;
    	background-size:cover;
    }
    .w1510{
    	width:1510px;
    	margin:0px auto;
    	/*padding-top:250px;*/
    	padding:100px 0;
    }
    .xqy_tit{
    	width:100%;
    	margin:0 auto;
    }
    .xqy_tit h6{
    	text-align:center;
    	font-size:36px;
    	font-weight:lighter;
    }
    .xqy_con{
    	width:100%;
    	margin:50px auto 0;
    }
    .xqy_con p{
    	font-size:25px;
    	line-height:2.4;
    	letter-spacing:2px;
    }
    .xqy_page ul li{
    	width:50%;
    	height:41px;
    	float:left;
    	font-size:20px;
    	line-height:41px;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .sjry_xqy{
    	width:100%;
    	height:auto;
    	background:url(../images/sjy_ny_bg.jpg) top center  no-repeat;
    	margin: 0 auto;
    	min-height: 900px;
    	background-size:cover;
    }
    .w1510{
    	width: 85%;
    	margin:0px auto;
    	padding:100px 0;
    }
    .xqy_tit{
    	width:100%;
    	margin:0 auto;
    }
    .xqy_tit h6{
    	text-align:center;
    	font-size:36px;
    	font-weight:lighter;
    }
    .xqy_con{
    	width:100%;
    	margin:50px auto 0;
    }
    .xqy_con p{
    	font-size:25px;
    	line-height:2.4;
    	letter-spacing:2px;
    }
    .xqy_con img{
    	width:100%;
    }
    .xqy_page ul li{
    	width:50%;
    	height:41px;
    	float:left;
    	font-size:16px;
    	line-height:41px;
    }
}


.xqy_page{
	width:100%;
	margin:100px auto 0;
}
.xqy_page ul{
	width:100%;
	margin:0 auto 0;
}
.xqy_page ul li img{
	vertical-align: top;
}
.xqy_page ul li:nth-child(2){
	text-align:right;
}
.news_xqy{
	width:100%;
	height:auto;
	margin: 0 auto;
	min-height: 900px;
	background-size:cover;
}
.news_xqy img{
	height:auto;
	margin: 0 auto;
}/*-------*/
.case_xqy{
	width:100%;
	height:auto;
	/*background:url(../images/sjy_ny_bg.jpg) top center  no-repeat;*/
	margin: 0 auto;
	/*min-height: 2064px;*/
	min-height: 900px;
	background-size:cover;
}
/*============================================================================*/
/*学术研究*/
@media all and (min-width: 1201px) {
    .sjy_xsyj{
    	width:100%;
    	height:auto;
    	background:url(../images/xsyj_bg.jpg) /*center  no-repeat*/;
    	background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    	min-height: 800px;
    }
    .w1357{
    	width:1357px;
    	margin:0px auto;
    	padding-top:50px;
    }
    .xsyj_title{
    	width:100%;
    	margin:0 auto;
    }
    .xsyj_title h6{
    	color:#fff;
    	font-size:48px;
    }
    .xsyj_title p{
    	color:#fff;
    	font-size:24px;
    	font-weight:lighter;
    	letter-spacing:1px;
    	line-height:1.8;
    }
    .xsyj_con{
    	width:100%;
    	margin:0 auto;
    }
    .xsyj_con ul{
    	width:100%;
    	margin:0 auto;
    }
    .xsyj_con ul li{
    	width:1357px;
    	height:40px;
    	margin:50px auto 0;
    }
    .xsyj_con ul li p{
    	line-height:40px;
    	color:#fff;
    	font-size:21px;
    	margin-left:30px;
    }
    .xsyj_con ul li:nth-child(1){
    	background:url(../images/sjy_ny_bg01.png) center  no-repeat;
    }
    .xsyj_con ul li:nth-child(2){
    	background:url(../images/sjy_ny_bg02.png) center  no-repeat;
    }
    .xsyj_con ul li:nth-child(3){
    	background:url(../images/sjy_ny_bg03.png) center  no-repeat;
    }
    .xsyj_con ul li:nth-child(4){
    	background:url(../images/sjy_ny_bg04.png) center  no-repeat;
    }
    .xsyj_con ul li:nth-child(5){
    	background:url(../images/sjy_ny_bg05.png) center  no-repeat;
    }
    .xsyj_page{
    	width:100%;
    	margin:50px auto 0;
    }
    .page_box{
    	width:110px;
    	height:98px;
    	margin:0 auto;
    }
    .page_box  dl{
    	width:47px;
    	height:37px;
    	margin:0 auto;
    }
    .page_box dl img{
    	width:47px;
    	height:37px;
    	margin:0 auto;
    }
    .page_box p{
    	text-align:center;
    	font-size:32px;
    	color:#004d53;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px){
    .sjy_xsyj{
    	width:100%;
    	height:auto;
    	background:url(../images/xsyj_bg.jpg);
    	background-repeat: no-repeat;
    	background-size:cover;
    	margin: 0 auto;
    	min-height: 800px;
    }
    .w1357{
    	/*width:1357px;*/
    	width: 80%;
    	margin:0px auto;
    	padding-top:50px;
    }
    .xsyj_title{
    	width:100%;
    	margin:0 auto;
    }
    .xsyj_title h6{
    	color:#fff;
    	font-size:42px;
    }
    .xsyj_title p{
    	color:#fff;
    	font-size:20px;
    	font-weight:lighter;
    	letter-spacing:1px;
    	line-height:1.8;
    }
    .xsyj_con{
    	width:100%;
    	margin:0 auto;
    }
    .xsyj_con ul{
    	width:100%;
    	margin:0 auto;
    }
    .xsyj_con ul li{
    	/*width:1357px;*/
    	width:100%;
    	height:40px;
    	margin:50px auto 0;
    }
    .xsyj_con ul li p{
    	line-height:40px;
    	color:#fff;
    	font-size:21px;
    	margin-left:30px;
    }
    .xsyj_con ul li:nth-child(1){
    	background:url(../images/sjy_ny_bg01.png) left  no-repeat;
    }
    .xsyj_con ul li:nth-child(2){
    	background:url(../images/sjy_ny_bg02.png) left  no-repeat;
    }
    .xsyj_con ul li:nth-child(3){
    	background:url(../images/sjy_ny_bg03.png) left  no-repeat;
    }
    .xsyj_con ul li:nth-child(4){
    	background:url(../images/sjy_ny_bg04.png) left  no-repeat;
    }
    .xsyj_con ul li:nth-child(5){
    	background:url(../images/sjy_ny_bg05.png) left  no-repeat;
    }
    .xsyj_page{
    	width:100%;
    	margin:50px auto 0;
    }
    .page_box{
    	width:110px;
    	height:98px;
    	margin:0 auto;
    }
    .page_box  dl{
    	width:47px;
    	height:37px;
    	margin:0 auto;
    }
    .page_box dl img{
    	width:47px;
    	height:37px;
    	margin:0 auto;
    }
    .page_box p{
    	text-align:center;
    	font-size:32px;
    	color:#004d53;
    }
}



/*======================================================*/

/*项目案例*/
.xmanli{
	width:100%;
	margin:50px auto 0;
}
.xmanli .w1650{
	/*width:1650px;*/
    width: 86.70520231213873%;
	margin:0 auto;
	position:relative;
}
.right_flei{
	width:280px;
	height:395px;
	background:#2bbf71;
	border-radius:18px;
	position:absolute;
	right:0;
	top:-55px;
	z-index:1;
}
.flei_box{
	padding:20px 15px;
}
.flei_tit{
	width:100%;
	margin:0 auto;
}
.flei_tit h6{
	color:#fff;
	font-size:32px;
}
.flei_tit p{
	color:#fff;
	font-size:20px;
	line-height:2;
}
.flei_tit img{
	width:31px;
	height:13px;
	vertical-align: middle;
	margin-top:13px;
}
.flei_con{
	width:100%;
	margin:20px auto 0;
}
.flei_con ul{
	width:100%;
	margin:0 auto;
}
.flei_con ul li{
	width:100%;
	margin:0 auto;
	border-top:1px solid #d7f3e4;
	line-height:2;
	font-size:20px;
}
.flei_con ul li a{
	color:#fff;
}
.flei_con ul li a:hover{
	color:#909391;
}
.xmanli_tit{
	width:785px;
	height:110px;
	background:url(../images/anli_tit_bg.png) center  no-repeat;
}
.xmanli_tit h6{
	color:#fff;
	font-size:44px;
	margin-left:20px;
	line-height:110px;
}
.xmanli_tit p{
	color:#fff;
	font-size:32px;
	margin-left:20px;
	margin-top:40px;
}
.xmanli_con{
	width:100%;
	/*margin:50px auto 0;*/
	margin:0px auto 0;
}
.w3cFocus{
	width:100%;
	position:relative;
	height:auto;
	padding:10px 0;
}
.w3cFocus .prev,.w3cFocus .next{
	position:absolute;
	display:block;
	left:10px; 
	/*top:580px;*/
	top:45%;
	width:36px; 
	height:47px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.w3cFocus .prev{
	left:auto;
	left:10px; 
	background:url(../images/flei_left.png) no-repeat;
}
.w3cFocus .next{
	left:auto; 
	right:10px;
	background:url(../images/flei_right.png) no-repeat;
}
.w3cFocus .prev:hover,.w3cFocus .next:hover{
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
}
.w3cFocusIn{
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto; 
	overflow:hidden;
}
.w3cFocusIn .bd li{
	width:100%;
	margin:0 auto;
}
.w3cFocusIn .bd li .zmal_con{
	width:49.7%;
	float:left;
	margin: 50px 0;
}
.w3cFocusIn .bd li .zmal_con dl{
	width:100%;
	margin:0 aut;
}
.w3cFocusIn .bd li .zmal_con dl img{
	width:100%;
}
.w3cFocusIn .bd li .zmal_con h6{
	color:#2bbf71;
	font-size:24px;
	margin-top:10px;
}
.w3cFocusIn .bd li .zmal_con p{
	line-height:2;
}
.w3cFocusIn .bd li .zmal_con:nth-child(2){
	float:right;
}
.w3cFocusIn .bd li .zmal_con:nth-child(3){
	margin-top:0px;
	/*margin-bottom:50px;*/
}
.w3cFocusIn .bd li .zmal_con:nth-child(4){
	float:right;
	margin-top:0px;
	/*margin-bottom:50px;*/
}
/*======================================================*/
/*项目案例内页*/
@media all and (min-width: 1201px) {
    .xmanliny{
    	width:100%;
    	height:auto;
    	margin:0 auto;
    }
    .w16502{
    	/*width:1650px;*/
        width: 86.70520231213873%;
    	height:auto;
    	margin:0 auto;
    	padding:50px 0 55px 0;
    }
    .xmanliny_tit{
    	width:100%;
    	height:118px;
    	margin:0 auto;
    }
    .xmanliny_tit dl{
    	width:13px;
    	height:118px;
    	background:#2bbf71;
    }
    .xmanliny_tit dd{
    	margin-left:18px;
    }
    .xmanliny_tit dd h6{
    	font-size:56px;
    }
    .xmanliny_tit dd p{
    	font-size:36px;
    	font-weight:lighter;
    }
    .xmanliny_con{
    	width:100%;
    	height:895px;
    	margin:50px auto 0;
    }
    .xmanliny_con_l{
    	/*width:1200px;*/
    	width: 72.72727272727273%;
    	margin:50px 0 0 0
    }
    .xmanliny_con_l .slideBox{ width:100%; /*height:753px;*/height:auto; overflow:hidden; position:relative;}
    .xmanliny_con_l .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:40px; bottom:22px; z-index:1; }
    .xmanliny_con_l .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
    .xmanliny_con_l .slideBox .hd ul li{ float:left; margin-right:12px;  width:15px; height:15px;border-radius:50%; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
    .xmanliny_con_l .slideBox .hd ul li.on{ background:#aaaaaa;}
    .xmanliny_con_l .slideBox .bd{ position:relative; height:100%; z-index:0;   }
    .xmanliny_con_l .slideBox .bd li{ zoom:1; vertical-align:middle; }
    /*.xmanliny_con_l .slideBox .bd img{ width:1200px; height:753px; display:block;}*/
    .xmanliny_con_l .slideBox .bd img{ width:100%; display:block;}
    
    .xmanliny_con_r{
    	/*width:300px;*/
    	width: 18.18181818181818%;
    	/*height:428px;*/
    	height: 48%;
    	background:#2bbf71;
    	padding:40px 25px;
    }
    .xmanliny_con_r_tit{
    	height:100px;
    	border-bottom:1px solid #fff;
    }
    .xmanliny_con_r_tit h6{
    	color:#fff;
    	font-size:38px;
    	letter-spacing:2px;
    }
    .xmanliny_con_r_tit p{
    	color:#fff;
    	font-size:24px;
    	letter-spacing:1px;
    	line-height:2;
    	font-weight:lighter;
    }
    .xmanliny_con_r_con{
    	width:100%;
    	margin:10px auto 0;
    }
    .xmanliny_con_r_con h6{
    	color:#fff;
    	line-height:2;
    }
    .xmanliny_con_r_con p{
    	color:#fff;
    	line-height:2;
    	margin-top:30px;
    	letter-spacing:1px;
    }
    .xmanliny_page{
    	width:270px;
    	margin:0px auto 0;
    }
    .xmanliny_page p{
    	text-align:center;
    	line-height:2;
    	font-size:20px;
    }
    
    .xmanliny_page h6{
    	text-align:center;
    	font-size:32px;
    }
    .xmanliny_page dl{
    	width:47px;
    	height:35px;
    	margin:15px auto 0;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .xmanliny{
    	width:100%;
    	height:auto;
    	margin:0 auto;
    }
    .w16502{
    	/*width:1650px;*/
        /*width: 86.70520231213873%;*/
        width: 90%;
    	height:auto;
    	margin:0 auto;
    	padding:50px 0 55px 0;
    }
    .xmanliny_tit{
    	width:100%;
    	height:118px;
    	margin:0 auto;
    }
    .xmanliny_tit dl{
    	width:13px;
    	height:118px;
    	background:#2bbf71;
    }
    .xmanliny_tit dd{
    	margin-left:18px;
    }
    .xmanliny_tit dd h6{
    	font-size:56px;
    }
    .xmanliny_tit dd p{
    	font-size:36px;
    	font-weight:lighter;
    }
    .xmanliny_con{
    	width:100%;
    	/*height:895px;*/
    	height: 560px;
    	margin:50px auto 0;
    }
    .xmanliny_con_l{
    	/*width:1200px;*/
    	width: 70%;
    	margin:50px 0 0 0
    }
    .xmanliny_con_l .slideBox{
        /*width:1200px; */
        width: 100%;
        /*height:753px;*/ 
        height: auto;
        overflow:hidden; 
        position:relative;
    }
    .xmanliny_con_l .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:40px; bottom:22px; z-index:1; }
    .xmanliny_con_l .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
    .xmanliny_con_l .slideBox .hd ul li{ float:left; margin-right:12px;  width:15px; height:15px;border-radius:50%; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
    .xmanliny_con_l .slideBox .hd ul li.on{ background:#aaaaaa;}
    .xmanliny_con_l .slideBox .bd{ position:relative; height:100%; z-index:0;   }
    .xmanliny_con_l .slideBox .bd li{ zoom:1; vertical-align:middle; }
    .xmanliny_con_l .slideBox .bd img{ width:100%; height:auto; display:block;}
    
    .xmanliny_con_r{
    	/*width:300px;*/
    	width: 25%;
    	height:30%;
    	background:#2bbf71;
    	padding:40px 1.5%;
    }
    .xmanliny_con_r_tit{
    	height:100px;
    	border-bottom:1px solid #fff;
    }
    .xmanliny_con_r_tit h6{
    	color:#fff;
    	font-size:30px;
    	letter-spacing:2px;
    }
    .xmanliny_con_r_tit p{
    	color:#fff;
    	font-size:20px;
    	letter-spacing:1px;
    	line-height:2;
    	font-weight:lighter;
    }
    .xmanliny_con_r_con{
    	width:100%;
    	margin:10px auto 0;
    }
    .xmanliny_con_r_con h6{
    	color:#fff;
    	line-height:2;
    }
    .xmanliny_con_r_con p{
    	color:#fff;
    	line-height:2;
    	margin-top:30px;
    	letter-spacing:1px;
    }
    .xmanliny_page{
    	width:270px;
    	margin:0px auto 0;
    }
    .xmanliny_page p{
    	text-align:center;
    	line-height:2;
    	font-size:20px;
    }
    
    .xmanliny_page h6{
    	text-align:center;
    	font-size:30px;
    }
    .xmanliny_page dl{
    	width:47px;
    	height:35px;
    	margin:15px auto 0;
    }
}


/*======================================================*/
/*设计团队内页*/
@media all and (min-width: 1201px) {
    .team_ny{
    	width:100%;
    	height:850px;
    	margin:50px auto ;
    }
    .w1600{
    	width:1600px;
    	margin:0 auto;
    }
    .w1600 ul{
    	width:100%;
    	margin:0 auto;
    }
    .w1600 ul li{
    	width:100%;
    	margin: 0 auto;
    }
    .w1600 ul li img{
    	max-width:100%;
    	margin: 0 auto;
    }
    /*.team_s_l{
    	width:227px;
    }
    .team_s_l dl{
    	width:227px;
    	height:302px;
    }
    .team_s_l h6{
    	font-size:30px;
    	margin-top:10px;
    	color:#2bbf71;
    }
    .team_s_l p{
    	font-size:14px;
    	line-height:2;
    }
    .team_s_r{
    	margin-left:30px;
    }
    .team_s_r_t{
    	width:400px;
    	height:35px;
    	background:url(../images/team_zw_bg.png) no-repeat;
    	background-size:100% 100%;
    }
    .team_s_r_t h6{
    	font-size:16px;
    	color:#fff;
    	line-height:35px;
    	margin-left:5px;
    }
    .team_s_r_t h6 font{
    	font-size:14px;
    	color:#fff;
    	margin-left:2px;
    	font-weight:lighter;
    }
    .team_s_r_c{
    	margin-top:25px;
    }
    .team_s_r_c p{
    	line-height:25px;
    	font-size;14px;
    }
    .team_x{
    	width:100%;
    	margin:20px auto 0;
    }
    .team_x h6{
    	color:#000;
    	font-size:20px;
    	line-height:2;
    }
    .team_x h6 font{
    	font-size:12px;
    	font-weight:lighter;
    }
    .team_x p{
    	line-height:2;
    	font-size:18px;
    }
    /*翻页*/
    .team_ny_page{
    	width:30%;
    	margin:0 auto;
    }
    .team_ny_page_t h6{
    	font-size:22px;
    	line-height:22px;
    	font-weight:lighter;
    	color:#898989;
    }
    .team_ny_page_t img{
    	margin-left:10px;
    	width:27px;
    	height:22px;
    }
    .team_ny_page ul{
    	width:100%;
    	margin:15px auto 0;
    }
    .team_ny_page ul li{
    	width:50%;
    	float:left;
    	font-size:33px;
    	line-height:2;
    	font-weight:lighter;
    }
}

@media all and (min-width: 980px) and (max-width: 1200px) {
    .team_ny{
    	width:100%;
    	height:700px;
    	margin:50px auto 0;
    }
    .w1600{
    	/*width:1600px;*/
    	width: 90%;
    	margin:0 auto;
    }
    .w1600 ul{
    	width:100%;
    	margin:0 auto;
    }
    .w1600 ul li{
    	width:100%;
    	margin: 0 auto;
    }
    .w1600 ul li img{
    	max-width:100%;
    	margin: 0 auto;
    }
    
    /*翻页*/
    .team_ny_page{
    	width:30%;
    	margin:0 auto;
    }
    .team_ny_page_t h6{
    	font-size:22px;
    	line-height:22px;
    	font-weight:lighter;
    	color:#898989;
    }
    .team_ny_page_t img{
    	margin-left:10px;
    	width:27px;
    	height:22px;
    }
    .team_ny_page ul{
    	width:100%;
    	margin:15px auto 0;
    }
    .team_ny_page ul li{
    	width:100%;
    	float:left;
    	font-size:33px;
    	line-height:2;
    	font-weight:lighter;
    }
}







