.box {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
}
.box .show {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.banner {
  position: relative;
  z-index: 1;
  height: 491px;
}
.banner img {
  float: left;
}
#myform {
  padding: 30px 0 0 0;
  background: #FFFBC8;
  width: 100%;
}
.bg {
  padding: 0 0 40px 0;
  height: 766px;
  background: url(../img/assessment-bg.png) no-repeat;
}
.bg h3 {
  position: relative;
  padding: 124px 0 0 0;
  text-align: center;
  font-size: 35px;
  color: #c30d23;
}
.bg h3 span {
  position: absolute;
  bottom: -12px;
  left: 477px;
  font-size: 14px;
}
.bg h4 {
  margin: 70px 0;
  text-align: center;
  font-size: 21px;
  color: #C30D23;
}
.bg .formBox {
  margin: 92px 0 0 0;
}
.bg .formBox dl {
  overflow: hidden;
  margin: 15px 0;
}
.bg .formBox dl dt {
  margin: 0 0 0 140px;
  float: left;
  width: 200px;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
}
.bg .formBox dl dd {
  float: left;
  width: 700px;
}
.bg .formBox dl dd a {
  display: block;
  float: left;
  position: relative;
  padding: 11px 20px;
  margin: 0 19px 15px 0;
  height: 21px;
  border: 1px solid #C1C1C1;
  color: #000;
}
.bg .formBox dl dd a span {
  display: block;
  font-size: 16px;
  text-align: center;
  z-index: 1;
}
.bg .formBox dl dd a input.ff {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
  height: 44px;
}
.bg .formBox dl dd a.on {
  background: #C30D23;
  border-color: #C30D23;
  color: #fff;
}
.bg .formBox dl dd .schoolInput {
  width: 630px;
  height: 42px;
  border: 1px solid #c1c1c1;
  text-indent: 10px;
}
.bg .formBox dl dd p {
  float: left;
  padding: 5px 10px 5px 5px;
  margin: 0 10px 0 0;
  width: 150px;
  height: 42px;
  color: #fff;
  background: #A0A0A0;
}
.bg .formBox dl dd p input {
  margin: 0 0 0 5px;
  width: 100px;
  height: 38px;
  text-indent: 10px;
}
.bg .infor {
  margin: 100px auto 0;
  width: 630px;
}
.bg .infor dl {
  margin: 40px 0;
}
.bg .infor dl dt {
  width: 120px;
}
.bg .infor dl dd {
  width: 280px;
}
.bg .infor dl dd input.small {
  width: 250px;
}
.bg .sub {
  display: block;
  margin: 0 auto;
  padding: 24px 120px;
  font-size: 30px;
  background: #C30D23;
  color: #fff;
  font-weight: 700;
  border: none;
}
.hnhser {
  margin-top: 80px;
  padding: 0 0 40px 0;
}
.hnhser .calTitle {
  margin: 0 auto;
  width: 513px;
  height: 152px;
  line-height: 152px;
  font-size: 31px;
  text-align: center;
  color: #C30D23;
  background: url(../img/hnhTitle.png) no-repeat;
}
.hnhser .serverList {
  position: relative;
  margin-top: 46px;
  height: 406px;
}
.hnhser .serverList img {
  position: absolute;
}
.hnhser .serverList img:first-of-type {
  top: 0;
  left: 0;
}
.hnhser .serverList img:nth-of-type(2) {
  top: 0;
  left: 303px;
}
.hnhser .serverList img:nth-of-type(3) {
  top: 210px;
  left: 303px;
}
.hnhser .serverList img:nth-of-type(4) {
  top: 0;
  left: 606px;
}
.hnhser .serverList img:nth-of-type(5) {
  top: 0;
  right: 0;
}
.hnhser .serverList img:nth-of-type(6) {
  top: 210px;
  right: 0;
}
