.wh-img {
  width: 100%;
  height: 100%; }

.bannerTop {
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  background: #FFFFFF;
  z-index: 10;
  border-bottom: 1px solid #DFDFDF; }
  .bannerTop .bannerTopCot {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80%; }
    .bannerTop .bannerTopCot ul {
      display: flex;
      align-items: center; }
      .bannerTop .bannerTopCot ul li {
        margin: 0 25px; }
        .bannerTop .bannerTopCot ul li a {
          font-size: 28px;
          color: #01060a; }
    .bannerTop .bannerTopCot .address {
      background-color: #02a181;
      color: #FFFFFF;
      padding: 20px;
      font-size: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .bannerTop .bannerTopCot .address img {
        margin: 0 10px; }
    .bannerTop .bannerTopCot .bannerWX {
      display: flex;
      padding: 5px 25px;
      background-color: #02a181;
      border-radius: 25px; }
      .bannerTop .bannerTopCot .bannerWX p {
        font-size: 24px;
        color: #ffffff;
        position: relative;
      }
.bannerTop .bannerTopCot .bannerWX .bannerImg{
    position: absolute;
  top: 50px;
   display: none;

}
.bannerTop .bannerTopCot .bannerWX:hover .bannerImg{
   display: block;
}
.title {
  margin-top: 50px;
  margin-bottom: 15px; }
  .title ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .title ul li p {
      font-size: 40px;
      text-align: center; }
  .title h2 {
    padding: 5px;
    text-align: center;
    font-size: 20px;
    color: #666666; }

.wh12 {
  width: 1200px; }

.mg0 {
  margin: 0 auto; }

.courseBox {
  margin: 25px 0;
  padding: 25px 0;
  width: 100%;
  background: #f6fbf9; }
  .courseBox ul {
    display: flex;
    flex-wrap: wrap; }
    .courseBox ul li {
      width: 560px;
      height: 323px;
      border-radius: 6px;
      margin: 20px;
      position: relative; }
      .courseBox ul li .courseCot {
        width: 560px;
        height: 323px;
        position: absolute;
        top: 0;
        left: 0; }
        .courseBox ul li .courseCot .courseTitle {
          width: 150px;
          height: 40px;
          display: flex;
          align-items: center;
          background-color: #ffc17a;
          border-top-left-radius: 6px;
          border-bottom-right-radius: 40px;
          font-size: 24px;
          text-indent: 15px;
          color: #0a0202; }
        .courseBox ul li .courseCot h1 {
          padding: 15px;
          font-size: 28px;
          font-weight: bold;
          letter-spacing: 0px;
          color: #0a0202; }
        .courseBox ul li .courseCot .courseList {
          padding: 8px  15px;
          display: flex;
          font-size: 20px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 20px;
          letter-spacing: 0px;
          color: #030000; }
        .courseBox ul li .courseCot .courseLink {
          margin-top: 20px;
          display: flex;
          justify-content: space-around; }
          .courseBox ul li .courseCot .courseLink div {
            font-size: 20px;
            padding: 5px 20px;
            border-radius: 20px;
            color: #fefdfc;
            background-image: linear-gradient(#02a181, #02a181), linear-gradient(209deg, #f36812 0%, #f65815 100%), linear-gradient(#f46413, #f46413);
            background-blend-mode: normal, 
 normal, 
 normal;
            border-radius: 15px; }
            .courseBox ul li .courseCot .courseLink div span {
              color: #ffc17a; }

.linkBox {
  display: flex;
  justify-content: center; }
  .linkBox div {
    cursor: pointer;
    margin: 25px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 286px;
    height: 59px;
    background-image: linear-gradient(209deg, #f36812 0%, #f65815 100%), linear-gradient(#f46413, #f46413);
    background-blend-mode: normal, 
 normal;
    border-radius: 29.5px;
    font-size: 25px;
    color: #ffffff; }

.coursePart {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #4bad8b; }

.courseXi {
  width: 220px;
  height: 54px;
  background-color: #02a181;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin: 10px 0;
  color: #ffffff; }

.courseUl {
  display: flex;
  flex-wrap: wrap; }
  .courseUl li {
    width: 560px;
    height: 323px;
    border-radius: 6px;
    margin: 20px;
    position: relative; }
    .courseUl li .courseCot {
      width: 560px;
      height: 323px;
      position: absolute;
      top: 0;
      left: 0; }
      .courseUl li .courseCot .courseTitle {
        width: 150px;
        height: 40px;
        display: flex;
        align-items: center;
        background-color: #ffc17a;
        border-top-left-radius: 6px;
        border-bottom-right-radius: 40px;
        font-size: 24px;
        text-indent: 15px;
        color: #0a0202; }
      .courseUl li .courseCot h1 {
        padding: 15px;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0px;
        color: #0a0202; }
      .courseUl li .courseCot .courseList {
        padding: 8px  15px;
        display: flex;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        color: #030000; }
      .courseUl li .courseCot .courseLink {
        margin-top: 20px;
        display: flex;
        justify-content: space-around; }
        .courseUl li .courseCot .courseLink div {
          font-size: 20px;
          padding: 5px 20px;
          border-radius: 20px;
          color: #fefdfc;
          background-image: linear-gradient(#02a181, #02a181), linear-gradient(209deg, #f36812 0%, #f65815 100%), linear-gradient(#f46413, #f46413);
          background-blend-mode: normal, 
 normal, 
 normal;
          border-radius: 15px; }
          .courseUl li .courseCot .courseLink div span {
            color: #ffc17a; }

.dingbox {
  background: url(../../images/zt/hy/dingBG.png) round;
  width: 100%; }
  .dingbox .dingTitle {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    padding: 25px; }
  .dingbox .dingUl {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .dingbox .dingUl li {
      width: 286px;
      height: 189px;
      background-color: #ffffff;
      border-radius: 10px;
      margin: 10px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .dingbox .dingUl li:nth-child(1) {
        background: url(../../images/zt/hy/ding1.png) round; }
      .dingbox .dingUl li:nth-child(2) {
        background: url(../../images/zt/hy/ding2.png) round; }
      .dingbox .dingUl li:nth-child(3) {
        background: url(../../images/zt/hy/ding3.png) round; }
      .dingbox .dingUl li:nth-child(4) {
        background: url(../../images/zt/hy/ding4.png) round; }
      .dingbox .dingUl li:nth-child(5) {
        background: url(../../images/zt/hy/ding1.png) round; }
      .dingbox .dingUl li:nth-child(6) {
        background: url(../../images/zt/hy/ding2.png) round; }
      .dingbox .dingUl li:nth-child(7) {
        background: url(../../images/zt/hy/ding3.png) round; }
      .dingbox .dingUl li:nth-child(8) {
        background: url(../../images/zt/hy/ding4.png) round; }
      .dingbox .dingUl li h1 {
        font-size: 30px;
        text-align: center;
        color: #4bad8b;
        padding: 20px 0; }
      .dingbox .dingUl li .dingLink {
        width: 201px;
        height: 46px;
        background-color: #fcda39;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
        color: #090202; }

.student .studentTab {
  display: flex;
  justify-content: space-between; }
  .student .studentTab li {
    width: 215px;
    height: 54px;
    display: flex;
    justify-content: center;
    line-height: 65px;
    background-color: #4bad8b;
    font-size: 22px;
    color: #ffffff; }
  .student .studentTab .active {
    background: url(../../images/zt/hy/tab.png) round;
    color: #4bad8b; }

.studentBox {
  margin: 30px 0; }
  .studentBox .studentCot li {
    display: none; }
    .studentBox .studentCot li:first-child {
      display: block; }
    .studentBox .studentCot li div {
      display: flex;
      justify-content: center; }
      .studentBox .studentCot li div img {
        margin: 0 50px; }

.teacherTab {
  display: flex;
  justify-content: space-between; }
  .teacherTab li {
    width: 215px;
    height: 54px;
    display: flex;
    justify-content: center;
    line-height: 65px;
    background-color: #4bad8b;
    font-size: 22px;
    color: #ffffff; }
  .teacherTab .active {
    background: url(../../images/zt/hy/tab.png) round;
    color: #4bad8b; }

.teacherCot {
  margin: 30px 0; }
  .teacherCot li {
    display: none;
    position: relative;
  }

.teacherCot li  .swiper-pagination{
    margin: 25px 0;
   left: 50% ;
  transform: translate(-50%);
}

.teacherCot li  .swiper-pagination-bullet{
   width: 15px !important;
  height: 15px !important;
  margin:  0 10px ;
}

.teacherCot li  .swiper-pagination-bullet-active{
   background: #02a181;
}
.teacherCot li:first-child {
      display: block; }

.footerAbout {
  padding: 25px 0;
  background: url(../../images/zt/hy/10.png) round; }
  .footerAbout .footerAboutCot {
    background: url(../../images/zt/hy/02.png) round;
    height: 290px;
    text-indent: 50px;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF; }
    .footerAbout .footerAboutCot p {
      padding: 80px 30px 30px 30px; }

.footerFiexd {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background-color: #f65815;
  box-shadow: 0px 286px 0px 250px rgba(39, 40, 40, 0.75); }
  .footerFiexd .footerFiexdbox {
    display: flex;
    justify-content: space-between; }
    .footerFiexd .footerFiexdbox div {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px 40px;
      border-radius: 20px;
      font-size: 28px;
      background: #FFFFFF; }
      .footerFiexd .footerFiexdbox div img {
        margin: 0 10px;
        width: 35px; }



#hui-mask { position: fixed; z-index: 20; background: rgba(0,0,0, 0.5); width: 100%; left: 0px; top: 0px; height: 100%; z-index: 99; display: none; }
.indexfloat { width: 309px; height: 318px; position: fixed; top: 50%; left: 50%; margin-left: -154.5px; margin-top: -159px; z-index: 9999; display: none; }
.indexfloat .close { float: right; margin-top: -323px; display: block; position: relative; width: 50px; height: 50px; margin-right: -5px; }
.bannerUL{
     display: flex;
  justify-content: space-around;
}