/*# sourceMappingURL=index.css.map */

.pcWrap {
  display: block; }
.moWrap {
  display: none; }

.ib-item .videoWarp_box{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.new_slick .ib-item__intro{
  margin-top: 32%;
}
.new_iagent .index-bleft{
  width:80%;position: absolute;background-color:unset;left: 10%;right: 0;z-index: 10;
  display: flex;
      align-items: center;
}
.new_iagent .pdb-img::before{
  padding-top: 23.5%;
}

.indexPro {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  /* 允许换行 */
  gap: 15px;
  /* 卡片间的水平和垂直间距 */ }
  .indexPro .item {
    flex: 0 0 calc(33.333% - 10px);
    /* 每个卡片占据三分之一宽度减去间距 */
    box-sizing: border-box;
    /* 确保padding和border被包含在width内 */
    padding: 20px 20px 0;
    background-color: #F6F6F8;
    cursor: pointer;
    transition: transform 0.3s ease; }
    .indexPro .item .img {
      width: 100%;
      position: relative; }
      .indexPro .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease-in-out; }
    .indexPro .item .main-img {
      opacity: 1; }
    .indexPro .item .hover-img {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
    .indexPro .item:hover .main-img {
      opacity: 0; }
    .indexPro .item:hover .hover-img {
      opacity: 1; }
  .indexPro .hidden {
    display: none; }
.button-more {
  border-radius: 25px;
  border: 1px solid #c9c9ca;
  padding: 10px 30px;
  box-sizing: border-box; 
}


.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.stats-container {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
}

.stat-item {
  flex: 1;
  min-width: 120px;
  text-align: center;
  position: relative;
}

.stat-number {
  font-size: 3.5rem;
  font-weight: bold;
  color: #0047bb;
  margin-bottom: 10px;
  font-family: 'Arial', sans-serif; /* 数字更清晰 */
}

.stat-label {
  font-size: 0.9rem;
  color: #333;
  font-weight: normal;
  padding: 5px 10px;
  box-sizing: content-box;
}

/* 分割线：使用伪元素实现竖线 */
.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #ddd;
}

@media (max-width: 1440px) {
    .stat-number {
        font-size: 2.2rem;
      }
}

/* 移动端适配 */
@media (max-width: 768px) {
  .new_iagent .pdb-img::before{
    padding-top: 66%;
  }

  .stat-number {
    font-size: 2.0rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }

  .stat-item:not(:last-child)::after {
    display: none; /* 移动端隐藏分割线 */
  }

  .pcWrap {
  display: none; }
  .moWrap {
  display: block; }
  .new_slick .ib-item__intro{
    margin-top: 130%;
  }
}

@media (max-width: 480px) {
  .indexPro .item{
    flex: 0 0 calc(100%) !important;;
  }
  .stat-number {
    font-size: 1.8rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }
}

.index-bleft{
  width:30%;
}
.index-bright{
  width:70%;
}
@media (max-width: 1024px) {
  .index-bleft {
    width: 100%;height: auto;padding: 50px 0;
  }
  .index-bright {
    width: 100%;
    display: block;
  }
}
.index-bintro{
  width:100%;
}
.btn-contact{
  display: inline-block;
  vertical-align: top;
  width: 120px;
  line-height: 34px;
  background-color: #0039c8;
  color: #fff;
  text-align: center;
  transition: all .3s;
  border-radius: 20px;
}

.brand-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 强制 7 列 */
  gap: 16px; /* 统一间距 */
  justify-items: center; /* 每项水平居中 */
  padding: 20px 20px 0;
}

.par-li {
  width: 100%;
}

.par-item {
  padding: 10px 15px; 
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: white;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.par-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.par-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.par-item:hover img {
  filter: grayscale(0%);
}
.comm-dots li.slick-active button{
  width:100px;
}
.ihonorContainer{
    padding: 0 3.5vw;
}
.brand-list{
  padding: 0 3.5vw;
}
@media (min-width: 1920px) {
    .brand-list{
        max-width: 1920px;
        margin: auto;
    }
    .ihonorContainer{
        max-width: 1920px;
        margin: auto;
    }
}
/* 移动端适配：减少列数 */
@media (max-width: 992px) {
  .brand-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .ihonorContainer{
      padding: 0;
  }
  .brand-list{
    padding: 0;
  }
}

@media (max-width: 768px) {
  .brand-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .brand-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

/* 轮播容器 */
.industry-slider {
  position: relative;
  overflow: hidden;
}

.industry-slide-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  background: white;
  margin: 0 10px;
    display: block;
}
.industry-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 70%);
  pointer-events: none; /* 不阻挡点击 */
  z-index: 1;
}

.industry-slide-item img {
  width: 100%;
  height: auto; /* 自适应高度 */
  display: block;
  /* border-radius: 12px; */
}

.industry-slide-overlay {
  position: absolute;
  text-align: center;
  top: 8%;
  left: 20px;
  right: 20px;
  color: white;
  z-index: 2;
  max-width: 100%;
}

/* 箭头 */
.industry-slider .slick-arrow {
  z-index: 1;
  position: absolute;
  bottom: 50%;
  border: 0;
  padding: 0;
  outline: 0;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 8px 8px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.slick-prev::before {
  content: "\e729";
}
.slick-next::before {
  content: "\ecdd";
}
.industry-slider .slick-arrow::before {
  font-family: iconfont;
  font-size: 16px;
  line-height: 1;
  color: white; 
}
.industry-slider .slick-arrow:hover {
  transition: .5s;
  background: #0039C8;
}
.industry-slider .slick-prev { left: 60px; }
.industry-slider .slick-next { right: 60px; }

/* 圆点 */
.industry-slider .slick-dots {
  bottom: -40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.industry-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
}
.industry-slider .slick-dots li.slick-active button {
  background: #007bff;
}

@media (max-width: 480px) {
    .industry-slide-item{
      margin: 0 5px;
    }

}