.contactInformation {
    padding-top: 100px;
    padding-bottom: 40px;
}

.contact_message {
    margin: 20px 0px 0px;
    overflow: hidden;
}

.contact_cover {
    width: 287px;
    height: 360px;
    text-align: center;
    line-height: 360px;
    font-size: 0px;
}

.contact_cover img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.contact_list {
    width: 835px;
    overflow: hidden;
}

.contact_list .swiper-slide {
    width: 780px;
    overflow: hidden;
}

.contact_info {
    float: left;
    margin-right: 60px;
    width: 200px;
    overflow: hidden;
    margin-bottom: 50px;
}

.contact_info h4 {
    width: 100%;
    color: #333;
    padding: 10px 0px 20px 40px;
    font-weight: bolder;
    background: url(../images/contactus/dingwei.png) no-repeat left 10px;
    border-bottom: 2px solid #D5BB4D;
    margin: 0px 0px 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.contact_info p {
    color: #666;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.map_containers {
    width: 100%;
    height: 600px;
}

.map_containers #map_container {
    width: 100%;
    height: 100%;
    margin: 0px;
}


/* ====== 修改百度地图样式 start =======*/

.map_containers .shadow {
    display: none;
}

.map_containers .BMap_bubble_pop {
    border-radius: 0px !important;
}

.map_site_title {
    text-align: center;
}

.anchorBL,
.click-ripple-container {
    display: none;
}


/* ====== 修改百度地图样式 end =======*/

@media (max-width: 767px) {
    .contactInformation {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .contact_message {
        margin-top: 20px;
    }
    .contact_cover {
        width: 100%;
        height: auto;
        line-height: 100%;
    }
    .contact_cover img {
        width: 100%;
        height: auto;
    }
    .contact_list {
        width: 100%;
        margin-top: 20px;
    }
    .contactus_swiper_next,
    .contactus_swiper_prev {
        display: none;
    }
    .contact_info {
        width: 48%;
        margin: 0px 4% 10px 0px;
    }
    .contact_info:nth-child(2n) {
        margin-right: 0px;
    }
    .contact_info h4 {
        padding-bottom: 15px;
        padding-left: 23px;
        border-bottom: 1px solid #D5BB4D;
        margin-bottom: 10px;
        background: url(../images/contactus/dingwei.png) no-repeat left 10px;
        background-size: 15px auto;
    }
    .contact_info p {
        line-height: 24px;
    }
    .map_containers {
        height: 400px !important;
        overflow: hidden;
    }
    .map_containers .BMap_bubble_pop {
        width: 320px !important;
    }
    .map_site_title,
    .BMap_bubble_content,
    .BMap_bubble_title,
    .BMap_bubble_center {
        width: 300px !important;
    }
}