.header{
    width: 100%;
    background: #fff;
    padding-bottom: 21px;
}
.header_l{
    margin-top: 21px;
}
.header_r .tit_blue{
    font-size: 18px;
    line-height: 22px;
    color: #ed4412;
    text-align: right;
    margin-top: 23px;
}
.header_r .tit_black{
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    text-align: right;
    margin-top: 3px;
}
.header_r .tit_black a{
    color: #999999;
}
.header_r .tit_black a:hover{
    color: #ed4412;
}
.tit_phone{
    display: none;
    text-align: right;
    font-family: SourceHanSansCN;
    font-size: 0.3rem;
    font-weight: bold;
    color: #094e91;
    margin-top: 0.28rem;
}
.tit_phone img{
    width: 0.34rem;
    height: 0.28rem;
    margin-top: -0.1rem;
    margin-right: 0.11rem;
}
@media (max-width: 992px) {
    .header{
        display: block;
        width: 100%;
        height: 0.8rem;
        position: relative;
        padding-bottom: 0;
    }
    .header_l{
        width: 1.38rem;
        margin-top: 0.17rem;
    }
    .header_l img{
        width: 1.38rem;
        height: 0.46rem;
    }
    .tit_phone{
        display: block;
    }
    .header_r .tit_blue {
        display: none;
    }
    .header_r .tit_black{
        display: none;
    }
}