/* -------------------------------- 

Primary style

-------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
/* .cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}
.cd-horizontal-timeline::before {
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  margin: 0px 109px;
}
.timelines {
  width: 100%;
  height: 1px;
  background: #dddddd;
  position: absolute;
  bottom: 51px;
  z-index: 1;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 72px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 20px;
  position: relative;
  top: 48px;
  display: block;
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
 
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  background: #ddd;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .events .selected::before {
  content: '';
  height: 1px;
  width: 289px;
  display: block;
  color: #c70006;
  background: #c70006;
  z-index: 1000;
  position: relative;
  top: 15px;
  left: 44px;
}
.cd-horizontal-timeline .filling-line {

  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #c70006;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a.selected span {
  color: #c70006;
}
.cd-horizontal-timeline .events a {
  width: 78px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 18px;
  padding-bottom: 15px;
  color: #383838;

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
 
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #999999;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #c70006;
  border-color: #c70006;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #c70006;
  border-color: #c70006;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #c70006;
}
.cd-horizontal-timeline {
  margin-top: 72px;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
   
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  line-height: 50px;
  border: 1px solid #bfbfbf;
  text-align: center;
  border-radius: 50%;
  color: #333;
  display: block;
  background: #fdfdff;
  font-size: 22px;
 
.cd-timeline-navigation a span {
  font-size: 22px;
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  background: #c70006;
  color: #fff;
  border: none;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
 
}

.cd-horizontal-timeline .events-content {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  margin: 0 auto;
}
.cd-horizontal-timeline .events a span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 19px;
  top: 30px;
  color: #999999;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {

  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.6;
} */

.timer-shaft-box {
  position: relative;
  bottom: 50px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 200px;
  /* padding: 30px 0px; */
  box-sizing: border-box;
}

.year-default {
  position: absolute;
  font-size: 19px;
  top: 45px;
  left: -6%;
  text-align: center;
  color: #999999;
  line-height: 36px;
  font-weight: 700;
  z-index: 1000000000000;
}

.timer-jian {
  top: 469px;
}

.time-year {
  left: -12%;
  top: 45px;
  width: 94px;
  height: 40px;
  font-size: 19px;
  color: #c70006;
  line-height: 31px;
  border-radius: 4px;
}

.timer-shaft {
  top: 110px;
  left: 196px;
  position: absolute;
  overflow: hidden;
  width: 77%;
  padding-right: 20px;
  height: 111px;
}
.timer-scale-cont.hov::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #c70006;
  top: 33px;
  position: absolute;
}
.timer-left {
  position: absolute;
  top: 119px;
  left: 109px;
  z-index: 99;
  width: 51px;
  height: 51px;
  line-height: 50px;
  border: 1px solid #bfbfbf;
  background: #fdfdfd;
  border-radius: 50%;
  margin-top: -18.5px;
  background-size: cover;
  cursor: pointer;
  text-align: center;
}
.timer-left:hover,
.timer-right:hover {
  background: #c70006;
  border: none;
}
.timer-left:hover span {
  color: #fff;
}
.timer-right:hover span {
  color: #fff;
}
.timer-left span,
.timer-right span {
  font-size: 16px;
  color: #333;
}
.timer-right {
  position: absolute;
  top: 119px;
  right: 109px;
  z-index: 99;
  width: 51px;
  height: 51px;
  background: #fdfdfd;
  line-height: 50px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  margin-top: -18.5px;
  background-size: cover;
  cursor: pointer;
  text-align: center;
}

.timer-line {
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #e0e0e0;
  opacity: 0.52;
  position: absolute;
  top: 126px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
}

.timer-scale {
  width: 12.2%;
  position: absolute;
  top: 16px;
  height: 80px;
  font-size: 0;
  white-space: nowrap;
}

.timer-scale-cont {
  width: 193%;
  display: inline-block;
  height: 100%;
  position: relative;
  line-height: 80px;
}

.time-circle {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  top: -6px;
}

.timer-scale-cont.hov .time-circle {
  width: 10px;
  height: 10px;
  background: #c70006;
}

.line-scale {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 22px;
  margin: 0 2px;
  /*background: url(../images/history-line.png) no-repeat;*/
  background-size: cover;
}

.timer-shaft-content {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 70px;
}

.shaft-detail-cont {
  display: none;
  width: 100%;
}

.timer-year {
  padding-left: 20px;
  font-weight: bold;
  color: #333;
  font-size: 0;
}

.icon-year {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 40px;
  background: url(../images/icon_sign.png) no-repeat;
  background-size: cover;
}

.timer-year span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  font-size: 24px;
}

.month-detail-box {
  position: relative;
  width: 100%;
  min-height: 93px;
  padding-top: 30px;
  font-size: 0;
  box-sizing: border-box;
  white-space: normal;
}

.month-detail-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 36.5px;
  height: 100%;
  border-right: 1px dashed #ff8d3d;
}

.month-detail-box .month-title {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.month-detail-box .month-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  background: url(../images/icon_circle.png) no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1680px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1680px) {
  .timer-shaft-box {
    bottom: 116px;
  }
  .timer-jian {
    top: 403px;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.index-gdbg {
  width: 100%;
  height: 340px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.15;
}
.motive-ani {
  position: absolute;
  width: 120%;
  height: 100%;
  left: 0;
}
.motive-ani01 {
  bottom: -50px;
}
.motive-ani02 {
  bottom: 0;
  left: -105px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .banner .b-box1 .index-gdbg {
    display: none;
  }
}
.motive-ani > div {
  width: 10px;
  height: 100%;
  background: url(../images/moti-bg.png) no-repeat top center;
  background-size: 100% 100%;
  display: inline-block;
  height: 40%;
  bottom: 0;
  position: absolute;
  animation: wave 12s linear infinite;
}
.motive-wr02 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
  width: 100%;
}
.motive-wr02 .motive-ani > div {
  animation: wave02 8s linear infinite;
}
@keyframes wave {
  0% {
    left: -2%;
  }

  5% {
    height: 45%;
  }

  15%,
  27%,
  55%,
  67%,
  95% {
    height: 65%;
  }

  20%,
  22%,
  60%,
  62% {
    height: 70%;
  }

  35%,
  45%,
  75%,
  85% {
    height: 45%;
  }
  40%,
  42%,
  80%,
  82% {
    height: 40%;
  }
  100% {
    left: 100%;
    height: 70%;
  }
}
@keyframes wave02 {
  1%,
  33%,
  35%,
  66%,
  68%,
  99% {
    height: 40%;
  }
  5%,
  29%,
  31%,
  62%,
  72%,
  95% {
    height: 45%;
  }
  12%,
  22%,
  45%,
  55%,
  79%,
  89% {
    height: 65%;
  }
  16%,
  18%,
  49%,
  51%,
  83%,
  85% {
    height: 70%;
  }
}
