.main_body {
	width: 100%;
	min-width: 1280px;
	position: relative;
	overflow: hidden;
}

.mkv {
	width: 100%;
	height: 1037px;
	background: url(../images/kv.jpg) no-repeat center;
	overflow: hidden;
}

.logo {
	width: 256px;
	height: 107px;
	position: absolute;
	left: 0;
	top: 30px;
}

.slogan {
	width: 520px;
	height: 317px;
	position: absolute;
	left: 63px;
	top: 228px;
}
.download_game{
	width:195px;
	height:265px;
	position:absolute;
	top:620px;
	left:210px;
}
.code{
	display: block;
	width:191px;
	height:187px;
	background:url(../images/code_bg.png) no-repeat center;
	overflow: hidden;
	margin:0 auto;
}
.code img{
	display: block;
	width:158px;
	height:158px;
	margin:0 auto;
	margin-top:13px;
}
.down_game{
	display: block;
	width:192px;
	height:62px;
	overflow: hidden;
	margin-top:16px;
}
.down_game:hover img:nth-child(1){
	display: none;
}
.picList {
	width: 100%;
	height: 1080px;
	background: url(../images/skv.jpg) no-repeat center;
	overflow: hidden;
}

.pictitle {
	width: 817px;
	height: 105px;
	margin: 0 auto;
	padding-top: 78px;
}

.picul {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 110px;
}

.picul li {
	width: 229px;
	height: 323px;
	background: url(../images/bor_wz.png) no-repeat center;
	position: relative;
	float: left;
	margin:7px 13px 7px 0;
}

.picul li:hover {
	background: url(../images/bor_xz.png) no-repeat center;
	cursor: pointer;
}
.picul li img {
	display: block;
	width: 201px;
	height: 295px;
	margin:14px 14px;
	box-shadow: 0px 0px 10px #d5d4d8;
}
.picul li:nth-child(5){
	margin-right:0;
}
.picul li:nth-child(10){
	margin-right:0;
}
@-webkit-keyframes flipOutYtest {
	from {
		-webkit-transform: perspective(1400px);
		transform: perspective(1400px);
	}
	40% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
	to {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
		opacity: 0;
	}
}
@-webkit-keyframes flipInYtest {
	from {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
		opacity: 0;
	}
	50% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
		transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(1400px);
		transform: perspective(1400px);
		opacity: 1;
	}
}

.test2 {
	-webkit-animation: flipInYtest 0.4s linear;
	animation: flipInYtest 0.4s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.test {
	-webkit-animation: flipOutYtest 0.4s linear;
	animation: flipOutYtest 0.4s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.correct {
	position: absolute;
	width: 100%;
}

.opposite {
	position: absolute;
	width: 100%;
}

.ss_img{
	width:100%;
	height:1080px;
	background:url(../images/lkv.jpg) no-repeat center;
	overflow: hidden;
}
.ss_title{
	width:1131px;
	height:105px;
	margin:0 auto;
	padding-top:90px;
}
.ss_img .ss_pic{
	width:100%;
	height:480px;
	margin-top:164px;
	overflow: hidden;
}
.ss_pic li{
	width:110px;
	height:100%;
	float:left;
	overflow: hidden;
	margin-right:15px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.ss_pic li:last-child{
	margin-right:0;
}
.ss_pic li.active{
	width:677px;
}
.ss_pic li.active img:first-child{
	display: none;
}
