/* PC */
@media screen and (min-width:769px) {
    /*应用行业*/
    .p1795md77eb6d845e6425f .data_col .p1795m6370b671284d3f1d{
        position: absolute!important;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .p1795m13281bfc7c655298 img{
       transition: 0.5s; 
    }
    
    .p1795md77eb6d845e6425f .data_col:hover .p1795m13281bfc7c655298 img{
        transform: scale(1.1);
        transition: 0.5s;
    }
    
    
    .p1794md77eb6d845e6425f .data_col .p1795m6370b671284d3f1d:hover{
        background: rgba(44,97,186,0.7);
    }
    
    
    .p1795md77eb6d845e6425f .data_col .p1795m26e748f7fde3ad09{
        display: none;
    }
    
    .p1795md77eb6d845e6425f .data_col:hover .p1795m26e748f7fde3ad09{
        display: block;
    }
}



/* 手机 */
@media screen and (max-width:768px) {
    /*应用行业*/
    .p1795md77eb6d845e6425f .data_col .p1795m13281bfc7c655298{
        position: absolute!important;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .p1795m13281bfc7c655298 img{
       transition: 0.5s; 
    }
    
    .p1795md77eb6d845e6425f .data_col:hover .p1795m6370b671284d3f1d img{
        transform: scale(1.1);
        transition: 0.5s;
    }
    
    
    .p1794md77eb6d845e6425f .data_col .p1795m6370b671284d3f1d:hover{
        background: rgba(44,97,186,0.7);
    }

}