﻿.fenlan {
   background-color:#181818;
   border-right:1px solid #2e2d2d;
   height:415px;
   color:#FFFFFF;
   }
   
.fenlan a {
   color:#FFFFFF;
   }
   
.tbbj {
   background-color:#181818;
   height:auto; overflow:hidden;
   margin-top:-10px;
   }
   
.fenlan p {
   margin-bottom:0px;
   padding-bottom:80px;
   line-height:27px;
}
   
.fenlan .new-icon { padding-top:50px; margin-bottom:60px; }
   
.fenlan .new-icon i { display:block; width:80px; height:80px; margin:0 auto; }    
.fenlan .new-icon.niba1 i { background:url(../images/lwd_icon_01.png) no-repeat 0 0; }
.fenlan .new-icon.niba2 i { background:url(../images/lwd_icon_02.png) no-repeat 0 0; }
.fenlan .new-icon.niba3 i { background:url(../images/lwd_icon_03.png) no-repeat 0 0; }
.fenlan .new-icon.niba4 i { background:url(../images/lwd_icon_07.png) no-repeat 0 0; }
.fenlan .new-icon.niba5 i { background:url(../images/lwd_icon_05.png) no-repeat 0 0; }
.fenlan .new-icon.niba6 i { background:url(../images/lwd_icon_08.png) no-repeat 0 0; }

.fenlan:hover { background:#F8F8F8; color:#2d3239; }
.fenlan:hover p { color:#545a61; }
.fenlan .animate:hover .new-icon i {
	-webkit-animation:lwd_icon 0.8s steps(19) forwards;
	-moz-animation:lwd_icon 0.8s steps(19) forwards;
	-o-animation:lwd_icon 0.8s steps(19) forwards;
	animation:lwd_icon 0.8s steps(19) forwards;
}

.fenlan h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
	margin-bottom:30px;
}

.huibj h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 50px;
	 
	color:#000000;
	margin-top:0px;
	margin-bottom:30px;
	} 
  
.albj h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 36px;
	font-weight:bold;
	color:#000000;
	margin-top:0px;
	margin-bottom:10px;
   }
   
.albj h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 18px;
	color:#7c7c7c;
	margin-top:0px;
	margin-bottom:15px;
   }


@-webkit-keyframes lwd_icon {    
    0% { background-position:0 0px; }
    100% { background-position:0 -1520px; }
}
@-moz-keyframes lwd_icon {    
    0% { background-position:0 0px; }
    100% { background-position:0 -1520px; }
}
@-o-keyframes lwd_icon {    
    0% { background-position:0 0px; }
    100% { background-position:0 -1520px; }
}
@keyframes lwd_icon {    
    0% { background-position:0 0px; }
    100% { background-position:0 -1520px; }
}