@media screen and (max-width: 1086px) {
  /* product-list.html */
  #product-list {
    padding: 0.8rem 0.3rem;
  }
  .product-list {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }

  /* index-about.html */
  .index-about {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 0.3rem;
  }

  /* news-list.html */
  #news-list {
    padding: 0.8rem 0.3rem 0.5rem;
  }
  .news-list {
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .news-list li {
    width: 48%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .news-list li:nth-child(2n) {
    float: right;
  }
  .news-list li .img {
    background-size: cover;
  }

  /* index-spirit.html */
  .index-spirit {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 0.3rem;
  }

  /* nav.html */
  #nav .logo {
    margin-left: 0.3rem;
  }
  #nav .first-nav {
    margin-right: 0.3rem;
  }

  /* about.html */
  #about .about-content {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 0.3rem;
  }
  #about .about-content p img {
    width: 100% !important;
    height: auto !important;
  }

  /* product-list.html */
  .inner-product {
    width: 100%;
    left: 0;
    margin-left: 0
  }
  .inner-product li {
    width: 44vw;
    margin: 3vw;
  }

  /* inner-news-list.html */
  .inner-news-list {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  /* nav.html */
  #nav .first-nav {
    display: none;
  }
  #nav .hamburger {
    display: block;
  }

  /* product-list.html */
  .product-list {
    display: none;
  }
  #investproSwiper {
    display: block;
  }
  #product-list {
    padding: 0.8rem 0;
  }

  /* index-about.html */
  #index-about {
    padding-top: 0.8rem;
    padding-bottom: 5.5rem;
  }
  .title-border,
  .shadow {
    display: none;
  }
  .index-about {
    position: relative;
    margin-top: 0.5rem;
    top: 0;
  }
  .index-about .info {
    width: 100%;
    height: 2.99rem;
  }
  .index-about-title {
    display: block;
  }
  .index-about .info .more {
    width: auto;
    height: 0.4rem;
    line-height: 0.15rem;
    padding: 0.1rem 0.3rem;
  }
  .index-about .info .content {
    -webkit-line-clamp: 3;
  }

  /* news-list.html */
  .news-list {
    display: none;
  }
  .news-list-m {
    display: block !important;
  }

  /* index-spirit.html */
  #index-spirit {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    height: auto !important;
  }
  .index-spirit {
    position: relative;
    margin-top: 0.5rem;
    top: 0;
    height: auto !important;
  }
  .spirit-left,
  .spirit-right {
    display: none;
  }
  .index-spirit .content {
    position: relative;
    top: 0;
    margin-top: 0;
    width: 100% !important;
    height: auto !important;
  }

  /* footer.html */
  #footer .top {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  #footer .bottom .inner-m,
  .footer-nav {
    display: block;
  }
  #footer .bottom .inner {
    display: none;
  }

  /* product-list.html */
  #inner-product {
    padding: 0.8rem 0.3rem;
  }
  .inner-product {
    margin-top: 0.1rem;
  }
  .inner-product li {
    width: 100%;
    height: 4rem;
    margin: 0.2rem 0 0 0;
  }
  .inner-product li .img {
    height: 85%;
  }

  /* map */
  .ueditor_baidumap {
    width: 100% !important;
  }

  /* site-line */
  .site-line,
  .site-line-2 {
    display: none;
  }

  #about .about-content .main-img {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
  }
  #about .about-content .content p img {
    width: 100%;
  }
  #about .about-content p img {
    width: 100%;
  }

  /* 李彦宏简介，如对其他table产生影响，可在后台直接指定 id 或 class */
  #about .about-content table {
    width: 100%;
  }
  #about .about-content table tbody tr:nth-child(1) td:nth-child(1) {
    width: 100%;
  }
  #about .about-content table tbody tr:nth-child(1) td:nth-child(2) {
    display: none;
  }
  #about .about-content table tbody tr td img {
    width: 100%;
  }
  #about .about-content table tbody tr:nth-child(2) {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1060px) {
  .spirit-left {
    display: none;
  }
  .index-spirit .content {
    margin-left: 0;
    width: 5.7rem;
  }
}
