body {
	
	font-family: "Microsoft yahei", "Arial", "Segoe UI", "Lucida Grande", "Helvetica,Arial";
}
/*移动Nav*/
ul li{
	list-style-type: none;
}
nav{
	border-bottom:none !important;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
.navbar-header {
	background: #1b2fb9 !important;
}
.navbar-brand{
	color: white !important;
	font-weight: bold;
}
.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-color:#497200 ;*/	
	background-color:rgba(28,50,198,.9);
	width: 100%;
	height: 45px;
}

.daohang a {
	color: white;
	font-size: 16px;
	line-height: 25px;
}

.nav>li {
	position: static;
}

.daohang .nav>li:hover>a {
	/*background: #3488ea !important ;*/
	background: none  ;
	border-bottom: #FFFFFF solid 2px;
	display: block;
	
}

 


/*二级菜单*/
.pcNav li:hover{
	background: #1557b5;
}
.pcNav>li{
	position: relative;

}
.pcNav>li>ul{
	position: absolute;
	top: 47px;
	width: 100%;
	background: #177ce9;
	text-align: center;
	opacity: 0.9;
}
.pcNav>li>ul>li>a{
	line-height: 40px;
	color: white !important;
}
/*显示二级菜单*/

.pcNav>li> ul{
	display: none;
	z-index: 333;
}
.pcNav>li:hover > ul{
	display: block;
	
}


nav{
		display: none;
	}
.daohang{
		display: none;
	}

@media only screen and (max-width:991px ) {
		nav{
		display: block;
	}
	.header-top{
		display: none;
	}
	.header-logo{
		margin-top: 50px;
	}
}
@media (min-width:991px ) {
	.daohang{
		display: block;
	}
}
