@font-face {
  font-family: "HY";
  src: url('../font/MISANS-REGULAR.TTF');
  /* IE9 */
}
* {
  margin: 0;
  padding: 0;
  opacity: 1;
  font-family: Hy, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
}
body {
  padding-top: 130px;
}
ul,
li {
  list-style: none;
}
.claer {
  clear: both;
}
@media all and (max-width: 1921px) {
  html {
    font-size: 62.5%;
  }
}
@media all and (min-width: 1921px) {
  html {
    font-size: 76.5%;
  }
}
.warp5 {
  color: #5f6061;
  padding: 0;
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  line-height: 2em;
  font-size: 14px;
  background: url(/static/image/t1.jpg) no-repeat;
  margin: 80px 0 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 555px;
}
.warp5 .info {
  color: #5f6061;
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  line-height: 2em;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.warp5 .info .p1 {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  line-height: 1em;
  color: #fff;
  font-size: 6rem;
  line-height: 1.5;
}
.warp5 .info .p2 {
  font-size: 2.6rem;
}
