html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
form,
button,
input,
textarea {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}
body {
    width: 100%;
    cursor: default;
    margin: 0 auto;
    padding: 0;
    height: auto;
    background: #f7f9ff;
}
ol,
ul,
li,
dl,
dd,
dt {
    list-style: none;
}
*{
  margin: 0;
  padding: 0;
}

#app{
    margin: 0;
    padding: 0;
    background: #ffffff;
}
i,
em,
cite {
    font-style: normal;
}

@media screen and (min-width: 768px) {
h2{
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
  font-weight: normal;
}
.topBox {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ffffff;
  .top {
    width: 100%;
    max-width: 1320px;
    min-width: 1000px;
    height: 100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .topLogo {
      width: auto;
      height: 50px;
      transform: translateY(-5px);
      cursor: pointer;
    }

    .topNav {
      width: 100%;
      height: 60px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-left: 60px;
      gap: 40px;

    a {
      font-size: 20px;
      color: #000000;
      text-decoration: none;
      cursor: pointer;

      &:hover {
        color: #0062FF;
      }
    }
  }

  .topBtn {
    width: auto;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;

    img {
        width: 220px;
        transform: translateY(0px);
    }
    button{
      padding: 8px 30px;
      margin-left: 25px;
      border-radius: 10px;
      background: #1682FF;
      border:none;
      color: #ffffff;
      font-size: 18px;
      cursor: pointer;
    }
    a {
      color: #0062FF;
      font-size: 28px;
      font-style: italic;

      span {
        color: #0062FF;
        font-size: 26px;
      }

      &:hover {
        opacity: 0.9;
      }
      }
    }
  }
}
.imgVideo{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; 
  height: 100vh; 
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999; 
  display: none; /* 初始隐藏（唯一的display，解决刷新显示问题） */
  align-items: center;
  justify-content: center;
}

.videoModal{
  position: relative;
  width: 600px; 
  height: 500px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.closeBtn{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ff4444;
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgVideo video{
  width: 100%;
  height: 100%;
  object-fit: contain; 
  outline: none;
  cursor: pointer;
}

.imgVideo2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; 
  height: 100vh; 
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999; 
  display: none; /* 初始隐藏（唯一的display，解决刷新显示问题） */
  align-items: center;
  justify-content: center;
}

.videoModal2{
  position: relative;
  width: 600px; 
  height: 500px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.closeBtn2{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ff4444;
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgVideo2 video{
  width: 100%;
  height: 100%;
  object-fit: contain; 
  outline: none;
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 700px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;

  .bannerImg {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    z-index: 1;
  }

  .bannerCon {
    width: 100%;
    max-width: 1320px;
    min-width: 1000px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 2;

    .bannerTxt {
      width: 100%;
      max-width: 1320px;
      min-width: 1000px;
      height: 100%;
      position: relative;
      margin: 0 auto;
      z-index: 2;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
      gap: 10px;
      position: relative;
      .bannerH1 {
        font-size: 60px;
        line-height: 80px;
        color: #000000;
        font-weight: normal;
      }

      .bannerH2 {
        font-size: 30px;
        color: #222;
        line-height: 40px;
        padding: 5px 10px;
        font-weight: normal;
        background: #1682FF;
        color: #ffffff;
      }

      .bannerH3 {
        width: 860px;
        font-size: 26px;
        color: #1682FF;
        line-height: 40px;
        font-weight: normal;
      }

      .bannerBtn {
        display: flex;
        gap: 25px;
        margin: 20px 0;
	a{
          display: inline-flex;
          justify-content: space-between;
          width: 200px;
          padding: 15px 0;
          font-size: 18px;
          text-decoration: none;
          box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
          transition: ease-in-out all .2s;
          overflow: hidden;
          cursor: pointer;
          border-radius: 10px;
        }
        a:nth-child(1) {
          background: #1682FF;
          color: #ffffff;
          border: 1px solid #0078DE;
        }
        a:nth-child(2) {
          background: #ffffff;
          color: #1682FF;
          border: 1px solid #165DFF;
        }
        a:nth-child(3) {
          background: #1682FF;
          color: #ffffff;
          border: 1px solid #0078DE;
          display: flex;
          align-items: center;
          justify-content: center;
          img{
            width: 20px;
            height: auto;
            margin-right: 10px;
          }
        }

      }
    }
  }
  }
/* 一句话理解 */
.understandBox{
    width: 1320px;
    height: auto;
    margin: 40px auto;
    display: flex;
    flex-flow: column;
    align-items: center;

    .underBigBox{
      width: 100%;
      display: flex;
      align-items: center;
    }
    .underzBox{
      width: 660px;
      height: 251px;
      position: relative;
      z-index: 0;
      img{
        width: 660px;
        height: 100%;
      }
       .underSmall{
        width: 80%;
        height: 200px;
        position: absolute;
        left: 7%;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        h3{
          font-size: 26px;
          line-height: 35px;
        }
        h4:nth-child(2){
            margin: 20px 0;
          }
        h4{
          font-size: 19px;
          line-height: 28px;
          font-weight: normal;
          color: #7E7E7E;
          
        }
      }
    }
    .underyBox{
      width: 660px;
      height: 251px;
      position: relative;
      z-index: 0;
      img{
        width: 660px;
        height: 100%;
      }
      .underSmall{
        width: 80%;
        height: 200px;
        position: absolute;
        right: 6%;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        h3{
          font-size: 26px;
          line-height: 35px;
        }
        h4:nth-child(2){
            margin: 20px 0;
          }
        h4{
          font-size: 19px;
          line-height: 28px;
          font-weight: normal;
          color: #7E7E7E;
          
        }
      }
    }
    
    .underMiddle{
      width: 78px;
      height: 78px;
      z-index: 10;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      img{
        width: 78px;
        height: 100%;
      }
     
    }
  }

  /* 三大核心能力 */
 .competBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin: 40px auto;

     h3{
        font-size: 24px;
        line-height: 31px;
        color: #A8A8A8;
        font-weight: normal;
    }
     .competBigBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin: 0 auto;
    }
    .competBigBox .competTop{
        width: 1320px;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
     .competBigBox .competTop .competTs{
        width: 33%;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer; /* 增加鼠标指针样式，提示可点击 */
    }
     .competBigBox .competTop .competTs img{
        width: 168px;
        height: 168px;
        float: left;
    }
     .competBigBox .competTop .competTs .compets-text{
        width: calc(100% - 168px);
        display: flex;
        flex-flow: column;
    }
     .competBigBox .competTop .competTs .compets-text h3{
        font-size: 25px;
        line-height: 35px;
        color: #000000;
    }
     .competBigBox .competTop .competTs .compets-text p{
        font-size: 17px;
        line-height: 26px;
        color: #000000;
    }
    /* 激活状态样式 */
     .competBigBox .competTop .active{
        width: 33%;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
    }
     .competBigBox .competTop .active img{
        width: 168px;
        height: 168px;
        float: left;
    }
    .competBigBox .competTop .active .compets-text{
        width: calc(100% - 168px);
        display: flex;
        flex-flow: column;
    }
    .competBigBox .competTop .active .compets-text h3{
        font-size: 25px;
        line-height: 35px;
        color: #1682FF;
    }
     .competBigBox .competTop .active .compets-text p{
        font-size: 17px;
        line-height: 26px;
        color: #1682FF;
    }
     .competBigBox .competTop .active::after {
        content: "";
        position: absolute;
        left: 20%;
        bottom: 0%;
        width: 100%;
        height: 9px;
        transform: translateX(-20%);
        background: #1682FF;
        border-radius: 5px;
    }
    /* 底部内容区域 */
     .competBigBox .competBottom{
        width: 100%;
        height: auto;
        background: #F5F8FC;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
        margin:  0 auto;
    }
    .competBigBox .competBottom .commentBx{
        width: 1320px;
        display: none; /* 默认隐藏，激活后显示 */
        justify-content: space-between;
    }
    /* 激活的内容显示 */
     .competBigBox .competBottom .commentBx.active{
        display: flex;
    }
    .competBigBox .competBottom .competLeft{
        width: 650px;
        height: auto;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
    }
    .competBigBox .competBottom .competLeft h3{
        padding-left: 15px;
        line-height: 42px;
        border-left: 9px solid #1682FF;
        border-radius: 9px 0 0 9px;
        font-size: 22px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 20px;
    }
     .competBigBox .competBottom .competLeft p{
        width: 100%;
        display: flex;
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 15px; /* 增加段落间距，优化排版 */
    }
     .competBigBox .competBottom .competLeft p span{
        padding: 0 15px;
        line-height: 36px;
        max-height: 36px;
        font-size: 20px;
        background: rgb(22,130,255,.15);
        color: #1682FF;
        border: 1px solid #1682FF;
        border-radius: 5px;
        white-space: nowrap;
        margin-right: 10px;
        font-weight: normal;
    }
    .competBigBox .competBottom .competRight{
        width: 620px;
        height: auto;
    }
    .competBigBox .competBottom .competRight img{
        width: 100%;
        height: 360px;
        object-fit: cover;
        border-radius: 12px;
        border: 5px solid #B4CEF2;
    }
  }
  /* AI驱动业务技术协同 */
  .technologyBox{
      width: 100%;
      height: auto;
      display: flex;
      flex-flow: column;
      align-items: center;
      margin: 40px auto;
      h3{
          font-size: 24px;
          line-height: 31px;
          color: #A8A8A8;
          font-weight: normal;
        }
        .techBigBox{
          width: 1320px;
          height: auto;
          display: flex;
          flex-wrap: wrap;
          margin-top: 30px;
          gap: 18px;
          .techSmall:nth-child(2),.techSmall:nth-child(4),.techSmall:nth-child(6){
            background: #F5FFFF;
          }
          .techSmall{
            width: 30%;
            padding: 15px;
            display: flex;
            flex-flow: column;
            border: 1px solid #EAF4FF;
            box-shadow: 0 5px 12px rgb(12,69,136,.06);
            border-radius: 12px;
            background: #F5FAFF;
            .imgBox{
              width: 100%;
              display: flex;
              align-items: center;
              img{
                width: 48px;
                height: 47px;
                padding: 0 10px;
              }
              h3{
                font-size: 20px;
                line-height: 26px;
                font-weight: bold;
                margin-left: 5px;
                color: #2E2E2E;
              }
              .techimg{
                width: 30px;
                height: auto;
                margin-left: auto;
                cursor: pointer;
              }
            }
          p{
            line-height: 28px;
            font-size: 16px;
            color: #607995;
            margin-top: 10px;
          }
        }
      }
  }


  /* 解决三大核心痛点 */
  .solveBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
   
    .solvbigBox{
      width: 100%;
      height: 450px;
      display: flex;
      flex-flow: column;
      background: url('../img/solve.png') no-repeat;
      background-size: cover;
      padding: 20px 0;
      margin: 0 auto;
      .solvBig{
        width: 1320px;
        display: flex;
        flex-flow: column;
          margin: 0 auto;
      }
      .solvTop{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
        color: #fff;
        cursor: pointer;
        h3{
          height: 120px;
          font-weight: normal;
          font-size: 22px;
          display: flex;
          align-items: center;
        }
        .active{
          font-size: 28px;
          font-weight: bold;
          border-bottom: 5px solid #1682FF;
          position: relative;
          cursor: pointer;
          &::after {
              content: "";
              position: absolute;
              left: 50%;
              bottom: -40px;
              width:26px;
              height: 15px;
              transform: translateX(-50%);
              background: rgba(25, 60, 254, 0.5);
              background: url("../img/icon.svg") no-repeat;
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              background-blend-mode: overlay;
              }
        }
      }
 
      .hengxianBox{
        border: 1px solid #ffffff;
      }
      .solvBottom{
        width: 100%;
        height: auto;
        .solvBt{
          display: flex;
          flex-flow: column;
           align-items: center;
            justify-content: center;
            font-size: 26px;
            line-height: 47px;
            padding-top: 55px;
            color: #fff;
             div:nth-child(1){
              color: #C3DEFF;
            }
            div:nth-child(2){
              color: #FF9446;
            }
        }
        .solvBt-item {
            display: none;
        }
        .solvBt-item.active {
            display: flex;
        }
      }

    }
  }
  /* 技术架构简图 */
  .architectureBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto 40px auto;
    h3{
        font-size: 24px;
        font-weight: normal;
        color: #A8A8A8;
        line-height: 31px;
    }
    .jsjgBox{
      width: 1320px;
      margin-top: 30px;
      img{
        width: 100%;
      }
    }
  }

  /* 部署与集成 */
  .DeploymentBox{
    width: 1320px;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px auto;
    .DeployBox{
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      .DeploySbox{
        width: 33%;
        padding: 25px 30px;
        display: flex;
        align-items: flex-start;
        border-radius: 12px;
        img{
          align-self: center;
        }
        .DeployLeft{
          padding-left: 20px;
          h3{
            font-size: 22px;
            line-height: 30px;
            font-weight: normal;
            color: #383838;
            margin-bottom: 10px;
          }
          p{
            font-size: 18px;
            line-height: 24px;
            color: #383838;
          }
        }
      }
      .DeploySbox:nth-child(1){
        background: #F5FAFF;
        border: 1px solid #EAF4FF;
      }
       .DeploySbox:nth-child(2){
        background: #EDFBFC;
        border: 1px solid #EAF4FF;
      }
       .DeploySbox:nth-child(3){
        background: #FFF1EA;
        border: 1px solid #EAF4FF;
      }
    }
  }
  /* FAQ */
  .faqBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: url('../img/bj.png') no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 30px 0;
    .faqTop{
      width: 1320px;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      .faqTBox{
        width: 33%;
        height: auto;
        display: flex;
        flex-flow: column;
        background: #ffffff;
        border-radius: 12px;
        padding: 25px;
        h3{
          font-size: 22px;
          font-weight: bold;
          line-height: 29px;
          color: #1682FF;
        }
        p:nth-child(2){
          font-size: 20px;
          line-height: 36px;
          color: #383838;
          margin: 10px 0;
        }
        p:nth-child(3){
          font-size: 20px;
          line-height: 36px;
          color: #6B95C6;
        }
      }
    }
    .faqBottom{
      width: 1320px;
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
      gap: 20px;
      .faqTB{
        width: 50%;
        height: auto;
        display: flex;
        flex-flow: column;
        background: #ffffff;
        border-radius: 12px;
        padding: 25px;
       h3{
          font-size: 22px;
          font-weight: bold;
          line-height: 29px;
          color: #1682FF;
        }
        p:nth-child(2){
          font-size: 20px;
          line-height: 36px;
          color: #383838;
          margin: 10px 0;
        }
        p:nth-child(3){
          font-size: 20px;
          line-height: 36px;
          color: #6B95C6;
        }
      }
    }
  }
  /* 行业资讯 */
  .hyzxBox {
    width: 100%;
    height: auto;
    padding: 30px 0 60px 0;

    .Industry {
      width: 1320px;
      height: auto;
      margin: 0 auto;
      box-sizing: border-box;

      .Industryitle {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        line-height: 55px;
        margin-bottom: 30px;

        h2 {
          font-size: 40px;
          font-weight: normal;
          color: #000000;
          line-height: 52px;
        }

        h3 {
          font-size: 24px;
          font-weight: normal;
          color: #A8A8A8;
          line-height: 31px;
        }
      }

      .IndustryCon {
        width: 100%;
        height: auto;
        display: flex;
        gap: 23px;

        .IndustryBoxCon {
          width: 48%;
          height: auto;
          padding: 20px;
          border-radius: 12px;
          box-shadow: 0 10px 20px rgba(12, 69, 136, .13);

          h3 {
            font-size: 22px;
            font-weight: normal;
            color: #000000;
            line-height: 29px;
            margin-bottom: 20px;

            a {
              background: #ffffff;
              border: 1px solid #D8D8D8;
              border-radius: 19px;
              font-size: 14px;
              float: right;
              padding: 0 15px;
              color: #A8A8A8;
              font-weight: normal;
              cursor: pointer;
              text-decoration: none;
            }
          }

          .indeusHygh {
            display: block;
            font-size: 18px;
            color: #383838;
            line-height: 30px;
            margin-top: 10px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            cursor: pointer;
            text-decoration: none;
          }

        }
      }
    }
  }
  /* 底部 */
  .footBox{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 40px 0 50px 0;
    background: url('../img/foot.png') no-repeat;
    background-size: cover;
    h2{
      color: #383838;
    }
    p{
      font-size: 24px;
      line-height: 31px;
      color: #A8A8A8;
    }
    .footTell img{
      width: 290px;
      margin: 40px auto 30px auto;
    }
    .footMfsy{
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    .footMfsy button:nth-child(1){
      width: 200px;
      padding: 15px 0;
      background: #1682FF;
      border-radius: 10px;
      color: #ffffff;
      font-size: 18px;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #0078DE;
    }
    .footMfsy button:nth-child(2){
      width: 200px;
      padding: 15px 0;
      background: #FFFFFF;
      border-radius: 10px;
      color: #1682FF;
      font-size: 18px;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #165DFF;
    }
  }
  .fBox{
    font-size: 18px;
    line-height: 24px;
    color: #383838;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }

}


@media screen and (max-width: 768px) {
h2{
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  padding: 0 1rem;
}
  .topBox {
    width: 100%;
    position: unset;
    height: 4rem;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.05);

    .top {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      height: 4rem;
      padding: 0 1rem;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center;

      .topLogo {
        width: auto;
        height: 36px;
      }

      .topNav {
        display: none;
      }

      .topBtn {
        width: auto;
        height: auto !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        white-space: nowrap;
        button{
          display: none;
        }
        .topTell {
          width: 8rem;
        }

        a {
          color: #0062FF;
          font-size: 1.4rem;
          font-style: italic;

          span {
            color: #0062FF;
            font-size: 26px;
          }

          &:hover {
            opacity: 0.9;
          }
        }
      }
    }
  }
.imgVideo{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; 
  height: 100vh; 
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999; 
  display: none; /* 初始隐藏（唯一的display，解决刷新显示问题） */
  align-items: center;
  justify-content: center;
}

.videoModal{
  position: relative;
  width: 100%; 
  height: 50%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.closeBtn{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ff4444;
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgVideo video{
  width: 100%;
  height: 100%;
  object-fit: contain; 
  outline: none;
  cursor: pointer;
}
.imgVideo2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; 
  height: 100vh; 
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999; 
  display: none; /* 初始隐藏（唯一的display，解决刷新显示问题） */
  align-items: center;
  justify-content: center;
}

.videoModal2{
  position: relative;
  width: 100%; 
  height: 50%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.closeBtn2{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ff4444;
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgVideo2 video{
  width: 100%;
  height: 100%;
  object-fit: contain; 
  outline: none;
  cursor: pointer;
}
  .banner {
  width: 100%;
  height: 20rem!important;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;

  .bannerImg {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
  }

  .bannerCon {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;

    .bannerTxt {
      width: 100%;
      height: 100%;
      position: relative;
      margin: 0 auto;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
      gap: 10px;
      position: relative;
      .bannerH1 {
        font-size: 1.5rem;
        line-height: 2rem;
        color: #000000;
        font-weight: normal;
      }

      .bannerH2 {
        font-size: 1.2rem;
        color: #222;
        line-height: 1.6rem;
        padding: 5px 10px;
        font-weight: normal;
        background: #1682FF;
        color: #ffffff;
      }

      .bannerH3 {
        width: 100%;
        font-size: 1rem;
        color: #1682FF;
        line-height: 1.4rem;
        font-weight: normal;
      }

      .bannerBtn {
        display: flex;
        gap: 25px;
        margin: 20px 0;
	a{
          display: inline-flex;
          justify-content: space-between;
          padding: 0.5rem 1rem;
          border-radius: 10px;
          font-size: 0.9rem;
          text-decoration: none;
          box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
          transition: ease-in-out all .2s;
          overflow: hidden;
          cursor: pointer;
        }
        a:nth-child(1) {
          background: #1682FF;
          color: #ffffff;
          border: 1px solid #0078DE;
        }
        a:nth-child(2) {
          background: #ffffff;
          color: #1682FF;
          border: 1px solid #165DFF;
        }
        a:nth-child(3) {
          background: #1682FF;
          color: #ffffff;
          border: 1px solid #0078DE;
          img{
            width: 1rem;
            height: auto;
            margin-right: 0.5rem;
          }
        }
       
      
      }
    }
  }
  }
  /* 一句话理解 */
  .understandBox{
    width: 100%;
    height: auto;
    margin: 1rem auto;
    display: flex;
    flex-flow: column;
    align-items: center;

    .underBigBox{
      width: 100%;
      display: flex;
      flex-flow: column;
      align-items: center;
      gap: 1rem;
    }
    .underzBox{
      width: 100%;
      height: auto;
      background: #FFF3ED;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem 0;
      .underSmall{
        width: 90%;
      }
      img{
        width: 660px;
        height: 100%;
        display: none;
      }
      h3{
        font-size: 1.2rem;
        line-height: 1.5rem;
      }
      h4:nth-child(2){
          margin: 20px 0;
        }
      h4{
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: normal;
        color: #7E7E7E; 
      }
    }
    .underyBox{
      width: 100%;
      height: auto;
      background: #F5FAFF;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem 0;
      .underSmall{
        width: 90%;
      }
      img{
        width: 660px;
        height: 100%;
        display: none;
      }
      h3{
        font-size: 1.2rem;
        line-height: 1.5rem;
      }
      h4:nth-child(2){
          margin: 20px 0;
        }
      h4{
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: normal;
        color: #7E7E7E; 
      }
    }
    
    .underMiddle{
      width: 78px;
      height: 78px;
      z-index: 10;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: none;
      img{
        width: 78px;
        height: 100%;
      }
     
    }
  }

  /* 三大核心能力 */
 .competBox{
      width: 100%;
      height: auto;
      display: flex;
      flex-flow: column;
      align-items: center;
      margin: 1rem auto;

     h3{
        font-size: 1rem;
        line-height: 1.5rem;
        color: #A8A8A8;
        font-weight: normal;
    }
     .competBigBox{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin: 0 auto;
    }
    .competBigBox .competTop{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
     .competBigBox .competTop .competTs{
        width: 33%;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer; /* 增加鼠标指针样式，提示可点击 */
    }
     .competBigBox .competTop .competTs img{
        width: 40%;
        height: auto;
        float: left;
    }
     .competBigBox .competTop .competTs .compets-text{
        width: calc(100% - 40%);
        display: flex;
        flex-flow: column;
    }
     .competBigBox .competTop .competTs .compets-text h3{
        font-size: 1rem;
        line-height: 1.4rem;
        color: #000000;
    }
     .competBigBox .competTop .competTs .compets-text p{
        font-size: 0.7rem;
        line-height: 1.1rem;
        color: #000000;
        display: none;
    }
    /* 激活状态样式 */
     .competBigBox .competTop .active{
        width: 33%;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
    }
     .competBigBox .competTop .active img{
        width: 40%;
        height: auto;
        float: left;
    }
    .competBigBox .competTop .active .compets-text{
        width: calc(100% - 40%);
        display: flex;
        flex-flow: column;
    }
    .competBigBox .competTop .active .compets-text h3{
        font-size: 1rem;
        line-height: 1.4rem;
        color: #1682FF;
    }
     .competBigBox .competTop .active .compets-text p{
        font-size: 0.7rem;
        line-height: 1.1rem;
        color: #1682FF;
        display: none;
    }
     .competBigBox .competTop .active::after {
        content: "";
        position: absolute;
        left: 20%;
        bottom: 0%;
        width: 100%;
        height: 3px;
        transform: translateX(-20%);
        background: #1682FF;
        border-radius: 5px;
    }
    /* 底部内容区域 */
     .competBigBox .competBottom{
        width: 100%;
        height: auto;
        background: #F5F8FC;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
        margin:  0 auto;
    }
    .competBigBox .competBottom .commentBx{
        width: 100%;
        display: none; /* 默认隐藏，激活后显示 */
        justify-content: space-between;
    }
    /* 激活的内容显示 */
     .competBigBox .competBottom .commentBx.active{
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .competBigBox .competBottom .competLeft{
        width: 90%;
        height: auto;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
    }
    .competBigBox .competBottom .competLeft h3{
        padding-left: 15px;
        line-height: 1.5rem;
        border-left: 9px solid #1682FF;
        border-radius: 9px 0 0 9px;
        font-size: 1.1rem;
        color: #000000;
        font-weight: bold;
        margin-bottom: 1rem;
    }
     .competBigBox .competBottom .competLeft p{
        width: 100%;
        display: flex;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
    }
     .competBigBox .competBottom .competLeft p span{
        padding: 0 15px;
        line-height: 1.5rem;
        max-height: 1.5rem;
        font-size: 1rem;
        background: rgb(22,130,255,.15);
        color: #1682FF;
        border: 1px solid #1682FF;
        border-radius: 5px;
        white-space: nowrap;
        margin-right: 10px;
        font-weight: normal;
    }
    .competBigBox .competBottom .competRight{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .competBigBox .competBottom .competRight img{
        width: 90%;
        height: 20rem;
        object-fit: cover;
        border-radius: 12px;
        border: 5px solid #B4CEF2;
    }
  }

  /* AI驱动业务技术协同 */
  .technologyBox{
      width: 100%;
      height: auto;
      display: flex;
      flex-flow: column;
      align-items: center;
      margin: 40px auto;
      h3{
          font-size: 1rem;
          line-height: 1.5rem;
          color: #A8A8A8;
          font-weight: normal;
        }
        .techBigBox{
          width: 100%;
          height: auto;
          display: flex;
          flex-flow: column;
          margin-top: 30px;
          gap: 18px;
          .techSmall:nth-child(2),.techSmall:nth-child(4),.techSmall:nth-child(6){
            background: #F5FFFF;
          }
          .techSmall{
            padding: 0.8rem;
            display: flex;
            flex-flow: column;
            border: 1px solid #EAF4FF;
            box-shadow: 0 5px 12px rgb(12,69,136,.06);
            border-radius: 12px;
            background: #F5FAFF;
            margin: 0 1rem;
            .imgBox{
              width: 100%;
              display: flex;
              align-items: center;
              img{
                width: 3rem;
                height: 3rem;
                padding: 0 10px;
              }
              h3{
                font-size: 1.1rem;
                line-height: 1.5rem;
                font-weight: bold;
                margin-left: 5px;
                color: #2E2E2E;
              }
               .techimg{
                width: 2rem;
                height: auto;
                margin-left: auto;
                 cursor: pointer;
              }
            }
          p{
            line-height: 1.3rem;
            font-size: 1rem;
            color: #607995;
            margin-top: 0.5rem;
          }
        }
      }
  }

  /* 解决三大核心痛点 */
  .solveBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
   
    .solvbigBox{
      height: auto;
      display: flex;
      flex-flow: column;
      background: url('../img/solve.png') no-repeat;
      background-size: cover;
      padding: 1rem;
      margin: 0 auto;
      .solvBig{
        width: 100%;
        display: flex;
        flex-flow: column;
        margin: 0 auto;
      }
      .solvTop{
        width: 100%;
        height: 9rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
        color: #fff;
        cursor: pointer;
        
        h3{
          height: auto;
          font-weight: normal;
          font-size: 1rem;
          display: flex;
          align-items: center;
        }
        .active{
          height: 9rem;
          font-size: 1rem;
          font-weight: bold;
          border-bottom: 5px solid #1682FF;
          position: relative;
          cursor: pointer;
          &::after {
              content: "";
              position: absolute;
              left: 50%;
              bottom: -40px;
              width:26px;
              height: 15px;
              transform: translateX(-50%);
              background: rgba(25, 60, 254, 0.5);
              background: url("../img/icon.svg") no-repeat;
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              background-blend-mode: overlay;
              }
        }
      }
 
      .hengxianBox{
        border: 1px solid #ffffff;
      }
      .solvBottom{
        width: 100%;
        height: auto;
        .solvBt{
          display: flex;
          flex-flow: column;
           align-items: center;
            justify-content: center;
            font-size: 1rem;
            line-height: 47px;
            padding-top: 55px;
            color: #fff;
             div:nth-child(1){
              color: #C3DEFF;
            }
            div:nth-child(2){
              color: #FF9446;
            }
        }
        .solvBt-item {
            display: none;
        }
        .solvBt-item.active {
            display: flex;
        }
      }

    }
  }
  /* 技术架构简图 */
  .architectureBox{
    width: 90%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto 40px auto;
    h3{
        font-size: 1rem;
        font-weight: normal;
        color: #A8A8A8;
        line-height: 31px;
    }
    .jsjgBox{
      width: 100%;
      margin-top: 30px;
      img{
        width: 100%;
      }
    }
  }

  /* 部署与集成 */
  .DeploymentBox{
    width: 90%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px auto;
    .DeployBox{
      width: 100%;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      gap: 20px;
      .DeploySbox{
        padding: 1rem;
        display: flex;
        align-items: center;
        border-radius: 12px;
        .DeployLeft{
          padding-left: 20px;
          h3{
            font-size: 1.2rem;
            line-height: 1.5rem;
            font-weight: normal;
            color: #383838;
            margin-bottom: 10px;
          }
          p{
            font-size: 0.9rem;
            line-height: 1.2rem;
            color: #383838;
          }
        }
      }
      .DeploySbox:nth-child(1){
        background: #F5FAFF;
        border: 1px solid #EAF4FF;
      }
       .DeploySbox:nth-child(2){
        background: #EDFBFC;
        border: 1px solid #EAF4FF;
      }
       .DeploySbox:nth-child(3){
        background: #FFF1EA;
        border: 1px solid #EAF4FF;
      }
    }
  }
  /* FAQ */
  .faqBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: url('../img/bj.png') no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 30px 0;
    
    .faqTop{
      width: 100%;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      gap: 1rem;
      align-items: center;
      .faqTBox{
        width: 85%;
        height: auto;
        display: flex;
        flex-flow: column;
        background: #ffffff;
        border-radius: 12px;
        padding: 1rem;
        h3{
          font-size: 1.2rem;
          font-weight: bold;
          line-height: 29px;
          color: #1682FF;
        }
        p:nth-child(2){
          font-size: 1rem;
          line-height: 36px;
          color: #383838;
          margin: 10px 0;
        }
        p:nth-child(3){
          font-size: 1rem;
          line-height: 36px;
          color: #6B95C6;
        }
      }
    }
    .faqBottom{
      width: 100%;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px;
      gap: 20px;
      .faqTB{
        width: 85%;
        height: auto;
        display: flex;
        flex-flow: column;
        background: #ffffff;
        border-radius: 12px;
        padding: 1rem;
       h3{
          font-size: 1.2rem;
          font-weight: bold;
          line-height: 29px;
          color: #1682FF;
        }
        p:nth-child(2){
          font-size: 1rem;
          line-height: 36px;
          color: #383838;
          margin: 10px 0;
        }
        p:nth-child(3){
          font-size: 1rem;
          line-height: 36px;
          color: #6B95C6;
        }
      }
    }
  }
  /* 行业资讯 */
  .hyzxBox {
    width: 100%;
    height: auto;
    padding: 1.5rem 0;

    .Industry {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0 1rem;
      box-sizing: border-box;

      .Industryitle {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        line-height: 3rem;
        margin-bottom: 1rem;

        h2 {
          font-size: 1.8rem;
          font-weight: normal;
          color: #000000;
          line-height: 3rem;
        }

        h3 {
          font-size: 1rem;
          font-weight: normal;
          color: #A8A8A8;
          line-height: 31px;
        }
      }

      .IndustryCon {
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        gap: 1rem;
        .IndustryBoxCon {
          height: auto;
          padding: 1rem;
          border-radius: 12px;
          box-shadow: 0 10px 20px rgba(12, 69, 136, .13);

          h3 {
            font-size: 1.3rem;
            font-weight: bold;
            color: #165DFF;
            line-height: 2rem;
            margin-bottom: 1.3rem;

            a {
              background: #ffffff;
              border: 1px solid #D8D8D8;
              border-radius: 19px;
              font-size: 14px;
              float: right;
              padding: 0 15px;
              color: #A8A8A8;
              font-weight: normal;
              text-decoration: none;
            }
          }

          .indeusHygh {
            display: block;
            font-size: 1rem;
            color: #383838;
            line-height: 2rem;
            margin-top: 10px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-decoration: none;
          }
        }
      }
    }
  }
  /* 底部 */
  .footBox{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 1rem 0;
    background: url('../img/foot.png') no-repeat;
    background-size: cover;
    h2{
      width: 80%;
      font-size: 1.2rem;
      line-height: 1.5rem;
    }
    p{
      font-size: 1rem;
      line-height: 1.5rem;
      color: #A8A8A8;
    }
    .footTell img{
      width: 10rem;
      margin: 1rem auto;
    }
    .footMfsy{
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
    .footMfsy button:nth-child(1){
      padding: 0.5rem 1rem;
      background: #1682FF;
      border-radius: 10px;
      color: #ffffff;
      font-size: 0.9rem;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #0078DE;
    }
    .footMfsy button:nth-child(2){
      padding: 0.5rem 1rem;
      background: #FFFFFF;
      border-radius: 10px;
      color: #1682FF;
      font-size: 0.9rem;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #165DFF;
    }
  }
  .fBox{
    font-size: 1rem;
    line-height: 1.2rem;
    color: #383838;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
}
/* 弹窗样式 */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-overlay.active {
  display: flex;
}

.popup-container {
  width: 80%;
  max-width: 1000px;
  height: 80%;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}

.popup-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.popup-close {
  position: absolute;
  top: 8%;
  right: 23%;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.popup-close:hover {
    transform: scale(1.5);  /* 放大到1.2倍 */
}


        