.index_02 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.index_02::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index_02::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
  z-index: 1;
}

.index_02 {
  background-image: url("../images/home/bg2.jpg");
}

.index_02.swiper-slide {
  position: relative;
  height: 100%;
}

.index_01.swiper-slide {
  height: 100%;
}

.index_01 {
  --home-about-nav-thumb-w: 32%;
  position: relative;
  background: #fff;
}

.index_01 .wrapper {
  max-width: 1632px;
}

.home-about__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  background: #f9f9f9;
  z-index: 0;
  pointer-events: none;
}

.index_01 .wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}

.index_01 .home-about__body {
  box-sizing: border-box;
  padding-top: calc(var(--global-header-height) + 0.2rem);
  padding-bottom: 0.6rem;
  height: 100%;
}

.index_01 .home-about__body .home-about__left {
  width: 68%;
  padding-right: 0.35rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index_01 .home-about__body .home-about__right {
  width: 32%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.index_01 .home-about__body .home-about__left,
.index_01 .home-about__body .home-about__right {
  opacity: 0;
  transition: none;
}

.index_01 .home-about__body .home-about__left {
  transform: translate3d(-40px, 0, 0);
}

.index_01 .home-about__body .home-about__right {
  transform: translate3d(40px, 0, 0);
}

.index_01.is-about-visible .home-about__body .home-about__left,
.index_01.is-about-visible .home-about__body .home-about__right {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.index_01.is-about-visible .home-about__body .home-about__right {
  transition-delay: 0.15s;
}

.home-about__title {
  margin: 0 0 0.43rem;
  color: #333;
  font-size: var(--font48);
  font-weight: normal;
}

.home-about__pic {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1075 / 506.66;
}

.home-about__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.home-about__intro {
  color: #333;
  font-size: var(--font18);
  line-height: 1.8;
  margin-bottom: 0.44rem;
}

.home-about__intro p {
  margin: 0;
}

.home-about__intro p + p {
  margin-top: 0;
}

.home-about__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.home-about__nav > li + li {
  margin-top: 0.2rem;
}

.home-about__nav a {
  display: flex;
  align-items: center;
  min-height: 0.8rem;
  height: 0.8rem;
  padding: 0;
  background: rgba(249, 249, 249, 1);
  text-decoration: none;
  transition: background-color 0.3s ease;
  overflow: hidden;
}

.home-about__nav a:hover {
  background: rgba(237, 244, 250, 1);
}

.home-about__nav .pic {
  flex-shrink: 0;
  width: var(--home-about-nav-thumb-w);
  height: 0.8rem;
  overflow: hidden;
}

.home-about__nav .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about__nav .label {
  flex: 1;
  padding: 0 0.2rem 0 0.4rem;
  color: #0a4d9a;
  font-size: var(--font24);
  font-weight: 700;
}

.video-item {
  position: relative;
  z-index: 1;
}

.about-info .title {
  color: var(--main-color);
  font-size: 0.38rem;
  margin-bottom: 0.24rem;
  font-weight: 700;
}

.about-info .desc {
  color: rgba(83, 83, 83, 1);
  font-size: var(--font18);
  line-height: 1.8;
}

.index_04 {
  background: rgba(255, 255, 255, 1);
}

.mod .mod-hd .subtitle {
  margin-top: 0.12rem;
}

.mod {
  box-sizing: border-box;
  padding-top: calc(var(--global-header-height) + 0.2rem);

  /* height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; */
}

.index_01 .wrapper,
.index_02 .wrapper,
.index_03 .wrapper,
.index_04 .wrapper,
.index_banner {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .mod {
    padding: 24px 0;
  }
}

.index_04 .mod-extra .more {
  display: inline-flex;
  align-items: center;
  font-size: var(--font18);
  color: rgba(51, 51, 51, 1);
  padding-right: 0.32rem;
  background-image: url("../images/swap-right.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* fullSwiper 右侧分页：黄色同心圆（与 main1 uranus 一致） */
.global-swiper-pagination {
  --swiper-pagination-color: transparent;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-vertical-gap: 15px;

  right: 24px !important;
  left: auto !important;
  width: auto !important;
}

.global-swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  margin: 12px 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.3s ease;
  position: relative;
}

.global-swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  transition: background-color 0.3s ease, transform 0.3s ease;
  transform: scale(1);
}

.global-swiper-pagination .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px #f59e0b;
}

.global-swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: #f59e0b;
  transform: scale(0.45);
}

@media only screen and (max-width: 767px) {
  .global-swiper-pagination {
    right: 12px !important;
  }

  .global-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.news-area {
  position: relative;
  padding-bottom: 0.6rem;
}

.news-list-item {
}

.news-list-item a {
  display: block;
}

.news-list-item .pic,
.news-list-item .pic img {
  border-radius: 0.1rem;
}

.news-list-item .meta {
  box-sizing: border-box;
  padding: 0.2rem 0 0;
}

.news-list-item .title {
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;

  color: rgba(51, 51, 51, 1);
  font-size: var(--font24);
  font-weight: 700;

  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  position: relative;
}

.news-list-item .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.06rem;
  background-color: var(--main-color);
}

.news-list-item .desc {
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;

  color: rgba(83, 83, 83, 1);
  font-size: var(--font18);
  margin-bottom: 0.36rem;
}

.news-list-item .more {
}

.news-list-item:hover .title {
  color: var(--main-color);
}

.statistic {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;

  border: 1px solid rgba(207, 218, 225, 1);
  border-radius: 0.16rem;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(33, 67, 131, 0.05);
  background: rgba(255, 255, 255, 1);
  padding: 0.24rem 0.2rem 0.24rem 0.6rem;
}

.statistic-title {
  transition: all 0.3s;
  color: rgba(51, 51, 51, 1);
  font-size: var(--font20);
}

.statistic-content {
  display: flex;
  align-items: flex-start;
}

.statistic-content-value {
  transition: all 0.3s;
  font-weight: 700;
  font-size: var(--font72);
  color: var(--main-color);
}

.statistic-content-suffix {
  font-size: var(--font16);
  color: rgba(51, 51, 51, 1);
}

/* index_02 产品三栏 */
.product-panels {
  --product-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --product-duration: 0.55s;

  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.product-panels_grid {
  display: flex;
  height: 100%;
  width: 100%;
}

.product-panel {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24vh 0.4rem 0.64rem;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  cursor: default;
  transition: all var(--product-duration) var(--product-ease);
}

.product-panel:last-child {
  border-right: none;
}

.product-panel.is-active {
  background: linear-gradient(
    180deg,
    rgba(9.06, 64.67, 142.53, 0.3) 0%,
    rgba(10, 79, 156, 0.3) 100%
  );
}

.product-panel_num {
  flex-shrink: 0;
  font-size: var(--font48);
  font-weight: 300;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.75);
  letter-spacing: 0.02em;
  transition: -webkit-text-stroke-color var(--product-duration) var(--product-ease),
    transform var(--product-duration) var(--product-ease);
}

.product-panel.is-active .product-panel_num {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.95);
}

