﻿@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 banner_ani {
    0% {
        transform: scale(1);
        opacity: .9;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .9;
    }
}

@font-face {
   font-family: "FZYaSong-EB-GBK";
  src: url("./FZZYSJW.ttf");
}
.banner {
    background: url(../images/banner.png) no-repeat top center;
    height: 1273px;
    box-sizing: border-box;
    padding-top: 50px;
    position: relative;
}
.banner h2 {
    width: 764px;
	height: 508px;
	background: url("../images/banner_title_big.png") no-repeat center;
	margin: 10px auto;
}
.banner h3 {
    width: 664px;
	height: 102px;
	background: url("../images/banner_title_min.png") no-repeat center;
	margin: 10px auto;
}
.banner .yh{
    position: absolute;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
}
.banner .yh01{
    width: 12%;
    top: 29%;
    left: 11%;
    transition: 0.2s;
    animation: yh_ani 2s linear infinite;
}
.banner .yh02{
  width: 12%;
  top: 33%;
  right: 12%;
  transition: 0.2s;
  animation: yh_ani 2s linear infinite;
}
.banner .yh03{
  width: 8%;
  top: 90%;
  left: 15%;
  transition: 0.2s;
  animation: yh_ani 3s linear infinite;
}
.banner .yh04{
  width: 8%;
  top: 98%;
  right: 20%;
  transition: 0.2s;
  animation: yh_ani 3s linear infinite;
}
.banner .yh05{
  width: 8%;
  top: 29%;
  right: 45%;
  transition: 0.2s;
  animation: yh_ani 3s linear infinite;
}

