.lib_tabborder{
	
}
.lib_Contentbox{ overflow:auto; zoom:1;}

.lib_Menubox {
	width:140px;
	overflow:hidden;
}
.lib_Menubox ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.lib_Menubox li{
	float:left;
	cursor:pointer;
	width:140px;
	height:70px;
	font-size:18px;
	color:#333333;
	line-height:70px;
	font-weight:normal;
	border-radius: 6px;
	background:#ecf3f9;
	margin-bottom:10px;
	display:inline;
}
.lib_Menubox li a{
	font-size:18px;
	color:#333333;
	line-height:70px;
	font-weight:normal;
	display:block;
}

.lib_Menubox li.hover a{
	float:left;
	height:70px;
	width:140px;
	font-size:18px;
	color:#1255ba;
	line-height:70px;
	font-weight:bold;
	background:#e2f1ff;
	display:block;
	border-radius: 6px;
}

/*erji*/
.lib_Contentbox01{ overflow:auto; zoom:1;}

.lib_Menubox01 {
	height:83px;
	overflow:hidden;
}
.lib_Menubox01 ul{
	display: flex;
	justify-content: center;
}
.lib_Menubox01 li{
	cursor:pointer;
	font-size:18px;
	color:#0e0e0e;
	line-height:80px;
	font-weight:normal;
	background:#f5f5f5;
	text-align:center;
	height:80px;
	display:inline;
}
.lib_Menubox01 li a{
	font-size:18px;
	color:#0e0e0e;
	line-height:80px;
	font-weight:normal;
	height:80px;
	display:block;
	float:left;
	margin:0px 40px;
}
.lib_Menubox01 li a:hover{
	font-size:18px;
	color:#0e0e0e;
	line-height:80px;
	font-weight:normal;
	height:80px;
	display:block;
	float:left;
	margin:0px 40px;
	border-bottom:3px solid #1a66c9;
}
.lib_Menubox01 li.hover a{
	font-size:18px;
	color:#1a66c9;
	line-height:80px;
	font-weight:normal;	
	border-bottom:3px solid #1a66c9;

}

