.content{
  background: #FFFFFF;
  border-radius: 14px;
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
  background: url(../images/about2.png) no-repeat;
  background-size: cover;

}
.inner{
  padding: 0 200px;
}


article{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #606266;
}
.about-title{
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 12px;
}
.about-title.bg{
    background: url(../images/about1.png) no-repeat;
    background-size: 132px 100px;
    background-position: top left;
    padding: 28px 0;
    margin-left: -65px;
    padding-left: 65px;
}
.concact{
  font-size: 14px;
  line-height: 20px;
  color: #606266;
  margin-bottom: 19px;
  width: 50%;
}
.info {
  display: flex;

}
