
.slick-list { overflow: hidden; width: 100%; height: 100%; }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1;}
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both;}


.clearfix {
    zoom: 1;
  }
  .clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .history {
    padding: 0 110px;
    margin: 0 auto;
    overflow: hidden;
  }
  .history-swiper .prev {
    display: none !important;
  }
  .history-item {
    float: left;
    padding-top: 40px;
    padding-left: 130px;
    padding-bottom: 40px;
    position: relative;
    background: #fff;
    width: 100%;
    opacity: 1 !important;
    z-index: 2 !important;
  }
  .history-item.fadeOut {
    z-index: 3 !important;
  }
  .history-item.fadeOut .history-img,
  .history-item.fadeOut .history-content .year {
    -webkit-animation: scaleUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
  }
  .history-item.fadeIn {
    z-index: 4 !important;
  }
  .history-item.fadeIn .history-img,
  .history-item.fadeIn .history-content .year {
    -webkit-animation: scaleDownUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleDownUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
  }
  .history-item.fadeIn .history-time,
  .history-item.fadeIn .history-info {
    animation: 1s 0.3s fadeInRightSmall forwards cubic-bezier(0.7, 0, 0.3, 1);
  }
  @keyframes fadeInRightSmall {
    from {
      opacity: 0;
      transform: translate3d(10px, 0, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .history-time,
  .history-info,
  .fadeInRightSmall {
    opacity: 0;
  }
  @-webkit-keyframes scaleUp {
    to {
      -webkit-transform: scale(1.1);
      opacity: 0;
    }
  }
  @keyframes scaleUp {
    to {
      transform: scale(1.1);
      opacity: 0;
    }
  }
  @-webkit-keyframes scaleDownUp {
    from {
      opacity: 0;
      -webkit-transform: scale(0.9);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  @keyframes scaleDownUp {
    from {
      opacity: 0;
      transform: scale(0.9);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @-webkit-keyframes scaleDown {
    to {
      opacity: 0;
      -webkit-transform: scale(0.9);
    }
  }
  @keyframes scaleDown {
    to {
      opacity: 0;
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes scaleUpDown {
    from {
      opacity: 0;
      -webkit-transform: scale(1.1);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  @keyframes scaleUpDown {
    from {
      opacity: 0;
      transform: scale(1.1);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .history-img {
    width: 48.25%;
    float: left;
    overflow: hidden;
  }
  .history-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .history-content {
    width: 47%;
    float: right;
    padding-top: 170px;
    position: relative;
  }
  .history-content .year {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0.8;
    color: rgba(102, 102, 102, 0.14);
    font-size: 10vw;
    font-family: "Helvetica";
  }
  .history-time span {
    display: block;
    float: left;
    line-height: 88px;
    color: #333333;
    font-size: 24px;
    font-family: "Helvetica";
  }
  .history-time i {
    display: block;
    float: left;
    position: relative;
    margin-top: 45px;
    margin-left: 8px;
    width: 120px;
    height: 1px;
    background: #cfcfcf;
  }
  .history-time i em {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0;
    height: 1px;
    background: #0e0e0e;
  }
  .history-time strong {
    display: block;
    float: left;
    margin-left: -10px;
    width: 86px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    border: 1px solid #333;
    border-radius: 50%;
  }
  .history-info {
    margin-top: 24px;
  }
  .history-info p {
    color: #666666;
    font-size: 18px;
  }
  .history-years {
    padding: 0 130px;
    box-sizing: border-box;
    width: 100%;
  }
  .history-years .slick-list {
    overflow: visible;
  }
  .history-years-wrap {
    padding-right: 108px;
    overflow: hidden;
  }
  .history-fix {
    position: relative;
  }

  .ys_01{ text-align: center; border-color: #999 !important;}
  .ys_01:before, .ys_02:before{ display: none !important;}
  .ys_01 i{ display: inline-block; line-height: 48px; font-size: 24px; color: #999;}
  .ys_01.history-next i{ transform: translateX(5px);}
  .ys_01.history-prev i{ transform: translateX(-5px);}

  
  .ys_03{ text-align: center; border:1px dashed #999 !important;}
  .ys_03:before{ display: none !important;}
  .ys_03 i{ display: inline-block; line-height: 48px; font-size: 24px; color: #999;}
  .ys_03.history-next i{ transform: translateX(5px);}
  .ys_03.history-prev i{ transform: translateX(-5px);}

  .ys_04{ text-align: center; border:1px dashed #999 !important;}
  .ys_04:before{ display: none !important;}
  .ys_04 i{ display: inline-block; line-height: 48px; font-size: 24px; color: #999;}

  .ys_05{ border:none !important; text-align: center;}
  .ys_05.history-next:after{ content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/biao2.png) center no-repeat;
    -webkit-animation: zh_in 8s linear infinite;
    animation: zh_in 8s linear infinite;}
  .ys_05.history-prev:after{ content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/biao1.png) center no-repeat;
    -webkit-animation: zh_in 8s linear infinite;
    animation: zh_in 8s linear infinite;}
  .ys_05:before{ display: none !important;}
  .ys_05.history-next i{ transform: translateX(4px) translateY(2px);}
  .ys_05.history-prev i{ transform: translateX(-4px) translateY(2px);}
  .ys_05 i{ display: inline-block; line-height: 48px; font-size: 20px; color: #999;}

  
  .ys_06{ border:none !important; text-align: center;}
  .ys_06:before{ display: none !important;}
  .ys_06.history-next{ background: url(../images/biao4.png) center no-repeat;}
  .ys_06.history-prev{ background: url(../images/biao3.png) center no-repeat;}
  
  .ys_07{ border:none !important; text-align: center;}
  .ys_07:before{ display: none !important;}
  .ys_07.history-next{ background: url(../images/biao6.png) center no-repeat;}
  .ys_07.history-prev{ background: url(../images/biao5.png) center no-repeat;}



  .ys_02{ border: none !important; text-align: center;}
  .ys_02 i{ width: 34px; height: 34px; text-align: center; line-height: 34px; display: block; border-radius: 50%; background: #df2d32; color: #fff; font-size: 16px; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
  .ys_02.history-next i{ padding-left: 5px;}
  .ys_02.history-prev i{ padding-right: 5px;}
  .zh_in{ position: absolute; left: 0; top: 0; z-index: -1;
    width: 50px; height: 50px;
    -webkit-animation: zh_in 3s linear infinite;
    animation: zh_in 3s linear infinite;}
  .zh_in:after{ content: ''; width: 4px; height: 4px; border-radius: 50%; border: 1px solid #999; position: absolute; right: -2px; top: 50%;}
  .zh_in img{ display: block; width: 100%;}
  @-webkit-keyframes zh_in {
    0%{ transform: rotate(0);}
    100% { transform: rotate(360deg);}
  }
  @keyframes zh_in {
    0%{ transform: rotate(0);}
    100% { transform: rotate(360deg);}
  }


  .history-next {
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -26px;
    z-index: 10;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    cursor: pointer;
  }
  .history-next:before {
    content: "";
    width: 65px;
    height: 12px;
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/arrow1.png) center no-repeat;
    transition: 0.3s;
  }
  .history-next:hover:before {
    left: 18px;
  }

  .history-prev {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
    z-index: 10;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    cursor: pointer;
  }
  .history-prev:before {
    content: "";
    width: 65px;
    height: 12px;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/arrow2.png) center no-repeat;
    transition: 0.3s;
  }
  .history-prev:hover:before {
    right: 18px;
  }
  .year-items {
    float: left;
    position: relative;
    width: 50%;
  }
  .year-items.slick-current strong {
    font-weight: bold;
  }
  .year-items.slick-current strong b {
    font-size: 40px;
  }
  .year-items.slick-current strong i {
    border-color: 1px solid rgba(114, 114, 114, 0.1);
  }
  .year-items.slick-current strong i:before {
    transform: scale(1);
    transition-delay: 0.15s;
  }
  .year-items.slick-current strong i:after {
    transform: scale(1);
    transition-delay: 0.3s;
  }
  .year-items.slick-current strong i em {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
  }
  .year-items:before {
    position: absolute;
    right: -8px;
    left: 228px;
    top: 22px;
    background: #eeeeee;
    content: "";
    height: 1px;
  }
  .year-items strong {
    display: inline-block;
    position: relative;
    padding-left: 48px;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
  }
  .year-items strong b {
    display: inline-block;
    position: relative;
    top: 2px;
    font-family: "Helvetica";
    font-weight: normal;
    font-size: 24px;
  }
  .year-items strong i {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
  }
  .year-items strong i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #989898;
    border-radius: 50%;
    opacity: 0.7;
    transform: scale(0);
    transition: 0.3s;
  }
  .year-items strong i:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -13px;
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #989898;
    border-radius: 50%;
    opacity: 0.3;
    transform: scale(0);
    transition: 0.3s;
  }
  .year-items strong i em {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #666666;
  }

  .video-prev {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    transition: 0.45s;
    z-index: 10;
  }
  .video-prev:hover {
    background: #fff;
    color: #000;
  }
  .video-prev.prev {
    left: -62px;
  }
  .video-prev.next {
    right:-62px;}

  
/* .slidetop.article-block,
.list-animate.article-block li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.8s;
} */
.slidetop.articleShow,
.list-animate.articleShow li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block li:nth-child(2),
.list-animate.article-block div:nth-child(2) {
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block li:nth-child(3),
.list-animate.article-block div:nth-child(3) {
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(4),
.list-animate.article-block div:nth-child(4) {
  transition-delay: 0.6s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(5) {
  transition-delay: 0.8s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(6) {
  transition-delay: 1s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(7) {
  transition-delay: 1.2s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(8) {
  transition-delay: 1.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(9) {
  transition-delay: 1.6s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(10) {
  transition-delay: 1.8s;
}