body {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  font-family: "微软雅黑";
}

div {
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
}

.home_container1 {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 4625px;
  background: url(../images/home.jpg) no-repeat center top;
  background-size: 100% auto;
}

.home_link {
  position: absolute;
  inset: 0;
}
