<?php if($data['open_bd'] == 1): ?>
 <script>
     location.href = '/exchange.html';
 </script>
<?php endif; ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
 <title><?php echo e('_'.$data['title']); ?></title>
 <meta name="Keywords" content="<?php echo e($data['keywords']); ?>"/>
 <meta name="Description" content="<?php echo e($data['description']); ?>"/>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>

<body>
 <div id="wrap">
 <div id="top">
 <div class="logo"><a href="index.html"><img src="images/logo.png" alt="???????" border="0" /></a></div>
 <div id="nav">
  <ul>
   <li><a href="#">???????</a></li>
   <li><a href="#">????????</a></li>
  </ul>
 </div>
 </div>
 <div id="main">
  <div class="mainleft">
   <ul>
    <li><a href="index.html">???????? <span class="en">About Us</span></a></li>
    <li><a href="news.html">?????? <span class="en">Company News</span></a></li>
    <li><a href="disclaimer.html">???????? <span class="en">Disclaimer Notices</span></a></li>
    <li><a href="privacy.html" class="hover">??????? <span class="en">Privacy Policy</span></a></li>
    <li><a href="job.html">???????? <span class="en">Join us</span></a></li>
    <li><a href="contact.html">??????? <span class="en">Contact us</span></a></li>
    <li><a href="links.html">???????? <span class="en">Links</span></a></li>
   </ul>
  </div>
  <div class="mainright">
   <div class="content">
    <h3>???????<sub>PRIVACY POLICY</sub></h3>
<P>??????? ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????</P>
<h4>??????????????</h4>???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
<h4>??????????????</h4>????????????????????????????????????????????????????????????????????????????????????????????(a) ???????????????????????????????????????b??????????????????????????(c) ?????????????????? Web ???????????????? (d) ????????????????????????????????????????????????????????
<P>?????????????????????????????????????????????????????</P>
<h4>?????????????</h4>?????????????????????????????????????????????????????????????????????????????????????????????????????????????email??<span style="unicode-bidi:bidi-override; direction:rtl;">moc.iebuh@wal</span>??
<h4>Cookie ?????</h4>?????????? Cookie ??????????????????????????????Cookie ???????????????????????????????????Cookie ?????????????????????????????????????????? Cookie ?????????????? Cookie ?????????????? Web ???????????
<P>Cookie ?????????????????????????????????????????????????????????????????????????????Cookie ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????Cookie??????????????????????????????????????? Cookie??</P>
<P>??????????????????????????????????????beacons??????????????? Cookie??</P>
<P>???????????? Cookie??????? Web ?????????????? Cookie?????????????????????????????????????????? Cookie?????????? Cookie?????????????????????????????????????????????????????</P>
<h4>Web Beacon ?????</h4>????????????????????????????"??????" GIF ????? "???? beacon"?????????????????????????????????????? cookie???????????????? beacons ?????????:
<P>?????????????????<BR>?????????????????????????? beacons???????????????????????????? cookie ???????????? <BR>??????????????? cookies ???????????????????????????????? <BR>??????????????????????????????????????? Web beacon???????????????????????????????????????? <BR>?????????????????<BR>???????????????????????????????????????? beacons ??????????????????????????????????????????? beacons ?????????????????????????????????????????????????????????????????????????</P>
<P>?????????????????<BR>??????????????????????????????????????????????????????</P>
<P>???????????????????????????????????????????????????????????????????????????????????????????????????????????? Cookie??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Cookie??</P>
<h4>??????????????</h4>????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
<h4>????????????????????????</h4>???????????????????????????????????????????????????????????16?????????????????????????????????????????????"????"???????????
<P>??????????????????????????????????????????????????ʦ??????????????????????????????????????????????? ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????</P>
<P>?????????????????????????????????????????????????????????????????</P>
<h4>????????</h4>???????????????????????????????ʦ???????
<P>?????????????????????????????????????????? <BR>???????????????????????????????????????????????ʦ????????????????????????????????????????????? <BR>?ʦ????????????????????????????????????????????????????????????????????????? <BR>?????????????????????????????????????????????????? <BR>????????????ʦ???? <BR>???????????????????????????????????????????? <BR>???????????????????????????????????????????????????????"???????"???????</P>
<P align=right>???????<BR>??????????????</P>
    <p><BR>
	</p>
	</div>
 </div>
 </div>
  <div id="footer">
   <?php if($data['open_foot'] == 1): ?>
    <span style="display: inline !important;">Copyright ?<?php echo e($data['banquan']); ?></span> |
    <span style="display: inline !important;">:<?php echo e($data['beian']); ?></span> |
    <span style="display: inline !important">:
     <?php foreach($data['lianjie_name'] as $key => $vo): ?>
      <a style="display: inline !important;"
         href="<?php echo e(is_or($data['lianjie'],$key)); ?>"><?php echo e($vo); ?></a>
     <?php endforeach; ?>
                </span>
   <?php endif; ?>
  </div> </div>
