#join_staff {
  background-color: #f0f0f0;
}

#join_staff .krn {
  width: 100%;
  padding: 60px 0 80px 0;
}

#join_staff .krn .ibox {
  position: relative;
}

#join_staff .krn .ibox .bg_img {
  width: 100%;
  height: 500px;
  border-radius: 19px;
  overflow: hidden;
}

#join_staff .krn .ibox .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#join_staff .krn .ibox .text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 66px 60px 0;
}

#join_staff .krn .ibox .text .c_text {
  width: 100%;
  max-width: 47.5%;
  color: #fff;
  line-height: 1.8;
  margin: 22px 0 50px 0;
}

/* 我们在这里 */
#join_staff .wmzzl {
  width: 100%;
  height: 600px;
  position: relative;
}

#join_staff .wmzzl .bg_img {
  width: 100%;
  height: 100%;
}
#join_staff .wmzzl .bg_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#join_staff .wmzzl .ibox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#join_staff .wmzzl .ibox .text{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#join_staff .wmzzl .ibox .text .img_text{
   position: relative;
}
#join_staff .wmzzl .ibox .text .img_text .c_text{
  font-weight: bold;
  color: #fff;
}
#join_staff .wmzzl .ibox .text .img_text .s_img1{
  position: absolute;
  top: -70px;
  left: -106px;
}
#join_staff .wmzzl .ibox .text .img_text .s_img2{
  position: absolute;
  bottom: -70px;
  right: -106px;
}
#join_staff .wmzzl .ibox .text .movie_img{
  width: 80px;
  height: 80px;
  margin-top: 40px;
  cursor: pointer;
}
#join_staff .wmzzl .ibox .text .movie_img img{
  width: 100%;
  height: 100%;
}
#join_staff .wmzzl .ibox .text .movie_img:hover img{
  transform: scale(0.8);
}

/* 一起来了解 */
#join_staff .yqllj{
  width: 100%;
}
#join_staff .yqllj .ibox{
  padding: 100px 0;
}
#join_staff .yqllj .ibox .down{
  margin-top: 60px;
}
#join_staff .yqllj .ibox .down .three_img{
  width: 100%;
  display: flex;
}
#join_staff .yqllj .ibox .down .three_img .three{
  width: 31.33333%;
  margin-right: 3%;
  border-radius: 17px;
  overflow: hidden;
  -moz-box-shadow:0px 3px 10px #DDDDDD; -webkit-box-shadow:0px 3px 10px #DDDDDD; box-shadow:0px 3px 10px #DDDDDD;
}
#join_staff .yqllj .ibox .down .three_img .three:last-child{
  margin-right: 0;
}
#join_staff .yqllj .ibox .down .three_img .three .big_img{
  width: 100%;
  position: relative;
  overflow: hidden;
}
#join_staff .yqllj .ibox .down .three_img .three .big_img img{
  width: 100%;
  -moz-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
}
#join_staff .yqllj .ibox .down .three_img .three:hover .big_img img{
  transform: scale(1.1);
  -moz-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
}
#join_staff .yqllj .ibox .down .three_img .three .big_img::before{
  content: "";
    display: block;
    width: 0;
    height: 8px;
    background: #123b97;
    position: absolute;
    bottom: 00px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    z-index: 5;
}
#join_staff .yqllj .ibox .down .three_img .three:hover .big_img::before{
  width: 100%;
  opacity: 1;
}
#join_staff .yqllj .ibox .down .three_img .three .text{
  padding: 40px 38px 48px;
  background-color: #fff;
}
#join_staff .yqllj .ibox .down .three_img .three .text .name{
  color: #666;
  font-family: "numa";
}
#join_staff .yqllj .ibox .down .three_img .three .text .d_text{
  width: 100%;
  color: #333;
  font-weight: bold;
  margin: 20px 0 38px 0;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#join_staff .yqllj .ibox .down .three_img .three:hover .text .d_text{
  color: #123b97;
}
#join_staff .yqllj .ibox .down .three_img .three:hover .text .ckgd .ckgd_text{
  color: #123b97;
}
#join_staff .yqllj .ibox .down .three_img .three:hover .text .ckgd .img img:last-child{
    opacity: 1;
}
#join_staff .yqllj .ibox .down .three_img .three:hover .text .ckgd .img img:first-child{
    opacity: 0;
}
#join_staff .yqllj .ibox .down .page{
  margin-top: 80px;
}
/* 有得学 */
#join_staff .ydx{
  width: 100%;
  background-color: #fff;
  padding: 80px 0 100px 0;
}
#join_staff .ydx .ibox{
}
#join_staff .ydx .ibox .title{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#join_staff .ydx .swiper1{
  margin-top: 60px;
  position: relative;
}
#join_staff .ydx .swiper1 .swiper-slide{
  position: relative;
  width: 52%;
  margin: 0 1.35%;
}
#join_staff .ydx .swiper1 .swiper-slide .white{
  width: 101%;
  height: 100%;
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#join_staff .ydx .swiper1 .swiper-slide.swiper-slide-active .white{
  opacity: 0;
  transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#join_staff .ydx .swiper1 .s1_box{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#join_staff .ydx .swiper1 .s1_box a{ width:100%;}
