﻿.c-contact-banner {
    width: 100%;
    position: relative;
}

    .c-contact-banner img {
        width: 100%;
        vertical-align: middle;
    }

.c-contact-main h3 {
    margin: 50px 0 5px;
    font-size: 30px;
}

.c-contact-main small {
    font-size: 16px;
    color: #333;
    position: relative;
}

    .c-contact-main small::after {
        content: '';
        width: 40px;
        height: 4px;
        border-radius: 4px;
        background: #589deb;
        position: absolute;
        bottom: -20px;
        left: 2px;
    }

.c-contact-item {
    display: flex;
    margin-top: 50px;
}

.c-contact-list {
    width: 24.5%;
    margin-right: 0.66%;
    margin-top: 0.66%;
    border-right: 1px solid #dbdbdb;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.c-contact-list:last-child{
    border: none;
}

    .c-contact-list img {
        width: 80px;
        height: 80px;
    }

    .c-contact-list p {
        color: #333;
        font-size: 14px;
    }

.c-map {
    padding: 5% 0 8%;
    height: 400px;
    margin: 5% 0 0;
}

.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}

.BMap_stdMpZoom, .BMap_noprint {
    display: none;
}

.c-contact-form {
    display: flex;
    justify-content: space-between;
}

.c-contact-form-right {
    width: 430px;
    height: 360px;
}

    .c-contact-form-right img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        vertical-align: middle;
    }

.c-contact-form-left {
    flex: 1;
    margin-right: 20px;
}

.c-form-list {
    width: 100%;
    margin-top: 20px;
}

.c-form-list input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #589deb;
    padding: 0 10px;
    box-sizing: border-box;
}

.c-form-list textarea {
    width: 100%;
    border: 1px solid #589deb;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 42px;
}

.c-form-btn {
    padding: 15px 40px;
    color: #589deb;
    background: #fff;
    border: 1px solid #589deb;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

    .c-form-btn:hover {
        background: #589deb;
        border-color: #fff;
        color: #fff;
    }
@media (max-width:1199px) {
    .c-contact-list {
        width: 49%;
        margin-bottom: 3%;
    }
    .c-contact-item {
        flex-flow: row wrap;
    }
        .c-contact-list:nth-child(2n) {
        border: none;
    }
}
@media (max-width:580px) {
    .c-contact-list {
        width: 100%;
        margin-bottom: 3%;
        border: none;
    }
    .c-map {
        height: 200px;
    }
    .c-contact-list img {
        width: 60px;
        height: 60px;
    }
    .c-contact-form-right {
        display: none;
    }
    .c-form-btn {
        padding: 10px 20px;
    }
}
