.box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #002C84, #0E4ACC, #002C86);
}

.banner {
  width: 100%;
  height: 950px;
  background: url(../images/banner_bg.png) no-repeat top center;
}

.txt_container {
  width: 100%;
  height: 100%;
  position: relative;
}

.left_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 34%;
  max-width: 670px;
}

.right_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  max-width: 670px;
}

.txt01 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  max-width: 1920px;
}

.txt02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 470px;
  width: 53%;
  max-width: 840px;
}

.box01 {
  background: url(../images/box_bg.png) no-repeat center top;
  min-height: 698px;
  margin-top: -230px;
  padding-top: 300px;
}

.title {
  width: 1200px;
  height: 164px;
  background: url(../images/title_bg.png) no-repeat center center;
  background-size: 100%;
  margin: 0 auto 40px;
  color: #FFFFFF;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 140px;
}

.box_body {
  width: 1200px;
  height: auto;
  box-sizing: border-box;
  border: 3px solid #CE3F38;
  border-bottom: 0;
  background: linear-gradient(90deg, #1455D7, #28ACF7, #1454D7);
  box-shadow: 0px 3px 152px 0px #134FD4;
  border-radius: 5px;
  padding: 50px 40px 60px;
}

.box_bottom {
  height: 148px;
  margin-top: -10px;
  background: url(../images/box_bottom.png) no-repeat center center;
}

.box01_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.box01_table {}

.box01_thead {
  color: #FFFFFF;
  font-size: 20px;
  width: 560px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  line-height: 46px;
  height: 46px;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(19, 159, 247, 0), #139FF7, rgba(19, 159, 247, 0));
  box-shadow: 0px 3px 15px 0px rgba(0, 75, 200, 0.4);
}

.box01_thead div {
  width: 20%;
}

.box01_tr {
  display: flex;
  justify-content: space-around;
  text-align: center;
  line-height: 46px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}

.box01_tr div {
  width: 20%;
}

.table_line {
  width: 560px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 212, 255, 0), #00D4FF, rgba(0, 212, 255, 0));
}

.box01_zzt {
  width: 557px;
  height: 225px;
  position: relative;
  background: url(../images/zzt.png) no-repeat center center;
}

.box01_zzt .number {
  position: absolute;
  color: #FFFFFF;
  font-size: 16px;
  font-style: italic;
  width: 57%;
  display: flex;
  justify-content: space-between;
  top: -17px;
  left: 22%;
}

.box01_zzt .number span:nth-child(1) {
  margin-top: 110px;
  margin-left: 14px;
}

.box01_zzt .number span:nth-child(2) {
  margin-top: 85px;
  margin-right: 10px;
}

.box01_zzt .number span:nth-child(3) {
  margin-top: 45px;
  margin-right: 30px;
}

.box01_zzt .year {
  position: absolute;
  color: #FFFFFF;
  font-size: 16px;
  width: 54%;
  display: flex;
  justify-content: space-between;
  top: 225px;
  left: 27%;
}

.tab_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_list li {
  width: 391px;
  height: 103px;
  line-height: 115px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
  background: url(../images/tab_bg.png) no-repeat center center;
  transition: all .5s;
}

.tab_list li.active {
  background: url(../images/tab_active.png) no-repeat center center;
}

.tab_container {
  display: none;
}

.tab_container.active {
  display: block;
}

.tab01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bt {
  margin-top: 20px;
}

