﻿/* PC */
@media screen and (min-width:769px) {
     /*产品分类导航效果*/
    .p1772m57cd6d25c1c72470 .xg_tMenuUl1 li{
        position: relative;
    }
    .p1772m57cd6d25c1c72470 .xg_tMenuUl1 li:nth-child(1){
        border-left: 1px solid #ccc;
    }
    
    .p1772m57cd6d25c1c72470 .xg_tMenuUl1 li:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: #215495;
        transition: 0.3s;
        z-index:3; 
    }
    
    .p1772m57cd6d25c1c72470 .xg_tMenuUl1 li:hover:before{
        height: 100%;
        transition: 0.3s;
    }
    .p1772m57cd6d25c1c72470 .xg_tMenuUl1 li .xg_tTitle1{
        position: relative;
        z-index:4!important; 
    }
    
    .p1772m57cd6d25c1c72470 .xg_tMenuUl1 li .xg_tMenuA1{
        transition: 0.3s; 
    }
    
    .p1772m57cd6d25c1c72470 .xg_tMenuUl1 li:hover .xg_tMenuA1{
         color: #fff!important;
         transition: 0.3s; 
    }

    /*实验室设备简介*/
    .p1772mc862325cd99d1598{
        display: none!important; 
    }
    
    .p1772meee90ea569824f26 .data_col .p1772m874b5aaa16bbb1bf{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 105px;
        transition: 0.5s;
    }
    
    
    .p1772meee90ea569824f26 .data_col:hover .p1772m874b5aaa16bbb1bf{
        height: 100%;
        background: rgba(33,84,169,0.9);
        transition: 0.5s;
         
    }
    
    
    .p1772meee90ea569824f26 .data_col:hover .p1772m874b5aaa16bbb1bf .p1772me6bcfd0bdd9e6b2b{
        color: #fff;
        font-weight: bold;
    }
    
    .p1772meee90ea569824f26 .data_col:hover .p1772m874b5aaa16bbb1bf .p1772mc862325cd99d1598{
        display: block!important;
        color: #fff;
    } 
    
    /*收费标准*/ 
    .p1772m82dd10191d3faf9d .data_col:nth-child(1){
        background-image: none;
    }
    
    /*more效果*/
    .p1772m1dbec882964e6027: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;
    }

    
    .p1772m1dbec882964e6027:hover:before{
        -webkit-transform: scale(2);
        transform: scale(2); 
    }


    .p1772m1dbec882964e6027:hover p{
        position: relative;
        z-index: 4;
        color: #fff;
    } 
    
}


/* 手机 */
@media screen and (max-width:768px) {
     /*收费标准*/ 
    .p1772m82dd10191d3faf9d .data_col:nth-child(5){
        background-image: none;
    }  
}