
.content{ width:100%; overflow:hidden; margin-top:20px; font-size:14px; line-height:26px; color:#666;}
.content img{ max-width:100%;}
.caselist{ width:100%; overflow:hidden;}
.caselist li{ width:31.33%; float:left; overflow:hidden; margin:1%;}
.caselist li .img{ width:100%; overflow:hidden;}
.caselist li .img img{ width:100%;-moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;}
.caselist li p{ text-align:center; font-size:14px; margin-top:5px; height:24px; line-height:24px; overflow:hidden;}	
.caselist li a:hover img{-moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);}
.caselist li p{ color: #666;}
.caselist li a{color: #666;}
.caselist li a:hover p{ color: #b09d60;}

@media screen and (max-width: 640px){
	.content{ margin-top:15px; font-size:13px; line-height:24px;}
	.caselist li{ width:48%;}
	}

<!--ºÄÊ±1752251690.7288Ãë-->