123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <title>{if isset($SEO['title']) && !empty($SEO['title'])}{$SEO['title']}{/if}{$SEO['site_title']}</title>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="viewport"
- content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
- <meta name="renderer" content="webkit">
- <meta name="format-detection" content="telephone=no">
- <meta http-equiv="Cache-Control" content="no-siteapp" />
- <meta name="keywords" content="{$SEO['keyword']}">
- <meta name="description" content="{$SEO['description']}">
- <link rel="alternate icon" type="image/png" href="favicon.png">
- <link rel="stylesheet" href="{MY_PATH}css/bootstrap.min.css?<?php echo(rand(1,10000)) ?>" />
- <link rel="stylesheet" href="{MY_PATH}style/styles.css?<?php echo(rand(1,10000)) ?>" />
- <link rel="stylesheet" href="{MY_PATH}style/doem.css" />
- <link rel="stylesheet" href="{MY_PATH}css/device.css?<?php echo(rand(1,10000)) ?>">
- <!--[if lt IE 9]>
- <script src="stylejs/html5shiv.min.js"></script>
- <script type="text/javascript" src="stylejs/respond.min.js"></script>
- <![endif]-->
- <script type="text/javascript" src="{MY_PATH}js/jquery.min.js"></script>
- <script type="text/javascript" src="{MY_PATH}js/bootstrap.min.js?<?php echo(rand(1,10000)) ?>"></script>
- <link rel="stylesheet" type="text/css" href="{MY_PATH}css3/animate.min.css" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="stylesheet" href="statics/my/swiper/swiper-bundle.min.css" />
- <script src="{MY_PATH}swiper/swiper.jquery.min.js"></script>
- <script src="{MY_PATH}swiper/swiper-bundle.min.js"></script>
- </head>
- <body {if $catid=='' }style="height:100%;" {/if} onResize="javascript:resize();">
- {if $catid==''}
- <script type="text/javascript" src="{MY_PATH}fullPage/jquery.fullpage.min.js"></script>
- <script src="{MY_PATH}fullPage/jquery-ui-1.10.3.min.js"></script>
- <script>
- $(document).ready(function () {
- $('#fullpage').fullpage({
- // sectionsColor: ['#ffffff','#ffffff','#ffffff', '#ffffff', '#ffffff','#ffffff'],
- // anchors: ['home','about', 'product','services','video', 'footer'],
- sectionsColor: ['#ffffff', '#ffffff', '#ffffff', '#ffffff', '#ffffff'],
- anchors: ['home', 'about', 'product', 'video', 'footer'],
- autoScrolling: false,
- menu: '#pagemenu',
- scrollOverflow: false,
- scrollingSpeed: 1000,
- verticalCentered: false,
- easingcss3: 'cubic-bezier(0.445, 0.145, 0.355, 1)',
- afterRender: function () {
- $.fn.fullpage.setAutoScrolling(false);
- // if($(window).width() < 993){
- // $.fn.fullpage.setAutoScrolling(false);
- // }else{
- // $.fn.fullpage.setAutoScrolling(true);
- // }
- },
- afterResize: function () {
- /*$.fn.fullpage.reBuild();*/
- $.fn.fullpage.setAutoScrolling(false);
- $('.fullnavr').hide();
- // if($(window).width() < 993){
- // $.fn.fullpage.setAutoScrolling(false);
- // $('.fullnavr').hide();
- // }else{
- // $.fn.fullpage.setAutoScrolling(true);
- // $('.fullnavr').show();
- // }
- },
- afterLoad: function (anchorLink, index) {
- if ($(window).width() > 992) {
- if (index == 2 || index == 3 || index == 4) {
- $('.fullnavr').stop(false, true).animate({
- right: '15px'
- }, 200);
- }
- if (index == 1 || index == 5) {
- $('.fullnavr').stop(false, true).animate({
- right: '-200px'
- }, 200);
- }
- }
- if (index == 5) {
- $('.wx_top').show();
- } else {
- $('.wx_top').hide();
- }
- }, onLeave: function (index, nextIndex, direction) {
- if (nextIndex == 2 || nextIndex == 3 || nextIndex == 4 || nextIndex == 5) {
- $(".header_div").addClass("fixedmenu");
- } else if (nextIndex == 1 || nextIndex == 4) {
- $(".header_div").removeClass("fixedmenu");
- }
- }
- });
- $('.wx_top').mousedown(function () {
- $.fn.fullpage.moveTo(1)
- });
- });
- </script>
- {/if}
- {if $catid==''}
- <div class="layer">
- <div class="layer-top"></div>
- <div class="layer-bottom"></div>
- <!-- <img src="{MY_PATH}images/logo.png" class="loading"> -->
- {pc:content action="lists" catid="68" num="1" order="listorder desc,id desc"}
- {loop $data $r}
- <img src="{$r[thumb]}" alt="{$r[title]}" class="loading">
- {/loop}
- {/pc}
- </div>
- {/if}
- <!--pcd端导航1start-->
- <?php $SITE = getcache('sitelist','commons');?>
- <div class="header_div">
- <div class="minwidth">
- <div class="i_logo fl">
- {pc:content action="lists" catid="68" num="1" order="listorder desc,id desc"}
- {loop $data $r}
- <a href=".">
- <img src="{$r[thumb]}" alt="{$r[title]}" />
- </a>
- {/loop}
- {/pc}
- </div>
- <div class="i_morebtn fr">
- <div class="left_but">
- <div class="left_but_btn"></div>
- </div>
- </div>
- <span class="fr liu_phone">{pc:get sql="SELECT * FROM v9_about_data where id=11" }{strip_tags($data[0]['content'])}{/pc}</span>
- <div class="i_ss fr liu_sousuo clearfloat">
- <div class="i_ss_c fl">
- <form action="{APP_PATH}index.php" method="get" target="_blank" autocomplete="off">
- <input type="hidden" name="m" value="search" />
- <input type="hidden" name="c" value="index" />
- <input type="hidden" name="a" value="init" />
- <input type="hidden" name="typeid" value="{$typeid}" id="typeid" />
- <input type="hidden" name="siteid" value="{$siteid}" id="siteid" />
- <input name="q" id="KeyWord" value="" class="ipt1 fl" type="text" >
- <input name="" value="" class="ipt22 fl" type="submit">
- </form>
- <div class="clearboth"></div>
- </div>
- <div class="clearboth"></div>
- </div>
- <ul class="fr nav_menu">
- <li>
- <a href="{siteurl($siteid)}" class="a_nav {if $catid==''}active1{/if}">首页</a>
- </li>
- {pc:content action="category" catid="0" num="25" siteid="$siteid" order="listorder ASC"}
- {loop $data $r}
- {if count(subcat($r[catid])) > 0 && ($r[catid] == 42 || $r[catid] == 4 || $r[catid] == 6)}
- <!--获取第一个子类的 url 字段值-->
- {php $zi_arr = explode(',',$r[arrchildid])}
- {php $url = $CATEGORYS[$zi_arr[1]][url]}
- <!--否则直接得到当前的url-->
- {else}
- {php $url = $r[url]}
- {/if}
- <li>
- <a href="{$url}" class="a_nav {if $r[catid]==$top_parentid}active1{/if}">{$r[catname]}</a>
- {if $r[child]==1}
- <dl class="dl">
- {pc:content action="category" catid="$r[catid]" num="30" siteid="$siteid" order="listorder ASC"}
- {loop $data $v}
- <dd>
- <a href="{$v[url]}" title="{$v[catname]}">{$v[catname]}</a>
- </dd>
- {/loop}
- {/pc}
- </dl>
- {/if}
- </li>
- {/loop}
- {/pc}
- </ul>
- <div class="clearboth"></div>
- </div>
- </div>
- <div class="yc_box1">
- <div class="yc_box1_c">
- <ul class="fl yc_box1_c_ul">
- {pc:content action="category" catid="0" num="25" siteid="$siteid" order="listorder ASC"}
- {loop $data $r}
- {if count(subcat($r[catid])) > 0 && ($r[catid] == 42 || $r[catid] == 4 || $r[catid] == 6)}
- <!--获取第一个子类的 url 字段值-->
- {php $zi_arr = explode(',',$r[arrchildid])}
- {php $url = $CATEGORYS[$zi_arr[1]][url]}
- <!--否则直接得到当前的url-->
- {else}
- {php $url = $r[url]}
- {/if}
- <li>
- <a href="{$url}" class="a1">{$r[catname]}</a>
- {if $r[child]==1}
- {pc:content action="category" catid="$r[catid]" num="25" siteid="$siteid" order="listorder ASC"}
- {loop $data $v}
- <a href="{$v['url']}" title="{$v[catname]}" class="a2">{$v[catname]}</a>
- {/loop}
- {/pc}
- {/if}
- <div class="clearboth"></div>
- </li>
- {/loop}
- {/pc}
- </ul>
- <div class="clearboth"></div>
- </div>
- </div>
- <!--手机端导航start-->
- <div class="phone_nav">
- <div class="phone_logo">
- <a href="." class="p1">
- {pc:content action="lists" catid="68" num="1" order="listorder desc,id desc"}
- {loop $data $r}
- <img src="{$r[thumb]}" alt="{$r[title]}" />
- {/loop}
- {/pc}
- </a>
- </div>
- <div class="i_ssbn">
- <span> </span>
- <div class="i_ssbn_div">
- <form action="{APP_PATH}index.php" method="get" target="_blank">
- <input type="hidden" name="m" value="search" />
- <input type="hidden" name="c" value="index" />
- <input type="hidden" name="a" value="init" />
- <input type="hidden" name="typeid" value="{$typeid}" id="typeid" />
- <input type="hidden" name="siteid" value="{$siteid}" id="siteid" />
- <input name="q" id="KeyWord" value="" class="ipt1 fl" type="text">
- <input name="" value="" class="ipt2 fl" type="submit">
- </form>
- <div class="clear"></div>
- </div>
- </div>
- <div class="nav_but_box"><span class="nav_but"></span></div>
- <div class="nav_main">
- <ul>
- <li><a href="{siteurl($siteid)}">首页1</a></li>
- {pc:content action="category" catid="0" num="25" siteid="$siteid" order="listorder ASC"}
- {loop $data $r}
- {if count(subcat($r[catid])) > 0 && ($r[catid] == 42 || $r[catid] == 4 || $r[catid] == 6)}
- <!--获取第一个子类的 url 字段值-->
- {php $zi_arr = explode(',',$r[arrchildid])}
- {php $url = $CATEGORYS[$zi_arr[1]][url]}
- <!--否则直接得到当前的url-->
- {else}
- {php $url = $r[url]}
- {/if}
- <li>
- <a href="{$url}">{$r['catname']}</a>
- {if $r[child]==1}
- <b></b>
- <ul class="ul">
- {pc:content action="category" catid="$r[catid]" num="25" siteid="$siteid" order="listorder ASC"}
- {loop $data $v}
- <li>
- <a href="{$v['url']}">{$v[catname]}</a>
- </li>
- {/loop}
- {/pc}
- </ul>
- {/if}
- </li>
- {/loop}
- {/pc}
- </ul>
- </div>
- </div>
- <!--手机端导航end-->
|