body {
	
	font-family: "Microsoft yahei", "Arial", "Segoe UI", "Lucida Grande", "Helvetica,Arial";
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

/*移动Nav*/
ul li{
	list-style-type: none;
}
nav{
	border-bottom:none !important;
}
.container-fluid ul li a{
	text-align: center !important;
}
.pc-nav-span{
	float: right;
	color: white;
}

.navbar-header {
	background: #177ce9 !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 {
	background: rgba(23,124,233,0.9);
	width: 100%;
}
.pcNav{
	margin-bottom: 0px;
}
.pcNav>li>a{
	display: block;
	line-height: 40px;
	color: white;
	font-size: 15px;
}
.pcNav li:hover{
	background: #1557b5;
}

/*二级菜单*/

.pcNav>li{
	position: relative;

}
.pcNav>li>ul{
	position: absolute;
	top: 40px;
	width: 100%;
	background: #177ce9;
	text-align: center;
}
.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;
	}
}
