.home_img {
	max-width: 25.60rem;
	margin-left: auto;
	margin-right: auto;
	width: 100vw;
}

.home_img img {
	width: 100vw;
	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;
}

.map {
	width: 19.2rem;
	/* height: 4.44rem; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 1.6rem;
	padding-bottom: .6rem;
}

.map .map_title {
	font-weight: 500;
	font-size: 0.4rem;
	line-height: 0.6rem;
	color: rgba(0, 0, 0, 0.9);
}

.map .map_text {
	width: 8rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-top: 0.16rem;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.map .map_btn {
	min-width: 2.28rem;
	padding: 0 .24rem;
	height: 0.6rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.02rem solid rgba(0, 0, 0, 0.9);
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.26rem;
	color: rgba(0, 0, 0, 0.9);
	margin-top: 0.4rem;
}

.map .map_btn:hover {
	color: #fff;
	border: none;
	background: rgba(100, 59, 235, 1);
}

.charging {
	width: 100vw;
	max-width: 25.6rem;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	height: 6rem;
	overflow: hidden;
}

.charging .charging_img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

.charging .charging_ul {
	width: 1.60rem;
	height: 100%;
	/* padding: 1.09rem 4.2rem 0.94rem; */
	position: relative;
	z-index: 2;
	left: 4.2rem;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.charging .charging_li {
	margin-bottom: 0.4rem;
}

.charging .charging_num {
	font-weight: bold;
	font-size: 0.4rem;
	line-height: 0.6rem;
	height: .6rem;
	color: rgba(0, 0, 0, 0.9);
}

.charging .charging_text {
	font-weight: 500rem;
	font-size: 0.12rem;
	line-height: 0.2rem;
	margin-top: 0.04rem;
	color: rgba(0, 0, 0, 0.4);
}

.charging .charging_tips {
	margin-top: 0;
	color: rgba(0, 0, 0, 0.2);
}

.enterprise {
	/* height: 7.96rem; */
	padding-bottom: 1.6rem;
}

.enterprise .enterprise_img {
	width: 7.88rem;
	height: 2.48rem;
	margin-top: 0.8rem;
}

.service {
	/* width: 19.2rem; */
	width: 100vw;
	max-width: 25.6rem;
	margin-left: 0;
	margin-right: 0;
}

.service .service_top {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-direction: column;
	width: 100%;
	height: 3rem;
	background: rgba(248, 248, 248, 1);
	padding-top: 1.6rem;
}

.service .service_title {
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: rgba(0, 0, 0, 0.9);
}

.service .service_text {
	font-size: 0.44rem;
	line-height: 0.66rem;
	color: rgba(0, 0, 0, 0.9);
	margin-top: 0.08rem;
}

.service .service_img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.introduction {
	padding: 1.6rem 2.5rem 0;
	width: 19.2rem;
	color: rgba(0, 0, 0, 0.9);
}

.introduction .introduction_text {
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding-left: 1.7rem;padding-right: 1.7rem;
}

.introduction .introduction_title {
	font-size: 0.4rem;
	line-height: 0.6rem;
	padding-left: 1.7rem;padding-right: 1.7rem;
}

.introduction .introduction_img {
	width: 100%;
	height: 7.99rem;
	margin-top: 0.4rem;
}

.introduction .introduction_view {
	padding-left: 1.7rem;padding-right: 1.7rem;
	margin-bottom: 1.6rem;
}

.introduction .introduction_ul {
	display: flex;
	align-items: center;
	margin-top: 0.4rem;
}

.introduction .introduction_ul .introduction_li {
	margin-right: 0.8rem;
}

.introduction_li .introduction_li_text {
	font-size: 0.12rem;
	line-height: 0.2rem;
	margin-bottom: 0.04rem;
	color: rgba(0, 0, 0, 0.4);
}

.introduction_li .introduction_li_title {
	font-size: 0.28rem;
	line-height: 0.36rem;
	font-weight: 900;
}

.introduction .introduction_tips {
	margin-top: 0.28rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: rgba(0, 0, 0, 0.6);
	text-align: left;
}

.introduction .introduction_btn,.introduction_view .introduction_btn{
	min-width: 1.92rem;
	padding: 0 .24rem;
	height: 0.6rem;
	border-radius: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0.02rem solid rgba(0, 0, 0, 0.9);
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.26rem;
	color: rgba(0, 0, 0, 0.9);
	margin-top: 0.28rem;
}

.introduction .introduction_btn:hover,.introduction_view .introduction_btn:hover {
	color: #fff;
	border: none;
	background: rgba(100, 59, 235, 1);
}

.introduction .introduction_app {
	padding-bottom: 1.6rem;
}

.introduction_app_top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.introduction_app_top .introduction_app_top_title {
	font-size: 0.18rem;
	line-height: 0.26rem;
}

.introduction_app_top .introduction_app_top_span {
	font-size: 0.44rem;
	line-height: 0.66rem;
	margin-top: 0.08rem;
}

.introduction_app_top .introduction_app_top_text {
	font-size: 0.18rem;
	line-height: 0.24rem;
	margin-top: 0.16rem;
	color: rgba(0, 0, 0, 0.6);
}

.introduction_content {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: .8rem;
}

.introduction_app .introduction_app_left {
	width: 4rem;
	height: 8.2rem;
}

.introduction_app .introduction_content_right {
	margin-left: .8rem;
	flex: 1;
}

.introduction_app_ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.introduction_app_li_text {
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 0.16rem;
}

.introduction_app_li img {
	width: 2.8rem;
	height: 1.58rem;
}

.introduction .introduction_app_codes {
	/* width: 6.4rem;
  height: 3.48rem; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	margin-top: 1rem;
}

.introduction .introduction_app_code {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.introduction .introduction_app_code_title {
	font-size: 0.28rem;
	line-height: 0.36rem;
	margin-bottom: 0.16rem;
}

.introduction .introduction_app_code img {
	width: 2.2rem;
	height: 2.2rem;
}

.introduction_app_code .introduction_app_code_text {
	font-size: 0.12rem;
	line-height: 0.2rem;
	color: rgba(0, 0, 0, 0.4);
}

.introduction_app_codes .mr {
	margin-right: 1.6rem;
}

/* .recruitment {
	width: 19.2rem;
	height: 6rem;
	position: relative;
} */

.recruitment img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	object-fit: cover;
}
body img {
	height: auto;
}


.slide_btns{
	padding-bottom: 0 !important;
}