@font-face {
  font-family: "Alimama FangYuanTi VF"; /* 自定义字体名称（后续引用用） */
  src: url("../font/ALiMaMaFangYuanTi/AlimamaFangYuanTiVF-Thin-2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 底部咨询样式 */
.bottom-cta {
  background: url('../image/index/image@1x.png') no-repeat center/cover;
  height: 330px;
  padding: 0px 20px;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.bottom-cta span {
  display: block;
  padding-top: 86px !important;
  font-family: Alimama FangYuanTi VF;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #333333;
}

.bottom-cta .btn {
  display: inline-block;
  height: 64px;
  padding: 19px 30px;
  background-color: #ffc107;
  border-radius: 52px;
  font-family: PingFang SC;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  font-variation-settings: "opsz" auto;
  color: #333333;
  transition: all 0.3s ease;
}

.bottom-cta .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.4);
}

/* 底部咨询响应式适配 */
@media (max-width: 768px) {
  .bottom-cta {
    height: auto;
    min-height: 300px;
    padding: 20px 10px;
  }

  .bottom-cta span {
    font-size: 20px !important;
    padding: 0 10px;
    padding-top: 40px !important;
    line-height: 1.3;
  }

  .bottom-cta .btn {
    font-size: 18px;
    height: 50px;
    padding: 12px 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

/* 核心样式：图片下划线 */
.custom-underline {
  margin-top: 19px;
  text-decoration: none;
  padding-bottom: 19px;
  background-image: url('../image/index/xhx.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 26.5px 13.03px;
}

/* 汉堡菜单样式 */
.menu-toggle {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 25px;
  position: relative;
  z-index: 100;
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f8f6f6;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2) {
  top: 10px;
}

.menu-toggle span:nth-child(3) {
  top: 20px;
}

/* 汉堡菜单动画类 */
.transform-rotate-45 {
  transform: rotate(45deg) !important;
  top: 10px !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.transform-rotate--45 {
  transform: rotate(-45deg) !important;
  top: 10px !important;
}

/* 移动端导航样式 */
.mobile-nav {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  z-index: 99;
}

.mobile-nav a {
  display: block;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #f8f6f6;
}

/* 背景图动画 */
@keyframes bgAnimation {
  0% {
    background-position: center center;
    background-size: 100% cover;
  }
  50% {
    background-position: center 10%;
    background-size: 105% cover;
  }
  100% {
    background-position: center center;
    background-size: 100% cover;
  }
}





/* 滚动渐入动画 - 仅保留一个定义 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  font-family: Alimama FangYuanTi VF;
  font-size: 64px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FAFDFC;
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

/* 响应式适配 */
@media (max-width: 768px) {
  /* 显示汉堡菜单，隐藏桌面导航 */
  .menu-toggle {
    display: block;
  }

  .top-nav {
    display: none;
  }

  /* 展开的移动菜单样式 */
  .mobile-nav.active {
    display: flex;
  }

  .banner h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .banner img {
    max-width: 80%;
  }

  .banner_p {
    font-size: 18px;
    line-height: 1.4;
    padding: 0 10px;
  }

  .top-nav a {
    font-size: 16px;
    margin-left: 10px;
  }

  .banner-top {
    min-height: 500px;
    padding: 10px;
  }

  /* 数据统计区域适配 */
  .data-statistics {
    padding: 40px 15px;
    gap: 30px;
  }

  .data-item {
    max-width: 100%;
  }

  .data-icon {
    margin-right: 0;
    justify-content: center;
  }

  .data-icon h2 {
    font-size: 20px;
  }

  /* 解决方案区域适配 */
  .solution h2 {
    font-size: 32px;
    padding: 20px 10px;
  }

  .solution-item-left h3 {
    font-size: 24px;
  }

  .solution-item-left span {
    font-size: 14px;
    padding: 0 10px;
  }

  .hz-img, .hz-img1 {
    width: 100%;
    justify-content: center;
  }

  .hz-img img, .hz-img1 img {
    width: 60px;
    margin: 5px;
  }

  /* 解决方案项适配 */
  .solution1, .polymerization {
    height: auto;
    padding: 30px 10px;
  }

  .solution-item, .polymerization-item {
    flex-direction: column;
    padding: 20px 10px;
    margin-bottom: 30px;
  }

  .solution-item-left, .solution-item-right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

  .solution-item-left {
    order: 2;
  }

  .solution-item-right {
    order: 1;
  }

  /* 按钮适配 */
  .banner .btn {
    width: 180px;
    height: 50px;
    font-size: 20px;
    margin: 60px auto;
    padding: 10px 20px;
  }
}

.solution1{
  width: 100%;
  height: 479px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.polymerization{
  width: 100%;
  height: 479px;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



/* 解决方案项样式 */
.solution-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* 聚合项目样式 */
.polymerization-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.solution-item-left {
  flex: 1;
  min-width: 300px;
  margin-top: 101px;
  width: 320px;
  text-align: left;
}

.solution-item-left h3 {
  font-family: Alimama FangYuanTi VF;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #333333;
}

.solution-item-left img {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.solution-item-left span {
  display: block;
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}

.hz-img {
  display: flex;
  flex-wrap: wrap;
  width: 418px;
}
.hz-img1 {
  display: flex;
  flex-wrap: wrap;
  /* width: 530px; */
  width: 600px;
}

.hz-img img {
  width: 90px;
  height: auto;
}

.solution-item-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: space-between;
  margin-top: 101px;
  text-align: right;
}

.solution-item-right img {
  max-width: 100%;
  height: auto;
}

/* 响应式适配 */
@media (max-width: 992px) {
  .solution-item {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .solution-item-right {
    justify-content: center;
    order: -1;
  }

  .solution h2 {
    font-size: 36px;
  }

  .solution-item-left h3 {
    font-size: 28px;
  }
}



/* 数据统计区域 */
.data-statistics {
  /* 预留背景图片位置 */
  background: url('../image/solution/statistics-bg.png') no-repeat center/cover;
  background-color: #F7F7F7;
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.data-statistics .data-item {
  flex: 1;
  min-width: 280px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.data-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 68px;
  width: 100%;
}

.data-icon img {
  max-width: 64px;
  height: auto;
  margin-right: 16px;
}

.data-icon h2 {
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #333333;
    margin: 0;
    white-space: nowrap;
}

.data-statistics .data-item span {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 0px;
    display: block;
    max-width: 100%;
    font-variation-settings: "opsz" auto;
    color: #333333;
}

/* 默认PC端样式：显示solution，隐藏solution-mobile */
.solution {
  display: block;
}

.solution-mobile {
  display: none;
}

/* 响应式适配 - 数据统计区域 */
@media (max-width: 768px) {
  /* 移动端样式：隐藏solution，显示solution-mobile */
  .solution {
    display: none;
  }

  .solution-mobile {
    display: block;
  }

  .data-statistics {
    padding: 40px 15px;
    gap: 30px;
  }

  .data-statistics .data-item {
    max-width: 100%;
  }

  .data-icon h2 {
    font-size: 22px;
  }

  .data-statistics .data-item span {
    font-size: 14px;
  }
}

/* 顶部导航 */
.banner-top {
  background: url('../image/index/banner-bg.png') no-repeat center/cover;
  background-color: rgba(26, 22, 22, 0.7);
  height: auto;
  min-height: 740px;
  /* 让背景图和颜色叠加 */
  background-blend-mode: multiply; 
  padding: 20px;
  /* 应用动画 */
  animation: bgAnimation 20s ease-in-out infinite;
}



.top {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px 20px;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
}

.top-nav a {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0px;
  margin-left: 20px;
  color: #F7F7F7;
  font-variation-settings: "opsz" auto;
}

/* 横幅 */
.banner {
  width: 100%;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.banner h1 {
  font-family: Alimama FangYuanTi VF;
  font-size: 62px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
  margin-bottom: 20px;
  font-variation-settings: "opsz" auto;
  color: #FAFDFC;
}

.banner p {
  font-family: Alimama FangYuanTi VF;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-top: 29px;
  margin-bottom: 29px;
  font-variation-settings: "opsz" auto;
  color: #FAFDFC;
}

.banner_p {
  font-family: Alimama FangYuanTi VF;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2.56px;
  margin-bottom: 29px;
  font-variation-settings: "opsz" auto;
  color: #FAFDFC;
}

.banner img {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  max-width: 100%;
  height: auto;
}

.banner .btn {
  display: block;
  margin: 122px auto;
  width: 204px;
  height: 64px;
  padding: 12px 30px;
  background-color: #ffc107;
  color: #333;
  border-radius: 30px;
  font-family: PingFang SC;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.5s ease;
  z-index: -1;
}

.banner .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.4);
}

.banner .btn:hover::before {
  left: 100%;
}

/* 横幅变体 */
.banner-1 {
  width: 100%;
  height: 566px;
  color: #fff;
  padding: 1px 20px;
  text-align: center;
}

.banner-1 h1 {
  font-family: Alimama FangYuanTi VF;
  font-size: 84px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FAFDFC;
}

.banner-1 .btn {
  display: block;
  margin: 60px auto;
  width: 204px;
  height: 64px;
  padding: 12px 30px;
  background-color: #ffc107;
  color: #333;
  border-radius: 30px;
  font-family: PingFang SC;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-1 .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.5s ease;
  z-index: -1;
}

.banner-1 .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.4);
}

.banner-1 .btn:hover::before {
  left: 100%;
}

/* 移动端适配 - 横幅 */
@media (max-width: 768px) {
  .banner-1 {
    height: auto;
    min-height: 400px;
    padding: 30px 15px;
  }

  .banner-1 h1 {
    font-size: 56px;
  }

  .banner-1 .btn {
    width: 180px;
    height: 56px;
    font-size: 22px;
    margin: 40px auto;
  }
}

@media (max-width: 480px) {
  .banner-1 {
    min-height: 350px;
  }

  .banner-1 h1 {
    font-size: 48px;
  }

  .banner-1 .btn {
    width: 160px;
    height: 50px;
    font-size: 20px;
  }
}
.solution{
  padding: 60px 20px;
  background-color: #fff;
  margin-top: 4px;
  text-align: center;
}

.solution h2{
    background-image: url('../image/index/hxys.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 27px 20px;
    font-family: PingFang SC;
    font-size: 42px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #333333;
}

.solution-mobile{

  background-color: #fff;
  margin-top: 4px;
  text-align: center;
}

.solution-mobile h2{

    background-image: url('../image/index/hxys.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 27px 20px;
    font-family: PingFang SC;
    font-size: 42px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #333333;
}
    /* 响应式适配 */
    @media (max-width: 768px) {
      /* 页脚移动端适配 */
      footer {
        padding: 30px 20px;
      }
      
      .footer-top {
        flex-direction: column;
        gap: 20px;
      }
      
      .footer-section {
        flex: 1 1 100%;
        margin-bottom: 15px;
      }
      
      .qr-code-container {
        margin-right: 15px;
        margin-bottom: 10px;
      }
      
      .qr-code {
        width: 100px;
        height: 100px;
      }
      
      /* 显示汉堡菜单，隐藏桌面导航 */
      .menu-toggle {
        display: block;
      }

      .top-nav {
        display: none;
      }

      /* 展开的移动菜单样式 */
      .mobile-nav.active {
        display: flex;
      }
      .banner h1 {
        font-size: 24px;
      }

      .banner img {
        max-width: 80%;
      }

      .top-nav a {
        font-size: 16px;
        margin-left: 10px;
      }

      .core-advantages h2,
      .platforms h2,
      .solutions h2,
      .hardware-software h2,
      .customer-cases h2,
      .partners h2 {
        font-size: 20px;
      }

      /* 合作伙伴移动端适配 */
      .partners-logos {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        padding: 0 10px;
        gap: 10px;
      }

      .partners-logos img {
        width: 100%;
        height: auto;
        max-height: 70px;
      }

      /* 底部咨询移动端适配 */
      .bottom-cta {
        height: auto;
        min-height: 300px;
        padding: 20px 10px;
      }

      .bottom-cta span {
        font-size: 20px !important;
        padding: 0 10px;
        padding-top: 40px !important;
        line-height: 1.3;
      }

      .bottom-cta .btn {
        font-size: 18px;
        height: 50px;
        padding: 12px 20px;
        margin-top: 20px !important;
      }

      /* 小屏幕适配 */
      @media (max-width: 375px) {
        .partners-logos {
          grid-template-columns: 1fr;
        }
      }
    }