* {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* 定义字体 */
@font-face {
	font-family: "Harding";
	src: url(../fonts/HardingText-Bold-Web.woff2) format("woff2");
	font-display: fallback
}

.bg {
	width: 1200px;
	margin: 0 auto;
}

.header {
	height: 64px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hea_img {
	height: 34px;
}

.hea_img img {
	height: 100%;
}

.header_dh {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_dh p {
	text-align: center;
}

.header_dh p a {
	width: 20%;
	margin: 0 40px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.hea_co {
	color: #2563eb !important;
}

.header_sp a {
	display: inline-block;
	width: 144px;
	height: 40px;
	background-color: #2563eb;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
}

.header_dh p a:hover {
	color: #2563eb;
}

.header_sp a:hover {
	background-color: #FFF;
	border: 1px solid #2563eb;
	box-sizing: border-box;
	color: #2563eb;
}

/* ------------------------------------ */
.banner {
	background-image: url(../img/index/bj.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	overflow: auto;
}

.z_banner {
	background-image: url(../img/index/bj.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	overflow: auto;
}

.banner_bg {
	width: 1200px;
	margin: 0 auto;

}

.banner p:nth-child(1) {
	font-size: 42px;
	font-weight: bold;
	margin-top: 158px;
	font-family: Harding, Palatino, serif;
	line-height: 58px;
}

.banner p:nth-child(2) {
	font-size: 18px;
	width: 51%;
	margin-top: 20px;
}

.banner p:nth-child(3) {
	margin-top: 40px;
}

.banner p:nth-child(3) a {
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid #2563eb;
	box-sizing: border-box;
	color: #2563eb;
}

.banner p:nth-child(3) a:hover {
	background-color: #2563eb;
	color: #FFF;
}

/* ---------------------------------- */
.module {
	margin-top: 50px;
}

.module h2 {
	margin-bottom: 15px;
	font-family: Harding, Palatino, serif;
}

.p_ju {
	text-align: justify;
}

/* ------------------------------------ */
.om {
	display: flex;
	justify-content: space-between;
}

.om div {
	width: 360px;
	height: 278px;
	background-color: #f9fafb;
	padding: 0 15px;
	text-align: center;
	border-radius: 5px;
}

.om div h3 {
	margin: 10px 0;
}

.svg {
	width: 65px;
	height: 65px;
	background-color: #e5ecf9;
	border-radius: 50px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

/* --------------------------------- */
.FJ {
	background-color: #f9fafb;
	height: 550px;
	width: 100%;
	margin-top: 50px;
	overflow: auto;
}

.fj_bj h2 {
	margin-top: 50px;
	font-size: 28px;
}

.FJ1 {
	width: 389px;
	height: 370px;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
}

.fj_qk {
	display: flex;
	justify-content: space-between;
}

.spacing {
	padding: 0 15px;
}

.spacing h3 {
	margin-top: 15px;
}

.spacing p {
	margin-top: 5px;
}

.spacing div span:nth-child(1) {
	position: absolute;
	left: 15px;
	padding: 4px 0;
	bottom: 20px;
}

.spacing div span:nth-child(2) {
	position: absolute;
	right: 15px;
	padding: 4px 12px;
	border-radius: 50px;
	background-color: #eaf0fd;
	bottom: 20px;
	color: #2563eb;
}

/* ------------------------------ */
.dashed-hr {
	border: none;
	/* 移除默认样式 */
	border-top: 1px dashed #333;
	/* 红色虚线 */
	margin: 20px 0;
	/* 调整间距 */
}

/* -------------------------------- */
.foot {
	background-color: #111827;
	width: 100%;
	height: 355px;
	margin-top: 50px;
	overflow: auto;
}

.foot_bg {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.foot_img {
	height: 34px;
}

.foot_img img {
	height: 100%;
}

.foot_bg>div {
	width: 25%;
}

.foot_t p {
	color: #FFF;
	font-size: 18px;
}

.fo {
	margin-top: 20px;
	color: #9ca3af;
}

.fo a {
	color: #9ca3af;
	text-decoration: none;
}

.foot_t {
	height: 34px;
	line-height: 34px;
}

.fo_ico {
	display: flex;
	align-items: center;
}

.fo_ico a {
	margin-left: 6px;
}

.foot-hr {
	border: none;
	border-top: 1px solid #222e3e;
	width: 1200px;
	margin: 25px auto;
}

.foot_p {
	color: #9ca3af;
	text-align: center;
}

.fo_ico svg {
	width: 30 px;
	height: 24px;
}

/* ------------------------------------ */
.qk_bg {
	display: flex;
}

.qk_po {
	position: relative;
	height: 640px;
}

.qk_div1 {
	width: 30%;
	padding: 0 20px;
	z-index: 999;
}

.qk_div1 img {
	width: 100%;
}

.qk_div2 {
	width: 70%;
	padding: 0 20px;
	padding-top: 40px;
}

.qk_div1 img {
	width: 100%;
}

.qk_div3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.qk_div3 span {
	display: inline-block;
	height: 32px;
	/* border-left: 4px solid #00a4ff; */
	border-bottom: 1px dashed red;
	line-height: 32px;
	padding: 0 10px;
	margin-bottom: 33px;
	width: 43%;
}

.qk_bg1 {
	background-color: #f2f2f2;
	width: 1200px;
	height: 342px;
	border-radius: 12px;
	color: #FFF;
	position: absolute;
	bottom: 0;
}

.qk_p {
	position: absolute;
	padding: 10px 20px;
	color: #333;
	line-height: 24px;
}

.qk_div4 a {
	display: inline-block;
	width: 230px;
	height: 38px;
	border-radius: 50px;
	color: #2563eb;
	text-decoration: none;
	border: 1px solid #2563eb;
	text-align: center;
	line-height: 38px;
	box-sizing: border-box;
}

.qk_div4 {
	z-index: 999;
	position: absolute;
	margin-top: 80px;
}

.qk_div4 a:hover {
	background-image: -moz-linear-gradient(90deg, rgb(37, 99, 235) 0%, rgb(0, 164, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(37, 99, 235) 0%, rgb(0, 164, 255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(37, 99, 235) 0%, rgb(0, 164, 255) 100%);
	border: none;
	color: #FFF;
}

/* -------------------------------- */
.cont_bg {
	display: flex;
	justify-content: space-between;
}

.con_left {
	width: 25%;
}

.con_right {
	width: 70%;
}

.con_left a {
	text-decoration: none;
	display: block;
	margin-top: 20px;
	color: #333;
}

.con_left a:hover {
	color: #2563eb;
}

.cont_p {
	text-align: justify;
	margin-top: 10px;
	line-height: 24px;
}
.cont_p strong {
	color: #333;
}
.cont_ul strong {
	color: #333;
}

.cont_ul {
	margin-left: 20px;
	text-align: justify;
}

.cont_ul li {
	margin-top: 10px;
}

.cont_h3 {
	margin: 40px 0 0 0;
	color: #002982;
}

.cont_h3_top {
	margin: 20px 0 0 0;
	color: #002982;
}

.con_h {
	border: none;
	border-top: 1px solid #333;
	margin: 20px 0;
}

.con_title {
	visibility: hidden;
}

.cont_img img {
	width: 100%;
}

#menu a.active {
	font-weight: bold;
	color: #002982;
}

.pe_hr {
	border: none;
	border-top: 1px dashed #333;
	margin-top: 20px;
}