img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.item_hover {
  overflow: hidden;
}

.item_hover:hover img {
  transform: scale(1.05);
}

.item_hover img {
  width: 100%;
  height: 100%;
  transition: 0.6s ease;
}

.home {
  background: #000;
}

.index1 .zuo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 52.0833333333vw;
  max-height: 100%;
  z-index: 6;
}

.index1 .zuo .swiper-container {
  height: 100%;
}

.index1 .zuo .swiper-slide {
  width: 25.78125vw;
  opacity: 0;
  height: -moz-max-content;
  height: max-content;
}

.index1 .zuo .swiper-slide-active {
  transform: translate(40%, 0);
  opacity: 1;
  transition: transform ease 1s;
}

.index1 .zuo .swiper-slide[data-name=slidePrev-1] {
  transform: translate(-40%, 0);
  opacity: 1;
  transition: transform ease 1s;
}

.index1 .zuo .swiper-slide[data-name=slidePrev-2] {
  transform: translate(-40%, 10.4166666667vw);
  opacity: 1;
}

.index1 .zuo .swiper-slide[data-name=slideNext-1] {
  transform: translate(0%, 28.6458333333vw);
  opacity: 1;
  transition: transform ease 1s;
}

.index1 .zuo .swiper-slide[data-name=slideNext-2] {
  transform: translate(-200%, 57.2916666667vw);
  opacity: 1;
}

.index1 {
  height: calc(100vh + 4100px);
  position: relative;
  z-index: 2;
}

.index1 .fix {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* overflow: hidden; */
}

.index1 .fix .first {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 0 0 5.2083333333vw;
}

.index1 .fix .first.noClick .content .matter {
  pointer-events: none;
}

.index1 .fix .first.noClick .content .matter.on {
  pointer-events: none;
}

.index1 .fix .first .position {
  cursor: pointer;
}

.index1 .fix .first .position .img {
  max-width: 20vw;
  margin: 0 0 2.0833333333vw;
}

.index1 .fix .first .position .img img {
  transition: all 600ms;
}

.index1 .fix .first .position .text {
  width: 25.78125vw;
}

.index1 .fix .first .position .text .p1 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 0.625vw;
  opacity: 0.6;
  transition: all 600ms;
}

.index1 .fix .first .position .text .p2 {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.index1 .fix .first .position:hover .img img,
.index1 .fix .first .position.on .img img {
  transform: scale(1.05);
}

.index1 .fix .first .position:hover .text .p1,
.index1 .fix .first .position.on .text .p1 {
  opacity: 1;
}

.index1 .fix .first .content {
  /* margin: 15.2604166667vw 0 0 38.8541666667vw; */
  margin: 15.2604166667vw 0 0 46vw;
  width: 52vw;
  position: relative;
  z-index: 10;
}

.index1 .fix .first .content .matter {
  width: 100%;
  pointer-events: none;
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.6s 0.3s;
}

.index1 .fix .first .content .matter.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.index1 .fix .first .content .matter:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.index1 .fix .first .content .proSwiper {
  width: 100%;
}

.index1 .fix .first .content .proSwiper .swiper-slide {
  opacity: 0.6;
  transition: all 600ms;
}

.index1 .fix .first .content .proSwiper .swiper-slide .item {
  width: 100%;
}

.index1 .fix .first .content .proSwiper .swiper-slide .item .img {
  width: 100%;
  height: 10.4166666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.index1 .fix .first .content .proSwiper .swiper-slide .item .img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.index1 .fix .first .content .proSwiper .swiper-slide .item .img .bor-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.6666666667vw;
  opacity: 0;
  transition: all 600ms;
  transform: translate(-10px, 10px);
}

.index1 .fix .first .content .proSwiper .swiper-slide .item .img .bor-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.6666666667vw;
  opacity: 0;
  transition: all 600ms;
  transform: translate(10px, -10px);
}

.index1 .fix .first .content .proSwiper .swiper-slide .item .text {
  margin: 1.5625vw 0.8333333333vw 0 0.8333333333vw;
}

