html, body {
    position: relative;
    height: 100%;
}
.swiper-container {
    width: 100%;
	height: 100%;
}
/*屏设置*/
#Slide1{
	background: url(../images/block01_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	overflow: scroll;
	width: 100%;
	height:17.7rem;
	z-index: -1;
	
}
#Slide2,#Slide3,#Slide4,#Slide5,#Slide6,#Slide7,#Slide8{
	overflow: scroll;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;		
	z-index: -1;
}
/*第3屏*/
.Slide3_tit .tit01{
	background: url(../images/block03_tit1.png) no-repeat;
	background-size: 100% auto;
}
.Slide3_tit .tit02{
	background: url(../images/block03_tit2.png) no-repeat;
	background-size: 100% auto;
}
.Slide3_tit .tit03{
	background: url(../images/block03_tit3.png) no-repeat;
	background-size: 100% auto;
}
.Slide3_tit .tit04{
	background: url(../images/block03_tit4.png) no-repeat;
	background-size: 100% auto;
}
.Slide3_tit .tit01.on{
	background: url(../images/block03_tit1On.png) no-repeat;
	background-size: 100% auto;
}
.Slide3_tit .tit02.on{
	background: url(../images/block03_tit2On.png) no-repeat;
	background-size: 100% auto;
}
.Slide3_tit .tit03.on{
	background: url(../images/block03_tit3On.png) no-repeat;
	background-size: 100% auto;
}
.Slide3_tit .tit04.on{
	background: url(../images/block03_tit4On.png) no-repeat;
	background-size: 100% auto;
}
/*第4屏*/
.block04_dateBg{
	width: 100%;
	height: 5.0rem;
	background: url(../images/block04_line.png) no-repeat center 7px;
	background-size: 8.15rem auto;
}
/*第9屏*/
#Slide9{
	background: url(../images/block09_bg.png);
	background-size: 100% auto;	
	width: 100%;
	height: 17.7rem;
	z-index: -1;
}
/* music */
@-webkit-keyframes reverseRotataZ{
    0%{-webkit-transform: rotateZ(0deg);}
    100%{-webkit-transform: rotateZ(-360deg);}
}
@-webkit-keyframes rotataZ{
    0%{-webkit-transform: rotateZ(0deg);}
    100%{-webkit-transform: rotateZ(360deg);}
}
#musicControl { position:fixed;right:15px;top:10px;margin-top:0;display:inline-block;z-index:99999999}
#musicControl a { display:inline-block;width:25px;height:25px;overflow:hidden;background:url('../images/play.png') no-repeat;background-size:100%;}
#musicControl a audio{width:100%;height:56px;}
#musicControl a.stop { background-position:left bottom;}
#musicControl a.on { background-position:0px 1px;-webkit-animation: reverseRotataZ 1.2s linear infinite;}
#music_play_filter{width:100%;height:100%;overflow:hidden;position:fixed;top:0;left:0;z-index:99999998;}
/*箭头指引*/
/*向下翻页*/
.nextPage{
	width: 0.8rem;
	left: 50%;
	top: 47.5%;
	margin-left:-0.4rem;
	z-index: 2;
	 -webkit-animation: animations 2s infinite ease-out;
     -moz-animation: animations 2s infinite ease-out;
     -o-animation: animations 2s infinite ease-out;
     -ms-animation: animations 2s infinite ease-out;
     animation: animations 2s infinite ease-out;
}
/*01向下过度下一页*/

@keyframes animations {
	0% {
		transform: translate(0,0);
		opacity: 1;
	}
	100% {
		transform: translate(-20px, 0);
		opacity: 0;
	}
}

