
.join{
    width: 100%;
    box-shadow: 0 0 8px 0px #dbdbdb;
}

.join .join_img{
    width: 50%;
}
.join .join_img img{
    width: 100%;
    height: auto;
}
.join .join_con{
    width: 50%;
    padding: 0 40px 0 50px;
    justify-content: center;
}
.join .join_con p{
    font-size: 16px;
    color: #666;
    margin: 15px 0;
}

/* 人才培养 */
.rencai{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.rencai .rc_con{
    width: 48%;
    box-shadow: 0 0 8px 1px #dbdbdb;
}
.rencai .rc_con .swiper-slide{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    background-color: #fff;
    
}
.rencai .rc_con .swiper-slide a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.rencai .rc_con .swiper-slide a img{
    width: 100%;
}
.rencai .rc_con .swiper-slide .title{
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #333;
    margin: 25px 0 15px;
}
.rencai .rc_con .swiper-slide .text{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 10px 30px;
}

.rencai .rc_con .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 37%;
}
.rencai .rc_con .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}
.rencai .rc_con .swiper-pagination-bullet-active{
    border: 2px solid #fff;
    background-color: #fff0;
}

.welfare{
    background-color: #F2F8FF;
}
.welfare .pay{
    width: 100%;
}
.welfare .pay li{
    width: 33.33%;
    height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}
