.i-active {
  color: #0665B2 !important;
  font-weight: bold;
}

.i-active::after {
  width: 81rem !important;
}

.swiper01 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper01 .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper01 .mySwiper01 .swiper-slide:last-child {
  height: calc(var(--footer-height)) !important;
}




/* 分页控件样式 */
/* 第一屏 */
.mySwiper02 {
  width: 100%;
  height: 100%;
}

.mySwiper02 .swiper-pagination {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

.mySwiper02 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.51);
  border-radius: 50%;
  margin: 0 14px !important;
  position: relative;
}

.mySwiper02 .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}

.mySwiper02 .swiper-pagination-bullet-active::after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #0665B2;
}

.mySwiper02 .swiper-slide {
  width: 100%;
  height: 100%;
}

.mySwiper02 .swiper-slide-active .imgTextBox .imgText .imgTextTop,
.mySwiper02 .swiper-slide-active .imgTextBox .imgText .imgTextCen1,
.mySwiper02 .swiper-slide-active .imgTextBox .imgText .imgTextCen2,
.mySwiper02 .swiper-slide-active .imgTextBox .imgText .imgTextBtn {
  opacity: 1;
  transform: translateY(0);
}

.imgBg2 {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imgTextBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}

.imgText {
  position: absolute;
  width: 85%;
  left: 4%;
  top: 50%;
  transform: translateY(-40%);
  z-index: 20;
}

.imgTextTop {
  display: flex;
  font-size: 24px;
  color: #FFFFFF;
  align-items: center;
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.2s !important;
}

.imgTextTop .topF {}

.imgTextTop .topLine {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 15px;
}

.imgTextTop .topE {
  color: rgba(255, 255, 255, 0.4);
}

.imgTextCen1 {
  margin-top: 70rem;
  margin-bottom: 38rem;
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.4s !important;
}

.imgTextCen1 span {
  font-size: 48rem;
  color: #FFFFFF;
  position: relative;
}

.imgTextCen1 span::after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  height: 19rem;
  background: #0665B2;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.imgTextCen2 {
  font-size: 19px;
  color: #FFFFFF;
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.7s !important;
}

.imgTextBtn {
  width: 202px;
  height: 69px;
  border-radius: 11px;
  border: 1px solid #FFFFFF;
  padding: 0 36px;
  margin-top: 105rem;
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.9s !important;
  cursor: pointer;
}

.imgTextBtn span {
  font-size: 16px;
  color: #FFFFFF;
}

.imgTextBtn img {
  width: 6px;
  height: 12px;
}

.swiper01 .swiper-slide-active .imgTextBox .screen2 .screen2-d1,
.swiper01 .swiper-slide-active .imgTextBox .screen2 .screen2-d2,
.swiper01 .swiper-slide-active .imgTextBox .screen2 .screen2-d3,
.swiper01 .swiper-slide-active .imgTextBox .screen2 .screen2-d4,
.swiper01 .swiper-slide-active .imgTextBox .screen2 .screen2-btn {
  opacity: 1;
  transform: translateY(0);
}

.imgTextBtn:hover {
  background: #0665B2;
  border: 1px solid #0665B2;
}


/* 第二屏 */
.screen2 {
  color: #FFFFFF;
}

.screen3 {
  color: #333;
  position: relative;
}

.screen2 .screen2-d1 {
  align-items: baseline;
  transform: translateY(400px);
  opacity: 0;
  transition: all 1s !important;
}

.screen3 .screen3Top {
  width: 100%;
  position: absolute;
  top: 44px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.screen3 .screen3-d1,
.screen4 .screen4-d1 {
  align-items: baseline;
  /* margin-bottom: 207px; */

}

.screen2 .screen2-d1-l,
.screen3 .screen3-d1-l,
.screen4 .screen4-d1-l {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 48px;
  margin-right: 19rem;
}

.screen2 .screen2-d1-r,
.screen2 .screen2-d1-r span,
.screen2 .screen2-d2,
.screen3 .screen3-d1-r,
.screen3 .screen3-d1-r span,
.screen4 .screen4-d1-r,
.screen4 .screen4-d1-r span {
  font-size: 24px;
}

.screen2 .screen2-d1-r span,
.screen3 .screen3-d1-r span,
.screen4 .screen4-d1-r span {
  margin-right: 12rem;
}

.screen2 .screen2-d2 {
  margin: 22rem 0 38rem;
  transform: translateY(400px);
  opacity: 0;
  transition: all 1.3s !important;
}

.screen2-d3 {
  width: 46px;
  height: 5px;
  background: #FFFFFF;
  transform: translateY(400px);
  opacity: 0;
  transition: all 1.5s !important;
}

.screen2-d4 {
  width: 916rem;
  font-size: 16px;
  line-height: 42px;
  margin: 119rem 0;
  transform: translateY(400px);
  opacity: 0;
  transition: all 1.5s !important;
}

.screen2-btn {
  transform: translateY(400px);
  opacity: 0;
  transition: all 1.7s !important;
}

.screen2-d5 {
  font-size: 16px;
  width: 124px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  transition: all .5s !important;
}

.screen2-d5:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #0665B2;
}


