.s_service {
	position: relative;
	margin: 0px;
	padding: 0;
	width: 100%;
}
.s_service .item {
	position: relative;
	display: block;
	margin: 0 0px 20px 0;
	width: 50%;
	height: 441px;
	padding: 0px;
	float: left;
}
.s_service .item:nth-child(2) {
	position: relative;
	display: block;
	margin-left: 20px;
	width: calc(25% - 20px);
}
.s_service .item:nth-child(3) {
	position: relative;
	display: block;
	margin-left: 20px;
	width: calc(25% - 20px);
}
.s_service .item:nth-child(4) {
	width: 50%;
}
.s_service .item:nth-child(5), .s_service .item:nth-child(6) {
	width: calc(50% - 20px);
	margin-left: 20px;
	height: 210px;
	float: right;
}
.s_service .item .s_img {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.s_service .item .s_img img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 100%;
}
.s_service .item .s_des {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	bottom: 0;
	left: 0;
	display: flex;
	height: 72px;
	align-items: center;
	color: #fff;
	font-size: 21px;
line-height: 27px;
}
.s_service .item:nth-child(2) .s_des, .s_service .item:nth-child(3) .s_des {
	height: 126px;
}
.s_service .item:nth-child(6) .s_des {
	width: 33%;
	height: 130px;
}
.s_service .item .s_des a {
	color: #fff;
}
@media (max-width: 992px) {
	.s_service .item .s_img img {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		width: 100%;
		height: 100%;
	}
	.s_service .item:first-child {
		width: 100%;
		height: auto;
		float: unset;
	}
	.s_service .item:nth-child(2) {
		margin-left: 0px;
		margin-right: 10px;
		width: calc(50% - 10px);
		height: auto;
	}
	.s_service .item:nth-child(3) {
		margin-left: 10px;
		width: calc(50% - 10px);
		height: auto;
	}
	.s_service .item:nth-child(4) {
		width: 100%;
	}
	.s_service .item:nth-child(5), .s_service .item:nth-child(6) {
		width: 100%;
		margin-left: 0;
	}
	.s_service .item:nth-child(6) .s_des {
		width: 75%;
	}
}

@media (max-width: 767px) {
	.s_service .item .s_des {
		font-size: 18px;
		line-height: 20px;
	}
	.s_service .item:nth-child(2) .s_des, .s_service .item:nth-child(3) .s_des {
		height: 98px;
	}
		.s_service .item:nth-child(6) .s_des {
		width: 50%;
	}
}

@media (max-width: 499px) {
}