.introduction-wrap {
  padding: 0.77rem 0 1.16rem 0;
  background: url('../img/bg-1.png') no-repeat center center;
}
.intro {
  padding-bottom: 0.58rem;
  margin-bottom: 0.67rem;
  border-bottom: 0.02rem #e1e1e1 dashed;
}
.intro-title-cn,
.aim-title-cn {
  font-size: 0.36rem;
  color: #333;
}
.intro-title-en,
.aim-title-en {
  font-size: 0.24rem;
  color: #cecece;
  padding: 0.1rem 0 0.4rem 0;
}
.intro-l {
  flex: 1;
  padding-right: 0.72rem;
}
.intro-r, .aim-l {
  flex: none;
  width: 6.2rem;
  height: 4.19rem;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.aim-r {
  flex: 1;
  padding-left: 0.72rem;
}
.aim-desc {
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.36rem;
}
.aim-desc p,
.aim-desc span,
.aim-desc p span {
  font-size: 0.16rem;
}
.aim-desc p {
  margin: 0;
}
.aim-desc span,
.aim-desc p span {
  display: block;
}

@media screen and (max-width: 1550px) {
  .aim-desc {
    width: 100%;
    font-size: 0.24rem !important;
    line-height: 0.36rem !important;
  }
  .aim-desc p,
  .aim-desc span,
  .aim-desc p span {
    font-size: 0.24rem !important;
    line-height: 2.7em !important;
  }
  .aim-desc p {
    margin: 0;
  }
  .aim-desc span,
  .aim-desc p span {
    display: block;
  }
}