﻿
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

body {
  background-color: #fff;
}*:focus {
  outline: none
}
div{  -webkit-tap-highlight-color: rgba(255,0,0,0);outline:none;
  -webkit-appearance:none;}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin: 0;
}
p {
  margin: 0;
}
#pop-box{
    display:none;
    position: fixed;
    bottom:0;
    right:0;
    z-index:99999;
    width:300px;
    height:300px;
    background-color:#fff;
    border-radius:20px;
    text-align:center;
}
.pop-box-title{
    padding:10px 0;
    font-size:20px;
}
#pop-box img{
    width:90%;
    height:85%;
}
.close-btn{
    position:absolute;
    right:0;
    top:0;
    width:30px;
    height:30px;
    border-radius:50%;
    background-color:#fff;
    text-align:center;
    line-height:30px;
    box-shadow: 0 0 8px #ededed;
}
.video-player{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100px;
    height:100px;
}
.train-article {
  display: flex;
  margin: 31px auto;
  width: 1015px;
}
.train-article-img {
  width: 483px;
  height: 497px;
}
.train-article-text {
  margin-left: 50px;
}
.train-article-text h5,
h4 {
  text-align: center;
  color: #3e3a39;
}
.train-article-text h5 {
  font-size: 47px;
}
.train-article-text h4 {
  font-size: 56px;
}
.train-article-text .article-p {
  font-size: 22px;
  color: #000;
}
.line {
  display: flex;
  margin: 30px 0 43px 0;
  width: 100%;
  height: 1px;
}
.line .left-line {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #ff8000;
}
.line .left-line::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff8000;
}
.line .right-line {
  width: 50%;
  height: 100%;
  background-color: #adadad;
}
.train-have {
  margin: 60px auto;
  width: 1054px;
}
.train-have .title {
  float: right;
  width: 408px;
}
.train-have .title h4 {
  font-size: 63px;
}
.have-icon {
  display: flex;
  justify-content: center;
}
.have-img {
  width: 87px;
  height: 87px;
}
.swiper-slide-have-icon{
    width:355px;
}
.have-icon-section:nth-child(2) {
  margin-left: 34px;
}
.have-icon-section:nth-child(3) {
  margin-left: 84px;
}
.have-icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  flex-direction: column;
}
.have-icon-swiper{
    padding-top:20px;
    height:240px;
    overflow:hidden;
}
.have-icon-swiper .swiper-container{
    overflow:initial;
}
.swiper-slide-have-icon:hover section{
    transform:translateY(-10px);
     -moz-transition: all 0.5s ease .0s;
     -ms-transition: all 0.5s ease .0s;
     transition: all 0.5s ease .0s;
}
.swiper-slide-have-icon:hover .have-img {
   -webkit-transform:rotateY(180deg) translateY(-10px);
   -moz-transform:rotateY(180deg) translateY(-10px);
   -ms-transform:rotateY(180deg) translateY(-10px);
    transition: all 0.5s ease .0s;
    -moz-transition: all 0.5s ease .0s;
     -ms-transition: all 0.5s ease .0s;
     transition: all 0.5s ease .0s;
}
.have-icon-title span {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.have-icon-p {
  text-align: center;
  font-size: 18px;
  color: #6d6d6d;
}

.base-six .base-six-line{
    margin:10px auto !important;
}
.train-outlook {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 975px;
  padding-top:86px;
}

.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left h5 {
    width: 120px;
  font-size: 60px;
  color: #3e3a39;
}
.left h5::before {
  content: "";
  margin-bottom: 9px;
  display: block;
  width: 50%;
  height: 4px;
  background-color: #ff8000;
}
.left h6 {
  margin-top: 5px;
  color: #3e3a39;
}
.train-outlook-img {
  margin-left: 39px;
  width: 320px;
  height: 820px;
}
.train-outlook-section {
  margin-top: 38px;
  margin-left: 66px;
  height: 178px;
transition: all 0.5s ease .0s;
}
.train-outlook-section .train_img2,.train-outlook-section .train_img1{
  width: 62px;
  height: 62px;
}
.train-outlook-section .train_img3 {
  width: 42px;
  height: 83px;
}
.train-outlook-section .train_img4{
  width: 58px;
  height: 61px;
}
.train-outlook-section h6 {
  font-size: 36px;
  color: #6d6d6d;
}
.train-outlook-section p {
  margin-top: 10px;
  font-size: 18px;
  color: #6d6d6d;
}
.train-outlook-section-hover{
  display:flex;
  align-items:center;
  padding:30px 0px 30px 47px;
  transform:translateX(-170px) !important;
  width:580px;
  background-color: #fff;
  box-shadow: 0px 0px 8px #f3f3f3;
  transition: all 0.5s ease .0s;
}
.train-outlook-section-h6-hover{
    color:#FF8000 !important;
    font-size:46px !important;
}
.train-outlook-section-img-hover{
    color:#FF8000;
    margin-right:32px;
    width:100px !important;
    height:100px!important;
    transition: all 0.5s ease .0s;
}
.train-outlook-section-img3-hover{
    color:#FF8000;
    margin-right:32px;
    width:60px !important;
    height:100px!important;
    transition: all 0.5s ease .0s;
}

.train-outlook-section-1200hover{
  display:flex;
  align-items:center;
  padding:19px 0px 19px 29px;
  transform:translateX(-100px) !important;
  width:400px;
  height:113px;
  background-color: #fff;
  box-shadow: 0px 0px 8px #f3f3f3;
  transition: all 0.5s ease .0s;
}
.train-outlook-section-h6-1200hover{
    color:#FF8000 !important;
    font-size:29px !important;
}
.train-outlook-section-img-1200hover{
    color:#FF8000;
    margin-right:16px;
    width:67px !important;
    height:67px!important;
    transition: all 0.5s ease .0s;
}
.train-outlook-section-img3-1200hover{
    color:#FF8000;
    margin-right:32px;
    width:40px !important;
    height:67px!important;
    transition: all 0.5s ease .0s;
}

.train-outlook-section-800hover{
  display:flex;
  align-items:center;
  padding:10px 10px 10px 15px;
  transform:translateX(-80px) !important;
  width:300px;
  height:75px;
  background-color: #fff;
  box-shadow: 0px 0px 8px #f3f3f3;
  transition: all 0.5s ease .0s;
}
.train-outlook-section-h6-800hover{
    color:#FF8000 !important;
    font-size:19px !important;
}
.train-outlook-section-img-800hover{
    color:#FF8000;
    margin-right:11px;
    width:40px !important;
    height:40px!important;
    transition: all 0.5s ease .0s;
}
.train-outlook-section-img3-800hover{
    color:#FF8000;
    margin-right:32px;
    width:24px !important;
    height:40px!important;
    transition: all 0.5s ease .0s;
}


.anthor {
  position: relative;
  top: 0px;
  left: -190px;
  width: 543px;
  height: 180px;
  background-color: #fff;
  box-shadow: 0px 0px 8px #f3f3f3;
}
.anthor img {
  margin-right: 32px;
  width: 107px;
  height: 107px;
}
.anthor h6 {
  font-size: 46px;
  color: #ff8000;
}
.anthor p {
  font-size: 18px;
  color: #6d6d6d;
}
.base-six {
  margin-top: 62px;
  text-align: center;
}
.middle h5 {
  font-size: 50px;
  color: #3e3a39;
}
.middle h6 {
  margin-top: 12px;
  font-size: 14px;
  color: #3e3a39;
}
.middle .base-six-line {
  margin: 10px auto;
  width: 40px;
  height: 4px;
  background-color: #ff8000;
}

.base-six-swiper {
  margin: 0 auto;
  margin-top: 30px;
  width: 1050px;
  height:356px;
}
.swiper-slide-box{
    display:flex;
    align-items:center;
    justify-content: center;
}
.base-six-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ff8000;
  width: 459px;
  height: 356px;
  z-index: 1;
}
.box-right,.box-left{
    width:322px;
    height:319px;
}
  .box-left{
      margin-right:-30px
  }
  .box-right{
      margin-left:-30px
  }
