.body {
  height: auto;
  min-width: 1200px;
  background-color: #f5f5f5;
}

.content-body {
  overflow: hidden;
}

.content-body .img {
  height: 368px;
  vertical-align: middle;
  /*-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);*/
  /*-moz-transition: all .6s cubic-bezier(.19, 1, .22, 1);*/
  /*-ms-transition: all .6s cubic-bezier(.19, 1, .22, 1);*/
  /*-o-transition: all .6s cubic-bezier(.19, 1, .22, 1);*/
  /*transition: all .6s cubic-bezier(.19, 1, .22, 1);*/
}

.content-body .img:hover {
  /*-webkit-transform: scale(1.2);*/
  /*-moz-transform: scale(1.2);*/
  /*-ms-transform: scale(1.2);*/
  /*-o-transform: scale(1.2);*/
  /*transform: scale(1.2);*/
}

.img-one {
  display: block;
  width: 100%;
  height: 368px;
  margin-top: 20px;
  overflow: hidden;
}

.about-us {
  padding: 70px 120px 66px;
  color: #666666;
  font-size: 24px;
}

.about-us .title {
  margin-bottom: 24px;
  /*font-family: PingFangSC-Medium;*/
}

.about-us .title span {
  color: #333333;
  font-weight: bold;
  /*font-family: PingFangSC-Light;*/
}

.about-us p {
  line-height: 24px;
  color: #666666;
  font-size: 14px;
}

.address {
  display: block;
  width: 100%;
  height: 368px;
  overflow: hidden;
}

.contact-us {
  margin-bottom: 20px;
}

.contact-us p {
  line-height: 26px;
}
