﻿body {
	font-family: "Microsoft yahei", "Arial", "Segoe UI", "Lucida Grande", "Helvetica,Arial";
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul li {
	list-style-type: none;
	    padding-bottom: 10px;
}
nav {
	border-bottom-color: currentColor !important; border-bottom-width: medium !important; border-bottom-style: none !important;
}
.container-fluid ul li a {
	text-align: center !important;
}
.navbar-header {
	background:#306895; background-color:#306895;
}
.navbar-brand {
	color: white !important; font-weight: bold;
}
.navbar-toggle {
	border: 0px currentColor !important; border-image: none !important;
}
.navbar-toggle:focus {
	background: none !important;
}
.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;
}
.daohang {
	background:#306895; width: 100%; margin-bottom: 5px;
}
.pcNav {
	margin-bottom: 0px;
}
.pcNav > li > a {
	color: white; line-height: 45px; font-size: 16px; display: block;
}
.pcNav li:hover {
	background: rgb(2, 68, 123);
}
.pcNav > li {
	position: relative;
}
.pcNav > li > ul {
	background: rgb(6, 89, 159); top: 45px; width: 200%; text-align: center; position: absolute;
}
.pcNav > li > ul > li > a {
	color: white !important; line-height: 40px; display: block;
}
.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:991px)
{
nav {
	display: block;
}
.header-top {
	display: none;
}
.header-logo {
	margin-top: 50px;
}
}
@media all and (min-width:991px)
{
.daohang {
	display: block;
}
}