.header .box .links a {
  color: #fff;
  transition: 0.6s ease;
}

.header.hasBg .box .links a {
  color: #000;
}

.header .box .links a.on {
  color: #D80001;
}

@keyframes yAnimate {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.item_hover {
  overflow: hidden;
}
.item_hover:hover img {
  transform: scale(1.05);
}
.item_hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.common_title .en {
  background: linear-gradient(7deg, rgba(0, 0, 0, 0) 4.71%, rgba(0, 0, 0, 0.12) 94.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.common_title .cn {
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2.1354166667vw;
  background: linear-gradient(90deg, #DD3031 0%, #000 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home {
  --perspective: 4000px;
  overflow: clip;
}
.home .section1 {
  padding: 5.3125vw 8.3333333333vw 6.25vw 8.3333333333vw;
}
.home .section1 .top {
  display: flex;
  justify-content: space-between;
}
.home .section1 .top .text {
  width: 42.5vw;
  color: #333;
  font-weight: 300;
  line-height: 1.6666666667vw;
}
.home .section1 .img {
  height: 35.4166666667vw;
  border-radius: 1.3020833333vw;
  margin: 3.3854166667vw 0 0 0;
}
.home .section1 .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .section1 .fig {
  display: flex;
  justify-content: space-between;
}
.home .section1 .fig .item {
  margin: 1.8229166667vw 0 0 0;
}
.home .section1 .fig .item p {
  color: #000;
  margin: 0 0 1.0416666667vw;
}
.home .section1 .fig .item span {
  color: #D72F30;
  line-height: 5vw;
  font-weight: bold;
}
@keyframes eachAnimate {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes eachAnimate2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-50px);
  }
}
.home .section2 {
  background: #F1F1F1;
  padding: 6.25vw 8.3333333333vw;
  overflow: hidden;
}
.home .section2 .display {
  margin: 2.7083333333vw 0 0 0;
  display: flex;
  align-items: flex-end;
  gap: 4.1666666667vw;
  position: relative;
  z-index: 1;
}
.home .section2 .display .goSwiper {
  position: absolute;
  width: 100vw;
  height: 15.625vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home .section2 .display .goSwiper .swiper-slide .go {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: goAnimate 30s infinite linear;
}
.home .section2 .display .goSwiper .swiper-slide .go .flex {
  display: flex;
}
.home .section2 .display .goSwiper .swiper-slide .go .flex p {
  color: rgba(216, 0, 1, 0.2);
  font-size: 15.625vw;
  font-weight: 600;
  line-height: 15.625vw; /* 100% */
  margin: 0 6.25vw 0 0;
}
.home .section2 .display .button {
  gap: 1.25vw;
  display: flex;
}
.home .section2 .display .button svg {
  width: 3.5416666667vw;
  height: 3.5416666667vw;
  cursor: pointer;
}
.home .section2 .display .button svg path {
  transition: 0.6s ease;
}
.home .section2 .display .button svg:hover path:last-child {
  stroke: #D80001;
}
.home .section2 .display .button svg:last-child {
  transform: rotate(180deg);
}
.home .section2 .content {
  width: 30.9895833333vw;
  height: 28.4375vw;
  border-radius: 0.78125vw;
  background: #D80001;
  position: relative;
}
.home .section2 .content .matter {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  padding: 2.5vw;
}
.home .section2 .content .matter.on {
  pointer-events: auto;
}
.home .section2 .content .matter:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.home .section2 .content .matter.on .year {
  animation: eachAnimate 0.5s 0.6s ease forwards;
}
.home .section2 .content .matter.on .p1 p {
  animation: eachAnimate 0.5s 0.7s ease forwards;
}
.home .section2 .content .matter.on .p2 {
  animation: eachAnimate 0.5s 0.8s ease forwards;
}
.home .section2 .content .matter.on .img {
  animation: eachAnimate 0.5s 0.9s ease forwards;
}
.home .section2 .content .matter.hide .year {
  animation: eachAnimate2 0.5s ease forwards;
  animation-delay: unset;
}
.home .section2 .content .matter.hide .p1 p {
  animation: eachAnimate2 0.5s ease forwards;
  animation-delay: unset;
}
.home .section2 .content .matter.hide .p2 {
  animation: eachAnimate2 0.5s ease forwards;
  animation-delay: unset;
}
.home .section2 .content .matter.hide .img {
  animation: eachAnimate2 0.5s ease forwards;
  animation-delay: unset;
}
.home .section2 .content .year {
  color: #FFF;
  font-weight: 500;
  margin: 0 0 0.625vw;
  transform: translateY(-50px);
  opacity: 0;
}
.home .section2 .content .p1 {
  color: #FFF;
  font-weight: 400;
  margin: 0 0 1.25vw;
  height: 2.9166666667vw;
  overflow: hidden;
}
.home .section2 .content .p1 p {
  transform: translateY(-50px);
  opacity: 0;
}
.home .section2 .content .p2 {
  height: 5em;
  color: #FFF;
  font-weight: 400;
  line-height: 1.6666666667vw; /* 200% */
  transform: translateY(-50px);
  opacity: 0;
}
.home .section2 .content .img {
  width: 25.9895833333vw;
  height: 11.3541666667vw;
  border-radius: 1.3020833333vw;
  margin: 1.25vw 0 0 0;
  transform: translateY(-50px);
  opacity: 0;
}
.home .section2 .content2 {
  margin: 4.1666666667vw 0 0 0;
  position: relative;
}
.home .section2 .content2 .after {
  position: absolute;
  bottom: 5px;
  height: 4px;
  --width: 0vw;
  width: calc(12.40375vw + var(--width));
  background: #D80001;
  left: -8.3333333333vw;
  z-index: 5;
  transition: 1s;
}
.home .section2 .content2:after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  height: 4px;
  background: rgba(216, 0, 1, 0.2);
}
.home .section2 .content2 .swiper1 {
  width: 100%;
  position: relative;
}
.home .section2 .content2 .swiper1 .swiper-slide.on .item {
  background: #D80001;
  color: #fff;
}
.home .section2 .content2 .swiper1 .swiper-slide.on .circle {
  background: #D80001;
}
.home .section2 .content2 .swiper1 .swiper-slide .item {
  display: flex;
  padding: 0.625vw 0;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 5px;
  background: #fff;
  color: #000;
  transition: 0.6s;
  cursor: pointer;
}
.home .section2 .content2 .swiper1 .swiper-slide .circle {
  width: 14px;
  height: 14px;
  background: #ECC1C1;
  border-radius: 50%;
  transition: 0.6s ease;
  margin: 2.34375vw auto 0;
}
.home .section3 {
  padding: 6.25vw 8.3333333333vw;
  position: relative;
  z-index: 5;
  background: #f1f1f1;
}
.home .section3 .sec-bg {
  width: 43.9583333333vw;
  height: 43.9583333333vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  mix-blend-mode: darken;
}
.home .section3 .sec-bg video {
  width: 43.9583333333vw;
}
.home .section3 .sec-bg .logo-gif {
  width: 263px;
  mix-blend-mode: darken;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .section3 .grid-main.hg-grid {
  z-index: 0;
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  position: relative;
  transform: scale(1);
  font-size: 0.8333333333pxvw;
}
.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-main {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}
.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;
  border-radius: 0.625em;
  width: auto;
  height: 5em;
  overflow: hidden;
}
.home .section3 .hg-grid-item {
  /* aspect-ratio: 14/9; */
  will-change: transform;
  grid-area: span 1/span 1/span 1/span 1;
}
.home .section3 .hg-grid-inner {
  border-radius: 0.625em;
  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;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  inset: 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%;
}
@media screen and (max-width: 768px) {
  .home .section1 {
    padding: 50px 5%;
  }
  .home .section1 .top {
    flex-direction: column;
    align-items: unset;
  }
  .home .section1 .top .text {
    width: 100%;
    line-height: 1.7;
    margin: 25px 0 0 0;
  }
  .home .section1 .img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 22px 0 0 0;
  }
  .home .section1 .fig {
    margin: 25px 0 0 0;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .home .section1 .fig .item {
    width: 50%;
  }
  .home .section1 .fig .item p {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .home .section1 .fig .item span {
    font-size: 20px;
    display: inline;
  }
  .home .section2 {
    padding: 50px 5%;
  }
  .home .section2 .content2 .swiper1 .swiper-slide .item {
    padding: 10px 0;
  }
  .home .section2 .display {
    flex-direction: column;
    align-items: unset;
    margin: 30px 0 0 0;
  }
  .home .section2 .display .content {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .home .section2 .display .content .matter {
    padding: 30px 5%;
  }
  .home .section2 .display .content .matter .year {
    margin: 0 0 10px;
  }
  .home .section2 .display .content .matter .p1 {
    margin: 0 0 10px;
    height: auto;
  }
  .home .section2 .display .content .matter .p2 {
    line-height: 1.7;
  }
  .home .section2 .display .content .matter .img {
    width: 100%;
    height: 140px;
    border-radius: 15px;
    margin: 25px 0 0 0;
  }
  .home .section2 .display .button {
    margin: 30px 0 0 0;
    gap: 10px;
  }
  .home .section2 .display .button svg {
    width: 45px;
    height: 45px;
  }
  .home .section3 {
    padding: 6.25vw 8.3333333333vw;
    position: relative;
    z-index: 5;
  }
  .home .section3 .sec-bg {
    display: none;
  }
  .home .section3 .grid-main.hg-grid {
    z-index: 0;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    position: relative;
    transform: scale(1);
    font-size: 0.8333333333pxvw;
    padding: 60px 0 20px;
  }
  .home .section3 .hg-grid-w {
    max-width: none;
  }
  .home .section3 .spacer-10 {
    display: none;
  }
  .home .section3 .grid-main {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }
  .home .section3 [grid-anim] {
    height: auto !important;
  }
  .home .section3 .hg-grid-item {
    width: 100%;
    height: 8em;
  }
  .home .section3 .hg-grid-item {
    aspect-ratio: 14/9;
    will-change: transform;
    width: 100%;
    grid-area: auto;
  }
}