﻿.about-body {
  width: 100%;
  min-width: 1400px;
}

.about-body .about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.about-body .about-title div {
  width: 380px;
  height: 90px;
  background-image: url("../image/background-about.png");
  text-align: center;
  line-height: 90px;
  font-size: 50px;
  color: #2C2D33;
}

.about-body .about-conent {
  width: 100%;
  min-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 200px;
}

.about-body .about-conent .content-body {
  width: 1400px;
}

.about-body .about-conent .content-body .conent-text img {
  width: 680px;
  height: 400px;
  margin: 0 0 20px 20px;
}

.about-body .about-conent .content-body .conent-text .div-text {
  text-align: justify !important;
  text-justify: distribute-all-lines;
  font-size: 20px;
}

.about-body .about-conent .content-body .conent-text .tial-text {
  text-align: right;
  font-size: 20px;
  margin-top: 20px;
}
/*# sourceMappingURL=about.css.map */