@charset "utf-8";

.head_change {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
	background: #2F3846;
	overflow: hidden;
	font-family: AlibabaPuHuiTi;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 97px;
	padding-right: 44px;
	box-sizing: border-box;
}

.head_change a {
	color: #FFFFFF;
}


.head_notice {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 52px;
	overflow: hidden;
	background: #F9F9F9;

	font-family: AlibabaPuHuiTi;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 0px;
	color: #3B4F9E;
	padding-left: 368px;
	box-sizing: border-box;
}

.ico_notice {
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-right: 19px;
}

.banner_box {
	height: 600px;
	overflow: hidden;
	position: relative;
	background: url("../img/about_banner_bg.png") no-repeat center top;
	background-size: auto 600px;
}


.banner_main {
	display: flex;
	justify-content: flex-start;
	width: 870px;
	margin: 0 auto;
}

.banner_m_dl {
	width: 510px;
	height: auto;
	overflow: hidden;
	margin-right: 50px;
	margin-top: 196px;
}

.banner_m_dl > dt {
	font-family: AlibabaPuHuiTi;
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0em;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.banner_m_dl > dd {
	font-family: AlibabaPuHuiTi;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0em;
	color: #FFFFFF;
}

.banner_m_dl > dd > p {
	margin-bottom: 14px;
}

.banner_m_dl > dd > p:last-child {
	margin-bottom: 0;
	text-indent: 40px;
}

.banner_m_right {
	width: 310px;
	margin-top: 188px;
}

.banner_mr_dl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 151px;
	height: 121px;
	overflow: hidden;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius: 6px;
	background: rgba(0, 103, 86, 0.4);
	float: left;
}

.banner_mr_dl > dt {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 9px;
}

.banner_mr_dl > dd {
	font-family: AlibabaPuHuiTi;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0em;
	color: #FFFFFF;
}

/* s 样式开始 */
.about_box {
	height: 487px;
	overflow: hidden;
	background: url("../img/about_line.png") no-repeat center top;
	background-size: auto 487px;
}

.about_main {
	width: 1258px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 59px;
}

.about_m_top {
	height: auto;
	overflow: hidden;
	margin-bottom: 106px;
	text-align: center;
}

.about_m_top > dt {
	height: auto;
	overflow: hidden;
	font-family: AlibabaPuHuiTi;
	font-size: 28px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0em;
	color: #000000;
	margin-bottom: 25px;
}

.about_m_top > dd {
	font-family: AlibabaPuHuiTi;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	color: #555555;
	height: auto;
	overflow: hidden;
}

.about_m_footer {
	display: flex;
	justify-content: space-between;
	height: auto;
	overflow: hidden;
}

.about_mf_dl {
	width: 256px;
	height: auto;
	overflow: hidden;
}

.about_mf_dl > dt {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 14px;
	margin: 0 auto;
}

.about_mfd_title {
	font-family: AlibabaPuHuiTi;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0em;
	color: #3D3D3D;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.about_mfd_info {
	font-family: AlibabaPuHuiTi;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0em;
	color: #666666;
}
/* e 样式结束 */

