.con1_header {
    background-color: #F7F9FC;
    display: flex;
    justify-content: space-between;
}

.con1_hl_tit {
    font-size: 30px;
    color: #333333;
}

.c1_hlone1 {
    display: flex;
    justify-content: space-between;
}

.con1_hl_list {
    margin: 35px 0;
}

.c1_hlone1_righr {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.c1_hone_tit {
    font-size: 18px;
    font-weight: bold;
    color: #075084;
    margin-bottom: 8px;
}

.c1_hlone1 {
    font-size: 18px;
    align-items: baseline;
    color: #555555;
}

.c1_hlone1_p {
    max-width: 80%;
    padding-right: 20px;
}

.con1_hl_one {
    margin-bottom: 30px;
}

.con1_hl_one:last-child {
    margin-bottom: 0;
}

.con1_hleft {
    width: 52%;
}

.con1_hright {
    flex-shrink: 0;
}

.c1_hlone1_righr img {
    margin-right: 12px;
}

.map1 {
    height: 470px;
    border-radius: 20px;
}


/*招贤纳士*/

.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 45px;
    position: relative;
}

.join_show .z_job_l_desc::after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #E6E6E6;
}

.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;
    font-size: 14px;
    color: #555555;
}

.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: #DE2929;
    /* border-radius: 25px; */
    color: white;
    text-align: center;
    margin-top: 35px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_td_s:hover {
    background: rgba(222, 41, 41, .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: #333333;
    /* width: 12.5%; */
}

.zjob_header_one {
    background-color: #F1F3F5;
    height: 80px;
    color: #333333;
    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*/

@media(min-width:1024px) {
    /* .zjob_header .z_job_l_one:hover {
        background-color: #0961B8 !important;
    } */
    .z_job_l_one:hover {
        /* background-color: #CADFF3 !important;
        box-shadow: none; */
        /* color: white; */
    }
}

@media(max-width:1024px) {
    .con1_header {
        display: block;
    }
    .con1_hleft {
        width: 100%;
        padding: 0 15px;
    }
    .con1_hl_tit {
        font-size: 24px;
    }
    .con1_hl_list {
        margin: 20px 0 40px;
    }
    .c1_hone_tit,
    .c1_hlone1 {
        font-size: 16px;
    }
    .c1_hone_tit {
        margin-bottom: 5px;
    }
    .con1_hl_one {
        margin-bottom: 20px;
    }
    .con1_header {
        padding-top: 30px;
    }
    .map1 {
        border-radius: 10px;
        height: 277px;
    }
    .con1_map {
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .con1_hright img {
        width: 100%;
    }
    /*招聘*/
    .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%;
    }
    .desc_info {
        margin: 10px 0 18px;
        line-height: 26px;
    }
    .bottom_td_s {
        margin-top: 30px;
        height: 40px;
        line-height: 40px;
        /* width: 135px; */
        font-size: 14px;
    }
    .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;
        color: #555;
    }
    .join_show .z_job_l_desc::after {
        width: calc(100% - 30px);
    }
    .zjimg {
        flex-shrink: 0;
    }
    .zjimg img {
        width: 30px;
        height: 30px;
    }
    /*end*/
}