.con .aboutpage {
  margin-top: 32px;
  padding-bottom: 60px;
  height: auto;
  overflow: hidden;
}
.con .aboutpage .cname h3 span {
  position: relative;
  color: #009245;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
}
.con .aboutpage .cname h3 span::after {
  position: absolute;
  content: "//";
  color: #009245;
  right: -30px;
  bottom: 6px;
  font-size: 24px;
}
.con .aboutpage .cname h2 {
  font-size: 40px;
  font-weight: bold;
}
.con .aboutpage .pp {
  margin-top: 40px;
  line-height: 30px;
  color: #606266;
}
.con .aboutpage .aboutdatas {
  margin-bottom: 57px;
  margin-top: 40px;
}
.con .aboutpage .aboutdatas .items p {
  color: #606266;
  font-size: 14px;
  margin-top: 2px;
}
.con .aboutpage .aboutdatas .items .h2 span {
  position: relative;
  color: #009245;
  font-size: 36px;
  font-family: microsoft yahei;
  font-weight: bold;
}
.con .aboutpage .aboutdatas .items .h2 span::after {
  bottom: 5px;
  color: #009245;
  font-size: 14px;
  position: absolute;
}
.con .aboutpage .aboutdatas .item1 .h2 span::after {
  content: "年";
}
.con .aboutpage .aboutdatas .item2 .h2 span::after {
  content: "多名";
  width: 32px;
}
.con .aboutpage .aboutdatas .item3 .h2 span::after {
  content: "多家";
  width: 32px;
}
@media (max-width: 769px) {
  .con {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
