.footer{
    width: 100%;
    background: url("../images/footer-bg.png") top center no-repeat ;
}
.footer .slogan{
    height: 140px;
    text-align: center;
    color: white;
    padding-top: 90px;
}
.footer .slogan .slogan-zh{
    font-family: 微软雅黑, serif;
    font-size: 34px;
    margin-bottom: 30px;
}
.footer .slogan .slogan-en{
    font-size: 18px;
}
.footer-content{
    background-color: #fff;
    padding-top: 70px;
    text-align: center;
}
.footer .footer-content .footer-logo .logo{
    float: none;
    display: block;
    margin-bottom: 20px;
}
.footer .footer-content .footer-nav{
    padding-top: 70px;
    padding-bottom: 10px;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    border-bottom: 1px solid #cccccc;
}
.footer-nav-site{
    flex: 1;
    font-size: 18px;
}
.footer-nav .footer-nav-site:not(:first-child){
   border-left: 1px solid #cccccc;
}
.footer-nav-site a{
    text-decoration: none;
    color: #666666;
}

.footer-info{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    color: #666666;
}
.footer-info div{
    flex: 1;
}
.footer-copy{
    margin-top: 40px;
    border-top: 1px solid #CCCCCC;
    text-align: center;
    line-height: 50px;
    color: #756f6f;
    font-size: 14px;
}
.footer-logo{
    position: relative;
}
.qrcode{
    position: absolute;
    right: 120px;
    top: 0px;
}
.company{
    padding: 20px 0;
}