.product-center {
    width: 100%;
    padding: 0 8.33vw;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
.index-about-title-content{
    width: 100%;
    max-width: 83.33vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-center .product-center-title {
    width: 100%;
    height: 4.86vw;
    position: relative;
    margin-top: 4.31vw;
    margin-bottom: 2.33vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-center .product-center-more {
    position: absolute;
    font-size: 1.67vw;
    color: #0C8B96;
    font-weight: 400;
    right: 0;
}
.product-center .product-center-content{
    width: 83.33vw;
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
.product-center .product-center-left {
    flex: 1;
    height: 34.72vw;
    background-color: rgba(12, 139, 150, 0.1);
    display: none;
    justify-content: space-between;
    position: relative;
    margin-right: 1.88vw;
}
.product-center .product-center-left.active{
    display: flex;
}
.product-center .product-center-left .product-center-left-text {
    width: 27.08vw;
    height: calc(100% - 4.48vw);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-center .product-center-left .product-center-left-text h4 {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 2.08vw;
    color: #000000;
    line-height: 4.69vw;
}
.product-center .product-center-left .product-center-left-text p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1.46vw;
    color: #6C6B6B;
    line-height: 2.39vw;
}
.product-center .product-center-left .product-center-left-img {
    width: 100%;
    height: 100%;
}
.product-center .product-center-left .product-center-left-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.product-center .product-center-right .product-center-right-item {
    width: 25.87vw;
    height: 4.69vw;
    margin-bottom: 1.29vw;
    background-image: url('../../images/chanpinzhongxin/item.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3.69vw;
    font-size: 1.67vw;
    color: #0C8B96;
    font-family: PingFang SC;
    cursor: pointer;
}
.product-center .product-center-right .product-center-right-item.active {
    color: #FFFFFF;
    background-image: url('../../images/chanpinzhongxin/selected.png');
}
.product-center .product-center-right .product-center-right-item:nth-last-of-type(1) {
    margin-bottom: 0;
}
.swiper3 {
    width: 83.33vw;
    /*padding: 0 160px;*/
    margin-top: 1.94vw;
}
.swiper3 .swiper-slide {
    width: 26.56vw;
    height: 25.52vw;
    margin: 0 0.67vw;
}
.swiper3 .swiper-slide img{
    max-width: 100%;
}
.swiper3 .swiper-slide span {
    font-weight: 400;
    font-size: 2.43vw;
    color: #FFFFFF;
    position: relative;
}
.swiper3 .swiper-slide span::before {
    display: block;
    content: "";
    width: 0.88vw;
    height: 2.98vw;
    background-color: #fff;
    border-radius: 0.26vw;
    position: absolute;
    left: -1.74vw;
    top: 0;
}
.swiper3 .swiper-pagination3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.94vw;
    height: 0.73vw;
}

.swiper3 .swiper-pagination3 .swiper-pagination-bullet {
    margin: 0 !important;
    width: 21.46vw;
    height: 0.73vw;
    background-image: url('../../images/chanpinzhongxin/page.png');
    background-size: 107% 107%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    border-radius: 0;
}
.swiper3 .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: url('../../images/chanpinzhongxin/page-s.png');
}
@media screen and (max-width: 750px) {
    .product-center {
        height: 124.27vw;
        padding: 0 4vw;
        margin-top: 6.4vw;
        overflow: hidden;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding-top: 9.6vw;
    }
    .product-center .product-center-title {
        width: 100%;
        height: 9.6vw;
        position: absolute;
        left: 0;
        top: 0;
    }
    .product-center .product-center-title img {
        height: 100%;
    }
    .index-about-title-content {
        max-width: initial;
    }
    .product-center .product-center-more {
        right: 4vw;
        top: -0.67vw;
        font-size: 3.2vw;
    }
    .product-center .product-center-left {
        width: 100%;
        height: 58.67vw;
        position: absolute;
        top: 20vw;
        left: 0;
        right: 0;
        margin: auto;
    }
    .product-center .product-center-content {
        flex: 1;
        width: 100%;
    }
    .product-center .product-center-left .product-center-left-text {
        width: 40vw;
        height: 100%;
    }
    .product-center .product-center-left .product-center-left-text h4 {
        font-size: 3.47vw;
    }
    .product-center .product-center-left .product-center-left-text p {
        font-size: 2.4vw;
    }
    .product-center .product-center-left .product-center-left-img {
        padding: 0;
    }
    .product-center .product-center-left .product-center-left-img img {
        width: 100%;
        height: 100%;
    }
    .product-center .product-center-right {
        display: flex;
        justify-content: flex-start;
        position: absolute;
        top: 12vw;
        left: 0;
        right: 0;
        margin: auto;
        overflow-x: scroll;
    }
    .product-center .product-center-right .product-center-right-item {
        width: auto;
        height: 5.33vw;
        line-height: 5.33vw;
        padding: 0 2.13vw;
        border-radius: 2.67vw;
        background-image: none;
        font-size: 3.2vw;
        margin-bottom: 0;
        white-space: nowrap;
    }
    .product-center .product-center-right .product-center-right-item.active {
        background-image: none;
        background-color: #0C8B96;
    }
    .swiper3 {
        width: 100%;
        padding: 0;
        margin-top: 2.4vw;
    }
    .swiper3 .swiper-slide {
        width: 29.33vw;
        height: 28.4vw;
    }
    .swiper3 .swiper-pagination3 {
        margin-top: 2.4vw;
        height: 1.07vw;
    }
    .swiper3 .swiper-pagination3 .swiper-pagination-bullet {
        width: 32vw;
        height: 1.07vw;
    }
}

