  
  .header-content {
    padding: 20px;
  }
  
  .hero-image {
    max-width: 100%;
    height: auto;
    max-height: 500px;
  }
  
  /* 中等屏幕 (平板) */
  @media (max-width: 991.98px) {
    .hero-section {
      padding: 60px 0;
      text-align: center;
    }
    
    .header-content {
      padding-top: 40px;
    }
    
    .hero-image {
      max-height: 400px;
      margin: 0 auto;
    }
  }
  
  /* 小屏幕 (手机) */
  @media (max-width: 767.98px) {
    .hero-section {
      padding: 40px 0;
      min-height: auto;
    }
    
    h1.display-4 {
      font-size: 2.5rem;
    }
    
    p.lead {
      font-size: 1.1rem;
    }
    
    .hero-image {
      max-height: 300px;
    }
    
    .btn-lg {
      padding: 0.5rem 1rem;
      font-size: 1rem;
    }
  }
  
  /* 超小屏幕 */
  @media (max-width: 575.98px) {
    h1.display-4 {
      font-size: 2rem;
    }
    
    .hero-image {
      max-height: 250px;
    }
  }
.feature-icon {
    font-size:1 2.5rem;
    margin-bottom: 1rem;
    color: #0d6efd;
}

.why-us {
    background-color: #e9ecef;
    padding: 50px 0;
}
.contact-section {
    background-color: #0d6efd;
    color: white;
    padding: 50px 0;
}

   /* 基础样式 */
   .element-tab-wrapper {
    position: relative;
}
.element-tab-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 5px;
}
.element-tab-nav::-webkit-scrollbar {
    display: none;
}

/* 卡片样式 */
.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.card {
    border-radius: 8px !important;
}
/* 卡片悬停效果 */
.hover-effect {
    transition: all 0.3s ease;
    border-radius: 0.5rem;
}
.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

/* 卡片样式 */
.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.card {
    border-radius: 8px !important;
}

/* 小屏幕适配 */
@media (max-width: 767.98px) {
    .tab-content {
        padding: 0.5rem !important;
    }
    .icon-circle {
        width: 40px;
        height: 40px;
    }
    h5 {
        font-size: 0.9rem !important;
    }
    .card-body {
        padding: 1rem !important;
    }
}

/* 中等屏幕适配 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
    
    /* 功能模块图标样式 */
    .icon-circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #055BB1 !important;
        color: #fff !important;
    }
    /* .bg-primary-light {
        background-color: rgba(13, 110, 253, 0.1);
    }
    .bg-success-light {
        background-color: rgba(25, 135, 84, 0.1);
    }
    .bg-info-light {
        background-color: rgba(13, 202, 240, 0.1);
    }
    .bg-warning-light {
        background-color: rgba(255, 193, 7, 0.1);
    }
     */
    /* 响应式调整 */
    /* @media (max-width: 768px) {
        #elementTabNav .nav-link {
            padding: 8px 12px;
            font-size: 13px;
        }
        .icon-circle {
            width: 40px;
            height: 40px;
        }
    } */

    #why-us {
        position: relative;
        overflow: hidden;
    }
    #why-us:before {
        content: "";
        position: absolute;
        top: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        background-color: rgba(13, 110, 253, 0.05);
        border-radius: 50%;
        z-index: 0;
    }
    #why-us:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: -30px;
        width: 150px;
        height: 150px;
        background-color: rgba(25, 135, 84, 0.05);
        border-radius: 50%;
        z-index: 0;
    }
    #why-us .container {
        position: relative;
        z-index: 1;
    }
    
    /* 响应式调整 */
    @media (max-width: 992px) {
        #why-us .row {
            flex-direction: column-reverse;
        }
        #why-us img {
            max-width: 80%;
            margin: 0 auto;
            display: block;
        }
    }

    .pricing-text {
        padding: 0;
        margin: 0;
    }
    .pricing-text li {
        list-style: none;
        margin-bottom: 15px;
        line-height: 180%;
        font-size: 16px;
        color: #666;
        display: flex;
    }
    .pricing-text li .icon-text{
        background: #055BB1;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
    }
    .btn.custom-primary:hover {
        background-color: #4877fb;
        color: #fff;
    }
    .btn.custom-primary {
        background-color: rgb(214 223 250);
        color: #4a78fb;
        padding: 12px 30px;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .1rem;
    }
    .icon-xz {
        background: #055BB1;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        margin-top: 15px;
    }

      /* 添加动画过渡效果 */
  .transition-all {
    transition: all 0.3s ease;
  }
  
  
  /* 悬停时的阴影效果 */
  .shadow-hover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
