.banner-box .banner-img-box{
	position: relative;
}
.banner-common-text{
    position: absolute;
	top: 50%; /* 顶部定位到父容器的50% */
	left: 50%; /* 左侧定位到父容器的50% */
	transform: translate(-50%, -50%); /* 向上向左各移动自身宽高的50% */
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.banner-icon-box img{
    width: 0.64rem;
	height: 0.64rem;
}
.banner-common-text h1{
    color: #313332;
	font-size: 0.62rem;
	line-height: 0.62rem;
	font-weight: bold;
	margin-top: -1.2rem;
}
.banner-common-text h1 span{
    color: #09BD81;
}
.banner-common-text p{
	font-weight: 400;
	font-size: 0.26rem;
	color: #313332;
	line-height: 0.26rem;
	margin-top: 0.32rem;
}
.banner-cq{
	width: 2rem;
	height: 2rem;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.24rem;
	margin-top: 0.4rem;
	margin-bottom: 0.32rem;
	font-weight: 400;
	font-size: 0.26rem;
	color: #313332;
	line-height: 0.48rem;
}
.banner-icon-box{
    padding: 0.12rem 0.32rem;
	background-color: #f2f5fc;
	width: fit-content;
	border-radius: 0.16rem;
	border: 1px solid #FFFFFF
}
/* 场站维护 */
.station-content-box{
	display: flex;
	align-items: center;
}
.station-content-left{
	width: 39.58%;
}
.order1{
	order: 1;	
}
.order2{
	order: 2;	
}
.order2-padding-left{
	padding-left: 1.1rem;
}
.order2 p{
	padding-right: 0;	
}
.order1 p{
	padding-right: 1.1rem;
}
.order-top{
    margin-top: 1.2rem;
}
.station-content-left h1{
    font-weight: 500;
	font-size: 0.2rem;
	color: #313332;
}
.station-content-left p{
	font-weight: 400;
	font-size: 0.18rem;
	color: #737877;
	line-height: 0.3rem;
	/* padding-right: 1.1rem; */
	margin-top: 0.24rem;
}
.station-content-right{
    flex: 1;
}
.station-content-right img{
	width: 100%;
	object-fit: contain;
}
.padding-top-bottom{
	padding: 1.2rem 0;
	background-color: #E3FCF4;
}
.management-content-box img{
	width: 100%;
	object-fit: contain;
}
/* 场站维护 */
/* 运作支持服务 */
.support-box{
    display: flex;
	flex-direction: row;
}
.support-item{
	width: 13%;
}
.support-item h1{
	font-weight: 500;
	font-size: 0.2rem;
	color: #313332;
	text-align: center;
	margin-top: 0.24rem;
	margin-bottom: 0.18rem;
}
.support-item p{
	font-weight: 400;
	font-size: 0.18rem;
	color: #737877;
	line-height: 0.3rem;
	text-align: center;
}
.support-item-jiantou{
	width: 8.75%;
	margin-top: 0.28rem;
}
.support-item img,.support-item-jiantou img{
	width: 100%;
	object-fit: contain;
}


.support-yd-item{
	display: flex;
	align-items: center;
}
.support-yd-left,.support-yd-right{
	flex: 1;
}
.support-yd-left img,.support-yd-img{
	width: 100%;
	object-fit: contain;
}
.support-yd-con{
	width: 0.84rem;
	margin: 0 0.2rem;
}
.support-yd-con img{
	width: 100%;
	object-fit: contain;
}
.support-yd-left h1,.support-yd-right h1{
	font-weight: 500;
	font-size: 0.28rem;
	color: #313332;
	text-align: center;
}
.support-yd-left p,.support-yd-right p{
    font-weight: 400;
	font-size: 0.28rem;
	color: #737877;
	line-height: 0.48rem;
	text-align: center;
	margin-top: 0.1rem;
}
.alignItemsTop{
	align-items: flex-start;
}
.support-yd-con-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.support-yd-con-img{
	width: calc( 50% - 0.62rem );
}
.support-yd-con-left,.support-yd-con-right{
    width: 0.82rem;
}
.support-yd-con-left img,.support-yd-con-right img{
    width: 100%;
	object-fit: contain;
}
.support-yd-con-left{
    margin-right: 0.2rem;
}
.support-yd-con-right{
    margin-left: 0.2rem;
}
.support-yd-con-img h1{
	font-weight: 500;
	font-size: 0.28rem;
	color: #313332;
	text-align: center;
}
.support-yd-con-img p{
	font-weight: 400;
	font-size: 0.28rem;
	color: #737877;
	line-height: 0.48rem;
	text-align: center;
	margin-top: 0.1rem;
}
/* 运作支持服务 */
@media (max-width: 1025px) {
	.banner-common-text h1{
		font-size: 0.36rem;
		line-height: 0.36rem;
	}
	.banner-common-text p{
		font-size: 0.28rem;
		line-height: 0.28rem;
		margin-top: 0.32rem;
	}
	.advantage-item h1{
		margin-top: 0.4rem;
		margin-bottom: 0.3rem;
		font-size: 0.28rem;
		line-height: 0.28rem;
	}
	.advantage-item p{
		font-size: 0.28rem;
		line-height: 0.48rem;
	}
	.advantage-img{
		width: 1.28rem;
	}


	.station-content-box{
		flex-direction: column;
	}
	.station-content-left{
		width: 100%;
	}
	.station-content-right{
		width: 100%;
	}
	.station-content-left h1{
        font-size: 0.28rem;
	}
	.station-content-left p{
		font-size: 0.28rem;
		line-height: 0.48rem;
		margin-top: 0.2rem;
		margin-bottom: 0.3rem;
	}
	.order-top{
		margin-top: 0.64rem;
	}
	.padding-top-bottom {
		padding: 0.64rem 0;
	}
	.order3{
		order: 3;
	}
	.order4{
		order: 4;
	}
	.padding-left-0{
        padding-left: 0;
	}
}
@media (min-width: 768px) and (max-width: 1350px){

}
@media (max-width: 767px) {
 
}