.box-right img,.box-left img{
    width:100%;
    height:100%;
}
.base-six-box img {
  margin-bottom: 30px;
  width: 106px;
  height: 107px;
}
.base-six-box span {
  font-size: 36px;
  color: #fff;
}
.base-six-img img {
  opacity:0.8;
  width: 100%;
  height: 100%;
}
.swiper-slide-img{
      width: 100%;
  height: 100%;
}
.swiper-point .swiper-pagination-bullet-active,.brand-pagination  .swiper-pagination-bullet-active{
  width:15px !important;
  height:15px !important;
  background:url("../images/Train/point.png") no-repeat;
  background-size:15px;
  margin-left:16px !important;
}
.swiper-point {
  position: relative;
  margin: 30px 0;
}
.swiper-pagination-bullet:nth-child(n + 1) {
  margin-left: 20px;
  width: 11px;
  height: 11px;
}

.light-point {
  display: flex;
  margin: 0 auto 30px;
  margin-top: 60px;
  height: 618px;
  width: 948px;
}
.light-point-swiper {
  width: 100%;
  height: 100%;
}

.light-point-left {
  width: 660px;
  height: 100%;
}
.light-point-right {
  position: relative;
  margin-left: 74px;
  height: 100%;
  text-align: center;
}
.light-point-right h5{
    width:240px;
}
.light-point h5:before{
    margin: 0 auto;
    margin-bottom:9px;
    width: 40px;
}
.light-point-img {
  width: 100%;
  height: 100%;
}
.light-point-btn{
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
.light-point-btn .swiper-button-prev,
.light-point-btn .swiper-button-next,.system_group .swiper-button-prev ,.system_group .swiper-button-next {
  position: relative;
  width: 68px;
  height: 68px;
  border: 1px solid #ff8000;
  border-radius: 50%;
}
.light-point-btn .swiper-button-prev::after,
.light-point-btn .swiper-button-next::after,.system_group .swiper-button-prev:after ,.system_group .swiper-button-next:after  {
  color: #ff8000;
}
.light-point-btn .swiper-button-prev,.system_group .swiper-button-prev {
  margin-right: 60px;
}
.system_group .left h5{
    width:250px;
    color:#fff;
}
.system_group .left h5:before{
        width: 40%;
    background-color:#fff;
}
.system_group .left h6{
    color:#fff;
    margin-top:20px;
    margin-bottom:70px;
}
.course-four {
  padding-top: 48px;
  padding-bottom: 1px;
  background-color: #f7f8f8;
}
.course-four h5,.course-four h6{
    color:#ff9000
}
.course-four .swiper-slide-next,.course-four .swiper-slide-prev{
    opacity:50% !important;
}
.course-four-swiper {
  margin:0 auto;
  width: 950px;
  margin-top: 30px;
  height: 284px;
}
.course-four .swiper-slide-active{
    opacity:1 !important;
}
.course-four-img{
    padding:30px 30px 30px 26px;
    width:550px;
    height:284px;
    background-color:#fff;
    box-shadow: 0px 0px 13px 0px rgba(216,216,216,0.5);
}
.course-four-article{
    width:100%;
    height:100%;
}
.course-four-article-title{
    font-size:36px;
    color:#3E3A39
}
.course-four-article-p{
    font-size: 16px;
    color:#3E3A39
}
.course-four-article-out{
    margin:0 auto;
    margin-top:24px;
    padding:24px 35px 13px 57px;
    width:458px;
    height:126px;
    background:url("../images/Train/dashed_bg.png") no-repeat;
    background-size:458px 126px;
}
.course-four-article-out-line{
    margin:5px auto;
    width:100px;
    background-color:transparent;
    border-top:1px dashed #FF8000;
}
.cert {
  margin: 150px 0 50px;
}
.cert-flex{
  display: flex;
  justify-content:flex-end;
}
.cert-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  height: 279px;
}
.cert-right {
  margin-left: 39px;
  width: 1245px;
  height: 279px;
}
.cert-swiper {
  width: 100%;
  height: 100%;
}
.cert-swiper .swiper-wrapper div[class*="swiper-slide-active"]{
    margin:0;
}
.cert-swiper .swiper-slide-active{
    margin-right:-25px !important;
}
.cert-swiper .cert-swiper-slide{
    width:393px;
    height:279px;
}
.anthor-cert-img{
    width:55% !important;
    margin:0;
}
.anthor-cert{
    margin-left:-160px;
}
.anthor-certs{
    margin-left:15px;
}
.cert-swiper .cert-swiper-img {
  width: 100%;
  height:100%;
  transform: scale(0.8);
  transition: all 0.5s ease-in;
}
.cert-swiper .swiper-slide-active .cert-swiper-img {
  transform: scale(1);
  transition: all 0.5s ease-in;
}
 .swiper-point {
   display:flex;
   justify-content:center;
   align-items: center;
}

