// JavaScript Document$(function(){
$(document).ready(function() {

$(".flash ul").tabs(".flasher > a",{effect:'fade',loop:true,fadeOutSpeed:"fast",rotate: true}).slideshow({autoplay:true,interval: 4000});

$(".hot_left ul").tabs(".hot_img > a",{effect:'fade',loop:true,fadeOutSpeed:"fast",rotate: true}).slideshow({autoplay:true,interval: 3000});

$(".hot_news ul").tabs(".hot_news small > a",{effect:'fade',loop:true,fadeOutSpeed:"fast",rotate: true}).slideshow({autoplay:true,interval: 3000});

$(".scroll").scrollable({size:3,items:".scroll ul",loop:true,prev:"a.np1",next:"a.np2"});

$(".scroll ul").tabs(".quo > a",{effect:'fade',loop:true,fadeOutSpeed:"fast",rotate: true});

$(".index_client ul").tabs(".cli > a",{effect:'fade',loop:true,fadeOutSpeed:"fast",rotate: true}).slideshow({autoplay:true,interval: 3000});

$(".left_service ul").tabs(".left_service small > div",{loop:true,fadeOutSpeed:"fast",rotate: true}).slideshow({autoplay:true,interval: 3000});

$(".scrollable").scrollable({size:1,items:".scrollable ul",loop:true,prev:"a.np3",next:"a.np4"}).autoscroll({ autoplay: true,interval:5000 });

$(".scr").scrollable({size:3,items:".scr ul",loop:true,prev:"a.np5",next:"a.np6"});

$(".scr ul").tabs(".location_img small > div",{effect:'fade',loop:true,fadeOutSpeed:"fast",rotate: true});

$(".index_show").scrollable({size:4,items:".able ul",loop:true}).navigator({navi:"ul.nvi",naviItem:"li",activeClass:"current"}).autoscroll({ autoplay: true,interval:4000 })

$(".header dd a b").hover(function(){
	$(this).css("display","block")
	},function(){
	$(this).css("dispaly","none")
	});

$("a.np1").hover(function(){
	$(this).css("background-position","left bottom")
	},function(){
	$(this).css("background-position","left top")
	});

$("a.np2").hover(function(){
	$(this).css("background-position","right bottom")
	},function(){
	$(this).css("background-position","right top")
	});

$("a.np3").hover(function(){
	$(this).css("background-position","left bottom")
	},function(){
	$(this).css("background-position","left top")
	});

$("a.np4").hover(function(){
	$(this).css("background-position","right bottom")
	},function(){
	$(this).css("background-position","right top")
	});

$("a.np5").hover(function(){
	$(this).css("background-position","left -13px")
	},function(){
	$(this).css("background-position","left 0")
	});

$("a.np6").hover(function(){
	$(this).css("background-position","right -13px")
	},function(){
	$(this).css("background-position","right 0")
	});
	
$("a.n1").hover(function(){
	$(this).css("background","url(theme/bg/img18.jpg) no-repeat left center")
	},function(){
	$(this).css("background","url(theme/bg/img14.jpg) no-repeat left center")
	});

$("a.n2").hover(function(){
	$(this).css("background","url(theme/bg/img21.jpg) no-repeat left center")
	},function(){
	$(this).css("background","url(theme/bg/img15.jpg) no-repeat left center")
	});
	
$("a.n3").hover(function(){
	$(this).css("background","url(theme/bg/img22.jpg) no-repeat left center")
	},function(){
	$(this).css("background","url(theme/bg/img16.jpg) no-repeat left center")
	});

$("a.n4").hover(function(){
	$(this).css("background","url(theme/bg/img23.jpg) no-repeat left center")
	},function(){
	$(this).css("background","url(theme/bg/img17.jpg) no-repeat left center")
	});
	
$("a.n5").hover(function(){
	$(this).css("background","url(theme/bg/img24.jpg) no-repeat left center")
	},function(){
	$(this).css("background","url(theme/bg/img20.jpg) no-repeat left center")
	});
	
$(".link ul li a").not($(".link ul li a.hover")).hover(function(){
	$(this).css("color","#fff")
	},function(){
	$(this).css("color","#333")
	});
	
$(".link ul li a").not($(".link ul li a.hover")).hover(function(){
	$(this).css("background-color","#362a54")
	},function(){
	$(this).css("background-color","#e7e5e5")
	});


$(".link_s ul li a").not($(".link_s ul li a.hover")).hover(function(){
	$(this).css("background-color","#362a54")
	},function(){
	$(this).css("background-color","#ffffff")
	});

$(".link_s ul li a").not($(".link_s ul li a.hover")).hover(function(){
	$(this).css("color","#fff")
	},function(){
	$(this).css("color","#606060")
	});


$(".left_news ul li a").hover(function(){
	$(this).css("color","#fff")
	},function(){
	$(this).css("color","#352a4e")
	});

$(".left_news ul li a").hover(function(){
	$(this).css("padding-left","29px")
	},function(){
	$(this).css("padding-left","54px")
	});


});
