[data-scrollbar] {
  height: 100vh;
}

.scrollbar-track-y,
._scroll_y {
  display: none !important;
}

body {
  background-color: #F5F6F6;
}

.index_banner {
  position: relative;
  height: 100vh;
}

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

.index_banner .wrap {
  height: 100%;
}

.index_banner .swiper {
  height: 100%;
}

.index_banner .item {
  position: relative;
  height: 100%;
}

.index_banner .item .img {
  height: 100%;
}

.index_banner .item .img img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}

.index_banner .item .text {
  position: absolute;
  width: fit-content;
  z-index: 10;
  width: 90vw;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* top: 50%;
  transform: translateY(-50%); */
  /* bottom: 86px; */
  /* left: 38vw; */

  /* right: 240px; */
}

.index_banner .item .text .p1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.index_banner .item .text .p2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

html[lang="en"] .index_banner .item .text .p1,
html[lang="en"] .index_banner .item .text .p2 {
  font-size: 38px;
}

.index_banner .page {
  position: absolute;
  bottom: 86px;
  left: 60px;
  z-index: 2;
}

.index_banner .page .list {
  display: flex;
  align-items: center;
}

.index_banner .page .list .item {
  color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  transition: all 1s;
}

.index_banner .page .list .item.active,
.index_banner .page .list .item:hover {
  color: #ffffff;
}

.index_banner .page .list .lineBox {
  height: 1px;
  width: 50px;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  position: relative;
  transition: all 1s;
}

.index_banner .page .list .lineBox::after {
  width: 100%;
  height: 100%;
  border-top: 1px dashed #0D4082;
  content: '';
  position: absolute;
  top: -1px;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
}

.index_banner .page .list .lineBox.active::after {
  transition: 5s linear;
  clip-path: inset(0 0 0 0);
}

.index_banner .bottom {
  display: none;
  position: absolute;
  bottom: 90px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  animation: 1.5s ease infinite eSdEvq;
}

.index_banner .bottom .icon span {
  color: #fff;
}

.index_banner .tab {
  right: 60px;
  bottom: 60px;
  position: absolute;
  z-index: 2;
  display: flex;
}

.index_banner .tab .prev {
  margin-right: 20px;
}

.index_banner .tab .prev,
.index_banner .tab .next {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}

.index_banner .tab .prev:hover,
.index_banner .tab .next:hover {
  background-color: #0D4082;
  border-color: #0D4082;
}

.index_banner .tab .prev span,
.index_banner .tab .next span {
  font-size: 18px;
  color: #fff;
}

.index_banner .tab .prev.next,
.index_banner .tab .next.next {
  transform: rotate(180deg);
}

.section1 {
  /* height: 250vh; */
  position: relative;
}

.section1 .fix {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

.section1 .fix .top {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0 0 0 0);
  position: relative;
  z-index: 6;
  background-color: #fff;
}

.section1 .fix .common_bg {
  object-fit: cover;
}

.section1 .fix .center {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  --g: -50%;
  /* clip-path: inset(100% 0px 0 0%); */
}

.section1 .fix .center .wrap {
  position: relative;
  height: 100vh;
  width: 100%;
}

.section1 .fix .center .commonTitle h3 {
  font-size: 48px;
}

.section1 .fix .center .wrap .bg {
  position: absolute;
}

.section1 .fix .center .wrap .bg.bg1 {
  right: 0;
  width: fit-content;
  bottom: 0;
  width: 60.26041666vw;
}

.section1 .fix .center .wrap .bg.bg1 img {
  width: 100%;
}

.section1 .fix .center .wrap .bg.bg2 {
  left: 0;
  top: 0;
  width: fit-content;
  transform: translate(-100%, -100%);
  transition: all 2s;
}

.section1 .fix .center .wrap .bg.bg2 img {
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 5s;
}

.section1 .fix .center .wrap .bg.bg2.on {
  transform: translate(0, 0);
}

.section1 .fix .center .wrap .content {
  width: 680px;
  position: absolute;
  left: calc(50vw - 720px);
  top: 50%;
  transform: translateY(-50%);
}

