<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  --next-box-height: 30vw;
  --next-box-title-width: 15.625vw;
  --next-box-title-height: 6vw;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* é™åˆ¶åœ¨ä¸¤è¡Œ */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* é˜²æ­¢é•¿å•è¯æˆ–URLåœ°å€ä¸ä¼šæ¢è¡Œ */
}
.section-gap {
  margin-top: 200px;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
@media (max-width: 1536) {
  .section-gap {
    margin-top: 170px;
  }
}
@media (max-width: 1280px) {
  .section-gap {
    margin-top: 140px;
  }
}
@media (max-width: 1024px) {
  .section-gap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-gap {
    margin-top: 20px;
  }
}
.section-l-margin {
  padding-left: 8.33vw;
}
@media (max-width: 1536) {
  .section-l-margin {
    padding-left: 5.33vw;
  }
}
@media (max-width: 1280px) {
  .section-l-margin {
    padding-left: 40px;
  }
}
.button-action {
  width: fit-content;
  position: relative;
  margin: 0;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.button-action a {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.button-action:hover a {
  animation-delay: 0.06s;
}
@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.button-action {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.button-action a {
  width: 258px;
  height: 50px;
  line-height: 50px;
  z-index: 20;
  display: block;
}
.button-action:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.button-action:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 767px) {
  .button-action a {
    width: 130px;
    height: 30px;
    line-height: 30px;
    z-index: 20;
    font-size: 14px;
    display: block;
  }
}
.button-action2 {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}
.button-action2 span {
  margin: 10px;
}
.button-action2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.4s ease-out;
  z-index: -1;
}
.button-action2:hover {
  color: #000;
  border: 1px solid #fff;
}
.button-action2:hover::before {
  box-shadow: inset 0 0 0 10em #fff;
}
.animate__delay-005s {
  animation-delay: 0.05s;
}
.animate__delay-01s {
  animation-delay: 0.1s;
}
.animate__delay-02s {
  animation-delay: 0.2s;
}
.animate__delay-03s {
  animation-delay: 0.3s;
}
.animate__delay-04s {
  animation-delay: 0.4s;
}
.animate__duration-2s {
  animation-duration: 2s;
}
.animate__duration-15s {
  animation-duration: 1.5s;
}
.animate__duration-13s {
  animation-duration: 1.3s;
}
@media (max-width: 767px) {
  .animate__delay-005s {
    animation-delay: 0s;
  }
  .animate__delay-01s {
    animation-delay: 0s;
  }
  .animate__delay-02s {
    animation-delay: 0s;
  }
  .animate__delay-03s {
    animation-delay: 0s;
  }
  .animate__delay-04s {
    animation-delay: 0s;
  }
  .animate__duration-2s {
    animation-duration: 0s;
  }
  .animate__duration-15s {
    animation-duration: 0s;
  }
  .animate__duration-13s {
    animation-duration: 0s;
  }
}
.button-hover {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s 0.1s ease-out;
  text-align: center;
}
.button-hover:hover {
  color: #000;
  background: #fff;
}
.button-hover2 {
  background: transparent;
  position: relative;
  padding: 0.78vw 4.68vw;
  display: flex;
  align-items: center;
  font-size: calc(12px + 0.2vw);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 8px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s 0.1s ease-out;
  text-align: center;
}
.button-hover2:hover {
  color: #000;
  background: #fff;
}
header {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
header .headerSwiper {
  height: 100%;
}
header .headerSwiper .swiper-slide .swiper-slide-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .headerSwiper .swiper-slide .swiper-slide-banner.pc {
  display: block;
}
header .headerSwiper .swiper-slide .swiper-slide-banner.wap {
  display: none;
}
header .headerSwiper .swiper-slide .slide-text-box {
  width: fit-content;
  position: absolute;
  top: 23vh;
  color: #fff;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text {
  font-size: 24px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
  letter-spacing: 5px;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
  font-size: calc(20px + 1.48vw);
  padding: 30px 0 10px 0;
  letter-spacing: 13px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s 0.1s;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-third {
  font-size: 18px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s 0.2s;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text {
  transform: translateY(0%);
  opacity: 1;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text-second {
  transform: translateY(0%);
  opacity: 1;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text-third {
  transform: translateY(0%);
  opacity: 0.8;
}
@media (max-width: 1080px) {
  header .headerSwiper .swiper-slide .slide-text-box {
    top: 19vh;
    width: 100%;
    padding-left: 0px !important;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text {
    text-align: center;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px 0;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-third {
    text-align: center;
  }
}
@media (max-width: 767px) {
  header .headerSwiper .swiper-slide .slide-text-box {
    top: 18vh;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px !important;
    padding-right: 20px;
    width: 100%;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text {
    font-size: 16px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
    font-size: 24px;
    padding: 20px 0 8px 0;
    letter-spacing: 2px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s 0.1s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-third {
    font-size: 14px;
  }
  header .headerSwiper .swiper-slide .slide-text-box .header-more {
    width: 143px !important;
    height: 32px !important;
    line-height: 32px !important;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s 0.3s;
  }
}
header .headerSwiper .swiper-scrollbar {
  width: 196px !important;
  background-color: #fff;
  bottom: 44px;
  left: 40px;
  height: 2px;
}
header .headerSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #30c6d1;
}
@media (max-width: 1080px) {
  header .headerSwiper .swiper-slide .swiper-slide-banner.pc {
    display: none;
  }
  header .headerSwiper .swiper-slide .swiper-slide-banner.wap {
    display: block;
  }
}
header .header-arrow {
  width: 100%;
  position: absolute;
  bottom: 54px;
  display: flex;
  justify-content: center;
  z-index: 2;
  animation: 2s linear infinite headerArrow;
}
@media (max-width: 767px) {
  header .header-arrow {
    display: none;
  }
  header .headerSwiper {
    height: 100%;
  }
  header .headerSwiper .swiper-scrollbar {
    width: 196px !important;
    background-color: #fff;
    bottom: 44px;
    left: calc((100vw - 196px) / 2);
    height: 2px;
  }
}
header .sidebar {
  position: fixed;
  bottom: 44px;
  z-index: 20;
  right: 40px;
  opacity: 0;
  transition: all 0.5s;
}
header .sidebar .sidebar-continer {
  background-color: #ffffffcc;
  backdrop-filter: blur(4px);
  padding: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box img {
  filter: brightness(0);
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box:hover {
  background: #333333;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box:hover img {
  filter: none;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img {
  width: 24px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img2 {
  width: 26px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img3 {
  width: 20px;
}
header .sidebar .sidebar-go-top {
  cursor: pointer;
  padding: 2px;
  border-radius: 2px;
  background-color: #ffffffee;
  backdrop-filter: blur(4px);
  height: 54px;
  transition: height 0.5s;
}
header .sidebar .sidebar-go-top div {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar .sidebar-go-top div img {
  width: 26px;
  filter: brightness(0);
}
header .sidebar .sidebar-go-top div:hover {
  background: #333333;
}
header .sidebar .sidebar-go-top div:hover img {
  filter: none;
}
header .sidebar .sidebar-go-top.sidebar-go-top-active {
  opacity: 1;
  height: 54px;
}
@media (max-width: 767px) {
  header .sidebar {
    right: 20px;
  }
  header .sidebar .sidebar-continer {
    background-color: #ffffffad;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img {
    width: 22px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img2 {
    width: 24px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img3 {
    width: 18px;
  }
  header .sidebar .sidebar-go-top {
    height: 44px;
  }
  header .sidebar .sidebar-go-top div {
    width: 40px;
    height: 40px;
  }
  header .sidebar .sidebar-go-top div img {
    width: 22px;
  }
  header .sidebar .sidebar-go-top.sidebar-go-top-active {
    opacity: 1;
    height: 44px;
  }
}
@keyframes headerArrow {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(24px);
    opacity: 0.5;
  }
}
.screen-title {
  font-size: 0.44rem;
  color: #000000;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .screen-title {
    font-size: 24px;
  }
}
.second-screen {
  width: 100%;
}
.second-screen .second-screen-title {
  padding: 5.468vw 0;
}
.second-screen .ecology-list {
  display: flex;
  gap: 0.09rem;
}
.second-screen .ecology-list .ecology-box {
  position: relative;
  width: 20%;
  transition: all ease 0.3s;
  height: 32.4vw;
}
.second-screen .ecology-list .ecology-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-screen .ecology-list .ecology-box p {
  position: absolute;
  bottom: 0;
  font-size: 0.24rem;
  line-height: 1;
  color: #ffffff;
  padding: 0 0 0.55rem 0.4rem;
}
.second-screen .ecology-list .ecology-box.active {
  width: 40%;
}
@media (max-width: 767px) {
  .second-screen .second-screen-title {
    padding: 50px 0;
  }
  .second-screen .ecology-list {
    flex-direction: column;
    gap: 14px;
  }
  .second-screen .ecology-list .ecology-box {
    width: 100% !important;
    height: 40vh;
  }
  .second-screen .ecology-list .ecology-box p {
    font-size: 18px;
    padding: 0 0 25px 20px;
  }
}
.third-screen {
  padding-bottom: 6.77vw;
}
.third-screen.rzzl-third-screen {
  padding-bottom: 0;
}
.third-screen .third-detail {
  color: #000;
  text-align: center;
}
.third-screen .platform-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}
.third-screen .platform-list .platform-li {
  background: #fafafa;
  box-shadow: 0px 0px 14px 2px rgba(190, 190, 190, 0.25);
  padding: 0.4rem 0.44rem 0.32rem 0.44rem;
  position: relative;
}
.third-screen .platform-list .platform-li .platform-icon img {
  height: 0.6rem;
  width: auto;
}
.third-screen .platform-list .platform-li .platform-icon img:nth-child(1) {
  display: block;
}
.third-screen .platform-list .platform-li .platform-icon img:nth-child(2) {
  display: none;
}
.third-screen .platform-list .platform-li .platform-title {
  font-size: calc(18px + 0.729vw);
  color: #212121;
  line-height: 1;
  padding: 0.27rem 0 0.22rem 0;
}
.third-screen .platform-list .platform-li .platform-detail-title {
  font-size: calc(10px + 0.31666vw);
  color: #828282;
  line-height: 0.33rem;
}
.third-screen .platform-list .platform-li::before {
  position: absolute;
  bottom: 0px;
  content: '';
  left: 0;
  width: 0%;
  height: 2px;
  background: #30c6d1;
  transition: all 0.5s;
}
.third-screen .platform-list .platform-li:hover::before {
  position: absolute;
  bottom: 0px;
  content: '';
  left: 0;
  width: 100%;
  height: 2px;
  background: #30c6d1;
}
.third-screen .platform-list .platform-li:hover .platform-icon img:nth-child(1) {
  display: none;
}
.third-screen .platform-list .platform-li:hover .platform-icon img:nth-child(2) {
  display: block;
}
.third-screen .finance-list .finance-li {
  position: relative;
  height: 100vh;
}
.third-screen .finance-list .finance-li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.third-screen .finance-list .finance-li .finance-text {
  position: absolute;
  bottom: 0.95rem;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Microsoft YaHei;
}
.third-screen .finance-list .finance-li .finance-text .finance-title {
  font-weight: 300;
  font-size: 0.3rem;
  padding-bottom: 0.14em;
}
.third-screen .finance-list .finance-li .finance-text .finance-describe {
  font-weight: 300;
  font-size: 0.18rem;
}
@media (max-width: 1536px) {
  .third-screen {
    padding-bottom: 6vw;
  }
  .third-screen .platform-list .platform-li {
    padding: 0.3rem 0.34rem 0.3rem 0.34rem;
  }
  .third-screen .platform-list .platform-li .platform-title {
    font-size: 0.24rem;
    padding: 0.22rem 0;
    line-height: 0.24rem;
  }
  .third-screen .platform-list .platform-li .platform-detail-title {
    line-height: 0.24rem;
  }
}
@media (max-width: 1200px) {
  .third-screen .platform-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .third-screen .platform-list .platform-li .platform-title {
    font-size: 0.28rem;
  }
}
@media (max-width: 1200px) {
  .third-screen .finance-list .finance-li {
    height: 65vw;
  }
}
@media (max-width: 767px) {
  .third-screen {
    padding-bottom: 40px;
  }
  .third-screen .platform-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .third-screen .platform-list .platform-li {
    box-shadow: 0px 0px 7px 2px rgba(190, 190, 190, 0.25);
    padding: 30px 26px 25px 26px;
  }
  .third-screen .platform-list .platform-li .platform-icon img {
    height: 32px;
  }
  .third-screen .platform-list .platform-li .platform-title {
    font-size: 18px;
    padding: 17px 0 12px 0;
  }
  .third-screen .platform-list .platform-li .platform-detail-title {
    font-size: 12px;
    line-height: 16px;
  }
  .third-screen .finance-list .finance-li {
    position: relative;
    height: auto;
  }
  .third-screen .finance-list .finance-li .finance-img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
  }
  .third-screen .finance-list .finance-li .finance-text {
    position: static;
    bottom: 30px;
    color: #000;
    text-align: center;
    width: 100%;
    font-family: Microsoft YaHei;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .third-screen .finance-list .finance-li .finance-text .finance-title {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .third-screen .finance-list .finance-li .finance-text .finance-describe {
    font-size: 12px;
  }
}
</pre></body></html>