.banner-contact {
    background: url(../images/banner-contact.jpg) center center no-repeat;
}

#contact {
    width: 1440px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0;
}

#contact h3 {
    font-size: 36px;
    text-align: center;
    line-height: 100px;
}

#contact-content {
    font-size: 16px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

#contact-content i {
    font-size: 24px;
    display: inline-block;
}

#contact-content span{
    width: 30px;
    height: 42px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    float: left;
}

.contact-information{
    width: 520px;
    height: 100%;
    line-height: 32px;
    overflow: hidden;
    float: left;
    padding: 20px 40px;
    background: #ebeff5;
}

.contact-information dl{
    height: 100%;
    overflow: hidden;
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #c2cbd4;
}

.contact-information dl:last-child{
    border-bottom: none;
}

.contact-information dl dt{    
    color: #0d6cff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.contact-information dl i{
    margin-right: 10px;
}

.contact-information dl a{
    color: #333;
    font-weight: normal;
}

.contact-information dl a:hover {
    color: #0d6cff;
    border-bottom: 1px solid #0d6cff;
}

.contact-social{
    padding: 20px 0 10px 0;
}

.contact-social a{
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
}

.contact-social a:hover{
    color: #fff;
    border-radius: 50%;
}

.contact-message{
    width: 750px;
    height: 100%;
    overflow: hidden;
    float: right;
}

.contact-message p{
    color: #999;
    line-height: 32px;
}

.message-item {
    color: #707a84;
    border: 1px solid #c2cbd4;
    padding: 0 10px;
    line-height: 42px;
    margin-bottom: 15px;
    clear: both;    
    background: #ebeff5;
}

.message-item input {
    width: 580px;
    height: 42px;
    line-height: 42px;
    border: none;
    display: block;
    background: #ebeff5;
}

.message-item textarea{
    width: 600px;
    height: 120px;
    border: none;
    padding: 10px;
    background: #ebeff5;
}

#message {
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

#message .btn-submit {
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 42px;
    text-align: center;
    background: #0d6cff;
    cursor: pointer;
    border: 0;
    border-radius: 22px;
}

.error-input{
    border: 1px solid red;
    background: #fce6e6;
}

.error-input input,.error-input textarea{
    background: #fce6e6;
}

.my-map {
    width: 100%;
    height: 400px;
    clear: both;
}


/* 售前顾问 */
.contact-team{
    height: 100%;
    overflow: hidden;
}

.team-title{
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #d7e1ea;
}

.contact-team ul{
    height: 100%;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
}

.contact-team li{
    width: 420px;
    height: 100%;
    padding: 20px;
    float: left;
    line-height: 26px;
    overflow: hidden;
    background: #ebeff5;
    margin: 0 30px 30px 0;
}

.contact-team li:nth-child(3n){
    margin-right: 0;
}

.contact-team li i{
    font-size: 20px;
    margin-right: 2px;
}

.contact-team dl{
    display: block;
    height: 112px;
    padding-bottom: 20px;
}

.contact-team dl dt{
    width: 110px;
    height: 110px;
    float: left;
}

.contact-team dl dt img{
    border-radius: 4px;
    border: 1px solid #eee;
}

.contact-team dl dd{
    width: 294px;
    float: right;
    line-height: 24px;
}

.contact-team dl dd h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
}

.contact-team .online-chat {
    font-size: 14px;
    color: #e7ffea;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
    background: #1ad230;
    display: inline-block;
    border-radius: 11px;
    margin-right: 10px;
    float: left;
}

.contact-team .online-chat img{
    margin-right: 3px;
    margin-top: -2px;
}

.online-wechat {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: url(../images/qrcode.png) no-repeat;
}

.online-wechat img{
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    border-radius: 5px;
    left: -39px;
    top: 24px;
}

.online-wechat:hover img{
    display: block;
}

.team-produts p{
    margin-bottom: 10px;
}

.team-produts a{
    width: 165px;
    height: 24px;
    font-size: 13px;
    overflow: hidden;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #d7e1ea;
    text-align: center;
    margin: 3px 0;
}

@media (max-width: 960px){
    .banner-contact {
        background-size: 200%;
        background-position: top center;
    }

    #contact {
        width: auto;
        margin: 0 auto;
        padding: 3rem 1rem;
    }

    #contact h3 {
        font-size: 2.8rem;
        line-height: 8rem;
    }

    #contact-content {
        font-size: 1.2rem;
        margin-bottom: 3rem;
    }

    #contact-content i {
        font-size: 1.6rem;
    }

    #contact-content span{
        width: 30px;
        height: 42px;
        display: inline-block;
        margin-right: 10px;
        text-align: center;
        float: left;
    }

    .contact-information{
        width: 92%;
        line-height: 2.2rem;
        padding: 1.2rem 4%;
        margin-bottom: 2rem;
    }

    .contact-information dl{
        height: 100%;
        padding: 1rem 0;
    }

    .contact-information dl dt{    
        height: 3rem;
        line-height: 3rem;
        font-size: 1.5rem;
    }

    .contact-information dl i{
        margin-right: 0.5rem;
    }

    .contact-social{
        padding: 1.2rem 0 0.8rem 0;
    }

    .contact-social a{
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        margin-right: 0.8rem;
    }

    .contact-message{
        width: auto;
        float: left;
    }

    .contact-message p{
        line-height: 2rem;
    }

    .message-item {
        padding: 0 2%;
        line-height: 3rem;
        margin-bottom: 1rem;
        box-sizing: border-box;
    }

    .message-item input {
        width: 85%;
        height: 3rem;
        line-height: 3rem;
    }

    .message-item textarea{
        width: 96%;
        height: 120px;
        padding: 2%;
    }

    #message {
        height: 100%;
        overflow: hidden;
        margin-top: 10px;
    }

    #message .btn-submit {
        font-size: 1.2rem;
        width: 100%;
        height: 3rem;
        border-right: 1.5rem;
    }


    /* 售前顾问 */
    .team-title{
        font-size: 2rem;
        line-height: 4rem;
    }

    .contact-team ul{
        margin-top: 2rem;
    }

    .contact-team li{
        width: 94%;
        padding: 1rem 3%;
        margin: 0 0 2rem 0;
    }

    .contact-team li i{
        font-size: 1.2rem;
        margin-right: 0.2rem;
    }

    .contact-team dl{
        padding-bottom: 1.2rem;
    }

    .contact-team dl dt{
        width: 110px;
        height: 110px;
        float: left;
    }

    .contact-team dl dt img{
        border-radius: 4px;
    }

    .contact-team dl dd{
        width: auto;
        float: left;
        margin-left: 1rem;
        line-height: 1.5rem;
    }

    .contact-team dl dd h4{
        font-size: 1.2rem;
        line-height: 2.4rem;
    }

    .contact-team .online-chat {
        font-size: 1rem;
        height: 1.5rem;
        line-height: 1.5rem;
        padding: 0 0.8rem;
        border-radius: 0.8rem;
        margin-right: 0.8rem;
    }

    .contact-team .online-chat img{
        margin-right: 3px;
        margin-top: -2px;
    }

    .team-produts p{
        margin-bottom: 0.8rem;
    }

    .team-produts a{
        width: 48%;
        height: 1.8rem;
        font-size: 1rem;
        line-height: 1.8rem;
        margin-right: 2%;
        box-sizing: border-box;
    }

    .team-produts a:nth-child(2n-1){
        margin-right: 0;
    }
}