@charset "UTF-8";
/**
 * @此专题出自澎湃新闻网，http://thepaper.cn, 
 * @date    2016-09-5 11:21:22
 *By jigl@thepaper.cn
 */
*{margin:0;padding:0;
  font-family: "Hiragino Sans GB","Microsoft Yahei",sans-serif;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  -webkit-tap-highlight-color: transparent;
}
html,
body{width: 100%;height:100%;position: relative;overflow: hidden; text-align: justify;}

li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: black;
}
img{display: block;}
.fl{float: left;}
.fr{float: right;}
.cl:after{
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container {
  position: relative;
  width: 100%;height: 100%;
}
.loading-box {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 999;
  background-color: #0a0a19;
}
.paper-logo {
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 100%;
    text-align: center;
    z-index: 501;
}
.paper-logo span {
    display: inline-block;
    width: 12%;
}
.paper-logo img{
  width: 100%;
}
.loading-wrapper{
  text-align: center;
  width: 12%;
}
.loading-wrapper img{
  width: 100%;
}
.ld-fb-box{
  position: relative;
  margin-top: 20px;
}
.fb-red-box{
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 100%;
}
.fb-red{  
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.fb-red img{
  position: absolute;
  left: 0;bottom: 0;
}

#loading-percent{}
.cover-box,
.person-box,
.fengbei-box,
.pages{
  position: relative;
  width: 100%;height: 100%;
}
.cover-box{
  overflow: hidden;
  background-color: #16191e;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 center;
  z-index: 10;
}
.cover-box.running{
  -webkit-animation:redflag forwards 11s linear normal;
          animation:redflag forwards 11s linear normal;
}
.person-box,
.fengbei-box {
  position: absolute;
  left: 0;top: 0;
  z-index: 15;
}
.fengbei-box{
  left: 100%;
}
.running .fengbei-box{
  -webkit-animation:fengbeiBox 1s 12.5s forwards ease-in;
          animation:fengbeiBox 1s 12.5s forwards ease-in;
}
.fengbei{
  position: relative;
  top: 15%;
  margin-left: 25%;
  width: 50%;
}
.fengbei img{
  width: 100%;
}
.cover-btn{
  display: block;
  position: absolute;
  bottom: 6%;
  right: 5%;
  color: white;
  text-align: center;
  -webkit-animation: coverBtn 1s alternate infinite ease;
  animation: coverBtn 1s alternate infinite ease;
}
.cover-btn span{
  display: inline-block;
}
.person{
    position: absolute;
    bottom: 0;
    left: 100%;
    height: 80%;
    width: 100%;
}
.running .person{
     -webkit-animation-name:person; 
    animation-name:person;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
.person img{
  height: 100%;
  width: auto;
}
.running .person-1{
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  z-index: 107;
}
.running .person-2{
  z-index: 105;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.running .person-3{
  z-index: 106;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}
.running .person-4{
  z-index: 107;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
.running .person-5{
  z-index: 106;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}
.running .person-6{
  z-index: 109;
    -webkit-animation-delay: 9s;
            animation-delay: 9s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
#article{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 550;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  background-color: white;
  -webkit-transition:all 1s linear;
  transition:all 1s linear;
}
#article.show {
  top: 0;
}
.pano-box{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 650;
}
.pano-box.show{
  display: block;
}
#pano {
  position:relative;
  width:100%;
  height:100%;
  background-color: #0a0a19;
}
.close-pano{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  z-index: 700;
}
.menu{
  position: absolute;
  left: 0; top: 0;
  width: 100%;height: 100%;
  overflow: hidden;
}

#burger {
    position: fixed;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background-color: #b20616;
    -moz-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 610;
}

#burger.hide {
    -moz-transform: translate(-70px, 0) rotate(-90deg);
    -ms-transform: translate(-70px, 0) rotate(-90deg);
    -webkit-transform: translate(-70px, 0) rotate(-90deg);
    transform: translate(-70px, 0) rotate(-90deg)
}

#burger.close {
    left: 100%;
    -moz-transform: translate(-55px, 0) rotate(180deg);
    -ms-transform: translate(-55px, 0) rotate(180deg);
    -webkit-transform: translate(-55px, 0) rotate(180deg);
    transform: translate(-55px, 0) rotate(180deg)
}

