	.menu .ul-list > li > a{
   		margin-left: 100px;
   		width: 180px;
   		font-size: 19px;
   		background:none;
   		font-weight: bold;
   		border-bottom: none;
   	}
   	.menu .ul-list > li{
   		border-right: none;
   		margin-left: -140px;
   		margin-top:60px;
   	}
   
   	/*.menu{
   		background: rgb(0,0,0,0.4);
   		
   	}*/
   	.menu .ul-list > li{
   		margin-left: -100px;
   		width: 180px;
   	}
   	.menu .ol-list > li > a:hover{
   	color: blue;
   	}
   	.deng a{
   		text-decoration: none;
   		
   	}
