﻿/*顶部产品层级3级列表

  z-index: 5; font-size:16px;
    box-shadow: 0 0 15px -8px rgba(0,0,0,.5);  
    min-height: 560px;
    position: fixed;
     background: linear-gradient(90deg,#f9f9f9,#f9f9f9 40%,#fff 0,#fff); 
    width: 100%;
    min-width: 1440px;
    left: 0;
    right: 0;
    top: 60px;

*/
.listProduct {
	width: 1440px;
	height: 360px;
	 min-height: 360px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns:244px 244px 952px;
	background-color: #fff;
   
}

 

    .listProduct .leftN1 {
       width: 244px;
 		height: 360px;      
        min-height: 360px;
		background-color: #e14c00;
		background-image: url(../images/img/fl-bg.jpg) ;
    }
	 
	 
    .listProduct.slideDown {
        display: block;
    }

    .listProduct .oneD1 {
        padding: 0px 0;
        position: relative;
    }

        .listProduct .oneD1 > dd > a {
            display: block;
            position: relative;
            
             
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 60px;
			
            color: #fff;
			font-size: 18px;
			font-weight: 600;
			text-align: center;
        }

            .listProduct .oneD1 > dd > a i {
                position: absolute;
                right: 25px;
                top: 0;
            }

        .listProduct .oneD1 dd.on > .leftN2 {
            display: block;
            min-height: 360px;
			
        }

        .listProduct .oneD1 dd.on > a {
           /* border-left: 4px solid #e56000;
            background: #000;*/
			background: url(../images/img/fl_small.png) no-repeat bottom;
        }

/*隐藏 显示*/
        .listProduct .oneD1 > dd:hover .leftN2 {
            display: block;
			 
        }

        .listProduct .oneD1 > dd:hover > a {
        	background: url(../images/img/fl_small.png) no-repeat bottom;
        }

    .listProduct .twoD2 dd.active > .leftN3 {
        display: block;
    }


/*

height: 360px;
	width: 244px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	overflow-y: auto;
*/

    .listProduct .leftN2 {
        position: absolute;
        left: 244px;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
		
		
    }

    .listProduct .twoD2 {
        padding: 0px 0 0 0;
        width: 225px;
        background: #fff;
        height: 100%;
        box-sizing: border-box;
		min-height: 360px;
		
		

 

		height: 360px;
		overflow-y: auto;
    }

        .listProduct .twoD2 > dd > a {
            display: block;
            position: relative;
            padding: 0 0 0 25px;
            line-height: 51px;
			
					white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
        }

        .listProduct .twoD2 > dt > a {
            display: inline-block;
            position: relative;
            padding: 0 0 0 25px;
        }

        .listProduct .twoD2 > dd > a i {
            position: absolute;
            right: 25px;
            top: 0;
            color: #fff;
        }

        .listProduct .twoD2 > dd:hover .leftN3 {
            display: block;
        }

        .listProduct .twoD2 > dd.active > a {
           background: #fce9e0;
            color: #000;
        }

        .listProduct .twoD2 > dd:hover > a {
            background: #fce9e0;
            color: #000;
        }


    .listProduct .leftN3 {
        position: absolute;
        left: 225px;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        background: #fff;
        width: 970px;
        min-height: 360px;
		
		
		height: 360px;
		overflow-y: auto;
    }

    .listProduct .threeD3 {
        padding: 10px 0 0 15px;
    }
 

        .listProduct .threeD3 dd {
            display: inline-block;
            vertical-align: top;
            width: 30.33%;
            margin-right: 2%;
            color: #666;
            margin-bottom: 32px; 
        }

            .listProduct .threeD3 dd img {
                height: 70px;
                margin-right: 5px;
            }

/*3级样式结束*/

.cHtml .leftN2 {
    display: block;
    position: static;
    left: 0;
    padding: 0 10px 0 10px;
}




 /*模块标题*/
.listTitle {
    text-align: left;
    position: relative;
    padding-top: 20px;
    overflow: hidden; 
    margin-bottom: 10px;
}

    .listTitle h4 {
        border: none;
        margin: 7px 0px;
        font-size: 22px;
        font-weight: 700; line-height:60px;
		color: #da2a05;
 
    }

    .listTitle p {
        font-size: 14px;
        line-height: 2;
        color: #666;
    }