/* 头部 */
.logo_header {
    width: 100%;
    height: 62px;
    background: #ffffff;
    background-color: #3f74ba;
}

.logo_padding{
    width: 98%;
    margin: 0 auto;
}

.logo {
    background: url('../img/logo.png') no-repeat center;
    width: 38px;
    height: 40px;
    background-size: 38px 40px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.logo_padding .title{
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    top: 3px;
    left: 10px;
}

.icon_qy_xl{
    background: url('../img/ic_select3.png') no-repeat center;
    width: 12px;
    height: 6px;
    background-size: 12px 6px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 2px;
    cursor: pointer;
}

.ic_user{
    background: url('../../img/ic_user.png') no-repeat center;
    width: 46px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
}

.logo_padding .right .dl {
    position: relative;
    top: 20px;
}

.logo_padding .line{
    width: 1px;
    height: 16px;
    background-color: #ffffff;
    opacity: 0.8;
    margin:0 10px;
    top: 23px !important;
}

.logo_padding .right .dl span, .zxfs span{
    font-size: 16px;
    color: #ffffff;
}

