body {
  background-repeat: repeat-x;
}

#titleDownDiv {
  background-image: url(../image/index/home_banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #DADFDE;
  background-position-y: -82px;
  padding-bottom: 320px;
  overflow: hidden;
  width: 100%;
  height: 658px;
  position: relative;
}
#titleDownDiv::after {
  background-image: url(../image/index/one.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  position: absolute;
  content: "";
  width: 100%;
  height: 320px;
  bottom: 0px;
}
#titleDownDiv .titleimg {
  background-image: url(../image/index/home_right_title.png);
  margin-left: calc(50% + 53px);
  margin-top: 165px;
  width: 460px;
  height: 172px;
}
#titleDownDiv .down {
  margin-left: calc(50% + 53px);
  margin-top: 95px;
  transition-duration: 0.5s;
}
#titleDownDiv .down:hover {
  transform: translateY(-10px);
}/*# sourceMappingURL=index.css.map */