h3.contact_title {
    text-align: center;
    margin: 90px 0 80px;
    font-size: 20px;
    position: relative;
}
h3.contact_title:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #b81c25;
    bottom: -18px;
    left: 50%;
    margin-left: -20px;
}

.contact_list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}
.contact_list li {
    width: 25%;
    float: left;
    text-align: center;
    display: table-cell;
}
.contact_list li .list_img {
    width: 98px;
    height: 98px;
    margin: auto;
    border: 1px solid #b81c25;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.contact_list li .list_img img {
    display: block;
    margin: auto;
    margin-top: 29px;
}
.contact_list li h3 {
    font-size: 18px;
    margin: 15px 0 30px;
    position: relative;
}
.contact_list li h3:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #b81c25;
    bottom: -12px;
    left: 50%;
    margin-left: -14px;
}
.contact_list li p {
    font-size: 14px;
}

/* 地图部分 */
.contact_map {
    width: 100%;
    min-width: 1200px;
    height: 510px;
    background-color: #ff0;
}
.contact_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 底部 */
.footer {
    margin-top: 0px;
}
