.nanber-img {
    width: 100%;
    height: 50vh;
}

.nanber-img img {
    width: 100%;
    height: 100%;
}



.product-sele {
    /* background-image: url('../images/picbj03.png');
    background-size: 100% 100%; */
    padding: 20px 0;
    background-color: #58c184;
}

.banner-bxinp {
    /* width: 980px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    /* overflow: hidden; */
}

.input-le {
    width: 13%;
    padding: 10px 0px;
    position: relative;
}

.input-le a {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-right: 1px solid #eeeeee;
}

.input-le span {
    font-size: 16px;
    color: #444444;
}

.input-le img {
    margin-left: 10px;
}

.input-cnt {
    width: 75%;
    padding: 15px 20px;
}

.input-cnt input {
    width: 100%;
    border: 0;
    font-size: 16px;
}

.input-ri a {
    /* background-color: #58c184; */
    padding: 15px 25px;
}




.product-btn {
    padding: 20px 0;
    position: relative;
}

.product-absbtn {
    width: 100%;
    position: absolute;
    top: -35px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.product-absbtn a {
    width: 260px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    background-color: #ffffff;
    box-shadow: 0 10px 20px 5px #eeeeee;
}

.product-absbtn a:hover {
    background-color: #58c184 !important;
    color: #ffffff !important;
}

.ashow {
    background-color: #58c184 !important;
    color: #ffffff !important;
}




.product-type {
    width: 100%;
    padding: 50px 0 70px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.myswipes {
    overflow: hidden;
}

.type-item {
    width: 100%;
    height: 220px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

.type-item:hover {
    background-image: url('../images/picbj06.png');
    background-size: 100% 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -42px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -42px;
    right: auto;
}

.swiper-button-next,
.swiper-button-prev {
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 10px;
    background-size: 10px 20px;
}

.type-item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
}

.type-item>a img {
    width: 56px;
    height: 56px;
}

.type-item>a h5 {
    font-size: 14px;
    font-weight: 600;
    padding: 30px 0;
    position: relative;
}

.type-item>a h5::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #111111;
    border-radius: 50px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.type-item>a p {
    font-size: 12px;
    color: #777777;
    line-height: 24px;
}



.equipment {
    padding: 40px 0 50px;
}

.equipment-ul {
    padding: 35px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.equipment-ul li {
    width: 32%;
    height: 95px;
    background-size: 100% 100%;
}

.libja {
    background-image: url('../images/picbj07.png');
}

.libjb {
    background-image: url('../images/picbj08.png');
}

.libjc {
    background-image: url('../images/picbj09.png');
}

.equipment-ul li a {
    width: 90%;
    padding: 15px;
    display: inline-block;
}

.equipment-ul li a h5 {
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.equipment-ul li a h5::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #111111;
    border-radius: 50px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.equipment-ul li a p {
    font-size: 12px;
    color: #777777;
    margin-top: 25px;
}


.productbj {
    width: 100%;
    height: 150px;
    background-image: url('../images/picbj10.png');
    background-size: 100% 100%;
}

.product-faith {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faith-item {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ffffff;
}

.faith-item:last-child {
    border-right: 0px solid #ffffff;
}

.faith-item img {
    width: 60px;
    height: 60px;
}

.faith-item span {
    color: #ffffff;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
}


.star-products {
    padding: 50px 0;
}

.star-ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.star-ul li {
    width: 49%;
    height: 215px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

.star-ul li a {
    padding: 25px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.star-ulle {
    width: 40%;
}

.star-ulle h5 {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    position: relative;
}

.star-ulle h5::before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #111111;
    border-radius: 50px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.star-ulle p {
    font-size: 12px;
    color: #777777;
    margin-top: 20px;
    line-height: 26px;

}

.star-ulri {
    width: 50%;
}

.star-ulri img {
    width: 100%;
}





/* 代理产品 */
.product-auto {
    padding: 50px 0 0;
}

.autobox {}

.auto-bxtit {
    text-align: center;
}

.auto-bxtit h2 {
    font-size: 24px;
    font-weight: 600;
}

.auto-bxtit span {
    font-size: 12px;
    color: #888888;
    margin-top: 5px;
    display: inline-block;
}

.autobx-data {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.autobx-data li {
    width: 23%;
    margin: 10px;
    background-color: #f2f2f2;
}

.autobx-data li a {
    display: flex;
    align-items: center;
    padding: 20px 15px;

}

.autobx-data li a h3 {
    font-size: 14px;
    font-weight: 600;
    margin-left: 25px;
}


.auto-add {
    padding: 25px 0;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.auto-add span {
    font-size: 12px;
    color: #777777;
    font-weight: 600;
}

.auto-add img {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}



.cataitem {
    width: 23% !important;
    margin: 0 10px;
}



.product-btm {
    padding: 35px 0;
    display: flex;
    justify-content: center;
}


.onespc{
    display: block;
}
.onesapp{
    display: none;
}


@media screen and (max-width:768px) {

    
    .onespc{
        display: none;
    }
    .onesapp{
        display: block;
    }

    .type-box > ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: .3rem;
        padding: 0 .1rem;
    }
    .type-box > ul > li{
        width: 48%;
    }

    .nanber-img {
        width: 100%;
        height: 20vh;
    }

    .nanber-img img {
        width: 100%;
        height: 100%;
    }


    .autobx-data {
        margin-top: .3rem;
        display: flex;
        flex-wrap: wrap;
    }

    .autobx-data li a:hover {
        background-image: url('../images/picbj02.png');
        background-size: 100% 100%;
        color: #ffffff;
    }

    .autobx-data li a:hover p {
        color: #ffffff !important;
    }

    .autobx-data li a p {
        font-size: .12rem;
        color: #777777;
        line-height: .22rem;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
    }



    .product-sele {
        /* background-image: url('../images/picbj03.png');
        background-size: 100% 100%; */
        padding: .3rem 0;
    }

    .banner-bxinp {
        width: 95% !important;
        display: flex;
        align-items: center;
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden;
    }

    .input-le {
        width: 20%;
        padding: 0rem 0px;
    }

    .input-le a {
        display: flex;
        align-items: center;
        padding: .1rem .2rem;
        border-right: 1px solid #eeeeee;
    }

    .input-le span {
        font-size: .16rem;
        color: #444444;
    }

    .input-le img {
        margin-left: .1rem;
    }

    .input-cnt {
        /* width: 60%; */
        padding: .15rem .2rem;
    }

    .input-cnt input {
        width: 100%;
        border: 0;
        font-size: .16rem;
    }

    .input-ri a {
        padding: .26rem .3rem;
    }



    .product-btn {
        padding: .2rem 0;
        position: relative;
    }

    .product-absbtn {
        width: 100%;
        position: absolute;
        top: -.35rem;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .product-absbtn a {
        width: 2.6rem;
        text-align: center;
        font-size: .2rem;
        font-weight: 600;
        padding: .2rem 0;
        background-color: #ffffff;
        box-shadow: 0 .1rem .2rem .05rem #eeeeee;
    }

    .product-absbtn a:hover {
        background-color: #58c184 !important;
        color: #ffffff !important;
    }

    .ashow {
        background-color: #58c184 !important;
        color: #ffffff !important;
    }





    .product-type {
        width: 100%;
        padding: .35rem 0 .25rem;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

    .myswipes {
        overflow: hidden;
    }
    .cataitem{
        width: 95% !important;
    }
    .type-item {
        width: 100%;
        height: auto;
        min-height: 2.6rem;
        background-color: #f2f2f2;
        margin-bottom: .2rem;
    }

    .type-item:hover {
        background-image: url('../images/picbj06.png');
        background-size: 100% 100%;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: .2rem;
        left: auto;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: .2rem;
        right: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: .2rem;
        height: .2rem;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        padding: .1rem;
        background-size: .1rem .2rem;
    }

    .type-item>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: .2rem .1rem;
    }

    .type-item>a img {
        width: 1rem;
        height: 1rem;
    }

    .type-item>a h5 {
        font-size: .14rem;
        font-weight: 600;
        padding: .3rem 0;
        position: relative;
    }

    .type-item>a h5::before {
        content: "";
        width: .15rem;
        height: 1px;
        background-color: #111111;
        border-radius: .5rem;
        position: absolute;
        bottom: .15rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .type-item>a p {
        font-size: .16rem;
        color: #777777;
        line-height: .24rem;
    }



    .equipment {
        padding: .4rem 0 .5rem;
    }

    .equipment-ul {
        padding: .35rem .2rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .equipment-ul li {
        width:100%;
        height: auto;
        margin-bottom: .2rem;
        background-size: 100% 100%;
    }

    .equipment-ul li a {
        width: 90%;
        padding: .15rem .1rem;
        display: inline-block;
    }

    .equipment-ul li a h5 {
        font-size: .14rem;
        font-weight: 600;
        position: relative;
    }

    .equipment-ul li a h5::before {
        content: "";
        width: .15rem;
        height: 1px;
        background-color: #111111;
        border-radius: .5rem;
        position: absolute;
        bottom: -.1rem;
        left: 0;
    }

    .equipment-ul li a p {
        font-size: .12rem;
        color: #777777;
        margin-top: .25rem;
    }


    .productbj {
        width: 100%;
        height: auto;
        background-image: url('../images/picbj10.png');
        background-size: 100% 100%;
    }

    .product-faith {
        padding: .3rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faith-item {
        width: 32%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #ffffff;
    }

    .faith-item:last-child {
        border-right: 0px solid #ffffff;
    }

    .faith-item img {
        width: .6rem;
        height: .6rem;
    }

    .faith-item span {
        color: #ffffff;
        margin-left: .1rem;
        font-size: .18rem;
        font-weight: 600;
    }


    .star-products {
        padding: .5rem 0;
    }

    .star-ul {
        margin-top: .4rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .star-ul li {
        width: 49%;
        height: auto;
        background-color: #f2f2f2;
        margin-bottom: .2rem;
    }

    .star-ul li a {
        padding: .25rem .15rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .star-ulle {
        width: 100%;
    }

    .star-ulle h5 {
        font-size: .14rem;
        font-weight: 600;
        color: #333333;
        position: relative;
    }

    .star-ulle h5::before {
        content: "";
        width: .15rem;
        height: 1px;
        background-color: #111111;
        border-radius: .5rem;
        position: absolute;
        bottom: -.1rem;
        left: 0;
    }

    .star-ulle p {
        font-size: .12rem;
        color: #777777;
        margin-top: .2rem;
        line-height: .26rem;
    }

    .star-ulri {
        width: 100%;
    }

    .star-ulri img {
        width: 100%;
    }













    /* 代理产品 */
    .product-auto {
        padding: .5rem 0 0;
    }

    .autobox {}

    .auto-bxtit {
        text-align: center;
    }

    .auto-bxtit h2 {
        font-size: .24rem;
        font-weight: 600;
    }

    .auto-bxtit span {
        font-size: .12rem;
        color: #888888;
        margin-top: .05rem;
        display: inline-block;
    }

    .autobx-data {
        margin-top: .3rem;
        display: flex;
        flex-wrap: wrap;
    }

    .autobx-data li {
        width: 46%;
        margin: .1rem;
        background-color: #f2f2f2;
    }

    .autobx-data li a {
        display: flex;
        align-items: center;
        padding: .2rem .15rem;

    }

    .autobx-data li a h3 {
        font-size: .14rem;
        font-weight: 600;
        margin-left: .25rem;
    }


    .auto-add {
        padding: .25rem 0;
        border-bottom: 1px solid #dadada;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .auto-add span {
        font-size: .12rem;
        color: #777777;
        font-weight: 600;
    }

    .auto-add img {
        width: .15rem;
        height: .15rem;
        margin-left: .1rem;
    }




    .product-btm {
        padding: .35rem 0;
        display: flex;
        justify-content: center;
    }






}