body {
    background: #ddd;
}

.productCenter3 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    height：300px;
}

.productCenter3Content {
    overflow: hidden;
}

.productCenter3Content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.productCenter3Left {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.productCenter3Left .enTitle{
    visibility: hidden;
}
.productCenter3Left .title {

    visibility: hidden;
}

.productCenter3Left .dec {
    visibility: hidden;
}
/*

.productCenter3Left .enTitle{
    
} {
    font-size: 28px;
    color: rgb(38, 38, 38);
    font-weight: bold;
    margin-bottom: 22px;
    visibility: hidden;
}

.productCenter3Left .title {
    font-size: 16px;
    color: rgb(38, 38, 38);
    line-height: 1.5;
    margin-bottom: 26px;
    visibility: hidden;
}

.productCenter3Left .dec {
    color: rgb(127, 127, 127);
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
    visibility: hidden;
}
*/
.productCenter3Left .seeMore {
    visibility: hidden;
}

.productCenter3Left .seeMore .hoverImg {
    display: block;
    transition: all 0.6s;
}


/* .productCenter3Left .seeMore:hover .normalImg {
    display: none;
}

.productCenter3Left .seeMore:hover .hoverImg {
    display: block;
    transition: all 0.6s;
} */

.productCenter3Right {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.productCenter3Right .productContent .product-img {
    overflow: hidden;
}

.productCenter3Right .productContent:hover .product-img img {
    transform: scale(1.1);
}

.productCenter3Right .productContent .product-img img {
    max-width: 100%;
    display: block;
    border: 0;
    transition: all 0.6s;
    margin: 0 auto;
}

.productCenter3Right .swiper-container {
    max-height: 200px;
    min-height: 230px;
}

.productCenter3Right .swiper-container .swiper-slide {
    background: #fff;
    position: relative;
}

.productCenter3Right .swiper-container .swiper-slide:hover {
    border-bottom: 2px solid rgb(30, 136, 229);
}

.productCenter3Right .swiper-container .swiper-wrapper {
    height: auto;
}

.productCenter3Right .swiper-container .swiper-slide .product-tip {
    padding: 0 10px 28px;
}

.productCenter3Right .swiper-container .swiper-slide .product-tip .content {
    color: rgb(63, 63, 63);
    font-size: 16px;
    height: 24px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.productCenter3Right .swiper-container .swiper-slide .viewMore {
    font-size: 12px;
    color: #fff;
    background: #1e88e5;
    text-decoration: none;
    padding: 9px 12px;
    width: 100px;
    border-radius: 50px;
    position: absolute;
    bottom: -16px;
    text-align: center;
    left: 50%;
    margin-left: -36%;
}

.productCenter3Right .swiper-button-next,
.productCenter3Right .swiper-button-prev {
    background-image: none;
    background: rgba(51, 51, 51, 0.3);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-top: -30px;
}

.productCenter3Right .swiper-button-prev:hover,
.productCenter3Right .swiper-button-next:hover {
    background: rgba(51, 51, 51, 1);
}

.productCenter3Right .swiper-button-prev {
    left: 0;
}

.productCenter3Right .swiper-button-next {
    right: 0;
}

.productCenter3Right .swiper-button-next .newsButton,
.productCenter3Right .swiper-button-prev .newsButton {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 58px;
}