body {
  /*background-color: rgb(158, 0, 17);
  color: #FFFFFF;*/
      background-color: rgb(158 0 17 / 0%);
    color: #685c5c;
}

@-webkit-keyframes kenburns-1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  26.5625% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  98.4375% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes kenburns-1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  26.5625% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  98.4375% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes cloud3 {
  0% {
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.3) translateY(-20px);
    transform: scale(1.3) translateY(-20px);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
  }
}

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

.banner_out {
  width: 100%;
  height: 1228px;
  position: relative;
  background: url(../images/banner_top.png) no-repeat center top;
}

.cloud4 {
  position: absolute;
  width: 100%;
  height: 960px;
  z-index: 1;
  left: 0;
  top: 35px;
  animation: kenburns-1 16s linear infinite alternate;
  -webkit-animation: kenburns-1 16s linear infinite alternate;
  -moz-animation: kenburns-1 16s linear infinite alternate;
  -o-animation: kenburns-1 16s linear infinite alternate;
  -ms-animation: kenburns-1 16s linear infinite alternate;
  background: url(../images/cloud4.png) no-repeat center top;
}

.banner_bottom {
  width: 100%;
  height: 557px;
  background: url(../images/banner_bottom.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.cloud3 {
  position: absolute;
  left: 50%;
  margin-left: -474.5px;
  top: 480px;
  z-index: 1;
  animation: cloud3 20s linear infinite alternate;
  -webkit-animation: cloud3 20s linear infinite alternate;
  -moz-animation: cloud3 20s linear infinite alternate;
  -o-animation: cloud3 20s linear infinite alternate;
  -ms-animation: cloud3 20s linear infinite alternate;
}

@keyframes top_l_ani {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes yh_ani {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.25);
    opacity: 0.6;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.8;
  }
  75% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes yb_ani {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}

@keyframes banArrow1 {
  0% {
    opacity: 1
  }
  60% {
    opacity: 1
  }
  70% {
    opacity: 0
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.banner_out .wrap {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 77px;
  z-index: 4;
}

.banner_out .wrap img {
  width: 100%;
}

.dl1 {
  position: absolute;
  left: -161px;
  top: -20px;
  z-index: 2;
  animation: top_l_ani 3s linear infinite;
}

.dl2 {
  position: absolute;
  left: 74px;
  top: -65px;
  z-index: 1;
  animation: top_l_ani 3s linear infinite;
  animation-delay: .5s;
}

.dl3 {
  position: absolute;
  right: -128px;
  top: -96px;
  z-index: 2;
  animation: top_l_ani 3s linear infinite;
}

.fish {
  position: absolute;
  z-index: 3;
  left: -97px;
  width: 46%;
  top: 219px;
}

.banner_yh {
  position: absolute;
  top: 20px;
  right: 140px;
  z-index: 1;
  transition: 0.2s;
  opacity: 0;
  transform: scale(0);
  animation: yh_ani 3s linear infinite;
}

.haoyun1 {
  position: absolute;
  left: 28%;
  top: 723px;
  z-index: 2;
  animation: rightLeaf 5s linear infinite;
}

.haoyun2 {
  position: absolute;
  left: 54%;
  top: 700px;
  z-index: 2;
  width: 28%;
}

.haoyun3 {
  position: absolute;
  left: 80%;
  top: 28%;
  z-index: 2;
  width: 13%;
  -webkit-animation: banArrow 1.2s infinite linear both;
  -moz-animation: banArrow 1.2s infinite linear both;
  -ms-animation: banArrow 1.2s infinite linear both;
  -o-animation: banArrow 1.2s infinite linear both;
  animation: banArrow 1.2s infinite linear both;
}

.haoyun4 {
  position: absolute;
  right: 4%;
  top: 29%;
}

.haoyun5 {
  position: absolute;
  left: 11%;
  top: 35%;
}

.haoyun6 {
  position: absolute;
  right: 10%;
  top: 12%;
}

.haoyun7 {
  position: absolute;
  left: 33%;
  top: 51%;
}

.haoyun8 {
  position: absolute;
  top: 7%;
  right: 19%;
}

.liuxing_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -20px;
}

.liuxing {
  width: 234px;
}

.img01 {
  width: 0;
  height: 90px;
  background-image: url(../images/1.png);
  animation: transLate 1s 1.5s linear forwards;
}

.img02 {
  width: 0;
  height: 129px;
  margin-left: 19px;
  margin-top: -48px;
  background-image: url(../images/2.png);
  animation: transLate02 2s ease forwards;
}

@keyframes transLate {
  to {
    width: 234px;
    transform: translateZ(0);
  }
}

@keyframes transLate02 {
  to {
    width: 152px;
    transform: translateZ(0);
  }
}

.maodian_container {
  width: 1200px;
  height: 97px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 25px;
  z-index: 5;
}

.maodian_container a {
  display: block;
  width: 291px;
  height: 97px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  padding-top: 46px;
}

.maodian_container a:nth-child(1) {
  background: url(../images/hyzp.png) no-repeat center top;
  background-size: 100% 100%;
}

.maodian_container a:nth-child(2) {
  background: url(../images/cjdzb.png) no-repeat center top;
  background-size: 100% 100%;
}

.maodian_container a:nth-child(3) {
  background: url(../images/xnhb.png) no-repeat center top;
  background-size: 100% 100%;
}

.maodian_container a:nth-child(4) {
  background: url(../images/nhfd.png) no-repeat center top;
  background-size: 100% 100%;
}

.title {
  width: 1135px;
  height: 195px;
  position: relative;
  margin: 0 auto;
  background: url(../images/title01.png) no-repeat center bottom;
}

.bianpao1 {
  position: absolute;
  bottom: 0;
  right: 88px;
}

.bianpao2 {
  position: absolute;
  bottom: 87px;
  right: 92px;
  -webkit-animation: banArrow1 1.2s infinite linear both;
  -moz-animation: banArrow1 1.2s infinite linear both;
  -ms-animation: banArrow1 1.2s infinite linear both;
  -o-animation: banArrow1 1.2s infinite linear both;
  animation: banArrow1 1.2s infinite linear both;
}

.box01_container {
  width: 1200px;
  height: 920px;
  position: relative;
}

.box01_container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cj_bg2.png) no-repeat center top;
  background-size: 100%;
  margin-top: -7px;
  animation: horse_ani 0.6s linear infinite;
  z-index: 1;
}

@keyframes horse_ani {
  0% {
    background: url('../images/cj_bg2.png') no-repeat center top;
    background-size: 100%;
  }
  100% {
    background: url('../images/cj_bg1.png') no-repeat center top;
    background-size: 100%;
  }
}

.gift_container {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  padding: 53px 62px 0;
  left: 0;
  top: 0;
  z-index: 2;
}

.gift_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}

