.contact {
    padding: 0 10px;
}

.contact-left-title {
    padding: 20px 0 10px;
    font: 400 24px/30px '微软雅黑';
    color: #152f4f;
}

.contact-left p {
    font: 400 14px/24px '微软雅黑';
    color: #152f4f;
}

.contact-right img {
    width: 100%;
}

.contact-title {
    padding: 10px 0 10px;
    font: 400 18px/30px '微软雅黑';
    color: #3e3e3e;
}

.contact-form {
    padding-bottom: 30px;
}
.form-textarea {
    position: relative;
    margin-bottom: 10px;
    padding-left: 80px;
}
.form-textarea label {
    position: absolute;
    left: 0;
    top: 0;
}

.contact-form label {
    width: 80px;
    padding-right: 10px;
    font: 400 14px/24px '微软雅黑';
    color: #999999;
    text-align: right;
}
.contact-form label span {
    color: #d02401;
}

.form-textarea textarea {
    width: 100%;
    height: 140px;
    padding: 5px;
}
.form-input {
    position: relative;
    margin-bottom: 10px;
    padding-left: 80px;
}
.form-input label {
    position: absolute;
    left: 0;
    top: 0;
}
.form-yzm {
    position: relative;
    margin-bottom: 10px;
    padding-left: 80px;
    padding-right: 100px;
}
.form-yzm img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 30px;
    border: 1px solid #bfbfbf;
    border-left: 0;
}
.form-yzm label {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-form input {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    font: 400 14px/28px '微软雅黑';
    color: #000;
    border: 1px solid #bfbfbf;
    border-radius: 0;
}
.submit-input {
    padding-left: 80px;
}
.submit-input input {
    height: 42px;
    font: 400 14px/42px '微软雅黑';
    color: #fff;
    background: #a60007;
    border: 0;

}

.contact-p {
    height: 200px;
    overflow: auto;
}
.contact-p p {
    padding-left: 4px;
    margin: 0 0 10px 0;
    font: 400 14px/1 '微软雅黑';
    color: #999999;
    background: url('../images/square_red.jpg') no-repeat 0 12px;
}

@media (min-width:1200px) {
    .arc-bg{
        padding-bottom: 100px;
        background: url('../images/arc_bg.jpg') no-repeat center 0;
    }
    .contact-top {
        position: relative;
        min-height: 200px;
    }
    .contact-left-title {
        padding: 40px 0 20px;
        font: 400 30px/36px '微软雅黑';
        color: #152f4f;
    }

    .contact-right {
        position: absolute;
        right: 50px;
        top: 50px;
    }
    .contact-right img {
        width: auto;
    }

    .contact-title {
        padding: 10px 0 20px;
        font: 400 30px/42px '微软雅黑';
        color: #3e3e3e;
    }


}