.detection_title {
	height: 240px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.detection_title_bg {
	width: 100%;
	height: 100%;
	position: absolute
}

.detection_title_cont {
	position: absolute;
	top: 0;
	width: 1200px
}

.detection_title_cont_header {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.detection_title_cont_header_text {
	font-size: 32px;
	font-weight: 400;
	color: #fff
}

.detection_title_cont_text {
	width: 537px;
	margin-top: 15px;
	opacity: .7;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 22px
}