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