.indexWrap .indexAdoption .indexAdoptionContainer {
  overflow: hidden;
  padding: 0 4.37vw; }
.indexWrap .indexAdoption .slick-app {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  list-style: none; }
  .indexWrap .indexAdoption .slick-app .app-item {
    padding: unset;
    width: 400px;
    position: relative;
    background: unset;
    border-radius: 14px;
    margin: 0 10px 10px; }
    .indexWrap .indexAdoption .slick-app .app-item .app-item__img::before {
      padding-top: 125%; }
    .indexWrap .indexAdoption .slick-app .app-item .app-item_text {
      position: absolute;
      border-radius: 14px;
      padding: 16px 30px;
      top: 0;
      left: 0;
      right: 0; }
      .indexWrap .indexAdoption .slick-app .app-item .app-item_text .app-item__title {
        height: unset;
        font-weight: normal;
        color: #fff; }
        .indexWrap .indexAdoption .slick-app .app-item .app-item_text .app-item__title:nth-child(1) {
          font-weight: 700; }
      .indexWrap .indexAdoption .slick-app .app-item .app-item_text .sec-desc {
        color: #fff; }
    .indexWrap .indexAdoption .slick-app .app-item:hover {
      box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0);
      transform: scale3d(1.01, 1.01, 1.01);
      background-color: unset; }
      .indexWrap .indexAdoption .slick-app .app-item:hover .app-item__img img {
        filter: grayscale(0);
        opacity: .8; }
  .indexWrap .indexAdoption .slick-app .slick-arrow {
    top: 113%; }
    .indexWrap .indexAdoption .slick-app .slick-arrow::before {
      border-radius: 100%;
      background: #EFEFF2;
      color: #979797;
      padding: 10px;
      font-size: 16px; }
    .indexWrap .indexAdoption .slick-app .slick-arrow:hover::before {
      background: #0039C8;
      color: #fff; }
  .indexWrap .indexAdoption .slick-app .slick-next {
    margin-right: -46px; }
    .indexWrap .indexAdoption .slick-app .slick-next::before {
      background: #0039C8;
      color: #fff; }
  .indexWrap .indexAdoption .slick-app .slick-prev {
    margin-left: -46px; }
.indexWrap .indexNewType .list-inews .list-item {
  border-radius: 10px;
  position: relative; }
  .indexWrap .indexNewType .list-inews .list-item .news-item__bottom {
    margin-top: 30px;
    border: unset; }
  .indexWrap .indexNewType .list-inews .list-item .news-item__bg {
    border-radius: 10px 10px 0 0; }
  .indexWrap .indexNewType .list-inews .list-item .news-item__type {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background: #0039c8;
    width: 100px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px 0 0 0; }
  .indexWrap .indexNewType .list-inews .list-item .news-item__date {
    color: #888; }
.indexWrap .indexNewType .list-inews .news-item__item {
  position: relative; }
.indexWrap .indexNewType .list-inews .news-item__type1 {
  color: #fff;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 1;
  background: #0039c8;
  width: 100px;
  text-align: center;
  line-height: 45px;
  border-radius: 10px 0 0 0; }
.indexWrap .indexNewType .list-inews .news-item__wrap {
  height: 444px;
  overflow: auto; }
  .indexWrap .indexNewType .list-inews .news-item__wrap .news-item__intro {
    padding: 15px 25px 0; }
  .indexWrap .indexNewType .list-inews .news-item__wrap .news-item__list {
    display: flex;
    justify-content: space-between; }
    .indexWrap .indexNewType .list-inews .news-item__wrap .news-item__list .title {
      width: 70%; }

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


.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;
}
.new_iagent{
  position: relative;
}
.new_iagent .wrap{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_iagent .index-bintro{
  position: relative;
  /* text-align: center; */
}
.new_iagent .js-response-img{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

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

/* 移动端适配 */
@media (max-width: 768px) {

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

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

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

@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;
}
@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);
  }
}

@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;
    }

}