body {
  background-repeat: repeat-x;
  background-image: url(../../image/home/topbg.png);
  background-repeat: no-repeat;
  background-color: #00bc5d;
  background-position-x: center;
}

#top_div {
  width: 100%;
  height: 758px;
  position: relative;
  min-width: 995px;
}

#header {
  background-color: rgba(255, 255, 255, 0);
}

.down_tips {
  width: 995px;
  height: 758px;
  position: relative;
}
.down_tips * {
  position: absolute;
}
.down_tips #top_logo {
  top: 60px;
  width: 531px;
  height: 125px;
  left: 0px;
  right: 0px;
  background-image: url(../../image/home/hometoptips.png);
  background-repeat: no-repeat;
}
.down_tips .down {
  top: 225px;
  left: 0px;
  right: 0px;
  width: 313px;
  height: 112px;
  background-image: url(../../image/home/down.png);
}

#hone_one {
  width: 100%;
  height: 760px;
  background-color: #fefefe;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../image/home/toptopone.png);
}

#hone_two {
  width: 100%;
  height: 760px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../image/home/toptoptwo.png);
}

#footer {
  margin-top: -25px;
}/*# sourceMappingURL=index.css.map */