footer {
    width: 100%;
    margin: 2.5vh 0 0;
    background: #fff;
    margin-top: 25px;
}

.lh-footer {
    width: 1180px;
    min-height: 150px;
    background-color: #fff;
    margin: 0;
    font-size: 15px;
    justify-content: space-around;
}

.footer-dzjg {
    order: 1;
}

.footer-wzjc {
    order: 2;
}

.footer-wzxg {
    order: 3;
    text-align: center;
    max-width: 780px;
    justify-content: center;
}

.footer-jbzx {
    order: 4;
}

.footer-wzxg {
    padding: 10px;
}

.footer-wzxg section {
    line-height: 180%;
    margin: 0 6px;
}

.footer-wzxg select {
    width: 100px;
    height: 22px;
    line-height: 22px;
}

@media screen and (max-width:1050px) {
    .lh-footer {
        /* justify-content: space-around; */
    }
    .footer-dzjg {
        order: 1;
    }
    .footer-wzjc {
        order: 2;
    }
    .footer-wzxg {
        order: 4;
        max-width: unset;
    }
    .footer-jbzx {
        order: 3;
    }
}

@media screen and (max-width:960px) {
    .lh-footer {
        justify-content: space-around;
        background-color: #489ec4;
        /*#5bc7f8;*/
        color: #fff;
        padding: 10px 5px;
    }
    .lh-footer a {
        color: #eee;
    }
    .footer-dzjg {
        order: 1;
    }
    .footer-wzjc {
        order: 2;
    }
    .footer-wzxg {
        order: 4;
    }
    .footer-jbzx {
        order: 3;
    }
}