<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <link rel="stylesheet" href="__TMPL__/public/assets/css/swiper-3.4.2.min.css" /> <link rel="stylesheet" href="__TMPL__/public/assets/css/base.css" /> <link rel="stylesheet" href="__TMPL__/public/assets/css/index.css" /> <title>关于我们</title> </head> <body> <include file="public@header" /> <!-- banner --> <div class="index_eight_top"> <div class="index_eight_banner"> <notempty name="res.thumbnail"> <img src="{:cmf_get_image_url($res.thumbnail)}" alt=""> <else/> <img src="__TMPL__/public/assets/starImg/aicon_80.png" alt=""> </notempty> </div> </div> <!-- 详情 --> <div class="index_eight_detail"> <div class="index_eight_detail_contant"> <div class="index_eight_detail_one"> {$res.name} </div> <div class="index_eight_detail_two" style="color:#333;"> {$res.excerpt} </div> <div class="index_eight_detail_three"> {$res.content} </div> </div> </div> <include file="public@footer" /> </body> <script src="__TMPL__/public/assets/js/base.js"></script> <script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script> <script src="__TMPL__/public/assets/js/swiper.min.js"></script> <script src="__TMPL__/public/assets/js/public.js"></script> <script> $(function() { $('.bottom_oneTit').hide(); $('.bottom_oneCon').hide(); }); </script> </html>