.welfare .pay li i{
    font-size: 40px;
    color: #2F55BF;
}
.welfare .pay li .p1{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin: 20px 0;
}
.welfare .pay li .p2{
    width: 70%;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.welfare .pay li:hover{
    background-color: #fff;
}

/* 文化活动 */
.wenhua{
    width: 100%;
    justify-content: space-between;
}
.wenhua li{
    width: 24%;
    position: relative;
    margin-bottom: 20px;
}
.wenhua li:nth-child(2){width: 49%;}
.wenhua li:nth-child(6){width: 49%;}
.wenhua li img{
    width: 100%;
    height: auto;
}
.wenhua li .wh_com{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0.658);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 40px;
    opacity: 0;
    transition: all .4s;
}
.wenhua li .wh_com .title{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.wenhua li .wh_com .text{
    font-size: 14px;
    color: #fff;
}
.wenhua li:hover .wh_com{
    opacity: 1;
}


/* 职业发展 */
.occupation{
    border-top: 1px solid #d9d9d9;
}
.occupation .occupa{
    width: 100%;
}
.occupation .occupa li{
    width: 100%;
    padding: 25px 50px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.occupation .occupa li .occupa_img{
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin-right: 30px;
}
.occupation .occupa li .occupa_img img{
    width: 100%;
    height: 100%;
}
.occupation .occupa li .occupa_p{
    flex: 1;
} 
.occupation .occupa li .occupa_p .title{
    margin-bottom: 20px;
}
.occupation .occupa li .occupa_p .title .name{
    font-size: 26px;
    color: #2f55bf;
    margin-right: 15px;
} 
.occupation .occupa li .occupa_p .title .jj{
    font-size: 16px;
    color: #333;
    font-weight: bold;
} 
.occupation .occupa li .occupa_p .text{
    font-size: 14px;
    color: #666;
}
.occupation .occupa li .occupa_p .text p{
    line-height: 26px;
}

/* 加入我们 */

.join_us{
    background-color: #eee;
}
.join_us .us{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.join_us .us .left{
    width: 73.5%;
}
.join_us .us .l_con1{
    background-color: #fff;
    padding: 30px;
}
.join_us .us .left .h_search {
    padding: 25px 0 35px;
    background-color: #fff;
}
.join_us .us .left .h_search .search .search_form input{
    background-color: #fff;
}
.join_us .us .left .h_search .search .search_form{
    height: 50px;
}
.join_us .us .l_con1 .con_title{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.join_us .us .left .xuanzhe{
    width: 100%;
    margin-bottom: 20px;
}
.join_us .us .left .xuanzhe select{
    width: 260px;
    height: 40px;
    border: 2px solid #D1D1D1;
    border-radius: 60px;
    padding: 0 30px;
    margin-right: 18px;
    appearance: none;  
    -moz-appearance: none;  
    -webkit-appearance: none; 
    background-color: transparent;
    background: url(../images/xiala.png) no-repeat;
    background-position: 220px 8px;
    background-size: 20px;
    outline: none;
}
.join_us .us .left .xuanzhe select::-ms-expand{
    display: none;
}

.join_us .us .left .us_ul{
    width: 100%;
}
.join_us .us .left .us_ul li{
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #EEEEEE;
}
.join_us .us .left .us_ul li .li_title{
    width: 100%;
    justify-content: space-between;
}
.join_us .us .left .us_ul li .li_title .li_cons .title{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.join_us .us .left .us_ul li .li_title .li_cons .text{
    font-size: 16px;
    color: #666;
    margin-bottom: 6px;
}
.join_us .us .left .us_ul li .li_title .li_cons .text span{
    margin-right: 18px;
}
.join_us .us .left .us_ul li .li_title .on_icon{
    width: 45px;
    height: 45px;
    border-radius: 60px;
    background-color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}
.join_us .us .left .us_ul li .li_title .on_icon i{
    font-size: 22px;
    color: #333;
    transition: all .4s;
}
.join_us .us .left .us_ul li .li_title .on_icon:hover{
    background-color: #2F55BF;
    box-shadow: 0 0 8px 2px #a2a2a2;
}
.join_us .us .left .us_ul li .li_title .on_icon:hover i{
    color: #fff;
}
.join_us .us .left .us_ul li .li_tents{
    width: 100%;
    display: none;
}
.join_us .us .right{
    width: 24%;
}
.join_us .us .right .right_ul{
    width: 100%;
}
.join_us .us .right .right_ul li{
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}
.join_us .us .right .right_ul li a{
    width: 100%;
    display: flex;
    padding: 20px 0;
    font-size: 16px;
    color: #666;
}
.join_us .us .right .right_ul li a:hover{
    color: #2F55BF;
}

.join_us .li_a{
    justify-content: center;
    margin-bottom: 50px;
}
.join_us .li_a a{
    width: 150px;
    margin: 0 20px;
}
.join_us .li_a .join_us_Act{
    background-color: #2F55BF;
    color: #fff;
}

.join_us .us_none{
    display: none;
}


.abepc{
    background: url(../images/re_back.jpg) no-repeat;
    background-size: 100% 100%;
}
.abjj{
    width: 100%;
    justify-content: space-between;
}
.abjj .epcs{
    width: 60%;
}
.abjj .epcs .title{
    font-size: 32px;
    color: #fff;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 25px;
}
.abjj .epcs .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #fff;
}
.abjj .epcs .text{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.abjj .abjj_ul{
    width: 30%;
}

.abjj .abjj_ul li{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.abjj .abjj_ul li .ul_i{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abjj .abjj_ul li .ul_i i{
    font-size: 38px;
    color: #2F55BF;
}
.abjj .abjj_ul li .umn{
    font-size: 32px;
    color: #fff;
    margin: 8px 0;
}
.abjj .abjj_ul li .text{
    font-size: 16px;
    color: #fff;
}

.group_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.group_img img{
    width: auto;
}



.zhichi{
    background-color: #eee;
}
.abjj .adjj_img{
    width: 30%;
}
.abjj .adjj_img img{
    width: 100%;
}

/* 董事长致辞 */
.zhichi .abjj .epcs .title{
    color: #333;
}
.zhichi .abjj .epcs .text{
    color: #333;
    text-align: justify;
}
.zhichi .abjj .epcs .title::after{
    background-color: #2F55BF;
}
.zhichi .abjj .epcs .qianming{
    justify-content: flex-end;
    align-items: center;
}
.zhichi .abjj .epcs .qianming .sp1{
    font-size: 16px;
    color: #333;
    margin-right: 8px;
}

/* 企业文化 */
.qywh .qywh_ul{
    width: 100%;
}
.qywh .qywh_ul li{
    width: 33.333%;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f5f5;
}
.qywh .qywh_ul li img{
    width: 100%;
    height: 100%;
}
.qywh .qywh_ul li .title{
    font-size: 24px;
    color: #333;
    margin-left: 70px;
    margin-bottom: 30px;
}
.qywh .qywh_ul li .text{
    font-size: 16px;
    color: #333;
    height: 44px;
    line-height: 24px;
    margin-left: 70px;
    padding-left: 6px;
    border-left: 2px solid #2F55BF;
    display: flex;
    align-items: center;
}
.qywh .qywh_ul li:hover{
    background-color: #2F55BF;
}
.qywh .qywh_ul li:hover .title{
    color: #fff;
}
.qywh .qywh_ul li:hover .text{
    color: #fff;
    border-left: 2px solid #fff;
}

.qyry{
    background: url(../images/ren_back2.jpg) no-repeat;
    background-size: 100% 100%;
}
.qyry .h_title,
.qyry .h_text{
    color: #fff;
}
.qyry .h_title::after{
    background-color: #fff;
}
.qyry .qyry_swi{
    width: 100%;
    position: relative;
}
.qyry .qyry_swi .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qyry .qyry_swi .sei_img{
    width: 100%;
    height: 220px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qyry .qyry_swi .sei_img img{
    width: auto;
    height: auto;
}
.qyry .qyry_swi p{
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    background-color: #94969A;
} 
.qyry_swi .swiper-button-next,
.qyry_swi .swiper-button-prev{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: #fff;
    border: 1px solid #fff;
    --swiper-navigation-size: 25px;
}
.qyry_swi .swiper-button-next{
    right: -80px;
}
.qyry_swi .swiper-button-prev{
    left: -80px;
}

/* 社会责任 */
.shzr .shzr_ul{
    width: 100%;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
}
.shzr .shzr_ul li{
    width: 23%;
}
.shzr .shzr_ul li img{
    width: 100%;
}
/* 30周年庆 */
.znq{
    width: 100%;
    justify-content: space-between;
    background-color: #eee;
}
.znq .left{
    width: 50%;
}
.znq .left img{
    width: 100%;
    height: auto;
}
.znq .right{
    width: 50%;
    padding: 0 70px 0 50px;
}
.znq .right .title{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 25px;
}
.znq .right .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #2F55BF;
}
.znq .right .text{
    font-size: 16px;
    color: #555;
    line-height: 28px;
}
.znq .right .more{
    width: 100%;
    margin: 30px 0;
}
.znq .right .more a{
    width: 120px;
    height: 40px;
    padding: 0 15px;
    border-radius: 100px;
    border: 1px solid #BCBCBC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.znq .right .more a:hover{
    background-color: #2F55BF;
    color: #fff;
}


/* 发展历程 */
.fzlc{
    background: url(../images/ren_13.jpg) no-repeat;
    background-size: 100% 100%;
}

.fzlc .h_title,
.fzlc .h_text{
    color: #fff;
}
.fzlc .h_title::after{
    background-color: #fff;
}
.fzlc .fzlc_con{
    width: 100%;
    align-items: flex-start;
}
.fzlc .fzlc_con .left{
    width: 37%;
    padding: 0 100px 0 80px;
}
.fzlc .fzlc_con .left .left_ul{
    width: 100%;
    height: 550px;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    padding: 10px 30px 30px;
    position: relative;
    border-right: 1px solid #6C82B9;
}

.fzlc .fzlc_con .left .left_ul::-webkit-scrollbar{
    width:8px;
    height:8px;
}
.fzlc .fzlc_con .left .left_ul::-webkit-scrollbar-track{
    background: rgba(239, 239, 239, 0);
    border-radius:2px;
}
.fzlc .fzlc_con .left .left_ul::-webkit-scrollbar-thumb{
    background: #82A3FF;
    border-radius:6px;
}
.fzlc .fzlc_con .left .left_ul::-webkit-scrollbar-thumb:hover{
    background: #fff;
}
  

.fzlc .fzlc_con .left .left_ul li{
    width: 100%;
    padding: 20px 0;
}
.fzlc .fzlc_con .left .left_ul li a{
    width: 100%;
    font-size: 18px;
    color: #fff;
    border-left: 2px solid #fff0;
    display: flex;
    padding: 10px 0 10px 45px;
    justify-content: flex-end;
}
.fzlc .fzlc_con .left .left_ul .left_liacts a{
    font-size: 30px;
    font-weight: bold;
    border-left: 2px solid #fff;
}
/* .fzlc .fzlc_con .left .left_ul li a:hover{
    border-left: 2px solid #fff;
} */
.fzlc .fzlc_con .right{
    width: 63%;
}
.fzlc .fzlc_con .right .com_none{
    width: 70%;
    display: none;
}
.fzlc .fzlc_con .right .com_none .title{
    width: 100%;
    font-size: 38px;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 25px;
    position: relative;
}
.fzlc .fzlc_con .right .com_none .title::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #fff;
}
.fzlc .fzlc_con .right .com_none .text{
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

/* 合作品牌 */
.hzpp_swi{
    width: 100%;
}
.hzpp_swi .hzpp_ul{
    width: 100%;
}
.hzpp_swi .hzpp_ul li{
    width: 18%;
    height: 200px;
    margin-right: 2.5%;
    margin-bottom: 30px;
    border: 2px solid #DDDDDD;
}
.hzpp_swi .hzpp_ul li:nth-child(5n){
    margin-right: 0;
}
.hzpp_swi .hzpp_ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hzpp_swi .hzpp_ul li a .hzpp_img{
    width: 80%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hzpp_swi .hzpp_ul li a .hzpp_img img{
    width: auto;
    max-width: 100%;
}
.hzpp_swi .hzpp_ul li a p{
    width: 80%;
    text-align: center;
    font-size: #555;
}
.hzpp_swi .swiper-container{
    padding-bottom: 40px;
}

.hzpp_swi .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #7F7F7F;
    opacity: 1;
}
.hzpp_swi .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    border: 2px solid #2F55BF;
    background-color: #fff0;
}

/* 联系我们 */
.lxwm{
    background: url(../images/ren_19.jpg) no-repeat;
    background-size: 100% 100%;
}
.lxwm .lxwm_con{
    width: 100%;
}
.lxwm .lxwm_con .lxwm_ul{
    width: 100%;
    border-bottom: 2px solid #999999;
    flex-wrap: initial;
    margin-bottom: 80px;
}
.lxwm .lxwm_con .lxwm_ul li{
    width: 8.3%;
}
.lxwm .lxwm_con .lxwm_ul li .lxwm_a{
    width: 100%;
    padding-bottom: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.lxwm .lxwm_con .lxwm_ul li .lxwm_a::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 5px solid #999999;
    background-color: #fff;
}
.lxwm .lxwm_con .lxwm_ul li:hover .lxwm_a{
    color: #2F55BF;
}

.lxwm .lxwm_con .lxwm_ul .lxwm_liact .lxwm_a{
    color: #2F55BF;
}
.lxwm .lxwm_con .lxwm_ul .lxwm_liact .lxwm_a::after{
    border: 5px solid #2F55BF;
}
.lxwm .lxwm_con .lxwm_xx{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 80px 0;
}

.lxwm .lxwm_con .lxwm_xx .lxwm_none{
    width: 600px;
    height: 320px;
    padding: 56px;
    background-color: #fff;
    box-shadow: 0 0 8px 1px #bdbdbd;
    display: none;
}
.lxwm .lxwm_con .lxwm_xx .lxwm_none .title{
    width: 100%;
    font-size: 18px;
    color: #2F55BF;
    font-weight: bold;
    padding-left: 20px;
    border-left: 3px solid #2F55BF;
    margin-bottom: 8px;
}
.lxwm .lxwm_con .lxwm_xx .lxwm_none .text_p{
    width: 100%;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    line-height: 30px;
}


@media (max-width:767px){
    .abjj{padding: 0 15px;}
    .abjj .epcs{width: 100%;}
    .abjj .abjj_ul{width: 100%;}
    .abepc { background-size: auto 100%;}
    .abjj .epcs .title{font-size: 26px;text-align: center;}
    .abjj .epcs .title::after{left: 50%;transform: translateX(-50%);}
    .abjj .epcs .text{font-size: 14px;line-height: 26px;}
    .abjj .adjj_img{width: 100%;display: flex;justify-content: center;align-items: center;}
    .abjj .adjj_img img{width: 70%;}
    .qywh .qywh_ul{padding: 0 15px;}
    .qywh .qywh_ul li{width: 50%;margin-bottom: 20px;height: auto;}
    .qywh .qywh_ul li .title{font-size: 16px;margin: 0 0 15px 8px;}
    .qywh .qywh_ul li .text{font-size: 12px;margin: 0 0 0 15px;height: 96px;border-left: 0px solid #2F55BF;}
    .qyry .qyry_swi{padding: 0 15px;}
    .qyry .qyry_swi .sei_img{height: 160px;}
    .qyry .qyry_swi .sei_img img{width: 90%;}
    .qyry .qyry_swi p{font-size: 14px;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
    .qyry_swi .swiper-button-next, .qyry_swi .swiper-button-prev{display: none;}
    .shzr .shzr_ul {padding: 0 15px 20px;margin-bottom: 30px;}
    .shzr .shzr_ul li{width: 48%;margin-bottom: 20px;}
    .znq{padding: 20px 15px;}
    .znq .left{width: 100%;}
    .znq .right{width: 100%;padding: 15px 15px 0 15px;}
    .znq .right .title{font-size: 26px;margin-bottom: 15px;}
    .fzlc .fzlc_con{justify-content: space-between;}
    .fzlc .fzlc_con .left{padding: 0;width: 33%;}
    .fzlc .fzlc_con .left .left_ul{padding: 6px 15px 15px;}
    .fzlc .fzlc_con .left .left_ul li a{padding: 10px 0 10px 10px;}
    .fzlc .fzlc_con .right .com_none{width: 94%;}
    .fzlc .fzlc_con .right .com_none .text{font-size: 14px;line-height: 26px;}
    .hzpp_swi .hzpp_ul {padding: 0 15px;align-items: flex-start;}
    .hzpp_swi .hzpp_ul li{width: 48%;margin-right: 4%;height: 140px;}
    .hzpp_swi .hzpp_ul li:nth-child(2n){margin-right: 0;}
    .hzpp_swi .hzpp_ul li a p{font-size: 14px;text-align: center;}
    .lxwm .lxwm_con{padding: 0 15px;}
    .lxwm .lxwm_con .lxwm_ul{align-items: flex-end;margin-bottom: 30px;overflow-x: auto;padding-bottom: 15px;}
    .lxwm .lxwm_con .lxwm_ul li{width: auto;}
    .lxwm .lxwm_con .lxwm_ul li .lxwm_a{font-size: 14px;padding: 0 4px 20px;text-align: center;}
    .lxwm .lxwm_con .lxwm_xx{padding: 30px 0 60px;}
    .lxwm .lxwm_con .lxwm_xx .lxwm_none{padding: 20px;height: auto;}
    .lxwm .lxwm_con .lxwm_ul li .lxwm_a::after{width: 12px;height: 12px;}
    .join {padding: 0 15px;}
    .join .join_img{width: 100%;}
    .join .join_con{width: 100%;padding: 0 15px;}
    .rencai .rc_con{width: 100%;margin-bottom: 20px;}
    .rencai .rc_con .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 59%;}
    .rencai .rc_con .swiper-slide .title{font-size: 22px;margin: 15px;}
    .rencai .rc_con .swiper-slide .text{padding: 5px 15px;}
    .rencai .rc_con .swiper-slide{padding-bottom: 25px;}
    .welfare .pay{align-items: flex-start;}
    .welfare .pay li .p2{width: 90%;}
    .welfare .pay li{height: 230px;justify-content: inherit;}
    .wenhua{padding: 0 15px;}
    .wenhua li{width: 100%;}
    .wenhua li:nth-child(6),
    .wenhua li:nth-child(2){width: 100%;}
    .wenhua li img{width: 100%;}
    .wenhua li .wh_com .title{font-size: 20px;}
    .occupation .occupa li{padding: 10px 15px;flex-wrap: wrap;}
    .occupation .occupa li .occupa_img{width: 100%;margin-bottom: 10px;}
    .occupation .occupa li .occupa_p{width: 100%;}
    .join_us .us{padding: 0 15px;}
    .join_us .us .left{width: 100%;}
    .join_us .us .l_con1{padding: 30px 15px;}
    .join_us .us .right{display: none;}
    .join_us .us .left .us_ul li .li_tents img{width: 100%;}
    .join_us .us .left .us_ul li .li_title .on_icon{width: 40px;height: 40px;}
    .join_us .us .left .us_ul li .li_title .on_icon i{font-size: 20px;}
    .join_us .us .left .us_ul li .li_title .li_cons .title{font-size: 18px;}
    .join_us .us .left .us_ul li .li_title .li_cons .text{font-size: 12px;}
    .join_us .us .left .us_ul li .li_title{margin-bottom: 20px;}
    .join_us .us .left .xuanzhe select:nth-child(1){margin-bottom: 15px;}
    .rencai{padding: 0 15px;}
    .group_img{width: 100%;padding: 0 15px;}
    .group_img img{width: 100%;}
}

@media (min-width:992px) and (max-width:1024px){
    
}
@media (min-width:1024px) and (max-width:1280px){

}

@media (min-width:1280px) and (max-width:1440px){
    .rencai .rc_con .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 43%;
    }
    .lxwm .lxwm_con .lxwm_ul li .lxwm_a{font-size: 17px;}
}







