/* 
    Created on : 2019-2-19, 17:50:20
    Author     : jerry
*/
@font-face {
  font-family: "FZLTCH";
  src: url("../fonts/FZLTCH.eot");
  /* IE9 */
  src: url("../fonts/FZLTCH.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/FZLTCH.woff") format("woff"), /* chrome、firefox */ url("../fonts/FZLTCH.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("../fonts/FZLTCH.svg#FZLTCH") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FZLTH";
  src: url("../fonts/FZLTH.eot");
  /* IE9 */
  src: url("../fonts/FZLTH.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/FZLTH.woff") format("woff"), /* chrome、firefox */ url("../fonts/FZLTH.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("../fonts/FZLTH.svg#FZLTH") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
#historywap .pure-img {
  max-width: 100%;
  height: auto;
}
/* * -- Globe A Style --*/
#historywap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: none;
}
@media only screen and (max-width:768px){
	#historywap {display:flex;}
}
#historywap .hand-handle {
  position: absolute;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  top: 0;
  right: 0;
  z-index: 50;
}
#historywap .hand-handle1 {
  position: absolute;
  width: 80%;
  height: 15%;
  background: rgba(255, 255, 255, 0);
  bottom: 0;
  right: 0;
  z-index: 50;
}
#historywap .swiper-container {
  width: 100%;
  height: 100%;
}
#historywap .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
}
#historywap .gallery-top {
  height: 100%;
  width: 80%;
}
#historywap .gallery-top .swiper-slide {
  position: relative;
  height: 100%;
  background: url(../history/bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  padding: 0 8vw;
  flex-wrap: wrap;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#historywap .gallery-top .swiper-slide div {
  position: relative;
}
#historywap .gallery-top .swiper-slide .year {
  color: rgba(183, 183, 183, 0.8);
  font-family: Arial Black, Helvetica, sans-serif;
  font-size: 24.44vw;
}
#historywap .gallery-top .swiper-slide .tr {
  text-align: right;
}
#historywap .gallery-top .swiper-slide .tc {
  text-align: center;
}
#historywap .gallery-top .swiper-slide .tl {
  text-align: left;
}
#historywap .gallery-top .swiper-slide .f1 {
  font-size: 9vw;
  font-family: "FZLTCH";
  color: #3e3a39;
  line-height: 1.2em;
  text-shadow: 3px 3px 5px rgba(150, 150, 150, 0.69);
}
#historywap .gallery-top .swiper-slide .f2 {
  font-size: 6.67vw;
  font-family: "FZLTCH";
  color: #3e3a39;
  text-shadow: 3px 3px 5px rgba(150, 150, 150, 0.69);
}
#historywap .gallery-top .swiper-slide .f0 {
  font-size: 8vw;
  font-family: "FZLTCH";
  color: #3e3a39;
  text-shadow: 3px 3px 5px rgba(150, 150, 150, 0.69);
}
#historywap .gallery-top .swiper-slide .f3 {
  font-size: 3.4vw;
  font-family: "FZLTH";
  color: #3e3a39;
  line-height: 1.5em;
  text-shadow: 3px 3px 5px rgba(150, 150, 150, 0.69);
}
#historywap .gallery-top .swiper-slide .f3 span {
  font-size: 4.6vw;
}
#historywap .gallery-top .swiper-slide .f4 {
  font-size: 4.6vw;
  font-family: "FZLTH";
  color: #3e3a39;
  line-height: 1.5em;
}
#historywap .gallery-top .swiper-slide .img1 {
  margin: 1em 0;
}
#historywap .gallery-top .swiper-slide .img4 {
  margin: 0.5em auto;
  max-width: 60%;
}
#historywap .gallery-top .swiper-slide .img5 {
  margin: 1em auto;
  max-width: 80%;
}
#historywap .gallery-top .swiper-slide .img6 {
  margin: 1em auto;
  max-width: 90%;
}
#historywap .gallery-thumbs {
  width: 20%;
  height: 100%;
  background: #4c4949;
}
#historywap .gallery-thumbs .swiper-slide {
  position: relative;
}
#historywap .gallery-thumbs .swiper-slide .ball {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#historywap .gallery-thumbs .swiper-slide .ball.active {
  opacity: 1;
  visibility: visible;
}
#historywap .gallery-thumbs .swiper-slide .year {
  position: absolute;
  left: 0;
  top: 0;
}
#historywap .gallery-thumbs .swiper-slide-thumb-active .ball {
  opacity: 1;
  visibility: visible;
}
