@charset "utf-8";
/* more */
.more {
  text-align: center;
}
.more .btn-more {
  display: inline-block;
  padding: 4px 15px;
  color: #a0a2b1;
}
.more-default {
  margin: 24px 0 39px;
}
.more-default .btn-more {
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #64697f;
}
.more b {
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url(../images/ico-arr.png);
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.more .btn-more:hover {
  color: #ffba00;
  border-color: #ffba00;
}
.more .btn-more:hover b {
  background-position: 0 -12px;
}
/* banner */
.banner {
  margin-bottom: 34px;
}
.banner .swiper-container {
  /* min-width: 1200px; */
  height: 622px;
}
.banner .swiper-slide {
  position: relative;
  background: #fff;
}
.banner .swiper-slide .banner-img {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  min-width: 1200px;
  background-repeat: no-repeat;
  background-position: center;
  height: 622px;
}
.banner .swiper-slide .banner-img img {
}
.banner .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 3px;
  border-radius: 4px !important;
  margin-right: 10px;
  background: #ccc;
  border-radius: 0;
  opacity: 1;
  transition: all 3s;
  outline: none;
}
.banner .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: #444;
  display: none;
  border-radius: 3px !important;
}
.banner-position {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  text-align: left;
}
.banner-position .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-text h3 {
  font-size: 48px;
  color: #071131;
}
.banner-text h3 i {
  font-style: inherit;
  color: #ff7766;
}
.banner-text p {
  margin: 32px 0;
  line-height: 40px;
  font-weight: 400;
  font-size: 24px;
  color: #64697f;
}
.banner-more {
  text-align: left;
}
.banner-more .btn-more {
  padding: 0;
}
/*  */

