.business .mobile-banner {
  display: none;
}
.business .business-detail .detail-title .mobile-img {
  display: none;
}
@media screen and (max-width: 750px) {
  .business .banner {
    display: none;
  }
  .business .mobile-banner {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
  }
  .business .mobile-banner .swiper-container {
    width: 100%;
    height: 100%;
  }
  .business .mobile-banner .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .business .mobile-banner .swiper-container .swiper-button-next,
  .business .mobile-banner .swiper-container .swiper-button-prev {
    width: 23px;
    height: 23px;
    border: 1px solid #D0B87C;
    background-color: #D0B87C;
    background-repeat: no-repeat;
    background-size: 18px auto;
  }
  .business .mobile-banner .swiper-container .swiper-button-prev {
    background-image: url(mobile_arrow_prev_a.png)/*tpa=http://www.novah.cn/assets/static/images/mobile/mobile_arrow_prev_a.png*/;
  }
  .business .mobile-banner .swiper-container .swiper-button-next {
    background-image: url(mobile_arrow_next_a.png)/*tpa=http://www.novah.cn/assets/static/images/mobile/mobile_arrow_next_a.png*/;
  }
  .business .mobile-banner .swiper-container .swiper-button-prev.swiper-button-disabled {
    border-color: #fff;
    background-color: rgba(74, 144, 226, 0);
    opacity: 1;
  }
  .business .mobile-banner .swiper-container .swiper-button-next.swiper-button-disabled {
    border-color: #fff;
    background-color: rgba(74, 144, 226, 0);
    opacity: 1;
  }
  .business .mobile-banner .swiper-container .position-text-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .business .mobile-banner .swiper-container .position-text-box h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
  }
  .business .mobile-banner .swiper-container .position-text-box h4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
  }
  .business .business-detail {
    margin-top: 35px;
    padding: 0 15px;
  }
  .business .business-detail .detail-title h2 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
  }
  .business .business-detail .detail-title p {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    font-size: 12px;
    line-height: 21px;
  }
  .business .business-detail .detail-title .img {
    display: none;
  }
  .business .business-detail .detail-title .mobile-img {
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .business .business-detail .about-tab .about-tab-list {
    height: 100px;
    flex-direction: column;
  }
  .business .business-detail .about-tab .about-tab-list .about-tab-left img {
    width: 24px;
  }
  .business .business-detail .about-tab .about-tab-list .about-tab-right {
    margin-left: 0;
    margin-top: 12px;
  }
  .business .business-detail .about-tab .about-tab-list .about-tab-right p {
    text-align: center;
    font-size: 12px;
  }
  .business .business-detail .about-tab .about-tab-list .about-tab-right span {
    font-size: 10px;
    text-align: center;
  }
  .business .business-detail .tab-content {
    margin-bottom: 45px;
  }
  .business .business-detail .tab-content .swiper-container {
    height: auto;
  }
  .business .business-detail .tab-content p {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    font-size: 12px;
    line-height: 21px;
  }
}
