.all {
    background-color: #F2F6F9 !important;
    margin-bottom: -5.5vw;
}

.con_banner_n {
    position: relative;
}

.contact {
    position: relative;
}

.contact_all {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 100%;
    padding: 40px;
    box-shadow: 0px 6px 13px 0px rgba(102, 102, 102, 0.1);
    background-color: white;
    top: -13vw;
    /* position: absolute; */
    position: inherit;
}

.map_contact img {
    width: 100%;
}

.content_info {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}

.content_info_right {
    text-align: center;
    color: #999999;
    line-height: 32px;
    font-size: 16px;
}

.content_info_left_title {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

.con_left_link {
    margin: 20px 0;
}

.con_left_link_p {
    color: #666666;
    line-height: 46px;
    font-size: 18px;
}

.content_info_left_b {
    font-weight: 400;
    color: #121212;
    line-height: 32px;
    font-size: 18px;
}

.email_d p {
    display: inline-block;
}

.email_d {
    display: block;
}

.email_d_s1 {
    display: inline-block;
    margin-left: 35px;
}

.msg_all {
    padding: 30px 0;
}

.title_msg {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.title_msg_span {
    margin-left: -4px;
}

.msg_form {
    width: 90%;
    margin: 43px auto;
}

.z_red {
    color: #FF0000;
}

.msg_form_o {
    display: flex;
    margin-top: 25px;
}

.msg_form_o_l,
.msg_form_o_r {
    width: 46%;
}

.msg_form_o_r {
    margin-left: 8%;
}

.msg_form_o_l p,
.msg_form_o_r p {
    color: #666666;
    font-size: 16px;
}

.msg_form_o_l input,
.msg_form_o_r input {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    width: 100%;
    padding: 0 15px;
}

input {
    outline: none;
}

.verify-code {
    background: rgba(227, 11, 5, 0.05);
    color: #E30B05;
    font-size: 26px;
    text-align: center;
    padding: 0 20px;
    box-sizing: content-box;
}

.yzm {
    display: flex;
    align-items: center;
}

.yzm input {
    margin-right: 20px;
}

.get_yzm {
    margin-top: 10px;
    cursor: pointer;
}

.liu_y {
    width: 100%;
}

.liu_y textarea {
    width: 100%;
    border: 1px solid #D8D8D8;
    background-color: white;
    padding: 18px 20px;
    min-height: 140px;
    margin-top: 10px;
}

#sub_btn {
    width: 280px;
    height: 50px;
    background: #B50000;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
    cursor: pointer;
    transition: all 0.5s;
}

.sub_all {
    display: flex;
    justify-content: center;
}

.message_1 {
    margin-bottom: -5.5vw;
}

#sub_btn:hover {
    transform: translateY(-10px);
    transition: all 0.5s;
    box-shadow: 0px 4px 11px 0px rgba(146, 5, 5, 0.22);
}

#sub_btn span {
    color: white;
    font-size: 18px;
}

@media(min-width:1025px)and (max-width:1300px) {
    .contact_all {
        top: -11vw;
    }
    /* .all {
        margin-bottom: -1.5vw;
    } */
}

@media(max-width:1024px) {
    .content_info_left_title {
        margin-bottom: 0.2rem;
        font-size: 20px;
    }
    .contact_all {
        padding: 0.6rem;
        top: -17vw;
    }
    .content_info {
        display: block;
        margin-top: .8rem;
    }
    .con_left_link {
        margin: 0;
    }
    .con_left_link_p {
        line-height: 1.1rem;
        font-size: 13px;
    }
    .content_info_left_b {
        line-height: 0.9rem;
        font-size: 13px;
        margin: 0.3rem 0 .3rem;
    }
    .content_info_right {
        width: 35%;
        text-align: left;
    }
    .content_info_right img {
        max-width: 100%;
        width: 4.5rem;
    }
    .content_info_right p {
        text-align: center;
        font-size: 0.55rem;
        line-height: 0.8rem;
    }
    .all {
        margin-bottom: 0;
    }
    .email_d {
        display: flex;
    }
    .email_d_s {
        width: 18%;
    }
    .email_d_s1 {
        margin-left: 0;
    }
    /*在线留言*/
    .msg_all {
        padding: 10px 0;
    }
    .title_msg {
        font-size: 0.82rem;
    }
    .title_msg_span {
        display: block;
        margin: 0;
    }
    .msg_form_o {
        display: block;
        margin: 0;
    }
    .msg_form_o_l,
    .msg_form_o_r {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .msg_form {
        margin: 1rem auto;
        width: 96%;
    }
    #sub_btn {
        width: 100%;
        margin-top: 1rem;
        height: 2rem;
        line-height: 2rem;
    }
    #sub_btn span {
        font-size: 16px;
    }
    .msg_form_o_l p,
    .msg_form_o_r p {
        font-size: 0.65rem;
    }
    .msg_form_o_l input,
    .msg_form_o_r input {
        height: 1.7rem;
        line-height: 1.7rem;
        padding: 0 0.375rem;
        font-size: 0.57rem;
    }
    .verify-code {
        padding: 0 10px;
    }
    .yzm input {
        margin-right: 0.5rem;
    }
    .liu_y textarea {
        padding: 0.5rem;
        min-height: 4.75rem;
    }
}