#sw-first-screen-018--0 {
        position: relative;
        background: #fff;
    }
    #sw-first-screen-018--0 img {
        filter: alpha(opacity=90);
        opacity: 0.9;
    }
    #sw-first-screen-018--0 .item {
        position: relative;
    }
    #sw-first-screen-018--0 .textW {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
    }
    #sw-first-screen-018--0 .title {
        font-size: 80px;
        font-weight: bold;
        color: var(--font);
    }
    #sw-first-screen-018--0 .desc {
        font-size: 18px;
        color: #2A2A2A;
    }
    #sw-first-screen-018--0 .btnW {
        text-transform: uppercase;
        font-size: 12px;
    }
    #sw-first-screen-018--0 .btnW a {
        display: inline-block;
        overflow: hidden;
        transition: all 0.6s ease;
        vertical-align: middle;
        padding: 15px 20px;
        margin-right: 15px;
        letter-spacing: 1px;
    }
    #sw-first-screen-018--0 .btnW a:hover {
        background: #202020;
        text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
    }
    #sw-first-screen-018--0 .btnW a:last-child {
        margin-right: 0;
    }
    #sw-first-screen-018--0 .btn1 {
        color: transparent !important;
        background: var(--brand);
        text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
    }
    #sw-first-screen-018--0 .btn2 {
        color: transparent !important;
        background: var(--secondary);
        text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
    }
    #sw-first-screen-018--0 .slickW .slick-prev,
    #sw-first-screen-018--0 .slickW .slick-next {
        font-size: 40px;
        color: #2A2A2A;
    }
    #sw-first-screen-018--0 .slickW .slick-prev:before {
        content: "\e625";
    }
    #sw-first-screen-018--0 .slickW .slick-next:before {
        content: "\e628";
    }
    #sw-first-screen-018--0 .slickW .slick-dots li button {
        width: 10px;
        height: 10px;
        background: #B7B9BC;
    }
    #sw-first-screen-018--0 .slickW .slick-dots li.slick-active button {
        background: #000;
    }
    @media    screen and (max-width: 1400px) {
        #sw-first-screen-018--0 .title {
            font-size: 60px;
        }
    }
    @media    screen and (max-width: 875px) {
        #sw-first-screen-018--0 .textW {
            display: none;
        }
        #sw-first-screen-018--0 .title {
            font-size: 30px;
        }
        #sw-first-screen-018--0 .desc {
            margin-top: 15px;
            font-size: 14px;
        }
        #sw-first-screen-018--0 .btnW {
            margin-top: 30px;
        }
        #sw-first-screen-018--0 .btnW a {
            padding: 10px 15px;
        }
        #sw-first-screen-018--0 .slickW .slick-prev,
        #sw-first-screen-018--0 .slickW .slick-next {
            font-size: 24px;
        }
    }
    #sw-first-screen-018--0 .slickW .item {
        position: relative;
    }
    #sw-first-screen-018--0 .slickW .item .center {
        position: absolute;
        z-index: 10000;
        max-width: 1170px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }



  #sw-about-013--0 .titlebox .title {
    /* margin-bottom: 30px; */
    color: #111;
  }
  #sw-about-013--0 .us_box {
    padding-right: 5%
  }
  #sw-about-013--0 .us_box .tit {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
    color: #111;
    /* margin-bottom: 20px; */
    position: relative
  }
  #sw-about-013--0 .us_box .tit:after {
    position: absolute;
    display: block;
    content: '';
    width: 30%;
    height: 2px;
    background-color: #ccc
  }
  
  #sw-about-013--0 .us_box p.p2 {
    font-size: 14px;
    height: auto;
    overflow: hidden
  }
  #sw-about-013--0 .us_box p.p3 {
    padding: 10px 0 20px 0;
    font-size: 100px;
    font-weight: 600;
    color: #ddd;
    line-height: 1;
  }
  
  #sw-about-013--0 .us_box a {
    display: inline-block;
    border: 1px solid #111;
    color: #111;
    padding: 6px 35px;
    margin-bottom: 1em;
    border-radius: 4px
  }
  #sw-about-013--0 .us_box a:hover {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff
  }
  #sw-about-013--0 .video-box {
    position: relative
  }
  #sw-about-013--0 .video-box video {
    width: 100%;
    height: auto;
  }
  #sw-about-013--0 .video-box:before {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    right: -10px;
    height: 10px;
    background-color: #979797
  }
  #sw-about-013--0 .video-box:after {
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 10px;
    bottom: -10px;
    width: 10px;
    background-color: #979797
  }
  @media                                                                screen and (max-width:768px) {
    #sw-about-013--0 .us_box {
    padding-right: 0px;
  }
    #sw-about-013--0 .us_box p.p3 {
      font-size: 60px;
    }
  }



  #sw-features-031--1 .center {
    max-width: 80%;
    padding-bottom: 2vw;
    padding-top: 6vw;
    
  }
  #sw-features-031--1 {
    padding-bottom: 6vw;
   
  }
  #sw-features-031--1 .flexW {
    width: 90%;
    padding: 0 20px;
    margin: 0 auto; /* 容器水平居中 */
  display: flex; /* 配合轮播项居中 */
  justify-content: center;
  }
  #sw-features-031--1 .flexW .item {
    width: 33%;
    height: 100%;
    position: relative;
    padding: 0 20px;
    
  }
  #sw-features-031--1 .slick-dots li.slick-active button {
    background: var(--brand);
  }
  #sw-features-031--1 .slick-dots li button {
    height: 8px;
    width: 8px;
  }
  #sw-features-031--1 .flexW .item .img-box {
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
  }
  #sw-features-031--1 .flexW .item .img-box:hover img {
    transform: scale(1.05);
  }
  #sw-features-031--1 .flexW .item .img-box img {
    width: 100%;
    transition: .4s ease-out;
  }
  #sw-features-031--1 .flexW .item .txt-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    min-height: 100px;
  }
  #sw-features-031--1 .flexW .item .txt-box .tit {
    margin-top: 10px;
    transform: translateY(0px);
    overflow: hidden;
    /* 鼠标经过触发时间 */
    transition: all 0.4s;
    color: rgb(255, 255, 255);
    font-size: 25px;
  }
  #sw-features-031--1 .flexW .item .txt-box .desc {
    opacity: 0;
    transform: translateY(0px);
    white-space: nowrap;
    overflow: hidden !important;
    width: 100%;
    padding: 0 10px;
    text-overflow: ellipsis;
    display: inline-block;
    transition: all 0.36s ease 0s;
  }
  #sw-features-031--1 .flexW .item .txt-box svg {
    color: #fff;
    width: 20px;
    transition: all 0.4s;
  }
  #sw-features-031--1 .flexW .item:hover .txt-box svg {
    transform: scale(2);
    opacity: .5;
  }
  @media
