.leave-message-wrap .banner {
    height: calc(100vw/5.3);
    width: 100%;
    background: url("../images/liuyan_banner.png") no-repeat center;
    background-size: auto 100%;
    min-height: 260px;
}

.leave-message-wrap .section_height {
    height: 560px;
}

.leave-message-wrap .com_info_box {
    width: 1200px;
    height: 680px;
    padding: 40px 30px 30px;
    background: #ffffff;
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.09);
    position: absolute;
    top: -120px;
    border-radius: 10px;
}

.leave-message-wrap .com_info_box .c_left {
    width: 550px;
}

.leave-message-wrap  .com_info_box .c_left .cominfo_text {
    color: #444444;
}

.leave-message-wrap .com_info_box .c_left .cominfo_text h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.leave-message-wrap .com_info_box .c_left .cominfo_text p {
    line-height: 32px;
    margin: 0;
}

.leave-message-wrap  .com_info_box .c_left .addres_map {
    height: 440px;
    width: 100%;
    background: #eeeeee;
    margin-top: 30px;
}

.leave-message-wrap .com_info_box .c_right .form_wrap {
    padding-left: 30px;
    color: #444444;
}

.leave-message-wrap .com_info_box .c_right  .submitForm {
    background: #da251c;
    padding: 8px 30px;
}

/*地图*/
.map_wrap  .BMapLib_SearchInfoWindow {
    box-shadow: 0 0 12px #1818182b;
    border: 0;
}

.map_wrap  .BMapLib_SearchInfoWindow .BMapLib_bubble_content {
    padding: 0;
}

.map_wrap  .BMapLib_SearchInfoWindow::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 12px  solid #ffffff;
    border-right: 12px  solid transparent;
    border-left: 12px  solid transparent;
    border-bottom: 12px  solid transparent;
    position: absolute;
    z-index: 10;
    bottom: -22px;
    left: 40%;
    transform: translateX(-50%);
}

.map_wrap .BMapLib_SearchInfoWindow > .BMapLib_trans {
    display: none;
}

.map_wrap, #map {
    height: 100%;
    width: 100%;
}
#driving_way {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 270px;
    height: 450px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.5);
    border-radius: 7px;
    z-index: 99;
    padding: 10px;
}

#result {
    height: 400px;
    overflow-y: auto;
}

/*表单样式*/
.el-form--label-top .el-form-item__label{
    margin-bottom:0;
    line-height: 22px;
}



.contactus_wrap .banner {
    height: calc(100vw/5.3);
    width: 100%;
    background: url("../images/contact_h.png") no-repeat center;
    background-size: auto 100%;
    min-height: 260px;
}
.contactus_wrap .section_height {
    height: 500px;
}
.contactus_wrap .com_info_box {
    width: 1200px;
    height: 600px;
    padding: 50px 30px 30px;
    background: #ffffff;
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.09);
    position: absolute;
    top: -100px;
    border-radius: 10px;
}

.contactus_wrap .com_info_box .addres_map {
    width: 100%;
    height: 446px;
    background: #eeeeee;
    margin-bottom: 30px;
}

.contactus_wrap .com_info_box .com_info > div {
    display: flex;
}

.contactus_wrap .com_info_box .com_info > div.cinfo_c1::before {
    background-image: url("../images/telephone_l2.png");
}

.contactus_wrap .com_info_box .com_info > div.cinfo_c2::before {
    background-image: url("../images/email.png");
}

.contactus_wrap .com_info_box .com_info > div.cinfo_c3::before {
    background-image: url("../images/address.png");
}

.contactus_wrap .com_info_box .com_info > div::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #fdf4f3;
    background-size: 60% auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-right: 10px;
}

.contactus_wrap .com_info_box .com_info > div > div p {
    margin: 0;
    font-size: 14px;
}

.contactus_wrap .com_info_box .com_info > div > div > p:nth-child(1) {
    color: #999;
    white-space: nowrap;
    display: block;
}

.contactus_wrap .com_info_box .com_info > div > div > p:nth-child(2) {
    color: #111;
    margin-top: 6px;
    clear: both;
    font-weight: bold;
}
