.staff-box {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
}
.staff-box .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
  height: auto !important;
  
}
.staff-box .swiper-container-autoheight .swiper-wrapper{
height: auto !important;
}
.staff-box-b {
  background-color: #F9F9F9;
}

.temp_head h5 {
  font-weight: bold;
  color: #111111;
  margin-bottom: 60px;
}

.staff-item-b {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 60px; */

}

.staff-item {
  margin-right: 1.25%;
  position: relative;
  margin-bottom: 2vw;
  width: calc((100% - 5.25%) / 5);
  overflow: hidden;
  /* padding-right: 25px; */
}

.staff-item:nth-child(5n) {
  margin-right: 0;
}

.staff-item img {
  width: 100%;
}

.staff-item img {
  transition: transform 0.5s ease, opacity 0.5s ease;
  /* 过渡效果 */
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
  -moz-transition: transform 0.5s ease, opacity 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: transform 0.5s ease, opacity 0.5s ease;
}

.staff-item img:hover {
  transform: scale(1.1);
  /* 触摸时放大 */
  opacity: 0.9;
  /* 触摸时变暗 */
}

.staff-item span {
  position: absolute;
  /* left: 18px;
  bottom: 18px; */
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 18px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.slide-item-box {
  display: flex;
  justify-content: space-between;
}

.slide-item {
  width: calc((100% - 90px) / 3);

  position: relative;
}



.sataff_slide_item {
  display: block;
  /* position: relative; */
  overflow: hidden;

}

/* .silde-item-nei {
  position: relative;
} */

.nei-word {
  display: block;
  /* position: absolute; */
  /* bottom: -38px;
  left: 0;
  right: 0; */
  width: 100%;
  text-align: center;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}

.sataff_slide_item img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease, opacity 0.5s ease;
  /* 过渡效果 */
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
  -moz-transition: transform 0.5s ease, opacity 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: transform 0.5s ease, opacity 0.5s ease;
}


.sataff_slide_item :hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.staff-box .safe_width {
  /* padding-right: 5px; */
}

.contTwolb {
  /* height: 460px; */
  /* background: #333333; */
}

.contTwolb .swiper-container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 90px;
}

.contTwolb .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px;
  margin: 0 6px;
  /* height: 312px; */
  /* -webkit-box-reflect: below 0px
    linear-gradient(transparent, transparent, #00000021); */
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -56px;
}

.contTwolb .swiper-slide a,
.contTwolb .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.contTwolb .swiper-slide div {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-align: center;

}
.single-staff-b{
  padding: 6vw 0;
}
.detail-peo{
  width: auto;
  height: auto;
  float: left;
  margin-right: 22px;
}
.detail-peo-word h5{

font-weight: bold;
font-size: 29px;
color: #262626;
line-height: 80px;

}
.detail-peo-word p{

font-size: 16px;
color: #3D3D3D;
line-height: 30px;

}
@media screen and (max-width: 1440px) {
  /* .staff-item {
    margin-right:1.25%;
    position: relative;
    margin-bottom: 2vw;
    width: calc((100% - 6.25%) / 4);
   
  }
  .staff-item:nth-child(4n){
    margin-right: 0;
   } */
}

@media screen and (max-width: 767px) {
  .staff-box {
    padding-top: 1.6rem;
    padding-bottom: 1.8rem;
  }

  .temp_head h5 {
    margin-bottom: 1.04rem;
  }

  .staff-item span {
    /* left: 0;
    bottom:0; */
    padding: 0.6rem;
    color: #fff;
    font-size: 0.6rem;
  }

  .staff-item-b {
    justify-content: space-between;
  }

  .staff-item {
    /* width: 6.47rem; */
    margin-right: 0;
    position: relative;
    margin-bottom: 0.68rem;
    width: 48%;
    /* width: calc((100% - 0.68rem) / 2); */
    /* padding-right: 25px; */
  }

  .staff-box-b .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -0.8rem;
    left: 0;
  }

  .contTwolb .swiper-slide div {
    font-size: 0.6rem;

    line-height: 1.8rem;

  }

  .contTwolb .swiper-slide {
    width: 100%;
  }

  .slide-item-box {
    display: flex;
    flex-direction: column;
  }

  .slide-item {
    width: 100%;
    padding-bottom: 2.2rem;
  }

  .sataff_slide_item img {
    width: 100%;
    height: auto;
  }

 .nei-word {
  /* bottom: 0; */
    text-align: center;
    line-height: 1.8rem;
    font-size: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .single-staff-b{
  padding: 1.15rem 0;
}
.detail-peo{
  width: 100%;
  height: auto;
  float: unset;
  margin-right: 0;
  display: block;
}
.detail-peo-word h5{

font-weight: bold;
font-size: 0.65rem;
color: #262626;
line-height:unset;
margin-top: 1.2rem;
margin-bottom: 0.4rem;

}
.detail-peo-word p{

font-size: 0.6rem;
color: #3D3D3D;
line-height: 1rem;

}
}