article {
  background: url(../images/about-bg.jpg) no-repeat center 0/100%;
}

.inside-title {
  padding: 0 0 10px 0;
  font: bold 16px/30px "微软雅黑";
  color: #000;
  text-align: center;
}

.inside-p p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

.inside-p p img {
  max-width: 100%;
}
.about-left p {
  text-align: center;
}
.about-left p img {
  width: 50%;
}
@media (min-width: 1200px) {
  article {
    background: url(../images/about-en1.png) no-repeat right 12vw/20vw,
      url(../images/about-en2.png) no-repeat 0 22vw/36.2vw,
      url(../images/about-bg.jpg) no-repeat center 0/100%;
  }
  .inside {
    padding: 0 0 3vw;
    background: none;
  }

  .inside-p p {
    font: 400 16px/30px "微软雅黑";
  }

  .about-line {
    display: flex;
    justify-content: space-between;
    padding: 2vw 0;
  }
  .about-left {
    width: 22vw;
    text-align: center;
  }
  .about-left p img {
    width: 20vw;
  }
  .about-right {
    width: 36vw;
  }
  .about-right p {
    line-height: 42px;
  }
}
