.indexBlock {
  width: 100%;
  height: 100vh;
  background: url(../images/indexBlockBg.jpg) no-repeat center/cover;
}
.indexBlock .w1400 {
  position: absolute;
  left: 50%;
  top: 33.7037037037%;
  transform: translatex(-50%);
  text-align: center;
}
.indexBlock .w1400 .tit {
  font-family: almmsht;
  font-size: 70px;
  line-height: 1.5;
  color: #232323;
}
.indexBlock .w1400 .tit br {
  display: none;
}
.indexBlock .w1400 .tips {
  margin-top: 16px;
  margin-bottom: 104px;
  font-size: 23px;
  line-height: 1.5;
  color: #676767;
}
.indexBlock .w1400 .img {
  font-size: 0;
}
.indexBlock .w1400 p {
  margin-top: 21px;
  font-size: 20px;
  line-height: 1.5;
  color: #232323;
}

@media (max-width: 996px) {
  .header .w1400 {
    justify-content: center;
  }
  .indexBlock .w1400 .tit {
    font-size: 33px;
  }
  .indexBlock .w1400 .tips {
    margin-bottom: 125px;
    font-size: 28px;
    color: #676767;
  }
  .footer .w1400 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .header {
    top: 80px;
  }
  .indexBlock .w1400 {
    top: 28%;
  }
  .indexBlock .w1400 .tit {
    font-size: 33px;
  }
  .indexBlock .w1400 .tit br {
    display: block;
  }
  .indexBlock .w1400 .tips {
    font-size: 12px;
    margin-bottom: 62px;
  }
  .indexBlock .w1400 p {
    font-size: 14px;
  }
  .footer .w1400 .right {
    display: none;
  }
  .footer .w1400 .left {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .footer .w1400 .left br {
    display: block;
  }
  .footer .w1400 .left a {
    font-size: 12px;
  }
}/*# sourceMappingURL=index.css.map */