/* 第三屏 */
.screen3Box {
  background: #F4F5F9;
  padding: 100rem 60rem 0 60rem;
}

.swiper3.mySwiper03 {
  /* margin-top: 104rem; */
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mySwiper03 .swiper-slide {
  display: flex;
  /* align-items: center; */
}

.mySwiper03 .swiper-slide .rbox {
  /* width: 843rem; */
  flex: 1;
  overflow: hidden;
  margin-left: 57rem;
  justify-items: end;
  align-content: center;
  opacity: 0;
  transition: all 0.2s !important;
}

.mySwiper03 .swiper-slide .lbox {
  padding-top: 64rem;
  padding-bottom: 94rem;
  width: 899rem;
}


.mySwiper03 .swiper-slide .lbox-title {
  font-size: 40rem;
  font-weight: bold;
  color: #0665B2;
  margin-bottom: 56px;
  margin-top: 207px;
  transform: translateY(400px);
  opacity: 0;
  transition: all 0.4s !important;
}

.mySwiper03 .swiper-slide .lbox-subhead {
  font-size: 16rem;
  color: #333;
  line-height: 35rem;
  transform: translateY(400px);
  opacity: 0;
  transition: all 0.7s !important;
}

.mySwiper03 .swiper-slide-active .lbox-title,
.mySwiper03 .swiper-slide-active .lbox-subhead,
.mySwiper03 .swiper-slide-active .screen3-btn1,
.mySwiper03 .swiper-slide-active .rbox {
  opacity: 1;
  transform: translateY(0);
}

.screen3-btn1 {
  font-size: 16px;
  color: #999999;
  width: 124px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #999999;
  margin-top: 135rem;
  transform: translateY(400px);
  opacity: 0;
  transition: all .9s !important;
}

.screen3-btn1:hover {
  background: #0665B2;
  color: #FFFFFF;
}

.screen3-btn2 {
  font-size: 16px;
  color: #999999;
  width: 124px;
  height: 50px;
  border-radius: 19px;
  border: 1px solid #999999;
}

.screen3-btn2:hover {
  background: #0665B2;
  color: #FFFFFF;
}

.mySwiper03 .swiper-button-next,
.mySwiper03 .swiper-button-prev {
  width: 54rem;
  height: 54rem;
  background: #0665B2;
  border-radius: 50%;
  /* border: 1px solid #FFFFFF; */
}

.mySwiper03 .swiper-button-prev {
  right: 95rem !important;
  left: initial;
  top: initial;
  bottom: 30rem;
}

.mySwiper03 .swiper-button-next {
  right: 0;
  top: initial;
  bottom: 30rem;
}

.mySwiper03 .swiper-button-next:after,
.mySwiper03 .swiper-button-prev:after {
  content: '';
}

.mySwiper03 .swiper-button-next.swiper-button-disabled,
.mySwiper03 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #F9F9F9;
}



.mySwiper03 .swiper-pagination-fraction {
  font-weight: 400;
  width: auto;
  left: 150rem;
  bottom: 122rem;
  font-size: 16rem !important;
  color: #B754FD;
}

.mySwiper03 .swiper-pagination-current,
.mySwiper03 .swiper-pagination-total {
  font-size: 16rem !important;
}


.mySwiper03 .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper03 .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper03 .swiper-pagination-custom,
.mySwiper03 .swiper-pagination-fraction {
  width: 899rem;
  top: 150px;
  height: 70rem;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}

/* .mySwiper03 .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  text-align: left;
} */

.mySwiper03 .swiper-pagination-bullets .swiper-pagination-bullet {
  flex: 1;
  background: none;
  color: #666666;
  font-size: 24rem;
  opacity: 1;
  height: 100%;
  position: relative;
}

.mySwiper03 .swiper-pagination-bullet-active::after {
  content: '';
  width: 74px;
  height: 3px;
  background: #0665B2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mySwiper03 .swiper-pagination-bullet-active {
  color: #0665B2 !important;
}

