﻿.banner_common:before{
	background-image: url(../images/quality.jpg);
}
.banner_common1:before{
	background-image: url(../images/cos.jpg);
}
.quality_one{
	width: 100%;
	overflow: hidden;
	padding: 70px 0 90px;
}
.quality_one ul{
	width: 100%;
	overflow: hidden;
}
.quality_one ul:nth-of-type(2){
	margin: 60px 0 0;
}
.quality_one .one_img{
	width: 860px;
	height: 420px;
	overflow: hidden;
	float: left;
}
.quality_one .one_img img{
	width: 100%;
}
.quality_one .one_txt{
	width: calc(100% - 860px);
	width: -moz-calc(100% - 860px);
	width: -webkit-calc(100% - 860px);
	overflow: hidden;
	padding: 45px 0 0 55px;
	line-height: 25px;
	float: right;
	color: #333333;
	font-size: 15px;
	text-align: justify;
}
.quality_one ul:nth-of-type(2) .one_txt{
	float: left;
	padding: 45px 55px 0 0;
}
.one_txt h1{
	width: 120px;
	font-size: 30px;
	line-height: 55px;
	color: #333333;
	border-bottom: 3px solid #6696FF;
	margin-bottom: 25px;
}
.one_txt p{
	margin-bottom: 10px;
	font-size:15px;letter-spacing:1px;
}
@media only screen and (max-width: 1249px) {
	.quality_one .one_img{
		width: 520px;
		height: 322px;
	}
	.one_img img{
		width: auto;
		height: 100%;
	}
	.quality_one .one_txt{
		width: calc(100% - 520px);
		width: -moz-calc(100% - 520px);
		width: -webkit-calc(100% - 520px);
		padding: 0 0 0 40px;
	}
	.quality_three .three_txt {
	    height: 390px;
	}
}
@media only screen and (max-width: 991px) {
	.quality_one {
	    padding: 50px 0 60px;
	}
	.quality_one ul:nth-of-type(2) {
	    margin: 40px 0 0;
	}
	.quality_one ul:nth-of-type(2) .one_txt {
	    padding: 0;
	}
	.quality_one .one_img{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 0 30px;
	}
	.one_img img{
		width: 100%;
		height: auto;
	}
	.quality_one .one_txt{
		width: 100%;
		padding: 0;
	}
	.quality_three .three_txt {
	    height: auto;
	}
	.banner_common:before{
		background-image: url(../images/qualitysm.jpg);
	}
	.banner_common1:before{
		background-image: url(../images/cossm.jpg);
	}
}
@media only screen and (max-width: 767px) {
	.quality_one {
	    padding: 35px 0 30px;
	}
	.quality_one .one_img{
		margin: 0 0 10px;
	}
	.quality_one ul:nth-of-type(2) {
	    margin: 20px 0 0;
	}
	.one_txt h1 {
	    width: 96px;
	    font-size: 24px;
	    line-height: 45px;
	    margin-bottom: 10px;
	}
	.quality_one .one_txt{
		line-height: 20px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 1250px) {
	.quality_one .one_img{
		width: 660px;
		height: 322px;
	}
	.quality_one .one_txt{
		width: calc(100% - 660px);
		width: -moz-calc(100% - 660px);
		width: -webkit-calc(100% - 660px);
		padding: 15px 0 0 50px;
		line-height: 25px;
		font-size: 15px;
	}
}
@media only screen and (min-width: 1500px) {
	.quality_one .one_img{
		width: 860px;
		height: 420px;
	}
	.quality_one .one_txt{
		width: calc(100% - 860px);
		width: -moz-calc(100% - 860px);
		width: -webkit-calc(100% - 860px);
		padding: 45px 0 0 55px;
	}
}
/*检测中心*/
.quality_two{
	width: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 40px 0 60px;
}
.quality_two h1{
	line-height: 50px;
	width: 120px;
	margin: 0 auto 45px;
	font-size: 30px;
	color: #333333;
	border-bottom: 3px solid #6696FF;
	text-align: center;
}
.two_swiper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.two_swiper .two_img{
	width: 100%;
	overflow: hidden;
}
.two_swiper .two_img a{
	display: block;
	width: 100%;
	overflow: hidden;
	/* background-color: #6696FF; */
}
.two_swiper .two_img img{
	width: 100%;
	opacity: 0.25;
	transition: all 1s;
}
.two_swiper .two_img h4{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	margin: 15px 0 0;
	display: none;
}
.two_swiper .two_img:hover img{
	transform: scale(1.05);
}
.two_swiper .swiper-slide-prev .two_img img,.two_swiper .swiper-slide-next .two_img img,.swiper-slide-active .two_img img{
	opacity: 1;
}
.two_swiper .swiper-slide-prev .two_img h4,.two_swiper .swiper-slide-next .two_img h4,.swiper-slide-active .two_img h4{
	display: block;
}
.quality_two .two_more{
	display: block;
	width: 160px;
	height: 45px;
	line-height: 41px;
	border: 2px solid #6696FF;
	text-align: center;
	color: #000000;
	font-size: 14px;
	margin: 70px auto 0;
}
.quality_two .two_more:hover {
	background-color: #6696FF;
	color: #FFFFFF;
	animation: huxi 2s linear infinite;
}
.two_swiper .swiper-container{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
}
.two_swiper .swiper-button-next{
	width: 110px;
	height: 35px;
	border-radius: 18px;
	line-height: 35px;
	color: #000000;
	position: absolute;
	top: auto;
	bottom: 0;
	padding: 0 23px 0 0;
	text-align: left;
	background: #e9e9e9 url(../images/rightb.png) no-repeat;
	background-position: 77px 50%;
}
.two_swiper .swiper-button-next:hover{
	background: #6696FF url(../images/rightw.png) no-repeat;
	background-position: 77px 50%;
	color: #FFFFFF;
}
.two_swiper .swiper-button-prev{
	width: 110px;
	height: 35px;
	border-radius: 18px;
	line-height: 35px;
	color: #000000;
	padding: 0 0 0 23px;
	text-align: right;
	position: absolute;
	top: auto;
	bottom: 0;
	background:#e9e9e9 url(../images/leftb.png) no-repeat;
	background-position: 15px 50%;
}
.two_swiper .swiper-button-prev:hover{
	background:#6696FF url(../images/leftw.png) no-repeat;
	background-position: 15px 50%;
	color: #FFFFFF;
}
.two_swiper .swiper-button-prev,.two_swiper .swiper-container-rtl .swiper-button-next{
	left: 62px;
    right: auto;
}
.two_swiper .swiper-button-next,.two_swiper .swiper-container-rtl .swiper-button-prev {
    right: 62px;
    left: auto;
}
@media only screen and (max-width: 767px) {
	.quality_two {
	    padding: 30px 0 40px;
	}
	.quality_two h1 {
	    line-height: 40px;
	    width: 96px;
	    margin: 0 auto 20px;
	    font-size: 24px;
	}
	.quality_two .two_more {
	    width: 110px;
	    height: 35px;
	    line-height: 31px;
	    font-size: 14px;
	    margin: 30px auto 0;
	}
	.two_swiper .two_img h4{
		text-align: center;
	}
	.two_swiper .swiper-button-prev,.two_swiper .swiper-container-rtl .swiper-button-next{
		left: 5px;
		transform: scale(0.7);
	}
	.two_swiper .swiper-button-next,.two_swiper .swiper-container-rtl .swiper-button-prev{
	    right: 5px;
	    transform: scale(0.7);
	}
}
/*车间现场*/
.quality_three{
	width: 100%;
	overflow: hidden;
	padding: 70px 0 70px;
}
.quality_three .three_txt{
	width: calc(33.33% - 12px);
	width: -moz-calc(33.33% - 12px);
	width: -webkit-calc(33.33% - 12px);
	height: 570px;
	overflow: hidden;
	float: left;
	background-color: #6696FF;
	color: #FFFFFF;
	padding: 95px 40px;
	line-height: 20px;
	font-size: 14px;
	margin: 0 12px 0 0;
}
.three_txt h1{
	font-size: 36px;
	margin-bottom: 15px;
}
.three_txt a{
	display: block;
	width: 180px;
	height: 45px;
	line-height: 43px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FFFFFF;
	margin: 100px 0 0;
}
.three_txt a:hover{
	animation: huxi 2s linear infinite;
}
.three_txt a span{
	font-size: 18px;
	font-family: arial;
	margin-left: 45px;
}
.quality_three .three_img{
	width: calc(33.33% - 12px);
	width: -moz-calc(33.33% - 12px);
	width: -webkit-calc(33.33% - 12px);
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 6px;
}
.quality_three .three_img:last-of-type{
	margin: 0 0 0 12px;
}
.quality_three .three_img a{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 26px;
}
.quality_three .three_img a img{
	width: 100%;
	transition: all 1s;
}
.quality_three .three_img a:hover img{
	transform: scale(1.05);
}
@media only screen and (max-width: 1249px) {
	.quality_three .three_txt {
	    height: 390px;
	    padding: 60px 40px;
	}
	.quality_three .three_txt br{
		display: none;
	}
	.quality_three .three_img{
		height: auto;
	}
}
@media only screen and (max-width: 991px) {
	.quality_three {
	    padding: 70px 0 40px;
	}
	.quality_three .three_txt {
		width: 100%;
		height: auto;
		margin: 0 0 30px;
	}
	.three_txt a {
	    margin: 50px 0 0;
	}
	.quality_three .three_img{
		width: calc(50% - 12px);
		width: -moz-calc(50% - 12px);
		width: -webkit-calc(50% - 12px);
		height: auto;
		margin: 0 12px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.quality_three {
	    padding: 40px 0 30px;
	}
	.quality_three .three_txt {
	    margin: 0 0 10px;
	}
	.quality_three .three_img{
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
		margin: 0 5px 0 0;
	}
	.quality_three .three_img:last-of-type {
	    margin: 0 0 0 5px;
	}
	.quality_three .three_img a {
	    margin-bottom: 10px;
	}
	.three_txt h1 {
	    font-size: 28px;
	    margin-bottom: 10px;
	}
	.three_txt a {
	    width: 130px;
	    height: 35px;
	    line-height: 33px;
	    font-size: 14px;
	    margin: 30px 0 0;
	}
	.three_txt a span {
	    font-size: 16px;
	    margin-left: 25px;
	}
}
@media only screen and (min-width: 1250px) {
	.quality_three .three_txt {
	    height: 453px;
	}
	.quality_three .three_img{
		height: auto;
	}
}
@media only screen and (min-width: 1500px) {
	.quality_three .three_txt {
	    height: 570px;
	}
	.quality_three .three_img{
		height: 570px;
	}
}
/*检测中心详情页面*/
.quality_content{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 0;
}
.quality_content li{
	overflow: hidden;
	float: left;
}
.quality_content li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.quality_content li a img{
	width: 100%;
	transition: all 1s;
}
.quality_content li h4{
	width: 100%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	background-color: rgba(0,0,0,0.35);
	font-size: 15px;
	color: #FFFFFF;
}
.quality_content li:hover a img{
	transform: scale(1.05);
}
.quality_content li:hover h4{
	background-color: #6696FF;
}
@media only screen and (max-width: 1249px) {
	.quality_content li{
		width: calc(25% - 24px);
		width: -moz-calc(25% - 24px);
		width: -webkit-calc(25% - 24px);
	}
	.quality_content li:nth-of-type(4n+1){
		margin: 0 24px 36px 0;
	}
	.quality_content li:nth-of-type(4n+2){
		margin: 0 12px 36px;
	}
	.quality_content li:nth-of-type(4n){
		margin: 0 0 36px 24px;
	}
}
@media only screen and (max-width: 991px ) {
	.quality_content li{
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
	}
	.quality_content li:nth-of-type(2n+1){
		margin: 0 20px 40px 0;
	}
	.quality_content li:nth-of-type(2n){
		margin: 0 0 40px 20px;
	}
}
@media only screen and (max-width: 767px ) {
	.quality_content {
	    padding: 30px 0;
	}
	.quality_content li{
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
	}
	.quality_content li:nth-of-type(2n+1){
		margin: 0 5px 10px 0;
	}
	.quality_content li:nth-of-type(2n){
		margin: 0 0 10px 5px;
	}
	.quality_content li h4{
		line-height: 35px;
		height: 35px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 1250px) {
	.quality_content li{
		width: calc(25% - 30px);
		width: -moz-calc(25% - 30px);
		width: -webkit-calc(25% - 30px);
	}
	.quality_content li:nth-of-type(4n+1){
		margin: 0 30px 40px 0;
	}
	.quality_content li:nth-of-type(4n+2){
		margin: 0 15px 40px;
	}
	.quality_content li:nth-of-type(4n+3){
		margin: 0 15px 40px;
	}
	.quality_content li:nth-of-type(4n){
		margin: 0 0 40px 30px;
	}
}
@media only screen and (min-width: 1500px) {
	.quality_content li{
		width: calc(20% - 30px);
		width: -moz-calc(20% - 30px);
		width: -webkit-calc(20% - 30px);
	}
	.quality_content li:nth-of-type(5n+1){
		margin: 0 30px 40px 0;
	}
	.quality_content li:nth-of-type(5n+2){
		margin: 0 20px 40px 10px;
	}
	.quality_content li:nth-of-type(5n+3){
		margin: 0 10px 40px 20px;
	}
	.quality_content li:nth-of-type(5n+4){
		margin: 0 10px 40px 20px;
	}
	.quality_content li:nth-of-type(5n){
		margin: 0 0 40px 30px;
	}
}