.contact-banner {
    position: relative;
    z-index: 1;
}

.contact-banner i {
    display: block;
}

.contact-banner i img {
    width: 100%;
}

.cotact-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1rem 0 0 1rem;
    font-size: 18px;
    color: #fff;
    text-align: left;
}

/* 地图 */
.contact-map {
    position: relative;
    z-index: 11;
    height: 8rem;
    margin-top: 414px;
    background: url(../images/contact_map.jpg) no-repeat center center/cover;
}

.contact-layer {
    position: absolute;
    left: 0;
    top: -434px;
    z-index: 10;
    width: 100%;
    padding: 0 20px;

}

.contact-layer ul {
    display: block;
    background: #fff;
    box-shadow: 0 0 17px 1px rgba(8, 1, 3, .11);
}

.contact-layer ul li {
    padding: 20px;
    text-align: left;
    border-bottom: 2px solid #eee;
}

.contact-tel-icon {
    text-align: left;
}

.contact-tel-num {
    font-weight: 700;
    font-size: 24px;
}

.contact-tel-font {
    font-size: 14px;
    font-weight: 400;
}

.contact-ul {
    display: block;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 17px 1px rgba(8, 1, 3, .11);
}

.contact-li {
    padding-left: 30px;
    color: #333;
}

.contact-li:nth-child(1) {
    background: url(../images/contact_icon1.png) no-repeat 0 center/20px;
}

.contact-li:nth-child(2) {
    background: url(../images/contact_icon2.png) no-repeat 0 center/20px;
}

.contact-li:nth-child(3) {
    background: url(../images/contact_icon3.png) no-repeat 0 center/20px;
}

.contact-li:nth-child(4) {
    background: url(../images/contact_icon4.png) no-repeat 0 center/20px;
}

.contact-li p {
    font-size: 14px;
}

.contact-li span {
    display: block;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .contact-banner {
        position: relative;
        z-index: 1;
    }

    .contact-banner i {
        display: block;
    }

    .cotact-title {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 7.656vw 0 0 8.333vw;
        font-size: 2.604vw;
        color: #fff;
        text-align: left;
    }

    /* 地图 */
    .contact-map {
        position: relative;
        z-index: 10;
        height: 39.063vw;
        margin: 0;
        background: url(../images/contact_map.jpg) no-repeat center center/cover;
    }

    .contact-layer {
        position: absolute;
        z-index: 50;
        left: 8.333vw;
        top: -17.188vw;
        width: 83.333vw;
        height: 27.604vw;
        padding: 0;
        background: #fff;
    }

    .contact-layer ul {
        display: flex;
        height: 17.188vw;
        padding: 6.771vw 0 0;
        background: none;
        box-shadow: 0 0;
    }

    .contact-layer ul li {
        width: 50%;
        padding: 0 4.271vw;
        text-align: left;
        border-bottom: .156vw solid #eee;
    }

    .contact-tel-icon {
        text-align: left;
    }

    .contact-tel-num {
        font-weight: 700;
        font-size: 2.083vw;
    }

    .contact-tel-font {
        padding-top: .521vw;
        font-size: .938vw;
        font-weight: 400;
    }

    .contact-layer ul li:hover {
        border-color: #007440;
    }

    .contact-ul {
        display: flex;
        padding: 1.646vw 0 0 4.271vw;
        box-shadow: 0 0;
    }

    .contact-li {
        width: 25%;
        padding-left: 3vw;
        line-height: 1.6vw;
        color: #333;
    }

    .contact-li:nth-child(1) {
        background: url(../images/contact_icon1.png) no-repeat 0 center;
    }

    .contact-li:nth-child(2) {
        background: url(../images/contact_icon2.png) no-repeat 0 center;
    }

    .contact-li:nth-child(3) {
        background: url(../images/contact_icon3.png) no-repeat 0 center;
    }

    .contact-li:nth-child(4) {
        background: url(../images/contact_icon4.png) no-repeat 0 center;
    }

    .contact-li p {
        font-size: 1.042vw;
    }

    .contact-li span {
        display: block;
        font-size: 1vw;
    }
}