@charset "UTF-8";
: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 .text {
  padding: 20px 0;
}
.common-style .listing-wrap .icon {
  background: var(--theme-primary-color);
  border: 0;
}
.common-style .listing-wrap .icon img {
  width: 17px;
  height: auto;
}
.common-style .listing-wrap .subheading {
  display: block;
  color: var(--theme-primary-color);
  padding-bottom: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-style .listing-wrap .line-clamp-2 {
  padding: 0 20px;
  min-height: 32px;
}
.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);
}

body {
  background-color: #eff3f6;
}

.description-box {
  background-image: url("../images/home/description-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.material-wrapper {
  background-image: url("../images/home/infodata-bg.png");
  background-size: cover
  background-position: center;
  padding: 40px 0;
}
.material-wrapper .agreement {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 0;
}
.material-wrapper .agreement a {
    color: rgb(223, 28, 32);
    text-decoration: none;
}
.material-wrapper .agreement a:hover {
    text-decoration: underline;
}

/* 首页移动端样式 */
@media (max-width: 768px) {
  /* 1. 移动端Banner轮播样式 */
  .w-full.h-\[599px\] {
    height: 45.6vw !important;
  }

  #banner-wrap {
    width: 100vw !important;
    height: 45.6vw !important;
    left: 0 !important;
    transform: none !important;
  }

  #banner-wrap img,
  #banner-wrap picture img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }

  .carousel-indicators {
    bottom: 2.67vw !important;
  }

  .carousel-indicators li {
    width: 1.07vw !important;
    height: 1.07vw !important;
    margin: 0 0.53vw !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .carousel-indicators .active {
    background-color: #fff !important;
  }

  /* 2. 公司介绍部分 - 深蓝色背景，紧凑布局 */
  .description-box {
    height: auto !important;
    width: 100vw !important;
    min-width: 100vw !important;
    padding: 0 !important;
    margin: 0 !important;
    background-size: cover;
    background-position: center;
  }

  .description-box .description-text {
    width: 100% !important;
    padding: 6.67vw 0vw !important;
    margin: 0 !important;
  }

  /* Logo和标题区域 - 横向排列，紧凑 */
  .description-box .flex.items-center.justify-center {
    width: 100%;
    margin-bottom: 2.67vw !important;
  }

  .description-box img {
    width: 25vw !important;
    height: auto !important;
  }

  .description-box .text-\[46px\] {
    font-size: 4.2vw !important;
    margin-left: 2.67vw;
  }

  /* 公司介绍文字 - 小字体，紧凑行距 */
  .description-box .leading-\[44px\] {
    font-size: 3.73vw !important;
    line-height: 1.5;
    padding: 0 2.67vw;
  }

  /* 视频区域 - 小尺寸 */
  .description-box .video {
    width: 100% !important;
    height: 69vw !important;
    position: static !important;
    transform: none !important;
    margin: 0;
    border-radius: 0.8vw;
    top: auto !important;
    left: auto !important;
  }

  /* 3. 项目介绍部分 - 单列垂直卡片 */
  .common-style.w-\[1200px\] {
    width: 100% !important;
    margin-top: 5.33vw !important;
  }

  .common-style .heading-section {
    margin-bottom: 4vw !important;
    text-align: center;
  }

  .common-style .heading-section .title-e {
    font-size: 3.2vw !important;
    margin-bottom: 1.33vw !important;
    color: var(--theme-primary-color);
    text-transform: uppercase;
  }

  .common-style .heading-section .title {
    font-size: 6.93vw !important;
    line-height: 1.2;
    margin-top: 0 !important;
    color: var(--theme-primary-color);
  }

  /* 项目网格 - 单列垂直卡片 */
  .grid.grid-cols-\[1fr\,1fr\,1fr\,1fr\] {
    grid-template-columns: 1fr !important;
    gap: 3.2vw !important;
  }

  .w-\[282px\] {
    width: 100% !important;
  }

  /* 项目卡片 - 垂直布局，上图下文 */
  .listing-wrap {
    overflow: hidden;
    box-shadow: 0 0.53vw 1.6vw rgba(0, 0, 0, 0.08);
    background: #fff;
    display: block !important;
    padding: 0 !important;
    margin-bottom: 0vw !important;
  }

  .listing-wrap .text {
    padding: 2.67vw 3.2vw !important;
    text-align: left;
  }

  .listing-wrap .text .icon {
    margin: -10.13vw auto 2.67vw;
  }

  .listing-wrap .subheading {
    display: block;
    font-size: 5.87vw !important;
    padding: 2.67vw 0 !important;
  }

  .listing-wrap .line-clamp-2 {
    font-size: 5.87vw !important;
    color: #062b5f;
    margin-bottom: 2.67vw;
  }

  /* 4. 成功案例 - 与项目介绍相同布局 */
  .common-style.mt-\[117px\] {
    margin-top: 8vw !important;
  }

  /* 查看更多按钮 - 小尺寸 */
  .look-more {
    margin-top: 4vw !important;
    text-align: center;
  }

  .look-more button {
    width: 26.67vw !important;
    height: 8vw !important;
    font-size: 3.2vw !important;
    border-radius: 4vw;
    border: 0.27vw solid var(--theme-primary-color);
    background: transparent;
    color: var(--theme-primary-color);
    transition: all 0.3s ease;
  }

  .look-more button:hover {
    background-color: var(--theme-primary-color);
    color: white;
  }

  .look-more button a {
    color: inherit;
    text-decoration: none;
  }

  /* 5. 资料下载区域 - 紧凑表单 */
  .material-title {
    flex-direction: column-reverse;
    align-items: center !important;
  }
  .material-title > div {
    line-height: 1.5 !important;
  }
  .material-title div:nth-child(1) {
    font-size: 6.93vw !important;
  }
  .material-title div:nth-child(2) {
    font-size: 3.73vw !important;
  }
  .material-title div:nth-child(3) {
    display: none;
  }

  /* 表单区域 - 紧凑设计 */
  .material-form {
    flex-direction: column !important;
    gap: 3.2vw !important;
    margin-top: 3.2vw !important;
  }

  .material-form-item {
    width: 100% !important;
    height: 11.73vw !important;
    margin: 0 !important;
    border-radius: 0.8vw;
    background: #fff;
    padding: 0 3.2vw !important;
  }

  .material-form-item input,
  .material-form-item input::placeholder {
    font-size: 4vw !important;
  }

  .material-form-button {
    width: 38.667vw !important;
    line-height: 12vw !important;
    margin-top: 5.87vw;
  }

  /* 资料项目 - 紧凑横向布局 */
  .material-wrapper {
    margin-top: 1.2rem !important;
  }

  .material-inner {
    width: 92% !important;
  }
  .material-wrapper .agreement {
    position: static
  }

  .file-wrapper {
    margin-top: 13.33vw !important;
    padding: 5.33vw 4vw !important;
    box-shadow: rgba(0, 0, 0, 0.18) 0 0 2.67vw 0;
  }

  .file-title {
    font-size: 5.87vw !important;
  }

  .file-main {
    flex-direction: column !important;
    padding: 0 !important;
  }

  .split-border {
    width: 100% !important;
    height: 2.67vw !important;
    border-top: 0.27vw dashed rgb(195, 195, 195);
  }

  .file-item.flex {
    flex-direction: row !important;
    margin-bottom: 2.67vw !important;
    padding: 0 2.67vw;
  }
  .file-item .text {
    flex: 1;
    font-size: 3.73vw !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 2.67vw;
  }
  .file-item .icon {
    width: 7.2vw;
    height: 7.2vw;
  }
  .file-item .button {
    font-size: 3.73vw !important;
    white-space: nowrap;
    width: auto;
    height: auto;
    line-height: 7.47vw;
    padding: 0 2.67vw;
  }
  .file-download {
    white-space: nowrap;
    width: auto !important;
    line-height: 10.13vw !important;
    padding: 0 2.67vw;
  }

  /* 7. 隐藏桌面端组件 */
  .receive-modal {
    width: 90% !important;
    padding: 0 !important;
  }
  .receive-modal .left {
    display: none;
  }
  .receive-modal .right {
    width: 100%;
    padding: 8vw;
  }
  .receive-modal .right .title {
    font-size: 6.93vw !important;
    line-height: 1.2 !important;
  }
  .receive-modal .right .sub-title {
    line-height: 1.5 !important;
  }
  .receive-modal .right input {
    width: 100% !important;
    height: 13.33vw !important;
    padding: 0 4vw !important;
    margin-top: 2.67vw;
  }
  .receive-modal .right .button {
    width: 100% !important;
    line-height: 13.33vw !important;
    margin-top: 4vw;
  }
  .receive-modal .icon-close {
    width: 3.73vw !important;
    height: 3.73vw !important;
    top: 2.67vw !important;
    right: 2.67vw !important;
  }

  /* 8. 移动端项目轮播图样式 - 与首页banner一致 */
  .mobile-project-carousel {
    display: block !important;
    margin: 3.2vw 0;
  }

  .desktop-project-grid {
    display: none !important;
  }

  /* 9. 移动端成功案例轮播图样式 - 与项目介绍轮播一致 */
  .mobile-case-carousel {
    display: block !important;
    margin: 3.2vw 0;
  }

  .desktop-case-grid {
    display: none !important;
  }

  /* 轮播图组容器 */
  .mobile-project-carousel .carousel-group {
    margin-bottom: 5.33vw;
    position: relative;
  }

  .mobile-project-carousel .carousel-group:last-child {
    margin-bottom: 0;
  }

  /* 轮播图容器 */
  .mobile-project-carousel .carousel {
    position: relative;
    background: #f8f9fa;
    /* 优化硬件加速 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }

  /* 轮播图指示器 - 隐藏小圆点 */
  .mobile-project-carousel .carousel-indicators {
    display: none !important;
  }

  /* 轮播图内容 */
  .mobile-project-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
  }

  .mobile-project-carousel .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease;
  }

  .mobile-project-carousel .carousel-item.active,
  .mobile-project-carousel .carousel-item-next,
  .mobile-project-carousel .carousel-item-prev {
    display: block;
    transition: transform 0.6s ease;
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-project-carousel .carousel-item {
      transition: none;
    }
  }

  .mobile-project-carousel .carousel-item-next:not(.carousel-item-left),
  .mobile-project-carousel .active.carousel-item-right {
    transform: translateX(100%);
  }

  .mobile-project-carousel .carousel-item-prev:not(.carousel-item-right),
  .mobile-project-carousel .active.carousel-item-left {
    transform: translateX(-100%);
  }

  .mobile-project-carousel .carousel-item-next.carousel-item-left,
  .mobile-project-carousel .carousel-item-prev.carousel-item-right {
    transform: translateX(0);
  }

  /* 确保平滑的GPU加速 */
  .mobile-project-carousel .carousel-inner {
    transform: translateZ(0);
  }

  /* 优化触摸交互 */
  .mobile-project-carousel .carousel-item {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* 项目卡片样式 */
  .mobile-project-carousel .project-card-mobile {
    width: 100%;
    padding: 0;
  }

  .mobile-project-carousel .listing-wrap {
    background: white;
    padding: 3.2vw;
    box-shadow: 0 0.53vw 1.6vw rgba(0, 0, 0, 0.08);
    margin: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
  }

  .mobile-project-carousel .listing-wrap:hover {
    transform: translateY(-0.53vw);
    box-shadow: 0 1.07vw 3.2vw rgba(0, 0, 0, 0.15);
  }

  .mobile-project-carousel .img-property {
    width: 100% !important;
    height: 66.667vw !important;
    margin-bottom: 2.13vw;
    background-size: cover !important;
    background-position: center !important;
  }

  .mobile-project-carousel .text {
    padding: 2.13vw 0 0 0;
    text-align: center;
  }

  .mobile-project-carousel .icon {
    margin-bottom: 2.13vw;
    background: var(--theme-primary-color);
    width: 8.53vw;
    height: 8.53vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.13vw auto;
  }

  .mobile-project-carousel .icon img {
    width: 3.73vw !important;
    height: 4.53vw !important;
    filter: brightness(0) invert(1);
  }

  .mobile-project-carousel .subheading {
    font-size: 5.33vw !important;
    margin: 2.13vw 0 1.6vw 0;
    color: var(--theme-primary-color);
    font-weight: 500;
    display: block;
    line-height: 1.3;
  }

  .mobile-project-carousel .line-clamp-2 {
    font-size: 4.2vw !important;
    margin: 0;
    color: #b2b2b2;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5.33vw;
  }

  /* 轮播图控制按钮 - 与首页banner样式一致 */
  .mobile-project-carousel .carousel-control-prev,
  .mobile-project-carousel .carousel-control-next {
    position: absolute;
    top: 26.67vw;
    width: 10.67vw;
    height: 13.33vw;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 1.07vw;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
  }

  .mobile-project-carousel .carousel-control-prev:hover,
  .mobile-project-carousel .carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-decoration: none;
  }

  .mobile-project-carousel .carousel-control-prev {
    left: 2.67vw;
  }

  .mobile-project-carousel .carousel-control-next {
    right: 2.67vw;
  }

  .mobile-project-carousel .carousel-control-prev-icon,
  .mobile-project-carousel .carousel-control-next-icon {
    width: 5.33vw;
    height: auto;
    background-size: 100%;
    background-image: none;
  }

  .mobile-project-carousel .icon img {
    height: 11.73vw;
    width: auto;
  }

  /* 小屏幕优化 */
  @media (max-width: 480px) {
    .mobile-project-carousel .carousel-control-prev,
    .mobile-project-carousel .carousel-control-next {
      width: 9.33vw;
    }
  }

  /* 成功案例轮播图样式 - 复制项目轮播的所有样式 */
  /* 轮播图组容器 */
  .mobile-case-carousel .carousel-group {
    margin-bottom: 5.33vw;
    position: relative;
  }

  .mobile-case-carousel .carousel-group:last-child {
    margin-bottom: 0;
  }

  /* 轮播图容器 */
  .mobile-case-carousel .carousel {
    position: relative;
    background: #f8f9fa;
    /* 优化硬件加速 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }

  /* 轮播图指示器 - 隐藏小圆点 */
  .mobile-case-carousel .carousel-indicators {
    display: none !important;
  }

  /* 轮播图内容 */
  .mobile-case-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
  }

  .mobile-case-carousel .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease;
  }

  .mobile-case-carousel .carousel-item.active,
  .mobile-case-carousel .carousel-item-next,
  .mobile-case-carousel .carousel-item-prev {
    display: block;
    transition: transform 0.6s ease;
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-case-carousel .carousel-item {
      transition: none;
    }
  }

  .mobile-case-carousel .carousel-item-next:not(.carousel-item-left),
  .mobile-case-carousel .active.carousel-item-right {
    transform: translateX(100%);
  }

  .mobile-case-carousel .carousel-item-prev:not(.carousel-item-right),
  .mobile-case-carousel .active.carousel-item-left {
    transform: translateX(-100%);
  }

  .mobile-case-carousel .carousel-item-next.carousel-item-left,
  .mobile-case-carousel .carousel-item-prev.carousel-item-right {
    transform: translateX(0);
  }

  /* 确保平滑的GPU加速 */
  .mobile-case-carousel .carousel-inner {
    transform: translateZ(0);
  }

  /* 优化触摸交互 */
  .mobile-case-carousel .carousel-item {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* 案例卡片样式 */
  .mobile-case-carousel .case-card-mobile {
    width: 100%;
    padding: 0;
  }

  .mobile-case-carousel .listing-wrap {
    background: white;
    padding: 3.2vw;
    box-shadow: 0 0.53vw 1.6vw rgba(0, 0, 0, 0.08);
    margin: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
  }

  .mobile-case-carousel .listing-wrap:hover {
    transform: translateY(-0.53vw);
    box-shadow: 0 1.07vw 3.2vw rgba(0, 0, 0, 0.15);
  }

  .mobile-case-carousel .img-property {
    width: 100% !important;
    height: 66.667vw !important;
    margin-bottom: 2.13vw;
    background-size: cover !important;
    background-position: center !important;
  }

  .mobile-case-carousel .text {
    padding: 2.13vw 0 0 0;
    text-align: center;
  }

  .mobile-case-carousel .icon {
    margin-bottom: 2.13vw;
    background: var(--theme-primary-color);
    width: 8.53vw;
    height: 8.53vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.13vw auto;
  }

  .mobile-case-carousel .icon i {
    color: white;
    font-size: 4.27vw;
  }

  .mobile-case-carousel .line-clamp-2 {
    font-size: 5.33vw !important;
    margin: 2.13vw 0 1.6vw 0;
    color: var(--theme-primary-color);
    font-weight: 500;
    display: block;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5.33vw;
  }

  /* 轮播图控制按钮 - 与首页banner样式一致 */
  .mobile-case-carousel .carousel-control-prev,
  .mobile-case-carousel .carousel-control-next {
    position: absolute;
    top: 26.67vw;
    width: 10.67vw;
    height: 13.33vw;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 1.07vw;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
  }

  .mobile-case-carousel .carousel-control-prev:hover,
  .mobile-case-carousel .carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-decoration: none;
  }

  .mobile-case-carousel .carousel-control-prev {
    left: 2.67vw;
  }

  .mobile-case-carousel .carousel-control-next {
    right: 2.67vw;
  }

  .mobile-case-carousel .carousel-control-prev-icon,
  .mobile-case-carousel .carousel-control-next-icon {
    width: 5.33vw;
    height: auto;
    background-size: 100%;
    background-image: none;
  }

  .mobile-case-carousel .icon img {
    height: 11.73vw;
    width: auto;
  }

  /* 小屏幕优化 */
  @media (max-width: 480px) {
    .mobile-case-carousel .carousel-control-prev,
    .mobile-case-carousel .carousel-control-next {
      width: 9.33vw;
    }
  }
}

/*# sourceMappingURL=home.css.map */