.product-panel_content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 0;
  padding-bottom: 0.24rem;
}

.product-panel_fold,
.product-panel_expand {
  width: 100%;
  max-width: 3.6rem;
  text-align: center;
  transition: opacity var(--product-duration) var(--product-ease),
    transform var(--product-duration) var(--product-ease),
    visibility var(--product-duration) var(--product-ease);
}

.product-panel_fold {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.product-panel_expand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 0.32rem));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.32rem;
  padding: 0 0.12rem;
}

.product-panel_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  transition: transform var(--product-duration) var(--product-ease),
    opacity var(--product-duration) var(--product-ease);
}

.product-panel_icon img,
.product-panel_icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-panel_label {
  margin: 0;
  font-size: var(--font22);
  line-height: 1.35;
  font-weight: 600;
  color: #fff;
}

.product-panel_title {
  margin: 0;
  font-size: var(--font30);
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transform: translateY(0.16rem);
  transition: opacity 0.45s var(--product-ease) 0.08s,
    transform 0.45s var(--product-ease) 0.08s;
}

.product-panel_desc {
  transition: all 0.3s;
  margin: 0;
  font-size: var(--font18);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  opacity: 0;
  transform: translateY(0.16rem);
  transition: opacity 0.5s var(--product-ease) 0.14s,
    transform 0.5s var(--product-ease) 0.14s;
}

