/*quality公共部分*/
.quality_content{
	width: 100%;
	background:#fff url(../img/images/about_bg.jpg) no-repeat top center;
	background-size: 100%;
	padding: 60px 0 0;
	position: relative;
	z-index: 11;
	color: #626262;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
}
.quality_content h1{
	color: #3e3e3e;
	font-size: 36px;
	margin-bottom: 40px;
}
/*quality页面独有*/
.technology{
	width: 100%;
	padding-bottom: 50px;
	overflow: hidden;
}
.technology ul{
	overflow: hidden;
}
.technology_img{
	height: 375px;
	overflow: hidden;
}
.technology_img img{
	width: 100%;
}
.technology_text{
	height: 375px;
	overflow: hidden;
	border: 5px solid #f4f4f4;
	padding:75px 50px;
}
.technology_text h2{
	color: #333;
	font-size: 28px;
	font-weight: bold;
}
.technology_text span{
	display: block;
	width: 55px;
	height: 2px;
	background-color: #181878;
	margin-top: 10px;
}
.technology_text p{
	margin-top: 20px;
}
.production{
	width: 100%;
	overflow: hidden;
	padding:40px 0 100px;
	background: url(../img/productionBg.jpg) no-repeat top center;
	background-size: 100%;
}
.production h1{
	color: #fff !important;
}
.production_banner{
	padding-top: 15px;
	width: 100%;
	height: auto;
	position: relative;
}
.swiper-container{
	width: 100%;
	height: 100%;
}
.production-swiper-button-prev,
.swiper-container-rtl .production-swiper-button-next {
	background-image: url(../img/production-prev.png);
	left: -80px;
	right: auto;
	width: 70px;
	height: 75px;
	background-size: 70px;
	cursor: pointer;
}
.production-swiper-button-next,
.swiper-container-rtl .production-swiper-button-prev {
	background-image: url(../img/production-next.png);
	right: -80px;
	left: auto;
	width: 70px;
	height: 75px;
	background-size: 70px;
	cursor: pointer;
}
.production-swiper-button-next.swiper-button-disabled{
	cursor: auto;
	pointer-events: none;
	background-image: url(../img/production_icon.png);
}

