.wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}
.wrapper .zi_title {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.wrapper .zi_title strong {
  font-weight: normal;
  font-size: 23px;
  line-height: 24px;
  color: #3e3e3e;
}
.wrapper .zi_line {
  display: block;
  width: 50px;
  height: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #AD0C0C;
}
.wrapper p {
  color: #666;
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 26px;
}
.wrapper b {
  display: block;
  font-weight: bold;
  color: #666;
  font-size: 12px;
  line-height: 26px;
}
.wrapper h4 {
  font-weight: bold;
  margin-top: 10px;
  color: #666;
  font-size: 16px;
}
.wrapper h6 {
  font-weight: bold;
  color: #666;
  font-size: 16px;
  margin-top: 27px;
  margin-bottom: 27px;
}
.wrapper .about_text {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
.wrapper .about_text strong {
  display: block;
  color: #AD0C0C;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: normal;
}
.wrapper .about_text p {
  color: #7e7e7e;
  line-height: 26px;
}
