.list_con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.con .list_con {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
}
.con .search_con .list_con .swiper .swiper-slide {
    width: auto;
}
.con .search_con .list_con .swiper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    border-radius: 50px;
    height: 40px;
    padding: 0 20px;
    transition: all 0.2s linear;
    min-width: 130px;
}
.con .search_con .list_con .swiper .swiper-slide.act a, .con .search_con .list_con .swiper .swiper-slide:hover a {
    border-color: var(--allColor);
    color: var(--allColor);
}
.con .search_con .list_con .swiper .swiper-slide a .ico {
    width: 14px;
    height: auto;
    transition: all 0.2s linear;
    filter: brightness(0);
    opacity: 0.6;
}
.con .search_con .list_con .swiper .swiper-slide.act a .ico, .con .search_con .list_con .swiper .swiper-slide:hover a .ico {
    filter: none;
    opacity: 1;
    color: var(--allColor);
}
.con .search_con .list_con .swiper .swiper-slide a p {
    margin-left: 8px;
    font-weight: bold;
    color: #777;
}
.con .search_con .list_con .swiper .swiper-slide:hover a p {
    color: var(--allColor);
}
.con .search_con .list_con .swiper .swiper-slide.act a p {
    color: var(--allColor);
}
.search_con .list_con .swiper .swiper-slide a:hover .ico {
    visibility: visible;
}
.con .list_con .list_item2 .list_item3_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.con .list_con .list_item2 .list_item3_c a {
    color: #777;
    transition: all 0.3s linear;
}
.con .list_con .list_item2 .list_item3_c a:hover {
    color: var(--allColor);
    text-decoration: underline;
}
.con .list_con .list_item2 .list_item3_c a.active {
    color: var(--allColor);
    text-decoration: underline;
}
.search_con .list_con .swiper .swiper-slide a:hover {
    background: initial;
}
.list_con2 {
    display: block;
    width: 100%;
}
.list_con2 .list_item2 {
    display: none;
}
p.noDate {
    width: 100%;
    text-align: center;
}

.list_con_li{
    width: auto;
    margin: 0 5px 10px;
}

.list_con_li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    border-radius: 50px;
    height: 40px;
    padding: 0 20px;
    transition: all 0.2s linear;
    min-width: 130px;
}

.list_con_li a p {
    margin-left: 8px;
}

.list_con_li a .ico {
    width: 14px;
    height: auto;
    transition: all 0.2s linear;
}

.list_con_li a .right_ico {
    height: auto;
    width: 0;
    visibility: hidden;
    filter: brightness(0) invert(1);
    transition: all 0.2s linear;
}

.list_con_li a:hover {
    background: var(--allColor);
    border-color: var(--allColor);
    color: #fff;
}

.list_con_li a:hover p {
    margin-left: 0;
}

.list_con_li a:hover .ico {
    width: 0;
    visibility: hidden;
}

.list_con_li a:hover .right_ico {
    width: 14px;
    visibility: visible;
    margin-left: auto;
}

.list_con_li.active a {
    background: var(--allColor);
    border-color: var(--allColor);
    color: #fff;
}

.list_con_li.active a p {
    margin-left: 0;
}

.list_con_li.active a .ico {
    width: 0;
    visibility: hidden;
}

.list_con_li.active a .right_ico {
    width: 14px;
    visibility: visible;
    margin-left: auto;
}


.prolist {
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
}

.pro-item {
    flex: 0 0 31.458%;
    margin-right: 2.813%;
}

.pro-item:nth-child(3n) {
    margin-right: 0%;
}

.pro-tit {
    line-height: 1.5;
}

.pro-tit a {
    color: #222;
    transform: all .5s;
}

.pro-tit a:hover {
    color: var(--allColor);

}

.pro-des {
    line-height: 1.875;
    margin-top: 7px;
    color: #777;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s;
}

.pro-img {
    position: relative;
    overflow: hidden;
}

.pro-img:hover img {
    transform: scale(1.05);
}

.pro-more a {
    color: #777;
    display: flex;
    align-items: center;
    transition: all .5s;
}

.pro-more a:hover {
    text-decoration: underline;
    color: var(--allColor);
}

.pro-more a svg {
    margin-left: 8px;
    transition: all 0.3s linear;
}

.pro-more a:hover svg {
    transform: translateX(4px);
}

.pro-more a:hover svg path {
    fill: var(--allColor);
}



.prod-top {
    background-color: #f7f7f7;
    margin-top: 100px;
}

.prod-tbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.prod-top h1 {
    color: #222;
}

.prod-tdes {
    line-height: 1.875;
    color: #777;
}

.prod-top .btn-more a {
    color: var(--allColor);
    border-color: var(--allColor);
}

.prod-top .btn-more a img {

    filter: invert(100%);
    /* 反色 */
    filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(300%);
    /* 变成红色 */

}

.prod-top .btn-more a:hover {
    color: #fff;
}

.prod-tlf {
    flex: 1;
}

.prod-trg {
    flex: 0 0 31.458%;
    margin-left: 14.72%;
}

