/* 方案介绍开始 */
.fajs{
	/* padding-bottom: 3rem; */
}
.fajs .grid{
	gap: 4rem;
	align-items: center;
	grid-template-columns: 1.15fr 1fr;
}
.fajs .img{
	height: auto;
	aspect-ratio: 690/420;
}
.fajs .text{
	line-height: 3;
	font-size: var(--f18);
	padding-right: 2rem;
}
/* 方案介绍结束 */




/* 服务方案开始 */
.fwfa{
	padding-bottom: 4.6rem;
}
.fwfa h2{
	font-size: var(--f40);
	color: var(--themeColor);
	text-align: center;
}
.fwfa .grid{
	gap: 1.6rem;
}
.fwfa .li{
	background: #f6f8f9;
	text-align: center;
	padding: 4rem 5rem 3rem;
    transition: all .5s;
}
.fwfa .li:hover{
    transform: translateY(-6%);
}
.fwfa .li img{
	width: 3.8rem;
	height: auto;
	margin: 0 auto;
	display: block;
}
.fwfa .li .title{
	background: var(--themeColor);
	color: #fff;
	font-weight: bold;
	font-size: var(--f20);
	display: block;
	padding: .8rem 2rem;
	line-height: 1;
	border-radius: 1rem 0 1rem 0;
	margin-top: 1.4rem;
}
.fwfa .li ul{
	margin-top: 1rem;
}
.fwfa .li ul li{
	text-align: left;
	font-size: var(--f18);
	list-style: disc;
	list-style-position: inside;
	line-height: 1;
	padding: .6rem 0;
}
.fwfa .li ul li *{
    display:inline-block;
}
.fwfa .li ul li::marker{
	color: var(--themeColor);
	line-height: 1;
}
/* 服务方案结束 */



/* 能源服务开始 */
.nyfw{
	padding-bottom: 12rem;
}
.nyfw *{
	text-align: center;
}
.nyfw h2{
	color: #fff;
	font-size: var(--f40);
}
.nyfw .grid{
	margin-top: 6rem;
	gap: 1.2rem;
}
.nyfw .li{
	background: #fff;
	padding: 14% 10%;
	position: relative;
}
.nyfw .li .icon{
	background: var(--themeColor);
	margin: 0 auto;
	width: 3rem;
	border-radius: 100%;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nyfw .li .icon img{
	width: 36%;
	height: auto;
}
.nyfw .li h5{
	font-size: var(--f28);
	color: #000;
	margin: 0.8rem 0;
}
.nyfw .li li,.nyfw .li p{
	font-size: var(--f16);
	color: #1e1e1e;
	padding: .3rem 0;
}
.nyfw .text1,.nyfw .text2{
	position: absolute;
	font-size: var(--f30);
	color: #fff;
	opacity: .3;
}
.nyfw .text1{
	top: -1.5em;
	left: 0;
}
.nyfw .text2{
	bottom: -1.5em;
	right: 0;
}
.nyfw .li:nth-child(1) .text1{
	top: -5em;
}
.nyfw .li:nth-child(1) .text2{
	bottom: -3em;
	right: 50%;
	transform: translateX(100%);
}
.nyfw .li:nth-child(2) .text1{
	top: -2em;
	left: 45%;
}
.nyfw .li:nth-child(2) .text2{
	bottom: -2em;
	right: 10%;
}
.nyfw .li:nth-child(3) .text1,
.nyfw .li:nth-child(3) .text2{
	display: none;
}
.nyfw .li:nth-child(4) .text1{
	top: -1.8em;
	left: 20%;
}
.nyfw .li:nth-child(4) .text2{
	bottom: -3em;
	right: auto;
	left: 10%;
}
.nyfw .li:nth-child(5) .text1{
	top: -3em;
	left: 50%;
}	
.nyfw .li:nth-child(5) .text2{
	bottom: -3em;
	right: 0;
}
/* 能源服务结束 */




/* 商务合作开始 */
.swhz .slide-for img{
    object-fit: contain;
    height: auto;
}
/* 商务合作结束 */