<?php /*a:4:{s:73:"E:\phpstudy_pro\WWW\data\hkcms\template\index\ygxqt_tyqy\index\index.html";i:1757640165;s:73:"E:\phpstudy_pro\WWW\data\hkcms\template\index\ygxqt_tyqy\common\head.html";i:1666072802;s:73:"E:\phpstudy_pro\WWW\data\hkcms\template\index\ygxqt_tyqy\common\menu.html";i:1666078154;s:75:"E:\phpstudy_pro\WWW\data\hkcms\template\index\ygxqt_tyqy\common\footer.html";i:1666073840;}*/ ?>
<!DOCTYPE html>
<html lang="zh-cn">
<head>
	<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<?php
$__SEO__ = "<title>".(empty($seo_title)?$site["home_title"]:$seo_title)."</title>\r\n";$__SEO__ .= "<meta name=\"keywords\" content=\"".(empty($seo_keywords)?$site["keyword"]:$seo_keywords)."\">\r\n";$__SEO__ .= "<meta name=\"description\" content=\"".(empty($seo_desc)?$site["description"]:$seo_desc)."\">";echo $__SEO__;
 ?>
<meta name="applicable-device"content="pc,mobile">
<link href="/static/module/index/ygxqt_tyqy/css/bootstrap.css" rel="stylesheet">
<link href="/static/module/index/ygxqt_tyqy/css/bxslider.css" rel="stylesheet">
<link href="/static/module/index/ygxqt_tyqy/css/style.css" rel="stylesheet">
<script src="/static/module/index/ygxqt_tyqy/js/jquery.min.js"></script>
<script src="/static/module/index/ygxqt_tyqy/js/bxslider.min.js"></script>
<script src="/static/module/index/ygxqt_tyqy/js/common.js"></script>
<script src="/static/module/index/ygxqt_tyqy/js/bootstrap.js"></script>
</head>
<body>
<header>
    <div class="container">
        <div class="row">
            <div class="col-xs-12 col-sm-9 col-md-9">
                <a href="/" title="<?php echo $site['title']; ?>"><img src="<?php echo $site['logo']; ?>" class="logo" alt="<?php echo $site['title']; ?>"/></a>
            </div>
            <div id="topsearch" class="col-xs-12 col-sm-3 col-md-3">
                <form id="searchform" name="formsearch" action="<?php echo index_url('/search/index'); ?>" method="post">
                    <input type="hidden" name="kwtype" value="0" />
                    <div class="input-group search_group">
                        <input type="text" name="keyword" class="form-control input-sm" placeholder="<?php echo lang('Enter a keyword and press Enter to search'); ?>">
                        <span class="input-group-btn"> <button class="btn btn-sm mysearch_btn" type="submit"><?php echo lang('Search'); ?></button> </span>
                    </div>
                </form>
            </div>
        </div>
    </div>
    <nav class="navbar navbar-default navbar-static-top">
        <div class="container">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <span id="small_search" class="glyphicon glyphicon-search" aria-hidden="true"></span>
            </div>
            <div id="navbar" class="navbar-collapse collapse">
                <ul class="nav navbar-nav">
                    <?php
$__LISTS__ = (new \app\index\model\cms\Category)->getList(['type'=>'top','ismenu'=>'1','id'=>'item','currentstyle'=>'active','empty'=>'','where'=>'','istotal'=>'','key'=>'','mod'=>'','name'=>'']);
$__CateArr__ = !empty($Cate) ? get_category_parent($Cate["id"], true) : [];
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;$item["currentstyle"]=get_current($item, $__CateArr__, "active"); ?>
                    <li class="dropdown">
                        <a href="<?php echo $item['url']; ?>"><?php echo $item['title']; ?></a>
                        <?php if($item['has_child']): ?>
                        <a href="<?php echo $item['url']; ?>" id="app_menudown" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><span class="glyphicon glyphicon-menu-down btn-xs"></span></a>
                        <ul class="dropdown-menu nav_small" role="menu">
                            <?php
$__LISTS__ = (new \app\index\model\cms\Category)->getList(['name'=>$item['id'],'id'=>'son','type'=>'son','ismenu'=>'1','currentstyle'=>'active','empty'=>'','where'=>'','istotal'=>'','key'=>'','mod'=>'']);
$__CateArr__ = !empty($Cate) ? get_category_parent($Cate["id"], true) : [];
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$son): $mod = ($i % 2 );++$i;$son["currentstyle"]=get_current($son, $__CateArr__, "active"); ?>
                            <li><a href="<?php echo $son['url']; ?>"><?php echo $son['title']; ?></a></li>
                            <?php endforeach; endif; else: echo "" ;endif; ?>
                        </ul>
                        <?php endif; ?>
                    </li>
                    <?php endforeach; endif; else: echo "" ;endif; ?>
                    <li class="dropdown">
                        <?php