.jietu-box .card-title {
    margin-bottom: 0;
}

    /* 自定义卡片样式 */
    .jietu-box .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-radius: 0.5rem;
    }
    .jietu-box .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    }
    
.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0.25rem;
}

.hover-effect:hover .hover-overlay {
    opacity: 1;
}

.overlay-content {
    padding: 1rem;
}

.overlay-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.overlay-text {
    margin-bottom: 0.75rem;
}

.learn-more {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    display: inline-block;
    font-size: 0.875rem;
    transition: background-color 0.3s ease;
}

.hover-effect:hover .learn-more {
    background-color: rgba(255, 255, 255, 0.3);
}

.card-body {
    transition: all 0.3s ease;
}
 .card-text {
    margin-bottom: 0;
 }
 .hero-section {
    background: url(../images/xt/bg.jpg) no-repeat center center;
    background-size: cover;
    color: #055BB1;
    height: calc(100vh - 4rem);
    padding: 80px 0;
    display: flex;
    align-items: center;
  }
  
  .header-content {
    padding: 20px;
  }
  
  .hero-image {
    max-width: 100%;
    height: auto;
    max-height: 500px;
  }
  
  /* 中等屏幕 (平板) */
  @media (max-width: 991.98px) {
    .hero-section {
      padding: 60px 0;
      text-align: center;
    }
    
    .header-content {
      padding-top: 40px;
    }
    
    .hero-image {
      max-height: 400px;
      margin: 0 auto;
    }
  }
  
  /* 小屏幕 (手机) */
  @media (max-width: 767.98px) {
    .hero-section {
      padding: 40px 0;
      min-height: auto;
    }
    
    h1.display-4 {
      font-size: 2.5rem;
    }
    
    p.lead {
      font-size: 1.1rem;
    }
    
    .hero-image {
      max-height: 300px;
    }
    
    .btn-lg {
      padding: 0.5rem 1rem;
      font-size: 1rem;
    }
  }
  
  /* 超小屏幕 */
  @media (max-width: 575.98px) {
    h1.display-4 {
      font-size: 2rem;
    }
    
    .hero-image {
      max-height: 250px;
    }
  }
.feature-icon {
    font-size:1 2.5rem;
    margin-bottom: 1rem;
    color: #0d6efd;
}

.why-us {
    background-color: #e9ecef;
    padding: 50px 0;
}
.contact-section {
    background-color: #0d6efd;
    color: white;
    padding: 50px 0;
}

   /* 基础样式 */
   .element-tab-wrapper {
    position: relative;
}
.element-tab-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 5px;
}
.element-tab-nav::-webkit-scrollbar {
    display: none;
}

/* 卡片样式 */
.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.card {
    border-radius: 8px !important;
}
/* 卡片悬停效果 */
.hover-effect {
    transition: all 0.3s ease;
    border-radius: 0.5rem;
}
.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

/* 卡片样式 */
.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.card {
    border-radius: 8px !important;
}

/* 小屏幕适配 */
@media (max-width: 767.98px) {
    .tab-content {
        padding: 0.5rem !important;
    }
    .icon-circle {
        width: 40px;
        height: 40px;
    }
    h5 {
        font-size: 0.9rem !important;
    }
    .card-body {
        padding: 1rem !important;
    }
}

