body {
  background-repeat: repeat-x;
}

#top_div {
  width: 100%;
  height: 680px;
  overflow: hidden;
  background-color: #e5f6f4;
  background-image: url(../../image/home/homech.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-width: 995px;
}

.down_tips {
  width: 924px;
  height: 680px;
  position: relative;
}
.down_tips * {
  position: absolute;
}
.down_tips #top_logo {
  top: 50px;
  width: 660px;
  left: 112px;
  height: 125px;
  background-image: url(../../image/home/hometoptips.png);
  background-repeat: no-repeat;
}
.down_tips .down {
  top: 203px;
  left: 350px;
  width: 180px;
  height: 54px;
  box-shadow: 0px 7px 8px 1px rgba(3, 156, 126, 0.25);
  border-radius: 10px;
  background-image: url(../../image/home/down.png);
}
.down_tips .down:hover {
  background-position-y: 54px;
}
.down_tips #wid {
  top: 290px;
  width: 924px;
  height: 644px;
  background-image: url(../../image/home/topappnr.png);
  background-repeat: no-repeat;
  margin-left:-18px;
}

#hone_one {
  width: 1054px;
  height: 1450px;
  position: relative;
  padding-top: 76px;
  padding-bottom: 78px;
  left: calc(50% - 527px);
}/*# sourceMappingURL=index.css.map */