#top_div {
  background: url(../../image/home/top_div_bg.png);
  background-position: center -80px;
  background-repeat: no-repeat;
  background-color: #343443;
  position: relative;
  min-width: 995px;
  width: 100%;
  height: 520px;
}

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

.top_tips {
  width: 1000px;
  height: 758px;
  position: relative;
}
.top_tips * {
  position: absolute;
}
.top_tips #top_logo {
  top: 97px;
  width: 564px;
  height: 115px;
  background-image: url(../../image/home/hometoptips.png);
  background-repeat: no-repeat;
}
.top_tips .down {
  top: 280px;
  width: 295px;
  height: 88px;
  background-image: url(../../image/home/down.png);
  z-index: 1;
}
.top_tips .down:hover {
  background-position-y: -88px;
}
.top_tips .down:active {
  background-position-y: -176px;
}
.top_tips .tryout {
  top: 290px;
  left: 260px;
  width: 240px;
  height: 68.5px;
  background-image: url(../../image/home/tryout.png);
}
.top_tips .tryout:hover {
  background-position-y: -68.5px;
}
.top_tips .tryout:active {
  background-position-y: -137px;
}
.top_tips .onapipg {
  margin-top: 400px;
  width: 134px;
  height: 16px;
  font-family: PingFang-SC-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6d6fd1;
}

#bannerzz {
  width: 100%;
  height: 920px;
  margin-top: -258px;
  position: relative;
  min-width: 964px;
}

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

#hone_two {
  width: 100%;
  height: 620px;
  background-color: #f0f0f7;
  background-repeat: no-repeat;
  background-position: center 70px;
  background-image: url(../../image/home/twotitle.png);
  position: relative;
  padding-bottom: 40px;
}
#hone_two > div {
  position: absolute;
  overflow: hidden;
  margin-top: 150px;
  width: 980px;
  height: 380px;
  padding: 15px;
  left: 0;
  right: 0;
}
#hone_two > div .listdiv:nth-child(even) {
  margin-left: 15px;
}
#hone_two > div .listdiv {
  cursor: pointer;
  margin-top: 30px;
  float: left;
  width: 400px;
  height: 80px;
  background-color: #f0f0f7;
  box-shadow: -3px -3px 5px 0px #ffffff, 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
}
#hone_two > div .listdiv:hover {
  background-color: #6d6fd1;
  box-shadow: -3px -3px 5px 0px #ffffff, 4px 4px 5px 0px rgba(109, 111, 209, 0.3);
}
#hone_two > div .listdiv:hover > p:nth-child(1) {
  color: #ffffff;
}
#hone_two > div .listdiv:hover > p:nth-child(2) {
  color: #b4b5e7;
}
#hone_two > div .listdiv > p:nth-child(1) {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  line-height: 19px;
  color: #6d6fd1;
}
#hone_two > div .listdiv > p:nth-child(2) {
  font-family: MicrosoftYaHeiLight;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 22px;
}

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