// JavaScript Document
	function setTab(fcInd){
		
			for(var i = 1;i <= 6;i++){
				$('#tab_'+i).removeClass('menuyes');
				$("#tab_"+i).addClass('menuno');
				
				$("#show_id"+i).hide();
	
	}
	$("#tab_"+fcInd).addClass('menuyes');
				
				$("#show_id"+fcInd).show();
		
		
	};
	
	
		function Pshow_list(lid){
		
			for(var i = 1;i <= 5;i++){
				$('#pids_'+i).removeClass('on');
				
				
				$("#list_p_"+i).hide();
	
	}
	$("#pids_"+lid).addClass('on');
				
				$("#list_p_"+lid).show();
		
		
	};
	
	
	
	
	
	
		function List_news(lid){
		
			for(var i = 1;i <= 4;i++){
			
				
				$("#sortnews_"+i).css({ background: "url(../Images/sy_left_bj1.jpg) no-repeat" }); 
				$("#sortnews_"+i+" a").css({ color: "#666","font-weight":"normal" }); 
				
				$("#dlshownew_"+i).hide();
	
	}
	
	$("#sortnews_"+lid).addClass('sy1_yes');
				$("#sortnews_"+lid).css({ background: "url(../Images/sy_left_bj2.jpg) no-repeat" }); 
				$("#sortnews_"+lid+" a").css({ color: "#fff","font-weight":"bold" }); 
				$("#dlshownew_"+lid).show();
		
		
	};
	
		function List_left(lid){
		
			for(var i = 1;i <= 4;i++){
			
				
				$("#p_"+i).css({ background: "url(../Images/sy_left_bj1.jpg) no-repeat" }); 
				$("#p_"+i+" a").css({ color: "#666","font-weight":"normal" }); 
				
				$("#pps_"+i).hide();
	
	}
	
	$("#p_"+lid).addClass('sy1_yes');
				$("#p_"+lid).css({ background: "url(../Images/sy_left_bj2.jpg) no-repeat" }); 
				$("#p_"+lid+" a").css({ color: "#fff","font-weight":"bold" }); 
				$("#pps_"+lid).show();
		
		
	};
	
jQuery(document).ready(function(){
		   
		     $(".ejlmyes2").toggle(
  function () {
	
   $(this).parent().find('dt').hide();
  },
  function () {
	  
   $(this).parent().find('dt').show();
  }
); 
		   
		   });
	



	
