@charset "utf-8";
#headerbox {
	width: 1200px;
	height: 250px;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto
}

#headerbox img {
	width: 290px;
	height: 90px;
	margin-top: 93px;
	margin-right: 66px;
	display:none;
}
/* 导航条开始 */
#navbox {
	width: 1200px;
	height: 85px;
	margin: 0 auto;
}

#navbox-btns {
	width: 100%;
	height: 50px;
}

#navbox-btns ul {
	width: 100%;
	display: flex;
	background: #005193;
}

#navbox-btns ul li {
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#navbox-btns ul li a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	line-height: 30px;
	color: #fff;
	/* width: 132.3px; */
	height: 40px;
	border-right: 1px solid #4178c8;
	text-align: center;
	/* background: rgba(255, 255, 255, 0.4); */
	background: #005193;
	margin-top: 10px;
    padding-left: 22px;
    padding-right: 22px;
}
#navbox-btns ul li:first-child{
	margin-left: 30px;
}
#navbox-btns ul li:last-child a {
	border: 0;
}

#navbox-btns ul li a:hover {
	background: #fff;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

#navbtn-bot {
	width: 100%;
	height: 35px;
}

#navbtn-bot ul {
	height:35px;
	padding-left: 35px;
	display: flex;
	/* background: rgba(255, 255, 255, 0.4); */
	background:#eee;
}

#navbtn-bot ul li a:hover {
	color: #4178c8;
}

#navbtn-bot ul li {
	margin: 0 20px;
	display: flex;
}

#navbtn-bot ul li a {
	/* width: 116px; */
	color: #000;
	font-size: 16px;
	line-height: 30px;
}
.hshows {
	display: block;
	background: #eee !important;
	color:#005193 !important;
	border-top-left-radius: 5px;
  		border-top-right-radius: 5px;
}
#navserval{
	width: 140px;
	height: 20px;
	border: 0;
	border: 1px solid #ccc;
	display: block;	
	padding-left:10px;
}
#navserbtn{
	width: 40px;
	height: 20px;
	border: 0;
	border: 1px solid #ccc;
	display: block;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	padding-left:10px;
}




.columnname li:hover{
	background:#89aeda;
	color:#fff;
}
.columnname li a:hover{
	color:#fff;
	text-decoration: none;
}
