body {
	width: 100%;
	color: #000000;
}

.header-banner {
	position: relative;
}

.header-banner>img {
	width: 100%;
}

.header-banner-textbox {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 66%;
	height: 30%;
	margin: auto;
}

.header-banner-textbox>p {
	color: #FFFFFF;
	letter-spacing: 5px;
	font-size: 42px;
	padding-bottom: 10px;
}

.header-banner-textbox>span {
	padding: 6px 12px;
	letter-spacing: 5px;
	color: #064393;
	font-size: 24px;
	background-color: #ffffff;
	display: inline-block;
	opacity: 0.8;
}


/* pc端 */
@media screen and (min-width: 1024px) {

	/* 检测实验室 */
	/* 检测实验室 */
	/* 检测实验室 */
	.Testing-Laboratory {
		position: relative;
	}

	.Testing-Laboratory>img {
		width: 100%;
	}

	.Testing-Laboratory-conbox {
		text-align: center;
		position: absolute;
		top: 20%;
		left: 0;
		right: 0;
		width: 95%;
		height: 70%;
		margin: auto;
	}

	.Testing-Laboratory-Introduction {
		width: 70%;
		margin: 0 auto;
		position: relative;
	}

	.Testing-Laboratory-Introduction>p {
		letter-spacing: 5px;
		font-size: 26px;
		font-weight: 700;
		padding-bottom: 1%;
	}

	.Testing-Laboratory-Introduction .desc {
		position: absolute;
		width: 60%;
		margin: 0 20%;
		color: #000000;
		font-size: 17px;
		line-height: 28px;
		letter-spacing: 2px;
	}

	.Testing-Laboratory-imgs {
		margin-top: 8%;
		width: 100%;
	}

	.Testing-Laboratory-imgs .test-img {
		width: 19%;
		margin: 0 5px;
		display: inline-block;
		overflow: hidden;
	}
	
	
	.test-img img {
		width: 100%;
		transition: all 1s;
	}

	.Testing-Laboratory-imgs img:hover {
		transform: scale(1.2);
	}



	/* 质量体系 */
	/* 质量体系 */
	/* 质量体系 */
	.Quality-system {
		position: relative;
	}

	.Quality-system>img {
		width: 100%;
	}

	.Quality-system-conbox {
		text-align: center;
		position: absolute;
		top: 10%;
		left: 0;
		right: 0;
		width: 70%;
		height: 80%;
		margin: auto;
	}

	.Quality-system-Introduction {
		color: #FFFFFF;
		max-height: 20%;
		position: relative;
	}

	.Quality-system-Introduction>p {
		letter-spacing: 5px;
		font-size: 26px;
		font-weight: 700;
		padding-bottom: 1%;
	}

	.Quality-system-Introduction .desc {
		position: absolute;
		width: 60%;
		margin: 0 20%;
		color: #FFFFFF;
		font-size: 17px;
		line-height: 28px;
		letter-spacing: 2px;
	}

	.Quality-system-swiper {
		position: relative;
		height: 80%;
		width: 60%;
		margin: 0 auto;
		margin-top: 7%;
	}

	.roundabout-holder {
		list-style: none;
		width: 100%;
		height: 100%;
	}

	.roundabout-moveable-item {
		cursor: pointer;
	}

	.roundabout-moveable-item img {
		width: 85%;
		/* transition: all 0.5s; */
	}

	.roundabout-moveable-item:hover img {
		/* transform: scale(1.1); */
	}

	.swiper-buttonbox {
		display: none;
	}
}

/* 手机端 */
@media screen and (max-width: 1024px) {

	/* //头部标题字号差距过大 直接赋值 */
	.header-banner-textbox {
		top: 30%;
	}
	
	
	.header-banner {
	    margin-top: 50px;
	}
	
	.header-banner-textbox {
		width: 75%;
	}

	.header-banner-textbox>p {
		font-size: 20px;
		margin-bottom: 0;
		padding-left: 3px;
		font-weight: bold;
	}

	.header-banner-textbox>span {
		letter-spacing: 3px;
		font-size: 14px;
	}

	/* 检测实验室 */
	/* 检测实验室 */
	/* 检测实验室 */
	.Testing-Laboratory {
		width: 100%;
		background-image: url(../img/quality_inspection/background_line.png);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.Testing-Laboratory>img {
		display: none;
	}

	.Testing-Laboratory-conbox {
		width: 85%;
		padding: 15px 0;
	}

	.Testing-Laboratory-Introduction>p {
		letter-spacing: 3px;
		font-size: 18px;
		font-weight: 700;
	}

	.Testing-Laboratory-Introduction>span {
		color: #000000;
		font-size: 14px;
	}

	.Testing-Laboratory-imgs {
		margin-top: 10px;
		text-align: left;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.Testing-Laboratory-imgs .test-img {
		width: 50%;
		padding: 8px;
	}
	
	.mobile-test-img {
		width: 100%!important;
	}
	

	.Testing-Laboratory-imgs img {
		width: 100%;
		border-radius: 10px;
	}


	/* 质量体系 */
	/* 质量体系 */
	/* 质量体系 */
	.Quality-system {
		width: 100%;
		background-image: url(../img/quality_inspection/zhengshu_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.Quality-system>img {
		display: none;
	}

	.Quality-system-conbox {
		width: 85%;
		padding: 15px 0;
		color: #FFFFFF;
	}

	.Quality-system-Introduction>p {
		letter-spacing: 2px;
		font-size: 20px;
		font-weight: 700;
	}

	.Quality-system-Introduction>span {
		font-size: 14px;
	}

	.Quality-system-swiper {
		position: relative;
		height: 180px;
		width: 60%;
		margin: 0 auto;
		margin-top: 10px;
	}

	.roundabout-holder {
		list-style: none;
		width: 100%;
		height: 100%;
	}

	.over-box {
		position: absolute;
		width: 85%;
		height: 100%;
		top: 0;
		left: 7.5%;
		background-color: rgba(255, 255, 255, .5);
		display: none;
	}

	.roundabout-moveable-item {
		cursor: pointer;
	}

	.roundabout-moveable-item img {
		width: 60%;
		/* transition: all 0.5s; */
	}

	.roundabout-moveable-item:hover img {
		/* transform: scale(1.1); */
	}

	.swiper-buttonbox {
		display: block;
		position: absolute;
		width: 100%;
		top: 40%;
		z-index: 999;
	}

	.swiper-button-prev {
		cursor: pointer;
		width: 40px;
		height: 40px;
		position: absolute;
		left: -85px;
	}

	.swiper-button-next {
		cursor: pointer;
		width: 40px;
		height: 40px;
		position: absolute;
		right: -85px;
	}
	
	.desc{
	     color: #707072;
	}
	
}
