.w1660 {
  padding: 0 1.3rem;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.desc-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.8rem;
}
.desc-tit > .tit {
  max-width: 10.8rem;
  text-align: center;
  font-size: 0.54rem;
  font-weight: 600;
  font-family: "mst";
  line-height: 1.2;
}
.desc-tit > .txt {
  text-align: center;
  max-width: 9.2rem;
  font-size: 0.2rem;
  font-weight: 500;
  font-family: "mst";
  line-height: 1.8;
  margin-top: 0.25rem;
}
.desc-tit.no-bottom {
  margin-bottom: 0;
}

.picScale {
  overflow: hidden;
}
.picScale img {
  transition: all 0.4s ease;
}
.picScale:hover img {
  transform: scale(1.05);
}

.swiper_box .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
.swiper_box .pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.12rem;
  height: 0.14rem;
  opacity: 1;
  background-color: transparent;
}
.swiper_box .pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/dun.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.4s ease;
}
.swiper_box .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-image: url("../img/dun_vi.svg");
}
.swiper_box .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
}
.swiper_box .navigation .prev,
.swiper_box .navigation .next {
  cursor: pointer;
  width: 0.46rem;
  height: 0.46rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.swiper_box .navigation .prev:hover,
.swiper_box .navigation .next:hover {
  background-color: var(--vicolor);
}
.swiper_box .navigation .prev::before {
  width: 0.15rem;
  height: 0.15rem;
  content: "";
  background-image: url("../img/prev.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper_box .navigation .next::before {
  width: 0.15rem;
  height: 0.15rem;
  content: "";
  background-image: url("../img/next.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@property --c1 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(2, 91, 146, 0);
}
@property --c2 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(179, 31, 36, 0);
}
.tran-bg {
  --c1: #025b9200;
  --c2: #b31f2400;
  background: linear-gradient(135deg, var(--c1) 0%, var(--c2) 100%) !important;
  transition: --c1 0.4s ease, --c2 0.4s ease;
}
.tran-bg:hover {
  --c1: #025A92 !important;
  --c2: #B31F24 !important;
}

.card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --c1: #025b9200;
  --c2: #b31f2400;
  border-radius: 0.2rem;
  overflow: hidden;
  background: linear-gradient(134deg, rgba(169, 188, 197, 0.03) 10.36%, rgba(0, 62, 196, 0.08) 95.07%), rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  transition: --c1 0.4s ease, --c2 0.4s ease;
}
.card:hover {
  --c1: #025A92;
  --c2: #B31F24;
  background: linear-gradient(107deg, #025A92 0%, #B31F24 100%);
}
.card.card_bor::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(2, 91, 146, 0.3960784314) 0%, rgba(0, 81, 255, 0) 35%, rgba(0, 81, 255, 0) 65%, rgba(179, 31, 36, 0.3960784314) 100%);
  padding: 0.02rem;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.ibtn-box .ibtn {
  width: fit-content;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  border-radius: 0.05rem;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  text-decoration: none;
  border: none;
  font-family: inherit;
  background-color: var(--vicolor2);
  padding: 0.1rem 0.12rem 0.1rem 0.2rem;
  border-radius: 0.3rem;
}
.ibtn-box .ibtn .btn_txt {
  font-size: 0.16rem;
  font-weight: 500;
  color: #fff;
  transition: all 0.4s ease;
}
.ibtn-box .ibtn .btn_icon {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s ease;
  background-color: var(--vicolor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ibtn-box .ibtn .btn_icon svg,
.ibtn-box .ibtn .btn_icon img {
  width: 0.15rem;
  height: 0.15rem;
  object-fit: contain;
}
.ibtn-box .ibtn:hover {
  background-color: color-mix(in srgb, var(--vicolor2) 80%, #000 20%);
}
.ibtn-box .ibtn:hover .btn_icon {
  transform: translateX(2px);
}
.ibtn-box .ibtn.trans {
  background-color: transparent;
  border: 1px solid #fff;
}
.ibtn-box .ibtn.trans:hover {
  border: 1px solid transparent;
  background-color: var(--vicolor2);
}
.ibtn-box .ibtn.trans:hover .btn_icon {
  background-color: var(--vicolor);
}

.u-trans {
  transition: all 0.4s ease;
}
.u-trans * {
  transition: all 0.4s ease;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header .header-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-cont .lf .logo {
  height: 0.35rem;
  width: auto;
}
.header .header-cont .rg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}
.header .header-cont .rg .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}
.header .header-cont .rg .nav a {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 500;
  font-family: "mst";
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 0.05rem;
}
.header .header-cont .rg .nav a:hover {
  color: var(--vicolor);
}
.header .header-cont .rg .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.header .header-cont .rg .actions .item {
  height: 0.2rem;
  width: auto;
}
.header .header-cont .rg .actions .contact_btn {
  cursor: pointer;
  width: fit-content;
  padding: 0.1rem 0.25rem;
  border-radius: 0.2rem;
  background-color: var(--vicolor);
  gap: 0.08rem;
}
.header .header-cont .rg .actions .contact_btn .dot {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fff;
}
.header .header-cont .rg .actions .contact_btn:hover {
  background-color: color-mix(in srgb, var(--vicolor) 80%, #000 20%);
}
.header .img1 {
  display: block;
}
.header .img2 {
  display: none;
}
.header.on:not(.ind3) {
  background-color: #fff;
}
.header.on:not(.ind3) .img1 {
  display: none;
}
.header.on:not(.ind3) .img2 {
  display: block;
}
.header.on:not(.ind3) .header-cont .rg .nav a {
  color: #333;
}

.footer {
  padding: 0.5rem;
}
.footer .footer-cont {
  min-height: 7.35rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: rgb(17, 16, 27);
  padding: 0.4rem 0.8rem 0rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer .footer-cont .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.footer .footer-cont .bg img {
  object-position: center right;
  position: absolute;
  inset: 0;
}
.footer .footer-cont .bg .mask {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
.footer .footer-cont .f_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-cont .f_top .lf .logo {
  width: 2.5rem;
  height: auto;
}
.footer .footer-cont .f_top .rg .media_list {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.footer .footer-cont .f_top .rg .media_list .item {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-cont .f_center {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-cont .f_center .nav {
  display: flex;
  justify-content: space-between;
  gap: 1.4rem;
}
.footer .footer-cont .f_center .nav .item {
  max-width: 2.25rem;
  min-width: 1.5rem;
  display: flex;
  flex-direction: column;
}
.footer .footer-cont .f_center .nav .item .tit {
  margin-bottom: 0.45rem;
  white-space: nowrap;
}
.footer .footer-cont .f_center .nav .item .item_l {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer .footer-cont .f_center .nav .item .item_l a {
  color: #666;
  transition: all 0.4s ease;
}
.footer .footer-cont .f_center .nav .item .item_l a:hover {
  transform: translateX(5px);
  color: #fff;
}
.footer .footer-cont .f_bottom {
  padding: 0.35rem 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer-cont .f_bottom .lf .policy {
  display: flex;
}
.footer .footer-cont .f_bottom .lf .policy a {
  position: relative;
  color: #868686;
  padding: 0 0.16rem;
}
.footer .footer-cont .f_bottom .lf .policy a::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #868686;
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-cont .f_bottom .lf .policy a:first-child {
  padding-left: 0;
}
.footer .footer-cont .f_bottom .lf .policy a:last-child {
  padding-right: 0;
}
.footer .footer-cont .f_bottom .lf .policy a:last-child::after {
  display: none;
}
.footer .footer-cont .f_bottom .lf .policy a:hover {
  color: var(--vicolor);
}

.page_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.act {
  width: 100%;
  height: 100vh;
}

.ind_page {
  width: 100%;
  overflow: hidden;
}
.ind_page .ind_ban {
  height: 100vh;
}
.ind_page .ind_ban .swiper_ind_pic {
  width: 100%;
  height: 100%;
  position: relative;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide {
  position: relative;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide .bg {
  width: 100%;
  height: 100%;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 38.07%, rgba(0, 0, 0, 0.2) 75.94%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 1.3rem;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont .desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont .desc .tit {
  margin-bottom: 0.3rem;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-slide .cont .desc .txt {
  margin-bottom: 0.75rem;
}
.ind_page .ind_ban .swiper_ind_pic .swiper-action {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  z-index: 2;
  height: auto;
}
.ind_page .ind_ban .swiper_ind_pic .bottom_box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  z-index: 1;
}
.ind_page .ind_ban .swiper_ind_pic .bottom_box .bg {
  position: absolute;
  inset: 0;
}
.ind_page .ind_ban .swiper_ind_pic .bottom_box .bg img {
  opacity: 0.2;
  position: absolute;
  inset: 0;
  object-fit: cover;
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.ind_page .ind_ban .swiper_ind_pic .bottom_box .bg .mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 90, 146, 0) 0%, #011B2C 100%);
}
.ind_page .ind_ban .swiper_ind_pic .bottom_box .b_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  padding-top: 1.2rem;
}
.ind_page .ind_ban .swiper_ind_pic .bottom_box .b_cont .btn {
  pointer-events: auto;
  cursor: pointer;
  width: fit-content;
  min-width: 2.6rem;
  border-radius: 0.16rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  padding: 0.2rem 0.3rem;
  text-align: center;
  transition: all 0.4s ease;
}
.ind_page .ind_ban .swiper_ind_pic .bottom_box .b_cont .btn:hover {
  background: var(--theme-color);
}
.ind_page .ind_ban .swiper_ind_pic:hover .bottom_box {
  opacity: 1;
  visibility: visible;
}
.ind_page .ind1 {
  padding: 1.6rem 0 0;
  background-color: #FFF;
}
.ind_page .ind1 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.ind_page .ind1 .list .item {
  width: calc((100% - 0.6rem) / 4);
  height: 6.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.ind_page .ind1 .list .item .bg {
  position: absolute;
  bottom: 0;
  right: -70%;
  width: 9rem;
  opacity: 0;
}
.ind_page .ind1 .list .item .pic {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.ind_page .ind1 .list .item .pic .dot {
  position: absolute;
  top: 0.23rem;
  right: 0.23rem;
  width: 0.42rem;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.ind_page .ind1 .list .item .pic > img {
  transition: opacity 0.4s ease;
}
.ind_page .ind1 .list .item .pic .expm {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}
.ind_page .ind1 .list .item .pic .mask {
  height: 2rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(173, 150, 130, 0) 0%, #AD9682 100%);
}
.ind_page .ind1 .list .item .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity 0.2s ease;
}
.ind_page .ind1 .list .item .cont .desc {
  opacity: 0;
  display: none;
}
.ind_page .ind1 .list .item .cont2 {
  position: relative;
  padding: 0.25rem 0.2rem;
  opacity: 0;
  visibility: hidden;
  width: 6.1rem;
  transform: translateY(-10px);
}
.ind_page .ind1 .list .item .cont2 .desc .tit {
  margin-bottom: 0.15rem;
}
.ind_page .ind1 .list .item:hover, .ind_page .ind1 .list .item.active {
  width: 6.4rem;
  flex-shrink: 0;
  padding: 0.15rem;
  background-color: var(--vicolor2);
}
.ind_page .ind1 .list .item:hover .bg, .ind_page .ind1 .list .item.active .bg {
  opacity: 1;
}
.ind_page .ind1 .list .item:hover .cont, .ind_page .ind1 .list .item.active .cont {
  opacity: 0;
  visibility: hidden;
}
.ind_page .ind1 .list .item:hover .cont2, .ind_page .ind1 .list .item.active .cont2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.ind_page .ind1 .list .item:hover .pic, .ind_page .ind1 .list .item.active .pic {
  height: 4.2rem;
}
.ind_page .ind1 .list .item:hover .pic .dot, .ind_page .ind1 .list .item.active .pic .dot {
  opacity: 1;
  visibility: visible;
}
.ind_page .ind1 .list .item:hover .pic .min, .ind_page .ind1 .list .item.active .pic .min {
  opacity: 0;
}
.ind_page .ind1 .list .item:hover .pic .expm, .ind_page .ind1 .list .item.active .pic .expm {
  opacity: 1;
}
.ind_page .ind1 .list .item:hover .pic .mask, .ind_page .ind1 .list .item.active .pic .mask {
  opacity: 0;
}
.ind_page .ind2 {
  height: 100vh;
  padding: 1.6rem 0;
  position: relative;
  background-color: #fff;
}
.ind_page .ind2 .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 11rem;
}
.ind_page .ind2 .cont .big_logo {
  margin-bottom: 0.5rem;
  width: 1.4rem;
  height: 1.7rem;
  z-index: 2;
}
.ind_page .ind2 .cont .desc {
  margin-bottom: 0.6rem;
}
.ind_page .ind2 .cont .desc .tit {
  margin-bottom: 0.25rem;
}
.ind_page .ind3and4 {
  position: relative;
}
.ind_page .ind3 {
  height: 100vh;
  position: relative;
}
.ind_page .ind3 canvas {
  width: 100%;
  height: 100%;
}
.ind_page .ind3 .earth {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.ind_page .ind3 .earth .tit {
  max-width: 8rem;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.ind_page .ind3 .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem;
}
.ind_page .ind3 .cont .swiper_ind3_card {
  height: 1.4rem;
}
.ind_page .ind3 .cont .swiper_ind3_card .swiper-slide {
  width: 2.9rem;
  height: 100%;
}
.ind_page .ind3 .cont .swiper_ind3_card .swiper-slide .item {
  width: 100%;
  height: 100%;
  padding: 0.36rem 0.3rem;
  position: relative;
}
.ind_page .ind3 .cont .swiper_ind3_card .swiper-slide .item .bg {
  position: absolute;
  height: 0.86rem;
  width: 0.71rem;
  bottom: 0.2rem;
  right: 0.25rem;
}
.ind_page .ind3 .cont .swiper_ind3_card .swiper-slide .item .desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  justify-content: space-between;
}
.ind_page .ind3 .cont .swiper_ind3_card .swiper-slide .item .desc .tit {
  display: flex;
  gap: 0.1rem;
}
.ind_page .ind3 .cont .swiper_ind3_card .swiper-slide .item .desc .tit .icon {
  width: 0.24rem;
  height: 0.24rem;
}
.ind_page .ind4 {
  min-height: 100vh;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(136deg, rgba(255, 255, 255, 0) 10.36%, rgba(0, 81, 255, 0.08) 95.07%), rgba(31, 31, 31, 0.3);
  backdrop-filter: blur(30px);
  padding: 1rem 0;
}
.ind_page .ind4 .cont .top {
  margin-bottom: 0.5rem;
}
.ind_page .ind4 .cont .top .list {
  display: flex;
  height: 3.5rem;
}
.ind_page .ind4 .cont .top .list .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0.2rem;
}
.ind_page .ind4 .cont .top .list .item .pic {
  width: 100%;
  height: 2.68rem;
  flex-shrink: 0;
}
.ind_page .ind4 .cont .top .list .item:last-child {
  padding-right: 0;
  border-right: none;
}
.ind_page .ind4 .cont .top .list .item:first-child {
  padding-left: 0;
}
.ind_page .ind4 .cont .bottom {
  display: flex;
  gap: 0.4rem;
  height: 5.2rem;
}
.ind_page .ind4 .cont .bottom .lf {
  width: 8.8rem;
  height: 100%;
}
.ind_page .ind4 .cont .bottom .lf .swiper_ind4_botm_lf {
  height: 3rem;
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
  position: relative;
}
.ind_page .ind4 .cont .bottom .lf .swiper_ind4_botm_lf .swiper-slide {
  height: 100%;
  width: 100%;
}
.ind_page .ind4 .cont .bottom .lf .swiper_ind4_botm_lf .swiper-slide .cont {
  height: 100%;
  width: 100%;
}
.ind_page .ind4 .cont .bottom .lf .swiper_ind4_botm_lf .swiper-slide .cont .pic {
  height: 100%;
}
.ind_page .ind4 .cont .bottom .lf .swiper_ind4_botm_lf .swiper-action {
  position: absolute;
  bottom: 0.2rem;
  right: 0.25rem;
  width: 100%;
  z-index: 2;
  height: auto;
}
.ind_page .ind4 .cont .bottom .lf .swiper_ind4_botm_lf .swiper-action .pagination {
  justify-content: flex-end;
}
.ind_page .ind4 .cont .bottom .lf > .cont {
  padding: 0.3rem 0.5rem;
  height: calc(100% - 3rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_page .ind4 .cont .bottom .lf > .cont .desc {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.ind_page .ind4 .cont .bottom .lf > .cont .desc .icon {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}
.ind_page .ind4 .cont .bottom .lf > .cont .desc .info {
  width: 4.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.ind_page .ind4 .cont .bottom .lf > .cont .pic {
  height: 100%;
}
.ind_page .ind4 .cont .bottom .rg {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: calc(100% - 0.4rem - 8.8rem);
}
.ind_page .ind4 .cont .bottom .rg .item {
  width: 100%;
  height: calc((100% - 0.4rem) / 2);
  padding: 0.3rem 0.36rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ind_page .ind4 .cont .bottom .rg .item .desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ind_page .ind4 .cont .bottom .rg .item .pic {
  width: 100%;
  height: 100%;
}
.ind_page .ind4 .cont .bottom .rg .item:nth-of-type(1) .pic:nth-of-type(1) {
  height: 1.1rem;
}
.ind_page .ind4 .cont .bottom .rg .item:nth-of-type(1) .pic:nth-of-type(1) img {
  object-position: left center;
}
.ind_page .ind4 .cont .bottom .rg .item:nth-of-type(1) .pic:nth-of-type(2) {
  width: 2rem;
}
.ind_page .ind4 .cont .bottom .rg .item:nth-of-type(2) .pic {
  height: 1.4rem;
}
.ind_page .ind4 .cont .bottom .rg .item:nth-of-type(2) .pic img {
  object-position: right center;
}
.ind_page .ind5 {
  padding: 1.6rem 0 0;
}
.ind_page .ind5 .cont {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-height: 4.9rem;
  padding: 0 0.5rem 0 1rem;
}
.ind_page .ind5 .cont .lf {
  width: 6.4rem;
  flex-shrink: 0;
  height: 100%;
}
.ind_page .ind5 .cont .lf .list {
  display: flex;
  flex-direction: column;
}
.ind_page .ind5 .cont .lf .list .item {
  cursor: pointer;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ind_page .ind5 .cont .lf .list .item .top {
  display: flex;
  justify-content: space-between;
}
.ind_page .ind5 .cont .lf .list .item .top .tit {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.ind_page .ind5 .cont .lf .list .item .top .tit .icon {
  width: 0.27rem;
  height: 0.27rem;
  flex-shrink: 0;
}
.ind_page .ind5 .cont .lf .list .item .top .arrow {
  width: 0.2rem;
  height: 0.2rem;
  flex-shrink: 0;
}
.ind_page .ind5 .cont .lf .list .item .info {
  padding-left: 0.57rem;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
}
.ind_page .ind5 .cont .lf .list .item .info > * {
  overflow: hidden;
}
.ind_page .ind5 .cont .lf .list .item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ind_page .ind5 .cont .lf .list .item:hover .top .tit {
  color: var(--vicolor);
}
.ind_page .ind5 .cont .lf .list .item.active .top .tit {
  color: var(--vicolor);
}
.ind_page .ind5 .cont .lf .list .item.active .top .arrow {
  transform: rotate(180deg);
}
.ind_page .ind5 .cont .lf .list .item.active .info {
  padding-top: 0.15rem;
  opacity: 1;
  grid-template-rows: 1fr;
}
.ind_page .ind5 .cont .rg {
  width: calc(100% - 0.25rem - 6.4rem);
  height: 100%;
  padding: 0 0.3rem;
}
.ind_page .ind5 .cont .rg .swiper_ind5_rg {
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
  display: none;
}
.ind_page .ind5 .cont .rg .swiper_ind5_rg .swiper-slide {
  height: 4.9rem;
  width: calc(100% - 0.25rem - 6.4rem);
}
.ind_page .ind5 .cont .rg .swiper_ind5_rg .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.ind_page .ind5 .cont .rg .swiper_ind5_rg .swiper-action {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  z-index: 2;
  height: auto;
}
.ind_page .ind5 .cont .rg .swiper_ind5_rg.active {
  display: block;
}
.ind_page .ind6 {
  padding: 1.6rem 0;
}
.ind_page .ind6 .cont {
  width: 100%;
  overflow: hidden;
}
.ind_page .ind6 .cont .swiper_ind6_top {
  position: relative;
}
.ind_page .ind6 .cont .swiper_ind6_top .swiper-slide .top {
  width: 100%;
  height: 5.1rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: var(--vicolor3);
  padding: 0.7rem 0.6rem;
  position: relative;
}
.ind_page .ind6 .cont .swiper_ind6_top .swiper-slide .top .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7.3rem;
  z-index: 1;
}
.ind_page .ind6 .cont .swiper_ind6_top .swiper-slide .top .desc {
  max-width: 5.7rem;
}
.ind_page .ind6 .cont .swiper_ind6_top .swiper-slide .top .desc .tit {
  margin-bottom: 0.3rem;
}
.ind_page .ind6 .cont .swiper_ind6_top .swiper-slide .top .pic {
  width: 10rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ind_page .ind6 .cont .swiper_ind6_top .swiper-action {
  position: absolute;
  bottom: 0.4rem;
  left: 0.6rem;
  width: 100%;
  z-index: 2;
  height: auto;
}
.ind_page .ind6 .cont .swiper_ind6_top .swiper-action .navigation {
  justify-content: flex-start;
}
.ind_page .ind6 .bottom {
  margin-top: 0.3rem;
  height: 2rem;
}
.ind_page .ind6 .bottom .swiper_box {
  width: 100%;
  height: 100%;
}
.ind_page .ind6 .bottom .swiper_box .swiper-slide {
  width: 3.7rem;
  height: 100%;
}
.ind_page .ind6 .bottom .swiper_box .swiper-slide .pic {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ind_page .ind7 {
  height: 100vh;
  position: relative;
}
.ind_page .ind7 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ind_page .ind7 .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(281deg, rgba(3, 30, 55, 0) 8.81%, #031E37 100%);
  display: flex;
  align-items: center;
  padding: 1rem 1.3rem;
}
.ind_page .ind7 .cont .info {
  max-width: 8rem;
}
.ind_page .ind7 .cont .info .desc .tit {
  margin-bottom: 0.4rem;
}
.ind_page .ind7 .cont .info .desc .txt {
  margin-bottom: 0.5rem;
}
.ind_page .ind7 .cont .info .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.ind_page .ind7 .cont .info .list .item {
  width: calc((100% - 0.2rem) / 2);
  padding: 0.2rem;
}
.ind_page .ind7 .cont .info .list .item span {
  font-family: "mst";
  font-weight: 600;
}
.ind_page .ind8 {
  padding: 1.6rem 0;
}
.ind_page .ind8 .cont {
  width: 100%;
}
.ind_page .ind8 .cont .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.ind_page .ind8 .cont .center {
  display: flex;
  gap: 0.3rem;
  height: 4.4rem;
  margin-bottom: 0.4rem;
}
.ind_page .ind8 .cont .center .lf {
  width: 8.7rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.35rem 0.6rem 0.3rem;
}
.ind_page .ind8 .cont .center .lf .desc {
  display: flex;
  justify-content: space-between;
}
.ind_page .ind8 .cont .center .lf .pic {
  width: 100%;
  height: 2.75rem;
}
.ind_page .ind8 .cont .center .rg {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: calc(100% - 0.3rem - 8.7rem);
}
.ind_page .ind8 .cont .center .rg .item {
  width: 100%;
  height: calc((100% - 0.3rem) / 2);
  padding: 0.25rem 0.6rem;
}
.ind_page .ind8 .cont .center .rg .item .pic {
  width: 100%;
  height: 100%;
}
.ind_page .ind8 .cont .bottom {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.ind_page .ind8 .cont .bottom .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #162245 12.61%, rgba(22, 34, 69, 0) 100%);
  padding: 0.52rem 0.6rem;
  display: flex;
  align-items: center;
}
.ind_page .ind8 .cont .bottom .cont .desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ind_page .ind9 {
  padding: 1.6rem 0 1.2rem;
}
.ind_page .ind9 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.ind_page .ind9 .list .item {
  width: calc((100% - 0.6rem) / 3);
  height: 1.9rem;
  padding: 0.2rem 0.3rem;
}
.ind_page .ind9 .list .item .desc .tit {
  margin-bottom: 0.15rem;
}

/*# sourceMappingURL=style.css.map */
