
    @media (min-width:1000px) {
        .ly_poster_39 .item_container .item_box .compute_item_img .compute_process_img img {-webkit-transition: all .3s; transition: all .3s;}
        .ly_poster_39 .item_container .item_box .content_box { -webkit-transition: all .3s; transition: all .3s;}
        .ly_poster_39 .item_container .item_box:hover .content_box { transform: translate(15px,-50%);}
        .ly_poster_39 .item_container .item_box:hover .img_box .compute_item_img .compute_process_img img { -webkit-transform: scale(1.1); transform: scale(1.1);}
    }
