/* 结尾 */
footer{
	width: 100%;
	height: 350px;
	background-image: url(http://www.yanzhoucoal.com.cn/2022style/2022css/20220616b1.png	);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;

}

.section-3-footer {
	width: 100%;
	height: 225px;
	position: absolute;
	left: 0px;
	bottom: 20px;
}

.footer-top {
	display: flex;
	justify-content: center;
	margin-top: 98px;
}

.p1,
.p2 {
	width: 2px;
	height: 170px;
	background: #666666;
	opacity: 0.7;
}

.footer-one {
	width: 340px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 84px;
	padding-right: 56px;
}

.footer-one h2,
.footer-two h2 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
	width: 100%;
	text-align: left;
	margin-bottom: 18px;
}

.footer-one h3,
.footer-two h3 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	width: 100%;
	text-align: left;
}

.footer-two {
	width: 485px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 72px;
	padding-right:72px;
}

.footer-three {
	width: 445px;
	padding-left: 85px;
	display: flex;
	align-items: center;
}

.footer-three img{
	width: 160px;
	height: 160px;
	margin-right: 20px;
}

.footer-three p{
	text-align: center;
}

.footer-three p span{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
}


.footer-one,
.footer-two,
.footer-three {
	height: 170px;
}

.footer-bottom{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 12px;
}

.footer-bottom p{
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}