*{padding:0;margin:0;list-style:none;border:0;}
/* 焦点图 */
#show {
	position: relative;
	height: 490px;
	width: 960px;
	margin: 0 auto;
	top:130px;
}
#show a {
	float: left;
	display: inline;
}
#show .img {
	position: absolute;
	width: 960px;
	height: 490px;
	overflow: hidden
}
#show .img SPAN {
	position: absolute;
	width: 19999px;
	display: block
}
#show .btns {
	z-index: 10;
	position: absolute;
	width: 960px
}
#show .btns B {
	position: absolute;
	width: 100px;
	display: block;
	height: 14px;
	overflow: hidden;
	top: 465px;
	left: 50%
}
#show .btns B I {
	width: 10px;
	background: #414140;
	float: left;
	height: 10px;
	font-size: 0px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 6px;
	border: #414140 2px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}
#show .btns B I:hover {
	background: #a7a7a6
}
#show .btns B I.on {
	background: #3cd2f1;
	cursor: default
}
#show .btns B I.on:hover {
	background: #3cd2f1;
	cursor: default
}
#show .btns S {
	position: absolute;
	WIDTH: 60px;
	display: none;
	height: 80px;
	overflow: hidden;
	top: 205px;
	cursor: pointer
}
#show .btns S I {
	position: absolute;
	width: 60px;
	background: url(../images/btn_show.png);
	height: 160px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/btn_show.png");
	_background: none;
}
#show .btns S.prev {
	left: 0px
}
#show .btns S.prev I {
	top: -80px
}
#show .btns S.next {
	right: 0px
}
.show-hover#show .btns S {
	display: block
}
.masks {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	height: 490px;
	position: absolute;
	background: #000;
	overflow: hidden
}



body {
	font-size:12px;
	color:#666;
	font-family:'微软雅黑';
	background:#FEFEFE;
}
.container {
	width:990px;
	margin:0 auto;
	position:relative;
}
a {
	color:#666;
	font-family:'微软雅黑';
}
.top {
	background:url("../images/head_bg.png") repeat-x;
	height:164px;
	position:fixed;
	width:100%;
	z-index:10
}
.top .logo {
	width:232px;
	height:130px;
	background:url("../images/logo.jpg") no-repeat left center;
	display:block;
	float:left
}
.top .title {
	width:750px;
	height:130px;
	background:url("../images/title.jpg") no-repeat center center;
	display:block;
	float:left
}

.top .top_text {
	position:absolute;
	top:10px;
	right:0px;
	text-align:right;
	font-size:12px;
}
.top .top_text span {
	border-right:1px dashed #ccc;
	width:1px;
	height:10px;
	margin:0 10px;
	display:inline-block;
}

.index-footer{
	width:100%;
	text-align:center;
	height:48px;
	line-height:48px;
	font-family:"微软雅黑";
	margin-top:20px;
	border-top:1px solid #e7e7e7;
	font-size:12px;
	display:block;
	position:absolute;	
	top:620px;
}