.c1_top {
    background-color: #FAFAFA;
    height: 36.46vw;
    max-height: 735px;
}

.m2lxMap {
    height: 100%;
    width: 63%;
}

.c1_tright {
   width: 36%;
    /* padding: 80px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.2vw 1vw 4.2vw 2vw;
}
.BMap_bubble_content{
    text-align: center !important;
}

.c1_trone {
    display: flex;
    align-items: center;
    margin-bottom: 3.5vw;
}

.c1_tro_r {
    margin-left: 3vw;
    font-size: 18px;
    color: #333333;
}

.c1_tror_t1 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #EF7321;
}

.c1_trcode {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c1_trcone {
    text-align: center;
    font-size: 16px;
    color: #555555;
    margin-right: 10px;
}

.c1_trcimg {
    width: 138px;
    margin-bottom: 15px;
}
.shadow{
    display: none;
}
.c1_trcone:last-child {
    margin-right: 0;
}

.c1_fimg,
.c1_fimg img {
    width: 100%;
}


/*招贤纳士*/

.z_job_list_all {
    padding-bottom: 80px;
}

.z_job_list {
    margin: 0;
}

.z_job_one {
    /* margin-bottom: 30px; */
    margin-bottom: 30px;
}

.z_job_one:last-child {
    margin-bottom: 20px;
}

.z_job_l_one {
    /* padding: 23px 2.3vw 20px; */
    padding: 19px 2.3vw 19px;
    background: #FFFFFF;
    color: #333333;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}


/* .z_job_l_one:hover .z_job_l_one1,
.join_show .z_job_l_one1 {
    color: white;
} */


/* .z_job_l_one:hover .z_job_l_one3 span,
.join_show .z_job_l_one3 span {
    background-color: white;
} */

.join_show .line_02 {
    transform: rotate(90deg);
}

.join_show .line_01 {
    opacity: 0;
}

.z_job_l_one1 {
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 15%; */
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.z_job_l_one2 {
    display: flex;
    /* width: 70%; */
    width: 76%;
    margin: 0 15px;
    text-align: center;
    justify-content: flex-end;
}

.z_job_l_one2 p {
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.z_job_l_one2 p:first-child {
    padding-left: 0;
}

.z_job_l_one3_all {
    width: 5%;
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.z_job_l_one3 {
    /* width: 10%;
    text-align: right;
    position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 24px;
    height: 24px; */
    width: 32px;
    height: 32px;
    position: relative;
    /* margin-right: 30px; */
}

.z_job_l_one3 span {
    transition: opacity 0.2s ease 0s, transform 0.4s ease 0s;
}

.line_01 {
    display: inline-block;
    /* width: 18px;
    height: 2px;
    background: #333; */
    width: 32px;
    height: 4px;
    background-color: #555;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0px;
}

.line_02 {
    display: inline-block;
    /* width: 2px;
    height: 18px;
    background: #333; */
    width: 4px;
    height: 32px;
    background-color: #555;
}

.z_job_left {
    width: 80%;
}

.z_job_l_desc {
    width: 100%;
    padding: 0 40px;
    background-color: #FFFFFF;
    /* display: flex;
    justify-content: space-between;
    align-items: flex-end; */
    /* flex-direction: column; */
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease 0s, transform 0.4s ease 0s;
    /* height: auto;
    overflow: visible; */
}

.bottom_td {
    width: 14%;
    display: flex;
    align-items: center;
}

.bottom_tdimg {
    width: 25px;
    margin-right: 10px;
    transition: .5s;
}

.z_job_l_desc h5 {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    font-weight: bold;
}

.join_show .z_job_l_desc {
    height: auto;
    overflow: visible;
    /* padding: 30px 70px 35px; */
    padding: 30px 2.3vw 35px;
}

.join_show {
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

.desc_info {
    /* margin: 20px 0 30px; */
    margin: 10px 0 30px;
    line-height: 30px;
}

.desc_info p {
    font-size: 14px;
    /* line-height: 28px; */
    color: #555555;
    font-family: Source Han Sans CN;
}

.bottom_td {
    border-top: 1px solid #E0E0E0;
    width: 100%;
}

.bottom_td_s {
    background-color: #0961B8;
    /* border-radius: 25px; */
    color: white;
    text-align: center;
    margin-top: 35px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_td_s:hover {
    background: rgba(9, 97, 184, .8);
    color: white;
}

.bottom_td_s:hover .bottom_tdimg {
    transition: .5s;
    transform: rotate(-360deg);
}

.no_show {
    display: none;
}

.join_show .no_show {
    display: block;
}

.join_show .mo_show {
    display: none;
}

.zjob_header {
    margin-bottom: 30px;
}

.zjob_header .z_job_l_one1 {
    font-size: 20px;
    color: #FFFFFF;
    /* width: 12.5%; */
}

.zjob_header_one {
    background-color: #0961B8;
    height: 80px;
    color: #FFFFFF;
    font-size: 20px;
    padding: 19px 2.3vw 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.zjob_header_one .z_job_l_one2 {
    padding-left: 15px;
}

.m_show_job {
    display: none;
}


/*end*/


/*在线留言*/

.c3_all {
    align-items: center;
}

.c3_left,
.c3_right {
    width: 50%;
}

.c3_left img {
    width: 100%;
}

.c3_right {
    padding-left: 3.5vw;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 12vw;
}

.c3_rl1 {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    /* padding: 10px 0; */
    padding: 0px 0 10px;
}

.c3_limg {
    width: 100%;
    height: 100%;
}

.c3_rl1::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #0961B8;
    content: " ";
}

.c3_rlist {
    margin: 20px 0;
}

.c3_rlone {
    margin-top: 10px;
    border-bottom: 1px solid #DEDEDE;
    color: #666666;
}

.c3_rlone input {
    padding: 16px 0;
    font-size: 14px;
    color: #333;
    width: 100%;
    border: none;
}

.c3_rlone input::placeholder {
    /* 大部分现代浏览器 */
    color: #666;
    font-size: 14px;
}

.yzm_rone {
    display: flex;
    align-items: center;
}

.yzm_text {
    color: #29A5A0;
    font-weight: bold;
    font-size: 22px;
    margin: 0 10px;
    cursor: pointer;
}

.c3_txone {
    border-bottom: none;
    margin-top: 20px;
}

.c3_txone textarea {
    margin-top: 16px;
    width: 100%;
    height: 120px;
    background-color: #EDEDED;
    border: none;
    outline: none;
    padding: 10px;
}

.sub_btn {
    background-color: #0961B8;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    width: 330px;
    font-size: 16px;
    /* margin-top: 40px; */
    cursor: pointer;
    margin-top: 2vw;
}

.sub_btn:hover {
    background-color: rgba(9, 97, 184, .9);
}
.tou_jl{
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    font-weight: bold;
    margin-top: 35px;
    display: flex;
    align-items: center;
}
.email_info{
        color: #FF6600;
}
.BMap_bubble_pop,.BMap_bubble_content,.BMap_bubble_center{
    width: 350px !important;
    /*height: 60px !important;*/
    padding: 0 !important;
        background: #fff;
}
.BMap_bubble_pop{
      border: none !important;
    background:transparent !important;
}
.BMap_bubble_top{
    height: 31px;
    position: relative;
    top: 32px;
    background: #fff;
  
}
/*.BMap_bubble_pop{*/
/*    top: 253px !important;*/
/*}*/
.BMap_bubble_content{
        /*height: 30px !important;*/
       height: 33px !important;
       top: 20px !important;
       font-size: 15px !important;
       color: #0070C0 !important;
       font-weight: bold;
}
/*.BMap_bubble_pop>img{*/
/*    top: 59px !important;*/
/*}*/
@media(min-width:1024px) {
    .zjob_header .z_job_l_one:hover {
        background-color: #0961B8 !important;
    }
    .z_job_l_one:hover,
    .join_show .z_job_l_one {
        background-color: #CADFF3 !important;
        box-shadow: none;
        /* color: white; */
    }
}

@media(max-width:1024px) {
    .c1_top {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        max-height: none;
    }
    .m2lxMap {
        height: 300px;
        width: 100%;
    }
    .c1_tright {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 10px 0 0;
    }
    .c1_trone>img {
        width: 40px;
    }
    .c1_tro_r {
        font-size: 12px;
    }
    .c1_tror_t1 {
        font-size: 15px;
    }
    .c1_trcode {
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .c1_trcone:nth-child(2n) {
        margin-right: 0;
    }
    .c1_trcone {
        width: 49%;
        margin-right: 2%;
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .c1_trcimg {
        margin-bottom: 10px;
        width: 100px;
    }
    .c1_trone {
        margin-bottom: 20px;
    }
    /*招聘*/
    .job_t {
        margin: 30px 0 0;
    }
    .j_fl,
    .j_rl {
        float: none;
    }
    .jt_o_left,
    .jt_o_right {
        width: 100%;
    }
    .jt_o_left_text {
        display: block;
        padding: 0px 44px;
    }
    .jt_o_left_text_1,
    .jt_o_left_text_2 {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .jt_o_left_text_1 img {
        max-width: 61px;
    }
    .j_l_p {
        font-size: 20px;
        margin-top: 0;
    }
    .j_r_p {
        font-size: 14px;
        margin-top: 8px;
    }
    .jt_o_left {
        padding: 40px 0;
    }
    .z_job_title_p1 {
        font-size: 24px;
    }
    .z_job_title .z_job_title1,
    .z_job_title .z_job_title2 {
        width: 33%;
    }
    .job_t_one {
        margin-bottom: 30px;
    }
    /* .z_job_list {
            margin-top: 39px;
        } */
    .z_job_one {
        /* margin-top: 20px; */
        margin-bottom: 15px;
    }
    .z_job_l_one {
        display: block;
        padding: 20px 15px;
        position: relative;
        font-size: 14px;
        color: #666666;
    }
    .z_job_l_one1 {
        width: 90%;
        font-size: 16px;
        font-weight: bold;
    }
    .z_job_l_one2 p {
        padding-left: 0;
        width: 48%;
        margin-top: 10px;
    }
    .z_job_l_one2 {
        flex-wrap: wrap;
        width: 100%;
        margin: 5px 0 0 0;
        justify-content: space-between;
    }
    .z_job_l_one3 {
        width: 16px;
        height: 0.55rem;
        position: absolute;
        top: 1rem;
        right: 0.85rem;
        margin-right: unset;
    }
    .line_01 {
        width: 16px;
        height: 2px;
        top: 50%;
        margin-top: -0.15rem;
        left: 0;
    }
    .line_02 {
        height: 16px;
        width: 2px;
    }
    .join_show .z_job_l_desc {
        padding: 15px 15px 34px;
    }
    .z_job_l_desc {
        display: block;
    }
    .z_job_left {
        width: 100%;
    }
    .bottom_td {
        width: 100%;
        margin-top: 10px;
    }
    .desc_info {
        margin: 10px 0 10px;
        line-height: 26px;
        
    }
    .bottom_td_s {
        margin-top: 30px;
        height: 38px;
        line-height: 38px;
        width: 135px;
        font-size: 13px;
    }
    .bottom_tdimg {
        width: 15px;
    }
    .z_job_l_desc h5 {
        font-size: 15px;
        margin: 0;
    }
    .z_job_list {
        margin-bottom: 0;
    }
    .join_show .z_job_l_one1 {
        color: white;
    }
    .join_show .z_job_l_one {
        background-color: #0961B8 !important;
        color: white;
    }
    .join_show .line_02 {
        background-color: #fff;
    }
    .z_job_l_one2 {
        text-align: left;
    }
    .pc_show_job {
        display: none;
    }
    .m_show_job {
        display: flex;
    }
    /*end*/
    /*在线留言*/
    .c3_right,
    .c3_left {
        width: 100%;
    }
    .c3_all {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
    .c3_right {
        padding-left: 0;
        padding-right: 0;
        padding-top: 25px;
    }
    .c3_rl1 {
        font-size: 20px;
    }
    .c3_rl1::after {
        width: 20px;
        height: 2px;
    }
    .c3_rlist {
        margin: 5px 0;
    }
    .c3_rlone input {
        padding: 10px 0;
    }
    .sub_btn {
        width: 158px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 20px;
    }
    .tou_jl{
            flex-wrap: wrap;
            margin-top: 23px;
            display: block;
            line-height: 26px;
    }
}