.course-pic {
  position:relative;
  margin: 90px auto;
  width: 985px;
}
.course-pic .img {
  width: 100%;
}
  .course-btn{
      position:absolute;
      right:0;
      bottom:0;
      width:230px;
      height:72px;
      background-color:#FF8027;
      font-size:33px;
      color:#fff;
      line-height:72px;
      text-align:center;
      border-radius:50px;
      cursor:pointer;
  }
  .course-btn:hover{
      animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  }
.instructor {
  margin: 0 auto;
  margin-top: 72px;
  width: 1040px;
  text-align: center;
}
  .instructor .base-six-line{
      margin:10px auto !important;
  }

.instructor-section {
    margin-left: 6px;
  position: relative;
  width: 230px;
  height: 494px;
}
.instructor-section:hover{
        transform:translateY(-20px);
     -moz-transition: all 0.5s ease .0s;
     -ms-transition: all 0.5s ease .0s;
     transition: all 0.5s ease .0s;
}
.instructor-section-img {
  width: 100%;
  height: 221px;
  background-color: aliceblue;
  border-radius: 50%;
}
.instructor-article {
  width:100%;
  margin-top: 30px;
      padding-top: 20px;
    height: 530px;
    overflow: hidden;
}
.instructor-article .swiper-container{
    overflow:initial
}
.instructor-section-article {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 8px;
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  width: 100%;
  height: 379px;
  box-shadow: 0 0 8px #ededed;
  color: #3e3a39;
}
.instructor-section-article span:nth-child(1) {
  font-size: 36px;
}
.instructor-section-article span:nth-child(2) {
  margin-top: 13px;
  font-size: 22px;
}
.instructor-section-article span:nth-child(3) {
  font-size: 22px;
}
.instructor-section-article span:nth-child(4) {
  margin-top: 34px;
  font-size: 20px;
  color: #ff8000;
}

.atmosphere {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 72px;
  width: 990px;
}

.gallery-top {
  position: relative;
  width: 600px;
  height: 600px;
}
.gallery-thumbs {
  margin-left: 20px;
  margin-right: 60px;
  width: 150px;
  height: 490px;
}
.gallery-slide{
    width:150px;
    height:150px;
}
.atmosphere .swiper-button-next {
  position: absolute;
  right: 0;
  top: inherit;
  bottom: 0;
  height: 66px;
  width: 66px;
}
.atmosphere .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.atmosphere .swiper-button-next::after {
  content: "";
}
.atmosphere-left h5::before {
  width: 50px;
}
.gallery-thumbs-img {
  width: 100%;
  height: 100%;
  opacity: 50%;
}
.swiper-slide-thumb-active .gallery-thumbs-img {
  opacity: 1;
}

.assess-out {
  margin-top: 72px;
  padding-top: 48px;
  background-color: #f7f8f8;
}
.assess {
  margin: 0 auto;
  width: 1042px;
  text-align: left;
  align-items: center;
}

.assess .base-six-line {
  margin: initial !important;
}

