/*样式*/
.pro_list {float:left; width:256px; margin:10px 22px;}
.pro_img {
    overflow: hidden;
    width: 256px;
    height: 175px;
    position:relative;}

.pro_img img {
    display: block;
    overflow: hidden;
width: 256px;
    height: 175px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute; z-index:1;}
.pro_title {
    width: 100%;
    height: 35px;
    line-height:35px; text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.pro_title a{

    color: #000;}
.pro_img:hover img {
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