screen and (max-width:875px) {
    #sw-features-031--1 {
      margin-top: 20px;
    }
  }
  #sw-features-031--1 .bg {
    background-position: left center;
    opacity: 0.33;
    background-attachment: fixed;
    background-size: cover;
  }
  #sw-features-031--1 .bg {
    background-image: url('../images/1920_800.jpg');
  }
  #sw-features-031--1 .bg-wrap {
    background: #444444;
  }
  #sw-features-031--1 .txtTop .btn-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #sw-features-031--1 .txtTop .btn-box .btn {
    padding: 10px 0 !important;
  }
  #sw-features-031--1 .txtTop .btn-box .btn:hover {
    color: var(--brand) !important;
  }



    #products-hot-020--0 .center {
        max-width: 80%;
        padding: 0 10px;
    }
    #products-hot-020--0 .center .title {
        margin-bottom: 15px;
    }
    #products-hot-020--0 .center .title h1 {
        color: var(--font);
    }
    #products-hot-020--0 .center .flexW {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    #products-hot-020--0 .center .flexW .bigBox {
        width: 25%;
        padding: 30px;
        display: block;
        overflow: hidden;
        flex: 0 0 auto;
        border-radius: 16px;
    }
    #products-hot-020--0 .center .flexW .bigBox .item {
        background: linear-gradient(135deg, rgba(209, 231, 254, .6), rgba(221, 241, 241, .2));
        border: none;
        text-align: left;
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }
    #products-hot-020--0 .center .flexW .bigBox .item .imgW {
        padding: 6%;
        margin: 5% 0 22.5%;
        padding: 6%;
        display: flex;
        aspect-ratio: 1/1;
        overflow: hidden;
        max-width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #products-hot-020--0 .center .flexW .bigBox .item .textW {
        padding: 6% 8%;
        width: 100%;
        color: #fff;
        background: var(--brand);
        border: none;
        border-top: 2px solid #fff;
        border-radius: 0;
        position: absolute;
        bottom: -1.025rem;
        z-index: 1;
        pointer-events: none;
        transition: all .15s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
   
    #products-hot-020--0 .center .flexW .bigBox .item:hover .textW {
        bottom: 0;
    }
    #products-hot-020--0 .center .flexW .bigBox .item .textW .left {
        width: 80%;
    }
    #products-hot-020--0 .center .flexW .bigBox .item .textW .left .tit {
        font-size: 20px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    #products-hot-020--0 .center .flexW .bigBox .item:hover .textW .left .tit {
        overflow: unset;
        display: block;
    }
    #products-hot-020--0 .center .flexW .bigBox .item .textW .left .hover {
        height: 0;
        font-size: 16px;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        transition: all .15s ease-in;
        margin-top: 15px;
    }
    #products-hot-020--0 .center .flexW .bigBox .item .textW .left .hover a {
        padding: 10px 0;
    }
    #products-hot-020--0 .center .flexW .bigBox .item .textW .left .hover .btn {
        cursor: pointer;
    }
    #products-hot-020--0 .center .flexW .bigBox .item:hover .textW .left .hover {
        opacity: 1;
        height: auto;
        visibility: visible;
    }
    @media                screen and (max-width:1200px) {
        #products-hot-020--0 .center .flexW .bigBox {
            padding: 10px;
        }
        #products-hot-020--0 .center .flexW .bigBox .item .textW .left .tit {
            font-size: 16px;
        }
    }
    @media                screen and (max-width:875px) {
        #products-hot-020--0 .center .flexW .bigBox {
            width: 50%;
            padding: 8px;
        }
        #products-hot-020--0 .center .flexW .bigBox .item .textW .left .tit {
            font-size: 14px;
        }
    }




    #sw-partner-clients-010--0 .center {
        max-width: 100%;
        display: flex;
    }
    #sw-partner-clients-010--0 .center .leftW {
        width: 40%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #sw-partner-clients-010--0 .center .leftW .title {
        padding-top: 15px;
        padding-right: 15px;
    }
    #sw-partner-clients-010--0 .center .rightW {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        padding-right: 5%;
    }
    #sw-partner-clients-010--0 .center .rightW .item {
        width: 30%;
        box-sizing: border-box;
        padding: 20px 15px;
        /* margin-bottom: 30px; */
        background: #fff;
        box-shadow: 0px 0px 15px 0px rgb(204 204 204 / 53%);
        display: flex;
        flex-direction: column;
        margin: 10px;
        transition: all .3s;
    }
    #sw-partner-clients-010--0 .center .rightW .item .img-box {
        width: 12%;
        margin-right: 5px;
    }
    #sw-partner-clients-010--0 .center .rightW .item .img-box svg {
        color: #000;
    }
    #sw-partner-clients-010--0 .center .rightW .item .txt-box {
        width: 88%;
    }
    #sw-partner-clients-010--0 .center .rightW .item:hover {
        background: var(--brand);
        color: #fff;
    }
    #sw-partner-clients-010--0 .center .rightW .item:hover .img-box svg {
        color: #fff;
    }
    #sw-partner-clients-010--0 .center .rightW .item:hover div p {
        color: #fff;
    }
    @media    screen and (max-width:1170px) {
        #sw-partner-clients-010--0 .center .rightW .item {
            margin: 5px;
        }
        #sw-partner-clients-010--0 .center .rightW .item .txt-box {
            width: 100%;
        }
    }
    @media    screen and (max-width:875px) {
        #sw-partner-clients-010--0 .center {
            display: flex;
            flex-direction: column;
        }
        #sw-partner-clients-010--0 .center .leftW {
            width: 100%;
            /*padding-top:50%;*/
            /*display:flex;*/
        }
        #sw-partner-clients-010--0 .center .leftW .title {
            padding: 50px 0;
            text-align: center !important;
        }
        #sw-partner-clients-010--0 .center .rightW {
            width: 100%;
            padding-right: 0;
        }
        #sw-partner-clients-010--0 .center .rightW .item {
            width: 100%;
        }
        #sw-partner-clients-010--0 .center .rightW .item .txt-box {
            width: 100%;
        }
    }



    #sw-video-008--0 .center {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 20px;
         max-width: 75%;
    }
    #sw-video-008--0 .center .tit {
       
        font-size: 35px;
        font-weight: 700;
        font-style: normal;
        color: var(--font);
        margin-bottom: 20px;
    }
    #sw-video-008--0 .center .video-box {
        display: inline-block;
        position: relative;
        margin-bottom: 20px;
        padding: 2px;
    }
    #sw-video-008--0 .center .video-box video {
        width: 100%
    }
    #sw-video-008--0 .center .desc {
       
        font-size: 14px;
        line-height: 1.5;
        color: var(--font);
    }
    @media
