body {

    font-family: "Microsoft yahei", "Arial", "Segoe UI", "Lucida Grande", "Helvetica,Arial";
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none !important;
}

/*移动Nav*/
ul li{
    list-style-type: none;
}
ul{
    padding-inline-start: 0px;
}
nav{
    border-bottom:none !important;
    display: 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:#660000 !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;
}
.navbar-brand>img{
    width: 220px;
    display: inline-block;
}
/*pcNav*/
.daohang {
    background: #cfa972;
    width: 100%;
}
.pcNav{
    margin-bottom: 0px;
}
.pcNav>li>a{
    display: block;
    line-height: 45px;
    color: white;
    font-size: 14px;

}

/*二级菜单*/
.pcNav>li{
    position: relative;
}
.pcNav>li:hover{
    background: #660000;
}
.pcNav>li>ul{
    position: absolute;
    top: 44px;
    width: 100%;
    background:#660000 ;
    text-align: center;
}
.pcNav>li>ul>li>a{
    line-height: 45px;
    font-size: 14px;
    color: white;
}

/*显示二级菜单*/
.pcNav>li> ul{
    display: none;
    z-index: 333;
}
.pcNav>li:hover > ul{
    display: block;

}
.pcNav>li>ul>li:hover{
    background: #cfa972;
    background-size: auto 100%;
}
.bottomDH .pcNav>li>ul{
    top: auto;
    bottom: 100%;
}
.navbar{
    display: none;
}
@media only screen and (max-width:991px ) {
    .navbar{
        display: block;
    }
    .banner{
        margin-top: 60px;
    }
    .daohang,.header{
        display: none;
    }
}
