
body {
	font-family: "Microsoft Yahei";
	color: #484d55;
	font-size: 16px;
	line-height: 2;
}
a{
	color: #484d55;
}
a:hover{
	color: #1b7b3e;
	text-decoration: none;
}

.hidden{
	display:none !important;
}
.xianshi{
	display:block !important;
}
.fl {
	float: left
}
.fr {
	float: right
}
.w50per{
	width: 50%;
}
.con{
	width: 1300px;
	margin: 0 auto;
	position: relative;
}
.head{
	display: block;
	/*border-bottom: 1px solid #9ba1a4;*/
	height: 100px;
}
.headhide{
	display:none;
	height:0;
}
.logo{
	display: block;
	/*margin-top: 22px;*/
	text-align: center;
	margin-top: 25px;
}
.logo2{
	display: none;
	/*margin-top: 12px;*/
	text-align: center;
	margin-top: 14px;
}
.nav-box{
	z-index:10;
	position: relative;
}
.nav-box li{
	display: inline-block;
	line-height: 100px;
	margin: 0 10px;
	padding: 0 20px;
	font-weight: bold;
	position: relative;
	z-index: 100;
}
.nav-box li > a{
	color: #6f787f;
	font-size: 15px;
}
.nav-box .line { 
	display: none;
	position:absolute; 
	left: -100%;
	bottom:0; 
	height:4px;
	font-size:0; 
	width:100%; 
	background:#007339;
	z-index: 99;
}
.telephone{
	float: right;
	margin-top: 37px;
}
.telephone i{
	border: 1px solid #1b7b3e;
	color: #1b7b3e;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	vertical-align: top;
	margin: 5px 12px 0 40px;
}
.subnav{
	display: none;
	position: fixed;
	left: 0;
	top: 99px;
	background-color: rgba(230,233,235,0.9);
	z-index: 999;
	width: 100%;
	padding: 44px 0 43px;
	line-height: 1;
	text-align: center;
}
.subnav .con{
	padding-left: 12%;
}
.subnav a{
	display: inline-block;
	margin: 0 13px;
	font-size: 14px;
	font-weight: normal;
}
.subnav a:hover{
	font-weight: bold;
}
.fixedTop{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	height: 60px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.2);
	background-color: #fff;
}
.fixedTop .logo{
	margin-top: 5px;
}
.fixedTop .telephone{
	margin-top: 17px;
}
.fixedTop li{
	line-height: 60px;
}
.fixedTop .subnav{
	top: 60px;
}
.homeT{
	margin: 30px 0 39px;	
	line-height: 1;
}
.homeT h4{
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: #007339;
}
.homeT span{
	margin-left: 20px;
	font-family: Arial;
	font-size: 35px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	font-weight: normal;
}
.homeT h4 a{
	display: inline-block;
	color: #007339;
}
.homeT ul{
	float: right;
}
.homeT li{
	margin-left: 30px;
	display: inline-block;
	padding: 8px 0;
	margin-top: 1px;
	line-height: 1;
}
.homeT li a{
	font-size: 16px;

}
.homeT li.cur,.homeT li:hover{
	border-bottom: 3px solid #007339;
}
.homeT li.cur a,.homeT li:hover a{
	color: #007339;
}
.product-con,.solution,.aboutbox{
	margin: 0;
	width: 100%;
}
.product-con ul{
	margin-right: -2%;
	vertical-align: top;
}
.product-con li{
	float: left;
	margin-right: 2%;
	width: 31.33%;
}
.product-con li a{
	transition: all 0.5s ease 0s;
}
.product-con li p{
	margin: 18px 0 29px;
	line-height: 1;
}
.pro-img img{
	width: 100%;
	height:100%;
}
.pro-img{
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.pro-img span{
	transition: all 0.5s ease 0s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	border: 5px solid rgba(255,255,255,0);
}
.cases-img img{
	width: 100%;
	height:100%;
}
.cases-img{
	width: 100%;
	height: 329px;
	overflow: hidden;
	position: relative;
}
.cases-img span{
	transition: all 0.5s ease 0s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	border: 5px solid rgba(255,255,255,0);
}
.product-con li:hover .pro-img span,
.swiper-slide:hover .pro-img span{
	border: 5px solid rgba(255,255,255,0.6);
}
.grey{
	background-color: #f9f9f9;
	padding: 73px 0 45px;
	margin: 70px 0 80px;
	width: 100%;
}
.logolist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 50px;
	display: table;
	max-height:300px;
	overflow:hidden;
}
.logolist a{
   float: left;
   width: 14.28%;
   text-align: center;
   margin-bottom: 33px;
}
.logolist img{
	height: 60px;
	margin: 0 auto;
}
.logolist a:first-child,
.logolist a:nth-of-type(7n+8){
   text-align: left;
}
.logolist a:nth-of-type(7n+7){
   text-align: right;
}
.casebox{
	margin: 0;
}
.bigpic{
	width: 35%;
	margin-bottom: 80px;
	position: relative;
}
.bigpic img{
	width: 100%;
}
.bigpic a{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	color: #6f787f;
}
.bigpic a span{
	display: block;
	font-size: 11px;
	line-height: 30px;
	color: #9ba1a4;
}

.solution ul{
	width: 65.1%;
	margin-right: -15px;
}
.servicelist{
	display: block;
	width: 100%;
	margin: 36px 0 85px;
	margin-right: -18%;
}
.solution li{
	float: left;
	margin-right: 15px;
	width: 31.6%;
	margin-bottom: 18px;
}

.solution a,.servicelist a{
	display: block;
	margin: 0;	
	color: #6f787f;
}
.solution li h4,.servicelist li h4{
	display: block;
	height: 108px;
	background-color: #f5f7f9;
	text-align: center;
	padding-top: 22px;
	margin-top: -10px;
	position: relative;
	line-height: 1.5;
	border-top: 4px solid #fff;
	
}
.servicelist li{
	display: inline-block;
	width: 32.28%;
	margin-bottom: 27px;
}
.servicelist li.margin-x{
	margin-left: 17px;
	margin-right: 17px;
}
.servicelist li h4{
	font-size: 20px;
	height: 82px;
	padding-top: 14px;
	border-top: 4px solid #f5f7f9;
}
.m-t120{
	margin-top: 120px;
}
.solution li h4 b,.servicelist li h4 b{
	position: absolute;
	top: -4px;
	left: 0;
	height: 4px;
	background-color: #007339;
	width: 0;
	transition: all 0.5s ease 0s;
}
.solution li h4 span,.servicelist li h4 span{
	display: block;
	font-size: 11px;
	color: #9ba1a4;
}
.solution li:hover a,.servicelist li:hover a{
	color: #007339;
}
.solution li:hover b,.servicelist li:hover b{
	width: 100%;
}
.homeT .fr{
	line-height: 30px;
	margin-top: 5px;
}
.aboutbox ul{
	display: block;
	margin: 36px 0 0 0;
}
.aboutbox li{
	float: left;
	width: 25%;	
	padding-right: 30px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #9ba1a4;
	border-right: 1px solid #e6e9eb;
	padding-left: 27px;
	margin-bottom: 30px;
}

