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: #480202 !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;
}

/*列表*/
.nav-top ul li{
	float: left;
}
.nav-top ul li a{
	color: #000000;
	display: block;
	padding: 15px;
	font-size: 15px;
}
/*pcNav*/
.daohang {
	background: url(../images/daohang.png);
	width: 100%;
	position: absolute;
	z-index: 666;
}
.pcNav{
	margin-bottom: 0px;
}
.pcNav>li>a{
	display: block;
	line-height: 48px;
	color: white;
	
}
.pcNav li:hover{
	background: #690000;
}

/*二级菜单*/

.pcNav>li{
	position: relative;

}
.pcNav>li>ul{
	position: absolute;
	top: 48px;
	width: 100%;
	background: #880000;
}
.pcNav>li>ul>li>a{
	line-height: 40px;
	color: white !important;
	padding-left: 25px;
}
.pcNav>li>ul>li{
	border-bottom: 1px dashed #6e6e6e;
}


.daohang2{
	position: absolute;
	bottom: 0;
}



/*显示二级菜单*/
.pcNav>li> ul{
	display: none;
	z-index: 333;
	width: 200px;
	text-align: left;
	
}
.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;
	}
}

