/* 第一页 */
.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('./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;
}

/* 中间区域 */
.center {
	padding: 100px 0px;
	background-color: #F4F4F4;
}

.modules {
	margin: auto;
	max-width: 1280px;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	background-color: #FFFFFF;
	border-radius: 20px;
}

.module:nth-child(-n+3) {
	border-bottom: 2px solid #f5f5f5;
}

.module:nth-child(1) {
	border-radius: 20px 0px 0px 0px;
}

.module:nth-child(3) {
	border-radius: 0px 20px 0px 0px;
}

.module:nth-child(4) {
	border-radius: 0px 0px 0px 20px;
}

.module:nth-child(6) {
	border-radius: 0px 0px 20px 0px;
}

.module:nth-child(2)::before {
	content: "";
	width: 2px;
	height: 280px;
	position: absolute;
	top: 140px;
	left: -1px;
	background-color: #f5f5f5;
}

.module:nth-child(2)::after {
	content: "";
	width: 2px;
	height: 280px;
	position: absolute;
	top: 140px;
	right: 0;
	opacity: 0.1;
	background-color: #999999;
}

.module:nth-child(5)::before {
	content: "";
	width: 2px;
	height: 280px;
	position: absolute;
	top: 140px;
	left: 0;
	opacity: 0.1;
	background-color: #999999;
}

.module:nth-child(5)::after {
	content: "";
	width: 2px;
	height: 280px;
	position: absolute;
	top: 140px;
	right: 0;
	opacity: 0.1;
	background-color: #999999;
}

.module {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 426.6px;
	height: 588px;
}

.modu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* .module {
	background-color: #008d4f;
} */

.m_img {
	width: 40px;
	height: 36px;
}

.m_tit {
	margin: 10px 0px 80px 0px;
	font-size: 33px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 50px;
}


.m_desc {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #656565;
	line-height: 30px;
}

.desc {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.de_tit {
	margin: auto;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
}

.de_cont {
	margin: 30px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
}