#join_staff .ydx .swiper1 .s1_box .img{
  width: 100%;
}
#join_staff .ydx .swiper1 .s1_box .img::before{
  content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/jst_14.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
#join_staff .ydx .swiper1 .s1_box .img img{
  width: 100%;
}
#join_staff .ydx .swiper1 .s1_box .text{
  position: absolute;
  left: 60px;
  bottom:50px;
  z-index: 5;
  color: #fff;
  font-weight: bold;
}
#join_staff .ydx .swiper1 .btn{
  width: 94.8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 6;
}

#join_staff .ydx .swiper1 .btn .s1btnall{
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  -moz-box-shadow:0px 0px 10px #CCCCCC; -webkit-box-shadow:0px 0px 10px #CCCCCC; box-shadow:0px 0px 10px #CCCCCC;
}
#join_staff .ydx .swiper1 .btn .s1btnall:hover{
  -moz-box-shadow: 0px 2px 10px #123b97;
    -webkit-box-shadow: 0px 2px 10px #123b97;
    box-shadow: 0px 2px 10px #123b97;
}
#join_staff .ydx .swiper1 .btn .s1btnall img{
  position: absolute;
  top: 0;
  left: 0;
}
#join_staff .ydx .swiper1 .btn .s1btnall img:last-child{
  opacity: 0;
}
#join_staff .ydx .swiper1 .btn .s1btnall:hover img:last-child{
  opacity: 1;
}
#join_staff .ydx .swiper1 .btn .s1btnall:hover img:first-child{
  opacity: 0;
}
@media (max-width: 1680px) {
    #join_staff .ydx .swiper1 .btn {
    width: 93.9%;
}
}

@media (max-width: 1440px) {
    #join_staff .ydx .swiper1 .btn {
    width: 93.2%;
}
}

@media (max-width: 1366px) {
    #join_staff .ydx .swiper1 .btn {
    width: 92.5%;
}
}

@media (max-width: 1280px) {
    #join_staff .ydx .swiper1 .btn {
    width: 92.3%;
}
}
@media (max-width: 1030px) {
  #join_staff .ibox {
    padding: 0;
  }
  #join_staff .banner{
    margin-top: 0;
  }
  #join_staff .krn {
    padding: 50px 0;
}
#join_staff .krn .ibox .bg_img {
    height: 300px;
}
#join_staff .krn .ibox .text {
    padding: 35px 35px 0;
}
#join_staff .wmzzl {
    width: 100%;
    height: 350px;
    position: relative;
}
#join_staff .yqllj .ibox {
    padding: 50px 0;
}
#join_staff .yqllj .ibox .down {
    margin-top: 25px;
}
#join_staff .yqllj .ibox .down .page {
    margin-top: 40px;
}
#join_staff .ydx {
    padding: 50px 0;
}
#join_staff .ydx .swiper1 {
    margin-top: 25px;
}

}
@media (max-width: 960px) {
  #join_staff .krn {
    padding: 30px 0;
}
#join_staff .krn .ibox .text {
    padding: 20px 20px 0;
}
#join_staff .krn .ibox .text .c_text {
    margin: 22px 0 50px 0;
}
#join_staff .krn .ibox .text .c_text {
    max-width: 100%;
    margin: 10px 0 25px 0;
}
#join_staff .wmzzl {
    width: 100%;
    height: 300px;
    position: relative;
}
#join_staff .wmzzl .ibox .text .img_text .c_text {
  line-height: 1.5;
  text-align: center;
}
#join_staff .yqllj .ibox {
    padding: 30px 0;
}
#join_staff .yqllj .ibox .down .three_img {
    width: 100%;
    display: block;
}
#join_staff .yqllj .ibox .down .three_img .three{
  width: 100%;
  margin-right: 0;
  margin-bottom: 6%;
}
#join_staff .yqllj .ibox .down .three_img .three .text {
    padding: 15px 15px 20px;
}
#join_staff .yqllj .ibox .down .three_img .three .text .d_text {
    margin: 15px 0 20px 0;
}
#join_staff .yqllj .ibox .down .page {
    margin-top: 10px;
}
#join_staff .ydx {
    padding: 30px 0 10px 0;
}
#join_staff .ydx .swiper1{
  margin-top: 20px;
  padding-bottom: 30px;
}
#join_staff .ydx .swiper1 .swiper-slide {
    margin: 0;
}
#join_staff .ydx .swiper1 .s1_box .text {
    left: 27px;
    bottom: 20px;
}
#join_staff .ydx .swiper1 .btn {
  display: none;
}
#join_staff .ydx .swiper1 .swiper-slide .white {
  display: none;
}
#join_staff .wmzzl .ibox .text .img_text .s_img1 {
  display: none;
}
#join_staff .wmzzl .ibox .text .img_text .s_img2 {
  display: none;
}
}