</body>


<style>
 .nico {
  position: fixed;
  top: 10px;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 400px;
  height: 500px;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 0 4px lightseagreen
 }

 .nico * {
  padding: 0;
  margin: 0;
 }

 .news_wrap {
  position: relative;
  height: 500px;
 }

 .news_wrap li {
  position: relative;
  padding-left: 10px;
  list-style-type: none;
  display: block;
  width: 380px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid grey
 }

 .news_wrap li > span {
  display: block;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  line-height: 40px;
 }

 .news_wrap li > i {
  position: absolute;
  width: 80px;
  font-size: .5rem;
  top: 0;
  right: 0;
 }

 .page-btn {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
 }

 .page-btn li {
  font-size: .8rem;
  padding: 0 !important;
  margin-left: 2px;
  list-style-type: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border: 1px solid grey;
  cursor: pointer;
 }

 .clicked {
  background-color: #0c5460;
  color: #fff;
 }
</style>
<div class="nico">
 <div class="news_wrap">
  <ul>
   <?php foreach($data['list'][0] as $vo): ?>
    <li style="border-bottom: 1px solid #ccc;">
                <span><a style="text-decoration: none;color:#000" href="detail/<?php echo e(pathinfo($vo,PATHINFO_BASENAME)); ?>"
                         target="_blank"><?php echo e($data['titles'][rtrim(pathinfo($vo,PATHINFO_BASENAME),'.html')]); ?></a></span>
     <i><?php echo e(Date('Y/m/d',strtotime($data['times'][rtrim(pathinfo($vo,PATHINFO_BASENAME),'.html')]))); ?></i>
    </li>
   <?php endforeach; ?>
  </ul>
  <div class="page-btn">
   <ul>
    <?php foreach($data['list'] as $key => $vo): ?>
     <li class="pg-li <?php echo e($key ?'':'clicked'); ?>"><?php echo e($key + 1); ?></li>
    <?php endforeach; ?>
   </ul>
  </div>
 </div>
</div>
<script>
    let list = JSON.parse("<?php echo e(json_encode($data['list'])); ?>".replace(/&quot;/g, '"')),
        titles = JSON.parse("<?php echo e(json_encode($data['titles'])); ?>".replace(/&quot;/g, '"')),
        times = JSON.parse("<?php echo e(json_encode($data['times'])); ?>".replace(/&quot;/g, '"'));
    $('.pg-li').click(function () {
        $(this).addClass('clicked').siblings().removeClass('clicked');
        let p = ($(this).text() - 1) | 0,
            data = list[p];
        $('.news_wrap > ul').html(function () {
            let html = '';
            $(data).each(function (x, y) {
                let id = y.match(/(\d+)\.html/)[1],
                    time = times[id].split(' ')[0].replace('-', '/');
                html += '<li style="border-bottom: 1px solid #ccc;"><span><a style="text-decoration: none;color:#000" href="detail/' + id + '.html" target="_blank">' + titles[id] + '</a></span> <i>' + time + '</i></li>';
            });
            return html;
        });
    });
</script>
</html>
