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: #2a3139 !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: #09519b;
	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;
	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(110, 110, 110, 0.8);
}

/*子栏目3*/
.daohang .nav .list_a>.list_n>.container>.list-inline>li:hover>.list_a3 {
	display: block;
}
.list_a3 {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	width: 100%;
	z-index: 999;
	padding-bottom: 50px;
}
.list_n3{
	background-color:rgba(110, 110, 110, 0.6);
}
/*子栏目3 end*/

.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: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;
	}
}
