

/*
$(window).scroll(function(){
	var s = $(window).scrollTop();
	if( s > 50){
		$(".gtbtn").fadeIn(100);
	}else{
		$(".gtbtn").fadeOut(200);
	};
});
$(".gotop").click(function(){
$('html,body').animate({scrollTop:0});

});*/
//jQuery(".txtMarquee-top").slide({mainCell:"ul",autoPlay:true,effect:"topMarquee",vis:9,interTime:20});
//ͼ
jQuery(".slideBox").slide({mainCell:".bd ul",effect:"leftLoop",autoPlay:true});
//ֲ
jQuery(".txtScroll-top").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:true,effect:"top",autoPlay:true,vis:1});
jQuery(".picScroll-left").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:true,effect:"left",autoPlay:true,vis:1,trigger:"click"});
		
jQuery(".slideTxtBox").slide();
jQuery(".slideNewsBox").slide();		

$('.menubtn').click(function(){
 
  $('.menu').fadeToggle();
  $('.mask').fadeToggle();

})
$('.wx').click(function(){
	$('.erwei').fadeToggle();
	$('.mask').fadeToggle();
})
$('.mask').click(function(){
	$('.menu1').fadeOut();
	$('.erwei').fadeOut();
	$(this).fadeOut();
})
$('.btn').click(function(){
  var has = $(this).parent().hasClass('active');
  if(has){
     $(this).next().slideToggle();
     $(this).parent().removeClass('active');
  }else{
    $('.toggle .active  .detials').slideToggle();
    $('.toggle .active').removeClass('active');
    $(this).next().slideToggle();
    $(this).parent().addClass('active');
  }	
})

/*
	
				
//$pronum=0;			
$(".proico li").click(function(){
	if($(this).children("div").is(":hidden")){
	$(this).children("div").slideDown();
	$(this).css("background","url(images/proup.png) no-repeat 217px 13px");
	//$pronum.=+1;
	}else{
		$(this).children("div").slideUp();
		$(this).css("background","url(images/prodown.png) no-repeat 217px 13px");
		
	}
});
$(".artnav ul li").mouseenter(function(){
				$(this).children('div').slideDown();

		});
		$('.artnav ul li').mouseleave(function(){
			$(this).children('div').slideUp("fast");
		})


*/



















































