@charset "utf-8";
/*global*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px tahoma, arial, verdana, geneva, sans-serif;
	color: #333;
	text-align:left;
}
img {
	border: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC0000;
	text-decoration: none;
}

/*index_focus*/
.index_focus_box {
	width:708px;
	height:340px;
	position:relative;
	background:#fff;
	z-index:0;
}
.index_focus_box div.img {
	position:absolute;
	width:708px;
	height:340px;
	left:0;
	top:0;
	z-index:10;
}
.index_focus_box div.loding {
	position:absolute;
	width:705px;
	height:340px;
	z-index:40;
	background:#fafafa url(images/loding.gif) no-repeat center 155px;
	left:0;
	top:0;
}
.index_focus_box ul.panel {
	position:absolute;
	width:708px;
	height:34px;
	top:306px;
	z-index:20;
}
.index_focus_box ul.panel li {
	width:176px;
	height:34px;
	float:left;
	margin-left:1px;
	display:inline;
	background:#000;
	filter:alpha(Opacity=50);
	Opacity:.5;
	line-height:34px;
}
.index_focus_box ul.panel li.last {
	width:176px;
}
.index_focus_box ul.panel li.on {
	filter:alpha(Opacity=80);
	Opacity:.8;
}
.index_focus_box ul.title {
	position:absolute;
	width:708px;
	height:34px;
	top:306px;
	z-index:30;
	line-height:34px;
}
.index_focus_box ul.title li {
	width:176px;
	height:34px;
	float:left;
	margin-left:1px;
	display:inline;
	line-height:34px;
}
.index_focus_box ul.title li a {
	display:block;
	text-align:center;
	color:#FFFDFE;
	width:176px;
	height:34px;
	line-height:30px;
}
.index_focus_box ul.title li a:hover, .index_focus_box ul.title li.on a {
	background:url(images/arrow_focus.gif) no-repeat center 26px;
}
.index_focus_sidebar {
	width:176px;
}