.section1 .fix .center .wrap .content .commonTitle {
  transform: translateY(30px);
  opacity: 0;
}

.section1 .fix .center .wrap .content .text {
  margin-top: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s;
  margin-bottom: 80px;
}

.section1 .fix .center .wrap .content .text h4 {
  color: #111;
  font-size: 28px;
  margin-bottom: 40px;
  line-height: 36px;
}

.section1 .fix .center .wrap .content .text p {
  color: #686F81;
  font-size: 18px;
  line-height: 2;
  text-indent: 2em;
}

html[lang="en"] .section1 .fix .center .wrap .content .text p {
  text-indent: 0em;
}

.section1 .fix .center .wrap .content .list {
  display: flex;
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s;
}

.section1 .fix .center .wrap .content .list .item {
  text-align: center;
  padding: 0 40px;
  position: relative;
}

.section1 .fix .center .wrap .content .list .item:not(:last-child)::after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 70px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: #DBE1E1;
}

.section1 .fix .center .wrap .content .list .item .value {
  color: #111;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}

.section1 .fix .center .wrap .content .list .item .key {
  color: #686F81;
  font-size: 18px;
  line-height: 36px;
}

.section1 .fix .center .wrap .content .commonButton {
  margin-top: 50px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s;
}

.section1 .fix .center .wrap .content.on .commonTitle,
.section1 .fix .center .wrap .content.on .text,
.section1 .fix .center .wrap .content.on .list,
.section1 .fix .center .wrap .content.on .commonButton {
  transform: translateY(0);
  opacity: 1;
}

.section1 .fix .center .wrap .content .commonButton {
  font-size: 20px;
}

.section1 .fix .center .wrap .content.on .text {
  transition-delay: 0.3s;
}

.section1 .fix .center .wrap .content.on .list {
  transition-delay: 0.6s;
}

.section1 .fix .center .wrap .content.on .commonButton {
  transition-delay: 0.9s;
}

.section2 {
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.section2 .cir {
  width: 300px;
  display: block;
  top: 66px;
  right: -140px;
  height: 300px;
  position: absolute;
  border: 58px solid #5BB7C3;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 1s;
  transform: translateX(160px);
}

.section2 .cir {
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 5s;
}

.section2 .cir.aos-animate {
  transform: none;
}

.section2 .wrap {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

.section2 .wrap .top {
  width: 1440px;
  margin: 0 auto 60px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.section2 .wrap .top .commonTitle {
  margin-bottom: 10px;
}

.section2 .wrap .top .text {
  color: #686F81;
  font-size: 18px;
}

/* .section2 .wrap .top .right .tab {
  display: flex;
}

.section2 .wrap .top .right .tab .prev {
  margin-right: 10px;
  transform: rotate(90deg);
}

.section2 .wrap .top .right .tab .next {
  transform: rotate(-90deg);
}

.section2 .wrap .top .right .tab .next,
.section2 .wrap .top .right .tab .prev {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(37, 100, 150, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}

.section2 .wrap .top .right .tab .next:hover,
.section2 .wrap .top .right .tab .prev:hover {
  background-color: #0D4082;
}

.section2 .wrap .top .right .tab .next:hover span,
.section2 .wrap .top .right .tab .prev:hover span {
  color: #fff;
}

.section2 .wrap .top .right .tab .next span,
.section2 .wrap .top .right .tab .prev span {
  transition: all 0.6s;
  color: #256496;
} */
.section2 .wrap .top .right .tab {
  display: flex;
}

.section2 .wrap .top .right .tab .prev,
.section2 .wrap .top .right .tab .next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
  position: relative;
}

.section2 .wrap .top .right .tab .prev:hover span,
.section2 .wrap .top .right .tab .next:hover span {
  color: #fff;
}

.section2 .wrap .top .right .tab .prev::before,
.section2 .wrap .top .right .tab .next::before,
.section2 .wrap .top .right .tab .prev::after,
.section2 .wrap .top .right .tab .next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
}

.section2 .wrap .top .right .tab .prev:hover::before,
.section2 .wrap .top .right .tab .next:hover::before {
  opacity: 0;
}

.section2 .wrap .top .right .tab .prev:hover::after,
.section2 .wrap .top .right .tab .next:hover::after {
  opacity: 1;
}

.section2 .wrap .top .right .tab .prev::before,
.section2 .wrap .top .right .tab .next::before {
  border: 1px solid rgba(37, 100, 150, 0.2);
}

.section2 .wrap .top .right .tab .prev::after,
.section2 .wrap .top .right .tab .next::after {
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
}

.section2 .wrap .top .right .tab .prev span,
.section2 .wrap .top .right .tab .next span {
  color: #2B719D;
  transition: all 0.6s;
  position: relative;
  z-index: 2;
}

.section2 .wrap .top .right .tab .prev {
  margin-right: 12px;
}

.section2 .wrap .top .right .tab .prev span {
  transform: rotate(90deg);
}

.section2 .wrap .top .right .tab .next span {
  transform: rotate(-90deg);
}


.section2 .wrap .bottom .swiper {
  width: 3120px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.section2 .wrap .bottom .swiper .item .img {
  border-radius: 10px;
  overflow: hidden;
}

.section2 .wrap .bottom .swiper .item .content {
  position: absolute;
  /* top: 70px; */
  bottom: 70px;
  left: 60px;
  width: 340px;
}

.section2 .wrap .bottom .swiper .item .content .icon {
  margin-bottom: 10px;
}

.section2 .wrap .bottom .swiper .item .content .title h4 {
  color: #111;
  font-size: 30px;
  margin-bottom: 20px;
}

.section2 .wrap .bottom .swiper .item .content .text p {
  color: #848A98;
  font-size: 16px;
  line-height: 24px;
}

.section3 {
  background-color: #fff;
  position: relative;
}

.section3 .wrap {
  padding-left: calc(50vw - 720px);
  padding-bottom: 130px;
}

.section3 .wrap .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 1440px;
  margin-bottom: 50px;
}

/* .section3 .wrap .top .tab {
  display: flex;
}

.section3 .wrap .top .tab .prev {
  margin-right: 10px;
  transform: rotate(90deg);
}

.section3 .wrap .top .tab .next {
  transform: rotate(-90deg);
}

.section3 .wrap .top .tab .next,
.section3 .wrap .top .tab .prev {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(37, 100, 150, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}

.section3 .wrap .top .tab .next:hover,
.section3 .wrap .top .tab .prev:hover {
  background-color: #0D4082;
}

.section3 .wrap .top .tab .next:hover span,
.section3 .wrap .top .tab .prev:hover span {
  color: #fff;
}

.section3 .wrap .top .tab .next span,
.section3 .wrap .top .tab .prev span {
  transition: all 0.6s;
  color: #256496;
} */

.section3 .wrap .top .tab {
  display: flex;
}

.section3 .wrap .top .tab .prev,
.section3 .wrap .top .tab .next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
  position: relative;
}

.section3 .wrap .top .tab .prev:hover span,
.section3 .wrap .top .tab .next:hover span {
  color: #fff;
}

.section3 .wrap .top .tab .prev::before,
.section3 .wrap .top .tab .next::before,
.section3 .wrap .top .tab .prev::after,
.section3 .wrap .top .tab .next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
}

