.box {
  position: relative;
  overflow: hidden;
  background: url(../images/bg.png) no-repeat center top;
}

.banner {
  height: 1001px;
  margin-bottom: 82px;
  background: url(../images/banner_bg.png) no-repeat center center;
}

.txt_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 31px;
  text-align: center;
  position: relative;
}

.txt01 {
  margin: 0 auto;
}

.txt02 {
  margin-left: -47px;
  margin-top: -228px;
}

.box_wrap {
  margin: 0 auto 72px;
  width: 1200px;
  background: #A91F21;
  border-radius: 27px;
  box-sizing: border-box;
  padding: 19px;
}

.box_inner {
  width: 100%;
  height: 100%;
  border: 3px solid #EC0003;
  border-radius: 27px;
  box-sizing: border-box;
  padding: 40px 30px;
}

.title {
  margin-bottom: 33px;
}

.title h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.title h1 span {
  color: #FFFFFF;
  font-size: 55px;
  margin: 0 17px;
}

.part {
  margin: 0 auto -30px;
}

.title_bg {
  margin-left: 30%;
  margin-top: -26px;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.common_ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.common_ul li {
  width: 152px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 9px 9px 0px rgba(77, 0, 1, 0.27);
  border-radius: 26px;
  color: #A91F21;
  font-size: 30px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}

.common_ul li.active {

  background: #FFD780;
}

.common_table {
  border-spacing: 0;
  text-align: center;
  width: 100%;
  background: #FFD3D3;
  color: #000000;
  font-size: 23px;
}

.tab01_container,
.tab03_container {
  overflow: hidden;
  border-radius: 20px;
  border: 3px solid #FF0004;
}

.common_table td:last-child {
  border-right: 0;
}

.common_table tr:first-child td {
  border-top: 0;
  height: 60px;
  font-size: 26px;
  font-weight: bold;
}

.common_table td {
  height: 55px;
  border-right: 1px solid #4D0001;
  border-top: 1px solid #4D0001;
}

.common_table td a {
  border-radius: 7px;
  color: #000000;
  font-size: 23px;
  text-align: center;
  line-height: 39px;
  margin: 0 auto;
}



.common_table .mycss {
  width: 130px;
  display: block;
  height: 39px;
  border-radius: 34px;
  background: linear-gradient(90deg, #A67D3D, #FFF0CF 20%, #D1B07B 50%, #FFF0CF 70%, #A67D3D) repeat left / 300% 200%;
  color: #a91f21;
}

.common_table a:hover {
  background-position: 100% 95%;
  color: #f80606;
  ;
}


.tab01_item,
.tab03_item {
  display: none;
}

.tab01_item.active,
.tab03_item.active {
  display: block;
}

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

.box02_l {
  margin-right: 97px;
  width: 485px;
}

.box02_l_img {
  width: 100%;
  height: 353px;
  background: #FFC774;
  border-radius: 11px;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
}

.box02_l_img img {
  width: 100%;
  height: 100%;
}

.box02_l_item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.box02_l_item1 {

  border-bottom: 2px dashed #4D0001;
}

.box02_l_item img {
  width: 62px;
  height: 63px;
  margin-right: 26px;
}

.box02_l_item p {
  flex: 1;
  color: #FFFFFF;
  font-size: 23px;
}

.box02_r {
  width: 451px;
}


.ajax_form {
  width: 100%;
}


.ajax_form p {
  margin-bottom: 38px;
  position: relative;
  height: 59px;
}

.ajax_form p.border,
.yuyue-border {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  margin-bottom: 38px;
}

.yuyue-border {
  height: 59px;
}

.ajax_form input,
.ajax_form select {
  width: 49%;
  height: 59px;
  line-height: 59px;
  border-radius: 4px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding-left: 15px;
  color: #fff;
  outline: none;
  font-size: 23px;
  float: left;
  background: none;
}

.ajax_form input::placeholder {
  color: #fff;
}

.ajax_form select {
  color: #ccc;
  border-radius: 4px;
}

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

.ajax_form input#PhoneCode {
  width: 50%;
}

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

.ajax_form input#fs {
  width: 50%;
  float: right;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: #500001;
  font-size: 24px;
  color: #fff;
  border-left: 0;
}

.yuyue-btn {
  display: block;
  width: 329px;
  height: 69px;
  background: linear-gradient(90deg, #FFF7DA 0%, #FFBB72 100%);
  box-shadow: 0px 5px 7px 0px #940002;
  border-radius: 35px;
  margin: 49px auto 0;
  color: #A91F21;
  font-size: 32px;
  cursor: pointer;
  text-align: center;
  line-height: 69px;
}

.yuyue-border .nc-container #nc_1_wrapper,
.yuyue-border .nc-container.tb-login #nc_1_wrapper {
  width: 100%;
}

.yuyue-border .nc_scale {
  height: 59px;
}

.yuyue-border .nc-container .nc_scale span {
  width: 59px;
  height: 59px;
  line-height: 59px;
  box-sizing: border-box;
}

