@media screen and (min-width: 801px) {
  .article {
    margin-top: 120px;
  }
  .article .about-img {
    height: 520px;
    color: rgb(255, 255, 255);
    text-align: center;
    background-image: url(../images/introduceBg.5087d905.jpg);
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
  }
  .article .about-img .a-title {
    display: flex;
    justify-content: center;
    margin-top: 90px;
    font-size: 42px;
    font-weight: 600;
  }
  .article .about-introduce {
    background-color: rgb(249, 249, 249);
  }
  .article .about-introduce .a-int {
    position: relative;
    width: 1140px;
    top: -253px;
    background-color: #fff;
    padding: 54px 100px;
    box-sizing: border-box;
  }
  .article .about-introduce .a-int .a-int-list {
    margin-bottom: 20px;
  }
  .article .about-introduce .a-int .a-int-list > p {
    margin-bottom: 10px;
  }
  .article .about-introduce .a-int .a-int-list > .title {
    font-size: 22px;
    font-weight: 700;
    color: rgba(26, 26, 26, 0.85);
  }
  .article .about-introduce .a-int .a-int-list > .subtitle {
    font-size: 22px;
    font-weight: 400;
    color: #2b2b2b;
  }
  .article .about-introduce .a-int .a-int-list .text {
    font-size: 20px;
    line-height: 36px;
    color: #2b2b2b;
    font-weight: 300;
    text-align: left;
  }
  .article .about-introduce .a-int .a-int-list .weight {
    font-weight: 600;
  }
  .article .about-address {
    background-color: #fff;
  }
  .article .about-address .a-map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -188px;
    padding: 70px 0;
    box-sizing: border-box;
    background-color: #fff;
  }
  .article .about-address .a-map .title {
    color: rgb(43, 43, 43);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
  }
  .article .about-address .a-map .wrap {
    width: 40px;
    height: 4px;
    margin: 30px auto;
    background: linear-gradient(90deg, #ff8600, #ff1e00);
  }
  .article .about-address .a-map .text {
    padding: 0 80px;
    font-size: 18px;
    text-align: center;
  }
  .article .about-address .a-map .map-img {
    width: 715px;
    height: 420px;
    margin: 0 auto;
  }
}