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

.index_banner .wrap {
  height: 100%;
}

.index_banner .wrap .swiper {
  width: 100%;
  height: 100%;
}

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

.index_banner .wrap .swiper .img {
  width: 100%;
  height: 100%;
}

.index_banner .wrap .swiper .img img {
  transition: cubic-bezier(0.77, 0, 0.175, 1) 2s;
  width: 100%;
  height: 100%;
  object-position: bottom;
}

.index_banner .wrap .swiper .text {
  position: absolute;
  left: 50%;
  top: 35%;
  width: 90vw;
  text-align: center;
  transform: translate(-50%, -50%);
}

.index_banner .wrap .swiper .text .animate div {
  opacity: 0;
  transform: translateX(10px);
}

.index_banner .wrap .swiper .text h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.index_banner .wrap .swiper-pagination {
  bottom: 40px;
}

.index_banner .wrap .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  border-radius: 10px;
  transition: all 0.5s;
  margin: 0 13px;
  position: relative;
}

.index_banner .wrap .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  transition: all 0.6s;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.47);
}

.index_banner .wrap .swiper-pagination .swiper-pagination-bullet:hover::after {
  background-color: #1B7EE8;
}

.index_banner .wrap .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/static/images/logo2.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(30deg);
  transition: all 0.6s;
  border-radius: 50%;
}

.index_banner .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(0);
}

.index_banner .wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transform: translate(-50%, -50%);
}

body {
  background-color: #F7F7F7;
}

.sticky_box {
  position: relative;
}

.fix_box1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  transition: all .6s;
}

.fix_box1.hide {
  opacity: 0;
}

.fix_box1 .images-canvas {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section1 {
  position: relative;
  overflow: unset;

}

.section1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section1 .bg img {
  width: 100%;
  /* height: 100vh; */
  height: 100%;
  position: sticky;
  top: 0;
}

.section1 .wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  /* padding-top: 120px; */
  width: 1600px;
  margin: 0 auto;
  height: 100vh;
}

.section1 .wrap .flex {
  display: flex;
  /* align-items: center; */
  /* padding-bottom: 220px; */
}

.section1 .wrap .swiper-slide .left {
  padding-top: 20vh;
}

.section1 .wrap .swiper-slide:nth-child(1) .right {
  opacity: 0;
}

.section1 .wrap .swiper-slide-active .left .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s;
}

.section1 .wrap .swiper-slide-active .left .main .common_more,
.section1 .wrap .swiper-slide-active .left .main .content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .6s;
}

.section1 .wrap .swiper-slide-active .left .main .content {
  transition-delay: 0.1s;
}

.section1 .wrap .swiper-slide-active .left .main .common_more {
  transition-delay: 0.2s;
}

.section1 .wrap .swiper-slide-active .right {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}

/* .section1 .wrap .swiper-slide:nth-child(5) .right{
  width: 600px;
  margin-left: 0;
  padding-top: 370px;
} */
.section1 .wrap .left {
  width: 400px;
}

/* .section1 .wrap .left .title {
  opacity: 0;
  transition: all 0.6s;
  transform: translateY(30px);
} */
.section1 .wrap .left .title h3 {
  color: #1D7DE8;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1;
}

.section1 .wrap .left .main .content {
  display: flex;
  margin-top: 30px;
  /* opacity: 0;
  transition: all 0.6s;
  transform: translateY(30px); */
}

.section1 .wrap .left .main .content .icon {
  width: 18px;
  margin-right: 10px;
}

.section1 .wrap .left .main .content .text {
  color: #707070;
  font-size: 18px;
  line-height: 26px;
  flex: 1;
}

.section1 .wrap .left .main .common_more {
  /* opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s; */
  margin-top: 60px;
}

.section1 .right {
  /* padding-top: 250px; */
  padding-top: 20vh;
  margin-left: 50px;
  /* opacity: 0; */
  /* width: 500px; */
  width: 700px;
  /* transform: translateY(30px);
  transition: all 0.8s; */
}

.section1 .tab {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  /* grid-gap: 70px 0; */
  top: 250px;
  opacity: 0;
  z-index: 2;
  transform: translateY(30px);
  transition: all 0.6s;
}

