.index_banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.index_banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.index_banner .swiper-wrapper .swiper-slide {
  width: 100vw;
  height: 100vh;
}

.index_banner .swiper-wrapper .swiper-slide .text {
  width: 1600px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.index_banner .swiper-wrapper .swiper-slide .text p {
  text-align: left;
  font-family: Plank;
  font-weight: 400;
  font-size: 65px;
  color: #FFFFFF;
}

.index_banner .swiper-wrapper .swiper-slide .text span {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.index_banner .swiper-wrapper .swiper-slide .text a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 46px;
  width: 130px;
  border: 2px solid #fff;
  border-radius: 999px;
  margin-top: 30px;
  transition: all 0.6s;
}

.index_banner .swiper-wrapper .swiper-slide .text a:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.index_banner .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index_banner .swiper-wrapper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: 2s;
}

.index_banner .swiper-wrapper .swiper-slide.swiper-slide-active .img img {
  transform: scale(1);
}

.index_banner .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}

.index_banner .swiper-wrapper .swiper-slide.swiper-slide-active .text span {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.index_banner .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 40px;
  gap: 0 10px;
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0;
  width: 10px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2.5px;
  opacity: 1;
  transition: 0.6s;
  position: relative;
}

.index_banner .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #000000;
  border-radius: 2px;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 42px;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.on:after {
  animation: afterAnimate 5s linear forwards;
}

@keyframes afterAnimate {
  100% {
    width: 100%;
  }
}

body {
  background: #F2F2F2;
}

.section1 {
  overflow: hidden;
  margin-top: 130px;
}

.section1 .wrap {
  width: 1600px;
  margin: 0 auto;
}

.section1 .wrap .title {
  font-family: Gilroy-ExtraBold;
  font-size: 46px;
  color: #1A1A1A;
  padding-bottom: 50px;
}

.section1 .wrap .content .swiper-wrapper .swiper-slide {
  position: relative;
  width: 384px;
  height: 480px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-right: 20px;
}

.section1 .wrap .content .swiper-wrapper .swiper-slide .img img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  transition: 1s;
  opacity: 0;
}

.section1 .wrap .content .swiper-wrapper .swiper-slide .img img.on {
  opacity: 1;
}

.section1 .wrap .content .swiper-wrapper .swiper-slide .text {
  display: flex;
  justify-content: space-between;
  width: 80%;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
}

.section1 .wrap .content .swiper-wrapper .swiper-slide .text .name {
  font-weight: 400;
  font-size: 18px;
  color: #1a1a1a;
}

.section1 .wrap .content .swiper-wrapper .swiper-slide .text .color {
  display: flex;
  align-items: center;
}

.section1 .wrap .content .swiper-wrapper .swiper-slide .text .color .list {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease;
  cursor: pointer;
}

.section1 .wrap .content .swiper-wrapper .swiper-slide .text .color .list div {
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

.section1 .wrap .content .swiper-wrapper .swiper-slide .text .color .list.on {
  padding: 2px;
  border: 1px solid #1A1A1A;
}

.section1 .wrap .content .other {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
  height: 54px;
}

.section1 .wrap .content .other .swiper-pagination {
  position: static;
  width: 1460px;
  height: 2px;
  background: #DCDCDC;
  margin-top: 20px;
}

.section1 .wrap .content .other .swiper-pagination-progressbar-fill {
  background: #555;
}

.section1 .wrap .content .other .button {
  position: absolute;
  right: 0;
  display: flex;
  gap: 10px;
}

.section1 .wrap .content .other .button .circle {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}

.section1 .wrap .content .other .button .circle svg {
  width: 6px;
  fill: #1A1A1A;
}

.section1 .wrap .content .other .button .circle:nth-child(1) {
  rotate: 180deg;
}

.section1 .wrap .content .other .button .swiper-button-next:after,
.section1 .wrap .content .other .button .swiper-button-prev:after {
  font-size: 10px;
  font-weight: bold;
  color: #1a1a1a;
}

.section1 .wrap .content .other .button .swiper-button-prev:after {
  rotate: 180deg;
}

.section2 {
  margin-top: 150px;
}

.section2 .wrap {
  position: relative;
  width: 1600px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;

}

.section2 .wrap img {
  width: 100%;
}

.section2 .wrap video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section2 .wrap .play {
  z-index: 11;
    cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
}

.section2 .wrap .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
}

.section3 {
  margin: 100px 0 150px;
  overflow: hidden;
}

.section3 .wrap {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section3 .wrap .left {
  position: relative;
  width: 788px;
  height: 720px;
}

.section3 .wrap .left .box {
  overflow: hidden;
  border-radius: 14px;
}

.section3 .wrap .left .box .text {
  position: absolute;
  right: 80px;
  top: 100px;
  font-family: Gilroy-ExtraBold;
  font-size: 36px;
  color: #FFFFFF;
}

.section3 .wrap .left .box img {
  width: 100%;
  height: 100%;
}

.section3 .wrap .right .r_t {
  display: flex;
  justify-content: space-between;
}

.section3 .wrap .right .r_t .right_l,
.section3 .wrap .right .r_t .right_r {
  position: relative;
}

.section3 .wrap .right .r_t .right_l .text,
.section3 .wrap .right .r_t .right_r .text {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-family: Gilroy-ExtraBold;
  font-size: 24px;
  color: #FFFFFF;
}

.section3 .wrap .right .r_t .right_l img,
.section3 .wrap .right .r_t .right_r img {
  width: 100%;
}

.section3 .wrap .right .r_b {
  display: block;
  position: relative;
  margin-top: 20px;
}

.section3 .wrap .right .r_b .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Gilroy-ExtraBold;
  font-size: 36px;
  color: #FFFFFF;
}

