


a.link-hover-yellow:hover,
a.link-hover-yellow:hover div {
	color: #ffe221 !important;
}

a.link-hover-green:hover,
a.link-hover-green:hover div {
	color: #1658a0 !important;
}



.bg-nav {
	background-color: #1658a0;
}


.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	height: 88px;
}

.nav .nav-li {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav .nav-li .nav-li-bg {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width:95%;
}

.nav .nav-li.this .nav-li-bg,
.nav .nav-li:hover .nav-li-bg {
	background-color: #134884;
}

.nav .nav-li.this,
.nav .nav-li:hover a.link-hover-yellow {
	color: #ffe221;
}

.q-zwgk-btn {
	display: flex;
	justify-content: space-between;
	color: #000000;
	font-size: 16px;
	height: 98px;
	align-items: center;
	margin-top: 30px;
	width:350px;
	margin:0 auto;
}

.q-link-btn-bg {
	display: flex;
	justify-content: space-between;
	height: 125px;
	align-items: center;
}

.q-link-btn-item {
	background-color: #eaf5fe;
	width: 180px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 18px;
	color: #1A64B7;
	font-weight: 600;
	margin-top:-75px;
}
