@font-face {
  font-family: 'SKJW';
  src: url(../font/FZBangSKJW.ttf);
}
.coverBlock {
  background: url(http://songjiang.ecps.com.cn/images/block_bg.jpeg) no-repeat top -1rem center / cover;
  width: 100%;
  height: 100vh;
}
.coverBlock .center {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  position: relative;
  padding-top: 1.5rem;
}
.coverBlock .center .fly {
  font-size: 0;
  width: 1.84rem;
  position: absolute;
  right: 0.38rem;
  margin-top: -1.28rem;
}
.coverBlock .img {
  font-size: 0;
  position: fixed;
  top: -.3rem;
  left: 0;
  /*margin-bottom: 2.46rem;*/
}
.coverBlock .center .link {
  margin-bottom: 3.14rem;
}
.coverBlock .center .link a {
  display: block;
  text-align: center;
  font-family: SKJW;
  font-size: 1.04rem;
  color: #437a78;
}
.coverBlock .center .link:last-child {
  margin-bottom: 0;
}
