  /* 
   * @Description: 课程介绍-培优小班
 * @fileName: 
 * @Author: tangsu
 * @Date: 2021-03-25 12:14:24
 * @LastEditors: longhaiyan
 * @LastEditTime: 2021-03-26 15:03:58
  */
  /* banner start */
  .index_banner .swiper-pagination-bullet {
    width: 60px;
	height: 4px;
	opacity: 1;
    background: rgba(108,108,108,0.2);
    border-radius: 0px;
    margin: 0px 15px;
}

.index_banner .swiper-pagination-bullet-active {
    background: #0aba80;
}


.index_banner .swiper-container-horizontal>.swiper-pagination-bullets,.index_banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}
.index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
/* banner end */
h2{
    font-size: 40px;
    color: #333333;
    /*font-family: 'siyuanMedium';*/
    text-align: center;
  }
  /*h2 span{*/
    /*color: #0aba80;*/
  /*}*/
  
  /* 8大教学服务流程 start */
  .teachingServiceProcess{
      padding-top: 90px;
      padding-bottom: 100px;
      position: relative;
  }
  .teachingServiceProcess p{
    font-family: siyuanNormal;
	font-size: 26px;
	color: #666666;
    text-align: center;
    /*padding-top: 10px;*/
    /*padding-bottom: 50px;*/
  }
 
  /* 8大教学服务流程 end */

  /* 特色小班班型 start */
  .characteristic{
      position: relative;
      padding-top: 97px;
      padding-bottom: 90px;
  }
  .characteristic .container{
      position: relative;
  }
  .characteristic h2{
      color: #ffffff;
  }
  .characteristicBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.charaImgLeft{
    width: 52%;
    display: inline-block;
    vertical-align: top;
    margin-top: 70px;
}
.charaContet{
  display: inline-block;
    width: 47%;
    margin-top: 70px;
}
.charaSection{
    vertical-align: top;
    width: 100%;
    height: 190px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}
.charaSection img{
    position: absolute;
    top: 0;
    left: 0;
}
.charaIntro {
  position: relative;
  height: 100%;
}
.charaIntro p{
    font-family: siyuanRegular;
	font-size: 34px;
	color: #ffffff;
    text-align: center;
}
.charaIntro span{
    font-family: siyuanRegular;
	font-size: 28px;
	color: #ffffff;
    text-align: center;
    display: block;
}
.charaLeftFont {
  width: 151px;
  height: 100%;
  padding-top: 0px;
  display: inline-block;
  box-sizing: border-box;
  float: left;
  padding-top: 46px;
}
.charaRightFont {
  width: 72%;
  line-height: 38px;
  color: #333;
  font-size: 24px;
  /* font-family: 'siyuanRegular'; */
  padding: 0 30px;
  display: inline-block;
  /* position: relative; */
  top: 19px;
  float: right;
  height: 100%;
  box-sizing: border-box;
  padding-top: 40px;
}

.charaContet .charaSection + .charaSection .charaRightFont {
  padding-top: 20px;
}
/* 特色小班班型 end */

.charaSection {
  cursor: pointer;
  transition: all 0.5s;
}

.charaSection.type1:hover ,.charaSection.type1.on {
  background: #fff5e5;
}
.charaSection.type1:hover .charaRightFont ,.charaSection.type1.on .charaRightFont  {
  color: #ff7800;
}
.charaSection.type2:hover ,.charaSection.type2.on {
  background: #cde8fb;
}
.charaSection.type2:hover .charaRightFont ,.charaSection.type2.on .charaRightFont  {
  color: #24a1f9;
}
.charaSection.type3:hover ,.charaSection.type3.on {
  background: #c6f8e8;
}
.charaSection.type3:hover .charaRightFont ,.charaSection.type3.on .charaRightFont  {
  color: #0aba80;
}

