.mgng a{
    display: inline-block;
    padding:10px;
    background: #4185f4;
    text-align: center;
}
.mgng a span{
    color:#fff;
}
/* .logo-left #navigation{
    text-align: center;
} */
#footer{
    background: #fff;
}
#footer .wf-container{
    padding-top:60px;
    padding-bottom:60px;
    text-align: center;
}
#footer .footnav{
    display: flex;
    justify-content: space-around;
}
.footnav h2{
    font-size:18px;
    font-weight: 600;
    color: #1a1a1a;
}
.tleft{
    text-align: left;
}
.footnav p,.footnav p a{
    color:#333;
    font-size:14px;
    line-height: 40px;
}
.gzbox{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.gzbox .code{
    padding:0 10px;
    width: 136px;
    
}
.gzbox img{
    width: 100%;
}
.gzbox span{
    font-size: 12px;
    color:#333;
}