*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
img{
	border: none;
	display: block;
}

.content{
	width: 100%;
	height: 100%;
	background: url(bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.main{
	width: 1200px;
	height: 700px;
	position: relative;
}
.main img{
	position: absolute;
}
.xiaobaioti{
	left: 80px;
	top: 0;
	z-index: 5;
	opacity: 0;
	animation: xiaobiaoti 2s forwards;
}
.si{
	left: 95px;
	top:237px;
	opacity: 0;
	animation: si 2s 1s forwards;
	transition: all 1s; 
}
.chuan{
	left: 95px;
	top:308px;
	opacity: 0;
	animation: chuan 2s 1s  forwards;
	transition: all 1s; 
}
.si:hover,.chuan:hover{
	left: 90px;
}
.shu{
	left: 421px;
	top: 309px;
	z-index: 1;
}
.tuopingongjian{
	left:173px ;
	top: 142px;
	z-index: 10;
	transition: all 1s; 
	transform-origin: center;
	animation: tuopingongjian 2s ease-out;
	-webkit-animation: tuopingongjian 2s ease-out;
}
.tuopingongjian:hover{
	left: 170px;
	top: 140px;
}
.huaijiuban{
	right: 503px;
	top:440px;	
	opacity: 0;
	transition: all 1s;
	animation: huaijiuban 1s forwards;	
	-webkit-animation: huaijiuban 1s forwards;
	z-index: 8;
}
.huaijiuban:hover{
	right: 530px;
}
.kebenlaile{
	left: 711px;
	top: 486px;
	opacity: 0;
	transition: all 1s;
	animation: kebenlaile 1s 0.1s forwards;
	-webkit-animation: kebenlaile 1s 0.1s forwards;
	z-index: 50;
}
.kebenlaile:hover{
	left: 700px;
}
.yinghua{
	left: 40px;
	bottom: 160px;
	z-index: 16;
	transform: scale(1);
	animation: yinghua 60s 2s linear infinite;
	-webkit-animation: yinghua 60s linear infinite;;
}
.huaban{
	top: -324px;
	right: -393px;
	z-index: 11;
	animation: huaban 20s linear infinite;
	-webkit-animation: huaban 20s linear infinite;
	z-index: 1;
}
.rukou{
	width: 297px;
	height: 424px;
	background: url(rukou.png) no-repeat center center;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	transform-origin: 100% 100%;
	animation: rukou 0.5s 1s forwards;
	-webkit-animation: rukou 0.5s 1s forwards;;
	transition: all 1s;
	z-index: 10;
}
.rukou a{
	position: absolute;
}
.rukou a:nth-of-type(1){
	width: 213px;
	height: 105px;
	left: 42px;
	top: 67px;
	transform-origin: 0% 0%;
	transform: rotate(-12deg);
}
.rukou a:nth-of-type(2){
	width: 179px;
	height: 93px;
	left: 67px;
	top: 176px;
}
.rukou:hover{
	bottom:4px ;
}
.heiniao{
	left: 377px;
	top: -100px;
}
.fengzheng{
	width: 727px;
	height: 738px;
	position: absolute;
	right: -60px;
	bottom: 0;
	z-index: 9;
	animation: fz1 2s forwards ease-out;
	-webkit-animation: fz1 2s forwards ease-out;;
}
.fengzheng img{
	position: absolute;
}
.fengzheng img:first-child{
	left: 0;
	bottom: 0;
}
.fengzheng img:last-of-type{
	top: 0;
	left: 85px;
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
}
.fengzheng img:last-of-type{
	animation: fz2 20s 2s linear infinite;
	-webkit-animation: fz2 20s 2s linear infinite;
}

.showText{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	background: rgba(107,71,28,0.8);
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.showText_main{
	width: 1114px;
	height: 854px;
	background: url(paper.png) no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
}
.tit{
	width: 100%;
	text-align: center;
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	font-family: "microsoft yahei";
}
.text{
	width: 774px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 20px;
}
.text pre{
	width: 100%;
	font-family: "microsoft yahei";
	font-size: 18px;
	line-height: 32px;
	color: #000;
	white-space: pre-wrap;
}
.close{
	display: block;
	width: 60px;
	height: 60px;
	border:6px solid #6b471c;
	border-radius: 50%;
	line-height: 49px;
	font-size: 60px;
	color: #6b471c;
	font-weight: bold;
	text-align: center;
	position: absolute;
	right: 100px;
	top: 120px;
	cursor: pointer;
}
.text pre:last-of-type{
	display: none;
}
/*¶¨Òå¶¯»­*/
@keyframes fz1{
	from{
		right: -60px;
	}
	to{
		right: 60px;
	}
}
@-webkit-keyframes fz1{
	from{
		right: -60px;
	}
	to{
		right: 60px;
	}
}

@keyframes fz2{
	0%,100%{
		transform: rotate(0);
	}
	25%{
		transform: rotate(-4deg);
	}
	50%{
		transform: rotate(0deg);
	}
	75%{
		transform: rotate(4deg);
	}
}
@-webkit-keyframes fz2{
	0%,100%{
		transform: rotate(0);
	}
	25%{
		transform: rotate(-4deg);
	}
	50%{
		transform: rotate(0deg);
	}
	75%{
		transform: rotate(4deg);
	}
}

@keyframes tuopingongjian{
	0%{
		transform: scale(0);
	}
	25%{
		transform: scale(1.2);
	}
	50%{
		transform: scale(1);
		left: 160px;
		top: 120px;
	}
	100%{
		left:173px ;
		top: 142px;
	}
}

 @-webkit-keyframes tuopingongjian{
	0%{
		transform: scale(0);
	}
	25%{
		transform: scale(1.2);
	}
	30%{
		transform: scale(1);
		left: 140px;
		top: 110px;
	}
	100%{
		left:173px ;
		top: 142px;
	}
}

@keyframes yinghua{
	0%{
		left: 40px;
		bottom: 160px;
		transform: rotate(0);
		opacity: 1;
	}
	25%{
		left: 340px;
		bottom:60px;
		transform: rotate(360deg);
		opacity: 0.5;
	}
	75%{
		left: 140px;
		bottom:80px;
		transform: rotate(720deg);
		opacity: 0.75;
	}
	100%{
		left: 40px;
		bottom: 160px;
		transform: rotate(1080deg);
		opacity: 1;
	}
}
@-webkit-keyframes yinghua{
	0%{
		left: 40px;
		bottom: 160px;
		transform: rotate(0);
		opacity: 1;
	}
	25%{
		left: 240px;
		bottom:60px;
		transform: rotate(360deg);
		opacity: 0.5;
	}
	75%{
		left: 560px;
		bottom:80px;
		transform: rotate(720deg);
		opacity: 0.75;
	}
	100%{
		left: 40px;
		bottom: 160px;
		transform: rotate(1080deg);
		opacity: 1;
	}
}


@keyframes huaban{
	from{
		top: -324px;
		right: -393px;
		opacity: 1;
	}
	to{
		top: 600px;
		right: 700px;
		opacity: 0;
	}
}
@-webkit-keyframes huaban{
	from{
		top: -324px;
		right: -393px;
		opacity: 1;
	}
	to{
		top: 600px;
		right: 700px;
		opacity: 0;
	}
}

@keyframes xiaobiaoti{
	0%{
		left: 60px;
		opacity: 1;
	}
	25%{
		left: 40px;
		opacity: 0.5;
	}
	100%{
		left: 80px;
		opacity: 1;
	}
}
@-webkit-keyframes xiaobiaoti{
	0%{
		left: 60px;
		opacity: 1;
	}
	25%{
		left: 40px;
		opacity: 0.5;
	}
	100%{
		left: 80px;
		opacity: 1;
	}
}

@keyframes huaijiuban{
	from{top: 36000px; opacity: 1;}
	to{top: 477px;opacity: 1;}
}
@-webkit-keyframes huaijiuban{
	from{top: 36000px; opacity: 1;}
	to{top: 477px;opacity: 1;}
}

@keyframes kebenlaile{
	from{top: 36000px; opacity: 1;}
	to{top: 486px;opacity: 1;}
}
@-webkit-keyframes kebenlaile{
	from{top: 36000px; opacity: 1;}
	to{top: 486px;opacity: 1;}
}

@keyframes  rukou{
	from{transform: rotate(-90deg); opacity: 1;}
	to{transform: rotate(0); opacity: 1;}
}
@-webkit-keyframes  rukou{
	from{transform: rotate(-90deg); opacity: 1;}
	to{transform: rotate(0); opacity: 1;}
}
@keyframes si{
	from{opacity: 0;}
	to{opacity: 1;}
}
@-webkit-keyframes si{
	from{opacity: 0;}
	to{opacity: 1;}
}
@keyframes chuan{
	from{opacity: 0;}
	to{opacity: 1;}
}
@-webkit-keyframes chuan{
	from{opacity: 0;}
	to{opacity: 1;}
}

@media only screen and (orientation:portrait) {
	.content {
		width: 100vh;
		height: 100vw;
		transform: rotate(90deg);
		transform-origin: 0% 0%;
		position: absolute;
		left: 100vw;
		top: 0;
	}
}