@charset "utf-8";
/*css reset*/
*{padding: 0;margin:0;}
body{
	margin: 0 auto;
	padding:0;
  position: relative;
  height: 100%;
	font-family: "微软雅黑", "PingFang SC", "Droidsansfallback";
	background: #f2f2f2;
	width: 100%;
	overflow-x: hidden;
}
.loading_wlh{
  width:100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  z-index: 99999;
  background: #f2f2f2;
}
.loading_wlh p{
  width: 100%;
  position: fixed;
  bottom: 200px;
  text-align: center;
  display: block;
  color:#93a5ba;
}
.loading_wlh .pic{
	position:absolute;
	width: 50px;
	height:50px;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	margin:auto;
}
.loading_wlh .pic i{
	display: block;
	float: left;
	width: 6px;
	height: 50px;
	background: #93a5ba;
	margin: 0 2px;
	-o-transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
	    -moz-transform: scaleY(0.4);
	        transform: scaleY(0.4);
	-o-animation: load 1.2s infinite;
	-moz-animation: load 1.2s infinite;
	-webkit-animation: load 1.2s infinite;
	        animation: load 1.2s infinite;
}
.loading_wlh .pic i:nth-child(2){
	-o-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}
.loading_wlh .pic i:nth-child(3){
	-o-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
.loading_wlh .pic i:nth-child(4){
	-o-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.loading_wlh .pic i:nth-child(5){
	-o-animation-delay: 0.4s;
	-moz-animation-delay:0.4s;
	-webkit-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}
@-webkit-keyframes load{
	0%,40%,100%{
		-o-transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
		        transform: scaleY(0.4);
	}
	20%{
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		        transform: scaleY(1);
	}
}
@keyframes load{
	0%,40%,100%{
		-o-transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
		        transform: scaleY(0.4);
	}
	20%{
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		        transform: scaleY(1);
	}
}
@-o-keyframes load{
	0%,40%,100%{
		-o-transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
		        transform: scaleY(0.4);
	}
	20%{
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		        transform: scaleY(1);
	}
}
@-moz-keyframes load{
	0%,40%,100%{
		-o-transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
		        transform: scaleY(0.4);
	}
	20%{
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		        transform: scaleY(1);
	}
}

    html, body {
        position: relative;
        height: 100%;
    }
    body {
        background: #d8d4d2;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        /*font-size: 14px;*/
        margin: 0;
        padding: 0;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin: auto;
        margin-left: auto;
        margin-right: auto;
        /*border:1px red solid;*/
    }
    .swiper-wrapper{
       transition-timing-function: ease-in-out ; 
    }
    @media screen and (min-width: 640px){
        .swiper-container {
            width: 400px;
            height: 684px;
        }   
        .page_8 p{
          font-size: 14px;
          line-height: 40px;
        } 
        .page_8 b{
          font-size: 18px;
        }
        .
    }
    @media screen and (max-width: 640px){
        .swiper-container {
            width: 100%;
            height: 100%;
        }  
        .page_8 p{
          font-size: 10px;
          line-height: 30px;
        } 
        .page_8 b{
          font-size: 14px;
        }
    }    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        /*background:#e8e4d7;*/
        background-image: url(../images/background.png);
        background-repeat:repeat;
        /* 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;
    }
    .swiper-slide .swiper-content{
      /*padding: 20px;*/
      /*width: 100%;*/
      text-align: left;
    }
    .swiper-slider .swiper-content .content_pic{  
      /*margin: 1em;*/
      margin: 0;
    }

    .swiper-slide .swiper-content h3{ 
        font-size: 16px;
        line-height: 32px;
        margin-top:20px;
        color:rgba(92,116,148,1);
    }
    .swiper-slide .swiper-content img{ 
      /*width:100%;*/
      margin: auto;
      /*width: 360px;*/
      height: auto;
      border-top:1px solid rgba(92,116,148,1);
      border-bottom:1px solid rgba(92,116,148,1);
      display: block;
    }
    .swiper-slide .swiper-content p{ 
        font-size: 14px;
        margin: 10px 30px 10px 30px;
        line-height: 28px;
        text-align: justify;
    }
    .swiper-slide .swiper-content p strong{
        background: rgba(92,116,148,0.9);
        color: white;
    }
    .swiper-pagination-bullet-active{
      /*background: #5c7494;*/
    }
    .swiper-pagination-bullet-active{
      background: #d99f81;
    }
    .swiper-pagination-progress .swiper-pagination-progressbar,.swiper-scrollbar-drag{
      background: rgba(217,159,129,1);
    }
    .swiper-pagination-progress,.swiper-scrollbar{
      background: rgba(92,116,148,0.6);
    }
    .swiper-scrollbar{
      right:0;left:0; 
      top:0; 
      height:100%;
    }
    .swiper-container-s .swiper-slide{
      width: 100%;  
      height: auto;
   	}
    .swiper-container-s .swiper-slide{
      width: 100%;  
      height: auto;
    }

    .swiper-video{
      position: relative;
    }
    .video-box{
        width: 100%;
        height: 100%;/*
        position: absolute;*/
        /*background-size:100%;
        background-repeat: no-repeat;*/
        /*opacity: 0.5;*/
/*        -moz-background-size:cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-position:center center;
        -moz-background-position:center center;
        -ms-background-position:center center;
        -webkit-background-position:center center;
      background: url(http://10.10.201.34/lung/images/01.png);*/
        /*-o-background-position:center center;
        background-repeat: no-repeat;*/
        z-index: 6;
    }/*
    .video-box_0{
      background: url(http://10.10.201.34/lung/images/01.png);
    }*/
    .video-box .video_cover{
      height: 100%;
      width: 100%;
    }
    /*.video-box #video_cover0{
      width: 100%;
      height: 100%;
    }*/
  .exit-icon{
/*  background:url(./images/exit.png) no-repeat;
  background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-position:center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 120;
  top:100;*/
    /*border: 1px solid red;*/
  display: none;
  position: absolute; 
  top:0px;
  right:0px;
  width: 50px;
  height: 50px;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  /*-moz-background-size: 100%;*/
  background-position:center center;
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -o-border-radius: 10%;
  /*-moz-border-radius: 10%;*/
  background: url(../images/exit.png) no-repeat;
  background-size: 100%;
  z-index: 99999;
}
.open-icon{
  /*border: 1px solid red;*/
  position: absolute;
  display: block;
  z-index: 120;
  /*border:1px solid red;*/
  width: 60px;
  height: 60px;
  margin:auto;
/*  width:100%;
  height: 100%;*/
/*  border-top: 30px solid transparent;
  border-left: 60px solid #ccc;
  border-bottom: 30px solid transparent;*/
  background: url(../images/playimg.png) no-repeat;
  background-size: 60px;
  background-position: center;
  z-index:9;
}
.page_1{
  background: url(../images/cover.gif) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
/*.page_8 p{
  line-height: 30px;/*
  font-size: 10px;*/
/*}*/
.page_8 hr{
  margin: 10px 0px;
  /*fill:red;*/
  /*border-color:rgb(92,116,148);*/
}
.page_8 b{
  color:rgb(92,116,148);
  /*font-size: 14px;*/
}
.page_8 img{
  margin-top: 10px;
  width: 120px;
}