.product-panel_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  margin-top: 0.12rem;
  padding: 0.1rem 0.28rem;
  border-radius: 998px;
  background: var(--main-color2, #d97706);
  color: #fff;
  font-size: var(--font14);
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(0.2rem);
  transition: opacity 0.5s var(--product-ease) 0.22s,
    transform 0.5s var(--product-ease) 0.22s, background 0.3s;
}

.product-panel_btn i {
  font-size: var(--font14);
  transform: rotate(-45deg);
  display: block;
  line-height: 1;
}

.product-panel_btn:hover {
  background: #fa8c16;
}

@media only screen and (max-width: 767px) {
  .product-panel_btn {
    gap: 6px;
    padding: 8px 16px;
  }
}

/* 激活态 */
.product-panel.is-active .product-panel_content {
  align-items: center;
  padding-bottom: 0;
}

.product-panel.is-active .product-panel_fold {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem) scale(0.92);
}

.product-panel.is-active .product-panel_expand {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

.product-panel.is-active .product-panel_expand .product-panel_icon {
  transform: scale(1);
}

.product-panel.is-active .product-panel_title,
.product-panel.is-active .product-panel_desc,
.product-panel.is-active .product-panel_btn {
  opacity: 1;
  transform: translateY(0);
}

/* 非激活：收起时重置展开层子元素，避免切换闪烁 */
.product-panel:not(.is-active) .product-panel_title,
.product-panel:not(.is-active) .product-panel_desc,
.product-panel:not(.is-active) .product-panel_btn {
  transition-delay: 0s;
}

.product-panel:not(.is-active) .product-panel_fold {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

@media (max-width: 1024px) {
  .product-panel {
    padding: 0.4rem 0.24rem 0.48rem;
  }

  .product-panel_expand,
  .product-panel_fold {
    max-width: 2.8rem;
  }

  .product-panel_num {
    font-size: 0.96rem;
  }
}

@media (max-width: 767px) {
  .product-panels {
    position: relative;
    height: auto;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-panels_grid {
    grid-template-columns: 1fr;
    height: auto;
    gap: 0;
    flex-wrap: wrap;
  }

  .product-panel {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    width: 100%;
  }

  .product-panel:last-child {
    border-bottom: none;
  }

  .product-panel.is-active {
    min-height: 248px;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.08);
  }

  .product-panel_content {
    min-height: 1rem;
  }

  .product-panel_expand,
  .product-panel_fold {
    max-width: 100%;
  }

  .product-panel_num {
    font-size: 28px;
    text-align: center;
  }

  .product-panel_fold {
    gap: 16px;
  }

  .product-panel_desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
  }

  .product-panel_icon {
    display: none;
  }
}

.index_05 {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: flex-end;
}

.index_05 .footer {
  width: 100%;
}

.video-item img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .home-about__bg {
    display: none;
  }

  .index_01 .wrapper {
    height: auto;
  }

  .index_01 .home-about__body {
    height: auto;
    padding-top: calc(var(--global-header-height) + 16px);
    padding-bottom: 32px;
    gap: 0;
  }

  .index_01 .home-about__body .home-about__left,
  .index_01 .home-about__body .home-about__right {
    width: 100% !important;
    height: auto;
    padding-right: 0 !important;
    justify-content: flex-start;
  }

  .index_01 .home-about__body .home-about__left {
    margin-bottom: 0;
  }

  .index_01 .home-about__body .home-about__left,
  .index_01 .home-about__body .home-about__right {
    transform: translate3d(0, 24px, 0);
  }

  .index_01 .home-about__body .home-about__right {
    transition-delay: 0.12s;
  }

  .home-about__title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .home-about__pic {
    aspect-ratio: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .home-about__pic img {
    height: auto;
  }

  .home-about__intro {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .home-about__nav {
    max-width: none;
  }

  .home-about__nav a {
    min-height: 64px;
    height: 64px;
  }

  .home-about__nav .pic {
    width: 120px;
    height: 64px;
  }

  .home-about__nav .label {
    font-size: 18px;
    line-height: 1.4;
  }

  .news-list-item .title::after {
    display: none;
  }

  .news-area {
    padding-bottom: 36px;
  }

  .index_02 {
    margin-bottom: 28px;
  }
}

.index_04 {
  background-image: url("../images/about/bg7.jpg");
}

.index_04 .title-area {
  border-bottom: 1px solid rgba(200, 200, 200, 1);
  margin-bottom: 0.36rem;
  padding-bottom: 0.2rem;
}

.index_04 .title-area .title {
  color: var(--main-color);
  font-size: var(--font36);
  font-weight: 700;
}

.index_04 .title-area .subtitle {
  color: rgba(102, 102, 102, 1);
  font-size: var(--font18);
}

.index_04 .mod {
  --mod-subtitle-font-size: 0.18rem;
  --mod-subtitle-color: rgba(102, 102, 102, 1);
}

@media only screen and (max-width: 767px) {
  .index_04 .mod {
    --mod-subtitle-font-size: 14px;
  }

  .index_04 .mod .mod-hd .subtitle {
    margin-bottom: 20px;
  }
}

.index_04 .mod .mod-hd {
  margin-bottom: 0.44rem;
}

.index_04 .mod .mod-hd .subtitle {
  margin-top: 0.32rem;
}

.index_04 .desc {
  border-radius: 0.05rem;
  background: linear-gradient(90deg, rgba(0, 124, 196, 1) 0%, rgba(8, 64, 141, 1) 100%);
  padding: 0.16rem 0.4rem;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font18);
  line-height: 2;
  margin-bottom: 0.4rem;
}

.index_04 .tabs-tabpane .desc table,
.index_04 .tabs-tabpane .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.index_04 .tabs-tabpane .desc table th,
.index_04 .tabs-tabpane .desc table td,
.index_04 .tabs-tabpane .table-wrapper table th,
.index_04 .tabs-tabpane .table-wrapper table td {
  padding: 0.12rem 0.2rem;
  text-align: center;
  vertical-align: middle;
  color: inherit;
  font-size: var(--font16);
  line-height: 1.5;
}

.index_04 .tabs-tabpane .desc table tr th,
.index_04 .tabs-tabpane .desc table tr td,
.index_04 .tabs-tabpane .table-wrapper table tr th,
.index_04 .tabs-tabpane .table-wrapper table tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.tabs-tabpane .desc table tr:last-child td {
  border-bottom: 0 none;
}

.index_04 .tabs-tabpane .desc table tr:first-child th,
.index_04 .tabs-tabpane .desc table tr:first-child td,
.index_04 .tabs-tabpane .table-wrapper table tr:first-child th,
.index_04 .tabs-tabpane .table-wrapper table tr:first-child td {
  font-weight: 700;
}

.tabs-nav-list {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.tabs-nav-list li {
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  border-radius: 998px;
  color: rgba(51, 51, 51, 1);
  font-weight: 700;
  font-size: var(--font18);
  padding: 0.09rem 0.48rem;
  line-height: 1.5;
}

.tabs-nav-list .active {
  background-color: var(--main-color);
  color: #fff;
}

.tabs-content .tabs-tabpane {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cert-list {
    --gap: 0.18rem;
    --item-margin-bottom: 0.2rem;
  }
}

.cert-list-item {
  position: relative;
}

.cert-list-item .pic {
  box-sizing: border-box;
  width: 100%;
  height: 3.04rem;
  overflow: hidden;
  border-radius: 0.5rem 0 0.5rem 0;
  box-shadow: 0.05rem 0.05rem 0.1rem 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.32rem 0.56rem 0.52rem;
}

.cert-list-item .pic img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cert-list-item .meta {
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 0.16rem 0.12rem;
}

.cert-list-item .title {
  font-size: var(--font18);
  color: rgba(51, 51, 51, 1);
  text-align: center;
}

.cert-list-item:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
  .index_04 .tabs-tabpane .desc:has(table),
  .index_04 .tabs-tabpane .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .index_04 .tabs-tabpane .desc table,
  .index_04 .tabs-tabpane .table-wrapper table {
    min-width: 9rem;
    width: max-content;
  }

  .index_04 .tabs-tabpane .desc table th,
  .index_04 .tabs-tabpane .desc table td,
  .index_04 .tabs-tabpane .table-wrapper table th,
  .index_04 .tabs-tabpane .table-wrapper table td {
    padding: 12px 10px;
    font-size: 14px;
  }

  .tabs-nav-list {
    flex-wrap: wrap;
  }

  .tabs-nav-list li {
    width: 100%;
  }

  .honor-list,
  .honor-area,
  .cert-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .honor-list > li {
    padding: 0;
  }

  .cert-list-item .meta {
    padding-top: 12px;
  }
}
