#homeBox { background: url(../images/b_1.gif); width: 100%; height: 100%; position: relative; }
.homeClick { margin-top: -205px; position: absolute; left: 130px; top: 50%; z-index: 9999; }
@media screen and (min-width: 1520px) {
  .homeClick { margin-top: -205px; }
  .homeClick img { width: 540px; }
}
@media screen and (min-width: 800px) and (max-width: 1519px) {
  .homeClick { margin-top: -134px; }
  .homeClick img { width: 334px; }
}
@media screen and (max-width: 799px) {
  .homeClick { margin-top: -82px; }
  .homeClick img { width: 206px; }
}
.homeFooter { color: #7E7E7E; width: 480px; position: absolute; left: 130px; bottom: 10px; z-index: 9999; }
.homeFooter img { float: left; margin-right: 20px; }
.homeMap { width: 845px; height: 730px; margin: -365px 0px 0px -230px; position: absolute; left: 50%; top: 50%; z-index: 1; }