﻿.centerfocus *
{
	padding:0px;
	margin:0px;
	border:0px;
	list-style:none;
}
.centerfocus
{
	width:502px;
	height:241px;
	position:relative;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}/*焦点图大小，可按需要是否加边框*/
.centerfocus .loading
{
	position:absolute;
	z-index:9999;
	color:#fff;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:40px;
	background:#666;
}/*载入画面*/
.centerfocus .pics ul
{
	width:100%;
	height:210px;
}/*图片高*/
.centerfocus .pics ul li
{
	position:absolute;
	width:100%;
	height:210px;
}
.centerfocus .pics ul li img
{
	width:100%;
	height:100%;
}
.centerfocus .ts
{
	width:501px;
	height:29px;
	border:1px solid #dedede;
	overflow:hidden;
}/*文字宽高*/
.centerfocus .ts ul
{
	width:501px;
	height:29px;
	line-height:29px;
}
.centerfocus .ts ul li
{
	float:left;
	width:164px;
	height:26px;
	border-right:1px solid #dedede;
	padding:1px;
	overflow:hidden;
}
.centerfocus .ts ul li a
{
	display:block;
	padding-left:10px;
	width:153px;color:#333;
	text-decoration:none;
	background:#f1f1f1;
}
.centerfocus .ts ul li a.current
{
	background:#aaa;
	color:#fff;
	font-weight:bold;
}


/*----------------------------------顶部---------------------*/
#topimgshow *
{
	padding:0px;
	margin:0px;
	border:0px;
	list-style:none;
}
#topimgshow
{
	width:748px;
	height:330px;
	position:relative;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}/*焦点图大小，可按需要是否加边框*/
#topimgshow .loading
{
	position:absolute;
	z-index:10;
	color:#fff;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:100px;
	background:#666;
}/*载入画面*/
#topimgshow .pics ul
{
	width:100%;
	height:300px;
}/*图片高*/
#topimgshow .pics ul li
{
	position:absolute;
	width:100%;
	height:300px;
}
#topimgshow .pics ul li img
{
	width:100%;
	height:100%;
}
#topimgshow .ts
{
	width:748px;
	height:29px;
	border:1px solid #dedede;
	overflow:hidden;
}/*文字宽高*/
#topimgshow .ts ul
{
	width:748px;
	height:29px;
	line-height:29px;
}
#topimgshow .ts ul li
{
	float:left;
	width:184px;
	height:26px;
	border-right:1px solid #dedede;
	padding:1px;
	overflow:hidden;
}
#topimgshow .ts ul li a
{
	display:block;
	padding-left:10px;
	width:173px;color:#333;
	text-decoration:none;
	background:#f1f1f1;
}
#topimgshow .ts ul li a.current
{
	background:#aaa;
	color:#fff;
	font-weight:bold;
}