@media only screen and (min-width: 769px){ 
     /*图片放大*/
    .p1705me6714255a260a412 img,
    .p1705m5a05acb3674d5ef9 img{
        transition: 0.5s;
    }

    .p1705m8e1ae925b9693c3c .data_col:hover .p1705me6714255a260a412 img,
    .p1705m77c5d5afe407ab4b .data_col:hover .p1705m5a05acb3674d5ef9 img{
        transform: scale(1.1);
        transition: 0.5s;
    }
    
    
    .p1705m15c7bdf59f3e09fc img{
        transition: 0.5s;
    }
    
    .p1705m175a2e09269ed597 .data_col:hover .p1705m15c7bdf59f3e09fc img{
        transform: rotateY(180deg);
        transition: 0.5s;
    }
    
    .p1705m500120001{
        width: 1580px!important;
    }
    
    /*解决方案图片效果*/
    .p1705m77c5d5afe407ab4b .data_col .p1705m3350ada74e068dfb{
        padding: 30px 40px;
        opacity: 0.8;
    }
    
    .p1705m77c5d5afe407ab4b .data_col .p1705m74af524584a44138{
        background: rgba(255,255,255,0.8);
    }
    
    .p1705m77c5d5afe407ab4b .slick-center .p1705m3350ada74e068dfb{
        padding: 0;
        opacity: 1;
    }
    
    .p1705m77c5d5afe407ab4b .slick-center .p1705m74af524584a44138{
        width: 100px!important;
        height: 100px!important;
    }
}