.about-one {
  margin-top: 30px;
}

.about-img>img {
  width: 100%;
  height: 245px;
}

.about-img span {
  float: left;
}

.about-img span img{
  width: 100%;
  height: 230px;
}

.about-img span:first-child {
  width: 35%;
}

.about-img span:last-child {
  width: 65%;
}

.about-title {
  color: #2F5AA6;
  font-size: 36px;
}

.about-title-p {
  color: #898989;
}

.info-title {
  padding-bottom: 26px;
  border-bottom: 1px solid #ABABAB;
}

.info-intro {
  padding: 23px 0;
  border-bottom: 1px solid #ABABAB;  
  font-size: 17px;
}

.info-intro p {
  line-height: 30px;
}
.info-intro p:first-child{
  margin-top: 30px;
}
.info-intro p:last-child {
  margin-top: 10px;
  margin-bottom: 30px;
}

.chuangli img {
  width: 393px;
}

.about-two-img img {
  display: inline-block;
  width: 100%;
}

.about-two-intro {
  color: #fff;
  background:rgba(128,156,201,1);
  padding: 100px !important;
}

.about-two-intro p {
  line-height: 30px;
}

.about-two-intro p:last-child {
  /* margin-top: 40px; */
  font-size: 16px;
}

/* .about-two {
  background-image: url(../img/bg-about.png);
  background-repeat: no-repeat;
  background-position-x: 536px;
  background-position-y: 173px;
} */