.bannetp {
    width: 100%;
    height: 50vh;
    position: relative;
}

.bannetp>img {
    width: 100%;
    height: 100%;
}

.bannetp>div {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 99;
    color: #ffffff;
}

.bannetp>div>h1 {
    font-size: 50px;
    font-weight: 600;
}

/* .bannetp > div> p{
    font-size: 16px;
    margin-top: 25px;
} */






.productbj {
    background-color: #ffffff;
}

.product-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 60px;
}

.product-tit a {
    padding: 0 40px;
    font-size: 30px;
    font-weight: 600;
}

.ashow {
    color: #00a0e9;
}


.product-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0 100px;
}

.product-box li {
    width: 30%;
    height: 600px;
    margin: 20px;
    position: relative;
    cursor: pointer;
    background-image: url('../images/pic76.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-box li:hover{
    background-image: url('../images/pic77.png') !important;
}
.product-box li>img {
    width: 60%;
    margin-top: 80px;
}
/* .product-box li:hover img{
    transform: scale(1.05);
} */

.product-itm {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    transition: all .5s;
}

.product-itm>h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 15px;
}

.product-itm>a {
    width: 290px;
    font-size: 16px;
    color: #00a0e9;
    text-align: center;
    padding: 15px 0px;
    margin-top: 20px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    /* display: none; */
    opacity: 0;
    transition: all .5s;
}

.product-itm>a>img {
    width: 25px;
    margin-left: 10px;
}
.product-box li:hover>.product-itm{
    bottom: 50px;
}
.product-box li:hover>.product-itm>a {
    opacity: 1;
}



.slid-imgs{
    margin-top: 0px !important;
    height:30px !important;
}



@media screen and (max-width:768px) {
    .bannetp {
        width: 100%;
        height: 20vh;
        position: relative;
    }

    .bannetp>img {
        width: 100%;
        height: 100%;
    }

    .bannetp>div {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
        z-index: 99;
        color: #ffffff;
    }

    .bannetp>div>h1 {
        font-size: .5rem;
        font-weight: 600;
    }

    /* .bannetp > div> p{
        font-size: .16rem;
        margin-top: .25rem;
    }
     */



    .produt-bx{
        overflow-x: auto;
    }

    .product-tit {
        width: 12rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .3rem 0 .2rem;
    }

    .product-tit a {
        padding: 0 .2rem;
        font-size: .2rem;
        font-weight: 600;
    }

    .ashow {
        color: #00a0e9;
    }


    .product-box {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 0 .5rem;
    }

    .product-box li {
        width: 43%;
        height: 4.6rem;
        margin: .2rem;
        position: relative;
        cursor: pointer;
    }

    .product-box li>img {
        width: 70%;
        margin-top: .5rem;
    }


    .product-itm {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        bottom: .2rem;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 .2rem;
    }

    .product-itm>h3 {
        font-size: .23rem;
        color: #ffffff;
        font-weight: 600;
        margin-top: .10rem;
    }

    .product-itm>a {
        width: 70%;
        font-size: .16rem;
        color:#00a0e9;
        text-align: center;
        padding: .10rem 0px;
        margin-top: .15rem;
        border: .02rem solid #ffffff;
        display: block;
    }

    .product-itm>a>img {
        width: .25rem;
        margin-left: .1rem;
    }


}