.banner-support {
	background: url(../images/banner-support.jpg) no-repeat center center / cover;
}



.Production{ width: 100%; display: block; font-size: 0; padding-top: .4rem;}
.Production .tit{ display: block; text-align: center; margin-bottom: .34rem;}
.Production .tit i{ font-family: "iconfont2"; color: #40b1c1; line-height: .54rem; display: block;  font-size: .48rem;}
.Production .tit h2{ display: block; font-size: .18rem; font-weight: bold; color: #707070; line-height: .27rem;}



/* 生产 */
.box .Production{ width: 100%; display: block; position: relative; font-size: 0;}
.box .Production .Production-list{ display: block; overflow: hidden; position: relative; font-size: 0; }
.box .Production .Production-list li{ width: 23%; margin: 0 1% 2%; display: inline-block;}
.box .Production .Production-list img{ max-width: 100%;}
.box .Production .prev,
.box .Production .next{ position: absolute; top: 50%; transform: translateY(-50%); width: 76px; height: 72px; color: #fff; background: rgba(61,164,71,0); font-family: "iconfont2"; font-size: 30px; text-align: center; line-height: 72px; z-index: 2; transition: all 0.3s ease-in-out; text-transform: uppercase; opacity: 1; cursor: pointer; left: 50px;}
.box .Production .next{ right: 50px; left: auto;}

.box .Production .prev:hover,
.box .Production .next:hover{ background: rgba(61,164,71,1); }




@media screen and ( max-width:768px){
	.box .Production .Production-list li{ width: 96%; margin: 2%; display: inline-block;}

	
}