.contact {
    padding: 0.8rem 0rem;
}

.contactCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #b1b1b124;
}

.contactL {
    width: 60%;
    height: 100%;
    height: 4.7rem;
}

.contactR {
    width: 40%;
    padding: 0rem 0.3rem;
}

.contactR h3 {
    font-weight: bolder;
    color: #2A466B;
    padding-bottom: 0.24rem;
    border-bottom: 1px solid #eaeaea;
}

.contactR li {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
}

.contactR img {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
}

.contactR p {
    font-weight: bold;
    color: #2A466B;
    margin-bottom: 0.02rem;
}

.contactR span {
    color: #333;
}

/* 联系我们 地图 */
.mapBox {
    width: 100%;
    height: 100%;
}

.mapBox>div {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.BMap_cpyCtrl,
.anchorBL {
    display: none;
}


@media (max-width: 800px) {
    .contactCon {
        flex-direction: column-reverse;
    }

    .contactL,
    .contactR {
        width: 100%;
    }

    .contactR {
        padding: 0.6rem 0.4rem;
    }

    .contactR img {
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0.4rem;
    }
}