.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;
}



/* 地图 */



.contactR {
    width: 100%;
}
.contactR h2{text-align:center;margin: 40px;
    font-weight: 600;}
.contactR ul{ display: flex;}
.contactR li {
     flex:1;
    align-items: flex-start;
    margin-bottom: 20px;
}

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

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

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

.contactR p {
    color: #666;
}

.ditu img{margin: 20px auto;width:100%;display:block}


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

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

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

    .contactL {
        width: 60%;
    }

    .contactR {
        width: 100%;
    }

    .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;
    }
.contactR h2{    font-size: 22px;}
    .contactL {
        height: 400px;
    }
	.contactR ul {
    display: block;
}
.contactR li div{overflow:hidden}
}

@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;
    }
}