/*技术创新*/
.quality_one{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.quality_one h1{
	font-size: 36px;
	color: #333333;
	line-height: 45px;
	margin-bottom: 35px;
}
.quality_one ul{
	width: 100%;
	overflow: hidden;
	background-color: #009612;
}
.quality_one ul li{
	height: auto;
	overflow: hidden;
}
.quality_one ul li:nth-of-type(2){
	padding: 45px 40px 0 30px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px;
	text-indent: 32px;
}
@media only screen and (max-width:991px ) {
	.quality_one ul li:nth-of-type(2) {
	    padding: 45px 40px;
	}
	.quality_one ul li img{
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.quality_one{
		padding: 35px 0;
	}
	.quality_one h1{
		font-size: 24px;
		color: #333333;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.quality_one ul li:nth-of-type(2) {
	    padding: 25px 20px;
	    font-size: 12px;
		line-height: 20px;
		text-indent: 24px;
	}
}
@media only screen and (min-width:992px ) {
	.quality_one ul li:nth-of-type(2){
		padding: 45px 30px 0;
	}
}
@media only screen and (min-width:1300px ) {
	.quality_one ul li:nth-of-type(2){
		padding: 45px 40px 0 30px;
	}
}
/*生产现场*/
.quality_two{
	width: 100%;
	overflow: hidden;
	padding: 45px 0;
	background: url(../images/productionbg.jpg) no-repeat center center;
}
.quality_title{
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 40px;
}
.quality_title h1{
	font-size: 36px;
	line-height: 50px;
}
.production_banner{
	width: 100%;
	height: auto;
	position: relative;
}
.production_banner a{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.production_img{
	width: 100%;
	overflow: hidden;
}
.production_img img{
	width: 100%;
	transition: all 0.5s;
}
.production_banner h3{
	font-size: 14px;
	color: #666666;
	padding: 12px 0;
	background-color: #FFFFFF;
}
.production_banner a:hover img{
	transform: scale(1.1);
}
.production_banner a:hover h3{
	background-color: #009612;
	color: #FFFFFF;
}
.swiper-container{
	width: 100%;
}
.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	margin-top: -22px;
	z-index: 10;
	opacity: 1;
	cursor: pointer;
	background-position: center center;
	background-size: 100%;
}
.swiper-button-next.swiper-button-disabled{
	background: url(../images/right_w.png);
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev.swiper-button-disabled{
	background: url(../images/left_w.png);
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
	background: url(../images/left_y.png);
	left: -80px;
	right: auto;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
	background: url(../images/right_y.png);
	right: -80px;
	left: auto;
}
@media only screen and (max-width:1299px ) {
	.swiper-container{
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
		left: -10px;
	}
	.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
		right: -10px;
	}
}
@media only screen and (max-width:767px ) {
	.swiper-container{
		width: 100%;
		padding-bottom: 30px;
	}
	.quality_two{
		padding: 35px 0;
	}
	.quality_title{
		line-height: 20px;
		margin-bottom: 20px;
	}
	.quality_title p{
		height: 40px;
		overflow: hidden;
	}
	.quality_title p:nth-of-type(2){
		display: none;
	}
	.quality_title h1{
		font-size: 24px;
		line-height: 35px;
	}
	.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
		left: -10px;
		bottom: -10px;
		margin-top: 0;
		top: auto;
		transform: scale(0.6);
	}
	.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
		right: -10px;
		bottom: -10px;
		margin-top: 0;
		top: auto;
		transform: scale(0.6);
	}
}
@media only screen and (min-width:1300px ) {
	.swiper-container{
		width: 100%;
	}
	.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
		left: -80px;
	}
	.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
		right: -80px;
	}
}
/*检测中心*/
.quality_three{
	width: 100%;
	overflow: hidden;
	padding: 45px 0 60px;
}
.quality_three .quality_title{
	color: #9a9a9a;
	line-height: 18px;
}
.quality_three .quality_title h1{
	color: #333333;
}
.testing_banner{
	width: 100%;
	height: auto;
	position: relative;
}
.testing_banner a{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.testing_banner h3{
	font-size: 14px;
	color: #666666;
	padding: 12px 0;
	background-color: #e5e5e5;
}
.testing_banner a:hover img{
	transform: scale(1.1);
}
.testing_banner a:hover h3{
	background-color: #009612;
	color: #FFFFFF;
}
.testing_banner .swiper-button-next.swiper-button-disabled{
	background: url(../images/right_b.png);
}
.testing_banner .swiper-button-prev.swiper-button-disabled{
	background: url(../images/left_b.png);
}
@media only screen and (max-width:767px ) {
	.quality_three{
		padding: 35px 0 ;
	}
}