@charset "utf-8";
/* CSS Document */

.Focus {
	width:100%;
	position:relative;
	height: 403px;
}
.Focus .prev, .Focus .next {
	position:absolute;
	display:block;
	left:10px;
	top:120px;
	width:55px;
	height:55px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.Focus .prev {
	left:10px;background:url(../images/td_z.png) center center no-repeat;
}
.Focus .next {
	left:auto;
	right:420px !important; background:url(../images/td_y.png) center center no-repeat;
}.Focus .next:hover{ background:url(../images/td_y_h.png) center center no-repeat;}
.Focus .prev:hover{ background:url(../images/td_z_h.png) center center no-repeat;}
.Focus .prev:hover, .Focus .next:hover {
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
}
.FocusIn {
	width:100%;
	height: 432px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}
.FocusIn .bd{ width:1070px;display:block;margin-top:30px; overflow:hidden;float:left;}
.FocusIn .bd li {width:1250px; height:325px; background:#f3f3f3;}
/*.FocusIn .bd li img {
	width:960px;
	height:250px;
	display:block;
}*/
.FocusIn .hd {
	position:absolute; right:0;
	width:370px;
	
	float:right;
}
.FocusIn .hd ul {
}
.FocusIn .hd ul li {
	position:relative;
	filter:alpha(opacity=80);
	opacity:0.8;
	cursor:pointer;
	margin-top:2px;
}

.FocusIn .hd ul li.on {
	filter:alpha(opacity=100);
  background:#8c1616;
	opacity:1;
}
.FocusIn .hd ul li.on img {
}