@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

.posNum{
	position:fixed;
	left:50%;
	top:50%;
	width:200px;
	height:30px;
	background:#06F;
	text-align:center;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	margin:-15px 0 0 -100px;
	z-index:99;
}

/* header */
.header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:9;
	text-align:center;
}	
.header h1{
	padding-top:8px;
	height:40px;
	line-height:40px;	
	background:#1e1e1e;
}
.header h1 a{
	color:#fff;	
	font-size:20px;
}
.header .topmenu{
	height:28px;
	line-height:28px;	
	background:#fff;
	border-bottom:2px solid #1e1e1e;
	font-size:0;
}
.header .topmenu li{
	display:inline-block;
	margin-right:60px;
}
.header .topmenu li:last-child{
	margin-right:0;
}
.header .topmenu li a{
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:400;	
}
.header .topmenu li a:hover,
.header .topmenu li.active a{
	color:#7f9dda;	
}
.header .topmenu li a:active{
	color:#7f9dda;	
}

/* wrap */
html,
body{
	height:100%;
	background:#eeeeee;	
}

.wrap{
	height:100%;	
	width:9600px;
}

.wrap > div{
	width:1920px;
	height:100%;
	float:left;
}

/* body */
#scene01 .img,
#scene02 .img,
#scene03 .img,
#scene04 .img,
#scene05 .img{
	width:1920px;
	height:100%;
	margin:0 auto;
}
#scene01 .img{
	background:url(../images/01.jpg) no-repeat 0 0;
}
#scene02 .img{
	background:url(../images/02.jpg) no-repeat 0 0;
}
#scene03 .img{
	background:url(../images/03.jpg) no-repeat 0 0;
}
#scene04 .img{
	background:url(../images/04.jpg) no-repeat 0 0;
}
#scene05 .img{
	background:url(../images/05.jpg) no-repeat 0 0;
}