/* .section1 .tab.active {
  opacity: 1;
  transform: translateY(0);
} */
.section1 .tab::after {
  content: "";
  display: block;
  top: 0;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 6px;
  background-color: #E9E9E9;
}

.section1 .tab .item {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.section1 .tab .item:nth-child(n+4) {
  margin-bottom: 20px;
}

.section1 .tab .item::after {
  width: 14px;
  height: 14px;
  content: "";
  background-color: #FFDCB2;
  display: block;
  border-radius: 50%;
  transition: all 0.6s;
}

.section1 .tab .item:hover::after,
.section1 .tab .item.active::after {
  background-color: #FC971F;
}

.section1 .tab .item:hover p,
.section1 .tab .item.active p {
  color: #1B7EE8;
}

.section1 .tab .item .text {
  position: absolute;
  right: 45px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #111;
  width: 350px;
  transition: all 0.6s;
  text-transform: uppercase;
  text-align: right;
}

.section1 .wrap .position {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}

.section1 .wrap .position .title {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.section1 .wrap .grid {
  display: grid;
  width: 1000px;
  gap: 20px;

  grid-template-columns: repeat(4, 1fr);
}

.section1 .wrap .grid .item {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px 20px;
  color: #333;
  text-align: center;
  transition: all .6s;
  display: flex;
  align-items: center;
}

.section1 .wrap .grid .item:hover {
  border-color: #1B7EE8;
  background-color: #1B7EE8;
  color: #fff;
}

.section2 {
  position: relative;
  overflow: unset;
}

.section2::after {
  height: 550px;
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  background: linear-gradient(to top, rgba(247, 247, 247, 0) 0%, rgba(253, 152, 31, 0.12) 29%, rgba(101, 134, 166, 0.2) 78%, rgba(27, 126, 232, 0.3) 100%);
}

.section2 .bg {
  position: absolute;
  left: 0;
  top: 0;
}

.section2 .wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  height: calc(100vh + 3500px);
}

.section2 .wrap .flx {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: calc(50vw - 860px);
  position: sticky;
  top: 0;
}

.section2 .wrap .flx .left {
  width: 930px;
}

.section2 .wrap .flx .left .title h3 {
  color: #111111;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
}

.section2 .wrap .flx .left .title h3 span {
  color: #1B7EE8;
}

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

.section2 .wrap .flx .left .main p {
  color: #707070;
  font-size: 20px;
  line-height: 36px;
}

.section2 .wrap .flx .right {
  width: 720px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.section2 .wrap .flx .right .img {
  position: relative;
  height: 100%;
  left: calc(1720px / 2 - 720px / 2);
}

.section2 .wrap .flx .right img,
.section2 .wrap .flx .right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section3 {
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(253, 152, 31, 0.06) 29%, rgba(101, 134, 166, 0.2) 78%, rgba(27, 126, 232, 0.3) 100%);
}

.section3 .wrap {
  padding-top: 84px;
  padding-bottom: 120px;
  width: 1600px;
  margin: 0 auto;
}

.section3 .wrap .list {
  justify-content: space-between;
  display: flex;
  grid-gap: 0 40px;
}

.section3 .wrap .list .item {
  /* text-align: center; */
  /* flex: 1; */
  display: flex;
  /* align-items: end; */
  justify-content: space-between;
  width: 310px;
}

.section3 .wrap .list .item .value {
  color: #1B7EE8;
  font-size: 60px;
  line-height: 1;
  margin-right: 30px;
}

.section3 .wrap .list .item .key {
  color: #666666;
  font-size: 18px;
  /* margin-top: 10px; */
  display: flex;
  flex-direction: column;
  /* align-items: end; */
  /* flex: 1; */
  min-width: 150px;
}

.section3 .wrap .list .item .key .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

.section3 .wrap .common_more {
  margin: 60px auto 0;
}

.section4 {
  background-color: #FAFAFA;
}

.section4 .wrap {
  padding-top: 80px;
  padding-bottom: 90px;
}

.section4 .wrap .title {
  text-align: center;
}

.section4 .wrap .title h3 {
  color: #1B7EE8;
  font-size: 60px;
  text-transform: uppercase;
}

.section4 .wrap .content {
  color: #666666;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.section4 .wrap .main {
  overflow: hidden;
  position: relative;
}

.section4 .wrap .main .swiper {
  width: 3486px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.section4 .wrap .main .swiper-slide-active .text {
  opacity: 1;
  transform: translateY(0);
}

.section4 .wrap .main .img {
  overflow: hidden;
}

.section4 .wrap .main .img:hover img {
  transform: scale(1.1);
}

.section4 .wrap .main .img img {
  transition: all 2s;
}

.section4 .wrap .main .text {
  text-align: center;
  margin-top: 30px;
  color: #111;
  font-size: 20px;
  transition: all 1s;
  opacity: 0;
  transform: translateY(20px);
}

.section4 .wrap .main .tab {
  width: 120px;
  margin: 30px auto 0;
  /* position: absolute; */
  justify-content: space-between;
  display: flex;
  /* top: 50%; */
  /* left: 50%; */
  z-index: 3;
  pointer-events: none;
  /* transform: translate(-50%, -50%); */
}

.section4 .wrap .main .tab .prev {
  transform: rotate(180deg);
}

.section4 .wrap .main .tab .prev,
.section4 .wrap .main .tab .next {
  pointer-events: all;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: all 0.6s;
}

.section4 .wrap .main .tab .prev:hover,
.section4 .wrap .main .tab .next:hover {
  background-color: #1B7EE8;
}

.section4 .wrap .main .tab .prev span,
.section4 .wrap .main .tab .next span {
  color: #fff;
  font-size: 28px;
}

.section5 {
  position: relative;
  z-index: 2;
}

.section5 .wrap {
  width: 1600px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 100px;
}

.section5 .wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}

.section5 .wrap .top .title h3 {
  color: #111;
  font-size: 60px;
}

.section5 .wrap .bottom {
  position: relative;
}

.section5 .wrap .bottom .item {
  padding: 20px 20px 60px;
  display: block;
  background-color: #fff;
}

.section5 .wrap .bottom .item:hover .img img {
  transform: scale(1.1);
}

.section5 .wrap .bottom .item:hover .text h4 {
  color: #1B7EE8;
}

.section5 .wrap .bottom .item:hover .more {
  color: #1B7EE8;
}

.section5 .wrap .bottom .item:hover .more .icon {
  /* filter: none; */
  transform: translateX(10px);
}

.section5 .wrap .bottom .item .img {
  overflow: hidden;
  margin-bottom: 30px;
}

.section5 .wrap .bottom .item .img img {
  transition: all 1s;
  width: 100%;
  height: 100%;
}

.section5 .wrap .bottom .item .time {
  color: #666;
  margin-bottom: 10px;
  font-size: 14px;
}

.section5 .wrap .bottom .item .text h4 {
  color: #111;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  transition: all 0.6s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section5 .wrap .bottom .item .text p {
  color: #707070;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section5 .wrap .bottom .item .more {
  margin-top: 60px;
  display: flex;
  align-items: center;
  color: #1B7EE8;
  font-size: 18px;
  transition: all 0.6s;
}

.section5 .wrap .bottom .item .more .icon {
  transition: all 0.6s;
  width: 24px;
  margin-left: 12px;
  /* filter: brightness(0); */
}

.section5 .wrap .bottom .tab {
  width: 1740px;
  position: absolute;
  justify-content: space-between;
  display: flex;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.section5 .wrap .bottom .tab .prev {
  transform: rotate(180deg);
}

.section5 .wrap .bottom .tab .prev,
.section5 .wrap .bottom .tab .next {
  pointer-events: all;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: all 0.6s;
}

.section5 .wrap .bottom .tab .prev:hover,
.section5 .wrap .bottom .tab .next:hover {
  background-color: #1B7EE8;
}

.section5 .wrap .bottom .tab .prev span,
.section5 .wrap .bottom .tab .next span {
  color: #fff;
  font-size: 28px;
}

.section5 .wrap .bottom .page .swiper-pagination {
  position: static;
  margin-top: 60px;
}

.section5 .wrap .bottom .page .swiper-pagination .swiper-pagination-bullet {
  background-color: #C4CCD5;
  opacity: 1;
  border-radius: 10px;
  transition: all 0.5s;
  width: 26px;
  margin: 0 5px;
}

.section5 .wrap .bottom .page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1B7EE8;
  width: 50px;
}

.section5 .wrap .bottom .item .img {
  height: 280px;
}

.section6 {
  background-color: #F7F7F7;
  position: relative;
  overflow: unset;
}

.section6::after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(253, 152, 31, 0.06) 29%, rgba(101, 134, 166, 0.2) 78%, rgba(27, 126, 232, 0.3) 100%);
  width: 100vw;
  height: 782px;
  position: absolute;
  bottom: 0;
}

