.banner .swiper-slide .iconfont {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 1.2rem;
	padding: 0 3.6rem;
	max-width: 1720px;
}

.banner .wrap {
	display: flex;
	justify-content: center;
}

.banner .swiper-slide .icon {
	width: 50%;
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
	padding-left: 1.5rem;
	box-sizing: border-box;
}

.banner .swiper-slide .icon .left img {
	width: 0.5rem;
	display: block;
	margin-right: 0.14rem;
}

.banner .swiper-slide .icon .right {
	position: relative;
}

.banner .swiper-slide .icon .right .title {
	color: #fff;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.2rem;
	transition: 0.6s;
}

.banner .swiper-slide .icon .right .line {
	background-color: #2373ce;
	width: 0.7rem;
	height: 0.05rem;
}

.banner .swiper-slide .icon .right .tips {
	color: #fff;
	position: absolute;
	left: 0.8rem;
	bottom: -0.1rem;
	font-size: 0.16rem;
	font-family: SourceHanSansCN-Regular;
	transition: 0.6s;
	width: max-content;
}

.banner .swiper-slide .icon:hover .right .title {
	transform: scale(1.1);
}

.banner .swiper-slide .icon:hover .right .tips {
	transform: scale(1.1);
}

.banner .swiper-slide {
	position: relative;
}

.banner .banner-h {
	position: absolute;
	top: 1.1rem;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: .8rem;
	color: #ffffff;
	font-family: SourceHanSansCN-Bold;
}

.banner .banner-p {
	position: absolute;
	top: 2.54rem;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 0.24rem;
	color: #ffffff;
}

.service {
	padding: 1.4rem 1.1rem;
	display: flex;
	flex-wrap: wrap;
}

.service .li {
	width: 50%;
	height: 3.8rem;
	position: relative;
}

.service .li:nth-child(1)::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2373ce;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
}

.service .li:nth-child(2)::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2373ce;
	opacity: 0.25;
	position: absolute;
	top: 0;
	left: 0;
}

.service .li:nth-child(2)::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(255, 255, 255, 0));
	position: absolute;
	top: 0;
	left: 0;
}

.service .li:nth-child(3)::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2373ce;
	opacity: 0.25;
	position: absolute;
	top: 0;
	left: 0;
}

.service .li:nth-child(3)::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(255, 255, 255, 0));
	position: absolute;
	top: 0;
	left: 0;
}

.service .li:nth-child(4)::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2373ce;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
}

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

.service .li .title {
	font-size: 0.3rem;
	font-weight: bold;
	position: absolute;
	top: 1.8rem;
	left: 1.2rem;
	line-height: 1;
	z-index: 9999;
	color: #ffffff;
	transition: 0.6s;
}

.service .li .p {
	font-size: 0.2rem;
	position: absolute;
	top: 2.5rem;
	left: 1.2rem;
	z-index: 9999;
	color: #fff;
	transition: 0.6s;
	padding-right: 0.6rem;
	line-height: 0.3rem;
	font-weight: 500;
}

.service .li:hover .title {
	transform: scale(1.1);
}

.service .li:hover .p {
	transform: scale(1.1);
}

.map {
	padding-bottom: 0.5rem;
	/*margin-bottom: 1.4rem;*/
	position: relative;
}

.map img {
	width: 100%;
	display: block;
}

.map .map-list {
	position: relative;
	top: -1.3rem;
	/*bottom: 0;*/
	margin: 0 1rem;
	display: flex;
	background-color: #2373ce;
	border-radius: 5px;
}

.map .map-list .li .title {
	font-size: 0.3rem;
	color: #fff;
	font-family: SourceHanSansCN-Medium;
	margin-bottom: 0.2rem;
}

.map .map-list .li .p {
	font-size: 0.2rem;
	line-height: 0.3rem;
	font-weight: 500;
	color: #fff;
}

.map .map-list .li {
	padding: 0.1rem 0.9rem;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0.18rem 0;
	box-sizing: border-box;
}

.map .map-list .li:nth-child(1) {
	width: 3.97rem;
}

.map .map-list .li:nth-child(2) {
	width: 4.65rem;
}

.map .map-list .li:nth-child(3) {
	width: 5.3rem;
}

.map .map-list .li:last-child {
	border-right: 0;
}

.map .map-list .li:last-child .p p {
	display: flex;
	justify-content: space-between;
}