$__language__ = site("index_lang_on")==1?app()->make(\app\common\services\lang\LangService::class)->getSearchList(["status"=>1,"module"=>1]):[];

if((!empty($__language__))): if(is_array($__language__) || $__language__ instanceof \think\Collection || $__language__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__language__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;$item["key"] = $item["mark"]; $item["value"] = $item["title"]; $item["target_html"] = $item["target"]==1?"target=_blank":""; $currentstyle = $item["key"]=="zh-cn"?"active":""; if($currentstyle): ?>
                        <a href="<?php echo $item['url']; ?>"><?php echo $item['value']; ?></a>
                        <a href="<?php echo $item['url']; ?>" id="app_menudown" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><span class="glyphicon glyphicon-menu-down btn-xs"></span></a>
                        <?php endif; ?>
                        <?php endforeach; endif; else: echo "" ;endif; ?><?php endif; ?>
                        <ul class="dropdown-menu nav_small" role="menu">
                            <?php
$__language__ = site("index_lang_on")==1?app()->make(\app\common\services\lang\LangService::class)->getSearchList(["status"=>1,"module"=>1]):[];

if((!empty($__language__))): if(is_array($__language__) || $__language__ instanceof \think\Collection || $__language__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__language__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;$item["key"] = $item["mark"]; $item["value"] = $item["title"]; $item["target_html"] = $item["target"]==1?"target=_blank":""; $currentstyle = $item["key"]=="zh-cn"?"active":""; ?>
                            <li><a href="<?php echo $item['url']; ?>"><?php echo $item['value']; ?></a></li>
                            <?php endforeach; endif; else: echo "" ;endif; ?><?php endif; ?>
                        </ul>
                    </li>
                </ul>
            </div>
        </div>
    </nav>
    <div class="flash">
        <ul class="bxslider">
            <?php
$advcXhT8s = (new \app\index\model\cms\Recommend)->getList(['name'=>'home_banner','id'=>'item','empty'=>'','num'=>'','currentstyle'=>'active','current'=>1,'key'=>'','mod'=>'']);
if(!empty($advcXhT8s["banner"])): if(is_array($advcXhT8s['banner']) || $advcXhT8s['banner'] instanceof \think\Collection || $advcXhT8s['banner'] instanceof \think\Paginator): $i = 0; $__LIST__ = $advcXhT8s['banner'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;$item["currentstyle"] = $i=="1"?"active":""; if($advcXhT8s["recommend"]["type"]!=4): $item["target"] = $item["new_window"]==1?"target=_blank":""; ?><?php endif; $item["recommend"] = $advcXhT8s["recommend"]; ?>
            <li><a href="javascript:;"><img src="<?php echo $item['image']; ?>" /></a></li>
            <?php endforeach; endif; else: echo "" ;endif; else: ?><?php echo ""; ?><?php endif; ?>
        </ul>
    </div>
    <script type="text/javascript">
        $('.bxslider').bxSlider({
            adaptiveHeight: true,
            infiniteLoop: true,
            hideControlOnEnd: true,
            auto:true
        });
    </script>
</header>

<?php
$__LISTS__ = (new \app\index\model\cms\Category)->getList(['name'=>'7','id'=>'item','currentstyle'=>'active','empty'=>'','where'=>'','istotal'=>'','ismenu'=>'','key'=>'','mod'=>'']);
$__CateArr__ = !empty($Cate) ? get_category_parent($Cate["id"], true) : [];
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;$item["currentstyle"]=get_current($item, $__CateArr__, "active"); ?>
<div class="container">
	<div class="row">
		<div class="col-xs-12 col-sm-12 col-md-12">
			<div class="about_box">
				<h1 class="about_h1"><?php echo $item['title']; ?></h1>
				<?php
$__LISTS__=[];
$page_qbFpOsDV=null;
$__CONTENTTAG__ = ['catid'=>$item['id'],'id'=>'con','model'=>'','aid'=>'','aids'=>'','empty'=>'','where'=>'','page'=>0,'num'=>'10','field'=>'*','key'=>'','mod'=>'','insub'=>1,'filter'=>1,'tagid'=>''];
$__LISTS__ = (new \app\index\taglib\hkcms\TagContent())->switchController($__CONTENTTAG__, $page_qbFpOsDV,$Cate??"");
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$con): $mod = ($i % 2 );++$i;?>
				<section>
					<img align="left" src="<?php echo $con['thumb']; ?>" alt="<?php echo $item['title']; ?>">
					<p class="about_contents"><?php
$__SUBSTR__ = $con['description'];
if(isset($__SUBSTR__)):
  if(mb_strlen($__SUBSTR__)>7000):
      echo mb_substr($__SUBSTR__,0,7000)."....";
  else:      echo mb_substr($__SUBSTR__,0,7000);
  endif;endif;?></p>
					<a href="<?php echo $con['url']; ?>" class="about_more"><?php echo lang('View Details'); ?> &gt;&gt;</a>
				</section>
				<?php endforeach; endif; else: echo "" ;endif; ?>
			</div>
		</div>
	</div>
</div>
<?php endforeach; endif; else: echo "" ;endif; 
$__LISTS__ = (new \app\index\model\cms\Category)->getList(['name'=>'21','id'=>'item','currentstyle'=>'active','empty'=>'','where'=>'','istotal'=>'','ismenu'=>'','key'=>'','mod'=>'']);
$__CateArr__ = !empty($Cate) ? get_category_parent($Cate["id"], true) : [];
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;$item["currentstyle"]=get_current($item, $__CateArr__, "active"); ?>
<div class="container">
	<div class="row">
		<div class="col-xs-12 col-sm-12 col-md-12">
			<div class="index_product">
				<h1 class="about_h1"><?php echo $item['title']; ?></h1>
				<div class="product_list">
					<?php
$__LISTS__=[];
$page_JGy6Ltf2=null;
$__CONTENTTAG__ = ['catid'=>$item['id'],'num'=>'8','id'=>'con','model'=>'','aid'=>'','aids'=>'','empty'=>'','where'=>'','page'=>0,'field'=>'*','key'=>'','mod'=>'','insub'=>1,'filter'=>1,'tagid'=>''];
$__LISTS__ = (new \app\index\taglib\hkcms\TagContent())->switchController($__CONTENTTAG__, $page_JGy6Ltf2,$Cate??"");
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$con): $mod = ($i % 2 );++$i;?>
					<div class="col-sm-4 col-md-3 col-mm-6 product_img">
						<a href="<?php echo $con['url']; ?>"> <img src="<?php echo $con['thumb']; ?>" style="width: 261px;height: 202px;" class="opacity_img" alt="<?php echo $con['title']; ?>"> </a>
						<p class="product_title"><a href="<?php echo $con['url']; ?>" title="<?php echo $con['title']; ?>"><?php echo $con['title']; ?></a></p>
					</div>
					<?php endforeach; endif; else: echo "" ;endif; ?>
				</div>
			</div>
		</div>
	</div>
</div>
<?php endforeach; endif; else: echo "" ;endif; ?>
<div class="container">
	<div class="row">
		<?php
$__LISTS__ = (new \app\index\model\cms\Category)->getList(['name'=>'9','id'=>'item','currentstyle'=>'active','empty'=>'','where'=>'','istotal'=>'','ismenu'=>'','key'=>'','mod'=>'']);
$__CateArr__ = !empty($Cate) ? get_category_parent($Cate["id"], true) : [];
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;$item["currentstyle"]=get_current($item, $__CateArr__, "active"); ?>
		<div class="col-xs-12 col-sm-8 col-md-7">
			<div class="news_box">
				<h1 class="about_h1"><?php echo $item['title']; ?></h1>
				<ul class="index_news">
					<?php
$__LISTS__=[];
$page_L063tVXS=null;
$__CONTENTTAG__ = ['catid'=>$item['id'],'num'=>'5','id'=>'con','model'=>'','aid'=>'','aids'=>'','empty'=>'','where'=>'','page'=>0,'field'=>'*','key'=>'','mod'=>'','insub'=>1,'filter'=>1,'tagid'=>''];
$__LISTS__ = (new \app\index\taglib\hkcms\TagContent())->switchController($__CONTENTTAG__, $page_L063tVXS,$Cate??"");
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$con): $mod = ($i % 2 );++$i;?>
					<li><a href="<?php echo $con['url']; ?>" title="<?php echo $con['title']; ?>"><?php echo $con['title']; ?></a><span class='news_time'><?php