.section6 .wrap {
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}

.section6 .wrap .title {
  margin-bottom: 50px;
}

.section6 .wrap .title h3 {
  color: #111;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.section6 .wrap .main {
  display: flex;
  justify-content: center;
  grid-gap: 30px;
}

.section6 .wrap .main .item {
  width: 380px;
  height: 60px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.section6 .wrap .main .item input {
  border: none;
  height: 100%;
  font-size: 18px;
}

.section6 .wrap .main .item input::placeholder {
  color: #999;
  font-size: 18px;
}

.section6 .wrap .common_more {
  margin: 60px auto;
}

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

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

/* .section1 .tab .trem {
  margin-bottom: 30px;
} */

.section1 .tab .tit {
  color: #111;
  font-size: 24px;
  text-align: right;
  display: block;
  margin-bottom: 10px;
  padding-right: 44px;
  transition: all .6s;
}

.section1 .tab .item:hover,
.section1 .tab .tit:hover {
  color: #1B7EE8;
}

.section1 .tab .item {
  color: #111111;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all .6s;
}

.section1 .tab .item p {
  margin-right: 30px;
}

.section1 .wrap .PE {
  display: none;
}

.index_banner .wrap .swiper .PE {
  display: none;
}

html[lang="zh-CN"] .section3 .wrap .list .item .value {
  display: flex;
  align-items: end;
}

html[lang="zh-CN"] .section3 .wrap .list .item .value::after {
  content: "项";
}

/* html[lang="en"] .section3 .wrap .list .item .value::after{
  content: "items";
}
html[lang="en"] .section3 .wrap .list .item .key{
  width: 130px;
  min-width: 130px;
} */
.section3 .wrap .list .item .value::after {
  font-size: 18px;
  margin-left: 10px;
  transform: translateY(-5px);
}

html[lang="zh-CN"] .section1 .wrap .left .title h3 {
  font-size: 60px;
}


@media screen and (max-width: 1919px) {
  .index_banner .wrap .swiper .text .animate div {
    transform: translateX(0.5208333333vw);
  }

  .index_banner .wrap .swiper .text h3 {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
  }

  .index_banner .wrap .swiper-pagination {
    bottom: 2.0833333333vw;
  }

  .index_banner .wrap .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0.5208333333vw;
    margin: 0px 0.6770833333vw;
  }

  .index_banner .wrap .swiper-pagination .swiper-pagination-bullet::after {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }

  .index_banner .wrap .swiper-pagination .swiper-pagination-bullet::before {
    width: 0.9375vw;
    height: 0.9375vw;
  }

  .section1 .wrap {
    width: 83.3333333333vw;
  }

  .section1 .wrap .left {
    width: 20.8333333333vw;
  }

  .section1 .wrap .left .title h3 {
    font-size: 4.1666666667vw;
  }

  .section1 .wrap .left .main .content {
    margin-top: 1.5625vw;
  }

  .section1 .wrap .left .main .content .icon {
    width: 0.9375vw;
    margin-right: 0.5208333333vw;
  }

  .section1 .wrap .left .main .content .text {
    font-size: 0.9375vw;
    line-height: 1.3541666667vw;
  }

  .section1 .wrap .left .main .common_more {
    margin-top: 3.125vw;
  }

  .section1 .right {
    margin-left: 2.6041666667vw;
    width: 36.4583333333vw;
  }

  .section1 .tab {
    top: 13.0208333333vw;
    transform: translateY(1.5625vw);
  }

  .section1 .tab::after {
    right: 0.3125vw;
  }

  .section1 .tab .item:nth-child(n+4) {
    margin-bottom: 1.0416666667vw;
  }

  .section1 .tab .item::after {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }

  .section1 .tab .item .text {
    right: 2.34375vw;
    font-size: 1.25vw;
    line-height: 1.25vw;
    width: 18.2291666667vw;
  }

  .section2::after {
    height: 28.6458333333vw;
  }

  .section2 .wrap {
    height: calc(182.2916666667vw + 100vh);
  }

  .section2 .wrap .flx {
    padding-left: calc(-44.7916666667vw + 50vw);
  }

  .section2 .wrap .flx .left {
    width: 48.4375vw;
  }

  .section2 .wrap .flx .left .title h3 {
    font-size: 3.125vw;
    line-height: 3.6458333333vw;
  }

  .section2 .wrap .flx .left .main {
    margin-top: 1.0416666667vw;
  }

  .section2 .wrap .flx .left .main p {
    font-size: 1.0416666667vw;
    line-height: 1.875vw;
  }

  .section2 .wrap .flx .right {
    width: 37.5vw;
  }

  .section2 .wrap .flx .right .img {
    left: calc(26.0416666667vw);
  }

  .section3 .wrap {
    padding-top: 4.375vw;
    padding-bottom: 6.25vw;
    width: 83.3333333333vw;
  }

  .section3 .wrap .list {
    gap: 0px 2.0833333333vw;
  }

  .section3 .wrap .list .item {
    width: 16.1458333333vw;
  }

  .section3 .wrap .list .item .value {
    font-size: 3.125vw;
    margin-right: 1.5625vw;
  }

  .section3 .wrap .list .item .key {
    font-size: 0.9375vw;
    /* width: 8.85416666vw; */
    min-width: 7.8125vw;
  }

  .section3 .wrap .list .item .key .icon {
    width: 1.25vw;
    height: 1.25vw;
    margin-bottom: 0.5208333333vw;
  }

  .section3 .wrap .common_more {
    margin: 3.125vw auto 0px;
  }

  .section4 .wrap {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.6875vw;
  }

  .section4 .wrap .title h3 {
    font-size: 3.125vw;
  }

  .section4 .wrap .content {
    font-size: 0.9375vw;
    margin-top: 0.5208333333vw;
    margin-bottom: 1.5625vw;
  }

  .section4 .wrap .main .swiper {
    width: 181.5625vw;
  }

  .section4 .wrap .main .text {
    margin-top: 1.5625vw;
    font-size: 1.0416666667vw;
    transform: translateY(1.0416666667vw);
  }

  .section4 .wrap .main .tab {
    width: 6.25vw;
    margin: 1.5625vw auto 0px;
  }

  .section4 .wrap .main .tab .prev,
  .section4 .wrap .main .tab .next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }

  .section4 .wrap .main .tab .prev span,
  .section4 .wrap .main .tab .next span {
    font-size: 1.4583333333vw;
  }

  .section5 .wrap {
    width: 83.3333333333vw;
    padding-top: 5.7291666667vw;
    padding-bottom: 5.2083333333vw;
  }

  .section5 .wrap .top {
    margin-bottom: 2.2916666667vw;
  }

  .section5 .wrap .top .title h3 {
    font-size: 3.125vw;
  }

  .section5 .wrap .bottom .item {
    padding: 1.0416666667vw 1.0416666667vw 3.125vw;
  }

  .section5 .wrap .bottom .item:hover .more .icon {
    transform: translateX(0.5208333333vw);
  }

  .section5 .wrap .bottom .item .img {
    margin-bottom: 1.5625vw;
  }

  .section5 .wrap .bottom .item .time {
    margin-bottom: 0.5208333333vw;
    font-size: 0.7291666667vw;
  }

  .section5 .wrap .bottom .item .text h4 {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    height: 3.125vw;
  }

  .section5 .wrap .bottom .item .text p {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    margin-top: 1.0416666667vw;
  }

  .section5 .wrap .bottom .item .more {
    margin-top: 3.125vw;
    font-size: 0.9375vw;
  }

  .section5 .wrap .bottom .item .more .icon {
    width: 1.25vw;
    margin-left: 0.625vw;
  }

  .section5 .wrap .bottom .tab {
    width: 90.625vw;
  }

  .section5 .wrap .bottom .tab .prev,
  .section5 .wrap .bottom .tab .next {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }

  .section5 .wrap .bottom .tab .prev span,
  .section5 .wrap .bottom .tab .next span {
    font-size: 1.4583333333vw;
  }

  .section5 .wrap .bottom .page .swiper-pagination {
    margin-top: 3.125vw;
  }

  .section5 .wrap .bottom .page .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0.5208333333vw;
    width: 1.3541666667vw;
    margin: 0px 0.2604166667vw;
  }

  .section5 .wrap .bottom .page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.6041666667vw;
  }

  .section5 .wrap .bottom .item .img {
    height: 14.5833333333vw;
  }

  .section6::after {
    height: 40.7291666667vw;
  }

  .section6 .wrap {
    padding-bottom: 4.6875vw;
  }

  .section6 .wrap .title {
    margin-bottom: 2.6041666667vw;
  }

  .section6 .wrap .title h3 {
    font-size: 2.0833333333vw;
  }

  .section6 .wrap .main {
    gap: 1.5625vw;
  }

  .section6 .wrap .main .item {
    width: 19.7916666667vw;
    height: 3.125vw;
    border-radius: 1.5625vw;
    padding-left: 1.5625vw;
  }

  .section6 .wrap .main .item input {
    font-size: 0.9375vw;
  }

  .section6 .wrap .main .item input::placeholder {
    font-size: 0.9375vw;
  }

  .section6 .wrap .common_more {
    margin: 3.125vw auto;
  }

  .section1 .tab .tit {
    font-size: 1.25vw;
    margin-bottom: 0.5208333333vw;
    padding-right: 2.2916666667vw;
  }

  .section1 .tab .item {
    font-size: 0.9375vw;
    margin-bottom: 0.5208333333vw;
  }

  .section1 .tab .item p {
    margin-right: 1.5625vw;
  }

  .section5 .wrap .bottom .page .swiper-pagination .swiper-pagination-bullet {
    height: 0.41666666vw;
  }

  .section3 .wrap .list .item .value::after {
    font-size: 0.9375vw;
    margin-left: 0.520833vw;
    transform: translateY(-0.260416666vw);
  }

  /* html[lang="en"] .section3 .wrap .list .item .key{
    width: 6.7708333vw;
     min-width: 6.7708333vw;
  } */
  html[lang="zh-CN"] .section1 .wrap .left .title h3 {
    font-size: 3.125vw;
  }

  .section1 .wrap .position {
    bottom: 3.125vw;
  }

  .section1 .wrap .position .title {
    font-size: 1.25vw;
    margin-bottom: 1.0416666667vw;
  }

  .section1 .wrap .grid {
    width: 52.0833333333vw;
    gap: 1.0416666667vw;
  }

  .section1 .wrap .grid .item {
    border-radius: 1.0416666667vw;
    padding: 0.5208333333vw 1.0416666667vw;
  }

}

