   .box{
            float:left;
            margin-right: 1%;
            width: 32%;
        }
        .box img{

        }
        .product_left {
            padding: 34px 0 0 40px;
            float: left;
            width: 33.33333%;
        }
        .product_right {
            padding: 34px 0 56px 40px;
            border-bottom: 1px solid rgba(0,0,0,.08);
            width: 66.66666%;
            float: right;
        }
        .product_right p {
            color: #999;
            line-height: 24px;
        }
        .prodes:after{
            content: '';
            display: block;
            clear: both;
        }
        .prodes{
            width: 1410px;
            margin: 0 auto;
        }
        .list_image_item{
            float:left;
            height: 280px;
            overflow: hidden;
            object-fit: cover;
            margin-bottom: 1%;
        }
        .product-gallery::after{
            content: '';
            display: block;
            clear: both;
        }
      