.foot-box{
    width: 100%;
    padding-top: 2.75rem;
    padding-bottom: 2.15rem;
    background-image: url(../images/bg_3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.foot-box .foot-con{
    width: 52.5%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.foot-box .foot-con .foot-l ul li{
    font-size: .6rem;
    font-family: Source Han Sans CN;
    line-height: 1.3rem;
}

.foot-box .foot-con .foot-l ul li div{
    display: inline-block;
}

.foot-box .foot-con .foot-r{
    display: flex;
}

.foot-box .foot-con .foot-r .ewm{
    width: 6rem;
    height: 6rem;
    font-size: 0;
}

.foot-box .foot-con .foot-r .ewm:nth-child(2){
    margin-left: 2.5rem;
}

.foot-box .foot-con .foot-r .ewm img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.foot-box .foot-con .foot-r .ewm div{
    font-size: .6rem;
    text-align: center;
    margin-top: 1rem;
    font-family: Source Han Sans CN;
}

@media (max-width: 1680px){
    .foot-box .foot-con {
        width: 55.5%;
    }
}

@media (max-width: 1600px){
    .foot-box .foot-con {
        width: 58.5%;
    }
}


@media (max-width: 1366px){

    .foot-box .foot-con {
        width: 61.5%;
    }

    .foot-box .foot-con .foot-l ul li,
    .foot-box .foot-con .foot-r .ewm div {
        font-size: 12px;
        line-height: 22px;
    }

    .foot-box .foot-con .foot-r .ewm {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 1152px) {
    .foot-box .foot-con {
        width: 68.5%;
    }
}


@media (max-width: 900px) {
    .foot-box .foot-con {
        width: 80%;
    }

    .foot-box .foot-con .foot-l ul li, .foot-box .foot-con .foot-r .ewm div {
        font-size: 14px;
        line-height: 28px;
    }

    .foot-box .foot-con .foot-r .ewm {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 750px) {
    .foot-box .foot-con {
        flex-direction: column-reverse;
    }

    .foot-box .foot-con .foot-r {
        display: flex;
        margin-bottom: 50px;
    }
}