.zmarqueeleft{
	height:130px;
	width:1000px;
	margin:0 auto;
	padding: 0 0 30px 0;
	overflow:hidden;
	border-bottom: 2px solid #EDEDED;
	}
.zmarqueeleft ul{
    height:130px;
    float:left;
    }
.zmarqueeleft li{
	        width:200px;
	        height:130px;
            margin:0 10px 0 0;
            float:left;
            position: relative;
	        }  
.zmarqueeleft li img{
	       width:200px;
           height:130px;
           }
 .zmarqueeleft li a{
	      display:none;
	      width:180px;
	      height:110px;
	      position: absolute;
	      left: 0;
	      top:0;
	      background:url(../img/hoverbg.png);
	      padding: 10px;
	}  

.zmarqueeleft li a h2{
 	     color: #fff;
 	     font-size: 15px;
 	     font-weight:normal;
 	     padding: 2px 0 5px 0;
 }
 .zmarqueeleft li a p{
 	color:#fff;
        line-height: 24px;
 }