/* learn-way */
.learn-way {
  margin-top: 140px;
}
.learn-way .swiper-container {
  padding-top: 40px;
  padding-bottom: 50px;
}
.learn-way .swiper-container .swiper-slide > div {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}
.learn-way .swiper-container h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  transform: translateY(55px);
  transition: all 0.3s;
}
.learn-way .swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 3px;
  border-radius: 4px !important;
  margin-right: 10px;
  background: #ccc;
  border-radius: 0;
  opacity: 1;
  transition: all 3s;
  outline: none;
}
.learn-way .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 3px;
  background-color: #444;
  display: none;
  border-radius: 3px !important;
}
.timer-cl:before {
  animation: liner 5s ease-in-out;
  display: block !important;
}
@keyframes liner {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
.about-honor-scale {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.about-honor-scale > div {
  position: relative;
}
/*  */

.ani-text {
  transform: translateY(-30px);
  opacity: 0;
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
}
.ani-a {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.ani-img {
  transform: translate(20px, -30px);
  opacity: 0;
  transition: all 1s ease-in-out;
}
/* 状态 */
.ani-slide .ani-text {
  transform: translateX(0);
  opacity: 1;
}
.ani-slide .ani-a {
  opacity: 1;
}
.ani-slide .ani-img {
  transform: translate(0);
  opacity: 1;
}
.timer-cl:before {
  animation: liner 5s ease-in-out;
  display: block !important;
}
@keyframes liner {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
/* 课程 */
.index-project ul {
  /* margin-left: -25px; */
}
.index-project ul li {
  /* float: left; */
  /* padding-left: 56px; */
  text-align: center;
}
.index-project-box {
  display: block;
  /* width: 344px; */
  /* height: 416px; */
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  transition: all 0.3s;
  overflow: hidden;
}
.index-project-pic {
  overflow: hidden;
}
.index-project-pic img {
  width: 100%;
}
.index-project-content {
  /* padding-bottom: 35px; */
}
.index-project-content h1 {
  font-size: 30px;
  color: #071131;
}
.index-project-content p {
  margin-bottom: 25px;
  line-height: 26px;
  font-size: 16px;
  color: #64697f;
}
.index-project ul li:first-child {
  border-top-left-radius: 100px;
}
.index-project ul li:last-child {
  border-bottom-right-radius: 100px;
}
/* hover */
.index-project-box:hover {
  box-shadow: 0px 40px 60px -6px rgba(100, 105, 127, 0.2);
}
/* 优势 */
.index-advantage-box {
  display: table;
}
.index-advantage-content,
.index-advantage-pic {
  width: 600px;
  padding: 0 30px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.index-advantage-txt {
  /* position: relative; */
  /* padding-left: 200px; */
  /* padding-right: 53px; */
}
/* .index-advantage-txt span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 160px;
} */
.index-advantage-txt span img {
  max-width: 100%;
}
.index-advantage-txt h3 {
  margin-bottom: 28px;
  font-size: 26px;
  color: #071131;
}
.index-advantage-txt p {
  /* width: 277px; */
  line-height: 26px;
  font-size: 15px;
  color: #a0a2b1;
}
.index-advantage-pic {
  position: relative;
  padding: 30px;
}
.index-advantage-pic img {
  max-width: 100%;
}
.index-advantage-pic-item {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
}
.index-advantage-content-os {
  display: none;
}
/* 新闻 */
.index-news {
  /* padding-top: 56px; */
}
.index-news ul li {
  /* float: left; */
  /* width: 50%; */
}
.index-news ul li a {
  position: relative;
  display: block;
}
.index-news .index-news-left {
  float: left;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  transform: scale(1);
  -webkit-transform: scale(1);
  overflow: hidden;
  margin-right: 24px;
}

.index-news .index-news-image img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  transform: scale(1);
  -webkit-transform: scale(1);
  overflow: hidden;
  width: 100%;
}
.index-news .index-news-left img {
  /* width: 222px; */
  height: 164px;
  transition: all 0.3s;
}
.index-news .index-news-right {
  /* float: right; */
  /* width: 354px; */
  padding-right: 54px;
}
.index-news-content h3 {
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-content p {
  margin: 14px 0;
  height: 60px;
  color: #a0a2b1;
  overflow: hidden;
}
.index-news-right h3 {
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-right p {
  margin: 24px 0 38px;
  height: 60px;
  color: #a0a2b1;
  overflow: hidden;
}
.index-news-right span {
  position: absolute;
  bottom: 0;
  left: 248px;
  color: #a0a2b1;
}
/*  */
.index-news ul li:nth-child(1) a,
.index-news ul li:nth-child(2) a {
  animation-delay: 0.4s;
  margin-bottom: 60px;
}
.index-news ul li:nth-child(3) a,
.index-news ul li:nth-child(4) a {
  animation-delay: 0.8s;
}

/* hover */
.index-news ul li a:hover .index-news-left img {
  transform: scale(1.1);
}
.index-news ul li a:hover .index-news-right h3 {
  color: #ffba00;
}
/* 伙伴 */
/*
.index-fdlink ul{padding: 45px 0 59px;display: flex;}
.index-fdlink ul li{ margin-right:125px ;}
.index-fdlink ul li a{display: block; text-align: left;  height: 52px; display: flex; align-items: center;}
.index-fdlink ul li img{max-width: 100%; height: 50px;}
.index-fdlink ul li:last-child{ margin-right:0 ;}
*/
/*  */
/*
.index-fdlink ul li:nth-child(1){animation-delay: .8s;}
.index-fdlink ul li:nth-child(2){animation-delay: 1s;}
.index-fdlink ul li:nth-child(3){animation-delay: 1.2s;}
.index-fdlink ul li:nth-child(4){animation-delay: 1.4s;}
.index-fdlink ul li:nth-child(5){animation-delay: 1.6s;}
*/
/* 动画 */
.myjump {
  animation: myjump 3s linear infinite;
}
@keyframes myjump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  75% {
    ransform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.goLeft {
  -webkit-animation-name: goLeft;
  animation-name: goLeft;
}
@keyframes goLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.goRight {
  -webkit-animation-name: goRight;
  animation-name: goRight;
}
@keyframes goRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.goUp {
  -webkit-animation-name: goUp;
  animation-name: goUp;
}

@keyframes goUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.goDown {
  -webkit-animation-name: goDown;
  animation-name: goDown;
}
@keyframes goDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* title */
.titleDown {
  -webkit-animation-name: titleDown;
  animation-name: titleDown;
}
@keyframes titleDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* bg */
.bgLeft {
  -webkit-animation-name: bgLeft;
  animation-name: bgLeft;
}
.bgRight {
  -webkit-animation-name: bgRight;
  animation-name: bgRight;
}
@keyframes bgLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bgRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media (max-width: 768px) {
  .more-default .btn-more {
    border: 1px solid #ccc;
    border-radius: 30px;
    color: #64697f;
    font-size: 12px;
  }
  .more b {
    display: inline-block;
    width: 13px;
    height: 10px;
    background-image: url(../images/ico-arr.png);
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  /* banner */
  .banner {
    margin-top: 1.28rem;
    margin-bottom: 34px;
  }
  .banner .swiper-container {
    width: 100%;
    height: 240px;
  }

  .banner .swiper-slide img {
    width: 100%;
  }
  .banner .swiper-pagination-bullet {
    position: relative;
    width: 30px;
    height: 3px;
    border-radius: 4px !important;
    margin-right: 10px;
    background: #ccc;
    border-radius: 0;
    opacity: 1;
    transition: all 3s;
    outline: none;
  }
  .banner .swiper-pagination-bullet:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    height: 3px;
    background-color: #444;
    display: none;
    border-radius: 3px !important;
  }
  .banner-position {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  .banner-position .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .banner-text h3 {
    font-size: 48px;
    color: #071131;
  }
  .banner-text h3 i {
    font-style: inherit;
    color: #ff7766;
  }
  .banner-text p {
    margin: 32px 0;
    line-height: 40px;
    font-weight: 400;
    font-size: 24px;
    color: #64697f;
  }
  .banner-more {
    text-align: left;
  }
  .banner-more .btn-more {
    padding: 0;
  }

  .index-project-content {
    padding-bottom: 0;
  }
  .index-project-content h1 {
    margin-top: 1px;
    font-size: 16px;
  }
  .index-project-content p {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .index-news-content h3 {
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .index-news-content p {
    font-size: 12px;
    height: 50px;
  }
  .index-advantage-txt h3 {
    margin-bottom: 28px;
    font-size: 18px;
    color: #071131;
  }
  .index-advantage-txt p {
    /* width: 277px; */
    line-height: 26px;
    font-size: 14px;
    color: #a0a2b1;
  }
  .index-advantage-txt span img {
    width: 50px;
  }
}

.x-title {
  /* margin-top: 1.06rem; */
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.x-title h3 {
  position: relative;
  z-index: 2;
  padding-bottom: 0.4rem;
  font-size: 1.375em;
  font-weight: 900;
  color: #071131;
}
.x-title h3 span {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: DINPro-Black, DINPro;
  font-size: 1.25em;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.04);
  white-space: nowrap;
}

.x-philosophy {
  margin-bottom: 0.53rem;
}
.x-philosophy ul {
  padding: 0 0.5rem;
  overflow: hidden;
}
.x-philosophy ul li {
  position: relative;
  display: block;
  padding-left: 2.5rem;
  padding-right: 0.64rem;
  height: 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
  border-radius: 8px;
}
.x-philosophy ul li img {
  position: absolute;
  top: 50%;
  left: 0.42rem;
  margin-top: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
}
.x-philosophy ul li h3 {
  margin-bottom: 0.13rem;
  font-size: 1.125em;
  color: #071131;
}
.x-philosophy ul li p {
  font-size: 0.8em;
  color: #64697f;
}
.x-philosophy ul li:nth-child(1) {
  background-color: #fef9f6;
}
.x-philosophy ul li:nth-child(2) {
  background-color: #f3f9ff;
}
.x-philosophy ul li:nth-child(3) {
  background-color: #fff9ed;
}
/*  */
.x-founders {
  margin-bottom: 0.53rem;
}
.x-founders ul {
  padding: 0 0.64rem;
  overflow: hidden;
}
.x-founders ul li {
  margin-bottom: 0.64rem;
  border-radius: 0.22rem;
  border: 1px solid rgba(204, 204, 204, 1);
}
.x-founders ul li .x-founders-pic {
  position: relative;
}
.x-founders-pic img {
  width: 100%;
}
.x-founders-mask {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.42rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.x-founders-mask h3 {
  margin-bottom: 0.13rem;
  font-size: 1.0em;
  font-weight: 600;
  color: #071131;
}
.x-founders-mask p {
  font-size: 0.75em;
  color: #64697f;
}
.x-founders ul li > p {
  padding: 0.32rem 0.426rem;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.375em;
  color: #64697f;
}

.x-history {
  padding: 0 0.5rem;
}
.x-history ul li {
  position: relative;
  padding-left: 1.2rem;
  padding-bottom: 0.1rem;
}
.x-history ul li h3 {
  margin-bottom: 0.37rem;
  font-size: 1.125em;
  color: #071131;
}
.x-history ul li p {
  position: relative;
  padding: 0.21rem;
  font-size: 0.875em;
  color: #64697f;
  background: rgba(245, 245, 245, 1);
  line-height: 0.64rem;
  border-radius: 8px;
}
.x-history ul li p::before {
  position: absolute;
  top: -0.24rem;
  left: 15px;
  content: "";
  border-bottom: 0.24rem solid rgba(245, 245, 245, 1);
  border-left: 0.16rem solid transparent;
  border-right: 0.16rem solid transparent;
}
.x-history ul li .x-history-ico {
  position: absolute;
  top: -0.18rem;
  left: 0;
  width: 0.96rem;
  height: 100%;
}
.x-history ul li .x-history-ico::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #f5f5f5;
}
.x-history-ico img {
  width: 100%;
}
.x-history ul li:last-child .x-history-ico::before {
  display: none;
}
