
.header_title{
    width: 100%;
    height: 32px;
    background: #2A54BE;

    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 32px;
    padding-left: 94px;
}

.header_content{
    height: 80px;
    background: #FFFFFF;
}

.header_img{
    width: 341px;
    height: 67px;
    float: left;
    padding-top: 7px;
    margin-left: 94px;;
}

.header_font{
    margin-right: 17vw;
    float: right;
    height: 80px;
    /* line-height: 80px; */
}


.header_menu{
    font-size: 18px;
    width: 90px;
    float: left;
    margin: 0px 20px 0px 20px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.header_menu_title{
    width: 100%;
}

.header_menu_selected{
    color:#0C47A1 !important;
}

.header_menu_bottom{
    height: 10px;
    background: #0B5AA9;
    margin-top: -10px;
}

.header_font a{
    width: 100%;
    color: #191919;
    text-decoration: none; /* 去掉下划线 */
    /* margin: 0px 0px 0px 75px;
    font-size: 18px; */
    text-align: center;
}

/* .header_font a:hover {
     color: white; 
    text-decoration: none; 
} */
.header_font a:active,
a:focus {
    /*color: #0C47A1;*/
    outline: none; /* 去掉点击时的虚线框 */
}

