﻿.box {
  position: relative;
  overflow: hidden;
}

.banner {
  height: 604px;
  background: url(../images/banner_bg.jpg) no-repeat center center;
  cursor: pointer;
}

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

.txt01 {
  margin: 0 auto;
}

.txt02 {
  margin: 31px auto 25px;
}

.txt03 {
  width: 926px;
  height: 83px;
  line-height: 83px;
  background: url(../images/txt03_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 auto;
  font-size: 44px;
  color: #cf2e29;
  font-weight: bold;
}

.txt04 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}

.txt04 a {
  display: block;
  margin: 0 50px;
  width: 280px;
  height: 62px;
  line-height: 62px;
  background: linear-gradient(96deg, #F0A54D, #F7C26E);
  border-radius: 31px;
  font-size: 25px;
  color: #FFFFFF;
  text-shadow: 0px 2px 0px rgba(231, 146, 14, 0.9);
  transition: transform .3s ease;
}

.txt04 a.blue {
  text-shadow: 0px 2px 0px rgba(200, 45, 42, 0.9);
  background: linear-gradient(96deg, #df5354, #e96560);
}

.txt04 a:hover,
.box01_nav_item a:hover,
.box02_item a:hover,
.box03_item a:hover,
.box4_table a:hover {
  transform: translateY(-6px);
}

.box01 {
  padding: 43px 0;
  background: #FFFFFF url(../images/bg3.jpg) no-repeat center top;
}

.title {
  margin-bottom: 16px;
}

.title h3 {
  text-align: center;
  color: #290000;
  font-size: 32px;
}

.title h3 span {
  color: #F17116;
}

.title img {
  margin: 8px auto 0;
}

.box01_nav {
  width: 100%;
  height: 182px;
  background: #FFFFFF;
  border: 1px solid #F17116;
  box-shadow: 0px 2px 27px 0px rgba(205, 106, 25, 0.893);
  border-radius: 16px;
  margin: 0 auto 23px;
  box-sizing: border-box;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box01_nav_item {
  width: 133px;
  height: 148px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(200, 45, 42, 0.1);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box01_nav_item p {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  margin: 9px 0 15px;
}

.box01_nav_item a {
  display: block;
  width: 99px;
  height: 29px;
  line-height: 29px;
  background: linear-gradient(96deg, #F17116, #e96560);
  border-radius: 15px;
  font-size: 25px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  transition: transform .3s ease;
}

.box01_table table {
  width: 100%;
  border-spacing: 0;
  text-align: center;
  text-align: center;
  margin: 0 auto;
  border-radius: 6px;
  background: linear-gradient(96deg, #df5354, #e96560);
}

.box01_table table th {
  height: 70px;
  font-size: 22px;
  color: #FFFFFF;
}

.box01_table td {
  color: #000000;
  font-size: 18px;
  height: 60px;
}

.box01_table table tr:nth-child(2n) td {
  background-color: #fff;
}

.box01_table table tr:nth-child(2n+1) td {
  background: #F3F6FE;
}

.box01_table a.yellow {
  color: #F0A64E;
}

.box01_table a.blue {
  color: #5386CD;
}

.box02 {
  margin-top: 40px;
  /* height: 750px; */
  background: url(../images/bg1.jpg) no-repeat center center;
  box-sizing: border-box;

   padding: 60px 0 ; 
}

.title2 h3 {
  color: #FFFFFF;
}

.title2 h3 span {
  color: #FFFFFF;
}

.box02_container {

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

.box02_item {
  width: 352px;
  height: 430px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 30px 33px;
  text-align: center;
}

.box02_item img {
  width: 100%;
  height: 167px;
  margin-bottom: 18px;
}

.box02_item h3 {

  color: #000000;
  font-size: 22px;
}

.box02_item p {
  margin: 17px 0 14px;
  color: #999999;
  font-size: 16px;
  line-height: 1.6;
}

.box02_item a {
  display: block;
  width: 193px;
  height: 49px;
  background: linear-gradient(96deg, #df5354, #e96560);
  box-shadow: 0px 5px 9px 0px rgba(173, 205, 247, 0.9);
  border-radius: 25px;
  line-height: 49px;
  color: #FFFFFF;
  margin: 0 auto;
  transition: transform .3s ease;
}

.box03 {
  padding: 40px 0;
  background: #F5FAFE;
}

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

.box03_item {
  position: relative;
  width: 245px;
  height: 357px;
  background: #FFFFFF;
  box-shadow: 0px 5px 21px 0px rgba(173, 205, 247, 0.3);
  border-radius: 16px;
  margin-bottom: 33px;
  box-sizing: border-box;
  padding-top: 24px;
}

.box03_item .box03_tip {
  position: absolute;
  right: 0;
  top: 12px;
  width: 69px;
  height: 25px;
  background: #F2B257;
  border-radius: 6px 0px 0px 6px;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
}

.box03_item img {
  height: 169px;
  width: auto;
  margin: 0 auto;
}

.box03_item p {
  height: 24px;
  background: #7BA8EC;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box03_item h3 {
  color: #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-size: 20px;
}

.price {
  color: #000000;
  font-size: 16px;
  text-align: center;
}

.price .yellow {
  color: #EF9F2D;
}

.price .big {
  font-size: 30px;
  font-weight: bold;
}

.box03_item a {
  display: block;
  width: 133px;
  height: 38px;
  background: linear-gradient(96deg, #df5354, #e96560);
  box-shadow: 0px 5px 9px 0px rgba(173, 205, 247, 0.9);
  border-radius: 19px;
  line-height: 38px;
  color: #FFFFFF;
  margin: 10px auto 0;
  text-align: center;
  font-size: 20px;
  transition: transform .3s ease;
}

.box04 {
  padding: 52px 0 77px;
  background: #fff url(../images/bg2.jpg) no-repeat center bottom;

}

.box4_table table {
  overflow: hidden;
  box-shadow: 0px 5px 21px 0px rgba(173, 205, 247, 0.3);
  border-radius: 16px;
}

.box4_table td {
  height: 80px;
  background: #fff !important;
  border-top: 1px solid #D6E7FF;
  border-right: 1px solid #D6E7FF;
}

.box4_table td:nth-child(2) {
  padding: 0 1%;
  box-sizing: border-box;
  text-align: left;
}

.box4_table td.blue {
  color: #df5354;
  font-size: 22px;
}

.box4_table a {
  display: block;
  width: 133px;
  height: 38px;
  background: linear-gradient(96deg, #df5354, #6D9FDA);
  box-shadow: 0px 5px 9px 0px rgba(173, 205, 247, 0.9);
  border-radius: 19px;
  line-height: 38px;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  transition: transform .3s ease;
}

.box05 {
  padding: 0 0 40px;
}

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

.box05_item {
  width: 255px;
  height: 270px;
  background: url(../images/box04_item.jpg) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding: 42px 20px 0;
}

.box05_item span {
  position: absolute;

  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  width: 57px;
  height: 107px;
  top: 0;
  right: 16%;
}

.box05_item h3 {
  width: 106px;
  height: 44px;
  background: #EF9F2D;
  border-radius: 22px;
  font-size: 23px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  margin-bottom: 35px;
}

.box05_item p {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  margin-bottom: 8px;
}

.box05_item p img {
  margin-right: 5px;
}

.fixed_mask {
  display: none;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.fixed_form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 574px;
  height: 538px;
  background: #e96560;
  box-sizing: border-box;
  padding: 52px 60px 0;
  border-radius: 30px;
}

.fixed_close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -46px;
  width: 40px;
  height: 40px;
  transition: all .4s;
}

.fixed_close:hover {
  transform: rotate(180deg);
}



.ajax_form {
  width: 100%;
}

.ajax_form {
  width: 100%;
}

.ajax_form p {
  margin-bottom: 20px;
  position: relative;
  height: 72px;
}

.ajax_form p.border,
.yuyue-border {
  border-radius: 8px;
}

.yuyue-border {
  height: 72px;
  margin-bottom: 20px;
}

.ajax_form input,
.ajax_form select {
  width: 49%;
  height: 72px;
  line-height: 59px;
  border-radius: 10px;
  border: 0;
  box-sizing: border-box;
  padding-left: 15px;
  color: #333;
  outline: none;
  font-size: 20px;
  float: left;
  background: none;
  background-color: #fff;
}

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

.ajax_form select {
  background: #fff url("../images/select_bg.gif") 95% center no-repeat;
  background-size: 16px;
  border-radius: 8px;
}

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


.ajax_form input#PhoneCode {
  width: 100%;
  float: right;
}

.ajax_form input.trueName {
  width: 100%;
}

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

.ajax_form input#fs {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  width: 160px;
  background: linear-gradient(90deg, #fee59b, #f7d468);
  font-size: 18px;
  font-weight: bold;
  color: #987301;
}


.ajax_form input.button {
  display: block;
  border: none;
  color: #fff;
  float: none;
  width: 100%;
  cursor: pointer;
  padding-left: 0;
  margin: 20px auto 0;
  font-weight: bold;
  background-color: #db2b1f;
}

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

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

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

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

@media only all and (max-width:1200px) {

  .banner {
    height: 15.1rem;
    background-size: auto 100%;
  }

  .txt_container {
    width: 100%;
    padding-top: 2.075rem;
  }

  .txt01 {
    width: 50%;
    height: auto;
  }

  .txt02 {
    width: 90%;
    height: auto;
    margin: 0.775rem auto 0.625rem;
  }

  .txt03 {
    width: 90%;
    height: 2.075rem;
    line-height: 2.075rem;
    font-size: .8rem;
  }

  .txt04 {
    margin-top: 0.85rem;
  }

  .txt04 a {
    margin: 0 .3rem;
    width: 7rem;
    height: 1.55rem;
    line-height: 1.55rem;
    border-radius: 0.775rem;
    font-size: 0.625rem;
    text-shadow: 0rem 0.05rem 0rem rgba(231, 146, 14, 0.9);
  }

  .txt04 a.blue {
    text-shadow: 0rem 0.05rem 0rem rgba(200, 45, 42, 0.9);
  }

  .txt04 a:hover,
  .box01_nav_item a:hover,
  .box02_item a:hover,
  .box03_item a:hover,
  .box4_table a:hover {
    transform: translateY(-0.15rem);
  }

  .box01 {
    padding: 1.075rem 0;
    background: #FFFFFF url(../images/bg3.jpg) no-repeat center top;
  }

  .title {
    margin-bottom: 0.4rem;
  }

  .title h3 {
    font-size: 0.8rem;
  }


  .title img {
    width: 3rem;
    height: auto;
    margin: 0.2rem auto 0;
  }

  .box01_nav {
    width: 100%;
    height: auto;
    box-shadow: 0rem 0.05rem 0.675rem 0rem rgba(200, 45, 42, 0.28);
    border-radius: 0.4rem;
    margin: 0 auto 0.575rem;
    padding: 0.8rem;
    flex-wrap: wrap;
  }

  .box01_nav_item {
    width: 31%;
    height: 5rem;
    box-shadow: 0rem 0.05rem 0.4rem 0rem rgba(200, 45, 42, 0.1);
    border-radius: 0.3rem;
    margin: .4rem 0;
  }

  .box01_nav_item img {
    width: 30%;
    height: auto;
  }

  .box01_nav_item p {
    font-size: 0.7rem;
    margin: 0.225rem 0 0.375rem;
  }

  .box01_nav_item a {
    width: 80%;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.375rem;
    font-size: 0.625rem;
    font-size: 0.7rem;
  }

  .box01_table table {
    border-radius: 0.15rem;
  }

  .box01_table table th {
    height: 2rem;
    font-size: 0.5rem;
  }

  .box01_table td {
    font-size: 0.5rem;
    height: 1.8rem;
  }


  .box02 {
    height: auto;
    padding: 1rem 0;
    background: url(../images/bg1.jpg) no-repeat center top;
    background-size: 100% 100%;
    box-sizing: border-box;
  }


  .box02_container {
    flex-wrap: wrap;
  }

  .box02_item {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.825rem;
    margin: .4rem 0;
  }

  .box02_item img {
    width: 100%;
    height: 8rem;
    margin-bottom: 0.45rem;
  }

  .box02_item h3 {
    font-size: 0.8rem;
  }

  .box02_item p {
    margin: 0.425rem 0 0.35rem;
    font-size: 0.7rem;
  }

  .box02_item a {
    width: 7rem;
    height: 1.8rem;
    box-shadow: 0rem 0.125rem 0.225rem 0rem rgba(173, 205, 247, 0.9);
    border-radius: 0.8rem;
    line-height: 1.8rem;
  }

  .box03 {
    padding: 1rem 0;
  }

  .box03_container {
    flex-wrap: wrap;
  }

  .box03_item {
    width: 49%;
    height: 12rem;
    box-shadow: 0rem 0.125rem 0.525rem 0rem rgba(173, 205, 247, 0.3);
    border-radius: 0.4rem;
    margin-bottom: 0.825rem;
    padding-top: 0.6rem;
  }

  .box03_item .box03_tip {
    top: 1rem;
    width: 2rem;
    height: 1rem;
    border-radius: 0.15rem 0rem 0rem 0.15rem;
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .box03_item img {
    height: 5rem;
    ;
  }

  .box03_item p {
    height: 1.3rem;
    font-size: 0.7rem;
    line-height: 1.3rem;
    margin-bottom: 0.25rem;
  }

  .box03_item h3 {
    font-size: 0.7rem;
  }

  .price {
    font-size: 0.7rem;
  }


  .price .big {
    font-size: 0.75rem;
  }

  .box03_item a {
    width: 4rem;
    height: 1.2rem;
    box-shadow: 0rem 0.125rem 0.225rem 0rem rgba(173, 205, 247, 0.9);
    border-radius: 0.475rem;
    line-height: 1.2rem;
    margin: 0.5rem auto 0;
    font-size: 0.7rem;
  }

  .box04 {
    padding: 1.3rem 0 1.925rem;
    background: #fff url(../images/bg2.jpg) no-repeat center bottom;
  }

  .box4_table table {
    box-shadow: 0rem 0.125rem 0.525rem 0rem rgba(173, 205, 247, 0.3);
    border-radius: 0.4rem;
  }

  .box4_table td {
    height: 8rem;
    border-top: 0.025rem solid #D6E7FF;
    border-right: 0.025rem solid #D6E7FF;
  }


  .box4_table a {
    width: 3.325rem;
    height: 0.95rem;
    box-shadow: 0rem 0.125rem 0.225rem 0rem rgba(173, 205, 247, 0.9);
    border-radius: 0.475rem;
    line-height: 0.95rem;
    font-size: 0.7rem;
  }

  .box05 {
    padding: 1rem 0;
  }

  .box05_container {
    flex-wrap: wrap;
  }

  .box05_item {
    width: 49%;
    height: 7.8rem;
    padding: 1.05rem 0.5rem 0;
    margin: .4rem 0;
  }

  .box05_item span {
    font-size: 0.5rem;
    width: 2rem;
    height: 2.8rem;
  }

  .box05_item h3 {
    width: 3rem;
    height: 1.2rem;
    border-radius: 0.55rem;
    font-size: 0.6rem;
    line-height: 1.2rem;
    margin-bottom: 0.875rem;
  }

  .box05_item p {
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
  }

  .box05_item p img {
    width: .8rem;
    height: auto;
    margin-right: 0.125rem;
  }

  .fixed_form {

    width: 90%;
    height: 13.6rem;
    background-size: 100% 100%;
    padding: 1rem 9% 0;
  }

  .fixed_close {
    top: -1.6rem;
    width: 1.4rem;
    height: 1.4rem;
  }

  .ajax_form p {
    margin-bottom: .5rem;
    height: 1.8rem;
  }

  .box4_table td.blue{
    font-size: .8rem;
  }




  .ajax_form input,
  .ajax_form select {
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: .25rem;
    padding-left: .4rem;
    font-size: .8rem;
  }

  .ajax_form select {
    background-size: .5rem;
  }

  .ajax_form input#fs {
    width: 4rem;
    font-size: .6rem;
  }

  .ajax_form input.button {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: .8rem;
  }

  .yuyue-border {
    height: 1.8rem;
    margin-bottom: .5rem;
  }

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

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

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

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

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

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

  .yuyue-btn {
    width: 100%;
    height: 1.8rem;
    margin: .4rem auto 0;
  }
}
/*ban*/
/* .zggk_ban{ width:100%; height:631px; background:url(../images/zggk_bg1.png) no-repeat center top;} */
.zggk_banW{ width:1200px; height:560px; margin:0 auto;}
/* .zggk_ban1{ width:1200px; height:226px; margin:0 auto; display:block;} */
.zggk_jd{ width:772px; height:378px; overflow:hidden; position:relative; float:left;}
.zggk_jd .hd{ height:15px; overflow:hidden; position:absolute; left:426px; bottom:17px; z-index:1; }
.zggk_jd .hd ul{ overflow:hidden; zoom:1; float:left;  }
.zggk_jd .hd ul li{ float:left; margin-right:13px;  width:12px; height:12px; background:url(../images/zg_gk01.png) no-repeat left bottom;cursor:pointer; }
.zggk_jd .hd ul li.on{ background:url(../images/zg_gk01.png) no-repeat left top;}
.zggk_jd .bd{ position:relative; height:100%; z-index:0; }
.zggk_jd .bd li{ zoom:1; vertical-align:middle; }
.zggk_jd .bd img{ width:772px; height:378px; display:block; border-radius: 10px;}
.zggk_jd .prev,.zggk_jd .next{ position:absolute; left:0; top:50%; margin-top:-25px; display:block; width:24px; height:51px; background:url(../images/prev.png) no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.zggk_jd .next{ left:auto; right:0;background:url(../images/next.png) no-repeat; }
.zggk_jd .prev:hover,
.zggk_jd .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.zggk_jd .prevStop{ display:none;  }
.zggk_jd .nextStop{ display:none;  }

.zggk_xxsd{ width:412px; float:right; height:378px;}
.zggk_xxsdP{ width:312px; height:33px; padding-top:37px; background:url(../images/zggk_07.jpg) no-repeat; color:#999; font-size:14px; line-height:28px;font-family:'Microsoft Yahei';}
.zggk_xxsdP span{ color:#F17116;}
.zggk_xx_jh{  height:308px; background:#F17116; padding: 0 10px;}
/* width:312px; */
.zggk_xx_jh h4{ height:68px; padding-left:15px; line-height:68px; font-size:20px; color:#fff000; font-family:'Microsoft Yahei'; font-weight:normal;}
.zggk_xx_jh h4 a{ margin-left:45px; color:#fff; font-size:14px;}
.zggk_xx_jh table th{ height:38px; background:#fee863; color:#fff; font:14px/38px 'Microsoft Yahei';}
.zggk_xx_jh table td{ font-size:14px; color:#fff; height:34px; line-height:34px;font-family:'Microsoft Yahei'; text-align:center;}
.zggk_xx_jh table td span{ float:right; width:15px; height:15px; background:#fff; color:#F17116; font-size:12px; line-height:15px; text-align:center;}
.zggk_xx_jh table td span.zggk_xxd1{ color:#fff; background:#ec5353;}
.zggk_xx_jh table td span.zggk_xxd2{ color:#fff; background:#fe9500;}





.page0{
  position: relative;
  top: -80px;
  width: 1200px;
  margin: 0 auto;
  border-radius: 8px;
}


.page0 ul li{
  width: 261px;
  height: 200px;
   box-shadow: 0px 12px 24px 0px rgba(47, 65, 122, 0.4);
  float: left;
  background: #fff;
  border-radius: 12px;
margin-left: 52px;
text-align: center;
cursor: pointer;
overflow: hidden;
position: relative;
}


.page0 ul li ol{
  position: absolute;
 transition: all .3s linear;
 width: 261px;
height: 200px;
background: #F17116;
border-radius: 10px;
  opacity: 0;
  bottom: 0;
}
.page0 ul li ol p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    width: 200px;
    height: 30px;
    text-align: center;
    margin: 0 auto 0;
    border-radius: 10px;

}
.page0 ul li:nth-child(1) ol p:nth-child(1),.page0 ul li:nth-child(4) ol p:nth-child(1){
margin-top: 55px;
}
.page0 ul li:nth-child(2) ol p:nth-child(1),.page0 ul li:nth-child(3) ol p:nth-child(1){
margin-top: 55px;
}

.page0 ul li:hover ol{
  opacity: 1;
}

.page0 ul li ol p:hover{
background: #fff;
color:  #F17116;
}
.page0 ul li:nth-child(1){
  margin-left: 0;
}
.page0 ul li img{
margin: 56px auto 0;
}
.page0 ul li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #F17116;
margin-top: 20px;
}
.page0 ul li h3:hover{
  color: #F17116;
}






.maingwBox {
  width: 1200px;
  margin:0 auto;
	text-align: center;
}

.maingwBox .title {
	font-size: 60px;
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 100px;
}

/* .maingwBox .maingw {
	width: 1183px;
	background: #fff;
	margin: 20px auto;
	border-radius: 30px;
} */

/*备考*/
.appendix {
	font-size: 24px;
	color: #fff;

}

.appendix .appendixBox {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	margin-bottom: 10px;
}

.appendix .appendixBox li {
  background-color: #F17116;
	width: 200px;
	text-align: center;
  border-radius: 10px;
}

.appendix .appendixBox li .wenzi {
	padding-top: 10px;
}

.appendix .appendixBox .appendixBoxhight  img{
	width: 100px;
	/* text-align: center; */
  margin :10px auto;
  
}
.appendix .appendixBox .appendixBoxhight .wenzi{
  height: 80px;
  padding: 0 10px
}
.appendix .appendixBox li a {
	color: #F17116;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	width: 135px;
	height: 35px;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	margin: 10px auto 10px;
}

.appendix .appendixBox .appendixBoxhight img{
  width: 100px;
}

