/* PC */
@media screen and (min-width:769px) { 
     /*more效果*/
    .p1704m2f96b496ccedd971:before,
    .p1704mf2eb60b6e3dcb71a:before{
        content: "";
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #215495;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    
    .p1704m2f96b496ccedd971:hover:before,
    .p1704mf2eb60b6e3dcb71a:hover:before{
        -webkit-transform: scale(2);
        transform: scale(2); 
    }
    
    .p1704mf2eb60b6e3dcb71a:hover:before{
        background-image: url(https://rc0.zihu.com/g5/M00/3B/BB/CgAGbGhQ58eABF8dAAAduhgbNSk056.png);
        background-position: 31% 48%;
        background-repeat: no-repeat;
        background-size: 17px 17px;
    }

    .p1704m2f96b496ccedd971:hover a p,
    .p1704mf2eb60b6e3dcb71a:hover p{
        position: relative;
        z-index: 4;
        color: #fff;
    }
    
    /*线条*/
    .p1704m84e793ba19211c4c li{
        position: relative;
    }
    
    .p1704m84e793ba19211c4c li:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        width:0;
        height: 3px;
        background: #215495;
        transition: 0.5s;
        z-index: 2;
    }

    .p1704m84e793ba19211c4c li:hover:before{
        width: 100%;
        transition: 0.5s;
    }
    
    .p1704m84e793ba19211c4c li:hover{
        color: #215495;
    }
    
    
    /*图片放大*/
    .p1704m06a8a8544760a2ac .data_col .p1704m42f613afe0954ba0 img{
        height: auto!important;
        transition: 0.5s;
    }
    
    .p1704m06a8a8544760a2ac .data_col:hover .p1704m42f613afe0954ba0 img{
        transform: scale(1.1);
        transition: 0.5s;
    }  
    
       /*线*/    
    .p1704m06a8a8544760a2ac .data_col .p1704mabe104b8ee8a0a52:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width:0;
        height: 5px;
        background: #215495;
        transition: 0.5s;
    }
    
    .p1704m06a8a8544760a2ac .data_col .p1704mabe104b8ee8a0a52:hover:before{
        width: 100%;
        transition: 0.5s;
    }
    
    
}