.top_text h2 {
	margin: 0;
}

.img_top {
	width: 100%;
	position: relative;
}
.img_top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_top .mobile_banner {
	display: none;
}

.top_text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

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

.input-group {
	margin-top: 20px;
}

.search_box {
	margin-top: 50px;
	width: 100%;
}

.search_box p {
	line-height: 32px;
}

.input-group input {
	border-radius: 40px;
	height: 3vw;
	min-height: 30px;
	max-height: 50px;
	background-clip: inherit
}

.btn img {
	min-height: auto;
	height: 70% !important;
	width: 70%;
}

.content {
	width: 100%;
	border: 0;
}

.content_box {
	width: 100%;
	padding: 0 16% 100px;
	min-height: 400px;
	overflow: hidden;
}

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

.row {
	padding: 0;
}

.row a {
	text-decoration: none;
}

.hot .row li {
	margin-bottom: 45px !important;
}

.resolve_detail:hover {
	cursor: pointer;
	color: #d71820;
}

.resolve_detail {
	cursor: pointer;
}

.resolve_detail:hover p {
	color: #d71820;
}

@media screen and (max-width: 768px) {
	.input-group {
		margin-top: 0;
	}

	.content_title {
		margin: 50px 0
	}

	.content_box {
		padding: 0 10% 100px;
	}
  .img_top .pc_banner {
		display: none;
	}
	.img_top .mobile_banner {
		display: block;
	}
}