// JavaScript Document$(function(){
$(document).ready(function() {


$("a.prev,a.next").click(function(){return false});

$(".src1 .src2").scrollable({size:3,items:".src1 .src2 ul",loop:true,prev:"a.np1",next:"a.np2"}).autoscroll({ autoplay: true,interval:4000 });

$(".big4 ul").tabs(".big2 > .big3", {loop:true,fadeOutSpeed: "fast",rotate: true}).slideshow({autoplay:true,interval: 3000});

$(".news li:eq(0)").addClass("hover");

$(".news li").hover(function(){$(this).siblings().removeClass("hover");$(this).addClass("hover");});




$(".src3 .src4").scrollable({size:1,items:".src .src1 ul",loop:true,prev:".pre",next:".next"}).autoscroll({ autoplay: true,interval:4000 });
$("ul.nv").tabs(".src4 > div", {effect: 'fade',loop:true,fadeOutSpeed: "fast",rotate: true}).slideshow({autoplay:true,interval: 3000});

$("#chained").scrollable({size:5,items:"#chained ul",loop:true}).autoscroll({ autoplay: true,interval:4000 }).navigator({navi:".nv",naviItem:"dd",activeClass:"current"});

$(".news_img ul").tabs(".news_img > div", {effect: 'fade',loop:true,fadeOutSpeed: "fast",rotate: true}).slideshow({autoplay:true,interval: 3000});

$(".hot_service ul").tabs(".hot_big > div", {effect: 'fade',loop:true,fadeOutSpeed: "fast",rotate: true,autoplay: true});

$(".ul-b a").not(".ul-b a.hover").hover(function(){$(this).find("div").stop().animate({top:"-101px"},300)},function(){$(this).find("div").stop().animate({top:""},400)});

$(".big2 ul").tabs(".big3 > .big4", {loop:true,fadeOutSpeed: "fast",rotate: true}).slideshow({autoplay:true,interval: 3000});

$(".right-b6 ul").tabs(".right-b7 > .rightb", {loop:true,fadeOutSpeed: "fast",rotate: true}).slideshow({autoplay:true,interval: 3000});

$(".shiter ul").tabs(".shit-a > .shit-b", {loop:true,fadeOutSpeed: "fast",rotate: true}).slideshow({autoplay:true,interval: 3000});

$("#nav li").hover(function(){
$(this).find(".sp").addClass("wp");
},function(){
$("#nav li .sp").removeClass("wp")
});
});

