.contact {
    padding-top: 70px;
    padding-bottom: 80px;
}

.contact .pageTitle {
    margin-bottom: 80px;
}

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

.contactL {
    width: 68%;
    height: 520px;
}

/* 地图 */
.mapBox {
    width: 100%;
    height: 100%;
}

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

.BMap_cpyCtrl,
.anchorBL {
    display: none;
}

.shadow {
    display: none;
}

.contactR {
    width: 28%;
}

.contactR li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
}

.contactR li:last-of-type {
    margin-bottom: 0px;
}

.contactR img {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.contactR h3 {
    color: #227764;
    font-weight: bold;
    margin-bottom: 8px;
}

.contactR p {
    color: #666;
}




/* 适配 */
@media (max-width: 1680px) {}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {
    .contact .pageTitle {
        margin-bottom: 60px;
    }

    .contactL {
        width: 60%;
    }

    .contactR {
        width: 35%;
    }

    .contactR img {
        width: 50px;
        height: 50px;
        margin-right: 16px;
    }

    .contactR p {
        font-size: 16px;
    }

    .contactR h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }
}

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

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

    .contactR li {
        margin-bottom: 34px;
    }

    .contactR {
        margin-bottom: 30px;
    }

    .contactL {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .contact {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact .pageTitle {
        margin-bottom: 40px;
    }

    .contactR img {
        width: 42px;
        height: 42px;
        margin-right: 16px;
    }

    .contactR p {
        font-size: 14px;
    }

    .contactR h3 {
        font-size: 16px;
    }
}