body {

    font-family: "Microsoft yahei", "Arial", "Segoe UI", "Lucida Grande", "Helvetica,Arial";
}
/*移动Nav*/
ul li{
    list-style-type: none;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
.nav>li>a:focus{
    background: none;
}

.nav > li{
    float: none;
}
.navbar-nav{
    text-align: center !important;
    margin: 0 !important;
}
.navbar-nav .open .dropdown-menu{
    text-align: center !important;
    background: #e6eefa;
}
.container-fluid>.navbar-header{
    width: 100%;
    margin-left: 0 !important;
}
.container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.navbar-toggle{
    display: block !important;
}
.navbar-brand{
    margin-left: 0 !important;
    padding-left: 15px !important;
}
.navbar-header {
    background:#00468c !important;
}
.navbar-brand{
    color: white !important;
    font-weight: bold;
    font-size: 14px;
}
.navbar-header {
    background: #00468c !important;
}

.navbar-brand{
    color: white !important;
    font-weight: 500;
}
.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:#0c5cad;
    width: 100%;
    height: 45px;
}

.daohang a {
    color: white;
    font-size: 16px;
    line-height: 25px;
}
.daohang .list-inline a{
    color: #464646;
}

.nav>li {
    position: static;
}
.nav>li>a{
    position: relative;
}
.nav>li>a::after{
    content: "";
    position: absolute;
    height: 18px;
    right: 0;
    width: 1px;
    top: 15px;
    background-color: white;
}
.nav>li:last-child>a::after{
    background: none;
}
.daohang .nav>li:hover>a {
    background: url("../img/navactive.png");
    display: block;

}
.list_a {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
}
.list_n{
    margin-bottom: 90px;
    background-color: #eff8fe;
}
.list_a li {
    line-height: 45px;
    margin-right: 30px;
}
.list_a ul {
    margin-left: 10px;

}

.list_a a {
    text-decoration: none;
}
.nav>li .list_a{
    text-align: center;
    width: 100%;
}
.nav>li:nth-child(4) .list_a .list_n{
    /*text-align: right;
    margin-left: -430px;*/
}
.nav>li:nth-child(5) .list_a{
    /*text-align: right;*/
}
.list_a li a:hover {
    color: #00468c;
}
/*显示二级菜单*/

.nav li:hover .list_a {
    display: block;
}

@media (max-width:990px ) {
    .header{
        display: none;
    }
}
@media (min-width:990px ) {
    .navbar{
        display: none;
    }
}
