.navbar{
    padding: 0 calc((100% - 1170px) / 2);
    margin: 0 auto;
    background: #FFFFFF;
    border: none;
    border-bottom: 1px solid #eeeeee;
}
.navbar li a {
    text-shadow: none !important;
}
.navbar .nav-li a:hover {
    color: #0052d9 !important;
}
.navbar-brand .headLogo{
    width: 100px;
    height: 23px;
}
.knowledge{
    float: left;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}

.knowledge .text{
    color: #000000;
}
.knowledge .knowledge-arrow{
    width: 18px;
    height: 18px;
}
.knowledge .knowledge-menu{
    padding: 0;
    position: absolute;
    top: 50px;
    left: -15px;
    background: #FFFFFF;
    padding-bottom: 10px;
}
.menu-item{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-item a:hover{
    color: #000000;
    text-decoration: none;
}
.super_content{
    margin-top: 0;
    display: inline-block;
    float: right;
    height: 50px;
    box-sizing: border-box;
    background: transparent;
    line-height: 50px;
    border: none;
    padding: 0 8px;
}
.super_content a{
    color: #000;
}
.nav-li a{
    color: #000 !important;
}
.zjzy-head .head-search{
    float: right;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zjzy-head #lucenesearchFormId{
    display: block;
    margin: 0;
    padding: 0;
}
.zjzy-head .head-search .search-c{
    position: relative;
    width: 302px;
    height: 62px;
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.zjzy-head .head-search .head-search-input{
    border: 1px solid #eee;
    outline: none;
    border-radius: 2px;
    width: 242px;
    height: 32px;
    box-sizing: border-box;
    padding: 4px 10px;
}
.zjzy-head .head-search .head-search-btn{
    width: 60px;
    height: 32px;
    border: 1px solid #eee;
    outline: none;
    position: absolute;
    right: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.zjzy-head .login .active a{
    display: block;
    width: 102px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0052d9;
    color: #fff;
    margin: 0;
    padding: 0;
}

.zjzy-head .login .active a:hover{
    background: #0052d9;
}
.zjzy-head .login .active a:focus{
    background: #0052d9;
}

.login .open .dropdown-toggle{
    color: #000000 !important;
    background: #fff !important;
}

.head-name{
    flex: 0 0 auto;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 4px;
}

.hidden{
    display: none;
}

@media (max-width: 768px) {
    .knowledge {
        display: none;
    }
    .navbar-toggle{
        background: #0052d9;
    }
    .navbar-toggle:focus{
        background: #0052d9 !important;
    }
    .navbar-toggle:hover{
        background: #0052d9 !important;
    }
}