.section3 .wrap .top .tab .prev:hover::before,
.section3 .wrap .top .tab .next:hover::before {
  opacity: 0;
}

.section3 .wrap .top .tab .prev:hover::after,
.section3 .wrap .top .tab .next:hover::after {
  opacity: 1;
}

.section3 .wrap .top .tab .prev::before,
.section3 .wrap .top .tab .next::before {
  border: 1px solid rgba(37, 100, 150, 0.2);
}

.section3 .wrap .top .tab .prev::after,
.section3 .wrap .top .tab .next::after {
  opacity: 0;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
}

.section3 .wrap .top .tab .prev span,
.section3 .wrap .top .tab .next span {
  color: #2B719D;
  transition: all 0.6s;
  position: relative;
  z-index: 2;
}

.section3 .wrap .top .tab .prev {
  margin-right: 12px;
}

.section3 .wrap .top .tab .prev span {
  transform: rotate(90deg);
}

.section3 .wrap .top .tab .next span {
  transform: rotate(-90deg);
}

.section3 .wrap .bottom .swiper {
  width: 1720px;
  margin-bottom: 90px;
  margin-left: 0;
}

.section3 .wrap .bottom .swiper .item {
  background: linear-gradient(44deg, #EDF4F5 0%, #FAFDFE 100%);
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 460px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.section3 .wrap .bottom .swiper .item:hover .bg {
  opacity: 1;
}

.section3 .wrap .bottom .swiper .item:hover .content .title {
  color: #fff;
}

.section3 .wrap .bottom .swiper .item:hover .content .text p {
  color: #fff;
}

.section3 .wrap .bottom .swiper .item:hover .more .time {
  color: #fff;
}

.section3 .wrap .bottom .swiper .item:hover .more .view {
  color: #fff;
}

.section3 .wrap .bottom .swiper .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
}

.section3 .wrap .bottom .swiper .item .bg img {
  height: 100%;
  width: 100%;
}

.section3 .wrap .bottom .swiper .item .content {
  position: relative;
  z-index: 2;
}

.section3 .wrap .bottom .swiper .item .content .title {
  color: #111;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEEF2;
  margin-bottom: 30px;
  transition: all 0.6s;
}

.section3 .wrap .bottom .swiper .item .content .text p {
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #687081;
  transition: all 0.6s;
}

.section3 .wrap .bottom .swiper .item .more {
  position: relative;
  z-index: 2;
}

.section3 .wrap .bottom .swiper .item .more .time {
  font-size: 14px;
  color: #687081;
  margin-bottom: 15px;
  transition: all 0.6s;
}

.section3 .wrap .bottom .swiper .item .more .view {
  color: #111111;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: all 0.6s;
}

.section3 .wrap .bottom .swiper .item .more .view .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}

