@charset "utf-8";
/* CSS Document */



body{
	margin:0px auto;
	padding:0px auto;
}
a{
	text-decoration:none;
	outline:0;
}
map *:focus{ outline:0;}
.wrap{
	width:100%;
	margin: 0px auto;
	padding: 0px auto;
	overflow:hidden;
}
.head{
	background:#FFF;
    margin: 0px auto;
	padding: 0px auto;
	height:auto;
	border-bottom:#f0f0f0 2px solid;
	z-index:999;
}
.content{
	width:100%;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px auto;
	height:1033px;
	position:relative;
	overflow:hidden;
}
.content01{
	background-image:url(images/bg2.jpg),url(images/all.jpg);
	background-position:center top,center 1241px;
	background-repeat: no-repeat, repeat-y;
	margin: 0px auto;
	padding: 0px auto;
}

.p_bg,.p_bg2,.p2_bg,.p2_bg2{width:100%;margin:0 auto;padding:0 auto;height:auto;}
/*.p_bg{background-image:url(images/p_bg.png);}*/
/*.p2_bg{background-image:url(images/p2_bg.png);}*/
.p_bg2{background-image:url(images/p_bg2.png);}
.p2_bg2{background-image:url(images/p2_bg2.png);}
.p_bg,.p_bg2,.p2_bg,.p2_bg2{
	background-position:center top;
	background-repeat:repeat-y;
}
.sub_content2,.sub_content3,.sub_content4,.sub_content5,.sub_content6,.sub_content7,.sub_content02,.sub_content03,.sub_content04,.sub_content05,.sub_content06,.sub_content07{margin: 0px auto;padding: 0px;}
.sub_content2,.sub_content3,.sub_content4,.sub_content5,.sub_content6,.sub_content7{background:url(images/sub_bg.jpg) no-repeat center top;}
.sub_content02,.sub_content03,.sub_content04,.sub_content05,.sub_content06,.sub_content07{background-image:url(images/sub_bg2.jpg),url(images/sub_all.jpg);}
.sub_content02,.sub_content03,.sub_content04,.sub_content05,.sub_content06,.sub_content07{
	background-position:center top,center 1163px;
	background-repeat: no-repeat, repeat-y;
	/*background-color:#031346;*/
}

.footer{
	display:block;
	background-color:#FFFFFF;
	margin: 0px auto;
	padding: 0px auto;
}
.nav{
	display:block;
	position:fixed;
	background-color:#000000;
	width:100%;
	height:74px;
	bottom:0px;
	z-index:999;
	/*border-top:1px solid #4534c0;*/
}
.move_wrap{
	display:block;
	position:relative;
	width:950px;
	height:auto;
	margin: 0px auto;
	padding: 0px auto;
}
.act,.act2,.act3,.act4{
	display: block;
	position: absolute;
	margin:0;
	padding:0;
	cursor: pointer;
	z-index: 10;
	transition:all ease-in-out .2s;
}
.act{
	background: url(images/act_01.png) center top no-repeat;
	width: 230px;
	height: 363px;
	left: -5px;
	top: 669px;
}
.act2{
	background: url(images/act_02.png) center top no-repeat;
	width: 223px;
	height: 363px;
	left: 241px;
	top: 669px;
}
.act3{
	background: url(images/act_03.png) center top no-repeat;
	width: 223px;
	height: 363px;
	left: 484px;
	top: 669px;
}
.act4{
	background: url(images/act_04.png) center top no-repeat;
	width: 230px;
	height: 363px;
	left: 725px;
	top: 669px;
}

.act:hover,.act2:hover,.act3:hover,.act4:hover{
	transform:translateY(5px);
}


.act a,.act2 a,.act3 a,.act4 a{display: block;width:100%;height:100%;cursor:pointer;}

.fly,.fly2{
	display: block;
	position: absolute;
	margin: 0 auto;
	z-index: 2;	
	animation: ff 1s linear infinite alternate;
}
.fly{
	background: url(images/fly_01.png) center top no-repeat;
	width: 310px;
	height: 345px;
	left: -500px;
	top: -59px;
}
.fly2{
	background: url(images/fly_02.png) center top no-repeat;
	width: 456px;
	height: 489px;
	right: -501px;
	top: 61px;
	animation-delay: 1s;
}
@keyframes ff{
	from{ transform:translateY(0);}
	to{ transform:translateY(20px);}
}

.more{
	display:block;
	width:450px;
	height:89px;
	text-align:center;
	margin:0 auto;
	cursor:pointer;
}