.box{
  background: url(../images/bg_png.png) repeat-y top center;
  background-size:100% auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 100px;
}
.box_title{
  margin: 150px auto 0;
  display: block;
  position: relative;
  z-index: 2;
}
.box01 .box_title{
  margin: 0 auto;
}
.box_body{
  width: 100%;
  padding: 10px;
  border: 2px solid #ec8b2c;
  border-radius: 16px;
  margin: -40px auto 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.main_box{
  border-radius: 14px;
  background-image: -moz-linear-gradient( -90deg, rgb(253,245,229) 0%, rgba(253,237,209,0.99608) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(253,245,229) 0%, rgba(253,237,209,0.99608) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(253,245,229) 0%, rgba(253,237,209,0.99608) 100%);
  padding: 20px 10px 10px;
}
.float_dl{
  position: absolute;
  top: 140px;
}
.float_dl_l{
  left: -70px;
}
.float_dl_r{
  right: -70px;
}
.float_yb{
  position: absolute;
  right: -22px;
  top: -50px;
  z-index: 2;
  animation: banner_ani 1s linear infinite alternate;
    -webkit-animation: banner_ani 1s linear infinite alternate;
    -moz-animation: banner_ani 1s linear infinite alternate;
    -o-animation: banner_ani 1s linear infinite alternate;
    -ms-animation: banner_ani 1s linear infinite alternate;
}

.box01 .main_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box01_right{
  width: calc(100% - 592px);
  padding-top: 56px;
}
.box_titile_min{
  background: url(../images/box_title_minbg.png);
  width: 195px;
  height: 56px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  margin-bottom: 10px;
}
.little_title{
  font-size: 24px;
  color: #381812;
  text-align: center;
  margin-top: 20px;
}
.little_title span{
  font-size: 36px;
  color: #891f06;
}
.font_fz {
   font-family: "FZYaSong-EB-GBK";
}
.box01_right .time{
  font-size: 30px;
  color: #ca3b1a;
  margin-bottom: 10px;
}
.box01_right ul li{
  display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.box01_right ul li span{
  display: block;
  width: 42px;
  height: 43px;
  background: url(../images/li_icon.png);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fdf2dd;
  font-size: 26px;
   font-family: "FZYaSong-EB-GBK";
  margin-right: 8px;
  margin-top: 10px;
}
.box01_right ul li p{
  width: calc(100% - 50px);
  font-size: 22px;
  color: #565656;
   font-family: "FZYaSong-EB-GBK";
  line-height: 1.5;
}

.book_ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.book_ul li{
  width: 240px;
  height: 302px;
  background: url(../images/book_bg01.png);
  position: relative;
   font-family: "FZYaSong-EB-GBK";
  margin: 18px;
}
.book_ul li .float{
  width: 27px;
  height: 63px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 19px;
  background: url(../images/book_float.png);
  position: absolute;
  font-size: 16px;
  line-height: 1.1;
  color: #fce2b7;
  top: 18px;
  left: -12px;
}
.book_ul li .pic{
  width: 210px;
  height: 142px;
  background: #fff;
  border-radius: 6px;
  margin: 32px auto 0;
  box-sizing: border-box;
  border: 2px solid #f7f2e8;
  overflow: hidden;
}
.book_ul li .pic img{
  width: 100%;
  height: 100%;
}
.book_ul li .txt{
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 16px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  justify-content: center;
}

.buy{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 42px;
  background: url(../images/buy_bg.png);
  background-size: 100% 100%;
  margin: 0 auto;
  animation: banner_ani 3s linear infinite alternate;
    -webkit-animation: banner_ani 3s linear infinite alternate;
    -moz-animation: banner_ani 3s linear infinite alternate;
    -o-animation: banner_ani 3s linear infinite alternate;
    -ms-animation: banner_ani 3s linear infinite alternate;
}
.buy p{
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.buy p span{
  font-size: 30px;
  color: #fce2b7;
  font-family: "FZYaSong-EB-GBK";
}
.buy .enter {
  border-radius: 12px;
  background-color: rgb(254, 0, 0);
  width: 92px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  font-family: "FZYaSong-EB-GBK";
}
.course_box{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 0; 
}
.box03 .course{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(122, 28, 18);
  background-image: -moz-linear-gradient( 90deg, rgb(240,171,99) 0%, rgb(252,226,183) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(240,171,99) 0%, rgb(252,226,183) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(240,171,99) 0%, rgb(252,226,183) 100%);
  width: 350px;
  height: 470px;
  padding: 10px 8px;
  box-sizing: border-box;
  margin: 0 15px 10px;
}
.box03 .course_img{
  width: 94%;
  display: block;
  margin: 0 auto;
}
.box03 .course h3{
  font-size: 22px;
  line-height: 1.8;
  color: #7a1c12;
  text-align: center;
   font-family: "FZYaSong-EB-GBK";
}
.box03 .course .txt{
  width: 94%;
  height: 120px;
  background: #fce7c6;
  overflow-y: scroll;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
}
.box03 .course .yhld{
  display: flex;
  align-items: center;
  justify-content: center;
}
.box03 .course .yhld img{
  position: relative;
}
.box03 .course .price {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(122, 28, 18);
  background-color: rgb(252, 226, 183);
  display: inline-block;
  height: 40px;
  margin-left: -28px;
  border-radius: 0 40px 40px 0;
  padding: 0 16px 0 20px;
   font-family: "FZYaSong-EB-GBK";
  font-size: 16px;
}
.box03 .course .price span{
  color: #7a1c12;
  font-size: 30px;
}
.nav {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
.nav span{
  width: 168px;
  height: 44px;
  background: url(../images/btn_off.png);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
   font-family: "FZYaSong-EB-GBK";
  font-size: 26px;
  margin: 0 8px;
  cursor: pointer;
}
.nav .on{
  background: url(../images/btn_on.png);
  animation: banner_ani 1s linear infinite alternate;
    -webkit-animation: banner_ani 1s linear infinite alternate;
    -moz-animation: banner_ani 1s linear infinite alternate;
    -o-animation: banner_ani 1s linear infinite alternate;
    -ms-animation: banner_ani 1s linear infinite alternate;
}

.book_ul02{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.book_ul02 li{
  width: 240px;
  height: 326px;
  background: url(../images/book_bg02.png);
  margin: 16px;
  box-sizing: border-box;
}
.book_ul02 li .pic {
  width: 200px;
  height: 184px;
  background: #fff;
  border-radius: 6px;
  margin: 24px auto 0;
  box-sizing: border-box;
  border: 2px solid #f7f2e8;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.book_ul02 li .pic img{
  width: 100%;
  height: 100%;
}
.book_ul02 .txt{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book_ul02 .book_box_inner_p{
  text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 60px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.4;
    padding: 0 16px;
     font-family: "FZYaSong-EB-GBK";
    text-align: center;
    margin: 10px 0 0;
}
.box07 .main_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 30px;
}
.box07 .main_box .left{
  width: 50%;
}
.box07 .main_box .left img{
  display: block;
  margin: 0 auto;
}
.box07 .main_box .left h3{
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  font-family: "FZYaSong-EB-GBK";
  font-weight: normal;
  color: #891f06;
}
.box07 .main_box .right .table_box{
  width: 516px;
  height: 620px;
  background: #fce2b7;
  overflow-y: scroll;
}
.box07 .main_box .right a{
  display: block;
  line-height: 48px;
  width: 200px;
  margin: 16px auto 0;
  border-radius: 48px;
  background: #891f06;
  font-family: "FZYaSong-EB-GBK";
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.video_box{
  width: 100%;
  height: 360px;
  box-sizing: border-box;
  padding: 20px;
  background: #b62c27;
  border-radius: 20px;
}

.table{
  width: 100%;
  display: block;
  margin: 0 auto 10px;
  color: #565656;
  font-size: 18px;
  line-height: 1.4;
  border: 2px solid #fff;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.table table{
  width: 100%;
}
.table th,.table td{
  border: 1px solid #fff;
}
.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: #891f06;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.table td{
  text-align: center;
  padding: 6px;
}
.table td b,.table td span{
  color: #891f06;
}

.table_list{
  margin-top: 10px;
}
@media only all and (max-width:1080px) {
    .banner{
        height: 16.8rem;
        padding-top: 0.3rem;
        background-size: auto 100%;
    }
    .banner h2 {
      width: 11rem;
        height: 6.8rem;        
        background-size: 100% 100%;
        margin: .4rem auto 0;
    }
    .banner h3 {
      width: 9.5rem;
    height: 1.5rem;
    background-size: 100% 100%;
    margin: 0 auto;
  }
  .box {
    background-size: 100% auto;
    padding-top: .4rem;
  }
  .banner .yh01{
      width: 12%;
      top: 29%;
      left: 11%;
      transition: 0.2s;
      animation: yh_ani 2s linear infinite;
  }
  .banner .yh02{
    width: 12%;
    top: 33%;
    right: 12%;
    transition: 0.2s;
    animation: yh_ani 2s linear infinite;
  }
  .banner .yh03{
    width: 8%;
    top: 90%;
    left: 15%;
    transition: 0.2s;
    animation: yh_ani 3s linear infinite;
  }
  .banner .yh04{
    width: 8%;
    top: 98%;
    right: 20%;
    transition: 0.2s;
    animation: yh_ani 3s linear infinite;
  }
  .banner .yh05{
    width: 8%;
    top: 29%;
    right: 45%;
    transition: 0.2s;
    animation: yh_ani 3s linear infinite;
  }
  .box_title{
    max-height: 2rem;
    margin: 1.3rem auto 0;
  }
  .box01 .box_title{
    margin: 0 auto;
  }
  .little_title{
    font-size: .65rem;
    margin-top: .3rem;
  }
  .little_title span{
    font-size: .8rem;
  }
  .box_body{
    padding: .2rem;
    border: 1px solid #ec8b2c;
    border-radius: .4rem;
    margin: -.7rem auto 0;
  }
  .main_box{
    border-radius: .3rem;
    padding: .3rem .2rem .2rem;
  }
  .float_dl{
    width: 2rem;
    position: absolute;
    top: 2rem;
    display: none;
  }
  .float_dl_l{
    left: -1.4rem;
  }
  .float_dl_r{
    right: -1.4rem;
  }
  .float_yb{
    width: 2.4rem;
    right: -.5rem;
    top: -1rem;
  }
  
  .box01 .main_box{
    align-items: center;
  }
  .box01_left{
    width: 96%;
    margin: -1rem auto 0;
  }
  .box01_right{
    width: 96%;
    padding-top: 1rem;
    margin: 0 auto;
  }
  .box_titile_min{
    background-size: 100% 100%;
    width: 5.6rem;
    height: 1.4rem;
    font-size: .75rem;
    margin-bottom: 0rem;
  }
  .box01_right .time{
    font-size: .75rem;
    margin-bottom: .2rem;
  }
  .box01_right ul li{
      margin-bottom: .2rem;
  }
  .box01_right ul li span{
    width: 1.2rem;
    height: 1.2rem;
    background-size: 100% 100%;
    font-size: .8rem;
    margin-right:.2rem;
    margin-top: .2rem;
  }
  .box01_right ul li p{
    width: calc(100% - 1.4rem);
    font-size: .65rem;
    line-height: 1.4;
  }
  .book_ul{
    margin-top: .3rem;
  }
  .book_ul li{
    width: 7.6rem;
    height: 9.5rem;
    background-size: 100% 100%;
    margin:.15rem .3rem;
  }
  .book_ul li .float{
    width: .9rem;
    height: 1.8rem;
    padding-top: .5rem;
    background-size: 100% 100%;
    font-size: .5rem;
    top: .6rem;
    left: -.4rem;
  }
  .book_ul li .pic{
    width: 6.8rem;
    height: 5rem;
    border-radius: .3rem;
    margin: .8rem auto 0;
    border: 1px solid #f7f2e8;
  }
  .book_ul li .txt{
    height: 2.2rem;
    padding: 0 1rem;
    font-size: .65rem;
    line-height: 1.4;
  }
  
  .buy{
    width: 6.8rem;
    height: 1.4rem;
    background-size: 100% 100%;
    margin: -.2rem auto 0;
  }
  .buy p{
    font-size: .5rem;
  }
  .buy p span{
    font-size: 1.2rem;
  }
  .buy .enter {
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .6rem;
    margin-left: .2rem;
  }
  .course_box{

    margin: .3rem auto 0; 
  }
  .box03 .course{
    width: 8rem;
    height: auto;
    padding: .2rem .2rem;
    margin: 0 .1rem .2rem;
  }
  .box03 .course_img{
    display: block;
    margin: 0 auto;
  }
  .box03 .course h3{
    font-size: .75rem;
    line-height: 1.3;
    padding: .2rem .8rem;
  }
  .box03 .course .txt{
    width: 100%;
    max-height: 4rem;
    font-size: .5rem;
    line-height: 1.4;
  }

  .box03 .course .yhld img{
    width: 2rem;
  }
  .box03 .course .price {
    height: 1.2rem;
    line-height: 1.2rem;
    margin-left: -1rem;
    padding: .2rem .2rem 0 .8rem;
    font-size: .45rem;
    box-sizing: border-box;
    margin-bottom: .4rem;
    margin-top: .2rem;
  }
  .box03 .course .price span{
    font-size: .8rem;
    line-height: 1;
  }
  .nav {
    margin: .3rem auto 0;
  }
  .nav span{
    width: 19%;
    height: 1.3rem;
    line-height: 1.3;
    background-size: 100% 100%;
    font-size: .65rem;
    margin: 0 .5%;
    cursor: pointer;
  }
  .nav .on{
    background-size: 100% 100%;
  }
  
  .book_ul02{
    margin-top: .2rem;
  }
  .book_ul02 li{
    width: 7.6rem;
    height: 11rem;
    background-size: 100% 100%;
    margin: 0.15rem 0.3rem;
  }
  .book_ul02 li .pic {
    width: 6.8rem;
    height: 6.6rem;
    border-radius: .2rem;
    margin: .8rem auto 0;
    border: 1px solid #f7f2e8;
  }
  .book_ul02 .txt{
    height: 2rem;
  }
  .book_ul02 .book_box_inner_p{
      max-height: 2rem;
      font-size: .6rem;
      line-height: 1.2;
      padding: 0 .8rem;
      margin: .1rem 0 0;
  }
  .box07 .main_box{
    padding: 0;
  }
  .box07 .main_box .left{
    width: 16rem;
    margin: .8rem auto .4rem;
  }
  .box07 .main_box .left img{
    display: none;
  }
  .box07 .main_box .left h3{
    font-size: 1rem;
    line-height: 1.8;
  }
  .box07 .main_box .right .table_box{
    width: 96%;
    height: 14.8rem;
    margin: 0 auto;
  }
  .box07 .main_box .right a{
    line-height: 1.8rem;
    width: 6rem;
    margin: .5rem auto .3rem;
    border-radius: 1.8rem;
    font-size: .8rem;
  }
  
  .video_box{
    width: 100%;
    height: 9.5rem;
    padding: .4rem;
    border-radius: .3rem;
  }
  .table{
    width: 100%;
    font-size: .55rem;
    line-height: .7rem;
    border: 1px solid #fff;
  }
  /* .table02{
    font-size: .45rem;
    line-height: 5.5;
  } */
  .table th,.table td{
    border: 1px solid #fff;
  }
  .table th{
    line-height: 1.2;
    font-size: .65rem;
    padding: .3rem 0;
  }
  /* .table02 th{
    font-size: .55rem;
  } */
  .table td{
    text-align: center;
    padding: .2rem 0;
    line-height: 1.5;
  }
  /* .table02 td{
    padding: .1rem 0;
    line-height: 1.35;
  } */
  .table_list{
    margin-top: 10px;
  }
}
