website-parallax.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. // 定义全局变量
  2. var iddiv="";
  3. var showdiv=false;
  4. var posY = 0;
  5. var posYold=0;
  6. var page;
  7. var ele9scrll=0;
  8. var ele1,ele22,ele3,ele4,ele5,ele6,ele7,ele8,ele9,ele10;
  9. var ele1_h,ele2_h,ele3_h,ele_h4,ele5_h,ele6_h,ele7_h,ele8_h,ele9_h,ele10_h;
  10. var leftnva
  11. var ele9bg
  12. function calcParallax(tileheight, speedratio, scrollposition) {
  13. return ((tileheight - (Math.floor(scrollposition / speedratio) % (tileheight+1)))-tileheight);
  14. }
  15. function initParalaxPage(){
  16. page.bind('scroll',function() {
  17. var scrollid = window.setTimeout(function(){
  18. window.clearTimeout(scrollid);
  19. scrollfun();
  20. },1)
  21. });
  22. try{
  23. jQuery(window).mousewheel(function(event, delta, deltaX, deltaY){
  24. if(delta < 0) page.scrollTop(page.scrollTop() + 85);
  25. else if(delta > 0) page.scrollTop(page.scrollTop() -85);
  26. //clearInterval(set)
  27. //$(".auto .on").removeClass("o");
  28. //$(".auto .off").addClass("off o");
  29. return false;
  30. })
  31. }
  32. catch(e)
  33. {}
  34. //ipad s
  35. if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPad/i))) {
  36. if (document.cookie.indexOf("iphone_redirect=false") == -1) {
  37. //ipad拖动事件
  38. var xx,yy,_left1,_left2;
  39. var aaa=false;
  40. document.addEventListener('touchstart', function(e) {
  41. xx=e.touches[0].pageY
  42. _left1=e.touches[0].pageX
  43. })
  44. document.addEventListener('touchmove', function(e) {
  45. //alert(e.touches[0].pageY)
  46. e.stopPropagation();
  47. e.preventDefault();
  48. yy=e.touches[0].pageY
  49. _left2=e.touches[0].pageX
  50. aaa=true;
  51. funcxx()
  52. return false;
  53. })
  54. document.addEventListener('touchend', function(e) {
  55. })
  56. function funcxx()
  57. {
  58. //alert(1)
  59. if(aaa){
  60. if(yy>xx)
  61. {
  62. page.scrollTop(page.scrollTop() - Math.abs(yy-xx));
  63. }
  64. else
  65. {
  66. page.scrollTop(page.scrollTop() + Math.abs(yy-xx));
  67. }
  68. if(_left1<_left2)
  69. {
  70. //alert(_left1)
  71. page.scrollLeft(page.scrollLeft() - Math.abs(_left2-_left1));
  72. }
  73. else
  74. {
  75. page.scrollLeft(page.scrollLeft() + Math.abs(_left2-_left1));
  76. }
  77. $(".scrollbox").stop().animate({marginLeft:-(page.scrollLeft())},100);
  78. aaa=true
  79. return false;
  80. }
  81. }
  82. //ipad end
  83. }
  84. }
  85. //
  86. }
  87. function scrollfun(){
  88. try{
  89. posY=page.scrollTop();
  90. }
  91. catch(e)
  92. {}
  93. var layer1 = calcParallax(20000, -0.6, posY);
  94. var layer2 = calcParallax(20000, 0.6, posY);
  95. var layer3 = -(posY)
  96. var layer4 = Math.floor(calcParallax(20000, 1.5, posY));
  97. var layer13 = calcParallax(20000, 1.2,posY);
  98. if(Math.abs(layer3)>200){
  99. $(".leftnav li.lefttop").fadeIn();
  100. leftnva=$(".leftnav li.lefttop").position().top+60;
  101. }
  102. else
  103. {
  104. $(".leftnav li.lefttop").fadeOut();
  105. }
  106. leftnva=$(".leftnav").position().top+60;
  107. if(Math.abs(layer3)>=ele1-leftnva){
  108. $(".leftnav li").find("a").removeClass("cur")
  109. }
  110. if(Math.abs(layer3)>=ele22-leftnva){
  111. $(".leftnav li").find("a").removeClass("cur")
  112. $(".leftnav li").eq(0).find("a").addClass("cur")
  113. }
  114. if(Math.abs(layer3)>=ele3-leftnva){
  115. $(".leftnav li").find("a").removeClass("cur")
  116. $(".leftnav li").eq(1).find("a").addClass("cur")
  117. }
  118. if(Math.abs(layer3)>=ele4-leftnva){
  119. $(".leftnav li").find("a").removeClass("cur")
  120. $(".leftnav li").eq(2).find("a").addClass("cur")
  121. }
  122. if(Math.abs(layer3)>=ele5-leftnva){
  123. $(".leftnav li").find("a").removeClass("cur")
  124. $(".leftnav li").eq(3).find("a").addClass("cur")
  125. }
  126. //动作
  127. if(Modernizr.canvas)
  128. {try{
  129. $(".scrollbox").stop().animate({marginTop:layer3,marginLeft:-(page.scrollLeft())},{queue:false, duration: 1100});
  130. }
  131. catch(e)
  132. {}
  133. }
  134. else
  135. {
  136. }
  137. //p1
  138. if(Math.abs(layer3)<ele1+ele1_h+100 && Math.abs(layer3)>ele1-ele1_h/1.5 )
  139. {
  140. dl1()
  141. d1=false;
  142. }
  143. else
  144. {
  145. undl1()
  146. d1=true;
  147. }
  148. //p2
  149. if(Math.abs(layer3)<ele22+ele2_h/1.5 && Math.abs(layer3)>ele22-ele2_h/1.5 )
  150. {
  151. dl2()
  152. d2=false;
  153. }
  154. else
  155. {
  156. undl2()
  157. d2=true;
  158. }
  159. //p3
  160. if(Math.abs(layer3)<ele3+ele3_h/1.5 && Math.abs(layer3)>ele3-ele3_h/1.5 )
  161. {
  162. dl3()
  163. d3=false;
  164. }
  165. else
  166. {
  167. undl3()
  168. d3=true;
  169. }
  170. //p4
  171. if(Math.abs(layer3)<ele4+ele4_h/1.5 && Math.abs(layer3)>ele4-ele4_h/1.5 )
  172. {
  173. dl4()
  174. d4=false;
  175. }
  176. else
  177. {
  178. undl4()
  179. d4=true;
  180. }
  181. //p5
  182. if(Math.abs(layer3)<ele5+ele5_h/1.5 && Math.abs(layer3)>ele5-ele5_h/1.5 )
  183. {
  184. dl5()
  185. d5=false;
  186. }
  187. else
  188. {
  189. undl5()
  190. d5=true;
  191. }
  192. /*$(".header").css({marginTop:layer13});
  193. $(".ele1 ").css({marginTop:layer13});
  194. $(".ele2 ").css({marginTop:layer13});
  195. $(".ele3 ").css({marginTop:layer13});
  196. $(".ele4 ").css({marginTop:layer13});
  197. $(".ele5 ").css({marginTop:layer13});
  198. $(".footer").css({marginTop:layer13}); */
  199. //alert(posY)
  200. try{
  201. posYold = page.scrollTop();
  202. }
  203. catch(e)
  204. {}
  205. }
  206. var d1=true;
  207. var d2=true;
  208. var d3=true;
  209. var d4=true;
  210. var d5=true;
  211. function dl1(){
  212. if(d1)
  213. {
  214. clearInterval(dltims)
  215. var dlnum=0
  216. //alert(1)
  217. var dltims=setInterval(function(){
  218. dlnum++;
  219. if(dlnum==1)
  220. {
  221. $(".webele1 .webbox .tit h2").stop().animate({left:0,opacity:1},1000)
  222. $(".webele1 .webbox .tit div").stop().animate({left:0,opacity:1},1000)
  223. $(".web_top1 dl dt").animate({width:64,opacity:1},500);
  224. $(".web_top1 dl dd").animate({left:0,opacity:1},800);
  225. }
  226. if(dlnum==5){Parabola($(".web_top1 .canvasbox"))}
  227. if(dlnum==10)
  228. {
  229. $(".web_top2 dl dt").animate({width:64,opacity:1},500);
  230. $(".web_top2 dl dd").animate({left:0,opacity:1},800);
  231. }
  232. if(dlnum==15){Parabola($(".web_top2 .canvasbox"))}
  233. if(dlnum==20)
  234. {
  235. $(".web_top3 dl dt").animate({width:64,opacity:1},500);
  236. $(".web_top3 dl dd").animate({left:0,opacity:1},800);
  237. }
  238. if(dlnum==25){Parabola($(".web_top3 .canvasbox"))}
  239. if(dlnum==30)
  240. {
  241. $(".web_top4 dl dt").animate({width:64,opacity:1},500);
  242. $(".web_top4 dl dd").animate({left:0,opacity:1},800);
  243. }
  244. if(dlnum>31){ clearInterval(dltims)}
  245. },60)
  246. }
  247. }
  248. function undl1(){
  249. if(!d1)
  250. {
  251. $(".canvasbox").html("")
  252. $(".webele1 .webbox .tit h2").css({left:-100})
  253. $(".webele1 .webbox .tit div").css({left:100})
  254. $(".web_top1 dl dt").css({width:0,opacity:0});
  255. $(".web_top1 dl dd").css({left:200,opacity:0});
  256. $(".web_top2 dl dt").css({width:0,opacity:0});
  257. $(".web_top2 dl dd").css({left:200,opacity:0});
  258. $(".web_top3 dl dt").css({width:0,opacity:0});
  259. $(".web_top3 dl dd").css({left:200,opacity:0});
  260. $(".web_top4 dl dt").css({width:0,opacity:0});
  261. $(".web_top4 dl dd").css({left:200,opacity:0});
  262. }
  263. }
  264. //抛物线函数
  265. var arrayd=[[0,165],[6,152],[15,138],[24,124],[35,112],[46,101],
  266. [58,91],[71,81],[84,72],[98,64],[114,58],[129,53],
  267. [145,49],[160,45],[176,43],[192,43],[208,44],
  268. [224,46],[240,49],[255,53],[270,59]]
  269. function Parabola(ele){
  270. clearInterval(timse);
  271. ele.html("");
  272. var ii=0;
  273. var timse=setInterval(function(){
  274. ii++;
  275. //$(".test").html(ii)
  276. if(ii>=arrayd.length)
  277. {
  278. clearInterval(timse);
  279. return;
  280. }
  281. ele.append("<span style='left:"+arrayd[ii][0]+"px;top:"+arrayd[ii][1]+"px;'></span>")
  282. },20)
  283. }
  284. //抛物线end
  285. function dl2(){
  286. if(d2)
  287. {
  288. $(".webele2 .webbox dd ul li").each(function(i){
  289. $(this).find("span").css({marginTop:-($(this).find("span").height()/2)})
  290. $(this).stop().delay(i*100).animate({opacity:1-(i/30),left:0},500);
  291. })
  292. $(".webele2 .webbox dd h2").stop().animate({left:0,opacity:1},500)
  293. $(".webele2 .webbox dd .p").stop().animate({left:0,opacity:1},800)
  294. $(".webele2 .webbox dd h3").stop().animate({left:0,opacity:1},1200)
  295. //alert(1)
  296. oneBoxImg(0)
  297. }
  298. }
  299. function undl2(){
  300. if(!d2)
  301. {
  302. $(".webele2 .webbox dd ul li").each(function(i){
  303. $(".webele2 .webbox dd ul li").eq($(".webele2 .webbox dd ul li").size()-1-i).stop().delay(i*100).animate({opacity:0,left:100},500);
  304. })
  305. $(".webele2 .webbox dd h2").stop().animate({left:200,opacity:0},500)
  306. $(".webele2 .webbox dd .p").stop().animate({left:-200,opacity:0},800)
  307. $(".webele2 .webbox dd h3").stop().animate({left:200,opacity:0},1200)
  308. //alert(2)
  309. oneBoxImg(1)
  310. }
  311. }
  312. //幻灯片事件
  313. function oneBoxImg(num){
  314. var okl = num;
  315. //alert(1)
  316. if(okl == 0){
  317. var oImg = $(".webele2 dt img").attr("src");
  318. var arrObj = "";
  319. for(var i=0; i<=24; i++){
  320. arrObj += '<div class="posLi"></div>';
  321. };
  322. //$(".planLeImg").css("top",parseInt($(".wecBox2").height()/2)-$(".planLeImg").height()/2);
  323. $(".webele2").find(".posLi").remove("");
  324. $(".webele2 dt").append(arrObj);
  325. $(".webele2 .posLi").css({"opacity":0});
  326. var eq = 0;
  327. for(var k=0; k<=4; k++){
  328. for(var j=0; j<=4; j++){
  329. $(".webele2 .posLi").eq(eq).css({"top":k*101+"px","left":j*86+"px","backgroundPosition":""+-(j*86)+"px "+-(k*101)+"px"});
  330. eq++;
  331. };
  332. };
  333. $(".webele2 .posLi").css({
  334. "width":0,
  335. "height":0
  336. });
  337. $(".webele2 .posLi").each(function(t){
  338. $(".webele2 .posLi").eq(t).stop().delay(t*50).animate({"opacity":1,"width":"86px","height":"101px"},500);
  339. });
  340. }else{
  341. var eq = 0;
  342. for(var k=0; k<=4; k++){
  343. for(var j=0; j<=4; j++){
  344. $(".webele2 .posLi").eq(eq).css({"top":k*101+"px","left":j*86+"px","backgroundPosition":""+-(j*86)+"px "+-(k*101)+"px"});
  345. eq++;
  346. };
  347. };
  348. $(".webele2 .posLi").css({
  349. "width":86,
  350. "height":101
  351. });
  352. $(".webele2 .posLi").each(function(t){
  353. $(".webele2 .posLi").eq(t).stop().delay(t*50).animate({"opacity":0,"width":"0px","height":"0px"},500);
  354. });
  355. };
  356. };
  357. function dl3(){
  358. if(d3)
  359. {
  360. //alert(1)
  361. $(".webele3 .left h2").stop().animate({left:0,opacity:1},1000)
  362. $(".webele3 .left .p").stop().animate({left:0,opacity:1},1000)
  363. $(".webele3 .left h3").stop().animate({left:0,opacity:1},1000)
  364. $(".webele3 .right .img1").stop().animate({top:0,opacity:1},1200)
  365. $(".webele3 .right .img2").stop().animate({top:0,opacity:1},800)
  366. $(".webele3 .right .img3").stop().animate({top:0,opacity:1},500)
  367. //$(".cont_3 .dl3").stop().animate({left:0,opacity:1},1000)
  368. $(".webele3 .ele3ul li").each(function(i){
  369. $(this).stop().delay(i*100).animate({opacity:1, left:0},800);
  370. })
  371. }
  372. }
  373. function undl3(){
  374. if(!d3)
  375. {
  376. $(".webele3 .left h2").stop().animate({left:-100,opacity:0},1000)
  377. $(".webele3 .left .p").stop().animate({left:-150,opacity:0},1000)
  378. $(".webele3 .left h3").stop().animate({left:-200,opacity:0},1000)
  379. $(".webele3 .right .img1").stop().animate({top:200,opacity:0},500)
  380. $(".webele3 .right .img2").stop().animate({top:-200,opacity:0},800)
  381. $(".webele3 .right .img3").stop().animate({top:200,opacity:0},1200)
  382. //$(".cont_3 .dl3").stop().animate({left:0,opacity:1},1000)
  383. $(".webele3 .ele3ul li").each(function(i){
  384. $(this).stop().delay(i*100).animate({opacity:0, left:100},800);
  385. })
  386. }
  387. }
  388. function dl4(){
  389. if(d4)
  390. {
  391. //alert(1)
  392. $(".webele4 .left").stop().animate({left:-100,opacity:1},1000)
  393. $(".webele4 .right h2").stop().animate({left:0,opacity:1},800)
  394. $(".webele4 .right .p").stop().animate({left:0,opacity:1},1000)
  395. $(".webele4 .right .mouse").stop().animate({left:0,opacity:1},1000)
  396. $(".webele4 .right ul").stop().animate({left:0,opacity:1},800,function(){
  397. $(".webele4 .right ul li").each(function(i){
  398. $(this).stop().delay(i*100).animate({opacity:1, top:0},800);
  399. })
  400. })
  401. }
  402. }
  403. function undl4(){
  404. if(!d4)
  405. {
  406. //alert(2)
  407. $(".webele4 .left").stop().animate({left:-500,opacity:0},1000)
  408. $(".webele4 .right h2").stop().animate({left:-200,opacity:0},800)
  409. $(".webele4 .right .p").stop().animate({left:200,opacity:0},1000)
  410. $(".webele4 .right .mouse").stop().animate({left:500,opacity:0},1000)
  411. $(".webele4 .right ul").stop().animate({left:0,opacity:0},800,function(){
  412. $(".webele4 .right ul li").each(function(i){
  413. $(this).stop().delay(i*100).animate({opacity:0, top:100},800);
  414. })
  415. })
  416. }
  417. }
  418. function dl5(){
  419. if(d5)
  420. {
  421. //alert(1)
  422. $(".webele5 .right").stop().animate({top:0,opacity:1},1000)
  423. $(".webele5 .left h2").stop().animate({left:0,opacity:1},1000)
  424. $(".webele5 .left .p1").stop().animate({left:0,opacity:1},800)
  425. $(".webele5 .left h3").stop().animate({left:0,opacity:1},1000)
  426. $(".webele5 .left .p2").stop().animate({left:0,opacity:1},1000)
  427. $(".webele5 .left ul li").each(function(i){
  428. $(this).find("span").css({marginTop:-($(this).find("span").height()/2)})
  429. $(this).stop().delay(i*100).animate({opacity:1-(i/40), top:0},800);
  430. })
  431. }
  432. }
  433. function undl5(){
  434. if(!d5)
  435. {
  436. //alert(2)
  437. //alert(1)
  438. $(".webele5 .right").stop().animate({top:-500,opacity:0},1000)
  439. $(".webele5 .left h2").stop().animate({left:-100,opacity:0},1000)
  440. $(".webele5 .left .p1").stop().animate({left:200,opacity:0},800)
  441. $(".webele5 .left h3").stop().animate({left:-200,opacity:0},1000)
  442. $(".webele5 .left .p2").stop().animate({left:100,opacity:0},1000)
  443. $(".webele5 .left ul li").each(function(i){
  444. $(this).find("span").css({marginTop:-($(this).find("span").height()/2)})
  445. $(this).stop().delay(i*100).animate({opacity:0, top:200},800);
  446. })
  447. }
  448. }
  449. // 不同浏览器滚动条宽度定义
  450. var sl_w=17;
  451. var ua = navigator.userAgent.toLowerCase();
  452. var s;
  453. s = ua.match(/iPad/i);
  454. if(s=="ipad")
  455. {
  456. sl_w=0;
  457. }
  458. else{
  459. }
  460. /*if($.browser.msie) {
  461. sl_w=18;
  462. if(($.browser.version == "7.0") || ($.browser.version == "8.0"))
  463. {
  464. sl_w=19;
  465. }
  466. }
  467. else if($.browser.safari || $.browser.mozilla || $.browser.opera )
  468. {
  469. sl_w=17;
  470. }
  471. else {
  472. }*/
  473. // 不同浏览器滚动条宽度定义end
  474. var win_w;
  475. var win_h;
  476. //全站初始化、、
  477. $(document).ready(function(){
  478. $(window).resize(function(){
  479. win_w=$(window).width();
  480. win_h=$(window).height()
  481. if(Modernizr.canvas)//if支持html插入scroll
  482. {
  483. $("#warpscroll").addClass("scroll")
  484. }
  485. //alert(win_w)
  486. if(win_w<=1280)
  487. {
  488. $(".webele1,.webele2,.webele3,.webele4,.webele5").css({width:1280-sl_w,overflow:"hidden"});
  489. //$(".scroll").css({width:1280-sl_w})
  490. $(".scroll").css({width:win_w-sl_w,height:win_h-sl_w})
  491. }
  492. else
  493. {
  494. $(".webele1,.webele2,.webele3,.webele4,.webele5").css({width:win_w-sl_w,overflow:"hidden"});
  495. $(".scroll").css({width:win_w-sl_w,height:win_h})
  496. }
  497. if(win_w<1419)
  498. {
  499. $(".header").css({"width":win_w-sl_w-30});//,paddingLeft:10,paddingRight:10
  500. $(".footerCnt").css({"width":win_w-sl_w-30});//,paddingLeft:10,paddingRight:10
  501. }
  502. else
  503. {
  504. $(".header").css({"width":1419});
  505. $(".footerCnt").css({"width":1419});
  506. }
  507. if(win_w<1260)
  508. {
  509. $(".header").css({"width":1280-sl_w-30});//,paddingLeft:10,paddingRight:10
  510. $(".footerCnt").css({"width":1280-sl_w-30});//,paddingLeft:10,paddingRight:10
  511. }
  512. $(".webele1").css({paddingTop:(win_h-$(".webele1").height())/2})
  513. $(".webele2").css({paddingTop:(win_h-$(".webele2").height())/2})
  514. $(".webele3").css({paddingTop:(win_h-$(".webele3").height())/2})
  515. $(".webele4").css({paddingTop:(win_h-$(".webele4").height())/2})
  516. $(".webele5").css({paddingTop:(win_h-$(".webele5").height())/2,paddingBottom:(win_h-$(".webele5").height())/2-$(".footer").height()})
  517. ele1=186
  518. ele1_h=$(".webele1").outerHeight();
  519. ele22=ele1+ele1_h;
  520. ele2_h=$(".webele2").outerHeight();
  521. ele3=ele22+ele2_h
  522. ele3_h=$(".webele3").outerHeight();
  523. ele4=ele3+ele3_h
  524. ele4_h=$(".webele4").outerHeight();
  525. ele5=ele4+ele4_h
  526. ele5_h=$(".webele5").outerHeight();
  527. $(".main_box").css({height:ele5+ele5_h+$(".footer").height()});
  528. scrollfun();
  529. })
  530. $(".show").hide();
  531. $("#website_scroll").height($(window).height())
  532. $(".hide").height($(window).outerHeight()-$(".header").outerHeight()-$(".footer").outerHeight())
  533. window.onload = function() {
  534. $(".hide").hide();
  535. $(".show").css({"visibility":"visible"}).fadeIn();
  536. page = $("#website_wrap");
  537. posYold = page.scrollTop();
  538. initParalaxPage();
  539. $(window).resize();
  540. d1=false;
  541. d2=false;
  542. d3=false;
  543. d4=false;
  544. d5=false;
  545. undl1();
  546. undl2();
  547. undl3();
  548. undl4();
  549. undl5();
  550. d2=true;
  551. d3=true;
  552. d4=true;
  553. d5=true;
  554. };
  555. });
  556. $(document).ready(function(){
  557. $(".lefttop").click(function(){
  558. page.scrollTop(0);
  559. scrollfun();
  560. })
  561. $(".web_top1 dl dd h2 , .leftn1").click(function(){
  562. page.scrollTop(ele22-100);
  563. scrollfun();
  564. $(".leftnav li a").removeClass("cur")
  565. $(".leftnav li.leftn1 a").addClass("cur")
  566. })
  567. $(".web_top2 dl dd h2 , .leftn2").click(function(){
  568. page.scrollTop(ele3-100);
  569. scrollfun();
  570. $(".leftnav li a").removeClass("cur")
  571. $(".leftnav li.leftn2 a").addClass("cur")
  572. })
  573. $(".web_top3 dl dd h2 , .leftn3").click(function(){
  574. page.scrollTop(ele4-100);
  575. scrollfun();
  576. $(".leftnav li a").removeClass("cur")
  577. $(".leftnav li.leftn3 a").addClass("cur")
  578. })
  579. $(".web_top4 dl dd h2 , .leftn4").click(function(){
  580. page.scrollTop(ele5-100);
  581. scrollfun();
  582. $(".leftnav li a").removeClass("cur")
  583. $(".leftnav li.leftn4 a").addClass("cur")
  584. })
  585. })