
a{
	text-decoration: none !important;
}
/*移动Nav*/
ul li{
	list-style-type: none;
}
nav{
	border-bottom:none !important;
}

.navbar-header{
	background: #016ca0 !important;
}

.navbar-brand{
	color: white !important;
}
.navbar-toggle {
	border: 0px !important;
}
.navbar-toggle:focus,.navbar-toggle:hover{
	background: none !important;
}
.navbar-toggle:hover .icon-bar{
	background-color: white !important;
}
.icon-bar{
	background-color: white !important;
}
.nav-pills a{
	color: black !important;
}

/*pcNav*/
.daohang {
	/*position: relative;*/
	background: white;
	width: 100%;
	height: 45px;
	border-bottom: 2px solid #feb703;
}

.daohang a {
	color: black;
	font-size: 16px;
	line-height: 25px;
}

.daohang .nav>li {
	position: static;
}

.daohang .nav>li:hover>a {
	display: block;
	color: #feb703;
	font-weight: bold;
	background: #0089cb;
}

.list_a {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	width: 100%;
	z-index: 999;
	padding-bottom: 50px;
}
.list_n{
	background-color:rgba(1,108,160,0.8) ;
	background: #016ca0;
}
.list_a li {
	line-height: 45px;
	margin-right: 30px;
}
.list_a ul {
	margin-left: 10px;
}

.list_a a {
	text-decoration: none;
	color: white;
}
.list_a.nav_right ul{
	text-align: right;
}
.list_a.nav_center{
	text-align: center;
}
.list_a li a:hover {
	color: #feb703;
}


/*显示二级菜单*/

.daohang .nav li:hover .list_a {
	display: block;
}


nav{
		display: none;
	}
.daohang{
		display: none;
	}

@media (max-width:993px ) {
	nav{
		display: block;
	}
}

@media (min-width:992px ) {
	.daohang{
		display: block;
	}
}