﻿-- 备份时间：2017/9/11 12:07:55 域名：localhost:81 备份者：admin 程序版本：build20170905 电脑端：s11 手机端：w1 --
DROP TABLE [SL_admin]
CREATE TABLE [SL_admin] ( [A_id] Integer NOT NULL IDENTITY,[A_login] VarChar(50) default '' ,[A_pwd] VarChar(50) default '' ,[A_part] VarChar(50) default '' ,PRIMARY KEY ([A_id]))
DROP TABLE [SL_collection]
CREATE TABLE [SL_collection] ( [C_id] Integer NOT NULL IDENTITY,[C_title] Text default '' ,[C_url] Text default '' ,[C_titlestart] Text default '' ,[C_titleend] Text default '' ,[C_contentstart] Text default '' ,[C_contentend] Text default '' ,[C_start] Text default '' ,[C_end] Text default '' ,[C_pic] Integer default 0 ,[C_nsort] Integer default 0 ,[C_code] Text default '' ,PRIMARY KEY ([C_id]))
DROP TABLE [SL_comment]
CREATE TABLE [SL_comment] ( [C_id] Integer NOT NULL IDENTITY,[C_content] Text default '' ,[C_mid] Integer default 0 ,[C_sub] Integer default 0 ,[C_sh] Integer default 0 ,[C_page] Text default '' ,[C_time] DateTime default '' ,PRIMARY KEY ([C_id]))
DROP TABLE [SL_config]
CREATE TABLE [SL_config] ( [C_title] Text default '' ,[C_keywords] Text default '' ,[C_content] Text default '' ,[C_logo] VarChar(50) default '' ,[C_template] VarChar(50) default '' ,[C_code] Text default '' ,[C_foot] Text default '' ,[C_logox] Integer default 0 ,[C_logoy] Integer default 0 ,[C_ico] VarChar(50) default '' ,[C_qq] Text default '' ,[C_qqon] Integer default 0 ,[C_mobile] Text default '' ,[C_first] Integer default 0 ,[C_admin] VarChar(50) default '' ,[C_version] VarChar(50) default '' ,[C_wtitle] VarChar(50) default '' ,[C_wcode] Text default '' ,[C_wtoken] VarChar(50) default '' ,[C_alipay] VarChar(50) default '' ,[C_alipayid] VarChar(50) default '' ,[C_alipaykey] VarChar(50) default '' ,[C_QQid] VarChar(50) default '' ,[C_QQkey] VarChar(50) default '' ,[C_email] VarChar(50) default '' ,[C_mpwd] VarChar(50) default '' ,[C_fenxiang] Text default '' ,[C_html] Integer default 0 ,[C_dir] VarChar(50) default '' ,[C_domain] VarChar(50) default '' ,[C_wap] VarChar(50) default '' ,[C_wx_appid] VarChar(50) default '' ,[C_wx_mchid] VarChar(50) default '' ,[C_wx_key] VarChar(50) default '' ,[C_wx_appsecret] VarChar(50) default '' ,[C_alipayon] VarChar(50) default '' ,[C_wxpayon] VarChar(50) default '' ,[C_bankon] VarChar(50) default '' ,[C_test] VarChar(50) default '' ,[C_time] DateTime default '' ,[C_close] Integer default 0 ,[C_lang] Text default '' ,[C_delang] Integer default 0 ,[C_qq1] Integer default 0 ,[C_qq2] Integer default 0 ,[C_qq3] Integer default 0 ,[C_qq4] Integer default 0 ,[C_1yuan] Integer default 0 ,[C_sign] Integer default 0 ,[C_Invitation] Integer default 0 ,[C_data] Integer default 0 ,[C_gift] Text default '' ,[C_gifton] Integer default 0 ,[C_np] Integer default 0 ,[C_pp] Integer default 0 ,[C_pid] Text default '' ,[C_npage] Integer default 0 ,[C_ppage] Integer default 0 ,[C_balanceon] Text default '' ,[C_member] Integer default 0 ,[C_top] Integer default 0 ,[C_mark] Integer default 0 ,[C_m_position] Integer default 0 ,[C_m_text] Text default '' ,[C_m_font] Text default '' ,[C_m_size] Integer default 0 ,[C_m_color] Text default '' ,[C_m_logo] Text default '' ,[C_m_width] Integer default 0 ,[C_m_height] Integer default 0 ,[C_m_transparent] Integer default 0 ,[C_7PID] Text default '' ,[C_7PKEY] Text default '' ,[C_7CID1] Text default '' ,[C_7CID2] Text default '' ,[C_ds1] Integer default 0 ,[C_ds2] Integer default 0 ,[C_ds3] Integer default 0 ,[C_tp] Integer default 0 ,[C_7money] Text default '' ,[C_sort] Integer default 0 ,[C_tag] Text default '' ,[C_id] Integer ,[C_1yuan2] Integer default 0 ,[C_tomoney] Integer default 0 ,[C_tofen] Integer default 0 ,[C_tx] Integer default 0 ,[C_tomoney_rate] Money default 0 ,[C_tofen_rate] Money default 0 ,[C_tx_rate] Money default 0 ,[C_db] Text default '' ,[C_psh] Integer default 0 ,[C_qqkj] Integer default 0 ,[C_wxkj] Integer default 0 ,PRIMARY KEY ([C_id]))
DROP TABLE [SL_contact]
CREATE TABLE [SL_contact] ( [C_title] Text default '' ,[C_entitle] Text default '' ,[C_content] Text default '' ,[C_address] Text default '' ,[C_zb] Text default '' ,[C_map] VarChar(50) default '' ,[C_keywords] Text default '' ,[C_description] Text default '' ,[C_id] Integer ,PRIMARY KEY ([C_id]))
DROP TABLE [SL_content]
CREATE TABLE [SL_content] ( [C_id] Integer NOT NULL IDENTITY,[C_title] Text default '' ,[C_bz] Text default '' ,[C_content] Text default '' ,[C_type] VarChar(50) default '' ,[C_fid] Integer default 0 ,[C_order] Integer default 0 ,PRIMARY KEY ([C_id]))
DROP TABLE [SL_event]
CREATE TABLE [SL_event] ( [E_id] Integer NOT NULL IDENTITY,[E_type] Text default '' ,[E_content] Text default '' ,[E_title] Text default '' ,PRIMARY KEY ([E_id]))
DROP TABLE [SL_form]
CREATE TABLE [SL_form] ( [F_id] Integer NOT NULL IDENTITY,[F_title] Text default '' ,[F_entitle] Text default '' ,[F_bz] Text default '' ,[F_yz] Integer default 0 ,[F_module] VarChar(50) default '' ,[F_pic] VarChar(50) default '' ,[F_description] Text default '' ,[F_keywords] Text default '' ,[F_pagetitle] Text default '' ,[F_type] Integer default 0 ,[F_qsort] Integer default 0 ,PRIMARY KEY ([F_id]))
DROP TABLE [SL_guestbook]
CREATE TABLE [SL_guestbook] ( [G_id] Integer NOT NULL IDENTITY,[G_title] Text default '' ,[G_name] VarChar(50) default '' ,[G_phone] VarChar(50) default '' ,[G_email] VarChar(50) default '' ,[G_Msg] Text default '' ,[G_sh] Integer default 0 ,[G_time] DateTime default '' ,[G_reply] Text default '' ,PRIMARY KEY ([G_id]))
DROP TABLE [SL_link]
CREATE TABLE [SL_link] ( [L_id] Integer NOT NULL IDENTITY,[L_title] Text default '' ,[L_url] Text default '' ,[L_pic] Text default '' ,[L_sort] Integer default 0 ,PRIMARY KEY ([L_id]))
DROP TABLE [SL_list]
CREATE TABLE [SL_list] ( [L_id] Integer NOT NULL IDENTITY,[L_type] Integer default 0 ,[L_time] DateTime default '' ,[L_mid] Integer default 0 ,[L_title] Text default '' ,[L_change] Money default 0 ,[L_no] Text default '' ,[L_sh] Integer default 0 ,PRIMARY KEY ([L_id]))
DROP TABLE [SL_lsort]
CREATE TABLE [SL_lsort] ( [S_id] Integer NOT NULL IDENTITY,[S_title] Text default '' ,[S_order] Integer default 0 ,PRIMARY KEY ([S_id]))
DROP TABLE [SL_lv]
CREATE TABLE [SL_lv] ( [L_id] Integer NOT NULL IDENTITY,[L_discount] Integer default 0 ,[L_title] Text default '' ,[L_fen] Integer default 0 ,[L_order] Integer default 0 ,PRIMARY KEY ([L_id]))
DROP TABLE [SL_member]
CREATE TABLE [SL_member] ( [M_id] Integer NOT NULL IDENTITY,[M_login] VarChar(50) default '' ,[M_pwd] VarChar(50) default '' ,[M_email] VarChar(50) default '' ,[M_QQ] VarChar(50) default '' ,[M_mobile] VarChar(50) default '' ,[M_add] VarChar(50) default '' ,[M_pic] Text default '' ,[M_fen] Integer default 0 ,[M_name] VarChar(50) default '' ,[M_code] VarChar(50) default '' ,[M_qqid] VarChar(50) default '' ,[M_regtime] DateTime default '' ,[M_pwdcode] Text default '' ,[M_genkey] VarChar(50) default '' ,[M_lv] Integer default 0 ,[M_money] Money default 0 ,[M_subscribe] Integer default 0 ,[M_from] Integer default 0 ,[M_vip] Integer default 0 ,[M_viptime] Text default '' ,[M_viplong] Integer default 0 ,PRIMARY KEY ([M_id]))
DROP TABLE [SL_menu]
CREATE TABLE [SL_menu] ( [U_id] Integer NOT NULL IDENTITY,[U_title] Text default '' ,[U_entitle] Text default '' ,[U_sub] Integer default 0 ,[U_order] Integer default 0 ,[U_type] VarChar(50) default '' ,[U_typeid] Integer default 0 ,[U_hide] Integer default 0 ,[U_url] Text default '' ,[U_ico] Text default '' ,[U_color] VarChar(50) default '' ,[U_template] Text default '' ,PRIMARY KEY ([U_id]))
DROP TABLE [SL_news]
CREATE TABLE [SL_news] ( [N_id] Integer NOT NULL IDENTITY,[N_title] Text default '' ,[N_content] Text default '' ,[N_date] DateTime default '' ,[N_author] VarChar(50) default '' ,[N_view] Integer default 0 ,[N_sort] Integer default 0 ,[N_pic] Text default '' ,[N_order] Integer default 0 ,[N_short] Text default '' ,[N_top] Integer default 0 ,[N_sh] Integer default 0 ,[N_lv] Integer default 0 ,[N_keywords] Text default '' ,[N_description] Text default '' ,[N_link] Text default '' ,[N_pagetitle] Text default '' ,[N_tag] Text default '' ,[N_color] Text default '' ,[N_strong] Integer default 0 ,[N_type] Integer default 0 ,[N_file] Text default '' ,[N_job] Text default '' ,[N_hide] Text default '' ,[N_hideon] Integer default 0 ,[N_hidetype] Text default '' ,[N_hideintro] Text default '' ,[N_price] Text default '' ,PRIMARY KEY ([N_id]))
DROP TABLE [SL_nsort]
CREATE TABLE [SL_nsort] ( [S_id] Integer NOT NULL IDENTITY,[S_title] Text default '' ,[S_entitle] Text default '' ,[S_description] Text default '' ,[S_keywords] Text default '' ,[S_type] Integer default 0 ,[S_order] Integer default 0 ,[S_sub] Integer default 0 ,[S_pagetitle] Text default '' ,PRIMARY KEY ([S_id]))
DROP TABLE [SL_orders]
CREATE TABLE [SL_orders] ( [O_id] Integer NOT NULL IDENTITY,[O_member] Integer default 0 ,[O_price] Money default 0 ,[O_num] Integer default 0 ,[O_shuxing] Text default '' ,[O_state] Integer default 0 ,[O_pid] Integer default 0 ,[O_wl] VarChar(50) default '' ,[O_wlid] VarChar(50) default '' ,[O_tradeno] VarChar(50) default '' ,[O_time] DateTime default '' ,PRIMARY KEY ([O_id]))
DROP TABLE [SL_product]
CREATE TABLE [SL_product] ( [P_id] Integer NOT NULL IDENTITY,[P_path] Text default '' ,[P_thumb] Text default '' ,[P_title] Text default '' ,[P_content] Text default '' ,[P_sort] Integer default 0 ,[P_order] Integer default 0 ,[P_price] Money default 0 ,[P_buy] Integer default 0 ,[P_short] Text default '' ,[P_shuxing] Text default '' ,[P_top] Integer default 0 ,[P_keywords] Text default '' ,[P_description] Text default '' ,[P_time] Text default '' ,[P_unlogin] Integer default 0 ,[P_name] Integer default 0 ,[P_email] Integer default 0 ,[P_mobile] Integer default 0 ,[P_address] Integer default 0 ,[P_postcode] Integer default 0 ,[P_qq] Integer default 0 ,[P_remark] Integer default 0 ,[P_sence] Integer default 0 ,[P_sell] Text default '' ,[P_link] Text default '' ,[P_pagetitle] Text default '' ,PRIMARY KEY ([P_id]))
DROP TABLE [SL_psort]
CREATE TABLE [SL_psort] ( [S_id] Integer NOT NULL IDENTITY,[S_title] Text default '' ,[S_entitle] Text default '' ,[S_module] VarChar(50) default '' ,[S_sub] Integer default 0 ,[S_pic] Text default '' ,[S_description] Text default '' ,[S_keywords] Text default '' ,[S_type] Integer default 0 ,[S_order] Integer default 0 ,[S_pagetitle] Text default '' ,PRIMARY KEY ([S_id]))
DROP TABLE [SL_qsort]
CREATE TABLE [SL_qsort] ( [S_id] Integer NOT NULL IDENTITY,[S_title] Text default '' ,[S_content] Text default '' ,PRIMARY KEY ([S_id]))
DROP TABLE [SL_query]
CREATE TABLE [SL_query] ( [Q_id] Integer NOT NULL IDENTITY,[Q_code] Text default '' ,[Q_content] Text default '' ,[Q_times] Integer default 0 ,[Q_sort] Integer default 0 ,PRIMARY KEY ([Q_id]))
DROP TABLE [SL_reply]
CREATE TABLE [SL_reply] ( [R_id] Integer NOT NULL IDENTITY,[R_key] Text default '' ,[R_reply] Integer default 0 ,PRIMARY KEY ([R_id]))
DROP TABLE [SL_response]
CREATE TABLE [SL_response] ( [R_id] Integer NOT NULL IDENTITY,[R_cid] Integer default 0 ,[R_content] Text default '' ,[R_time] DateTime default '' ,[R_rid] VarChar(50) default '' ,[R_member] Integer default 0 ,[R_read] Integer default 0 ,PRIMARY KEY ([R_id]))
DROP TABLE [SL_safe]
CREATE TABLE [SL_safe] ( [S_filetype] Text default '' ,[S_filesize] Integer default 0 ,[S_ip] Text default '' ,[S_word] Text default '' ,[S_id] Integer ,PRIMARY KEY ([S_id]))
DROP TABLE [SL_slide]
CREATE TABLE [SL_slide] ( [S_id] Integer NOT NULL IDENTITY,[S_pic] Text default '' ,[S_thumb] Text default '' ,[S_title] Text default '' ,[S_content] Text default '' ,[S_link] Text default '' ,[S_order] Integer default 0 ,PRIMARY KEY ([S_id]))
DROP TABLE [SL_text]
CREATE TABLE [SL_text] ( [T_id] Integer NOT NULL IDENTITY,[T_title] Text default '' ,[T_entitle] Text default '' ,[T_content] Text default '' ,[T_pic] Text default '' ,[T_description] Text default '' ,[T_keywords] Text default '' ,[T_link] Text default '' ,[T_pagetitle] Text default '' ,PRIMARY KEY ([T_id]))
DROP TABLE [SL_wap]
CREATE TABLE [SL_wap] ( [W_show] Integer default 0 ,[W_phone] VarChar(50) default '' ,[W_email] VarChar(50) default '' ,[W_msg] Integer default 0 ,[W_logo] VarChar(50) default '' ,[W_template] VarChar(50) default '' ,[W_id] Integer ,PRIMARY KEY ([W_id]))
DROP TABLE [SL_wapslide]
CREATE TABLE [SL_wapslide] ( [S_id] Integer NOT NULL IDENTITY,[S_pic] VarChar(50) default '' ,[S_title] Text default '' ,[S_content] Text default '' ,[S_order] Integer default 0 ,[S_link] Text default '' ,PRIMARY KEY ([S_id]))
DROP TABLE [SL_wmenu]
CREATE TABLE [SL_wmenu] ( [W_id] Integer NOT NULL IDENTITY,[W_title] Text default '' ,[W_type] Text default '' ,[W_content] Text default '' ,[W_sub] Integer default 0 ,[W_order] Integer default 0 ,PRIMARY KEY ([W_id]))
SET IDENTITY_INSERT SL_admin ON
insert into [SL_admin] ([A_id],[A_login],[A_pwd],[A_part]) values(11,'admin','C34874DEB10E54993F2161F37E057B1C','1|1|1|1|1|1|1|1|1|1|1|1|1|1|1')
SET IDENTITY_INSERT SL_admin OFF
SET IDENTITY_INSERT SL_collection ON
insert into [SL_collection] ([C_id],[C_title],[C_url],[C_titlestart],[C_titleend],[C_contentstart],[C_contentend],[C_start],[C_end],[C_pic],[C_nsort],[C_code]) values(1,'新浪新闻采集','http://roll.news.sina.com.cn/news/gnxw/gdxw1/index.shtml','<div class="page-header">','</div>','<!-- 窄通 end -->','<!-- 吸顶导航结束定位标记 -->','<ul class="list_009">','</ul>',0,1,'utf-8')
SET IDENTITY_INSERT SL_collection OFF
SET IDENTITY_INSERT SL_comment ON
SET IDENTITY_INSERT SL_comment OFF
SET IDENTITY_INSERT SL_config ON
insert into [SL_config] ([C_title],[C_keywords],[C_content],[C_logo],[C_template],[C_code],[C_foot],[C_logox],[C_logoy],[C_ico],[C_qq],[C_qqon],[C_mobile],[C_first],[C_admin],[C_version],[C_wtitle],[C_wcode],[C_wtoken],[C_alipay],[C_alipayid],[C_alipaykey],[C_QQid],[C_QQkey],[C_email],[C_mpwd],[C_fenxiang],[C_html],[C_dir],[C_domain],[C_wap],[C_wx_appid],[C_wx_mchid],[C_wx_key],[C_wx_appsecret],[C_alipayon],[C_wxpayon],[C_bankon],[C_test],[C_time],[C_close],[C_lang],[C_delang],[C_qq1],[C_qq2],[C_qq3],[C_qq4],[C_1yuan],[C_sign],[C_Invitation],[C_data],[C_gift],[C_gifton],[C_np],[C_pp],[C_pid],[C_npage],[C_ppage],[C_balanceon],[C_member],[C_top],[C_mark],[C_m_position],[C_m_text],[C_m_font],[C_m_size],[C_m_color],[C_m_logo],[C_m_width],[C_m_height],[C_m_transparent],[C_7PID],[C_7PKEY],[C_7CID1],[C_7CID2],[C_ds1],[C_ds2],[C_ds3],[C_tp],[C_7money],[C_sort],[C_tag],[C_id],[C_1yuan2],[C_tomoney],[C_tofen],[C_tx],[C_tomoney_rate],[C_tofen_rate],[C_tx_rate],[C_db],[C_psh],[C_qqkj],[C_wxkj]) values('您的网站名称/l/your website','关键词1,关键词2,关键词3,关键词4,关键词5/l/keyword1,keyword2','请用一段语句通顺的话来描述您的网站定位，字数不超过200字。/l/your website description','media/20151019094721842.png','s11','','COPYRIGHT © 2009-2011,WWW.YOURNAME.COM,ALL RIGHTS RESERVED版权所有 © 您的公司名称/l/copayright',10,0,'media/20151019095214828.png','12345678|售前咨询,987654321|售后服务,11223344|加盟代理,taobao|淘宝客服/l/12345678|QQ',1,'010-10086|010-10010',1,'admin','build20150810','你的微信公众号','media/20150921144410012.jpg','weixin','XXX@qq.com','2088XXXXXXXXX','1234567890','1234567890','1234567890','XXXXX@qq.com','XXXXX','<div class="bshare-custom"><a title="分享到QQ空间" class="bshare-qzone"></a><a title="分享到新浪微博" class="bshare-sinaminiblog"></a><a title="分享到人人网" class="bshare-renren"></a><a title="分享到腾讯微博" class="bshare-qqmb"></a><a title="分享到网易微博" class="bshare-neteasemb"></a><a title="更多平台" class="bshare-more bshare-more-icon more-style-addthis"></a><span class="BSHARE_COUNT bshare-share-count">0</span></div><script type="text/javascript" charset="utf-8" src="http://static.bshare.cn/b/buttonLite.js#style=-1&uuid=&pophcol=2&lang=zh"></script><script type="text/javascript" charset="utf-8" src="http://static.bshare.cn/b/bshareC0.js"></script>',0,'/','empty','w1','wxXXXXXXXXXX','1234567890','1234567890','1234567890','true','true','true','eE0W7pO98E','2017/9/6 21:54:58',0,'0',0,1,1,1,1,100,10,100,100,'10000@5元话费,20000@数据线,50000@U盘',1,1,1,'',10,10,'true',1,1,0,4,'水印文字','宋体',15,'#ff0000','media/20151019094721842.png',100,50,50,'','','','',1,1,1,1,'1@2@5@10@20@50',1,'等,请你,女孩,如果,人生,想起',1,100,0,0,0,.01,100,5,'access',0,0,0)
SET IDENTITY_INSERT SL_config OFF
SET IDENTITY_INSERT SL_contact ON
insert into [SL_contact] ([C_title],[C_entitle],[C_content],[C_address],[C_zb],[C_map],[C_keywords],[C_description],[C_id]) values('联系我们/l/contact us','contact us/l/contact us','地址：上海市xx区xx路xx广场x号<br />电话：86-021-xxxxxxxx<br />传真：86-021-xxxxxxxxxxxxxxxx<br />邮箱：xxxxxxxxx@qq.com<br />网址：www.xxxxxx.com<br />/l/Address：XX Road, XX Road, XX District, Shanghai City<br />Telephpne：86-021-xxxxxxxx<br />Fax：86-021-xxxxxxxxxxxxxxxx<br />E-mail：xxxxxxxxx@qq.com<br />Website：www.xxxxxx.com','上海市xx区xx路xx广场x号楼xx号/l/XX Road, XX Road, XX District, Shanghai City','116.376098,39.966935','baidu','','',1)
SET IDENTITY_INSERT SL_contact OFF
SET IDENTITY_INSERT SL_content ON
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(19,'如何称呼您/l/How do i address you','/l/How do i address you','/l/null','text',7,1)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(20,'准备哪天过来/l/Ready to come over','/l/Ready to come over','/l/null','date',7,2)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(21,'大致时间段/l/Approximate time period','大致时间段/l/大致时间段','8-10点|10-12点|12-14点|14-16点|16-18点/l/8-10|10-12|12-14|14-16|16-18','option',7,3)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(22,'指定哪位技师/l/Specify which technician','/l/Specify which technician','/l/null','text',7,4)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(23,'联系电话/l/Contact number','/l/Contact number','/l/null','text',7,5)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(24,'其他要求/l/Other requirements','/l/Other requirements','/l/null','area',7,6)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(25,'您的姓名/l/Your name','/l/Your name','/l/null','text',8,1)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(26,'联系电话/l/Contact number','/l/Contact number','/l/null','text',8,2)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(27,'哪天来唱/l/Which day to sing','/l/Which day to sing','/l/null','date',8,3)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(28,'哪个时间段来/l/Which time period','/l/Which time period','下午（1点-6点）|晚上（6点-午夜12点）|后半夜（午夜12点-凌晨6点）/l/Afternoon|Night|Late at night','option',8,4)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(29,'房型/l/layout of a house or an apartment','/l/layout of a house or an apartment','迷你包|小包|中包|大包|豪华包|VIP包/l/Mini Bag|Parcel|In the bag|Bag|Deluxe Package|VIP','radio',8,5)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(30,'备注/l/Remarks','/l/Remarks','/l/null','area',8,6)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(31,'姓名/l/Name','姓名/l/姓名','姓名/l/姓名','text',9,1)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(32,'学校/l/School','/l/School','/l/null','text',9,2)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(33,'手机/l/MobilePhone','/l/MobilePhone','/l/null','text',9,3)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(34,'邮箱/l/E-mail','/l/E-mail','/l/null','text',9,4)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(35,'学历/l/Education','学历/l/学历','初中|高中|大学本科|硕士研究生|博士研究生/l/Junior middle school|high school|Undergraduate college|Graduate student|Doctoral students','radio',9,5)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(36,'毕业日期/l/E-mail','/l/E-mail','/l/null','date',9,6)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(37,'应聘职位/l/Apply for position','应聘职位/l/应聘职位','职位1|职位2|职位3|职位4/l/position1|position2|position3|position4','option',9,7)
insert into [SL_content] ([C_id],[C_title],[C_bz],[C_content],[C_type],[C_fid],[C_order]) values(38,'上传简历/l/Upload resume','允许格式为jpg,png,gif,rar,doc,pdf,ppt/l/Upload resume','/l/null','pic',9,8)
SET IDENTITY_INSERT SL_content OFF
SET IDENTITY_INSERT SL_event ON
insert into [SL_event] ([E_id],[E_type],[E_content],[E_title]) values(1,'articles','T2,T1','关于我们')
insert into [SL_event] ([E_id],[E_type],[E_content],[E_title]) values(2,'articles','F9,F8,F7','人才招聘')
insert into [SL_event] ([E_id],[E_type],[E_content],[E_title]) values(3,'articles','P89,P88,P87,P86,P84,P83,P82,P81','最新产品')
insert into [SL_event] ([E_id],[E_type],[E_content],[E_title]) values(4,'articles','T1,C,G','联系我们')
insert into [SL_event] ([E_id],[E_type],[E_content],[E_title]) values(5,'text','未识别您发的消息，请等待人工为您回复☺','未匹配到关键词')
insert into [SL_event] ([E_id],[E_type],[E_content],[E_title]) values(6,'articles','推送网站目录','推送网站目录')
SET IDENTITY_INSERT SL_event OFF
SET IDENTITY_INSERT SL_form ON
insert into [SL_form] ([F_id],[F_title],[F_entitle],[F_bz],[F_yz],[F_module],[F_pic],[F_description],[F_keywords],[F_pagetitle],[F_type],[F_qsort]) values(7,'防伪查询/l/Service appointment','aaa/l/Service appointment','/l/(en)',0,'f001','media/form_bg.jpg','/l/(en)','查询/l/查询(en)','防伪查询/l/防伪查询(en)',1,1)
insert into [SL_form] ([F_id],[F_title],[F_entitle],[F_bz],[F_yz],[F_module],[F_pic],[F_description],[F_keywords],[F_pagetitle],[F_type],[F_qsort]) values(8,'KTV房间预定/l/KTV room reservation','bbb/l/KTV room reservation','',0,'f001','media/form_bg.jpg','','','',0,0)
insert into [SL_form] ([F_id],[F_title],[F_entitle],[F_bz],[F_yz],[F_module],[F_pic],[F_description],[F_keywords],[F_pagetitle],[F_type],[F_qsort]) values(9,'简历提交/l/Resume submission','ccc/l/Resume submission','招聘相关公告可以放在这里',0,'f001','media/form_bg.jpg','','','',0,0)
SET IDENTITY_INSERT SL_form OFF
SET IDENTITY_INSERT SL_guestbook ON
insert into [SL_guestbook] ([G_id],[G_title],[G_name],[G_phone],[G_email],[G_Msg],[G_sh],[G_time],[G_reply]) values(8,'咨询产品','张三','18712345678','4645645@qq.com','咨询产品价格及加盟方式。',1,'2015/9/29 10:18:11','产品价格详见价格列表加盟方式为免费加盟谢谢您的咨询')
insert into [SL_guestbook] ([G_id],[G_title],[G_name],[G_phone],[G_email],[G_Msg],[G_sh],[G_time],[G_reply]) values(10,'标题','昵称','13333333333','10086@QQ.com','留言内容',1,'2015/9/30 11:08:40','回复')
insert into [SL_guestbook] ([G_id],[G_title],[G_name],[G_phone],[G_email],[G_Msg],[G_sh],[G_time],[G_reply]) values(14,'留言测试-标题','留言测试-姓名','15555555555','test@test.com','留言测试-内容',1,'2015/10/24 12:40:59','留言测试-内容回复')
SET IDENTITY_INSERT SL_guestbook OFF
SET IDENTITY_INSERT SL_link ON
insert into [SL_link] ([L_id],[L_title],[L_url],[L_pic],[L_sort]) values(1,'百度/l/baidu','http://www.baidu.com','media/20150921155457342.png',1)
insert into [SL_link] ([L_id],[L_title],[L_url],[L_pic],[L_sort]) values(2,'sogou搜索/l/sogou','http://www.sogou.com','media/20150921155449747.png',1)
insert into [SL_link] ([L_id],[L_title],[L_url],[L_pic],[L_sort]) values(3,'360搜索/l/360','http://www.haosou.com','media/20150921155427473.png',1)
insert into [SL_link] ([L_id],[L_title],[L_url],[L_pic],[L_sort]) values(4,'soso搜索/l/soso','http://www.soso.com','media/20150921155407355.png',1)
insert into [SL_link] ([L_id],[L_title],[L_url],[L_pic],[L_sort]) values(6,'腾讯网/l/tecent','http://www.qq.com','media/20151019100956845.png',1)
insert into [SL_link] ([L_id],[L_title],[L_url],[L_pic],[L_sort]) values(7,'新浪网/l/sina','http://www.sina.com','media/20151019101025246.png',1)
insert into [SL_link] ([L_id],[L_title],[L_url],[L_pic],[L_sort]) values(8,'网易/l/163','http://www.163.com','media/20151019101105262.png',1)
insert into [SL_link] ([L_id],[L_title],[L_url],[L_pic],[L_sort]) values(9,'淘宝网/l/taobao','http://www.taobaoc.om','media/20151019101130000.png',1)
insert into [SL_link] ([L_id],[L_title],[L_url],[L_pic],[L_sort]) values(12,'企业建站/l/s-cms','http://www.s-cms.cn','media/scms.png',1)
SET IDENTITY_INSERT SL_link OFF
SET IDENTITY_INSERT SL_list ON
SET IDENTITY_INSERT SL_list OFF
SET IDENTITY_INSERT SL_lsort ON
insert into [SL_lsort] ([S_id],[S_title],[S_order]) values(1,'友情链接/l/友情链接(en)',0)
SET IDENTITY_INSERT SL_lsort OFF
SET IDENTITY_INSERT SL_lv ON
insert into [SL_lv] ([L_id],[L_discount],[L_title],[L_fen],[L_order]) values(1,100,'普通会员',0,0)
insert into [SL_lv] ([L_id],[L_discount],[L_title],[L_fen],[L_order]) values(2,95,'铜牌会员',100,1)
insert into [SL_lv] ([L_id],[L_discount],[L_title],[L_fen],[L_order]) values(3,90,'银牌会员',200,2)
insert into [SL_lv] ([L_id],[L_discount],[L_title],[L_fen],[L_order]) values(4,85,'金牌会员',300,3)
insert into [SL_lv] ([L_id],[L_discount],[L_title],[L_fen],[L_order]) values(5,80,'钻石会员',400,4)
SET IDENTITY_INSERT SL_lv OFF
SET IDENTITY_INSERT SL_member ON
insert into [SL_member] ([M_id],[M_login],[M_pwd],[M_email],[M_QQ],[M_mobile],[M_add],[M_pic],[M_fen],[M_name],[M_code],[M_qqid],[M_regtime],[M_pwdcode],[M_genkey],[M_lv],[M_money],[M_subscribe],[M_from],[M_vip],[M_viptime],[M_viplong]) values(6,'未提供','null','null','1','1','1','member.jpg',0,'1','1','','2011/11/11','','',1,0,0,0,0,'',0)
insert into [SL_member] ([M_id],[M_login],[M_pwd],[M_email],[M_QQ],[M_mobile],[M_add],[M_pic],[M_fen],[M_name],[M_code],[M_qqid],[M_regtime],[M_pwdcode],[M_genkey],[M_lv],[M_money],[M_subscribe],[M_from],[M_vip],[M_viptime],[M_viplong]) values(7,'admin','admin888','10086@qq.com','留言测试-标题','15567896789','XX省XX市XX区XX号','member.jpg',0,'姓名','100000','','2011/11/11','','',1,0,0,0,0,'',0)
insert into [SL_member] ([M_id],[M_login],[M_pwd],[M_email],[M_QQ],[M_mobile],[M_add],[M_pic],[M_fen],[M_name],[M_code],[M_qqid],[M_regtime],[M_pwdcode],[M_genkey],[M_lv],[M_money],[M_subscribe],[M_from],[M_vip],[M_viptime],[M_viplong]) values(8,'入戏太深','anchen','anchen@qq.com','1','1','1','member.jpg',0,'1','1','','2011/11/11','','',1,0,0,0,0,'',0)
insert into [SL_member] ([M_id],[M_login],[M_pwd],[M_email],[M_QQ],[M_mobile],[M_add],[M_pic],[M_fen],[M_name],[M_code],[M_qqid],[M_regtime],[M_pwdcode],[M_genkey],[M_lv],[M_money],[M_subscribe],[M_from],[M_vip],[M_viptime],[M_viplong]) values(9,'user','password','anchen@qq.com','1','1','1','member.jpg',0,'1','1','','2011/11/11','','',1,0,0,0,0,'',0)
insert into [SL_member] ([M_id],[M_login],[M_pwd],[M_email],[M_QQ],[M_mobile],[M_add],[M_pic],[M_fen],[M_name],[M_code],[M_qqid],[M_regtime],[M_pwdcode],[M_genkey],[M_lv],[M_money],[M_subscribe],[M_from],[M_vip],[M_viptime],[M_viplong]) values(15,'Anchen','anchen','anchen@qq.com','1','1','1','member.jpg',0,'1','1','','2011/11/11','','',1,0,0,0,0,'',0)
insert into [SL_member] ([M_id],[M_login],[M_pwd],[M_email],[M_QQ],[M_mobile],[M_add],[M_pic],[M_fen],[M_name],[M_code],[M_qqid],[M_regtime],[M_pwdcode],[M_genkey],[M_lv],[M_money],[M_subscribe],[M_from],[M_vip],[M_viptime],[M_viplong]) values(16,'撑一把纸仐','anchen','anchen@qq.com','1','1','1','member.jpg',0,'1','1','','2011/11/11','','',1,0,0,0,0,'',0)
SET IDENTITY_INSERT SL_member OFF
SET IDENTITY_INSERT SL_menu ON
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(1,'网站首页/l/Home','index/l/Home',0,1,'index',1,0,'','home','#FF9C00','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(2,'关于我们/l/About','about/l/About',0,2,'text',1,0,'','user','#8DC43C','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(3,'产品展示/l/product','product/l/product',0,3,'product',1,0,'','th-list','#AA8855','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(4,'新闻中心/l/news','news/l/news',0,5,'news',1,0,'','newspaper-o','#88AA55','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(7,'联系我们/l/contact','contact/l/contact',0,10,'contact',1,0,'','map-o','#55AA66','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(8,'公司文化/l/culture','culture/l/culture',2,2,'text',2,0,'','bookmark','#2BD5D5','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(11,'公司新闻/l/company','news/l/company',4,2,'news',1,0,'','signal','#A3BB44','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(12,'行业动态/l/industry','news/l/industry',4,1,'news',2,0,'','signal','#9955AA','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(13,'在线留言/l/guestbook','guestbook/l/guestbook',7,2,'guestbook',1,0,'','envelope-o','#AA7755','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(14,'万能表单/l/form','form/l/form',0,6,'form',9,0,'','share-alt','#4D61B3','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(16,'尼康/l/nikon','nikon/l/nikon',3,1,'product',3,0,'','paperclip','#5555AA','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(17,'佳能/l/cannon','cannon/l/cannon',3,2,'product',2,0,'','paperclip','#668599','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(18,'莱卡/l/leica','leica/l/leica',3,3,'product',4,0,'','paperclip','#AA55AA','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(24,'公司简介/l/Itroduction','Itroduction/l/Itroduction',2,1,'text',1,0,'','bookmark','#2B35D5','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(25,'简历提交/l/Resume','Resume/l/Resume',14,3,'form',9,0,'','sticky-note-o','#006600','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(26,'KTV预定/l/KTV','KTV/l/KTV',14,2,'form',8,0,'','sticky-note-o','#AAa755','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(27,'防伪查询/l/Service','Query/l/Service',14,1,'form',7,0,'','sticky-note-o','#A3BB44','form.html')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(36,'联系方式/l/Contact','Contact/l/Contact',7,1,'contact',1,0,'','map-marker','#ff9900','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(37,'成功案例/l/success','success/l/success',0,4,'product',7,0,'','bars','#ff9900','')
insert into [SL_menu] ([U_id],[U_title],[U_entitle],[U_sub],[U_order],[U_type],[U_typeid],[U_hide],[U_url],[U_ico],[U_color],[U_template]) values(39,'资料下载','download',4,99,'news',7,0,'','bars','#ff9900','')
SET IDENTITY_INSERT SL_menu OFF
SET IDENTITY_INSERT SL_news ON
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(1,'Sofeya女装完美绽放/l/Sofeya womens perfect bloom','<p>	**市政府特授于福建xx农业发展有限公司2009年—2010年度“市级农业产业化龙头企业”称号。这是**市为进一步推进农业产业化经营，促进农业增效和农民增收，经研究所做的决定。      我司高层表示，自xx公司成立以来，受到省、市各级政府的支持和关注，此次龙头企业荣誉的获得是各级政府对我司这几年发展所取得成绩的肯定，我们定不负厚望，为福建农业发展作出应有的贡献。</p><p>	<span>**市政府特授于福建xx农业发展有限公司2009年—2010年度“市级农业产业化龙头企业”称号。这是**市为进一步推进农业产业化经营，促进农业增效和农民增收，经研究所做的决定。 我司高层表示，自xx公司成立以来，受到省、市各级政府的支持和关注，此次龙头企业荣誉的获得是各级政府对我司这几年发展所取得成绩的肯定，我们定不负厚望，为福建农业发展作出应有的贡献。</span> </p><p>	<span>**市政府特授于福建xx农业发展有限公司2009年—2010年度“市级农业产业化龙头企业”称号。这是**市为进一步推进农业产业化经营，促进农业增效和农民增收，经研究所做的决定。 我司高层表示，自xx公司成立以来，受到省、市各级政府的支持和关注，此次龙头企业荣誉的获得是各级政府对我司这几年发展所取得成绩的肯定，我们定不负厚望，为福建农业发展作出应有的贡献。</span> </p>/l/* * * * * city government special grant in Fujian XX Agricultural Development Co., Ltd. in 2009 - 2010 annual "municipal agricultural industrialization leading enterprise" title. This is the city to further promote the industrialization of agricultural operations, to promote agricultural efficiency and increase farmers'' income, the decision made by the research. Our senior management said that since the establishment of XX company, by the provincial and municipal levels of government support and concern, the leading enterprises honor is at all levels of government to me our a few years the development achievements of the positive, we not negative expectations, for the agricultural development of Fujian Province to make due contributions.<br />* * * * * city government special grant in Fujian XX Agricultural Development Co., Ltd. in 2009 - 2010 annual "municipal agricultural industrialization leading enterprise" title. This is the city to further promote the industrialization of agricultural operations, to promote agricultural efficiency and increase farmers'' income, the decision made by the research. Our senior management said that since the establishment of XX company, by the provincial and municipal levels of government support and concern, the leading enterprises honor is at all levels of government to me our a few years the development achievements of the positive, we not negative expectations, for the agricultural development of Fujian Province to make due contributions.<br />* * * * * city government special grant in Fujian XX Agricultural Development Co., Ltd. in 2009 - 2010 annual "municipal agricultural industrialization leading enterprise" title. This is the city to further promote the industrialization of agricultural operations, to promote agricultural efficiency and increase farmers'' income, the decision made by the research. Our senior management said that since the establishment of XX company, by the provincial and municipal levels of government support and concern, the leading enterprises honor is at all levels of government to me our a few years the development achievements of the positive, we not negative expectations, for the agricultural development of Fujian Province to make due contributions.<br />','2015/10/19 21:39:15','admin',130,1,'media/news_1.jpg',5,'	**市政府特授于福建xx农业发展有限公司2009年—2010年度“市级农业产业化龙头企业”称号。这是**市为进一步推进农业产业化经营.../l/* * * * * city government special grant in Fujian XX Agricultural Development Co., Ltd. in 2009 - 2010 annual "municipal agricultural industrialization leading enterprise" title. This is the city to f',0,0,0,'','','','','','',0,0,'','','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(2,'River Island高街时尚型册/l/High Street Fashion Book','最新资料显示，中国有近7万家茶叶企业，每年生产茶叶200多万吨，是名副其实的世界茶叶大国。中国茶叶外销已有2000多年的历史，在西方世界， 只要一听到茶叶就会联想到中国。按理，纵横驰骋于国际市场上的茶叶品牌自然应该诞生在中国。但是，非常遗憾，直至今日，中国在国际茶叶市场上依然只是一个 没有品牌的茶叶大国。    2008年，中国产绿茶124万吨，其中只有30万吨出口，在国际市场上的售 价很低，且大部分是以原茶形式出口。日本、美国、欧洲对中国绿茶有少量进口，主要为高档绿茶和定制的特种绿茶，利润较高但销量很少。绝大多数中国茶生产企 业还处于“微利区域”。无论是世界工厂的头衔，还是发达国家非常依赖的“中国制造”，并没有给中国茶叶生产企业带来应有的利润。    茶 叶具有天然、保健等特点，备受世人青睐。近几年，中国茶叶行业发展取得了令人瞩目的成就，每年以10万吨和10亿元的销售规模递增，其消费趋势表现出档次 越来越高、包装更加环保、保健功能被进一步开发等特点。这些消费需求的变化，势必造就新的市场机会。中国茶叶生产企业唯一能做的就是要拥抱变化，不再固守 农耕文化延续的所谓“传统茶文化”，也只有如此，方可成为未来茶叶市场的佼佼者。/l/The largest watches retail group Hendry, $3.5 billion yuan, for the first time in Taiwan opened watches flagship store, select Zhongxiao East Road and Dunhua South Road junction mouth, aimed at high-end consumer market is expected two years within Taiwan will open three stores.<br />Listed in Hong Kong Hengdeli Holdings Ltd, optimistic about the domestic high-end watch brands and, off the market, to the group''s special sales of the world''s top watch "Sambo watches (elegant)" brand, in Taipei to open the first flagship store in. This is Hendry group opened in the Greater China region twentieth Sambo watch shop.<br />Hengdeli Group Chairman and CEO Zhang Yuping yesterday (24), said, in the mainland and Hong Kong, Hendry occupies the leading position, last year to enter the Taiwan market, yesterday set up flagship store sights of high-end watch brand consumer market.<br />He believes that sales of Taiwan''s top watches with service surface soft power,, the guests to Taiwan table stores consumption, in addition to have more brand choices, back to the mainland can also enjoy Hengdeli group to provide after-sales service, Hong Kong, Macao and Taiwan will be focus of Hendry''s future development.<br />It is understood, optimistic about the strength of the domestic top watch collectors, Hendry is expected this year, but also in Taipei City new Sambo watches, then is to rob into the market in Taichung.<br />With the increase of the number of mainland tourists to Taiwan, let Hengdeli group is very optimistic about the prospects for Taiwan watches the market, the last year for the first time to enter the Taiwan market, in Dali boutique in Kaohsiung, Kaohsiung Hanshin dome opened to occupy the leading position in mainland China watches Swiss watch brand Omega stores.<br />Group (Swatch Group) and the world''s largest high-quality goods group LVMH, the world''s largest and watch group Siwoqirui, Hendry''s shareholders.<br />','2015/10/19 21:39:12','admin',264,1,'media/news_2.jpg',4,'最新资料显示，中国有近7万家茶叶企业，每年生产茶叶200多万吨，是名副其实的世界茶叶大国。中国茶叶外销已有2000多年的历史，在西方世界.../l/The largest watches retail group Hendry, $3.5 billion yuan, for the first time in Taiwan opened watches flagship store, select Zhongxiao East Road and Dunhua South Road junction mouth, aimed at high-e',0,0,0,'','','','','','',0,0,'','','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(3,'太原某某荣耀9周年 邀您共享家装盛宴/l/Taiyuan, the 9 anniversary of the glory of such an invitation to share the feast of home improvement','某某之峰装饰于2001年4月份进驻X原，4月28日X原分公司第一家店面--"美丽X园店" 隆重开业，X原分公司也于2001年5月16日正式成立，这种独特的进驻方式，为X原分公司日后的蓬勃发展奠定了坚实的基础。X原分公司的成立继承并发扬了北京XXX装饰先进的经营理念和管理体制。设计水平和工程质量及售后服务一直是X原分公司体现公司实力和塑造企业品牌的大事，因此我们不仅有训练有素、质量过硬的工程队伍，还特设立了材料配送中心、客户服务中心、质量检测中心以及监督检查机构，从根本上杜绝了<br />施工中的各种问题。<br />2010年5月XXX室内环保技术联合研究中心成立，XXX装饰与中国环境科学学会研发家装行业第一部环保书《中国环保家装手册》，XXX企业率先把室内装修的的健康、安全、环保放在第一位。企业的发展离不开客户的支持，在这个特别的日子里，我们满怀感恩的心向多年来支持我们的客户致敬，推出X原XXX荣耀9周年,邀您共享家装盛宴。<br />&nbsp;200X年08月 首届中国家庭装饰博览会优秀设计奖<br />&nbsp;200X年06月 百家质量信得过企业<br />&nbsp;200X年06月 全国住宅装饰行业质量服务诚信企业<br />&nbsp;200X年06月 绿色家装受检单位<br />&nbsp;200X年09月 全国住宅装饰装修示范工程奖<br />&nbsp;200X年12月 中国企业十佳品牌,<br />&nbsp;200X年12月 中国十大最具影响力品牌,<br />&nbsp;200X年08月 中国建筑装饰协会副会长单位&nbsp;<br />&nbsp;200X年12月 全国百姓放心装饰装修十佳首选企业<br />&nbsp;200年03月 全国消费者放心品牌&nbsp;<br />&nbsp;200X年12月 2006家居行业最具影响力装饰公司<br />&nbsp;200X年08月 企业信用评价AA级信用企业<br />&nbsp;200X年12月 2007年度全国住宅装饰装修行业百强企业<br />&nbsp;200X年08月 首届中国家庭装饰博览会优秀设计奖<br />&nbsp;200X年06月 百家质量信得过企业<br />&nbsp;200X年06月 全国住宅装饰行业质量服务诚信企业<br />&nbsp;200X年06月 绿色家装受检单位<br />&nbsp;200X年09月 全国住宅装饰装修示范工程奖<br />&nbsp;200X年12月 中国企业十佳品牌,<br />&nbsp;200X年12月 中国十大最具影响力品牌,<br />&nbsp;200X年08月 中国建筑装饰协会副会长单位&nbsp;<br />&nbsp;200X年12月 全国百姓放心装饰装修十佳首选企业<br />&nbsp;200年03月 全国消费者放心品牌&nbsp;<br />&nbsp;200X年12月 2006家居行业最具影响力装饰公司<br />&nbsp;200X年08月 企业信用评价AA级信用企业<br />&nbsp;200X年12月 2007年度全国住宅装饰装修行业百强企业<br />&nbsp;200X年08月 首届中国家庭装饰博览会优秀设计奖<br />&nbsp;200X年06月 百家质量信得过企业<br />&nbsp;200X年06月 全国住宅装饰行业质量服务诚信企业<br />&nbsp;200X年06月 绿色家装受检单位<br />&nbsp;200X年09月 全国住宅装饰装修示范工程奖<br />&nbsp;200X年12月 中国企业十佳品牌,<br />&nbsp;200X年12月 中国十大最具影响力品牌,<br />&nbsp;200X年08月 中国建筑装饰协会副会长单位&nbsp;<br />&nbsp;200X年12月 全国百姓放心装饰装修十佳首选企业<br />&nbsp;200年03月 全国消费者放心品牌&nbsp;<br />&nbsp;200X年12月 2006家居行业最具影响力装饰公司<br />&nbsp;200X年08月 企业信用评价AA级信用企业<br />&nbsp;200X年12月 2007年度全国住宅装饰装修行业百强企业<br />/l/Certain peak decoration in April 2001 stationed in X, X - April 28 original company first store -- "beautiful x Park store grand opening x the former also was formally established on 16 May 2001, this unique stationed in the way, points of raw X company in the future the vigorous development has laid a solid foundation. X original branch of the establishment of the inheritance and carry forward the Beijing XXX decorative advanced business philosophy and management system. Design and engineering quality and after-sales service has been x the former reflecting the company''s strength and shape the corporate brand event, so we not only have trained, excellent quality of the project team, also set up a special material distribution center, customer service center, quality testing in heart and supervision and inspection agencies, fundamentally put an end to the<br />Various problems in construction.<br />2010 may XXX indoor environmental technology joint research center was established, XXX decoration and China Environmental Science Society of development Jiezhuang industry first environmental book "China Jiezhuang environmental Handbook, XXX company took the lead in the interior decoration of the health, safety, environmental protection is put in the first place. Enterprise''s development is inseparable from the customer support, in this special day, we are full of Thanksgiving yearned for many years to support our customers pay tribute, X Original XXX glory the ninth anniversary of the launch, invite you to share Jiezhuang feast.<br />200X 08, the first Chinese home decoration Expo outstanding design award<br />200X 06 months of 100 quality trust companies<br />200X 06 months of the national housing decoration industry quality service integrity enterprise<br />200X 06 months of green home improvement unit<br />200X 09 months of the national residential decoration decoration demonstration project award<br />In December 200X China ten brand enterprise,<br />200X December China''s ten most influential brands,<br />200X 08, vice president of China Building Decoration Association units<br />In December 200X national people trust Decoration top ten enterprises<br />03 year 200 months of the national consumer brand<br />200X December 2006 home industry''s most influential decoration company<br />AA 08 months of enterprise credit evaluation 200X grade credit enterprise<br />200X December 2007 national residential decoration decoration industry hundred enterprises<br />200X 08, the first Chinese home decoration Expo outstanding design award<br />200X 06 months of 100 quality trust companies<br />200X 06 months of the national housing decoration industry quality service integrity enterprise<br />200X 06 months of green home improvement unit<br />200X 09 months of the national residential decoration decoration demonstration project award<br />In December 200X China ten brand enterprise,<br />200X December China''s ten most influential brands,<br />200X 08, vice president of China Building Decoration Association units<br />In December 200X national people trust Decoration top ten enterprises<br />03 year 200 months of the national consumer brand<br />200X December 2006 home industry''s most influential decoration company<br />AA 08 months of enterprise credit evaluation 200X grade credit enterprise<br />200X December 2007 national residential decoration decoration industry hundred enterprises<br />200X 08, the first Chinese home decoration Expo outstanding design award<br />200X 06 months of 100 quality trust companies<br />200X 06 months of the national housing decoration industry quality service integrity enterprise<br />200X 06 months of green home improvement unit<br />200X 09 months of the national residential decoration decoration demonstration project award<br />In December 200X China ten brand enterprise,<br />200X December China''s ten most influential brands,<br />200X 08, vice president of China Building Decoration Association units<br />In December 200X national people trust Decoration top ten enterprises<br />03 year 200 months of the national consumer brand<br />200X December 2006 home industry''s most influential decoration company<br />AA 08 months of enterprise credit evaluation 200X grade credit enterprise<br />200X December 2007 national residential decoration decoration industry hundred enterprises<br />','2015/10/19 21:39:02','222',115,1,'media/news_3.jpg',3,'某某之峰装饰于2001年4月份进驻X原，4月28日X原分公司第一家店面--"美丽X园店" 隆重开业.../l/Taiyuan, the 9 anniversary of the glory of such an invitation to share the feast of home improvement',0,0,0,'','','','','','',0,0,'','','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(4,'如何用铝合金灯光架搭建背景墙/l/How to use aluminum alloy light frame to build the background wall','<p>	搭建一个龙门架所需物料：两段铝合金立柱、一端铝合金横梁、两个方套、两个横担、两个吊挂葫芦、两个反头、两个底座、八个斜支撑、吊带、螺丝等。<br />注意事项：一般常用的铝合金桁架立柱为300*300MM的截面，桁架横梁如果挂的东西不是很重用300*300MM的，如果跨度大或者挂的灯光重用400*400或者500*500的。</p><p>	用灯光架搭建背景墙的方法：<br />1、先在地上预定位置摆好铝合金灯光架的底座；<br />2、把反头拧在铝合金灯光架的底座上，注意反头的旋转方向，一般都以转到中间横梁的一侧为好；<br />3、在反头上面套上方套；<br />4、把灯光架的横梁组装好，然后两端连接到两侧的方套上，如果底座的位置不齐，需要反复移动底座以使横梁能和方套连接上；<br />5、把立柱在地面上组装好，上面拧好横担，横担上挂上手拉葫芦；<br />6、把立柱搬到横梁上，把立柱的底端和反头的上端拧好；<br />7、多个人一起慢慢把立柱竖起来，为了加强稳定，可以在底座上插入横向延伸支撑，当立柱竖起后把反头拧死固定住；<br />8、以同样的方式把另外一个立柱也竖起来；<br />9、把吊带缠绕在横梁上，然后在把手拉葫芦下面的钩子钩住吊带；<br />10、立柱两边各一人一起同步把手拉葫芦拉起来，直到横梁起到一人高的位置；<br />11、然后在两边的底座上插上斜支撑，斜支撑的两端分别拧在立柱和底座上；<br />12、在横梁上挂设各种灯光音响器材，并调试完毕；<br />13、两人再一起同步把横梁拉到预设位置，此时龙门架搭建完毕。</p>/l/Build a gantry frame material: two sections of the aluminum alloy column, one end of the aluminum alloy beam, two sets, two cross arm, two hanging gourd, two anti head, two bases, eight diagonal bracing, sling, screws and so on.<br />Note: commonly used aluminum alloy truss column for the 300*300MM section, the truss beam if the thing is not very reusable 300*300MM reuse, if the span of large or hanging lights reuse 400*400 or 500*500.<br />Method for building background wall with light frame:<br />1, the first in a predetermined position on the base set Aluminum Alloy light frame;<br />2, the head of the aluminum alloy light frame on the base, pay attention to the direction of the rotation of the head, generally go to the side of the middle of the beam as a good;<br />3, in the top of the head above the head;<br />4, the light frame beam assembly, and then end connected to both sides of the square sleeve, if the base position is not neat, you need to repeatedly move the base to make the beam can be connected to the square;<br />5, the column on the ground assembled, and above the screw good cross arm, cross arm hanging on the hoist;<br />6, the column moved to the beam, the bottom of the column and the top of the head of the anti twist;<br />7, a number of individuals together slowly erected upright, in order to strengthen the stability, can be inserted in the base of the lateral extension support, when the column is put up after the head of the dead fixed;<br />8, in the same way to the other column also erected;<br />9, the sling winding on the beam, and then hoist under handle hook sling;<br />10, the column on both sides of each one together with the handle pull together, until the beam plays a high position;<br />11, and then on the base of the two sides of the support, the two ends of the oblique support are screwed in the column and the base;<br />12, hanging on the beam with a variety of lighting and audio equipment, and debugging is completed;<br />13, two people together with the transverse beam to the preset position, then Longmen frame is completed.<br />','2015/10/26 23:21:22','admin',176,2,'media/news_4.jpg',10,'	搭建一个龙门架所需物料：两段铝合金立柱、一端铝合金横梁、两个方套、两个横担.../l/Build a gantry frame material: two sections of the aluminum alloy column, one end of the aluminum alloy beam, two sets, two cross arm, two hanging gourd, two anti head, two bases, eight diagonal braci',0,0,0,'','','','','','',0,0,'','','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(5,'未来网络广告公司竞争核心/l/Future network advertising company competitive core','当下，网络广告已经成为最热门的广告形式，行业数据显示，广告主品牌非行销部分预算中，互联网广告预算已经上升到所有媒体的第二名，占14%。传统媒体 中，电视以60%排在第一，报纸9%，户外7%，杂志2%。网络广告未来2010—2013年年均复合增长仍然达到40%—50%，是传统媒体增长速度的 4—8倍。网络广告正在以强劲的势力冲击着传统媒体广告地位，在网络广告百花齐放的局面下，技术正在悄然占据着核心竞争的重要位置。&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;网络广告百花齐放&nbsp;<br /><br />&nbsp;&nbsp;&nbsp; 互联网媒介、营销工具与模式正在悄然发生变化，湿营销也在催化互动营销模式的变革。技术也使广告从大众化转向以满足消费者个性化需求。媒介的增多与技术的 发展，促使不同的广告展示形式陆续出现。纵观现在的网络广告，大多数广告采用的展示广告与搜索广告。技术不断发展，带来的还有网络广告形式的开发。悠易互 通年初提出的“剩余流量”概念已引起重视，广告联盟开始利用剩余70%的流量，给广大中小网站主带来福音。网络媒介流量分散化、去中心化趋势加剧，广告联 盟由单纯通路进化为开发式的媒体运营平台，通过技术实现集中采购、分布投放，实现效果聚合和精准营销的运营。&nbsp;<br /><br />&nbsp;&nbsp;&nbsp; 不管是展示广告、搜索广告，还是广告联盟都可以不同程度的实现了精准与互动，这是互联网于传统纸媒的最大不同。不管是何种形式的广告呈现，其中的技术力是广告成功投放的关键因素。&nbsp;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;技术成竞争核心&nbsp;<br /><br />&nbsp;&nbsp;&nbsp; 传统广告是单向的，网络广告是互动的;传统广告是大众不精准的，网络广告是精准的。基于WEB2.0的出现与发展，网民从单向的获取信息，逐渐成为内容的 创造者，并发展主体与客体的结合体。精准、互动成为网络广告的趋势，挖掘消费者的个性需求的问题就是精准与互动的问题。如何挖掘消费者的个性需求，并且让 消费者参与互动成为网络广告公司的技术拓展之路。&nbsp;<br /><br />&nbsp;&nbsp;&nbsp; 国内领先的网络广告运营商悠易互通，一直以技术为业务发展重点之一，其 CEO刘竣丰说：“网民往往会依据兴趣深入某个网站的二级或者三级页面，所以综合门户网站展示广告价值正在经历重新被认识和挖掘的过程，垂直类网站已经被 大多数广告主青睐。所以对众多的广告公司来说，精确挖掘消费者的个性需求，提供精准匹配广告、改变售卖方式以及为广告主提供整合网络营销服务才是出路。这 需要广告公司必须有强大、熟练的技术做支撑。”&nbsp;<br /><br />&nbsp;&nbsp; “悠易互通推出的智能四维定向系统，拥有行为定向和底层搜索技术等多项国家技术专利，在用户数据量、定向方式及投放准确率等方面，均处于同行业领先地位， 目前，悠易互通用户已经覆盖汽车、电子数码、服饰、快消等各个行业与领域。”刘竣丰表示，“‘以技术为导向，以用户为中心’，悠易互通一直坚持这个理念， 以不断进步的技术来满足不断变化的用户个性化需求。“&nbsp;<br /><br />&nbsp;&nbsp;&nbsp; 技术，成为未来广告公司核心竞争力之一，只有拥有成熟的技术，比如搜索技术、社会化媒体管理技术、用户定向技术等，并且将它置于广告的创意方案之中，才能 够让精明的广告主一见倾心。用技术去挖掘网民的个性需求，将适合的广告精准地传递给有需求的消费者，增加消费者与广告主的互动几率，提升消费者对广告及品 牌的信任度。','2015/10/26 23:21:18','admin',142,2,'media/news_5.jpg',9,'当下，网络广告已经成为最热门的广告形式，行业数据显示，广告主品牌非行销部分预算中...',0,0,0,'','','','','','',0,0,'','','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(7,'我国电子企业如何应对金融危机？/l/How to deal with the financial crisis in China''s electronic enterprises?','世界金融危机已影响到世界实体经济和国际贸易，对我国经济也产生了明显影响，主体表现在外贸出口大大减少。中国经济一季度相对世界经济一片惨淡景象而言有较好的表现，但还不能轻率地说中国经济开始复苏。目前，中国就业形势仍很严峻，民间投资意愿依然不强，中小企业生存的困境没有根本改观，电子企业仍处在危机压力之下。 &nbsp;<br />&nbsp; &nbsp; 为了应对当前的金融危机，我国不少电子企业采取了以下的妙招。 &nbsp;<br />&nbsp; &nbsp; 现今中国市场已成为世界上潜力最大的市场，其容量很大。特别是为扩大内需，中央政府出资4万亿元人民币并提出了扩大内需的十项措施。这为我国中小外贸企业（也包括电子中小外贸企业）转向国内市场提供条件。我国不少出口遇到暂时困难的中小电子外贸企业迅速调整经营方向，调整产品结构，大量生产国内市场需要的电子产品，如消费电子生产企业、手机厂商转大量向国内市场；另外，目前开展的电子产品下乡运动，对缓解中小企业的危机起到了很大的的作用；与此同时，还进行了外贸产品转内销的活动。&nbsp;<br />&nbsp; &nbsp; 在当前金融危机影响下，世界经济一片萧条，外贸形势严峻，这给中国电子企业开拓国际市场增加了重重困难。但困难面前方显英雄本色。越是困难越向前，迎着困难上，这才是经过改革开放30年的磨练，在世界市场上经风雨的华为集团的本色。华为集团敢于碰硬，凭着自己的经济和技术实力以及人才实力和智慧，硬是在金融危机的困难条件下，打进了美国市场。 &nbsp;<br />&nbsp; &nbsp; 进入美国电信市场一直是华为的奋斗目标，因为美国市场是全球的主流市场，全球电信设备最大的买主大部分集中在北美，这个市场每年的电信设备采购量是全球电信开支的一半。虽然这个成熟的市场难以渗透，但现在到了突破美国市场的最佳时机。原因在于，老牌的设备商因为金融危机元气大伤，在大家都缺钱的情况下，华为的低价优势显得极具吸引力。&nbsp;<br />&nbsp; &nbsp; 我国电子企业应提高自身的综合实力，不断进取，运用科技创新手段来进行发展。<br />/l/The largest watches retail group Hendry, $3.5 billion yuan, for the first time in Taiwan opened watches flagship store, select Zhongxiao East Road and Dunhua South Road junction mouth, aimed at high-end consumer market is expected two years within Taiwan will open three stores.<br />Listed in Hong Kong Hengdeli Holdings Ltd, optimistic about the domestic high-end watch brands and, off the market, to the group''s special sales of the world''s top watch "Sambo watches (elegant)" brand, in Taipei to open the first flagship store in. This is Hendry group opened in the Greater China region twentieth Sambo watch shop.<br />Hengdeli Group Chairman and CEO Zhang Yuping yesterday (24), said, in the mainland and Hong Kong, Hendry occupies the leading position, last year to enter the Taiwan market, yesterday set up flagship store sights of high-end watch brand consumer market.<br />He believes that sales of Taiwan''s top watches with service surface soft power,, the guests to Taiwan table stores consumption, in addition to have more brand choices, back to the mainland can also enjoy Hengdeli group to provide after-sales service, Hong Kong, Macao and Taiwan will be focus of Hendry''s future development.<br />It is understood, optimistic about the strength of the domestic top watch collectors, Hendry is expected this year, but also in Taipei City new Sambo watches, then is to rob into the market in Taichung.<br />With the increase of the number of mainland tourists to Taiwan, let Hengdeli group is very optimistic about the prospects for Taiwan watches the market, the last year for the first time to enter the Taiwan market, in Dali boutique in Kaohsiung, Kaohsiung Hanshin dome opened to occupy the leading position in mainland China watches Swiss watch brand Omega stores.<br />Group (Swatch Group) and the world''s largest high-quality goods group LVMH, the world''s largest and watch group Siwoqirui, Hendry''s shareholders.<br />','2015/10/19 21:40:57','admin',109,1,'media/news_6.jpg',2,'世界金融危机已影响到世界实体经济和国际贸易，对我国经济也产生了明显影响，主体表现在外贸出口大大减少。中国经济一季度相对世界经济一片惨淡景象而言有较好的表现，但还不能轻率地说中国经济开始复苏。目前，中国就业形势仍很严峻，民间投资意愿依然不强，中小企业生存的困境没有根本改观，电子企业仍处在危机压力之下。&#160;&#160;&#160;为了应对当前的金融危机，我国不少电子企业采取了以下的妙招。&nb/l/The largest watches retail group Hendry, $3.5 billion yuan, for the first time in Taiwan opened watches flagship store, select Zhongxiao East Road and Dunhua South Road junction mouth, aimed at high-e',0,0,0,'','','','','','',0,0,'','','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(8,'斥资3.5亿 亨得利首次布局XX钟表业/l/Spend 350 million for the first time Hendry watch industry layout XX','大中华区最大名表零售集团亨得利，斥资3.5亿元，首度在台开设名表旗舰店，选中忠孝东路、敦化南路交叉口，瞄准高档的消费市场，预计二年内在全台将开设三间新店。<br />　　在香港挂牌上市的亨得利控股有限公司，看好国内中高档钟表品牌及大陆客的市场，以其集团旗下专门销售世界顶级手表的“三宝名表(ELEGANT)”品牌，在台北开设全台首间旗舰店。这也是亨得利集团在大中华区开设的第20间三宝名表店。<br />　　亨得利集团主席兼总裁张瑜平昨(24)日表示，在大陆及香港，亨得利都居于领先的地位，去年进入台湾市场，昨天成立旗舰店，抢攻高端的腕表品牌消费市场。<br />　　他认为，台湾销售顶级名表具有服务面的软实力，大陆的客人到台湾的表店消费，除了有更多品牌的选择外，回到大陆后也能享有亨得利集团提供的售后服务，港、澳、台将是亨得利未来发展的重心。<br />　　据了解，看好国内顶级钟表收藏家的实力，亨得利预计今年还要在台北市新增一间三宝名表，接着就是要抢进台中市场。<br />　　随着大陆客来台的人数增加，让亨得利集团相当看好台湾钟表市场的前景，去年首次进入台湾市场，于高雄大立精品、高雄汉神巨蛋开设在大陆腕表居龙头地位的瑞士钟表品牌欧米茄专卖店。<br />　　全球最大钟表集团斯沃其瑞表集团(SWATCH GROUP)及全球最大精品集团LVMH，都是亨得利的股东。<br />/l/<span style="white-space:normal;">The largest watches retail group Hendry, $3.5 billion yuan, for the first time in Taiwan opened watches flagship store, select Zhongxiao East Road and Dunhua South Road junction mouth, aimed at high-end consumer market is expected two years within Taiwan will open three stores.</span><br style="white-space:normal;" /><span style="white-space:normal;">Listed in Hong Kong Hengdeli Holdings Ltd, optimistic about the domestic high-end watch brands and, off the market, to the group''s special sales of the world''s top watch "Sambo watches (elegant)" brand, in Taipei to open the first flagship store in. This is Hendry group opened in the Greater China region twentieth Sambo watch shop.</span><br style="white-space:normal;" /><span style="white-space:normal;">Hengdeli Group Chairman and CEO Zhang Yuping yesterday (24), said, in the mainland and Hong Kong, Hendry occupies the leading position, last year to enter the Taiwan market, yesterday set up flagship store sights of high-end watch brand consumer market.</span><br style="white-space:normal;" /><span style="white-space:normal;">He believes that sales of Taiwan''s top watches with service surface soft power,, the guests to Taiwan table stores consumption, in addition to have more brand choices, back to the mainland can also enjoy Hengdeli group to provide after-sales service, Hong Kong, Macao and Taiwan will be focus of Hendry''s future development.</span><br style="white-space:normal;" /><span style="white-space:normal;">It is understood, optimistic about the strength of the domestic top watch collectors, Hendry is expected this year, but also in Taipei City new Sambo watches, then is to rob into the market in Taichung.</span><br style="white-space:normal;" /><span style="white-space:normal;">With the increase of the number of mainland tourists to Taiwan, let Hengdeli group is very optimistic about the prospects for Taiwan watches the market, the last year for the first time to enter the Taiwan market, in Dali boutique in Kaohsiung, Kaohsiung Hanshin dome opened to occupy the leading position in mainland China watches Swiss watch brand Omega stores.</span><br style="white-space:normal;" /><span style="white-space:normal;">Group (Swatch Group) and the world''s largest high-quality goods group LVMH, the world''s largest and watch group Siwoqirui, Hendry''s shareholders.</span><br style="white-space:normal;" />','2015/11/18 19:32:37','admin',108,1,'media/news_7.jpg',1,'未填',0,0,0,'钟表,布局,得利,斥资','未填','','','','',0,0,'','','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(9,'争创浙江省质量奖 提升品质管理意识/l/Striving for quality award of Zhejiang province to enhance the','质量奖是质量领域的最高奖项，而这其中的卓越绩效模式标准则反映了现代管理的优秀理念和方法，是许多成功企业的经验总结，是激励和引导企业追求卓越，成为世界级企业的有效途径。2010年**总厂将全面实施《卓越绩效评价准则》，争创浙江省质量奖。<br />&nbsp; &nbsp; &nbsp; &nbsp;为了提升员工对质量、品质的关注，增强员工对卓越绩效的认识，近期**总厂举行了“争创省质量奖启动大会”，洪厂长在会上指出：卓越绩效模式是总厂目前所 需要的科学管理模式，各部门、车间要把贯彻实施卓越绩效模式提升到战略的高度来看待，引导和激励追求卓越的经营质量，不断趋于成熟，实现永续经营。同时总 厂还邀请**老师针对卓越绩效评价准则条款，对全体人员进行了详细地讲解，并结合经典案例进行分析，让员工对省质量奖、卓越绩效有了较为系统、全面的认 识。<br />&nbsp; &nbsp; &nbsp; &nbsp;品质是企业长期可持续发展的动力源。喜逢上市，**总厂将以争创浙江省质量奖为契机，使员工从思想上认识到品质的重要性，明确在今后的生产工作中需要贯彻卓越绩效模式，重视产品质量、服务质量、经营质量，促进公司效益的大提升。<br />/l/Quality award is the highest award in the field of quality, and the standard of performance excellence model reflects the outstanding idea and method of modern management is to sum up the experience of many successful enterprises, is to encourage and guide enterprises to the pursuit of excellence, has become an effective way for the world-class enterprise. 2010 * * factory will fully implement the "excellent performance evaluation criteria", striving for quality award of Zhejiang province.<br />In order to enhance staff awareness of quality, quality, enhance staff awareness of the excellent performance, recent * * General Factory held a "striving for the provincial quality award to start the General Assembly", Hong director at the meeting pointed out: performance excellence model is a scientific management mode of total factory is needed, the Department, the workshop to the implementation of performance excellence model up to strategic height to look at, guide and encourage the pursuit of excellence in quality management, tends to be mature and achieve a sustainable operation. Also total factory also invited teacher * * according to the terms of the criteria for performance excellence, to all the people were in detail, combined with the classic case analysis, let the staff of provincial quality award, outstanding performance with a more systematic and comprehensive understanding.<br />Quality is the source of long-term sustainable development of enterprises. Hi every listed, * * general factory will to strive for quality award of Zhejiang Province as an opportunity, so that employees from the ideological understanding of quality to the importance of, clear in the future production need to implement performance excellence model, pay attention to product quality, service quality, management quality, promote to enhance the effectiveness of the company''s big.<br />','2015/10/26 23:21:14','admin',110,2,'media/news_8.jpg',8,'质量奖是质量领域的最高奖项，而这其中的卓越绩效模式标准则反映了现代管理的优秀理念和方法，是许多成功企业的经验总结，是激励和引导企业追求卓越/l/Quality award is the highest award in the field of quality, and the standard of performance excellence model reflects the outstanding idea and method of modern management is to sum up the experience o',0,0,0,'','','','','','',0,0,'','','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(10,'公司顺利通过中国环境标志产品认证/l/The company successfully passed the certification of China Environmental Labeling Products','近期，公司喜获“中国环境标志产品认证”证书。中国环境标志认证表明公司产品不仅质量合格，而且在生产、使用和处理处置过程中符合特定的环境保护要求，与同类产品相比，具有低毒少害、节约资源等环境优势。<br />&nbsp; &nbsp; &nbsp;“中国环境标志产品认证”是中国最高级别的环保认证，又称十环认证，由国家环保总局认证中心评审、颁发。公司倡导环保、健康的生活方式，积极响应国家政策 方针，认真落实环保生产的企业生产方式，把环境管理的现代意识融入生产过程中，推动“环境友好产品”的发展，积极开拓生态工业和循环经济。“中国环境标志 产品认证”的顺利通过，是对公司产品的环境性能及生产过程的环保措施的肯定，同时也有效提升了公司的形象和竞争力。<br />/l/Recently, the company awarded the "Chinese environmental product certification mark" certificate. China environment symbol certification indicates that the company the product not only quality, and in the production, use, and disposal of the disposal process accords with specific environmental protection requirement, compared with similar products with low toxicity and less harm, resource conservation, environmental advantages.<br />"China Environmental Labeling Products Certification" is the highest level of China''s environmental protection certification, also known as the ten ring certification, by the State Environmental Protection Administration certification center accreditation. Company advocates environmental protection, healthy lifestyle, to respond positively to the national policy, earnestly implement the production of environmentally friendly mode of production enterprises, modern consciousness of environmental management into the production process, promote the development of environmentally friendly products ", and actively develop ecological industry and circular economy. "China Environmental Labeling Product Certification" passed, is the product of the company''s environmental performance and production process of environmental protection measures, but also effectively enhance the company''s image and competitiveness.<br />','2015/10/26 23:21:09','admin',111,2,'media/news_9.jpg',7,'近期，公司喜获“中国环境标志产品认证”证书。中国环境标志认证表明公司产品不仅质量合格，而且在生产、使用和处理处置过程中符合特定的环境保护要求/l/Recently, the company awarded the "Chinese environmental product certification mark" certificate. China environment symbol certification indicates that the company the product not only quality, and in',0,0,0,'','','','','','',0,0,'','','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(11,'广告业务反弹将使分众收益/l/Advertising business rebound will make the revenue','以下为报告摘要：<br />&nbsp;<br />　　营收大部分符合预期：分众一季度营收达到1.25亿美元，同比增长19%(环比下降13%)，比我们的预期高出5%。按非美国通用会计准则计算，美国存托凭证每股盈利0.16美元，同比增长11%，基本符合我们的预期。<br />&nbsp;<br />　 　利好因素：1)商业楼宇联播网营收同比增长46%，达到总营收的40%；2)网络广告营收同比增长32%，达到总营收的23%；3)由于广告需求增长和 定价权的恢复，分众对二季度作出乐观的预测，商业楼宇联播网、卖场终端联播网和框架广告网络的总营收可能将环比增长20-23%和同比增长10-13%。 值得注意的是，分众预期将在7月再次提高广告价格。<br />&nbsp;<br />　　利空因素：1)框架广告网络营收(占总营收20%)同比增长仅为5%；2)运营现金流环比减少92%，主要原因是：预付卖场终端网络的租金、支付2009年第四季度所得税、解决了2008年的一桩商业仲裁案件和收入的季节性减少。<br />&nbsp;<br />　 　得益于广告业务反弹：我们通过现金流折现估值法(DCF)计算得到分众股票价值为24.5美元，预示该股有62%的上升空间。我们认为，分众将得益于中 国广告业务的复苏，因为：1)百度预期二季度营收同比增长约70%；2)航美传媒预期2010年营收同比增长50-65%；3)新浪和搜狐均预期广告营收 出现增长。我们分析认为：1)分众的总营收今年可能同比增长约20%，而2009年总营收同比下降21%；2)分众2010年非美国通用会计准则营运利润 率将同比增加10%至30%，主要得益于营业杠杆作用；3)由于地方经济发展增速和可支配收入增加，我们认为分众向三四线城市扩张将为其带来更多的广告收 入；4)净现金和分众户外广告的重置成本约占其市值的35-40%。<br />&nbsp;<br />　　股票评级：增持<br />&nbsp;<br />　　行业前景：具有吸引力<br />&nbsp;<br />　　按ModelWare模型计算的实际每股收益：(2009年12月)1.61美元<br />&nbsp;<br />　　按ModelWare模型计算的预期每股收益：(2010年12月)0.40美元；(2011年12月)1.17美元；(2012年12月)1.27美元<br />/l/The following is a summary of the report:<br />Most of its revenues in line with expectations: Zhongyi quarter revenue of $1.25 billion, an increase of 19%, annulus comparing fell 13%), than we expected 5% higher. According to non US GAAP, American Depositary Receipts earnings per share of $0.16, an increase of 11%, basically in line with our expectations.<br />Favorable factors: 1) commercial premises network revenue year-on-year increase of 46%, up to 40% of total revenue; 2) the network advertising revenue grew 32%, 23 per cent of total revenue; 3) due to the recovery of growth in demand for advertising and pricing, all make the optimistic forecasts for the second quarter, total revenue of the commercial building network, stores terminal network and framework of network advertisement may growth 20-23% and an increase of 10-13%. It is worth noting that the public is expected to be in July to raise the price of advertising again.<br />Negative factors: 1) framework for online advertising revenue accounted for 20% of total revenue) year-on-year growth of only 5%; 2) operating cash flow chain reduce 92%, main reason is: prepaid terminal stores network rent, payment in the fourth quarter of 2009 income tax, to solve the season of 2008 a pile of commercial arbitration cases and income reduction.<br />Thanks to a rebound in advertising business: we calculated by discounted cash flow valuation method (DCF) to get a share of the value of the stock is $24.5, indicating that the stock has a 62% rise in space. We think, cent is numerous, thanks to the recovery of China''s advertising business, because: 1) Baidu expected second quarter revenue grew by about 70%; 2) AirMedia expected 2010 revenue grew 50-65%; 3) Sina and Sohu are expected to increase in advertising revenue. We analyzed that: 1) total revenue of the focus of this year may be an increase of about 20%, and in 2009 total revenue fell 21%; 2) focus in 2010 non GAAP operating profit rate will increase by 10% to 30%, mainly due to operating leverage; 3) due to the local economic growth and increase in disposable income, we believe that the focus to three or four lines of urban expansion will be to bring more advertising income; 4) net cash and the replacement cost of all outdoor advertising accounted for about 35-40% of its market value.<br />Stock rating: Overweight<br />Industry Outlook: attractive<br />The actual earnings per share calculated by the ModelWare model: (December 2009) $1.61<br />Expected earnings per share calculated by the ModelWare model: (December 2010) $0.40; (December 2011) $1.17; (December 2012) $1.27<br />','2015/10/26 23:21:02','admin',107,2,'media/news_10.jpg',6,'未填',0,0,0,'收益,反弹','未填','','','','',0,0,'','','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(17,'资料下载-加盟申请表/l/资料下载-加盟申请表(en)','<p>	文件名称：加盟申请表</p><p>	文件大小：123K</p><p>	上传时间：2016-11-21</p><p>	文件说明：下载后请认真填写资料表格，发送至邮箱XXX@qq.com，我们将尽快给您回复，谢谢！</p><p>	附件：</p><p>	<a class="ke-insertfile" href="{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx" target="_blank">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>/l/<p>	文件名称：加盟申请表</p><p>	文件大小：123K</p><p>	上传时间：2016-11-21</p><p>	文件说明：下载后请认真填写资料表格，发送至邮箱XXX@qq.com，我们将尽快给您回复，谢谢！</p><p>	附件：</p><p>	<a class="ke-insertfile" href="{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx" target="_blank">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>(en)','2016/11/21 9:23:37','admin',102,7,'media/20161121092824571.jpg',15,' 文件名称：加盟申请表 文件大小：123K 上传时间：2016-11-21 文件说明：下载后请认真填写资料表格，发送至邮箱XXX@qq.com，我们将尽快给您回复，谢谢！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/ 文件名称：加盟申请表 文件大小：123K 上传时间：2016-11-21 文件说明：下载后请认真填写资料表格，发送至邮箱XXX@qq.com，我们将尽快给您回复，谢谢！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx(en)',0,0,0,'申请表,加盟,资料下载/l/申请表,加盟,资料下载(en)',' 文件名称：加盟申请表 文件大小：123K 上传时间：2016-11-21 文件说明：下载后请认真填写资料表格，发送至邮箱XXX@qq.com，我们将尽快给您回复，谢谢！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/ 文件名称：加盟申请表 文件大小：123K 上传时间：2016-11-21 文件说明：下载后请认真填写资料表格，发送至邮箱XXX@qq.com，我们将尽快给您回复，谢谢！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx(en)','','/l/(en)',',,','',0,2,'加盟申请表|123K|v1.10|中文|windows|/kindeditor/attached/file/20161121/20161121092763446344.xlsx','||||||||','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(18,'资料下载-招聘启示/l/资料下载-招聘启示(en)','<p style="white-space:normal;">	文件名称：招聘启示</p><p style="white-space:normal;">	文件大小：153K</p><p style="white-space:normal;">	上传时间：2016-11-21</p><p style="white-space:normal;">	文件说明：资料中详细的岗位需求、学历工作经历要求，欢迎参加我公司招聘会！</p><p style="white-space:normal;">	附件：</p><p style="white-space:normal;">	<a class="ke-insertfile" href="{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx" target="_blank">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>/l/<p style="white-space:normal;">	文件名称：招聘启示</p><p style="white-space:normal;">	文件大小：153K</p><p style="white-space:normal;">	上传时间：2016-11-21</p><p style="white-space:normal;">	文件说明：资料中详细的岗位需求、学历工作经历要求，欢迎参加我公司招聘会！</p><p style="white-space:normal;">	附件：</p><p style="white-space:normal;">	<a class="ke-insertfile" href="{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx" target="_blank">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>(en)','2016/11/21 9:30:25','admin',100,7,'media/20161121093240988.jpg',14,' 文件名称：招聘启示 文件大小：153K 上传时间：2016-11-21 文件说明：资料中详细的岗位需求、学历工作经历要求，欢迎参加我公司招聘会！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/ 文件名称：招聘启示 文件大小：153K 上传时间：2016-11-21 文件说明：资料中详细的岗位需求、学历工作经历要求，欢迎参加我公司招聘会！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx(en)',0,0,0,'启示,招聘/l/启示,招聘(en)',' 文件名称：招聘启示 文件大小：153K 上传时间：2016-11-21 文件说明：资料中详细的岗位需求、学历工作经历要求，欢迎参加我公司招聘会！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/ 文件名称：招聘启示 文件大小：153K 上传时间：2016-11-21 文件说明：资料中详细的岗位需求、学历工作经历要求，欢迎参加我公司招聘会！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx(en)','','/l/(en)',',,','',0,2,'招聘启示|153K|v1.0|中文|windows|/kindeditor/attached/file/20161121/20161121092763446344.xlsx','||||||||','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(19,'资料下载-产品图册/l/资料下载-产品图册(en)','<p style="white-space:normal;">	文件名称：产品图册</p><p style="white-space:normal;">	文件大小：56K</p><p style="white-space:normal;">	上传时间：2016-11-21</p><p style="white-space:normal;">	文件说明：产品图册有本公司所有产品的详细介绍，以及报价等信息，欢迎下载阅读！</p><p style="white-space:normal;">	附件：</p><p style="white-space:normal;">	<a class="ke-insertfile" href="{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx" target="_blank">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>/l/<p style="white-space:normal;">	文件名称：产品图册</p><p style="white-space:normal;">	文件大小：56K</p><p style="white-space:normal;">	上传时间：2016-11-21</p><p style="white-space:normal;">	文件说明：产品图册有本公司所有产品的详细介绍，以及报价等信息，欢迎下载阅读！</p><p style="white-space:normal;">	附件：</p><p style="white-space:normal;">	<a class="ke-insertfile" href="{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx" target="_blank">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>(en)','2016/11/21 9:32:48','admin',100,7,'media/20161121093440287.png',13,' 文件名称：产品图册 文件大小：56K 上传时间：2016-11-21 文件说明：产品图册有本公司所有产品的详细介绍，以及报价等信息，欢迎下载阅读！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/ 文件名称：产品图册 文件大小：56K 上传时间：2016-11-21 文件说明：产品图册有本公司所有产品的详细介绍，以及报价等信息，欢迎下载阅读！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx(en)',0,0,0,'产品,资料下载/l/产品,资料下载(en)',' 文件名称：产品图册 文件大小：56K 上传时间：2016-11-21 文件说明：产品图册有本公司所有产品的详细介绍，以及报价等信息，欢迎下载阅读！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/ 文件名称：产品图册 文件大小：56K 上传时间：2016-11-21 文件说明：产品图册有本公司所有产品的详细介绍，以及报价等信息，欢迎下载阅读！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx(en)','','/l/(en)',',,','',0,2,'产品图册|56K|v1.0|中文|windows|/kindeditor/attached/file/20161121/20161121092763446344.xlsx','||||||||','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(20,'资料下载-专业资料 /l/资料下载-专业资料 (en)','<p style="white-space:normal;">	文件名称：专业资料&nbsp;</p><p style="white-space:normal;">	文件大小：143K</p><p style="white-space:normal;">	上传时间：2016-11-21</p><p style="white-space:normal;">	文件说明：相关专业人士可下载阅读。</p><p style="white-space:normal;">	附件：</p><p style="white-space:normal;">	<a class="ke-insertfile" href="{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx" target="_blank">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>/l/<p style="white-space:normal;">	文件名称：专业资料&nbsp;</p><p style="white-space:normal;">	文件大小：143K</p><p style="white-space:normal;">	上传时间：2016-11-21</p><p style="white-space:normal;">	文件说明：相关专业人士可下载阅读。</p><p style="white-space:normal;">	附件：</p><p style="white-space:normal;">	<a class="ke-insertfile" href="{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx" target="_blank">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>(en)','2016/11/21 9:34:51','admin',101,7,'media/20161121093602671.jpg',12,' 文件名称：专业资料&nbsp; 文件大小：143K 上传时间：2016-11-21 文件说明：相关专业人士可下载阅读。 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/ 文件名称：专业资料&nbsp; 文件大小：143K 上传时间：2016-11-21 文件说明：相关专业人士可下载阅读。 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx(en)',0,0,0,'资料,专业,资料下载/l/资料,专业,资料下载(en)',' 文件名称：专业资料&nbsp; 文件大小：143K 上传时间：2016-11-21 文件说明：相关专业人士可下载阅读。 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/ 文件名称：专业资料&nbsp; 文件大小：143K 上传时间：2016-11-21 文件说明：相关专业人士可下载阅读。 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx(en)','','/l/(en)',',,','',0,2,'专业资料 |143K|v1.0|中文|windows|/kindeditor/attached/file/20161121/20161121092763446344.xlsx','||||||||','',0,'','','0')
insert into [SL_news] ([N_id],[N_title],[N_content],[N_date],[N_author],[N_view],[N_sort],[N_pic],[N_order],[N_short],[N_top],[N_sh],[N_lv],[N_keywords],[N_description],[N_link],[N_pagetitle],[N_tag],[N_color],[N_strong],[N_type],[N_file],[N_job],[N_hide],[N_hideon],[N_hidetype],[N_hideintro],[N_price]) values(21,'资料下载-产品报价 /l/资料下载-产品报价 (en)','<p style="white-space:normal;">	文件名称：产品报价表</p><p style="white-space:normal;">	文件大小：97K</p><p style="white-space:normal;">	上传时间：2016-11-21</p><p style="white-space:normal;">	文件说明：代理商专用，文件中有详细的产品报价以及代理商成本价，有意向的伙伴可以加盟代理！</p><p style="white-space:normal;">	附件：</p><p style="white-space:normal;">	<a class="ke-insertfile" href="{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx" target="_blank">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>/l/<p style="white-space:normal;">	文件名称：产品报价表</p><p style="white-space:normal;">	文件大小：97K</p><p style="white-space:normal;">	上传时间：2016-11-21</p><p style="white-space:normal;">	文件说明：代理商专用，文件中有详细的产品报价以及代理商成本价，有意向的伙伴可以加盟代理！</p><p style="white-space:normal;">	附件：</p><p style="white-space:normal;">	<a class="ke-insertfile" href="{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx" target="_blank">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>(en)','2016/11/21 9:36:08','admin',103,7,'media/20161121093743958.jpg',11,' 文件名称：产品报价表 文件大小：97K 上传时间：2016-11-21 文件说明：代理商专用，文件中有详细的产品报价以及代理商成本价，有意向的伙伴可以加盟代理！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/ 文件名称：产品报价表 文件大小：97K 上传时间：2016-11-21 文件说明：代理商专用，文件中有详细的产品报价以及代理商成本价，有意向的伙伴可以加盟代理！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx(en)',0,0,0,'产品报价,资料下载/l/产品报价,资料下载(en)',' 文件名称：产品报价表 文件大小：97K 上传时间：2016-11-21 文件说明：代理商专用，文件中有详细的产品报价以及代理商成本价，有意向的伙伴可以加盟代理！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/ 文件名称：产品报价表 文件大小：97K 上传时间：2016-11-21 文件说明：代理商专用，文件中有详细的产品报价以及代理商成本价，有意向的伙伴可以加盟代理！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx(en)','','/l/(en)',',,','',0,2,'产品报价 |97K|v1.0|中文|windows|/kindeditor/attached/file/20161121/20161121092763446344.xlsx','||||||||','',0,'','','0')
SET IDENTITY_INSERT SL_news OFF
SET IDENTITY_INSERT SL_nsort ON
insert into [SL_nsort] ([S_id],[S_title],[S_entitle],[S_description],[S_keywords],[S_type],[S_order],[S_sub],[S_pagetitle]) values(1,'公司新闻/l/company','company/l/company','1','2',0,0,99,'')
insert into [SL_nsort] ([S_id],[S_title],[S_entitle],[S_description],[S_keywords],[S_type],[S_order],[S_sub],[S_pagetitle]) values(2,'行业动态/l/news','news/l/news','1','2',0,0,99,'')
insert into [SL_nsort] ([S_id],[S_title],[S_entitle],[S_description],[S_keywords],[S_type],[S_order],[S_sub],[S_pagetitle]) values(7,'资料下载','download','资料下载','下载',1,0,100,'')
insert into [SL_nsort] ([S_id],[S_title],[S_entitle],[S_description],[S_keywords],[S_type],[S_order],[S_sub],[S_pagetitle]) values(99,'新闻','news','新闻分类描述','新闻分类关键词',0,0,0,'')
insert into [SL_nsort] ([S_id],[S_title],[S_entitle],[S_description],[S_keywords],[S_type],[S_order],[S_sub],[S_pagetitle]) values(100,'下载','download','下载分类描述','下载分类关键词',0,0,0,'')
SET IDENTITY_INSERT SL_nsort OFF
SET IDENTITY_INSERT SL_orders ON
insert into [SL_orders] ([O_id],[O_member],[O_price],[O_num],[O_shuxing],[O_state],[O_pid],[O_wl],[O_wlid],[O_tradeno],[O_time]) values(10,7,.01,1,'标配',3,78,'中通','1234567890','1002510991201510241319384097（微信付款）','2015/10/24 19:35:52')
insert into [SL_orders] ([O_id],[O_member],[O_price],[O_num],[O_shuxing],[O_state],[O_pid],[O_wl],[O_wlid],[O_tradeno],[O_time]) values(11,7,.01,2,'标配',3,78,'圆通','1234567890','2015102421001004110044403666（支付宝付款）','2015/10/24 19:39:21')
insert into [SL_orders] ([O_id],[O_member],[O_price],[O_num],[O_shuxing],[O_state],[O_pid],[O_wl],[O_wlid],[O_tradeno],[O_time]) values(12,7,.01,3,'标配',3,78,'申通','1234567890','2015102421001004390025952107（网银付款）','2015/10/24 19:40:18')
SET IDENTITY_INSERT SL_orders OFF
SET IDENTITY_INSERT SL_product ON
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(78,'media/20151019120842158.jpg','media/20151019120842158.jpg','测试支付商品/l/test prdoct','本商品供支付测试使用，可删除/l/This commodity is used for payment and can be deleted.',4,0,.01,1,'测试支付商品/l/test prdoct','',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(79,'media/20151019122903897.jpg','media/20151019122903897.jpg','华为Mate S 臻享高配版/l/HUAWEI Mate S ','<div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1831/233/1926546270/359868/40dbeae3/5618f525N49e43a88.jpg" class="" /><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1792/333/1931387757/314731/8762fe02/5618f525N6c86f622.jpg" class="" /><img alt="" id="fdc9d769f5fa498ca71d496c93dbe73d" src="http://img30.360buyimg.com/popWaterMark/jfs/t1954/64/384564933/149534/5915b77a/560526b7N43e05267.jpg" class="" /> </div><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" id="593cbe41c1c3450f84bb93edc0b05874" src="http://img30.360buyimg.com/popWaterMark/jfs/t2365/68/395306955/230057/8074d0f5/560526bfN76de3cbc.jpg" class="" /> </div><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" id="616094ec3a91486f9e755fa0dc850623" src="http://img10.360buyimg.com/imgzone/jfs/t2329/317/684754943/280124/a92fcc8c/56246a13N1c388b40.jpg" class="" /> </div><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" id="db3d27304b2a4174b7836f6857bcbb11" src="http://img10.360buyimg.com/imgzone/jfs/t1849/160/695909695/199024/9ec8039a/56246b41Nb6ee245d.jpg" class="" /> </div><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" id="e61a30f1c0854709bb484a97177c0565" src="http://img30.360buyimg.com/popWaterMark/jfs/t2152/76/378671684/137301/ecfaaa32/560526c8N90bfef14.jpg" class="" /> </div><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" id="7fc23eda619146c28ccf82b2bde703d3" src="http://img10.360buyimg.com/imgzone/jfs/t1966/164/714952385/144837/d88a9033/56246b47N89492eb7.jpg" class="" /> </div><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1831/233/1926546270/359868/40dbeae3/5618f525N49e43a88.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1792/333/1931387757/314731/8762fe02/5618f525N6c86f622.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2359/342/594727640/403238/10705134/5618f527N248f8c7d.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2251/1/567811261/299782/d9e23509/5618f529Nb01f40c1.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1828/312/1898384148/608339/453ef4d1/5618f52eN7b88b68b.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2188/360/580234944/637332/d2b6a7a0/5618f534Nf80ebc6f.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2494/352/594268848/298522/9c18bccc/5618f535N56ad21cd.jpg" class="" />/l/<div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1831/233/1926546270/359868/40dbeae3/5618f525N49e43a88.jpg" class="" /><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1792/333/1931387757/314731/8762fe02/5618f525N6c86f622.jpg" class="" /><img alt="" id="fdc9d769f5fa498ca71d496c93dbe73d" src="http://img30.360buyimg.com/popWaterMark/jfs/t1954/64/384564933/149534/5915b77a/560526b7N43e05267.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" id="593cbe41c1c3450f84bb93edc0b05874" src="http://img30.360buyimg.com/popWaterMark/jfs/t2365/68/395306955/230057/8074d0f5/560526bfN76de3cbc.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" id="616094ec3a91486f9e755fa0dc850623" src="http://img10.360buyimg.com/imgzone/jfs/t2329/317/684754943/280124/a92fcc8c/56246a13N1c388b40.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" id="db3d27304b2a4174b7836f6857bcbb11" src="http://img10.360buyimg.com/imgzone/jfs/t1849/160/695909695/199024/9ec8039a/56246b41Nb6ee245d.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" id="e61a30f1c0854709bb484a97177c0565" src="http://img30.360buyimg.com/popWaterMark/jfs/t2152/76/378671684/137301/ecfaaa32/560526c8N90bfef14.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" id="7fc23eda619146c28ccf82b2bde703d3" src="http://img10.360buyimg.com/imgzone/jfs/t1966/164/714952385/144837/d88a9033/56246b47N89492eb7.jpg" class="" /></div><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1831/233/1926546270/359868/40dbeae3/5618f525N49e43a88.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1792/333/1931387757/314731/8762fe02/5618f525N6c86f622.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2359/342/594727640/403238/10705134/5618f527N248f8c7d.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2251/1/567811261/299782/d9e23509/5618f529Nb01f40c1.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1828/312/1898384148/608339/453ef4d1/5618f52eN7b88b68b.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2188/360/580234944/637332/d2b6a7a0/5618f534Nf80ebc6f.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2494/352/594268848/298522/9c18bccc/5618f535N56ad21cd.jpg" class="" style="white-space:normal;" />',4,0,3000,1,'华为Mate S 臻享高配版/l/HUAWEI Mate S ','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(80,'media/20151019122605029.jpg','media/20151019122605029.jpg','华为 HUAWEI Ascend Mate7/l/HUAWEI Ascend Mate7','<img alt="" class="" src="http://img10.360buyimg.com/imgzone/jfs/t1801/233/625479926/189617/c23863d1/55d690feN0d2b7009.jpg" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2305/50/667395523/194606/6b2ce9ee/562212c7N28acc001.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" class="" src="http://img10.360buyimg.com/imgzone/jfs/t1696/271/527482904/232247/fae07a8c/55d69114N9fcd10cb.jpg" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1846/215/695871055/192822/36d2c9d6/5622136bN53f3ff80.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" class="" src="http://img10.360buyimg.com/imgzone/jfs/t1168/155/1167826320/182729/29dfafb7/55d6912cN3fc147e0.jpg" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1957/274/674915469/239997/52861f46/5621b5c8Na25215ee.jpg" class="" />/l/<img alt="" class="" src="http://img10.360buyimg.com/imgzone/jfs/t1801/233/625479926/189617/c23863d1/55d690feN0d2b7009.jpg" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2305/50/667395523/194606/6b2ce9ee/562212c7N28acc001.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" class="" src="http://img10.360buyimg.com/imgzone/jfs/t1696/271/527482904/232247/fae07a8c/55d69114N9fcd10cb.jpg" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1846/215/695871055/192822/36d2c9d6/5622136bN53f3ff80.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" class="" src="http://img10.360buyimg.com/imgzone/jfs/t1168/155/1167826320/182729/29dfafb7/55d6912cN3fc147e0.jpg" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1957/274/674915469/239997/52861f46/5621b5c8Na25215ee.jpg" class="" style="white-space:normal;" />',4,0,3000,1,'华为 HUAWEI Ascend Mate7/l/HUAWEI Ascend Mate7','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(81,'media/20151019123914447.jpg','media/20151019123914447.jpg','摩托罗拉 moto x/l/ moto x','<div id="activity_header" style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">	<div style="margin:0px;padding:0px;text-align:center;">		<a href="http://sale.jd.com/act/Sfl1YoUB3u.html" target="_blank"><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1885/208/454147825/54201/a9ca3241/560a438cN94b52fa3.jpg" class="" /></a><br />	</div></div><div id="J-detail-content" style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">	<table align="center" border="0" width="750" cellpadding="0" cellspacing="0" class="ke-zeroborder">		<tbody>			<tr>				<td>					<img border="0" height="150" width="750" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t961/252/55757860/1854849/6d70fb10/54f56c57N15fe2628.jpg" class="" />				</td>			</tr>		</tbody>	</table>	<div align="center" style="margin:0px;padding:0px;">		<table id="__01" align="center" border="0" width="750" cellpadding="0" cellspacing="0" class="ke-zeroborder">			<tbody>				<tr>					<td>						<img alt="" height="419" width="750" src="http://img11.360buyimg.com/cms/jfs/t721/160/846741577/62229/452a3837/54fd4870Ndc8ddd1c.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img width="750" alt="" src="http://img14.360buyimg.com/cms/jfs/t1213/266/1410548377/86569/10f6d52f/559c8ddbN9951ff11.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" />					</td>				</tr>				<tr>					<td>						<img width="750" alt="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img width="750" alt="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img width="750" alt="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img14.360buyimg.com/cms/jfs/t517/90/1234972764/61799/dfe5836b/54c3a9c9N45c369a5.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img10.360buyimg.com/cms/jfs/t526/256/978056281/58274/706a6be/54c3a9c9Nc3175d17.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img13.360buyimg.com/cms/jfs/t460/159/1277489676/79115/a221881a/54c3a9c9N47d9f002.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img10.360buyimg.com/cms/jfs/t943/340/157967843/64415/768f1f2c/55064a9eN7c12b8fd.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img width="750" alt="" src="http://img12.360buyimg.com/cms/jfs/t1651/5/1138044419/34249/7bd034d2/55e42387Nf4cf2514.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img12.360buyimg.com/cms/jfs/t910/284/170609881/17353/6195aaae/55064a9eN945b751c.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img13.360buyimg.com/cms/jfs/t628/237/997324646/28404/80186fd9/54c5a3c0Ndc9f88d5.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img11.360buyimg.com/cms/jfs/t688/83/1247595043/33474/83be1c39/54c5a3c1N982d2889.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" src="http://img11.360buyimg.com/cms/jfs/t610/167/1247200126/44448/593bed05/54c3a9caN19614ebc.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img11.360buyimg.com/cms/jfs/t502/92/1247630806/64727/5a04998f/54c3a9caN96dee759.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img11.360buyimg.com/cms/jfs/t709/177/600769982/69604/62cd3204/54c3a9caN27ac22b3.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img13.360buyimg.com/cms/jfs/t733/223/590984473/63780/f424ddf6/54c3a9caNb36e8c4c.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" src="http://img12.360buyimg.com/cms/jfs/t487/167/1244345878/73346/1063be73/54c3a9cbN80cd8f7d.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img13.360buyimg.com/cms/jfs/t637/186/1263449144/36449/e484bf02/54c3a9cbN3e66e511.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" src="http://img13.360buyimg.com/cms/jfs/t583/89/1274789863/54684/5257d3e7/54c3a9cbN8b45f3e5.jpg" class="" />					</td>				</tr>			</tbody>		</table>	</div></div>/l/<div id="activity_header" style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">	<div style="margin:0px;padding:0px;text-align:center;">		<a href="http://sale.jd.com/act/Sfl1YoUB3u.html" target="_blank"><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1885/208/454147825/54201/a9ca3241/560a438cN94b52fa3.jpg" class="" /></a><br />	</div></div><div id="J-detail-content" style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">	<table align="center" border="0" width="750" cellpadding="0" cellspacing="0" class="ke-zeroborder">		<tbody>			<tr>				<td>					<img border="0" height="150" width="750" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t961/252/55757860/1854849/6d70fb10/54f56c57N15fe2628.jpg" class="" />				</td>			</tr>		</tbody>	</table>	<div align="center" style="margin:0px;padding:0px;">		<table id="__01" align="center" border="0" width="750" cellpadding="0" cellspacing="0" class="ke-zeroborder">			<tbody>				<tr>					<td>						<img alt="" height="419" width="750" src="http://img11.360buyimg.com/cms/jfs/t721/160/846741577/62229/452a3837/54fd4870Ndc8ddd1c.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img width="750" alt="" src="http://img14.360buyimg.com/cms/jfs/t1213/266/1410548377/86569/10f6d52f/559c8ddbN9951ff11.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" />					</td>				</tr>				<tr>					<td>						<img width="750" alt="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img width="750" alt="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" />					</td>				</tr>				<tr>					<td>						<img width="750" alt="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img14.360buyimg.com/cms/jfs/t517/90/1234972764/61799/dfe5836b/54c3a9c9N45c369a5.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img10.360buyimg.com/cms/jfs/t526/256/978056281/58274/706a6be/54c3a9c9Nc3175d17.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img13.360buyimg.com/cms/jfs/t460/159/1277489676/79115/a221881a/54c3a9c9N47d9f002.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img10.360buyimg.com/cms/jfs/t943/340/157967843/64415/768f1f2c/55064a9eN7c12b8fd.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img width="750" alt="" src="http://img12.360buyimg.com/cms/jfs/t1651/5/1138044419/34249/7bd034d2/55e42387Nf4cf2514.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img12.360buyimg.com/cms/jfs/t910/284/170609881/17353/6195aaae/55064a9eN945b751c.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img13.360buyimg.com/cms/jfs/t628/237/997324646/28404/80186fd9/54c5a3c0Ndc9f88d5.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img11.360buyimg.com/cms/jfs/t688/83/1247595043/33474/83be1c39/54c5a3c1N982d2889.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" src="http://img11.360buyimg.com/cms/jfs/t610/167/1247200126/44448/593bed05/54c3a9caN19614ebc.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img11.360buyimg.com/cms/jfs/t502/92/1247630806/64727/5a04998f/54c3a9caN96dee759.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img11.360buyimg.com/cms/jfs/t709/177/600769982/69604/62cd3204/54c3a9caN27ac22b3.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img13.360buyimg.com/cms/jfs/t733/223/590984473/63780/f424ddf6/54c3a9caNb36e8c4c.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" src="http://img12.360buyimg.com/cms/jfs/t487/167/1244345878/73346/1063be73/54c3a9cbN80cd8f7d.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="243" width="750" src="http://img13.360buyimg.com/cms/jfs/t637/186/1263449144/36449/e484bf02/54c3a9cbN3e66e511.jpg" class="" />					</td>				</tr>				<tr>					<td>						<img alt="" height="244" width="750" src="http://img13.360buyimg.com/cms/jfs/t583/89/1274789863/54684/5257d3e7/54c3a9cbN8b45f3e5.jpg" class="" />					</td>				</tr>			</tbody>		</table>	</div></div>',3,0,3000,1,'摩托罗拉 moto x/l/ moto x','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(82,'media/20151019123729653.jpg','media/20151019123729653.jpg','HTC ONE ME/l/HTC ONE ME(en)','<img src="http://img20.360buyimg.com/vc/jfs/t1036/351/1267511971/1573613/62ff605/55922493N622a49d8.jpg" class="" />/l/<img src="http://img20.360buyimg.com/vc/jfs/t1036/351/1267511971/1573613/62ff605/55922493N622a49d8.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;"></span>',3,0,3000,1,'HTC ONE ME/l/HTC ONE ME(en)','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(83,'media/20151019123604549.jpg','media/20151019123604549.jpg','小米 Note 顶配版/l/MI Note ','<div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1741/336/1416491938/806314/7119fd4d/55e7ba66Naa0bb984.jpg" class="" /><br /></div><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" width="750" height="1210" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2401/150/236687921/362252/7894f820/55f9232fN92c12ffd.jpg" class="" /></div><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" width="750" height="4577" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1834/297/1591927612/643834/8cedd347/55f92344N4cf169ee.jpg" class="" /></div><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1834/123/1273314812/516044/6a3318e7/55e44d70N40c9b025.jpg" class="" /></div><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1750/5/1322716529/631604/1a838cbc/55e44f99N67d81f9e.jpg" class="" /></div><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1447/317/224345567/415938/e452d59b/5566726eNd336bd94.jpg" class="" /></div>/l/<div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1741/336/1416491938/806314/7119fd4d/55e7ba66Naa0bb984.jpg" class="" /><br /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" width="750" height="1210" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2401/150/236687921/362252/7894f820/55f9232fN92c12ffd.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" width="750" height="4577" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1834/297/1591927612/643834/8cedd347/55f92344N4cf169ee.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1834/123/1273314812/516044/6a3318e7/55e44d70N40c9b025.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1750/5/1322716529/631604/1a838cbc/55e44f99N67d81f9e.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1447/317/224345567/415938/e452d59b/5566726eNd336bd94.jpg" class="" /></div>',3,0,3000,1,'小米 Note 顶配版/l/MI Note ','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(84,'media/20151019123415039.jpg','media/20151019123415039.jpg','OPPO R7 Plus 金色/l/OPPO R7 Plus (gold)','<div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img11.360buyimg.com/cms/jfs/t1033/362/1400516369/121110/4ae8a764/559f88e6N56a396c0.jpg" class="" /></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img13.360buyimg.com/cms/jfs/t1876/62/28541748/73292/34508c34/55e7c6faN9ec458e1.jpg" class="" />	<p style="font-size:24px;color:#828282;">		R7 Plus采用金属一体成型工艺，由一块新的铝镁合金历经48道工序雕琢而成，传承OPPO经典“线体主义”设计，首创“提琴雅弧”，让6.0吋超大屏幕同样兼备舒适手感，机身大而优雅。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img14.360buyimg.com/cms/jfs/t1159/292/1440080202/200905/68174b21/559f88e7N1d022515.jpg" class="" />	<p style="font-size:24px;color:#828282;">		OPPO R7 Plus采用新的2.5D弧度屏，柔美如灵动的宝石镶嵌于金属托架之上，如冰与火相辅相成，刚柔并济，手感与美感兼收并蓄。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img14.360buyimg.com/cms/jfs/t1750/5/1353643309/145863/e9ee6cc1/55e50c0aN7b8ef1fc.jpg" class="" />	<p style="font-size:24px;color:#828282;">		OPPO R7 Plus配置4100mAh大电池，超大电量造就超长续航；更搭载OPPO专有的VOOC闪充，充电5分钟通话2小时，闪电般给大电池恢复电量。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img14.360buyimg.com/cms/jfs/t1480/80/636799960/169618/54224013/559f88e8Ndfe394e8.jpg" class="" />	<p style="font-size:24px;color:#FFFFFF;">		3GB RAM超大运行内存，搭配更强大的八核处理器与32GB ROM机身内存，能同时运行更多APP，加载速度最快提升100%，告别漫长loading，游戏与程序更激爽。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img12.360buyimg.com/cms/jfs/t1312/89/737728933/292193/676a76d/559f88eaNa1aea68a.jpg" class="" />	<p style="font-size:24px;color:#FFFFFF;">		OPPO R7 Plus采用不同以往的RGBW四色传感器，室内弱光及夜拍均有更为强大的表现。同时采用旗舰级激光对焦和优选防抖。让成像快、准、稳，轻松捕捉转瞬即逝的画面。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img10.360buyimg.com/cms/jfs/t1528/59/636956670/254427/96031bb1/559f88ebNb7fd4c1c.jpg" class="" /></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img13.360buyimg.com/cms/jfs/t1150/136/1446165912/82690/e183b7ad/559f88ecNed1ffd81.jpg" class="" />	<p style="font-size:24px;color:#828282;">		手机背部加入按压式指纹识别模块，相较于传统的刮擦式更方便，识别率更高。轻按指纹即可直接点亮屏幕并解锁，更可存储5个指纹，支持桌面解锁、加密软件等功能。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img12.360buyimg.com/cms/jfs/t1060/81/1394691296/103420/326adc3e/559f88edN3878e439.jpg" class="" />	<p style="font-size:24px;color:#828282;">		搭载独特室内导航功能，全国超过300家机场、高铁站、商场等公共场所室内导航，未来持续增加。导航精准定位，让你不再为找不到店铺和停车位而苦恼。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img10.360buyimg.com/cms/jfs/t1381/280/731870381/198955/2109d2bc/55a7478cN1974a491.jpg" class="" />	<p style="font-size:24px;color:#FFFFFF;">		OPPO R7 Plus全网通版三网4G通吃，畅享无忧。同时搭载32G存储内存，最大支持128G大容量内存拓展，舍不得删的精彩照片与视频，R7 Plus为您尽情保留。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img12.360buyimg.com/cms/jfs/t1027/346/1450100400/220971/12d9355f/559f88eeN20d15446.jpg" class="" />	<p style="font-size:24px;color:#ADADAD;">		ColorOS 2.1历经14个月打磨完善，启动更快、滑动更爽、系统更稳定、内存占用更小；新的视觉设计，实用亦美观。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img11.360buyimg.com/cms/jfs/t1198/206/1457914205/222761/28517e8/559f88efN3c452b03.jpg" class="" />	<p style="font-size:24px;color:#FFFFFF;">		针对大屏手机推出单手操作优化，从屏幕左下角或右下角向屏幕内部滑动，即可触发小屏模式，一只手就能掌控6.0吋大屏手机。	</p>	<p style="font-size:24px;color:#828282;">		息屏超过10分钟，系统自动清理内存垃圾；每隔两天，系统自动深度修护。双重修护让手机始终保持畅快体验。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img13.360buyimg.com/cms/jfs/t1198/207/1431420205/186262/a135ff1d/559f88f0Nd630c473.jpg" class="" />	<p style="font-size:24px;color:#FFFFFF;">		查快递、叫外卖、挂号、充话费、订机票和酒店……<br />ColorOS 2.1一应俱全，你需要的便捷服务，生活黄页都能满足。	</p></div><div style="margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img14.360buyimg.com/cms/jfs/t1285/166/739796063/168745/a664a308/559f88f1N6b63458e.jpg" class="" /></div>/l/<div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img11.360buyimg.com/cms/jfs/t1033/362/1400516369/121110/4ae8a764/559f88e6N56a396c0.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img13.360buyimg.com/cms/jfs/t1876/62/28541748/73292/34508c34/55e7c6faN9ec458e1.jpg" class="" />	<p style="font-size:24px;color:#828282;">		R7 Plus采用金属一体成型工艺，由一块新的铝镁合金历经48道工序雕琢而成，传承OPPO经典“线体主义”设计，首创“提琴雅弧”，让6.0吋超大屏幕同样兼备舒适手感，机身大而优雅。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img14.360buyimg.com/cms/jfs/t1159/292/1440080202/200905/68174b21/559f88e7N1d022515.jpg" class="" />	<p style="font-size:24px;color:#828282;">		OPPO R7 Plus采用新的2.5D弧度屏，柔美如灵动的宝石镶嵌于金属托架之上，如冰与火相辅相成，刚柔并济，手感与美感兼收并蓄。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img14.360buyimg.com/cms/jfs/t1750/5/1353643309/145863/e9ee6cc1/55e50c0aN7b8ef1fc.jpg" class="" />	<p style="font-size:24px;color:#828282;">		OPPO R7 Plus配置4100mAh大电池，超大电量造就超长续航；更搭载OPPO专有的VOOC闪充，充电5分钟通话2小时，闪电般给大电池恢复电量。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img14.360buyimg.com/cms/jfs/t1480/80/636799960/169618/54224013/559f88e8Ndfe394e8.jpg" class="" />	<p style="font-size:24px;color:#FFFFFF;">		3GB RAM超大运行内存，搭配更强大的八核处理器与32GB ROM机身内存，能同时运行更多APP，加载速度最快提升100%，告别漫长loading，游戏与程序更激爽。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img12.360buyimg.com/cms/jfs/t1312/89/737728933/292193/676a76d/559f88eaNa1aea68a.jpg" class="" />	<p style="font-size:24px;color:#FFFFFF;">		OPPO R7 Plus采用不同以往的RGBW四色传感器，室内弱光及夜拍均有更为强大的表现。同时采用旗舰级激光对焦和优选防抖。让成像快、准、稳，轻松捕捉转瞬即逝的画面。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img10.360buyimg.com/cms/jfs/t1528/59/636956670/254427/96031bb1/559f88ebNb7fd4c1c.jpg" class="" /></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img13.360buyimg.com/cms/jfs/t1150/136/1446165912/82690/e183b7ad/559f88ecNed1ffd81.jpg" class="" />	<p style="font-size:24px;color:#828282;">		手机背部加入按压式指纹识别模块，相较于传统的刮擦式更方便，识别率更高。轻按指纹即可直接点亮屏幕并解锁，更可存储5个指纹，支持桌面解锁、加密软件等功能。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img12.360buyimg.com/cms/jfs/t1060/81/1394691296/103420/326adc3e/559f88edN3878e439.jpg" class="" />	<p style="font-size:24px;color:#828282;">		搭载独特室内导航功能，全国超过300家机场、高铁站、商场等公共场所室内导航，未来持续增加。导航精准定位，让你不再为找不到店铺和停车位而苦恼。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img10.360buyimg.com/cms/jfs/t1381/280/731870381/198955/2109d2bc/55a7478cN1974a491.jpg" class="" />	<p style="font-size:24px;color:#FFFFFF;">		OPPO R7 Plus全网通版三网4G通吃，畅享无忧。同时搭载32G存储内存，最大支持128G大容量内存拓展，舍不得删的精彩照片与视频，R7 Plus为您尽情保留。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img12.360buyimg.com/cms/jfs/t1027/346/1450100400/220971/12d9355f/559f88eeN20d15446.jpg" class="" />	<p style="font-size:24px;color:#ADADAD;">		ColorOS 2.1历经14个月打磨完善，启动更快、滑动更爽、系统更稳定、内存占用更小；新的视觉设计，实用亦美观。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img11.360buyimg.com/cms/jfs/t1198/206/1457914205/222761/28517e8/559f88efN3c452b03.jpg" class="" />	<p style="font-size:24px;color:#FFFFFF;">		针对大屏手机推出单手操作优化，从屏幕左下角或右下角向屏幕内部滑动，即可触发小屏模式，一只手就能掌控6.0吋大屏手机。	</p>	<p style="font-size:24px;color:#828282;">		息屏超过10分钟，系统自动清理内存垃圾；每隔两天，系统自动深度修护。双重修护让手机始终保持畅快体验。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img13.360buyimg.com/cms/jfs/t1198/207/1431420205/186262/a135ff1d/559f88f0Nd630c473.jpg" class="" />	<p style="font-size:24px;color:#FFFFFF;">		查快递、叫外卖、挂号、充话费、订机票和酒店……<br />ColorOS 2.1一应俱全，你需要的便捷服务，生活黄页都能满足。	</p></div><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;">	<img src="http://img14.360buyimg.com/cms/jfs/t1285/166/739796063/168745/a664a308/559f88f1N6b63458e.jpg" class="" /></div>',3,0,3000,1,'OPPO R7 Plus 金色/l/OPPO R7 Plus (gold)','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(86,'media/20151019122221067.jpg','media/20151019122221067.jpg','三星 Galaxy S6/l/sumsung  Galaxy S6','<img alt="三星S6" height="7600" width="750" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1093/318/788087759/2163163/980c416c/5549f491Ne42e374a.jpg" class="" />/l/<img alt="三星S6" height="7600" width="750" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1093/318/788087759/2163163/980c416c/5549f491Ne42e374a.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;"></span>',2,0,3000,1,'三星 Galaxy S6/l/sumsung  Galaxy S6','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(87,'media/20151019121950263.jpg','media/20151019121950263.jpg',' 索尼(SONY) E6533 Z3+/l/SONY E6533 Z3+','<img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2188/357/160457588/118641/d96be7c2/55f272c8Nff489aaf.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2248/358/145940228/85691/9a3156e3/55f1455bNd456d86e.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1378/169/867705974/79492/c61461d7/55e42ab9N57157cc4.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1300/125/947311344/91915/256992b4/55e42ab9N0cf3e2d0.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1810/162/1240237856/104060/5f546763/55e44111N73d042d7.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1810/167/1220742077/55465/752f7102/55e42ab9Naa361f79.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1801/184/1264628525/113963/7d2da393/55e42abaN214659b8.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1747/323/1348487504/78212/cc26d08e/55e42abaN5f0e56f7.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2113/274/147594759/111744/2d86266b/55f1455bN2bc7612c.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1741/169/1293657812/138573/556836d9/55e42abaN3efbd6a9.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2449/325/37019596/72904/2354b02e/55e83798N4a7e7b0a.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;&nbsp; &nbsp;</span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1882/324/44709290/39060/4fc102de/55e83799Nabc96131.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1759/82/1262223721/157515/bedf8452/55e42abbN7efb0fbc.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1813/176/1240689935/96372/936f059b/55e42abbN8a5153ec.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1771/249/1326191315/130118/11b54dc7/55e42abbN79a85272.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1738/117/1344723389/203478/2a8e5abd/55e42abbN4083b5d0.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1708/137/1293933305/52987/e8d99d6c/55e42abcN3813b73c.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1324/125/941426401/114758/db9c75a4/55e42abcN0a99e2af.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1639/207/1392951385/118020/1c17ffe7/55e42abcN5f8f61b1.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1741/174/1308605343/178105/8236b47c/55e42abcN07eca870.jpg" class="" />/l/<img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2188/357/160457588/118641/d96be7c2/55f272c8Nff489aaf.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2248/358/145940228/85691/9a3156e3/55f1455bNd456d86e.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1378/169/867705974/79492/c61461d7/55e42ab9N57157cc4.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1300/125/947311344/91915/256992b4/55e42ab9N0cf3e2d0.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1810/162/1240237856/104060/5f546763/55e44111N73d042d7.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1810/167/1220742077/55465/752f7102/55e42ab9Naa361f79.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1801/184/1264628525/113963/7d2da393/55e42abaN214659b8.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1747/323/1348487504/78212/cc26d08e/55e42abaN5f0e56f7.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2113/274/147594759/111744/2d86266b/55f1455bN2bc7612c.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1741/169/1293657812/138573/556836d9/55e42abaN3efbd6a9.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t2449/325/37019596/72904/2354b02e/55e83798N4a7e7b0a.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;&nbsp; &nbsp;</span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1882/324/44709290/39060/4fc102de/55e83799Nabc96131.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1759/82/1262223721/157515/bedf8452/55e42abbN7efb0fbc.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1813/176/1240689935/96372/936f059b/55e42abbN8a5153ec.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1771/249/1326191315/130118/11b54dc7/55e42abbN79a85272.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1738/117/1344723389/203478/2a8e5abd/55e42abbN4083b5d0.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1708/137/1293933305/52987/e8d99d6c/55e42abcN3813b73c.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1324/125/941426401/114758/db9c75a4/55e42abcN0a99e2af.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1639/207/1392951385/118020/1c17ffe7/55e42abcN5f8f61b1.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;"></span><img alt="" src="http://img10.360buyimg.com/imgzone/jfs/t1741/174/1308605343/178105/8236b47c/55e42abcN07eca870.jpg" class="" style="white-space:normal;" />',2,0,3000,1,' 索尼(SONY) E6533 Z3+/l/SONY E6533 Z3+','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(88,'media/20151019121542714.jpg','media/20151019121542714.jpg','三星 Galaxy Note5/l/sumsung  Galaxy Note5','<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2398/39/75216389/105657/3e55a065/55ec111aNa9248760.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2194/59/64061982/153378/5dff4f20/55ec111cN675ca55d.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2392/116/80042672/70067/ff896bb0/55ec111dNa9f40ed5.jpg" class="" /><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1984/34/69387060/111683/829dac5e/55ec110bNc29de065.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2044/108/70923929/101631/30d92dc/55ec110cN05d50464.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2284/108/70016991/77767/f5eec4fa/55ec1110N9c919432.jpg" class="" /><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2392/97/76646720/106285/225b3b7c/55ec10efNc4ef8c80.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2170/22/75257629/197935/f3f4f8d4/55ec10f1N246d025d.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1837/98/78113846/105060/98ae166d/55ec10f3N44ed3f3b.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2329/23/65648559/128183/2578944b/55ec10f4Nc0fc4cb1.jpg" class="" /><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1771/218/1346845399/70492/937c7485/55ec10afNec7d0633.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2071/359/71954306/150249/a15511ff/55ec10b1Nb90aa4a1.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2086/70/93740882/125496/2036f2bc/55ec10b3N1e8e0c5b.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2506/361/70820211/177174/ab25da48/55ec10b4Ndf0efa8e.jpg" class="" /><span style="color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2023/360/77525517/118109/f88db7fc/55ec10b6Nf51d3e3e.jpg" class="" />/l/<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2398/39/75216389/105657/3e55a065/55ec111aNa9248760.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2194/59/64061982/153378/5dff4f20/55ec111cN675ca55d.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2392/116/80042672/70067/ff896bb0/55ec111dNa9f40ed5.jpg" class="" style="white-space:normal;" /><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1984/34/69387060/111683/829dac5e/55ec110bNc29de065.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2044/108/70923929/101631/30d92dc/55ec110cN05d50464.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2284/108/70016991/77767/f5eec4fa/55ec1110N9c919432.jpg" class="" style="white-space:normal;" /><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2392/97/76646720/106285/225b3b7c/55ec10efNc4ef8c80.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2170/22/75257629/197935/f3f4f8d4/55ec10f1N246d025d.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1837/98/78113846/105060/98ae166d/55ec10f3N44ed3f3b.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2329/23/65648559/128183/2578944b/55ec10f4Nc0fc4cb1.jpg" class="" style="white-space:normal;" /><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1771/218/1346845399/70492/937c7485/55ec10afNec7d0633.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2071/359/71954306/150249/a15511ff/55ec10b1Nb90aa4a1.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2086/70/93740882/125496/2036f2bc/55ec10b3N1e8e0c5b.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2506/361/70820211/177174/ab25da48/55ec10b4Ndf0efa8e.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;">&nbsp;</span><img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2023/360/77525517/118109/f88db7fc/55ec10b6Nf51d3e3e.jpg" class="" style="white-space:normal;" />',2,0,3000,1,'三星 Galaxy Note5/l/sumsung  Galaxy Note5','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(89,'media/20151019121304696.jpg','media/20151019121304696.jpg','三星 Galaxy S6 Edge+/l/sumsung Galaxy S6 Edge+','<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1207/200/1063101945/988422/b1ae85c8/55d42874N06fbf0b2.jpg" class="" />/l/<img alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1207/200/1063101945/988422/b1ae85c8/55d42874N06fbf0b2.jpg" class="" style="white-space:normal;" /><span style="white-space:normal;"></span>',2,0,3000,1,'三星 Galaxy S6 Edge+/l/sumsung Galaxy S6 Edge+','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(90,'media/20151019121014556.jpg','media/20151019121014556.jpg','Apple iPhone 6s/l/Apple iPhone 6s(en)','<div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img id="detail-tag-id-6" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t700/281/164230577/10472/23996063/548f9383N5ff498e5.jpg" class="" /><br /></div><table width="750" border="0" align="center" cellpadding="0" cellspacing="0" style="color:#666666;font-family:Arial, Verdana, 宋体;font-size:12px;background-color:#FFFFFF;" class="ke-zeroborder">	<tbody>		<tr>			<td height="68">				<div style="margin:0px;padding:10px 0px 10px 10px;font-family:微软雅黑, 宋体, 黑体;font-size:15px;">					<span style="color:#FF0000;">声明：下单1小时内未支付订单，京东有权取消订单；由于货源紧张，所有订单将根据各地实际到货时间陆续安排发货，如系统判定为经销商订单，京东有权取消订单。</span> 				</div>			</td>		</tr>	</tbody></table><div style="margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img id="detail-tag-id-20" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t592/253/836071434/10674/1fab707a/548f9846N3a773d38.jpg" class="" /><br /></div><table width="750" border="0" align="center" cellpadding="0" cellspacing="0" style="color:#666666;font-family:Arial, Verdana, 宋体;font-size:12px;background-color:#FFFFFF;" class="ke-zeroborder">	<tbody>		<tr>			<td>				<img width="750" height="2113" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1990/14/391467317/381809/6e9933ae/5603d37eN4701ca83.jpg" class="" /> 			</td>		</tr>	</tbody></table><table width="750" border="0" align="center" cellpadding="0" cellspacing="0" style="color:#666666;font-family:Arial, Verdana, 宋体;font-size:12px;background-color:#FFFFFF;" class="ke-zeroborder">	<tbody>		<tr>			<td>				<img width="750" height="2001" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2167/311/357718077/330847/7279f7e0/5603d2aeNf88ac6cd.jpg" class="" /> 			</td>		</tr>	</tbody></table><table width="750" border="0" align="center" cellpadding="0" cellspacing="0" style="color:#666666;font-family:Arial, Verdana, 宋体;font-size:12px;background-color:#FFFFFF;" class="ke-zeroborder">	<tbody>		<tr>			<td>				<img width="750" height="1824" border="0" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2494/24/379651341/270751/ac14f1b7/5603d2b6N8577b93f.jpg" class="" /><br />			</td>		</tr>	</tbody></table>/l/<div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img id="detail-tag-id-6" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t700/281/164230577/10472/23996063/548f9383N5ff498e5.jpg" class="" /><br /></div><table width="750" border="0" align="center" cellpadding="0" cellspacing="0" class="ke-zeroborder" style="color:#666666;font-family:Arial, Verdana, 宋体;font-size:12px;background-color:#FFFFFF;">	<tbody>		<tr>			<td height="68">				<div style="margin:0px;padding:10px 0px 10px 10px;font-family:微软雅黑, 宋体, 黑体;font-size:15px;">					<span style="color:#FF0000;">声明：下单1小时内未支付订单，京东有权取消订单；由于货源紧张，所有订单将根据各地实际到货时间陆续安排发货，如系统判定为经销商订单，京东有权取消订单。</span> 				</div>			</td>		</tr>	</tbody></table><div style="white-space:normal;margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;">	<img id="detail-tag-id-20" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t592/253/836071434/10674/1fab707a/548f9846N3a773d38.jpg" class="" /><br /></div><table width="750" border="0" align="center" cellpadding="0" cellspacing="0" class="ke-zeroborder" style="color:#666666;font-family:Arial, Verdana, 宋体;font-size:12px;background-color:#FFFFFF;">	<tbody>		<tr>			<td>				<img width="750" height="2113" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t1990/14/391467317/381809/6e9933ae/5603d37eN4701ca83.jpg" class="" /> 			</td>		</tr>	</tbody></table><table width="750" border="0" align="center" cellpadding="0" cellspacing="0" class="ke-zeroborder" style="color:#666666;font-family:Arial, Verdana, 宋体;font-size:12px;background-color:#FFFFFF;">	<tbody>		<tr>			<td>				<img width="750" height="2001" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2167/311/357718077/330847/7279f7e0/5603d2aeNf88ac6cd.jpg" class="" /> 			</td>		</tr>	</tbody></table><table width="750" border="0" align="center" cellpadding="0" cellspacing="0" class="ke-zeroborder" style="color:#666666;font-family:Arial, Verdana, 宋体;font-size:12px;background-color:#FFFFFF;">	<tbody>		<tr>			<td>				<img width="750" height="1824" border="0" alt="" src="http://img30.360buyimg.com/jgsq-productsoa/jfs/t2494/24/379651341/270751/ac14f1b7/5603d2b6N8577b93f.jpg" class="" /><br />			</td>		</tr>	</tbody></table>',2,0,3000,1,'null(中)/l/null','运营商/l/Operator_移动/l/China Mobile|联通/l/China Unicom|电信/l/China Tele|全网通/l/all kinds_0|0|0|100@容量/l/capacity_16G/l/16G|32G/l/32G|64G/l/64G|128G/l/128G_0|1000|2000|3000@颜色/l/Color_银色/l/silvery|灰色/l/gray|土豪金/l/Luxury gold|玫瑰金/l/Rose Gold_100|0|100|200',0,'null(中)/l/null','null(中)/l/null','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(94,'media/news_1.jpg','media/news_1.jpg','演示案例/l/show case','演示案例/l/show case',7,0,0,0,'演示案例/l/show case','',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
insert into [SL_product] ([P_id],[P_path],[P_thumb],[P_title],[P_content],[P_sort],[P_order],[P_price],[P_buy],[P_short],[P_shuxing],[P_top],[P_keywords],[P_description],[P_time],[P_unlogin],[P_name],[P_email],[P_mobile],[P_address],[P_postcode],[P_qq],[P_remark],[P_sence],[P_sell],[P_link],[P_pagetitle]) values(95,'media/news_2.jpg','media/news_2.jpg','演示案例2/l/show case2','演示案例2/l/show case2',7,0,0,0,'演示案例2/l/show case2','',0,'','','2017/4/17 8:47:37',0,0,0,0,0,0,0,0,2,'','','')
SET IDENTITY_INSERT SL_product OFF
SET IDENTITY_INSERT SL_psort ON
insert into [SL_psort] ([S_id],[S_title],[S_entitle],[S_module],[S_sub],[S_pic],[S_description],[S_keywords],[S_type],[S_order],[S_pagetitle]) values(1,'产品展示/l/Product','PRODUCT/l/Product','product',0,'media/','1','1',0,0,'')
insert into [SL_psort] ([S_id],[S_title],[S_entitle],[S_module],[S_sub],[S_pic],[S_description],[S_keywords],[S_type],[S_order],[S_pagetitle]) values(2,'佳能/l/Canon','canon/l/Canon','p001',1,'media/20151019110147886.jpg','佳能（Canon），是日本的一家全球领先的生产影像与信息产品的综合集团，从1937年成立以来，经过多年不懈的努力，佳能已将自己的业务全球化并扩展到各个领域。','佳能',0,0,'')
insert into [SL_psort] ([S_id],[S_title],[S_entitle],[S_module],[S_sub],[S_pic],[S_description],[S_keywords],[S_type],[S_order],[S_pagetitle]) values(3,'尼康/l/Nikon','nikon/l/Nikon','p001',1,'media/20151019110204439.jpg','尼康（Nikon），是日本的一家著名相机制造商，成立于1917年，当时名为日本光学工业株式会社。1988年该公司依托其照相机品牌，更名为尼康株式会社。','尼康',0,0,'')
insert into [SL_psort] ([S_id],[S_title],[S_entitle],[S_module],[S_sub],[S_pic],[S_description],[S_keywords],[S_type],[S_order],[S_pagetitle]) values(4,'莱卡/l/Leica','leica/l/Leica','p001',1,'media/20151019110223300.jpg','LEICA T 银色相机 德国徕卡相机发表T-System全新系列，将工艺美学及手工制作的触感设计，结合于产品创新概念。从最初灵感、开发过程到最终定案，始终不变的核心聚焦皆是 – 尽善尽美','莱卡',0,0,'')
insert into [SL_psort] ([S_id],[S_title],[S_entitle],[S_module],[S_sub],[S_pic],[S_description],[S_keywords],[S_type],[S_order],[S_pagetitle]) values(6,'案例中心/l/Case','case/l/Case','',0,'media/','1','案例中心',1,0,'')
insert into [SL_psort] ([S_id],[S_title],[S_entitle],[S_module],[S_sub],[S_pic],[S_description],[S_keywords],[S_type],[S_order],[S_pagetitle]) values(7,'成功案例/l/Success case','success/l/Success case','',6,'media/20151019110223300.jpg','成功案例','成功案例',1,0,'')
SET IDENTITY_INSERT SL_psort OFF
SET IDENTITY_INSERT SL_qsort ON
insert into [SL_qsort] ([S_id],[S_title],[S_content]) values(1,'防伪码查询','如果未查到编号或者非首次查询，请注意您可能购买到假冒商品！')
SET IDENTITY_INSERT SL_qsort OFF
SET IDENTITY_INSERT SL_query ON
insert into [SL_query] ([Q_id],[Q_code],[Q_content],[Q_times],[Q_sort]) values(1,'123123','您购买的为正品！',1,1)
insert into [SL_query] ([Q_id],[Q_code],[Q_content],[Q_times],[Q_sort]) values(2,'456456','您购买的为正品！',0,1)
insert into [SL_query] ([Q_id],[Q_code],[Q_content],[Q_times],[Q_sort]) values(3,'789789','您购买的为正品！',0,1)
SET IDENTITY_INSERT SL_query OFF
SET IDENTITY_INSERT SL_reply ON
insert into [SL_reply] ([R_id],[R_key],[R_reply]) values(1,'你好',1)
insert into [SL_reply] ([R_id],[R_key],[R_reply]) values(2,'测试',4)
insert into [SL_reply] ([R_id],[R_key],[R_reply]) values(3,'新用户关注',6)
insert into [SL_reply] ([R_id],[R_key],[R_reply]) values(4,'推送',6)
SET IDENTITY_INSERT SL_reply OFF
SET IDENTITY_INSERT SL_response ON
SET IDENTITY_INSERT SL_response OFF
SET IDENTITY_INSERT SL_safe ON
insert into [SL_safe] ([S_filetype],[S_filesize],[S_ip],[S_word],[S_id]) values('jpg|png|gif|flv|mp3|doc|rar|ppt|pdf|ico|mp4|swf',10,'123.45.67.89','''|;|exec|update|count|*|%|chr|mid|master|truncate|char|declare',1)
SET IDENTITY_INSERT SL_safe OFF
SET IDENTITY_INSERT SL_slide ON
insert into [SL_slide] ([S_id],[S_pic],[S_thumb],[S_title],[S_content],[S_link],[S_order]) values(4,'media/20170323113743085.jpg','','Louis Vuitton视觉盛宴/l/visual feast','路易·威登法国历史上最杰出的皮件设计大师之一/l/visual feast','#',0)
insert into [SL_slide] ([S_id],[S_pic],[S_thumb],[S_title],[S_content],[S_link],[S_order]) values(5,'media/20170323113734621.jpg','','Diesel时尚广告/l/Fashion advertising','Diesel的风格年轻而富有创意/l/Fashion advertising','#',0)
SET IDENTITY_INSERT SL_slide OFF
SET IDENTITY_INSERT SL_text ON
insert into [SL_text] ([T_id],[T_title],[T_entitle],[T_content],[T_pic],[T_description],[T_keywords],[T_link],[T_pagetitle]) values(1,'公司简介/l/Itroduction','Itroduction/l/Itroduction','XXX有限公司是于1966年为了通过试验评价技术的支援以提高产业技术而成 立的试验评价机构，<br />是和先进（发达）国家的试验、认证机构进行交流和合作的大韩民国代表性机构。<br /><br />为了保护本国产业的各种认证制度日渐完善，为保护消费者安 全和环境的各种制度的重要性日趋增加，<br />KTL为适应形势的发展，从产品开发到获得认证的整个阶段提供支援，以帮助企业提高技术能力以及拥有更强的竞争力。<br /><br />为了两国企业间和认证机构和客户间的有机业务联系及满足客户的需求，<br />XXXX有限公司在广州和上海成立了中国事务所，<br />为客户提供优质服务，为增加中国企业 向韩国出口及企业的发展作出贡献。<br /><br />为了解决国内外客户取得认证以及各国的非关税技术壁垒，已和35个国家67个试验认证机构签订了协定(MOU），<br />为获得 海外规格认证，提供各种安全及质量认证、工厂审查、信息、技术教育等支援。<br /><br /><br />现在在运营国际认证制度IECEE（IEC System for Conformity Testing and Certification of Electrical Equipment）CB认证制度（CBScheme），<br />是一家有关9个领域43个规格发行CB Certificate和Test Report的IECEE公认。<br />/l/XXX Co., Ltd. was established in 1966 in order to enhance the industrial technology through the evaluation of technical support for the test and evaluation agencies,<br />Is a representative body of the Republic of Korea, which exchanges and cooperation with the test and certification bodies of the advanced (developed) countries.<br />In order to protect the domestic industry''s various certification system is perfect, for the protection of consumer safety and environmental protection of the importance of the various systems is increasing,<br />KTL to adapt to the development of the situation, from product development to obtain certification throughout the stage to provide support to help enterprises to improve technical capabilities and have a stronger competitive.<br />In order to the business between the two countries and certification bodies and customers of the organic business contact and meet the needs of customers,<br />XXXX Co., Ltd. established in Guangzhou and Shanghai, China office,<br />To provide customers with quality services, in order to increase the development of Chinese enterprises to South Korea and the development of enterprises to contribute.<br />In order to solve the domestic and foreign customers to obtain certification as well as the country''s non tariff barriers, and 35 countries have signed an agreement (MOU) 67 test certification bodies,<br />In order to obtain overseas certification, to provide a variety of safety and quality certification, factory review, information, technical education and other support.<br />Now in the operation of the international certification system IECEE (System for Conformity Testing IEC and Certification of Electrical Equipment) CB certification system (CBScheme),<br />Is one of the 9 areas of the 43 specifications of the issue of Certificate CB and Report IECEE Test recognized.<br />','media/20151019102732946.jpg','/l/Itroduction','/l/Itroduction','','')
insert into [SL_text] ([T_id],[T_title],[T_entitle],[T_content],[T_pic],[T_description],[T_keywords],[T_link],[T_pagetitle]) values(2,'公司文化/l/Corporate culture','Culture2/l/Corporate culture','1、敢于创新<br />敢于创新是XX企业的首要特点，就是敢闯敢试、敢想敢干。<br /><br />XX是全国首家进行城市旧区改造的企业；XX也是全国第一家跨区域发展的房地产企业；XX是全国房地产企业中第一个转型商业地产的企业；XX更是全国首家大规模投资文化产业的企业，XX企业产业集团一成立便成为全国最大。<br /><br />2、坚守诚信<br />坚守诚信是XX企业的核心特点。<br /><br />1990年，XX集团开发的大连民政街小区成为中国东北地区第一个工程质量全优住宅小区；1996年，XX在全国房地产企业中率先推出保护消费者利益的“三项承诺”；2002年，XX在沈阳开发太原街XX广场，由于出售的部分商铺经营效益不好，XX从保护消费者利益出发，决定回购沈阳太原街XX广场所有已售商铺，除退回购房款外还补偿相应利息。XX沈阳退铺在全国引起极大反响，成为全国诚信文化建设的标志性事件。<br /><br />3、带头环保<br />XX集团是全国最早推行节能建筑的企业之一。<br /><br />XX集团所有XX广场和五星级酒店都达到国家星级节能标准，自国家住房和城乡建设部2009年颁布绿色建筑设计标识和运行标识以来，全国获得这两项认证的商业项目绝大多数是XX广场和五星级酒店，遥遥领先其他企业。<br /><br />4、关爱员工<br />XX视员工为企业的核心资本，发展成果首先惠及员工，使员工在XX长本事、涨工资、长幸福指数。XX每年投入上亿元用于员工培训，并在廊坊投资7亿元建立了国内一流的XX学院。XX要求所有基层公司自办员工食堂，免费向员工提供一日三餐。XX实行优秀员工度假制度，每年评出的集团优秀员工，给予报销两人往返机票，免费入住各地XX酒店度假。<br /><br />5、注重慈善<br />XX成立至今，慈善捐助现金超过37亿元人民币，是中国慈善公益捐助额最多的企业之一。也是唯一七获“中华慈善奖”的企业。<br /><br />XX集团还倡导人人公益的理念，集团所有员工都成为义工，每人每年至少做一次义工。<br /><br />6、做到最好<br />XX有远大愿景，对工作标准要求极高，追求“让一切工作成为精品”。XX只要进入的产业，至少做到中国行业第一，追求世界行业第一。XX是全球最大的电影院线运营商、全球排名第二的不动产企业、全球最大的五星级酒店业主。<br /><br />7、执行力强<br />执行力强是XX企业文化的突出特点。一是说到做到。二是算到拿到。XX做项目先算后干，先做规划设计、测算成本后再决定是否投资。项目开发过程实行计划模块化管控，保证项目全程的成本、现金流都在计划管控的范围之内。三是奖罚分明。XX制度奖罚分明，该奖就奖，该罚就罚。<br /><br />8、弘扬传统<br />2005年集团推荐学《论语》，全集团开展一年的学习、讨论和演讲。 XX多次聘请著名礼仪专家到企业讲文明礼仪，提高员工综合素质。 XX集团王健林董事长很早就开始进行中国字画收藏，每年举办画展，支持优秀画家发展。<br /><br />/l/1, dare to innovate<br />Innovation is the primary characteristic of XX enterprise, is daring to dare to try, dare to do.<br />XX is the first of the urban transformation of the old district of enterprises; XX is the first cross regional development of the real estate business, XX is the national real estate enterprises in the first transformation of commercial real estate enterprises, XX is the first large-scale investment in cultural industries enterprise, XX enterprise industry group was established has become the country''s largest.<br />2, adhere to the good faith<br />Adhere to the integrity of the core features of XX enterprises.<br />In 1990, XX group and the development of Dalian civil residential street into northeast China first straight-A project quality residential quarters; in 1996, XX in the national real estate companies pioneered to protect the interests of consumers of "three commitments"; 2002, XX in Shenyang Taiyuan street XX square development, because of the bad part of the sale of shops operating efficiency, XX from the protection of the interests of consumers of, decided to repurchase Shenyang, Taiyuan street, XX square all sold in shops, in addition to the return of property and also compensates for the corresponding interest. XX Shenyang back shop in the country caused great repercussions, becoming the national integrity of the cultural construction of the landmark event.<br />3, take the lead in environmental protection<br />XX group is one of the earliest enterprises to implement energy-saving building.<br />XX group all XX square and five-star hotels have reached national star energy efficiency standards, since the State Department of housing and urban rural development in 2009 issued green building design logo and run ID, the obtained the certification of commercial projects most is XX square and five-star hotel, far ahead of other enterprises.<br />4, care staff<br />XX employees as the core capital of the enterprise, the development of the results of the first benefit employees, so that employees in the XX long ability, rising wages, long happiness index. XX annual investment of 100 million yuan for staff training, and invested 700 million yuan in Langfang to establish a domestic first-class XX college. All of the basic requirements of XX company running the staff canteen, staff to provide free meals. XX implementation of outstanding employees to take vacation system, each year named the outstanding group of employees, giving round-trip ticket reimbursement two people stay free around the XX hotel resort.<br />5, pay attention to charity<br />XX was established so far, charitable donations of cash more than 3 billion 700 million yuan, is one of China''s largest charitable donations. Is the only seven won the "China Charity Award" of the enterprise.<br />XX group also advocated the concept of public welfare, all employees have become volunteers, at least once a year to do a volunteer.<br />6, do the best<br />XX has a broad vision of the work of the standard requirements, the pursuit of all the work to become a boutique". XX as long as the industry into the industry, at least to do the first in the Chinese industry, the pursuit of the world''s first industry. XX is the world''s largest cinema line operators, the world''s second largest real estate companies, the world''s largest five star hotel owners.<br />7, strong execution<br />Executive power is a prominent feature of the XX enterprise culture. When it comes to. Two is to get to get. XX do the project after the first calculation, the first to do the planning and design, and then determine whether the cost of investment and investment. Project development process to implement the planning module control, to ensure that the entire project cost, cash flow within the scope of the project management and control. Three is fine. XX System Award, the prize award, the penalty is the punishment.<br />8, carry forward the traditional<br />In 2005 the group recommended the "Analects of Confucius", the whole group to carry out a year of study, discussion and speech. XX repeatedly invited famous etiquette experts to corporate culture, improve staff comprehensive quality. XX Group Chairman Wang Jianlin began very early Chinese calligraphy collection, exhibition held every year, support outstanding painter development.<br />','media/20151019103237394.jpg','/l/Corporate culture','/l/Corporate culture','','')
SET IDENTITY_INSERT SL_text OFF
SET IDENTITY_INSERT SL_wap ON
insert into [SL_wap] ([W_show],[W_phone],[W_email],[W_msg],[W_logo],[W_template],[W_id]) values(2,'010-10086','your-maill@qq.com',1,'media/20170717122607803.png','',1)
SET IDENTITY_INSERT SL_wap OFF
SET IDENTITY_INSERT SL_wapslide ON
insert into [SL_wapslide] ([S_id],[S_pic],[S_title],[S_content],[S_order],[S_link]) values(1,'media/20151019111808765.jpg','ERATAT时尚盛典/l/ERATAT Fashion Festival','ERATAT为消费者提供简洁优雅的英伦时尚着装体验/l/ERATAT Fashion Festival',0,'#')
insert into [SL_wapslide] ([S_id],[S_pic],[S_title],[S_content],[S_order],[S_link]) values(2,'media/20151019111800144.jpg','Louis Vuitton视觉盛宴/l/Louis Vuitton visual feast','路易·威登法国历史上最杰出的皮件设计大师之一/l/Louis Vuitton visual feast',0,'#')
insert into [SL_wapslide] ([S_id],[S_pic],[S_title],[S_content],[S_order],[S_link]) values(3,'media/20151019111751489.jpg','Diesel时尚广告/l/Diesel fashion advertising','Diesel的风格年轻而富有创意/l/Diesel fashion advertising',0,'#')
SET IDENTITY_INSERT SL_wapslide OFF
SET IDENTITY_INSERT SL_wmenu ON
insert into [SL_wmenu] ([W_id],[W_title],[W_type],[W_content],[W_sub],[W_order]) values(1,'关于我们','click','2',0,1)
insert into [SL_wmenu] ([W_id],[W_title],[W_type],[W_content],[W_sub],[W_order]) values(2,'产品/案例','click','1',0,2)
insert into [SL_wmenu] ([W_id],[W_title],[W_type],[W_content],[W_sub],[W_order]) values(3,'联系我们','view','http://www.baidu.com',0,3)
insert into [SL_wmenu] ([W_id],[W_title],[W_type],[W_content],[W_sub],[W_order]) values(4,'联系方式','click','4',3,1)
insert into [SL_wmenu] ([W_id],[W_title],[W_type],[W_content],[W_sub],[W_order]) values(5,'人才招聘','click','2',1,2)
insert into [SL_wmenu] ([W_id],[W_title],[W_type],[W_content],[W_sub],[W_order]) values(6,'最新产品','click','3',2,1)
insert into [SL_wmenu] ([W_id],[W_title],[W_type],[W_content],[W_sub],[W_order]) values(7,'网站目录','click','6',1,0)
insert into [SL_wmenu] ([W_id],[W_title],[W_type],[W_content],[W_sub],[W_order]) values(8,'官方商城','view','http://www.jd.com',3,0)
SET IDENTITY_INSERT SL_wmenu OFF
