
/**产品中心**/
.product-banner{
	background: url(../images/product-banner.jpg) no-repeat center;
	padding-top: 125px;
	padding-bottom: 10px;
	margin-top: 83px;
}
.product-banner h1{
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.product-banner hr{
	width: 60px;
	height: 4px;
	background-color:#cccccc;
}
.product-banner p{
	text-align: right;
	margin-top: 110px;
	font-size: 14px;
	color: #FFF;
}
.product-banner p a{
	font-size: 14px;
	color: #FFF;
}
.product-tab{
	background-color:#eeeeee;
}
.product-tab ul li{
	float: left;
}
.product-tab ul li a{
	display: block;
	padding: 30px 41px;
	font-size: 15px;
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.product-tab ul li a:hover{
	background-color:#3f9a64;
	color:#ffffff;
}
.product-tab ul li a.leftcurr{
	background-color:#3f9a64;
	color:#ffffff;
}

.product-main{
	margin-top:40px;
	padding-bottom: 60px;
}
.product-list ul li{
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	border: 1px solid #cccccc;
	margin-top:20px;
	margin-bottom: 10px;
}
.product-list ul li a{
	position: relative;
	display: block;
}
.product-list ul li a .product-text1{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color:#5c5c5c;
	padding-top: 3px;
	padding-bottom: 3px;
}
.product-list ul li a .product-text1 h4{
	font-size: 16px;
	color: #FFF;
}
.product-list ul li a .product-text2{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(82,164,115,0.9);
	padding: 10px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.product-list ul li a .product-text2 .product-text-box{
	width: 100%;
	height: 100%;
	border: 1px solid #dcede3;
	text-align: center;
}
.product-list ul li a .product-text2 .product-text-box h3{
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 85px;
}
.product-list ul li a:hover .product-text1{
	opacity: 0;
}
.product-list ul li a:hover .product-text2{
	opacity: 1;
}


/**分页**/
.fy{
	margin-top:40px;
	text-align: center;
}
.fy ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.fy ul li a{
	font-size: 14px;
	color: #333;
	padding: 10px 15px;
	display: inline-block;
	border: 1px solid #cccccc;
}
.fy ul li.fy-prev a{
	padding: 10px 23px;
}
.fy ul li.fy-next a{
	padding: 10px 23px;
}
.fy ul li a:hover{
	background-color: #3f9a64;
	color: #FFF;
	border: 1px solid #3f9a64;
}
.fy ul li a.xuanzhong{
	background-color: #3f9a64;
	color: #FFF;
	border: 1px solid #3f9a64;
}


/**产品详情页**/
.productxq{
	padding-bottom: 30px;
}
.productxq .productxq-main{
	margin-top:60px;
	margin-bottom: 60px;
}
.productxq .productxq-main dl dt{
	width: 44%;
	float: left;
}
.productxq .productxq-main dl dd{
	width: 53%;
	float: right;
}
.productxq .productxq-main dl dd h3{
	font-size: 24px;
	color:#000000;
	padding-bottom: 25px;
	border-bottom: 1px solid #dddddd;
}
.productxq .productxq-main dl dd h4{
	font-size: 16px;
	color: #000;
	margin-top: 28px;
	margin-bottom: 15px;
}
.productxq .productxq-main dl dd p{
	font-size: 15px;
	color:#333333;
}
.productxq .productxq-text .productxq-text-tab{
	border-bottom:1px solid #dddddd;
}
.productxq .productxq-text .productxq-text-tab ul li{
	display: inline-block;
}
.productxq .productxq-text .productxq-text-tab ul li a{
	font-size: 15px;
	color:#333333;
	display: block;
	padding: 13px 40px;
	background-color: #eeeeee;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.productxq .productxq-text .productxq-text-tab ul li a:hover{
	background-color:#3f9a64;
	color: #FFF;
}
.productxq .productxq-text .productxq-text-tab ul li.active a{
	background-color:#3f9a64;
	color: #FFF;
}
.productxq-text-main{
	padding: 40px;
}
.productxq-text-main .productxq-text-list p{
	font-size: 15px;
	color:#333333;
	margin-bottom: 0px;
	line-height: 30px;
}
.productxq-text-main .productxq-text-list img{
	margin-top: 20px;
}


/**项目案例**/
.case-banner{
	background: url(../images/case-banner.jpg) no-repeat center;
	padding-top: 125px;
	padding-bottom: 10px;
	margin-top: 83px;
}
.case-banner h1{
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.case-banner hr{
	width: 60px;
	height: 4px;
	background-color:#cccccc;
}
.case-banner p{
	text-align: right;
	margin-top: 110px;
	font-size: 14px;
	color: #FFF;
}
.case-banner p a{
	font-size: 14px;
	color: #FFF;
}
.case-list{
	margin-top: 45px;
}
.case-list ul li{
	width: 31.33%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-top: 12px;
}
.case-list ul li a{
	display: block;
	position: relative;
}
.case-list ul li p{
	font-size: 16px;
	color:#333333;
	text-align: center;
	margin-top: 15px;
}
.case-list ul li a .case-list-text{
	position: absolute;
	background: rgba(0,0,0,0.7);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 75px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.case-list ul li a:hover .case-list-text{
	opacity: 1;
}
.case-list ul li a .case-list-text p{
	font-size: 16px;
	color: #FFF;
	margin-bottom: 15px;
}
.case{
	padding-bottom:40px;
}


/**新闻中心**/
.new-banner{
	background: url(../images/new-banner.jpg) no-repeat center;
	padding-top: 125px;
	padding-bottom: 10px;
	margin-top: 83px;
}
.new-banner h1{
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.new-banner hr{
	width: 60px;
	height: 4px;
	background-color:#cccccc;
}
.new-banner p{
	text-align: right;
	margin-top: 110px;
	font-size: 14px;
	color: #FFF;
}
.new-banner p a{
	font-size: 14px;
	color: #FFF;
}

.new{
	margin-top: 20px;
	padding-bottom: 40px;
}
.new .new-list ul li{
	margin-top: 50px;
}
.new .new-list ul li a dl dt{
	width: 25%;
	float: left;
}
.new .new-list ul li a dl dd{
	width: 72.5%;
	float: right;
}
.new .new-list ul li a dl dd h3{
	font-size: 20px;
	color:#333;
	margin-top: 10px;
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.new .new-list ul li a dl dd h5{
	font-size: 13px;
	color: #666;
	margin-bottom:15px;
}
.new .new-list ul li a dl dd h5 span{
	margin-right: 20px;
}
.new .new-list ul li a dl dd p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 50px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.new .new-list ul li a dl dd button{
	font-size: 14px;
	color:#333333;
	vertical-align: middle;
	padding: 8px 25px;
	background-color:#FFF;
	border: 1px solid #cccccc;
	margin-top: 10px;
}
.new .new-list ul li a dl dd button span{
	display: inline-block;
	width: 19px;
	height: 15px;
	vertical-align: middle;
	background: url(../images/new-btn-icon.png) no-repeat;
	margin-left: 2px;
}
.new .new-list ul li a:hover dl dd h3{
	font-size:20px;
	font-weight: bold;
	color:#3f9a64;
}
.new .new-list ul li a:hover dl dd button{
	background-color:#3f9a64;
	color: #cccccc;
	border: 1px solid #3f9a64;
}
.new .new-list ul li a:hover dl dd button span{
	background: url(../images/new-btn-icon1.png) no-repeat;
}


/**新闻详情**/
.newxq .newxq-title{
	text-align: center;
	margin-top: 55px;
	margin-bottom: 20px;
}
.newxq .newxq-title h3{
	font-size: 24px;
	color:#333333;
}
.newxq .newxq-title h5{ text-align:center;
	font-size:14px;
	color:#666666; line-height:40px; margin-top:20px;display: flex;justify-content: center;
}
.newxq .newxq-title h5 span{
	margin-left: 10px;
	margin-right: 10px; display:inline-block; line-height:40px;
}
.newxq .newxq-title h5 .newxq_1{
	margin-left: 10px; height:40px;
	margin-right: 10px; display:inline-block; line-height:40px;
}
.newxq .newxq-text{
	padding-left: 43px;
	padding-right: 43px;
	padding-bottom: 35px;
	border-bottom: 1px solid #cccccc
}
.newxq .newxq-text p{
	font-size: 15px;
	color:#222222;
	line-height: 28px;
	margin-bottom: 0px;
}
.newxq .newxq-text h5{
	font-size: 15px;
	margin-top: 30px;
}
.newxq .newxq-text img{
	margin-top: 20px; max-width:100%; height:auto;
}
.newxq-text-fy{
	margin-top: 40px;
}
.newxq-text-fy p{
	font-size: 16px;
	color:#222;
}
.newxq-text-fy p a{
	font-size: 16px;
	color:#222;
}
.newxq-text-fy p a:hover{
	color: #245738;
	text-decoration: underline;
}
.newxq-text-fy .new-fy-prev{
	width: 50%;
	float: left;
}
.newxq-text-fy .new-fy-next{
	width: 50%;
	float: right;
	text-align: right;
}
.cgcp{
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}
.cgcp h1{
	font-size: 36px;
	color:#245738;
	font-weight: bold;
	margin-left: 10px;
}
.xgnew{
	margin-top: 40px;
	padding-bottom: 50px;
}
.xgnew h1{
	font-size:36px;
	font-weight: bold;
	color: #245738;
	margin-bottom: 20px;
}
.xgnew .xgnew-list ul li{
	width: 48%;
	float: left;
	margin-top: 13px;
	margin-right: 4%;
}
.xgnew .xgnew-list ul li a{
	display: block;
	padding-left: 15px;
	background: url(../images/new-icon1.png) no-repeat 0px 5px;
	font-size: 16px;
	color:#333333;
}
.xgnew .xgnew-list ul li a p{
	width:80%;
	float: left;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xgnew .xgnew-list ul li a span{
	width: 20%;
	float: right;
}
.xgnew .xgnew-list ul li a:hover{
	font-size: 16px;
	color: #3f9a64;
}

/**解决方案**/
.plan-banner{
	background: url(../images/plan-banner.jpg) no-repeat center;
	padding-top: 125px;
	padding-bottom: 10px;
	margin-top: 83px;
}
.plan-banner h1{
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.plan-banner hr{
	width: 60px;
	height: 4px;
	background-color:#cccccc;
}
.plan-banner p{
	text-align: right;
	margin-top: 110px;
	font-size: 14px;
	color: #FFF;
}
.plan-banner p a{
	font-size: 14px;
	color: #FFF;
}
.plan .plan-main .plan-box{
	margin-top: 60px;
	margin-bottom: 35px;
}
.plan .plan-main .plan-box dl{
	background-color:#eeeeee;
}
.plan .plan-main .plan-box dl dt{
	width: 44%;
	float: left;
}
.plan .plan-main .plan-box dl dd{
	width: 56%;
	float: left;
	padding: 15px 30px;
}
.plan .plan-main .plan-box dl dd h3{
	font-size: 22px;
	color:#111111;
	margin-bottom: 15px;
}
.plan .plan-main .plan-box dl dd p{
	font-size: 15px;
	color:#222222;
	margin-bottom: 0px;
	line-height: 26px;
}
.plan .plan-main p{
	font-size: 15px;
	color:#333333;
	margin-bottom: 0px;
	line-height: 28px;
	text-indent: 2em;
}
.plan .plan-main{
	padding-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}


/**服务中心**/
.service-banner{
	background: url(../images/service-banner.jpg) no-repeat center;
	padding-top: 125px;
	padding-bottom: 10px;
	margin-top: 83px;
}
.service-banner h1{
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.service-banner hr{
	width: 60px;
	height: 4px;
	background-color:#cccccc;
}
.service-banner p{
	text-align: right;
	margin-top: 110px;
	font-size: 14px;
	color: #FFF;
}
.service-banner p a{
	font-size: 14px;
	color: #FFF;
}
.service{
	padding-top: 20px;
	padding-bottom: 50px;
}
.service h4{
	font-size: 16px;
	color:#222222;
	margin-top: 40px;
}
.service p{
	font-size: 15px;
	color: #333;
	margin-bottom: 0px;
	line-height: 26px;
}

/**工厂展示**/
.show-banner{
	background: url(../images/about-banner.jpg) no-repeat center;
	padding-top: 125px;
	padding-bottom: 10px;
	margin-top: 83px;
}
.show-banner h1{
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.show-banner hr{
	width: 60px;
	height: 4px;
	background-color:#cccccc;
}
.show-banner p{
	text-align: right;
	margin-top: 110px;
	font-size: 14px;
	color: #FFF;
}
.show-banner p a{
	font-size: 14px;
	color: #FFF;
}
.show{
	margin-top: 40px;
	padding-bottom: 40px;
}
.show .show-list ul li{
	width: 31.33%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-top: 15px;
}
.show .show-list ul li a p{
	font-size: 16px;
	color:#191919;
	text-align: center;
	margin-top: 20px;
}

/**联系我们**/
.contact{
	padding-bottom: 35px;
}
.contact .contact-lx{
	margin-top: 60px;
}
.contact .contact-lx .contact-lx-zl{
	width: 36%;
	float: left;
}
.contact .contact-lx .contact-lx-zl h3{
	font-size: 24px;
	color: #333;
	margin-bottom: 12px;
}
.contact .contact-lx .contact-lx-zl h5{
	font-size: 14px;
	color:#666666;
	line-height: 24px;
	margin-bottom: 15px;
}
.contact .contact-lx .contact-lx-zl p{
	font-size: 15px;
	color: #333;
	margin-bottom: 0px;
	line-height: 26px;
}
.contact-lx-map{
	width: 60%;
	float: right;
}
.map{
	width:100%;height:350px;border:#ccc solid 1px;
}
.contact .contact-inp{
	margin-top: 50px;
}
.contact .contact-inp .contact-inp-title{
	margin-bottom: 20px;
}
.contact .contact-inp .contact-inp-title h1{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}
.contact .contact-inp .contact-inp-title p{
	font-size: 14px;
	color:#333333;
}
.contact .contact-inp ul li{
	width: 31.33%;
	float: left;
	margin-right: 3%;
}
.contact .contact-inp ul li input{
	width: 100%;
	height: 50px;
	border: 1px solid #999999;
	box-sizing: border-box;
	padding-left: 10px;
}
.contact .contact-inp textarea{
	width: 100%;
	margin-top: 25px;
	padding: 10px;
	border: 1px solid #999999;
}
.contact .contact-inp button{
	margin-top: 20px;
	background-color: #3f9a64;
	border: 1px solid #3f9a64;
	padding: 13px 50px;
	font-size: 16px;
	color: #FFF;
}
.contact .contact-inp .mes_sub{
	margin-top: 20px;
	background-color: #3f9a64;
	border: 1px solid #3f9a64;
	padding: 13px 50px;
	font-size: 16px;
	color: #FFF;
}

/**关于我们**/
.about-list1{
	margin-top: 55px;
	margin-bottom: 55px;
}
.about-list1 dl dt{
	width:52%;
	float: left;
}
.about-list1 dl dd{
	width: 45%;
	float: right;
}
.about-list1 dl dd img{
	margin-top: 15px;
	margin-bottom: 13px;
}
.about-list1 dl dd p{
	font-size: 15px;
	color:#333333;
	line-height: 27px;
	text-indent: 2em;
}
.about-list2{
	background-color:#eeeeee;
	padding-top: 60px;
	padding-bottom: 60px;
}
.about-list2 dl dt{
	width: 45%;
	float: right;
}
.about-list2 dl dd{
	width: 52%;
	float: left;
	margin-top: 30px;
}
.about-list2 dl dd p{
	font-size: 15px;
	color: #333;
	line-height: 28px;
}
.about-wh{
	margin-top: 40px;
	padding-bottom:60px;
}
.about-wh .about-wh-title{
	text-align: center;
	/*margin-bottom: 50px;*/
}
.about-wh .about-wh-title h3{
	font-size: 36px;
	font-weight: bold;
	color:#333333;
}
.about-wh .about-wh-title hr{
	width: 50px;
	border: none;
	border-top: 3px solid #999999;
}
.about-wh-main ul li{
	width: 20%;
	float: left;
	text-align: center;
	margin-top: 50px;
	position: relative;
}
.about-wh-main ul li .about-icon{
	border-radius: 50%;
	background-color:#ebebeb;
	text-align: center;
	height: 235px;
	box-sizing: border-box;
	padding-top: 40px;
}
.about-wh-main ul li.about-wh1{
	margin-right: 20%;
}
.about-wh-main ul li.about-wh2{
	margin-right: 20%;
}
.about-wh-main ul li p{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	line-height: 23px;
}
.about-wh-main ul li.about-wh4{
	margin-left: 20%;
	margin-right: 20%;
}
.about-wh-main ul li.about-wh4:before{
	content: "";
	position: absolute;
	top: -132px;
	left: 50%;
	width:10px;
	height: 10px;
	background-color:#c6c6c6;
	border-radius: 50%;
	margin-left: -5px;
}
.about-wh-main ul li.about-wh4:after{
	content: "";
	position: absolute;
	top: -130px;
	left: 50%;
	width: 1px;
	height: 130px;
	background-color:#c6c6c6;
}
.about-wh-main ul li.about-wh1:after {
	content: "";
	position: absolute;
	top: 124px;
	right: -53px;
	width: 1px;
	height: 140px;
	background-color: #c6c6c6;
	transform: rotate(-66deg);
}
.about-wh-main ul li.about-wh2:after{
	content: "";
	position: absolute;
	top: 124px;
	left: -53px;
	width: 1px;
	height: 140px;
	background-color: #c6c6c6;
	transform: rotate(66deg);
}
.about-wh-main ul li.about-wh5:before{
	content: "";
	position: absolute;
	top: -132px;
	left: 50%;
	width:10px;
	height: 10px;
	background-color:#c6c6c6;
	border-radius: 50%;
	margin-left: -5px;
}
.about-wh-main ul li.about-wh5:after{
	content: "";
	position: absolute;
	top: -130px;
	left: 50%;
	width: 1px;
	height: 130px;
	background-color:#c6c6c6;
}
.about-wh-main ul li.about-wh2:before{
	content: "";
	position: absolute;
	top: 124px;
	right: -53px;
	width: 1px;
	height: 140px;
	background-color: #c6c6c6;
	transform: rotate(-66deg);
}
.about-wh-main ul li.about-wh3:before{
	content: "";
	position: absolute;
	top: 124px;
	left: -53px;
	width: 1px;
	height: 140px;
	background-color: #c6c6c6;
	transform: rotate(66deg);
}

/**荣誉资质**/
.aptitude-list ul li{
	width: 24%;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 30px;
}
.aptitude-list ul li a{
	display: block;
	text-align: center;
}
.aptitude-list{
	margin-top: 30px;
}
.aptitude-list ul li a .honor-img{
/*	border: 1px solid #cccccc;*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.aptitude-list ul li a p{
	font-size: 16px;
	color:#333333;
	margin-top: 20px;
}
/*.aptitude-list ul li a:hover .honor-img{
	box-shadow: 3px 3px 15px #ccc;
}*/
.honor{
	margin-bottom: 80px;
}


/**常见问题**/
.question{
	margin-top: 30px;
	margin-bottom: 70px;
}
.question .question-list{
	margin-bottom: 50px;
}
.question .question-list ul li{
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.question .question-list ul li a h4{
	font-size: 20px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.question .question-list ul li a h5 {
	font-size: 13px;
	color: #666;
	margin-bottom: 15px;
}
.question .question-list ul li a h5 span {
	margin-right: 20px;
}
.question .question-list ul li a p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.question .question-list ul li a:hover h4{
	color: #3f9a64;
	font-weight: bold;
}

@media(min-width: 768px) and (max-width: 992px){
	/**产品列表**/
	.product-banner {
		background: url(../images/product-banner.jpg) no-repeat center;
		padding-top: 70px;
		padding-bottom: 10px;
	}
	.product-banner p {
		text-align: right;
		margin-top: 70px;
		font-size: 14px;
		color: #FFF;
	}
	.product-tab ul li a {
		display: block;
		padding: 17px 21px;
		font-size: 15px;
		color: #000;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
	}
	.product-main {
		margin-top: 15px;
		padding-bottom: 60px;
	}
	.product-list ul li {
		width: 31.33%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
		border: 1px solid #cccccc;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	/**项目案例**/
	.case-banner {
		background: url(../images/case-banner.jpg) no-repeat center;
		padding-top: 75px;
		padding-bottom: 10px;
	}
	.case-banner h1 {
		font-size: 36px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	.case-banner p {
		text-align: right;
		margin-top: 90px;
		font-size: 14px;
		color: #FFF;
	}
	.case-list {
		margin-top: 25px;
	}
	.case-list ul li p {
		font-size: 14px;
		color: #333333;
		text-align: center;
		margin-top: 15px;
	}

	/**新闻中心**/
	.new-banner {
		background: url(../images/new-banner.jpg) no-repeat center;
		padding-top: 75px;
		padding-bottom: 10px;
	}
	.new-banner h1 {
		font-size: 34px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	.new-banner hr {
		width: 55px;
		height: 3px;
		background-color: #cccccc;
	}
	.new-banner p {
		text-align: right;
		margin-top: 75px;
		font-size: 14px;
		color: #FFF;
	}
	.new .new-list ul li a dl dt {
		width: 39%;
		float: left;
	}
	.new .new-list ul li a dl dd {
		width: 59.5%;
		float: right;
	}
	.new {
		margin-top: 0px;
		padding-bottom: 40px;
	}

	/**解决方案**/
	.plan-banner {
		background: url(../images/plan-banner.jpg) no-repeat center;
		padding-top: 75px;
		padding-bottom: 10px;
	}
	.plan-banner p {
		text-align: right;
		margin-top: 75px;
		font-size: 14px;
		color: #FFF;
	}
	.plan .plan-main .plan-box dl dt {
		width: 100%;
		float: left;
	}
	.plan .plan-main .plan-box dl dt img{
		margin: 0 auto;
	}
	.plan .plan-main .plan-box dl dd {
		width: 100%;
		float: left;
		padding: 15px 30px;
	}
	.xgnew .xgnew-list ul li a p {
		width: 72%;
		float: left;
		margin-bottom: 0px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.xgnew .xgnew-list ul li a span {
		width: 25%;
		float: right;
	}

	/**服务中心**/
	.service-banner {
		background: url(../images/service-banner.jpg) no-repeat center;
		padding-top: 95px;
		padding-bottom: 10px;
	}

	/**关于我们**/
	.show-banner {
		background: url(../images/about-banner.jpg) no-repeat center;
		padding-top: 95px;
		padding-bottom: 10px;
	}
	.show-banner p {
		text-align: right;
		margin-top: 90px;
		font-size: 14px;
		color: #FFF;
	}
	.about-list1 dl dt{
		width: 100%;
		float: left;
	}
	.about-list1 dl dt img{
		margin: 0 auto;
	}
	.about-list1 dl dd {
		width: 100%;
		float: right;
	}
	.about-list2 dl dt {
		width: 100%;
		float: right;
	}
	.about-list2 dl dt img{
		margin: 0 auto;
	}
	.about-list2 dl dd {
		width: 100%;
		float: left;
		margin-top: 30px;
	}
	.about-wh-main ul li .about-icon {
		border-radius: 50%;
		background-color: #ebebeb;
		text-align: center;
		height: 150px;
		box-sizing: border-box;
		padding-top: 22px;
	}
	.about-wh-main ul li .about-icon h3{
		margin-top: 5px;
		font-size: 20px;
	}
	.about-wh-main ul li.about-wh1:after {
		content: "";
		position: absolute;
		top: 86px;
		right: -32px;
		width: 1px;
		height: 96px;
		background-color: #c6c6c6;
		transform: rotate(-66deg);
	}
	.about-wh-main ul li.about-wh4:before {
		content: "";
		position: absolute;
		top: -118px;
		left: 50%;
		width: 10px;
		height: 10px;
		background-color: #c6c6c6;
		border-radius: 50%;
		margin-left: -5px;
	}
	.about-wh-main ul li.about-wh4:after {
		content: "";
		position: absolute;
		top: -116px;
		left: 50%;
		width: 1px;
		height: 116px;
		background-color: #c6c6c6;
	}
	.about-wh-main ul li.about-wh2:after {
		content: "";
		position: absolute;
		top: 86px;
		left: -32px;
		width: 1px;
		height: 96px;
		background-color: #c6c6c6;
		transform: rotate(66deg);
	}
	.about-wh-main ul li.about-wh5:before {
		content: "";
		position: absolute;
		top: -118px;
		left: 50%;
		width: 10px;
		height: 10px;
		background-color: #c6c6c6;
		border-radius: 50%;
		margin-left: -5px;
	}
	.about-wh-main ul li.about-wh5:after {
		content: "";
		position: absolute;
		top: -116px;
		left: 50%;
		width: 1px;
		height: 116px;
		background-color: #c6c6c6;
	}
	.about-wh-main ul li.about-wh2:before{
		content: "";
		position: absolute;
		top: 86px;
		right: -32px;
		width: 1px;
		height: 96px;
		background-color: #c6c6c6;
		transform: rotate(-66deg);
	}
	.about-wh-main ul li.about-wh3:before {
		content: "";
		position: absolute;
		top: 86px;
		left: -32px;
		width: 1px;
		height: 96px;
		background-color: #c6c6c6;
		transform: rotate(66deg);
	}
}

@media(max-width: 767px){
	.product-banner {
		background: url(../images/product-banner.jpg) no-repeat center;
		padding-top: 45px;
		padding-bottom: 10px;
		margin-top:67px;
	}
	.product-banner h1 {
		font-size: 34px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	.product-banner hr {
		width: 50px;
		height: 2px;
		margin-top: 15px;
		background-color: #cccccc;
	}
	.product-banner p {
		text-align: right;
		margin-top: 60px;
		font-size: 14px;
		color: #FFF;
	}
	.product-tab ul li a {
		display: block;
		padding: 10px 20px;
		font-size: 15px;
		color: #000;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
	}
	.product-tab ul li {
		width: 50%;
		float: left;
	}
	.product-main {
		margin-top: 20px;
		padding-bottom: 60px;
	}
	.product-list ul li {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		float: left;
		border: 1px solid #cccccc;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.fy ul li.fy-prev a {
		padding: 7px 18px;
	}
	.fy ul li{
		margin-top: 5px;
	}
	.fy ul li a {
		font-size: 14px;
		color: #333;
		padding: 7px 13px;
		display: inline-block;
		border: 1px solid #cccccc;
	}
	.fy ul li.fy-next a {
		padding: 7px 18px;
	}

	/**项目案例**/
	.case-banner h1 {
		font-size: 32px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	.case-banner hr {
		width: 60px;
		height: 3px;
		background-color: #cccccc;
	}
	.case-banner {
		background: url(../images/case-banner.jpg) no-repeat center;
		padding-top: 76px;
		padding-bottom: 10px;
		margin-top:67px;
	}
	.case-banner p {
		text-align: right;
		margin-top: 80px;
		font-size: 14px;
		color: #FFF;
	}
	.case-list {
		margin-top: 20px;
	}
	.case-list ul li {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		float: left;
		margin-top: 12px;
	}
	.case-list ul li p {
		font-size: 14px;
		color: #333333;
		text-align: center;
		margin-top: 15px;
	}
	.fy {
		margin-top: 20px;
		text-align: center;
	}

	/**新闻中心**/
	.new-banner {
		background: url(../images/new-banner.jpg) no-repeat center;
		padding-top: 55px;
		padding-bottom: 10px;
		margin-top:67px;
	}
	.new-banner h1 {
		font-size: 32px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	.new-banner hr {
		width: 60px;
		height: 2px;
		background-color: #cccccc;
	}
	.new-banner p {
		text-align: right;
		margin-top: 55px;
		font-size: 14px;
		color: #FFF;
	}
	.new {
		margin-top: 0px;
		padding-bottom: 40px;
	}
	.new .new-list ul li a dl dt {
		width: 100%;
		float: left;
	}
	.new .new-list ul li a dl dd {
		width: 100%;
		float: right;
	}


	/**解决方案**/
	.plan-banner {
		background: url(../images/plan-banner.jpg) no-repeat center;
		padding-top: 75px;
		padding-bottom: 10px;
		margin-top:67px;
	}
	.plan-banner h1 {
		font-size: 32px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	.plan-banner p {
		text-align: right;
		margin-top: 75px;
		font-size: 14px;
		color: #FFF;
	}
	.plan .plan-main .plan-box dl dt {
		width: 100%;
		float: left;
	}
	.plan .plan-main .plan-box dl dd {
		width: 100%;
		float: left;
		padding: 15px 30px;
	}
	.xgnew .xgnew-list ul li {
		width: 100%;
		float: left;
		margin-top: 13px;
		margin-right: 4%;
	}
	.xgnew h1 {
		font-size: 30px;
		font-weight: bold;
		color: #245738;
		margin-bottom: 20px;
	}
	.xgnew .xgnew-list ul li a {
		display: block;
		padding-left: 15px;
		background: url(../images/new-icon1.png) no-repeat 0px 5px;
		font-size: 14px;
		color: #333333;
	}
	.xgnew .xgnew-list ul li a p {
		width: 72%;
		float: left;
		margin-bottom: 0px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.xgnew .xgnew-list ul li a span {
		width: 23%;
		float: right;
	}

	/**服务中心**/
	.service-banner {
		background: url(../images/service-banner.jpg) no-repeat center;
		padding-top: 75px;
		padding-bottom: 10px;
		margin-top:67px;
	}
	.service-banner h1 {
		font-size: 32px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	.service-banner hr {
		width: 55px;
		height: 3px;
		background-color: #cccccc;
	}
	.service-banner p {
		text-align: right;
		margin-top: 75px;
		font-size: 14px;
		color: #FFF;
	}

	/**关于我们**/
	.show-banner {
		background: url(../images/about-banner.jpg) no-repeat center;
		padding-top: 75px;
		padding-bottom: 10px;
		margin-top:67px;
	}
	.show-banner h1 {
		font-size: 32px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	.show-banner hr {
		width: 60px;
		height: 2px;
		background-color: #cccccc;
	}
	.show-banner p {
		text-align: right;
		margin-top: 75px;
		font-size: 14px;
		color: #FFF;
	}
	.about-list1 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.about-list1 dl dt {
		width: 100%;
		float: left;
	}
	.about-list1 dl dd {
		width: 100%;
		float: right;
	}
	.about-list2 {
		background-color: #eeeeee;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about-list2 dl dt {
		width: 100%;
		float: right;
	}
	.about-list2 dl dd {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	.about-wh .about-wh-title h3 {
		font-size: 30px;
		font-weight: bold;
		color: #333333;
	}
	.about-wh {
		margin-top: 20px;
		padding-bottom: 60px;
	}

	.about-wh-main ul li.about-wh1:after {
		content: "";
		position: absolute;
		top: 124px;
		right: -53px;
		width: 1px;
		height: 140px;
		background-color: #c6c6c6;
		transform: rotate(-66deg);
		display: none;
	}
	.about-wh-main ul li.about-wh1 {
		margin-right:1%;
	}
	.about-wh-main ul li {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
		text-align: center;
		margin-top: 20px;
		position: relative;
	}
	.about-wh-main ul li .about-icon h3 {
		margin-top: 5px;
		font-size: 18px;
	}
	.about-wh-main ul li .about-icon {
		width: 150px;
		margin: 0 auto;
		border-radius: 50%;
		background-color: #ebebeb;
		text-align: center;
		height: auto;
		box-sizing: border-box;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.about-wh-main ul li.about-wh2 {
		margin-right: 0%;
	}
	.about-wh-main ul li.about-wh2:before {
		content: "";
		position: absolute;
		top: 124px;
		right: -53px;
		width: 1px;
		height: 140px;
		background-color: #c6c6c6;
		transform: rotate(-66deg);
		display: none;
	}
	.about-wh-main ul li.about-wh2:after {
		content: "";
		position: absolute;
		top: 124px;
		left: -53px;
		width: 1px;
		height: 140px;
		background-color: #c6c6c6;
		transform: rotate(66deg);
		display: none;
	}
	.about-wh-main ul li.about-wh3:before {
		content: "";
		position: absolute;
		top: 124px;
		left: -53px;
		width: 1px;
		height: 140px;
		background-color: #c6c6c6;
		transform: rotate(66deg);
		display: none;
	}
	.about-wh-main ul li.about-wh4:before {
		content: "";
		position: absolute;
		top: -132px;
		left: 50%;
		width: 10px;
		height: 10px;
		background-color: #c6c6c6;
		border-radius: 50%;
		margin-left: -5px;
		display: none;
	}
	.about-wh-main ul li.about-wh4:after {
		content: "";
		position: absolute;
		top: -130px;
		left: 50%;
		width: 1px;
		height: 130px;
		background-color: #c6c6c6;
		display: none;
	}
	.about-wh-main ul li.about-wh4 {
		margin-left: 1%;
		margin-right: 1%;
	}
	.about-wh-main ul li.about-wh5:before {
		content: "";
		position: absolute;
		top: -132px;
		left: 50%;
		width: 10px;
		height: 10px;
		background-color: #c6c6c6;
		border-radius: 50%;
		margin-left: -5px;
		display: none;
	}
	.about-wh-main ul li.about-wh5:after {
		content: "";
		position: absolute;
		top: -130px;
		left: 50%;
		width: 1px;
		height: 130px;
		background-color: #c6c6c6;
		display: none;
	}


	/**荣誉资质**/
	.aptitude-list ul li {
		width: 100%;
		float: left;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 30px;
	}

	/**常见问题**/
	.question .question-list ul li a h4 {
		font-size: 16px;
		color: #333;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 25px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
	}
	.question .question-list ul li a h5 {
		font-size: 13px;
		color: #666;
		margin-bottom: 10px;
	}

	/**工厂展示**/
	.show .show-list ul li {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		float: left;
		margin-top: 15px;
	}

	/**联系我们**/
	.contact .contact-lx {
		margin-top: 40px;
	}
	.contact .contact-lx .contact-lx-zl {
		width: 100%;
		float: left;
	}
	.contact-lx-map {
		width: 100%;
		margin-top: 20px;
		float: right;
	}
	.contact .contact-inp .contact-inp-title h1 {
		font-size: 30px;
		font-weight: bold;
		color: #333333;
		margin-bottom: 20px;
	}
	.contact .contact-inp ul li {
		width: 100%;
		float: left;
		margin-right: 0%;
		margin-top: 10px;
	}
	.contact .contact-inp textarea {
		width: 100%;
		margin-top: 10px;
		padding: 10px;
		border: 1px solid #999999;
	}
}