@charset "UTF-8";
/* 中等屏幕 */
@media screen and (max-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* 小屏幕 */
@media screen and (max-width: 768px) {
  .mopen {
    display: flex;
    justify-content: space-around;
  }
  .page-header .menu {
    flex-direction: column;
    margin-right: 0;
  }
  .page-header .navbar-right {
    display: none;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .swiper-slide .s-fade-txt {
    transform: none;
    left: 0;
    top: 60px;
    width: 100%;
    animation: none;
    opacity: 1;
    padding: 50px;
  }
  .swiper-slide .s-fade-txt .product-img {
    width: 250px;
    display: block;
    margin: 0 auto;
  }
  .swiper-slide .s-fade-txt h2 {
    font-size: 35px;
  }
  .swiper-slide .s-fade-txt .info {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .flex-cards,
  .swiper-slide .s-fade-txt,
  .d-flex,
  .news,
  .footer-section,
  .product-list {
    flex-direction: column;
  }
  .page-section,
  .home-section {
    padding: 50px 0;
  }
  .news .news-item, .news .product-item, .product-list .news-item, .product-list .product-item {
    width: 100%;
  }
  .product-desc .markdown {
    width: 100%;
    padding-right: 0;
  }
  .product-banner {
    padding: 150px 15px 100px;
    font-size: 16px;
  }
  .product-banner h2 {
    font-size: 28px;
  }
}

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