/* 第四屏 */
.screen4Top {
  margin-top: 10rem;
}

.screen4Top-tit {
  font-weight: bold;
  font-size: 40rem;
  color: #0665B2;
  margin-top: 5rem;
  margin-bottom: 15rem;
}

.mySwiper04 {
  overflow: hidden;
}

.mySwiper04 .swiper-wrapper .swiper-slide {
  background: #FFFFFF;
  padding: 11rem 11rem 22rem;
  border: 1px solid #EBEBEB;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 635rem;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}

.mySwiper04 .swiper-wrapper .swiper-slide:hover {
  background: #0665B2;
}

.mySwiper04 .swiper-wrapper .swiper-slide:hover .swiper4Num {
  color: #FFFFFF;
  -webkit-text-stroke: 1px #FFFFFF;
}

.mySwiper04 .swiper-wrapper .swiper-slide:hover .swiper4Tit {
  color: #FFFFFF;
}

.mySwiper04 .swiper-wrapper .swiper-slide:hover .swiper4Sub {
  color: #FFFFFF;
}

.mySwiper04 .swiper-wrapper .swiper-slide:hover .swiper4Line {
  background: #FFFFFF;
}

.mySwiper04 .swiper-wrapper .swiper-slide:hover .swiper4Btn {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.mySwiper04 .swiper-wrapper .swiper-slide img {
  width: 100%;
  /* height: 100%; */
}

.swiper4Num {
  font-weight: bold;
  font-size: 40rem;
  color: rgba(0, 0, 0, 0);
  letter-spacing: 2px;
  text-transform: none;
  /* text-stroke: 1px #999999; */
  -webkit-text-stroke: 1px #999999;
  margin-top: 11rem;
}

.swiper4Tit {
  font-size: 24rem;
  color: #333333;
  margin-top: 14rem;
  margin-bottom: 10rem;
}

.swiper4Line {
  width: 42rem;
  height: 3px;
  background: #0665B2;
  margin-bottom: 18rem;
}

.swiper4Sub {
  font-size: 16rem;
  color: #333333;
}

.swiper4Btn {
  margin-top: 0;
}

.mySwiper04 .swiper-button-next,
.mySwiper04 .swiper-button-prev {
  width: 54rem;
  height: 54rem;
  background: #0665B2;
  border-radius: 50%;
  /* border: 1px solid #FFFFFF; */
}

.mySwiper04 .swiper-button-prev {
  right: 155rem !important;
  left: initial;
  top: 180rem;
}

.mySwiper04 .swiper-button-next {
  right: 60rem;
  top: 180rem;
}

.mySwiper04 .swiper-button-next:after,
.mySwiper04 .swiper-button-prev:after {
  content: '';
}

.mySwiper04 .swiper-button-next.swiper-button-disabled,
.mySwiper04 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #F9F9F9;
}

/* 第五屏 */
.screen5 {
  padding-bottom: 100rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.screen5Box {
  display: flex;
  gap: 16rem;
  height: 575rem;
  margin-top: 30rem;
}

.screen5Box-l {
  flex: 1;
  position: relative;
  border-radius: 30rem 30rem 0 30rem;
  overflow: hidden;
  align-content: flex-end;
  cursor: pointer;
}

.screen5Box-l:hover .screen5Box-l-img1 {
  transform: scale(1.2);
}

.screen5Box-l-img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.screen5Box-l-img2 {
  width: 113rem;
  height: 118rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.screen5Box-l-new {
  padding: 0 145rem 0 47rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  width: 100%;
  height: 202rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.76) 100%);
}

.screen5Box-l-new .time {
  font-size: 16px;
  color: #FFFFFF;
}

.screen5Box-l-new .title {
  font-weight: bold;
  font-size: 24rem;
  color: #FFFFFF;
  margin-top: 18rem;
}

.screen5Box-r {
  flex: 1;
  display: flex;
  gap: 19rem;
}

.screen5Box-r-item {
  flex: 1;
  padding-bottom: 34rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;

}

.screen5Box-r-item:hover .title {
  color: #0665B2;
}

.screen5Box-r-item:hover .con {
  color: #333;
}

.screen5Box-r-item .itemImg {
  width: 100%;
  border-radius: 28rem;
  overflow: hidden;
  height: 288rem;
}

.screen5Box-r-item .time {
  font-size: 16px;
  color: #999999;
}

.screen5Box-r-item .title {
  font-size: 24rem;
  color: #333333;
}

.screen5Box-r-item .con {
  font-size: 16px;
  color: #999999;
}

@media screen and (max-width: 450px) {
  .mySwiper04 .swiper-wrapper .swiper-slide {
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .imgTextCen1 span {
    font-size: 40rem;
  }

  .imgTextCen2 {
    font-size: 24rem;
  }

  .imgTextBtn {
    width: 202rem;
    height: 69rem;
    border-radius: 11rem;
    padding: 0 36rem;
    margin-top: 105rem;
  }

  .imgTextBtn span {
    font-size: 20rem;
  }

  .imgTextBtn img {
    width: 9rem;
    height: 15rem;
  }

  .imgTextCen1 span::after {
    display: none;
  }



  .screen2 .screen2-d1-l,
  .screen3 .screen3-d1-l,
  .screen4 .screen4-d1-l {
    font-size: 48rem;
    margin-right: 17rem;
  }

  .screen2 .screen2-d1-r,
  .screen2 .screen2-d1-r span,
  .screen2 .screen2-d2,
  .screen3 .screen3-d1-r,
  .screen3 .screen3-d1-r span,
  .screen4 .screen4-d1-r,
  .screen4 .screen4-d1-r span {
    font-size: 24rem;
  }

  .screen2 .screen2-d1-r span,
  .screen3 .screen3-d1-r span,
  .screen4 .screen4-d1-r span {
    margin-right: 12rem;
  }

  .screen2-d3 {
    width: 46rem;
    height: 5rem;
  }

  .screen2-d4 {
    font-size: 24rem;
    line-height: 42rem;
    width: 90%;
  }

  .screen2-d5 {
    font-size: 16px;
    width: 124px;
    height: 40px;
    border-radius: 20px;
  }



  /* 第三屏 */
  .screen3Box {
    padding: 100rem 30rem 0 30rem;
  }

  .screen3 .screen3Top {
    top: 20rem;
    flex-direction: column;
  }

  .mySwiper03 .swiper-slide {
    flex-direction: column;
  }

  .mySwiper03 .swiper-slide .rbox {
    margin-left: 0;
    align-content: flex-start;
  }

  .mySwiper03 .swiper-slide .rbox img {
    width: 100%;
    height: auto;
  }

  .mySwiper03 .swiper-slide .lbox {
    padding-top: 24rem;
    padding-bottom: 24rem;
    width: 100%;
  }


  .mySwiper03 .swiper-slide .lbox-title {
    font-size: 40rem;
    margin-bottom: 20rem;
    margin-top: 220rem;
  }

  .mySwiper03 .swiper-slide .lbox-subhead {
    font-size: 24rem;
    line-height: 27rem;
  }

  .screen3-btn1 {
    font-size: 20rem;
    width: 124rem;
    height: 40rem;
    border-radius: 20rem;
    margin-top: 25rem;
  }

  .screen3-btn2 {
    font-size: 20rem;
    width: 124rem;
    height: 50rem;
    margin-top: 10rem;
    border-radius: 19rem;
  }






  .mySwiper03 .swiper-pagination-fraction {
    left: 150rem;
    bottom: 122rem;
    font-size: 16rem !important;
  }

  .mySwiper03 .swiper-pagination-current,
  .mySwiper03 .swiper-pagination-total {
    font-size: 16rem !important;
  }


  .mySwiper03 .swiper-horizontal>.swiper-pagination-bullets,
  .mySwiper03 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mySwiper03 .swiper-pagination-custom,
  .mySwiper03 .swiper-pagination-fraction {
    width: 90%;
    top: 160rem;
    height: 60rem;
  }



  .mySwiper03 .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 20rem;
  }

  .mySwiper03 .swiper-pagination-bullet-active::after {
    content: '';
    width: 74rem;
    height: 3rem;
  }


  .screen4Top-tit {
    font-size: 40rem;
  }

  .mySwiper04 .swiper-button-prev {
    right: 155rem !important;
    left: initial;
    top: initial;
    bottom: 30rem;
  }

  .mySwiper04 .swiper-button-next {
    right: 60rem;
    top: initial;
    bottom: 30rem;
  }


  /* 第五屏 */
  .screen5 {
    padding-bottom: 0;
  }

  .screen5Box {
    display: flex;
    flex-direction: column;
    gap: 16rem;
    height: 100%;
    margin-top: 0;
  }



  .screen5Box-l-new .time,
  .screen5Box-r-item .time,
  .screen5Box-r-item .con {
    font-size: 20rem;
  }

}