.section4 {
  padding-top: 150px;
  background-color: #fff;
}

.section4 .wrap {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.section4 .wrap .content {
  width: 690px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section4 .wrap .content .year svg {
  width: 28px;
}

.section4 .wrap .content .year svg .st0,
.section4 .wrap .content .year svg .st1 {
  fill: #666;
}

.section4 .wrap .content .year span {
  font-size: 24px;
  color: #1A1A1A;
  line-height: 36px;
}

.section4 .wrap .content .title {
  padding-top: 160px;
  font-family: Gilroy-ExtraBold;
  font-size: 52px;
  color: #1A1A1A;
  line-height: 36px;
}

.section4 .wrap .content p {
  padding-top: 30px;
  font-size: 18px;
  color: #888;
  font-weight: 400;
}

.section4 .wrap .content .more {
  display: block;
  margin-bottom: 30px;
  width: 182px;
  height: 64px;
  background: #F6F6F6;
  color: #333;
  border-radius: 32px;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
  transition: all 0.6s;
}

.section4 .wrap .content .more:hover {
  background: #444444;
  color: #fff;
  cursor: pointer;
}

.section4 .wrap .content .data {
  display: flex;
  justify-content: space-between;
}

.section4 .wrap .content .data .item {
  width: 324px;
  height: 200px;
  background: #F2F2F2;
  border-radius: 20px;
}

.section4 .wrap .content .data .item p {
  margin: 30px 0 0 40px;
  font-family: Gilroy-ExtraBold;
  font-size: 46px;
  color: #1A1A1A;
}

.section4 .wrap .content .data .item span {
  padding: 20px 0 0 40px;
  font-size: 16px;
  color: #888888;
}

.section5 {
  padding: 150px 0 150px;
  background-color: #fff;
}

.section5 .wrap {
  width: 1600px;
  margin: 0 auto;
  background: #F2F2F2;
  border-radius: 33px;
  text-align: center;
}

.section5 .wrap .title {
  padding-top: 84px;
  font-family: Gilroy-ExtraBold;
  font-weight: 800;
  font-size: 52px;
  color: #1A1A1A;
}

.section5 .wrap .content {
  width: 60%;
  margin: 0 auto;
}

.section5 .wrap .content .swiper-container {
  position: relative;
  margin-top: 88px;
  overflow: hidden;
  padding-bottom: 150px;
}

.section5 .wrap .content .swiper-container .swiper-wrapper .swiper-slide .star {
  display: flex;
  justify-content: center;
}

.section5 .wrap .content .swiper-container .swiper-wrapper .swiper-slide .star img {
  width: 18px;
}

.section5 .wrap .content .swiper-container .swiper-wrapper .swiper-slide .text {
  padding: 50px 0 20px;
  font-weight: 400;
  font-size: 18px;
  color: #888888;
  line-height: 32px;
}

.section5 .wrap .content .swiper-container .swiper-wrapper .swiper-slide .name {
  font-weight: 400;
  font-size: 20px;
  color: #888888;
  line-height: 36px;
  opacity: 0.5;
}

.section5 .wrap .content .swiper-container .swiper-wrapper .swiper-slide .photo {
  padding-top: 30px;
  margin: 0 auto;
  width: 120px;
}

.section5 .wrap .content .swiper-container .swiper-wrapper .swiper-slide .photo img {
  width: 100%;
}

.section5 .wrap .content .swiper-container .swiper-pagination {
  bottom: 80px;
}

.section5 .wrap .content .swiper-container .swiper-pagination-bullet-active {
  background: #333 !important;
}

.section5 .wrap .content .swiper-container .swiper-button-prev,
.section5 .wrap .content .swiper-container .swiper-rtl .swiper-button-next {
  margin-top: 110px;
  left: 250px;
  right: auto;
}

.section5 .wrap .content .swiper-container .swiper-button-next,
.section5 .wrap .content .swiper-container .swiper-rtl .swiper-button-prev {
  margin-top: 110px;
  right: 250px;
  left: auto;
}

.section5 .wrap .content .swiper-container .button .circle {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 1px solid #ECECEC;
}

.section5 .wrap .content .swiper-container .button .swiper-button-next,
.section5 .wrap .content .swiper-container .button .swiper-button-prev {
  color: #333;
}

.section5 .wrap .content .swiper-container .button .swiper-button-prev:after,
.section5 .wrap .content .swiper-container .button .swiper-rtl .swiper-button-next:after,
.section5 .wrap .content .swiper-container .button .swiper-button-next:after,
.section5 .wrap .content .swiper-container .button .swiper-rtl .swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .index_banner .swiper-wrapper .swiper-slide .text {
    width: 80%;
  }

  .index_banner .swiper-wrapper .swiper-slide .text p {
    font-size: 32px;
  }

  .index_banner .swiper-wrapper .swiper-slide .text span {
    font-size: 18px;
  }

  .index_banner .swiper-wrapper .swiper-slide .text a {
    font-size: 12px;
    width: 120px;
  }

  .section1 {
    margin-top: 50px;
  }

  .section1 .wrap .title {
    font-size: 30px;
    padding-bottom: 24px;
  }

  .section1 .wrap .content .other {
    margin-top: 20px;
  }

  .section1 .wrap .content .swiper-wrapper .swiper-slide {
    height: 400px;
  }

  .section1 .wrap .content .swiper-wrapper .swiper-slide .img img {
    height: 220px;
  }

  .section1 .wrap .content .swiper-wrapper .swiper-slide .text .name {
    font-size: 16px;
  }

  .section1 .wrap .content .other .swiper-pagination {
    width: 70%;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 52px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -42px;
  }

  .section2 {
    margin-top: 50px;
  }

  .section1 .wrap {
    width: 92% !important;

  }

  .section2 .wrap svg {
    width: 40px;
  }

  .section2 .wrap {
    width: 92% !important;
    border-radius: 10px;
  }

  .section3 {
    margin: 50px 0 50px;
  }

  .section3 .wrap {
    width: 92% !important;
    flex-direction: column;
  }

  .section3 .wrap .left {
    width: 100%;
    height: 330px;
    overflow: hidden;
  }

  .section3 .wrap .left .box {
    height: 330px;
  }

  .section3 .wrap .right {
    padding-top: 20px;
  }

  .section3 .wrap .right .r_t {
    width: 100%;
  }

  .section3 .wrap .right .r_t .right_l,
  .section3 .wrap .right .r_t .right_r {
    width: 48.5%;
  }

  .section3 .wrap .right .r_t .right_l .text,
  .section3 .wrap .right .r_t .right_r .text {
    font-size: 20px;
  }

  .section3 .wrap .left .box .text {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
  }

  .section3 .wrap .right .r_b .text {
    font-size: 20px;
  }

  .section4 {
    padding-top: 50px;
  }

  .section4 .wrap {
    width: 92% !important;
    flex-direction: column;
  }

  .section4 .wrap .content {
    width: 100%;
  }

  .section4 .wrap .content .year svg {
    width: 20px;
  }

  .section4 .wrap .content .year span {
    font-size: 16px;
  }

  .section4 .wrap .content .title {
    font-size: 30px;
    padding-top: 0;
  }

  .section4 .wrap .content p {
    font-size: 16px;
  }

  .section4 .wrap .content .more {
    margin-top: 20px;
    width: 130px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }

  .section4 .wrap .content .data .item {
    width: 48.5%;
  }

  .section4 .wrap .img {
    padding-top: 20px;
  }

  .section4 .wrap .content .data .item p {
    font-size: 20px;
    margin: 15px 0 0 20px;
  }

  .section4 .wrap .content .data .item span {
    padding: 15px 0 0 20px;
    font-size: 14px;
  }

  .section5 {
    padding: 50px 0 60px;
  }

  .section5 .wrap {
    width: 92% !important;
  }

  .section4 .wrap .content .data .item {
    height: 130px;
  }

  .section5 .wrap .title {
    font-size: 32px;
    padding-top: 40px;
  }

  .section5 .wrap .content .swiper-container {
    margin-top: 48px;
  }

  .section5 .wrap .content .swiper-container .swiper-wrapper .swiper-slide .text {
    font-size: 14px;
    line-height: 24px;
    padding: 26px 0 14px;
  }

  .section5 .wrap .content .swiper-container .swiper-wrapper .swiper-slide .name {
    font-size: 16px;
  }

  .section5 .wrap .content .swiper-container .swiper-wrapper .swiper-slide .photo {
    width: 100px;
  }

  .section5 .wrap .content .swiper-container .button .circle {
    width: 60px;
    height: 60px;
  }

  .section5 .wrap .content .swiper-container .swiper-button-prev,
  .section5 .wrap .content .swiper-container .swiper-rtl .swiper-button-next {
    left: 0px;
  }

  .section5 .wrap .content .swiper-container .swiper-button-next,
  .section5 .wrap .content .swiper-container .swiper-rtl .swiper-button-prev {
    right: 0px;
  }

  .section5 .wrap .content .swiper-container .swiper-pagination {
    bottom: 100px;
  }
  .index_banner .swiper-wrapper .swiper-slide .img{
    text-align: center;
  }
  .index_banner .swiper-wrapper .swiper-slide .img img {
    display: none;
  }
  .index_banner .swiper-wrapper .swiper-slide .img .mobile_banner{
    display: block !important;
  }
  .index_banner .swiper-wrapper .swiper-slide .text{
    top: 35%;
  }
  .section2 .wrap .play{
    width: 40px;
  }
}