@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

body{
	background-color:#efeeec;
	text-align:left;
}

.box{
	width:100%;
	text-align:center;
	margin:0 auto;
	background-color:#CC6600;
	background:url(../images/bg.png) repeat 0 0;
}

.footerBox{
	width:100%;
	background:url(../images/footerBg.gif) repeat-x 0 0;
	padding-top:20px;
	padding-bottom:10px;
}

.footer{
	width:1000px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}

.top{
	width:1000px;
	height:512px;
	background:url(../images/kv.png) no-repeat 0 0;
	position:relative;
	text-align:center;
	margin:0 auto;
}

.kvTitle{
	position:absolute;
	top:89px;
	left:14px;
}

div.nav ul{
	list-style:none;
	width:54px;
	height:473px;
	padding-left:946px;
	padding-top:5px;
}

div.nav ul li{
	text-indent:-9999px;
}

div.nav ul li a{
	display:block;
	list-style:none;
}

div.nav ul li.nav1 a{
	height:82px;
	background:url(../images/btn.png) no-repeat 0 0;
}

div.nav ul li.nav2 a{
	height:99px;
	background:url(../images/btn.png) no-repeat 0 -82px;
}

div.nav ul li.nav3 a{
	height:99px;
	background:url(../images/btn.png) no-repeat 0 -181px;
}

div.nav ul li.nav4 a{
	height:81px;
	background:url(../images/btn.png) no-repeat 0 -280px;
}

div.nav ul li.nav5 a{
	height:112px;
	background:url(../images/btn.png) no-repeat 0 -361px;
}

div.nav ul li.nav1 a:hover{background:url(../images/btnHover.png) no-repeat 0 0;}

div.nav ul li.nav2 a:hover{background:url(../images/btnHover.png) no-repeat 0 -82px;}

div.nav ul li.nav3 a:hover{background:url(../images/btnHover.png) no-repeat 0 -181px;}

div.nav ul li.nav4 a:hover{background:url(../images/btnHover.png) no-repeat 0 -280px;}

div.nav ul li.nav5 a:hover{background:url(../images/btnHover.png) no-repeat 0 -361px;}


.cr{
	display:block;
	font-size:12px;
	line-height:24px;
	width:574px;
	float:left;
}

.fbFans{
	display:block;
	width:210px;
	float:right;
}

.fbBook{
	display:block;
	width:200px;
	float:right;
}

.title{
	text-align:left;
	width:1000px;
	margin:0 auto;
	padding-bottom:20px;
}

.backTop{
	margin-top:20px;
	padding-bottom:20px;
}

