@charset "utf-8";
.banner {
  position: relative;
  width: 100%;
  height: 500px;
  background: url("../images/hzbgc.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 170px;
}

.banner > img {
  display: block;
  margin: 0 auto;
}

.hz1 {
  width: 100%;
  padding: 85px 0;
  padding-bottom: 100px;
}

.hz1.bgc {
  background: url('../images/hz7_03.png') no-repeat;
  background-size: 100% 100%
}

.hz1 .title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
  color: #333333;
  font-weight: bold;
}

.hz1 img {
  display: block;
  margin: 0 auto;
  margin-top: 76px;
}

.hz1 p {
  width: 203px;
  height: 51px;
  background-color: #0a2240;
  border-radius: 25px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height:51px;
  margin: 0 auto;
  margin-top: 100px;
  cursor: pointer;
}
































