/* 联系我们 */
.contact {
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: 48px auto 0 auto;
    padding: 80px 0;
    background-image: url(../../images/yhzc_contactus_bg.jpg);
    background-size: 2560px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.contact h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.contact p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.contact-input {
    position: relative;
}

.contact-input input {
    display: block;
    width: 580px;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    border-radius: 2px;
    margin: auto;
}

.contact-ask {
    position: absolute;
    width: 124px;
    height: 44px;
    right: 300px;
    top: 0;
    *top: 1px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    background-color: #FF9900;
    cursor: pointer;
}

.contact-ask:hover {
    background-color: #FFA826;
}