echo !isset($item['publish_time']) ? "":get_date_format(['name'=>$item['publish_time'],'format'=>'Y-m-d']);
?></span></li>
					<?php endforeach; endif; else: echo "" ;endif; ?>
				</ul>
			</div>
		</div>
		<?php endforeach; endif; else: echo "" ;endif; 
$__LISTS__ = (new \app\index\model\cms\Category)->getList(['name'=>'29','id'=>'item','currentstyle'=>'active','empty'=>'','where'=>'','istotal'=>'','ismenu'=>'','key'=>'','mod'=>'']);
$__CateArr__ = !empty($Cate) ? get_category_parent($Cate["id"], true) : [];
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;$item["currentstyle"]=get_current($item, $__CateArr__, "active"); ?>
		<div class="col-xs-12 col-sm-4 col-md-5">
			<div class="index_contact">
				<h1 class="about_h1"><?php echo $item['title']; ?></h1>
				<?php
$__LISTS__=[];
$page_rmRX6DDD=null;
$__CONTENTTAG__ = ['catid'=>$item['id'],'id'=>'con','model'=>'','aid'=>'','aids'=>'','empty'=>'','where'=>'','page'=>0,'num'=>'10','field'=>'*','key'=>'','mod'=>'','insub'=>1,'filter'=>1,'tagid'=>''];
$__LISTS__ = (new \app\index\taglib\hkcms\TagContent())->switchController($__CONTENTTAG__, $page_rmRX6DDD,$Cate??"");
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$con): $mod = ($i % 2 );++$i;?>
				<p style="padding-top:20px;"><?php echo $con['company']; ?></p>
				<p><?php echo lang('Telephone'); ?>：<?php echo $con['contact_info']; ?></p>
				<p><?php echo lang('Mail'); ?>：<?php echo $con['email']; ?></p>
				<p><?php echo lang('Address'); ?>：<?php echo $con['address']; ?></p>
				<?php endforeach; endif; else: echo "" ;endif; 
