.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;
}

.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-tit {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.product-tit img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}





.product-box {
    display: flex;
    justify-content: space-between;
}

.product-bxle {
    width: 23%;
    min-height: 50vh;
}

.condition {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.condit-tit {
    /* background-color: #7ed3a5; */
    background-image: url("../images/picbj11.png");
    background-size: 100% 100%;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.condition ul {
    padding: 5px 15px;
}

/* .condition ul li{
    
} */
.condition ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #555555;
    padding: 10px 0;
}

.left {
    display: block;
}

.bottom {
    display: none;
}



.prod-child {
    display: none;
}

.prod-child a {
    font-size: 12px !important;
    color: #777777 !important;
    padding: 5px 15px !important;
}

.ashow {
    font-weight: 600;
    color: #333333 !important;
}

.selse-btn {
    display: none;
}





.technical-bxri {
    width: 75%;
    
}

.technical-bxri h1 {
    font-size: 18px;
    font-weight: 600;
}


.technical-ul {
    margin: 10px 0;
    min-height: 50vh;
}

.technical-li {
    padding: 30px 0;
    border-bottom: 1px solid #dfdfdf;

}

.technical-li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.techn-lile {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    background-image: url('../images/picbj15.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.techn-lile h3 {
    font-size: 20px;
    font-weight: 600;
}

.techn-lile h5 {
    font-size: 16px;
}

.techn-liri {
    width: 84%;
    margin-left: 20px;
}

.techn-liri h2 {
    font-size: 16px;
    font-weight: 600;
}

.techn-liri .techn-nam {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.techn-liri .techn-nam img {
    width: 15px;
    height: 16px;
}

.techn-liri .techn-nam span {
    font-size: 12px;
    color: #888888;
    margin-left: 10px;
}

.techn-liri p {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-top: 15px;
}

.technical-li:hover .techn-liri h2 {
    color: #58c184;
}



.technical-btm{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}


@media screen and (max-width:768px) {

    .nanber-img {
        width: 100%;
        height: 20vh;
    }

    .nanber-img img {
        width: 100%;
        height: 100%;
    }


    .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-tit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .2rem;
    }

    .selse-btn {
        display: block;
    }

    .product-bxle {
        width: 50%;
        position: absolute;
        left: 0;
        z-index: 9;
        background-color: #ffffff;
        display: none;
        max-height: 50vh;
        min-height: auto;
        overflow-y: auto;
    }





    .technical-bxri {
        width: 100%;
    }


    .technical-bxri h1 {
        font-size: .18rem;
        font-weight: 600;
        padding: 0 .1rem;
    }








    .technical-ul {
        margin: .1rem;
    }
    
    .technical-li {
        padding: .3rem 0;
        border-bottom: 1px solid #dfdfdf;
    
    }
    
    .technical-li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .techn-lile {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: .05rem;
        background-image: url('../images/picbj15.png');
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #ffffff;
    }
    
    .techn-lile h3 {
        font-size: .2rem;
        font-weight: 600;
    }
    
    .techn-lile h5 {
        font-size: .16rem;
    }
    
    .techn-liri {
        width: 84%;
        margin-left: .2rem;
    }
    
    .techn-liri h2 {
        font-size: .16rem;
        font-weight: 600;
    }
    
    .techn-liri .techn-nam {
        display: flex;
        align-items: center;
        margin-top: .15rem;
    }
    
    .techn-liri .techn-nam img {
        width: .15rem;
        height: .16rem;
    }
    
    .techn-liri .techn-nam span {
        font-size: .12rem;
        color: #888888;
        margin-left: .1rem;
    }
    
    .techn-liri p {
        font-size: .12rem;
        color: #666666;
        line-height: .24rem;
        margin-top: .15rem;
    }
    
    .technical-li:hover .techn-liri h2 {
        color: #58c184;
    }
    
    
    
    .technical-btm{
        display: flex;
        justify-content: center;
        padding: .2rem 0;
    }

















}