.inspection-well_wrap {
	width: 192rem;
	padding-top: 8rem;
}

.inspection-well_banner {
	width: 192rem;
	height: 52rem;

}

.inspection-well_banner img {
	width: 100%;
	height: 100%;
}

/* 文字介绍 */
.inspection-well_box {
	width: 120rem;
	margin: 0 auto;
}

.inspection-well_text {
	color: #444;
}

.inspection-well_text>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 10rem;
	color: #1a1c1d;
	text-align: center;
}

.inspection-well_text>h6 {
	padding-top: 3.6rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 2.4rem;
	line-height: 4.2rem;
	letter-spacing: 0.02rem;
}

.inspection-well_text>p {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	line-height: 4.2rem;
	letter-spacing: 0.02rem;
}

/* 应用场景 */
.scene {
	width: 120rem;
	margin: 0 auto;
	text-align: center;
}

.scene>h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 12rem;
	color: #1a1c1d;
}


.scene_box {
	display: flex;
	justify-content: space-between;
}

.scene_item {
	width: 29.1rem;
	height: 26.7rem;
	background-color: #eeeeee;
}

.scene_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.scene_item img {
	width: 29.1rem;
	height: 21.7rem;
}

.scene_item p {
	line-height: 5rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2rem;
	color: #1a1c1d;
}

@media screen and (max-width: 1140px) {
	.inspection-well_wrap {
		padding-top: 9.3rem;
	}
	
	/* 文字介绍 */
	.inspection-well_box {
		width: 172rem;
	}
	
	.inspection-well_text>h5 {
		font-size: 5.053rem;
		line-height: 16.85rem;
	}
	
	.inspection-well_text>h6 {
		padding-top: 3.6rem;
		font-size: 4.042rem;
		line-height: 7rem;
	}
	
	.inspection-well_text>p {
		font-size: 2.695rem;
		line-height: 7rem;
	}
	
	/* 应用场景 */
	.scene {
		width: 172rem;
	}
	
	.scene>h5 {
		font-size: 5.053rem;
		line-height: 21rem;
	}
	
	.scene_item {
		width: 41.937rem;
		height: 38.4rem;
	}
	
	.scene_item img {
		width: 41.937rem;
		height: 31.4rem;
	}
	
	.scene_item p {
		line-height: 7rem;
		font-size: 2.868rem;
	}
	
}