.assess-bottom {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
.assess-article {
  margin-top: 12px;
}
.assess-section:hover{
      transform:translateY(-10px);
     -moz-transition: all 0.5s ease .0s;
     -ms-transition: all 0.5s ease .0s;
     transition: all 0.5s ease .0s;
}
.assess-section {
  position:relative;
  padding: 60px 35px 0 34px;
  width: 351px;
  /*background: url("../images/Train/assess_background.png") no-repeat;
  background-size: 351px 690px;*/
}
.assess-section p {
  margin: 0;
  font-size: 13px;
  color: #3e3a39;
  line-height: 20px;
}
.swiper-assess{
    height:50px;
    padding:30px 0 80px;
}
.point-left,
.point-right {
  height: 25px;
  font-size: 20px;
  color: #ff8000;
}
.point-left {
  margin-left: -10px;
}
.point-right {
  text-align: right;
}

.assess-article {
  display: flex;
}
.assess-section-user {
  display: flex;
  align-items: center;
  position: absolute;
   left: 35px;
   bottom: 35px;
}
.assess-section-user-img {
  margin-right: 30px;
  width: 71px;
  height: 71px;
}
.assess-section-user-right {
  display: flex;
  flex-direction: column;
}
.assess-section-user-right span:first-child {
  font-size: 28px;
  color: #3e3a39;
}
.assess-section-user-right span:last-child {
  font-size: 16px;
  color: #3e3a39;
}
.three {
  margin-right: 10px;
  padding: 0 4px;
  width: 66px;
  height: 17px;
  border-radius: 20px;
  font-size: 13px;
  background-color: #fff;
  color: #ff8000;
  line-height: 17px;
  text-align: center;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 60px;
}

.train-consult {
  position:relative;
  margin: 90px auto;
  width: 966px;
  height: 834px;
}
.train-consult img {
  width: 100%;
  height: 100%;
}
.train-consult .qr-code{
    position: absolute;
    width: 200px;
    height: 200px;
    right: 118px;
    bottom: 72px;
    border-radius: 50%;
}
@media screen and (max-width: 1500px){
    .cert-left{
        height:216px;
    }
    .cert-right{
        width: 980px;
        height:216px;
    }
        .cert-swiper .cert-swiper-slide {
        width: 307px;
        height: 210px;
    }
        .anthor-cert {
    margin-left: -126px;
}
        .cert-swiper .swiper-slide-active {
    margin-right: -14px !important;
}
}
@media screen and (max-width: 1200px) {
    .video-title .title{
           font-size:38px;
}
    .light-point-btn{
        right:26px;
    }
      #pop-box{
    width:250px;
    height:250px;
}
      .pop-box-title {
    padding: 5px 0;
    font-size: 15px;
}
    .video-player{
    width:68px;
    height:68px;
}
  .train-article {
    width: 635px;
  }
  .train-article-img {
    width: 302px;
    height: 310px;
  }
  .train-article-text h5 {
    font-size: 29px;
  }
  .train-article-text h4 {
    font-size: 35px;
  }
  .train-article-text .article-p {
    font-size: 14px;
  }
  .have-icon-swiper{
    padding-top:20px;
    height:169px;
}
  .train-have {
    margin:40px auto;
    width: 750px;
  }
  .train-have .title {
    width: 259px;
  }
  .train-have .title h4 {
    font-size: 40px;
  }
  .swiper-slide-have-icon {
    width: 260px;
}
  .have-img {
    width: 54px;
    height: 54px;
  }
  .have-icon-title span {
    font-size: 15px;
  }
  .have-icon-p {
    font-size: 13px;
  }

  .train-outlook {
    width: 708px;
  }
  .train-outlook-left h5 {
    width: 63px;
  }
  .train-outlook-left h6 {
    width: 90px;
  }
  .swiper-point .swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    background-size: 12px;
    margin-left: 10px !important;
}
  .left h5 {
    font-size: 31px;
  }
  .left h5::before {
    margin-bottom: 5px;
    height: 2px;
  }
  .atmosphere-left h5:before{
      width:25%
  }
  .left h6 {
    margin-top: 3px;
    font-size: 13px;
  }
  .train-outlook-img {
    width: 200px;
    height: 513px;
  }
  .anthor {
    position: relative;
    top: 20px;
    left: -135px;
    width: 339px;
    height: 113px;
  }
  .anthor img {
    width: 67px;
    height: 67px;
  }
  .anthor h6 {
    font-size: 29px;
  }
  .anthor p {
    font-size: 13px;
  }
  .train-outlook-section {
    margin-top: 19px;
    margin-left: 39px;
    height:116px;
  }
  .train-outlook-section .train_img2,.train-outlook-section .train_img1{
    width: 39px;
    height: 39px;
  }
  .train-outlook-section .train_img3{
    width: 26px;
    height: 52px;
  }
  .train-outlook-section .train_img4{
    width: 36px;
    height: 38px;
  }
  .train-outlook-section h6 {
    font-size: 23px;
  }
  .train-outlook-section p {
    font-size: 13px;
  }

  .middle h5 {
    font-size: 31px;
  }
  .middle h6 {
    font-size: 13px;
  }
  .base-six-swiper {
    width:660px;
    height:225px;
  }
  .swiper-slide-box{
    height: 225px;
  }
  .box-right,.box-left{
    width:203px;
    height:201px;
}
  .base-six-box{
      width:290px;
      height:225px;
  }
  .box-left{
      margin-right:-20px
  }
  .box-right{
      margin-left:-20px
  }
  .base-six-box img {
    width: 66px;
    height: 66px;
    margin-bottom:18px;
  }
  .base-six-box span {
    font-size: 23px;
  }
  .swiper-point {
    margin: 25px 0;
  }
  .swiper-pagination-bullet:nth-child(n + 1) {
    width: 7px;
    height: 7px;
    margin-left: 13px;
  }
  .light-point {
    margin-top: 40px;
    width: 593px;
  }
  .light-point-left {
    width: 400px;
  }
  .light-point-right {
    margin-left: 58px;
  }
  .light-point-btn .swiper-button-prev,
  .light-point-btn .swiper-button-next,.system_group .swiper-button-prev ,.system_group .swiper-button-next {
    width: 43px;
    height: 43px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after,.system_group .swiper-button-prev:after ,.system_group .swiper-button-next:after {
    font-size: 23px;
  }
  .light-point-btn .swiper-button-prev,.system_group .swiper-button-prev {
    margin-right: 44px;
  }

  .course-four-swiper {
    margin-top: 30px;
    width: 680px;
    height:inherit;
  }
  .course-four {
    padding-top: 30px;
  }
  .course-four-img{
      padding:19px 19px 16px 19px;
      width:390px;
      height:225px;
  }
  .course-four-article-title{
    font-size:23px;
}
.course-four-article-p{
    font-size: 13px;
}
.course-four-article-out{
    margin:0 auto;
        margin-top: 10px;
    padding:20px 22px 8px 36px;
    width:300px;
    height:124px;
    background-size:300px 124px;
}
.course-four-article-out p{
    font-size:13px;
}
.course-four-article-out-line{
    margin:4px auto;
    width:62px;
    background-color:transparent;
    border-top:1px dashed #FF8000;
}
  .middle h6 {
    margin-top: 3px;
  }

  .course-pic {
    margin-top: 40px;
    width: 616px;
    height: 480px;
  }
    .course-btn{
      width:144px;
      height:45px;
      font-size:21px;
      color:#fff;
      line-height:45px;
      text-align:center;
  }
  .instructor {
    width: 670px;
  }
  .instructor-section {
    width: 149px;
    height: 309px;
  }
  .instructor-section-img {
    height: 149px;
  }
  .instructor-section-article {
    padding-top: 78px;
    height: 228px;
  }
  .instructor-section-article span:nth-child(1) {
    font-size: 23px;
  }
  .instructor-section-article span:nth-child(2) {
    font-size: 14px;
  }
  .instructor-section-article span:nth-child(3) {
    font-size: 13px;
  }
  .instructor-section-article span:nth-child(4) {
    margin-top: 21px;
    font-size: 13px;
  }
  .instructor-article{
      height:330px;
  }
  .cert{
      margin-top:31px;
      margin-bottom:20px;
  }
     .cert-left{
        width: 102px;
        height:174px;
    }
    .cert-left h5{
        width: 62px;
    }
    .cert-right{
        margin-left:10px;
        width: 790px;
        height:174px;
    }
        .cert-swiper .cert-swiper-slide {
        width: 246px;
        height: 174px;
    }
        .anthor-cert {
    margin-left: -100px;
}
        .cert-swiper .swiper-slide-active {
    margin-right: -14px !important;
}
  .atmosphere {
    margin-top: 35px;
    width: 650px;
  }
  .gallery-top {
    width: 375px;
    height: 375px;
  }
  .gallery-slide{
      width:94px;
      height:95px;
  }
  .gallery-thumbs {
    margin-left: 13px;
    margin-right: 39px;
    width: 94px;
    height: 375px;
  }
  .atmosphere-left h6 {
    width: 124px;
  }
  .assess-out {
    margin-top: 45px;
    padding-top: 30px;
  }
  .assess {
    width: 720px;
  }

  .assess-section {
    width: 360px;
    background-size: 360px 690px;
  }
  .assess-section-user{
    left: 50px;
    bottom: 40px;
  }
  .assess-section-user-img {
    margin-right: 18px;
    width: 50px;
    height: 50px;
  }
  .assess-section-user-right span:first-child {
    font-size: 20px;
  }
  .assess-section-user-right span:last-child {
    font-size: 13px;
  }
  .middle .base-six-line {
    height: 2px;
  }
  .train-consult {
    margin: 45px auto;
    width: 604px;
    height: 521px;
  }
  .train-consult .qr-code{
    width: 120px;
    height: 120px;
    right: 79px;
    bottom: 40px;
}
}
@media screen and (max-width: 900px){
      .cert-right{
      width: 680px;
  }
}
@media screen and (max-width: 800px) {
        .light-point-btn{
        right:0px;
    }
        .video-title .title{
           font-size:25px;
}
  #pop-box{
    width:180px;
    height:180px;
}
  .close-btn {
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 13px;
}
  .video-player{
    transform: translate(-50%,-50%);
    width:48px;
    height:48px;
}
  .train-article {
    display: flex;
    align-items: center;
    width: 452px;
  }
  .train-article-img {
    width: 201px;
    height: 207px;
  }
  .train-article-text h5 {
    font-size: 20px;
  }
  .train-article-text h4 {
    font-size: 23px;
  }
  .train-article-text .article-p {
    font-size: 13px;
  }
  swiper-point .swiper-pagination-bullet-active {
    width: 8px !important;
    height: 8px !important;
    background-size: 8px;
    margin-left: 5px !important;
}
  .train-have {
    width: 520px;
  }
  .swiper-slide-have-icon {
    width: 260px;
}
  .train-have .title {
    width: 180px;
  }
  .train-have .title h4 {
    font-size: 26px;
  }
  .cert-flex{
      display:block;
  }
          .anthor-cert {
                  text-align: center;
    margin-left:0;
}
        .cert-swiper .swiper-slide-active {
    margin-right:0 !important;
}
  .have-img {
    width: 36px;
    height: 36px;
  }
  .have-icon {
    flex-wrap: wrap;
  }
  .have-icon .have-icon-section {
    margin-left: 0;
    width: 100%;
  }
  .have-icon-p {
    margin-bottom: 20px;
  }

  .train-outlook {
    width: 470px;
  }
  .left h5 {
    font-size: 21px;
     width: auto!important
  }
  .train-outlook-left h5 {
    width: 42px;
}
  .left h6 {
    font-size:13px;
  }
  .train-outlook-img {
    margin-left: 0;
    width: 133px;
    height: 94%;
  }
  .anthor {
    top: 15px;
    left: -91px;
    width: 300px;
    height: 85px;
  }
  .anthor img {
    width: 45px;
    height: 45px;
  }
  .anthor h6 {
    font-size: 19px;
  }
  .anthor p {
    font-size: 13px;
  }
  .train-outlook-section {
    margin-top: 8px;
    margin-left: 20px;
  }
  .train-outlook-section:nth-child(2) {
    margin-top: 22px;
  }
  .train-outlook-section .train_img2, .train-outlook-section .train_img1{
    width: 26px;
    height: 26px;
  }
  .train-outlook-section .train_img3{
    width: 18px;
    height: 35px;
  }
  .train-outlook-section .train_img4{
    width: 24px;
    height: 25px;
  }
  .train-outlook-section h6 {
    font-size: 15px;
  }
  .train-outlook-section p {
    margin-top: 4px;
    font-size: 13px;
  }
  .middle .base-six-line{
      width:17px;
  }
  .middle h5 {
    font-size: 21px;
  }
  .base-six-swiper {
   margin-top: 15px;
    width: 400px;
    height:150px;
  }
  .swiper-slide-box{
    height: 150px;
  }
  .box-right,.box-left{
    width:136px;
    height:134px;
}
  .base-six-box{
      width:193px;
      height:150px;
  }
  .box-left{
      margin-right:-10px
  }
  .box-right{
      margin-left:-10px
  }
  .base-six-box img {
    width: 44px;
    height: 45px;
    margin-bottom:12px;
  }
  .base-six-box span {
    font-size: 15px;
  }
  .base-six {
    margin-top:0;
}
  .swiper-slide-box{
      width:100%
  }
  .swiper-point {
    margin: 18px 0;
  }
  .light-point {
    margin-top: 27px;
    margin-bottom:30px;
    width: 95%;
    height: auto;
    align-items: center;
  }
  .light-point-left {
    width: 266px;
    height: auto;
  }
  .light-point-img,.light-point-swiper{
      height:auto;
   

  }
  .light-point-right {
    margin-left: 38px;
      padding-bottom: 60px;
  }
  .light-point-right h5 {
    width: 83px;
}
  .light-point h5:before {
    width: 17px;
}
  .light-point-btn .swiper-button-prev,
  .light-point-btn .swiper-button-next,.system_group .swiper-button-prev ,.system_group .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after,.system_group .swiper-button-prev:after ,.system_group .swiper-button-next:after {
    font-size: 14px;
  }
  .light-point-btn .swiper-button-prev,.system_group .swiper-button-prev {
    margin-right: 34px;
  }

  .course-four-swiper {
    margin-top: 13px;
    width: 400px;
    height: inherit;
  }
  .course-four{
    padding-top: 30px;
  }
  .course-four-article-title{
      font-size:16px;
  }
  .course-four-article-out {
    width: 330px;
    height: 114px;
    background-size: 330px 114px;
}
  .course-four .base-six-line{
      margin:0 auto !important;
      margin-bottom:6px !important;
  }
    .course-four-img{
      width:100%;
      height:217px;
  }

  .course-pic {
    margin-top: 20px;
    width: 410px;
    height: 320px;
  }