#burger.close .burger-strip:nth-child(1) {
    -moz-transform: translate(0, 5px) rotate(45deg);
    -ms-transform: translate(0, 5px) rotate(45deg);
    -webkit-transform: translate(0, 5px) rotate(45deg);
    transform: translate(0, 5px) rotate(45deg)
}

#burger.close .burger-strip:nth-child(2) {
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

#burger.close .burger-strip:nth-child(3) {
    -moz-transform: translate(0, -5px) rotate(-45deg);
    -ms-transform: translate(0, -5px) rotate(-45deg);
    -webkit-transform: translate(0, -5px) rotate(-45deg);
    transform: translate(0, -5px) rotate(-45deg)
}

#burger-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.burger-strip {
    position: absolute;
    left: 12px;
    width: 16px;
    height: 1px;
    background-color: #fff;
    -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1
}

.burger-strip:nth-child(1) {
    top: 15px
}
.burger-strip:nth-child(2) {
    top: 20px
}
.burger-strip:nth-child(3) {
    top: 25px
}
.menu-box{
    position: fixed;
    z-index: 600;
    top: 0;
    height: 100%;
    width: 0;
    -moz-transition: all 1.2s .3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1.2s .3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1.2s .3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1.2s .3s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
}
.menu-box.show{
    width: 100%;
}
.menu-container{
    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;
    position: relative;
    width: 100vw;
    height: 100%;
    background-color: rgba(10, 10, 25, 0.9);
    background-size: cover;
}
.menu-wrapper{
  width:100%;
}
.menu-list{
    font-size: 24px;
    text-align: center;
    color: white;
}
.menu-list:nth-child(1){
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.menu-list:nth-child(2){
  padding-top: 25px;
}
.menu-list:nth-child(2) .menu-li span{
    display: inline-block;
    padding: 18px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.menu-list:nth-child(2) .menu-li:nth-child(4) span{
    border-bottom:0;
}
.albums-menu.active{
  
color: #b20616;
  
font-weight: bold;
}
.article-menu{}
.sub-menu-box{
   display:none; 
}
.menu-li{
    font-size: 21px;
}
.menu-li.active{
    color: #b20616;
    font-weight: bold;
    font-size: 30px;
}
.menu-container .paper-logo{

}

.pages{
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
.pages.show{
  left: 0;
}
.page{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: transform .8s ease-in-out;
          transition: transform .8s ease-in-out;
}
.page.before{
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.page.current{
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.reading-tip{
  display: none;
  position: absolute;
  left: 70px;
  top: 70px;
  width: 30%;
  z-index: 200;
}
.reading-tip.show{
  display:block;
  -webkit-animation: showReadingTip 3s .5s linear;
  animation: showReadingTip 3s .5s linear;
}
.reading-tip img{
  width:100%;
}
.map{
  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;
  background: url(../images/map-bg.jpg) no-repeat center;
  background-size:cover;
}
.map-box{
  position: relative;
  width: 100%;
}
.map-box img{
  width: 100%;
}
.map-digest{
  font-size: 14px;
  line-height: 1.7em;
  margin: 10px auto 0;
  width: 80%;
  color: #07121b;
  font-weight: bold;
}
.page-progress{
  display: inline-block;
  position: absolute;
  top: 0;
  left:0;
  width: 0;
  height: 4px;
  background-color: #b20616;
  z-index: 500;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.page-arrows{
  display: none;
}
.page-arrows.show,
.page-arrow-left.show{
  display: block;
}
.page-arrow{
  position: absolute;
  top: 46%;
  margin-top: -24px;
  width: 34px;
  z-index: 510;
}
.page-arrow-left{
  display: none;
  left: 0;
}
.page-arrow-right{
  display: none;
  right: 0;
  -webkit-transform: rotate(180deg);
}
.page-arrows.show,
.page-arrow-left.show,
.page-arrow-right.show{
  display: block;
}
.page-arrow img{
  width: 100%;
}
.fade-box{
  position: absolute;
  width: 100%;height: 100%;
  background-color: black;
}
.fade-item{
  position: absolute;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 20px;
  color: white;
  font-weight: bolder;
}
.fade-item:nth-child(1){
    display: block;
    z-index: 301;
}
.fade-item:nth-child(2){
    display: none;
    z-index: 302;
}
.fade-item:nth-child(3){
    display: none;
    z-index: 303;
}
/*bijie pages*/
.page-bijie .fade-item:nth-child(1){
    background-image: url('../pics/bijie-1.jpg');
}
.page-bijie .fade-item:nth-child(2){
    background-image: url('../pics/bijie-2.jpg');
}
.page-bijie .fade-item:nth-child(3){
    background-image: url('../pics/bijie-3.jpg');
}
/*daduhe pages*/
.page-daduhe .fade-item:nth-child(1){
    background-image: url('../pics/daduhe-1.jpg');
}
.page-daduhe .fade-item:nth-child(2){
    background-image: url('../pics/daduhe-2.jpg');
}
.page-daduhe .fade-item:nth-child(3){
    background-image: url('../pics/daduhe-3.jpg');
}
/*huining pages*/
.page-huining .fade-item:nth-child(1){
    background-image: url('../pics/huining-1.jpg');
}
.page-huining .fade-item:nth-child(2){
    background-image: url('../pics/huining-2.jpg');
}
.page-huining .fade-item:nth-child(3){
    background-image: url('../pics/huining-3.jpg');
}
/*jiangtaibu pages*/
.page-jiangtaibu .fade-item:nth-child(1){
    background-image: url('../pics/jiangtaibu-1.jpg');
}
.page-jiangtaibu .fade-item:nth-child(2){
    background-image: url('../pics/jiangtaibu-2.jpg');
}
.page-jiangtaibu .fade-item:nth-child(3){
    background-image: url('../pics/jiangtaibu-3.jpg');
}
/*ludingqiao pages*/
.page-ludingqiao .fade-item:nth-child(1){
    background-image: url('../pics/ludingqiao-1.jpg');
}
.page-ludingqiao .fade-item:nth-child(2){
    background-image: url('../pics/ludingqiao-2.jpg');
}
.page-ludingqiao .fade-item:nth-child(3){
    background-image: url('../pics/ludingqiao-3.jpg');
}
/*songpan pages*/
.page-songpan .fade-item:nth-child(1){
    background-image: url('../pics/songpan-1.jpg');
}
.page-songpan .fade-item:nth-child(2){
    background-image: url('../pics/songpan-2.jpg');
}
.page-songpan .fade-item:nth-child(3){
    background-image: url('../pics/songpan-3.jpg');
}
/*xingan pages*/
.page-xingan .fade-item:nth-child(1){
    background-image: url('../pics/xingan-1.jpg');
}
.page-xingan .fade-item:nth-child(2){
    background-image: url('../pics/xingan-2.jpg');
}
.page-xingan .fade-item:nth-child(3){
    background-image: url('../pics/xingan-3.jpg');
}
/*yudu pages*/
.page-yudu .fade-item:nth-child(1){
    background-image: url('../pics/yudu-1.jpg');
}
.page-yudu .fade-item:nth-child(2){
    background-image: url('../pics/yudu-2.jpg');
}
.page-yudu .fade-item:nth-child(3){
    background-image: url('../pics/yudu-3.jpg');
}
/*zunyi pages*/
.page-zunyi .fade-item:nth-child(1){
    background-image: url('../pics/zunyi-1.jpg');
}
.page-zunyi .fade-item:nth-child(2){
    background-image: url('../pics/zunyi-2.jpg');
}
.page-zunyi .fade-item:nth-child(3){
    background-image: url('../pics/zunyi-3.jpg');
}

.audio-control-box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(10,10,25,.6);
  z-index: 355;
}
.progress-bg{
  height: 100%;
  width: 0;
  background-color: #8B3C2A;
}
.subtitle-box{
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
  color:white;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  z-index: 110;
}
.audio-btn{
  position: absolute;
  width: 20px;
  height: 100%;
  left: 15px;
  top: 0;
  overflow: hidden;
  background: url('audio-btn.svg') no-repeat;
  z-index: 120;
  background-size: 40px auto;
  background-position: 0px center;
}
.audio-btn.play{
  background-position: -18px center;
}



.full-page{
    position: relative;
    width: 100vw;height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.full-page:after{
  display:block;
  position: absolute;
  content:'';
  left: 50%;
  margin-left: -12px;
  bottom:10px;
  width: 24px;
  height: 22px;
  background: url(../images/btn-down.png) no-repeat;
  background-size: 100%;
  -webkit-animation: arrowTip 1s ease-in-out infinite alternate;
          animation: arrowTip 1s ease-in-out infinite alternate;
}
.chufa .full-page{
    background-image: url(../images/cover-chufa.jpg);
}
.zhuanzhe .full-page{
    background-image: url(../images/cover-zhuanzhe.jpg);
}
.tuwei .full-page{
    background-image: url(../images/cover-tuwei.jpg);
}
.huishi .full-page{
    background-image: url(../images/cover-huishi.jpg);
}
.cover-title-box{
    display: none;
    position: absolute;
    top: 18%;
}
.cover-title-box img{
    width: 100%;
}

.c-title-1{
    left: 25%;
    width: 50%;
}
.c-title-2{
    left: 24%;
    width: 52%;
}
.c-title-3{
    top: 12%;
    left: 25%;
    width: 50%;
}
.c-title-4{
    left: 18%;
    width: 65%;
    top: 18%;
}
.secwrap {
    margin: 40px 0 0px;
    color: #333;
}
.secwrap h2 {
    margin: 30px 15px 15px;
    font-size: 20px;
}
.secwrap p {
    margin:0 15px 10px;
    font-size: 16px;
    line-height: 1.7em;
    text-align: justify;
    color: #231815;
}
p.media-caption,
.paper-video-box .media-caption,
.slide-caption.media-caption,
.album11 .slide-caption.media-caption p,
.musician p
{
  margin: 5px 15px 0;
  font-size: 13px;
  text-align: justify;
  line-height: 1.5em;
  color: #7b7b7b;
}
.paper-video-box p{
  margin: 5px 0 0;
  font-size: 13px;
  text-align: justify;
  line-height: 1.5em;
  color: #7b7b7b;
}
.next-chapter{
    margin-top: 25px;
}
.next-chapter img{
  width: 100%;
}

/*swiper style*/
.side-pic-box,
.paper-video-box,
.paper-slides-box{ 
  margin: 25px 0;
}
.side-pic img{
  width:100%;
}
.swiper-container {
  position: relative;
  padding-bottom: 7px;
  overflow: hidden;/* Fix of Webkit flickering */
  z-index: 1;
  border-bottom: 1px solid #ccc;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  position: relative;
}
.swiper-pic {width: 100%; overflow: hidden;}
.swiper-pic img {width: 100%;}
.secwrap .slide-notes {
  height:100px;
  font-size:13px;
  line-height: 1.5em;
  margin-bottom:0;
  color: #333;
  text-align:justify;
}
.secwrap .tuji .slide-notes {color: #fff; margin-top: 5px;}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #b20616;
  border: 1px solid #b20616;
}
.swiper-container-horizontal > .swiper-pagination {
  left: 0;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}

.paper-video{
  position: relative;
}
.paper-video:before{
  content: '';
  display: block;
  padding-top: 56.25%;
}
.paper-video video{
  position: absolute;
  top: 0;left: 0;
  width: 100%;
}
.video-cover{
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 100%;
  z-index: 20;
}
.video-cover img{
  width: 100%;
}
.play-icon{
  position: absolute;
  left: 50%;top: 50%;
  margin:-25px 0 0 -25px;
  width: 50px;height: 50px;
  background: url(play-icon.svg) no-repeat center;
  background-size: 50px auto;
}

/*foot section*/
.section-foot{
   margin-bottom: 20px;
}
.foot-container{
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.footer-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,.5);
}
.footer-title h2 {
  position: relative;
  top: 10px;
  padding: 16px;
  display: inline;
  font-size: 16px;
  background-color:white;
}
.footer p {
  margin-left: -25%;
  font-size: 14px;
  line-height: 2;
  color: #555;
}
.footer span {
  display: inline-table;
  width: 49%;
}
.sign-title {
  text-align: right;
}
.sign-name {
  text-align: left;
}


.ajax-loading{
     display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    opacity: .85;
    z-index: 545;
}
.ajax-loading.show{
    display: block;
}
.uil-flickr-css {
  -webkit-transform: scale(0.25) translateX(-69px);
  transform: scale(0.25) translateX(-69px);
}
.uil-flickr-css > div {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  top: 0;
}
.uil-flickr-css > div:nth-of-type(1) {
  left: 0;
  background: #b20616;
  z-index: 5;
  -ms-animation: uil-flickr-anim1 1s linear infinite;
  -moz-animation: uil-flickr-anim1 1s linear infinite;
  -webkit-animation: uil-flickr-anim1 1s linear infinite;
  -o-animation: uil-flickr-anim1 1s linear infinite;
  animation: uil-flickr-anim1 1s linear infinite;
}
.uil-flickr-css > div:nth-of-type(2) {
  left: 100px;
  background: #f7daa6;
  -ms-animation: uil-flickr-anim2 1s linear infinite;
  -moz-animation: uil-flickr-anim2 1s linear infinite;
  -webkit-animation: uil-flickr-anim2 1s linear infinite;
  -o-animation: uil-flickr-anim2 1s linear infinite;
  animation: uil-flickr-anim2 1s linear infinite;
}

@-webkit-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@keyframes uil-flickr-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-webkit-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-moz-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-ms-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-moz-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-webkit-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-o-keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@keyframes uil-flickr-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}


@-webkit-keyframes redflag{
    0% {background-position: left 0;}
    100% {background-position: right 0;}
}
@keyframes redflag{
    0% {background-position: left 0;}
    100% {background-position: right 0;}
}
@-webkit-keyframes person{
    0% {left: 100%;}
    100% {left: -300%;}
}
@keyframes person{
    0% {left: 100%;}
    100% {left: -300%;}
}
@-webkit-keyframes fengbeiBox{
    0% {-webkit-transform: translateX(0); }
    100% {-webkit-transform: translateX(-100%);}
}
@keyframes fengbeiBox{
    0% {transform: translateX(0); }
    100% {transform: translateX(-100%);}
}
@-webkit-keyframes coverBtn{
    0% {-webkit-transform : translateX(0); }
    100% {-webkit-transform : translateX(-20px); }
}
@keyframes coverBtn{
    0% {transform : translateX(0);  }
    100% {transform : translateX(-20px);}
}
@-webkit-keyframes arrowTip{
    0% {-webkit-transform : translateY(0); opacity:.5; }
    100% {-webkit-transform : translateY(-15px);opacity:1; }
}
@keyframes arrowTip{
    0% {transform : translateY(0);  opacity:.5;}
    100% {transform : translateY(-15px);opacity:1;}
}
@-webkit-keyframes showReadingTip{
    0% {-webkit-transform : translateY(0); opacity:.5; }
    100% {-webkit-transform : translateY(-15px);opacity:1; }
}
@keyframes showReadingTip{
    0% { opacity:1;}
    5% { opacity:0;}
    10% { opacity:1;}
    15% { opacity:0;}  
    20% { opacity:1;}
}
