@media (min-width: 769px) {
  .swiper-banner .swiper-container {
    height: 7rem;
  }
  .swiper-banner .slide-pagination {
    bottom: 0.25rem;
  }
  .panel-introduction {
    padding: 0.8rem 3rem 0;
    font-family: Source Han Sans;
  }
  .panel-introduction .title-line--blue {
    margin-bottom: 0.15rem;
    width: 0.9rem;
    height: 0.05rem;
    background: rgba(9, 155, 229, 0.898);
  }
  .panel-introduction .title-content {
    margin-bottom: 0.45rem;
    font-weight: 700;
    font-size: 0.45rem;
    color: #333333;
  }
  .panel-introduction .content-text {
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.4rem;
    text-indent: 2em;
  }
  .panel-introduction .company-pic {
    display: flex;
    justify-content: space-between;
    margin-top: 0.625rem;
    margin-bottom: 0.75rem;
  }
  .panel-introduction .company-pic_left > div:nth-child(1) {
    width: 6.2375rem;
    height: 2.8375rem;
    background: rgba(9, 155, 229, 0.898);
    font-weight: 700;
    font-size: 0.4rem;
    text-align: center;
    line-height: 2.8375rem;
    color: #FFFFFF;
  }
  .panel-introduction .company-pic_left > div:nth-child(2) {
    margin-top: 0.3625rem;
    width: 6.2375rem;
    height: 3.625rem;
  }
  .panel-introduction .company-pic_right {
    width: 11.4rem;
    height: 6.825rem;
  }
}
@media (max-width: 768px) {
  .swiper-banner .swiper-container {
    height: 12.8rem;
  }
  .swiper-banner .slide-pagination {
    bottom: 0.5rem;
  }
}