.common_banner .scroll {
  position: absolute;
  right: 3.5416666667vw;
  z-index: 3;
  bottom: 2.3958333333vw;
}
.common_banner .scroll > img {
  display: block;
  width: 0.2604166667vw;
  position: absolute;
  top: -0.1041666667vw;
  right: 0;
  transform: translateY(-100%);
  max-height: unset;
}
.common_banner .scroll .jt {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_banner .scroll .jt img {
  display: block;
  width: 0.9375vw;
}

.sec1 {
  padding: 4.4270833333vw 10vw 5.2083333333vw;
  background: #F5F5F5;
  overflow: hidden;
}
.sec1 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 4.6875vw;
}
.sec1 .swiper {
  width: 120.9895833333vw;
  overflow: unset;
}
.sec1 .swiper .swiper-slide {
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide .slide_box {
  width: 100%;
  height: 23.59375vw;
  position: relative;
  padding: 5.4166666667vw 0 0;
}
.sec1 .swiper .swiper-slide .slide_box .zi_box {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 6.71875vw;
  left: 0;
}
.sec1 .swiper .swiper-slide .slide_box .zi_box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0.5), rgba(245, 245, 245, 0), rgba(245, 245, 245, 0.5));
}
.sec1 .swiper .swiper-slide .slide_box .zi_box .zi {
  display: flex;
  width: max-content;
  animation: img_go 100s infinite linear;
  animation-play-state: paused;
}
.sec1 .swiper .swiper-slide .slide_box .zi_box .zi .zi_flex {
  display: flex;
}
.sec1 .swiper .swiper-slide .slide_box .zi_box .zi .zi_flex p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 8.3333333333vw;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.sec1 .swiper .swiper-slide .slide_box .peo {
  width: 11.5104166667vw;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
.sec1 .swiper .swiper-slide .slide_box .peo img {
  display: block;
  width: 100%;
}
.sec1 .swiper .swiper-slide .slide_box .name {
  font-weight: 500;
  font-size: 1.3020833333vw;
  color: #000000;
  position: absolute;
  top: 16.4583333333vw;
  left: 2.1875vw;
  line-height: 1;
}
.sec1 .swiper .swiper-slide .slide_bottom {
  width: fit-content;
  background: rgb(255, 255, 255);
  box-shadow: 0vw 0.3645833333vw 4.8958333333vw 0.3645833333vw rgba(0, 0, 0, 0.09);
  border-radius: 0.625vw;
  margin: -4.3229166667vw auto 0;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide .slide_bottom .slide_bottom_box {
  width: 38.1770833333vw;
  height: 7.1354166667vw;
  padding: 1.1979166667vw 0 0 1.5625vw;
  position: relative;
  overflow: hidden;
}
.sec1 .swiper .swiper-slide .slide_bottom .slide_bottom_box > img {
  display: block;
  position: absolute;
  filter: blur(2.6041666667vw);
  width: 11.5104166667vw;
  left: 50%;
  max-height: unset;
  transform: translateX(-50%);
  top: -13.5416666667vw;
}
.sec1 .swiper .swiper-slide .slide_bottom .slide_bottom_box .jt {
  width: 0.78125vw;
  position: absolute;
  right: 2.0833333333vw;
  top: 50%;
  transform: translateY(-50%);
}
.sec1 .swiper .swiper-slide .slide_bottom .slide_bottom_box .jt img {
  display: block;
  width: 100%;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide .slide_bottom .slide_bottom_box .p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #666666;
  line-height: 1.4583333333vw;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.sec1 .swiper .swiper-slide:hover .slide_box .zi_box .zi {
  animation-play-state: running;
}
.sec1 .swiper .swiper-slide:hover .slide_bottom {
  background: #DA251C;
}
.sec1 .swiper .swiper-slide:hover .slide_bottom .slide_bottom_box .p {
  color: #FFFFFF;
}
.sec1 .swiper .swiper-slide:hover .slide_bottom .slide_bottom_box .jt img {
  transform: rotate(45deg);
  filter: brightness(0) invert(1);
}
.sec1 .swiper-pagination {
  position: unset;
  display: flex;
  justify-content: center;
  margin: 4.6875vw 0 0;
  gap: 0.78125vw;
}
.sec1 .swiper-pagination .swiper-pagination-bullet {
  width: 1.09375vw;
  height: 1.09375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0.0520833333vw solid #E1E1E1;
  opacity: 1;
  background: unset;
  margin: 0;
  cursor: pointer;
  transition: 0.6s;
}
.sec1 .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0.625vw;
  height: 0.625vw;
  position: relative;
  border: 0.0520833333vw solid #E1E1E1;
  transition: 0.6s;
}
.sec1 .swiper-pagination .swiper-pagination-bullet:hover, .sec1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0.0520833333vw solid #DA251C;
}
.sec1 .swiper-pagination .swiper-pagination-bullet:hover:after, .sec1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #DA251C;
  border: 0.0520833333vw solid #DA251C;
}

