@charset "UTF-8";
/* 公共 */
@media screen and (max-width: 768px) {
  /* 选项卡 */
  .top-tab-wrap .top-tab {
    flex-direction: column;
    padding: 0 !important;
  }
  .top-tab-wrap .top-tab .top-tab-item {
    width: 100% !important;
    margin: 0 !important;
  }
  .footer .footer-main {
    padding-top: 20px;
  }
  .footer .footer-main .footer-nav {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer .footer-main .footer-nav .footer-navitem {
    width: 100%;
    text-align: center;
  }
}

/* 首页 */
@media screen and (max-width: 768px) {
  .page-index .btn-group {
    display: none;
  }
  .page-index .swiper-slide {
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
  }
  .page-index .home-banner.swiper-container {
    height: 300px;
  }
  .page-index #business-map .container .column-body {
    background-size: cover !important;
  }
  .page-index #business-map .container .column-body .content .content-item .text {
    width: 100%;
  }
  .page-index #business-map .container .column-body .tab {
    flex-direction: column;
  }
  .page-index #business-map .container .column-body .tab .tab-item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .page-index #news-about-container .container {
    background-size: cover;
  }
  .page-index #news-about-container .container .about {
    padding: 20px 0;
  }
  .page-index #news-about-container .container .about .more-btn {
    margin-top: 20px;
  }
}

/* 关于我们 */
@media screen and (max-width: 768px) {
  .page-about .page .idea {
    padding: 20px;
  }
  .page-about .page .idea .content {
    width: 100%;
  }
  .page-about .page1 .content {
    padding: 20px 0;
    flex-direction: column;
  }
  .page-about .page1 .content img {
    width: 100%;
    height: min-content;
  }
  .page-about .page3 {
    padding: 20px 0;
  }
  .page-about .page3 .list {
    padding: 20px 0;
  }
  .page-about .page3 .list .list-item {
    width: 100% !important;
  }
}

/* 新闻列表 */
@media screen and (max-width: 768px) {
  .page-news .news-index .list .thumb img,
  .page-news .news-video .list .thumb img {
    max-width: 100%;
  }
  .page-news .news-media .media-list {
    padding: 20px;
  }
}

/* 业务范围 */
@media screen and (max-width: 768px) {
  .page-business .b1 .section1 {
    padding: 20px 0;
  }
  .page-business .b1 .section2 {
    padding: 20px 0;
  }
  .page-business .b1 .section2 .list {
    padding: 20px;
    flex-direction: column;
  }
  .page-business .b1 .section2 .list .list-item {
    width: 100%;
  }
}

/* 联系我们 */
@media screen and (max-width: 768px) {
  .page-contact .services-section {
    padding: 20px;
  }
  .page-contact .form {
    background-size: cover;
    padding: 20px 0;
  }
  .page-contact .form .text {
    padding: 50px 0;
  }
  .page-contact .form .container form {
    position: relative;
    width: 100%;
  }
}
