.productCenter220602 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter220602 * {
    box-sizing: border-box;
}

.productCenter220602 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.productCenter220602 ul li {
    width: 25%;
    height: 300px;
    float: left;
/*    border-right: 1px solid #eee;
    border-top: 1px solid #eee;*/
}

.productCenter220602 ul li:first-child {
    width: 50%;
    height: 600px;
/*    border-left: 1px solid #eee;*/
}

.productCenter220602 ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.productCenter220602 ul li a:hover .proImg img {
    transform: scale(1.1);
}

.productCenter220602 ul li a .proImg {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.productCenter220602 ul li a .proImg img {
    padding: 10px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: all 0.6s;
    object-fit: cover;
}

.productCenter220602 ul li a .content {
    text-align: center;
    font-size: 16px;
    padding: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f10215;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
