@charset "UTF-8";
.points-section {
  padding-top: 75px; }
  .points-section .points-row {
    overflow: hidden;
    padding-top: 25px; }
    .points-section .points-row .points-card {
      position: relative;
      width: 220px;
      height: 210px;
      float: left;
      background-size: 100% 100%; }
      .points-section .points-row .points-card img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .points-section .points-row .points-card .points-info {
        position: absolute;
        top: 35px;
        left: 28px;
        z-index: 2;
        color: #666; }
        .points-section .points-row .points-card .points-info .points-icon {
          width: 17px;
          height: 4px;
          background: #E5B661;
          background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%); }
        .points-section .points-row .points-card .points-info h3 {
          padding: 16px 0 31px 0;
          color: #333;
          font-size: 22px; }
        .points-section .points-row .points-card .points-info p {
          font-size: 14px;
          line-height: 24px; }
    .points-section .points-row .points-bg-1 {
      background: url(../images/icon/points-bg-1.png); }
    .points-section .points-row .points-bg-2 {
      background: url(../images/icon/points-bg-2.png); }
    .points-section .points-row .points-bg-3 {
      background: url(../images/icon/points-bg-3.png); }
    .points-section .points-row .points-bg-4 {
      background: url(../images/icon/points-bg-4.png); }
    .points-section .points-row .points-bg-5 {
      background: url(../images/icon/points-bg-5.png); }
    .points-section .points-row .points-bg-6 {
      background: url(../images/icon/points-bg-6.png); }
    .points-section .points-row .points-bg-7 {
      background: url(../images/icon/points-bg-7.png); }
    .points-section .points-row .points-bg-8 {
      background: url(../images/icon/points-bg-8.png); }
    .points-section .points-row .points-bg-9 {
      background: url(../images/icon/points-bg-9.png); }
    .points-section .points-row .points-bg-10 {
      background: url(../images/icon/points-bg-10.png); }

