@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: 557px;
	overflow: hidden;
	background: #FDFDFD;
}

.banner_b_main {
	width: 1233px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.banner_bm_title {
	height: auto;
	overflow: hidden;
	margin-top: 63px;
	margin-left: 18px;
	margin-bottom: 33px;

	font-family: HarmonyOS Sans SC;
	font-size: 28px;
	font-weight: normal;
	color: #222222;
}


/* s 样式开始 */
.contact_box {
	height: auto;
	overflow: hidden;
	background: #EFF5F9;
}

.contact_join {
	width: 895px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.contact_j_dl {
	height: auto;
	overflow: hidden;
	margin-top: 47px;
}

.contact_j_dl > 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;
	text-align: center;
}

.contact_j_dl > dd {
	height: auto;
	overflow: hidden;
	font-family: AlibabaPuHuiTi;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	color: #555555;
	text-align: center;
}

.contact_j_list {
	height: auto;
	overflow: hidden;
	margin-top: 34px;
}

.contact_j_list > dl {
	width: 895px;
	min-height: 169px;
	height: auto;
	border-radius: 4px;
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px 36px 20px;
	box-sizing: border-box;
	font-family: AlibabaPuHuiTi;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0em;

	color: #888888;
	margin-bottom: 25px;
}


.contact_j_list > dl > dt {
	height: auto;
	overflow: hidden;
	font-family: AlibabaPuHuiTi;
	font-size: 16px;
	font-weight: 500;
	color: #3D3D3D;
	margin-bottom: 8px;
}

dd.contact_jl_addr {
	height: auto;
	overflow: hidden;
	font-family: AlibabaPuHuiTi;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0em;
	color: #3D3D3D;
	margin-bottom: 10px;
}
/* e 样式结束 */