.prod-timg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.appswp .swiper-slide{
    overflow: hidden;
}

.prod2 .app-ico {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vw;
    z-index: 1;
}

.prod2 .appswp .swiper-slide img {
    width: 100%;
}

.prod2 .app-tit {
    text-align: center;
    line-height: 1.25;
    color: #fff;
    font-weight: bold;
}

.prod2 .app-des {
    color: #fff;
    text-align: center;
    line-height: 1.875;
    min-height: 60px;
}


.sold3 .app-ico {
    width: 80px;
    margin: 0 auto;
}

.sold3 .app-ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sold3 .app-tit {
    text-align: center;
    line-height: 1.25;
    color: #222;
}

.sold3 .app-des {
    color: #777;
    text-align: center;
    line-height: 1.875;
}

.nav_tit {
    text-align: center;
}

.appswp {
    position: relative;
    
}

.appswp .swiper-pagination {
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod2 .appswp .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 7.5px;
    background-color: #cccccc;
    opacity: 1;
    transition: all .5s;
}

.prod2 .appswp .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background-color: var(--allColor);
}

.prod3 {
    background-color: #f7f7f7;
}

.prod3-tit{
  text-align: center;  
}

.prod3 .con-des {
    margin-top: 16px;
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.prod3 .td-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.prod3 .td-list li {
    width: 32%;
    display: flex;
    align-items: center;
    line-height: 1.5;
    color: #222;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1.5vw;
}

.prod3 .td-list li svg {
    margin-right: 10px;
}

.parameter table{
    border: none;
}

.parameter table *{
    border: none;
}

.parameter thead {
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    background-color: var(--allColor);
}

.parameter tbody tr{
    line-height: 36px;
    color: #222;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.parameter tbody tr:nth-child(2n) {
    background-color: #f7f7f7;
}

.parameter table tr td:nth-child(1){
    text-align: left;
    width: 30%;
    padding: 15px 3vw;
}

.parameter table tr td:nth-child(2){
    width: 40%;
    text-align: center;
    padding: 15px 2vw;
}

.parameter table tr td:nth-child(3){
    width: 30%;
    text-align: center;
    padding: 15px 2vw;
}

.related-tit {
    line-height: 1.2;
    color: #222;
    margin-bottom: 9px;
}

.related-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50%;
}

.related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    transition: 0.5s;
}

.related-img:hover img {
    transform:translate(-50%,-50%) scale(1.02);
}

.prod5 {
    background-color: #f7f7f7;
}

.pd06 {
    position: relative;
}

.pd06-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pd06-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd06-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.pd06-txt {
    position: relative;
    z-index: 3;
}

.pd06-tit {
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

.pd06 .btn-more {
    justify-content: center;
}

.related {
    position: relative;
}

.related .swiper-button-prev {
    left: -46px;
    top: 148px;
    margin-top: 0;
    width: 16px;
}

.related .swiper-button-next {
    right: -46px;
    top: 148px;
    margin-top: 0;
    width: 16px;
}

.related .swiper-button-prev:hover svg path,
.related .swiper-button-next:hover svg path {
    fill: var(--allColor);
}

.related .swiper-button-next::after,
.related .swiper-button-prev:after {
    content: '';
}


@media screen and (max-width:1600px) {

    .related .swiper-button-prev,
    .related .swiper-button-next {
        top: 8vw;
    }
}

@media screen and (max-width:1440px) {
    .prod-top {
        background-color: #f7f7f7;
        margin-top: 60px;
    }
}

@media screen and (max-width:1200px) {}


@media screen and (max-width:1024px) {
    .prod-top {
        background-color: #f7f7f7;
        margin-top: 80px;
    }
}

@media screen and (max-width:768px) {
        .con .list_con {
        max-width: 100%;
    }
    .pro-item {
        flex: 0 0 100%;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 8vw;
    }
    .pro-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .prod-top {
        background-color: #f7f7f7;
        margin-top: 13.3vw;
    }

    .related {
        width: 80%;
    }

    .related .swiper-button-prev {
        left: -30px;
        top: 16vw;
    }

    .related .swiper-button-next {
        top: 16vw;
        right: -30px;
    }

    .app-des {
        line-height: 1.5;
    }

    .appswp {
        padding-bottom: 40px;
    }

    .prod-tbox {
        flex-direction: column-reverse;
    }

    .prod-trg {
        margin-left: 0;
        margin-bottom: 5%;
    }

    .parameter-item,
    .parameter-top {
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .obanner{
        height: 315px;
    }
    
    .sold2-ico {
        width: 45px !important;
    }
    
    .app-ico{
            bottom: 20px;
    }
    
    .sold3 .app-ico{
        width: 50px;
    }
    
    .sold4-citem{
                font-size: 16px;
    }
    
    .prod3 .td-list li{
        width: 100%;
    }
    
    .prod3 .con-des{
        max-width: 100%;
    }
    
    .list_con{
        justify-content: space-between;
    }
    
    .list_con_li{
        width: 48%;
        margin: 5px 0;
    }
}
