.productCenter3 {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 40px 0; */
    box-sizing: border-box;

}

.productCenter3 * {
    box-sizing: border-box;
}

.productCenter3Content {
    overflow: hidden;
}

.productCenter3Content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.productCenter3Left {
    float: left;
    width: 25%;
    padding-right: 5%;
    box-sizing: border-box;
    margin-top: 100px;
}

.productCenter3Left .enTitle {
    font-size: 28px;
    color: rgb(38, 38, 38);
    font-weight: bold;
    margin-bottom: 22px;
}

.productCenter3Left .title {
    font-size: 16px;
    color: rgb(38, 38, 38);
    line-height: 1.5;
    margin-bottom: 26px;
}

.productCenter3Left .dec {
    color: rgb(127, 127, 127);
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
}

.productCenter3Left .seeMore {
    display: inline-block;
}

.productCenter3Left .seeMore img {
    width: 120px;
}

.productCenter3Left .seeMore .hoverImg {
    display: none;
    transition: all 0.6s;
}

.productCenter3Left .seeMore:hover .normalImg {
    display: none;
}

.productCenter3Left .seeMore:hover .hoverImg {
    display: block;
    transition: all 0.6s;
}

.productCenter3Right {
    float: left;
    width: 75%;
    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;
    width: 286px;
    height: 276px;
    object-fit: cover;
}

.productCenter3Right .swiper-container {
    height: 350px;
}

.productCenter3Right .swiper-container .swiper-slide {
    background: #fff;
    position: relative;
}

.productCenter3Right .swiper-container .swiper-slide:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: rgb(253, 195, 0);
    bottom: 0px;
}

.productCenter3Right .swiper-container .swiper-slide:hover:before {
    transition: 0.6s linear;
    width: 100%;
}

.productCenter3Right .swiper-container .swiper-wrapper {
    height: auto;
}

.productCenter3Right .swiper-container .swiper-slide .product-tip {
    padding: 2% 5% 8%;
    transition: all 0.6s;
}

.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: rgb(255, 192, 0);
    text-decoration: none;
    padding: 9px 12px;
    width: 65%;
    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;
}

.productCenter3Right .swiper-button-next .newsButton img,
.productCenter3Right .swiper-button-prev .newsButton img {
    max-width: 100%;
    display: inline-block;
    border: 0;
    width: 24px;
    height: 24px;
}