.map {
    display: flex;
    justify-content: space-between;
}

.m2lxMap {
    width: 49%;
}


/*底部修改*/

.footer {
    margin-bottom: 2rem;
    margin-top: 2rem;
    /* padding-top: 76px;
    padding-bottom: 98px; */
    width: 100%;
    margin: 0 auto;
    /* margin: 0; */
    display: flex;
    justify-content: space-around;
    padding: 76px 2.7vw 98px;
}

.footer_2 {
    margin-left: 0 !important;
}

.footer_3 {
    border-right: 1px solid #303030 !important;
    width: 46%;
    display: flex;
    justify-content: center;
}

.footer_3:last-child {
    border: none !important;
}

.footer_2_all .footer_2 {
    display: flex;
    justify-content: center;
    width: 50% !important;
    padding: 0 1vw;
}

.footer_3 ul {
    padding: 0 1vw;
}

.footer_2_all {
    width: 46%;
}

.footer_1,
.footer_2 {
    padding-left: 0;
}

.footer_3 img {
    margin-right: 5px !important;
}

@media(min-width:1024px) and (max-width:1400px) {
    /* .footer {
        padding: 76px 2vw 98px;
    } */
}

@media(max-width:1024px) {
    .map {
        display: block;
        margin-top: 44px;
    }
    .m2lxMap {
        width: 100%;
        margin-bottom: 35px;
    }
    .m2lxMap:last-child {
        margin-bottom: 0;
    }
}