/* 中等屏幕适配 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
    
    /* 功能模块图标样式 */
    .icon-circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #055BB1 !important;
        color: #fff !important;
    }
    /* .bg-primary-light {
        background-color: rgba(13, 110, 253, 0.1);
    }
    .bg-success-light {
        background-color: rgba(25, 135, 84, 0.1);
    }
    .bg-info-light {
        background-color: rgba(13, 202, 240, 0.1);
    }
    .bg-warning-light {
        background-color: rgba(255, 193, 7, 0.1);
    }
     */
    /* 响应式调整 */
    /* @media (max-width: 768px) {
        #elementTabNav .nav-link {
            padding: 8px 12px;
            font-size: 13px;
        }
        .icon-circle {
            width: 40px;
            height: 40px;
        }
    } */

    #why-us {
        position: relative;
        overflow: hidden;
    }
    #why-us:before {
        content: "";
        position: absolute;
        top: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        background-color: rgba(13, 110, 253, 0.05);
        border-radius: 50%;
        z-index: 0;
    }
    #why-us:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: -30px;
        width: 150px;
        height: 150px;
        background-color: rgba(25, 135, 84, 0.05);
        border-radius: 50%;
        z-index: 0;
    }
    #why-us .container {
        position: relative;
        z-index: 1;
    }
    
    /* 响应式调整 */
    @media (max-width: 992px) {
        #why-us .row {
            flex-direction: column-reverse;
        }
        #why-us img {
            max-width: 80%;
            margin: 0 auto;
            display: block;
        }
    }

    .pricing-text {
        padding: 0;
        margin: 0;
    }
    .pricing-text li {
        list-style: none;
        margin-bottom: 15px;
        line-height: 180%;
        font-size: 16px;
        color: #666;
        display: flex;
    }
    .pricing-text li .icon-text{
        background: #055BB1;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
    }
    .btn.custom-primary:hover {
        background-color: #4877fb;
        color: #fff;
    }
    .btn.custom-primary {
        background-color: rgb(214 223 250);
        color: #4a78fb;
        padding: 12px 30px;
        border-radius: 30px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .1rem;
    }
    .icon-xz {
        background: #055BB1;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        margin-top: 15px;
    }

      /* 添加动画过渡效果 */
  .transition-all {
    transition: all 0.3s ease;
  }
  
  
  /* 悬停时的阴影效果 */
  .shadow-hover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
.jietu-box .card-title {
    margin-bottom: 0;
}

    /* 自定义卡片样式 */
    .jietu-box .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-radius: 0.5rem;
    }
    .jietu-box .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    }
    
.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0.25rem;
}

.hover-effect:hover .hover-overlay {
    opacity: 1;
}

.overlay-content {
    padding: 1rem;
}

.overlay-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.overlay-text {
    margin-bottom: 0.75rem;
}

.learn-more {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    display: inline-block;
    font-size: 0.875rem;
    transition: background-color 0.3s ease;
}

.hover-effect:hover .learn-more {
    background-color: rgba(255, 255, 255, 0.3);
}

.card-body {
    transition: all 0.3s ease;
}
 .card-text {
    margin-bottom: 0;
 }

 .sixBox {
    width: 100%;
    height: auto;
    display: flex ;
    justify-content: space-around;
    align-items: center;
}
ul.sixBox {
  margin-bottom: 2rem;
}

.sixBox li {
    list-style: none;
    text-align: center;
    height: auto;
}

.sixBox .li i {
    font-size: 2em;
    color: #4d8dfa;
}

