.bossgoo-index-application74 .max4096 {
  max-width: 4096px;
  overflow: hidden;
  position: relative;
}
.bossgoo-index-application74{
  background-color: #fff;
    padding-bottom: 80px;
}


.bossgoo-index-application74 .wrap{
  position: relative;
}
.bossgoo-index-application74 .max4096 .titleBox {
  padding-bottom: 30px;
  background: url(/images/63/allbg.jpg) no-repeat center top/100% 100%;
  display: flex;
  justify-content: center;
}
.bossgoo-index-application74 .max4096 .titleBox .first-title {
  text-align: center;
  margin-bottom: 20px;
  /* font-family: Calibri-Bold; */
	font-size: 44px;
	font-weight: bold;
	color: #000;
  position: relative;
  line-height: 1.5;
}



.bossgoo-index-application74 .max4096 .titleBox .first-title::after{
  position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 0.25rem;
    width: 33.333333%;
    border-radius: 9999px;
    background-color: var(--themeColor);
    content: '';
}
.bossgoo-index-application74 .max4096 .titleBox .proDesc {
  margin-bottom: 45px;
  font-family: Calibri;
	font-size: 20px;
	color: #0f172a;

}
.bossgoo-index-application74 .max4096 .titleBox a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  width: 250px;
  background-color: var(--themeColor);
}

.bossgoo-index-application74 .max4096 .text-center{
      display: flex;
      justify-content: center;
}

.bossgoo-index-application74 .max4096 .text-center .btn-secondary{
   padding: 12px 24px;
   background-color: rgb(139, 92, 246);
   border-radius: 24px;
   color: #fff;
  transition: all 0.3s ease;
}

.bossgoo-index-application74 .max4096 .text-center .btn-secondary:hover{
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
    transform: translateY(-4px); /* 鼠标悬停时向上移动2px */
}


.bossgoo-index-application74 .max4096 .swiperBox {
  padding-top: 1px;
  padding-bottom: 40px;
}
.bossgoo-index-application74 .max4096 .swiperBox .swiper-container {
  overflow: hidden;
}

.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* .bossgoo-index-application74 .max4096 .titleBox .titBox{
  display: flex;
  justify-content: space-between;
} */

 .bossgoo-index-application74 .max4096 .titleBox .titBox .secondary{
  text-align: center;
  color: #000;
 }

.bossgoo-index-application74 .max4096 .mainR{
  position: absolute;
  right: 40px;
  top: 30px;
}


.bossgoo-index-application74 .max4096   .mainR{
  display: flex;
}

.bossgoo-index-application74 .max4096  .mainR .swiper-prev{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
}

.bossgoo-index-application74 .max4096 .mainR  .swiper-next{
    width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
}

.bossgoo-index-application74 .max4096 .mainR  i{
  font-size: 24px;
  font-weight: bold;
  color: #000;
}


.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide {
  width: 48%;
  /* transition: all 0.3s; */
    margin-bottom: 20px;

}

.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox{
  transition: all 0.3s ease;
      border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);

}
/* .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox:hover{
      transform: translateY(-5px);
      box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
} */
.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox {
  user-select: none;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  background-color: #f4f4f4;
	border-radius: 25px;
  transition: all .5s;
}

.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .descBox{
     position: absolute;
     left: 0;
     bottom: 0;
     padding: 32px;
     width: 100%;
    background-image: linear-gradient(to top, rgba(30, 27, 60,0.8) , rgba(30, 27, 30,0.8) , transparent);
}


.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox  .title{

  font-family: Calibri;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
  position: relative;

  margin-bottom: 10px;
}
.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox  .title span{
  display: block;
  /* position: relative;
  left: 0;
  width: 100%;
  /* transform: translateX(0%); */
  text-align: left;
  transition: all .5s;
  z-index: 9; 
  white-space: nowrap; /* 强制一行内显示文本 */
  overflow: hidden; /* 隐藏溢出的部分 */
  text-overflow: ellipsis; /* 用省略号代替超出的部分 */
}

.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox  .title a{
  	color: #fff;
}





.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox  .init{
  padding: 0 60px;
  font-family: Calibri;
	font-size: 16px;
	color: #949494;
  position: relative;
  z-index: 9;

}

.bossgoo-index-application74 .max4096 .info{
    color:  rgb(229, 231, 235);
    opacity: 1;
    transition: all .5s;
    width: 70%;
}


