﻿ #FocusBG{
	width:100%;
	height:400px;
	min-width:1200px;
	}
.fullSlide {
	min-width:1200px;
	position:relative;
	height:400px;
	background:#000;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:400px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:400px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:22px;
	height:3px;
	margin:5px;
	overflow:hidden;
	background:#FFF;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#f00;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:40%;
	margin-top:-30px;
	left:0%;
	z-index:1;
	width:49px;
	height:104px;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
	background:url("/images/foot.png") no-repeat 0px 0px;
}
.fullSlide .next {
	left:auto;
	right:0%;
	background-position:-49px 0px;
}

.LinkList li{
	float:left;
	width:25%;
	padding:20px 0px;
	text-align:center;}
.LinkList li img{
	border:1px solid #DEDEDE;
	padding:1px 1px;}
.LinkList li img:hover{
	border:1px solid #C00;
	}


/*滑动焦点图样式*/
#picSlide{width:380px; height:370px; padding:0px 0 0 0px; margin:0px 0 0 0px; float:left; display:inline;}
#picSlide .SlideInner{width:380px;height:370px;overflow:hidden;position:relative;}
#slideArea{width:10000px; position:absolute;}
#slideArea li{ float:left;width:380px; height:370px; position:relative;}
#slideArea li .bg{width:380px; height:40px; background:#000; display:block; position:absolute; bottom:0; left:0;filter:alpha(opacity=70);background:rgba(0, 0, 0, 0.7);}
#slideArea li .txt{width:224px; height:40px; display:block; position:absolute; bottom:0px; left:0; font-size:12px; padding:0px 10px 0 10px; line-height:20px;}
#slideArea li .txt a{ color:#fff;}
#slideBtn{ position:absolute; bottom:5px; right:15px;}
#slideBtn span{ display:block; width:15px; height:10px; background:url(/images/btn.gif) no-repeat -15px 0; float:left; cursor:pointer; margin:0 2px;}
#slideBtn .current{background:url(/images/btn.gif) no-repeat 0 0;}

 #LinksBG{
	background:#a40000;
	min-width:1200px;
	}
 #Links {
	padding:10px 0px;
	line-height:25px;
	width:1200px;
	min-width:1200px;
	margin:auto;
	font-size:12px;
	text-align:center;
	}
 #Links span{
	font-weight:bold;
	color:#FFF;
	font-size:14px;}

 #Links a{
	padding:0px 7px;
	color:#FFF;}