











$(document).ready(function(){


	

//天气预报JS--------------------begin
$('#weatherClickYubao').toggle(
	function() {
		$('#weatherYubao2').slideDown();
		$(this).html('关闭未来4-7天天气预报');
		return false;
	},
	function() {
		$('#weatherYubao2').slideUp();
		$(this).html('查看未来4-7天天气预报');
		return false;
	}
)	
//天气预报JS--------------------end

$('.rxlForecastBox').eq(0).show();
$('#rxlForecastBoxJs').find('a').click(function() {
	var t0=$('#rxlForecastBoxJs').find('a').index(this);
	$('.rxlForecastBox').hide();
	$('.rxlForecastBox').eq(t0).show();
	$('#rxlForecastBoxJs').find('a').removeClass('move')
	$(this).addClass('move');
	return false;
})

$(".weatherFeatureContent1").eq(0).show();
			$("#weatherFeatureList1").find("li").click(function(){
				var qhTab=$("#weatherFeatureList1").find("li").index(this);
				$(".weatherFeatureContent1").hide();
				$(".weatherFeatureContent1").eq(qhTab).css("display","block");
				return false;
		
		});




$(".da").find("a").click(function(){
				$(".rainstormRecoveryDirectory").find("dl").css("font-size","16px");
				});
$(".zhong").find("a").click(function(){
				$(".rainstormRecoveryDirectory").find("dl").css("font-size","14px");
				});
$(".xiao").find("a").click(function(){
				$(".rainstormRecoveryDirectory").find("dl").css("font-size","12px");
				});



})


