/*专题页 联系我们按钮*/
.contact {
    width: 100%;
    max-width: 1135px;
    margin: 0 auto;
    background-color: #fff;
    height: 150px;
    margin-top: 36px;
    margin-bottom: 36px;
    border: 3px solid #d61f2b;
}

.contact p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-top: 9px;
}

.contact .contact_bottom {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 26px;
    margin-top: 23px;
    margin-left: 25%;
}

.contact .contact_bottom div {
    height: auto;
}

.contact .contact_bottom img {
    padding-right: 4px;
    width: auto;
    display: inline-block;
}

.contact .contact_bottom button {
    background: -webkit-linear-gradient(top, #f6f6f6, #cfcfcf);
    background: -o-linear-gradient(top, #f6f6f6, #cfcfcf);
    background: -moz-linear-gradient(top, #f6f6f6, #cfcfcf);
    background: linear-gradient(top, #f6f6f6, #cfcfcf);
    font-size: 14px;
    color: #333;
    border-radius: 8px;
    border: 0px;
    box-shadow: 1px 2px 8px #555555;
    padding: 10px 20px;
    float: left;
    margin-right: 15px;
    height: 40px;
    border-bottom: 4px solid #949494;
    width: 30%;
}

.contact .contact_bottom .contact_bottom_button1 {
    background: -webkit-linear-gradient(top, #ed0c1b, #d61f2b);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #ed0c1b, #d61f2b);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #ed0c1b, #d61f2b);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(top, #ed0c1b, #d61f2b);
    color: #fafafa;
    border-bottom: 4px solid rgb(126, 2, 11);
}

.contact .phone_contact {
    margin-bottom: 24px;
}

.phone_contact {
    display: block;
}
