@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:1169px;
	position:relative;
	overflow:hidden;
}
.content01{
	background-image:url(images/bg2.jpg),url(images/all.jpg);
	background-position:center top,center 1173px;
	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 1231px;
	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: 185px;
	height: 161px;
	left: 18px;
	top: 976px;
}
.act2{
	background: url(images/act_02.png) center top no-repeat;
	width: 177px;
	height: 161px;
	left: 262px;
	top: 998px;
}
.act3{
	background: url(images/act_03.png) center top no-repeat;
	width: 197px;
	height: 161px;
	left: 487px;
	top: 993px;
}
.act4{
	background: url(images/act_04.png) center top no-repeat;
	width: 198px;
	height: 161px;
	left: 725px;
	top: 979px;
}

.act:hover,.act2:hover,.act3:hover,.act4:hover{
	transform:scale(.97);
}


.act a,.act2 a,.act3 a,.act4 a{display: block;width:100%;height:100%;cursor:pointer;}



.fly{
	display: block;
	background: url(images/fly.png) center top no-repeat;
	width: 1633px;
	height: 608px;
	margin: 0;
	padding: 0;
	animation: ff linear 1s infinite alternate;
}
@keyframes ff{
	0%{ transform:translateY(0);}
	100%{ transform:translateY(-10px);}
}
.move{
	display: block;
	position: absolute;
	width: 1633px;
	height: 608px;
	left: -318px;
	top: 223px;
	margin: 0;
	padding: 0;
	z-index: 2;
	animation: mm linear 1s 1;
}
@keyframes mm{
	0%{ transform:scale(0);}
	70%{ transform:scale(0);}
	80%{ transform:scale(1);}
	90%{ transform:scale(1.5);}
	100%{ transform:scale(1);}
}

.more{
	display:block;
	width:450px;
	height:89px;
	text-align:center;
	margin:0 auto;
	cursor:pointer;
}