.course-btn{
      width:96px;
      height:30px;
      font-size:14px;
      color:#fff;
      line-height:30px;
  }
  .instructor {
      margin-top: 30px;
    width: 483px;
  }
  .instructor-article {
    height: 404px;
}
  .instructor-article {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .instructor-section {
    margin-top: 10px;
    margin-left: 10px;
  }
  .instructor-section-article span:nth-child(1) {
    font-size: 15px;
  }
  .cert-left{
      width:400px;
      margin:20px auto;
      height: inherit;
  }
  .cert-right{
    margin:0 auto;
    width:400px;
    height:286px;
  }
  .cert h5::before{
      width:25%;
  }
  .cert-swiper .cert-swiper-slide{
      width:100%;
      height:100%;
      text-align:center;
  }
   .cert {
    margin-top: 0px;
    margin-bottom:10px;
   }
    .cert-flex {
        width: 100%;
    }
    .cert-left h5 {
    width: 86px;
}
  .atmosphere {
    margin-top: 23px;
    width: 450px;
  }
  .gallery-top {
    width: 250px;
    height: 250px;
  }
  .gallery-slide{
      width:63px;
      height:63px;
  }
  .gallery-thumbs {
    margin-left: 8px;
    margin-right: 25px;
    width: 63px;
    height: 250px;
  }
  .atmosphere-left h6 {
    width: 84px;
  }
  .atmosphere .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .assess-section {
    padding: 60px 35px 0 34px;
    width: 360px;
}
  .assess-out {
    margin-top: 30px;
    padding-top: 20px;
  }
  .assess {
    width: 360px;
    padding:0;
  }
  .assess-article {
    flex-wrap: wrap;
  }

  .train-consult {
    margin: 30px auto;
    width: 403px;
    height: 348px;
  }
  .train-consult .qr-code{
    width: 80px;
    height: 80px;
    right: 50px;
    bottom: 26px;
}
}
@media screen and (max-width: 799px) {

    .train-outlook-right {
        width: 310px;
    }
}
@media screen and (max-width: 400px){
    .assess-section p {
    line-height: 19px;
}
    .assess-section {
    padding: 40px 30px 0 30px;
}
}
.train_info{
        width: 1015px;
        margin: 31px auto;
}
.train_info p{
    font-size:16px;
    color:#000;
    margin-top:13px;
}
.train_info_main{
    position:relative;
}
.train_info_left{
    width:72%;
   background-position:center top;
   background-repeat:no-repeat;
   background-size:50%;
}
.train_info_left img{
    width:100%;    
}
.train_info_right{
    position:absolute;
    right:0;
    top:0;
}
.train_info_right_title{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.train_info_right_title h1{
    text-align:right;
    color:#3E3A39;
    line-height:73px;
    font-size:42px;margin-top: 25px;
}
.train_info_right_title h1 span{
    
    font-size:52px;
}
.train_info_right_title .line{
    width:70%;
}
.train_info_right_one{
    width:60px;
    margin:15px 0 5px;
}
.train_info_right_two{
    width:150px;
    margin-left: 115px;
}
.train_brand{
    background-color:#F7F8F8;
    padding:90px 0 60px;
}
.train_brand_main{
  display: flex;
  width: 1015px;
  margin: 0 auto;
  justify-content:space-between;
}
.train_brand_right{
    display: flex;
     justify-content:flex-start;
}
.train_brand_item{
    margin-bottom:10px;
    text-align:right;
    font-size: 0;
    -webkit-transition:all ease-in-out 400ms;transition:all ease-in-out 400ms;-ms-transform:all ease-in-out 400ms;
}
.train_brand_item_one{
    width:134px;
    -webkit-transition:all ease-in-out 400ms;transition:all ease-in-out 400ms;-ms-transform:all ease-in-out 400ms;
}
.train_brand_item_two{
    width:0;    
    display:none;
    margin-right:20px;
    -webkit-transition:all ease-in-out 400ms;transition:all ease-in-out 400ms;-ms-transform:all ease-in-out 400ms;
}
.train_brand_item.active .train_brand_item_one {
 width:0;
}
.train_brand_item.active .train_brand_item_two {
   width:257px;   
    display:block;
}
.train_brand_grow{
    margin-right:12px;
}
.system_main{
    position:relative;
}
.system{
    background-repeat:no-repeat;
    background-size:auto 100%;
    background-position:center;
    padding:230px 0 203px;
}
.systemSwiper{
    width:1140px;
    margin:0 auto;
    overflow: hidden;
}
.systemSwiper img{
    width:100%;
}
.system_group{
    display: flex; 
    width:1140px;
    margin:0 auto;    
    position: absolute;
    left: 50%;
    margin-left: -570px;
    bottom: 20px;
    align-items: flex-end
}
.assess-article{
    width: 750px;
        margin-left: 100px;
        overflow:hidden;
}
.assess-article img{
    width:100%;
}
.assess-article .swiper-slide{
    transform:scale(0.9);
     -webkit-transition:all ease-in-out 400ms;transition:all ease-in-out 400ms;-ms-transform:all ease-in-out 400ms;
}
.assess-article .swiper-slide.swiper-slide-active{
    transform:scale(1);
     -webkit-transition:all ease-in-out 400ms;transition:all ease-in-out 400ms;-ms-transform:all ease-in-out 400ms;
}
.train_brand_right_phone{
    display:none;
}
@media screen and (max-width: 1200px) {
    .system{
        padding:130px 0;
    }
    .system_group{
        bottom:50px;
        width:94%;
        left:3%;
        margin-left:0;
    }
    .systemSwiper,.train_info,.train_brand_main {
      width:94%;
       
    }
    .train_brand_main{
        overflow:hidden;
    }
}

@media screen and (max-width: 780px) {
    .train_info_right_two{
        display:none;
    }
    .system_group {
     bottom:30px;
    }
    .train_info_right_title h1{
        font-size:36px;
    }
    .train_info_right_title h1 span{
        font-size:38px;
    }
    .train_brand_right_phone{
        display: flex;
    flex-flow: wrap;
    padding-top:30px;
    }
    .train_brand_right,.brand-pagination{
        display:none;
    }
    .train_brand_main{
            flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height:auto;
    padding:30px 0;
}
    .train_brand_main .train-outlook-left h5, .train_brand_main .train-outlook-left h6{
        width:100%;
    }
    .train_brand_item{
        width:20%;
        padding:0 10px;
        box-sizing:border-box;
        font-size: 0;
    }
    .train_brand_item_one{
        width:100%;
    }
    .train_brand_item_two{
        
    display:block;
        margin-right:0;
    }
    .train_brand_item:hover  .train_brand_item_two{
        width:100%;
    }
      .train_brand_item:hover  .train_brand_item_one{
        width:0;
    }
}

@media screen and (max-width: 640px){
    .system_group {
     bottom:10px;
    }
    .system_group .left h5:before{
        width:25%;
    }
    .train-article {
        padding:0 10px;
        width: 100%;
    }
    .train-article-text{
        margin-left:10px;
    }
    .train-article-img{
        width:161px;
        height:167px;
    }
    .train-outlook-left h5 {
    width: 83px;
}
    .train-outlook-left h6 {
    width: 110px;
}
    .line{
        margin:18px 0;
    }
    .train-have{
        padding:0 10px;
        width:100%;
    }
    .swiper-slide-have-icon {
    width: 100%;
}
    .train-outlook{
        display:block; padding:30px 0;
        width: 95%;
    }
    .train-outlook-left{
        margin-bottom:15px;
    }
    .train-outlook-img{
        margin-left:0;
        height: 95%;
    }
    .train-outlook-section{
        pointer-events:none;
        margin-top: 10px;
        margin-left: 13px;
    }
  .base-six-box span {
    font-size: 23px;
  }
    .anthor {
        top: 0;
        left: -71px;
        width: 280px;
        height: 80px;
    }
    .anthor img{
        margin-right:20px;
    }
    .light-point-right{
        margin-left:15px;
    }
    .course-four-swiper{
        width:95%;
        height: 220px;
    }
    .base-six-swiper{
        width:95%;
    }
      .base-six-swiper {
    width:95%;
    height:225px;
  }
  .swiper-slide-box{
    height: 225px;
  }
  .box-right,.box-left{
    width:0;
}
  .box-right{
      margin-left:0
  }
  .box-left{
      margin-right:0
  }
  .base-six-box{
      width:100%;
      height:225px;
  }
    .course-four-img{
      width:100%;
      height: 220px;
  }
    .cert{
        margin-top: 15px;
        width:100%;
    }
    .cert-flex{
        display:block;
    }
    .cert-left{
        padding:0 10px;
        height:inherit;
        width: 100%;
    }
    .cert-left h5::before{
        width:20%;
    }
    .cert-right{
        margin:0 auto;
        width:95%;
        margin-top:15px;
        height: 250px;
        padding-right:0
    }
    .cert-swiper .cert-swiper-slide {
    width: 100%;
    height: 100%;
    }
    .cert-swiper .swiper-slide-active {
    margin-right:0 !important;
    }
    .swiper-point{
        margin:10px 0;
        padding:0 0 10px;
    }
    .assess-section {
      padding: 0px 15px;
      width: 100%;
    }
    .course-pic{
        width:95%;
        margin:0 auto;height: auto;
    }
    .instructor{
        width:340px;
    }
    .instructor-article {
    width: 340px;
    height: 385px;
}
    .instructor-section{
        width:170px;
        height:350px;
        margin-left:0;
    }
    .instructor-section-img{
        width:100%;
        height:180px;
    }
    .atmosphere{
        width:95%;
    }
    .assess-bottom{
        padding-left:10px;
    }
    .assess .base-six-line{
        margin-left:10px !important;
    }
    .assess{
        width:100%;
        flex-direction: column;
    }

    .assess-article{
        margin-left:0px;
        width:98%;
    }
    .train-consult{
        width:95%
    }
    .atmosphere {
    margin-top: 13px;
}
    .atmosphere h5 {
        width: 60px;
    }
    .assess-section-user{
        left:35px;
        bottom: 30px;
    }
    .gallery-thumbs {
        margin-top: 20px;
        margin-left: 8px;
        margin-right: 12px;
    }
    .video-player {
        width:28px;
        height:29px;
    transform: translate(-50%,-50%);
    }
    .video-title .title{
        font-size:16px;
    }
    .assess-section:hover {
    transform: none;
}
    .instructor-section:hover{
        transform:none;
}
      .train-consult .qr-code{
    width: 65px;
    height: 65px;
    right: 51px;
    bottom: 27px;
}
}
@media screen and (max-width: 640px) {
    .train_info_right {
        position:relative;
}
    .train_info_left{
        width:100%;padding-top: 0px;
    }
    .train_info_right_one{
        display:none;
    }
    .train_brand{
        padding:0;
    }
    .train_brand_item{
        width:33.3%;
    }
    /*.system{
    background-size: cover
    }*/
    .system_group>div{
        font-size:16px!important;
    }
}
.train_brand_item_swiper,.train_brand_item.active {
    width:257px;
    overflow:hidden;
    margin:4px 0px 11px 0px;
}
.brand-pagination{
    position: absolute;
    bottom: 0;
   
    display: flex;
    justify-content: center;
    align-items: center;
    left: -13px;
}