.page .video {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}
.page .video video {
  width: 100%;
  max-height: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .video .icon {
  width: 2.5rem;
  height: 2.5rem;
  background: url("/res/202408/10/0be15936b7847d0f.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 5rem;
  right: 10rem;
  cursor: pointer;
}
.page .video .icon.pause {
  background: url("/res/202408/10/a488aaf1922b0775.png");
  background-size: cover;
}
.page .content .areaOne {
  width: 100%;
  height: 45rem;
  background-color: #FFFCFC;
  transition: all 0.5s;
  overflow: hidden;
}
.page .content .areaOne .swiper1 {
  width: 100%;
  height: 100%;
}
.page .content .areaOne .swiper1 .swiper-slide {
  display: flex;
}
.page .content .areaOne .swiper1 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.page .content .areaOne .swiper1 .swiper-slide .right {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .content .areaOne .swiper1 .swiper-slide .right .right-content {
  text-align: center;
}
.page .content .areaOne .swiper1 .swiper-slide .right .right-content .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1rem;
  color: #333333;
  transition: all 0.3s;
}
.page .content .areaOne .swiper1 .swiper-slide .right .right-content .title:hover {
  color: #C01319;
}
.page .content .areaOne .swiper1 .swiper-slide .right .right-content .desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 7rem;
  color: #777777;
}
.page .content .areaOne .swiper1 .swiperPagination {
  transform: translateY(-100%);
  position: relative;
  text-align: right;
  z-index: 10;
}
.page .content .areaOne .swiper1 .swiperPagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #C01319;
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.page .content .areaOne .swiper1 .swiperPagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #C01319;
  width: 60px;
  transition-delay: 0s;
}

@media screen and (max-width: 1200px) {
  .page .video .icon {
    width: 10.2564102564vmin;
    height: 10.2564102564vmin;
    bottom: 10.2564102564vmin;
  }
  .page .content .areaOne {
    width: 100%;
    height: auto;
    background-color: #FFFCFC;
  }
  .page .content .areaOne .swiper1 .swiper-slide {
    flex-direction: column;
  }
  .page .content .areaOne .swiper1 .swiper-slide .pic {
    width: 100%;
  }
  .page .content .areaOne .swiper1 .swiper-slide .pic img {
    width: 100%;
    height: 100%;
  }
  .page .content .areaOne .swiper1 .swiper-slide .right {
    width: 100%;
    height: 50vw;
  }
  .page .content .areaOne .swiper1 .swiper-slide .right .right-content {
    text-align: center;
  }
  .page .content .areaOne .swiper1 .swiper-slide .right .right-content .title {
    font-size: 5vmin;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
  }
  .page .content .areaOne .swiper1 .swiper-slide .right .right-content .desc {
    font-size: 3vmin;
    font-weight: 500;
    line-height: 4;
    color: #777777;
  }
  .page .content .areaOne .swiper1 .swiperPagination {
    transform: translateY(-10%);
    position: relative;
    text-align: right;
    z-index: 10;
  }
  .page .content .areaOne .swiper1 .swiperPagination .swiper-pagination-bullet {
    width: 3.3333333333vw;
    height: 2.3076923077vw;
    display: inline-block;
    background: #C01319;
    opacity: 0.2;
    margin: 0 1.2820512821vw;
    border-radius: 5.1282051282vw;
    transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    transition-delay: 0.5s, 0.5s, 0s;
  }
  .page .content .areaOne .swiper1 .swiperPagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #C01319;
    width: 10.2564102564vw;
    transition-delay: 0s;
  }
}/*# sourceMappingURL=index.css.map */