.aboutbox li h4{
	font-size: 26px;
	line-height: 27px;
	color: #1b7b3e;
	margin-bottom: 17px;
}
.aboutbox li span{
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #9ba1a4;
	white-space: nowrap;
}
.mapbg{
	background: url('../image/map.png') right top no-repeat;
	min-height: 585px;
	letter-spacing: 0;
	position: absolute;
	top: -73px;
	right: -40px;
	width: 100%;
}
.partnerList{
	width: 416px;
	margin-top: 130px;	
}
.partnerList2{
	width: 100%;
    margin-right: -3.3%;
    height: 100%;
}
.partnerList li,.partnerList2 li{
	display: block;
	font-size: 14px;
	line-height: 23px;
	color: #6f787f;
	margin-bottom: 60px;
}
.partnerList h4,.partnerList2 h4{
	display: block;
	margin-bottom: 15px;
}
.partnerList2 li{
	float: left;
	width: 30%;
	margin-bottom: 25px;
}
.partnerList2 li:nth-of-type(2){
	margin: 0 5%;
}
.footer{
	display: block;
	height: 179px;
	background-color: #e6e9eb;
	padding:40px 0;
}
.foot-mid{
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	color: #484d55;	
}
.foot-mid img{
	vertical-align: middle;
}
.foot-mid p{
	font-size: 14px;
	line-height: 24px;
	color: #484d55;
	margin-top:10px;
}
.floating{
	position: fixed;
	top: 15%;
	right: 40px;
	background-color: #1b7b3e;
	width: 68px;
	border-radius: 3px;
	padding: 27px 10px 10px;
	z-index: 999;
}
.floating a{
	display: block;	
	position: relative;	
	color: #fff;
	font-size: 10px;
	line-height: 27px;
	letter-spacing: 0;
	margin-bottom: 18px;
	cursor:pointer;
}

.mod_hang_qrcode_show {
	display: none;
	position: absolute;
	right: 63px;
	top:-27px;
	border: 0 none;
	background: #1b7b3e;border: 1px solid #fff;
	border-right: none;
	border-radius: 5px;
}
.mod_hang_qrcode_show p {
	margin-top: 5px;
	line-height: 16px;
	color: #666;
	font-size: 12px;
	text-align: center
}
.telhughs {
margin:3%;
width: 160px;

}

