.slideshow {
    height: 400px;
    object-fit: cover;
}


.text-fengxing{
    color: #006AFE !important;
}

.btn-info{
  color: #fff;
  background-color: #006AFE !important;
  border-color: #006AFE !important;
}

.bg-info{
  background-color: #006AFE !important;
  border-color: #006AFE !important;
}


/* 手机端 */
@media (max-width: 768px) {
    
    .swiper-slide img {
        width: 1600px;  /* 图片宽度调整为1600px */
        height: 170px;   /* 高度按比例自动调整 */
        object-fit: cover;
        object-position: center center;  /* 显示中间部分 */
        max-width: 100%; /* 在手机上，确保图片不超出容器 */
    }
    
    .aboutus {
        display: -webkit-box;
        -webkit-line-clamp: 7;  /* 仅显示 12 行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}