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;
}

.navbar-header {
	background: #0f8d68 !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 {
	background: #0f8d68;
	width: 100%;
-moz-box-shadow:0px -5px 20px #0c624b inset;             /* For Firefox3.6+ */
	-webkit-box-shadow:0px -5px 20px #0c624b inset;          /* For Chrome5+, Safari5+ */
	box-shadow:0px -5px 20px #0c624b inset;                  /* For Latest Opera */
}

.top_active{
	position: fixed;
	top: 0;
	z-index: 999;
}

.pcNav{
	margin-bottom: 0px;
}
.pcNav>li>a{
	display: block;
	line-height: 50px;
	color: white;
	
}
.pcNav li:hover{
	background: #00865f;
}

/*二级菜单*/
.pcNav>li{
	position: relative;
}
.pcNav>li>ul{
	position: absolute;
	top: 50px;
	width: 100%;
	background: #00aa78;
	text-align: center;
	opacity: 0.9;
}
.pcNav>li>ul>li>a{
	line-height: 40px;
	color: white !important;
}

/*显示二级菜单*/
.pcNav>li> ul{
	display: none;
	z-index: 333;
}
.pcNav>li:hover > ul{
	display: block;
	
}


nav{
		display: none;
	}
.daohang{
		display: none;
	}

@media only screen and (max-width:1000px ) {
		nav{
		display: block;
	}
	.header-top{
		display: none;
	}
	.header-logo{
		margin-top: 50px;
	}
}
@media (min-width:999px ) {
	.daohang{
		display: block;
	}
}
