﻿/* PC */
@media screen and (min-width:769px) {
    /*产品分类导航*/
    .p1705mac21c2a4e6dc55f0 .xg_tMenuUl1 li{
        position: relative;
    }
    .p1705mac21c2a4e6dc55f0 .xg_tMenuUl1 li:nth-child(1){
        border-left: 1px solid #ccc;
    }
    
    .p1705mac21c2a4e6dc55f0 .xg_tMenuUl1 li:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        background: #215495;
        transition: 0.3s;
        z-index:3; 
    }
    
    .p1705mac21c2a4e6dc55f0 .xg_tMenuUl1 li:hover:before{
        height: 100%;
        transition: 0.3s;
    }
    .p1705mac21c2a4e6dc55f0 .xg_tMenuUl1 li .xg_tTitle1{
        position: relative;
        z-index:4!important; 
    }
    
    .p1705mac21c2a4e6dc55f0 .xg_tMenuUl1 li .xg_tMenuA1{
        transition: 0.3s; 
    }
    
     .p1705mac21c2a4e6dc55f0 .xg_tMenuUl1 li:hover .xg_tMenuA1{
         color: #fff!important;
         transition: 0.3s; 
    }
    
    /*图片放大*/
    .p1705ma30c7b5ee5230b2a .data_col .p1705m34f9bf2845798073 img{
        height: auto!important;
        transition: 0.5s;
    }
    
    .p1705ma30c7b5ee5230b2a .data_col:hover .p1705m34f9bf2845798073 img{
        transform: scale(1.1);
        transition: 0.5s;
    }  
    
       /*线*/    
    .p1705ma30c7b5ee5230b2a .data_col .p1705m3da1f7bd3bc5c589:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width:0;
        height: 5px;
        background: #215495;
        transition: 0.5s;
    }
    
    .p1705ma30c7b5ee5230b2a .data_col .p1705m3da1f7bd3bc5c589:hover:before{
        width: 100%;
        transition: 0.5s;
    }
    
    
    
    
    
}