.nav-container[data-v-d9990884] {
	height: 60px
}

.nav-container .nav-main[data-v-d9990884] {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #898a9c;
	box-shadow: 6px 0 8px rgba(50, 54, 190, .16);
	z-index: 9
}

.nav-container .container[data-v-d9990884] {
	height: 60px
}

.nav-container .more[data-v-d9990884] {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	line-height: 21px
}

.nav-container .el-button[data-v-d9990884] {
	height: 60px;
	width: 160px;
	font-weight: 700;
	line-height: 21px
}

.nav-container .anchor[data-v-d9990884] {
	height: 21px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-right: 20px;
	border-bottom: 1px solid #fff;
	cursor: pointer
}

.header-content {
	background: #03153d
}

.header-content .container {
	height: 100px;
	color: #fff;
	display: flex;
	align-items: center
}

.header-content .logo {
	margin-right: 30px
}

.header-content .nav {
	height: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header-content .nav .service-hotline {
	font-size: 18px;
	font-weight: 700
}

.header-content .nav ul {
	display: flex;
	height: 100%
}

.header-content .nav ul li {
	color: #fff
}

.header-content .nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 100%;
	text-align: center;
	color: #fff;
}

.header-content .nav ul li a.active.is-exact {
	background: #898a9c;
	box-shadow: 6px 0 8px rgba(50, 54, 190, .16);
	color: #fff
}

.header-content .nav ul li a:hover {
	color: #999
}