.product3 li {
    width: 33%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
}

.product3 li:hover>div>.prod-zoom {
    top: 50%;
}

.product3 li>div {
    width: 88%;
    margin: 3px auto;
    height: auto;
    position: relative;
}

.product3 li>div a {
    display: block;
    width: 220px;
    height: 160px;
    line-height: 157px;
    text-align: center;
}

.product3 li>div a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product3 li>div>.prod-zoom {
    display: block;
    position: absolute;
    background: url(../images/product_zoom.png) 0 0 no-repeat;
    width: 53px;
    height: 53px;
    left: 50%;
    top: 50%;
    margin: -26px 0 0 -26px;
    cursor: pointer;
    z-index: 1;
    top: -100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.product3 li>p {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    font: 14px/42px "Microsoft Yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pg-color {
    color: #2269d5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}