/* 联系我们 */

.contact {

}


/* 联系方式 */

.contact-information {
    margin: 0 0 10px 0;
    border: 1px solid #333;
}

.contact-information h4 {
    font: 400 16px/30px 'Microsoft YaHei';
    color: #333;
}

.contact-information {
    padding: 20px;
    border: 1px solid #333;
}

.contact-information h4 {
    border-left: 3px solid #333;
    padding-left: 10px;
    margin-bottom: 10px
}

.contact-information p {
    font: 400 14px/24px 'Microsoft YaHei';
    color: #333;
    text-indent: 0
}

@media (min-width:1200px) {
    .contact {
       
    }
}



/* 在线留言 */

.contact-form .inputs {
    width: 100%;
    height: 48px;
    padding-left: 10px;
    line-height: 48px;
    background: #FFF
}

.contact-form .name {
    margin-bottom: 15px;
}

.contact-form .tels {
    margin-bottom: 15px;
}

.contact-form textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    overflow: auto
}

.contact-form .yzm {
    margin: 10px 0 10px 0;
    height: 36px;
    padding-left: 10px;
    line-height: 36px;
    background: #FFF
}

.contact-form .yzm-input {
    float: left;
    width: 50%;
    padding-right: 5px;
}

.contact-form .yzm-input input {
    width: 100%;
}

.contact-form .yzm-wrap .yzm-img {
    float: right;
    width: 50%;
    margin-top: 10px;
    padding-left: 5px;
}

.contact-form .yzm-wrap .yzm-img img {
    width: 100%;
    height: 36px;
}

.contact-form .button {
    float: left;
    width: 50%;
}

.contact-form .button1 {
    padding-right: 5px;
}

.contact-form .button2 {
    padding-left: 5px;
}

.contact-form .button button {
    display: block;
    width: 100%;
    line-height: 36px;
    color: #fff;
    border: none;
    background: #333;
}

@media (min-width:1200px) {
    .form-bottom {
        position: relative;
    }
    .yzm-wrap {
        margin-left: 0;
        width: 40%;
    }
    .yzm-input {
        width: 70%;
    }
    .yzm-wrap .yzm-img {
        width: 30%;
    }
    .contact-form img {
        margin-left: 0;
    }
    .contact-form .yzm {
        margin: 15px 0 15px 0;
        height: 36px;
        padding-left: 10px;
        line-height: 48px
    }
    .contact-form img {
        float: none;
        height: 36px;
        margin: 5px 0 0 0;
    }

    .contact-form .button button {
        line-height: 36px;
    }
    .fotm-button {
        position: absolute;
        right: 0;
        top: 15px;
        width: 50%;
    }
}




/* 留言信息 */
.message {
    padding: 10px 0;
}
.message h4{
    margin: 0 0 10px 0;
    font: bold 16px/30px '微软雅黑';
    border-bottom: 1px solid #333;
}
.message p{
    font: 400 14px/24px '微软雅黑';
    color: #333;
}
@media (min-width:1200px) {
    
}