.content-banner { width: 100%;}
.content-banner2 img{ width: 100%; object-fit: cover; z-index: 1;}
/*-----------------------首页轮播图-------------------------*/
.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: #fff !important;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px !important;
  transition: background 0.3s, width 0.3s, height 0.3s;
}
.swiper-pagination-bullet-active {
  width: 22px !important;
  height: 22px !important;
  background: #dc1e14 !important;
}
.swiper-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  pointer-events: auto;
}


/*---------------- COMPANY txt -----------*/
.content-company {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
  /* 可调节上下边距 */
  padding: 60px 0 60px 0; /* 上下边距60px，可根据需要调整 */
  background: #f7f7f7;    /* 可选，和页面背景一致 */
}
.content-company .item-text {
  max-width: 1280px;        /* 控制文本最大宽度 */
  width: 90vw;             /* 小屏自适应 */
  margin: 0 auto;
  font-size: 28px;         /* 字体大小 */
  color: #a7a7a7;          /* 字体颜色 */
  line-height: 1.7;        /* 行高 */
  text-align: left;        /* 左对齐，也可center */
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
  word-break: break-word;
  word-wrap: break-word;
}/*---------------- COMPANY txt -----------*/

@media (max-width: 480px) {
  .content-banner { height: 280px; }
  .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
}
  .content-company {
  padding: 0px 0 10px 0;
}
.content-company .item-text {
  font-size: 20px;
}
}