.tab01_r {
  width: 362px;
  height: auto;
  background: linear-gradient(90deg, rgba(19, 159, 247, 0), #139FF7, rgba(19, 159, 247, 0));
  box-shadow: 0px 3px 15px 0px rgba(0, 75, 200, 0.4);
  box-sizing: border-box;
  padding: 41px 20px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
}

.table02 {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.table02 th {
  height: 35px;
  font-size: 16px;
  background-color: #1045B5;
  border-right: 1px solid #1455CF;
}

.table02 th:last-child {
  border-right: 0;
}

.table02 .light_bg th {
  font-size: 18px;
  background-color: #124FC0;
}

.table02 .first_th {
  background-color: #0C3BA1;
}

.table02 td {
  height: 35px;
  font-size: 14px;
  background-color: #1462D6;
}

.tab02 td {
  width: 14.28%;
}

.tab3 td {
  width: 9%;
}

.table02 tbody tr:nth-child(2n) td {
  background-color: #1551D0;
}

.tab_bottom {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 25px;
  color: #FFFFFF;
  font-size: 16px;
  background: linear-gradient(90deg, rgba(19, 159, 247, 0), #139FF7, rgba(19, 159, 247, 0));
  box-shadow: 0px 3px 15px 0px rgba(0, 75, 200, 0.4);
}

.tab_bottom p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.zzt2 {
  width: 100%;
}

.ajax_form {
  width: 408px;
}

.ajax_form p {
  margin-bottom: 20px;
}

.ajax_form input, .ajax_form select {
  width: 49%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  box-sizing: border-box;
  padding-left: 20px;
  background: #fff;
  color: #999999;
  font-size: 19px;
  float: left;
  appearance: none;
  outline: none;
}

.ajax_form select {
  background: #fff url("../images/select_bg.png") 95% center no-repeat;
}

.ajax_form input#shoujihao, .ajax_form input.username {
  width: 100%;
}

.ajax_form select#city, .ajax_form select.exam_type {
  float: right;
}

.ajax_form input#fs {
  float: right;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: #AF2C2A;
  border: 1px solid #AF2C2A;
}

