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-color:rgba(2,85,160,0.9);
}
.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:#000000 ;
	background-color:rgba(2,85,160,0.9);
	width: 100%;
	height: 45px;
}

.daohang a {
	color: white;
	font-size: 15px;
	line-height: 25px;
}

.nav>li {
	position: static;
}

.daohang .nav>li:hover>a {
	background: #3488ea !important ;
	display: block;
	
}

.list_a {
	background-color:#000000 ;
	background-color: rgba(0,88,187,0.6);
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	width: 100%;
		border-top: 1px solid #838383;
}

.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{
	text-align: center;
}
.list_a li a:hover {
	/*color: #00a3ff;*/
}


/*显示二级菜单*/

.nav li:hover .list_a {
	display: block;
}

.nav li:nth-child(3) .list_a ul{
	margin-left: -90px;
}
 
.nav li:nth-child(7) .list_a ul{
	text-align: right;
	margin-right: 15px;
}

nav{
		display: none;
	}
.daohang{
		display: none;
	}

@media (max-width:1000px ) {
	nav{
		display: block;
	}
}

@media (min-width:1000px ) {
	.daohang{
		display: block;
	}
}

