body {
  background-color: #f3f6fb;
}
.wrap {
  width: 1400px;
  margin: 30px auto 0 auto;
  padding: 30px 30px;
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  .wrap {
    width: 1200px;
  }
}
.wrap .content h1 {
  text-align: center;
  margin: 0 0 67px 0;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #303030;
}
.wrap .content h2 {
  color: #303030;
  font-size: 16px;
  font-weight: Bold;
  font-family: MicrosoftYaHei-Bold;
  margin-bottom: 42px;
  margin-top: 40px;
}
.wrap .content p {
  font-weight: Regular;
  color: #303030;
  font-size: 14px;
  margin-bottom: 0;
}
