.productCenter220429 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter220429 * {
    box-sizing: border-box;
}

.productCenter220429 ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.productCenter220429 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.productCenter220429 ul li {
    width: 380px;
    height: 380px;
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    overflow: hidden;
}

.productCenter220429 ul li:nth-child(3n) {
    margin-right: 0;
}

.productCenter220429 ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
}

.productCenter220429 ul li a:hover .proImg img {
    transform: scale(1.1);
}

.productCenter220429 ul li a .proImg {
    overflow: hidden;
    height: 100%;
}

.productCenter220429 ul li a .proImg img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: all 0.6s;
    object-fit: scale-down;
}

.productCenter220429 ul li a .content {
    background: #39b1cf;
    text-align: center;
    font-size: 16px;
    padding: 0 16px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.productCenter220429 ul li a .content .dec {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
}