licheng.html 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
  7. <meta name="description" content="">
  8. <link rel="stylesheet" href="css/reset.css">
  9. <link rel="stylesheet" href="css/index.css?v=1.0734757">
  10. <link rel="stylesheet" href="css/animate.min.css"></link>
  11. <link rel="stylesheet" href="css/swiper-3.4.2.min.css">
  12. <script src="js/jquery-1.11.3.min.js"></script>
  13. <script src="js/layer/layer.js"></script>
  14. <script src="js/rem.js"></script>
  15. <script src="js/swiper-3.4.2.min.js"></script>
  16. <script>
  17. window['adaptive'].desinWidth = 750;
  18. window['adaptive'].init();
  19. </script>
  20. <style type="text/css">
  21. body {
  22. background: #1e2538;
  23. height: auto;
  24. }
  25. .hideTimeLine {
  26. width: 100%;
  27. display: none;
  28. }
  29. .hj_box h3 {
  30. position: absolute;
  31. left: 0;
  32. top: 40%;
  33. z-index: 30;
  34. width: 100%;
  35. text-align: center;
  36. }
  37. .hj_box .more1 {
  38. position: absolute;
  39. z-index: 30;
  40. left: calc(50% - 190px);
  41. top: 70%;
  42. }
  43. .hj_box .more2 {
  44. position: absolute;
  45. z-index: 30;
  46. left: calc(50% + 30px);
  47. top: 70%;
  48. }
  49. .section4_list {
  50. width: 100%;
  51. max-width: 1440px;
  52. margin: 0 auto;
  53. }
  54. .section4_list li .section4_list_box {
  55. /*transition: all ease 0.5s;
  56. padding-top: 20px;
  57. cursor: pointer;*/
  58. }
  59. .section4_list li:hover .section4_list_box {
  60. /*transform: translateY(-10px);*/
  61. }
  62. .first-rc {
  63. padding-left: 2.2%;
  64. padding-bottom: 3px;
  65. }
  66. .section5 {
  67. padding: 0;
  68. position: relative;
  69. height: 900px;
  70. padding: 30px 0;
  71. }
  72. .section5 .hj_box {
  73. height: 100%;
  74. background: none;
  75. padding: 0;
  76. overflow: hidden;
  77. position: relative;
  78. }
  79. .swiper {
  80. width: 100%;
  81. height: 100%;
  82. padding-bottom: 0;
  83. background: none;
  84. position: absolute;
  85. left: 0;
  86. top: 0;
  87. }
  88. .section5 .a_btn {
  89. width: 100%;
  90. left: 0;
  91. bottom: 20%;
  92. z-index: 30;
  93. margin-top: 0;
  94. }
  95. .swiper img{
  96. width: 100%;
  97. height: 100%;
  98. text-align: left;
  99. object-fit: contain;
  100. }
  101. /***middle**/
  102. @media only screen and (max-width: 1280px) {
  103. .progress>p.p_fir1 span {
  104. width: 358px;
  105. }
  106. }
  107. @media(max-width:1024px) {
  108. .section5{
  109. height: 650px;
  110. }
  111. .a_btn a{
  112. width: 1.5rem;
  113. font-size: 0.16rem;
  114. height: 0.4rem;
  115. line-height: 0.4rem;
  116. }
  117. .hj_box .more1 {
  118. position: absolute;
  119. z-index: 30;
  120. left: calc(50% - 2rem);
  121. top: 70%;
  122. }
  123. .hj_box .more2 {
  124. position: absolute;
  125. z-index: 30;
  126. left: calc(50% + 0.5rem);
  127. top: 70%;
  128. }
  129. .more{
  130. height: 0.4rem;
  131. font-size: 0.15rem;
  132. line-height: 0.42rem;
  133. }
  134. }
  135. @media(max-width:768px) {
  136. .section5{
  137. height: 500px;
  138. }
  139. }
  140. @media only screen and (max-width: 576px) and (-webkit-min-device-pixel-ratio:2) {
  141. .first-rc {
  142. padding-left: 2.4%;
  143. padding-bottom: 3px;
  144. }
  145. .section5{
  146. height: 300px;
  147. }
  148. html, body {
  149. height: 100%;
  150. overflow: auto;
  151. -webkit-overflow-scrolling: touch;
  152. }
  153. }
  154. </style>
  155. </head>
  156. <body class="bg01">
  157. <div class="container">
  158. <!--top menu-->
  159. <div class="top-menu wow fadeInDown" data-wow-duration="1s" data-wow-delay="2s">
  160. <div class="logo">
  161. <a href="javascript:parent.showIndex();"><img class="inner-icon" src="http://yun-image.elab-plus.com/images/contact/1_objects@2x_3.png" /></a>
  162. </div>
  163. <div class="menu"><img class="inner-icon" src="http://yun-image.elab-plus.com/images/contact/1_objects@2x_4.png" /></div>
  164. <div class="cases">
  165. <a href="javascript:innerShowPro();"><img class="inner-icon" src="http://yun-image.elab-plus.com/images/contact/1_objects@2x_5.png" /></a>
  166. </div>
  167. </div>
  168. <div class="what-we-do wow fadeInUpIndex1" data-wow-duration="1s" data-wow-delay="4s">
  169. <p>
  170. <a href="javascript:parent.closeWho();parent.showDo();">我们在做什么</a>
  171. </p>
  172. <div class="slide-line"></div>
  173. <div class="slide-line1"></div>
  174. </div>
  175. <!--main menu-->
  176. <div class="main-menu">
  177. <div class="menu-close"></div>
  178. <ul class="menu-list">
  179. <li>
  180. <a href="javascript:$('.main-menu').removeClass('active');parent.closeWho();parent.showWho();">我们是谁<small>WHO WE ARE</small></a>
  181. </li>
  182. <li>
  183. <a href="javascript:$('.main-menu').removeClass('active');parent.closeWho();parent.showDo();">我们在做什么<small>WHAT WE DO</small></a>
  184. </li>
  185. <li>
  186. <a href="javascript:$('.main-menu').removeClass('active');parent.closeWho();parent.showProjects();">作品案例<small>PROJECTS</small></a>
  187. </li>
  188. <li>
  189. <a href="javascript:$('.main-menu').removeClass('active');parent.closeWho();parent.showCareers();">加入我们<small>CAREERS</small></a>
  190. </li>
  191. <li>
  192. <a href="javascript:$('.main-menu').removeClass('active');parent.closeWho();parent.showContact();">联系我们<small>CONTACTS</small></a>
  193. </li>
  194. </ul>
  195. </div>
  196. <div class="section1 wow fadeIn" data-wow-duration="1s" data-wow-delay="2s">
  197. <div class="wrap csr">
  198. <h3 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="3s">探索·启程</h3>
  199. <p class="csr_text wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s">2015年创业之初,创始人蔡雪梅TED演讲</p>
  200. <div class="a_btn clearfix">
  201. <a id="video_btn_ted"href="javascript:;" class="s_v wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s">查看视频</a>
  202. <a href="javascript:parent.showChuang();" class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">了解创始人</a>
  203. </div>
  204. </div>
  205. </div>
  206. <div class="section2 wrap wow fadeInUp" data-wow-duration="1s">
  207. <h3>公司简介</h3>
  208. <p>ELAB是一家以技术和数据驱动的新型未来人居空间开发的互联网平台型公司。我们以客户需求为核心,实现创新性产品的预制性开发,并为开发商提供系统性整体解决方案。</p>
  209. <p>ELAB致力于实现居者及开发企业的价值最大化。通过技术、数据、产品赋能,逆转传统从土地到客户充满不确定性高风险的开发旧模式(B2C)为从客户到土地的新型房地产开发模式(C2B),从源头解行业痛点,帮助企业长期可持续发展,同时从居者出发,挖掘居者真实居住需求,打造未来人居产品。</p>
  210. </div>
  211. <div class="section3 wrap">
  212. <h3 class="wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s">业务范畴</h3>
  213. <ul class="yewu clearfix ">
  214. <li class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  215. <h3>01</h3>
  216. <p>开发需求<br />线上平台前策</p>
  217. </li>
  218. <li class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  219. <h3>02</h3>
  220. <p>创新产品原型输出<br/>及在线测试</p>
  221. </li>
  222. <li class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  223. <h3>03</h3>
  224. <p>全案规划策划<br />及创新设计</p>
  225. </li>
  226. <li class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  227. <h3>04</h3>
  228. <p>大麦SaaS智能营销</p>
  229. </li>
  230. </ul>
  231. </div>
  232. <div id="section4" class="section4 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0s">
  233. <ul class="section4_list">
  234. <li>
  235. <div class="section4_list_box first-rc">
  236. <h3 class="h3 latest wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s">20<br />18</h3>
  237. <p class="p p1 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s">NOW-B轮进行中</p>
  238. </div>
  239. </li>
  240. <li class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  241. <div class="section4_list_box">
  242. <h3 class="h3 tag">08</h3>
  243. <p class="p">大麦SaaS智能营销系列产品-E看房APP上线</p>
  244. </div>
  245. </li>
  246. <li class="sec wow fadeInRight" data-wow-duration="1s" data-wow-delay="1s">
  247. <div class="section4_list_box">
  248. <h3 class="h3 tag">06</h3>
  249. <p class="p">大麦SaaS智能营销系列产品-WIII云案场,正式上线</p>
  250. </div>
  251. </li>
  252. <li class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="1.5s">
  253. <div class="section4_list_box">
  254. <h3 class="h3 tag">05</h3>
  255. <p class="p">大麦SaaS智能营销系列产品——WIII APP,正式上线</p>
  256. <p class="p">大麦SaaS智能营销系列产品——投放宝,正式上线</p>
  257. </div>
  258. </li>
  259. </ul>
  260. <div class="hideTimeLine">
  261. <ul class="section4_list section4_list01">
  262. <li class="wow fadeIn" data-wow-duration="1s" data-wow-delay="0s">
  263. <div class="section4_list_box">
  264. <h3 class="h3 latest">20<br />17</h3>
  265. <!--<p class="p p1 p1-1">NOW-B轮进行中</p>-->
  266. </div>
  267. </li>
  268. <li class="wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s">
  269. <div class="section4_list_box">
  270. <h3 class="h3 tag">12</h3>
  271. <p class="p">大麦SAAS智能营销产品实践落地天空森林城市项目,产品帮助开发商充分溢价及销售,实现重庆</p>
  272. <p class="p">住宅毛坯单价第一,总销售额27亿+。同时大幅提升企业利润率,缩短项目销售周期。</p>
  273. </div>
  274. </li>
  275. <li class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  276. <div class="section4_list_box">
  277. <h3 class="h3 tag">11</h3>
  278. <p class="p">与路劲集团形成战略合作</p>
  279. </div>
  280. </li>
  281. <li class="sec wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s">
  282. <div class="section4_list_box">
  283. <h3 class="h3 tag">07</h3>
  284. <p class="p">与深业集团形成战略合作</p>
  285. </div>
  286. </li>
  287. <li class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  288. <div class="section4_list_box">
  289. <h3 class="h3 tag">02</h3>
  290. <p class="p">入驻大宁德必易园新办公地点</p>
  291. </div>
  292. </li>
  293. </ul>
  294. <ul class="section4_list">
  295. <li class="wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
  296. <div class="section4_list_box">
  297. <h3 class="h3 latest">20<br />16</h3>
  298. <!--<p class="p p1">NOW-B轮进行中</p>-->
  299. </div>
  300. </li>
  301. <li class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  302. <div class="section4_list_box">
  303. <h3 class="h3 tag">12</h3>
  304. <p class="p">大麦SAAS智能营销系列产品-天空森林城市APP,正式上线</p>
  305. </div>
  306. </li>
  307. <li class="sec wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s">
  308. <div class="section4_list_box">
  309. <h3 class="h3 tag">09</h3>
  310. <p class="p">与易居中国、城视窗联合举办北京国际设计周-全球未来人居创新大会,本次大会邀请了全球100位建筑师进行作品中国首秀。</p>
  311. </div>
  312. <div class="section4_list_box">
  313. <div id="progressFirst" class="progress progressFirst">
  314. <p class="p_fir p_fir1 wow p_border">
  315. <img id="progressFirstImg" src="http://yun-image.elab-plus.com/images/Bitmap@2x9.png" alt="" class="wph">
  316. <span id="progressFirstText" class="fl">唯品会信息科技有限公司(VIPS)成立于2008年8月,2012年在美国纽约证券交易所(NYSE)上市。目前已成为中国第三大电商。</span>
  317. </p>
  318. </div>
  319. </div>
  320. </li>
  321. <li class="wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  322. <div class="section4_list_box A_plus_invest">
  323. <h3 class="h3 tag">05</h3>
  324. <p class="p">完成A+轮融资,以3.3亿估值,再获数千万融资额。</p>
  325. <p class="p">战略投资方:<span id="A_plus_invest_shun" style="font-weight: bold">顺为资本</span>/<span id="A_plus_invest_wph" style="font-weight: bold">唯品基金</span></p>
  326. </div>
  327. </li>
  328. </ul>
  329. <ul class="section4_list section4_list01">
  330. <li class="wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
  331. <div class="section4_list_box">
  332. <h3 class="h3 latest">20<br />15</h3>
  333. <!--<p class="p p1 p1-1">NOW-B轮进行中</p>-->
  334. </div>
  335. <div class="section4_list_box">
  336. <div id="progressSecond" class="progressSecond progress">
  337. <p class="p_fir p_border">
  338. <img id="progressSecondImg" src="http://yun-image.elab-plus.com/images/Bitmap@2x.png" alt="" class="shun">
  339. <span id="progressSecondText" class="fl">顺为资本由雷军和许达来先生联合创立,重点关注互联网,高科技行业以及互联网与传统行业结合所带来的变革。已主导投资了超百家创业公司。</span>
  340. </p>
  341. </div>
  342. </div>
  343. </li>
  344. <li class="wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s">
  345. <div class="section4_list_box A_invest">
  346. <h3 class="h3 tag">10</h3>
  347. <p class="p">完成A轮融资,以1.5亿估值,获得数千万融资额。战略投资方:<span id="A_invest_shun" style="font-weight: bold">顺为资本</span>/<span id="A_invest_wph" style="font-weight: bold">唯品基金</span></p>
  348. <p class="p">未来人居1号作品-天空森林城市项目落地重庆</p>
  349. </div>
  350. </li>
  351. <li class="sec wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  352. <div class="section4_list_box">
  353. <h3 class="h3 tag">07</h3>
  354. <p class="p">公司成立,入驻宏慧音悦湾办公空间。</p>
  355. </div>
  356. </li>
  357. </ul>
  358. <div class="progress" id="progreeBtn" hidden>
  359. <!--<img src="http://yun-image.elab-plus.com/images/Line.png" alt="" class="Line wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">-->
  360. <p class="p_fir wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.5s">
  361. <img src="http://yun-image.elab-plus.com/images/Bitmap@2x.png" alt="" class="shun">
  362. <span class="fl">顺为资本由雷军和许达来先生联合创立,重点关注互联网,高科技行业以及互联网与传统行业结合所带来的变革。已主导投资了超百家创业公司。</span>
  363. </p>
  364. <p class="p_fir p_fir1 wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s" style="">
  365. <img src="http://yun-image.elab-plus.com/images/Bitmap@2x9.png" alt="" class="wph">
  366. <span class="fl">唯品会信息科技有限公司(VIPS)成立于2008年8月,2012年在美国纽约证券交易所(NYSE)上市。目前已成为中国第三大电商。</span>
  367. </p>
  368. </div>
  369. </div>
  370. <p>&nbsp;</p>
  371. <a href="javascript:showTimeMore();" id='btnShowTimeMore' class="more wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s">查看更多</a>
  372. <p>&nbsp;</p>
  373. </div>
  374. <div class="section5">
  375. <div class="wrap hj_box">
  376. <div class="swiper">
  377. <div class="swiper-wrapper">
  378. <div class="swiper-slide"><img src="images/slider/1.jpg" /></div>
  379. <div class="swiper-slide"><img src="images/slider/2.jpg" /></div>
  380. <div class="swiper-slide"><img src="images/slider/3.jpg" /></div>
  381. <div class="swiper-slide"><img src="images/slider/4.jpg" /></div>
  382. <div class="swiper-slide"><img src="images/slider/5.jpg" /></div>
  383. <div class="swiper-slide"><img src="images/slider/7.jpg" /></div>
  384. <div class="swiper-slide"><img src="images/slider/8.jpg" /></div>
  385. <div class="swiper-slide"><img src="images/slider/9.jpg" /></div>
  386. </div>
  387. </div>
  388. <div class="a_btn clearfix">
  389. <a href="javascript:subShowJoin();" class="more1 wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.5s">加入我们</a>
  390. <a id="video_btn_join"href="javascript:;" class="more2 wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.5s">查看视频</a>
  391. </div>
  392. <video id="video_ted" style="display: none" controls preload="auto" width="400px" height="300px">
  393. <source src="http://yun-image.elab-plus.com/video/Elab Final(蔡总创业TED演讲).mp4" type="video/mp4">
  394. </video>
  395. <video id="video_join" style="display: none" controls preload="auto" width="400px" height="300px">
  396. <source src="http://yun-image.elab-plus.com/video/加入我们-公司环境视频.mp4" type="video/mp4">
  397. </video>
  398. </div>
  399. </div>
  400. </div>
  401. </body>
  402. <!--<script src="js/index.js"></script>-->
  403. <script src="js/wow.js"></script>
  404. <!--<script src="js/debug.js"></script>-->
  405. <script>
  406. var $_w,myswiper;
  407. $(function() {
  408. $_w = $(top).width()*0.9;
  409. //alert($_w);
  410. $(".swiper").width($_w+"px");
  411. myswiper = new Swiper('.swiper', {
  412. pagination: '.span',
  413. paginationClickable: true,
  414. autoplay: 3000,
  415. speed: 800,
  416. loop: true
  417. });
  418. $("#progressFirst").attr("style", "opacity:0");
  419. $('#progressSecond').attr("style", "opacity:0");
  420. //show menu
  421. $(".menu").on("click", function(e) {
  422. $(".main-menu").addClass("active");
  423. });
  424. //close menu
  425. $('.menu-close').on('click', function(e) {
  426. $(".main-menu").removeClass("active");
  427. });
  428. //hover style
  429. $(".what-we-do").on('mouseover mouseout', function(e) {
  430. $(".footer .right,#rightWave").toggleClass("active");
  431. });
  432. $(".what-we-do").on('mouseover', function(e) {
  433. $(".footer .right,#rightWave").addClass("active");
  434. $(".what-we-do .slide-line,.what-we-do .slide-line1").addClass("active");
  435. $("#menuLayer .cases img").attr("src", "http://yun-image.elab-plus.com/images/index/1_objects@2x_5.png");
  436. });
  437. $(".what-we-do").on('mouseout', function(e) {
  438. //setTimeout(function(){
  439. $(".footer .right,#rightWave").removeClass("active");
  440. $(".what-we-do .slide-line,.what-we-do .slide-line1").removeClass("active").addClass("fadeInUp");
  441. $("#menuLayer .cases img").attr("src", "http://yun-image.elab-plus.com/images/index/1_objects@2x_4.png");
  442. //},600);
  443. });
  444. var callback = function() {
  445. isAInAnimation = false;
  446. isAplusInAnimation = false;
  447. };
  448. var isAInAnimation = false;
  449. $('#A_invest_shun').on('mouseover', function(e) {
  450. $("#progressSecondImg").removeClass('wph');
  451. $("#progressSecondImg").addClass('shun');
  452. $("#progressSecondImg").attr('src', 'http://yun-image.elab-plus.com/images/Bitmap@2x.png');
  453. $("#progressSecondText").text('顺为资本由雷军和许达来先生联合创立,重点关注互联网,高科技行业以及互联网与传统行业结合所带来的变革。已主导投资了超百家创业公司。');
  454. $("#progressSecondText").attr("style", "width:80%;");
  455. $('#progressSecond').fadeTo('normal', 1);
  456. if(!isAInAnimation) {
  457. isAInAnimation = true;
  458. $('#progressSecond').fadeTo('normal', 1, callback);
  459. }
  460. });
  461. $('#A_invest_wph').on('mouseover', function(e) {
  462. $("#progressSecondImg").removeClass('shun');
  463. $("#progressSecondImg").addClass('wph');
  464. $("#progressSecondImg").attr('src', 'http://yun-image.elab-plus.com/images/Bitmap@2x9.png');
  465. $("#progressSecondText").text('唯品会信息科技有限公司(VIPS)成立于2008年8月,2012年在美国纽约证券交易所(NYSE)上市。目前已成为中国第三大电商。');
  466. $("#progressSecondText").attr("style", "width:60%;");
  467. $("#progressSecond").fadeTo('normal', 1);
  468. if(!isAInAnimation) {
  469. isAInAnimation = true;
  470. $("#progressSecond").fadeTo('normal', 1, callback);
  471. }
  472. });
  473. $('#A_invest_shun').on('mouseout', function(e) {
  474. if(!isAInAnimation)
  475. $('#progressSecond').fadeTo('normal', 0, callback);
  476. });
  477. $('#A_invest_wph').on('mouseout', function(e) {
  478. if(!isAInAnimation)
  479. $('#progressSecond').fadeTo('normal', 0, callback);
  480. });
  481. var isAplusInAnimation = false;
  482. $('#A_plus_invest_shun').on('mouseover', function(e) {
  483. $("#progressFirstImg").removeClass('wph');
  484. $("#progressFirstImg").addClass('shun');
  485. $("#progressFirstImg").attr('src', 'http://yun-image.elab-plus.com/images/Bitmap@2x.png');
  486. $("#progressFirstText").text('顺为资本由雷军和许达来先生联合创立,重点关注互联网,高科技行业以及互联网与传统行业结合所带来的变革。已主导投资了超百家创业公司。');
  487. $("#progressFirstText").attr("style", "width:80%;");
  488. $("#progressFirst").fadeTo('normal', 1);
  489. if(!isAplusInAnimation) {
  490. isAplusInAnimation = true;
  491. $("#progressFirst").fadeTo('normal', 1, callback);
  492. }
  493. });
  494. $('#A_plus_invest_wph').on('mouseover', function(e) {
  495. $("#progressFirstImg").removeClass('shun');
  496. $("#progressFirstImg").addClass('wph');
  497. $("#progressFirstImg").attr('src', 'http://yun-image.elab-plus.com/images/Bitmap@2x9.png');
  498. $("#progressFirstText").text('唯品会信息科技有限公司(VIPS)成立于2008年8月,2012年在美国纽约证券交易所(NYSE)上市。目前已成为中国第三大电商。');
  499. $("#progressFirstText").attr("style", "width:60%");
  500. $("#progressFirst").fadeTo('normal', 1);
  501. if(!isAplusInAnimation) {
  502. isAplusInAnimation = true;
  503. $("#progressFirst").fadeTo('normal', 1, callback);
  504. }
  505. });
  506. $('#A_plus_invest_shun').on('mouseout', function(e) {
  507. if(!isAplusInAnimation)
  508. $("#progressFirst").fadeTo('normal', 0, callback);
  509. });
  510. $('#A_plus_invest_wph').on('mouseout', function(e) {
  511. if(!isAplusInAnimation)
  512. $("#progressFirst").fadeTo('normal', 0, callback);
  513. });
  514. $('#video_btn_ted').on('click', function(){
  515. layer.open({
  516. type: 1,
  517. title: false,
  518. shade:0.6,
  519. closeBtn: 0,
  520. area:['400px', '300px'],
  521. shadeClose: true,
  522. content: $('#video_ted')
  523. });
  524. });
  525. $('#video_btn_join').on('click', function(){
  526. layer.open({
  527. type: 1,
  528. title: false,
  529. shade:0.6,
  530. closeBtn: 0,
  531. area:['400px', '300px'],
  532. shadeClose: true,
  533. content: $('#video_join')
  534. });
  535. });
  536. });
  537. window.onresize = function(){
  538. $_w = $(top).width()*0.9;
  539. //alert($_w);
  540. $(".swiper").width($_w+"px");
  541. var sindex = myswiper.realIndex;
  542. console.log("the licheng slider sindex is: "+sindex);
  543. myswiper = new Swiper('.swiper', {
  544. initialSlide: sindex,
  545. pagination: '.span',
  546. paginationClickable: true,
  547. autoplay: 3000,
  548. speed: 800,
  549. loop: true
  550. });
  551. }
  552. function startWow() {
  553. //start wow
  554. var wow = new WOW({
  555. boxClass: 'wow',
  556. animateClass: 'animated',
  557. offset: 0,
  558. mobile: true,
  559. live: true
  560. });
  561. wow.init();
  562. }
  563. function subShowJoin() {
  564. parent.showCareers();
  565. }
  566. function innerShowPro() {
  567. parent.showProjects();
  568. }
  569. function showTimeMore() {
  570. var $_class = $(".hideTimeLine").attr('class');
  571. if($_class.indexOf("show") > -1) {
  572. $("#btnShowTimeMore").text("查看更多");
  573. } else {
  574. $("#btnShowTimeMore").text("返 回");
  575. }
  576. $(".hideTimeLine").toggleClass("show").slideToggle(2000);
  577. }
  578. function linkToInner(url) {
  579. $('html body').fadeOut(500);
  580. setTimeout(function() {
  581. self.location.href = url + "?v=" + Math.random();
  582. }, 500);
  583. }
  584. </script>
  585. </html>