.gift_center {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.gift {
  width: 24%;
  height: 193px;
  background: url(../images/gift_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gift.active {
  background: url(../images/gift_active.png) no-repeat center center;
  background-size: 100% 100%;
}

.gift_center .gift_item2 {
  width: 24%;
}

.gift_center .gift_item2 .gift {
  width: 100%;
  margin-bottom: 7px;
}

.gift_center .cj_txt {
  width: 49%;
  height: 393px;
  background: url(../images/cj_center.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 60px;
}

.gift p {
  color: #600D15;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}

.cj_btn {
  width: 512px;
  height: 144px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  background: url(../images/cj_btn.png) no-repeat center top;
}

.cj_btn h1 {
  font-size: 50px;
}

.cj_btn p {
  color: #FFFFFF !important;
  font-size: 24px !important;
}

.cj_txt h3 {
  color: #8E1B1B;
  font-size: 26px;
  box-sizing: border-box;
  padding: 0 34px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.cj_txt h3 span {
  cursor: pointer;
}

.cj_txt h3 span.djfx::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 24px;
  background: url(../images/share.png) no-repeat center center;
  cursor: pointer;
  margin-bottom: 3px;
}

.cj_txt p {
  color: #8E1B1B;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0 34px;
}

.box_wrap {
  position: relative;
}

.xnkl {
  position: absolute;
  top: 20%;
}

.xnkl1 {
  right: -175px;
}

.xnkl2 {
  left: -175px;
}

.float1 {
  position: absolute;
  left: -160px;
  top: 50%;
}

/*.box-body {
  padding-bottom: 326px;
  margin-bottom: -85px;
  background: url(../images/box_line.png) no-repeat center bottom;
}*/

.box_zb_container {
  height: 569px;
  background: url(../images/box02_bg.png) no-repeat center top;
  background-size: 100%;
}
.box_zb_container a img{
  display: block;
  margin: 16px auto 0;
  border-radius: 24px;
}
.box02_container {
  height: 569px;
  background: url(../images/box02_bg.png) no-repeat center top;
  background-size: 100%;
}

.box_zb .title {
  width: 1130px;
  height: 160px;
  background: url(../images/title_zb.png) no-repeat center bottom;
}
.box02 .title {
  width: 1130px;
  height: 160px;
  background: url(../images/title02.png) no-repeat center bottom;
}

.box03 .title {
  width: 1130px;
  height: 159px;
  background: url(../images/title03.png) no-repeat center bottom;
}

.box04 .title {
  width: 1130px;
  height: 155px;
  background: url(../images/title04.png) no-repeat center bottom;
}

.box09 .title {
  width: 1130px;
  height: 155px;
  background: url(../images/title07.png) no-repeat center bottom;
}


.box05 .title {
  width: 1130px;
  height: 148px;
  background: url(../images/title05.png) no-repeat center bottom;
  background-size: 100%;
}

.box06 {
  margin-bottom: 0;
}

.box06 .title {
  width: 1078px;
  height: 165px;
  background: url(../images/title06.png) no-repeat center bottom;
  background-size: 100%;
}
.box08 .title {
  width: 1078px;
  height: 135px;
  background: url(../images/title_8.png) no-repeat center bottom;
  background-size: 100%;
}
.box_dj .title {
  width: 1078px;
  height: 130px;
  background: url(../images/title_dj.png) no-repeat center bottom;
  background-size: 100%;
}
.yuanbao, .box_hongbao {
  position: absolute;
  bottom: -23px;
  right: -26px;
  animation: rightLeaf 3s linear infinite;
}

.box_del {
  position: absolute;
  bottom: -95px;
  right: 9px;
  animation: rightLeaf 3s linear infinite;
}

.box_hongbao {
  bottom: 0;
  right: 5px;
}

@keyframes rightLeaf {
  from {
    transform: rotateZ(0)
  }
  25% {
    transform: rotateZ(-5deg)
  }
  50% {
    transform: rotateZ(-10deg)
  }
  75% {
    transform: rotateZ(-5deg)
  }
  to {
    transform: rotateZ(0deg)
  }
}

.box_common {
  margin-top: -16px;
  box-sizing: border-box;
  padding: 62px 44px 0;
}

.title_yh1 {
  position: absolute;
  bottom: 0;
  left: -79px;
  animation: yh_ani 3s linear infinite;
}

.title_yh2 {
  top: 0;
  left: 20px;
  position: absolute;
  animation: yh_ani 3s linear infinite;
  animation-delay: .5s;
}

.tab_list1, .tab_list2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_list2 {
  margin-top: 30px;
}

.tab_list1 li, .tab_list2 li {
  width: 228px;
  height: 100px;
  cursor: pointer;
  text-align: center;
  line-height: 98px;
  background: url(../images/tab01_item.png) no-repeat center top;
  font-size: 22px;
}

.tab_list1 li.active, .tab_list1 li:hover, .tab_list2 li.active, .tab_list2 li:hover {
  color: #8e1b1b;
  background: url(../images/tab01_item_active.png) no-repeat center top;
}

.box02_body {
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.box02_item {
  width: 347px;
  height: 311px;
  background: #8E1B1B;
  position: relative;
}


.box02_item img {
  height: 236px;
  width: 100%;
}
.box02_item .icon{
  position: absolute;
  width: 60px;
  height: 60px;
  right: 8px;
  bottom: 70px;
  opacity:0.8;
}
.box02_item div {
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0 16px;
}

.box02_item div p {
  color: #000000;
  font-size: 20px;
  width: 180px;
}
.box02_item div p span{
  color: #CD2206;
}

.box02_item div a {
  display: block;
  width: 132px;
  height: 45px;
  background: linear-gradient(0deg, #F45A26, #CD2206);
  border-radius: 23px;
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
  line-height: 45px;
  transition: all .4s;
}

.box02_item div a:hover {
  transform: translateY(-5px);
}

.tab01, .tab02 {
  display: none;
}

.tab01.active, .tab02.active {
  display: block;
}

.box03_container {
  height: 918px;
  background: url(../images/box03_bg.png) no-repeat center top;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 62px;
}

.box03_item {
  width: 350px;
  height: 744px;
  box-sizing: border-box;
  padding: 52px 40px 34px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: url(../images/box03_item.png) no-repeat center top;
}

.box03_item h3 {
  width: 307px;
  height: 71px;
  background: url(../images/box03_title.png) no-repeat center top;
  text-align: center;
  color: #FBF6EB;
  font-size: 27px;
  line-height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}

.box03_item p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
}

.box03_item img {
  margin: 0 auto;
}

.code_container {
  width: 158px;
  margin: 0 auto 0;
}

.code_container .code {
  width: 158px;
  height: 158px;
  background: #FFFFFF;
  border: 1px solid #D74A36;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.code_container .code img {
  width: 138px;
  height: auto;
}

.code_container p {
  width: 158px;
  height: 32px;
  background: linear-gradient(90deg, #F45A26, #CD2206);
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}

.weibo {
  width: 310px;
  height: 358px;
  background: url(../images/box03_r.png) no-repeat center center;
  position: relative;
}

.weibo a {
  display: block;
  position: absolute;
  bottom: 9%;
  width: 59%;
  left: 50%;
  transform: translateX(-50%);
  height: 31px;
  background-color: transparent;
}

.box04_container {
  height: 739px;
  background: url(../images/box04_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 50px 62px;
}
.box04_container .list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}
.box04_container .list2 img{
  width: 90%;
  margin: 40px auto 0;
  border-radius: 24px;
}
.box04_nav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box04_nav span{
  display: block;
  width: 228px;
  height: 100px;
  cursor: pointer;
  text-align: center;
  line-height: 98px;
  background: url(../images/tab01_item.png) no-repeat center top;
  font-size: 22px;
}
.box04_nav span:hover,.box04_nav .on{
/*  color: #8e1b1b;*/
      color: #e8b973;
  background: url(../images/tab01_item_active.png) no-repeat center top;
}
.box04_l {
  width: 422px;
}

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

.box04_l span {
  color: #FFF69B;
}

.box04_r {
  width: 535px;
  height: 593px;
  background: url(../images/fd.png) no-repeat center center;
  background-size: 100%;
  position: relative;
}

.box09_container {
  height: 739px;
  background: url(../images/box04_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 50px 62px;
}
.box09_container .list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}
.box09_container .list2 img{
  width: 90%;
  margin: 40px auto 0;
  border-radius: 24px;
}
.box09_nav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box09_nav span{
  display: block;
  width: 228px;
  height: 120px;
  cursor: pointer;
  text-align: center;
  line-height: 98px;
  background: url(../images/tab01_item.png) no-repeat center top;
  font-size: 22px;
}
.box09_nav span:hover,.box05_nav .on{
  color: #8e1b1b;
  background: url(../images/tab01_item_active.png) no-repeat center top;
}
.box09_l {
  width: 422px;
}

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

.box09_l span {
  color: #FFF69B;
}

.box09_r {
  width: 535px;
  height: 553px;
  background: url(../images/cj.png) no-repeat center center;
  background-size: 120%;
  position: relative;
}

.cloud1 {
  position: absolute;
  top: 55px;
  right: 16px;
  animation: top_yr_ani 3s linear infinite;
}

.cloud2 {
  position: absolute;
  top: 300px;
  left: 0;
  animation: top_yl_ani 3s linear infinite;
}

.box04_code_container {
  width: 213px;
}

.box04_code_container.code_container .code {
  width: 213px;
  height: 213px;
}

.box04_code_container.code_container .code img {
  width: 192px;
  height: auto;
}

.box04_code_container p {
  width: 213px;
  font-size: 16px;
}
.box09_code_container p {
  width: 213px;
  font-size: 20px;
}

@keyframes top_yl_ani {
  0% {
    left: 0;
  }
  50% {
    left: 2%;
  }
  100% {
    left: 0;
  }
}

@keyframes top_yr_ani {
  0% {
    right: 0;
  }
  50% {
    right: 2%;
  }
  100% {
    right: 0;
  }
}

.box05_container {
  height: auto;
  padding: 10px 10px 30px;
  border: 24px #ffd5a7 solid;
  border-radius: 24px;
}

.box06_container {
  height: 620px;
  background: url(../images/box04_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 70px 80px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box05_item {
  position: relative;
  width: 100%;
  height: 323px;
  background: url(../images/box05_t.png) no-repeat center top;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px 26px 21px;
}

.book_container {
  margin-top: 30px;
  height: auto;
  background: url(../images/box05_b.png) no-repeat center center;
  background-size: 100% 100%;
  justify-content: center;
  display: flex;
}

.yhq_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  width: 301px;
  height: 88px;
  background: url(../images/box05_title.png) no-repeat center center;
  color: #FBF6EB;
  font-size: 36px;
  text-align: center;
  line-height: 88px;
}

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

.yhq_item {
  width: 513px;
  height: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/yhq_bg.png) no-repeat center center;
}

.yhq_item div {
  width: 184px;
  text-align: center;
  margin-right: 68px;
}

.yhq_item p {
  width: 140px;
  height: 38px;
  background: #F4EAD7;
  border-radius: 19px;
  color: #CEA76C;
  font-size: 26px;
  text-align: center;
  line-height: 38px;
  margin: 0 auto;
}

.yhq_item h1 {
  color: #C23B35;
  font-size: 56px;
}

.yhq_item h1 span {
  font-size: 28px;
}

.yhq_item h4 {
  width: 197px;
  height: 38px;
  background: rgba(244, 234, 215, 0);
  border: 1px solid rgba(215, 74, 54, 0.55);
  border-radius: 19px;
  text-align: center;
  color: #D53518;
  font-size: 23px;
  line-height: 36px;
  margin: 0 auto;
}

.yhq_item a {
  display: block;
  width: 234px;
  height: 109px;
  background: url(../images/ljlq.png) no-repeat center center;
}

.tab02_body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.tab02_body .book{
  margin: 0 10px 10px;
}
.book_item {
  box-sizing: border-box;
  width: 196px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid rgba(201, 45, 29, 0.2);
}

.book_item .img {
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book_item .img img {
  width: 85%;
  height: auto;
}
.book_item p{
  font-size: 14px;
  color: #565656;
  line-height: 24px;
  text-align: center;
}
.book_item a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-size: 12px;
  background: linear-gradient(90deg, #E44319, #CD2206);
}
.book_item a del{
  opacity: 0.6;
  font-size: 12px;
}
.book_item a b{
  font-size: 20px;
  font-weight: bolder;
}


.box07_container {
  height: auto;
  box-sizing: border-box;
  padding: 0 10px 20px;
  border: 24px #ffd5a7 solid;
  border-radius: 24px;
}
.part07_nav{
  display: flex;
  justify-content: center;
}
.part07_nav span{
  display: block;
  width: 228px;
  height: 100px;
  cursor: pointer;
  text-align: center;
  line-height: 98px;
  background: url(../images/tab01_item.png) no-repeat center top;
  font-size: 22px;
}
.part07_nav span:hover,.part07_nav .on{
  color: #8e1b1b;
  background: url(../images/tab01_item_active.png) no-repeat center top;
}
.box07_container ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box07_container ul li{
  box-sizing: border-box;
  margin: 0 16px 10px;
}
.box07_container ul .top{
  background: url("https://gd.huatu.com/zt/2020double11/images/part4top.png");
  width: 246px;
  height: 112px;
  box-sizing: border-box;
  padding-top: 64px;
}
.box07_container ul li:hover>.top{
  animation:tada .8s;
}
.box07_container ul li .top p{
  display: block;
  width: 226px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 10px;
  margin: 0 auto 0;
  background: rgba(0,0,0,0.12);
  text-align: center;
}
.box07_container .pic {
  width: 170px;
  height: 110px;
  line-height: 100px;
  background: #fff;
  margin: 0 auto 10px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}
.box07_container .pic img {
  height: 110px;
  display: inline-block;
  vertical-align: center;
}
.box07_container ul li a{
  display: block;
  width: 226px;
  height: 190px;
  border-radius: 0 0 16px 16px;
  background: #ef343d;
  margin: 6px auto 0;
  box-sizing: border-box;
  padding: 15px 28px 0;
}
.box07_container ul li a p{
  display: block;
  line-height: 34px;
  background: linear-gradient(180deg,#f5ddaf,#e8b973);
  font-size: 16px;
  width: 100%;
  color: #565656;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.box07_container ul li a p span{
  font-size: 24px;
  color: #c72114;
}

.box08_container{
  height: auto;
  box-sizing: border-box;
  padding: 0 10px 20px;
  border: 24px #ffd5a7 solid;
  border-radius: 24px;
      background-color: #cd2206;
}
.part08_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1100px;
  height: 48px;
  background: #fff;
/*background: #c23434;*/
  margin: 30px auto 20px;
  border-radius: 48px;
  color: #565656;
  line-height: 48px;
}
.part08_nav span{
  width: 16%;
  text-align: center;
  border-radius: 48px;
  font-size: 20px;
  cursor: pointer;
}
.part08_nav span:last-child{
  color: #CD2206;
}
.part08_nav .on{
  background: linear-gradient(90deg, #F45A26, #CD2206);
  color: #fff!important;
}
.gwy_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1100px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 20px;
}
.gwy_nav span{
  width: 16.6%;
  text-align: center;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  font-size: 20px;
  cursor: pointer;
  color: #FFFFFF;
}
.gwy_nav .on{
  border-bottom: 8px solid #FFF;
  color: #e8b973;
}
.sydw_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1100px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 20px;
}
.sydw_nav span{
  width: 33.6%;
  text-align: center;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  font-size: 20px;
  cursor: pointer;
    color: #FFFFFF;
}
.sydw_nav .on{
  border-bottom: 8px solid #FFF;
  color: #e8b973;
}
.table{
  width: 96%;
  background: #fff;
  display: block;
  margin: 0 auto;
  color: #565656;
  font-size: 18px;
  line-height: 24px;
  border: 2px solid #fae7b8;
  border-radius: 16px;
  overflow: hidden;
}
.table table{
  width: 100%;
}
.table th,.table td{
  border: 1px solid #fae7b8;
}
.table tr th:first-child,.table tr td:first-child{
  border-left: none;
}
.table tr th:last-child,.table tr td:last-child{
  border-right: 0;
}
.table tr:first-child th,.table tr:first-child td{
  border-top: none;
}
.table tr:last-child th,.table tr:last-child td{
  border-bottom: none;
}
.table th{
  line-height: 48px;
  background: #c02c2a;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.table td{
  text-align: center;
  padding: 10px;
  width: 5%;
}
.table td b{
  color: #c02c2a;
  font-weight: bolder;
}
.table td span{
  color: #c02c2a;
  font-weight: bolder;
}
.table td a{
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #c02c2a;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 10px auto;
  border-radius: 10px;
}
.table td .right_a{
  width: 120px;
  height: 36px;
  line-height: 36px;
  margin: 2px auto;
  font-size: 18px;
}

.fixed_right{
  display: none;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background:#ff5a26;
  border-radius: 20px;
  width: 166px;
/*  height: 580px;*/
  padding-top:55px;
  box-sizing: border-box;
  padding-bottom:30px;
  z-index: 3;
}
.fixed_right img {
  position: absolute;
  left: 28px;
  top: -98px;
}
.fixed_right li{
  width: 144px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  background-color: rgb(255, 255, 255);
  margin:0 auto 13px;

}
.fixed_right li:hover{
  background: #FFF3B3;
}
.fixed_right li a{
  color: rgb(192, 44, 42);
  line-height: 40px;
  display: block;
}

#backTop{
  color:#fff;
  text-align: center;
  margin-top:20px;

}


.fixed_mask, .fixed_mask2, .fixed_mask3, .fixed_mask4, .fixed_mask5 {
  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_mask3 h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.cjsm_container {
  height: 308px;
  /* overflow-y: scroll; */
}

.fixed_mask3 p {
  font-size: 20px;
}

.fixed_form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 631px;
  background: url(../images/yy_bg.png) no-repeat center top;
  background-size: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 230px 40px 0;
}

.fixed_zhongjiang {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 375px;
  background: url(../images/zhongjiang_bg.png) no-repeat center top;
  background-size: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 230px 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.fixed_close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 45px;
  transition: all .4s;
}

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

.ajax_form {
  width: 100%;
}

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

.ajax_form input, .ajax_form select {
  width: 49%;
  height: 52px;
  background: #FFFFFF;
  border: none;
  box-sizing: border-box;
  padding-left: 20px;
  background: #fff;
  color: #333333;
  font-size: 16px;
  float: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-radius: 34px;
}

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

.txyzm_val_out {
  position: relative;
}

.tx_yzm {
  width: 35%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5%;
}

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

.ajax_form select {
  background: #fff url("../images/select_bg.png") 92% center no-repeat;
  padding-right: 28px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.ajax_form input.send {
  width: 30%;
  color: #A82215;
  line-height: 52px;
  float: right;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(90deg, #FFE179, #EEA33A);
}

.ajax_form input.send:hover, .ajax_form input.button:hover {
  opacity: .9;
}

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

.ajax_form input.button {
  cursor: pointer;
  width: 100%;
  height: 87px;
  background: url(../images/yy_btn.png) no-repeat center top;
  background-size: 108% 100%;
  color: #FAF398;
  padding: 0;
  font-size: 27px;
  padding-bottom: 30px;
  float: none;
}

.cj_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 718px;
  height: 687px;
  background: url(../images/cj_bg.png) no-repeat center top;
}

.m {
  display: none !important;
}

.fixed_bottom {
  width: 100%;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  display: none;
}

.fixed_bottom .maodian_container {
  bottom: 20px;
}

.box_dj_container{
  height: auto;
  box-sizing: border-box;
  padding: 0 10px 20px;
  border: 24px #ffd5a7 solid;
  border-radius: 24px;
}
.box_dj .yhq{
  display: block;
  width: 80%;
  margin: 20px auto 10px;
}
@media only all and (max-width:1080px) {
  .pc {
    display: none !important;
  }
  .m {
    display: flex !important;
  }
  @-webkit-keyframes kenburns-1 {
    0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    26.5625% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    98.4375% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  @keyframes kenburns-1 {
    0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    26.5625% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    98.4375% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  @keyframes cloud3 {
    0% {
      -webkit-transform: scale(1.1) translateY(0);
      transform: scale(1.1) translateY(0);
    }
    25% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    50% {
      -webkit-transform: scale(1.3) translateY(-20px);
      transform: scale(1.3) translateY(-20px);
    }
    75% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1.1) translateY(0);
      transform: scale(1.1) translateY(0);
    }
  }
  .banner_out {
    width: 100%;
    height: 18rem;
    position: relative;
    background-size: 100% auto;
    margin-bottom: -7rem;
  }
  .cloud4 {
    position: absolute;
    width: 100%;
    height: 9rem;
    z-index: 1;
    left: 0;
    top: -3%;
    animation: kenburns-1 16s linear infinite alternate;
    -webkit-animation: kenburns-1 16s linear infinite alternate;
    -moz-animation: kenburns-1 16s linear infinite alternate;
    -o-animation: kenburns-1 16s linear infinite alternate;
    -ms-animation: kenburns-1 16s linear infinite alternate;
    background: url(../images/cloud4.png) no-repeat center top;
    background-size: 100% auto;
  }
  .banner_bottom {
    width: 100%;
    height: 7rem;
    background: url(../images/banner_bottom.png) no-repeat center bottom;
    position: absolute;
    background-size: 100% auto;
    left: 0;
    bottom: 7rem;
    z-index: 2;
  }
  .cloud3 {
    position: absolute;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    top: 4rem;
    z-index: 1;
    animation: cloud3 20s linear infinite alternate;
    -webkit-animation: cloud3 20s linear infinite alternate;
    -moz-animation: cloud3 20s linear infinite alternate;
    -o-animation: cloud3 20s linear infinite alternate;
    -ms-animation: cloud3 20s linear infinite alternate;
  }
  @keyframes top_l_ani {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(4deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  @keyframes yh_ani {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    25% {
      transform: scale(0.25);
      opacity: 0.6;
    }
    50% {
      transform: scale(0.5);
      opacity: 0.8;
    }
    75% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @keyframes yb_ani {
    0% {
      transform: rotate(15deg);
    }
    50% {
      transform: rotate(-15deg);
    }
    100% {
      transform: rotate(15deg);
    }
  }
  @keyframes banArrow1 {
    0% {
      opacity: 1
    }
    60% {
      opacity: 1
    }
    70% {
      opacity: 0
    }
    90% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
  .banner_out .wrap {
    position: absolute;
    left: 50%;
    margin-left: -47%;
    top: .5rem;
    z-index: 4;
  }
  .banner_out .wrap img {
    width: 90%;
    margin: 0 auto;
  }
  .dl1 {
    position: absolute;
    left: -5%;
    top: -1%;
    z-index: 2;
    width: 17%;
    animation: top_l_ani 3s linear infinite;
  }
  .dl2 {
    width: 15%;
    position: absolute;
    left: 3%;
    top: -1%;
    z-index: 1;
    animation: top_l_ani 3s linear infinite;
    animation-delay: .5s;
  }
  .dl3 {
    width: 18%;
    position: absolute;
    right: -2%;
    top: -1%;
    z-index: 2;
    animation: top_l_ani 3s linear infinite;
  }
  .fish {
    position: absolute;
    z-index: 3;
    left: -10%;
    width: 40%;
    top: 3rem;
  }
  .banner_yh {
    position: absolute;
    width: 20%;
    top: 0;
    right: 12%;
    z-index: 1;
    transition: 0.2s;
    opacity: 0;
    transform: scale(0);
    animation: yh_ani 3s linear infinite;
  }
  .haoyun1 {
    position: absolute;
    left: 25%;
    top: 8rem;
    width: 20%;
    z-index: 2;
  }
  .haoyun2 {
    position: absolute;
    left: 50%;
    top: 7.3rem;
    z-index: 2;
    width: 26%;
  }
  .haoyun3 {
    position: absolute;
    left: 80%;
    top: 28%;
    z-index: 2;
    width: 13%;
  }
  .haoyun4 {
    display: none;
  }
  .haoyun5 {
    display: none;
  }
  .haoyun6 {
    display: none;
  }
  .haoyun7 {
    display: none;
  }
  .liuxing_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -1rem;
  }
  .liuxing {
    width: 4rem;
  }
  .img01 {
    height: 1.5rem;
    width: 4rem;
    background: url(../images/1.png) no-repeat;
    background-size: auto 100%;
    animation: none;
  }
  .img02 {
    height: 2.5rem;
    margin-left: 0rem;
    margin-top: -.8rem;
    background: url(../images/2.png) no-repeat;
    background-size: auto 100%;
    width: 4rem;
    animation: none;
  }
  @keyframes transLate {
    to {
      width: 4rem;
      transform: translateZ(0);
    }
  }
  @keyframes transLate02 {
    to {
      width: 4rem;
      transform: translateZ(0);
    }
  }
  .maodian_container {
    width: 94%;
    margin: 0 auto;
    height: auto;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    margin-left: -47%;
    bottom: 0;
  }
  .maodian_container a {
    display: block;
    width: 49%;
    height: 3rem;
    font-size: .6rem;
    padding-top: 1.4rem;
  }
  .title {
    width: 100%;
    height: 3.5rem;
    position: relative;
    margin: 0 auto;
    background: url(../images/title01.png) no-repeat center bottom;
    background-size: 100%;
  }
  .box_zb .title {
    width: 100%;
    height: 3rem;
    position: relative;
    margin: 0 auto;
    background-size: 100% 100%;
  }
  .box_dj .title {
    width: 100%;
    height: 2.6rem;
    position: relative;
    margin: 0 auto;
    background-size: 100% 100%;
  }
  .box_dj .yhq {
    display: block;
    width: 90%;
    margin: 0 auto .4rem;
  }
  .box_zb_container {
    height: auto;
  }
  .box_zb_container a img {
    width: 100%;
    margin: .4rem auto;
    border-radius: .4rem;
  }

  .bianpao1 {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 2.8rem;
  }
  .bianpao2 {
    position: absolute;
    bottom: 49%;
    right: 2%;
    width: 1.5rem;
  }
  .box01_container {
    width: 100%;
    height: 13.3rem;
  }
  .gift_container {
    position: absolute;
    box-sizing: border-box;
    padding: .4rem 4.5% 0;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .gift_item {
    margin-bottom: 0;
  }
  .gift_center {
    /* align-items: center; */
  }
  .gift {
    width: 24%;
    height: 3rem;
    box-sizing: border-box;
    padding: 0 1.5%;
  }
  .gift img {
    width: 20%;
  }
  .gift_center .gift_item2 {
    width: 24%;
  }
  .gift_center .gift_item2 .gift {
    width: 100%;
    margin-bottom: 0;
  }
  .gift_center .cj_txt {
    width: 49%;
    height: 6rem;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .gift p {
    font-size: .5rem;
    margin-top: .2rem;
  }
  .gift_container .gift1 p, .gift_container .gift7 p, .gift_container .gift6 p, .gift_container .gift2 p, .gift_container .gift12 p {
    margin-top: 0;
  }
  .gift_container .gift3 p, .gift_container .gift5 p, .gift_container .gift9 p, .gift_container .gift11 p, .gift_container .gift8 p, .gift_container .gift10 p {
    display: none;
  }
  .gift_container .gift3 img, .gift_container .gift5 img, .gift_container .gift9 img, .gift_container .gift11 img, .gift_container .gift8 img, .gift_container .gift10 img {
    height: 70%;
    width: auto;
  }
  .gift_container .gift1 img, .gift_container .gift7 img, .gift_container .gift6 img, .gift_container .gift2 img, .gift_container .gift12 img {
    display: none;
  }
  /* .gift_container .gift2 p {
    margin-top: -40%;
    color: #fff;
  }
  .gift_container .gift2 img {
    width: auto;
    height: 70%;
  } */
  .cj_btn {
    width: 85%;
    height: 2.5rem;
    background-size: 100% 100%;
  }
  .cj_btn h1 {
    font-size: .7rem;
  }
  .cj_btn p {
    font-size: .5rem !important;
    display: block !important;
  }
  .cj_txt h3 {
    width: 90%;
    font-size: .6rem;
    padding: 0 0;
    margin-bottom: 0;
    margin-top: .4rem;
  }
  .cj_txt h3 span.chsm {}
  .cj_txt h3 span.djfx {
    display: block;
  }
  .cj_txt h3 span.djfx::after {
    width: .6rem;
    height: .6rem;
    background-size: 100% 100%;
    margin-bottom: 0;
  }
  .cj_txt p {
    font-size: .5rem;
    padding: 0 0;
    display: none;
  }
  .xnkl {
    display: none;
  }
  .xnkl1 {
    display: none;
  }
  .xnkl2 {
    display: none;
  }
  .float1 {
    display: none;
  }
  .box-body {
    padding-bottom: 4rem;
    margin-bottom: -1rem;
    background-size: 100% auto;
  }
  .box02_container {
    height: auto;
  }
  .box02 .title {
    width: 100%;
    height: 3rem;
    background-size: 100%;
  }
  .box03 .title {
    width: 100%;
    height: 3rem;
    background-size: 100%;
  }
  .box04 .title {
    width: 100%;
    height: 3rem;
    background-size: 100%;
  }
  .box05 .title {
    width: 100%;
    height: 3rem;
    background-size: 100%;
  }
  .box06 {
    margin-bottom: 0;
  }
  .box06 .title {
    width: 100%;
    height: 3rem;
    background-size: 100%;
  }
  .box08 .title {
    width: 100%;
    height: 3rem;
    background-size: 100%;
  }
    .box09 .title {
    width: 100%;
    height: 3rem;
    background-size: 100%;
  }
  .yuanbao, .box_hongbao {
    position: absolute;
    bottom: 0;
    right: -2%;
    width: 2.8rem;
  }
  .box_del {
    position: absolute;
    bottom: -2rem;
    right: 0;
    width: 2.8rem;
  }
  .box_hongbao {
    bottom: 0;
    right: -2%;
  }
  .box_common {
    margin-top: -.2rem;
    padding: .8rem .4rem;
    background: #dc3a15;
    border: .2rem solid #f7d9af;
    border-radius: 1rem;
  }
  .title_yh1 {
    position: absolute;
    bottom: .5rem;
    left: -.4rem;
    width: 3rem;
    animation: yh_ani 3s linear infinite;
  }
  .title_yh2 {
    top: -.5rem;
    left: 10%;
    position: absolute;
    animation: yh_ani 3s linear infinite;
    animation-delay: .5s;
    width: 2rem;
  }
  .tab_list1, .tab_list2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .3rem;
  }
  .tab_list2 {
    margin-top: 0;
  }
  .tab_list1 li, .tab_list2 li {
    width: 50%;
    height: 3.2rem;
    line-height: 2.8rem;
    background-size: 100% 100%;
    margin-bottom: -1.5rem;
    font-size: .7rem;
  }
  .tab_list1 li.active, .tab_list1 li:hover, .tab_list2 li.active, .tab_list2 li:hover {
    background-size: 100% 100%;
  }
  .box02_body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
  }
  .box02_item {
    width: 75%;
    height: auto;
    margin-top: .6rem;
  }
  .box02_item img {
    height: 7rem;
    width: 100%;
  }
  .box02_item .icon {
    width: 2rem;
    height: 2rem;
    right: .2rem;
    bottom: 2.4rem;
  }
  .box02_item div {
    height: 2.5rem;
    padding: 0 4%;
  }
  .box02_item div p {
    font-size: .7rem;
    width: 70%;
  }
  .box02_item div a {
    width: 40%;
    height: 1.4rem;
    border-radius: 1rem;
    font-size: .7rem;
    line-height: 1.4rem;
  }
  .box03_container {
    height: auto;
    flex-direction: column;
    padding: 1.5rem .4rem .8rem;
  }
  .box03_item {
    width: 95%;
    height: 30rem;
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-size: 100% 100%;
    margin-bottom: 2rem;
  }
  .box03_item h3 {
    width: 80%;
    height: 2.8rem;
    background-size: 100% 100%;
    font-size: .8rem;
    line-height: 3rem;
    top: -1.5rem;
  }
  .box03_item p {
    font-size: .7rem;
  }
  .box03_item img {
    width: 70%;
  }
  .code_container {
    width: 7rem;
  }
  .code_container .code {
    width: 7rem;
    height: 7rem;
  }
  .code_container .code img {
    width: 6rem;
  }
  .code_container p {
    width: 7rem;
    height: 1.5rem;
    font-size: .7rem;
    line-height: 1.5rem;
  }
  .weibo {
    width: 100%;
    height: 15rem;
    background-size: 100% 100%;
    position: relative;
  }
  .weibo a {
    height: 1.4rem;
  }
  .box04_container {
    height: auto;
    padding: .8rem .4rem;
    flex-direction: column;
  }
  .box04_container .list{
    margin-top: 1rem;
  }
  .box04_container .list2 img{
    width: 90%;
    margin: 0 auto 0;
    border-radius: .4rem;
  }
  .box04_nav span{
    width: 50%;
    height: 3.2rem;
    line-height: 2.8rem;
    background-size: 100% 100%;
    margin-bottom: -1.5rem;
    font-size: .7rem;
  }
  .box04_nav span:hover,.box04_nav .on{
    background-size: 100% 100%;
  }
  .box04_l {
    width: 100%;
  }
  .box04_l p {
    font-size: .7rem;
  }
  .box04_r {
    display: none;
  }
  .box04_code_container {
    width: 8rem;
    margin: .3rem auto 0;
  }
  .box04_code_container.code_container .code {
    width: 8rem;
    height: 8rem;
  }
  .box04_code_container.code_container .code img {
    width: 7rem;
  }
  .box04_code_container p {
    width: 8rem;
    font-size: .6rem;
  }
  .box05_container {
    height: auto;
    padding: 0rem .4rem .4rem;
  }
  .box06_container {
    height: auto;
    background-size: 100%;
    padding: .8rem .4rem 0;
  }
  .box05_item {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border: .2rem solid #f2b34d;
    border-radius: 1rem;
    padding: 1rem .4rem .4rem;
  }

  .box07_container {
  }
  .part07_nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .part07_nav span{
    width: 50%;
    height: 3.2rem;
    line-height: 2.8rem;
    background-size: 100% 100%;
    margin-bottom: -1.5rem;
    font-size: .7rem;
  }
  .part07_nav span:hover,.part07_nav .on{
    background-size: 100% 100%;
  }
  .box07_container ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
  }
  .box07_container ul li{
    box-sizing: border-box;
    width: 46%;
    height: auto;
    margin: 0 2% .3rem;
  }
  .box07_container ul .top{
    background-size: 100% 100%;
    width: 100%;
    height: 3rem;
    padding-top: 1.7rem;
  }

  .box07_container ul li .top p{
    width: 94%;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: .6rem;
    border-radius: .2rem;

  }
  .box07_container .pic {
    width: 5rem;
    height: 3.6rem;
    line-height: 4rem;
    margin: 0 auto .2rem;
    border-radius: .2rem;
  }
  .box07_container .pic img {
    height: 4rem;
  }
  .box07_container ul li a{
    display: block;
    width: 88%;
    height: 5.7rem;
    border-radius: 0 0 .4rem .4rem;
    margin: .2rem auto 0;
    padding: .2rem .6rem 0;
    background: #fa9e01;
  }
  .box07_container ul li a p{
    line-height: 1.4rem;
    font-size: .5rem;
    border-radius: 0 0 10px 10px;
  }
  .box07_container ul li a p span{
    font-size: .7rem;
  }

  .part08_nav{
    width: 100%;
    box-sizing: border-box;
    padding: .1rem;
    height: 3rem;
    margin: 0 auto .2rem;
    border-radius: .4rem;
    line-height: 1.4rem;
  }
  .part08_nav span{
    width: 32%;
    font-size: .6rem;
  }
  
  .box09_container {
    height: auto;
    padding: .8rem .4rem;
    flex-direction: column;
  }
  .box09_container .list{
    margin-top: 1rem;
  }
  .box09_container .list2 img{
    width: 90%;
    margin: 0 auto 0;
    border-radius: .4rem;
  }
  .box09_nav span{
    width: 50%;
    height: 3.2rem;
    line-height: 2.8rem;
    background-size: 100% 100%;
    margin-bottom: -1.5rem;
    font-size: .7rem;
  }
  .box09_nav span:hover,.box04_nav .on{
    background-size: 100% 100%;
  }
  .box09_l {
    width: 100%;
  }
  .box09_l p {
    font-size: .7rem;
  }
  
  .box09_code_container {
    width: 8rem;
    margin: .3rem auto 0;
  }
  .box09_code_container.code_container .code {
    width: 8rem;
    height: 8rem;
  }
  .box09_code_container.code_container .code img {
    width: 7rem;
  }
  .box09_code_container p {
    width: 8rem;
    font-size: .6rem;
  }
  .cloud1 {
  position: absolute;
  top: 5rem;
  right: 16px;
  animation: top_yr_ani 3s linear infinite;
}

.cloud2 {
  position: absolute;
  top: 17rem;
  left: 0;
  animation: top_yl_ani 3s linear infinite;
}

  .gwy_nav{
    width: 100%;
    height: 2.8rem;
    line-height: 1.2rem;
    margin: 0 auto .6rem;
  }
  .gwy_nav span{
    width: 25%;
    font-size: .6rem;
  }
  .gwy_nav .on{
    border-bottom: .2rem solid #FFF;
  }
  
  
  .sydw_nav{
    width: 100%;
    height: 2.8rem;
    line-height: 1.2rem;
    margin: 0 auto .6rem;
  }
  .sydw_nav span{
    width: 45%;
    font-size: .6rem;
    height: 50%;
  }
  .sydw_nav .on{
    border-bottom: .2rem solid #FFF;
  }

  .table{
    width: 98%;
    font-size: .55rem;
    line-height: .7rem;
    border: 2px solid #fae7b8;
    border-radius: .4rem;
  }
  .table th,.table td{
    border: 1px solid #fae7b8;
  }
  .table th{
    line-height: 1.2rem;
    font-size: .7rem;
  }
  .table td{
    text-align: center;
    padding: .2rem 0;
  }
  .table td a{
    width: 6rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .8rem;
    margin: .2rem auto;
    border-radius: .3rem;
  }
  .table td .right_a {
    width: 3rem;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: .1rem .2rem;
    font-size: .55rem;
  }
  .book_container {
    margin-top: 1.8rem;
    height: auto;
    background: #fff;
    border: .2rem solid #f2b34d;
    border-radius: 1rem;
  }
  .yhq_title {
    position: absolute;
    width: 50%;
    height: 2.4rem;
    background-size: 100% 100%;
    font-size: .8rem;
    line-height: 2.5rem;
    top: -1.2rem;
  }
  .yhq_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .yhq_item {
    width: 100%;
    height: 7rem;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-right: 5%;
  }
  .yhq_item div {
    width: 40%;
    margin-right: 17%;
  }
  .yhq_item p {
    width: 60%;
    height: 1.3rem;
    border-radius: 1rem;
    font-size: .6rem;
    line-height: 1.3rem;
  }
  .yhq_item h1 {
    font-size: .8rem;
  }
  .yhq_item h1 span {
    font-size: .6rem;
  }
  .yhq_item h4 {
    width: 80%;
    height: 1.5rem;
    border-radius: 1rem;
    font-size: .6rem;
    line-height: 1.5rem;
  }
  .yhq_item a {
    display: block;
    width: 35%;
    height: 2.3rem;
    background-size: 100% 100%;
  }
  .tab02_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .8rem;
  }
  .tab02_body .book {
    width: 48%;
    margin: 0 1% .4rem;
  }
  .book_item {
    width: 100%;
  }
  .book_item .img {
    width: 100%;
    height: 6rem;
  }
  .book_item .img img {
    width: 70%;
  }
  .book_item p {
    font-size: .55rem;
    line-height: 1rem;
  }
  .book_item a {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .45rem;
  }
  .book_item a b {
    font-size: .7rem;
  }
  .fixed_mask3 h3 {
    font-size: .8rem;
    margin-bottom: .5rem;
  }
  .cjsm_container {
    height: 12rem;
  }
  .fixed_mask3 p {
    font-size: .7rem;
  }
  .fixed_form {
    width: 82%;
    height: 22.2rem;
    padding: 8.3rem 1rem 0;
  }
  .fixed_zhongjiang {
    width: 82%;
    height: 13.2rem;
    padding: 8.3rem 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
  }
  .fixed_close {
    right: 0;
    top: -.5rem;
    width: 1.5rem;
  }
  .ajax_form p {
    margin-bottom: .3rem;
  }
  .ajax_form input, .ajax_form select {
    height: 1.8rem;
    padding-left: .7rem;
    font-size: .7rem;
    border-radius: 1rem;
  }
  .ajax_form select {
    padding-right: 1rem;
    
  }
  .ajax_form input.send {
    line-height: 1.8rem;
  }
  .ajax_form input.button {
    cursor: pointer;
    width: 100%;
    height: 3rem;
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .cj_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 718px;
    height: 687px;
    background: url(../images/cj_bg.png) no-repeat center top;
  }

  .fixed_right{
    display: none !important;
  }

  .wx_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .wx_mask .share_wx {
    position: absolute;
    width: 15rem;
    top: 5%;
    right: 5%;
  }
  .fixed_bottom .maodian_container {
    bottom: .8rem;
  }
  .fixed_bottom .maodian_container span {
    display: none;
  }
  .fixed_bottom .maodian_container a {
    width: 25%;
    height: 1.5rem;
  }
  .fixed_bottom .maodian_container a:nth-child(1) {
    background: url(../images/hyzp_m.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .fixed_bottom .maodian_container a:nth-child(2) {
    background: url(../images/cjdzb_m.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .fixed_bottom .maodian_container a:nth-child(3) {
    background: url(../images/xnhb_m.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .fixed_bottom .maodian_container a:nth-child(4) {
    background: url(../images/nhfd_m.png) no-repeat center top;
    background-size: 100% 100%;
  }
}