a, a:hover {
    text-decoration: none;
}

.header__banner {
    position:fixed;/*固定作用*/
    top:0px;
    background-color: #5080c0;
    height: 70px;
    width: 100%;
    line-height: 70px;
    z-index: 9999;
}

.header__employeeName {
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.header__logout {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.header__line {
    border: 1px solid #fff;
    display: inline-block;
    height: 12px;
}

.header__right {
    float: right;
}

.header__center {
    margin: 0 auto;
    width: 80%;
}

.header__order {
    background: #fff;
    border: 1px solid #e0e0e0;
    height: 36px;
    line-height: 36px;
}

.nav-box {
    display: inline-block;
    vertical-align: middle;
}

li {
    list-style: none;
}

.nav-box li {
    margin: 0 5px;
}

.navs > li > a {
    color: #fff;
    padding: 0 10px;
    background: none !important;
}

.navs .caret,
.navs .caret:hover {
    border-bottom: #FFFFFF;
}

.header__order span {
    color: #a8a8a8;
}

.header__order a {
    color: #2e2e2e;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #467DC0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #5080C0;
    border-color: #5080C0;
}

.dropdown-menu>li>a:hover{
    display: block;
    padding: 10px auto;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #5080C0;
    white-space: nowrap;
}

.dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    color: #999999;
}

.dropdown-menu > li:last-child > a{
    border:none;
}
@media screen and (max-width:1024px){
    .header__center {
        width: 90%;
    }
    .headerLogo{
        width: 25vw;
    }
}
