.contact .mapbox {
    width: 100% !important;
}

.contact .banner {
    height: 570px !important;
}

.contact .info {
    text-align: center;
}

.contact .qrcodeWrap {
    text-align: center;
}

.contact .qrcodeWrap .weibo {
    display: inline-block;
    margin: 20px 20px 20px 20px;
}

.contact .qrcodeWrap .wechat {
    display: inline-block;
    margin: 20px 20px 20px 20px;
}

.contact_form {
    width: 602px;
    margin: 10% auto;
    /* float: left; */
}

.contact_form .con_import {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.contact_form p {
    font-size: 13px;
    line-height: 20px;
}

.contact_form .con_name_box {
    float: left;
    width: 50%;
}

.contact_form .con_name_box .wrap {
    position: relative;
    padding: 19px 24px 19px 115px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.contact_form .con_name_box p {
    position: absolute;
    top: 20px;
    left: 24px;
    color: #999;
}

.contact_form .con_name_box input {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #444;
    font-size: 12px;
    border: 0;
    background: none;
}

.contact_form .con_email_box {
    float: left;
    width: 50%;
}

.contact_form .con_email_box .wrap {
    position: relative;
    padding: 9px 24px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.contact_form .con_email_box p {
    color: #d2b281;
}

.contact_form .con_email_box input {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #444;
    font-size: 12px;
    border: 0;
    background: none;
    padding: 0;
}

.contact_form .con_mesg_box {
    float: left;
    width: 100%;
    margin-top: -1px;
}

.contact_form .con_mesg_box .wrap {
    position: relative;
    padding: 35px 24px 15px;
    border-right: 1px solid #ddd;
}

.contact_form .con_mesg_box p {
    position: absolute;
    top: 10px;
    left: 24px;
    color: #999;
}

.contact_form .con_mesg_box textarea {
    display: block;
    width: 100%;
    height: 160px;
    line-height: 20px;
    color: #444;
    font-size: 12px;
    border: 0;
    background: none;
}

.contact_form .con_sub_box {
    /* float: left; */
    width: 100%;
}

.contact_form .con_sub_box button {
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #d2b281;
    border: 0;
    color: #fff;
    /* font-family: "GOTHIC", sans-serif; */
}

@media screen and (max-width: 650px) {
    .contact_form{
        width: 100%;
    }
    .contact_form .con_name_box{
        width: 50% !important;
    }
    .contact_form .con_email_box{
        width: 50% !important;
    }
    .contact_form .con_mesg_box {
        width: 100% !important;
    }
    .con_sub_box{
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .contact .banner{
        height: auto !important;
    }
}

.big-link {
    display: block;
    margin-top: 100px;
    text-align: center;
    font-size: 70px;
    color: #06f;
}