////首页焦点图
//	//切换函数
//	function fcEdt(fcInd){
//		$('.fc_ctrl a').removeClass('on');
//		$('.fc_ctrl a').eq(fcInd).addClass('on');
//		$('.fc_view p').fadeOut();
//		$('.fc_view p').eq(fcInd).css({'z-index':'1'}).fadeIn('slow');
//	};
//	//自动函数
//	function fcFun(onInd){
//		onInd++;
//		if(onInd==$('.fc_view p').length){onInd=0};
//		fcEdt(onInd);
//	};
////
//$(function(){
//	//顶部下拉菜单
//	$('#tpNav li').hover(function(){
//		if($(this).find('i').length){
//			$(this).find('span a').addClass('on');
//			$(this).find('.tn_drop').show();
//		};
//	},function(){
//		$(this).find('span a').removeClass('on');
//		$(this).find('.tn_drop').hide();
//	});
//	
////	//导航初始化
////	for(i=0;i<3;i++){
////		$('#mainNav .nav>li').eq(i).find('.nav_sub li').removeClass('on');
////		$('#mainNav .nav>li').eq(i).find('.nav_sub li').eq(i).addClass('on');
////		$('#mainNav .nav>li').eq(i).find('.nsc_cnt').hide();
////		$('#mainNav .nav>li').eq(i).find('.nsc_cnt').eq(i).show();
////	};
//	//主导航鼠标事件
//	$('#mainNav .nav>li').mouseover(function(){
//		$('#mainNav .nav>li').removeClass('on');
//		$(this).addClass('on');
//		var mNavOnInd = $(this).index()
//		if(mNavOnInd<3){
//			$(this).children('.nav_pro').show();
//		}else{
//			//二级导航
//			$('#mainNav .nav>li').find('.nav_child').hide();
//			$(this).find('.nav_child').show();
//		};
//	})
//	$('#mainNav .nav>li').mouseout(function(){
//		$(this).removeClass('on');
//		$('.nav_pro').hide();
//		$('.nav_child').hide();
//	});
//	//产品二级导航
//	$('.nav_sub li').click(function(){
//		$(this).parents('.nav_pro').find('.nav_sub li').removeClass('on');
//		$(this).addClass('on');
//		$(this).parents('.nav_pro').find('.nsc_cnt').hide();
//		$(this).parents('.nav_pro').find('.nsc_cnt').eq($(this).index()).show();
//	});
//	
//	//首页焦点图
//	//初始化
//	$('.fc_view p:first').css('z-index','1');
//	//开始定时
//	var fcTimer = setInterval('fcFun($(".fc_ctrl a.on").index())',5000);
//	$('.focus').mouseover(function(){
//		clearInterval(fcTimer);
//	});
//	//移除定时
//	$('.focus').mouseout(function(){
//		fcTimer = setInterval('fcFun($(".fc_ctrl a.on").index())',5000);
//	});
//	//事件绑定
//	$('.fc_ctrl a').click(function(){
//		fcEdt($(this).index());
//	});
//	
//	//左侧菜单控制
//	//检查所有dl，非当前项，且无二级菜单时，添加off样式
//	var lthMyMenuDl = $('#myMenu dl').length;
//	for(i=0;i<lthMyMenuDl;i++){
//		if(!$('#myMenu dl').eq(i).hasClass('on')&&$('#myMenu dl').eq(i).find('dd').length){
//			$('#myMenu dl').eq(i).addClass('off');
//		};
//	};
//	//阻止点击空链接时页面跳动
//	$('#myMenu a').click(function(){
//		if($(this).attr('href')=='#'){
//			$(this).attr('href','javascript:;')
//		};
//	});
//	//点击一级菜单，折叠非当前项 及 并展开当前项
//	$('#myMenu dt').click(function(){
//		$('#myMenu dl').removeClass('on');
//		//非当前项 且 包含子项时关闭
//		var lthDl = $('#myMenu dl').length;
//		for(i=0;i<lthDl;i++){
//			if($('#myMenu dl').eq(i).find('dd').length){
//				$('#myMenu dl').eq(i).addClass('off')
//			};
//		};
//		$(this).parent('dl').removeClass('off');
//		//二级菜单中
//		if($(this).parent('dl').find('dd').hasClass('on')){
//			var ddHeight = $(this).parent('dl').find('dd').height();
//			$(this).parent('dl').find('dd').stop(true,true).animate({height:'0'},'fast').animate({height:ddHeight},'fast');
//			$(this).parent('dl').find('dd').removeClass('on');
//			$(this).parent('dl').addClass('on');
//		}else{
//			$(this).parent('dl').addClass('on');
//		};
//	});
//	//点击二级菜单
//	$('#myMenu dd').click(function(){
//		$('#myMenu dl').removeClass('on');
//		$('#myMenu dd').removeClass('on');
//		$(this).addClass('on');
//	});
//	
//	//产品详细页图片切图
//	$('#proView .pro_pic img').not(':first').hide();
//	$('#proView .pro_pic_lst li').click(function(){
//		$('#proView .pro_pic_lst li').removeClass('on');
//		$(this).addClass('on');
//		var indProImg = $('#proView .pro_pic img').eq($(this).index());
//		if(indProImg.is(':hidden')){
//			$('#proView .pro_pic img').slideUp();
//			indProImg.slideDown();
//		};
//	});
//	//产品详细页 - 选项卡
//	$('.wp_pro_info .wp_tab li').mouseover(function(){
//		$('.wp_pro_info .wp_tab li a').attr('href','javascript:;')
//		$('.wp_pro_info .wp_tab li').removeClass('on');
//		$(this).addClass('on');
//	});
//	
//});
