.head_view_div{display: none!important;}
.content {
	width: 19.2rem;
	max-width: 2560px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(0, 0, 0, 0.9);
}
.home_img img {
	/* width: 19.20rem; */
	width: 100%;
	height: auto;
	position: relative;
	object-fit: cover;
}

.home_img .home_title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 1.8rem;
	left: 0;
	z-index: 1;
}

.home_title .home_text {
	font-size: 0.18rem;
	color: #fff;
	font-weight: 500;
	line-height: 0.26rem;
}

.home_title .home_tips {
	font-size: 0.44rem;
	color: #fff;
	font-weight: 500;
	line-height: 0.66rem;
}

.response {
	width: 100%;
	/* height: 5.38rem; */
	padding: 1.6rem 0;
}

.response .response_title {
	font-size: 0.44rem;
	line-height: 0.66rem;
	text-align: center;
}

.response .response_text {
	font-size: 0.16rem;
	/* height: .34rem; */
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
	margin-top: 0.16rem;
	line-height: 0.34rem;
}

.service_top {
	width: 100%;
	height: 3rem;
	padding-top: 1.6rem;
	background: rgba(248, 248, 248, 1);
}
.service_title {
	font-size: 0.18rem;
	line-height: 0.26rem;
	text-align: center;
}
.service_text {
	font-size: 0.44rem;
	line-height: 0.6rem;
	text-align: center;
	margin-top: 0.08rem;
}

.service img {
	width: 100%;
	height: 7.8rem;
	object-fit: cover;
}

.service_ul {
	padding: 1.6rem 2.5rem;
	width: 100%;
}

.service_li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(248, 248, 248, 1);
	padding: 0.4rem;
	padding-right: 0;
	margin-bottom: 0.6rem;
}
.service_li:nth-child(2n){
	padding-right: .4rem;
	padding-left: 0;
}

.service_ul .service_li:last-child{
	margin-bottom: 0 !important;
}

.service_li .service_img {
	width: 7.46rem;
	height: 4.20rem;
}

.service_li .service_item {
	flex: 1;
	display: flex;
	/* align-items: center; */
	padding: 0 1rem;
	justify-content: center;
	flex-direction: column;
}

.service_item .service_item_title {
	font-size: 0.28rem;
	line-height: 0.36rem;
	text-align: left;
}

.service_item .service_item_text {
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-top: 0.2rem;
	color: rgba(0, 0, 0, 0.6);
}

.service_content {
	width: 100%;
}

.service_content img {
	width: 100%;
	height: 4.6rem;
}

.service_content_ul {
	padding: 0.6rem 0;
	display: flex;
	/* align-items: center; */
	align-items: flex-start;
	flex-wrap: wrap;
	background: rgba(248, 248, 248, 1);
}

.service_content_li {
	width: 33.33%;
	padding-left: 1rem;
	margin-bottom: 0.82rem;
}

.service_content_ul .service_content_li:last-child {
	margin-bottom: 0;
}

.service_content_title {
	font-size: 0.22rem;
	line-height: 0.3rem;
	margin-bottom: 0.12rem;
	color: rgba(0, 0, 0, 0.9);
}

.service_content_text {
	width: 3.2rem;
	font-size: 0.14rem;
	line-height: 0.22rem;
	/* height: .66rem; */
	color: rgba(0, 0, 0, 0.6);
}

.service_duis {
	margin-top: 0.4rem;
}
.service_dui {
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-bottom: 0.2rem;
	color: rgba(0, 0, 0, 0.6);
}
.service_dui img {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.08rem;
}
