:root {
  --theme-primary-color: #062b5f;
}

#pageBoxDom .page-item.active {
  color: #fff !important;
  background-color: var(--theme-primary-color) !important;
  border-color: transparent !important;
}

.nav-box {
  font-size: 18px;
}
.nav-box .nav-list {
  color: #5b5b5b;
  font-weight: 400;
}
.nav-box .nav-list .active {
  font-weight: 500;
  color: #083a84;
}
.nav-box .nav-list .nav-item {
  padding-bottom: 14px;
}
.nav-box .nav-list .nav-item:hover {
  font-weight: 500;
  color: #083a84;
}
.nav-box .nav-list .dropdown-menu .dropdown-item {
  margin-bottom: 10px;
  color: #fff;
}
.nav-box .nav-list .dropdown-menu .dropdown-item:hover {
  background: #fff;
  color: #0d3979;
}
.nav-box .nav-list .dropdown-menu .hot::after {
  content: "HOT";
  color: #ca0005;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}
.nav-box .nav-list #otherMenu h3 {
  margin-bottom: 10px;
}
.nav-box .nav-list #otherMenu .dropdown-item {
  margin-bottom: 0;
}
.nav-box .nav-list > div:hover .dropdown-menu {
  display: block;
}

.common-style .heading-section {
  color: var(--theme-primary-color);
}
.common-style .heading-section .title-e {
  font-size: 22px;
  font-family: NotoSansHans;
  font-weight: 300;
  color: var(--theme-primary-color);
}
.common-style .heading-section .title {
  margin-top: 13px;
  font-size: 49px;
  font-family: NotoSansHans;
  font-weight: 300;
  color: var(--theme-primary-color);
  line-height: 41px;
}
.common-style .listing-wrap .icon {
  background: var(--theme-primary-color);
  border: 0;
}
.common-style .listing-wrap .subheading {
  color: var(--theme-primary-color);
  padding-bottom: 10px;
}
.common-style .look-more {
  text-align: center;
}
.common-style .look-more button {
  width: 176px;
  height: 43px;
  border: 1px solid var(--theme-primary-color);
  opacity: 0.38;
  border-radius: 10px;
  font-size: 20px;
  font-family: NotoSansHans;
  font-weight: normal;
  color: var(--theme-primary-color);
  opacity: 0.71;
}

.news-box .content .context-nav > div {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.news-box .content .context-nav .active {
  position: relative;
  color: var(--theme-primary-color);
}
.news-box .content .context-nav .active::after {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--theme-primary-color);
}

.footer-nav {
  gap: 50px;
}

/* 移动端页脚样式 - 根据设计图 */
@media screen and (max-width: 768px) {
  .footer-wrapper {
    display: block !important;
    padding: 0.5rem;
  }
  .footer-wrapper .footer-inner {
    padding: 0 !important;
    display: block !important;
  }
  .footer-wrapper .footer-nav.flex {
    padding: 0 !important;
    align-items: flex-start !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0 !important;
  }
  .footer-wrapper .footer-nav h4 {
    line-height: normal !important;
  }
  .footer-wrapper .nav-section {
    background: rgb(35 41 51) !important;
    padding: 4vw;
    width: 100% !important;
    min-height: 2.8rem;
    margin-bottom: 0.2rem;
    font-size: 0.338rem;
  }
  .footer-wrapper .footer-nav .nav-section .link {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .footer-wrapper .footer-nav .nav-section a {
    display: inline-block !important;
    width: 50%;
    white-space: nowrap;
    line-height: 1.8;
    margin: 0;
  }
  .footer-wrapper .footer-nav .nav-section:nth-child(3) {
    width: 68% !important;
    padding-left: 0;
  }
  .footer-wrapper .footer-nav .nav-section:nth-child(3) a {
    width: 33.33% !important;
    text-align: center;
  }
  .footer-wrapper .footer-nav .nav-section:nth-child(3) h4 {
    padding-left: 0.2rem;
  }

  .w-full .bg-\\[\\#11141c\\] {
    background: rgb(35 41 51) !important;
    border-radius: 2.6666666667vw;
  }

  .w-full .w-\\[1500px\\] {
    width: 100% !important;
    max-width: none !important;
    padding: 6.6666666667vw 5.3333333333vw !important;
    flex-direction: column !important;
    gap: 5.3333333333vw;
  }

  /* 公司标题 */
  .w-full h3 {
    font-size: 4.8vw !important;
    line-height: 6.4vw !important;
    margin-bottom: 2vw !important;
    text-align: left !important;
  }
  .w-full h4 {
    font-size: 3.4vw !important;
    line-height: 6.4vw !important;
    margin-bottom: 5.3333333333vw !important;
    text-align: left !important;
  }

  /* 主要内容区域重新布局 */
  .w-full .px-\\[120px\\] {
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4vw 6.6666666667vw !important;
    margin-bottom: 5.3333333333vw !important;
  }

  /* 服务项目列表 */
  .w-full .px-\\[120px\\] > div:first-child {
    grid-column: span 2 !important;
  }

  .w-full .px-\\[120px\\] > div:first-child h4 {
    font-size: 4vw !important;
    margin-bottom: 2.6666666667vw !important;
    color: #fff !important;
    font-weight: bold !important;
  }

  .w-full .px-\\[120px\\] > div:first-child .flex-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.3333333333vw 4vw !important;
  }

  .w-full .px-\\[120px\\] > div:first-child a {
    font-size: 3.2vw !important;
    color: #babbbd !important;
    margin-bottom: 0 !important;
    line-height: 4.2666666667vw !important;
  }

  /* 案例资讯和关于空格 */
  .w-full .px-\\[120px\\] > div:nth-child(2),
  .w-full .px-\\[120px\\] > div:nth-child(3) {
    display: block !important;
  }

  .w-full .px-\\[120px\\] > div:nth-child(2) h4,
  .w-full .px-\\[120px\\] > div:nth-child(3) h4 {
    font-size: 4vw !important;
    margin-bottom: 2.6666666667vw !important;
    color: #fff !important;
    font-weight: bold !important;
  }

  .w-full .px-\\[120px\\] > div:nth-child(2) .flex-col,
  .w-full .px-\\[120px\\] > div:nth-child(3) .flex-col {
    display: flex !important;
    flex-direction: column !important;
  }

  .w-full .px-\\[120px\\] > div:nth-child(2) a,
  .w-full .px-\\[120px\\] > div:nth-child(3) a {
    font-size: 3.2vw !important;
    color: #babbbd !important;
    margin-bottom: 1.3333333333vw !important;
    line-height: 4.2666666667vw !important;
  }
}

/*# sourceMappingURL=footer.css.map */
