* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Microsoft Yahei";
}
ul, li {
	list-style: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #fff
}
a:hover {
	text-decoration: underline;
}

#focus {
	width: 600px;
	height: 375px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	clear: both; 
	font-size: 14px;
}
#focus a,
#focus a:link,
#focus a:visited,
#focus a:active,
#focus a:hover {
	color: #fff;
}
#focus ul {
	position: absolute;  /*必须设置ul绝对定位*/
}
#focus li{
	float: left;
	width: 600px;
	height: 375px;
	overflow: hidden;
	position: relative;
}
#focus a img{
	width: 100%;
	height: 100%;
}
#focus a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#focus a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	overflow: hidden;
	z-index: 999;
	line-height: 36px;
	margin-left: 10px;
}
#focus .btnBg {
	position: absolute;
	width: 100%;
	height: 36px;
	left: 0;
	bottom: 0;
	background-color: #000;
	z-index: 99;
}
#focus .btn {
	position: absolute;
	width: 100%;
	height: 24px;
	right: 0;
	bottom: 0;
	margin-top: 12px;
	text-align: right;
	z-index: 9999;
}
#focus .btn span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	cursor: pointer;
	background-image: url(../images/focus_btn.png);
	background-repeat: no-repeat;
	background-position: -10px -153px; 
	
}
#focus .preNext {
	position: absolute;
	top: 100px;
	width: 40px;
	height: 74px;
	cursor: pointer;
}
#focus .pre, #focus .next {
	background-image: url(../images/focus_btn.png);
	background-repeat: no-repeat;
}
#focus .pre {
	left: 0; 
	background-position: top left;
}
#focus .next {
	right: 0;
	background-position: top right;
}




#focus_j {
	width: 600px;
	height: 375px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	clear: both; 
	font-size: 14px;
}
#focus_j a,
#focus_j a:link,
#focus_j a:visited,
#focus_j a:active,
#focus_j a:hover {
	color: #fff;
}
#focus_j ul {
	position: absolute;  /*必须设置ul绝对定位*/
}
#focus_j li{
	float: left;
	width: 600px;
	height: 375px;
	overflow: hidden;
	position: relative;
}
#focus_j a img{
	width: 100%;
	height: 100%;
}
#focus_j a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#focus_j a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	overflow: hidden;
	z-index: 999;
	line-height: 36px;
	margin-left: 10px;
}
#focus_j .btnBg {
	position: absolute;
	width: 100%;
	height: 36px;
	left: 0;
	bottom: 0;
	background-color: #000;
	z-index: 99;
}
#focus_j .btn {
	position: absolute;
	width: 100%;
	height: 24px;
	right: 0;
	bottom: 0;
	margin-top: 12px;
	text-align: right;
	z-index: 9999;
}
#focus_j .btn span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	cursor: pointer;
	background-image: url(../images/focus_btn.png);
	background-repeat: no-repeat;
	background-position: -10px -153px; 
	
}
#focus_j .preNext {
	position: absolute;
	top: 100px;
	width: 40px;
	height: 74px;
	cursor: pointer;
}
#focus_j .pre, #focus_j .next {
	background-image: url(../images/focus_btn.png);
	background-repeat: no-repeat;
}
#focus_j .pre {
	left: 0; 
	background-position: top left;
}
#focus_j .next {
	right: 0;
	background-position: top right;
}