.ser1_list {
    align-items: center;
}

.ser1_one {
    width: 30%;
    margin-right: 6%;
    height: 320px;
    /* height: 16.7vw; */
    overflow: hidden;
    background: #F6F6F6;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease;
}

.de_no {
    display: none;
}

.ser1_one::after {
    position: absolute;
    width: 100%;
    height: 320px;
    background-color: #B90012;
    content: " ";
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    transform: rotate(45deg);
    opacity: 0;
}

.ser1_one:hover::after {
    transform: rotate(0deg);
    opacity: 1;
    transition: all 0.5s ease;
}

.change_color {
    position: relative;
    z-index: 3;
}

.ser1_one:hover .change_color {
    color: white;
}

.ser1_one:hover .de_no {
    display: block;
}

.ser1_one:hover .de_show {
    display: none;
}

.ser1_one_t1 {
    font-size: 24px;
    font-weight: bold;
    color: #B90012;
    position: relative;
    padding-bottom: 10px;
}

.ser1_one_t1::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #B90012;
    bottom: 0;
    content: " ";
}

.ser1_one_desc {
    /* margin: 30px 0; */
    margin: 1.4vw 0;
    line-height: 30px;
    max-height: 7vw;
    overflow: scroll;
}

.ser1_one_tel {
    display: flex;
    align-items: center;
}

.ser1_one_tel_img {
    margin-right: 10px;
}

.map_all {
    margin: 50px 0 10px;
}

.map_tit {
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #B90012;
}


/*招贤纳士*/

.ser2_list_tone {
    width: 21%;
    margin-right: 5.3%;
    /* height: 450px; */
    height: 23.45vw;
    position: relative;
    padding: 30px;
    cursor: pointer;
    overflow: hidden;
}

.ser2_list_tone_img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

.ser2_l2l_one_img {
    transition: 0.5s;
}

.ser2_list_tone:hover .ser2_list_tone_img,
.ser2_l2l_one:hover .ser2_l2l_one_img {
    transform: scale(1.09);
    transition: 0.5s;
}

.ser2_list_tone:hover .s2_tone_tline {
    width: 100%;
    transition: 0.5s;
}

.ser2_list_tone_text {
    position: absolute;
    /* bottom: 48px; */
    bottom: 2.5vw;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.s2_tone_tline {
    width: 80px;
    height: 2px;
    background: #FFFFFF;
    margin: 10px 0;
    transition: 0.5s;
}

.ser2_list2_tit {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B90012;
    text-align: center;
}

.ser2_l2lone_imga {
    overflow: hidden;
}

.ser2_l2l_one {
    width: 29%;
    margin-right: 6.5%;
    background-color: white;
    /* min-height: 420px; */
    min-height: 21.9vw;
    cursor: pointer;
    overflow: hidden;
}

.ser2_list2_list {
    /* margin: 70px 0 0; */
    margin: 3.5vw 0 0;
}

.ser2_l2l_one_img {
    /* height: 315px; */
    height: 16.41vw;
}

.ser2_l2l_one_text {
    /* padding: 18px 30px 18px 30px; */
    padding: 1vw 1.5vw;
    /* font-size: 20px; */
    font-size: 1.05vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}


/*招贤纳士*/

.z_job_list {
    margin: 58px 0;
}

.z_job_one {
    /* margin-bottom: 30px; */
}

.z_job_l_one {
    padding: 23px 3.6vw 20px;
    background: #EEEEEE;
    color: #333333;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.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: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 15%;
}

.z_job_l_one2 {
    display: flex;
    width: 70%;
    margin: 0 15px;
}

.z_job_l_one2 p {
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}

.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;
    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;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 3px;
}

.line_02 {
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #333;
}

.z_job_l_desc {
    width: 100%;
    padding: 0 40px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease 0s, transform 0.4s ease 0s;
}