@media screen and (max-width: 1024px) {
  .index_banner .wrap .swiper .text{
    opacity: 0;
    transform: translate(-50%,20px);
    transition: all 1s;
  }
  .index_banner .wrap .swiper .swiper-slide-active .text{
    opacity: 1;
    transform: translate(-50%,0);
  }
  .fix_box1 {
    display: none;
  }

  .index_banner .wrap .swiper .text h3 {
    font-size: 28px;
    line-height: 1.6;
  }

  .index_banner .wrap .swiper .text {
    top: 36%;
  }

  .section1 .wrap .swiper-slide:nth-child(1) .right {
    opacity: 1;
  }

  .section1 .wrap {
    height: auto;
  }

  .section1 .wrap .swiper-slide .left {
    padding-top: 0;
  }

  .section1 .wrap .flex {
    flex-direction: column;
  }

  .section1 .right {
    padding-top: 0;
    margin-left: 0;
  }

  .section1 .wrap {
    width: 90vw;
    padding: 60px 0;
  }

  html[lang="en"] .section1 .wrap .left .title h3,
  .section1 .wrap .left .title h3 {
    font-size: 28px;
  }

  .section1 .wrap .left .main .content .text {
    font-size: 14px;
    line-height: 2;
  }

  .section1 .wrap .left .main .content .icon {
    width: 20px;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }

  .section1 .tab {
    /* opacity: 1;
    transform: translateY(0); */
    display: none;
  }

  /* .section1 .right{
    display: none;
  } */
  .section1 .wrap .PC {
    display: none;
  }

  .section1 .wrap .left {
    width: 100%;
    margin-bottom: 40px;
  }

  .section1 .wrap .PE {
    display: block;
  }

  .section1 .wrap .PE .trem {
    padding: 20px;
    display: block;
    background-color: #fff;
    border-radius: 20px;
  }

  .section1 .wrap .PE .trem .text {
    color: #111;
    font-size: 18px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-weight: 700;
  }

  .section1 .wrap .PE .trem .common_more {
    margin: 20px auto 0;
  }

  .section1 .wrap .PE .pn {
    display: flex;
    width: 120px;
    justify-content: space-between;
    margin: 30px auto 0;

  }

  .section1 .wrap .PE .pn .prev,
  .section1 .wrap .PE .pn .next {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: all 0.6s;
  }

  .section1 .wrap .PE .pn .prev span,
  .section1 .wrap .PE .pn .next span {
    color: #fff;
  }

  .section1 .wrap .PE .pn .prev:hover,
  .section1 .wrap .PE .pn .next:hover {
    background-color: #1B7EE8;
  }

  .section1 .wrap .PE .prev {
    transform: rotate(180deg);
  }

  .section2 .wrap,
  .section2 .wrap .flx {
    height: auto;
  }

  .section2 .wrap {
    padding: 60px 0;
  }

  .section2 .wrap .flx .left .title h3 {
    font-size: 28px;
    line-height: 1;
  }

  .section2 .wrap .flx .left .main p {
    font-size: 14px;
    line-height: 2;
  }

  .section2 .wrap .flx {
    flex-direction: column;
    padding-left: 0;
  }

  .section2 .wrap .flx .right {
    position: static;
  }

  .section2 .wrap .flx .left {
    width: 90vw;
  }

  .section2 .wrap .flx .right .img {
    left: 0;
  }

  .section2 .wrap .flx .right {
    width: 90vw;
    transform: translateX(0);
  }

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

  .section3 .wrap {
    padding-top: 0;
    padding-bottom: 60px;
    width: 90vw;
  }

  .section3 .wrap .list .item .key {
    font-size: 14px;
  }

  .section3 .wrap .list .item .key .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }

  .section3 .wrap .list {
    grid-gap: 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section3 .wrap .list .item {
    width: 49%;
    align-items: center;
    justify-content: start;
  }

  .section3 .wrap .list .item .value {
    font-size: 32px;
    margin-right: 20px;
    width: 70px;
  }

  html[lang="en"] .section3 .wrap .list .item .value {
    width: 90px;
  }

  .section3 .wrap .common_more {
    margin-top: 40px;
  }

  .section2 .wrap {
    padding: 50px 0;
  }

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

  .section3 .wrap .list .item .key {
    flex: 1;
  }

  .section4 .wrap {
    padding: 60px 0;
  }

  .section4 .wrap .title h3 {
    font-size: 28px;
  }

  .section4 .wrap .content {
    font-size: 14px;
    margin: 10px auto 20px;
  }

  .section4 .wrap .main .text {
    margin-top: 10px;
    font-size: 14px;
  }

  .section4 .wrap .main .tab {
    width: 120px;
    margin-top: 40px;
  }

  .section4 .wrap .main .tab .prev,
  .section4 .wrap .main .tab .next {
    width: 40px;
    height: 40px;
  }

  .section4 .wrap .main .tab .prev span,
  .section4 .wrap .main .tab .next span {
    font-size: 20px;
  }

  .section5 .wrap {
    width: 90vw;
    padding: 60px 0;
  }

  .section5 .wrap .top .title h3 {
    font-size: 28px;
  }

  .section5 .wrap .top {
    margin-bottom: 40px;
  }

  .section5 .wrap .bottom .tab {
    position: static;
    width: 120px;
    transform: none;
    margin: 40px auto 0;
  }

  .section5 .wrap .bottom .tab .prev,
  .section5 .wrap .bottom .tab .next {
    width: 40px;
    height: 40px;
  }

  .section5 .wrap .bottom .tab .prev span,
  .section5 .wrap .bottom .tab .next span {
    font-size: 20px;
  }

  .section5 .wrap .bottom .item {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .section5 .wrap .bottom .item .time {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .section5 .wrap .bottom .item .text h4 {
    font-size: 18px;
    line-height: 1.5;
    height: 54px;
  }

  .section5 .wrap .bottom .item .text p {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }

  .section5 .wrap .bottom .item .img {
    height: 21.583333vw;
  }

  .section5 .wrap .bottom .item .more {
    margin-top: 10px;
    font-size: 14px;
  }

  .section5 .wrap .bottom .item .more .icon {
    width: 20px;
    margin-left: 10px;
  }

  .section5 .wrap .bottom .page .swiper-pagination {
    margin-top: 30px;
  }

  .section5 .wrap .bottom .page .swiper-pagination .swiper-pagination-bullet {
    height: 6px;
    width: 18px;
    margin: 0 5px;
    border-radius: 3px;
  }

  .section5 .wrap .bottom .page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }

  .section6 .wrap .title {
    width: 90vw;
    margin: 0 auto;
  }

  .section6 .wrap .title h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  .section6 .wrap .main {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
  }

  .section6 .wrap .main .item {
    width: 49%;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
  }

  .section6 .wrap .main .item input::placeholder {
    font-size: 14px;
  }

  .section6 .wrap .main .item input {
    width: 100%;
    font-size: 14px;
  }

  .section6 .wrap .common_more {
    margin: 40px auto 0;
  }

  .section6 .wrap .title {
    margin-bottom: 40px;
  }

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

  .section6 .wrap .main {
    gap: 20px 0;
  }

  .section4 .wrap .content,
  .section4 .wrap .title {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section5 .wrap .bottom .item .img {
    margin-bottom: 10px;
  }

  .section5 .wrap .top {
    margin-bottom: 30px;
  }

  .index_banner .wrap .swiper .PE {
    display: block;
    position: absolute;
    left: 50vw;
    transform: translateX(-50%);
    top: 15vh;
    width: 100vw;
    height: 80vh;
  }

  .index_banner .wrap .swiper .PE img {
    height: 100%;
  }

  .section3 .wrap .list .item .value::after {
    font-size: 12px;
    margin-left: 5px;
    transform: translateY(-5px);
  }

  html[lang="en"] .section3 .wrap .list .item .key {
    width: 50vw;
  }

  .section1 .wrap .position {
    position: static;
    transform: none;
    margin-top: 40px;
  }

  .section1 .wrap .grid {
    width: 100%;
    gap: 15px;
  }

  .section1 .wrap .position .title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .section1 .wrap .grid .item {
    border-radius: 10px;
    padding: 10px 15px;
    justify-content: center
  }

  .section1 .wrap .grid {

    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .section1 .wrap .left .title h3 {
    font-size: 24px;
  }

  .section2 .wrap .flx {
    padding-left: 0;
  }

  html[lang="zh-CN"] .section1 .wrap .left .title h3,
  .index_banner .wrap .swiper .text h3 {
    font-size: 24px;
  }

  .section3 .wrap .list .item {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }

  .section3 .wrap .list .item .key {
    width: 50vw;
    flex: none;
    text-align: right;
    align-items: end;
  }

  .section4 .wrap .main .swiper {
    width: 90vw;
    overflow: unset;
  }

  .section4 .wrap .main {
    overflow: hidden;
  }

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

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

  .section6 .wrap .main {
    flex-direction: column;
  }

  .section6 .wrap .main .item {
    width: 100%;
  }

  .section5 .wrap .bottom .item .img {
    height: 41.583333vw;
  }

  .section6 .wrap .title h3 {
    font-size: 20px;
  }

  .section6 .wrap .main {
    gap: 15px 0;
  }

  .section5 .wrap .bottom .tab {
    margin-top: 30px;
  }

  .section5 .wrap .bottom .page .swiper-pagination {
    margin-top: 20px;
  }

  .section4 .wrap {
    padding: 50px 0;
  }

  .section5 .wrap .bottom .swiper {
    overflow: unset;
  }

  .section5 {
    overflow: hidden;
  }

  .section6 .wrap .title {
    margin-bottom: 30px;
  }

  .index_banner .wrap .swiper .PE {
    left: 70vw;
    height: 70vh;
    top: 20vh;
  }

  html[lang="en"] .section1 .wrap .list .item .key {
    width: 50vw;
  }

  .section1 .wrap .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}