﻿$(function(){$("#cate_index").html('<div class="categorylist" style="display:block;position:relative;top:-10px;">'+$(".categorylist").html()+"</div>");$(".categorybig").hover(function(){$(this).css({"background-color":"#E9E9E9"});$(this).find(".a-c1sysno").css({color:"#01519A"});$(this).find(".categorysmall").show();var i=0;var j=$(this);$(this).find(".ul-small-list").each(function(){i=$(this).find("li").length;if(parseInt(i)!=0){j.find(".ul-small-list").show()}})},function(){$(this).css({"background-color":"#F6F6F6"});$(this).find(".a-c1sysno").css({color:"#646464"});$(this).find(".categorysmall").hide()});$("#top-product .product_right_list_item_normalS1").hover(function(){$(this).addClass("normalS1_hover");$(this).find(".produc_right_list_item_info1").hide();$(this).find(".produc_right_list_item_info2").show()},function(){$(this).removeClass("normalS1_hover");$(this).find(".produc_right_list_item_info1").show();$(this).find(".produc_right_list_item_info2").hide()});var a=1;var b=5;var c=$("#top-product .product_right_list_item_normalS1").length;var e=Math.ceil(c/b);var h=$(".product-box").width();var g=$("#top-product");var f=$(".homeleftbg");var d=$(".homerightbg");f.click(function(){if(!g.is(":animated")){if(a==1){g.animate({left:"-="+h*(e-1)},500);a=e}else{g.animate({left:"+="+h},500);a--}}});d.click(function(){if(!g.is(":animated")){if(a==e){g.animate({left:0},500);a=1}else{g.animate({left:"-="+h},500);a++}}})});
