@charset "utf-8";
	.menu a{
		display:inline-block;
		width:100px;
		text-align:center;
		font-size:16px;
		color:white;
		height:42px;
		line-height:42px;
		font-family:"icomoon",微软雅黑,"microsoft yahei",宋体,新宋体;
		margin:0px;
		background-color:#009fe9;
	}
	.menu3 a{
		display:inline-block;
		width:100px;
		text-align:center;
		font-size:16px;
		color#060;
		height:42px;
		line-height:42px;
		font-family:"icomoon",微软雅黑,"microsoft yahei",宋体,新宋体;
		margin:0px;
	}
	.menu a:hover{
		-webkit-transition: all .3s ease-in-out 0;
		-moz-transition: all .3s ease-in-out 0;
		-o-transition: all .3s ease-in-out 0;
		transition: all .3s ease-in-out 0;	
		background:#005aa9;
	}
	.menu3 a:hover{
		color:#060;
	}
	.menu2 a{
		display:inline-block;
		width:100px;
		text-align:center;
		font-size:16px;
		color:white;
		height:42px;
		line-height:42px;
		font-family:"icomoon",微软雅黑,"microsoft yahei",宋体,新宋体;
		margin:0px;
		background-color:#005aa9;
	}