.telhughs h3{font-size:17px; line-height: 32px; text-align: center;color: #007dbb;color:#fff;}

.wxbox{
	position: absolute;
	top: 0;
	display: none;
	right: 60px;
	padding:5px;
	width: 160px;
	height: 160px;
	background-color: #fff;
}
.floating i{
	display: block;
	border: 1px solid #fff;
	border-radius: 3px;
	height: 49px;
	padding: 5px;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
}
.floating a.backtoTop i{
	background: url('../image/backtotop.png') center no-repeat;
}

/*关于我们*/
.about-banner{
	background: url('../image/about-banner.jpg') top center no-repeat;
	height: 765px;
}
.about-nav{
	display: block;
	height: 47px;
	background-color: #e6e9eb;
	box-shadow: -3px 2px 7px 0px 
		rgba(72, 77, 85, 0.5);
}
.about-nav .about-right{
	position: relative;
}
.about-nav .telephone{
	margin-top: 12px;
}
.about-nav ul{
	display: inline-block;
} 
.about-nav li{
	font-size: 15px;
	font-weight: bold;
	color: #6f787f;
	display: inline-block;
	padding: 0 18px; 
	letter-spacing: 1px;
	position: relative;
	z-index: 3;
}
.about-nav li a{
	display: block;
	line-height: 47px;
}
.about-nav li.active {	
	background-color: #007339;
}
.about-nav li.active a {	
	color: #fff;
}
.pos{
	position: absolute;
	top: 50px;
	right: 0;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.pos a{
	color: #fff;
}
.guanyu{
	margin-top: 60px;
}
.about-left{
	margin-left: -10%;
	float: left;
	width: 20%;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #007339;
	text-align: right;
	font-family: Arial;
	text-transform: uppercase;
}
.about-left h4{
	font-size: 24px;
	line-height: 46px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: MicrosoftYaHei;
}
.about-right{
	width: 85.4%;
	float: right;
}
.about-vedio{
	width: 100%;
	margin-bottom: 15px;
}
.about-vedio li{
	display: inline-block;
	width: 32.37%;
}
.about-vedio li:nth-of-type(2){
	margin: 0 10px;
}
.about-right h3{
	display: block;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #6f787f;
	font-weight: bold;
}
.about-text{
	margin-top: 15px;
	font-size: 14px;
	line-height: 28px;
	color: #6f787f;
}
.about-text p{
	margin-bottom: 10px;
}
.awards{
	margin-top: 50px;
}
.grey .about-left,.grey .about-right{
	margin-top: 10px;
}
.history{
	display: inline-block;
	min-height:575px;
	font-size: 14px;
	line-height: 26px;
	color: #6f787f;
	margin-right: -3px;
	vertical-align: top;
	float: left;
}
.history h4{
	font-weight: bold;
}
.history.m-x{
	float: left;
}
.history.m-x li{
	height:103px;
}
.history ul{}
.history ul li{float: left;
height: 83px;}
.sheji-text{
	width:100%;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	color: #6f787f;
}
.weilai_hux ul{width:100%;}
.weilai_hux ul li{width:31%;float: left; color:#6f787f; margin-top: 1%; font-size:14px;}
.weilai_hux ul li:nth-child(2){margin:0 3%; margin-top: 1%;}
.abuxss {
	width: 78%;
}
.shudga_ts p {
	font-size: 14px;
	margin-bottom:24px;
	line-height: 24px;
	color:rgba(68,75,87,0.9);
	letter-spacing: -0.2px;
}
.chsug_to img {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
}
.shudga_ts {
	margin-left: 6px;
	padding-left: 11px;
	line-height: 26px;
	float: left;
}
.chengl {
	float: left;
	
}

.chsug_to{float: left;
width: 100%;
height: 32px;}
.chsug_to h3{font-size:16px; font-weight: bold; color:#444b57; margin-top:3px;}
.chengl ul li:last-child .shudga_ts:last-child {
	border-left: 0;
}
.chsug_to p {
	font-size: 14px;
	color:rgba(68,75,87,0.9);float: left;
margin-top: 5px;
}
.about-col2{
	display: inline-block;
	width: 47%;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 40px;
}
.about-col2 h3 span{
	display: block;
	line-height: 26px;
	font-size: 14px;
	font-weight: normal;
}
.about-col2 p{
	margin: 8px 0 20px;
	color: #6f787f;
}

.about-col2 .w50per{
	width: 48%;
}

#yizhanshi .about-right {
	display: flex;
	justify-content: space-between;
}
.onestop{
	/*display: inline-block;
	margin-right: -5px;
	width: 33%;*/
	max-width: 33%;
	font-size: 14px;
	line-height: 22px;
	color: #6f787f;
	vertical-align: top;
	margin-bottom: 80px;
}
.onestop b{margin: 7px 0;
float: left;
width: 100%;}
.onestop h4{
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
/*.onestop:last-child{
	float: right;
	width: 30%;
}*/
 
/*新闻资讯*/
.submenu{
	padding: 44px 0 32px;
	font-size: 15px;
	line-height: 35px;
	color: #6f787f;
}
.submenu > a{
	display: inline-block;
	margin: 0 12px;
	border-bottom: 3px solid #fff;
	color: #6f787f;
}
.submenu a:hover,.submenu a.current{
	border-bottom: 3px solid #007339;
	font-weight: bold;
	color: #007339;
}
.fr-pos{
	position: absolute;
	top: 47px;
	right: 0;
	z-index: 2;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #b0b0b0;
}
.fr-pos a{
	color: #b0b0b0;
}
.newslist,.news-vedio{
	margin: 0 -2% 0 0;
	width:100%;
}
.newslist li,.news-vedio li{
	float: left;
	width: 31.33%;
	margin-right: 2%;
	color: #9ba1a4;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 38px;
}
.newslist li {
	margin-right: 3.005%;
}
.newslist li:nth-child(3n) {
	margin-right: 0;
}
.newslist li span{
	display: block;
}
span.date{
	font-size: 16px;
	margin-top: 20px;
}
.newslist li h4,.news-vedio li h4{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 1.8;
	color: #484d55;
}
.newslist li h4 {
	font-size: 15px;
}
.news-vedio li h4{
	margin: 12px 0 0;
}
.newslist li p{
	margin: 6px 0;
}
.newslist li a{
	font-size: 16px;
	color: #9ba1a4;
}
.newslist li:hover h4,.news-vedio li:hover h4{
	color: #007339;
	font-weight: bold;
}
.newslist li:hover .pro-img span,
.news-vedio li:hover .pro-img span,
.solutions li:hover .pro-img span{
	border: 5px solid rgba(255,255,255,0.6);
}
.page-header{
	font-size: 24px;
	font-weight: bold;
	color: #1c7c3d;
	line-height: 1.5;
	padding: 45px 0;
}
.page-header p{
	font-size: 14px;
	color: #9ba1a4;
	font-weight: normal;
}
.text-con{
	width: 1000px;
	margin: 0 auto;
}
.text{
	line-height: 26px;
	margin-bottom: 80px;
	color:  #6f787f;
}
.text p{
	margin-bottom: 20px;
}
 
.hotlist{
	font-size: 14px;
	color: #9ba1a4;
	margin: 4px 0 0;
}
.hotlist span{
	margin-right: 12px;
}
.hotlist a{
	color: #9ba1a4;
	border-bottom: 0;
	margin: 0 10px;
}
.hotlist a:hover,.hotlist a.current{
	color: #007339;
	border-bottom: 0;
	font-weight: normal;
}
/*案例*/

.cases,.zuoyi{
   display: inline-block;
   margin-right: -2%;
   margin-bottom: -30px;
}
.cases {
	margin-right: 0;
}
.cases.m-b,.zuoyi.m-b{
	margin-bottom: 30px;
}
.cases.m-t50{
	margin-top: 50px;
}
.cases li{
	position: relative;
	overflow: hidden;
}
.cases li h4{
	color: #9ba1a4;
	margin: 10px 0 20px;
}
.cases li span{
	display: inline-block;
	margin-right: 22px;
	color: #6f787f;
}
.caselogo{
	position: absolute;
	top: 25%;
	width: 100%;
	left: 0;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.caseimg{
	display: block;
	position: relative;
	width: 100%;
	height: 260px;
	background-color: #eeeeee;
	transition: all 0.5s ease 0s;
}
.caseimg span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #eeeeee;
	opacity: 0.25;
}
.caseimg img{
	width: 100%;
	height: 100%;
}
.cases li:hover h4{
	font-weight: normal;
	color: #9ba1a4;
}
.cases li:hover span{
	color: #197c3c;
}
.cases li:hover .caseimg span{
	opacity: 0;
}
.cases li:hover .caselogo{
	opacity: 0;
}
.solutions{
	display: inline-block;
	margin-bottom: 50px;
}
.solutions li p{
	margin: 15px 0 0;
}
.solutions li img{
	width: 100%;
}
.solutions li:hover p{
   color: #197c3c;
}
.shijie{
	background: url('../image/shijie.png') top center no-repeat #f5f7f9;
	text-align: center;
	padding-top: 530px;
	background-size: auto 100%;
}
.text-center{
	text-align: center;
}
.footweixin{
	width:110px;
	height:110px;
}
.border-l{
	border-left:1px solid #e6e9eb;
}
.text-center{
	position: relative;
	z-index: 2;
}
.pos.color,
.pos.color a {
	color: #6f787f;
}
.contact-way{
	width: 500px;
	position: relative;
	height: 270px;
	z-index: 1;
	top: -240px;
	left:54%
	
}

.contact-way h3{
	text-align: left;
	color:#007339;
	line-height: 32px;
	font-size:24px;
	margin-bottom:20px;
}
.contact-way h4{
	text-align: left;
	color:#007339;
	line-height: 16px;
	font-size:13px;
	text-transform:uppercase;
}

.contact-way p{
	line-height: 32px;
	text-align: left;
}
.contact-way p a{
	color:#007339;
	font-size:14px;
}
.contact-way span img{
	margin-right: 10px;
	vertical-align: middle;
}
.sameCase{
	width: 1000px;
	margin: 0 auto 40px;
}
.sameCase .newslist li{
	margin-bottom: 48px;
}
.m-t50{
	margin-top: 50px;
}
.m-t30{
	margin-top: 30px;
}
.sameCase-title{
	font-size: 22px;
	line-height: 1.4;
	display: block;
	color: #1c7c3d;
	margin-bottom: 33px;
	font-weight: bold;
	position: relative;
}
.sameCase-title span{
	display: block;
	color: #bbc2c6;
	font-size: 14px;
	margin: 4px 0;
	font-weight: normal;
}
.sameCase-title i{
	position: absolute;
	right: 0;
	bottom: 7px;
	height: 1px;
	width: 85%;
	background-color: #bbc2c6;
	opacity: 0.7;
}
.sameCase .pro-img {
	height: 200px;
	margin-bottom: 7px;
}
.sameCase .newslist{
	margin-bottom: 30px;
}
.sameCase .newslist li h4{
	color: #9ba1a4;
}
.sameCase .newslist li:hover h4{
	color: #1c7c3d;
	font-weight: 100;
}
.morekehu{
	display: block;
	margin-top: 36px;
	overflow: hidden;
}
.morekehu h4{
	font-size: 18px;
	letter-spacing: 1px;
	color: #6f787f;
	font-weight: bold;
}
.morekehu ul{
	margin: 7px 0 0;
}
.morekehu img {
	width: 100%;
	height: auto;
}

.newhidden {
	width: 100%;
	overflow: hidden;
}

/*产品*/
.cp-midtitle{
	margin-top: 32px;
	display: block;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 1px;
	color: #007339;
}
.cp-midtitle p{
	font-family: ArialMT;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #bbc2c6;
	font-weight: 100;
	margin-bottom: 28px;
}
.zuoyi li{
	width: 23%;
	text-align: center;
	padding-top: 32px;
	transition: all 0.5s ease 0s;
	border: 1px solid #fff;
	margin-right: 2.66% !important;
}
.zuoyi li:nth-child(4n){
	margin-right: 0 !important;
}
.zuoyi li h4{
	margin-bottom: 12px;
}
.zuoyi li img{
	height: 250px;
}
.zuoyi li:hover{
	border: solid 1px #007339;
}
.zuoyi li:hover h4{
	font-weight: 100;
}
.w1200px{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.w1200px .text{
	margin-bottom: 38px;
}
.cp-text-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	color: #494d56;
	margin-bottom: 28px;
}
.cp-text-title p{
	font-size: 14px;
	font-weight: normal;
	color: #afaeae;
}
.yingyong{
	max-width: 1900px;
	margin: 0 auto 50px;
	text-align: center;
}
.yingyong li{
	display: inline-block;
	width: 33%;
	height: 460px;
}
.yingyong li img{
	height: 460px;
}
.partition{
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	color: #494d56;
	margin-bottom: 60px;
}
.partition p{
	position: absolute;
	right: 0;
	bottom: 28px;
}
.partition b{
	color: #1c7c3d;
}
.partition a{
	color: #9ba1a4;
}
.mianban{
	/*margin-right: -15px;*/
	margin-bottom:35px;
}
.mianban li{
	display: inline-block;
	width: 187px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #9ba1a4;
	margin-bottom: 15px;
	vertical-align: top;
}
.mianban li img{
	margin-bottom: 5px;
	display: block;
}
.mianban li h5{
	letter-spacing: 1px;
	color: #494d56;
}
.buliao{
	margin-right: -17px;
	margin-bottom:20px;
}
.buliao li{	
	margin-right: 12px;
	width: 105px;	
}
.buliao li p{
	margin: 10px 0 2px;
}
.mianban li.more{
	width: auto;
}
.mianban li.more a{
	display: block;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #1c7c3d;
	margin-top: 10px;
}
.mianban li.more a span{
	display: block;
	color: #9ba1a4;
}
.yanse li img{
	height: 103px;
}
.zhuojiao li{
	width: 12.6%;
}
.zhuojiao li img{
	height: 108px;
}
.guixing{
	margin-right: -29px;
	margin-bottom: 23px;
}
.guixing li{
	display: inline-block;
	width: 31%;
	margin-right: 29px;
	margin-bottom: 27px;
	font-size: 16px;
	color: #484d55;	
	vertical-align: top;
}
.guixing li img{
	display: block;
	height: 258px;
}
.guixing li.one{
	float: left;
	width: 374px;
}
.guixing li.one img{
	height: 542px;
}
.guixing li a{
	color: #1c7c3d;
	float: right;
	margin-right: 29px;
}
.w1200px .page-header{
	padding-bottom: 32px;
}
.w1200px .sameCase{
	width: 1200px;
	float:left;
}
.w1200px .sameCase .pro-img {
	height: 240px;
}
.about-nav.cp{
	margin-bottom: 36px;
}

#myFocus{
	width: 1200px;
	height: 680px;
	display: block;
}
.chuwugui{
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 90px;
}
.chuwugui li{
	float: left;
	width: 50%;
	position: relative;
}
.chuwugui li img{
	display: block;
	height: 368px;
}
.chuwugui li.s1{
}
.chuwugui li.s2{
}
.chuwugui li.s3{
}
.chuwugui li.s4{
	width: 25%;
}
.chuwugui li.s5{
	width: 25%;
}
.chuwugui li span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	border: 5px solid rgba(255,255,255,0.6);
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.chuwugui li div{
	position: absolute;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;	
	color: #424242;
	z-index: 8;
	margin: 0 24px;
	transition: all 0.5s ease 0s;
}
.chuwugui li div p{
	font-size: 14px;
}
.chuwugui li div.a1{
	right: 0;
	text-align: right;
	bottom: 24px;
}
.chuwugui li div.a2{
	bottom: 24px;
}
.chuwugui li div.a3{
	top: 18px;
	right: 0;
	text-align: right;
}
.chuwugui li div.a4{
	top: 18px;
}
.chuwugui li div.a5{
	top: 18px;
}

.chuwugui li:hover div{
	color: #fffdfd;
}
.chuwugui li:hover span{
	opacity: 1;
}
.vediobox{
	width: 1180px;
	height: 100%;
}
.vediobox img{
	max-width: 100%;
}
@media screen and (max-width: 1660px) {
    .logolist{
    	width: 1200px;
    }
    .nav-box li{
    	padding: 0 10px;
    }    
    .homeT li,.homeT span{
    	margin-left: 10px;
    }
    .roll-wrap{
    	width: 1440px;
    }
    .bigpic{
    	width: 35.8%
    }
    .solution ul{
    	width: 64%;
    }
    .solution li{
    	width: 31%
    }
    .servicelist li{
    	width: 32.1%;
    }
    .homeT .fr{
    	font-size: 14px;
    }
    .aboutbox li{
    	width: 23.5%;
    	margin-right: 1.5%;
    	padding-left: 16px;
    }
    .about-banner{
    	background-size: auto 640px;
    	height: 640px;
    }
    
    .about-vedio li{
    	width: 32.2%;
    }
    .about-nav li{
    	padding: 0 12px;
    }
    .chuwugui li img{
    	height: 350px;
    }
}
@media screen and (max-width: 1410px){
	.roll-wrap{
		width: 100%;
		padding: 0 80px;
	}
	.control{
		width: 50px;
	}
	.flexslider,.slides li{
		height: 690px;
	}
	.slides li{
		background-size: auto 690px;
	}
	.yingyong li img,.yingyong li{
		height: 400px;
	}

}

/*comwidth*/
.comwidth {
	width: 1300px;
	margin: 0 auto;
}
/*更多资讯*/
.newsbox {
	margin: 114px 0 104px;
}
.newsbox .homeT {
	margin-bottom: 26px;
}
.newsbox .infoBox {
	display: flex;
	justify-content: space-between;
}
.newsbox .textlist {
	width: 29.307%;
}
.newsbox .textlist .ttl {
	margin-bottom: 8px;
	font-size: 18px;
}
.newsbox .textlist .ttl a {
	display: inline-block;
}
.newsbox .textlist .photo {
	line-height: 0;
}
.newsbox .textlist .photo img {
	width: 100%;
	height: auto;
}
.newsbox .textlist .photo a {
	display: block;
	position: relative;
	overflow: hidden;
}
.newsbox .textlist .photo a:before {
	position: absolute;
	right: -14px;
	bottom: -14px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 10px solid #fff;
	content: "";
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.newsbox .textlist .photo a:hover:before {
	border-color: #007339;
}
.newsbox .textlist li {
	border-bottom: 1px solid #DCDCDC;
	overflow: hidden;
}
.newsbox .textlist ul a {
	min-height: 49px;
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}
.newsbox .textlist ul a:hover {
	font-size: 16px;
}
.newsbox .textlist ul .txt {
	max-width: 80%;
}
.newsbox .textlist ul .time {
	max-width: 15%;
}
/*一站式服务*/
.servicebox {
	padding: 54px 0 88px;
	background: url("../image/service_bg.jpg") no-repeat center center;
	background-size: cover;
}
.servicebox .homeT {
	margin-bottom: 56px;
}
.servicebox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.servicebox ul li {
	width: 15.769%;
}
.servicebox ul a {
	padding: 44px 30px 57px;
	display: block;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.servicebox ul .photo {
	line-height: 0;
	margin-bottom: 32px;
	display: inline-block;
	position: relative;
}
.servicebox ul .photo img {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.servicebox ul .photo .on {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.servicebox ul p {
	font-size: 13px;
	line-height: 1.69;
	color: #484d55 !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: lighter;
}
.servicebox ul .ttl {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: normal;
}
.servicebox ul .on .ttl {
	color: #1b7b3e !important;
}
.servicebox ul .on .photo .out {
	opacity: 0;
}
.servicebox ul .on .photo .on {
	opacity: 1;
}
/* 匠心之作 */
.originalitybox {
	margin: 103px 0 87px;
}
.originalitybox .homeT {
	margin-bottom: 51px;
}
.originalitybox .info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -50px;
}
.originalitybox .info .item {
	padding: 0 50px;
	width: 33.333%;
	border-right: 1px solid #EFEFEF;
	line-height: 1;
}
.originalitybox .info h5 {
	margin-bottom: 12px;
	line-height: 1.5;
}
.originalitybox .info h5 a {
	font-size: 20px;
	color: #007339;
	font-weight: bold;
}
.originalitybox .info p {
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1.57;
}
.originalitybox .info .item01 ul {
	margin-top: -12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.originalitybox .info .item01 ul li {
	width: 29.8%;
	margin-top: 12px;
}
.originalitybox .info .item02 ul {
	margin-top: -3px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.originalitybox .info .item02 ul li {
	margin-top: 3px;
	width: 23%;
}
.originalitybox .info .item03 {
	border-right: none;
}
.originalitybox .info .item03 .photo {
	margin-top: -13px;
	text-align: center;
}
/* 解决方案 */
.programmebox .homeT {
	margin-bottom: 46px;
}
.programmebox .txt {
	font-size: 20px;
	font-weight: lighter;
	color: #007339;
	margin-top: 5px;
}
.programmebox .topText {
	margin-bottom: 13px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1.71;
}
.programmebox .photoList {
	margin-bottom: 59px;
	display: flex;
	justify-content: space-between;
}
.programmebox .photoList li {
	cursor: pointer;
	position: relative;
	line-height: 0;
	overflow: hidden;
	width: 12.08%;
}
.programmebox .photoList p {
	margin-top: -12px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}
.programmebox .photoList li img {
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.programmebox .photoList li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.programmebox.newprogramme .photoList li {
	width: 16.4%;
}
.programmebox.newprogramme .photoList p {
	margin-top: 0;
}
.programmebox .listUl {
	float: none;
}
.programmebox .listUl li {
	margin-right: 50px;
	margin-left: 0;
}
.programmebox .listUl a {
	font-size: 15px;
}
.programmebox .listUl span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 0;
	margin: -5px 8px 0 0;
}
.programmebox .listUl .on {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.programmebox .listUl .cur .on {
	opacity: 1;
}
.programmebox .listUl .cur .out {
	opacity: 0;
}
.programmebox .info {
	margin-top: -15px;
}
.programmebox .items {
	position: relative;
	height: 0;
	overflow: hidden;
}
.programmebox .items.show {
	height: auto;
}
.programmebox .items .arrow .prev {
	position: absolute;
	left: 6.8%;
	top: 50%;
	margin-top: -23px;
	cursor: pointer;
}
.programmebox .items .arrow .next {
	position: absolute;
	right: 6.8%;
	top: 50%;
	margin-top: -23px;
	cursor: pointer;
}
.programmebox .sliderbox {
	line-height: 0;
	font-size: 0;
}
.programmebox .sliderbox .photo a {
	position: relative;
	display: block;
	height: 655px;
}
.programmebox .sliderbox .photo a:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	content: "";
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.programmebox .sliderbox .slick-slide.slick-center a:before {
	opacity: 0;
}
.programmebox .sliderbox .photo img {
	width: 100%;
	height: 100%;
}
.programmebox .sliderbox .photo p {
	width: 559px;
	position: absolute;
	left: 83px;
	bottom: 53px;
	font-size: 14px;
	line-height: 1.43;
	color: #fff;
	letter-spacing: 0.5px;
}
.programmebox .sliderbox .photo p span {
	margin-bottom: 8px;
	display: block;
	font-size: 24px;
	font-weight: bold;
}
/* 木木家具 */
.onleadbox {
	margin-bottom: 100px;

	background-size: cover;
}
.onleadbox .comwidth {
	height: 801px;
	padding: 68px 0;
	position: relative;
}
.onleadbox .radio {
	margin-top: -59px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.onleadbox .homeT h4 a {
	color: #fff;
}
.onleadbox .homeT .txt {
	margin-top: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
}
.onleadbox .txtUl {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 102px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding-top: 200px;
}
.onleadbox .txtUl li {
	width: 19.5%;
	position: relative;
}
.onleadbox .txtUl .ttl {
	text-align: center;
	font-size: 14px;
	color: #007339;
	line-height: 1.5;
	padding-top: 24px;
	background-color: rgba(255,255,255,0.95);
}
.onleadbox .txtUl .ttl span {
	font-size: 52px;
	font-weight: bold;
	font-family: "黑体";
	display: inline-block;
	vertical-align: middle;
	margin-top: -18px;
	margin-right: 10px;
}
.onleadbox .txtUl .ttl sup {
	font-size: 30px;
	display: inline-block;
	width: 5px;
}
.onleadbox .txtUl .hidebox {
	padding: 24px 22px 16px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	background-color: rgba(255,255,255,0.95);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.onleadbox .txtUl .hidebox h5 {
	margin-bottom: 4px;
	font-size: 16px;
	color: #007339;
}
.onleadbox .txtUl .hidebox p {
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.5;
}
.onleadbox .txtUl .hidebox .link a {
	padding: 0 13px;
	font-size: 12px;
	display: inline-block;
	color: #007339;
	border: 1px solid #007339;
	line-height: 23px;
}
.onleadbox .txtUl li:hover .hidebox {
	transform: translateY(0);
}
.onleadbox .txtUl li:hover .ttl {
	opacity: 0;
}
.onleadbox.hangye20 .txtUl li {
	width: 24.5%;
}
.onleadbox.hangye20 .txtUl .ttl {
	line-height: 1.2;
	padding-top: 29px;
	font-size: 16px;
}
.onleadbox.hangye20 .txtUl .ttl span {
	font-size: 60px;
}

/* 项目案例 */
.newCase {
	background-color: inherit;
	margin-top: 0;
	padding-top: 23px;
	margin-bottom: 57px;
}
.newCase .homeT li a {
	font-size: 15px;
}
.newCase .homeT li {
	margin-left: 25px;
}
.newCase .casebox {
	height: 0;
	overflow: hidden;
}
.newCase .casebox.show {
	height: auto;
}
.newCase .item {
	position: relative;
}
.newCase .item .arrow .prev {
	position: absolute;
	left: 130px;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
}
.newCase .item .arrow .next {
	position: absolute;
	right: 130px;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
}
.newCase .item .photo img {
	width: 100%;
	height: 100%;
}
.newCase .item .photo a {
	position: relative;
	display: block;
	height: 420px;
}
.newCase .item .photo p {
	position: absolute;
	font-size: 16px;
	color: #fff;
	left: 30px;
	bottom: 20px;
}
.newCase .item .slick-slide {
	padding: 0 16px;
}
.newCase .item .sliderbox {
	font-size: 0;
}
.newCase .item .sliderbox .photo a:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	content: "";
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	opacity: 0;
}
.newCase .item .sliderbox .slick-slide.slick-center a:before {
	opacity: 0;
}
/*.newCase .logoList {
	margin: 28px 0.1% 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 0;
	padding-bottom: 5px;
}
.newCase .logoList a {
	display: block;
}
.newCase .logoList li {
	width: 3.803%;
	margin: 0.1% 0.05%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.newCase .logoList img {
	width: 100%;
	height: auto;
}
.newCase .logoList .width {
	width: 7.814%;
}*/
.newCase .logoList {
	margin-top: 20px;
	text-align: center;
}
.newCase .logoList img {
	max-width: 100%;
	height: auto;
}

/* 欧林产品 */
.newProduct .homeT li a {
	font-size: 15px;
}
.newProduct .product-con li p {
	font-size: 15px;
	margin: 17px 0 45px
}
.newProduct .pro-img {
	height: 267px;
}

.footer {
	padding: 30px 0 27px;
	background-color: #EDEDED;
	height: auto;
}
.footer .width {
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.footer .finner {
	display: inline-block;
}
.footer .fttl {
	color: #5b5b5b;
	font-size: 36px;
	font-weight: bold;
}
.footer .ftxt {
	font-size: 12px;
	color: #5b5b5b;
	line-height: 1.6;
	letter-spacing: 0.5px;
}
.footer .ftxt img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 3px 0 0;
}
.footer .ftxt span {
	margin-right: 25px;
	font-size: 16px;
}
.footer .footweixin {
	margin-top: 25px;
}

@media all and (min-width: 1600px) and (max-width: 1919px) {
	.comwidth {
		width: 1216px;
	}
	.con {
		width: 1216px;
	}
	.homeT {
		margin-bottom: 40px;
	}
	.homeT h4 {
		font-size: 25px;
	}
	.homeT span {
		font-size: 32px;
	}
	.newProduct .homeT li a,
	.newCase .homeT li a,
	.programmebox .listUl a {
		font-size: 14px;
	}
	.homeT li {
		margin-top: 0;
		margin-left: 26px;
	}
	.newProduct .pro-img {
		height: 249px;
	}
	.newProduct .product-con li p {
		font-size: 14px;
		margin: 14px 0 43px;
	}
	.newCase {
		padding-top: 28px;
		margin-bottom: 46px;
	}
	.newCase .item .photo a {
		height: 370px;
	}
	.newCase .item .photo p {
		font-size: 15px;
	}
	.newCase .item .arrow .prev {
		left: 5%;
	}
	.newCase .item .arrow .next {
		right: 5%;
	}
	.onleadbox .homeT .txt {
		font-size: 16px;
	}
	.onleadbox .comwidth {
		padding: 63px 0;
		height: 664px;
	}
	.onleadbox .radio {
		width: 52px;
		margin-top: -49px;
	}
	.onleadbox .txtUl {
		bottom: 75px;
	}
	.onleadbox .txtUl .ttl {
		font-size: 13px;
	}
	.onleadbox .txtUl .ttl span {
		font-size: 46px;
	}
	.onleadbox .txtUl .hidebox h5 {
		font-size: 15px;
	}
	.onleadbox .txtUl .hidebox p {
		font-size: 11px;
	}
	.onleadbox .txtUl .hidebox .link a {
		font-size: 11px;
	}
	.onleadbox .txtUl .hidebox {
		padding: 22px 20px 13px;
	}
	.onleadbox.hangye20 .txtUl .ttl {
		padding-top: 26px;
		font-size: 15px;
	}
	.onleadbox.hangye20 .txtUl .ttl span {
		font-size: 56px;
	}
	.onleadbox {
		margin-bottom: 95px;
	}
	.programmebox .txt {
		font-size: 16px;
	}
	.programmebox .topText {
		font-size: 13px;
	}
	.programmebox .homeT {
		margin-bottom: 46px;
	}
	.programmebox .photoList p {
		font-size: 16px;
		margin-top: -10px;
	}
	.programmebox .listUl li img {
		height: 18px;
	}
	.programmebox .info {
		margin-top: -17px;
	}
	.programmebox .items .arrow .prev {
		left: 90px;
	}
	.programmebox .items .arrow .next {
		right: 90px;
	}
	.programmebox .sliderbox .photo a {
		height: 522px;
	}
	.programmebox .sliderbox .photo p {
		font-size: 13px;
		width: 522px;
	}
	.programmebox .sliderbox .photo p span {
		margin-bottom: 5px;
		font-size: 22px;
	}
	.originalitybox {
		margin: 108px 0 80px;
	}
	.originalitybox .info h5 a {
		font-size: 18px;
	}
	.originalitybox .info p {
		font-size: 13px;
	}
	.originalitybox .homeT {
		margin-bottom: 51px;
	}
	.originalitybox .info .item03 .photo img {
		max-width: 75%;
	}
	.servicebox {
		padding: 49px 0 83px;
	}
	.servicebox .homeT {
		margin-bottom: 52px;
	}
	.servicebox ul .photo {
		margin-bottom: 30px;
	}
	.servicebox ul .photo img {
		width: 60px;
	}
	.servicebox ul .ttl {
		font-size: 16px;
	}
	.servicebox ul p {
		font-size: 12px;
	}
	.servicebox ul a {
		padding: 43px 26px 55px;
	}
	.newsbox {
		margin: 110px 0 104px;
	}
	.newsbox .textlist .ttl {
		font-size: 16px;
	}
	.newsbox .homeT {
		margin-bottom: 25px;
	}
	.newsbox .textlist ul a {
		font-size: 13px;
		min-height: 45px;
	}
	.newsbox .textlist ul a:hover {
		font-size: 14px;
	}
	.footer {
		padding:  36px 0 30px;
	}
	.footer .width {
		max-width: 1216px;
	}
	.footer .fttl {
		font-size: 33px;
	}
	.footer .footweixin {
		margin-top: 15px;
	}
	.footer .ftxt span {
		font-size: 14px;
	}
	.about-left {
		font-size: 30px;
	}
	.about-left h4 {
		font-size: 22px;
	}
	.history {
		width: 330px !important;
	}
	.history.m-x {
		margin: 0 24px !important;
	}
	.about-col2 {
		width: 48.5%;
	}
	.about-col2 p {
		letter-spacing: -0.1px;
	}
	.chsug_to p {
		margin-top: -23px;
		margin-left: 18px;
	}
	.contact-way h3 {
		font-size: 22px;
	}
	.contact-way p {
		font-size: 15px;
	}
	.contact-way p a {
		font-size: 13px;
	}
	.w1200px,
	#myFocus,
	.w1200px .sameCase {
		width: 900px;
	}
	#myFocus {
		height: 663px !important;
	}
	.page-header {
		font-size: 22px;
	}
	.mF_games_tb .prev,
	.mF_games_tb .next {
		width: 75px !important;
		bottom: 14% !important;
	}
	.mF_games_tb .prev {
		left: -75px !important;
	}
	.mF_games_tb .next {
		right: -75px !important;
	}
	.mF_games_tb_myFocus .pic {
		height: 510px;
	}
	.sameCase-title {
		font-size: 20px;
	}
	.sameCase-title span {
		font-size: 13px;
	}
	.sameCase-title i {
		width: 83%;
	}
	.cp-text-title {
		font-size: 16px;
	}
	.cp-text-title p {
		font-size: 12px;
	}
	.cp-midtitle {
		font-size: 22px;
	}
	.newslist li h4 {
		font-size: 14px;
	}
	.chuwugui li img {
		height: 344px;
	}
	.chuwugui li div {
		font-size: 14px;
	}
	.pro-img {
		height: 245px;
	}
	.zuoyi li img {
		height: 235px;
	}
	.submenu {
		font-size: 14px;
	}
	.morekehu h4 {
		font-size: 16px;
	}
	.caseimg {
		height: 245px;
	}
	.text-con {
		width: 900px;
	}
	.sameCase {
		width: 900px;
	}
	.newsUl li p {
		font-size: 13px;
	}
	.newsUl li a,
	.solutions li p,
	.newsUl span.date {
		font-size: 14px;
	}
}

@media all and (max-width: 1599px) {
	.comwidth {
		width: 1040px;
	}
	.con {
		width: 1040px;
	}
	.homeT {
		margin-bottom: 37px;
	}
	.homeT h4 {
		font-size: 22px;
	}
	.homeT span {
		font-size: 28px;
	}
	.newProduct .homeT li a,
	.newCase .homeT li a,
	.programmebox .listUl a {
		font-size: 13px;
	}
	.homeT li {
		margin-top: 0;
		margin-left: 21px;
	}
	.homeT ul {
		margin-top: -6px;
	}
	.newProduct .pro-img {
		height: 213px;
	}
	.newProduct .product-con li p {
		font-size: 13px;
		margin: 12px 0 32px;
	}
	.newCase {
		margin-bottom: 42px;
		padding-top: 13px;
	}
	.newCase .homeT ul {
		margin-top: -4px;
	}
	.newCase .homeT li {
		margin-left: 21px;
	}
	.newCase .item .arrow .prev {
		left: 4%;
	}
	.newCase .item .arrow .next {
		right: 4%;
	}
	.newCase .item .photo a {
		height: 312px;
	}
	.newCase .item .photo p {
		font-size: 13px;
	}
	.onleadbox .comwidth {
		padding: 50px 0;
		height: 568px;
	}
	.onleadbox .homeT .txt {
		font-size: 14px;
		margin-top: 5px;
	}
	.onleadbox .radio {
		width: 45px;
		margin-top: -41px;
	}
	.onleadbox .txtUl {
		bottom: 62px;
		padding-top: 170px;
	}
	.onleadbox .txtUl .ttl span {
		font-size: 38px;
	}
	.onleadbox .txtUl .ttl {
		font-size: 12px;
	}
	.onleadbox .txtUl .hidebox {
		padding: 17px 18px 10px;
	}
	.onleadbox .txtUl .hidebox h5 {
		font-size: 13px;
	}
	.onleadbox .txtUl .hidebox p {
		font-size: 10px;
		margin-bottom: 7px;
	}
	.onleadbox .txtUl .hidebox .link a {
		font-size: 10px;
		line-height: 18px;
		padding: 0 10px;
	}
	.onleadbox.hangye20 .txtUl .ttl {
		padding-top: 25px;
		font-size: 13px;
	}
	.onleadbox.hangye20 .txtUl .ttl span {
		font-size: 48px;
	}
	.onleadbox {
		margin-bottom: 86px;
	}
	.onleadbox .txtUl .ttl sup {
		font-size: 22px;
		width: 2px;
	}
	.programmebox .txt {
		font-size: 14px;
		margin-top: 6px;
	}
	.programmebox .topText {
		font-size: 12px;
		line-height: 1.60;
		margin-bottom: 11px;
	}
	.programmebox .photoList p {
		font-size: 15px;
	}
	.programmebox .listUl img {
		height: 17px;
	}
	.programmebox .photoList {
		margin-bottom: 49px;
	}
	.programmebox .listUl span {
		margin-top: -3px;
	}
	.programmebox .listUl li {
		margin-right: 33px;
	}
	.programmebox .info {
		margin-top: -24px;
	}
	.programmebox .items .arrow img {
		width: 15px;
	}
	.programmebox .items .arrow .prev {
		left: 1.4%;
		margin-top: -20px;
	}
	.programmebox .items .arrow .next {
		right: 1.4%;
		margin-top: -20px;
	}
	.programmebox .sliderbox .photo a {
		height: 446px;
	}
	.programmebox .sliderbox .photo p {
		font-size: 12px;
		left: 65px;
		bottom: 40px;
		width: 446px;
	}
	.programmebox .sliderbox .photo p span {
		margin-bottom: 6px;
		font-size: 19px;
	}
	.originalitybox {
		margin: 84px 0 56px;
	}
	.originalitybox .info h5 {
		margin-bottom: 9px;
	}
	.originalitybox .info h5 a {
		font-size: 16px;
	}
	.originalitybox .info p {
		font-size: 12px;
		margin-bottom: 29px;
	}
	.originalitybox .info .item {
		padding: 0 40px;
	}
	.originalitybox .info {
		margin: 0 -40px;
	}
	.originalitybox .homeT {
		margin-bottom: 42px;
	}
	.originalitybox .info .item01 ul {
		margin-top: -10px;
	}
	.originalitybox .info .item01 ul li {
		margin-top: 10px;
	}
	.originalitybox .info .item03 .photo {
		margin-top: -9px;
	}
	.originalitybox .info .item03 .photo img {
		max-width: 75%;
	}
	.servicebox {
		padding: 37px 0 70px;
	}
	.servicebox .homeT {
		margin-bottom: 45px;
	}
	.servicebox ul a {
		padding: 36px 23px 46px;
	}
	.servicebox ul .photo {
		margin-bottom: 26px;
	}
	.servicebox ul .photo img {
		width: 52px;
	}
	.servicebox ul .ttl {
		font-size: 14px;
	}
	.servicebox ul p {
		font-size: 11px;
		line-height: 1.59;
	}
	.newsbox {
		margin: 85px 0 65px;
	}
	.newsbox .textlist .ttl {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.newsbox .homeT {
		margin-bottom: 19px;
	}
	.newsbox .textlist .photo a:before {
		right: -10px;
		bottom: -10px;
		width: 30px;
		height: 30px;
	}
	.newsbox .textlist ul a {
		min-height: 39px;
		font-size: 12px;
	}
	.newsbox .textlist ul a:hover {
		font-size: 13px;
	}
	.footer {
		padding: 28px 0 19px;
	}
	.footer .width {
		max-width: 1040px;
	}
	.footer .ftxt {
		font-size: 10px;
		line-height: 1.5;
	}
	.footer .ftxt span {
		font-size: 12px;
		margin-right: 18px;
	}
	.footer .footweixin {
		width: 90px;
		height: 90px;
		margin-top: 11px;
	}
	.footer .ftxt img {
		width: 15px;
		margin-top: -2px;
	}
	.footer .fttl {
		font-size: 26px;
	}
	.about-left {
		font-size: 26px;
		line-height: 30px;
	}
	.about-left h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.about-nav li {
		font-size: 13px;
	}
	.about-text {
		font-size: 13px;
		line-height: 23px;
	}
	.about-right h3 {
		font-size: 16px;
	}
	.history {
		width: 280px !important;
	}
	.history.m-x {
		margin: 0 24px !important;
	}
	.chsug_to p {
		font-size: 13px;
		margin-top: -23px;
		margin-left: 18px;
	}
	.sheji-text,
	.weilai_hux ul li,
	.about-col2,
	.shudga_ts p,
	.onestop,
	.contact-way p a {
		font-size: 13px;
	}
	.about-col2 p {
		letter-spacing: -0.5px;
	}
	.chsug_to h3,
	.onestop h4,
	.contact-way p {
		font-size: 14px;
	}
	.onestop {
		max-width: 29%;
	}
	.contact-way h3 {
		font-size: 20px;
	}
	.contact-way h4 {
		font-size: 12px;
	}
	.w1200px,
	#myFocus,
	.w1200px .sameCase {
		width: 900px;
	}
	#myFocus {
		height: 663px !important;
	}
	.page-header {
		font-size: 22px;
	}
	.mF_games_tb .prev,
	.mF_games_tb .next {
		width: 75px !important;
		bottom: 14% !important;
	}
	.mF_games_tb .prev {
		left: -75px !important;
	}
	.mF_games_tb .next {
		right: -75px !important;
	}
	.mF_games_tb_myFocus .pic {
		height: 510px;
	}
	.sameCase-title {
		font-size: 20px;
	}
	.sameCase-title span {
		font-size: 13px;
	}
	.sameCase-title i {
		width: 83%;
	}
	.cp-text-title {
		font-size: 16px;
	}
	.cp-text-title p {
		font-size: 12px;
	}
	.newslist li h4 {
		font-size: 13px;
	}
	.cp-midtitle {
		font-size: 20px;
	}
	.pro-img {
		height: 205px;
	}
	.zuoyi li img {
		height: 195px;
	}
	.submenu {
		font-size: 13px;
	}
	.morekehu h4 {
		font-size: 16px;
	}
	.caseimg {
		height: 210px;
	}
	.text-con {
		width: 900px;
	}
	.sameCase {
		width: 900px;
	}
	.newsUl span.date {
		font-size: 12px;
	}
	.newsUl li p {
		font-size: 12px;
	}
	.newsUl li a,
	.solutions li p {
		font-size: 13px;
	}
}