.index1 .fix .first .content .proSwiper .swiper-slide .item .text .p1 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 0.78125vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.index1 .fix .first .content .proSwiper .swiper-slide .item .text .p2 {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3541666667vw;
  /* 200% */
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index1 .fix .first .content .proSwiper .swiper-slide:hover {
  opacity: 1;
}

.index1 .fix .first .content .proSwiper .swiper-slide:hover .item .img .bor-bottom,
.index1 .fix .first .content .proSwiper .swiper-slide:hover .item .img .bor-top {
  opacity: 1;
  transform: translate(0);
}

.index1 .fix .dd {
  position: absolute;
  width: 38.9583333333vw;
  height: 25.9895833333vw;
  bottom: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  transition: 0.6s ease;
}

.index1 .fix .dd.on {
  opacity: 1;
}

.index1 .fix .dd img {
  width: 100%;
  height: 100%;
}

.index1 .fix .earth {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.index1 .fix .earth .diqiu {
  position: absolute;
  bottom: -12.1875vw;
  left: -17.8645833333vw;
  z-index: -1;
  width: 50.78125vw;
}

.index1 .fix .earth .circle1 {
  position: absolute;
  width: 31.5625vw;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.index1 .fix .earth .circle2 {
  position: absolute;
  bottom: 0;
  width: 37.4479166667vw;
  left: 0;
  z-index: 2;
}

.index1 .fix .earth .circle3 {
  width: 43.125vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.index1 .fix .section3 {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s ease;
}

.index1 .fix .section3.on {
  opacity: 1;
  pointer-events: visible;
}

.index3 {
  padding: 6.25vw 8.3333333333vw;
  position: relative;
  z-index: 1;
}

.index3 .title {
  text-align: center;
  margin: 0 0 4.1666666667vw;
}

.index3 .title .p1 {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 1.0416666667vw;
}

.index3 .title .p2 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
}

.index3 .text {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 3.3333333333vw;
  /* 200% */
  margin: 0 0 3.9583333333vw;
}

.index3 .figure {
  display: flex;
  justify-content: space-between;
  margin: 6.25vw 0 0 0;
}

.index3 .figure .item:hover .pick {
  color: #fff;
}

.index3 .figure .item>span {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 1.0416666667vw;
  display: block;
}

.index3 .figure .item .pick {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.6s ease;
  text-align: center;
}

.common_more {
  width: 9.2708333333vw;
  height: 3.125vw;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4166666667vw;
  margin: auto;
}

.common_more:hover p {
  color: #fff;
}

.common_more p {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  font-weight: 400;
  transition: 0.6s ease;
}

.common_more img {
  width: 0.5208333333vw;
  height: 0.3645833333vw;
}

.common_more.white {
  background: #fff;
}

.common_more.white:hover p {
  color: #000;
}

.common_more.white p {
  color: rgba(0, 0, 0, 0.6);
}

.common_more.white img {
  filter: invert(1);
}

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

.index4 {
  padding: 6.25vw 0;
  overflow: hidden;
}

.index4 .top .matter:not(:last-child) {
  margin: 0 0 1.25vw;
}

.index4 .top .matter:nth-child(2n) .go {
  animation-direction: reverse;
}

.index4 .top .matter .go {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  animation: goA 40s linear infinite;
}

.index4 .top .matter .go:hover {
  animation-play-state: paused;
}

.index4 .top .matter .go .flex {
  display: flex;
}

.index4 .top .matter .go .flex .img {
  width: 13.75vw;
  height: 6.09375vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.25vw 0 0;
}

.index4 .top .matter .go .flex .img:hover img {
  opacity: 1;
}

.index4 .top .matter .go .flex .img img {
  opacity: 0.3;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.6s ease;
}

.index4 .bottom {
  padding: 0 8.3333333333vw;
  margin: 5vw 0 0 0;
  position: relative;
}

.index4 .bottom .headline {
  position: absolute;
  left: 8.3333333333vw;
  top: 2.2916666667vw;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
}

.index4 .bottom .flex .item {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.index4 .bottom .flex .item.on .end .show img {
  opacity: 1;
}

.index4 .bottom .flex .item:not(:last-child) {
  margin: 0 0 5.2083333333vw;
}

.index4 .bottom .flex .item .line {
  position: absolute;
  top: 0.5208333333vw;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.index4 .bottom .flex .item .end {
  width: 38.75vw;
}

.index4 .bottom .flex .item .end .show {
  width: 100%;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  cursor: pointer;
}

.index4 .bottom .flex .item .end .show img {
  width: 0.5208333333vw;
  height: 0.7291666667vw;
  opacity: 0;
  transition: 0.6s ease;
}

.index4 .bottom .flex .item .end .show p {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.index4 .bottom .flex .item .end .hide {
  overflow: hidden;
  display: none;
}

.index4 .bottom .flex .item .end .hide>div {
  margin: 1.09375vw 0;
}

.index4 .bottom .flex .item .end .hide>div .pick {
  overflow: hidden;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6666666667vw;
  /* 200% */
}

.index4 .bottom .flex .item .end .hide>div .pick p:not(:last-child) {
  margin: 0 0 0.4166666667vw;
}

.main {
  position: relative;
  z-index: 1;
}

.main .fj1 {
  position: absolute;
  top: 40.15625vw;
  left: 0;
  width: 16.5104166667vw;
}

.main .fj2 {
  position: absolute;
  width: 9.1145833333vw;
  top: 35.2083333333vw;
  left: 33.125vw;
  z-index: -1;
  opacity: 0;
  transition: 0.6s ease;
}

.main .fj2.on {
  opacity: 1;
}

.main .bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.main .fjLine {
  position: absolute;
  width: 62.0833333333vw;
  height: 40.3645833333vw;
  top: 39.3229166667vw;
  left: 12.8645833333vw;
  z-index: -1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.index5 {
  padding: 0 8.3333333333vw 6.25vw 8.3333333333vw;
}

.index5 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4.1666666667vw;
}

.index5 .top .title {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
}

.index5 .top .common_more {
  margin: 0;
}

.index5 .content {
  display: flex;
  justify-content: space-between;
}

.index5 .content .r {
  width: 38.125vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index5 .content .r .item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding: 0 0 1.0416666667vw;
  opacity: 0.6;
  transition: 0.6s ease;
}

.index5 .content .r .item:hover {
  opacity: 1;
}

.index5 .content .r .item .p1 {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 0.4166666667vw;
}

.index5 .content .r .item .p2 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6666666667vw;
  /* 200% */
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 0.4166666667vw;
}

.index5 .content .r .item .time {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
}

.index5 .content .l {
  width: 38.3333333333vw;
}

.index5 .content .l .img {
  position: relative;
  width: 100%;
}

.index5 .content .l .img .svg1 {
  position: absolute;
  top: -0.78125vw;
  right: -0.78125vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}

.index5 .content .l .img .svg2 {
  position: absolute;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  bottom: -0.78125vw;
  left: -0.78125vw;
}

.index5 .content .l .img .pic {
  width: 100%;
  height: 19.2708333333vw;
  overflow: hidden;
  display: block;
}

.index5 .content .l .text {
  margin: 2.4479166667vw 0 0 0;
}

.index5 .content .l .text .p1 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.40625vw;
}

.index5 .content .l .text .p2 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 2.0833333333vw;
  /* 200% */
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index6 {
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index6 .fj1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.6875vw;
  z-index: -1;
}

.index6 .wrap {
  text-align: center;
}

.index6 .wrap .title {
  width: 65.3125vw;
  margin: 0 auto 1.0416666667vw;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 5vw;
  /* 150% */
  color: #000;
}

.index6 .wrap .p1 {
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto 2.0833333333vw;
  color: #000;
}

.home {
  --perspective: 200px;
  overflow: clip;
}

.home .section3 .grid-main {
  width: 100%;
  display: flex;
  gap: 1.25em;
  flex-wrap: wrap;
}

.home .section3 .grid-main.hg-grid {
  z-index: 0;
  position: relative;
  transform: scale(1);
  font-size: 0.8333333333vw;
}

.home .section3 .hg-grid-w {
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  place-items: center;
  perspective: var(--perspective);
  will-change: transform;
}

.home .section3 .spacer-10 {
  flex: none;
  height: 10em;
}

.home .section3 .hg-grid-track {
  position: relative;
}

.home .section3 .hg-grid {
  perspective: var(--perspective);
  transform-style: preserve-3d;
}

.home .section3 [grid-anim] {
  /* height: 50vh !important; */
}

.home .section3 .hg-grid-item {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  /* width: auto;
  height: 5em;
  aspect-ratio: 14/9; */
  overflow: hidden;
  will-change: transform;
  width: calc(33.3% - 1.25em);
}

.home .section3 .hg-grid-inner {
  height: 100%;
  overflow: hidden;
}

.home .section3 [grid-anim],
.home .section3 .hg-grid-item,
.home .section3 .hg-grid-inner {
  will-change: transform;
}

.home .section3 .hg-img-overlay {
  z-index: 1;
}

.home .section3 .hg-img-overlay .text {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  margin: 20px 0 0 0;
}

.home .section3 .hg-vid-w {
  position: absolute;
  inset: 0%;
}

.home .section3 .hg-grid-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home .section3 .hg-grid-item video {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.swiper66 {
  display: none;
}

@media screen and (max-width: 768px) {
  .index1 .zuo {
    position: static;
    width: 100%;
    height: auto;
  }

  .index1 .zuo .swiper-slide {
    width: 50%;
  }

  .index1 .zuo .swiper-slide-active {
    transform: translate(0, 0);
  }

  .index1 .zuo .swiper-slide[data-name=slidePrev-1] {
    transform: translate(0, 0);
  }

  .index1 .zuo .swiper-slide[data-name=slidePrev-2] {
    transform: translate(0, 0);
  }

  .index1 .zuo .swiper-slide[data-name=slideNext-1] {
    transform: translate(0, 0);
  }

  .index1 .zuo .swiper-slide[data-name=slideNext-2] {
    transform: translate(0, 0);
  }

  .index1 {
    height: auto;
    padding: 50px 5%;
  }

  .index1 .fix {
    height: auto;
    position: static;
    overflow: visible;
  }

  .index1 .fix .dd {
    position: static;
    width: 100%;
    height: auto;
    opacity: 1;
  }

  .index1 .fix .first {
    height: auto;
    opacity: 1 !important;
    padding-bottom: 0;
  }

  .index1 .fix .first.noClick .content .matter {
    pointer-events: auto;
  }

  .index1 .fix .first.noClick .content .matter.on {
    pointer-events: auto;
  }

  .index1 .fix .first .position {
    position: static;
    margin: 0 0 25px;
  }

  .index1 .fix .first .position .img {
    width: 100%;
    margin: 0 0 20px;
    max-width: inherit;
  }

  .index1 .fix .first .position .text {
    width: 100%;
  }

  .index1 .fix .first .position .text .p1 {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px;
    text-align: center;
  }

  .index1 .fix .first .position .text .p2 {
    font-size: 13px;
    line-height: 1.6;
  }

  .index1 .fix .first .content {
    margin: 100px 0 0 0;
    width: 100%;
  }

  .index1 .fix .first .content .proSwiper {
    width: 100%;
  }

  .index1 .fix .first .content .proSwiper .swiper-slide {
    opacity: 1;
  }

  .index1 .fix .first .content .proSwiper .swiper-slide .item .img {
    width: 100%;
    height: 120px;
  }

  .index1 .fix .first .content .proSwiper .swiper-slide .item .img img {
    max-width: 80%;
    max-height: 80%;
  }

  .index1 .fix .first .content .proSwiper .swiper-slide .item .img .bor-bottom,
  .index1 .fix .first .content .proSwiper .swiper-slide .item .img .bor-top {
    width: 15px;
  }

  .index1 .fix .first .content .proSwiper .swiper-slide .item .text {
    margin: 20px 0 0 0;
  }

  .index1 .fix .first .content .proSwiper .swiper-slide .item .text .p1 {
    margin: 0 0 5px;
  }

  .index1 .fix .first .content .proSwiper .swiper-slide .item .text .p2 {
    line-height: 1.6;
  }

  .index1 .fix .earth {
    display: none;
  }

  .index1 .fix .section3 {
    position: static;
    opacity: 1 !important;
    height: auto;
    pointer-events: visible;
  }

  .index3 {
    padding: 50px 5%;
  }

  .index3 .title {
    margin: 0 0 20px;
  }

  .index3 .title .p1 {
    margin: 0 0 10px;
  }

  .index3 .text {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 25px;
  }

  .index3 .figure {
    flex-direction: column;
    gap: 30px;
    margin: 30px 0 0 0;
  }

  .index3 .figure .item {
    width: 100%;
  }

  .index3 .figure .item>span {
    margin: 0 0 7px;
  }

  .index3 .figure .item .pick br {
    display: none;
  }

  .index4 {
    padding: 50px 5%;
  }

  .index4 .bottom {
    padding: 0;
    margin: 30px 0 0 0;
  }

  .index4 .bottom .headline {
    position: static;
    margin: 0 0 30px;
  }

  .index4 .bottom .flex .item {
    justify-content: unset;
  }

  .index4 .bottom .flex .item:not(:last-child) {
    margin: 0 0 25px;
  }

  .index4 .bottom .flex .item .line {
    display: none;
  }

  .index4 .bottom .flex .item .end {
    width: 100%;
  }

  .index4 .bottom .flex .item .end .show {
    gap: 0 10px;
  }

  .index4 .bottom .flex .item .end .show img {
    width: 12px;
    height: 10px;
  }

  .index4 .bottom .flex .item .end .hide>div {
    margin: 20px 0;
  }

  .index4 .bottom .flex .item .end .hide>div .pick {
    font-size: 14px;
    line-height: 1.7;
  }

  .index4 .top .matter:not(:last-child) {
    margin: 0 0 20px;
  }

  .index4 .top .matter .go .flex .img {
    width: 120px;
    height: 50px;
    margin: 0 20px 0 0;
  }

  .index4 .top .matter .go .flex .img img {
    width: 70%;
  }

  .index5 {
    padding: 50px 5%;
  }

  .index5 .top {
    margin: 0 0 25px;
  }

  .index5 .content {
    flex-direction: column;
    gap: 30px;
  }

  .index5 .content .l {
    width: 100%;
  }

  .index5 .content .l .img svg {
    display: none;
  }

  .index5 .content .l .img .pic {
    width: 100%;
    height: auto;
  }

  .index5 .content .l .text {
    margin: 15px 0 0 0;
  }

  .index5 .content .l .text .p1 {
    margin: 0 0 10px;
  }

  .index5 .content .l .text .p2 {
    height: auto;
    line-height: 1.7;
    width: 100%;
  }

  .index5 .content .r {
    width: 100%;
    gap: 20px;
  }

  .index5 .content .r .item {
    width: 100%;
    padding: 0 0 15px;
  }

  .index5 .content .r .item .p1 {
    margin: 0 0 10px;
  }

  .index5 .content .r .item .p2 {
    height: auto;
    line-height: 1.7;
    width: 100%;
  }

  .index6 .wrap {
    width: 90%;
  }

  .index6 .wrap .title {
    width: 90%;
    line-height: 1.4;
    margin: 0 auto 10px;
  }

  .index6 .wrap .p1 {
    margin: 0 auto 20px;
  }

  .common_more {
    width: 128px;
    height: 40px;
    gap: 8px;
  }

  .common_more p {
    font-size: 14px;
  }

  .common_more img {
    width: 10px;
    height: 8px;
  }

  .home .section3 .grid-main.hg-grid {
    position: relative;
    transform: scale(1) !important;
    font-size: 0.8333333333vw;
    padding: 60px 0 20px;
  }

  .home .section3 .hg-grid-w {
    max-width: none;
  }

  .home .section3 .spacer-10 {
    display: none;
  }

  .home .section3 .grid-main {
    width: 100%;
    justify-content: space-between;
    gap: 3em 1.2em;
  }

  .home .section3 [grid-anim] {
    height: auto !important;
  }

  .home .section3 .hg-grid-item {
    width: calc(50% - 0.8em);
  }

  .home .section3 .hg-img-overlay .text {
    margin: 10px 0 0;
  }

  .home .section3 .hg-grid-track {
    display: none;
  }

  .swiper66 {
    display: block;
    position: relative;
    z-index: 5;
    margin-top: 100px;
  }

  .swiper66 .swiper-slide {
    width: 44vw;
    height: auto;
  }

  .swiper66 .swiper-slide .hg-grid-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .swiper66 .swiper-slide img {
    flex: 1;
  }

  .swiper66 .text {
    margin: 10px 0 0;
    color: #fff;
  }
}