.home_ {
  position: relative;
  width: 100%;
  background: #FAFAFA;
}
.home_ .common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.home_ .banner {
  position: relative;
  height: calc(100vh + 600px);
}
.home_ .banner .fix {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.home_ .banner .bg {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
}
.home_ .banner .bg .animate {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.home_ .banner .bg img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  right: 0;
}
.home_ .banner .text {
  position: absolute;
  left: 10.4166666667vw;
  top: 16.875vw;
  color: #fff;
}
.home_ .banner .text.on .p1 {
  color: #000;
}
.home_ .banner .text.on .p2 {
  color: #000;
}
.home_ .banner .text .p1 {
  font-size: 8.3333333333vw;
  line-height: 1;
  margin-bottom: 2.0833333333vw;
  transition: 0.3s ease;
}
.home_ .banner .text .p2 {
  font-size: 2.5vw;
  transition: 0.3s ease;
}
.home_ .banner .product-label {
  align-items: flex-end;
  background: linear-gradient(180deg, transparent, #000 95%);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 12.5vw;
  height: 12.989vw;
  left: 0;
  letter-spacing: -0.5208vw;
  line-height: 0.68;
  mix-blend-mode: darken;
  padding-left: 10.4166666667vw;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.home_ .banner .product-label .en_num_light {
  font: inherit;
  margin: 0;
  font-family: "PINGFANGSC";
}
.home_ .section {
  overflow: hidden;
  padding: 7.8125vw 0 5.2083333333vw 0;
  position: relative;
  background: #F6F8FD;
}
.home_ .section #globeViz {
  width: 54.5833333333vw;
  overflow: hidden;
  top: 5.2083333333vw;
  left: -19.7916666667vw;
  opacity: 0.5;
  position: absolute;
}
.home_ .section #globeViz .scene-container canvas {
  width: 54.5833333333vw !important;
  height: 54.5833333333vw !important;
}
.home_ .section .content {
  position: relative;
  padding: 5.2083333333vw 0 0 0;
}
.home_ .section .content .scroll {
  height: 41.6666666667vw;
  overflow-y: scroll;
}
.home_ .section .content .position {
  position: absolute;
  left: 50%;
  top: 0;
  height: 41.6666666667vw;
  transform: translateX(-50%);
  z-index: 2;
}
.home_ .section .content .position svg {
  width: 6.3020833333vw;
  height: auto;
}
.home_ .section .content .position .line {
  margin: 2.0833333333vw auto;
  width: 0.0520833333vw;
  height: 100%;
  background: #1C509C;
}
.home_ .section .content .item {
  display: flex;
  justify-content: center;
  position: relative;
  left: 6.25vw;
  cursor: pointer;
}
.home_ .section .content .item:not(:last-child) {
  margin: 0 0 4.1666666667vw;
}
.home_ .section .content .item .year {
  color: #1C509C;
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 700;
  margin: 0 10.9375vw 0 0;
  font-family: "Futura";
  width: 11.0416666667vw;
  text-align: center;
}
.home_ .section .content .item .r {
  width: 29.5833333333vw;
  margin: 1.1979166667vw 0 0 0;
}
.home_ .section .content .item .r .list {
  color: #081121;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  font-family: "PingFang-Bold";
  position: relative;
  opacity: 1 !important;
  transform: translate(0) skew(0) !important;
}
.home_ .section .content .item .r .list:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5520833333vw;
  width: 0.15625vw;
  height: 0.15625vw;
  border-radius: 50%;
  opacity: 0.8;
  background: #1C509C;
}
.home_ .section .content .item .r .list:not(:last-child) {
  margin: 0 0 4.375vw;
}
@-webkit-keyframes yAnimate {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes yAnimate {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .home_ {
    padding-top: 60px;
  }
  .home_ #globeViz {
    display: none;
  }
  .home_ .section {
    padding: 25px 0;
  }
  .home_ .section .content {
    padding: 25px 0 0 0;
    height: auto;
  }
  .home_ .section .content .scroll {
    height: auto;
  }
  .home_ .section .content .item {
    flex-direction: column;
    left: 0;
  }
  .home_ .section .content .item .r {
    width: 100%;
  }
  .home_ .section .content .item .year {
    font-size: 24px;
    width: 100%;
    margin: 0 0 18px;
  }
  .home_ .section .content .item .r .list {
    font-size: 14px;
    line-height: 1.7;
  }
  .home_ .section .content .position {
    display: none;
  }
}/*# sourceMappingURL=honor.css.map */