/*新产品列表页*/

.lanmuc-ygcp{width: 100%; height: auto;}
.lanmuc-ygcp .ygda{width: 1200px; height: auto; margin: 10px auto 0 auto;}
.lanmuc-ygcp .ygda .title{width: 100%; height: 30px; line-height: 30px; margin: 6px 0; float: left; border-bottom: 1px solid #ccc}
.lanmuc-ygcp .ygda .title a{padding: 0 10px; color: #666;}
.lanmuc-ygcp .ygda .title a:hover{color: #333;}
.lanmuc-ygcp .ygda ul{width: 100%; margin-top: 10px; float: left;}
.lanmuc-ygcp .ygda ul li{width: 276px; height:auto; float: left; margin-right: 32px; text-align: center; margin-bottom: 20px;}
.lanmuc-ygcp .ygda ul li:hover{filter: Alpha(Opacity=86); /*IE*/ -moz-opacity: 0.86; /*FF*/ opacity: 0.86;}
.lanmuc-ygcp .ygda ul li:nth-child(4n){margin-right: 0;}
.lanmuc-ygcp .ygda ul li .tu{width: 100%; padding-bottom: 10px; overflow: hidden; float: left; height:auto;}
.lanmuc-ygcp .ygda ul li .tu img{width: 100%;}
.lanmuc-ygcp .ygda ul li .zi{width: 100%; height: 30px; line-height: 20px; overflow: hidden; text-align: center; font-size: 14px;}
.lanmuc-ygcp .ygda ul li .zi a{color: #333;}
/*==========分页样式===========*/
.lanmuc-ygcp .paging {width:100%;height:24px;text-align:center; padding:15px 0; margin:30px 0 0; background:#f6f6f6; float:left;}
.lanmuc-ygcp .paging a{ color:#666666;padding:1px 8px;border:solid 1px #c9c9c9;display:inline-block;white-space:nowrap;margin:0 3px; border-radius:3px; background:#f5f5f5; box-shadow: inset 0 0 30px rgba(239,239,239,0.7)}
.lanmuc-ygcp .paging a:hover {background:#636363;color:#fff; border:1px solid #505050;box-shadow: inset 0 0 30px rgba(80,80,80,0.7)}
	
.lanmuc-prok{
    width: 100%;
    height: auto;
    background:  #f4f4f4;
    text-align: center;
    font-size: 0;
}
.lanmuc-prok .abda{width: 1200px; height:40px; margin: 10px auto;}

.lanmuc-prok .abda a {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    padding: 0 20px;
    display: inline-block;
    position: relative;

}
.lanmuc-prok .abda a:hover {
    color: #333;

}
.lanmuc-prok .abda a:hover:after {
    width: 100%;
    left: 0;
}

.lanmuc-prok .abda a:after {
    width: 0%;
    height: 4px;
    bottom: -4px;
    background-color: #d50032;
    content: '';
    position: absolute;
    left: 50%;
    transition: all .5s;
}	