.swiper-button-next, .swiper-button-prev {
   
    top: 45%!important;
}
.swiper-button-next, .swiper-button-prev{color: #fff;}
	    
        


        .index_banner {
            position: relative;
        }

            .index_banner .banner .swiper-slide {
                position: relative;overflow:hidden
            }




            .index_banner .banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		/*transition:1s linear 2s;
		transform:scale(1.2,1.2);*/
		}
	/* .index_banner .banner .swiper-slide-active img, .index_banner .banner .swiper-slide-duplicate-active img{
		transition:2s linear;
		transform:scale(1,1);
		}
*/






                .index_banner .banner .swiper-slide .img img {
                    width: 100%;
                    height: 100vh;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

                .index_banner .banner .swiper-slide .img video {
                    width: 100%;
                    height: 100vh;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

                .index_banner .banner .swiper-slide .position {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;background-color: rgba(0, 0, 0, 0.5);
                }

                    .index_banner .banner .swiper-slide .position .box h5 {
                        font-family: 'Microsoft YaHei',Helvetica,Tahoma,Arial,'PingFang SC';
                        /*font-size: 0.72rem;*/
                        color: #fff;
                        overflow: hidden;
                        font-size: 48px;font-weight:700
                    }

                    .index_banner .banner .swiper-slide .position .box h6 {
                        font-family: 'Microsoft YaHei',Helvetica,Tahoma,Arial,'PingFang SC';
                        font-size: 26px;
                        color: #fff;
                        margin-top: 0.17rem;
                        letter-spacing: 2px;
                    }
 

            .index_banner .banner .swiper-slide-active .position h5 {
                -webkit-animation: fadeInUp 1s ease both;
                animation: fadeInUp 1s ease both;
                -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
            }

            .index_banner .banner .swiper-slide-active .position h5 {
                color: #fff
            }

            .index_banner .banner h5 {
                color: #fff
            }

            .index_banner .banner .swiper-slide-active .position h6 {
                -webkit-animation: fadeInUp 1s ease both;
                animation: fadeInUp 1s ease both;
                -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
            }

            .index_banner .banner .swiper-slide-next {
                z-index: 1;
            }



        .lpk_phone {
            display: none;
        }

        .lpk_ipad {
            display: none;
        }


     @media screen and (max-width:1440px) { .index_banner .banner .swiper-slide .position .box h5 {
                         
                       
                        font-size: 40px; 
                    } }



        @media screen and (max-width:992px) {
			
			
			.index_banner .banner .swiper-slide .position .box h6 {
			     
			    font-size: 14px;
			   
			    margin-top: 0.17rem;
			    letter-spacing: 2px;
			}
			
			
            .lpk_pc {
                display: none;
            }

            .lpk_phone {
                display: block;
            }

            .MobileMain {
                display: block;
            }

          

            .index_banner .banner .swiper-slide .position {
                
                top: 36px;
            }
        }

        .swiper-pagination {
            position: absolute;
            bottom: 30px;
            left: 0;
            width: 100%;
            text-align: center;
            z-index: 2;
        }

        .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: rgba(255,255,255,0.6);
            opacity: 1;
            margin: 0 5px;
            border-radius: 50%;
            display: inline-block;
            transition: background 0.3s;
        }

        .swiper-pagination-bullet-active {
            background: #fff;
        }

        @media screen and (max-width: 1024px) {  .index_banner .banner .swiper-slide .position .box h5 {
    font-size: 0.3rem;
  }
  .index_banner .banner .swiper-slide .img img {
    height: 50vh;
  }
  .index_banner .banner .swiper-slide .img video {
    height: 50vh;
  } }
    
      
        
 .index_banner .banner .swiper-slide-active .index-more{ -webkit-animation: fadeInUp 2s ease both;
                animation: fadeInUp 2s ease both;
                -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;}

        @keyframes moreArrow {
            0% {
                transform: translateX(0)
            }

            60% {
                transform: translateX(60px)
            }

            60.001% {
                transform: translateX(-20px)
            }

            100% {
                transform: translateX(0)
            }
        }


            @media (max-width: 1600px) {
                .right p {
                    font-size: 17px;
                    text-indent: 34px;
                }

                .btn-more {
                    top: 4px
                }
            }

            @media (max-width: 1440px) {
                .right p {
                    font-size: 16px;
                    line-height: 1.6;
                    text-align: left;
                    font-weight: 300;
                    text-indent: 32px;
                }

                .btn-more {
                    top: 8px;
                }
            }

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        gap: 20px;
    }

    .left, .right {
        flex: 1 1 100%;
    }

    .right h2 {
        font-size: 24px;
    }

    .right .history {
        font-size: 16px;
    }

    .right p {
        font-size: 15px;
        text-indent: 24px;
    }

    .btn-more {
        top: 0;
        margin: 30px auto 0;
        padding: 8px 20px;
        font-size: 16px;
        width: 150px;
    }

    .stat {
        flex: 1 1 100%;
    }

    .stat i {
        font-size: 32px;
    }

    .stat-content h3 {
        font-size: 22px;
    }

    .stat-content h4 {
        font-size: 18px;
    }
}


