.seeking_top{
    width: 100%;
    height: 500px; 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
 }
 .slite_c{
    background-color: #f5f5f5;
 }
 .slite_c>div{
    width: 1220px;
    margin: 0 auto;
   padding-top: 5px;
    padding-bottom: 40px;
 }


 .swiper-container {
   width: 100%;
   height: 100%;
 }

 /* .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;
   border-radius: 10px;
   -o-border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
 } */
 .swiper-wrapper{
     height: 100% !important;
 }
 .swiper-slide{
     height: 100% !important;
 }
 .swiper-container{
     height: 100% !important;
 }
 /*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 20px;
    /* background-color: red; */
    text-align: center;
}

/*自定义分页器的样式，这个你自己想要什么样子自己写*/

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  
    height: 10px;
    width: 10px;
    color: #fe6000;
    background-color: #fe6000;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
 width: 30px;
 border-radius: 50px;
}


.swiper-slide a{
    display: flex;
}
.swiper_slide_l{
    width: 50%;
}
.swiper_slide_r{
    width: 50%;
    padding: 50px;
    height: 100%;
    text-align: left;
}
.swiper_slide_r_t{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.swiper_slide_r_t h1{
    font-size: 30px;
    color: #333;
    margin-right: 20px;
}
.swiper_slide_r_t img{
    width: 22px;
    height: 24px;
}
.swiper_slide_r_text p{
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.swiper_slide_r_type{
    display: flex;
    flex-wrap: wrap;
}
.swiper_slide_r_type>div{
    height: 30px;
    padding: 0 14px;
    color: #fe6600;
    font-size: 14px;
    background-color: #feeedc;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.swiper_slide_r_introduce{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 35px;
}
.swiper_slide_r_introduce p{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.slite_c_list{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 1215px;
}
.slite_c_list>a>div{
    background-color: #fff;
    width: 386px;
    padding: 20px;
    margin: 10px;
	color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slite_c_list .recruit_r_b_main_c_li_l div {

    margin-left: 0px;
}
.slite_c_list_l .tximg{
    width: 90px;
    height: 90px;

    margin-right: 20px;
}
.slite_c_list_l{
    display: flex;
    align-items: center;
}
.slite_c_list_l .jyimg{
    width: 17px;
    height: 18px;
}
.slite_c_list_l h1{
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-right: 20px;
}
.slite_c_list_r_t p{
    font-size: 18px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
   
}
.slite_c_list_r{
    padding-top: 9px;
}
.slite_c_list_r_t span{
    font-size: 22px;
    color: #fe6600;
    font-family: Arial;
}
.slite_c_list_r_t{
    text-align: center;
}
.slite_c_list_r .slite_c_list_r_t_p{
     flex-shrink: 0;
}
.slite_c_list_r_dz{
    flex-shrink: 0;
}
.slite_c_list_r_b .p_li{
    display: flex;
    font-size: 14px;
}
.slite_c_list_r_b .p_li p{
    padding: 0 10px;
    border-left: 1px solid #333;
    color: #333;
 }
 .slite_c_list_r_b .p_li p:first-child{
    padding-left: 0;
    border-left: none;
 }
 .slite_c_list_r_b{
    margin-top: 20px;
    text-align: center;

 }
 .slite_c_list_r_b .p1{
    font-size: 14px;
    color: #333;
 }
 .manpower_c>div{
    height: 100px;
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    padding: 20px 30px;
    display: flex;
}
.manpower_c{
    margin-top: 20px;
}
.manpower_c_type1{
    width: 330px;
    display: flex;
}
.manpower_c_type1 img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 20px;
}
.manpower_c_type1 div h1{
    font-size: 18px;
}
.manpower_c_type1 div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333;
    padding: 4px 0;
}
.manpower_c_type1 div p{
    font-size: 14px;
}
.manpower_c_type2{
    width: 350px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 175px;
}
.manpower_c_type2 div{
    display: flex;
    font-size: 16px;
}
.manpower_c_type2_l p{
    padding: 0 10px;
    border-left: 1px solid #fe6000;
    color: #fe6000;
}
.manpower_c_type2 .manpower_c_type2_l p:first-child
{ 
    padding-left: 0;
    border-left: none;
}
.manpower_c_type2_r p{
    padding: 0 10px;
    border-left: 1px solid #333;
    color: #333;
}
.manpower_c_type2 .manpower_c_type2_r p:first-child
{ 
padding-left: 0;
border-left: none;
}
.manpower_c_type3{
    width: 285px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.manpower_c_type3 p{
    font-size: 16px;
    color: #b8b8b8;
}
.manpower_c_type3 a div{
    width: 120px;
    height: 40px;
    background-color: #fe6000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 18px;
}
.manpower_c_type1 h1 span{
    color: #ffdcb0;
    margin-left: 15px;
    font-size: 20px;
}
.v_paging{
    background-color: #fff;
    margin: 0;
    height: 115px;
}

.specialist{
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.specialist .specialist_c{
    display: flex;
    padding-bottom: 50px;
	flex-wrap: wrap;
}
.specialist .specialist_c li{
    width: 275px;
    padding: 20px 12px;
    box-shadow: 0 2px 5px 3px rgb(38 38 38 / 3%);
    -o-box-shadow: 0 2px 5px 3px rgba(82, 81, 81, 0.03);
    -moz-box-shadow: 0 2px 5px 3px rgba(82, 81, 81, 0.03);
    -webkit-box-shadow: 0 2px 5px 3px rgb(38 38 38 / 3%);
  
    margin: 15px;
}
.tlite{
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-top: 60px;
}
.slite_c_bottom{
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 600;
}
.specialist_img{
    text-align: center;
	position: relative;
}
.specialist_img img{
    width: 245px;
    height: 300px;
    text-align: center;
}
.specialist_img p{
	font-size: 20px;
	color: #333;
	font-weight: 600;
	/*position: absolute;*/
	background-color: #ffffff;
	bottom: 0px;
	width: 100%;
	padding: 10px 0px;
}
.specialist_text{
    text-align: left;
}
.specialist_text_t{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.specialist_text_b p{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    height: 45px;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.specialist_button{
    font-size: 16px;
    color: #fff;
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fe6000;
	margin: 0 auto;
}


.elite_start_seat{
    height: 130px;
    text-align: center;
    font-size: 39px;
    color: #333;
    align-items: center;
    background-image: url(/index/img/bgimg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.recru_start_seat{
    height: 130px;
    font-size: 18px;
    color: #333;
}

.elite_start_seat p{
    margin: 0 auto;
    color: yellow;
}

.start_seat_botton{
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #fe6000;
    border-radius: 1px;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-size: 14px;
}

.ordinary_r_t{
    height: 50px;
    line-height: 50px;
}

.ordinary_r_t a{
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
    float: right;
    font-size: 16px;
    border-radius: 4px;
}