$__LISTS__ = (new \app\index\model\cms\Category)->getList(['name'=>'34','id'=>'c','currentstyle'=>'active','empty'=>'','where'=>'','istotal'=>'','ismenu'=>'','key'=>'','mod'=>'']);
$__CateArr__ = !empty($Cate) ? get_category_parent($Cate["id"], true) : [];
if(is_array($__LISTS__) || $__LISTS__ instanceof \think\Collection || $__LISTS__ instanceof \think\Paginator): $i = 0; $__LIST__ = $__LISTS__;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$c): $mod = ($i % 2 );++$i;$c["currentstyle"]=get_current($c, $__CateArr__, "active"); ?>
				<p><a href="<?php echo $c['url']; ?>" class="btn btn-primary"><?php echo $c['title']; ?></a></p>
				<?php endforeach; endif; else: echo "" ;endif; ?>
			</div>
		</div>
		<?php endforeach; endif; else: echo "" ;endif; ?>
	</div>
</div>
<footer>
    <div class="copyright">
        <p><span>Copyright &copy; <script>document.write(new Date().getFullYear())</script> <?php echo $site['title']; ?> All Rights Reserved </span></p>
        <p class="copyright_p"><span><a href="http://beian.miit.gov.cn" target="_blank"><?php echo $site['icp']; ?></a></span></p>
    </div>
</footer>
<link rel="stylesheet" type="text/css" href="/static/module/index/ygxqt_tyqy/css/online.css" />
<div id="cmsFloatPanel">
    <div class="ctrolPanel">
        <a class="service" href="#"></a>
        <a class="arrow" title="<?php echo lang('Back to top'); ?>" href="#"></a>
    </div>
    <div class="servicePanel">
        <div class="servicePanel-inner">
            <div class="serviceMsgPanel">
                <div class="serviceMsgPanel-hd"><a href="#"><span>关闭</span></a></div>
                <div class="serviceMsgPanel-bd">
                    <div class="msggroup">
                        <?php if(!empty($Tpl['qq'])): ?>
                        <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=<?php echo $Tpl['qq']; ?>&site=qq&menu=yes"><img class="qqimg" src="http://wpa.qq.com/pa?p=2:<?php echo $Tpl['qq']; ?>:52" alt="QQ<?php echo lang('Customer Service'); ?>"/><?php echo lang('Customer Service'); ?>1</a>
                        <?php endif; if(!empty($Tpl['qq2'])): ?>
                        <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=<?php echo $Tpl['qq2']; ?>&site=qq&menu=yes"><img class="qqimg" src="http://wpa.qq.com/pa?p=2:<?php echo $Tpl['qq2']; ?>:52" alt="QQ<?php echo lang('Customer Service'); ?>"/><?php echo lang('Customer Service'); ?>2</a>
                        <?php endif; ?>
                    </div>
                </div>
                <div class="serviceMsgPanel-ft"></div>
            </div>
            <div class="arrowPanel">
                <div class="arrow02"></div>
            </div>
        </div>
    </div>
</div>
<script type="text/javascript" src="/static/module/index/ygxqt_tyqy/js/online.js"></script>
</body>
</html>