.nanber-img {
    width: 100%;
    height: 50vh;
}

.nanber-img img {
    width: 100%;
    height: 100%;
}


.product-auto {
    padding: 50px 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;
}







.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;
}





.case-ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.case-ul li{
    width: 31%;
    background-color: #f2f2f2;
    margin: 20px 10px 0;

}
.case-ul li a{
    width: 100%;
}
.caseul-img{
    overflow: hidden;
}
.caseul-img img{
    width: 100%;
    height: 230px;
    transition: all .5s;
}
.case-ul li a:hover img{
    transform: scale(1.1);
}

.caseul-txt{
    padding: 10px 20px;
}
.caseul-txt h4{
    padding: 10px 0;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}
.caseul-txt p{
    font-size: 12px;
    color: #999999;
    padding: 10px 0;
}

.case-btm{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}



@media screen and (max-width:768px) {

    .nanber-img {
        width: 100%;
        height: 20vh;
    }

    .nanber-img img {
        width: 100%;
        height: 100%;
    }


    .product-auto {
        padding: .5rem 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;
    }





    .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;
    }




    .case-ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin-top: .1rem;
        padding: 0 .1rem;
    }
    .case-ul li{
        width: 46%;
        background-color: #f2f2f2;
        margin: .2rem .1rem 0;
    }
    .case-ul li a{
        width: 100%;
    }
    .caseul-img{
        overflow: hidden;
    }
    .caseul-img img{
        width: 100%;
        height: 2.3rem;
        transition: all .5s;
    }
    .case-ul li a:hover img{
        transform: scale(1.1);
    }
    
    .caseul-txt{
        padding: .1rem .2rem;
    }
    .caseul-txt h4{
        padding: .1rem 0;
        font-size: .14rem;
        color: #333333;
        font-weight: 600;
    }
    .caseul-txt p{
        font-size: .12rem;
        color: #999999;
        padding: .1rem 0;
    }
    
    .case-btm{
        display: flex;
        justify-content: center;
        padding-top: .3rem;
    }
    



}