@font-face {
  font-family: 'Rajdhani-SemiBold';
  src: url("../fonts/Rajdhani-SemiBold-5.ttf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes o-index-svg {
  0% {
    stroke-dashoffset: o-index-svg;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes index-banner {
  0%, 100% {
    transform: scale(1);
  }
  40%,60% {
    transform: scale(1.2);
  }
}
@keyframes o-map-scale {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1025px) {
  .dom-loaded .header {
    transition: all .3s ease;
  }
  .dom-loaded .header .logo img {
    transition: opacity .3s ease;
  }
  .dom-loaded .header .link-box a {
    transition: all .3s ease;
  }
  .dom-loaded .header a.link span {
    transition: all .3s ease;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 0 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .header.bg, .header.down {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .header.bg .logo img.show, .header.down .logo img.show {
    opacity: 0;
  }
  .header.bg .logo img.hide, .header.down .logo img.hide {
    opacity: 1;
  }
  .header.bg .link-box a, .header.down .link-box a {
    color: #000;
  }
  .header.bg a.link span, .header.down a.link span {
    color: #000;
  }
  .header.down .link-box a {
    line-height: max(60px, 0.8rem);
  }
}
.header:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.header .left-box {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.header .logo {
  position: relative;
  width: max(120px, 1.56rem);
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .logo img.hide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .link-box {
  display: flex;
  gap: 0.3rem;
}
.header .link-box a {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: max(70px, 0.9rem);
  cursor: pointer;
}
.header a.link {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  justify-content: center;
  padding: 0.12rem 0.4rem;
  border: 0.02rem solid #7dfffc;
  border-radius: max(20px, 0.25rem);
  transition: all .3s ease;
}
.header a.link span {
  font-size: max(13px, 0.16rem);
  color: #ffffff;
  padding-bottom: 2px;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .header a.link:hover {
    background-color: #7dfffc;
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(125, 255, 252, 0.3);
  }
  .header a.link:hover span {
    color: #000;
  }
}

.footer {
  background-color: #fff;
}
.footer .top-block {
  padding: 0.6rem 0 0.4rem;
}
.footer .top-block .logo-box {
  width: max(120px, 1.56rem);
  margin: 0 auto;
}
.footer .top-block .logo-box img {
  display: block;
  width: 100%;
}
.footer .top-block .link-box {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  gap: 0.1rem 0.4rem;
}
.footer .top-block .link-box a {
  font-size: max(13px, 0.16rem);
  color: #000000;
  transition: color .3s ease;
}
.footer .top-block .ewm-box {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  gap: 0.3rem;
}
.footer .top-block .ewm-box .inner .img-box {
  width: max(90px, 1rem);
  margin: 0 auto;
  border: 1px solid #dfdfdf;
}
.footer .top-block .ewm-box .inner img {
  display: block;
  width: 100%;
}
.footer .top-block .ewm-box .inner p {
  font-size: max(12px, 0.14rem);
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.1rem;
}
.footer .bot-block {
  border-top: 1px solid #dddddd;
  padding: 0.3rem 0;
}
.footer .bot-block .copyright {
  font-size: max(12px, 0.14rem);
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.footer .bot-block .copyright a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.2rem;
}

.pops-whzl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}
.pops-whzl .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.pops-whzl .main {
  position: absolute;
  top: 10vh;
  bottom: 10vh;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.5rem 1rem 0.6rem 0.6rem;
  background: #fff url("../images/index/img-18.jpg") center top no-repeat;
  background-size: 100% auto;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}
.pops-whzl .main:after {
  content: '';
  width: 100%;
  height: 10vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, #fff, #e8f4f8);
  z-index: 1;
}
.pops-whzl .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-2.svg");
  z-index: 3;
  cursor: pointer;
}
.pops-whzl .top-title {
  font-size: max(18px, 0.28rem);
  line-height: 30px;
  color: #010101;
  font-weight: bold;
  z-index: 2;
  padding-left: 0.24rem;
  position: relative;
}
.pops-whzl .top-title:before {
  content: '';
  width: 0.05rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7dfffc;
}
.pops-whzl .scroll {
  position: relative;
  z-index: 2;
  margin-top: 0.5rem;
  max-height: calc(80vh - 2.7rem - 30px);
  overflow: auto;
  margin-right: -0.5rem;
  padding-right: 0.5rem;
}
.pops-whzl .pic {
  border-radius: 6px;
  overflow: hidden;
}
.pops-whzl .pic img {
  display: block;
  width: 100%;
}
.pops-whzl .main-box {
  margin-top: 0.3rem;
}
.pops-whzl .main-box .box {
  margin-top: 0.5rem;
}
.pops-whzl .main-box .box:nth-of-type(1) {
  margin-top: 0;
}
.pops-whzl .main-box .box .tit {
  background-color: #ecf9ff;
  padding: 0 0.2rem;
  line-height: max(40px, 0.6rem);
  font-size: max(16px, 0.2rem);
  color: #000000;
  border-radius: 6px;
}
.pops-whzl .main-box .box .para {
  font-size: max(14px, 0.16rem);
  color: #000000;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 0.16rem;
  padding: 0 0.2rem;
}
.pops-whzl .main-box .box .para .tips {
  font-size: max(15px, 0.18rem);
  color: #00405b;
  font-weight: 500;
}
.pops-whzl .main-box .box .para p span {
  width: 100px;
  display: inline-flex;
  color: #00405b;
}
.pops-whzl .main-box .box .table {
  padding: 0.3rem 0.2rem 0;
}
.pops-whzl .main-box .box .tb-top {
  padding: 0 0.6rem;
  border-radius: 6px;
  box-shadow: 0 0 0.2rem rgba(10, 109, 125, 0.1) inset;
  display: flex;
}
.pops-whzl .main-box .box .tb-top span {
  font-size: max(14px, 0.18rem);
  line-height: max(40px, 0.6rem);
  color: #00405b;
}
.pops-whzl .main-box .box .tb-top span:nth-of-type(1) {
  width: 2.4rem;
}
.pops-whzl .main-box .box .tb-top span:nth-of-type(2) {
  width: calc(100% - 2.6rem);
}
.pops-whzl .main-box .box .tb-top span:nth-of-type(3) {
  width: 2.2rem;
}
.pops-whzl .main-box .box .tb-bot {
  padding: 0 0.6rem;
}
.pops-whzl .main-box .box .tb-bot .item {
  position: relative;
  padding: 0.16rem 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e6edf5;
}
.pops-whzl .main-box .box .tb-bot .item:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #dde5ed;
  border-radius: 50%;
  position: absolute;
  left: -0.24rem;
  top: calc(0.16rem + 5px);
}
.pops-whzl .main-box .box .tb-bot .item:after {
  content: '';
  width: 1px;
  position: absolute;
  top: calc(0.16rem + 5px);
  bottom: calc(-0.16rem - 5px);
  left: calc(-0.24rem + 3px);
  background-color: #dde5ed;
}
.pops-whzl .main-box .box .tb-bot .item:last-of-type {
  border: none;
}
.pops-whzl .main-box .box .tb-bot .item:last-of-type:after {
  display: none;
}
.pops-whzl .main-box .box .tb-bot .left-box {
  width: 2.4rem;
}
.pops-whzl .main-box .box .tb-bot .left-box span {
  display: block;
  font-size: max(14px, 0.18rem);
  color: #00405b;
}
.pops-whzl .main-box .box .tb-bot .center-box {
  width: calc(100% - 2.6rem);
  padding-right: 0.6rem;
}
.pops-whzl .main-box .box .tb-bot .center-box span {
  display: block;
  font-size: max(14px, 0.16rem);
  color: #00405b;
}
.pops-whzl .main-box .box .tb-bot .center-box p {
  font-size: max(12px, 0.16rem);
  color: #738891;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 340px;
}
.pops-whzl .main-box .box .tb-bot .right-box {
  width: 2.2rem;
}
.pops-whzl .main-box .box .tb-bot .right-box span {
  display: block;
  font-size: max(14px, 0.16rem);
  color: #1390ba;
}
.pops-whzl .main-box .box .tb-bot .right-box p {
  font-size: max(12px, 0.16rem);
  color: #738891;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 340px;
}
.pops-whzl a.btn {
  display: block;
  margin: 0.4rem auto 0;
  width: 2.4rem;
  line-height: max(40px, 0.6rem);
  text-align: center;
  font-size: max(15px, 0.2rem);
  color: #000000;
  background-color: #7dfffc;
  border-radius: max(20px, 0.3rem);
  position: relative;
  z-index: 2;
}
.pops-whzl a.btn:after {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-9.png");
}

.fixed-pddetail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  display: none;
}
.fixed-pddetail.active {
  display: block;
  animation: o-opacity .3s ease forwards;
}
.fixed-pddetail .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.fixed-pddetail .main {
  position: absolute;
  top: 10vh;
  bottom: 10vh;
  left: 0;
  right: 0;
  width: 86%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0.5rem 1rem 0.6rem 0.6rem;
  background: #fff url("../images/list/bg-1.jpg") center top no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  z-index: 2;
}
.fixed-pddetail .main:after {
  content: '';
  width: 100%;
  height: 10vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, #fff, #e8f4f8);
  z-index: 1;
}
.fixed-pddetail .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-2.svg");
  z-index: 3;
  cursor: pointer;
}
.fixed-pddetail .top-box {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d7dee5;
}
.fixed-pddetail .top-box .label {
  font-size: max(12px, 0.14rem);
  color: #000000;
}
.fixed-pddetail .top-box .inner {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.6rem;
}
.fixed-pddetail .top-box .tit {
  font-size: 0.3rem;
  color: #000000;
  font-weight: 500;
}
.fixed-pddetail .top-box .info {
  display: flex;
  gap: 0.2rem;
}
.fixed-pddetail .top-box .info p {
  display: flex;
  align-items: center;
}
.fixed-pddetail .top-box .info p:before {
  content: '';
  width: max(10px, 0.16rem);
  height: max(10px, 0.16rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fixed-pddetail .top-box .info p span {
  padding-left: 0.1rem;
  font-size: max(12px, 0.14rem);
  color: #000000;
  font-weight: 300;
}
.fixed-pddetail .top-box .info p.time:before {
  background-image: url("../images/index/icon-5.svg");
}
.fixed-pddetail .top-box .info p.person:before {
  background-image: url("../images/index/icon-6.svg");
}
.fixed-pddetail .scroll {
  position: relative;
  z-index: 2;
  margin-top: 0.4rem;
  max-height: calc(80vh - 2.7rem - 30px);
  overflow: auto;
  margin-right: -0.5rem;
  padding-right: 0.5rem;
}
.fixed-pddetail .scroll .stit {
  font-size: max(12px, 0.14rem);
  color: #000000;
}
.fixed-pddetail .scroll .para {
  margin-top: 0.2rem;
  font-size: max(14px, 0.18rem);
  line-height: 1.5;
  color: #000;
  font-weight: 300;
}
.fixed-pddetail .scroll .para img {
  max-width: 100%;
  height: auto;
}
.fixed-pddetail .scroll .para p {
  margin-top: 0.2rem;
}
.fixed-pddetail .scroll .para p:nth-of-type(1) {
  margin-top: 0;
}

.swiper-pagination-lock {
  display: none !important;
}

body {
  min-width: 1140px;
}

.wrap-s {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close-1.svg") center no-repeat;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 2;
}
@media (any-hover: hover) {
  .video-pop .close:hover {
    transform: rotate(180deg);
  }
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 86%;
  max-width: 86%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scroll-nav {
  position: fixed;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: max(100px, 1.4rem);
  z-index: 10;
  display: none;
}
.scroll-nav .inner {
  background-color: #f9ffff;
  border-radius: 6px;
  padding: 0.2rem 0.15rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.scroll-nav .inner a {
  display: block;
  line-height: max(30px, 0.36rem);
  border-radius: max(15px, 0.18rem);
  font-size: max(12px, 0.15rem);
  color: #000;
  font-weight: 300;
  text-align: center;
  transition: all .3s ease;
}
.scroll-nav .inner a.active {
  background-color: #7dfffc;
  font-weight: normal;
}
.scroll-nav a.link {
  margin-top: 0.1rem;
  background-color: #7dfffc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  border-radius: 6px;
  cursor: pointer;
}
.scroll-nav a.link span {
  font-size: max(12px, 0.15rem);
  color: #000;
  line-height: max(30px, 0.4rem);
}
.scroll-nav a.link:after {
  content: '';
  width: 10px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1.svg");
}

.c-inner-s1 .label {
  font-size: max(24px, 0.38rem);
  color: #000000;
  text-align: center;
}
.c-inner-s1 .top-block {
  margin-top: 0.4rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0 0.18rem 0.16rem rgba(234, 243, 247, 0.64);
}
.c-inner-s1 .top-block .sw {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.c-inner-s1 .top-block .item {
  padding: 0.1rem 0.14rem;
  border-radius: max(14px, 0.2rem);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: all .3s ease;
}
.c-inner-s1 .top-block .item:before {
  content: '';
  width: max(10px, 0.12rem);
  height: max(10px, 0.12rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4.svg");
  opacity: 0;
  transition: opacity .3s ease;
}
.c-inner-s1 .top-block .item span {
  font-size: max(13px, 0.16rem);
  color: #000;
  font-weight: 300;
  transform: translateX(-0.1rem);
  transition: transform .3s ease;
}
.c-inner-s1 .top-block .item.active {
  background-color: #7dfffc;
}
.c-inner-s1 .top-block .item.active:before {
  opacity: 1;
}
.c-inner-s1 .top-block .item.active span {
  font-weight: 500;
  transform: none;
}
@media (any-hover: hover) {
  .c-inner-s1 .top-block .item:hover {
    background-color: #f4f8fa;
  }
}

.c-item {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
}
.c-item a {
  display: block;
  height: 100%;
  position: relative;
  border: 1px solid #cdd4da;
  border-radius: 0.1rem;
  padding-left: 44%;
}
.c-item .txt-box {
  width: 44%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-item .txt-box .t-box {
  height: calc(50% - 0.45rem);
  padding: 0 0.36rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-item .txt-box .t-box span {
  display: block;
  font-size: max(12px, 0.14rem);
  color: #000000;
}
.c-item .txt-box .t-box .tit {
  font-size: max(15px, 0.2rem);
  color: #000;
  margin-top: 0.15rem;
}
.c-item .txt-box .b-box {
  height: calc(50% + 0.45rem);
  padding: 0.36rem 0.36rem 0;
  border-top: 1px solid rgba(7, 39, 69, 0.1);
}
.c-item .txt-box .info p {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
.c-item .txt-box .info p:nth-of-type(1) {
  margin-top: 0;
}
.c-item .txt-box .info p:before {
  content: '';
  width: max(10px, 0.16rem);
  height: max(10px, 0.16rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-item .txt-box .info p span {
  padding-left: 0.1rem;
  font-size: max(12px, 0.14rem);
  color: #000000;
  max-width: calc(100% - 16px);
}
.c-item .txt-box .info p.time:before {
  background-image: url("../images/index/icon-5.svg");
}
.c-item .txt-box .info p.person:before {
  background-image: url("../images/index/icon-6.svg");
}
.c-item .txt-box .more {
  position: absolute;
  left: 0.36rem;
  bottom: 0.5rem;
}
.c-item .txt-box .more .btn {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  justify-content: center;
  padding: 0.12rem 0.2rem;
  border: 1px solid #7dfffc;
  border-radius: max(20px, 0.25rem);
  transition: all .3s ease;
}
.c-item .txt-box .more .btn span {
  font-size: max(12px, 0.14rem);
  color: #000;
  transition: color .3s ease;
}
.c-item .txt-box .more .btn:after {
  content: '';
  width: max(10px, 0.14rem);
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1.svg");
}
@media (any-hover: hover) {
  .c-item .txt-box .more .btn:hover {
    background-color: #7dfffc;
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(125, 255, 252, 0.3);
  }
}
.c-item .pic-box {
  width: 100%;
  padding: 0.2rem 0 0 0.1rem;
  position: relative;
  border-left: 1px solid rgba(7, 39, 69, 0.1);
}
.c-item .pic-box:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(7, 39, 69, 0.1);
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.c-item .pic-box .img-box {
  aspect-ratio: 997 / 940;
  overflow: hidden;
  -webkit-mask-image: url("../images/index/img-10.png");
  -webkit-mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-origin: stroke-box;
}
.c-item .pic-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.c-item .hide-para {
  height: 0;
  overflow: hidden;
}
@media (any-hover: hover) {
  .c-item:hover .pic-box img {
    transform: scale(1.1);
  }
}

.index-s1 {
  position: relative;
}
.index-s1 .item {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.index-s1 .pic-box {
  height: 100%;
}
.index-s1 .pic-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: index-banner 20s linear infinite;
}
.index-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index-s1 .txt-box .img-box {
  width: 8rem;
}
.index-s1 .txt-box .img-box img {
  display: block;
  width: 100%;
}
.index-s1 .txt-box .btns {
  position: absolute;
  left: 6.2rem;
  bottom: -0.12rem;
}
.index-s1 .txt-box .btns a {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  justify-content: center;
  padding: 0.12rem 0.4rem;
  background-color: #7dfffc;
  border-radius: max(20px, 0.25rem);
  cursor: pointer;
  transition: all .3s ease;
}
.index-s1 .txt-box .btns a span {
  font-size: max(14px, 0.18rem);
  color: #000;
  padding-bottom: 2px;
  transition: color .3s ease;
}
.index-s1 .txt-box .btns a:after {
  content: '';
  width: max(10px, 0.14rem);
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1.svg");
}
@media (any-hover: hover) {
  .index-s1 .txt-box .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(125, 255, 252, 0.3);
  }
}
.index-s1 .video-box {
  width: max(300px, 3.8rem);
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
}
.index-s1 .video-box .inner {
  background-color: #7dfffc;
  border-radius: 10px;
  padding: 1px;
  overflow: hidden;
  -webkit-mask-image: url("../images/index/img-2-1.svg");
  -webkit-mask-position: right bottom;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: stroke-box;
  cursor: pointer;
}
.index-s1 .video-box .img-box {
  aspect-ratio: 380 / 230;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 63px), calc(100% - 38px) 100%, 0 100%);
}
.index-s1 .video-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: transform .5s ease;
}
.index-s1 .video-box .img-box:after {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-2.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
.index-s1 .video-box p {
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 10px;
}
.index-s1 .video-box:after {
  content: '';
  width: 1px;
  height: 5px;
  background-color: #7dfffc;
  position: absolute;
  right: 0;
  bottom: 96px;
  border-radius: 1px;
}
@media (any-hover: hover) {
  .index-s1 .video-box:hover .img-box img {
    transform: scale(1.1);
  }
}

.index-s2 {
  padding: 2rem 0 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-4-1.jpg");
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.index-s2 .wrap-s {
  display: flex;
}
.index-s2 .left-box {
  width: calc(50% - 0.24rem);
}
.index-s2 .left-box .sticky {
  position: sticky;
  top: 100px;
  height: calc(100vh - 100px);
}
.index-s2 .left-box .label {
  font-size: max(24px, 0.38rem);
  color: #fff;
}
.index-s2 .left-box .para {
  margin-top: 0.4rem;
  font-size: max(13px, 0.16rem);
  color: #fff;
  line-height: 1.5;
  padding-bottom: 0.8rem;
}
.index-s2 .left-box .para span {
  font-size: max(16px, 0.22rem);
}
.index-s2 .left-box .img-box {
  position: absolute;
  right: 0;
  left: calc(-50vw + 7rem);
}
.index-s2 .left-box .img-box img {
  display: block;
  width: 100%;
}
.index-s2 .right-box {
  width: calc(50% + 0.24rem);
  padding-left: 1.64rem;
}
.index-s2 .right-box .sw {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.index-s2 .right-box .item {
  position: relative;
  height: auto;
}
.index-s2 .right-box .item .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  overflow: hidden;
  z-index: 1;
  -webkit-mask-image: url("../images/index/img-2.svg");
  -webkit-mask-position: right bottom;
  -webkit-mask-size: auto 200%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-origin: stroke-box;
}
.index-s2 .right-box .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s2 .right-box .item .inner {
  padding: 0.5rem 0.6rem 0.6rem;
  position: relative;
  z-index: 2;
}
.index-s2 .right-box .item .icon {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
}
.index-s2 .right-box .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.index-s2 .right-box .item .tit {
  font-size: max(16px, 0.22rem);
  color: #000000;
  margin-top: 0.24rem;
}
.index-s2 .right-box .item .para {
  margin-top: 0.1rem;
  font-size: max(13px, 0.16rem);
  height: max(60px, 0.72rem);
  color: #000;
  line-height: 1.5;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s2 .right-box .item .data-box {
  display: flex;
  margin-top: 0.4rem;
}
.index-s2 .right-box .item .data {
  width: 1.6rem;
}
.index-s2 .right-box .item .data .num span {
  font-size: 0.4rem;
  font-family: 'Rajdhani-SemiBold';
  color: #000;
}
.index-s2 .right-box .item .data .num i {
  font-size: 0.4rem;
  font-family: 'Rajdhani-SemiBold';
  font-style: normal;
  color: #000;
}
.index-s2 .right-box .item .data .num em {
  font-style: normal;
  font-size: 0.2rem;
  color: #000;
}
.index-s2 .right-box .item .data p {
  font-size: max(13px, 0.16rem);
  color: #000;
  font-weight: 300;
}

.index-s3 {
  padding: 1.5rem 0 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-7.jpg");
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index-s3 .label {
  font-size: max(24px, 0.38rem);
  color: #000000;
  text-align: center;
}
.index-s3 .top-block {
  height: 2.2rem;
  position: relative;
  overflow: hidden;
}
.index-s3 .top-block .timeline {
  width: 48rem;
  height: 48rem;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.index-s3 .top-block .timeline .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-s3 .top-block .timeline .bg img {
  display: block;
  width: 100%;
}
.index-s3 .top-block .items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: transform .3s ease;
}
.index-s3 .top-block .item {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 50%;
  transform-origin: center top;
  transition: opacity .3s ease;
}
.index-s3 .top-block .item:before {
  content: '';
  width: 2px;
  height: 0.4rem;
  background-color: #01adff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 0.2rem;
  opacity: 0.3;
  transition: opacity .3s ease;
}
.index-s3 .top-block .item:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #01adff;
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-7px);
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s3 .top-block .item span {
  font-size: max(18px, 0.24rem);
  line-height: 0.7rem;
  color: #000;
  font-weight: 300;
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.index-s3 .top-block .item:nth-of-type(1) {
  transform: rotate(0deg);
}
.index-s3 .top-block .item:nth-of-type(2) {
  transform: rotate(-6deg);
}
.index-s3 .top-block .item:nth-of-type(3) {
  transform: rotate(-12deg);
}
.index-s3 .top-block .item:nth-of-type(4) {
  transform: rotate(-18deg);
}
.index-s3 .top-block .item:nth-of-type(5) {
  transform: rotate(-24deg);
}
.index-s3 .top-block .item:nth-of-type(6) {
  transform: rotate(-30deg);
}
.index-s3 .top-block .item:nth-of-type(7) {
  transform: rotate(-36deg);
}
.index-s3 .top-block .item:nth-of-type(8) {
  transform: rotate(-42deg);
}
.index-s3 .top-block .item:nth-of-type(9) {
  transform: rotate(-48deg);
}
.index-s3 .top-block .item:nth-of-type(10) {
  transform: rotate(-54deg);
}
.index-s3 .top-block .item:nth-of-type(11) {
  transform: rotate(-60deg);
}
.index-s3 .top-block .item:nth-of-type(12) {
  transform: rotate(-66deg);
}
.index-s3 .top-block .item:nth-of-type(13) {
  transform: rotate(-72deg);
}
.index-s3 .top-block .item:nth-of-type(14) {
  transform: rotate(-78deg);
}
.index-s3 .top-block .item:nth-of-type(15) {
  transform: rotate(-84deg);
}
.index-s3 .top-block .item:nth-of-type(16) {
  transform: rotate(-90deg);
}
.index-s3 .top-block .item:nth-of-type(17) {
  transform: rotate(-96deg);
}
.index-s3 .top-block .item:nth-of-type(18) {
  transform: rotate(-102deg);
}
.index-s3 .top-block .item:nth-of-type(19) {
  transform: rotate(-108deg);
}
.index-s3 .top-block .item:nth-of-type(20) {
  transform: rotate(-114deg);
}
.index-s3 .top-block .item:nth-of-type(21) {
  transform: rotate(-120deg);
}
.index-s3 .top-block .item:nth-of-type(22) {
  transform: rotate(-126deg);
}
.index-s3 .top-block .item:nth-of-type(23) {
  transform: rotate(-132deg);
}
.index-s3 .top-block .item:nth-of-type(24) {
  transform: rotate(-138deg);
}
.index-s3 .top-block .item:nth-of-type(25) {
  transform: rotate(-144deg);
}
.index-s3 .top-block .item:nth-of-type(26) {
  transform: rotate(-150deg);
}
.index-s3 .top-block .item:nth-of-type(27) {
  transform: rotate(-156deg);
}
.index-s3 .top-block .item:nth-of-type(28) {
  transform: rotate(-162deg);
}
.index-s3 .top-block .item:nth-of-type(29) {
  transform: rotate(-168deg);
}
.index-s3 .top-block .item:nth-of-type(30) {
  transform: rotate(-174deg);
}
.index-s3 .top-block .item:nth-of-type(31) {
  transform: rotate(-180deg);
}
.index-s3 .top-block .item:nth-of-type(32) {
  transform: rotate(-186deg);
}
.index-s3 .top-block .item:nth-of-type(33) {
  transform: rotate(-192deg);
}
.index-s3 .top-block .item:nth-of-type(34) {
  transform: rotate(-198deg);
}
.index-s3 .top-block .item:nth-of-type(35) {
  transform: rotate(-204deg);
}
.index-s3 .top-block .item:nth-of-type(36) {
  transform: rotate(-210deg);
}
.index-s3 .top-block .item:nth-of-type(37) {
  transform: rotate(-216deg);
}
.index-s3 .top-block .item:nth-of-type(38) {
  transform: rotate(-222deg);
}
.index-s3 .top-block .item:nth-of-type(39) {
  transform: rotate(-228deg);
}
.index-s3 .top-block .item:nth-of-type(40) {
  transform: rotate(-234deg);
}
.index-s3 .top-block .item:nth-of-type(41) {
  transform: rotate(-240deg);
}
.index-s3 .top-block .item:nth-of-type(42) {
  transform: rotate(-246deg);
}
.index-s3 .top-block .item:nth-of-type(43) {
  transform: rotate(-252deg);
}
.index-s3 .top-block .item:nth-of-type(44) {
  transform: rotate(-258deg);
}
.index-s3 .top-block .item:nth-of-type(45) {
  transform: rotate(-264deg);
}
.index-s3 .top-block .item:nth-of-type(46) {
  transform: rotate(-270deg);
}
.index-s3 .top-block .item:nth-of-type(47) {
  transform: rotate(-276deg);
}
.index-s3 .top-block .item:nth-of-type(48) {
  transform: rotate(-282deg);
}
.index-s3 .top-block .item:nth-of-type(49) {
  transform: rotate(-288deg);
}
.index-s3 .top-block .item:nth-of-type(50) {
  transform: rotate(-294deg);
}
.index-s3 .top-block .item:nth-of-type(51) {
  transform: rotate(-300deg);
}
.index-s3 .top-block .item:nth-of-type(52) {
  transform: rotate(-306deg);
}
.index-s3 .top-block .item:nth-of-type(53) {
  transform: rotate(-312deg);
}
.index-s3 .top-block .item:nth-of-type(54) {
  transform: rotate(-318deg);
}
.index-s3 .top-block .item:nth-of-type(55) {
  transform: rotate(-324deg);
}
.index-s3 .top-block .item:nth-of-type(56) {
  transform: rotate(-330deg);
}
.index-s3 .top-block .item:nth-of-type(57) {
  transform: rotate(-336deg);
}
.index-s3 .top-block .item:nth-of-type(58) {
  transform: rotate(-342deg);
}
.index-s3 .top-block .item:nth-of-type(59) {
  transform: rotate(-348deg);
}
.index-s3 .top-block .item:nth-of-type(60) {
  transform: rotate(-354deg);
}
.index-s3 .top-block .item:nth-of-type(61) {
  transform: rotate(-360deg);
}
.index-s3 .top-block .item:nth-of-type(62) {
  transform: rotate(-366deg);
}
.index-s3 .top-block .item:nth-of-type(63) {
  transform: rotate(-372deg);
}
.index-s3 .top-block .item:nth-of-type(64) {
  transform: rotate(-378deg);
}
.index-s3 .top-block .item.active:before {
  opacity: 1;
}
.index-s3 .top-block .item.active:after {
  opacity: 1;
}
.index-s3 .top-block .item.active span {
  font-weight: 500;
}
.index-s3 .top-block .item.hide {
  opacity: 0;
}
.index-s3 .top-block .button {
  position: absolute;
  top: 0;
  width: max(30px, 0.48rem);
  height: max(30px, 0.48rem);
  border-radius: 50%;
  pointer-events: auto;
  border: 1px solid #000;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-7.svg");
  background-size: auto max(8px, 0.13rem);
  cursor: pointer;
  transition: all .3s ease;
  z-index: 2;
}
@media (any-hover: hover) {
  .index-s3 .top-block .button:hover {
    background-color: #7dfffc;
    border-color: #7dfffc;
    box-shadow: 0 0.05rem 0.1rem rgba(125, 255, 252, 0.3);
  }
}
.index-s3 .top-block .prev {
  transform: rotateY(180deg);
  left: 0;
}
.index-s3 .top-block .next {
  right: 0;
}
.index-s3 .m-top-block {
  display: none;
  height: 17.866vw;
  margin: 20px -7vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/img-19.png");
  position: relative;
}
.index-s3 .m-top-block .swiper {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.index-s3 .m-top-block .item {
  width: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-s3 .m-top-block .item span {
  font-size: 14px;
  color: #000;
  transform: scale(0.8);
  white-space: nowrap;
  font-weight: lighter;
}
.index-s3 .m-top-block .item.active span {
  transform: scale(1);
  font-weight: normal;
}
.index-s3 .bot-block {
  margin-top: 0.4rem;
}
.index-s3 .bot-block .child {
  position: relative;
  height: 7rem;
  display: none;
}
.index-s3 .bot-block .child.active {
  display: block;
}
.index-s3 .bot-block .child.active .txt-box .img-box, .index-s3 .bot-block .child.active .txt-box .stit, .index-s3 .bot-block .child.active .txt-box .para, .index-s3 .bot-block .child.active .txt-box .btns {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s3 .bot-block .child.active .txt-box .stit {
  animation-delay: 0.1s;
}
.index-s3 .bot-block .child.active .txt-box .para {
  animation-delay: 0.2s;
}
.index-s3 .bot-block .child.active .txt-box .btns {
  animation-delay: 0.3s;
}
.index-s3 .bot-block .txt-box {
  width: 4.8rem;
  padding-top: 0.8rem;
}
.index-s3 .bot-block .txt-box .img-box, .index-s3 .bot-block .txt-box .stit, .index-s3 .bot-block .txt-box .para, .index-s3 .bot-block .txt-box .btns {
  opacity: 0;
}
.index-s3 .bot-block .txt-box .img-box {
  width: 100%;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-s3 .bot-block .txt-box .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.index-s3 .bot-block .txt-box .stit {
  font-size: max(14px, 0.18rem);
  color: #000;
  text-align: center;
  font-weight: 500;
  margin-top: 0.2rem;
}
.index-s3 .bot-block .txt-box .para {
  font-size: max(13px, 0.16rem);
  color: #000000;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-s3 .bot-block .txt-box .btns {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  gap: 0.1rem;
}
.index-s3 .bot-block .txt-box .btns a {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  justify-content: center;
  padding: 0.12rem 0.2rem;
  border: 1px solid #7dfffc;
  border-radius: max(20px, 0.25rem);
  cursor: pointer;
  transition: all .3s ease;
}
.index-s3 .bot-block .txt-box .btns a span {
  font-size: max(12px, 0.14rem);
  color: #000;
  transition: color .3s ease;
}
.index-s3 .bot-block .txt-box .btns a.download:after {
  content: '';
  width: max(10px, 0.12rem);
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-8.svg");
}
@media (any-hover: hover) {
  .index-s3 .bot-block .txt-box .btns a:hover {
    background-color: #7dfffc;
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(125, 255, 252, 0.3);
  }
}
.index-s3 .bot-block .pic-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.4rem;
  right: calc(-50vw + 7rem);
  padding: 0.2rem 0 0 0.25rem;
}
.index-s3 .bot-block .pic-box .range {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.index-s3 .bot-block .pic-box .range i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.9);
  background: url("../images/index/img-13-1.png") left top no-repeat;
  background-size: auto 100%;
  animation: o-map-scale 2.1s linear infinite;
}
.index-s3 .bot-block .pic-box .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.index-s3 .bot-block .pic-box .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.index-s3 .bot-block .pic-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: url("../images/index/img-14.png");
  -webkit-mask-position: left top;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  -webkit-mask-origin: stroke-box;
}
.index-s3 .bot-block .pic-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-s4 {
  padding: 1.5rem 0 0.2rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-s4 .bot-block {
  margin-top: 0.6rem;
}
.index-s4 .bot-block .child {
  position: relative;
  display: none;
  padding-bottom: 0.9rem;
}
.index-s4 .bot-block .child.active {
  display: block;
}
.index-s4 .bot-block .swiper {
  margin: 0 calc(-50vw - 7rem);
  padding: 0 calc(50vw + 7rem);
}
.index-s4 .bot-block .c-item {
  margin-right: 0.2rem;
}
.index-s4 .bot-block .c-item:last-of-type {
  margin-right: 0;
}
.index-s4 .bot-block .buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 0.1rem;
  justify-content: flex-end;
  pointer-events: none;
}
.index-s4 .bot-block .button {
  width: max(30px, 0.48rem);
  height: max(30px, 0.48rem);
  border-radius: 50%;
  pointer-events: auto;
  border: 1px solid #000;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon-7.svg");
  background-size: auto max(8px, 0.13rem);
  cursor: pointer;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s4 .bot-block .button:hover {
    background-color: #7dfffc;
    border-color: #7dfffc;
    box-shadow: 0 0.05rem 0.1rem rgba(125, 255, 252, 0.3);
  }
}
.index-s4 .bot-block .prev {
  transform: rotateY(180deg);
}
.index-s4 .bot-block .btns {
  display: flex;
  justify-content: center;
}
.index-s4 .bot-block .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}
.index-s4 .bot-block .btns a span {
  font-size: max(12px, 0.14rem);
  color: #000;
}
.index-s4 .bot-block .btns a:after {
  content: '';
  width: max(10px, 0.14rem);
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1.svg");
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .index-s4 .bot-block .btns a:hover:after {
    transform: translateX(5px);
  }
}

.index-s5 {
  padding: 1.5rem 0;
  background: #fff url("../images/index/img-8.png") center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.index-s5 .label {
  font-size: max(24px, 0.38rem);
  color: #000000;
  text-align: center;
}
.index-s5 .items {
  margin-top: 0.4rem;
}
.index-s5 .sw {
  display: flex;
  gap: 0.2rem;
}
.index-s5 .item {
  width: calc((100% - 0.4rem) / 3);
  height: auto;
}
.index-s5 .item a {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 0.2rem 0 0;
  border: 1px solid #dae4ea;
  border-radius: 0.1rem;
}
.index-s5 .item .img-box {
  aspect-ratio: 434 / 243;
  border-radius: 0.1rem 0 0.1rem 0;
  overflow: hidden;
}
.index-s5 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.index-s5 .item .txt-box {
  padding: 0.4rem;
}
.index-s5 .item .tit {
  font-size: max(15px, 0.2rem);
  color: #000;
  height: max(36px, 0.48rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s5 .item .more {
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #dae4ea;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.index-s5 .item .more span {
  font-size: max(14px, 0.18rem);
  color: #000;
}
.index-s5 .item .more:after {
  content: '';
  width: max(10px, 0.14rem);
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1.svg");
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .index-s5 .item:hover .img-box img {
    transform: scale(1.1);
  }
  .index-s5 .item:hover .more:after {
    transform: translateX(5px);
  }
}

.index-s6 {
  padding: 4.166vw 0;
  position: relative;
  overflow: hidden;
  background-color: #00284c;
}
.index-s6 .svg-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-57%);
  width: 100%;
  height: auto;
  stroke-dasharray: 2480;
  stroke-dashoffset: 2480;
}
.index-s6 .label {
  font-size: max(0.4rem);
  color: #fff;
  text-align: center;
}
.index-s6 .btns {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.index-s6 .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.4rem;
  border: 0.02rem solid #7dfffc;
  border-radius: max(20px, 0.25rem);
  transition: all .3s ease;
  cursor: pointer;
}
.index-s6 .btns a span {
  font-size: max(15px, 0.2rem);
  color: #fff;
  font-weight: 500;
  padding-bottom: 2px;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .index-s6 .btns a:hover {
    background-color: #7dfffc;
    transform: translateY(-3px);
    box-shadow: 0 0.1rem 0.3rem rgba(125, 255, 252, 0.3);
  }
  .index-s6 .btns a:hover span {
    color: #000;
  }
}
.index-s6.animating .svg-box {
  animation: o-index-svg 1s linear forwards;
}

.inner-s1 {
  background: #f7fafc url("../images/list/bg.png") center top no-repeat;
  background-size: 100% auto;
  padding: 2rem 0 1rem;
}
.inner-s1 .bot-block {
  margin-top: 0.6rem;
}
.inner-s1 .child {
  display: none;
}
.inner-s1 .child.active {
  display: block;
}
.inner-s1 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}

@media only screen and (max-width: 1900px) {
  html {
    font-size: 99px;
  }
}
@media only screen and (max-width: 1880px) {
  html {
    font-size: 98px;
  }
}
@media only screen and (max-width: 1860px) {
  html {
    font-size: 97px;
  }
}
@media only screen and (max-width: 1840px) {
  html {
    font-size: 96px;
  }
}
@media only screen and (max-width: 1820px) {
  html {
    font-size: 95px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 94px;
  }
}
@media only screen and (max-width: 1780px) {
  html {
    font-size: 93px;
  }
}
@media only screen and (max-width: 1760px) {
  html {
    font-size: 92px;
  }
}
@media only screen and (max-width: 1740px) {
  html {
    font-size: 91px;
  }
}
@media only screen and (max-width: 1720px) {
  html {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 89px;
  }
}
@media only screen and (max-width: 1681px) {
  html {
    font-size: 88px;
  }
}
@media only screen and (max-width: 1660px) {
  html {
    font-size: 87px;
  }
}
@media only screen and (max-width: 1640px) {
  html {
    font-size: 86px;
  }
}
@media only screen and (max-width: 1620px) {
  html {
    font-size: 85px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 84px;
  }
}
@media only screen and (max-width: 1580px) {
  html {
    font-size: 83px;
  }
}
@media only screen and (max-width: 1560px) {
  html {
    font-size: 82px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 81px;
  }
}
@media only screen and (max-width: 1520px) {
  html {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1500px) {
  html {
    font-size: 79px;
  }
}
@media only screen and (max-width: 1480px) {
  html {
    font-size: 78px;
  }
}
@media only screen and (max-width: 1460px) {
  html {
    font-size: 77px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1420px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 74px;
  }
}
@media only screen and (max-width: 1380px) {
  html {
    font-size: 73px;
  }
}
@media only screen and (max-width: 1361px) {
  html {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1340px) {
  html {
    font-size: 71px;
  }
}
@media only screen and (max-width: 1320px) {
  html {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 69px;
  }
}
@media only screen and (max-width: 1281px) {
  html {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1260px) {
  html {
    font-size: 67px;
  }
}
@media only screen and (max-width: 1240px) {
  html {
    font-size: 66px;
  }
}
@media only screen and (max-width: 1220px) {
  html {
    font-size: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1180px) {
  html {
    font-size: 62px;
  }
}
@media only screen and (max-width: 1160px) {
  html {
    font-size: 61px;
  }
}
@media only screen and (max-width: 1140px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1025px) {
  body {
    min-width: 100%;
  }

  .wrap-s {
    width: 86%;
  }

  .header {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 60px;
  }
  .header .logo img.show {
    opacity: 0;
  }
  .header .logo img.hide {
    opacity: 1;
  }
  .header .link-box {
    display: none;
  }
  .header a.link span {
    color: #000;
  }

  .pops-whzl .main {
    padding: 20px;
  }

  .pops-whzl .top-title:before {
    width: 3px;
  }

  .pops-whzl .close {
    top: 20px;
    right: 20px;
  }

  .pops-whzl .scroll {
    margin-top: 20px;
    margin-right: -10px;
    padding-right: 10px;
  }

  .pops-whzl .main-box .box .tb-top {
    padding: 0 20px;
  }

  .pops-whzl .main-box .box .tb-top span:nth-of-type(1),
  .pops-whzl .main-box .box .tb-bot .left-box {
    width: 60px;
  }

  .pops-whzl .main-box .box .tb-top span:nth-of-type(2),
  .pops-whzl .main-box .box .tb-bot .center-box {
    width: calc(100% - 140px);
  }

  .pops-whzl .main-box .box .tb-top span:nth-of-type(3),
  .pops-whzl .main-box .box .tb-bot .right-box {
    width: 80px;
  }

  .pops-whzl .main-box .box .tb-bot {
    padding: 0 20px;
  }

  .pops-whzl .main-box .box .tb-bot .left-box span {
    font-size: 12px;
  }

  .pops-whzl .main-box .box .tb-bot .center-box span {
    font-size: 12px;
  }

  .pops-whzl .main-box .box .tb-bot .center-box p {
    font-size: 10px;
    display: none;
  }

  .pops-whzl .main-box .box .tb-bot .right-box span {
    font-size: 12px;
  }

  .pops-whzl .main-box .box .tb-bot .center-box {
    padding-right: 10px;
  }

  .c-inner-s1 .top-block {
    padding: 10px;
  }

  .c-inner-s1 .top-block .sw {
    gap: 0.1rem 0;
  }

  .c-inner-s1 .top-block .item {
    min-width: 25%;
  }

  .c-inner-s1 .top-block .item:before {
    display: none;
  }

  .c-inner-s1 .top-block .item span {
    transform: none;
  }

  .c-item a {
    padding-left: 0;
  }

  .c-item .txt-box {
    width: 100%;
    height: auto;
    position: static;
  }

  .c-item .txt-box .t-box {
    padding: 15px 20px;
  }

  .c-item .txt-box .b-box {
    padding: 15px 20px;
  }

  .c-item .txt-box .t-box .tit {
    font-size: 16px;
  }

  .c-item .pic-box {
    width: 100%;
    border: none;
  }

  .inner-s1 .items {
    gap: 40px 0.2rem;
  }

  .index-s1 .item {
    height: 100vw;
  }

  .index-s1 .txt-box .img-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .index-s1 .txt-box {
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 60px;
  }

  .index-s1 .txt-box .btns {
    position: static;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }

  .index-s2 {
    padding: 60px 0;
  }

  .index-s2:after {
    content: '';
    aspect-ratio: 500 / 432;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/index/img-6.svg");
  }

  .index-s2 .wrap-s {
    display: block;
  }

  .index-s2 .left-box {
    width: 100%;
  }

  .index-s2 .left-box .sticky {
    height: auto;
  }

  .index-s2 .left-box .img-box {
    display: none;
  }

  .index-s2 .right-box {
    width: 100%;
    padding-left: 0;
  }

  .index-s2 .right-box .sw {
    flex-direction: row;
    gap: 0;
  }

  .index-s2 .right-box .item .img-box {
    -webkit-mask-size: auto 272%;
  }

  .index-s2 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    grid-gap: 0.12rem;
  }
  .index-s2 .pagination span {
    width: 10px;
    height: 10px;
    position: relative;
    cursor: pointer;
  }
  .index-s2 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .index-s2 .pagination span:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    transition: opacity .3s ease;
  }
  .index-s2 .pagination span.active:before {
    opacity: 1;
  }
  .index-s2 .pagination span.active:after {
    opacity: 0;
  }

  .index-s3 {
    padding: 60px 0;
  }

  .index-s3 .top-block {
    display: none;
  }

  .index-s3 .m-top-block {
    display: block;
  }

  .index-s3 .bot-block .child {
    height: auto;
  }

  .index-s3 .bot-block .txt-box {
    width: 100%;
    padding-top: 0;
  }

  .index-s3 .bot-block .txt-box .btns {
    margin-top: 20px;
  }

  .index-s3 .bot-block .pic-box {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    height: 50vw;
    padding: 0;
    margin-top: 20px;
  }

  .index-s3 .bot-block .pic-box .img-box {
    mask: none;
    border-radius: 10px;
  }

  .index-s3 .bot-block .pic-box .range {
    display: none;
  }

  .index-s4 {
    padding: 60px 0 10px;
    background-image: linear-gradient(180deg, #f5f9fd, #fff);
  }

  .index-s4 .bot-block .c-item {
    margin-right: 10px;
  }

  .index-s4 .bot-block .child {
    padding-bottom: 20px;
  }

  .index-s4 .bot-block .buttons {
    display: none;
  }

  .index-s4 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    grid-gap: 0.12rem;
  }
  .index-s4 .pagination span {
    width: 10px;
    height: 10px;
    position: relative;
    cursor: pointer;
  }
  .index-s4 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #00284c;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .index-s4 .pagination span:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00284c;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    transition: opacity .3s ease;
  }
  .index-s4 .pagination span.active:before {
    opacity: 1;
  }
  .index-s4 .pagination span.active:after {
    opacity: 0;
  }

  .index-s5 {
    padding: 60px 0;
  }

  .index-s5 .sw {
    gap: 0;
  }

  .index-s5 .pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    grid-gap: 0.12rem;
  }
  .index-s5 .pagination span {
    width: 10px;
    height: 10px;
    position: relative;
    cursor: pointer;
  }
  .index-s5 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #00284c;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .index-s5 .pagination span:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00284c;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    transition: opacity .3s ease;
  }
  .index-s5 .pagination span.active:before {
    opacity: 1;
  }
  .index-s5 .pagination span.active:after {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  .c-item {
    width: 100%;
  }

  .index-s6 {
    padding: 60px 0;
  }
}

/*# sourceMappingURL=bundle.css.map */
