@CHARSET "UTF-8";
.main_nav_b {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_nav_img_box {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

.main_nav_img1 {
    height: 50px;
}

.main_nav_imgz {
    height: 50px;
    margin: 0 45px;
}

.main_nav_img2 {
    height: 50px;
}

.main_nav_img_box {
    background-color: #fff;
}

.navbar-container{
    background-color: #E5E5E5;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 8px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;

}

.dropdown-menu {
    padding: 20px 10px;
}

.dropdown-menu>.active>a {
    /*background: #ffffff;*/
    color: #151515 !important;
}

.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #ffffff;
}
.dropdown-menu .divider:last-child{
    display: none;
}
.navbar-nav .menu-item-id-19 a,.navbar-nav .menu-item-id-19 a:focus{
    color: #E5E5E5 !important;
}
.nav_html_xue .main_nav_img1 {
    width: 146px;
    height: 58px;
    margin-right: 50px;
    background: url("../images/foot/logo.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.nav_html_xue .main_nav_img2 {
    width: 115px;
    height: 63px;
    background: url("../images/foot/duanju.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
