html,
body {
	width: 100%;
	height: 100%;

	color: #434343;
	background-color: #f6f6f6;

	font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC",
		"Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-feature-settings: "tnum";
	font-variant: tabular-nums;
}

:root {
	--base-color: #262aa6;
}

@media (max-width: 1919px) and (min-width: 1440px) {
	html {
		zoom: 80%;
	}
	@-ms-viewport {
		width: 1920px;
	}
}

@media (max-width: 1439px) and (min-width: 768px) {
	html {
		zoom: 90%;
	}
	@-ms-viewport {
		width: 1440px;
	}
}

h1,
h2,
h2,
h4 {
	margin: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:focus .text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* 头部 */
.wl-header {
	position: sticky;
	top: 0;
	z-index: 999999;
	height: 152px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #eee;

	display: flex;
	justify-content: space-between;
}

.wl-header .header-left {
	flex-grow: 1;
	background-color: #fff;
}

.wl-header .header-center {
	width: 1500px;
	background-color: #fff;
	display: flex;
}

@media only screen and (max-width: 1440px) {
	.header-center {
		min-width: 1120px !important;
	}
	.header-logo {
		margin-right: 60px !important;
	}
}

.wl-header .header-right {
	margin-left: -1px;
	flex-grow: 1;
	background-color: #121348;
}

.header-logo {
	height: 152px;
	margin-right: 100px;
	display: flex;
	align-items: center;
}

.header-logo img {
	width: 237px;
}

.header-nav {
	flex: 1;
}

.header-nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
}

.header-nav li {
	width: 100%;
	list-style: none;
}

.header-nav-item {
	flex: 1;
	min-width: 10 0px;
	display: block;
	text-align: center;
	height: 152px;
	line-height: 152px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #121348;
	text-decoration: none;
}

.item--actived {
	color: #121348;
	background-color: #fff;
}

.item--active {
	position: relative;
}

.item--active::after {
	position: absolute;
	bottom: calc(50% - 27px);
	left: calc(50% - 26px);
	content: "";
	height: 2px;
	width: 52px;
	background-color: #7bc7a4;
}

/* 内容 */
.wl-wrapper {
	overflow: hidden;
	background-color: #f6f6f6;
}

.wl-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 52px;
	letter-spacing: 0px;
	color: #2326a4;
}

@media only screen and (max-width: 1440px) {
	.wl-title {
		font-size: 42px;
	}
}

.wl-container {
	box-sizing: border-box;
	overflow: hidden;
	max-width: 1500px;
	min-height: 1000px;
	margin: 0 auto;
}

/* 底部 */
.wl-footer {
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 160px;
	height: 430px;
	background-color: #1d2088;
}

@media only screen and (max-width: 1440px) {
	.wl-footer {
		height: 380px;
	}
}

.wl-footer-container {
	margin: 0 auto;
	padding-top: 130px;
	width: 1500px;
	display: flex;
}

@media only screen and (max-width: 1440px) {
	.wl-footer-container {
		width: 1120px;
		padding-top: 100px;
	}
}

.wl-footer-left {
	width: 400px;
	position: relative;
}

@media only screen and (max-width: 1440px) {
	.wl-footer-left {
		width: 300px;
	}
}

.wl-footer-logo {
	top: -15px;
	left: -95px;
	position: absolute;
}

.wl-footer-logo>img {
	width: 237px;
}

@media only screen and (max-width: 1440px) {
	.wl-footer-logo {
		left: -20px;
	}
}

.wl-footer-address {
	padding: 0;
	margin: 8px 0;
	line-height: 18px;
	font-size: 13px;
	color: #fff;
}

.wl-footer-center {
	width: 820px;
	/* margin-left: 215px; */
	display: flex;
	justify-content: space-between;
}

.wl-footer-center li {
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	list-style: none;
}

.wl-footer-center a {
	color: #fff;
	text-decoration: none;
}

.footer-nav-title a {
	font-size: 16px;
	font-weight: bold;
}

.footer-nav-menu {
	margin: 0;
	padding: 0;
	padding-top: 12px;
}

.wl-footer-right {
	margin-left: 80px;
	width: 200px;
}

@media only screen and (max-width: 1440px) {
	.wl-footer-right {
		width: 180px;
		margin-left: 60px;
	}
}

.wl-footer-right > .right-icons {
	display: flex;
	justify-content: space-between;
}

.qrcode {
	text-align: right;
	margin-top: 40px;
}

.qrcode > img {
	width: 100px;
	height: 100px;
}

.wl-copyright {
	height: 77px;
	text-align: center;
	line-height: 77px;
	background-color: #0c0d32;
	color: #fff;
	font-size: 16px;
}

.wl-copyright > span {
	font-size: 18px;
	font-weight: bold;
}

.beian {
	margin-left: 20px;
	color: #fff;
}

.beian:active {
	color: #fff;
}
