a{
	text-decoration: none !important;
}
/*移动Nav*/
ul li{
	list-style-type: none;
}

nav{
	border-bottom:none !important;
}
.navbar .nav-top ul li{
	clear: both;
}
.navbar-header{
	background: #0c4983 !important;
}

.navbar-brand{
	color: white !important;
}
.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;
}
.navbar-collapse.in{
	    padding-bottom: 15px;
}
.navbar-default {
    background-color: #cedae8;

}
/*pcNav*/
.daohang {
	/*position: relative;*/
	background: #001733;
	width: 100%;
	height: 45px;
}

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

.daohang .nav>li {
	position: static;
}
.daohang .nav > li > a:focus{
	background: none;
}
.daohang .nav>li:hover>a {
	background: #002147;
}

.list_a {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	width: 100%;
	z-index: 9;
	padding-bottom: 50px;
	transition: all .36s ease;
}
.list_n>.container>ul{
	width: 100%;
	background-color:rgba(0,22,71,0.8);
}
.list_a li {
	line-height: 45px;
	padding: 0 15px;
}
.list_a ul {
	margin-left: 0px;
}

.list_a a {
	text-decoration: none;
	color: white;
}
.list_a.nav_right ul{
	text-align: right;
}
.list_a.nav_center{
	text-align: center;
}
.list_a li a:hover {
	color: #feb703;
}
.daohang .nav-justified>li>a{
	position: relative;
}
.daohang .nav-justified>li>a::after{
	content:"";
	z-index: 999;
	position: absolute;
	width: 1px;
	height: 18px;
	background: #c9c9c9;
	top: 15px;
	right: 0;
}
.daohang .nav-justified>li:last-child>a::after{
	background: none;
}
/*显示二级菜单*/

.daohang .nav li:hover .list_a {
	display: block;
	z-index: 999;
}


nav{
		display: none;
	}
.daohang{
		display: none;
	}
@media (max-width:1360px ) {
	.nav > li > a {
    padding: 4px 15px;
	}
.daohang a {
    line-height: 18px;
}
.daohang .Home{
    height: 44px;
}

}
@media (max-width:992px ) {
	nav{
		display: block;
	}
	.header-top{
		display: none;
	}
	.header-logo{
		margin-top: 40px;
	}
}

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