/* 第一页 */
.first {
	/* max-width: 1280px; */
	height: 263px;
	/* box-sizing: border-box; */
	/* background-color: #008d4f; */
}

.fir_center {
	margin: auto;
	height: 263px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url('/skins/img/fu.png');
	background-size: cover;

}

.fir_quest {
	padding-bottom: 33px;
	font-size: 27px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
}

.fir_desc {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}

/* 第二页 */
.second {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.sec_tit {
	padding-top: 100px;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 40px;
}

.sec_desc {
	margin: 0px 216px;
	padding-top: 60px;
	padding-bottom: 100px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #343434;
	line-height: 36px;
}

/* 第三 */
.third {
	background-size: cover;
	height: 261px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}

.thi_con {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	line-height: normal;
}

.thi_cou {
	font-size: 73px;
	font-family: DINAlternate;
	font-weight: 500;
	color: #FFFFFF;
}

.i {
	font-size: 47px;
}

.thi_desc {
	margin-top: 30px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}

.sign {
	margin: 0px 20px;
	width: 55px;
	height: 116px;
}

/* 第四页 */
.fourth {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #f5f5f5;
}

.fou_tit {
	margin: 100px 0px 60px 0px;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 40px;
}


.fou_desc {
	margin-bottom: 100px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 24px;
}

.fou_img {
	margin: auto;
	margin-bottom: 100px;
}

.fimg {
	margin: 0px 35px;
	width: 328px;
	height: 239px;
}
