/*图片列表*/
.grid li{
	width:240px;
	height:180px;
	overflow:hidden;
	text-align:center;}
.grid a{
	position:relative;
	display:block;
	font-size:18px;
    font-weight: bold;
	color:#fff;}
.grid img{
	vertical-align:top;}
.grid a p{
	position:absolute;
	top:0;
	left:0;
	padding-top:100px;
	width:100%;
	height:90px;
	filter:Alpha(opacity=0);
	opacity:0;
	-webkit-transition:opacity 200ms ease-in-out;
	-moz-transition:opacity 200ms ease-in-out;
	-ms-transition:opacity 200ms ease-in-out;
	-o-transition:opacity 200ms ease-in-out;
	transition:opacity 200ms ease-in-out;}
.grid li, .grid img, .grid p{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;}
.grid a:hover p{
	filter:Alpha(opacity=100);
	opacity:1;}

.case_hd, .case_hd a{
	display:block;
	width:87px;
	height:54px;
	overflow:hidden;}
.case_hd a{
	line-height:180px;
	background:url(common_text.png)/*tpa=http://www.zgqc.org/inc/common_text.png*/ 0 0 no-repeat;}
.case_bd{
	margin-top:12px;}
.case_bd ul{
	width:1250px;}
.case_bd li{
	_display:inline;
	float:left;
	margin-top:10px;
	margin-right:10px;}
.case_bd a p{
	background:url(case_bd_hover.png)/*tpa=http://www.zgqc.org/inc/case_bd_hover.png*/ 0 0 no-repeat;}