var banner=new change(); banner.init({ "parent_move_element":".banner .movecontent", "element":".banner .movecontent .content", "position_style":"no", "autoplay":true, "btn_element":".banner .bannernav", "btn":"
", "btn_function":"banner", }); var product=new change(); product.init({ "parent_move_element":".main .head .product .movecontent", "element":".main .head .product .movecontent .content", "position_style":"loop" }); $(function(){ $(".i-tabs .i-tabs-nav .i-tabs-items .i-tabs-item").mouseover(function(){ var index=$(".i-tabs .i-tabs-nav .i-tabs-items .i-tabs-item").index($(this)); if($(".i-tabs .i-tabs-nav .i-tabs-items .i-tabs-item:eq("+index+")").hasclass("on"))return; $(".i-tabs .i-tabs-nav .i-tabs-items .i-tabs-item").removeclass("on"); $(this).addclass("on"); $(".main .head .news .newslist .content").removeclass("on"); $(".main .head .news .newslist .content:eq("+index+")").addclass("on"); }); });