
//联系我们
function ContactUS(){
	
	//var text_top = "最简捷的中文数据审计分析<h6>The most simple analysis of Chinese data auditing</h6>";
	//$("#text_top").html(text_top);
	
	//$("#contact").click(function(){
		
		//Products Peculiarity 产品特色
		$("#gps_tibc_company").hide();
		$("#gps_tibc_products").hide();
		$("#gps_tibc_userVoice").hide();
		$("#gps_tibc_service").hide();
		$("#gps_tibc_contactUS").show();
		$("#gps_tibc_newsDetailse").hide();
		
		$("#about_company").hide();
		$("#gps_text").hide();
		$("#userVoice").hide();
		
	//});
}