.index_banner .banner .box{text-align: center;}
 
 
    .video-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('static/images/banner01.jpg') center center no-repeat;
        background-size: cover;
        animation: zoomIn 3s ease-in-out infinite alternate;
        z-index: 0;
        transition: opacity 0.5s ease;
    }

    .video-placeholder.hidden {
        opacity: 0;
        pointer-events: none;
    }

    @keyframes zoomIn {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.05);
        }
    }
    .banner{height: 85vh;overflow: hidden;}





 @media screen and (max-width: 768px) {     .banner {
    height: auto;
    
}}

   
        .bg {
            
            padding: 25px 0 0 0;
        }

        .index_equipment .box {
            padding: 0 1rem;
        }

            .index_equipment .box .list .item {
                width: 33.2%;
                -webkit-transition: 0.4s;
                -o-transition: 0.4s;
                transition: 0.4s;
                overflow: hidden;
                position: relative;   
            }

                .index_equipment .box .list .item:before {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0,0.4);
                    position: absolute;
                    left: 0;
                    top: 0;z-index:9
                }

                .index_equipment .box .list .item .img img {
                    min-width: 100%;
                    max-height: 5.55rem;
                    -o-object-fit: cover;
                    object-fit: cover;
                    position: relative;
                    left: 50%;
                    -webkit-transform: translate(-50%);
                    -ms-transform: translate(-50%);
                    transform: translate(-50%);
                }

                .index_equipment .box .list .item .icon {
                    position: absolute;
                    left:2%;
                    bottom: 0.1rem;
                }

                    .index_equipment .box .list .item .icon img {
                        max-height: 0.7rem;
                        max-width: 0.8rem;
                    }

                .index_equipment .box .list .item .position {
                    position: absolute;
                    left: 0;
                    top: 0;
                    -webkit-transition: 0.8s;
                    -o-transition: 0.8s;
                    transition: 0.8s;width:100%;z-index:10
                }

                    .index_equipment .box .list .item .position .content0 {
                        font-size: 14px;
                        font-family: 'gilroy_regular';
                        color: #fff;
                    }

                    .index_equipment .box .list .item .position .content1 {
                        font-size: 0.26rem;
                      
                        color: #fff;
                        
                        -webkit-transition: 0.6s;
                        -o-transition: 0.6s;
                        transition: 0.6s;background-color: rgba(28, 82, 160, 0.8);
                            padding: 20px;
    text-align: center;width:301px
                    }

                    .index_equipment .box .list .item .position .content2 {
                         
                        margin-top: 0.6rem;
                        opacity: 0;
                        -webkit-transition: 0.6s;
                        -o-transition: 0.6s;
                        transition: 0.6s;width:100%;text-align:center
                    }

                        .index_equipment .box .list .item .position .content2 .content3 {
                            font-size: 0.16rem;
                            color: #fff;
                            line-height: 0.28rem;
                        }

                        .index_equipment .box .list .item .position .content2 .content4 {
                            margin-top: 0.22rem;
                            display: flex;
                            flex-wrap: wrap;
                        }

                            .index_equipment .box .list .item .position .content2 .content4 p {
                                font-size: 0.16rem;
                                color: #fff;
                                line-height: 0.28rem;
                                font-family: 'fang';
                            }

                                .index_equipment .box .list .item .position .content2 .content4 p span {
                                    margin: 0 5px;
                                }

            .index_equipment .box .list .act {
                width: 20.5%; /* 图片宽度*/
            }

            .index_equipment .box .list .active {
                width: 55.3%;
            }

                .index_equipment .box .list .active .position {
                    /* top: 1.32rem; */
                }

                    .index_equipment .box .list .active .position .content1 {
                        font-size: 0.26rem;
                    }

                    .index_equipment .box .list .active .position .content2 {
                        opacity: 1;
                        margin-top:25%;
                    }

        .flexBetween {
            display: -webkit-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .index_title .content1 {
            font-family: fang;
            font-size: 0.52rem;
            margin-top: 0.22rem;
        }

        .title h2 {
            margin: 0 0 50px 0;
            font-size: 36px;
            font-weight: 600;
            color: #fff
        }
       


    .index_title .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 35px 0;
}

.index_title .title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin: 0 20px;
  white-space: nowrap;
  position: relative;
}

.index_title .title::before,
.index_title .title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc;
}
    









