

.footer{
    height: 110px;
    background-color: #000C46;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding: 45px 0;
}
.footer_block {
    width: 1300px;
    align-items: center;
}
.footer_block > .bj-column{
    width: 70%;
    flex-wrap: nowrap;
}
.footer .logo{
    background: url("../../images/logo2.png") no-repeat;
    width: 114px;
    height: 114px;
    display: flex;
    margin-right: 45px;
}
.footer .footer_url{
    display: flex;
    flex-wrap: wrap;
}
.footer .footer_url span{
    font-size: 44px;
    font-family: PangMenZhengDao;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    width: 100%;
}
.footer .footer_url .url{
    font-size: 32px;
    font-family: PangMenZhengDao;
    font-weight: 400;
    line-height: 37px;
    color: #FFFFFF99;
}
.footer  .footer_block_right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 30%;
}

.footer  .footer_block_right span{
    width: 100%;
}