.foucebox {
	width:1200px;
	margin:30px auto; overflow:hidden;
	/* Gecko browsers */
-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	/* Webkit browsers */
-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/* W3C syntax */
border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;
}
.foucebox .bd {
	position:relative;
	float:right;
	width:710px;
	height:389px;
	overflow:hidden;
}
.foucebox .showDiv {
	position:relative;
	width:710px;
	height:389px;
}
.foucebox .showDiv img {
	width:710px;
	height:389px;
	/* Gecko browsers */
-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	/* Webkit browsers */
-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/* W3C syntax */
border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;
}
.foucebox .showDiv p {
	position:absolute;
	left:20px;
	padding-right:20px; text-align:left; line-height:25px;height:25px; overflow:hidden; margin:2% 0 0;
	color:#FFF; font-size:14px;
	z-index:9;
}
.foucebox .showDiv h2 {
	position:absolute; text-align:left;
	left:20px;
	bottom:0;
	width:710px;
	height:34px;
	_padding-left:0;
	line-height:34px;
	z-index:9;
	overflow:hidden;
}
.foucebox .showDiv h2 a {
	color:#FFF; font-size:17px;
	text-decoration:none;
}
.foucebox .foucebox_bg {
	position:absolute;
	left:0;
	bottom:0;
	width:710px;
	height:80px;
	background:#f5a11b;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:8;
	overflow:hidden;
}
.foucebox .hd {
	width:480px;
	height:389px;
	float:left;
}
.foucebox .hd ul li {
	width:225px;
	height:123px;
	float:left;
	margin:0 10px 11px 0px;
	display:inline;
	position:relative;
}
.foucebox .hd ul a {
	display:block;
	width:225px;
	height:123px;
}
.foucebox .hd ul img {
	width:221px;
	height:119px; border:2px solid #f5a11b; 
	
	
	/* Gecko browsers */
-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	/* Webkit browsers */
-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/* W3C syntax */
border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:  3px;
}
.foucebox .hd ul .txt_bg {
	width:225px;
	height:30px;
	position:absolute;
	left:0; bottom:0;
background:url(../images/bg_png.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="../images/bg_png.png");
}
.foucebox .hd ul .txt {
	width:225px;
	height:30px;
	line-height:30px;
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	overflow:hidden;
}
.foucebox .hd ul .mask {
	width:225px;
	height:123px;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66000000',endColorstr='#66000000');
	background:rgba(0,0,0,0.4);
}
.foucebox .hd ul a:hover .mask,.foucebox .hd ul .on .mask {
	display:none;
	position:relative;
}
.foucebox .hd ul a:hover img,.foucebox .hd ul .on img {
	border-color:#f5a11b;
}
.foucebox .hd ul .on .txt_bg {
	background:#f5a11b; 
}
.foucebox .hd ul a:hover {
	color:#fff;
}
.foucebox .hd ul a:hover .txt_bg {
	background:#f5a11b;
}
