.header{
    border-bottom: 1px solid #9e9e9e;
}
.content{
    width: 1200px;
    margin: 50px auto;
    height: auto;
    overflow: hidden;
}
.content .left{
    float: left;
    width: 400px;
}
.content .right{
    float: right;
    width: 600px;
    height: auto;
    overflow: hidden;
}
.hide{
    display: none;
}
.content  .left-topic{
    /* line-height: 20px; */
    font-size: 14px;
}
.content  .left-topic a{
    color: #8d8d8d;
}
.content  .left-topic a:hover{
    color: #000;
}
.content  .left-topic .pzh{
    display: inline-block;
    line-height: 1;
    padding: 2px;
    border-top: 1px solid #8d8d8d;
    border-right: 1px solid #8d8d8d;
    transform: rotate(45deg);
    position: relative;
    top: -3px;
}
.content .left .left-title{
    margin-top: 40px;
}
.left .characters{
    color: #777777;
}
.left .introduce{
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0 0;
}
.content ul{
    margin-left: 40px;
    margin-top: 20px;
}
.content li{
    list-style-type:disc ;
}
.content .right img{
    width: 100%;
    height: 750px;
}
.products{
    width: 100%;
    background: #f2f6fa;
    height: auto;
    overflow: hidden;
    padding: 50px 0;
}
.products .products-title{
    font-size: 60px;
    font-weight: 700;
    height: 100px;
    line-height: 100px;
    width: 1200px;
    margin: 0 auto;
}
.productsList{
    width: 1200px;
    margin: 20px auto;
    height: auto;
    overflow: hidden;
}
.products .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);
}
.products .six .six-box{
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
 
}
.products .six .six-box .img-box{
    text-align: center;
}
.products .six .six-box img{
    width: 100%;
    height: auto;
}
.products .six .six-box .six-name{
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 10px;
}
.products .six .six-box .six-title{
    font-size: 14px;
    color: #493f2c;
    margin-bottom: 40px;
}
.products .six .six-box .explore{
    font-weight: 700;
}
.product s.six .six-box:hover{
    box-shadow: 0px 0px 60px #d4d4d4;
}
.products .six .six-box:hover .explore a{
    color: #3e8edb;
    text-decoration: underline;
}
.foot{
    margin: 0;
}
@media (max-width: 1250px) {
    .content{
        width: 90%;
    }
    .content .left{
        float: left;
        width: 35%;
    }
    .content .right{
        float: right;
        width: 50%;
        height: auto;
        overflow: hidden;
    }
    .content .right img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 1200px){
    .products .products-title{
        width: 95%;
    }
    .productsList{
        width: 90%;
    }
}
@media (max-width: 760px) {
    .content .left{
        float: unset;
        width: 100%;
    }
    .content .right{
        float: unset;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .hide{
        display: block;
        margin-bottom: 20px;
    }
    .show{
        display: none;
    }
}
@media (max-width: 650px){
    .products .products-title{
        font-size: 40px;
        line-height: 50px;
    }
    .products .six{
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }
}