@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:740px;
	position:relative;
	overflow:hidden;
}
.content01{
	background-image:url(images/bg2.jpg),url(images/all.jpg);
	background-position:center top,center 1153px;
	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 1181px;
	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: 165px;
	height: 165px;
	left: 48px;
	top: 533px;
}
.act2{
	background: url(images/act_02.png) center top no-repeat;
	width: 191px;
	height: 165px;
	left: 268px;
	top: 535px;
}
.act3{
	background: url(images/act_03.png) center top no-repeat;
	width: 188px;
	height: 165px;
	left: 502px;
	top: 532px;
}
.act4{
	background: url(images/act_04.png) center top no-repeat;
	width: 168px;
	height: 165px;
	left: 741px;
	top: 533px;
}

.act:hover,.act2:hover,.act3:hover,.act4:hover{
	transform:scale(.98);
}


.act a,.act2 a,.act3 a,.act4 a{display: block;width:100%;height:100%;cursor:pointer;}

.logo{
	display: block;
	position: absolute;
	background: url(images/logo.png) center top no-repeat;
	width: 155px;
	height: 133px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 10;
	left: 751px;
	top: 95px;
	transform-origin: 20px bottom;
	animation: mm 1s ease-in-out infinite alternate;
}
@keyframes mm{
	0%,50%,70%,90%,100%{transform:scale(1);}
	60%,80%{transform:scale(1.05);}
}


.more{
	display:block;
	width:450px;
	height:89px;
	text-align:center;
	margin:0 auto;
	cursor:pointer;
}
