@import url("header.css");
@import url("banner.css");
@import url("footer.css");

.products{width: 8rem;height: 4.5rem;display: flex;margin: 0 auto;padding-top: 0.5rem;}
.contentconn{
    font-size: 0.14rem;display: block;
    height: auto;
}
.products .left{width: 50%;}
.products .left img{width: 95%;}
.products .right{text-align: left;text-indent: 0.5rem;font-size: 0.14rem;}
.products .right>div{margin-bottom: 0.1rem;}
.products .right .name{font-weight: 600;font-size: 0.18rem;margin-bottom: 0.15rem;}
@media screen and (max-width: 1200px) {
    .products{
        width: 100%;
        display: block;
        height: 10rem;
    }
    .products .left,.products .right{
        width: 90%;
        margin-left: 5%;
    }
}
