// 左下新闻 $(document).ready(function(){ $(".index-news .in-new-left .left div.in-gs").click(function() { $(this).addclass("on").siblings().removeclass("on"); $(".index-news .in-new-left .right .right-con").animate({ top : 0 }) }) $(".index-news .in-new-left .left div.in-hy").click(function() { $(this).addclass("on").siblings().removeclass("on"); $(".index-news .in-new-left .right .right-con").animate({ top : -182 }) }) $(".index-news .in-new-left .left div.in-hz").click(function() { $(this).addclass("on").siblings().removeclass("on"); $(".index-news .in-new-left .right .right-con").animate({ top : -364 }) }) if ($("body").width() >= 1680) { $(".index-con .con-chenge .hd .next").css("right", "-65px") $(".index-con .con-chenge .hd .prev").css("left", "-65px") } }); //banner $(document).ready(function(){ $('.flicker-example').flicker(); });