/*头部导航区域*/
#headNavigation-container{
    width: 100%;
    background-color: #2855b2;
}
.headNavigation-content{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.headNavigation-content>.logo{
    width: 20%;
    color: #000000;
    line-height: 79px;
    font-weight: bold;
    font-size: 18px;
}

.headNavigation-content>.logo img{
}

.headNavigation-content>.header_center{
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #333333;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
.header_center>div{
    height: 60px;
    text-decoration: none;
    line-height: 60px;
}
.header_center>div.active,
.header_center>div:hover {
    border-bottom: 2px solid #ffffff;
}
.headNavigation-content>.header_center a:-webkit-any-link{
    color: #ffffff;
}
a:-webkit-any-link {
    text-decoration: none;
    color: #333333;
}

.headNavigation-content .el-menu-item{
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.headNavigation-content .el-menu--horizontal>.el-menu-item.is-active{
    border-bottom: 2px solid #06155F;
}
.headNavigation-content .el-menu.el-menu--horizontal{
    border: 1px solid #ffffff;
}
.headNavigation-content >.navMenu{
    width: 50%;
    height: 79px;
    color: #06155F;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.navMenu .headDiv{
    color: #333333;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
}
.navMenu .headDiv:hover {
    color: #06155F;
}
.navMenu .headDiv:active {
    border-bottom: 2px solid #06155F;
    color: #333333;
}
.navMenu .router-link-active {
    text-decoration: none;
    border-bottom: 2px solid #06155F;
    color: #333333;
}
.headNavigation-content .inputa{
    width: 240px;
    height: 40px;
    border-radius: 5px;
    background-size: 25px;
    background-position: right;
    margin-top: 10px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #333333;
    box-shadow: none;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.headNavigation-content .inputa .search-a {
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 999;
    font-size: 16px;
}

.inputa .el-input-group{
    margin-top: 20px;
    width: 240px;
}
.inputa .el-input__inner{
    border-right: none;
    color: #999999;
    font-weight: 500;
}
.inputa .el-button{
    background: #ffffff;
}
