.quality_banner{
	width: 100%;
	overflow: hidden;
}
.quality_banner img{
	width: 100%;
}
.quality_content{
	width: 100%;
	overflow: hidden;
	background-color: #fbfbfb;
}
.quality_content h1{
	text-align: center;
	margin: 55px 0 20px;
	font-size: 40px;
	color: #000;
}
.quality_content p{
	text-align: center;
	font-size: 14px;
	color: #797979;
	width: 910px;
	margin: 0 auto;
	line-height: 20px;
}
.quality_top{
	width: 1040px;
	height: 320px;
	margin: 0px auto;
	padding-top: 60px;
	position: relative;
}
.quality_top>li{
	height: auto;
}
.quality_top ul{
	width: 180px;
	height: 180px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	border: 1px solid #eea3a5;
	padding: 48px;
	transition: all 0.5s;
	cursor: pointer;
}

.quality_top ul li:first-of-type{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #dc262b;
	z-index: 11;
	transition: all 0.5s;
}
.quality_top ul:hover{
	padding: 0;
}
.quality_top ul:hover li:first-of-type{
	z-index: 9;
	border-width:2px;
}
.quality_top ul li img{
	width: 42px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
}
.quality_top ul li:last-of-type{
	position: absolute;
	left: -1px;
	top: 50%;
	background: linear-gradient(180deg, rgba(251,251,251,0), rgba(251,251,251,1));
	width: calc(100% + 2px);
	height: calc(50% + 1px);
	line-height: 180px;
	color: #434343;
	font-size: 18px;
	text-align: center;
	z-index: 10;
}
.technology{
	width: 100%;
	height: 580px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.technology_text{
	width: 480px;
	overflow: hidden;
	text-align: left;
	margin-top: 183px;
	position: relative;
	z-index: 11;
}
.technology_text h2{
	color: #dc252a;
	font-size: 40px;
	margin-bottom: 20px;
}
.technology_text p{
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #595757;
	line-height: 25px;
}
.one_bg{
	width: calc(50% + 70px);
	height:calc(100% + 120px);
	position: absolute;
	right: 0;
	top:-60px;
	border: 2px solid #dc252a;
	border-right: none;
	padding: 18px 0px 18px 18px;
	border-radius: 350px 0 0 350px;
	overflow: hidden;
}
.one_bg .two_bg{
	position: relative;
	width: 100%;
	height:100%;
	border-radius: 330px 0 0 330px;
	border: 25px solid #dc252a;
	border-right: none;
	overflow: hidden;
	line-height: 610px;
}
.two_bg img{
	width: 100%;
}
.production_equipment,.detection{
	width: 1049px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0 50px;
}
.production_banner,.detection_banner{
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .3;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #dc252a;
}
.production_box,.detection_box{
	width: 333px;
	height: 430px;
}
.production_box ul,.detection_box ul{
	width: 333px;
	height: 333px;
	border: 1px solid #dc282d;
	border-radius: 50%;
	position: absolute;
	background-color: #fff;
	padding: 29px;
	cursor: pointer;
}
.production_box ul:hover ,.detection_box ul:hover{
	border-width: 2px;
	padding: 28px;
}

.production_box ul li:first-of-type,.detection_box ul li:first-of-type{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 11;
	border-radius:50% ;
	overflow: hidden;
}
.production_box ul li .production_mask,.detection_box ul li .production_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	line-height: 273px;
	opacity: 0;
	transition: all 0.5s;
}
.production_box ul li>img,.detection_box ul li>img{
	height: 100%;
	transition: all 0.5s;
}
.production_box ul:hover li>img,.detection_box ul:hover li>img{
	transform: scale(1.1);
}
.production_box ul li:last-of-type,.detection_box ul li:last-of-type{
	position: absolute;
	top: 50.5%;
	left: -1px;
	width: 333px;
	height: 166.5px;
	line-height: 333px;
	border-radius:0 0 333px 333px;
	background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
	text-align: center;
	font-size: 20px;
	color: #555;
}
.production_box ul:hover .production_mask,.detection_box ul:hover .production_mask{
	opacity: 1;
}
.production_box ul:hover li,.detection_box ul:hover li{
	font-weight: bold;
	color: #dc282d !important;
}
.detection_equipment{
	width: 100%;
	background-color: #fff;
}
@media only screen and (max-width:767px ) {
	.quality_content p{
	    text-align: center;
	    font-size: 14px;
	    color: #797979;
	    width: 100%;
	    margin: 0 auto;
	    line-height: 20px;
	}
	.quality_top ul{
		width: 120px;
		height: 120px;
		margin: 0 auto;
		border-radius: 50%;
		position: relative;
		border: 1px solid #eea3a5;
		padding: 18px;
		margin-bottom: 30px;
	}
	.quality_top ul li:first-of-type{
		position: relative;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 1px solid #dc262b;
		z-index: 11;
		line-height: 82px;
		text-align: center;
	}
	.quality_top ul li:last-of-type{
		position: absolute;
		left: -1px;
		top: 50%;
		background: linear-gradient(180deg, rgba(251,251,251,0), rgba(251,251,251,1));
		width: calc(100% + 2px);
		height: calc(50% + 1px);
		line-height: 120px;
		color: #434343;
		font-size: 14px;
		text-align: center;
		z-index: 10;
	}
	.quality_top{
		width: 100%;
		height: auto;
		margin: 0px auto;
		padding-top: 20px;
		position: relative;
	}
	.production_equipment,.detection{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 15px 0 50px;
	}
	.production_box,.detection_box{
		width: 280px;
		height: 355px;
		margin: 0 auto;
	}
	.production_box ul,.detection_box ul{
		width: 280px;
		height: 280px;
		border: 1px solid #dc282d;
		border-radius: 50%;
		position: absolute;
		background-color: #fff;
		padding: 29px;
		cursor: pointer;
	}
	.production_box ul li:first-of-type,.detection_box ul li:first-of-type{
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 11;
		border-radius:50% ;
		overflow: hidden;
	}
	.production_box ul li .production_mask,.detection_box ul li .production_mask{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		text-align: center;
		line-height: 220px;
		opacity: 0;
		transition: all 0.5s;
	}
	.production_box ul li>img,.detection_box ul li>img{
		height: 100%;
	}
	.production_box ul li:last-of-type,.detection_box ul li:last-of-type{
		position: absolute;
		top: 50.5%;
		left: -1px;
		width: 280px;
		height: 140.5px;
		line-height: 280px;
		border-radius:0 0 280px 280px;
		background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
		text-align: center;
		font-size: 20px;
		color: #555;
	}
	.technology{
		width: 100%;
		height: auto;
		background-color: #fff;
		overflow: hidden;
		position: relative;
	}
	.technology_text{
		width: 100%;
		overflow: hidden;
		text-align: left;
		margin-top: 0px;
		position: relative;
		z-index: 11;
		padding: 5px;
		background-color: rgba(255,255,255,0.8);
	}
	.technology_text h2{
		color: #dc252a;
		font-size: 30px;
		margin-bottom: 10px;
	}
	.technology_text p{
		width: 100%;
		text-align: left;
		font-size: 14px;
		color: #000;
		line-height: 25px;
	}
	.one_bg{
		width: 100%;
		height:auto;
		position: absolute;
		right: 0;
		top:0px;
		border: none;
		padding:0;
		border-radius:0;
		overflow: hidden;
	}
	.one_bg .two_bg{
		position: relative;
		width: 100%;
		height:auto;
		border-radius:0;
		border: none;
		overflow: hidden;
		line-height:normal;
	}
	.two_bg img{
		width: 100%;
	}
}
@media only screen and (min-width:768px ) {
	.quality_content p {
	    text-align: center;
	    font-size: 14px;
	    color: #797979;
	    width: 100%;
	    margin: 0 auto;
	    line-height: 20px;
	}
	.quality_top{
		width: 100%;
		height: 320px;
		margin: 0px auto;
		padding-top: 60px;
		position: relative;
	}
	.production_equipment,.detection{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 15px 0 50px;
	}
	.production_box,.detection_box{
		width: 356px;
		height: 430px;
	}
	.production_box ul,.detection_box ul{
		width: 356px;
		height: 356px;
		border: 1px solid #dc282d;
		border-radius: 50%;
		position: absolute;
		background-color: #fff;
		padding: 29px;
		cursor: pointer;
	}
	.production_box ul li:first-of-type,.detection_box ul li:first-of-type{
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 11;
		border-radius:50% ;
		overflow: hidden;
	}
	.production_box ul li .production_mask,.detection_box ul li .production_mask{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		text-align: center;
		line-height: 296px;
		opacity: 0;
		transition: all 0.5s;
	}
	.production_box ul li>img,.detection_box ul li>img{
		height: 100%;
	}
	.production_box ul li:last-of-type,.detection_box ul li:last-of-type{
		position: absolute;
		top: 50.5%;
		left: -1px;
		width: 356px;
		height: 178.5px;
		line-height: 356px;
		border-radius:0 0 356px 356px;
		background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
		text-align: center;
		font-size: 20px;
		color: #555;
	}
	.technology{
		width: 100%;
		height: 580px;
		background-color: #fff;
		overflow: hidden;
		position: relative;
	}
	.technology_text{
		width: 480px;
		overflow: hidden;
		text-align: left;
		margin-top: 183px;
		position: relative;
		z-index: 11;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
	}
	.technology_text h2{
		color: #dc252a;
		font-size: 40px;
		margin-bottom: 20px;
	}
	.technology_text p{
		width: 100%;
		text-align: left;
		font-size: 14px;
		color: #000;
		line-height: 25px;
	}
	.one_bg{
		width: 100%;
		height:auto;
		position: absolute;
		right: 0;
		top:0px;
		border: none;
		padding:0;
		border-radius:0;
		overflow: hidden;
	}
	.one_bg .two_bg{
		position: relative;
		width: 100%;
		height:auto;
		border-radius:0;
		border: none;
		overflow: hidden;
		line-height:normal;
	}
	.two_bg img{
		width: 100%;
	}
}
@media only screen and (min-width:992px ) {
	.quality_content p {
	    text-align: center;
	    font-size: 14px;
	    color: #797979;
	    width: 910px;
	    margin: 0 auto;
	    line-height: 20px;
	}
	.technology{
		width: 100%;
		height: 580px;
		background-color: #fff;
		overflow: hidden;
		position: relative;
	}
	.technology_text{
		width: 480px;
		overflow: hidden;
		text-align: left;
		margin-top: 183px;
		position: relative;
		z-index: 11;
		padding: 0px;
		background-color: transparent;
	}
	.technology_text h2{
		color: #dc252a;
		font-size: 40px;
		margin-bottom: 20px;
	}
	.technology_text p{
		width: 100%;
		text-align: left;
		font-size: 14px;
		color: #595757;
		line-height: 25px;
	}
	.one_bg{
		width: calc(50% + 70px);
		height:calc(100% + 120px);
		position: absolute;
		right: 0;
		top:-60px;
		border: 2px solid #dc252a;
		border-right: none;
		padding: 18px 0px 18px 18px;
		border-radius: 350px 0 0 350px;
		overflow: hidden;
	}
	.one_bg .two_bg{
		position: relative;
		width: 100%;
		height:100%;
		border-radius: 330px 0 0 330px;
		border: 25px solid #dc252a;
		border-right: none;
		overflow: hidden;
		line-height: 610px;
	}
	.two_bg img{
		width: 100%;
	}
	.quality_top{
		width: 100%;
		height: 320px;
		margin: 0px auto;
		padding-top: 60px;
		position: relative;
	}
	.production_equipment,.detection{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 15px 0 50px;
	}
	.production_box,.detection_box{
		width: 306px;
		height: 430px;
	}
	.production_box ul,.detection_box ul{
		width: 306px;
		height: 306px;
		border: 1px solid #dc282d;
		border-radius: 50%;
		position: absolute;
		background-color: #fff;
		padding: 29px;
		cursor: pointer;
	}
	.production_box ul li:first-of-type,.detection_box ul li:first-of-type{
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 11;
		border-radius:50% ;
		overflow: hidden;
	}
	.production_box ul li .production_mask,.detection_box ul li .production_mask{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		text-align: center;
		line-height: 246px;
		opacity: 0;
		transition: all 0.5s;
	}
	.production_box ul li>img,.detection_box ul li>img{
		height: 100%;
	}
	.production_box ul li:last-of-type,.detection_box ul li:last-of-type{
		position: absolute;
		top: 50.5%;
		left: -1px;
		width: 306px;
		height: 166.5px;
		line-height: 306px;
		border-radius:0 0 306px 306px;
		background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
		text-align: center;
		font-size: 20px;
		color: #555;
	}
}
@media only screen and (min-width:1200px ) {
	.quality_top{
		width: 1040px;
		height: 320px;
		margin: 0px auto;
		padding-top: 60px;
		position: relative;
	}
	.production_equipment,.detection{
		width: 1049px;
		overflow: hidden;
		margin: 0 auto;
		padding: 15px 0 50px;
	}
	.production_box,.detection_box{
		width: 333px;
		height: 430px;
	}
	.production_box ul,.detection_box ul{
		width: 333px;
		height: 333px;
		border: 1px solid #dc282d;
		border-radius: 50%;
		position: absolute;
		background-color: #fff;
		padding: 29px;
		cursor: pointer;
	}
	.production_box ul li:first-of-type,.detection_box ul li:first-of-type{
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 11;
		border-radius:50% ;
		overflow: hidden;
	}
	.production_box ul li .production_mask,.detection_box ul li .production_mask{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		text-align: center;
		line-height: 273px;
		opacity: 0;
		transition: all 0.5s;
	}
	.production_box ul li>img,.detection_box ul li>img{
		height: 100%;
	}
	.production_box ul li:last-of-type,.detection_box ul li:last-of-type{
		position: absolute;
		top: 50.5%;
		left: -1px;
		width: 333px;
		height: 166.5px;
		line-height: 333px;
		border-radius:0 0 333px 333px;
		background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
		text-align: center;
		font-size: 20px;
		color: #555;
	}
}