.home-page-swiper {
  position: relative;
  height: 100svh;
}
.swiper-slide-p {
  padding: 0 50px;
}
.swiper-slide {
  position: relative;
  height: 100svh;
  width: 100%;
  background-size: cover;
  /*padding: 120px 50px 0;*/
  padding: 0 50px;
  background-position: center;
}

.bg-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100svh;
  object-fit: cover;
}

.bg-video video {
  width: 100vw;
  height: 100svh;
  object-fit: cover;
}
.bg-video::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100svh;
  background-color: #070826;
  opacity: 0.4;
}

.jrs-line {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;

  max-width: 1920px !important;
  margin: 0 auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.jrs-linem,
.jrs-line {
  display: flex;
}

.jrs-linem,
.jrs-linem3 {
  height: 100%;
}

.jrs-linem {
  position: relative;
}

.jrs-linem4 {
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
}

.jrs-linem4 {
  top: 50%;
  transform: translateY(-50%);
}

.jrs-linem3 {
  box-sizing: border-box;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.jrs-linem1:last-child {
  box-sizing: border-box;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.animated,
.animate2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.gdd {
  position: absolute;
  background: url(/themes/theme-cnbianya/assets/img/gd.png) center no-repeat;
  opacity: 0.3;
}

.gdd {
  width: 12px;
  height: 100%;
  top: 0;
}

.gdd-l {
  left: -7px;
}

.gdd-r {
  right: -7px;
}

.gdd1 {
  animation: moves1 6s linear infinite;
}

.gdd2 {
  animation: moves2 6s linear infinite;
}

@keyframes moves1 {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes moves2 {
  0% {
    transform: translateY(100%);
  }

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

.jrs-linem1 {
  width: 10.4%;
}

.jrs-nav,
.jrs-linem2 {
  width: 79.1%;
  display: flex;
  transition: all 0.3s ease;
}

.jrs-nav a {
  color: #fff;
  display: inline-block;
  position: relative;
}

.jrs-linem3 {
  width: 25%;
}

.jrs-linem3s {
  width: 33%;
}

.jrs-line {
  height: 100svh;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  height: 100svh;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
}

.jrs-linem,
.jrs-line {
  display: flex;
}

.jrs-linem,
.jrs-linem3 {
  height: 100%;
}

.jrs-linem {
  position: relative;
}

.jrs-linem4 {
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
}

.jrs-linem4 {
  top: 50%;
  transform: translateY(-50%);
}

.jrs-linem3 {
  box-sizing: border-box;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.jrs-linem1:last-child {
  box-sizing: border-box;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.slide-content {
  position: relative;
  width: 79.121%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  top: 40%;
  height: 100%;
  max-width: 1440px;
}

.slide-content-1 {
  top: calc(var(--hh) + 203px);
}

.slide-content-1-bottom {
  position: relative;
  width: 79.121%;
  left: 50%;
  color: #fff;
  bottom: 24px;
  transform: translate(-50%, -100%);
  max-width: 1440px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.slide-content-1-bottom-down {
  margin-top: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.backtop {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  opacity: 0.6;
}

.backtop-3 {
  right: 71px;
  bottom: 68.5px;
}

.backtop-4 {
  right: 71px;
  bottom: 220.5px;
}

.backtop-5 {
  right: 71px;
  bottom: 147.5px;
}

@media screen and (max-width: 1675px) {
  .slide-content,
  .slide-content-1-bottom {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  .slide-content-1-bottom {
    transform: translate(-50%, -100%);
  }

  .jrs-linem2 {
    width: 188%;
  }
}

@media screen and (max-width: 1445px) {
  .slide-content,
  .slide-content-1-bottom {
    width: 95%;
  }

  .slide-content-1-bottom {
    transform: translate(-50%, -100%);
  }

  .jrs-linem2 {
    width: 400%;
  }
}

@media screen and (max-width: 1375px) {
  .backtop {
    right: 20px;
  }
}

@media screen and (max-width: 800px) {
  .swiper-slide,
  .jrs-line,
  .swiper-slide-p {
    padding: 0 10px;
  }

  .slide-content-1 {
    top: calc(var(--hh) + 100px) !important;
  }

  .slide-content-1 > p {
    font-size: 18px;
  }

  .slide-content-1 > h3 span,
  .slide-content-5 h3 span {
    font-size: 35px;
    line-height: 35px;
  }

  .slide-content-1 a {
    margin-top: 40px;
  }

  .home-link-btn {
    font-size: 12px !important;
    padding: 10px 20px !important;
  }

  .page-8 .slide-content-1 a {
    margin-top: 10px;
  }
}

.backtop {
  transition: all 0.3s;
}
.backtop:hover {
  opacity: 1;
}

.jrs-kc {
  position: fixed;
  width: 100%;
  height: 100svh;
  z-index: 222;
  left: 0;
  top: 0;
  display: flex;
}

.jrs-kc-50 {
  width: 50px;
}

.jrs-kcm {
  height: 100%;
  position: relative;
}

.jrs-kcmline {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
}

.jrs-kc-6 {
  width: calc((100% - 50px) / 6);
}

.backtop {
  display: none !important;
}

@media screen and (max-width: 1279px) {
  .slide-content-1-bottom-down {
    display: none;
  }
}

@keyframes boderAnimation {
  0% {
    transform: scale(1);
    opacity: 0;
    -ms-transform: scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: scale(2);
    opacity: 0;
    -ms-transform: scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bordershowAnimation {
  50% {
    box-shadow: 0px 0px 10px 0 #ff6e00;
  }
}
.anchor-wrapper a {
  position: relative;
  z-index: 1;
}
.anchor-wrapper a > span {
  position: relative;
  animation: bordershowAnimation 3s infinite;
  cursor: pointer;
}

.anchor-wrapper a > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  margin-top: -12.5px;
  margin-left: -12.5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  animation: boderAnimation 3s 0.85s infinite;
  cursor: pointer !important;
}

.anchor-wrapper a div::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 30px;
  width: 0;
}

.anchor-wrapper a div::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 42px;
  height: 100%;
}

.anchor-wrapper a div {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 16px;
  line-height: 18px;
  pointer-events: none;
  color: white;
}

.anchor-wrapper li:hover a div {
  pointer-events: all;
}

.anchor-wrapper li:hover a div::before {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}

.anchor-wrapper li:hover a div span {
  opacity: 1 !important;
  transition: all 0.36s 0.4s;
}

.anchor-wrapper li:hover a div svg {
  opacity: 1 !important;
  transform: translateX(0);
  transition: all 0.4s 0.45s;
}

.slide-content-1-bottom-down,
.sc4-bottom-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 4px; !* 箭头之间的间距，可根据需要调整 *!*/
}

.slide-content-1-bottom-down svg,
.sc4-bottom-down svg {
  opacity: 0;
  animation: arrowBlink 1.5s infinite;
}

.slide-content-1-bottom-down svg:nth-child(1),
.sc4-bottom-down svg:nth-child(1) {
  animation-delay: 0s;
}

.slide-content-1-bottom-down svg:nth-child(2),
.sc4-bottom-down svg:nth-child(2) {
  animation-delay: 0.3s;
}

.slide-content-1-bottom-down svg:nth-child(3),
.sc4-bottom-down svg:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes arrowBlink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.animated,
.animated2 {
  opacity: 0;
  transition: all 1.5s ease;
  /*transition-delay: .3s;*/
  transform: translateY(50%);
}

.fadeIn {
  opacity: 1;
  transform: translateY(0);
}

.page-6 {
  padding: 0;
}

.swiper-wrapper {
  background-position: center;
  background-size: cover;
}

.sc1-text {
  color: #fff;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 290;
  line-height: 24px;
  letter-spacing: 0.32px;
  max-width: 696px;
}

@media screen and (max-width: 1500px) {
  .slide-content-1 {
    top: calc(var(--hh) + 10svh);
  }
}

.slide-content-2-bottom {
  background: #f6f6f6;
  height: 461px;
  flex-shrink: 0;
  max-width: 100vw;
  width: 100vw;
  bottom: 0;
}

.sc2b-line {
  height: 1px;
  stroke-width: 1px;
  background: #c1c1c1;
  opacity: 0.4;

  position: absolute;
  top: 140px;
  left: 0;
  width: 100vw;
}

.sc2b-c {
  /*background: palegoldenrod;*/
  height: 100%;
}

.slide-content-1-bottom-text {
  position: absolute;
  top: 0;
  color: #fff;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.24px;

  transform: translateY(calc(-1 * (-50% + 100px)));
}

.page-2 .slide-content-1 {
  top: calc(var(--hh) + 125px);
}

.sc2b-c-tl {
  height: 100%;
  display: flex;
  color: #212121;
  margin: 0 -87px;
}

.sc2b-c-tl-item {
  position: relative;
  flex: 1;
  flex-shrink: 0;
  padding: 0 87px;
  padding-top: 62px;
  transition: all 0.3s;
  /*border: 1px solid;*/
}

.sc2b-c-tl-item-date {
  color: #212121;
  font-family: D-DIN-PRO;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.sc2b-c-tl-item-title {
  margin-top: 76px;
  margin-bottom: 29px;
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.sc2b-c-tl-item-text {
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 290;
  line-height: 24px; /* 200% */
  letter-spacing: 0.24px;
}

.sc2b-c-tl-item-sphere {
  position: absolute;
  top: 130px;
  width: 20px;
  height: 20px;
  background: #f5ce13;
  border-radius: 100%;
}

.sc2b-c-tl-item.active {
  background: #fff;
  transform: translateY(-15px);
  height: calc(100% + 15px);
  border-radius: 8px;
  box-shadow: 18px 3px 24.5px rgba(0, 0, 0, 0.07);
}

.sc2b-c-tl-item.active .sc2b-c-tl-item-date {
  color: #ff6e00;
  font-family: D-DIN-PRO;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 135.714% */
}

.sc2b-c-tl-item.active .sc2b-c-tl-item-sphere {
  background: #ff6e00;
}

.sc2b-c-tl-item.active .sc2b-c-tl-item-title {
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
}

.sc2b-c-tl-item.active .sc2b-c-tl-item-text {
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  letter-spacing: 0.28px;
}

.sc2b-c-tl-item.active::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 20px;
  height: 20px;
  background: #f6f6f6;
  border-top-left-radius: 6px;
  z-index: 2;
}

.sc2b-c-tl-item.active::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background: #fff;
  border-top-right-radius: 6px;
  z-index: 1;
}

@media screen and (max-height: 940px) {
  .slide-content-2-bottom {
    height: 35svh;
    min-height: 320px;
  }

  .sc2b-c-tl-item {
    padding: 20px;
  }

  .sc2b-line,
  .sc2b-c-tl-item-sphere {
    top: 100px;
  }
  .sc2b-c-tl-item-sphere {
    transform: translateY(-50%);
  }
}

@media screen and (max-height: 810px) {
  .sc1-subtitle {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .sc1-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .slide-content-1-bottom-text {
    transform: translateY(-120%);
  }

  .page-2 .slide-content-1 {
    top: calc(var(--hh) + 5svh);
  }
}

.page-3 .slide-content-1 {
  top: calc(var(--hh) + 91px);
}

.sc3-c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sc3-c-item-icon {
  margin-bottom: 32px;
  width: 75px;
  height: 75px;
}

.sc3-c-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  transition: all 0.3s;
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
  max-width: 286px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sc3-c-item:hover {
  transform: translateY(-30px);
  background: rgba(0, 0, 38, 0.3);
  backdrop-filter: blur(4.5px);
}

.sc3-c-item-title {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  letter-spacing: 0.48px;
}

.sc3-c-item-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;

  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 290;
  line-height: 28px; /* 200% */
  letter-spacing: 0.28px;
}

.sc3-c-item-list > div {
  margin-bottom: 12px;
}

.page-4 .slide-content-1 {
  top: calc(var(--hh) + 139px);
}

.page-4 .sc4-swiper {
  z-index: 10;
  height: 100svh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rebeccapurple;*/
  /*padding-top: var(--hh);*/
}

.sc4-swiper .sc1-title {
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 11;
  top: calc(var(--hh) + 139px);
  width: 100vw;
}

.swiper4-button-next,
.swiper4-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  padding: 10px;
}

.swiper4-button-next {
  right: 149px;
  transform: translateY(-50%) rotate(180deg);
}

.swiper4-button-prev {
  left: 149px;
}

.swiper4-scrollbar {
  position: absolute;
  z-index: 11;
  left: 50%;
  bottom: 81px;
  transform: translateX(-50%);

  width: 360px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

.swiper4-pagination {
  position: absolute !important;
  z-index: 11 !important;
  left: 50% !important;
  bottom: 81px !important;
  transform: translateX(-50%) !important;

  width: fit-content !important;
}

.swiper4-pagination > span {
  width: 120px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 !important;
  transition: all 0.3s !important;
}

.swiper4-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper4-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}

.sc4-swiper-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  color: #fff;
}

.sc4-swiper-content-text-1 {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 108.333% */
  letter-spacing: 0.48px;
  margin-bottom: 33px;
}

.sc4-swiper-content-text-2 {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 290;
  line-height: 28px; /* 200% */
  letter-spacing: 0.28px;
  max-width: 640px;
}

.sc4-swiper-content-text-2 > div {
  transition: all 0.3s;
}

.sc4-swiper-content {
  transition: all 0.3s;
}

.sc4-swiper-content:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.sc4-swiper-content-icons {
  margin-top: 49px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.sc4-swiper-content-icons img {
  height: 100%;
}

.page-5 .sc5-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100svh;
  background: rebeccapurple;

  display: flex;
}

.sc5-item {
  position: relative;
  flex: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sc5-item:hover .sc5-item-bg {
  transform: scale(1.2);
}

.sc5-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.sc5-item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.sc5-item-text-1 {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: 0.4px;
}

.sc5-item-text-2 {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 150% */
  letter-spacing: 3.2px;
}

.sc5-item-text-3 {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}

.page-6 .sc5-item:hover .sc5-item-bg {
  transform: scale(1);
}

.page-6 .sc5-item-bg::before {
  content: none;
}

.sc6-item-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 17, 43, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s;
}

.sc6-item-content:hover {
  opacity: 1;
}

.sc6-item-text-1 {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
  letter-spacing: 1.2px;
}

.sc6-item-text-2 {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.28px;
}

.page-7 .slide-content-1 {
  top: calc(var(--hh) + 79px);
}

.p7-subtitle {
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  letter-spacing: 0.28px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 85px;
}

.p7-map-dot {
  position: absolute;
  transition: all 1s;
  opacity: 0;
  transform: translateY(-100%);
}

.p7-map-dot img {
  transform-origin: bottom center;
  transition: all 0.3s;
}

.p7-map-dot img:hover {
  transform: scale(1.1);
}

.p7-map-dot-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-22%, -124%);
}

.p7-map-dot-hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  text-align: center;

  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.488px; /* 159.302% */
  letter-spacing: 0.32px;
}

.p7-map-dot:hover .p7-map-dot-hover {
  display: block;
}

.page-7 .slide-content-1-bottom path {
  stroke: #5f6b7b;
}

.page-8 .slide-content-1 {
  top: calc(var(--hh) + 63px);
}

.page-8 .sc8-text {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.32px;
}

.page-8 .sc8-text img {
  margin-right: 19px;
}

.page-8 .sc8-text div {
  /*margin-bottom: 15px;*/
}

.page-9 {
  padding: 0 !important;
}

.sc7-global {
  position: absolute;

  top: -50px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  max-width: 70vw;
}

.sc7-global img {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  @media screen and (max-height: 810px) {
    .sc3-c-item-title {
      font-size: 20px;
    }
    .sc3-c-item-list {
      margin-top: 10px;
      font-size: 12px;
    }
    .sc3-c-item-icon {
      margin-bottom: 10px;
      width: 60px;
      height: 60px;
    }
    .sc3-c-item-list > div {
      margin-bottom: 5px;
    }
    .sc3-c {
      margin-top: 120px !important;
    }
    .sc4-swiper .sc1-title {
      top: calc(var(--hh) + 10svh);
    }
    .page-8 .sc8-text {
      margin-top: 20px !important;
    }
    .page-8 .sc8-text div {
      /*margin-bottom: 10px !important;*/
    }
    .sc8-map {
      margin-top: 20px !important;
    }
    #allmap {
      max-height: 50svh;
    }
    .p7-map-dot-hover-text {
      font-size: 12px;
    }
  }

  @media screen and (max-height: 737px) {
    .page-3 .slide-content-1 {
      top: calc(var(--hh) + 20px);
    }
    .sc3-c {
      margin-top: 16svh !important;
    }
    .sc4-swiper .sc1-title {
      top: calc(var(--hh) + 5svh);
    }
    .p7-subtitle {
      margin: 10px !important;
    }
    .page-8 .slide-content-1 {
      top: calc(var(--hh) + 20px);
    }
    #allmap {
      max-height: 45svh;
    }
  }
}

@media screen and (max-width: 1300px) {
  .sc2b-c-tl-warp {
    height: 100%;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .sc2b-c-tl {
    margin: 0;
    width: 1500px;
  }
  .sc2b-c-tl-item {
    padding: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .page-9 {
    height: 300px !important;
  }
}

@media screen and (max-width: 1000px) {
  .sc3-c {
    margin-top: 10svh !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .page-3 .slide-content-1 {
    top: calc(var(--hh) + 10svh) !important;
  }
  .sc3-c-item-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 20px !important;
  }
  .sc3-c-item-title {
    font-size: 18px;
  }
  .sc3-c-item-list {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .sc3-c-item-list > div {
    margin-bottom: 5px;
  }

  .sc1-subtitle {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .sc1-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .sc4-swiper .sc1-title {
    top: calc(var(--hh) + 10svh);
  }
  .sc4-swiper-content {
    width: 100%;
  }
  .sc4-swiper-content-text-2 {
    max-width: 90vw;
    margin: 0 auto;
    font-size: 12px;
  }

  .swiper4-button-prev {
    left: 20px;
  }
  .swiper4-button-next {
    right: 20px;
  }

  .page-5 .sc5-content {
    flex-direction: column;
  }

  .page-8 .slide-content-1 {
    top: calc(var(--hh) + 6svh) !important;
  }

  #allmap {
    height: 40svh;
  }

  .sc5-item-text-3,
  .sc5-item-text-1 {
    font-size: 12px;
  }

  .sc5-item-text-2 {
    font-size: 20px;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }

  .sc6-item-text-2 {
    margin-top: 20px !important;
  }

  .page-9 {
    height: 342px !important;
  }
}

footer {
  height: 100% !important;
}

.sc5-item-a1,
.sc5-item-a2 {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.sc5-item-a2 {
  opacity: 0;
  transform: translate(-50%, 300%);
}

.sc5-item:hover .sc5-item-a1 {
  transform: translate(-50%, -80%);
}

.sc5-item:hover .sc5-item-a2 {
  opacity: 1;
  transform: translate(-50%, 120%);
}

.sc6-item-content-text {
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s;
  transition-delay: 100ms;
}

.sc5-item:hover .sc6-item-content-text {
  opacity: 1;
  transform: translateY(0);
}

.sc2b-c-tl > .sc2b-c-tl-item:nth-last-child(1)::after {
  content: none !important;
}

.sc5-item:hover .sc5-item-bg {
  transform: scale(1.1) !important;
}

.page-7 .slide-content {
  max-width: 1600px !important;
}

.sc6-content {
  display: flex;
}

.sc6c-left {
  flex-shrink: 0;
  width: 38.073vw;
  height: 100svh;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sc6c-right {
  flex: 1;
  position: relative;

  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  gap: 43px;

  transform: translateX(-6.5%);
}

.sc6c-left-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  max-width: 253px;
}

.sc6c-left-t1 {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 113.333% */
  letter-spacing: 1.2px;
  margin-bottom: 23px;
}
.sc6c-left-t2 {
  color: #fff;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 290;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.28px;

  margin-bottom: 92px;
}
.sc6c-left-t3 {
  width: 100%;

  display: flex;
  justify-content: flex-start;
}

.sc6c-right-item {
  position: relative;
  width: 18.542vw;
  height: 55.555555svh;
  background-size: cover;
  box-shadow: 13px 15px 14.8px 0px rgba(0, 0, 0, 0.1);

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 22px;

  transform: translateY(28px);
  transition: all 0.3s;
}

.sc6c-right-item:hover {
  transform: translateY(0);
}

.sc6c-right-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 38, 0) 55.67%,
    rgba(0, 0, 38, 0.6) 100%
  );
}

.sc6c-right-item-t1 {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.sc6c-right-item-t2 {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
  letter-spacing: 0.24px;
}

.page-6 .slide-content-1-bottom {
  transform: translate(-50%, 0%);
}

.sc6c-right-item > div {
  opacity: 0.6;
  transition: all 0.3s;
}

.sc6c-right-item:hover > div {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .page-6 .sc6-content,
  .page-6 .slide-content-1-bottom {
    display: none;
  }
  .mobile-show {
    display: block !important;
  }

  .page-6 .sc4-swiper .sc1-title {
    text-align: left;
    padding-left: 30px;
  }

  .page-6 .sc4-swiper-content {
    left: 30px;
    top: unset;
    bottom: 169px;
    transform: none;
  }

  .page-6 .sc4-swiper-content > div {
    text-align: left;
    margin: 0;
  }

  .page-7 .p7-map {
    display: none;
  }
}

@media screen and (max-height: 1020px) {
  #allmap {
    height: 40svh !important;
  }
}

@media screen and (max-height: 850px) {
  .sc8-map {
    margin-top: 15px;
  }
  #allmap {
    height: 30svh !important;
  }
}

.page-9 {
  padding: 0;
}

@media screen and (max-width: 800px) {
  .page-9 {
    padding: 0;
    height: 389px !important;
  }
}

@media screen and (max-width: 1550px) {
  .page-9 {
    height: 530px !important;
  }
}

@media screen and (max-width: 1000px) {
  .page-9 {
    padding: 0;
    height: 360px !important;
  }

  .swiper4-pagination > span {
    width: 40px;
  }

  .sc5-item-text-1 {
    line-height: 18px;
  }
  .sc5-item-text-2 {
    line-height: 28px;
  }
  .page-5 .slide-content-1-bottom {
    transform: translate(-50%, 0);
  }

  .swiper4-scrollbar {
    width: 50vw;
  }

  .swiper4-button-next,
  .swiper4-button-prev {
    display: none;
  }

  @media screen and (max-height: 670px) {
    .page-3 .sc3-c {
      margin-top: 40px !important;
    }
    .page-3 .slide-content-1 {
      top: calc(var(--hh) + 2svh) !important;
    }

    .page-3 .sc3-c-item {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }
}

.sc2b-c-tl > .sc2b-c-tl-item:nth-child(1)::before {
  display: none;
}

.sc8-text {
  transform: translateX(-20px) translateY(50%);
  display: flex;
  flex-direction: column;
}

.sc8-text.fadeIn {
  transform: translateX(-20px) translateY(0);
}

.sc8-text > div,
.sc8-text > a {
  border-radius: 8px;
  padding: 8px 20px;
  width: fit-content;
  transition: all 0.3s;
}

@media screen and (min-width: 1000px) {
  .sc8-text > div:hover,
  .sc8-text > a:hover {
    background: #ff882d;
    transform: scale(1.1) translateX(-5px);
  }
}
@media (min-width: 1000px) and (max-width: 1900px) {
  .home-page-swiper {
    position: relative;
    height: 100svh;
  }
  .swiper-slide-p {
    padding: 0 2.6042vw;
  }
  .swiper-slide {
    position: relative;
    height: 100svh;
    width: 100%;
    background-size: cover;
    /*padding: 120px 50px 0;*/
    padding: 0 2.6042vw;
    background-position: center;
  }

  .bg-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100svh;
    object-fit: cover;
  }

  .bg-video video {
    width: 100vw;
    height: 100svh;
    object-fit: cover;
  }
  .bg-video::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100svh;
    background-color: #070826;
    opacity: 0.4;
  }

  .jrs-line {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.6042vw;
    height: 100svh;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;

    max-width: 100vw !important;
    margin: 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .jrs-linem,
  .jrs-line {
    display: flex;
  }

  .jrs-linem,
  .jrs-linem3 {
    height: 100%;
  }

  .jrs-linem {
    position: relative;
  }

  .jrs-linem4 {
    position: absolute;
    width: 100%;
    height: 20.8333vw;
    left: 0;
  }

  .jrs-linem4 {
    top: 50%;
    transform: translateY(-50%);
  }

  .jrs-linem3 {
    box-sizing: border-box;
    border-left: 0.1042vw solid rgba(255, 255, 255, 0.1);
  }

  .jrs-linem1:last-child {
    box-sizing: border-box;
    border-left: 0.1042vw solid rgba(255, 255, 255, 0.1);
  }

  .animated,
  .animate2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @keyframes slideInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      opacity: 0;
    }

    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }

  .gdd {
    position: absolute;
    background: url(/themes/theme-cnbianya/assets/img/gd.png) center no-repeat;
    opacity: 0.3;
  }

  .gdd {
    width: 0.625vw;
    height: 100%;
    top: 0;
  }

  .gdd-l {
    left: -0.3646vw;
  }

  .gdd-r {
    right: -0.3646vw;
  }

  .gdd1 {
    animation: moves1 6s linear infinite;
  }

  .gdd2 {
    animation: moves2 6s linear infinite;
  }

  @keyframes moves1 {
    0% {
      transform: translateY(-50%);
    }

    100% {
      transform: translateY(100%);
    }
  }

  @keyframes moves2 {
    0% {
      transform: translateY(100%);
    }

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

  .jrs-linem1 {
    width: 10.4%;
  }

  .jrs-nav,
  .jrs-linem2 {
    width: 79.1%;
    display: flex;
    transition: all 0.3s ease;
  }

  .jrs-nav a {
    color: #fff;
    display: inline-block;
    position: relative;
  }

  .jrs-linem3 {
    width: 25%;
  }

  .jrs-linem3s {
    width: 33%;
  }

  .jrs-line {
    height: 100svh;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.6042vw;
    height: 100svh;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
  }

  .jrs-linem,
  .jrs-line {
    display: flex;
  }

  .jrs-linem,
  .jrs-linem3 {
    height: 100%;
  }

  .jrs-linem {
    position: relative;
  }

  .jrs-linem4 {
    position: absolute;
    width: 100%;
    height: 20.8333vw;
    left: 0;
  }

  .jrs-linem4 {
    top: 50%;
    transform: translateY(-50%);
  }

  .jrs-linem3 {
    box-sizing: border-box;
    border-left: 0.1042vw solid rgba(255, 255, 255, 0.1);
  }

  .jrs-linem1:last-child {
    box-sizing: border-box;
    border-left: 0.1042vw solid rgba(255, 255, 255, 0.1);
  }

  .slide-content {
    position: relative;
    width: 79.121%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    top: 40%;
    height: 100%;
    max-width: 75vw;
  }

  .slide-content-1 {
    top: calc(var(--hh) + 10.5729vw);
  }

  .slide-content-1-bottom {
    position: relative;
    width: 79.121%;
    left: 50%;
    color: #fff;
    bottom: 1.25vw;
    transform: translate(-50%, -100%);
    max-width: 75vw;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }

  .slide-content-1-bottom-down {
    margin-top: 1.6146vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .backtop {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    opacity: 0.6;
  }

  .backtop-3 {
    right: 3.6979vw;
    bottom: 3.5677vw;
  }

  .backtop-4 {
    right: 3.6979vw;
    bottom: 11.4844vw;
  }

  .backtop-5 {
    right: 3.6979vw;
    bottom: 7.6823vw;
  }

  @media screen and (max-width: 87.2396vw) {
    .slide-content,
    .slide-content-1-bottom {
      width: 90%;
      left: 50%;
      transform: translateX(-50%);
    }

    .slide-content-1-bottom {
      transform: translate(-50%, -100%);
    }

    .jrs-linem2 {
      width: 188%;
    }
  }

  @media screen and (max-width: 75.2604vw) {
    .slide-content,
    .slide-content-1-bottom {
      width: 95%;
    }

    .slide-content-1-bottom {
      transform: translate(-50%, -100%);
    }

    .jrs-linem2 {
      width: 400%;
    }
  }

  @media screen and (max-width: 71.6146vw) {
    .backtop {
      right: 1.0417vw;
    }
  }

  @media screen and (max-width: 41.6667vw) {
    .swiper-slide,
    .jrs-line,
    .swiper-slide-p {
      padding: 0 0.5208vw;
    }

    .slide-content-1 {
      top: calc(var(--hh) + 5.2083vw) !important;
    }

    .slide-content-1 > p {
      font-size: max(12px, 0.9375vw);
    }

    .slide-content-1 > h3 span,
    .slide-content-5 h3 span {
      font-size: max(12px, 1.8229vw);
      line-height: 1.8229vw;
    }

    .slide-content-1 a {
      margin-top: 2.0833vw;
    }

    .home-link-btn {
      font-size: max(12px, 0.625vw) !important;
      padding: 0.5208vw 1.0417vw !important;
    }

    .page-8 .slide-content-1 a {
      margin-top: 0.5208vw;
    }
  }

  .backtop {
    transition: all 0.3s;
  }
  .backtop:hover {
    opacity: 1;
  }

  .jrs-kc {
    position: fixed;
    width: 100%;
    height: 100svh;
    z-index: 222;
    left: 0;
    top: 0;
    display: flex;
  }

  .jrs-kc-50 {
    width: 2.6042vw;
  }

  .jrs-kcm {
    height: 100%;
    position: relative;
  }

  .jrs-kcmline {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
  }

  .jrs-kc-6 {
    width: calc((100% - 2.6042vw) / 6);
  }

  .backtop {
    display: none !important;
  }

  @media screen and (max-width: 66.6146vw) {
    .slide-content-1-bottom-down {
      display: none;
    }
  }

  @keyframes boderAnimation {
    0% {
      transform: scale(1);
      opacity: 0;
      -ms-transform: scale(1);
      opacity: 0;
    }

    20% {
      opacity: 1;
    }

    75% {
      transform: scale(2);
      opacity: 0;
      -ms-transform: scale(2);
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes bordershowAnimation {
    50% {
      box-shadow: 0px 0px 0.5208vw 0 #ff6e00;
    }
  }
  .anchor-wrapper a {
    position: relative;
    z-index: 1;
  }
  .anchor-wrapper a > span {
    position: relative;
    animation: bordershowAnimation 3s infinite;
    cursor: pointer;
  }

  .anchor-wrapper a > span::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin-top: -0.651vw;
    margin-left: -0.651vw;
    width: 1.3021vw;
    height: 1.3021vw;
    border-radius: 50%;
    animation: boderAnimation 3s 0.85s infinite;
    cursor: pointer !important;
  }

  .anchor-wrapper a div::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    border-radius: 1.5625vw;
    width: 0;
  }

  .anchor-wrapper a div::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 2.1875vw;
    height: 100%;
  }

  .anchor-wrapper a div {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: max(12px, 0.8333vw);
    line-height: 0.9375vw;
    pointer-events: none;
    color: white;
  }

  .anchor-wrapper li:hover a div {
    pointer-events: all;
  }

  .anchor-wrapper li:hover a div::before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
  }

  .anchor-wrapper li:hover a div span {
    opacity: 1 !important;
    transition: all 0.36s 0.4s;
  }

  .anchor-wrapper li:hover a div svg {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all 0.4s 0.45s;
  }

  .slide-content-1-bottom-down,
  .sc4-bottom-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 4px; !* 箭头之间的间距，可根据需要调整 *!*/
  }

  .slide-content-1-bottom-down svg,
  .sc4-bottom-down svg {
    opacity: 0;
    animation: arrowBlink 1.5s infinite;
  }

  .slide-content-1-bottom-down svg:nth-child(1),
  .sc4-bottom-down svg:nth-child(1) {
    animation-delay: 0s;
  }

  .slide-content-1-bottom-down svg:nth-child(2),
  .sc4-bottom-down svg:nth-child(2) {
    animation-delay: 0.3s;
  }

  .slide-content-1-bottom-down svg:nth-child(3),
  .sc4-bottom-down svg:nth-child(3) {
    animation-delay: 0.6s;
  }

  @keyframes arrowBlink {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .animated,
  .animated2 {
    opacity: 0;
    transition: all 1.5s ease;
    /*transition-delay: .3s;*/
    transform: translateY(50%);
  }

  .fadeIn {
    opacity: 1;
    transform: translateY(0);
  }

  .page-6 {
    padding: 0;
  }

  .swiper-wrapper {
    background-position: center;
    background-size: cover;
  }

  .sc1-text {
    color: #fff;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.8333vw);
    font-style: normal;
    font-weight: 290;
    line-height: 1.25vw;
    letter-spacing: 0.32px;
    max-width: 36.25vw;
  }

  @media screen and (max-width: 78.125vw) {
    .slide-content-1 {
      top: calc(var(--hh) + 10svh);
    }
  }

  .slide-content-2-bottom {
    background: #f6f6f6;
    height: 24.0104vw;
    flex-shrink: 0;
    max-width: 100vw;
    width: 100vw;
    bottom: 0;
  }

  .sc2b-line {
    height: 1px;
    stroke-width: 1px;
    background: #c1c1c1;
    opacity: 0.4;

    position: absolute;
    top: 7.2917vw;
    left: 0;
    width: 100vw;
  }

  .sc2b-c {
    /*background: palegoldenrod;*/
    height: 100%;
  }

  .slide-content-1-bottom-text {
    position: absolute;
    top: 0;
    color: #fff;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.625vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.25vw;
    letter-spacing: 0.24px;

    transform: translateY(calc(-1 * (-50% + 5.2083vw)));
  }

  .page-2 .slide-content-1 {
    top: calc(var(--hh) + 6.5104vw);
  }

  .sc2b-c-tl {
    height: 100%;
    display: flex;
    color: #212121;
    margin: 0 -4.5312vw;
  }

  .sc2b-c-tl-item {
    position: relative;
    flex: 1;
    flex-shrink: 0;
    padding: 0 4.5312vw;
    padding-top: 3.2292vw;
    transition: all 0.3s;
    /*border: 1px solid;*/
  }

  .sc2b-c-tl-item-date {
    color: #212121;
    font-family: D-DIN-PRO;
    font-size: max(12px, 1.4583vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.9792vw;
  }

  .sc2b-c-tl-item-title {
    margin-top: 3.9583vw;
    margin-bottom: 1.5104vw;
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 1.0417vw);
    font-style: normal;
    font-weight: 700;
    line-height: 1.4583vw; /* 140% */
  }

  .sc2b-c-tl-item-text {
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.625vw);
    font-style: normal;
    font-weight: 290;
    line-height: 1.25vw; /* 200% */
    letter-spacing: 0.24px;
  }

  .sc2b-c-tl-item-sphere {
    position: absolute;
    top: 6.7708vw;
    width: 1.0417vw;
    height: 1.0417vw;
    background: #f5ce13;
    border-radius: 100%;
  }

  .sc2b-c-tl-item.active {
    background: #fff;
    transform: translateY(-0.7812vw);
    height: calc(100% + 0.7812vw);
    border-radius: 0.4167vw;
    box-shadow: 0.9375vw 0.1562vw 1.276vw rgba(0, 0, 0, 0.07);
  }

  .sc2b-c-tl-item.active .sc2b-c-tl-item-date {
    color: #ff6e00;
    font-family: D-DIN-PRO;
    font-size: max(12px, 1.4583vw);
    font-style: normal;
    font-weight: 700;
    line-height: 1.9792vw; /* 135.714% */
  }

  .sc2b-c-tl-item.active .sc2b-c-tl-item-sphere {
    background: #ff6e00;
  }

  .sc2b-c-tl-item.active .sc2b-c-tl-item-title {
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 1.25vw);
    font-style: normal;
    font-weight: 700;
    line-height: 1.4583vw; /* 116.667% */
  }

  .sc2b-c-tl-item.active .sc2b-c-tl-item-text {
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.7292vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.3542vw; /* 185.714% */
    letter-spacing: 0.28px;
  }

  .sc2b-c-tl-item.active::before {
    content: "";
    position: absolute;
    left: -0.5208vw;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 1.0417vw;
    height: 1.0417vw;
    background: #f6f6f6;
    border-top-left-radius: 0.3125vw;
    z-index: 2;
  }

  .sc2b-c-tl-item.active::after {
    content: "";
    position: absolute;
    right: -0.5208vw;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 1.0417vw;
    height: 1.0417vw;
    background: #fff;
    border-top-right-radius: 0.3125vw;
    z-index: 1;
  }

  @media screen and (max-height: 48.9583vw) {
    .slide-content-2-bottom {
      height: 35svh;
      min-height: 16.6667vw;
    }

    .sc2b-c-tl-item {
      padding: 1.0417vw;
    }

    .sc2b-line,
    .sc2b-c-tl-item-sphere {
      top: 5.2083vw;
    }
    .sc2b-c-tl-item-sphere {
      transform: translateY(-50%);
    }
  }

  @media screen and (max-height: 42.1875vw) {
    .sc1-subtitle {
      font-size: max(12px, 0.8333vw) !important;
      line-height: 1.0417vw !important;
    }
    .sc1-title {
      font-size: max(12px, 1.5625vw) !important;
      line-height: 2.0833vw !important;
    }
    .slide-content-1-bottom-text {
      transform: translateY(-120%);
    }

    .page-2 .slide-content-1 {
      top: calc(var(--hh) + 5svh);
    }
  }

  .page-3 .slide-content-1 {
    top: calc(var(--hh) + 4.7396vw);
  }

  .sc3-c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .sc3-c-item-icon {
    margin-bottom: 1.6667vw;
    width: 3.9062vw;
    height: 3.9062vw;
  }

  .sc3-c-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    transition: all 0.3s;
    border-radius: 0.4167vw;
    width: 100%;
    margin: 0 auto;
    max-width: 14.8958vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
  .sc3-c-item:hover {
    transform: translateY(-1.5625vw);
    background: rgba(0, 0, 38, 0.3);
    backdrop-filter: blur(0.2344vw);
  }

  .sc3-c-item-title {
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 1.25vw);
    font-style: normal;
    font-weight: 700;
    line-height: 1.875vw; /* 150% */
    letter-spacing: 0.48px;
  }

  .sc3-c-item-list {
    margin-top: 1.5625vw;
    display: flex;
    flex-direction: column;

    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.7292vw);
    font-style: normal;
    font-weight: 290;
    line-height: 1.4583vw; /* 200% */
    letter-spacing: 0.28px;
  }

  .sc3-c-item-list > div {
    margin-bottom: 0.625vw;
  }

  .page-4 .slide-content-1 {
    top: calc(var(--hh) + 7.2396vw);
  }

  .page-4 .sc4-swiper {
    z-index: 10;
    height: 100svh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rebeccapurple;*/
    /*padding-top: var(--hh);*/
  }

  .sc4-swiper .sc1-title {
    position: absolute;
    color: #fff;
    text-align: center;
    z-index: 11;
    top: calc(var(--hh) + 7.2396vw);
    width: 100vw;
  }

  .swiper4-button-next,
  .swiper4-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    padding: 0.5208vw;
  }

  .swiper4-button-next {
    right: 7.7604vw;
    transform: translateY(-50%) rotate(180deg);
  }

  .swiper4-button-prev {
    left: 7.7604vw;
  }

  .swiper4-scrollbar {
    position: absolute;
    z-index: 11;
    left: 50%;
    bottom: 4.2188vw;
    transform: translateX(-50%);

    width: 18.75vw;
    height: 0.1562vw;
    background: rgba(255, 255, 255, 0.5);
  }

  .swiper4-pagination {
    position: absolute !important;
    z-index: 11 !important;
    left: 50% !important;
    bottom: 4.2188vw !important;
    transform: translateX(-50%) !important;

    width: fit-content !important;
  }

  .swiper4-pagination > span {
    width: 6.25vw;
    height: 0.1562vw;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 !important;
    transition: all 0.3s !important;
  }

  .swiper4-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .swiper4-scrollbar .swiper-scrollbar-drag {
    background: #fff;
  }

  .sc4-swiper-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    color: #fff;
  }

  .sc4-swiper-content-text-1 {
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 1.25vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.3542vw; /* 108.333% */
    letter-spacing: 0.48px;
    margin-bottom: 1.7188vw;
  }

  .sc4-swiper-content-text-2 {
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.7292vw);
    font-style: normal;
    font-weight: 290;
    line-height: 1.4583vw; /* 200% */
    letter-spacing: 0.28px;
    max-width: 33.3333vw;
  }

  .sc4-swiper-content-text-2 > div {
    transition: all 0.3s;
  }

  .sc4-swiper-content {
    transition: all 0.3s;
  }

  .sc4-swiper-content:hover {
    transform: translate(-50%, -50%) scale(1.1);
  }

  .sc4-swiper-content-icons {
    margin-top: 2.5521vw;
    height: 2.0833vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.4583vw;
  }

  .sc4-swiper-content-icons img {
    height: 100%;
  }

  .page-5 .sc5-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100svh;
    background: rebeccapurple;

    display: flex;
  }

  .sc5-item {
    position: relative;
    flex: 1;
    overflow: hidden;
    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sc5-item:hover .sc5-item-bg {
    transform: scale(1.2);
  }

  .sc5-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
  }

  .sc5-item-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }

  .sc5-item-text-1 {
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 1.0417vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583vw; /* 140% */
    letter-spacing: 0.4px;
  }

  .sc5-item-text-2 {
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 1.6667vw);
    font-style: normal;
    font-weight: 700;
    line-height: 2.5vw; /* 150% */
    letter-spacing: 0.1667vw;
  }

  .sc5-item-text-3 {
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 1.0417vw);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.1042vw;
  }

  .page-6 .sc5-item:hover .sc5-item-bg {
    transform: scale(1);
  }

  .page-6 .sc5-item-bg::before {
    content: none;
  }

  .sc6-item-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 17, 43, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: all 0.3s;
  }

  .sc6-item-content:hover {
    opacity: 1;
  }

  .sc6-item-text-1 {
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 1.25vw);
    font-style: normal;
    font-weight: 700;
    line-height: 1.4583vw; /* 116.667% */
    letter-spacing: 0.0625vw;
  }

  .sc6-item-text-2 {
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.7292vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.1458vw; /* 157.143% */
    letter-spacing: 0.28px;
  }

  .page-7 .slide-content-1 {
    top: calc(var(--hh) + 4.1146vw);
  }

  .p7-subtitle {
    color: #212121;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.7292vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583vw; /* 200% */
    letter-spacing: 0.28px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.4271vw;
  }

  .p7-map-dot {
    position: absolute;
    transition: all 1s;
    opacity: 0;
    transform: translateY(-100%);
  }

  .p7-map-dot img {
    transform-origin: bottom center;
    transition: all 0.3s;
  }

  .p7-map-dot img:hover {
    transform: scale(1.1);
  }

  .p7-map-dot-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-22%, -124%);
  }

  .p7-map-dot-hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
    text-align: center;

    color: #000;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.8333vw);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3275vw; /* 159.302% */
    letter-spacing: 0.32px;
  }

  .p7-map-dot:hover .p7-map-dot-hover {
    display: block;
  }

  .page-7 .slide-content-1-bottom path {
    stroke: #5f6b7b;
  }

  .page-8 .slide-content-1 {
    top: calc(var(--hh) + 3.2812vw);
  }

  .page-8 .sc8-text {
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.8333vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.3542vw; /* 162.5% */
    letter-spacing: 0.32px;
  }

  .page-8 .sc8-text img {
    margin-right: 0.9896vw;
  }

  .page-8 .sc8-text div {
    /*margin-bottom: 15px;*/
  }

  .page-9 {
    padding: 0 !important;
  }

  .sc7-global {
    position: absolute;

    top: -2.6042vw;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 70vw;
  }

  .sc7-global img {
    margin: 0 auto;
  }

  @media screen and (min-width: 52.0833vw) {
    @media screen and (max-height: 42.1875vw) {
      .sc3-c-item-title {
        font-size: max(12px, 1.0417vw);
      }
      .sc3-c-item-list {
        margin-top: 0.5208vw;
        font-size: max(12px, 0.625vw);
      }
      .sc3-c-item-icon {
        margin-bottom: 0.5208vw;
        width: 3.125vw;
        height: 3.125vw;
      }
      .sc3-c-item-list > div {
        margin-bottom: 0.2604vw;
      }
      .sc3-c {
        margin-top: 6.25vw !important;
      }
      .sc4-swiper .sc1-title {
        top: calc(var(--hh) + 10svh);
      }
      .page-8 .sc8-text {
        margin-top: 1.0417vw !important;
      }
      .page-8 .sc8-text div {
        /*margin-bottom: 10px !important;*/
      }
      .sc8-map {
        margin-top: 1.0417vw !important;
      }
      #allmap {
        max-height: 50svh;
      }
      .p7-map-dot-hover-text {
        font-size: max(12px, 0.625vw);
      }
    }

    @media screen and (max-height: 38.3854vw) {
      .page-3 .slide-content-1 {
        top: calc(var(--hh) + 1.0417vw);
      }
      .sc3-c {
        margin-top: 16svh !important;
      }
      .sc4-swiper .sc1-title {
        top: calc(var(--hh) + 5svh);
      }
      .p7-subtitle {
        margin: 0.5208vw !important;
      }
      .page-8 .slide-content-1 {
        top: calc(var(--hh) + 1.0417vw);
      }
      #allmap {
        max-height: 45svh;
      }
    }
  }

  @media screen and (max-width: 67.7083vw) {
    .sc2b-c-tl-warp {
      height: 100%;
      margin: 0;
      overflow-x: auto;
      overflow-y: hidden;
    }
    .sc2b-c-tl {
      margin: 0;
      width: 78.125vw;
    }
    .sc2b-c-tl-item {
      padding: 1.8229vw;
    }
  }

  @media screen and (max-width: 53.3333vw) {
    .page-9 {
      height: 15.625vw !important;
    }
  }

  @media screen and (max-width: 52.0833vw) {
    .sc3-c {
      margin-top: 10svh !important;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2.0833vw;
    }
    .page-3 .slide-content-1 {
      top: calc(var(--hh) + 10svh) !important;
    }
    .sc3-c-item-icon {
      width: 1.8229vw;
      height: 1.8229vw;
      margin-bottom: 1.0417vw !important;
    }
    .sc3-c-item-title {
      font-size: max(12px, 0.9375vw);
    }
    .sc3-c-item-list {
      margin-top: 0.5208vw;
      font-size: max(12px, 0.625vw);
      line-height: 0.9375vw;
    }
    .sc3-c-item-list > div {
      margin-bottom: 0.2604vw;
    }

    .sc1-subtitle {
      font-size: max(12px, 0.8333vw) !important;
      line-height: 1.0417vw !important;
    }
    .sc1-title {
      font-size: max(12px, 1.5625vw) !important;
      line-height: 2.0833vw !important;
    }

    .sc4-swiper .sc1-title {
      top: calc(var(--hh) + 10svh);
    }
    .sc4-swiper-content {
      width: 100%;
    }
    .sc4-swiper-content-text-2 {
      max-width: 90vw;
      margin: 0 auto;
      font-size: max(12px, 0.625vw);
    }

    .swiper4-button-prev {
      left: 1.0417vw;
    }
    .swiper4-button-next {
      right: 1.0417vw;
    }

    .page-5 .sc5-content {
      flex-direction: column;
    }

    .page-8 .slide-content-1 {
      top: calc(var(--hh) + 6svh) !important;
    }

    #allmap {
      height: 40svh;
    }

    .sc5-item-text-3,
    .sc5-item-text-1 {
      font-size: max(12px, 0.625vw);
    }

    .sc5-item-text-2 {
      font-size: max(12px, 1.0417vw);
      margin-top: 0.2604vw !important;
      margin-bottom: 0.5208vw !important;
    }

    .sc6-item-text-2 {
      margin-top: 1.0417vw !important;
    }

    .page-9 {
      height: 17.8125vw !important;
    }
  }

  footer {
    height: 100% !important;
  }

  .sc5-item-a1,
  .sc5-item-a2 {
    width: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }

  .sc5-item-a2 {
    opacity: 0;
    transform: translate(-50%, 300%);
  }

  .sc5-item:hover .sc5-item-a1 {
    transform: translate(-50%, -80%);
  }

  .sc5-item:hover .sc5-item-a2 {
    opacity: 1;
    transform: translate(-50%, 120%);
  }

  .sc6-item-content-text {
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.3s;
    transition-delay: 100ms;
  }

  .sc5-item:hover .sc6-item-content-text {
    opacity: 1;
    transform: translateY(0);
  }

  .sc2b-c-tl > .sc2b-c-tl-item:nth-last-child(1)::after {
    content: none !important;
  }

  .sc5-item:hover .sc5-item-bg {
    transform: scale(1.1) !important;
  }

  .page-7 .slide-content {
    max-width: 83.3333vw !important;
  }

  .sc6-content {
    display: flex;
  }

  .sc6c-left {
    flex-shrink: 0;
    width: 38.073vw;
    height: 100svh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sc6c-right {
    flex: 1;
    position: relative;

    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 2.2396vw;

    transform: translateX(-6.5%);
  }

  .sc6c-left-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    max-width: 13.1771vw;
  }

  .sc6c-left-t1 {
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 3.125vw);
    font-style: normal;
    font-weight: 700;
    line-height: 3.5417vw;
    letter-spacing: 0.0625vw;
    margin-bottom: 1.1979vw;
  }
  .sc6c-left-t2 {
    color: #fff;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.7292vw);
    font-style: normal;
    font-weight: 290;
    line-height: 1.1458vw;
    letter-spacing: 0.28px;

    margin-bottom: 4.7917vw;
  }
  .sc6c-left-t3 {
    width: 100%;

    display: flex;
    justify-content: flex-start;
  }

  .sc6c-right-item {
    position: relative;
    width: 18.542vw;
    height: 55.555555svh;
    background-size: cover;
    box-shadow: 0.6771vw 0.7812vw 0.7708vw 0px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 1.1458vw;

    transform: translateY(1.4583vw);
    transition: all 0.3s;
  }

  .sc6c-right-item:hover {
    transform: translateY(0);
  }

  .sc6c-right-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 38, 0) 55.67%,
      rgba(0, 0, 38, 0.6) 100%
    );
  }

  .sc6c-right-item-t1 {
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 1.0417vw);
    font-style: normal;
    font-weight: 700;
    line-height: 1.4583vw;
    letter-spacing: 1px;
    margin-bottom: 0.5208vw;
  }
  .sc6c-right-item-t2 {
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: max(12px, 0.625vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.1458vw;
    letter-spacing: 0.24px;
  }

  .page-6 .slide-content-1-bottom {
    transform: translate(-50%, 0%);
  }

  .sc6c-right-item > div {
    opacity: 0.6;
    transition: all 0.3s;
  }

  .sc6c-right-item:hover > div {
    opacity: 1;
  }

  @media screen and (max-width: 52.0833vw) {
    .page-6 .sc6-content,
    .page-6 .slide-content-1-bottom {
      display: none;
    }
    .mobile-show {
      display: block !important;
    }

    .page-6 .sc4-swiper .sc1-title {
      text-align: left;
      padding-left: 1.5625vw;
    }

    .page-6 .sc4-swiper-content {
      left: 1.5625vw;
      top: unset;
      bottom: 8.8021vw;
      transform: none;
    }

    .page-6 .sc4-swiper-content > div {
      text-align: left;
      margin: 0;
    }

    .page-7 .p7-map {
      display: none;
    }
  }

  @media screen and (max-height: 53.125vw) {
    #allmap {
      height: 40svh !important;
    }
  }

  @media screen and (max-height: 44.2708vw) {
    .sc8-map {
      margin-top: 0.7812vw;
    }
    #allmap {
      height: 30svh !important;
    }
  }

  .page-9 {
    padding: 0;
  }

  @media screen and (max-width: 41.6667vw) {
    .page-9 {
      padding: 0;
      height: 20.2604vw !important;
    }
  }

  @media screen and (max-width: 80.7292vw) {
    .page-9 {
      height: 27.6042vw !important;
    }
  }

  @media screen and (max-width: 52.0833vw) {
    .page-9 {
      padding: 0;
      height: 18.75vw !important;
    }

    .swiper4-pagination > span {
      width: 2.0833vw;
    }

    .sc5-item-text-1 {
      line-height: 0.9375vw;
    }
    .sc5-item-text-2 {
      line-height: 1.4583vw;
    }
    .page-5 .slide-content-1-bottom {
      transform: translate(-50%, 0);
    }

    .swiper4-scrollbar {
      width: 50vw;
    }

    .swiper4-button-next,
    .swiper4-button-prev {
      display: none;
    }

    @media screen and (max-height: 34.8958vw) {
      .page-3 .sc3-c {
        margin-top: 2.0833vw !important;
      }
      .page-3 .slide-content-1 {
        top: calc(var(--hh) + 2svh) !important;
      }

      .page-3 .sc3-c-item {
        padding-top: 0.7812vw;
        padding-bottom: 0.7812vw;
      }
    }
  }

  .sc2b-c-tl > .sc2b-c-tl-item:nth-child(1)::before {
    display: none;
  }

  .sc8-text {
    transform: translateX(-1.0417vw) translateY(50%);
    display: flex;
    flex-direction: column;
  }

  .sc8-text.fadeIn {
    transform: translateX(-1.0417vw) translateY(0);
  }

  .sc8-text > div,
  .sc8-text > a {
    border-radius: 0.4167vw;
    padding: 0.4167vw 1.0417vw;
    width: fit-content;
    transition: all 0.3s;
  }

  @media screen and (min-width: 52.0833vw) {
    .sc8-text > div:hover,
    .sc8-text > a:hover {
      background: #ff882d;
      transform: scale(1.1) translateX(-0.2604vw);
    }
  }

  .sc1-subtitle {
    font-size: max(14px, 1.0417vw) !important;
    line-height: 1.4583vw !important;
  }
  .sc1-title {
    font-size: max(24px, 3.125vw) !important;
    line-height: 3.5417vw !important;
    letter-spacing: 0.0625vw !important;
  }
  .full_wz_h3 {
    margin-top: 0.4167vw !important;
  }
  .sc1-text {
    margin-top: 1.1458vw !important;
  }
  .slide-content-1-bottom-down {
    margin-top: 1.6146vw !important;
  }
  .sc3-c {
    margin-top: 8.3333vw !important;
  }

  .page-9 {
    height: 32.4vw !important;
  }
}
