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: rgba(74, 138, 235, 1) !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: rgba(74, 138, 235, 0.4);
    width: 100%;
}

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

.nav>li {
	position: static;
}

.daohang .nav>li:hover>a {
	background: #3488ea !important ;
	display: block;
	
}

.list_a {

	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	width: 100%;
		border-top: 1px solid #838383;
	padding-bottom: 70px;
}
.list_n{
	background-color:#000000 ;
	background-color: rgba(0,0,0,0.3);
}
.list_a li {
	line-height: 45px;
	margin-right: 30px;
}
.list_a ul {
	margin-left: 10px;

}

.list_a a {
	text-decoration: none;
}
.list_a.nav_right ul{
	text-align: right;
}
.list_a.nav_center{
	text-align: center;
}
.list_a li a:hover {
	color: #00a3ff;
}
.nav li:nth-child(5) ul {
	text-align: center;
    margin-left: 38px;
}

/*显示二级菜单*/

.nav li:hover .list_a {
	display: block;
}


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

@media (max-width:991px ) {
	nav{
		display: block;
	}
}

@media (min-width:992px ) {
	.daohang{
		display: block;
	}
}