@keyframes img_go {
  100% {
    transform: translateX(-50%);
  }
}
.sec2 {
  padding: 4.1666666667vw 10vw 11.4583333333vw;
}
.sec2 .title {
  font-family: "SourceHanSans CN m";
  font-weight: 500;
  font-size: 1.6666666667vw;
  color: #000000;
  margin-bottom: 3.6458333333vw;
}
.sec2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.9583333333vw 1.875vw;
}
.sec2 .list .item {
  display: block;
  width: 25.4166666667vw;
}
.sec2 .list .item .item_top {
  width: 100%;
  height: 15.3645833333vw;
  background: #F5F5F5;
  border-radius: 0.625vw;
  position: relative;
  padding: 1.4583333333vw 0 0;
}
.sec2 .list .item .item_top .zi_box {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 2.4479166667vw;
  left: 0;
}
.sec2 .list .item .item_top .zi_box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0.5), rgba(245, 245, 245, 0), rgba(245, 245, 245, 0.5));
}
.sec2 .list .item .item_top .zi_box .zi {
  display: flex;
  width: max-content;
  animation: img_go 100s infinite linear;
  animation-play-state: paused;
}
.sec2 .list .item .item_top .zi_box .zi .zi_flex {
  display: flex;
}
.sec2 .list .item .item_top .zi_box .zi .zi_flex p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 5.3125vw;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.sec2 .list .item .item_top .name {
  font-weight: 500;
  font-size: 1.3020833333vw;
  color: #000000;
  position: absolute;
  top: 9.2708333333vw;
  left: 2.1354166667vw;
  line-height: 1;
}
.sec2 .list .item .item_top .peo {
  width: 10.3645833333vw;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
.sec2 .list .item .item_top .peo img {
  display: block;
  width: 100%;
}
.sec2 .list .item .item_bottom {
  width: fit-content;
  background: #FFFFFF;
  box-shadow: 0 0.3645833333vw 4.8958333333vw 0.3645833333vw rgba(0, 0, 0, 0.09);
  border-radius: 0.625vw 0.625vw 0.625vw 0.625vw;
  margin: -3.28125vw auto 0;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.sec2 .list .item .item_bottom .item_bottom_box {
  width: 24.5833333333vw;
  height: 7.1354166667vw;
  padding: 1.1979166667vw 0 0 1.6145833333vw;
  position: relative;
  overflow: hidden;
}
.sec2 .list .item .item_bottom .item_bottom_box > img {
  display: block;
  position: absolute;
  filter: blur(2.6041666667vw);
  width: 10.3645833333vw;
  left: 50%;
  max-height: unset;
  transform: translateX(-50%);
  top: -13.5416666667vw;
}
.sec2 .list .item .item_bottom .item_bottom_box .jt {
  width: 0.78125vw;
  position: absolute;
  right: 1.9791666667vw;
  top: 50%;
  transform: translateY(-50%);
}
.sec2 .list .item .item_bottom .item_bottom_box .jt img {
  display: block;
  width: 100%;
  transition: 0.6s;
}
.sec2 .list .item .item_bottom .item_bottom_box .p {
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #666666;
  line-height: 1.4583333333vw;
  position: relative;
  z-index: 3;
  transition: 0.6s;
}
.sec2 .list .item:hover .item_top .zi_box .zi {
  animation-play-state: running;
}
.sec2 .list .item:hover .item_bottom {
  background: #DA251C;
}
.sec2 .list .item:hover .item_bottom .item_bottom_box .p {
  color: #FFFFFF;
}
.sec2 .list .item:hover .item_bottom .item_bottom_box .jt img {
  transform: rotate(45deg);
  filter: brightness(0) invert(1);
}
.sec2 .common_page {
  margin: 3.9583333333vw 0 0;
}

@media screen and (max-width: 768px) {
  .common_banner .scroll {
    right: 10px;
    bottom: 15px;
  }
  .common_banner .scroll > img {
    width: 4px;
  }
  .common_banner .scroll .jt {
    width: 32px;
    height: 32px;
  }
  .common_banner .scroll .jt img {
    width: 12px;
  }
  .sec1 {
    padding: 50px 5vw;
  }
  .sec1 .title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sec1 .swiper {
    width: 100%;
  }
  .sec1 .swiper .swiper-slide .slide_bottom {
    width: 100%;
    border-radius: 8px;
    margin: -20px 0 0;
  }
  .sec1 .swiper .swiper-slide .slide_bottom .slide_bottom_box {
    width: 100%;
    padding: 20px;
    height: unset;
  }
  .sec1 .swiper .swiper-slide .slide_bottom .slide_bottom_box > img {
    width: 150px;
    filter: blur(20px);
    top: -187px;
  }
  .sec1 .swiper .swiper-slide .slide_bottom .slide_bottom_box .p {
    font-size: 13px;
    line-height: 1.6;
  }
  .sec1 .swiper .swiper-slide .slide_bottom .slide_bottom_box .jt {
    width: 13px;
    right: 15px;
  }
  .sec1 .swiper .swiper-slide .slide_box {
    padding: 40px 0 0;
    height: unset;
  }
  .sec1 .swiper .swiper-slide .slide_box .name {
    font-size: 14px;
    left: 8px;
    top: 195px;
  }
  .sec1 .swiper .swiper-slide .slide_box .peo {
    width: 150px;
  }
  .sec1 .swiper .swiper-slide .slide_box .zi_box {
    top: 70px;
  }
  .sec1 .swiper .swiper-slide .slide_box .zi_box .zi .zi_flex p {
    font-size: 46px;
  }
  .sec1 .swiper-pagination {
    margin: 20px auto 0;
    gap: 10px;
  }
  .sec1 .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
  .sec1 .swiper-pagination .swiper-pagination-bullet:after {
    width: 8px;
    height: 8px;
  }
  .sec2 {
    padding: 50px 5vw;
  }
  .sec2 .title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sec2 .list {
    gap: 25px;
  }
  .sec2 .list .item {
    width: 100%;
  }
  .sec2 .list .item .item_top {
    padding: 40px 0 0;
    height: unset;
    border-radius: 8px;
  }
  .sec2 .list .item .item_top .name {
    font-size: 16px;
    left: 15px;
    top: 190px;
  }
  .sec2 .list .item .item_top .peo {
    width: 150px;
  }
  .sec2 .list .item .item_top .zi_box {
    top: 70px;
  }
  .sec2 .list .item .item_top .zi_box .zi .zi_flex p {
    font-size: 46px;
  }
  .sec2 .list .item .item_bottom {
    width: 100%;
    border-radius: 8px;
    margin: -20px 0 0;
  }
  .sec2 .list .item .item_bottom .item_bottom_box {
    width: 100%;
    padding: 20px;
    height: unset;
  }
  .sec2 .list .item .item_bottom .item_bottom_box > img {
    width: 150px;
    filter: blur(20px);
    top: -187px;
  }
  .sec2 .list .item .item_bottom .item_bottom_box .p {
    font-size: 13px;
    line-height: 1.6;
  }
  .sec2 .list .item .item_bottom .item_bottom_box .jt {
    width: 13px;
    right: 15px;
  }
  .sec2 .common_page {
    margin: 30px 0 0;
  }
}

/*# sourceMappingURL=team.css.map */
