2021-05-03 03:06:33 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="<%= I18n.locale.to_s %>" class="orbit">
|
|
|
|
<head>
|
|
|
|
<%= render_partial("head") %>
|
|
|
|
</head>
|
|
|
|
<body class="page-home">
|
|
|
|
<%= render_orbit_bar %>
|
|
|
|
<%= render_header %>
|
|
|
|
<div class="layout-content">
|
|
|
|
<div class="mask"></div>
|
|
|
|
<section class="layout-slide no-print single-child-datapp" data-pp="300"></section>
|
|
|
|
|
|
|
|
<a id="accesskey_content" accesskey="C" href="/<%= "#{locale.to_s}" %>/accesskey" title="Content">:::</a>
|
|
|
|
<div data-pp="999" class="content_background"></div>
|
|
|
|
<div class="layout-content-inner container">
|
|
|
|
<section class="layout-content-box" data-pp="1"></section>
|
|
|
|
<div class="row">
|
|
|
|
<section class="layout-content-boxL">
|
2021-05-06 01:22:42 +00:00
|
|
|
<section class="content-boxL1">
|
|
|
|
<div class="single-child-datapp" data-pp="2"></div>
|
|
|
|
<div class="single-child-datapp L11" data-pp="11"></div>
|
2021-05-06 02:44:15 +00:00
|
|
|
<div class=" L11" data-pp="24"></div>
|
2021-05-06 01:22:42 +00:00
|
|
|
</section>
|
|
|
|
<section class="content-boxL2">
|
|
|
|
<div class="single-child-datapp" data-pp="5"></div>
|
|
|
|
<div class="single-child-datapp L22" data-pp="12"></div>
|
|
|
|
<div class="single-child-datapp L22" data-pp="22"></div>
|
2021-05-06 02:44:15 +00:00
|
|
|
<div class="L22" data-pp="25"></div>
|
2021-05-06 01:22:42 +00:00
|
|
|
</section>
|
|
|
|
<section class="content-boxL3">
|
|
|
|
<div class="single-child-datapp" data-pp="6"></div>
|
|
|
|
<div class="single-child-datapp L33" data-pp="13"></div>
|
2021-05-06 02:44:15 +00:00
|
|
|
<div class=" L33" data-pp="23"></div>
|
2021-05-06 01:22:42 +00:00
|
|
|
</section>
|
|
|
|
<section class="content-boxB row">
|
|
|
|
<section class="col-md-4" data-pp="19"></section>
|
|
|
|
<section class="col-md-4" data-pp="20"></section>
|
|
|
|
<section class="col-md-4" data-pp="21"></section>
|
|
|
|
</section>
|
|
|
|
<section class="content-boxB">
|
|
|
|
<section class="boxB-menu single-child-datapp" data-pp="7"></section>
|
|
|
|
<section class="boxB-info1 B_news single-child-datapp" data-pp="8"></section>
|
|
|
|
<section class="boxB-info2 B_news single-child-datapp" data-pp="9"></section>
|
|
|
|
<section class="boxB-info3 B_news" data-pp="10"></section>
|
|
|
|
</section>
|
|
|
|
<div class="row">
|
|
|
|
<section class="col-md-3" data-pp="14"></section>
|
|
|
|
<section class="col-md-3" data-pp="15"></section>
|
|
|
|
<section class="col-md-3" data-pp="16"></section>
|
|
|
|
<section class="col-md-3" data-pp="17"></section>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<section class="col-md-12" data-pp="18"></section>
|
|
|
|
<aside class="layout-content-boxR2" data-pp="3">
|
|
|
|
</div>
|
2021-05-03 03:06:33 +00:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-06-15 09:53:01 +00:00
|
|
|
<div class="black-screen">
|
|
|
|
<div class="content">
|
|
|
|
<div data-pp='1000'></div>
|
2021-06-29 02:11:10 +00:00
|
|
|
<a href='javascript:;' class="close-btn" title="Close">
|
|
|
|
<i class="fa fa-times"></i><span style="display: none;">Close</span>
|
2021-06-15 09:53:01 +00:00
|
|
|
</a >
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-05-03 03:06:33 +00:00
|
|
|
<%= render_footer %>
|
|
|
|
</body>
|
|
|
|
</html>
|