	$(function(){
		// $(".nav ul li,.Box_con3 .conbox3 ul li,.news_l_t li,.news_lcon ul li,.anli ul li,.news dl,.download ul li").hover(function () {
		// 	$(this).addClass("hover");
		// //	$(this).children("dl").show();
		// },function(){
		// 	$(this).removeClass("hover");
		// 	//$(this).children("dl").hide();
		// });
		// $(".nav ul li").hover(function () {
		// 	$(this).addClass("hover");
		// },function(){
		// 	$(this).removeClass("hover");
		// });
		// $(".about_l_t ul li").hover(function(){
		// 	$(this).addClass("hover");
		// },function(){
		// 	$(this).removeClass("hover");
		// 	//$(this).children("dl").hide();
		// });
		$(".nav_page ol li").click(function () {
			$(this).addClass("hover").siblings().removeClass("hover");
		});
	})
	