.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;
    padding: 5px 15px !important;
}

.ashow {
    font-weight: 600;
    color: #58c184 !important;
}

.selse-btn{
    display: none;
}





.featured-ri{
    width: 75%;
}

.featured-dz{
    margin-bottom: 30px;
}
.featured-dz > h3{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.featured-dz > p{
    font-size: 12px;
    color: #666666;
    line-height: 28px;
}


.service-bx{
    display: flex;
    flex-wrap: wrap;
}
.wid-a{
    width: 31%;
}
.wid-b{
    width: 47%;
}
.servibja{
    background-image: url('../images/picbj17.png');
    background-size: 100% 100%;
}
.servibjb{
    background-image: url('../images/picbj18.png');
    background-size: 100% 100%;
}
.servibjc{
    background-image: url('../images/picbj19.png');
    background-size: 100% 100%;
}
.servibjd{
    background-image: url('../images/picbj20.png');
    background-size: 100% 100%;
}
.servibje{
    background-image: url('../images/picbj21.png');
    background-size: 100% 100%;
}
.service-bx a{
    margin: 10px;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-bx a img{
    max-width: 80px;
    height: 60px;
}
.service-bx a span{
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    margin-top:30px;
}




.demand-bx{
    display: flex;
    justify-content: space-between;
}
.demand-news{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.demand-news h3{
    font-size: 14px;
    font-weight: 600;
    color: #444444;
}
.demand-news p{
    width: 100%;
    font-size: 12px;
    color: #666666;
    line-height: 28px;
}
.demand-news p a{
    font-size: 12px;
    color: #58c184;
    font-weight: 600;
}
.demand-news p img{
    width: 100%;
    margin-top: 10px;
}

.demand-inp{
    width: 60%;
}

.demand-inp ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.demand-inp ul li{
    width: 48%;
    margin-bottom: 15px;
}
.demand-inp ul li p{
    font-size: 14px;
    font-weight: 600;
}
.demand-inp ul li p span{
    color: #ff0707;
}
.demand-inp ul li p input{
    width: 95%;
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 5px;
}
.demand-inp ul li textarea{
    width: 98%;
    border: 1px solid #dfdfdf;
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 5px;
}

.layui-btn-norms{
    background-color: #58c184;
}






@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: 70vh;
        overflow-y: auto;
        min-height: auto;
    }





    .featured-ri {
        width: 100%;
    }



    .featured-dz{
        margin-bottom: .3rem;
    }
    .featured-dz > h3{
        font-size: .26rem;
        font-weight: 600;
        text-align: center;
        margin-bottom: .2rem;
    }
    .featured-dz > p{
        font-size: .12rem;
        color: #666666;
        line-height: .28rem;
        padding: .1rem;
    }
    
    
    .service-bx{
        display: flex;
        flex-wrap: wrap;
    }
    .wid-a{
        width: 30%;
    }
    .wid-b{
        width: 46%;
    }


    .service-bx a{
        margin: .1rem;
        padding: .3rem 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service-bx a img{
        max-width: .8rem;
        height: .6rem;
    }
    .service-bx a span{
        font-size: .14rem;
        font-weight: 600;
        color: #444444;
        margin-top: .3rem;
        text-align: center;
    }
    
    
    
    
    .demand-bx{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .demand-news{
        width: 97%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 .1rem;
    }
    .demand-news h3{
        font-size: .14rem;
        font-weight: 600;
        color: #444444;
    }
    .demand-news p{
        width: 100%;
        font-size: .12rem;
        color: #666666;
        line-height: .28rem;
    }
    .demand-news p a{
        font-size: .12rem;
        color: #58c184;
        font-weight: 600;
    }
    .demand-news p img{
        width: 100%;
        margin-top: .1rem;
    }
    
    .demand-inp{
        width: 97%;
        margin-top: .2rem;
        padding: 0 .1rem;
    }
    
    .demand-inp ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .demand-inp ul li{
        width: 48%;
        margin-bottom: .15rem;
    }
    .demand-inp ul li p{
        font-size: .14rem;
        font-weight: 600;
    }
    .demand-inp ul li p span{
        color: #ff0707;
    }
    .demand-inp ul li p input{
        width: 95%;
        border: 1px solid #dfdfdf;
        margin-top: .1rem;
        font-size: .14rem;
        padding: .1rem .05rem;
    }
    .demand-inp ul li textarea{
        width: 98%;
        height: 2rem;
        border: 1px solid #dfdfdf;
        margin-top: .1rem;
        font-size: .14rem;
        padding: .1rem .05rem;
    }



}