/* 备战小升初 start */
.xiaoshengchu{
    padding-top: 97px;
    padding-bottom: 99px;
}
.xiaoshengchu h2{
    padding-bottom: 20px;
}
.xiaoshengchuSection{
    display: inline-block;
    width: 22.5%;
    margin-right: 3%;
    position: relative;
    box-shadow:0px 12px 26px 0px #bdb8b840;
    border-radius: 8px;
    float: left;
    box-sizing: border-box;
    height: 490px;
}    
.xsc_title{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.xsc_title img{
    position: absolute;
    top: 0;
    left: 0;
}
.xsc_title h3{
    font-size: 26px;
    color: #ffffff;
    font-family: siyuanRegular;
    padding: 25px 20px;
    text-align: center;
}
.xsc_title p{
    font-size: 20px;
    color: #333333;
    font-family: siyuanNormal;
    text-align: left;
    line-height: 36px;
    padding: 38px 30px 30px 30px;
}
/* 备战小升初 end */

/* 紧跟课程大纲 系统学习 start */
.systematicLearning{
    padding: 98px 0 90px 0;
    background-color: #f7f7f7;
}
.schoolYears{
    text-align: center;
    padding-bottom: 28px;
}
.systematicLearning h2{
    padding-bottom: 50px;
}
.schoolYears span{
    width: 150px;
    height: 57px;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    color: #333333;
    font-family: siyuanNormal;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    line-height: 57px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.schoolYears span:hover{
    background-color: #0aba80;
    color: #ffffff;
}
.schoolYears span.on{
    background-color: #0aba80;
    color: #ffffff;
}
.learnContent p{
    font-size: 24px;
    color: #ffffff;
    font-family: siyuanRegular;
    position: relative;
    text-align: center;
    padding: 0px 30px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.learnContent ul{
    overflow: hidden;
}
.learnContent ul li{
    position: relative;
    float: left;
    width: 20%;
    height: 155px;
    margin-bottom: 30px;
}
.learnContent ul li img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 紧跟课程大纲 系统学习 end */


/*  找准关键点 start */
.keyPoints{
    padding-top: 94px;
    padding-bottom: 100px;
    position: relative;
  }
  .keyPoints .keyBg{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .keyPoints .keyPoints h2{
    padding-bottom: 56px;
  }
  .keyPoints .teacherIntro{
    background-color: #ffffff;
    padding-top: 38px;
    padding-bottom: 30px;
    position: relative;
    padding-bottom: 60px
  }
  .keyPoints .greenBg{
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 0;
  }
  .keyPoints .leftBg{
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
  }
  .keyPoints .teacherTitle{
    color: #333333;
    font-size: 40px;
    font-family: siyuanRegular;
    padding-bottom: 38px;
    width: 750px;
    margin-left: auto;
  }
  .keyPoints .greenContent{
    padding-top: 40px;
   
  }
  .keyPoints .greenContent h3{
    font-size: 32px;
    color: #ffffff;
    font-family: siyuanBold;
    padding-bottom: 20px;
  }
  .keyPoints .greenContent p{
    color: #ffffff;
    font-size: 28px;
    font-family: siyuanRegular;
  }
  .keyPoints .yellow{
    color: #ffef6c;
  }
  .keyPoints .teacherTitle{
    position: relative;
  }
  .keyPoints .teaIntroduce{
    position: relative;
    width: 750px;
      margin-left: auto;
  }
  .keyPoints .mb1{
    margin-bottom: 17px;
  }
  .keyPoints .mb2{
    margin-bottom: 15px;
  }
  .keyPoints .ourterTeacherBanner{
    padding-bottom: 40px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .keyPoints .teacher_banner{
    box-shadow: 0px 16px 32px 0px 
          rgba(188, 188, 188, 0.25);
      border-radius: 10px;
  }
  /* 教师轮播 */
  .keyPoints .teacher_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ececec;
    border-radius: 50%;
    margin: 0px 7px;
    opacity: 1;
  }
  
  .keyPoints .teacher_banner .swiper-pagination-bullet-active {
    background: #0aba80;
  }
  .keyPoints .teacher_banner .swiper-container-horizontal>.swiper-pagination-bullets,.index_banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
  }
  .keyPoints .teacher_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px;
  }
  
  .keyPoints .teacher_banner .swiper-pagination{
    position: absolute;
      transition: .3s opacity;
      transform: translate3d(0,0,0);
      z-index: 10;
      left: 50%;
      bottom: 0px;
  }
  /* 找准关键点 end  */

  .growUp{
    background-color: #f7f7f7;
  }
  .teachingServiceProcess .container > img {
      width: 1200px;
      height: auto;
  }

  .xsc_title p span {
      display: block;
  }