.yuyue-border .nc_iconfont,
.yuyue-border .nc-container .nc_scale .scale_text {
  font-size: 23px;
}

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

.box04_item {
  width: 337px;
  height: 232px;
  background: url(../images/box04_item01.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 25px;
}

.box04_item2 {
  background: url(../images/box04_item02.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_item3 {
  background: url(../images/box04_item03.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_item h3 {
  color: #FFFFFF;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 239px;
  height: 57px;
  margin-bottom: 28px;
  background: url(../images/box04_title.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_item h3 img {
  margin-right: 15px;
}

.box04_item p {
  color: #FFFFFF;
  font-size: 23px;
  text-align: center;
}

.djfhqz {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 329px;
  height: 69px;
  color: #A91F21;
  font-size: 32px;
  background: linear-gradient(90deg, #FFF7DA 0%, #FFBB72 100%);
  box-shadow: 0px 5px 7px 0px #940002;
  border-radius: 35px;
  margin: 33px auto 0;
}

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

.box05_item {
  width: 254px;
}

.box05_item img {
  width: 100%;
  height: 198px;
  background: #FFFFFF;
  position: relative;
  border-radius: 9px;
}

.box05_item p {
  width: 100%;
  height: 66px;
  margin-top: -5px;
  background: #810002;
  border-radius: 9px;
  color: #FFFFFF;
  font-size: 30px;
  text-align: center;
  line-height: 68px;
}

.box05_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A91F21;
  font-size: 24px;
  width: 211px;
  height: 52px;
  background: linear-gradient(90deg, #FFF7DA 0%, #FFBB72 100%);
  box-shadow: 0px 5px 7px 0px #940002;
  border-radius: 26px;
  margin: 25px auto 0;
}

.box06 {
  height: 784px;
  background: url(../images/bg_bottom.png) no-repeat center center;
  box-sizing: border-box;
  padding-top: 217px;
}

.title i {
  font-style: normal;
  color: #FFC869;
}

.region {
  padding-top: 30px;
}

.region a {
  float: left;
  display: block;
  width: 115px;
  height: 47px;
  background: #FF0016;
  border-radius: 21px;
  box-sizing: border-box;
  margin-bottom: 36px;
  text-align: center;
  line-height: 47px;
  font-size: 25px;
  color: #FFFFFF;
  transition: all .3s linear;
  margin-right: 17px;
}

.region a:hover {

  color: #CA0011;
  background: #FABC51;
}

.region a:nth-child(9n) {
  margin-right: 0;
}

.fix_r {
  width: 228px;
  height: 269px;
  position: fixed;
  top: 20%;
  right: -20px;
  background: url(../images/fixef_r.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 138px;
  padding-right: 10px;
  display: none;
}

.fix_r a {
  display: block;
  width: 107px;
  height: 28px;
  border-radius: 14px;
  box-sizing: border-box;
  color: #C00000;
  font-size: 19px;
  text-align: center;
  line-height: 28px;
  margin: 0 auto 15px;
}

.fix_r a.ggyy {

  background: #FFE08E;
}

.fix_r a.zxzx {
  color: #FFFFFF;
  border: 1px solid #FFE08E;
}

.fix_r .go_top {
  margin: 0 auto;
  cursor: pointer;
}

@media only all and (max-width:1080px) {
  .box {
    background-size: 100% 100%;
  }

  .banner {
    height: 16rem;
    margin-bottom: 2.05rem;
    background-size: auto 100%;
  }

  .txt_container {
    width: 100%;
  }

  .txt01 {
    width: 90%;
  }

  .txt02 {
    width: 80%;
    margin-left: -1.175rem;
    margin-top: -3rem;
  }

  .box_wrap {
    margin: 0 auto 1rem;
    width: 94%;
    border-radius: 0.675rem;
    padding: 0.475rem;
  }

  .box_inner {
    border-radius: 0.675rem;
    padding: 1rem 0.75rem;
  }

  .title {
    margin-bottom: 0.825rem;
  }



  .title h1 span {
    font-size: 1rem;
    margin: 0 0.425rem;
  }

  .title h1 img {
    width: .8rem;
    height: auto;
  }

  .part {
    width: 5rem;
    height: auto;
    margin: 0 auto -0.75rem;
  }

  .title_bg {
    width: 8rem;
    height: auto;
    margin-left: 24%;
    margin-top: -0.65rem;
  }


  .common_ul {
    margin-bottom: 0.75rem;
  }

  .common_ul li {
    width: 24%;
    height: 1.3rem;
    box-shadow: 0rem 0.225rem 0.225rem 0rem rgba(77, 0, 1, 0.27);
    border-radius: 0.65rem;
    font-size: 0.75rem;
    line-height: 1.3rem;
  }


  .common_table {
    font-size: 0.575rem;
  }

  .tab01_container,
  .tab03_container {
    border-radius: 0.5rem;
  }


  .common_table tr:first-child td {
    height: 1.5rem;
    font-size: 0.65rem;
  }

  .common_table td {
    height: 1.375rem;
    border-right: 0.025rem solid #4D0001;
    border-top: 0.025rem solid #4D0001;
  }

  .common_table td a {
    font-size: 0.575rem;
  }
  .common_table .mycss {

    width: 1.6rem;
    height: 2rem;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.175rem;
  }

  .box02_container {
    flex-direction: column;
  }

  .box02_l {
    margin-right: 0;
    width: 100%;
  }

  .box02_l_img {
    width: 100%;
    height: 8.825rem;
    border-radius: 0.275rem;
    padding: 0.25rem;
    margin-bottom: 0.75rem;
  }



  .box02_l_item {
    padding: 0.5rem 0;
  }

  .box02_l_item1 {
    border-bottom: 0.05rem dashed #4D0001;
  }

  .box02_l_item img {
    width: 1.55rem;
    height: 1.575rem;
    margin-right: 0.65rem;
  }

  .box02_l_item p {
    font-size: 0.7rem;
  }

  .box02_r {
    width: 100%;
  }



  .ajax_form p {
    margin-bottom: 0.95rem;
    height: 1.475rem;
  }

  .ajax_form p.border,
  .yuyue-border {
    border-radius: 0.1rem;
    margin-bottom: 0.95rem;
  }

  .yuyue-border {
    height: 1.475rem;
  }

  .ajax_form input,
  .ajax_form select {
    height: 1.475rem;
    line-height: 1.475rem;
    border-radius: 0.1rem;
    padding-left: 0.375rem;
    font-size: 0.7rem;
  }



  .ajax_form select {
    background-size: 0.4rem;
    border-radius: 0.1rem;
  }


  .ajax_form input#fs {
    font-size: 0.6rem;
  }

  .yuyue-btn {
    width: 8.225rem;
    height: 1.725rem;
    box-shadow: 0rem 0.125rem 0.175rem 0rem #940002;
    border-radius: 0.875rem;
    margin: 1.225rem auto 0;
    font-size: 0.8rem;
    line-height: 1.725rem;
  }

  .yuyue-border .nc_scale {
    height: 1.275rem;
  }

  .yuyue-border {
    height: 1.275rem;
  }

  .yuyue-border ._nc .stage1 {
    padding: 0;
  }

  .yuyue-border ._nc .stage1 .slider {
    left: 0;
    right: 0;
    height: 1.275rem;
  }

  .yuyue-border ._nc .stage1 .track div,
  .yuyue-border ._nc .stage1 .label {
    height: 1.275rem;
    line-height: 1.275rem;
  }

  .yuyue-border ._nc .stage1 .button {
    width: 1.8rem;
    height: 1.275rem;
  }

  .yuyue-border ._nc .icon-slide-arrow,
  .yuyue-border ._nc .icon-ok {
    font-size: 1rem;
  }

  .yuyue-border ._nc .icon {
    width: 1rem;
    height: 1rem;
  }

  .box04_list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .box04_item {
    width: 8.425rem;
    height: 5.8rem;
    padding-top: 0.625rem;
    margin: .4rem 0;
  }


  .box04_item h3 {
    font-size: 0.75rem;
    width: 5.975rem;
    height: 1.425rem;
    margin-bottom: 0.7rem;
  }

  .box04_item h3 img {
    width: .8rem;
    height: auto;
    margin-right: 0.35rem;
  }

  .box04_item p {
    font-size: 0.7rem;
    text-align: center;
  }

  .djfhqz {
    width: 8.225rem;
    height: 1.725rem;
    font-size: 0.8rem;
    box-shadow: 0rem 0.125rem 0.175rem 0rem #940002;
    border-radius: 0.875rem;
    margin: 0.825rem auto 0;
  }

  .box05_list {
    flex-wrap: wrap;
  }

  .box05_item {
    width: 6.35rem;
  }

  .box05_item img {
    height: 4.95rem;
    border-radius: 0.225rem;
  }

  .box05_item p {
    height: 1.65rem;
    margin-top: -0.125rem;
    border-radius: 0.225rem;
    font-size: 0.75rem;
    line-height: 1.7rem;
  }

  .box05_item a {
    font-size: 0.7rem;
    width: 5.275rem;
    height: 1.3rem;
    box-shadow: 0rem 0.125rem 0.175rem 0rem #940002;
    border-radius: 0.65rem;
    margin: 0.625rem auto 0;
  }

  .box06 {
    height: auto;
    background: url(../images/bg_bottom.png) no-repeat center center;
    box-sizing: border-box;
    padding-top: 5.425rem;
    padding-bottom: 1rem;
  }

  .region {
    padding-top: 1rem;
  }

  .region a {
    width: 23.6%;
    height: 1.6rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.6rem;
    font-size: .7rem;
  }

  .region a:nth-child(9n) {
    margin-right: 1%;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }



}