.ajax_form input.button {
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 42px;
  background: linear-gradient(0deg, #EC4830, #C03927);
  box-shadow: 0px 3px 15px 0px rgba(102, 0, 0, 0.3);
  color: #fff;
  padding: 0;
  font-size: 27px;
  float: none;
  border: none;
}

.form_tip {
  color: #fff;
  font-size: 14px;
  margin-top: 11px;
  text-align: center;
}

.box04_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box04_r h1 {
  width: 610px;
  color: #FFFFFF;
  font-size: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 27px;
}

.box04_r p {
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 20px;
}

.box04_r p img {
  margin-right: 10px;
  display: inline-block;
}

.bkcxzks {
  margin-top: 33px;
  margin-left: 100px;
}

.box05_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.box05_item {
  width: 50%;
  height: 260px;
  display: flex;
  align-items: center;
}

.xes_monkey {
  position: relative;
  height: 100%;
  width: 254px;
}

.xes_spring_blink {
  z-index: 26;
  width: 292px;
  height: 285px;
  bottom: 18px;
  position: absolute;
  background: url(../images/icon_light.png) no-repeat center center;
  left: -22px;
}

.xes_spring_base {
  z-index: 20;
  width: 254px;
  height: 88px;
  bottom: 0;
  position: absolute;
  background: url(../images/icon_bottom.png) no-repeat center center;
}

.xes_spring_monkey {
  z-index: 25;
  width: 105px;
  height: 105px;
  top: 40px;
  position: absolute;
  background: url(../images/icon1.png) no-repeat center center;
  left: 74px;
}

.box05_item:nth-child(2) .xes_spring_monkey {
  background: url(../images/icon2.png) no-repeat center center;
}

.box05_item:nth-child(3) .xes_spring_monkey {
  background: url(../images/icon3.png) no-repeat center center;
}

.box05_item:nth-child(4) .xes_spring_monkey {
  background: url(../images/icon4.png) no-repeat center center;
}

.box05_item:hover .xes_spring_blink {
  -webkit-animation: shinkStar 1.3s infinite;
  animation: shinkStar 1.3s infinite;
}

.box05_item:hover .xes_spring_monkey {
  -webkit-animation: monkeyMove 1.3s infinite;
  animation: monkeyMove 1.3s infinite;
}

@keyframes monkeyMove {
  0% {
    top: 40px;
  }
  15% {
    top: 42px;
  }
  50% {
    top: 54px;
  }
  85% {
    top: 42px;
  }
  100% {
    top: 40px;
  }
}

@keyframes shinkStar {
  0% {
    opacity: 1;
  }
  15% {
    opacity: .75;
  }
  50% {
    opacity: .9;
  }
  85% {
    opacity: .75;
  }
  100% {
    opacity: 1;
  }
}

.box05_item_r a {
  display: block;
  width: 291px;
  height: 62px;
  background: linear-gradient(90deg, rgba(19, 159, 247, 0), #139FF7, rgba(19, 159, 247, 0));
  box-shadow: 0px 3px 15px 0px rgba(0, 75, 200, 0.4);
  margin-bottom: 25px;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  line-height: 62px;
}

.box05_item_r p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.7;
}

.more_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more_list a {
  display: block;
  width: 295px;
  height: 201px;
  overflow: hidden;
}

.more_list a img {
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.more_list a:hover img {
  transform: scale(1.2);
}

.box06 {
  padding-bottom: 110px;
}

.table02_m {
  display: none;
}

.box_container {
  position: relative;
}

.box_float {
  position: absolute;
}

.left_bg {
  left: 0;
}

.right_bg {
  right: 0;
}

.height_bg1 {
  top: 200px;
}

.height_bg2 {
  top: 1900px;
}

.height_bg3 {
  top: 3600px;
}

.height_bg4 {
  top: 5300px;
}

@media only all and (max-width:1550px) {
  .box_float {
    display: none;
  }
}

@media only all and (max-width:1080px) {
  .table02_m {
    width: 100%;
    display: block;
  }
  .table02_pc, .box_float {
    display: none;
  }
  .banner {
    width: 100%;
    height: 11rem;
    background-size: auto 100%;
  }
  .txt02 {
    top: 5.3rem;
    width: 70%;
  }
  .box01 {
    min-height: auto;
    margin-top: -2.5rem;
    background-size: 100%;
    padding-top: 3rem;
  }
  .title {
    width: 100%;
    height: 2.2rem;
    background-size: 100%;
    margin: 0 auto .4rem;
    font-size: .8rem;
    line-height: 1.8rem;
  }
  .box_body {
    width: 88%;
    border: .1rem solid #CE3F38;
    border-radius: .4rem;
    padding: .8rem .4rem;
  }
  .box_bottom {
    height: 2.5rem;
    margin-top: -.6rem;
    background-size: 100%;
  }
  .box01_wrap {
    flex-direction: column;
  }
  .box01_table {
    width: 100%;
  }
  .table_line {
    width: 100%;
  }
  .box01_thead {
    font-size: .7rem;
    line-height: 1.8rem;
    height: 1.8rem;
    width: 100%;
  }
  .box01_tr {
    line-height: 1.8rem;
    font-size: .65rem;
  }
  .box01_r {
    width: 100%;
    height: 9rem;
  }
  .box01_zzt {
    width: 100%;
    height: 100%;
    background-size: 100%;
  }
  .box01_zzt .number {
    font-size: .5rem;
    width: 57%;
    top: .7rem;
    left: 22%;
  }
  .box01_zzt .number span:nth-child(1) {
    margin-top: 3rem;
    margin-left: 0;
  }
  .box01_zzt .number span:nth-child(2) {
    margin-top: 2.3rem;
    margin-right: 0;
  }
  .box01_zzt .number span:nth-child(3) {
    margin-top: 1.3rem;
    margin-right: 6%;
  }
  .box01_zzt .year {
    font-size: .6rem;
    width: 57%;
    top: 7.6rem;
    left: 25%;
  }
  .tab_list {
    width: 88%;
  }
  .tab_list li {
    width: 33%;
    height: 1.5rem;
    line-height: 1.8rem;
    font-size: .65rem;
    background-size: 100% 100%;
  }
  .tab_list li.active {
    background-size: 100% 100%;
  }
  .tab01 {
    flex-direction: column;
  }
  .bt {
    width: 100%;
    margin-top: 0;
  }
  .tab01_r {
    width: 100%;
    padding: .6rem;
    font-size: .7rem;
  }
  .table02 {
    margin-bottom: .6rem;
  }
  .table02 th {
    height: 1.8rem;
    font-size: .7rem;
  }
  .table02 th:last-child {
    border-right: 0;
  }
  .table02 .light_bg th {
    font-size: .65rem;
  }
  .table02 td {
    height: 1.8rem;
    font-size: .6rem;
  }
  /* .table02_m th {
   font-size: .5rem;
   font-weight: normal;
 } */
  .tab_bottom {
    width: 100%;
    padding: .6rem;
    font-size: .7rem;
    box-shadow: 0px 3px 15px 0px rgba(0, 75, 200, 0.4);
  }
  .tab_bottom p {
    margin-bottom: .3rem;
  }
  .zzt2 {
    width: 100%;
  }
  .ajax_form {
    width: 90%;
    margin: .4rem auto 0;
    padding-bottom: .6rem;
  }
  .ajax_form p {
    margin-bottom: .4rem;
  }
  .ajax_form input, .ajax_form select {
    width: 49%;
    height: 1.8rem;
    border-radius: .2rem;
    box-sizing: border-box;
    padding-left: 5%;
    font-size: .7rem;
  }
  .ajax_form input.button {
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 2rem;
    width: 100%;
    font-size: .7rem;
  }
  .form_tip {
    font-size: .65rem;
    margin-top: .4rem;
  }
  .box04_container {
    flex-direction: column;
  }
  .box04_r {
    width: 100%;
  }
  .box04_r h1 {
    width: 100%;
    font-size: .8rem;
    padding-bottom: .4rem;
    border-bottom: .1rem solid #FFFFFF;
    margin-bottom: .4rem;
  }
  .box04_r p {
    font-size: .7rem;
    margin-bottom: .2rem;
  }
  .box04_r p img {
    margin-right: .1rem;
    width: .8rem;
    vertical-align: middle;
  }
  .bkcxzks {
    width: 90%;
    margin: .6rem auto 0;
  }
  .box05_item {
    width: 100%;
    height: auto;
    justify-content: space-between;
  }
  .xes_monkey {
    position: relative;
    height: 7rem;
    width: 45%;
  }
  .xes_spring_blink {
    width: 100%;
    height: 5rem;
    bottom: 2rem;
    background-size: 100%;
    left: 1%;
  }
  .xes_spring_base {
    width: 100%;
    height: 3rem;
    bottom: 0;
    background-size: 100%;
  }
  .xes_spring_monkey {
    width: 3rem;
    height: 3rem;
    top: .6rem;
    background-size: 100% 100%;
    left: 29%;
  }
  .box05_item:nth-child(2) .xes_spring_monkey {
    background-size: 100% 100%;
  }
  .box05_item:nth-child(3) .xes_spring_monkey {
    background-size: 100% 100%;
  }
  .box05_item:nth-child(4) .xes_spring_monkey {
    background-size: 100% 100%;
  }
  @keyframes monkeyMove {
    0% {
      top: .6rem;
    }
    15% {
      top: .65rem;
    }
    50% {
      top: .9rem;
    }
    85% {
      top: .65rem;
    }
    100% {
      top: .6rem;
    }
  }
  .box05_item_r {
    width: 55%;
  }
  .box05_item_r a {
    width: 100%;
    height: 1.6rem;
    margin-bottom: .4rem;
    font-size: .7rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box05_item_r p {
    font-size: .65rem;
  }
  .more_list {
    width: 94%;
    flex-wrap: wrap;
  }
  .more_list a {
    width: 49%;
    height: 6rem;
  }
  .box06 {
    padding-bottom: .6rem;
  }
}