@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	min-width: 980px;
	color: #fff;
	font-size: 30px;
	overflow-x: hidden;
}
#main {
	width: 980px;
	margin: 0 auto;
	background: url(../img/index/bg01.jpg) repeat-y center top;
}
#main img {
	display: block;
}
.foopage {
	margin-top: 10px;
	text-align: center;
}
.foopage a {
	margin: 0 5px;
	display: inline-block;
	background: url(../img/index/icon01.png) no-repeat;
	width: 16px;
	height: 15px;
}
.foopage a.selected {
	background: url(../img/index/icon02.png) no-repeat;
}
.foopage a span {
	display: none;
}
.inner {
	width: 980px;
	height: 1143px;
	position: relative;
}
.inner .sliderBox {
	position: absolute;
	top: 525px;
	right: 115px;
	width: 464px;
	height: 369px;
}
.inner .sliderBox .foo {
	width: 464px;
	height: 369px;
	overflow: hidden;
}
.inner .sliderBox li {
	float: left;
}
.videoBox {
	width: 743px;
	margin: 0 auto;
	height:  373px;
	background: url(../img/index/bg01.jpg) repeat-y center top;
}
.videoBox .video {
	display: none;
}


