* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	/*font-family: "PingFangSC-Regular","Microsoft YaHei", serif;*/
	font-family: "HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
	letter-spacing: 0.05em;
}

#web-head {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
}

.display {
	display: none;
}

@media (max-width:1280px) {
	#web-head {
		display: none;
	}
}

.border-none {
	border: 0 !important;
}

.flex {
	display: flex !important;
}

.align-center {
	align-items: center !important;
}

.justify-between {
	justify-content: space-between !important;
	cursor: pointer;
}

.flex-column {
	flex-direction: column !important;
}

._head-wrap {
	position: sticky;
	top: 0;
	left: 0;
}

#head-wrap {
	width: 100;
	height: 31px;
	background: linear-gradient(90deg,#002E89,#5800A6,#005EFF,#001551 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.head-top {
	width: 1600px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 161px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	overflow: hidden;
}

.head-top>div {
	height: 100%;
}

.head-top-promo {
	cursor: pointer;
	user-select: none;
	transition: opacity 0.2s;
}

.head-top-promo:hover {
	opacity: 0.85;
}

.head-top img {
	max-width: 13px;
	height: auto;
	object-fit: cover;
	margin-right: 5px;
	margin-top: 2px;
}

#head-content-wrap {
	width: 100%;
	height: 62px;
	margin: 0 auto;
	/*background: #FFFFFF;*/
	background-color: rgb(255 255 255 / 90%);
	backdrop-filter: blur(10px);
}

.head-content {
	/* 此宽度填充最后单元的内边距 用于和top视觉上对齐 实际宽度为1280 */
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	position: relative;
    overflow: visible;
}

/*.head-content div{*/
/*	user-select: none;*/
/*	-webkit-user-select: none;*/
/*}*/

.head_img {
	display: flex;
	align-items: center;
}

.head_img1 {
	max-width: 120px;
	height: auto;
	object-fit: cover;
}

.head_img2 {
	width: 127px;
	height: 29px;
	margin-left: 10px;
}

.nav {
    font-size: 18px;
    font-weight: 600;
    color: #323F76;
    height: 100%;
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    overflow: visible;
}

.curent-line {
	width: 30px;
	height: 4px;
	background: #001551;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

.nav-item {
	height: 94%;
	/* padding: 0 23px; */
	margin: 0 23px;
	/*cursor: pointer;*/
	/* margin-bottom: -4px; */
}

.nav-item:hover {
	font-weight: 700;
	color: #005EFF;
	border-bottom: 4px solid #005EFF;
	transition: all .1s ease-out;
}

.nav-item-active {
	font-weight: 700;
	color: #005EFF !important;
	border-bottom: 4px solid #005EFF;
}

.next-nav-content {
    width: 1280px;                  /* 保持原内容宽度 */
    min-height: 488px;
    background: transparent;        /* 背景透明，让伪元素显示 */
    box-shadow: none;               /* 阴影由伪元素提供 */
    cursor: text;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translate(-50%);
    display: none;
    box-sizing: border-box;
    padding: 65px 65px 0 50px;
    z-index: 9;
    opacity: 0;
    animation: a 0.3s linear 0s 1 forwards;
}

/* 新增伪元素：实现全宽白色背景 */
.next-nav-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;                  /* 视口全宽 */
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.05);
    z-index: -1;
    pointer-events: none;          /* 让背景不干扰点击 */
}

@keyframes entercontent {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes backentercontent {
	0% {
		/* opacity: 0; */
	}

	100% {
		opacity: 0;
	}
}


.gap-line {
	position: absolute;
	left: 315px;
	top: 39px;
	width: 1px;
	height: 345px;
	background: #EBECED;
}

/*.menu {*/
/*	width: 155px;*/
/*	font-size: 18px;*/
/*	font-weight: 400;*/
/*	color: #323F76;*/
/*	margin-right: 175px;*/
/*}*/
.menu {
	width: 265px;
	font-size: 20px;
	font-weight: 400;
	color: #323F76;
	margin-right: 65px;
}

.menu-item {
	width: 170px;
	margin-bottom: 33px;
	position: relative;
	margin-left: 70px;
	cursor: pointer;
}

.menu-item>img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(26px, -50%);
	display: none;
}

.menu-item-active {
	font-weight: 700;
	color: #005EFF;
}

/* 由于需要兼容ie 这里布局用一维布局 使用弹性盒 */
.menu-content {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	/*cursor: pointer;*/
}

.menu-content>._menu-content-item:not(:nth-child(3n)) {
	position: relative;
}

.menu-content>._menu-content-item:not(:nth-child(3n))::after {
	content: '';
	width: 1px;
	height: 19px;
	background: #EBECED;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

._menu-content-item {
	padding-right: 2%;
	width: 33%;
	height: 40px;
	box-sizing: border-box;
	margin-bottom: 52px;
	box-sizing: border-box;
	padding-left: 33px;
	font-size: 18px;
	cursor: pointer;
	font-weight: 500;
	color: #323F76;
	/* border-right: 1px solid #011551; */
}

._menu-content-item img {
	width: 38.5px;
	height: 38.5px;
	margin-right: 11px;
}

.nav-name {
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: 600;
}

.nav-title {
	font-size: 14px;
	color: #555570;
	font-weight: 500;
}

.contact {
	width: 89px;
	height: 37px;
	object-fit: cover;
	position: absolute;
	top: 415px;
	left: 113px;
	cursor: pointer;
}

/*.contact {*/
/*	width: 89px;*/
/*	height: 37px;*/
/*	object-fit: cover;*/
/*	position: absolute;*/
/*	top: 282px;*/
/*	left: 65px;*/
/*	cursor: pointer;*/
/*}*/

/* 分页对象 */
.zl-page-wrap {
	display: flex;
}

.zl-page-last-button,
.zl-page-next-button,
.zl-page-item {
	width: 34px;
	height: 34px;
	color: #323F76;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.zl-line {
	display: flex;
	margin: 0 5px;
}

.zl-page-last-button,
.zl-page-next-button {
	background: #fff
}

.zl-page-item:hover {
	color: #fff;
	background: #2E60FC;
}

.zl-page-active {
	color: #fff;
	background: #2E60FC;
}

/* H5 导航：仅 headH5 iframe 负责顶栏，页面用 spacer 占位避免内容被遮挡 */
.h5_head {
	display: none !important;
}

@media (max-width: 1280px) {
	.menu_h5 {
		width: 100vw;
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		border: 0;
	}

	.menu_none {
		height: 60px;
	}

	.menu_show {
		height: 100vh;
	}

	.h5-nav-spacer {
		height: 60px;
		flex-shrink: 0;
	}
}