html,
body {
  min-width: 1200px;
  margin: 0;
}

.about {
  background: url('../img/songwo-bg.png');
  background-size: cover;
  height: 728px;
}

.about .container {
  height: 419px;
  padding-top: 130px;
  padding-bottom: 178px;
}

.about p {
  font-family: MicrosoftYaHei-Bold;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 14px;
}
.about span {
  display: block;
  margin-bottom: 25px;
}

.about span:first-child {
  font-size: 18px;
}
#footer {
  padding-top: 63px;
  padding-bottom: 48px;
  background-color: #242a37;
  color: #fff;
}
#footer .container {
  width: 1000px;
}
#footer dd a,
#footer dd p,
.copyright {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0;
  color: #6c737e;
  text-align: center;
}
#footer dt {
  height: 16px;
  font-size: 16px;
  margin-bottom: 40px;
}
#footer dd a,
#footer dd p {
  height: 14px;
  padding-bottom: 31px;
  display: block;
  line-height: 14px;
  text-align: left;
}
.qr-code {
  float: right;
}
#footer .row {
  margin-bottom: 70px;
}