.emba-desc-section .emba-desc-module-row {
  padding-bottom: 25px;
  font-size: 0;
  overflow: hidden; }
  .emba-desc-section .emba-desc-module-row .emba-desc-module-item {
    background: #fff;
    float: left;
    width: 250px;
    height: 250px;
    border: 1px solid #f6edde;
    border-radius: 4px;
    transition: all .3s;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .emba-desc-section .emba-desc-module-row .emba-desc-module-item .emba-desc-icon {
      padding-top: 44px;
      margin: 0 auto; }
      .emba-desc-section .emba-desc-module-row .emba-desc-module-item .emba-desc-icon img {
        width: 100px; }
      .emba-desc-section .emba-desc-module-row .emba-desc-module-item .emba-desc-icon .icon-blur {
        display: inline-block; }
      .emba-desc-section .emba-desc-module-row .emba-desc-module-item .emba-desc-icon .icon-focus {
        display: none; }
    .emba-desc-section .emba-desc-module-row .emba-desc-module-item .emba-desc-title {
      padding-top: 16px;
      color: #000; }
    .emba-desc-section .emba-desc-module-row .emba-desc-module-item .emba-desc-sub-title {
      padding-top: 13px;
      color: #666; }
    .emba-desc-section .emba-desc-module-row .emba-desc-module-item .emba-desc-arrow {
      position: absolute;
      bottom: 32px;
      width: 22px;
      display: none;
      left: 114px; }
    .emba-desc-section .emba-desc-module-row .emba-desc-module-item:hover {
      background: #E5B661;
      background: linear-gradient(135deg, #f6daa5 0%, #d9a854 100%);
      box-shadow: 0px 5px 21px 0px rgba(190, 138, 49, 0.3); }
      .emba-desc-section .emba-desc-module-row .emba-desc-module-item:hover .emba-desc-title {
        color: #fff; }
      .emba-desc-section .emba-desc-module-row .emba-desc-module-item:hover .emba-desc-sub-title {
        color: #fff; }
      .emba-desc-section .emba-desc-module-row .emba-desc-module-item:hover .emba-desc-arrow {
        display: none;
        animation: arrowMove .3s;
        -moz-animation: arrowMove .3s;
        /* Firefox */
        -webkit-animation: arrowMove .3s;
        /* Safari 和 Chrome */
        -o-animation: arrowMove .3s;
        /* Opera */ }
      .emba-desc-section .emba-desc-module-row .emba-desc-module-item:hover .emba-desc-icon .icon-blur {
        display: none; }
      .emba-desc-section .emba-desc-module-row .emba-desc-module-item:hover .emba-desc-icon .icon-focus {
        display: inline-block; }

.class-teacher-section .class-teacher-row {
  overflow: hidden;
  font-size: 0; }
  .class-teacher-section .class-teacher-row .card {
    width: 390px;
    height: 150px;
    display: inline-block;
    overflow: hidden; }
    .class-teacher-section .class-teacher-row .card .photo-box {
      width: 150px;
      float: left;
      background: url(../images/teacher-photo-bg.jpg) no-repeat;
      background-size: 100% auto;
      border-radius: 8px; }
    .class-teacher-section .class-teacher-row .card .card-info {
      padding: 10px 0 0 30px;
      float: left; }
      .class-teacher-section .class-teacher-row .card .card-info h3 {
        padding-bottom: 16px;
        font-size: 26px;
        font-weight: 500;
        line-height: 33px; }
      .class-teacher-section .class-teacher-row .card .card-info .card-info-icon {
        width: 17px;
        height: 4px;
        background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%); }
      .class-teacher-section .class-teacher-row .card .card-info p {
        line-height: 30px;
        font-size: 16px;
        padding-top: 27px;
        color: #666; }

.func-section {
  position: relative; }
  .func-section.section {
    padding-bottom: 40px; }
  .func-section .content-wd {
    overflow: inherit; }
  .func-section h2 {
    padding-bottom: 50px; }
  .func-section .func-row {
    font-size: 0; }
    .func-section .func-row .func-item2.func-item {
      padding-left: 210px;
      padding-right: 0; }
    .func-section .func-row .func-item {
      width: 50%;
      position: relative;
      height: 250px;
      vertical-align: top;
      display: inline-block;
      padding-right: 210px; }
      .func-section .func-row .func-item .func-info1 {
        position: absolute;
        top: 130px;
        left: 130px; }
      .func-section .func-row .func-item .func-info2 {
        position: absolute;
        top: 130px;
        left: 90px; }
      .func-section .func-row .func-item .func-item-icon {
        width: 23px;
        height: 4px;
        background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%); }
      .func-section .func-row .func-item h3 {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 22px;
        font-weight: 500;
        color: #333; }
      .func-section .func-row .func-item p {
        font-weight: 400;
        line-height: 28px;
        color: #666;
        font-size: 14px; }
  .func-section .func-section-img {
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 271px; }

.service-section {
  color: #666;
  padding-bottom: 116px; }
  .service-section .service-section-left {
    width: 590px;
    padding-right: 110px;
    text-align: right;
    float: left;
    padding-top: 54px; }
    .service-section .service-section-left img {
      width: 240px; }
    .service-section .service-section-left p {
      font-size: 14px;
      line-height: 28px;
      padding-top: 35px; }
  .service-section .service-section-right {
    width: 590px;
    padding-left: 50px;
    padding-top: 15px;
    float: left; }
    .service-section .service-section-right img {
      width: 419px; }

.customer-kinds {
  position: relative;
  overflow: hidden;
  height: 64px;
  border-bottom: 1px solid #DBDBDB; }
  .customer-kinds .kinds-swiper-btn {
    position: absolute;
    width: 80px;
    height: 54px;
    border-radius: 30px; }
    .customer-kinds .kinds-swiper-btn img {
      margin-top: 15px;
      width: 30px;
      vertical-align: middle; }
    .customer-kinds .kinds-swiper-btn .icon {
      display: none; }
    .customer-kinds .kinds-swiper-btn .icon-y {
      display: inline; }
    .customer-kinds .kinds-swiper-btn.disabled .icon-y {
      display: none; }
    .customer-kinds .kinds-swiper-btn.disabled .icon {
      display: inline; }
    .customer-kinds .kinds-swiper-btn.kinds-swiper-prev {
      left: 0;
      background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 34%, #f7f7f7 100%); }
    .customer-kinds .kinds-swiper-btn.kinds-swiper-next {
      text-align: right;
      right: 0;
      background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 34%, #f7f7f7 100%); }

.kinds-swiper {
  margin: 0 auto;
  position: relative; }
  .kinds-swiper .swiper-slide {
    width: 120px;
    height: 58px;
    line-height: 58px;
    cursor: pointer;
    text-align: center; }
    .kinds-swiper .swiper-slide:first-child {
      margin-left: 0; }
    .kinds-swiper .swiper-slide span {
      line-height: 58px;
      display: inline-block;
      height: 58px; }
    .kinds-swiper .swiper-slide.swiper-slide-active span {
      border-bottom: 4px solid #E5B661;
      border-bottom: 4px solid linear-gradient(135deg, #f8d592 0%, #d9a854 100%); }

.customer-row {
  padding-top: 40px;
  overflow: hidden;
  margin-top: 30px; }
  .customer-row .customer-item {
    width: 220px;
    height: 220px;
    float: left;
    padding: 23px 40px;
    margin-left: 20px; }
    .customer-row .customer-item .logo-box {
      position: relative;
      width: 140px;
      height: 140px;
      border-radius: 140px;
      background: #fff; }
      .customer-row .customer-item .logo-box img {
        width: 135px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
    .customer-row .customer-item p {
      padding-top: 12px;
      color: #333;
      line-height: 30px;
      font-size: 14px;
      text-align: center; }
    .customer-row .customer-item:nth-child(5n+1) {
      margin-left: 0; }

.video-row {
  overflow: hidden; }
  .video-row .video-item {
    height: 363px;
    width: 510px; }
    .video-row .video-item video {
      width: 510px;
      height: 287px;
      border-radius: 4px;
      border: 1px solid #333; }
    .video-row .video-item h3 {
      line-height: 24px;
      font-size: 22px;
      overflow: hidden;
      padding-top: 18px; }
      .video-row .video-item h3 span {
        font-size: 14px;
        text-align: right;
        float: right;
        color: #666;
        font-weight: 400; }
    .video-row .video-item p {
      padding-top: 10px;
      color: #333;
      line-height: 24px; }
  .video-row .video-item:first-child {
    float: left; }
  .video-row .video-item:last-child {
    float: right; }

.class-figure-box {
  overflow: hidden; }
  .class-figure-box .figure {
    float: left;
    width: 280px;
    padding: 18px 0 18px 0;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 30px; }
    .class-figure-box .figure img {
      height: 60px;
      width: auto;
      float: left; }
    .class-figure-box .figure .figure-desc {
      padding-left: 15px;
      float: left; }
      .class-figure-box .figure .figure-desc h3 {
        font-size: 24px;
        line-height: 33px;
        color: #333; }
      .class-figure-box .figure .figure-desc p {
        padding-top: 5px;
        font-size: 14px;
        color: #666;
        line-height: 21px; }
    .class-figure-box .figure:nth-child(4n+1) {
      margin-left: 0; }

.class-time-section {
  height: 703px; }
  .class-time-section .class-time-desc {
    width: 740px;
    float: left; }
    .class-time-section .class-time-desc h2 {
      padding-bottom: 70px;
      text-align: left; }
    .class-time-section .class-time-desc p {
      line-height: 36px;
      font-size: 20px;
      color: #666; }
  .class-time-section .class-time-show {
    overflow: hidden;
    float: left;
    width: 440px; }
    .class-time-section .class-time-show .class-time-card {
      width: 200px;
      float: left;
      color: #666;
      padding-bottom: 60px; }
      .class-time-section .class-time-show .class-time-card img {
        height: 73px;
        width: auto; }
      .class-time-section .class-time-show .class-time-card span {
        padding-left: 20px; }
      .class-time-section .class-time-show .class-time-card.class-time-card2 img {
        float: left; }
      .class-time-section .class-time-show .class-time-card.class-time-card2 p {
        padding-left: 86px;
        line-height: 25px;
        padding-top: 25px; }
        .class-time-section .class-time-show .class-time-card.class-time-card2 p:last-child {
          padding-top: 0; }

.petal-house-section {
  position: relative; }
  .petal-house-section h2 {
    position: absolute;
    top: -223px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 36px;
    text-align: center; }

.teacher-figure {
  position: absolute;
  width: 880px;
  height: 464px;
  margin: 0 auto;
  top: -125px;
  right: 0;
  left: 0;
  background: url(../images/photo-bg2.png);
  background-size: 100% 100%;
  border-radius: 4px; }
  .teacher-figure .teacher-photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .teacher-figure .teacher-info {
    position: absolute;
    top: 87px;
    left: 116px; }
    .teacher-figure .teacher-info h3 {
      font-size: 24px;
      line-height: 33px; }
    .teacher-figure .teacher-info .teacher-identity {
      padding-top: 12px;
      line-height: 25px;
      font-size: 14px; }
    .teacher-figure .teacher-info .teacher-resume {
      color: #6F6B65;
      font-weight: 400;
      line-height: 30px;
      padding-top: 36px; }

.student-video-box {
  width: 880px;
  height: 495px;
  margin: 0 auto;
  position: relative; }
  .student-video-box img {
    width: 246px;
    height: 147px;
    position: absolute;
    bottom: -61px;
    right: -64px; }
  .student-video-box video {
    width: 880px;
    height: 495px; }

.class-try-box {
  position: relative;
  width: 200px;
  height: 64px;
  margin: 60px auto; }
  .class-try-box .class-try-btn {
    width: 200px;
    height: 64px;
    border-radius: 2px;
    opacity: 0.79;
    background: #E5B661;
    background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%); }
  .class-try-box .action-icon {
    position: absolute;
    width: 2px;
    height: 44px;
    background: #E5B661;
    background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%);
    top: 10px;
    transition: all .3s; }
  .class-try-box .action-icon-left {
    left: -8px; }
  .class-try-box .action-icon-right {
    right: -8px; }
  .class-try-box:hover .action-icon-left {
    left: -18px; }
  .class-try-box:hover .action-icon-right {
    right: -18px; }
