/*联系我们----------------------------------------------------------------------

/*--------------------------------------------------
    [1. 在线反馈]
----------------------------------------------------*/
.contact-bg__section {
    width: 100%;
    overflow: hidden;
    background: url(../../statics/images/banner/联系我们.jpg) no-repeat center bottom;
    background-size: cover;
    height: 480px;
}
.contact_top_title {
    max-width: 1574px;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-size: 33px;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    letter-spacing: 7px;
    margin-top: 358px;
    color: #fff;
}
   /* .contact-bg__section img {
        width:100%;
    }

    @media screen and (max-width: 1200px) {
        .contact-bg__section {
        height: 390px;
    }
}

@media screen and (max-width: 768px) {
    .contact-bg__section {
        height: 390px;
    }
}

@media (max-width: 540px) {
    .contact-bg__section {
        background: url(../../statics/images/about/banner.png) no-repeat center;
        background-size: cover;
    }
}*/
.contact-feedback {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-right: auto;
    margin-left: auto;
    padding: 141px 0 149px 0;
    background:#fff;
}
.contact-feedback h2 {
    font-size:28px;
    color:#000;
    margin-bottom:50px;
}
    .contact-feedback__left {
        padding: 0px 39px;
        max-width: 585px;
    }

.contact-feedback__right {
    width: 100%;
    max-width: 651px;
    padding: 0px 39px;
}

.contact-feedback__right h3 {
    font-weight: normal;
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 2px;
    color: #000000;
    padding-bottom: 37px;
}

.contact-feedback__right div {
    display: flex;
}
.contact-form {
    overflow:hidden;
    margin-bottom:22px;
}
.contact-form-left {
    float:left;
}

.contact-feedback input {
    background: #F3F4F4;
    border: none;
    border-radius: 0;
    height: auto;
    padding: 14px 18px;
    width: 259px;
    margin-right: 30px;
    margin-bottom: 28px;
    box-shadow: none;
}
    .contact-feedback input:focus {
        border: none;
        box-shadow: none;
    }
    /*.contact-feedback__right div input:last-child {
    margin-left: 31px;
}*/
    .contact-feedback textarea {
        font-size: 15px;
        line-height: 20px;
        height: 126px;
        background: #F3F4F4;
        border: none;
        width: 100%;
        border-radius: 0;
        padding: 14px 18px;
        margin-bottom: 30px;
        resize: none;
        width: 584px;
        box-shadow: none;
    }
        .contact-feedback textarea:focus {
            border: none;
            box-shadow: none;
        }
        .contact-feedback input::-webkit-input-placeholder,
        .contact-feedback textarea::-webkit-input-placeholder,
        .contact-feedback input::-moz-placeholder,
        .contact-feedback textarea::-moz-placeholder,
        .contact-feedback input:-ms-input-placeholder,
        .contact-feedback textarea:-ms-input-placeholder {
            font-size: 15px;
            line-height: 20px;
            letter-spacing: 1px;
            color: #272727;
            opacity: 0.6;
        }
.contact-feedback__btn {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 10px;
    color: #fff;
    padding: 8px 28px;
    border: none;
    text-indent: 10px;
    background: #000000;
}

@media (max-width: 991px) {
    .contact-feedback {
        flex-direction: column;
        width: 100%;
        padding: 40px 15px;
    }
    .contact-feedback__left {
        padding: 0px;
    }
    .contact-feedback__right {
        max-width: 100%;
        padding: 60px 15px;
    }
    .contact-feedback__right input {
        max-width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
    .contact-feedback__right textarea {
        min-height: auto;
        padding: 15px;
        margin-bottom: 40px;
    }
    .contact-feedback__right div input:first-child {
        margin-right: 20px;
    }
}
@media (max-width: 640px) {
    .contact-feedback__right h3 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .contact-feedback__right div {
        flex-direction: column;
    }
    .contact-feedback__right div input:first-child {
        margin-right: 0px;
    }
    .contact-feedback__right div input:last-child {
        margin-left: 0px;
    }
}

/*--------------------------------------------------
    [2. 公司信息]
----------------------------------------------------*/

.contact-message {
    background: #F3F4F4;
}

.contact-grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 90px 0px 108px;
    max-width: 1596px;
}

.contact-grid__item {
    width: 33.33333333%;
    text-align: center;
    background: #fff;
    padding: 108px 0px;
    margin: 0px 14px;
}
.contact-grid__text {
    padding-top: 56px;
}

.contact-grid__text h3 {
    font-weight: normal;
    font-size: 25px;
    line-height: 33px;
    color: #000000;
    padding-bottom: 29px;
}

.contact-grid__text p {
    font-weight: 290;
    font-size: 13px;
    line-height: 24px;
    color: #000000;
}
    .contact-grid__text p span {
        font-weight: 400;
    }

    @media (max-width: 991px) {

        .contact-grid__item {
            width: calc(100% - 30px);
            margin: 0px 15px 29px;
            padding: 40px 15px;
        }
        .contact-grid__text p {
            font-size: 12px;
        }
}

/*--------------------------------------------------
    [3. 地图]
----------------------------------------------------*/

.contact-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    
}
@media (max-width: 1200px) {
    .contact-bg__section {
        height:300px;
    }
    .contact_top_title {
        margin-top: 220px;
        margin-left: 20px;
    }
    .contact-feedback {
        padding: 80px 0;
    }
}


@media (max-width: 991px) {
    .contact-grid__row {
        padding: 40px 0px 60px;
    }
}

@media (max-width: 768px) {
    .contact-grid__row {
        flex-direction: column;
    }
    .contact-bg__section {
        height: 200px;
    }
    .contact_top_title {
        margin-top: 65px;
        font-size: 20px;
        letter-spacing: 3px;
    }
    .contact-feedback {
        padding: 60px 15px;
    }
        .contact-feedback h2 {
            margin-bottom:30px;
            font-size:24px;
        }
    .contact-form-left {
        width:100%;
        padding-right:0;
    }
    .contact-feedback input {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px 15px;
    }
    .contact-feedback textarea {
        width:100%;
        margin-bottom:10px;
    }

}

@media (max-width: 576px) {
    .contact-bg__section {
        height: 120px;
    }
    .jcontact_top_title {
        left: 15px;
        bottom: 15px;
        font-size: 24px;
    }
    .contact-feedback {
        padding: 30px 10px;
    }
        .contact-feedback h2 {
            margin-bottom: 20px;
            font-size: 18px;
        }
}