@font-face {
    font-family: fzdh;
    src: url("/Public/Home/citys/fonts/方正正大黑FZZDHJW.TTF");
}
.footer{
    width: 100%;
    padding-bottom: 30px;
    font-size: .14rem;
    color: #fff;
    background: #496057;
}
.footer .f-nav{
    width: 100%;
    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    font-size: 14px;
    text-align: center;
}
.footer .f-nav a{
    padding: 0 20px;
    color: inherit;
    display: inline-block;
}
.footer .f-logo{
    margin-top: 30px;
    text-align: center;
}
.footer .f-logo img{
    width: 40px;
}
.footer .f-logo .img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .f-logo span{
    font-family: fzdh;
    font-size: 22px;
    margin-left: 8px;
}
.footer .f-logo .eng{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
}