screen and (max-width: 600px) {
        .video-008 {
            padding-top: 80px;
            padding-bottom: 80px;
        }
        #sw-video-008--0 .center {
            max-width: 100%;
            padding: 10px;
        }
        #sw-video-008--0 .center .tit {
            font-size: 24px;
        }
    }



#sw-award-001--0 .center {
        max-width: 1400px !important;
    }
  #sw-award-001--0 .center {
      text-align: center;
  }
  #sw-award-001--0 .center .title .bigtitle {
      color: var(--font);
      font-weight: 700;
      text-transform: capitalize;
      line-height: 1.2;
  }
  #sw-award-001--0 .center .title p {
      margin-top: 15px;
      font-size: 19px;
      color: var(--font);
  }
  @media                                screen and (max-width: 850px) {
      #sw-award-001--0 .center .title p {
          font-size: 18px;
          line-height: 1.5;
      }
  }
  @media                                screen and (max-width: 600px) {
      #sw-award-001--0 .center .title p {
          margin-top: 10px;
          font-size: 16px;
          line-height: 1.5;
      }
  }
  #sw-award-001--0 .center .award001box {
      display: flex;
      flex-wrap: wrap;
      margin: 0px -15px;
      /* margin-top: 25px; */
  }
  #sw-award-001--0 .center .award001box .item {
      width: 25%;
      box-sizing: border-box;
      padding: 0px 15px;
  }
  #sw-award-001--0 .center .award001box .item .imgbox {
      width: 100%;
  }
  #sw-award-001--0 .center .award001box .item .imgbox img {
      max-width: 100%;
  }
  #sw-award-001--0 .center .award001box .item .textbox {
      padding: 15px;
  }
  #sw-award-001--0 .center .award001box .item .textbox p {
      font-size: 22px;
      font-weight: 600;
      color: var(--font);
  }
  @media                                screen and (max-width: 850px) {
      #sw-award-001--0 .center .award001box {
          flex-wrap: wrap;
          margin-top: 25px;
      }
      #sw-award-001--0 .center .award001box .item {
          width: 50%;
          margin-bottom: 20px;
      }
      #sw-award-001--0 .center .award001box .item .textbox p {
          font-size: 20px;
      }
      #sw-award-001--0 .center .award001box .item:last-child {
          margin-bottom: 0px;
      }
  }
  @media                                screen and (max-width: 600px) {
      #sw-award-001--0 .center .award001box {
          flex-wrap: wrap;
          margin-top: 20px;
      }
      #sw-award-001--0 .center .award001box .item {
          width: 100%;
          margin-bottom: 20px;
      }
      #sw-award-001--0 .center .award001box .item .textbox {
          padding: 10px;
      }
      #sw-award-001--0 .center .award001box .item .textbox p {
          font-size: 18px;
      }
      #sw-award-001--0 .center .award001box .item:last-child {
          margin-bottom: 0px;
      }
  }
  #sw-award-001--0 .center .morebtn {
      text-align: center;
      margin-top: 0px;
  }
  #sw-award-001--0 .center .morebtn .btn {
      background: var(--secondary);
      padding: 20px;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      display: inline-flex;
  }
  #sw-award-001--0 .center .morebtn .btn:hover {
      background: #2a2a2a;
      color: #fff;
  }
  @media                                screen and (max-width: 850px) {
      #sw-award-001--0 .center .morebtn .btn {
          padding: 10px 15px;
          font-size: 13px;
      }
  }
  @media                                screen and (max-width: 600px) {
      #sw-award-001--0 .center .morebtn {
          margin-top: 10px;
      }
      #sw-award-001--0 .center .morebtn .btn {
          font-size: 12px;
      }
  }



    /* 全局容器：使用现代渐变背景 */
    #sw-empty-001--0 {
        padding: 40px 15px;
        background: radial-gradient(circle at 10% 10%, #f1f5f9 0%, #cbd5e1 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    .glass-card {
        width: 100%;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 28px;
        box-shadow: 0 40px 80px rgba(15, 23, 42, 0.12);
        display: flex;
        flex-direction: row;
        overflow: hidden;
        border: 1px solid #ffffff;
    }
    @media (max-width: 768px) {
        .glass-card { flex-direction: column; }
        .form-container, .result-display { padding: 45px 30px !important; }
        #output-value { font-size: 64px !important; }
        .result-display { min-height: 250px; }
    }
    /* 左侧输入区域 */
    .form-container {
        flex: 1.2;
        padding: 65px;
        box-sizing: border-box;
        background: #ffffff;
    }
    .header-group h2 {
        font-size: 26px;
        font-weight: 800;
        color: #1e293b;
        margin: 0 0 8px 0;
        letter-spacing: -0.5px;
    }
    .header-group p {
        font-size: 14px;
        color: #64748b;
        margin-bottom: 50px;
    }
    .field-wrapper {
        margin-bottom: 35px;
        position: relative;
    }
    .field-wrapper label {
        display: block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #94a3b8;
        margin-bottom: 12px;
    }
    .field-wrapper input {
        width: 100%;
        padding: 12px 0;
        border: none;
        border-bottom: 2px solid #f1f5f9;
        font-size: 26px;
        font-weight: 600;
        color: #0f172a;
        background: transparent;
        outline: none;
        transition: all 0.3s ease;
    }
    .field-wrapper input:focus {
        border-bottom-color: var(--brand, #002D5B);
    }
    .field-wrapper .unit-tag {
        position: absolute;
        right: 0;
        bottom: 15px;
        font-size: 12px;
        font-weight: 600;
        color: #cbd5e1;
    }
    /* 右侧结果区域 - 重点重构 */
    .result-display {
       flex: 0.9;
    padding: 65px;
    background: var(--brand, #002D5B);
    background: radial-gradient(circle at top right, #05264a 0%, #011326 100%);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    }
    /* 工业网格装饰：解决空旷感 */
    .result-display::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: 
            linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
        background-size: 20px 20px;
        mask-image: linear-gradient(to bottom, black, transparent);
        pointer-events: none;
    }
    .kpi-box {
        position: relative;
        z-index: 1;
    }
    /* 增强 Results 标签的装饰性 */
    .kpi-title {
        font-size: 27px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #C5A059;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .kpi-title::after {
        content: "";
        height: 1px;
        flex-grow: 1;
        background: linear-gradient(to right, rgba(197, 160, 89, 0.4), transparent);
    }
    #output-value {
        font-size: 88px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -3px;
        display: block;
        margin-bottom: 10px;
        transition: all 0.5s ease;
    }
    .output-unit {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        border-top: 1px solid rgba(197, 160, 89, 0.3);
        padding-top: 8px;
        margin-top: 5px;
    }
    /* 底部角落装饰线条 */
    .corner-deco {
        position: absolute;
        bottom: 30px;
        right: 30px;
        width: 60px;
        height: 60px;
        border-right: 2px solid rgba(197, 160, 89, 0.2);
        border-bottom: 2px solid rgba(197, 160, 89, 0.2);
        pointer-events: none;
    }
    /* 动态光效 */
    @keyframes    breathing {
        from { opacity: 0.9; transform: scale(1); filter: drop-shadow(0 0 10px rgba(197, 160, 89, 0)); }
        to { opacity: 1; transform: scale(1.02); filter: drop-shadow(0 0 25px rgba(197, 160, 89, 0.3)); }
    }
    .active-glow {
        color: #ffffff;
        animation: breathing 2s infinite alternate ease-in-out;
    }
