* {
	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: #001551;
	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 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 / 46%);
	backdrop-filter: blur(10px);
}

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

}

/*.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: 500;
	color: #323F76;
	height: 100%;
	display: flex;
	justify-content: space-around;
}

.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;
	border-bottom: 4px solid #001551;
	transition: all .1s ease-out;
}

.nav-item-active {
	font-weight: 700;
	border-bottom: 4px solid #001551;
}

.next-nav-content {
	width: 1280px;
	min-height: 444px;
	background: #FFFFFF;
	box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.05);
	/* backdrop-filter: blur(2px); */
	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;
	/* transition: all .3; */
	animation: a 0.3s linear 0s 1 forwards;
	/* animation: name duration timing-function delay iteration-count direction fill-mode; */
}

@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: 18px;
	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;
}

/* 由于需要兼容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: 32%;
	height: 40px;
	box-sizing: border-box;
	margin-bottom: 52px;
	box-sizing: border-box;
	padding-left: 33px;
	font-size: 16px;
	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;
	/*line-height: 20px;*/
	font-weight: 400;
}

.nav-title {
	font-size: 12px;
	/*line-height: 20px;*/
	color: #555570;
}

.contact {
	width: 89px;
	height: 37px;
	object-fit: cover;
	position: absolute;
	top: 363px;
	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;
}