.container {
  height: 60px;
}
.main {
  width: 100%;
}
.main .about-con {
  width: 100%;
}
.main .about-con .about-banner {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  background-size: 220% 100%;
  background-position: center center;
}
.main .about-con .about-banner .about-title {
  display: inline-block;
  margin-top: 200px;
  font-size: 30px;
  color: #13df81;
  padding-left: 50px;
}
.main .about-con .content-about {
  width: 1200px;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 30px;
}
.main .about-con .content-about .about-img {
  width: 40%;
  display: inline-block;
  margin-top: 0px;
}
.main .about-con .content-about .about-size {
  width: 55%;
  float: right;
}
.main .about-con .content-about .about-size .name {
  padding: 5px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
}
.main .about-con .content-about .about-size .tips {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin-bottom: 20px;
}
