@charset "utf-8";
/* CSS Document */
#loading {
	display:block;
	background:#1a1a1a url(../images/loading.gif) center no-repeat;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999999;
}
#loading p {
	width:100%;
	height:50px;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#999;
	z-index:999999999;
}
.swiper-container {
	width:100%;
	height:100%;
	background-color:#999;
	overflow:hidden;
}
/* home */
.swiper-slide1 {
	background:url(../images/begin_bg.jpg) top center no-repeat;
	background-size:100% 100%;
	position: relative;
}
.btn-beginStart {
	width: 40%;
	height: 11%;
	background:url(../images/bnt_start.png) top center no-repeat;
	background-size: auto 100%;
	position:absolute;
	top:82.5%;
	left:30%;
}
.pageHome {
	width:100%;
	height: 100%;
	background:url(../images/home_bg.jpg) top center no-repeat;
	background-size:100% 100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
	display: none;
}
.pageHome p {
	width: 50%;
	height: 21.8%;
	position: absolute;
	top:34.5%;
	left: 0;
}
/* part1 */
.swiper-slide2 {
	background:url(../images/part1/part1_bg.jpg) top center no-repeat;
	background-size:100% 100%;
	position: relative;
	display: none;
}
.part1-sun {
	width: 30%;
	height: 16%;
	background:url(../images/part1/part1_sun.png) top center no-repeat;
	background-size: auto 100%;
	position:absolute;
	top:2%;
	left:67.4%;
}
.part1-boy {
	width: 35%;
	height: 19%;
	background:url(../images/part1/part1_boy.png) top center no-repeat;
	background-size: auto 100%;
	position:absolute;
	top:30.5%;
	left:-50%%;
}
.part1-dog {
	width: 30%;
	height: 9%;
	background:url(../images/part1/part1_dog.png) top center no-repeat;
	background-size: auto 100%;
	position:absolute;
	top:30.5%;
	left:-10%;
}
.part1-girl {
	width: 34%;
	height: 15%;
	background:url(../images/part1/part1_girl.png) top center no-repeat;
	background-size: auto 100%;
	position:absolute;
	top:30.5%;
	left:-50%;
}
.btn-onceMore {
	width: 19%;
	height: 13%;
	background:url(../images/btn_onceMore.png) top center no-repeat;
	background-size: auto 100%;
	position:absolute;
	top:81.4%;
	left:6.4%;
}
.btn-backHome {
	width: 21%;
	height: 13%;
	background:url(../images/btn_backHome.png) top center no-repeat;
	background-size: auto 100%;
	position:absolute;
	top:83%;
	left:6%;
}
.part1-boy-animate {
	-webkit-animation:par1BoySlide 10s .2s ease both;
}
.part1-dog-animate {
	-webkit-animation:par1DogSlide 9s .2s ease both;
}
.part1-girl-animate {
	-webkit-animation:par1GirlSlide 10s .6s ease both;
}
@-webkit-keyframes par1BoySlide{
	0%{-webkit-transform:scale(0.1) translate(-500px,-500px)}
	90%{-webkit-transform:scale(1.5) translate(1000px,800px)}
	100%{-webkit-transform:scale(2) translate(2000px,1000px)}
}
@-webkit-keyframes par1DogSlide{
	0%{-webkit-transform:scale(0.6) translate(0)}
	90%{-webkit-transform:scale(1.2) translate(1000px,1000px)}
	100%{-webkit-transform:scale(1.5) translate(2000px,1000px)}
}
@-webkit-keyframes par1GirlSlide{
	0%{-webkit-transform:scale(0.1) translate(-500px,-500px)}
	90%{-webkit-transform:scale(1.5) translate(1500px,800px)}
	100%{-webkit-transform:scale(2) translate(2000px,800px)}
}