/* 妗堜緥灞曠ず鍙傛暟 */ var intiCase=new Array(6); intiCase[0]='{"margin-top":"-100px","margin-left":"-100px"}'; intiCase[1]='{"marginTop":"-150px"}'; intiCase[2]='{"marginTop":"-100px","marginLeft":"100px"}' intiCase[3]='{"marginTop":"100px","marginLeft":"-100px"}'; intiCase[4]='{"marginTop":"150px"}'; intiCase[5]='{"marginTop":"100px","marginLeft":"100px"}'; var initService=new Array(2); initService[0]='{"marginTop":"-350px","margin-left":"-100px"}'; initService[1]='{"marginTop":"-350px","margin-right":"-100px"}'; /* 鎴戜滑鐨勬湇鍔? 妗堜緥灞曠ず + 鍚堜綔浼欎即*/ $(document).ready(function (){ //鎴戜滑鐨勬湇鍔 initCaseAnimateParm("#ourService","li",initService) //妗堜緥鍔犺浇婊氬姩 initCaseAnimateParm(".proshow ul","li",intiCase); //鍚堜綔浼欎即 initCaseAnimateParm("#partners","li",createInitArray(1)) scrollSpyQQ66218223(); //鍔犺浇鏇村妗堜緥 function loadCase(classid,page,hide0) { $.get("home_case.asp?classid="+classid+"&page="+page,function (data) { $(".proshow").append(data); initCaseAnimateParm(".proshow ul:eq(1)","li",initArray); var newUl= $(".proshow ul:eq(1)").show(); var scrollToIndex=0; if(!hide0) { scrollToIndex=1; $(".seeall").removeClass("hide"); $(".more1 a").addClass("up"); //$(".seeall a").attr("href","industry.asp?classid="+classid); } else { $(".proshow ul:last ").siblings().remove(); $(".more1 a").removeClass("up"); } $("html,body").animate({scrollTop: $(".proshow ul:eq("+scrollToIndex+")").offset().top-210},300) $(window).unbind("scroll.scrollSpy.QQ.66218223"); $(window).unbind("scroll.scrollSpyHide.QQ.66218223"); initCaseAnimateParm(".proshow ul","li",intiCase); scrollSpyQQ66218223(); newUl.find(".scrollspy").each(function(){ animateCurrentObject($(this)); }) }) } //妗堜緥鏇村 $(".more1 a").click(function () { var text=$(this).text(); var classid=$(".procate .sel").attr("rel") if(!$(this).hasClass("up")) { loadCase(classid,2,false) } else { $(".proshow ul:eq(1)").slideUp(300,function () { $(".proshow ul:eq(1)").remove(); $("html,body").animate({scrollTop: $(".proshow ul:eq(0)").offset().top-140},300) loadCase(classid,1,true) }) $(this).removeClass("up"); $(".seeall").addClass("hide"); } }) //妗堜緥鍒嗙被鍒囨崲 $(".procate li").each(function () { $(this).click(function () { $(this).addClass("sel").siblings().removeClass("sel"); var classid=$(this).attr("rel"); loadCase(classid,1,true) }) }) $(".proshow").on("mouseenter","li",function(){ $(this).find(".mask").animate({"top":0},300); }).on("mouseleave","li",function(){ $(this).find(".mask").animate({"top":285},300); }) });