* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li,
ul {
  list-style: none;
}
img {
  border: none;
}
body {
  min-width: 1160px;
  font-family: "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", '微软雅黑', "Segoe UI", Tahoma, '宋体b8b体', SimSun, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.content {
  width: 100%;
  overflow: hidden;
}
.content.first {
  height: 727px;
  background: url("../img/first.jpg") no-repeat center;
}
.content.second {
  height: 889px;
  background: url("../img/second.jpg") no-repeat center;
}
.content.third {
  height: 893px;
  background: url("../img/third.jpg") no-repeat center;
}
.content.fourth {
  height: 534px;
  background: url("../img/fourth.jpg") no-repeat center;
}
.enroll_box {
  width: 100%;
  overflow: hidden;
  height: 103px;
  background: url("../img/fifth.jpg") no-repeat center;
  position: fixed;
  bottom: 0;
  left: 0;
}
.enroll_box .enroll_main {
  width: 1160px;
  height: 103px;
  margin: 0 auto;
  overflow: hidden;
}
.enroll_box .sub_input {
  width: 200px;
  padding: 0 20px;
  height: 54px;
  font-size: 24px;
  color: #ffffff;
  float: left;
  display: inline-block;
  border: none;
  outline: none;
  background: none;
  font-weight: bold;
  margin-top: 26px;
}
.enroll_box .sub_input.first {
  margin-left: 280px;
}
.enroll_box .sub_input.second {
  margin-left: 130px;
}
.enroll_box .sub_btn {
  width: 200px;
  height: 56px;
  margin-top: 24px;
  margin-right: 26px;
  float: right;
  display: inline-block;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */