.zuztl{width:100%;height:auto;    margin-top: 25px;}
.zuztl li{ width:31%;float:left;margin:0 1% 25px 1%;overflow: hidden;}
.zuztl li img{width:100%;margin:0 auto;display: block;-moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;}
.zuztl li img:hover{transform:translateZ(0) scale(1.05);-o-transform:translateZ(0) scale(1.05);-moz-transform:translateZ(0) scale(1.05);-webkit-transform:translateZ(0) scale(1.05);-ms-transform:translateZ(0) scale(1.05);}




@media screen and (max-width: 1000px) {

.zuztl li{ width:100%;float:none;margin:0 auto;margin-bottom:25px;}
.zuztl li img{width:100%;margin:0 auto;}
}

