index.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="keywords" content="{pboot:pagekeywords}">
  7. <meta name="description" content="{pboot:pagedescription}">
  8. <link rel="stylesheet" type="text/css" href="{pboot:sitetplpath}/statics/css/lib.css">
  9. <link rel="stylesheet" type="text/css" href="{pboot:sitetplpath}/statics/css/style.css">
  10. <link rel="stylesheet" type="text/css" href="{pboot:sitetplpath}/statics/css/1362.css">
  11. <script type="text/javascript" src="{pboot:sitetplpath}/statics/js/jquery-1.11.3.min.js"></script>
  12. <script type="text/javascript" src="{pboot:sitetplpath}/statics/js/org1480746227.js" data-main="indexMain"></script>
  13. <title>{pboot:pagetitle}</title>
  14. </head>
  15. <body>
  16. <div id="top">
  17. <div class="con">
  18. <div class="left">
  19. <div class="tel">
  20. <img src="{pboot:sitetplpath}/statics/images/toptel.png" alt="">
  21. <div>{pboot:companymobile}</div>
  22. </div>
  23. <div class="email">
  24. <img src="{pboot:sitetplpath}/statics/images/topemail.png" alt="">
  25. <div>{pboot:companyemail}</div>
  26. </div>
  27. </div>
  28. <div class="right">
  29. <div class="select-con">
  30. <div class="selected" id="langSlected">
  31. <img src="{pboot:sitetplpath}/statics/images/english-lang.png" alt="">
  32. <a class="value" href="{pboot:lgpath}&lg=en">ENGLISH</a>
  33. <i class="fa fa-angle-down"></i>
  34. <div class="dataList">
  35. <div class="option">
  36. <img src="{pboot:sitetplpath}/statics/images/english-lang.png" alt="">
  37. <a class="value" href="{pboot:lgpath}&lg=es">xibanya</a>
  38. </div>
  39. <div class="option">
  40. <img src="{pboot:sitetplpath}/statics/images/english-lang.png" alt="">
  41. <a class="value" href="{pboot:lgpath}&lg=en">ENGLISH</a>
  42. </div>
  43. </div>
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. <div id="fixedRight">
  50. <div class="fixed-item">
  51. <img src="{pboot:sitetplpath}/statics/images/messageRight.png" alt="">
  52. <div class="val">MESSAGE</div>
  53. </div>
  54. <div class="fixed-item">
  55. <img src="{pboot:sitetplpath}/statics/images/emailRight.png" alt="">
  56. <div class="val">E-MAIL</div>
  57. </div>
  58. <div class="fixed-item">
  59. <img src="{pboot:sitetplpath}/statics/images/rightTel.png" alt="">
  60. <div class="val">PHONE</div>
  61. </div>
  62. </div>
  63. <div id="header" class="index_nav">
  64. <div class="content">
  65. <a href="index.html" id="logo"><img src="{pboot:sitetplpath}/statics/images/logo.png" height="40" /></a>
  66. <ul id="nav">
  67. <li class="navitem">
  68. <a class="nav-a active " href="index.html" target="_self"><span data-title="HOME">HOME</span></a>
  69. </li>
  70. <li class="navitem">
  71. <a class="nav-a " href="product.html" target="_self"><span data-title="Product">Product</span></a>
  72. </li>
  73. <li class="navitem">
  74. <a class="nav-a " href="about.html" target=""><span data-title="About Us">About Us</span><i class="fa fa-angle-down"></i></a>
  75. <ul class="subnav">
  76. <li>
  77. <a href="about.html" target="_self"><span data-title="About Us">About Us</span><i class="fa fa-angle-right"></i></a>
  78. </li>
  79. </ul>
  80. </li>
  81. <li class="navitem">
  82. <a class="nav-a " href="services.html" target="_self"><span data-title="News">News</span></a>
  83. </li>
  84. <li class="navitem">
  85. <a class="nav-a " href="team.html" target="_self"><span data-title="Application">Application</span></a>
  86. </li>
  87. <li class="navitem">
  88. <a class="nav-a " href="contact.html" target="_self"><span data-title="Contact Us">Contact Us</span></a>
  89. </li>
  90. </ul>
  91. <div class="clear"></div>
  92. </div>
  93. <a id="headSHBtn" href="javascript:;"><i class="fa fa-bars"></i></a>
  94. </div>
  95. <div id="sitecontent">
  96. <div id="indexPage">
  97. <div id="mslider" class="module">
  98. <script type="text/javascript">
  99. $(function() {
  100. $("#mslider li video").each(function(index, element) {
  101. element.play();
  102. });
  103. })
  104. </script>
  105. <ul class="slider" data-options-height="875" data-options-auto="0" data-options-mode="0" data-options-pause="4" data-options-ease="ease-out">
  106. <!--banner-->
  107. {pboot:slide gid=2 num=6}
  108. <li style="background-image:url([slide:src])" class="active">
  109. <div id="tempImage_[list:n]"></div><img style="display:none" src="[slide:src]" alt="[slide:title]" />
  110. <div class="mask"></div>
  111. <a target="_blank">
  112. <div>
  113. <p class="title ellipsis"></p>
  114. </div>
  115. <div class="sliderArrow fa fa-angle-down"></div>
  116. </a>
  117. </li>
  118. {/pboot:slide}
  119. </ul>
  120. </div>
  121. <div id="mindex" data-options-ease="Expo.easeInOut" data-options-speed="1" data-options-sscreen="0"></div>
  122. <div id="madvantage" class="module">
  123. <div class="bgmask"></div>
  124. <div class="content layoutnone">
  125. <div class="header wow">
  126. <p class="title">OUR ADVANTAGE</p>
  127. <p class="subtitle"></p>
  128. </div>
  129. <div class="module-content" id="advantagelist">
  130. <div class="advantageitem">
  131. <img class="icon" src={pboot:sitetplpath}/statics/images/employees.png" alt="">
  132. <div class="num">1700<div class="plus">+</div></div>
  133. <div class="info">EMPLOYEES</div>
  134. </div>
  135. <div class="advantageitem">
  136. <img class="icon" src={pboot:sitetplpath}/statics/images/patent.png" alt="">
  137. <div class="num">157</div>
  138. <div class="info">ITEMS PATENT</div>
  139. </div>
  140. <div class="advantageitem">
  141. <img class="icon" src={pboot:sitetplpath}/statics/images/certifications.png" alt="">
  142. <div class="num">72</div>
  143. <div class="info">CERTIFICATIONS</div>
  144. </div>
  145. </div>
  146. </div>
  147. </div>
  148. <div id="mproject" class="module">
  149. <div class="bgmask"></div>
  150. <div class="content layoutnone">
  151. <div class="header wow">
  152. <p class="title">PRODUCT</p>
  153. <p class="subtitle"></p>
  154. </div>
  155. <div id="category" class="hide wow">
  156. <a href="#">Cryogenic Equipment</a>
  157. <a href="#">High Pressure Equipment</a>
  158. <a href="#">Integrated Equipment</a>
  159. </div>
  160. <!--yyLayout masonry-->
  161. <div class="module-content" id="projectlist">
  162. <div class="projectSubList" id="projectSubList_">
  163. <div class="projectSubHeader">
  164. <p class="title"></p>
  165. <p class="subtitle"></p>
  166. </div>
  167. <div class="wrapper">
  168. <ul class="content_list" data-options-sliders="3" data-options-margin="15" data-options-ease="1" data-options-speed="1">
  169. <li id="projectitem_0" class="projectitem wow">
  170. <a href="#" class="projectitem_content" target="_blank">
  171. <div class="projectitem_wrapper">
  172. <div class="project_img"><img src="{pboot:sitetplpath}/statics/images/product1.png" alt="CRYOGENIC LNG CYLINDER" width="380" height="173" /></div>
  173. <div class="project_info">
  174. <div>
  175. <p class="title">CRYOGENIC LNG CYLINDER</p>
  176. <p class="description hide">Cyogenic LNG cylinders need short filling time, large-caliber product design, short filling time, no need to wait for a long time any more.</p>
  177. </div>
  178. </div>
  179. </div>
  180. </a>
  181. </li>
  182. <li id="projectitem_1" class="projectitem wow">
  183. <a href="#" class="projectitem_content" target="_blank">
  184. <div class="projectitem_wrapper">
  185. <div class="project_img"><img src="{pboot:sitetplpath}/statics/images/product2.png" alt="VEHICLE CNG CYLINDER" width="380" height="173" /></div>
  186. <div class="project_info">
  187. <div>
  188. <p class="title">VEHICLE CNG CYLINDER</p>
  189. <p class="description hide">Vehicle CNG cylinder made in auyan has Long life, excellent anti-fatigue performance, the fatigue life can reach more than 45,000 times.</p>
  190. </div>
  191. </div>
  192. </div>
  193. </a>
  194. </li>
  195. <li id="projectitem_2" class="projectitem wow">
  196. <a href="#" class="projectitem_content" target="_blank">
  197. <div class="projectitem_wrapper">
  198. <div class="project_img"><img src="{pboot:sitetplpath}/statics/images/product3.png" alt="HYDROGEN CYLINDER" width="380" height="173" /></div>
  199. <div class="project_info">
  200. <div>
  201. <p class="title">HYDROGEN CYLINDER</p>
  202. <p class="description hide">Good thermal insulation performance: high vacuum insulation technology is adopted, the static evaporation rate is low, and the non-destructive</p>
  203. </div>
  204. </div>
  205. </div>
  206. </a>
  207. </li>
  208. <li id="projectitem_3" class="projectitem wow">
  209. <a href="#" class="projectitem_content" target="_blank">
  210. <div class="projectitem_wrapper">
  211. <div class="project_img"><img src="{pboot:sitetplpath}/statics/images/product4.png" alt="HYDROGEN SUPPLY SYSTEM" width="380" height="173" /></div>
  212. <div class="project_info">
  213. <div>
  214. <p class="title">HYDROGEN SUPPLY SYSTEM</p>
  215. <p class="description hide">The Auyan hydrogen system adopts a lightweight and modular design, and is mainly composed of a hydrogen storage system, a hydrogen</p>
  216. </div>
  217. </div>
  218. </div>
  219. </a>
  220. </li>
  221. <li id="projectitem_4" class="projectitem wow">
  222. <a href="#" class="projectitem_content" target="_blank">
  223. <div class="projectitem_wrapper">
  224. <div class="project_img"><img src="{pboot:sitetplpath}/statics/images/product5.png" alt="GAS SUPPLY SYSTEM" width="380" height="173" /></div>
  225. <div class="project_info">
  226. <div>
  227. <p class="title">GAS SUPPLY SYSTEM</p>
  228. <p class="description hide">LNG vehicle-mounted intelligent gas supply system is widely used in medium and heavy-duty trucks, bus passenger vehicles and construction</p>
  229. </div>
  230. </div>
  231. </div>
  232. </a>
  233. </li>
  234. <li id="projectitem_5" class="projectitem wow">
  235. <a href="#" class="projectitem_content" target="_blank">
  236. <div class="projectitem_wrapper">
  237. <div class="project_img"><img src="{pboot:sitetplpath}/statics/images/product6.png" alt="GAS STATION" width="380" height="173" /></div>
  238. <div class="project_info">
  239. <div>
  240. <p class="title">GAS STATION</p>
  241. <p class="description hide">With more than ten years of experience in the design, production and manufacture of compressed gas products, the quality management system</p>
  242. </div>
  243. </div>
  244. </div>
  245. </a>
  246. </li>
  247. </ul>
  248. </div>
  249. <!--wrapper-->
  250. </div>
  251. <!--projectSubList-->
  252. <a href="#project/" class="more wow">Learn More<i class="fa fa-angle-right"></i></a>
  253. </div>
  254. <!--projectlist-->
  255. <div class="clear"></div>
  256. </div>
  257. </div>
  258. <!--project-->
  259. <div id="mpage" class="module bgShow" style="background-image:url({pboot:sitetplpath}/statics/images/aboutusbg.png);background-size: 100% 100%;">
  260. <div class="bgmask"></div>
  261. <div class="content">
  262. <div class="module-content">
  263. <div class="header wow">
  264. <p class="title">ABOUT US</p>
  265. <p class="subtitle"></p>
  266. </div>
  267. <div class="aboutcontent">
  268. <p class="info">Established in June 2011, located in Weifang City, Shandong Province, Shandong AUYAN New Energy Technology Co., Ltd. is an innovative enterprise specialized in manufacturing cryogenic equipment and providing technical service.</p>
  269. <p class="info">AUYAN is one of the leaders in the Chinese new energy industry. The main products are industrial welded insulated cylinders, hydrogen cylinders, vehicles, intelligent LNG cylinders, LNG supplying systems, filling stations, and gas stations.</p>
  270. <p class="info">Abides by the core values of "Respect, Unity, Integrity, Innovation" and takes "building the company to be a happiness platform with all staff, to create, share and realize the ideal of life, And contributing to social development and human progress'' for the mission, AUYAN continues breaking through and innovating, insists on sustainable development, determines to become the leader in global new energy revolutionary.</p>
  271. </div>
  272. </div>
  273. <a href="#project/" class="more wow">Learn More<i class="fa fa-angle-right"></i></a>
  274. </div>
  275. </div>
  276. <div id="mnews" class="module">
  277. <div class="bgmask"></div>
  278. <div class="content layoutnone">
  279. <div class="header wow">
  280. <p class="title">NEWS</p>
  281. <p class="subtitle"></p>
  282. </div>
  283. <div class="module-content" id="newslist">
  284. <div class="wrapper">
  285. <ul class="content_list" data-options-sliders="3" data-options-margin="40" data-options-ease="1" data-options-speed="0.5" data-options-mode="horizontal" data-options-wheel="0">
  286. <li id="newsitem_0" class="wow newstitem left">
  287. <a class="newscontent" target="_blank" href="#">
  288. <div class="news_wrapper">
  289. <div class="newsbody">
  290. <p class="title">How to choose an LNG cylinder?</p>
  291. <div class="separator"></div>
  292. <p class="description">In the era of clean transportation energy, more and more users have chosen the effect of converting natural gas into combustible CNG ...</p>
  293. </div>
  294. </div>
  295. <div class="newsimg" style="background-image:url({pboot:sitetplpath}/statics/images/news1.png)"></div>
  296. </a>
  297. <a href="#" target="_blank" class="details">more<i class="fa fa-angle-right"></i></a>
  298. </li>
  299. <li id="newsitem_1" class="wow newstitem right">
  300. <a class="newscontent" target="_blank" href="#">
  301. <div class="news_wrapper">
  302. <div class="newsbody">
  303. <p class="title">LNG vehicle-mounted gas cylinder struc</p>
  304. <div class="separator"></div>
  305. <p class="description">The lng vehicle-mounted gas cylinder is fully assembled and can be divided into 7 main parts: inner container, outer shell, insulation</p>
  306. </div>
  307. </div>
  308. <div class="newsimg" style="background-image:url({pboot:sitetplpath}/statics/images/news1.png)"></div>
  309. </a>
  310. <a href="#" target="_blank" class="details">more<i class="fa fa-angle-right"></i></a>
  311. </li>
  312. <li id="newsitem_2" class="wow newstitem left">
  313. <a class="newscontent" target="_blank" href="#news/post/8621/">
  314. <div class="news_wrapper">
  315. <div class="newsbody">
  316. <p class="title">How to choose an LNG cylinder?</p>
  317. <div class="separator"></div>
  318. <p class="description">In the era of clean transportation energy, more and more users have chosen the effect of converting natural gas into combustible CNG ...</p>
  319. </div>
  320. </div>
  321. <div class="newsimg" style="background-image:url({pboot:sitetplpath}/statics/images/news1.png)"></div>
  322. </a>
  323. <a href="#news/post/8621/" target="_blank" class="details">more<i class="fa fa-angle-right"></i></a>
  324. </li>
  325. <li id="newsitem_3" class="wow newstitem right">
  326. <a class="newscontent" target="_blank" href="#news/post/8620/">
  327. <div class="news_wrapper">
  328. <div class="newsbody">
  329. <p class="title">LNG vehicle-mounted gas cylinder struc</p>
  330. <div class="separator"></div>
  331. <p class="description">The lng vehicle-mounted gas cylinder is fully assembled and can be divided into 7 main parts: inner container, outer shell, insulation </p>
  332. </div>
  333. </div>
  334. <div class="newsimg" style="background-image:url({pboot:sitetplpath}/statics/images/news1.png)"></div>
  335. </a>
  336. <a href="#news/post/8620/" target="_blank" class="details">more<i class="fa fa-angle-right"></i></a>
  337. </li>
  338. </ul>
  339. </div>
  340. </div>
  341. <div class="clear"></div>
  342. <a href="#project/" class="more wow">Learn More<i class="fa fa-angle-right"></i></a>
  343. <div style="height:0">&nbsp;</div>
  344. </div>
  345. </div>
  346. <div id="mcontact" class="module">
  347. <div class="content">
  348. <div id="contactform" class="fr wow" data-wow-delay=".2s">
  349. <div class="firm-info">
  350. <div class="bottom-logo">
  351. <img src="{pboot:sitetplpath}/statics/images/bottomlogo.png" alt="">
  352. </div>
  353. <div class="info email">{pboot:companyemail}</div>
  354. <div class="info tel">Telephone: {pboot:companymobile}</div>
  355. <div class="info address">{pboot:companyaddress}</div>
  356. <div class="link">
  357. <div class="icon-item">
  358. <img src="{pboot:sitetplpath}/statics/images/link/facebook.png" alt="">
  359. </div>
  360. <div class="icon-item">
  361. <img src="{pboot:sitetplpath}/statics/images/link/twitter.png" alt="">
  362. </div>
  363. <div class="icon-item">
  364. <img src="{pboot:sitetplpath}/statics/images/link/linkedin.png" alt="">
  365. </div>
  366. <div class="icon-item">
  367. <img src="{pboot:sitetplpath}/statics/images/link/instagram-fill.png" alt="">
  368. </div>
  369. <div class="icon-item">
  370. <img src="{pboot:sitetplpath}/statics/images/link/Youtube-fill.png" alt="">
  371. </div>
  372. <div class="icon-item">
  373. <img src="{pboot:sitetplpath}/statics/images/link/blogger.png" alt="">
  374. </div>
  375. <div class="icon-item">
  376. <img src="{pboot:sitetplpath}/statics/images/link/icon-pinterest.png" alt="">
  377. </div>
  378. </div>
  379. </div>
  380. <div class="nav">
  381. <div class="navtitle">Navigation</div>
  382. <div class="navcon">
  383. <div class="navitem">
  384. <a href="">Home</a>
  385. </div>
  386. <div class="navitem">
  387. <a href="">Product</a>
  388. </div>
  389. <div class="navitem">
  390. <a href="">About us</a>
  391. </div>
  392. <div class="navitem">
  393. <a href="">News</a>
  394. </div>
  395. <div class="navitem">
  396. <a href="">Application</a>
  397. </div>
  398. <div class="navitem">
  399. <a href="">Contact us</a>
  400. </div>
  401. </div>
  402. </div>
  403. <div class="products">
  404. <div class="productstitle">Products Item</div>
  405. <div class="productscon">
  406. <div class="productsitem">
  407. <a href="">Cryogenlc LNG Cyllnder</a>
  408. </div>
  409. <div class="productsitem">
  410. <a href="">Vehlcle CNG Cyllnder</a>
  411. </div>
  412. <div class="productsitem">
  413. <a href="">Hydrogen Cyllnder</a>
  414. </div>
  415. <div class="productsitem">
  416. <a href="">Hydrogen Supply System</a>
  417. </div>
  418. <div class="productsitem">
  419. <a href="">Gas Supply System</a>
  420. </div>
  421. <div class="productsitem">
  422. <a href="">Gas Station</a>
  423. </div>
  424. </div>
  425. </div>
  426. <div class="message">
  427. <div class="messagetitle">Inquiry Message</div>
  428. <div class="messagecon">
  429. <form action="#" method="post">
  430. <input type="text" class="inputtxt email" name="email" placeholder="Enter your e-mail" autocomplete="off" />
  431. <textarea class="texttxt cont" name="message" placeholder="Enter your message" autocomplete="off"></textarea>
  432. <input class="inputsubmit" type="submit" value="Send" />
  433. </form>
  434. </div>
  435. </div>
  436. </div>
  437. </div>
  438. </div>
  439. </div>
  440. </body>
  441. <script type="text/javascript" src="{pboot:sitetplpath}/statics/js/self.js" data-main="indexMain"></script>
  442. </html>