@media screen and (max-width: 1024px) {  
    .index_equipment .box{
    padding: 0;
}
    
  .index_equipment .box .list .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .index_equipment .box .list .item a .position {
    top: 1.32rem;
  }
  .index_equipment .box .list .item a .position .content2 {
    opacity: 1;
    margin-top: 0.3rem;
  }
.wrap {
    padding: 0 5vw;
  }

}




  

 .index_equipment .box .list .item .icon .indnews-more {
            width: auto;
            margin-top: 20px;
              -webkit-animation: fadeInUp 2s ease both;
                animation: fadeInUp 2s ease both;
                -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
        }
       .index_equipment .box .list .item .icon  .index-more {
            width: 130px;
            height: 40px;
               display: inline-flex
;
            overflow: hidden;
            align-items: center;
            justify-content: center;
            border-radius: 26px;
            border: 1px solid #140a9a;
            user-select: none;
            transition: all .4s ease;    -webkit-animation: fadeInUp 2s ease both;
                animation: fadeInUp 2s ease both;
                -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;

          
        }

           .index_equipment .box .list .item .icon  .index-more span {
                font-size: 16px;
                padding-right: 20px;
                color: #140a9a;
                transition: all .4s ease;
                position: relative;
                font-family: 'COLFAX-MEDIUM';
                margin-top: 0px;
            }
 

                .index_equipment .box .list .item .icon  .index-more span::after {
                    content: "";
                    position: absolute;
                    width: 15px;
                    height: 10px;
                    content: '\e609';              /* 替换为你的 icon Unicode */
    font-family: 'iconfont';       /* 替换为你使用的图标字体名 */
                    right: 0;
                    top: 16%;
                    
                }
                .index_equipment .box .list .item .icon  .indexmoreb {border: 1px solid #fff;

                }
                .index_equipment .box .list .item .icon  .indexmoreb span{color: #fff;

                }

            .index_equipment .box .list .item .icon  .index-more.white span {
                color: #fff;
            }

               .index_equipment .box .list .item .icon   .index-more.white span::after {
                   content: '\e609';              /* 替换为你的 icon Unicode */
    font-family: 'iconfont';       /* 替换为你使用的图标字体名 */
                }

           .index_equipment .box .list .item .icon   .index-more:hover {
                border: 2px solid #140a9a;
                background: #140a9a;
            }

                .index_equipment .box .list .item .icon  .index-more:hover span {
                    color: #fff;
                }

                 


                    .index_equipment .box .list .item .icon  .index-more:hover span::after {
    animation: moreArrow .5s ease;
    content: '\e609';              /* 替换为你的 icon Unicode */
    font-family: 'iconfont';       /* 替换为你使用的图标字体名 */
 
    color: #fff;                   /* 或根据需要调整颜色 */
    
}
   .m50 {
            margin: 70px 0
        }

        @media (max-width: 768px) {
            .index_equipment .box .list .item .position .content1 {
                font-size: 0.35rem;
            }

                .index_title .title {
 
  margin: 50px 0;
}
.m50 {
      margin: 0;  
}
        }

      

     
    
    

    .card-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 27px;
      justify-content:space-around;
    }

    .equipment-card {
      position: relative;
      flex: 1 1 calc(33.333% - 20px);
      max-width: calc(33.333% - 20px);
      aspect-ratio: 16 / 16;
      overflow: hidden;
      border-radius: 5px;
      background-color: #000;
      cursor: pointer;
    }

    .equipment-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: filter 0.3s ease;
    }

    .gradient-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 35%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
      transition: opacity 0.3s ease;
      z-index: 1;
    }

    .hover-overlay {
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.25); /* 半透明白色蒙层 */
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 1;
    }

    .text {
      position: absolute;
      bottom: 16px;
      left: 16px;
      font-size: 20px;
      color: white;
      font-weight: bold;
      z-index: 2;
    }

    .arrow {
      position: absolute;
      bottom: 16px;
      right: 16px;
      width: 24px;
      height: 24px;
      background: url('4d6d1f4c-66d5-441d-ac6a-dd8dd81709e4.png') no-repeat center center;
      background-size: cover;
      opacity: 0;
      transition: opacity 0.3s ease;
      z-index: 2;
    }

  .equipment-card .arrow {
 
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    height: 2pc;
    justify-content: center;
    margin-bottom: 0;
    min-height: 2pc;
    min-width: 3pc;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 3pc;
}

    .equipment-card:hover img {
      filter: brightness(1.3);
    }
    .equipment-card:hover .gradient-overlay {
      opacity: 0;
    }

    .equipment-card:hover .hover-overlay {
      opacity: 1;
    }

    .equipment-card:hover .arrow {
      opacity: 1;
    }

    /* 响应式适配 */
    @media (max-width: 1024px) {
      .equipment-card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
      }
    }

    @media (max-width: 600px) {
      .equipment-card {
        flex: 1 1 100%;
        max-width: 100%;
      }
    }

 

  
        

        .container {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
        }

        .left {
            flex: 1 1 42%;
           
            overflow: hidden;
            position: relative;
        }

            .left img {
                width: 100%;
                display: block;
                border-radius: 0px;    border-radius: 5px;
            }

            .left .play-icon {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                padding: 20px;
                font-size: 24px;
                color: #fff;
            }

                .left .play-icon i {
                    font-size: 100px;
                    
                }



                 



                .left .play-icon .iconfont {
                    display: inline-block;
                    transition: transform 0.6s ease; /* 动画持续时间与缓动方式 */
                }

                .left .play-icon:hover .iconfont {
                    transform: rotate(360deg);
                }




        @keyframes spin {
            0% {
                transform: rotate(0);
            }

            100% {
                transform: rotate(360deg);
            }
        }



        .right {
            flex: 1 1 40%;
        }

            .right h2 {
                font-size: 36px;
                margin-bottom: 10px;
                font-weight: 600;
                color: #222
            }

            .right .history {
                color: #f6a834;
                font-weight: bold;
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                font-size: 18px;
            }

                .right .history i {
                    margin-left: 10px;
                }

            .right p {
                font-size: 17px;
                line-height: 2;
                text-align: left;
                font-weight: 500;
                text-indent: 36px;color: #222;margin-bottom: 26px;
            }
     
        .btn {
            margin-top: 30px;
            display: inline-flex;
            align-items: center;
            border-radius: 5px;
            overflow: hidden;
            font-weight: bold;
        }

            .btn span {
                background: #f6a834;
                color: white;
                padding: 12px 20px;
            }

            .btn i {
                background: #333;
                color: white;
                padding: 12px 16px;
            }

        .stats {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
            gap: 20px;
            flex-wrap: wrap;
        }


        .stat {
            background: #f6f6f6;
            border-radius:5px;
            flex: 1 1 22%;
            padding: 20px;
            display: flex;
            justify-content: center; /* 水平居中 */
            align-items: center; /* 垂直居中 */
            gap: 15px;
            text-align: left;
            min-height: 100px; /* 可根据需要设置高度以确保居中效果 */
        }

            .stat i {
                font-size: 42px;
                color: #140a9a;
                flex-shrink: 0;
                font-weight: 500
            }

        .stat-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .stat-content h3 {
                font-size: 28px;
                margin: 0;
                white-space: nowrap;
            }

                .stat-content h3 small {
                    display: inline;
                    font-size: 14px;
                    color: #888;
                    margin-left: 5px;
                }

            .stat-content h4 {
                font-size: 14px;
                margin: 6px 0 0 0;
                white-space: normal;
                color: #666;
            }


     



        .fl {
            float: left;
        }

        .fr {
            float: right;
        }

        .clearfix::after {
            display: block;
            clear: both;
            height: 0;
            content: ' ';
        }

        .clearfix {
            zoom: 1;
        }
    
   
        .masterBtn1 {
            background-image: linear-gradient(to right,#5b9bd5,#140a9a,#5b9bd5,#140a9a);
            background-size: 300% 100%;
            background-position: 100% 0;
            transition: background-position .6s ease-in-out;
            color: #fff;
            display: block;
            text-align: center;
            width: 168px;
            height: 46px;
            border-radius: 46px;
            line-height: 46px;
            position: relative;
            overflow: hidden;
            z-index: 2
        }

            .masterBtn1 .anim {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                z-index: -1
            }

                .masterBtn1 .anim:before {
                    position: relative;
                    content: '';
                    display: block;
                    margin-top: 100%
                }

                .masterBtn1 .anim:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    border-radius: 50%
                }

        @keyframes aniTop {
            0% {
                transform: translateY(0)
            }

            100% {
                transform: translateY(-10px)
            }
        }




        .ruige-index-solutions {
            padding: 0;
            /* overflow: hidden; */margin: 20px 0;
           
            
            background-size: cover; /* 按比例显示完整图片 */
        }

        .ruige-solutions-top {
            text-align: center;
        }

        .ruige-solutions-top-nav {
            padding-top:0;
            overflow: hidden;
        }

        .ruige-solutions-nav-swiper {
            position: relative;
            overflow: hidden;
        }

        .ruige-solutions-nav-item {
            position: relative;
            overflow: hidden;
        }

            .ruige-solutions-nav-item a {
                display: block;
                padding: 30px 0;
            }

            .ruige-solutions-nav-item i {
                display: block;
                width: 50px;
                height: 50px;
                margin: auto;
                position: relative;
            }

                .ruige-solutions-nav-item i img {
                    width: 150px;
                    height:auto
                }

            .ruige-solutions-nav-item p {
                padding: 10px 0 0 0;
                margin: 0;
            }

            .ruige-solutions-nav-item::after {
                content: '';
                width: 0px;
                height: 2px;
                position: absolute;
                left: 0;
                bottom: 0;
                transition: all .4s ease;
            }

        .ruige-solutions-nav-swiper .swiper-slide-thumb-active .ruige-solutions-nav-item i img {
            position: relative;
            overflow: hidden;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-color: #000;
        }

        .ruige-solutions-nav-swiper .swiper-slide-thumb-active .ruige-solutions-nav-item::after {
            width: 100%;
        }

        .ruige-solutions-bottom {
            padding-top: 0px;
            overflow: hidden;
            text-align: left;
        }

        .ruige-index-solutions-item {
            position: relative;margin-top: 50px;
            overflow: hidden; /* background: url('../image/isbg1.png') 20% bottom no-repeat; */
        }

            .ruige-index-solutions-item .text {
                 
                left: 0;
                top: 42%;
                width: 46%;
                transform: translateY(-50%);display: contents;
            }

            .ruige-index-solutions-item .title-1 {
                padding-bottom: 15px;font-size:22px;color:#222;font-weight: 600;
            }

            .ruige-index-solutions-item .ruige-text {
                opacity: 1;
                padding-bottom: 0px;
            }

            .ruige-index-solutions-item .img {
                float: right;
                width: 46%;text-align: center;
            }

        .ruige-more {
            position: relative;
            overflow: hidden;
        }

            .ruige-more a {
                display: inline-block;
            }

            .ruige-more i {
                display: inline-block;
                vertical-align: middle;
                width: 20px;
                height: 20px;
                margin-right: 5px;
                border-radius: 100%;
                background: url('../image/jiah2.png') center no-repeat;
            }

            .ruige-more a:hover i {
                transform: rotate(90deg);
            }

            .ruige-more span {
                display: inline-block;
                vertical-align: middle;
            }

        .img-block {
            display: block;
            width: 100%;
            height: auto;
            
        }

        .ruige-index-solutions .img {
            position: relative;
            overflow: hidden;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        /*    background-color: #000;*/
        }

           @media screen and (max-width: 768px) { .img-block {
            display: block;
            width: 100%;
            min-height: auto;
            max-width: 680px;
        }  }
    
    

        .cardp {
            width: 100%;
            height: 220px;
            border-radius: 5px;
            overflow: hidden;
            position: relative;
           
            transition: transform 0.3s ease;
            cursor: pointer;margin: 5px 0;
        }

            .cardp:hover {
                transform: translateY(-5px);
            }

        .card-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            transition: opacity 0.3s ease;
        }

            .card-bg.hover {
                opacity: 0;
                background-color: #ccc;
            }

        .cardp:hover .card-bg {
            opacity: 0;
        }

            .cardp:hover .card-bg.hover {
                opacity: 1;
            }

        .card-content {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
            padding: 20px;
            box-sizing: border-box;
        }

        .cardp img {
            max-width: 80%;
            max-height: 70%;
            margin-bottom: 0px;
        }

        .card-title {
            color: #333;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
        }

        .cardp:hover .card-title {
            color: #ffffff;
        }

        .ruige-title h3 {
            font-size: 42px;
            font-weight: 600;
            color: #222
        }
        .ruige-text p {color: #222;
    font-size: 17px;
    font-weight: 500;    line-height: 2;
        }

         @media screen and (max-width:992px) { }
         @media screen and (max-width: 768px) {
    .ruige-title h3 {
        font-size: 24px;
    }

    .ruige-index-solutions-item .text {
        position: static;
        width: 100%;
        transform: none;
        padding: 20px 0;
    }

    .ruige-index-solutions-item .img {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .cardp {
        height: auto;
        flex-direction: column;
        padding: 10px;
    }

    .card-content {
        padding: 10px;
    }

    .card-title {
        font-size: 14px;
    }

    .cardp img {
        max-width: 60%;
        max-height: 120px;
        margin-bottom: 10px;
    }

    .masterBtn1 {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .ruige-text p {
        font-size: 14px;
    }

    .ruige-index-solutions {
        padding:0;
        margin-top: 50px;
    }

    .ruige-solutions-top-nav,
    .ruige-solutions-bottom {
        padding-top: 20px;
    }

    .swiper-slide {
        width: 100% !important; /* 可视范围更大，适应小屏滑动swiper-slide swiper-slide-active swiper-slide-thumb-active */
        margin: 0 auto;
    }
}
 
 /*swiper-slide swiper-slide-next swiper-slide-thumb-activeswiper-slide-thumb-active
 swiper-slide swiper-slide-active swiper-slide-thumb-active
 .swiper-slide-active {
                opacity: 1;
                background-image: linear-gradient(to bottom, #ffffff, #140a9a); Swiper 6.6.2
            } 
                
            
              $('.ruige-solutions-nav-swiper .swiper-slide').eq(activeIndex).addClass('swiper-slide-thumb-active');
            swiper-slide swiper-slide-next
            */
.ruige-solutions-nav-swiper .swiper-slide-thumb-active .card-bg {
    
    opacity: 1 !important;
}
.ruige-solutions-nav-swiper .swiper-slide-thumb-active .card-title {
    color: #fff;
}


 
    
     .img img {
                width: 100%;
                display: block;
                border-radius: 0px;    border-radius: 5px;
            }

            .img .play-icon {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                padding: 20px;
                font-size: 24px;
                color: #fff;
            }

                .img .play-icon i {
                    font-size: 100px;
                    
                }



                 



                .img .play-icon .iconfont {
                    display: inline-block;
                    transition: transform 0.6s ease; /* 动画持续时间与缓动方式 */
                }

                .img .play-icon:hover .iconfont {
                    transform: rotate(360deg);
                }
 .ruige-index-solutions-item .vimg:hover {
                            background-color: rgba(0,0,0,0.7);
                            border-radius: 10px;
                        }
    
                        .play-icon {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            font-size: 60px;
                            color: white;
                            opacity: 0;
                            transition: opacity 0.3s ease;
                            pointer-events: none; /* 闃叉鎸′綇鐐瑰嚮 */
                        }
    
                        .ruige-index-solutions-item .vimg:hover .play-icon {
                            opacity: 1;
                        }
    
        /* 新闻资讯 */
        .indnews {
            width: 100%;
            padding: 70px 0 120px;
            background: url('../image/newsbj.png') no-repeat bottom right;
            overflow: hidden;
        }

            .indnews .index-title h2 {
                margin-bottom: 10px;
            }

        .indnews-items {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .indnews-topitem {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

       

        .indnews-botitem {
            width: 100%;
            margin-top: 70px;
        }

            .indnews-botitem ul {
                margin-left: -3%;
            }

            .indnews-botitem li {
                float: left;
                width: 30.3333%;
                overflow: hidden;
                margin-left: 3%;
                box-shadow: 0 0 43px rgba(30, 36, 41, .16);
                transition: all .4s ease;border-radius: 0;
            }

                .indnews-botitem li a {
                    display: block;
                    width: 100%;
                }

        .indnews-img {
            width: 100%;
            overflow: hidden;
        }

            .indnews-img img {
                width: 100%;
                object-fit: cover;
                transition: all .6s ease;
            }

        .indnews-botitem li a:hover .indnews-img img {
            transform: scale(1.06);
        }

        .indnew-contitem {
            width: 100%;
            padding: 30px 32px 56px;
            position: relative;
            background-color: #fff;
            transition: all .6s ease;
        }

            .indnew-contitem span {
                font-size: 16px;
                color: #140a9a;
                margin-bottom: 8px;
                display: block;
                font-family: 'COLFAX-MEDIUM';
                transition: all .4s ease;
            }

                .indnew-contitem span::before {
                    content: "/";
                    margin-right: 12px;
                    font-family: "微软雅黑", "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1";
                    margin-top: -3px;
                    display: inline-block;
                    vertical-align: top;
                }

            .indnew-contitem h2 {
                font-size: 20px;
                color: #333;
                line-height: 30px;
                font-weight: 700;
                height: 60px;
                margin-bottom: 10px;
                overflow: hidden;
                display: -webkit-box;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                transition: all .4s ease;
            }

            .indnew-contitem p {
                font-size: 16px;
                color: #888;
                line-height: 28px;
                height: 56px;
                transition: all .4s ease;
                overflow: hidden;
                display: -webkit-box;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

            .indnew-contitem::after {
                content: '';
                width: 38px;
                height: 30px;
                background: #140a9a url('../images/newArr.png')no-repeat center;
                transition: all .4s ease;
                border-bottom-left-radius: 5px;
                border-top-left-radius: 5px;
                position: absolute;
                bottom: 24px;
                right: 0;
            }

        .indnews-botitem li a:hover .indnew-contitem span, .indnews-botitem li a:hover .indnew-contitem h2, .indnews-botitem li a:hover .indnew-contitem p {
            color: #fff;
        }

        .indnews-botitem li a:hover .indnew-contitem {
          
                background-image: linear-gradient(to bottom, #f5f5f5, #140a9a);
        }

            .indnews-botitem li a:hover .indnew-contitem::after {
                background-color: #fff;
                background-image: url('../images/newArrH.png');
            }

      

        @media all and (max-width:768px) {  .index-more span {padding-right: 24px;}
    .index-more {width: 158px;height: 44px;}
    .indnews {padding: 40px 0 42px;}
    .indnews-topitem{display: block;}
    .indnews-botitem ul{margin-left: 0;}
    .indnews-botitem li{width: 100%;margin-left: 0;margin-top: 20px;}
    .indnews-botitem li:first-child{margin-top: 0;}
    .indnew-contitem {padding: 24px 20px 48px;} }
    
    
 

  

    .grid-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    @media (min-width: 768px) {
        .grid-container {
            grid-template-columns: repeat(4, 1fr);        margin: 50px 0;
        }
        .col-span-2 {
            grid-column: span 2 / span 2;
        }
        .col-span-1 {
            grid-column: span 1 / span 1;
        }
    }

    .article-card-large {
        position: relative;
        height: 400px;
        width: 100%;
        overflow: hidden;
        border-radius: 0;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;border-radius: 5px;
    }

    @media (min-width: 768px) {
        .article-card-large {
            height: 480px;
        }
    }

    .article-card-large img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;     
    }

    .article-card-large .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        z-index: 1;
    }

    .article-card-large .content {
        position: relative;
        padding: 24px;
        color: white;
        z-index: 2;
    }

    .article-card-large .read-time {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #e5e7eb;
        margin-bottom: 8px;
    }

    .article-card-large .read-time svg {
        margin-right: 4px;
        height: 16px;
        width: 16px;
    }

    .article-card-large h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: 16px;color: #fff;
    }

    .article-card-large .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .article-card-large .tag-button {
        border-radius: 9999px;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 4px 12px;
        font-size: 12px;
        color: white;
        border: none;
        cursor: pointer;
        transition: background-color 0.2s;
    }

    .article-card-large .tag-button:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .article-card-small-list {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        background-color: white;
        border-radius: 8px;
        border: 0px solid #e5e7eb;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        padding: 0;
        overflow: hidden;
    }

    .article-card-small {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .article-card-small:first-child {
        padding-top: 0;
    }

    .article-card-small:last-child {
        padding-bottom: 0;
    }

    .article-card-small + .article-card-small {
        border-top: 1px solid #e5e7eb;
    }

    .article-card-small .image-wrapper {
        position: relative;
        height: 80px;
        width: 80px;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 0;
    }

    .article-card-small img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;    border-radius: 5px;
    }

    .article-card-small .content {
        flex-grow: 1;
    }

    .article-card-small .read-time {
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #6b7280;
        margin-bottom: 4px;
    }

    .article-card-small .read-time svg {
        margin-right: 4px;
        height: 12px;
        width: 12px;
    }

    .article-card-small h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.375;
        color: #374151;
    }

    .article-card-small h3 a {
        text-decoration: none;
        color: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .article-card-small h3 a:hover {
        color: #140a9a;
    }

    .read-more-button-wrapper {
        margin-top: 50px;
        text-align: center;
    }

    .read-more-button {
        background-color: #140a9a;
        padding: 12px 24px;
        font-size: 18px;
        font-weight: 600;
        color: white;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        transition: background-color 0.2s;
    }

    .read-more-button:hover {
        background-color: #1e40af;
    }
       .read-more-button a {
        color: #fff;
    }

.article-card-large0 img:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.6);
    transition: box-shadow 0.3s ease;
}
 
    .article-card-large:hover {
        
        
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
         
    }




  @media (max-width: 768px) {
    .read-more-button-wrapper {
    
    margin-bottom: 50px;
}
}



    

        .wrapa {
            display: flex;
            flex-direction: row; /* 水平排列 */
        }

        .lybg {
            background-image: url('../indexbg.jpg');
            background-repeat: repeat; /* 平铺背景图 */
            background-position: top left;
        
            
            background-attachment: fixed;
    background-position: center;
    background-size: cover; position: relative;
        }



         .lybg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
}
        .left-section {
            flex: 1;
            /*  background: #000;*/
            padding: 60px 50px;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;z-index:9 ;
        }

        .right-section {
            flex: 1;
            padding: 60px 50px;
            overflow: hidden;
            position: relative;
        }

        .form-container h1 {
            font-size: 42px;
            font-weight: 300;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .form-container p {
            font-size: 20px;
            margin-bottom: 20px;
            opacity: 0.9;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-input {
            width: 100%;
            padding: 15px 20px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 4px;
            color: white;
            font-size: 16px;
            transition: all 0.3s ease;
        }

            .form-input::placeholder {
                color: rgba(255, 255, 255, 0.7);
            }

            .form-input:focus {
                outline: none;
                border-color: rgba(255, 255, 255, 0.6);
                background: rgba(255, 255, 255, 0.15);
            }

        .form-textarea {
            height: 120px;
            resize: vertical;
        }

        .submit-btn {
            width: 100%;
            padding: 15px;
            background: #2563eb;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

            .submit-btn:hover {
                background: #1d4ed8;
            }

        .partners-section {
            height: auto;
            display: flex;
            flex-direction: column;
        }

            .partners-section h2 {
                font-size:32px;
                color: #fff;
                margin-bottom: 15px;
                font-weight: 700;
            }

        .partners-subtitle {
            color: #666;
            font-size: 20px;
            margin-bottom: 69px;
            line-height: 1.5;
        }

        .partners-container {
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .partners-track {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            animation: scrollUp 30s linear infinite;
        }

        .partners-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        @keyframes scrollUp {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-50%);
            }
        }


        .partner-item {
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 10px;
            text-align: center;
            transition: all 0.3s ease;
            min-height: 100px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .partner-item:hover {
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                transform: translateY(-2px);
            }

        .partner-logo {
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 8px;
            color: #333;
        }

            .partner-logo img {
                max-width: 100%;
                height: auto;
                max-height: 50px;
                object-fit: contain;
            }

        .partner-name {
            font-size: 14px;
            color: #666;
            margin-top: 10px;
        }

        /* Logo colors for different companies */
        @media (max-width: 1440px) {
            .partner-name {
                font-size: 12px;
                
            }
        }


        @media (max-width: 1200px) {
            .partners-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 768px) {
            body {
                flex-direction: column;
                height: auto;
                min-height: 100vh;
            }

            .left-section, .right-section {
                padding: 40px 30px;
                flex: none;
                width: 100%;
            }

            .right-section {
                height: auto;
            }

            .partners-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .form-container h2 {
                font-size: 20px;
            }
               .partners-subtitle {
            
            margin-bottom: 40px;
           
        }
        }

        @media (max-width: 480px) {
            .partners-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .left-section, .right-section {
                padding: 30px 0px;
            }

            .partners-section h2 {
                font-size: 20px;
            }
        }

        #marquee6 {
            position: relative;
            height: 100%;
            overflow: hidden;
        }

        .marquee-content {
            display: block;
            width: 100%;
        }

        .partners-grid {
            display: block
        }

            .partners-grid li {
                list-style: none;
                margin-bottom: 20px;
                width: 24%;
                display: inline-block;
                height: 135px;
                overflow: hidden;
            }
    

    

        h2 {
            font-size: 20px;
            margin-bottom: 10px;
            color: #666;
        }



        .form-row {
            display: flex;
            flex-wrap: wrap; /* 允许换行 */
            gap: 20px;
            margin-bottom: 28px;
        }

        .form-col {
            flex: 1 1 calc(50% - 10px);
        }

        input[type="text"],
        input[type="email"],
        textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
        }

        textarea {
            height: 120px;
            resize: vertical;
        }

        button {
            background-color: #140a9a;
            border: none;
            color: #fff;
            padding: 12px 20px;
            cursor: pointer;
            width: 100%;
            font-size: 20px;
            border-radius: 4px;
            margin-top: 0;
        }

            button:hover {
                background-color: #140a9a;
            }

        @media (max-width: 768px) {
            .wrapa {
                flex-direction: column;
            }
        }
    
    
    
    .swiper-containera {
      width: 100%;
         padding: 0 0 15px 0;
    }

    .swiperlogo .swiper-slide {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: flex-start;
    }

    .brand-item {
      width: 23%;
      margin-bottom: 10px;
      text-align: center;
      padding: 3px;
      box-sizing: border-box;
      border: 1px solid #eee;
      background: #fff;
      border-radius: 4px;
      transition: box-shadow 0.3s ease;min-height: 120px;
    }

    .brand-item:hover {
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .brand-item img {
      max-width: 100%;
      height:60px;
      object-fit: contain;
    }

    .brand-item p {
      margin-top: 10px;
      font-size: 14px;
      color: #333;
    }

    .swiper-pagination-bullets {
      text-align: center;
      margin-top: 20px;
    }

    .swiper-pagination-bullet {
      background: #ccc;
      opacity: 1;
    }

    .swiper-pagination-bullet-active {
      background: #140a9a;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction
 
 {
    bottom: 5px;
   
}

 @media screen and (max-width:1710px) { 
   .brand-item p {
      
      font-size: 12px;margin: 5px 20px;
      
    }

button {
  
    margin-top: 15px;
}
.form-row {
    
    margin-bottom: 20px;
}
   .brand-item {
     min-height: auto;
    }
}
















  /* 平板设备适配：一行3个 */
  @media screen and (max-width: 1024px) {
    .brand-item {
      width: 30%;
    }
  }

  /* 手机端适配：一行2个 */
  @media screen and (max-width: 768px) {
    .brand-item {
      width: 45%;
    }

    .swiper-slide {
     
    gap: 5px;
}

    .brand-item p {
         
        margin: 5px 0px;
    }


  }

  /* 更小手机：一行1个 */
  @media screen and (max-width: 480px) {
    .brand-item {
      width: 48%;
    }
  }
 

     
                        .cont-cent i {
                            font-size: 20px;
                            color: #fff;
                            margin-right: 6px
                        }

                        .share dl {
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            display: flex
                        }

                        .share dd {
                            margin-right: 18px
                        }

                        .footer-share .wechat {
                            position: relative;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            justify-content: center;
                            align-items: center;
                            width: 46px;
                            height: 46px;
                            border-radius: 50%;
                        }

                        .footer-share .wechat-box {
                            display: none;
                            position: absolute;
                            left: -30px;
                            top: -15px;
                            transform: translateY(50%);
                            box-shadow: 0 0 5px rgb(0 0 0 / 50%);
                            padding: 3px;
                            border-radius: 5px;
                            background: #fff;
                            z-index: 5;
                        }

                            .footer-share .wechat-box::after {
                                content: '';
                                position: absolute;
                                left: 50%;
                                top: 1%;
                                transform: translateY(-50%);
                                width: 0;
                                height: 0;
                                border: 5px solid #fff;
                                border-color: transparent transparent transparent #fff;
                                -webkit-transform: rotate(90deg);
                                transform: rotate(90deg)
                            }

                            .footer-share .wechat-box img {
                                width: 100px !important;
                                max-width: max-content;
                            }

                        .footer-share span {
                            color: #fff;
                            font-size: 26px;
                            line-height: 1em;
                        }

                        .footer-share .wechat:hover .wechat-box {
                            display: block;
                        }
                    
    
        #bsWXBox {
            box-sizing: unset;
        }
    