.sixBox .li {
    width: 6rem;
    height: 5rem;
    background-image: url(/files/images/wuye/sixNoBg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sixBox li span {
    font-size: 1.37rem;
    margin: 0.68rem 0;
    display: block;
}
.sixBox .li:hover {
    background-image: url(/files/images/wuye/sixBg.png);
}

.sixBox .li:hover i {
    color: #fff;
}

.deviceBox {
    position: relative;
}
.deviceBox .line {
    width: 8.6rem;
    height: 1px;
    background: #666;
    position: absolute;
}
.deviceBox .line1 {
    bottom: 33.8rem;
    left: 25rem;
}

.deviceBox .line2 {
    bottom: 23.4rem;
    left: 25rem;
}

.deviceBox .line3 {
    bottom: 13rem;
    left: 25rem;
}

.deviceBox .line4 {
    bottom: 33.8rem;
    right: 25rem;
}

.deviceBox .line5 {
    bottom: 23.4rem;
    right: 25rem;
}

.deviceBox .line6 {
    bottom: 13rem;
    right: 25rem;
}

.deviceBox ul.left {
    padding-right: 5.1rem !important;
}
.deviceBox ul.left .p2 {
    text-align: left;
}
.deviceBox ul {
    height: auto;
    padding-top: 6.66rem;
    padding-bottom: 4.38rem;
}

.deviceBox ul.left li .p1 {
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.deviceBox ul li .p2 {
    font-size: 16px;
    color: #666;
}

.deviceBox ul.right li .p1 {
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.deviceBox ul li .p2 {
    font-size: 1.1rem;
    color: #212529bf;
}

.section-title1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0rem;
    color: #333;
    position: relative;
    padding-left: 15px;
    margin-top: 1.5rem;
}
.section-title1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 5px;
    background-color: #0d6efd;
    border-radius: 3px;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
    color: #333;
    position: relative;
    padding-left: 15px;
}
.section-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 5px;
    background-color: #0d6efd;
    border-radius: 3px;
}
.section-title:after {
    display: none
}
.deviceBox ul li .p1 span {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-radius: 0.27rem;
    background: #18ceB4;
}

.deviceBox ul li .p1 .span1 {
    margin-left: 2.05rem !important;
}

.deviceBox ul li .p1 label {
    font-size: 1.75rem;
    font-weight: bold;
    color: #000;
}

.deviceBox ul.left li {
    text-align: right !important;
}

.deviceBox ul.right {
    padding-left: 5.1rem !important;
}

.deviceBox ul li .p1 .span2 {
    margin-right: 2.05rem !important;
}
.ptjg-top1 {
    margin-top: -2.8rem;
    margin-bottom: 1rem;
}
.ptjg {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
}
.ptjg-top1 .ptjg-list {
    background: #4d8dfa;
}
.ptjg-list {
    width: 10.2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    font-size: 1rem;
}
.ptjg-mg {
    margin-bottom: 0.5rem;
}
.no-bg-ptjg .ptjg-list{
    color: #000;
}

.icon-container {
    background-color: #0d6efd45; /* 浅灰色背景 */
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto 15px; */
}
.icon-container .feature-icon {
    font-size: 1.5rem;
    color: #0d6efd;
    margin-bottom: 0;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ny-flex {
    flex: 1;
}

.ny-flex h4 {
    font-weight: bold;
    color: #000;
    font-size: 1.5rem;
}

.feature-container {
    background-color: #fff;
    border-radius: 0.68rem;
    box-shadow: 0 0.32rem 1.02rem rgba(0,0,0,0.05);
    padding: 0.1px 1.5rem;
    margin-bottom: 2.74rem;
}
.feature-item {
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
}
.feature-item:last-child {
    border-bottom: none;
}
/* .feature-container .feature-item:hover {
    transform: translateX(10px);
} */
.feature-container .feature-img {
    width: 14rem;
    background-color: #e9f5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2.05rem;
    flex-shrink: 0;
}
.feature-container .feature-content {
    flex-grow: 1;
}
.feature-container .feature-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000;
}
.feature-desc {
    color: #212529bf;
    font-size: 1.1rem;
    line-height: 2;
}
.alert-container {
    /* background-color: #fff; */
    border-radius: 0.68rem;
    /* box-shadow: 0 0.32rem 1.02rem rgba(0,0,0,0.05); */
    padding: 1.5rem;
}
.alert-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 1.16rem;
}
.alert-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 0.54rem;
    /* background-color: #f8f9fa; */
    /* background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%); */
    /* background-image: linear-gradient(to top, #209cff 0%, #68e0cf 100%); */
    /* background-image: linear-gradient(to top, #cc208e 0%, #6713d2 100%); */
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    transition: all 0.3s;
}
/* .alert-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.32rem 1.02rem rgba(0,0,0,0.01);
} */
.alert-icon {
    width: 2.74rem;
    height: 2.74rem;
    background-color: #e9f5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.03rem;
    flex-shrink: 0;
}
.alert-icon i {
    font-size: 1.23rem;
    color: #055BB1;
 
}
.alert-text {
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
}

.shji {
    background: url(/files/images/wuye/sj.png) no-repeat top left;
    background-size: cover;
}