
.fazhanout {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fazhan {
  position: relative;
  overflow: hidden;
  padding-bottom: 224px;
}
#timeline {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
#issues {
  width: 100%;
  height: 264px;
  overflow: hidden;
}
#issues li {
  width: 1280px;
  padding: 10px 0;
  float: left;
}
#issues li .pic {
  float: left;
  width: 400px;
  height: 246px;
  padding: 10px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  margin-left: 106px;
  font-size: 0;
  text-align: center;
  line-height: 224px;
  background-color: #fff;
}
#issues li img {
  width: 100%;
  height: 100%;
}
.ttxt {
  width: 675px;
  float: left;
  padding-left: 70px;
}
.ttxt dt {
  font-size: 45px;
  color: #fff;
  line-height: 90px;
  height: 90px;
  font-family: 'Futura-medium';
  padding-bottom: 18px;
  position: relative;
}
.ttxt dt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 60px;
  height: 3px;
  background-color: #fff;
}
.scrollarea1 {
  position: relative;
  height: 120px;
  overflow: hidden;
  margin-top: 17px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}
#dates {
  display: block;
  height: 176px;
  overflow: hidden;
  width: 100%;
  padding-top: 48px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
#dates li {
  display: block;
  float: left;
  width: 250px;
  text-align: center;
}
#dates a {
  display: block;
  line-height: 44px;
  height: 44px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  background: url('../image/dot3.png') center bottom no-repeat;
  padding-bottom: 71px;
}
#dates .selected {
  color: #d10d1d;
  background-image: url('../image/dot3h.png');
}
#fznext,
#fzprev {
  position: absolute;
  top: 102px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
  border-radius: 50%;
}
#fznext:hover,
#fzprev:hover {
  background-color: #fff;
}
#fznext {
  right: 0;
  background-image: url('../image/gt3-time.png');
}
#fzprev {
  left: 0;
  background-image: url('../image/lt3-time.png');
}
#fznext.disabled,
#fzprev.disabled {
  opacity: 0;
}
.dmt1 {
  -webkit-animation: icons 4s linear 0s infinite;
          animation: icons 4s linear 0s infinite;
}
.dmt2 {
  -webkit-animation: icons 4s linear 1s infinite;
          animation: icons 4s linear 1s infinite;
}
.dmt3 {
  -webkit-animation: icons 4s linear 2s infinite;
          animation: icons 4s linear 2s infinite;
}
.dmt4 {
  -webkit-animation: icons 4s linear 3s infinite;
          animation: icons 4s linear 3s infinite;
}
@-webkit-keyframes animatedline {
  from {
    background-position: 0% center;
  }
  to {
    background-position: 100% center;
  }
}
@keyframes animatedline {
  from {
    background-position: 0% center;
  }
  to {
    background-position: 100% center;
  }
}
@-webkit-keyframes icons {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes icons {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animate-line1 {
  width: 100%;
  height: 128px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  background-image: url('../image/line1.png');
  background-position: 0px center;
  background-repeat: repeat-x;
  animation: animatedline 8s linear infinite alternate;
  -webkit-animation: animatedline 8s linear infinite alternate;
}
.animate-line2 {
  width: 100%;
  height: 112px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url('../image/line2.png');
  background-position: 0px center;
  background-repeat: repeat-x;
  animation: animatedline 8s linear infinite alternate;
  -webkit-animation: animatedline 8s linear infinite alternate;
}
@media screen and (max-height: 700px) and (min-width: 1024px) {
  .fazhanout {
    margin-top: 149px;
  }
  .fazhan {
    padding-bottom: 154px;
  }
}
@media screen and (max-width: 1200px) {
  #issues li {
    width: 1160px;
  }
  #issues li .pic {
    margin-left: 80px;
  }
  .ttxt {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1150px) {
  .ttxt {
    width: 440px;
  }
  .ttxt dt {
    font-size: 48px;
    line-height: 70px;
    height: 70px;
  }
  .scrollarea1 {
    height: 128px;
  }
}
@media screen and (max-width: 1100px) {
  #timeline {
    width: 940px;
  }
  #issues li {
    width: 940px;
  }
  .ttxt {
    width: 340px;
  }
  .ttxt dt {
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    padding-bottom: 0;
  }
  .ttxt dt:after {
    display: none;
  }
  .scrollarea1 {
    height: 160px;
  }
}
@media screen and (max-width: 1000px) {
  #fznext,
  #fzprev {
    display: none;
  }
  #timeline {
    width: 840px;
  }
  #issues li {
    width: 840px;
  }
  #issues li .pic {
    margin-left: 0;
  }
  .ttxt {
    width: 380px;
  }
}
@media screen and (max-width: 900px) {
  #timeline {
    width: 700px;
  }
  #issues li {
    width: 700px;
  }
  #fznext,
  #fzprev {
    display: block;
  }
  #issues {
    height: 494px;
  }
  #issues li .pic {
    float: none;
    margin: 0 auto 10px;
  }
  .ttxt {
    float: none;
    width: 420px;
    margin: 0 auto;
    padding-left: 0;
  }
  .scrollarea1 {
    margin-top: 10px;
  }
  .fazhan {
    padding-bottom: 140px;
  }
  #dates li {
    width: 180px;
  }
}
