body {
	overflow: hidden; background-color: rgb(255, 81, 13);
}
html {
	overflow: hidden; background-color: rgb(255, 81, 13);
}
.switcher {
	left: 1.87em; top: 50%; position: fixed; z-index: 10;
}
.switcher li {
	background: url("switch-btn.png") no-repeat 0px -17px / 9px; width: 9px; height: 9px; margin-bottom: 10px; display: block; cursor: pointer;
}
.switcher li.current {
	background-position: 0px 0px;
}
#main > ul {
	list-style: none;
}
#main > ul.container li {
	background-position: center; width: 100%; background-repeat: no-repeat; background-size: cover;
}
#main .content-wrap {
	height: 100%;
}
#main .content-wrap a {
	height: 100%; color: rgb(255, 255, 255); display: inline-block;
}
#main .content {
	width: 50%; color: rgb(255, 255, 255); font-family: "Microsoft Yahei", Helvetica, Arial; position: fixed; z-index: 10;
}
#main .content span {
	font-size: 32px; font-weight: bold; display: inline-block;
}
#main .index .content span.title {
	height: 0.8em; line-height: 0.8em; text-indent: -2px;
}
#main .index .content span:nth-child(2).title {
	height: 1.1em; line-height: normal; text-indent: -4px; margin-top: 0.04em;
}
#main .content h3 {
	margin: 1.04em 0px 20px; width: 75%; font-size: 1.5em; font-weight: normal;
}
#main .kiwi .content h3 {
	width: 26.5em; -ms-word-break: break-all;
}
#main .appflood .content h3 {
	margin-top: 0.54em;
}
#main .content a:hover h3 {
	text-decoration: underline;
}
#main .content .arrow {
	background: url("arrow.jpg") no-repeat left; width: 44px; height: 23px; margin-top: 25px; display: block; cursor: pointer;
}
#main > ul.container li.index {
	background-position: center 35%;
}
#main > ul.container li.appflood {
	background-position: center 35%;
}
#main > ul.container li.kiwi {
	background-position: center 45%;
}
.animated {
	animation-duration: 1s; animation-fill-mode: both; -webkit-animation-duration: 1s; -webkit-animation-fill-mode: both;
}
.slideUp1 {
	animation-name: slideUp1; -webkit-animation-name: slideUp1;
}
.slideUp2 {
	animation-name: slideUp2; -webkit-animation-name: slideUp2;
}
.slideUp3 {
	animation-name: slideUp3; -webkit-animation-name: slideUp3;
}
.slideDown1 {
	animation-name: slideDown1; -webkit-animation-name: slideDown1;
}
.slideDown2 {
	animation-name: slideDown2; -webkit-animation-name: slideDown2;
}
.slideDown3 {
	animation-name: slideDown3; -webkit-animation-name: slideDown3;
}
