@charset "gb2312";


.navbar {
	width: 1060px;
	clear:both;
	float:left;
	margin: 0 auto 14px;
	font-size: 18px;
}

.navbar ul {
	height: 52px;
	background-color: #1c4f95;
}

.navbar li {
	height: 52px;
	line-height: 52px;
	width: 13.56%;
	float: left;
	text-align: center;
}

.navbar li:first-child {
	width: 52px;
}

.navbar .active a {
	background-color: #c11918;
	color: #fff !important;;
}

.navbar li:hover {
	background-color: #c11918;
}

.navbar li a {
	font-family: "Î¢ÈíÑÅºÚ";
	display: block;
	width: 100%;
	height: 100%;
	color: #fff !important;
}

.navbar li img {
	vertical-align: middle;
}



/* ÏìÓ¦Ê½? */
@media screen and (max-width: 768px) {
	.navbar {
		width: 100vw;
	}

	.navbar ul {
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.navbar li {
		height: 37px;
		line-height: 37px;
		width: 25% !important;
	}

	.navbar .active {
		width: 25%;
	}

	.active img {
		height: 65%;
		width: 27%;
	}
}