.banner img {
  width: 100%;
}
.content {
  width: 1007px;
  height: 1448px;
  background: url(../images/content.jpg) no-repeat;
  background-size: 100% 100% ;
  margin: 0 auto;
}
.bottom-nav {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  height: 150px;
}
.bottom-nav p {
  line-height: 24px;
  margin-top: 8px;
  font-size: 16px;
}
.zy-title {
  font-size: 26px;
  padding-top: 100px;
  margin: 0 auto;
  text-align: center;
}
.zy-input-box {
  text-align: center;
  position: relative;
  margin: 0 auto;
  height: 60px;
  width: 800px;
  line-height: 60px;
}
.zy-input-box > input {
  height: 36px;
  width: 300px;
  border-radius: 4px;
  border: 0px ;
  text-indent: 10px;
}
.zy-input-box .zy-input-get {
  height: 30px;
  line-height: 30px;
  width: 80px;
  text-align: center;
  background: #E65614;
  border-radius: 100px;
  right: 138px;
  top: 15px;
  position: absolute;
}
.zy-login-btn {
  background: #0099FF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 260px;
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}
