html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  position: relative; }

body {
  width: 100%;
  height: 100%;
  position: relative; }

a, body {
  font-family: "arial"/9; }

img {
  border: 0; }

ol, ul, li {
  list-style: none; }

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0; }

input, textarea {
  outline: none; }

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none; }

.wrap, .th_wrap {
  margin: 0 auto;
  width: 1000px; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both; }

.pd20 {
  padding: 20px; }

.pd30 {
  padding: 30px; }

#time_line {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  width: 400%;
  padding-right: 50px;
  transition: all 0.8s cubic-bezier(0.165, 0.74, 0.34, 1); }

.time_line {
  position: absolute;
  height: 1px;
  background: #666;
  width: 100%;
  top: 115px;
  left: 0; }

.a_year_title h4 {
  font-weight: 500;
  font-size: 26px;
  color: #6bc30d;
  display: block;
  height: 20px;
  text-align: center; }

.a_year_title h5 {
  font-weight: 500;
  font-size: 25px;
  font-family: 'heliosextthinregular';
  color: #6bc30d;
  display: block;
  text-align: center; }

.next .a_year_title h4 {
  color: #666; }

.next .a_year_title h5 {
  color: #e3e3e3; }

.a_year {
  width: 200px;
  position: relative;
  height: 210px;
  float: left; }

.a_year_line {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 115px;
  left: 0;
  background: #666; }

.next .a_year_line {
  background: #666; }

.a_year_title {
  position: absolute;
  top: -60px;
  left: -17px; }

.next .a_year_title {
  position: absolute;
  top: -60px;
  left: -17px; }

.a_year .point {
  background: #e4004f;
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 50%; }

.a_year.next .point {
  background: #666666; }

.m_point {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 50%;
  top: 105.5px; }

.next .m_point {
}

.memeory_title {
    position: absolute;
    top: 16px;
    left: 11px;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    width: 1px;
    background-color: #666;
    height: 96px;
    display: none;
   }
.memeory.cur .m_point .memeory_title{
  color: #e4004f;
}
.memeory {
  height: 210px;
  position: relative;
  float: left;
  width: 280px; }

.memeory .point {
  position: absolute;
  width: 24px;
  height: 24px; }

.memeory .m_point {
  top: 0;
  width: 24px;
  height: 24px;
  left: 50%;
  margin-left: -12px;
  top: 105px; }

.memeory .point i {
  position: absolute;
  width: 24px;
  height: 24px;
  background:#e4004f;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.475, -0.685, 0.72, 1.175); }

.memeory .point b {
  position: absolute;
  background: #fff;
  width: 10px;
  border: 3px solid #666;
  height: 10px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  transition: all 0.3s ease-out; }

.memeory_info {
  width: 300px;
  text-align: center;
  background: #e3e3e3;
  color: #2c2c2c;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  line-height: 20px;
  bottom: 78%;
  transition: all 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  opacity: 0;
  transform: rotateX(180deg);
  transform-origin: 50% 50% -50px; 
  min-height: 86px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);

}
.memeory_info .line{
  width: 1px;
  height:100%;
  background-color: #666666;
}
.memeory_info h4 {
  display: block;
  font-weight: 500;
  height: 36px;
  overflow: hidden;
  line-height: 42px;
  font-size: 18px; }
.memeory_info.verticle{
   line-height: 86px;
   font-size: 16px;
}
.memeory_info .memeory_info_p {
  font-size: 15px;
  padding: 10px;
  text-align: left;
  line-height: 1.6;
}
.memeory_info.down{
   top: 85%;
   bottom: auto;
   opacity: 0;
   transform: rotateX(-180deg);
   transform-origin: 50% 50% -50px; }
}
.memeory:nth-child(even) .memeory_info {
  top: 85%;
  bottom: auto;
  opacity: 0;
  transform: rotateX(-180deg);
  transform-origin: 50% 50% -50px; }

.memeory:nth-child(odd) .memeory_title {
  top: 29px; }

.logo {
  width: 280px;
  height: 300px;
  float: left;
  position: relative; }

.logo a {
  display: block;
  width: 134px;
  height: 134px;
  border: 3px solid #e4004f;
  background: #fff;
  text-align: center;
  top: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  border-radius: 50%; }

.logo img {
  display: block;
  width: 82px;
  margin: 10px auto 0 auto; }

.memeory.memeory.cur .point i {
  transform: scale(1);
  transition: transform 0.25s cubic-bezier(0.475, 0.685, 0.32, 1.575); }

.memeory.memeory.cur .point b {
  border: 3px solid #fff; }

.memeory.cur .memeory_info {
  background: #e4004f;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  color: #fff; }

.memeory.show .memeory_info {
  opacity: 1;
  transform: rotateX(0deg);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.loading .loading_msk {
  transition: all 0s ease-out; }

.loading #time_line {
  transition: 0s; }

.loading_msk {
  position: absolute;
  top: -25%;
  right: 0;
  height: 500px;
  background: #fff;
  clip: rect(0px 0px 500px 0px);
  transition: all 5s ease-out;
  transition-delay: .8s; }

.loading .logo a {
  transform: scale(0);
  transition: 0s; }

.logo a {
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

#time_line.intro {
  transition: all 3s ease-out;
  transition-delay: .8s; }
