.content_box h4 {
	margin: 0;
}

.more a {
	text-decoration: none;
	color: #1E98D7;
	font-size: 13px;
}

.img_top {
	width: 100%;
	position: relative;
}

.img_top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img_top .mobile_banner {
	display: none;
}

.top_text {
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	position: absolute;

}

.top_text strong {
	color: #fff !important;
	line-height: 55px;
}

.content {
	width: 100%;
	background-color: #f5f5f5;
	border: 0;
	overflow: hidden;
}

.content_box {
	width: 100%;
	padding-bottom: 100px;
}

.content_title {
	width: 100%;
	margin: 100px 0;
}

.service_box {
	width: 300px;
	height: 360px;
	padding: 20px;
	background-color: #fff;
	margin: 0 15px 50px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.047);
}

.service_box a {
	text-decoration: none;
}

.service_box a:hover li {
	color: #1E98D7;
}

.service_box:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}

.service_box_label {
	line-height: 60px;
	font-size: 13px;
}

.service_box ul {
	padding-left: 1rem;
}

.service_box ul li {
	line-height: 45px;
	font-size: 13px;
	padding-left: 20px;
}

.more {
	bottom: 20px;
	right: 20px;
}

.content .typeshorttitle {
	line-height: unset;
	display: block;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.content_title {
		margin: 50px 0
	}

	.top_text strong {
		line-height: 12px !important;
	}

	.top_text h2 {
		font-size: 14px !important;

	}

	.top_text h5 {
		font-size: 12px !important;
	}

	.img_top .pc_banner {
		display: none;
	}

	.img_top .mobile_banner {
		display: block;
	}
}