
@import "/library/default.css";

body {
	background-color:#ffffff;
	font-size:13px;
	line-height:140%;
	padding:0 0 10px 0;
	margin:0px;
	text-align:center;
}

.index-select {
	width:970px;
	margin:0 -20px 2px 0;
	overflow:hidden;
}

.index-select ul {
	margin:0;
	padding:0;
	list-style:none;
}

.index-select li {
	float:left;
	width:236px;
	height:236px;
	margin:0 2px 0 0;
}



/* ------------------------------ */

#menu_wrap {
	width: 100%;
	height: 32px;
	margin:0 0 20px 0;
}

#menu {
	width:960px;
	padding:0;
	margin:0 auto 0 auto;
	list-style-type: none;
}


#menu li {
	width:24.9%;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}

#menu li a {
	width:100%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:13px 0;
	text-decoration:none;
	display:block;
	background:#9a9a9a;
	background-image:url(../image/menu_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-left:1px solid #9a9a9a;
	line-height: 1;
}

#menu li a.active {
	width:100%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:13px 0;
	text-decoration:none;
	display:block;
	background:#9a9a9a;
	background-image:url(../image/menu_bg_2.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-left:1px solid #9a9a9a;
	line-height: 1;
}

#menu li a:hover {
	background:#555;
	background-image:url(../image/menu_bg_2.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#menu li:first-child a{
	border-radius:5px 0 0 5px;
	border-left:0;
}
#menu li:last-child a{
	border-radius:0 5px 5px 0;
}

.fixed{
	position: fixed;
	top: 0px;
	left: 0px
	z-index: 9999;
}

/* ------------------------------ */

#topbanner {
	width:100%;
	margin:0;
	padding:0;

}
#container {
	width:950px;
	margin:auto;
}

#box {
	width: 948px;
	margin:0 auto 0;
	text-align: center;
}

#sidebar {
	width: 293px;
	float: left;
	text-align: left;
}

#main {
	width: 640px;
	float: right;
	text-align: left;
}

#banner ul{
	margin: 0 0 0 -2px;
	padding: 0;
	overflow:hidden;
	list-style-type: none;
	line-height: 0;
}

#banner ul li{
	display:inline-block;
	margin: 0 0 2px 2px;
	padding: 0;
	float:left;
	width:319px;
	
}

#banner ul li.view_timer{
	display: none;
}



/* ------------------------------ */

.clearfix:after {
	content: url(/image/space.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}