
/* ------------------------------------------------------------- */
.Container-wrapper{
    padding: 90px 0 0 0;
}
@media all and (max-width:1000px) {.Container-wrapper{padding: 50px 0 0 0;}}
/* ------------------------------------------------------------- */

.productBox-box{
    width: 100%;
    overflow: hidden;
}
.productBox{
    width: 100%;
}

.product-Box ul li{
    width: 20%;
    float: left;
    height: 813px;
    position: relative;
    overflow: hidden;
}
.product-Box-pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-Box-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-Box-words{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    height: 40%;
    z-index: 9;
    text-align: center;
    transition: all .8s;
}

.product-Box-BGwords{
    width: 100%;
    overflow: hidden;
    padding: 54px 0 0 0;
}
.product-Box-BGwords hr{
    display: inline-block;
    width: 1px;
    height: 42px;
    background-color: #fff;
    opacity: .3;
}
.product-Box-BGwords h6{
    font-weight: bold;
    font-size: 100px;
    font-family: Arial, sans-serif;
    color: #fff;
    opacity: .05;
}

.product-Box-link{
    width: 100%;
    padding: 0 60px;
    overflow: hidden;
    margin: -76px 0 0 0;
}
.product-Box-link h4{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.product-Box-link h6{
    width: 100%;
    overflow: hidden;
    margin-top: 54px;
    display: none;
}
.product-Box-link h6 a{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #4eb939;
    position: relative;
}
.product-Box-link h6 a:after{
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    margin: 0 auto;
    transition: all .6s;
}
.product-Box-link h6 a:hover:after{
    width: 100%;
    opacity: 1;
}



.product-Box ul li:hover .product-Box-words{
    height: 64%;
    background-color: #22a808;
}
.product-Box ul li:hover .product-Box-link h6{
    display: block;
}


/* ------------------------------------------------------------- */




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .product-Box ul li {
        height: 780px;
    }
    .product-Box ul li:hover .product-Box-words{
        height: 66%;
    }
}

@media all and (max-width:1460px) {
    .product-Box ul li {
        height: 760px;
    }
    .product-Box-link h4 {
        font-size: 20px;
    }
    .product-Box-link {
        margin: -70px 0 0 0;
        padding: 0 48px;
    }
    .product-Box-link h6 a{
        font-size: 16px;
    }
}
@media all and (max-width:1300px) {
    .product-Box ul li {
        height: 700px;
    }
    .product-Box ul li:hover .product-Box-words{
        height: 70%;
    }
    .product-Box-link {
        padding: 0 30px;
    }
}

@media all and (max-width:1200px) {
    .product-Box ul li {
        height: 640px;
    }
    .product-Box-link {
        margin: -62px 0 0 0;
        padding: 0 20px;
    }
    .product-Box-BGwords h6 {
        font-size: 80px;
    }
    .product-Box-link h6 {
        margin-top: 44px;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .product-Box ul li {
        width: 100%;
        height: 240px;
        margin-top: 20px;
    }
    .product-Box-BGwords{
        padding: 10px 0 0 0;
    }
    .product-Box-BGwords h6 {
        font-size: 66px;
    }
    .product-Box-words{
        height: 60%;
    }
    .product-Box-link {
        margin: -52px 0 0 0;
        padding: 0 20px;
    }
    .product-Box ul li:hover .product-Box-words{
        height: 100%;
    }
    .product-Box-link h6 a{
        width: 50%;
        float: left;
    }
    .product-Box-link h6 {
        margin-top: 14px;
    }
}






