body {
    margin: 0;
    padding: 0;
    background: #f2f6fa;
}
.product {
    width: 100%;
    margin: 100px 0 40px;
    
}

.product .title {
    text-align: center;
    font-size: 60px;
    color: #493f2c;
    margin-bottom: 60px;
}

.product .productList{
    width: 50%;
    margin: 20px auto;
    display: flex;
}

.product .productList .box {
    width: 35%;
    height: auto;
    text-align: center;

}

.product .productList .box img {
    width: 220px;
    height: 220px;
}

.product .productList .box h2 {
    font-weight: 400;
    text-align: center;
    font-size: 35px;
    color: #493f2c;
}

.product .productList .box .star {
    width: 70%;
    height: 70px;
    margin: 0 auto;
}

.product .productList .box .star img {
    width: 40px;
    height: 40px;
}

.product .productList .box .details {
    width: 200px;
    background-color: #8ac13e;
    height: 55px;
    margin: 20px auto;
    line-height: 55px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    border-radius: 40px;
}
.productsix{
    padding: 0 40px;
    box-sizing: border-box;
}
.product .sixList{
    width: 1000px;
    margin: 0 auto;
   
}
.product .six{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    display: grid;
    
    gap: clamp(1.25rem, -.2587530713rem + 3.0712530713vw, 2.8125rem);
    grid-template-columns: repeat(4, 1fr);
}
.product .six .six-box{
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
 
}
.product .six .six-box .img-box{
    text-align: center;

}
.product .six .six-box img{
    width: 100%;
    height: auto;
}
.product .six .six-box .six-name{
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 10px;
}
.product .six .six-box .six-title{
    font-size: 14px;
    color: #493f2c;
    margin-bottom: 40px;
}
.product .six .six-box .explore{
    font-weight: 700;
}
.product .six .six-box:hover{
    box-shadow: 0px 0px 60px #d4d4d4;
}
.product .six .six-box:hover .explore a{
    color: #3e8edb;
    text-decoration: underline;
}
.product .jump{
    width: 400px;
    height: 100px;
    background-color: #8ac13e;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    margin: 60px auto;
    border-radius: 50px;
}
.product .jump:hover{
    cursor: pointer;
}
.environment{
    width: 100%;
    margin: 100px 0 40px;
    text-align: center;
}
.environment .enimg{
    width: 80%;
    height: auto;
}
.environment .title {
    text-align: center;
    font-size: 60px;
    color: #493f2c;
    margin-bottom: 60px;
}
.content{
    width: 80%;
    margin: 0 auto;
}
.productionboxright{
    /* height: 480px; */
    /* overflow: hidden; */
}
.productionboxright img{
    height: 100%;
}
.contentjstxt{
    /* padding: 50px; */
    height: 600px;
}
.contentjstxt1{
    width: 92%;
    margin: 30px auto;
    text-align: left;
}
.right2{
    height: 480px;
}
.boximg2{
    height: auto !important;
}
@media (max-width: 1580px) {
    .right2{
        height: unset;
    }
    .boximg2{
        height: 100% !important;
    }
}
@media (max-width: 1500px) {
    .product .productList{
        width: 80%;
    }
}
@media (max-width: 1300px) {
    .contentjs{
        display: block;

    }
    .contentjs .ocntent-txx{
        text-align: left;
    }
    .contentjs .ocntent-txt{
        text-align: left;
    }
    .contentbox{
    display: block;
    }
    .box2{
        padding: 40px 0 !important;
        box-sizing: unset;
    }
    .box2 .ocntent-txt{
        width: 92%;
        margin: 0 auto;
        text-align: left;
    }
    .boximg2{
        width: 71% !important;
        margin: 0 auto;
    }
    .right2{
        background-color: #8ac13e;
        padding-bottom: 80px;
        overflow: hidden;
        height: auto;
    }
    .box3{
        height: auto;
        background-color: #e73b3e;
        padding-bottom: 80px;
    }
    .box3 .boximg3{
        width: 71%;
        margin: 0 auto;

    }
}
@media (max-width: 1000px){
    .product .sixList{
        width: 95%;
        max-width: unset;
    }
} 
@media (max-width: 900px) {
    .product{
margin-top: 30px;
    }
    .product .six{
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    }
    .product .six .six-box{
        width: 100%;
    }
    .product .six .six-box .img-box{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .product .six .six-box img{
        width: 100%;
        max-width: unset;
        height: unset;
    }
    .productsix{
        width: 100%;
    
    }
    .product .six .six-box .six-name{
        font-size: 26px
    }
    .product .six .six-box .six-title{
        font-size: 20px;
    }
    .product .six .six-box .explore{
        font-size: 26px;
    }
    .product .productList .box{
        width: 33%;
    }
    .product .productList{
        flex-wrap: wrap;
        width: 95%;
    }
    .product .productList .box{
        margin-bottom: 60px;
    }
    .product .productList .box img{
        width: 80%;
        height: auto;
    }
    .product .productList .box .star img{
        width: 30px;
        height: 30px;
    }
    .product .productList .box .details{
        width: 70%;
        height: 60px;
        font-size: 160%;
        line-height: 60px;
    }
    .product .productList .box h2{
        font-size: 150%;
    }
}
@media (max-width: 600px) {
    .product .productList .box h2{
        font-size: 150%;
    }
    .product .productList .box .star {
        height: 30px;
    }
    .product .productList .box .star img{
        width: 20px;
        height: auto;
    }
    .product .productList .box .details{
        width: 70%;
        height: 40px;
        font-size: 130%;
        line-height: 40px;
    }
    .productsix{
        padding: 0 15px;
    }
    .six-name{
        height: 60px;
    }

}
@media (max-width: 500px) {
    .product .productList .box{
        width: 33%;
    }
    .product .productList{
        flex-wrap: wrap;
        width: 95%;
    }
    .product .productList .box{
        margin-bottom: 60px;
    }
    .product .productList .box img{
        width: 80%;
        height: auto;
    }
    .product .productList .box .star img{
        width: 20px;
        height: auto;
    }
    .product .productList .box .details{
        width: 70%;
        height: 40px;
        font-size: 130%;
        line-height: 40px;
    }
    .product .jump{
        width: 70%;
        font-size: 180%;
        height: 80px;
        line-height: 80px;
    }
}
@media (max-width: 420px) {
    .productsix{
        padding: 0;
    }
    .product .six{
        display: flex;
        gap:unset;
        margin-top: 30px;
    }
    .product .six .six-box{
        width: 48%;
    }
    .product .title{
        font-size: 200%;
        height: 50px;
        line-height: 50px;
        margin: 20px 0;
    }
    .product .productList .box .details {
        font-size: 100%;
    }
    .product .productList .box{
        margin-bottom: 0;
    }
    .product .six .six-box .six-name,.product .six .six-box .explore{
        font-size: 130%;
        
    }
    .product .six .six-box .six-name{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .product .six .six-box .six-title{
        font-size: 100%;
    }
}