.production-swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	pointer-events: none;
	background-image: url(../img/production_icon.png);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 2.5px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #181878;
}
.production_box{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.production_box .production_img{
	width: 100%;
	overflow: hidden;
}
.production_img img{
	width: 100%;
	transition: all 0.5s;
}
.production_box h3{
	color: #221815;
	font-size: 16px;
	background-color: #fff;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
}
.production_box:hover img{
	transform: scale(1.2);
}
.production_box:hover h3{
	color: #181878;
	font-weight: bold;
}
.testing{
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
.testing_banner{
	margin: 0 auto;
	width: 88.7%;
	height: auto;
}
.testing_box{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.testing_box h4{
	font-size: 12px;
	line-height: 40px;
	opacity: 0;
}
.testing_img{
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.09);
}
.testing_line{
	width: 100%;
	height: 15px;
	overflow: hidden;
	margin-top: 30px;
	background: url(../img/testing_bottom.jpg) no-repeat top center;
	background-size: 100%;
	display: none;
}
.testing_img img{
	width: 100%;
}
.testing_mask{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.testing_swiper{
	overflow: auto;
	overflow-x: hidden;
}
.testing_swiper .swiper-slide{
	z-index: 20;
	transform: scale(0.57);
	opacity: 0;
	transition: transform 0.5s;
}
.testing_swiper .swiper-slide-active .testing_box h4{
	opacity: 1;
}
.testing_swiper .swiper-slide-active .testing_box .testing_mask{
	display: none;
}
.testing_swiper .swiper-slide-active .testing_box .testing_line{
	display: block;
}
.testing_swiper .swiper-slide-prev,.testing_swiper .swiper-slide-next{
	z-index: 21;
	opacity: 1;
}
.testing_swiper .swiper-slide-active{
	transform: scale(1);
	z-index: 31;
	opacity: 1;
}
@media only screen and (max-width:767px ) {
	.quality_content{
		padding: 30px 0 0;
	}
	.quality_content h1{
		color: #3e3e3e;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.technology_text h2{
		color: #333;
		font-size: 20px;
		font-weight: bold;
	}
	.technology_img{
		height:auto;
		overflow: hidden;
	}
	.technology_text{
		height: auto;
		overflow: hidden;
		line-height: 20px;
		font-size: 12px;
		border: 5px solid #f4f4f4;
		padding:25px 15px;
	}
	.production{
		width: 100%;
		overflow: hidden;
		padding:40px 0;
		background: url(../img/productionBg.jpg) no-repeat top center;
		background-size:auto 100%;
	}
	.production_box{
		width: 100%;
		padding-bottom: 40px;
		height: auto;
		overflow: hidden;
		cursor: pointer;
	}
	.testing_banner{
		width: 100%;
		height: auto;
	}
	.testing{
		width: 100%;
		padding: 50px 0 20px;
		overflow: hidden;
	}
}
@media only screen and (min-width:768px ) {
	.quality_content{
		padding: 40px 0 0;
	}
	.quality_content h1{
		color: #3e3e3e;
		font-size: 36px;
		margin-bottom: 30px;
	}
	.technology_img{
		height: 236px;
		overflow: hidden;
	}
	.technology_text{
		height: 236px;
		overflow: hidden;
		line-height: 20px;
		font-size: 14px;
		border: 5px solid #f4f4f4;
		padding:25px 15px;
	}
	.technology_text p{
		margin-top: 10px;
	}
	.production{
		width: 100%;
		overflow: hidden;
		padding:40px 0;
		background: url(../img/productionBg.jpg) no-repeat top center;
		background-size:auto 100%;
	}
	.production_box{
		width: 100%;
		height: 248px;
		overflow: hidden;
		cursor: pointer;
	}
	.testing_banner{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-width:992px ) {
	.quality_content{
		padding: 60px 0 0;
	}
	.quality_content h1{
		color: #3e3e3e;
		font-size: 36px;
		margin-bottom: 40px;
	}
	.production_box{
		width: 100%;
		height: auto;
		overflow: hidden;
		cursor: pointer;
	}
	.technology_img{
		height: 308px;
		overflow: hidden;
	}
	.technology_text{
		height: 308px;
		overflow: hidden;
		border: 5px solid #f4f4f4;
		padding:42px 50px;
		line-height: 25px;
		font-size: 14px;
	}
	.technology_text p{
		margin-top: 20px;
	}
	.production-swiper-button-prev,
	.swiper-container-rtl .production-swiper-button-next {
		background-image: url(../img/production_icon.png);
		left: -50px;
		right: auto;
		width: 45px;
		height: 45px;
		background-size: 100%;
		cursor: pointer;
		background-position: 0 -173px;
		transition: all 0.5s;
	}
	.production-swiper-button-next,
	.swiper-container-rtl .production-swiper-button-prev {
		background-image: url(../img/production_icon.png);
		right: -50px;
		left: auto;
		width:45px;
		height: 45px;
		background-size: 100%;
		background-position: 0 -58px;
		cursor: pointer;
		transition: all 0.5s;
	}
	.production-swiper-button-prev:hover{
		background-position: 0 -117px;
	}
	.production-swiper-button-next:hover{
		background-position: 0 -5px;
	}
	
	.production{
		width: 100%;
		overflow: hidden;
		padding:40px 0 100px;
		background: url(../img/productionBg.jpg) no-repeat top center;
		background-size:auto 100%;
	}
	.testing_banner{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-width:1200px ) {
	.technology_img{
		height: 375px;
		overflow: hidden;
	}
	.technology_text{
		height: 375px;
		overflow: hidden;
		border: 5px solid #f4f4f4;
		padding:75px 50px;
	}
	.production-swiper-button-prev,
	.swiper-container-rtl .production-swiper-button-next {
		left: -80px;
	}
	.production-swiper-button-next,
	.swiper-container-rtl .production-swiper-button-prev {
		right: -80px;
	}
	.production{
		width: 100%;
		overflow: hidden;
		padding:100px 0 100px;
		background: url(../img/productionBg.jpg) no-repeat top center;
		background-size: 100%;
	}
}