/* ===== 19. Brand Area CSS ===== */
.bt_brand_area {
  background: #f6f6f6;
  padding: 85px 0 100px 0;
}
.slide_items {
  text-align: center;
}

.carousel_imagess_area {
    width: 100%;
    overflow: hidden; /* 隐藏超出容器范围的内容 */
    white - space: nowrap; /* 防止图片换行 */
    position: relative;
}

.slide_items {
    display: inline - block;
    width: auto;
    height: 100px; /* 可根据实际情况调整logo高度 */
    margin - right: 10px; /* 图片间的间距 */
}

@media(max-width:991px){
  .bt_brand_area {padding:50px 0;}
}

@media(max-width:768px){
  .bt_brand_area {padding:30px 0;}
}