.z_job_l_desc h5 {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.join_show .z_job_l_desc {
    height: auto;
    overflow: visible;
    /* padding: 30px 70px 35px; */
    padding: 30px 3.6vw 35px;
}

.desc_info {
    margin: 20px 0 30px;
}

.desc_info p {
    font-size: 14px;
    line-height: 28px;
    color: #555555;
}

.bottom_td {
    border-top: 1px solid #666666;
    width: 100%;
}

.bottom_td_s {
    background-color: #B90012;
    color: white;
    text-align: center;
    margin-top: 35px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
    font-size: 14px;
}

.bottom_td_s:hover {
    background: red;
    color: white;
}

.z_job_l_one:hover,
.join_show .z_job_l_one {
    background-color: #B90012 !important;
    color: white;
}


/*end*/

.m2lxMap {
    height: 421px;
    margin-top: 25px;
    /* filter: grayscale(100%); */
}

.tab_all {
    color: white;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

.BMap_bubble_pop {
    background-color: #B90012 !important;
    transform: translate(50%, 20%);
    background-image: url(../images/f.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.map_all canvas {
    filter: grayscale(100%);
    /*设计图地图是灰色的所以加了这个属性*/
}


/*替换箭头*/


/*http://webmap0.bdimg.com/image/api/iw_tail.png*/

img[src="https://webmap0.bdimg.com/image/api/iw_tail.png"],
img[src="http://webmap0.bdimg.com/image/api/iw_tail.png"] {
    /* opacity: .7;
    margin-top: -692px !important;
    filter: alpha(opacity=70); */
    content: url('http://test.sc.cloudyiso.com/hongfu/images/iw_tail.png');
    top: 80% !important;
    left: -3.5% !important;
}

.tab_tit {
    font-size: 18px;
}

.tab_list {
    margin: 15px 0;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tab_lone {
    display: flex;
    align-items: baseline;
}

.tab_lone_text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 10px;
}

.tab_lone_text1 {
    font-size: 16px;
}

.BMap_bubble_buttons div:nth-child(2) {
    color: white !important;
}

.tel_tab span:nth-child(2) {
    margin-left: 15px;
}


/*0527 修改*/

.ser2_tz {
    display: flex;
    background: #fff;
    align-items: center;
}

.ser2_tz_left {
    background-color: #f2f2f2;
    width: 56%;
    /* min-height: 287px;
    padding: 40px 60px; */
    /* min-height: 15.96vw; */
    min-height: 287px;
    padding: 2vw 3vw 2vw 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ser2_tz_line {
    display: flex;
}

.ser2_tz_lineone {
    width: 6px;
    height: 20px;
    background-color: #B90012;
    transform: rotate(10deg);
    margin: 0 3px;
}

.ser2_list_t {
    width: 50%;
    flex-wrap: wrap;
    margin-left: -6%;
}

.ser2_list_tone {
    width: 49%;
    margin-bottom: 25px;
    margin-right: 2%;
    height: 203px;
    /* height: 11vw; */
}

.ser2_tz_desc {
    width: 75%;
    font-size: 15px;
    margin-top: 13px;
    padding-left: 23px;
    line-height: 37px;
    color: #000;
}

.ser2_list_tone_text {
    /* bottom: 25px; */
    bottom: 0.7vw;
}

@media(min-width:1024px) and (max-width:1200px) {
    .ser2_tz_desc {
        font-size: 13px;
        line-height: 27px;
    }
}


/*0527end*/

@media(min-width:1024px) {
    .ser1_one:nth-child(3n),
    .ser2_l2l_one:nth-child(3n),
    .ser2_list_tone:nth-child(4n),
    .ser2_list_tone:nth-child(2n) {
        margin-right: 0;
    }
    .z_job_one:nth-child(2n) .z_job_l_one {
        background-color: white;
    }
    .ser2_list_tone:nth-last-child(1),
    .ser2_list_tone:nth-last-child(2) {
        margin-bottom: 0;
    }
}


/*0527 新增*/

@media (max-width: 1500px) and (min-width: 1025px) {
    .tbanner_text {
        /*left: 7vw;*/
         top: 44%;
    }
}


/*0527 end*/

@media(max-width:1024px) {
    .ser1_one {
        /* height: 210px; */
        height: auto;
        margin-bottom: 20px;
    }
    .ser1_one::after {
        height: 100%;
    }
    .ser1_list {
        margin-top: 15px;
    }
    .ser1_one_t1 {
        font-size: 18px;
    }
    .ser1_one_t1::after {
        width: 24px;
        height: 2px;
    }
    .ser1_one_desc {
        height: auto;
        max-height: none;
        font-size: 13px;
        line-height: 18px;
        margin: 16px 0;
        overflow: inherit;
    }
    .map_all {
        margin: 30px 0 0;
    }
    .map_tit {
        font-size: 18px;
    }
    .ser2_list_t {
        display: flex;
        flex-wrap: wrap;
        margin: 15px 0;
    }
    .ser2_list_tone {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
        height: 200px;
        padding: 25px 15px;
    }
    .ser2_list_tone:nth-child(2n) {
        margin-right: 0;
    }
    .ser2_list_tone_text {
        font-size: 14px;
        bottom: 14px;
    }
    .s2_tone_tline {
        width: 42px;
        margin: 5px 0;
    }
    /* .ser2_list_tone:last-child,
    .ser2_list_tone:nth-last-child(2) {
        margin-bottom: 0;
    } */
    .ser2_list2 {
        background-image: url('../images/service/back_bm.png') !important;
    }
    .ser2_list2_tit {
        margin: 10px 0 25px;
        font-size: 20px;
        font-family: Source Han Sans CN-Medium, Source Han Sans CN;
        font-weight: 500;
    }
    .ser2_l2l_one_img {
        height: 200px;
    }
    .ser2_l2l_one {
        min-height: auto;
        margin-bottom: 14px;
    }
    .ser2_l2l_one_text {
        font-size: 14px;
        font-family: Source Han Sans CN-Medium, Source Han Sans CN;
        font-weight: 500;
        color: #333333;
        text-align: center;
        padding: 14px 0;
    }
    /*招聘*/
    .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: 0;
    }
    .z_job_l_one {
        display: block;
        padding: 20px 15px;
        position: relative;
        font-size: 14px;
    }
    .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: 0.55rem;
        height: 0.55rem;
        position: absolute;
        top: 0.75rem;
        right: 0.85rem;
        margin-right: unset;
    }
    .line_01 {
        width: 0.55rem;
        top: 50%;
        margin-top: -0.05rem;
        left: 0;
    }
    .line_02 {
        height: 0.55rem;
    }
    .join_show .z_job_l_desc {
        padding: 20px 15px 34px;
    }
    .desc_info {
        margin: 10px 0 20px;
    }
    .bottom_td_s {
        margin-top: 30px;
        height: 40px;
        line-height: 40px;
    }
    /*end*/
    .ser2_list2_list {
        padding-bottom: 20px;
    }
    /*地图*/
    .m2lxMap {
        height: 209px;
    }
    .tab_all {
        display: none;
    }
    .map_textm {
        margin-top: 20px;
        padding: 0 15px;
        display: block;
        color: #666666;
    }
    .tab_lone_text {
        color: #666666;
    }
    .tab_tit {
        font-size: 16px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #B90012;
    }
    .tab_lone_text1 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .tab_list {
        height: auto;
    }
    .tab_lone {
        margin-bottom: 12px;
    }
    .tab_lone_img {
        width: 16px;
        height: 16px;
    }
    /*0527新增*/
    .ser2_tz {
        display: block;
    }
    .ser2_tz_left {
        width: 100%;
        min-height: auto;
        padding: 25px 15px;
    }
    .ser2_tz_desc {
        width: 100%;
        padding-left: 0;
    }
    .ser2_list_t {
        width: 100%;
        margin: 15px 0 0;
    }
    .ser2_list_tone {
        margin-bottom: 10px;
    }
    .ser2_tz_desc {
        font-size: 13px;
        line-height: 25px;
        margin-top: 5px;
    }
}