.bossgoo-index-application74 .max4096 .more{
  color:  var(--themeColor);
  background-color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 25px;
  margin-top: 25px;
  display: inline-block;
  width: 100%;
  transition: all .5s;
}

.bossgoo-index-application74 .max4096 .more:hover{
   background-color: var(--themeColor);
   color: #fff;
   transform: translateY(-4px);
}

.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox .init span{
  display: inline-block;
  position: relative;
  left: 0;
  transform: translateX(0%);
  transition: all .5s;

}

.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox:hover .init span{
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
}



.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox .innerbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox .innerbox img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
    transition: all .5s;
}

.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox .innerbox img:hover{
  transform: scale(1.05);
}
.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .nameBox {
  margin-top: 10px;
}
.bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .nameBox .name {
  color: #fff;
  font-size: 18px;
}
.bossgoo-index-application74 .slidesHide {
  opacity: 0;
}


@media only screen and (max-width:1440px) {
  .bossgoo-index-application74 .max4096 .titleBox {
    padding-left:  10px;
    padding-right:  10px;
  }
  .bossgoo-index-application74 .max4096 .swiperBox{
    padding-bottom: 80px;
  }

  .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox .innerbox img{
    width: 100%;
  }



  .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox .init{
    padding: 0 30px;
  }

  /* .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox .more{
    width: 140px;
    height: 50px;
    border-radius: 25px;
  } */
}

@media only screen and (max-width:1040px) {

    .bossgoo-index-application74 .max4096 .titleBox .first-title::after{
        bottom: -20px;
            height: 0.1rem;
  }

  .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide{
    width: 48%;
  }
  .bossgoo-index-application74 *{
    line-height: 1.4;
  }
  .bossgoo-index-application74 .max4096 .titleBox .first-title {
    font-size: .44rem;
    margin-bottom: .4rem;
  }
  .bossgoo-index-application74 .max4096 .titleBox .proDesc {
    font-size: .32rem;
    margin-bottom: .5rem;
    max-width: 100%;
  }
  .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .nameBox .name{
    font-size: .28rem;
    padding-left: .1rem;
    padding-right: .1rem;
  }
  .bossgoo-index-application74 .max4096 .swiperBox{
    padding-bottom: .8rem;
  }
  .bossgoo-index-application74 .max4096 .titleBox a {
    height: .8rem;
    line-height: .8rem;
    width: 100%;
  }
  .bossgoo-index-application74 .max4096 .titleBox {
    padding-bottom: 2rem;
  }

  .bossgoo-index-application74 .max4096 .mainR{
    top: 0;
    right: 0;
  }

  .bossgoo-index-application74 .max4096 .info{
        width: 90%;
  }

  .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .descBox{
    padding: 20px;
  }
}


@media only screen and (max-width:768px) {



    .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide{
      width: 100%;
    }

  .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .title span{
    font-size: .46rem;
  }
  .bossgoo-index-application74 .max4096 .titleBox .first-title{
    margin-bottom: .2rem;
  }

  .bossgoo-index-application74 .max4096 .mainR .swiper-prev{
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
  }

  .bossgoo-index-application74 .max4096 .mainR .swiper-next{
    width: .8rem;
    height: .8rem;
        border-radius: 50%;
  }
  .bossgoo-index-application74 .max4096 .mainR{
    position: unset;
     justify-content: center;
     margin-top: .2rem;
  }

  .bossgoo-index-application74 .max4096 .titleBox{
    padding-bottom: 1rem;
  }

  .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox{
    border-radius: 12px;
  }

  .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox .more{
    bottom: .35rem;
    right: .5rem;
    /* width: 2.2rem; */
    height: inherit;
    margin-top: .25rem;
        padding: .1rem 20px;
    border-radius: .3rem;
    font-size: .24rem;
  }

  .bossgoo-index-application74 .max4096 .info{
    opacity: 1;
  }

  .bossgoo-index-application74{
    padding: .6rem 0;
  }

  .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox .title span{
    font-size: .44rem;
  }

  .bossgoo-index-application74 .max4096 .swiperBox .swiper-container .swiper-wrapper .swiper-slide .productsBox .imgbox .init span{
    font-size: .24rem;
  }

  .bossgoo-index-application74 .max4096 .swiperBox{
    padding-bottom: .4rem;
  }

  

}