// 添加首页默认UI
addUI("custom",function(){
	$("#control nav a:eq(2)").css({
		"color": '#161A21',
		"font-weight": '600',
		"text-decoration": 'none'
	});
	$("#custom").show();
	loadFooter();//加载页脚
});