@media (min-width: 769px) {
  .swiper-banner .swiper-container {
    height: 7rem;
  }
  .swiper-banner .slide-pagination {
    bottom: 0.25rem;
  }
  .panel-purpose {
    display: flex;
    width: 100%;
    height: 5.975rem;
    background: url("/static/index/zh/img/honor/bg-honor.jpg");
    background-size: cover;
  }
  .purpose-left {
    width: 50%;
    padding: 0.75rem 0 0 3rem;
    background: url("/static/index/zh/img/honor/bg-blue.jpg");
    background-size: cover;
  }
  .purpose-left > p {
    font-weight: 700;
    font-size: 0.45rem;
    color: #FFFFFF;
  }
  .purpose-left .purpose-box {
    display: flex;
    margin-top: 0.25rem;
  }
  .purpose-left .purpose-box .purpose-item {
    width: 0.875rem;
    height: 0.875rem;
    background: url(/static/index/zh/img/honor/bg-star.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 0.875rem;
    font-weight: 700;
    font-size: 0.25rem;
    color: #0190D8;
  }
  .purpose-left .purpose-box .purpose-item:not(:last-child) {
    margin-right: 0.375rem;
  }
  .purpose-left .catchword {
    margin-top: 1.425rem;
    padding: 0 2.75rem;
    width: 15.8rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #FFFFFF;
    font-size: 0.4rem;
    color: #333333;
  }
  .purpose-right {
    width: 50%;
  }
  .purpose-right img {
    margin: 0.475rem 0 0 0.9375rem;
    width: 7.125rem;
    height: 5.025rem;
  }
  .panel-honor-pic {
    padding: 1rem 3rem 0;
  }
  .panel-honor-pic .honor-pics {
    display: flex;
    padding: 0 1.775rem;
  }
  .panel-honor-pic .honor-pics .pic-box p {
    width: 4.1875rem;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
  }
  .panel-honor-pic .honor-pics img {
    width: 4.1875rem;
    height: 5.6875rem;
  }
  .panel-honor-pic .honor-pics img:not(:last-child) {
    margin-right: 0.9625rem;
  }
  .panel-honor-pic .honor-desk {
    position: relative;
    z-index: -1;
    margin: -1.14rem auto 0;
    width: 18rem;
    height: 3.55rem;
  }
}
@media (max-width: 768px) {
  .swiper-banner .swiper-container {
    height: 15.375rem;
  }
  .swiper-banner .slide-pagination {
    bottom: 0.5rem;
  }
  .panel-purpose {
    display: flex;
    width: 100%;
    height: 10.25rem;
    font-family: Source Han Sans;
  }
  .purpose-left {
    width: 100%;
    padding: 2.05rem 0;
    background: url("/static/index/zh/img/honor/bg-blue.png");
    background-size: cover;
    text-align: center;
  }
  .purpose-left > p {
    font-weight: 700;
    font-size: 1.275rem;
    color: #FFFFFF;
  }
  .purpose-left .purpose-box {
    margin-top: 0.375rem;
    font-size: 0.9rem;
    color: #FFFFFF;
  }
  .purpose-left .catchword {
    margin: 0.75rem auto 0;
    width: 15.25rem;
    height: 2.05rem;
    line-height: 2.05rem;
    border-radius: 0.25rem;
    background: #FFFFFF;
    font-size: 0.9rem;
    text-align: center;
    color: #333333;
  }
  .purpose-right {
    display: none;
  }
  .panel-honor-pic {
    padding: 1rem 1.025rem 0;
  }
  .panel-honor-pic .honor-pics {
    display: flex;
    justify-content: space-between;
    padding: 0 2.25rem;
  }
  .panel-honor-pic .honor-pics .pic-box p {
    width: 4.1875rem;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
  }
  .panel-honor-pic .honor-pics .pic-box-full {
    width: 100%;
  }
  .panel-honor-pic .honor-pics .pic-box-full img {
    width: 100%;
    object-fit: contain;
  }
  .panel-honor-pic .honor-pics img {
    width: 8.375rem;
    height: 11.2rem;
  }
  .panel-honor-pic .honor-pics img:not(:last-child) {
    margin-right: 0.75rem;
  }
  .panel-honor-pic .honor-desk {
    margin: -0.75rem auto 0;
    width: 100%;
    height: 4.35rem;
  }
  .panel-honor-pic .honor-name {
    display: flex;
    margin-top: -1.5rem;
    margin-bottom: 1.275rem;
    padding: 0 2.25rem;
  }
  .panel-honor-pic .honor-name p {
    width: 50%;
    text-align: center;
  }
}