| 123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang="zh-cmn-Hans">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <title>【{$site_info.site_seo_title}】-{$site_info.site_name}</title>
- <meta name="keywords" content="{$site_info.site_seo_keywords}" />
- <meta name="description" content="{$site_info.site_seo_description}" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <meta name="applicable-device" content="pc,mobile">
- <meta http-equiv="Cache-Control" content="no-transform">
- <meta http-equiv="Cache-Control" content="no-siteapp">
- <meta name="format-detection" content="telephone=no,email=no" />
- <link rel="stylesheet" href="__TMPL__/static/css/font-awesome.min.css">
- <link rel="stylesheet" href="__TMPL__/static/css/swiper.min.css">
- <link rel="stylesheet" href="__TMPL__/static/css/master.css">
- <script src="__TMPL__/static/js/jquery-1.8.3.min.js" type="text/javascript"></script>
- <!--[if lt IE 9]>
- <script src="__TMPL__/static/js/html5shiv.js"></script>
- <script src="__TMPL__/static/js/respondshiv.js"></script>
- <![endif]-->
- <script>
- function imageError(ele){
- ele.src="/upload/jdxm-img.jpg";
- ele.οnerrοr=null;
- }
- function resetSize(ele){
- var w = $(ele).outerWidth();
- $(ele).css('height', w/1.3333);
- }
- </script>
- </head>
- <body>
|