.productCenter2 {
    /* PHP - ignore */
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.productCenter2 * {
    /* PHP - ignore */
    box-sizing: border-box;
}

.productCenter2Top {
    /* PHP - ignore */
    font-family: 宋体;
    color: #339999;
    font-weight: bold;
    margin-bottom: 20px;
}

.productCenter2Top .title {
    /* PHP - ignore */
    font-size: 32px;
}

.productCenter2Top .enTitle {
    /* PHP - ignore */
    font-size: 16px;
}

.productCenter2Content:after {
    /* PHP - ignore */
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.productCenter2Item {
    /* PHP - 默认 */
    float: left;
    width: calc(25% - 10px);
    margin-right: 20px;
}

.productCenter2Item:first-child {
    /* PHP - 第一个 */
    width: 50%;
    margin-right: 0;
}

.productCenter2Item:last-child {
    /* PHP - 最后一个 */
    margin-right: 0;
}

.productCenter2Item:first-child a:first-child {
    /* PHP - 第一个 */
    margin-bottom: 0;
    margin-right: 20px;
}

.productCenter2Item a {
    display: block;
    overflow: hidden;
}

.productCenter2Item a:first-child {
    /* PHP - 第一个 */
    margin-bottom: 20px;
}

.productCenter2Item a:hover img {
    transform: scale(1.1);
}

.productCenter2Item:first-child a img {
    /* PHP - 第一个 */
    height: 460px;
    width: 580px;
}

.productCenter2Item a img {
    /* PHP - 图片 */
    max-width: 100%;
    border: 0;
    display: block;
    width: 290px;
    height: 220px;
    transition: all 0.6s;
}