.section3 .wrap .bottom .swiper .item .more .view .icon span {
  color: #111;
  font-size: 12px;
}

.section3 .wrap .bottom .button {
  width: 1440px;
}

.section3 .wrap .bottom .button .commonButton {
  margin: 0 auto;
}

.section4 {
  background-color: #fff;
}

.section4 .wrap {
  padding-bottom: 150px;
}

.section4 .wrap .merry .row:first-child {
  margin-bottom: 40px;
}

.section4 .wrap .merry .row .trem {
  gap: 200px;
  padding-right: 200px;
}

@keyframes walking {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes floating {

  0%,
  to {
    transform: translate(0%, 0);
  }

  25% {
    transform: translate(-5px, -15px);
  }

  50% {
    transform: translate(-10px, -5px);
  }

  75% {
    transform: translate(0%, -15px);
  }
}

.section2 .wrap .bottom .swiper .item .content .icon {
  height: 30px;
}

.section2 .wrap .bottom .swiper .item .content .icon img {
  height: 100%;
}

.index_banner .item .text .logo {
  width: 320px;
  filter: brightness(0) invert(1);
  margin: 0 auto 20px;

}

.index_banner .item .text .logo img {
  opacity: 0;
  transform: translateX(10px);
  transition: all 1s;
}

.index_banner .swiper-slide-active .item .text .logo img {
  opacity: 1;
  transition-delay: .3s;
  transform: translateX(0);
}

.section2 .wrap .bottom .swiper .item .content .icon img {
  filter: brightness(0) invert(1)
}

.section2 .wrap .bottom .swiper .item .content .title h4 {
  color: #fff;
}

.index_banner .item .img.PE {
  display: none;
}

html[lang="en"] .section1 .fix .center .wrap .bg.bg1 {
  width: 54.260417vw;
}

html[lang="en"] header .header .left .nav .item .levelbox .level .other {
  width: 1080px;
}

html[lang="en"] .section1 .fix .center .wrap .content .text {
  margin-bottom: 40px;
}

html[lang="en"] .index_banner .swiper-slide-active .item .text .logo img,
html[lang="en"] .index_banner .item .text .p2,
html[lang="en"] .index_banner .item .text .p1{
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
html[lang="en"] .index_banner .swiper-slide-active .item .text .logo img{
  transition-delay: .2s;
}
html[lang="en"] .index_banner .item .text .p1{
  transition-delay: .4s;
}
html[lang="en"] .index_banner .item .text .p2{
  transition-delay: .6s;
}
html[lang="en"] .index_banner .swiper-slide-active .item .text .logo img,
html[lang="en"] .index_banner .swiper-slide-active .item .text .p2,
html[lang="en"] .index_banner .swiper-slide-active .item .text .p1
{
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1919px) {
  html[lang="en"] header .header .left .nav .item .levelbox .level .other {
    width: 56.25vw;
  }

  /* .index_banner .item .text {
    bottom: 4.4791666667vw;
  } */
  .index_banner .item .text .logo {
    width: 16.6666666666vw;
    margin-bottom: 1.0416666vw;
  }

  .index_banner .item .text .p1 {
    font-size: 2.5vw;
  }

  .index_banner .item .text .p2 {
    font-size: 2.5vw;
  }

  html[lang="en"] .index_banner .item .text .p1,
  html[lang="en"] .index_banner .item .text .p2 {
    font-size: 1.9791666vw;
  }

  .index_banner .page {
    bottom: 4.4791666667vw;
    left: 3.125vw;
  }

  .index_banner .page .list .item {
    font-size: 0.8333333333vw;
    margin-left: 0.5208333333vw;
    margin-right: 0.5208333333vw;
  }

  .index_banner .page .list .lineBox {
    width: 2.6041666667vw;
  }

  .index_banner .bottom {
    bottom: 4.6875vw;
  }

  .index_banner .tab {
    right: 3.125vw;
    bottom: 3.125vw;
  }

  .index_banner .tab .prev {
    margin-right: 1.0416666667vw;
  }

  .index_banner .tab .prev,
  .index_banner .tab .next {
    width: 3.125vw;
    height: 3.125vw;
  }

  .index_banner .tab .prev span,
  .index_banner .tab .next span {
    font-size: 0.9375vw;
  }

  .section1 .fix .center .commonTitle h3 {
    font-size: 2.5vw;
  }

  .section1 .fix .center .wrap .content {
    width: 35.4166666667vw;
    left: calc(-37.5vw + 50vw);
  }

  .section1 .fix .center .wrap .content .commonTitle {
    transform: translateY(1.5625vw);
  }

  .section1 .fix .center .wrap .content .text {
    margin-top: 2.0833333333vw;
    transform: translateY(1.5625vw);
    margin-bottom: 4.1666666667vw;
  }

  html[lang="en"] .section1 .fix .center .wrap .content .text {
    margin-bottom: 2.083333333vw;
  }

  .section1 .fix .center .wrap .content .text h4 {
    font-size: 1.4583333333vw;
    margin-bottom: 2.0833333333vw;
    line-height: 1.875vw;
  }

  .section1 .fix .center .wrap .content .text p {
    font-size: 0.9375vw;
  }

  .section1 .fix .center .wrap .content .list {
    transform: translateY(1.5625vw);
  }

  .section1 .fix .center .wrap .content .list .item {
    padding: 0px 2.0833333333vw;
  }

  .section1 .fix .center .wrap .content .list .item:not(:last-child)::after {
    height: 3.6458333333vw;
  }

  .section1 .fix .center .wrap .content .list .item .value {
    font-size: 2.5vw;
    margin-bottom: 0.2604166667vw;
  }

  .section1 .fix .center .wrap .content .list .item .key {
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }

  .section1 .fix .center .wrap .content .commonButton {
    margin-top: 2.6041666667vw;
    transform: translateY(1.5625vw);
  }

  .section1 .fix .center .wrap .content .commonButton {
    font-size: 1.0416666667vw;
  }

  .section2 .cir {
    width: 15.625vw;
    top: 3.4375vw;
    right: -7.2916666667vw;
    height: 15.625vw;
    border: 3.0208333333vw solid rgb(91, 183, 195);
    transform: translateX(8.3333333333vw);
  }

  .section2 .wrap {
    padding-top: 6.25vw;
    padding-bottom: 5.2083333333vw;
  }

  .section2 .wrap .top {
    width: 75vw;
    margin: 0px auto 3.125vw;
  }

  .section2 .wrap .top .commonTitle {
    margin-bottom: 0.5208333333vw;
  }

  .section2 .wrap .top .text {
    font-size: 0.9375vw;
  }

  .section2 .wrap .top .right .tab .prev,
  .section2 .wrap .top .right .tab .next {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }

  .section2 .wrap .top .right .tab .prev {
    margin-right: 0.625vw;
  }

  .section2 .wrap .bottom .swiper {
    width: 162.5vw;
  }

  .section2 .wrap .bottom .swiper .item .img {
    border-radius: 0.5208333333vw;
  }

  .section2 .wrap .bottom .swiper .item .content {
    bottom: 3.6458333333vw;
    left: 3.125vw;
    width: 17.7083333333vw;
  }

  .section2 .wrap .bottom .swiper .item .content .icon {
    margin-bottom: 0.5208333333vw;
  }

  .section2 .wrap .bottom .swiper .item .content .title h4 {
    font-size: 1.5625vw;
    margin-bottom: 1.0416666667vw;
  }

  .section2 .wrap .bottom .swiper .item .content .text p {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .section3 .wrap {
    padding-left: calc(-37.5vw + 50vw);
    padding-bottom: 6.7708333333vw;
  }

  .section3 .wrap .top {
    width: 75vw;
    margin-bottom: 2.6041666667vw;
  }

  .section3 .wrap .top .tab .prev,
  .section3 .wrap .top .tab .next {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }

  .section3 .wrap .top .tab .prev {
    margin-right: 0.625vw;
  }

  .section3 .wrap .bottom .swiper {
    width: 89.5833333333vw;
    margin-bottom: 4.6875vw;
  }

  .section3 .wrap .bottom .swiper .item {
    padding: 3.125vw 1.5625vw;
    height: 23.9583333333vw;
    border-radius: 0.7291666667vw;
  }

  .section3 .wrap .bottom .swiper .item .content .title {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    padding-bottom: 1.5625vw;
    margin-bottom: 1.5625vw;
  }

  .section3 .wrap .bottom .swiper .item .content .text p {
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
  }

  .section3 .wrap .bottom .swiper .item .more .time {
    font-size: 0.7291666667vw;
    margin-bottom: 0.78125vw;
  }

  .section3 .wrap .bottom .swiper .item .more .view {
    font-size: 0.7291666667vw;
  }

  .section3 .wrap .bottom .swiper .item .more .view .icon {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    margin-left: 0.5208333333vw;
  }

  .section3 .wrap .bottom .swiper .item .more .view .icon span {
    font-size: 0.625vw;
  }

  .section3 .wrap .bottom .button {
    width: 75vw;
  }

  .section4 .wrap {
    padding-bottom: 7.8125vw;
  }

  .section4 .wrap .merry .row:first-child {
    margin-bottom: 2.0833333333vw;
  }

  .section4 .wrap .merry .row .trem {
    gap: 10.4166666667vw;
    padding-right: 10.4166666667vw;
  }

  .section1 .fix .center .wrap .bg.bg2 {
    width: 12.91666666vw;
  }

  .section2 .wrap .top .right .tab .prev span,
  .section2 .wrap .top .right .tab .next span {
    font-size: 0.8333333vw;
  }

  .section2 .wrap .bottom .swiper .item .content .icon {
    height: 1.5625vw;
  }

  .section3 .wrap .top .tab .prev span,
  .section3 .wrap .top .tab .next span {
    font-size: 0.8333333vw;
  }
}

@media screen and (max-width: 1024px) {

  html[lang="en"] .index_banner .item .text .p1,
  html[lang="en"] .index_banner .item .text .p2 {
    font-size: 24px;
  }

  .index_banner .item .img.PC {
    display: none;
  }

  .index_banner .item .img.PE {
    display: block;
  }

  .index_banner {
    height: auto;
  }

  .index_banner .item .text .logo {
    width: 180px;
    margin-bottom: 10px;
  }

  .index_banner .page .list .item {
    font-size: 14px;
    margin: 0 10px;
  }

  .index_banner .item .text {
    left: 5vw;
    /* text-align: left; */
    transform: translateX(0);
    bottom: 120px;
  }

  .index_banner .item .text .p1 {
    font-size: 28px;
  }

  .index_banner .item .text .p2 {
    font-size: 28px;
  }

  .index_banner .wrap {
    transform: none !important;
  }

  .section [data-scrollbar] {
    height: auto;
  }

  .index_banner .page {
    left: 5vw;
    bottom: 40px;
  }

  .index_banner .tab .prev,
  .index_banner .tab .next {
    width: 40px;
    height: 40px;
  }

  .index_banner .tab .prev {
    margin-right: 10px;
  }

  .index_banner .tab .prev span,
  .index_banner .tab .next span {
    font-size: 14px;
  }

  .index_banner .page .list .lineBox {
    width: 30px;
  }

  .index_banner .item .text .p1 {
    margin-bottom: 5px;
  }

  .index_banner .tab {
    right: 5vw;
    bottom: 35px;
  }

  .index_banner .item .text {
    width: 90vw;
    bottom: auto;
    transform: translateY(-50%);
  }

  .section1 .fix .center,
  .section1 .fix .center .wrap {
    height: auto;
  }

  .section1 .fix .center {
    position: static;
  }

  .section1 .fix {
    height: auto;
  }

  .section1 .fix .center .wrap {
    padding: 60px 0;
  }

  .section1 .fix .center .wrap .content {
    position: static;
    left: 5vw;
    width: 90vw;
    transform: none;
    margin: 0 auto;
  }

  .section1 .fix .center .wrap .content .commonButton,
  .section1 .fix .center .wrap .content .list,
  .section1 .fix .center .wrap .content .text,
  .section1 .fix .center .wrap .content .commonTitle {
    opacity: 1;
    transform: none;
  }

  .section1 .fix .center .commonTitle h3 {
    font-size: 24px;
  }

  .section1 .fix .center .wrap .content .text h4 {
    font-size: 18px;
    line-height: 1.6;
  }

  .section1 .fix .center .wrap .content .text p {
    font-size: 14px;
    line-height: 2;
  }

  .section1 .fix .center .wrap .bg.bg2,
  .section1 .fix .center .wrap .bg.bg1 {
    display: none;
  }

  .section1 .fix .center .wrap .content .list .item {
    width: 33%;
  }

  .section1 .fix .center .wrap .content .list .item .value {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .section1 .fix .center .wrap .content .list .item .key {
    font-size: 12px;
  }

  .section1 .fix .center .wrap .content .list .item:not(:last-child)::after {
    height: 40px;
  }

  .section1 .fix .center .wrap .content .text {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .section1 .fix .center .wrap .content .commonButton {
    font-size: 14px;
    margin-top: 30px;
  }

  .section1 .fix .center .wrap .content .list .item {
    padding-left: 0;
    padding-right: 0;
  }

  .section1 .fix .center .wrap .content .list .item {
    width: calc(50% - 10px);
    text-align: left;
  }

  .section1 .fix .center .wrap .content .list .item::after {
    display: none !important;
  }

  .section2 .cir {
    display: none;
  }

  .section2 .wrap {
    width: 90vw;
    margin: 0 auto;
    padding: 60px 0;
  }

  .section2 .wrap .bottom .swiper {
    width: 100%;
  }

  .section2 .wrap .top {
    width: 100%;
    margin-bottom: 30px;
  }

  .section2 .wrap .top .commonTitle {
    margin-bottom: 10px;
  }

  .section2 .wrap .top .text {
    font-size: 14px;
  }

  .section2 .wrap .top {
    flex-direction: column;
    align-items: start;
  }

  .section2 .wrap .top .left {
    margin-bottom: 20px;
  }

  .section3 .wrap .top .tab .prev,
  .section3 .wrap .top .tab .next,
  .section2 .wrap .top .right .tab .prev,
  .section2 .wrap .top .right .tab .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .section2 .wrap .top .right .tab .prev {
    margin-right: 10px;
  }

  .section3 .wrap .top .tab .prev span,
  .section3 .wrap .top .tab .next span,
  .section2 .wrap .top .right .tab .prev span,
  .section2 .wrap .top .right .tab .next span {
    font-size: 14px;
  }

  .section2 .wrap .bottom .swiper .item .content {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .section2 .wrap .bottom .swiper .item .content .icon {
    height: 24px;
    margin-bottom: 10px;
  }

  .section2 .wrap .bottom .swiper .item .content .title h4 {
    font-size: 16px;
  }

  .section2 .wrap .bottom .swiper .item .img::after {
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .2);
  }

  .section2 .wrap .bottom .swiper .item .img {
    border-radius: 10px;
  }

  .section3 .wrap {
    padding-left: 5vw;
    padding-bottom: 60px;
  }

  .section3 .wrap .top {
    width: 90vw;
    margin-bottom: 30px;
  }

  .section3 .wrap .bottom .swiper .item .content .title {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .section3 .wrap .bottom .swiper .item .content .title h4 {
    height: 52px;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
  }

  .section3 .wrap .bottom .swiper .item .content .text p {
    font-size: 14px;
    line-height: 2;
  }

  .section3 .wrap .bottom .swiper .item .content .text {
    margin-bottom: 20px;
  }

  .section3 .wrap .bottom .swiper .item .more .time {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .section3 .wrap .bottom .swiper .item .more .view {
    font-size: 14px;
  }

  .section3 .wrap .bottom .swiper .item .more .view .icon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .section3 .wrap .bottom .swiper .item {
    height: 100%;
    padding: 20px;
    border-radius: 10px
  }

  .section3 .wrap .bottom .swiper .item .more .view .icon span {
    font-size: 14px;
  }

  .section3 .wrap .top {
    flex-direction: column;
    align-items: start;
  }

  .section3 .wrap .top .tab {
    margin-top: 20px;
  }

  .section3 .wrap .bottom .button {
    width: 90vw;
  }

  .section3 .wrap .top .tab .prev {
    margin-right: 10px;
  }

  .section3 .wrap .bottom .swiper {
    width: 90vw;
    margin-right: 5vw;
    margin-bottom: 20px;
  }

  .section4 .wrap .merry .row:first-child {
    margin-bottom: 30px;
  }

  .section4 .wrap .merry .row .trem {
    gap: 50px;
    padding-right: 50px;
  }

  .section4 .wrap {
    padding-bottom: 60px;
  }

  .index_banner .item .text .logo {
    /* margin-left: 0; */
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {

  html[lang="en"] .index_banner .item .text .p1,
  html[lang="en"] .index_banner .item .text .p2 {
    /* font-size: 24px; */
    font-size: 18px;
  }

  .section2 .wrap .bottom .swiper,
  .section3 .wrap .bottom .swiper {
    overflow: unset;
  }

  .index_banner .item .text .p1 {
    font-size: 24px;
  }

  .index_banner .item .text .p2 {
    font-size: 24px;
  }

  .index_banner .page .list .lineBox {
    display: none;
  }

  .index_banner .page .list {
    grid-gap: 30px;
  }

  .index_banner .page .list .item {
    margin: 0;
    font-size: 16px;
  }

  .index_banner .item .img img {
    filter: brightness(.9);
  }

  .section1 .fix .center .wrap .content .list {
    flex-wrap: wrap;
    grid-gap: 20px;
  }

  .section1 .fix .center .wrap {
    padding: 50px 0;
  }

  .section4 .wrap {
    padding-bottom: 50px;
  }

  .section4 .wrap .merry .row .trem {
    max-height: 30px;
  }

  .section4 .wrap .merry .row .trem .item {
    height: 30px;
  }

}

@media screen and (max-width: 540px) {
  .index_banner .item .text .p1 {
    font-size: 20px;
  }

  .index_banner .item .text .p2 {
    font-size: 20px;
  }

  /* .index_banner .page{
    display: none;
  } */
  /* .index_banner .tab {
    left: 5vw;
  } */

}

@media screen and (max-width: 450px) {
  .index_banner .item .text .p1 {
    font-size: 17px;
  }

  .index_banner .item .text .p2 {
    font-size: 17px;
  }
}