.quality_content{
	width: 100%;
	overflow: hidden;
	background: url(../img/qualityBanner.png) no-repeat top center;
}
.quality_banner{
	width: 100%;
	height: 530px;
	overflow: hidden;
	line-height: 530px;
	font-size: 50px;
	color: #FFFFFF;
	text-align: center;
	font-weight: lighter;
}
@media only screen and (max-width:767px ) {
	.quality_content{
		background-size: 1200px;
	}
	.quality_banner{
		height: 380px;
		line-height: 380px;
		font-size: 30px;
		font-weight: bold;
	}
}
@media only screen and (min-width:1921px ) {
	.quality_content{
		background-size:100%;
		background-position: 50% -5%;
	}
}
/*创新造就大业，品质改变世界*/
.technology_box{
	width: 100%;
	overflow: hidden;
}
.quality_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #959595;
	line-height: 20px;
	font-size: 14px;
}
.quality_title h1{
	font-size: 50px;
	color: #000000;
	font-weight: lighter;
	margin-bottom: 25px;
}
.technology_quality{
	width: 100%;
	overflow: hidden;
	margin: 85px 0 120px;
	font-size: 14px;
}
.technology_quality li{
	height: auto;
	overflow: hidden;
}
.technology_quality li:nth-of-type(2){
	padding: 20px 0 0 50px;
	color: #767676;
	line-height: 25px;
}
.technology_quality li h2{
	font-size: 36px;
	color: #282828;
	line-height: 45px;
	margin-bottom: 40px;
}
@media only screen and (max-width:991px ) {
	.technology_quality img{
		width: 100%;
	}
	.technology_quality li h2 br{
		display: none;
	}
	.technology_quality li:nth-of-type(2){
		padding: 20px 0 0 0px;
	}
}
@media only screen and (max-width:767px ) {
	.quality_title h1{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.quality_title br{
		display: none;
	}
	.technology_quality{
		width: 100%;
		overflow: hidden;
		margin: 45px 0 60px;
		font-size: 14px;
	}
	.technology_quality li h2{
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		margin-bottom: 20px;
	}
}
/*生产设备*/
.quality_production,.quality_testing{
	width: 100%;
	overflow: hidden;
	background-color: #fafafa;
	padding: 105px 0 90px;
}
.quality_testing{
	background-color: #FFFFFF;
}
.production_banner,.testing_banner{
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}
.swiper-container{
	width: 100%;
	overflow: hidden;
	padding-bottom: 90px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #9f9f9f;
	border: 1px solid transparent;
	opacity: 1;
	cursor: pointer;
}
.swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
    opacity: 1;
    border: 1px solid #009e9e;
    background-color: transparent;
}
.swiper-slide .production,.swiper-slide .testing{
	width: 875px;
	overflow: hidden;
	margin: 0 auto;
	transform: scale(0.6);
	transition: all 0.25s;
	opacity: 0.5;
}
.swiper-slide-active .production,.swiper-slide-active .testing{
	transform: scale(1);
	opacity: 1;
}
.production img,.testing img{
	width: 100%;
}
@media only screen and (max-width:1249px ) {
	.swiper-slide .production,.swiper-slide .testing{
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.quality_production,.quality_testing{
		padding: 55px 10px 45px;
	}
	.production_banner,.testing_banner{
		margin-top: 40px;
	}
	.swiper-container{
		padding-bottom: 45px;
	}
}
@media only screen and (min-width:1250px ) {
	.swiper-slide .production,.swiper-slide .testing{
		width: 875px;
	}
}