@media screen and (max-width: 1180px) {
  .banner-swiper {
    height: 680px; }
    .banner-swiper .swiper-slide {
      position: relative;
      overflow: hidden;
      height: 680px; }
      .banner-swiper .swiper-slide img {
        position: absolute;
        margin-left: -50%;
        margin-right: -50%;
        top: 0;
        left: 0;
        height: 680px;
        width: auto; } }

.main {
  position: relative; }

.why-us-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center; }
  .why-us-bg img {
    width: auto;
    height: 100%; }

.banner-swiper {
  background: #fff; }
  .banner-swiper .content-wd {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%; }
  .banner-swiper .register-box {
    width: 430px;
    height: 420px;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 40px;
    padding-top: 50px;
    margin: auto 0;
    z-index: 8;
    border-radius: 6px; }
  .banner-swiper .register-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
     }
  .banner-swiper .register-ornament {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 167px;
    z-index: 0; }
  .banner-swiper .register-header > div {
    width: 20px;
    height: 1px;
    background: #11184a; }
  .banner-swiper .register-header h3 {
    flex: 1;
    font-size: 24px;
    text-align: center;
    color: #0A103B; }
  .banner-swiper .register-header h3 span {
    color: #E3BB72;
    font-size: 26px;
    padding: 0 5px; }
  .banner-swiper .register-content {
    padding-top: 33px; }
  .banner-swiper .declare {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0 15px; }
  .banner-swiper .register-content .input-item {
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    margin-bottom: 12px;
    position: relative; }
    .banner-swiper .register-content .input-item a {
      display: block;
      width: 100px;
      line-height: 52px;
      right: 0;
      top: 0;
      position: absolute;
      color: #999;
      font-size: 14px;
      text-align: right;
      padding-right: 15px; }
      .banner-swiper .register-content .input-item a.disabled {
        color: #999 !important; }
      .banner-swiper .register-content .input-item a:hover {
        color: #E3BB72; }
    .banner-swiper .register-content .input-item:first-child input {
      padding-left: 90px; }
  .banner-swiper .register-content .input-item input {
    width: 100%;
    height: 52px;
    text-indent: 15px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    font-size: 16px; }
  .banner-swiper .register-content .input-item input:hover,
  .banner-swiper .register-content .input-item input:focus {
    border: 1px solid #C4C4C4; }
  .banner-swiper .btn1 {
    position: relative;
    width: 100%;
    height: 54px;
    background: #E3BB72;
    background: linear-gradient(128deg, rgba(248, 213, 146, 0.8) 0%, rgba(217, 168, 85, 0.8) 100%, rgba(217, 168, 84, 0.8) 100%);
    border-radius: 4px;
    text-align: center;
    color: #4E3200;
    line-height: 54px;
    font-size: 18px;
    cursor: pointer; }
    .banner-swiper .btn1:hover {
      background: linear-gradient(128deg, #f8d592 0%, #d9a855 100%, #d9a854 100%); }
  .banner-swiper .tips {
    color: #ccc;
    font-size: 12px;
    text-align: center;
    padding-top: 20px; }

.main .data-section {
  background: url(../bgimg/data-section-bg.jpg);
  background-color: #FAF9F6;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 0;
  padding-top: 80px; }
  .main .data-section .content-wd {
    overflow: initial; }
  .main .data-section .data-section-main {
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  .main .data-section.section h2 {
    padding-bottom: 60px; }
  .main .data-section .data-section-item {
    width: 320px;
    height: 240px;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 4px; }
    .main .data-section .data-section-item .data-section-data {
      position: absolute;
      top: 75px;
      left: 0;
      right: 0;
      margin: 0 auto;
      line-height: 52px;
      color: #333; }
    .main .data-section .data-section-item .data-section-desc {
      position: absolute;
      top: 150px;
      left: 0;
      right: 0;
      margin: 0 auto;
      color: #666;
      line-height: 22px; }
    .main .data-section .data-section-item:hover {
      transition: all .3s;
      background: #fff;
      box-shadow: 0px 8px 35px 0px rgba(66, 46, 12, 0.16); }
      .main .data-section .data-section-item:hover .data-section-item-icon {
        display: block; }
    .main .data-section .data-section-item .data-section-item-icon {
      position: absolute;
      width: 56px;
      height: 56px;
      left: 0;
      right: 0;
      top: -28px;
      background: #E5B661;
      background: linear-gradient(135deg, #f6daa5 0%, #d9a854 100%);
      border-radius: 50%;
      margin: 0 auto;
      display: none !important; }

.main .info-section {
  background: #fff; }
  .main .info-section .info-content {
    overflow: hidden; }
    .main .info-section .info-content .video-player {
      width: 650px;
      height: 365px;
      float: left; }
    .main .info-section .info-content .info-box {
      width: 530px;
      float: left;
      padding-left: 80px;
      padding-top: 15px; }
      .main .info-section .info-content .info-box h3 {
        padding-top: 16px;
        line-height: 36px;
        font-size: 24px;
        color: #333; }
        .main .info-section .info-content .info-box h3 img {
          width: 422px; }
      .main .info-section .info-content .info-box p {
        padding-top: 16px;
        font-size: 14px;
        line-height: 28px;
        color: #666; }

.main .superiority-section {
  padding-bottom: 135px;
  background: url(../bgimg/why-us-bg.jpg) no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  background-position: center center; }
  .main .superiority-section h2 {
    color: #fff;
    padding-bottom: 25px; }
  .main .superiority-section .superiority-row {
    overflow: hidden; }
    .main .superiority-section .superiority-row .superiority-item {
      width: 380px;
      border-radius: 4px;
      float: left;
      margin-top: 25px;
      overflow: hidden; }
      .main .superiority-section .superiority-row .superiority-item img {
        height: 260px;
        transition: all .5s ease-in-out; }
        .main .superiority-section .superiority-row .superiority-item img:hover {
          transform: translateZ(0) scale(1.05); }
      .main .superiority-section .superiority-row .superiority-item .glod-bar {
        position: relative;
        top: -12px;
        width: 100%;
        height: 12px;
        background: #E5B661;
        background: linear-gradient(270deg, #eec57d 0%, #fbdfb2 49%, #eec57d 100%); }
      .main .superiority-section .superiority-row .superiority-item .superiority-desc {
        top: -12px;
        height: 85px;
        width: 100%;
        background: #fff;
        text-align: center;
        margin-top: -2px;
        position: relative;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
      .main .superiority-section .superiority-row .superiority-item h5 {
        padding-top: 12px;
        line-height: 33px;
        font-size: 22px;
        color: #333; }
      .main .superiority-section .superiority-row .superiority-item p {
        padding-top: 8px;
        font-size: 14px;
        color: #999; }

.main .study-section .content-wd {
  overflow: initial; }

.main .study-section .study-desc-row {
  font-size: 0;
  overflow: inherit; }
  .main .study-section .study-desc-row .study-desc-item {
    width: 380px;
    display: inline-block;
    text-align: center; }
    .main .study-section .study-desc-row .study-desc-item .study-desc-icon img {
      width: 136px; }
    .main .study-section .study-desc-row .study-desc-item h3 {
      padding-top: 30px;
      padding-bottom: 24px;
      line-height: 24px; }
    .main .study-section .study-desc-row .study-desc-item .study-desc-detail {
      color: #666;
      line-height: 28px; }

.main .teacher-section {
  background: #fff; }
  .main .teacher-section .content-wd {
    position: relative; }
  .main .teacher-section .teacher-swiper {
    width: 880px;
    height: 464px;
    overflow: hidden;
    margin: 0 auto; }
    .main .teacher-section .teacher-swiper .swiper-slide {
      position: relative;
      width: 880px;
      height: 464px;
      background: url(../bgimg/photo-bg.jpg);
      background-size: 100% 100%;
      border-radius: 4px; }
      .main .teacher-section .teacher-swiper .swiper-slide .teacher-photo {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      .main .teacher-section .teacher-swiper .swiper-slide .teacher-info {
        position: absolute;
        top: 87px;
        left: 116px; }
        .main .teacher-section .teacher-swiper .swiper-slide .teacher-info h3 {
          font-size: 24px;
          line-height: 33px;
          letter-spacing: 5px; }
        .main .teacher-section .teacher-swiper .swiper-slide .teacher-info .teacher-identity {
          padding-top: 18px;
          line-height: 28px;
          font-size: 14px; }
        .main .teacher-section .teacher-swiper .swiper-slide .teacher-info .teacher-resume {
          color: #6F6B65;
          font-weight: 400;
          line-height: 30px;
          padding-top: 36px;
          font-size: 14px; }
  .main .teacher-section .teacher-preview {
    padding-top: 44px;
    width: 880px;
    margin: 0 auto;
    font-size: 0; }
    .main .teacher-section .teacher-preview .teacher-preview-item {
      display: inline-block;
      width: 160px;
      height: 103px;
      overflow: hidden;
      background: #fff;
      border-radius: 2px;
      transition: all .3s;
      box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      opacity: .64; }
      .main .teacher-section .teacher-preview .teacher-preview-item img {
        width: 100%; }
      .main .teacher-section .teacher-preview .teacher-preview-item.active {
        transform: scale(1.1);
        opacity: 1; }
  .main .teacher-section .teacher-swiper-page-btn {
    position: absolute;
    top: 175px;
    width: 60px;
    height: 92px;
    background: #E5B661;
    background: linear-gradient(135deg, rgba(246, 218, 165, 0.15) 0%, rgba(217, 168, 84, 0.15) 100%);
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: 110px; }
    .main .teacher-section .teacher-swiper-page-btn.next-btn {
      right: 0; }
    .main .teacher-section .teacher-swiper-page-btn.prev-btn {
      left: 0; }
    .main .teacher-section .teacher-swiper-page-btn.disabled {
      background: #f6f6f6;
      cursor: no-drop; }
      .main .teacher-section .teacher-swiper-page-btn.disabled .hover {
        display: inline-block; }
      .main .teacher-section .teacher-swiper-page-btn.disabled .blur {
        display: none; }
    .main .teacher-section .teacher-swiper-page-btn .hover {
      display: none; }
    .main .teacher-section .teacher-swiper-page-btn .blur {
      display: inline-block; }
    .main .teacher-section .teacher-swiper-page-btn img {
      width: 20px; }
  .main .teacher-section .teacher-swiper-page-btn:hover {
    background: linear-gradient(135deg, rgba(246, 218, 165, 0.75) 0%, rgba(217, 168, 84, 0.75) 100%); }
    .main .teacher-section .teacher-swiper-page-btn:hover .hover {
      display: inline-block; }
    .main .teacher-section .teacher-swiper-page-btn:hover .blur {
      display: none; }

.main .service-section .service-row {
  font-size: 0;
  padding-top: 30px; }
  .main .service-section .service-row .card {
    width: 250px;
    height: 454px;
    display: inline-block;
    position: relative; }
    .main .service-section .service-row .card .card-img {
      width: 100%;
      height: 230px;
      overflow: hidden; }
    .main .service-section .service-row .card h3 {
      padding-top: 25px;
      padding-bottom: 6px; }
    .main .service-section .service-row .card h5 {
      padding-bottom: 22px; }
    .main .service-section .service-row .card span {
      line-height: 21px;
      color: #666; }
    .main .service-section .service-row .card .card-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 110px;
      height: 36px;
      line-height: 36px;
      color: #E5B661;
      border: 1px solid #e5b661;
      text-align: center;
      cursor: pointer;
      border-radius: 1px; }
      .main .service-section .service-row .card .card-btn span {
        transition: left .3s; }
      .main .service-section .service-row .card .card-btn:hover {
        color: #fff;
        border: none;
        background: #E5B661;
        background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%); }
        .main .service-section .service-row .card .card-btn:hover img {
          display: inline; }
      .main .service-section .service-row .card .card-btn img {
        display: none;
        width: 12px;
        margin-left: 3px; }
  .main .service-section .service-row .service-item2 {
    display: inline-block;
    width: 180px; }

.main .service-section .service-icon-module {
  padding-top: 100px; }
  .main .service-section .service-icon-module .service-row {
    padding-bottom: 25px; }

.main .news-section {
  min-height: 428px;
  padding-top: 55px;
  overflow: hidden; }
  .main .news-section .news-box {
    width: 350px;
    float: left;
    line-height: 24px; }
    .main .news-section .news-box h3 {
      font-size: 24px;
      color: #333;
      overflow: hidden;
      padding: 30px 0 12px 0;
      border-bottom: 1px solid #c4c4c4;
      margin-bottom: 22px; }
      .main .news-section .news-box h3 a {
        float: right;
        color: #E5B661;
        font-size: 14px; }
        .main .news-section .news-box h3 a:hover {
          text-decoration: underline; }
    .main .news-section .news-box .news-item {
      overflow: hidden;
      white-space: nowrap;
      padding-bottom: 14px;
      line-height: 24px; }
      .main .news-section .news-box .news-item a {
        color: #666; }
        .main .news-section .news-box .news-item a:hover {
          color: #E3BB72; }

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

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

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

.main .video-row {
  display: flex;
  flex-wrap: wrap; }
  .main .video-row .video-item {
    height: 363px;
    width: 510px;
    margin-bottom: 36px; }
    .main .video-row .video-item video {
      width: 510px;
      height: 287px;
      border-radius: 4px;
      border: 1px solid #333; }
    .main .video-row .video-item h3 {
      line-height: 24px;
      font-size: 22px;
      overflow: hidden;
      padding-top: 18px; }
      .main .video-row .video-item h3 span {
        font-size: 14px;
        text-align: right;
        float: right;
        color: #666;
        font-weight: 400; }
    .main .video-row .video-item p {
      padding-top: 10px;
      color: #333;
      line-height: 24px; }
  .main .video-row .video-item:nth-child(2n) {
    margin-left: auto; }

@keyframes arrowMove {
  from {
    left: 94px; }
  to {
    left: 114px; } }
