<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 992px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  
}
@media (max-width: 1080px) {
  html,
  body {
    font-size: 12px;
  }
  /* header */
  #header {
    /* padding: 0 1.25rem; */
  }
  #header #nav {
    display: none;
  }
  #header .ic-nav {
    display: flex;
  }
  /* header */
  /* footer */
  #footer {
    padding: 0 1.25rem;
    text-align: center;
  }
  /* footer */
  /* 鏍囬 */
  .c-title {
    padding-top: 3.5rem;
  }
  /* 鏍囬 */

  /* 杞挱 */
  #index-banner .swiper-button-prev, #index-banner .swiper-button-next {
    opacity: 1;
    z-index: 10;
  }
  /* 杞挱 */

  /* 浜у搧灞曠ず */
  #index-product {
    padding-bottom: 1px;
  }
  #index-product .list {
    margin: 0;
    padding: 0 .625rem;
  }
  #index-product .list .li {
    width: calc(50% - 1.25rem);
    margin: 0 .625rem 1.25rem;
  }
  #index-product .list .li .img-box {
    height: 10rem;
  }
  #index-product .list .li .info {
    padding: 1rem;
  }
  /* 浜у搧灞曠ず */

  /* 鏂伴椈涓績 */
  #index-news .list {
    padding: 0 1.25rem;
    margin: 0;
  }
  #index-news .list .li {
    width: 100%;
    margin: 0 0 1.25rem;
    /* background-color: #f7f7f7; */
    padding: 1rem;
    border-bottom: 1px solid #dedede;
  }
  #index-news .list .li .img {
    height: 6.625rem;
  }
  /* 鏂伴椈涓績 */

  /* 鍏充簬鎴戜滑 */
  #index-about {
    /* height: 31.25rem; */
  }
  #index-about .cont .img {
    width: 100%;
  }
  #index-about .cont .info {
    width: 100%;
    padding: 0;
  }
  #index-about .cont .description {
    margin: 0 1.875rem;
  }
  /* 鍏充簬鎴戜滑 */

  /* 鍥㈤槦 */
  #index-team .list {
    margin: 0;
    padding: 0 .625rem;
  }
  #index-team .swiper-slide {
    width: 100%;
  }
  #index-team .list .li {
    width: 100%;
  }
  #index-team .list .li::after {
    width: 100%;
  }
  #index-team .swiper-button-prev, #index-team .swiper-button-next {
    opacity: 1;
    z-index: 1;
  }
  /* 鍥㈤槦 */

  /* 鍙嬫儏閾炬帴 */
  #friend-link {
    padding: 1.25rem;
  }
  #friend-link .swiper-slide {
    width: calc(100% / 4);
    display: flex;
    justify-content: center;
  }
  #friend-link .swiper-container .swiper-button-prev, #friend-link .swiper-container .swiper-button-next{
    z-index: 10;
    opacity: 1;
  }
  /* 鍙嬫儏閾炬帴 */
}
@media (max-width: 991px) {
  
}
@media (max-width: 768px) {
  
}</pre></body></html>