

/* 本例子css */
.foucebox {
	font:normal 12px/22px 宋体;
	width:98%;
	height:340px;
	background:#fff;
	margin:0px auto;
	/* 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;
	
	float:right;
}
.foucebox .bd {
	width:100%;
	height:340px;
	overflow:hidden;
}
.foucebox .showDiv {
	width:100%;
	height:340px;
}
.foucebox .showDiv img {
	width:100%;
	height:340px;

}
.foucebox .showDiv p {
	position:absolute;
	left:20px;
	bottom:0;
	padding-right:20px;
	color:#aaa;
	z-index:9;
	height:44px;
}
.foucebox .showDiv h2 {
	position:absolute;
	left:20px;
	bottom:0;
	width:380px;
	height:34px;
	background:url(../images/foucebox_h2.png) no-repeat 0 4px;
	_background:none;
	padding-left:40px;
	_padding-left:0;
	font-size:24px;
	font-family:"Microsoft Yahei";
	line-height:34px;
	z-index:9;
	overflow:hidden;
}
.foucebox .showDiv h2 a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
.foucebox .foucebox_bg {
	position:absolute;
	left:0;
	bottom:0;
	width:680px;
	height:107px;
	background:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index:8;
	overflow:hidden;
}
.foucebox .hd {
	width:100%;
	height:200px;
	float:left;
	margin-top: 7px;
}
.foucebox .hd ul li {
	width:139px;
	height:95px;
	float:left;
	margin:0 9px 7px 0px;
	display:inline;
	position:relative;
}
.foucebox .hd ul li:nth-child(4n){ margin-right: 0}
.foucebox .hd ul li:nth-child(n+5){ display: none}
.foucebox .hd ul a {
	display:block;
	width:139px;
	height:95px;
}
.foucebox .hd ul img {
	width:139px;
	height:88px;

}
.foucebox .hd ul .txt_bg {
	width:114px;
	height:24px;
	position:absolute;
	left:3px;
	top:67px;
	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:110px;
	height:24px;
	line-height:24px;
	color:#fff;
	position:absolute;
	left:4px;
	bottom:4px;
	z-index:2;
	text-align:right;
	padding-right:5px;
	overflow:hidden;
}
.foucebox .hd ul .mask {
	width:114px;
	height:89px;
	display:block;
	position:absolute;
	left:3px;
	bottom:3px;
	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:#1689d9;
}


.foucebox .hd ul .on .txt_bg {
	background:#1689d9;
}


.foucebox .hd ul a:hover {
	color:#fff;
}



.foucebox .hd ul a:hover .txt_bg {
	background:#1689d9;
}
@media screen and (max-width: 1280px){
	.foucebox {
		width:100%;
		height:300px;
	}
	.foucebox .bd {
		width:100%;
		height:300px;
		overflow:hidden;
	}
	.foucebox .showDiv {
		width:100%;
		height:300px;
	}
	.foucebox .showDiv img {
		width:100%;
		height:300px;
	
	}
	.foucebox .hd {
		width:100%;
		height:30px;
		float:left;
		margin-top: 1%;
		margin-left: 0;
	}

	.foucebox .hd ul li {
		width:24.2%;
		height:auto;
		float:left;
		margin:0 1% 1% 0px;
		display:inline;
		position:relative;
	}
	.foucebox .hd ul a {
		display:block;
		width:100%;
	
	}
	.foucebox .hd ul img {
		width:100%;
		height:auto;}
}

@media screen and (min-width: 1600px){
	.foucebox {
		width:100%;
		height:400px;
		background:#fff;
		margin:0px auto;
		/* 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 {
		width:100%;
		height:400px;
		overflow:hidden;
	}
	.foucebox .showDiv {
		width:100%;
		height:400px;
	}
	.foucebox .showDiv img {
		width:100%;
		height:400px;
	
	}
	.foucebox .hd {
		width:100%;
		height:410px;
		float:left;
		margin-top: 1%;
		margin-left: 0;
	}

	.foucebox .hd ul li {
		width:24.2%;
		height:auto;
		float:left;
		margin:0 1% 1% 0px;
		display:inline;
		position:relative;
	}
	.foucebox .hd ul a {
		display:block;
		width:100%;
		height:95px;
	}
	.foucebox .hd ul img {
		width:100%;
		height:auto;

	}
}
@media screen and (max-width: 800px){
	.foucebox{
		height:auto;
	}
	.foucebox .hd ul li,.foucebox .hd{height:auto;}
	.foucebox .showDiv img,.foucebox .bd,.foucebox .showDiv {
		width: 100%;
		height: 200px!important;
	}
	.foucebox .hd ul a{ height: auto}
}
