-- 备份时间：2023-06-09 18:01:24 域名：localhost:3001 备份者：admin 程序版本：v5.0_build20220328 电脑端：pc146 手机端：wap146 --;
DROP TABLE IF EXISTS `SL_admin`;
CREATE TABLE IF NOT EXISTS `SL_admin` (
  `A_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `A_login` text,
  `A_pwd` text,
  `A_part` text,
  `A_textauth` text,
  `A_newsauth` text,
  `A_productauth` text,
  `A_formauth` text,
  `A_bbsauth` text,
  `A_type` int(11) DEFAULT '0',
  `A_del` int(11) DEFAULT '0',
  `A_email` varchar(100) DEFAULT '',
  PRIMARY KEY (`A_id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
insert into `SL_admin`(`A_id`,`A_login`,`A_pwd`,`A_part`,`A_textauth`,`A_newsauth`,`A_productauth`,`A_formauth`,`A_bbsauth`,`A_type`,`A_del`,`A_email`) values('12','admin','7fef6171469e80d32c0559f88b377245','1|1|1|1|1|1|1|1|1|1|1|1|1|1|1','all','all','all','all','all','1','0','450245869@qq.com');
DROP TABLE IF EXISTS `SL_bbs`;
CREATE TABLE IF NOT EXISTS `SL_bbs` (
  `B_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `B_sort` int(11) DEFAULT '0',
  `B_title` text,
  `B_content` text,
  `B_time` datetime DEFAULT NULL,
  `B_mid` int(11) DEFAULT '0',
  `B_view` int(11) DEFAULT '0',
  `B_sub` int(11) DEFAULT '0',
  `B_sh` int(11) DEFAULT '0',
  `B_del` int(11) DEFAULT '0',
  PRIMARY KEY (`B_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
insert into `SL_bbs`(`B_id`,`B_sort`,`B_title`,`B_content`,`B_time`,`B_mid`,`B_view`,`B_sub`,`B_sh`,`B_del`) values('1','1','第一篇帖子','第一篇帖子内容','2018-01-01 00:00:00','7','0','0','0','0');
DROP TABLE IF EXISTS `SL_brand`;
CREATE TABLE IF NOT EXISTS `SL_brand` (
  `B_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `B_title` text,
  `B_content` text,
  `B_pic` text,
  PRIMARY KEY (`B_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
insert into `SL_brand`(`B_id`,`B_title`,`B_content`,`B_pic`) values('1','默认品牌','介绍文字','');
DROP TABLE IF EXISTS `SL_bsort`;
CREATE TABLE IF NOT EXISTS `SL_bsort` (
  `S_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `S_title` text,
  `S_content` text,
  `S_pic` text,
  `S_order` int(11) DEFAULT '0',
  `S_lv` int(11) DEFAULT '0',
  `S_sh` int(11) DEFAULT '0',
  `S_hide` int(11) DEFAULT '0',
  `S_del` int(11) DEFAULT '0',
  PRIMARY KEY (`S_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
insert into `SL_bsort`(`S_id`,`S_title`,`S_content`,`S_pic`,`S_order`,`S_lv`,`S_sh`,`S_hide`,`S_del`) values('1','默认板块','默认板块介绍','images/nopic.png','0','0','0','0','0');
DROP TABLE IF EXISTS `SL_collection`;
CREATE TABLE IF NOT EXISTS `SL_collection` (
  `C_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `C_title` text,
  `C_url` text,
  `C_titlestart` text,
  `C_titleend` text,
  `C_contentstart` text,
  `C_contentend` text,
  `C_start` text,
  `C_end` text,
  `C_pic` int(11) DEFAULT '0',
  `C_nsort` int(11) DEFAULT '0',
  `C_code` text,
  `C_pagestart` int(11) DEFAULT '0',
  `C_pageend` int(11) DEFAULT '0',
  `C_timestart` varchar(100) DEFAULT '',
  `C_timeend` varchar(100) DEFAULT '',
  PRIMARY KEY (`C_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
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`,`C_pagestart`,`C_pageend`,`C_timestart`,`C_timeend`) values('1','新浪新闻采集','http://roll.news.sina.com.cn/news/gnxw/gdxw1/index_{page}.shtml','<div class=\"second-title\">','</div>','<div class=\"article\" id=\"article\">','</div>','<ul class=\"list_009\">','</ul>','0','1','utf-8','1','2','<span class=\"date\">','</span>');
DROP TABLE IF EXISTS `SL_comment`;
CREATE TABLE IF NOT EXISTS `SL_comment` (
  `C_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `C_content` text,
  `C_mid` int(11) DEFAULT '0',
  `C_sub` int(11) DEFAULT '0',
  `C_sh` int(11) DEFAULT '0',
  `C_page` text,
  `C_time` datetime DEFAULT NULL,
  PRIMARY KEY (`C_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `SL_config`;
CREATE TABLE IF NOT EXISTS `SL_config` (
  `C_title` text,
  `C_keywords` text,
  `C_content` text,
  `C_logo` text,
  `C_template` text,
  `C_code` text,
  `C_foot` text,
  `C_logox` int(11) DEFAULT '0',
  `C_logoy` int(11) DEFAULT '0',
  `C_ico` text,
  `C_qq` text,
  `C_qqon` int(11) DEFAULT '0',
  `C_mobile` text,
  `C_first` int(11) DEFAULT '0',
  `C_admin` text,
  `C_version` text,
  `C_wtitle` text,
  `C_wcode` text,
  `C_wtoken` text,
  `C_alipay` text,
  `C_alipayid` text,
  `C_alipaykey` text,
  `C_QQid` text,
  `C_QQkey` text,
  `C_email` text,
  `C_mpwd` text,
  `C_fenxiang` text,
  `C_html` int(11) DEFAULT '0',
  `C_dir` text,
  `C_domain` text,
  `C_wap` text,
  `C_wx_appid` text,
  `C_wx_mchid` text,
  `C_wx_key` text,
  `C_wx_appsecret` text,
  `C_alipayon` text,
  `C_wxpayon` text,
  `C_bankon` text,
  `C_test` text,
  `C_time` datetime DEFAULT NULL,
  `C_close` int(11) DEFAULT '0',
  `C_lang` text,
  `C_delang` int(11) DEFAULT '0',
  `C_qq1` int(11) DEFAULT '0',
  `C_qq2` int(11) DEFAULT '0',
  `C_qq3` int(11) DEFAULT '0',
  `C_qq4` int(11) DEFAULT '0',
  `C_1yuan` int(11) DEFAULT '0',
  `C_sign` int(11) DEFAULT '0',
  `C_Invitation` int(11) DEFAULT '0',
  `C_data` int(11) DEFAULT '0',
  `C_gift` text,
  `C_gifton` int(11) DEFAULT '0',
  `C_np` int(11) DEFAULT '0',
  `C_pp` int(11) DEFAULT '0',
  `C_pid` text,
  `C_npage` int(11) DEFAULT '0',
  `C_ppage` int(11) DEFAULT '0',
  `C_balanceon` text,
  `C_member` int(11) DEFAULT '0',
  `C_top` int(11) DEFAULT '0',
  `C_mark` int(11) DEFAULT '0',
  `C_m_position` int(11) DEFAULT '0',
  `C_m_text` text,
  `C_m_font` text,
  `C_m_size` int(11) DEFAULT '0',
  `C_m_color` text,
  `C_m_logo` text,
  `C_m_width` int(11) DEFAULT '0',
  `C_m_height` int(11) DEFAULT '0',
  `C_m_transparent` int(11) DEFAULT '0',
  `C_7PID` text,
  `C_7PKEY` text,
  `C_7CID1` text,
  `C_7CID2` text,
  `C_ds1` int(11) DEFAULT '0',
  `C_ds2` int(11) DEFAULT '0',
  `C_ds3` int(11) DEFAULT '0',
  `C_tp` int(11) DEFAULT '0',
  `C_7money` text,
  `C_sort` int(11) DEFAULT '0',
  `C_tag` text,
  `C_id` int(11) NOT NULL DEFAULT '0',
  `C_1yuan2` int(11) DEFAULT '0',
  `C_tomoney` int(11) DEFAULT '0',
  `C_tofen` int(11) DEFAULT '0',
  `C_tx` int(11) DEFAULT '0',
  `C_tomoney_rate` double DEFAULT '0',
  `C_tofen_rate` double DEFAULT '0',
  `C_tx_rate` double DEFAULT '0',
  `C_db` text,
  `C_psh` int(11) DEFAULT '0',
  `C_qqkj` int(11) DEFAULT '0',
  `C_wxkj` int(11) DEFAULT '0',
  `C_translate` int(11) DEFAULT '0',
  `C_authcode` text,
  `C_memberbg` text,
  `C_hotwords` text,
  `C_weibo` text,
  `C_flag` text,
  `C_nsorttitle` text,
  `C_nsortentitle` text,
  `C_psorttitle` text,
  `C_psortentitle` text,
  `C_need` text,
  `C_wxappID` text,
  `C_wxappSecret` text,
  `C_wxcolor` text,
  `C_paypal` text,
  `C_paypalon` text,
  `C_wxapplogo` text,
  `C_wxappno` text,
  `C_wxapptabbar` text,
  `C_smssign` text,
  `C_userid` text,
  `C_codeid` text,
  `C_codekey` text,
  `C_langtitle` text,
  `C_langtag` text,
  `C_reg1` int(11) DEFAULT '0',
  `C_reg2` int(11) DEFAULT '0',
  `C_reg3` int(11) DEFAULT '0',
  `C_kfon` int(11) DEFAULT '0',
  `C_osson` int(11) DEFAULT '0',
  `C_oss_id` text,
  `C_oss_key` text,
  `C_bucket` text,
  `C_region` text,
  `C_regon` int(11) DEFAULT '0',
  `C_kefuyun` text,
  `C_langcode` text,
  `C_beian` text,
  `C_postage` double DEFAULT '0',
  `C_baoyou` double DEFAULT '0',
  `C_td` int(11) DEFAULT '0',
  `C_nd` int(11) DEFAULT '0',
  `C_pd` int(11) DEFAULT '0',
  `C_rate` double DEFAULT '0',
  `C_mailtype` int(11) DEFAULT '0',
  `C_smtp` varchar(100) DEFAULT '',
  `C_https` int(11) DEFAULT '0',
  `C_wxapptitle` varchar(100) DEFAULT '',
  `C_mipon` int(11) DEFAULT '0',
  `C_mip_token` varchar(200) DEFAULT '',
  `C_qe_id` varchar(100) DEFAULT '',
  `C_qe_key` varchar(100) DEFAULT '',
  `C_bj_id` varchar(100) DEFAULT '',
  `C_bj_key` varchar(100) DEFAULT '',
  `C_tj_account` varchar(100) DEFAULT '',
  `C_tj_pwd` varchar(100) DEFAULT '',
  `C_tj_id` varchar(100) DEFAULT '',
  `C_tj_siteid` varchar(100) DEFAULT '',
  `C_tj_token` varchar(100) DEFAULT '',
  `C_shoukuan` varchar(500) DEFAULT '',
  `C_zzon` varchar(200) DEFAULT '',
  `C_dfon` varchar(200) DEFAULT '',
  `C_checkaddress` int(11) DEFAULT '0',
  `C_read` int(11) DEFAULT '0',
  `C_punlogin` int(11) DEFAULT '0',
  `C_sms` text,
  `C_smsuse` text,
  `C_alipaynewid` text,
  `C_alipaynewkey2` text,
  `C_alipaynewkey` text,
  `C_alipaynewon` text,
  PRIMARY KEY (`C_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
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`,`C_translate`,`C_authcode`,`C_memberbg`,`C_hotwords`,`C_weibo`,`C_flag`,`C_nsorttitle`,`C_nsortentitle`,`C_psorttitle`,`C_psortentitle`,`C_need`,`C_wxappID`,`C_wxappSecret`,`C_wxcolor`,`C_paypal`,`C_paypalon`,`C_wxapplogo`,`C_wxappno`,`C_wxapptabbar`,`C_smssign`,`C_userid`,`C_codeid`,`C_codekey`,`C_langtitle`,`C_langtag`,`C_reg1`,`C_reg2`,`C_reg3`,`C_kfon`,`C_osson`,`C_oss_id`,`C_oss_key`,`C_bucket`,`C_region`,`C_regon`,`C_kefuyun`,`C_langcode`,`C_beian`,`C_postage`,`C_baoyou`,`C_td`,`C_nd`,`C_pd`,`C_rate`,`C_mailtype`,`C_smtp`,`C_https`,`C_wxapptitle`,`C_mipon`,`C_mip_token`,`C_qe_id`,`C_qe_key`,`C_bj_id`,`C_bj_key`,`C_tj_account`,`C_tj_pwd`,`C_tj_id`,`C_tj_siteid`,`C_tj_token`,`C_shoukuan`,`C_zzon`,`C_dfon`,`C_checkaddress`,`C_read`,`C_punlogin`,`C_sms`,`C_smsuse`,`C_alipaynewid`,`C_alipaynewkey2`,`C_alipaynewkey`,`C_alipaynewon`) values('您的网站名称/l/Your Website','关键词1,关键词2,关键词3,关键词4,关键词5/l/keyword1,keyword2','请用一段语句通顺的话来描述您的网站定位，字数不超过200字。/l/your website description','media/20180301100254642.png','pc146','','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','0','admin','build20150810','你的微信公众号','media/20150921144410012.jpg','weixin','XXX@qq.com','2088XXXXXXXXX','1234567890','1234567890','1234567890','450245869@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><$cript type=\"text/java$cript\" charset=\"utf-8\" src=\"http://static.bshare.cn/b/buttonLite.js#style=-1&uuid=&pophcol=2&lang=zh\"></$cript><$cript type=\"text/java$cript\" charset=\"utf-8\" src=\"http://static.bshare.cn/b/bshareC0.js\"></$cript>','0','/','empty','wap146','wxXXXXXXXXXX','1234567890','1234567890','1234567890','true','true','','123456','2023-05-24 18:11:40','0','0','0','1','1','1','1','100','10','100','100','10000@5元话费,20000@数据线,50000@U盘','1','0','0','','10','10','true','1','1','0','4','水印文字','宋体','15','#ff0000','media/20151019094721842.png','100','50','50','','','','','0','0','0','0','','1','等,请你,女孩,如果,人生,想起','1','100','0','0','0','0.01','100','5','mysql','0','0','0','0','M0jmnimg241txsaVtRMzR5ELY2BJed','media/20171019002457251.jpg','酸奶,坚果/l/搜索热词1,搜索热词2,搜索热词3(en)','#','cn,uk,tw','新闻中心/l/news center','news/l/news','产品中心/l/Product center','product/l/product','','','','','','true','','p1','','网站简称','','','','简体中文,繁體中文,English','cn,cht,en','1','1','1','0','0','','','','','1','','php','','10','99','0','0','0','6.91','1','','0','小程序名称','0','0','','','','','','','','','','收款帐号：XXXXXX','true','true','0','0','0','','','','','','');
DROP TABLE IF EXISTS `SL_contact`;
CREATE TABLE IF NOT EXISTS `SL_contact` (
  `C_title` text,
  `C_entitle` text,
  `C_content` text,
  `C_address` text,
  `C_zb` text,
  `C_map` text,
  `C_keywords` text,
  `C_description` text,
  `C_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`C_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
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');
DROP TABLE IF EXISTS `SL_content`;
CREATE TABLE IF NOT EXISTS `SL_content` (
  `C_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `C_title` text,
  `C_bz` text,
  `C_content` text,
  `C_type` text,
  `C_fid` int(11) DEFAULT '0',
  `C_order` int(11) DEFAULT '0',
  `C_del` int(11) DEFAULT '0',
  `C_required` int(11) DEFAULT '0',
  PRIMARY KEY (`C_id`)
) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8;
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('19','如何称呼您/l/How do i address you','/l/How do i address you','/l/null','text','7','1','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('20','准备哪天过来/l/Ready to come over','/l/Ready to come over','/l/null','date','7','2','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) 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','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('22','指定哪位技师/l/Specify which technician','/l/Specify which technician','/l/null','text','7','4','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('23','联系电话/l/Contact number','/l/Contact number','/l/null','text','7','5','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('24','其他要求/l/Other requirements','/l/Other requirements','/l/null','area','7','6','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('25','您的姓名/l/Your name','/l/Your name','/l/null','text','8','1','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('26','联系电话/l/Contact number','/l/Contact number','/l/null','text','8','2','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('27','哪天来唱/l/Which day to sing','/l/Which day to sing','/l/null','date','8','3','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) 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','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) 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','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('30','备注/l/Remarks','/l/Remarks','/l/null','area','8','6','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('31','姓名/l/Name','姓名/l/Name','姓名/l/Name','text','9','1','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('32','学校/l/School','/l/School','/l/null','text','9','2','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('33','手机/l/MobilePhone','/l/MobilePhone','/l/null','text','9','3','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('34','邮箱/l/E-mail','/l/E-mail','/l/null','text','9','4','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('35','学历/l/Education','学历/l/Education','初中|高中|大学本科|硕士研究生|博士研究生/l/Junior middle school|high school|Undergraduate college|Graduate student|Doctoral students','radio','9','5','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('36','毕业日期/l/E-mail','/l/E-mail','/l/null','date','9','6','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('37','应聘职位/l/Apply for position','应聘职位/l/Apply for position','职位1|职位2|职位3|职位4/l/position1|position2|position3|position4','option','9','7','0','0');
insert into `SL_content`(`C_id`,`C_title`,`C_bz`,`C_content`,`C_type`,`C_fid`,`C_order`,`C_del`,`C_required`) values('38','上传简历/l/Upload resume','允许格式为jpg,png,gif,rar,doc,pdf,ppt/l/Upload resume','/l/null','pic','9','8','0','0');
DROP TABLE IF EXISTS `SL_event`;
CREATE TABLE IF NOT EXISTS `SL_event` (
  `E_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `E_type` text,
  `E_content` text,
  `E_title` text,
  PRIMARY KEY (`E_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
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','推送网站目录','推送网站目录');
DROP TABLE IF EXISTS `SL_form`;
CREATE TABLE IF NOT EXISTS `SL_form` (
  `F_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `F_title` text,
  `F_entitle` text,
  `F_bz` text,
  `F_yz` int(11) DEFAULT '0',
  `F_module` text,
  `F_pic` text,
  `F_description` text,
  `F_keywords` text,
  `F_pagetitle` text,
  `F_type` int(11) DEFAULT '0',
  `F_qsort` int(11) DEFAULT '0',
  `F_cq` int(11) DEFAULT '0',
  `F_yzm` int(11) DEFAULT '0',
  `F_del` int(11) DEFAULT '0',
  `F_show` int(11) DEFAULT '0',
  `F_ip` int(11) DEFAULT '0',
  `F_iptype` int(11) DEFAULT '0',
  `F_day` int(11) DEFAULT '0',
  `F_time` datetime DEFAULT NULL,
  `F_limit` int(11) DEFAULT '0',
  PRIMARY KEY (`F_id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
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`,`F_cq`,`F_yzm`,`F_del`,`F_show`,`F_ip`,`F_iptype`,`F_day`,`F_time`,`F_limit`) 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','0','1','0','0','0','0','0','2020-12-17 09:48:01','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`,`F_cq`,`F_yzm`,`F_del`,`F_show`,`F_ip`,`F_iptype`,`F_day`,`F_time`,`F_limit`) values('8','KTV房间预定/l/KTV room reservation','bbb/l/KTV room reservation','','0','f001','media/form_bg.jpg','','','','0','0','0','1','0','0','0','0','0','2020-12-17 09:48:01','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`,`F_cq`,`F_yzm`,`F_del`,`F_show`,`F_ip`,`F_iptype`,`F_day`,`F_time`,`F_limit`) values('9','简历提交/l/Resume submission','ccc/l/Resume submission','招聘相关公告可以放在这里','0','f001','media/form_bg.jpg','','','','0','0','0','1','0','0','0','0','0','2020-12-17 09:48:01','0');
DROP TABLE IF EXISTS `SL_guestbook`;
CREATE TABLE IF NOT EXISTS `SL_guestbook` (
  `G_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `G_title` text,
  `G_name` text,
  `G_phone` text,
  `G_email` text,
  `G_Msg` text,
  `G_sh` int(11) DEFAULT '0',
  `G_time` datetime DEFAULT NULL,
  `G_reply` text,
  `G_ip` varchar(100) DEFAULT '',
  `G_add` varchar(100) DEFAULT '',
  PRIMARY KEY (`G_id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
insert into `SL_guestbook`(`G_id`,`G_title`,`G_name`,`G_phone`,`G_email`,`G_Msg`,`G_sh`,`G_time`,`G_reply`,`G_ip`,`G_add`) values('8','咨询产品','张三','18712345678','4645645@qq.com','咨询产品价格及加盟方式。','1','2015-09-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`,`G_ip`,`G_add`) values('10','标题','昵称','13333333333','10086@QQ.com','留言内容','1','2015-09-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`,`G_ip`,`G_add`) values('14','留言测试-标题','留言测试-姓名','15555555555','test@test.com','留言测试-内容','1','2015-10-24 12:40:59','留言测试-内容回复','','');
DROP TABLE IF EXISTS `SL_invoice`;
CREATE TABLE IF NOT EXISTS `SL_invoice` (
  `I_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `I_company` text,
  `I_no` text,
  `I_list` text,
  `I_sh` int(11) DEFAULT '0',
  `I_money` int(11) DEFAULT '0',
  `I_time` datetime DEFAULT NULL,
  `I_mid` int(11) DEFAULT '0',
  PRIMARY KEY (`I_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `SL_link`;
CREATE TABLE IF NOT EXISTS `SL_link` (
  `L_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `L_title` text,
  `L_url` text,
  `L_pic` text,
  `L_sort` int(11) DEFAULT '0',
  `L_del` int(11) DEFAULT '0',
  `L_order` int(11) DEFAULT '0',
  PRIMARY KEY (`L_id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
insert into `SL_link`(`L_id`,`L_title`,`L_url`,`L_pic`,`L_sort`,`L_del`,`L_order`) values('1','百度/l/baidu','http://www.baidu.com','media/20150921155457342.png','1','0','0');
insert into `SL_link`(`L_id`,`L_title`,`L_url`,`L_pic`,`L_sort`,`L_del`,`L_order`) values('2','sogou搜索/l/sogou','http://www.sogou.com','media/20150921155449747.png','1','0','0');
insert into `SL_link`(`L_id`,`L_title`,`L_url`,`L_pic`,`L_sort`,`L_del`,`L_order`) values('3','360搜索/l/360','http://www.haosou.com','media/20150921155427473.png','1','0','0');
insert into `SL_link`(`L_id`,`L_title`,`L_url`,`L_pic`,`L_sort`,`L_del`,`L_order`) values('4','soso搜索/l/soso','http://www.soso.com','media/20150921155407355.png','1','0','0');
insert into `SL_link`(`L_id`,`L_title`,`L_url`,`L_pic`,`L_sort`,`L_del`,`L_order`) values('5','新浪网/l/sina','http://www.sina.com','media/20151019101025246.png','1','0','0');
insert into `SL_link`(`L_id`,`L_title`,`L_url`,`L_pic`,`L_sort`,`L_del`,`L_order`) values('6','网易/l/163','http://www.163.com','media/20151019101105262.png','1','0','0');
insert into `SL_link`(`L_id`,`L_title`,`L_url`,`L_pic`,`L_sort`,`L_del`,`L_order`) values('7','微信对话生成器/l/taobao','https://www.baituling.com','media/20151019101130000.png','1','0','0');
insert into `SL_link`(`L_id`,`L_title`,`L_url`,`L_pic`,`L_sort`,`L_del`,`L_order`) values('8','企业建站系统/l/s-cms','https://www.s-cms.cn','media/scms.png','1','0','0');
insert into `SL_link`(`L_id`,`L_title`,`L_url`,`L_pic`,`L_sort`,`L_del`,`L_order`) values('9','发货100/l/baituling','https://www.fahuo100.cn','media/kefuyun.png','1','0','0');
DROP TABLE IF EXISTS `SL_list`;
CREATE TABLE IF NOT EXISTS `SL_list` (
  `L_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `L_type` int(11) DEFAULT '0',
  `L_time` datetime DEFAULT NULL,
  `L_mid` int(11) DEFAULT '0',
  `L_title` text,
  `L_change` double DEFAULT '0',
  `L_no` text,
  `L_sh` int(11) DEFAULT '0',
  PRIMARY KEY (`L_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
insert into `SL_list`(`L_id`,`L_type`,`L_time`,`L_mid`,`L_title`,`L_change`,`L_no`,`L_sh`) values('1','1','2019-11-20 18:12:45','0','邀请好友','100','','0');
DROP TABLE IF EXISTS `SL_log`;
CREATE TABLE IF NOT EXISTS `SL_log` (
  `L_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `L_user` text,
  `L_action` text,
  `L_ip` text,
  `L_location` text,
  `L_time` datetime DEFAULT NULL,
  PRIMARY KEY (`L_id`)
) ENGINE=MyISAM AUTO_INCREMENT=329 DEFAULT CHARSET=utf8;
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('227','admin','清空日志','::1','本地本地本地','2018-08-18 17:24:36');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('228','','登录后台成功','::1','','2018-12-18 13:54:20');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('229','admin','导入模板数据','::1','本地本地本地','2018-12-18 13:55:57');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('230','','登录后台成功','::1','本地本地本地','2018-12-18 13:56:17');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('231','','登录后台成功','::1','','2018-12-18 13:59:31');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('232','','登录后台成功','::1','','2018-12-18 14:09:49');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('233','','登录后台成功','::1','','2018-12-18 16:01:34');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('234','','登录后台成功','::1','','2018-12-18 16:02:46');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('235','','登录后台成功','::1','','2018-12-18 16:17:15');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('236','','登录后台成功','::1','','2019-03-08 10:30:20');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('237','admin','保存产品（在列表页）','::1','本地本地本地','2019-03-08 10:30:42');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('238','admin','保存产品（在列表页）','::1','本地本地本地','2019-03-08 10:30:47');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('239','admin','删除产品（ID：99）','::1','本地本地本地','2019-03-08 10:30:58');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('240','admin','保存产品（在列表页）','::1','本地本地本地','2019-03-08 10:31:00');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('241','admin','登录后台成功','::1','','2019-04-24 10:45:59');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('242','admin','登录后台成功','::1','本地本地本地','2019-04-24 10:46:09');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('243','admin','登录后台成功','::1','','2019-07-03 10:16:29');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('244','admin','登录后台成功','::1','','2019-07-25 08:03:19');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('245','admin','登录后台成功','::1','本地本地本地','2019-07-25 08:03:27');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('246','admin','登录后台成功','::1','本地本地本地','2019-07-29 10:14:35');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('247','admin','编辑采集任务（ID：1）','::1','本地本地本地','2019-07-29 10:17:52');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('248','admin','退出登录后台','::1','本地本地本地','2019-07-29 10:18:30');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('249','admin','登录后台成功','::1','本地本地本地','2019-07-29 10:18:37');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('250','admin','退出登录后台','::1','本地本地本地','2019-07-29 10:20:17');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('251','admin','登录后台成功','::1','本地本地本地','2019-07-29 14:59:58');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('252','admin','修改基本设置','::1','本地本地本地','2019-07-29 15:00:10');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('253','admin','登录后台成功','::1','','2019-10-11 12:04:38');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('254','admin','登录后台成功','::1','本地本地本地','2019-10-11 12:04:48');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('255','admin','登录后台成功','::1','本地本地本地','2019-10-12 09:23:10');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('256','admin','导入模板数据','::1','本地本地本地','2019-10-12 09:23:24');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('257','admin','导入模板数据','::1','本地本地本地','2019-10-12 09:23:31');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('258','admin','导入模板数据','::1','本地本地本地','2019-10-12 09:26:33');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('259','admin','登录后台成功','::1','本地本地本地','2019-10-12 09:55:15');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('260','admin','更换模板（ID：wap135）','::1','本地本地本地','2019-10-12 09:55:20');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('261','admin','修改基本设置','::1','本地本地本地','2019-10-12 09:58:55');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('262','admin','修改基本设置','::1','本地本地本地','2019-10-12 09:58:58');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('263','admin','修改基本设置','::1','本地本地本地','2019-10-12 09:59:11');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('264','admin','修改基本设置','::1','本地本地本地','2019-10-12 09:59:22');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('265','admin','登录后台成功','::1','本地本地本地','2019-10-12 10:46:23');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('266','admin','修改基本设置','::1','本地本地本地','2019-10-12 10:47:39');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('267','admin','登录后台成功','::1','本地本地本地','2019-10-12 14:04:55');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('268','admin','登录后台成功','::1','本地本地本地','2019-10-12 14:11:23');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('269','admin','修改基本设置','::1','本地本地本地','2019-10-12 14:19:19');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('270','admin','登录后台成功','::1','本地本地本地','2019-10-12 14:37:00');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('271','admin','登录后台成功','::1','本地本地本地','2019-10-12 19:52:12');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('272','admin','登录后台成功','::1','本地本地本地','2019-10-12 19:53:05');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('273','admin','填写授权码并授权成功','::1','本地本地本地','2019-10-12 19:53:30');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('274','admin','修改基本设置','::1','本地本地本地','2019-10-12 19:54:30');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('275','admin','登录后台成功','::1','本地本地本地','2019-10-12 20:39:57');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('276','admin','备份数据库文件','::1','本地本地本地','2019-10-12 20:43:58');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('277','admin','备份数据库文件','::1','本地本地本地','2019-10-12 20:44:57');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('278','admin','备份数据库文件','::1','本地本地本地','2019-10-12 20:47:45');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('279','admin','备份数据库文件','::1','本地本地本地','2019-10-12 20:53:30');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('280','admin','登录后台成功','::1','','2019-10-14 00:39:21');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('281','admin','登录后台成功','::1','本地本地本地','2019-10-14 00:39:31');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('282','admin','登录后台成功','::1','本地本地本地','2019-10-14 00:52:34');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('283','admin','登录后台成功','::1','本地本地本地','2019-10-14 00:56:15');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('284','admin','批量删除文件（ID：10,12,13,14,42,45,48,51,54,57,60,61,76,77,78,79,80,102,105,106,109,110,）','::1','本地本地本地','2019-10-14 00:56:28');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('285','admin','登录后台成功','::1','','2019-11-03 19:14:44');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('286','admin','登录后台成功','::1','本地本地本地','2019-11-04 21:36:50');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('287','admin','登录后台成功','::1','本地本地本地','2019-11-04 21:42:38');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('288','admin','登录后台成功','::1','本地本地本地','2019-11-05 12:07:29');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('289','admin','登录后台成功','::1','本地本地本地','2019-11-05 13:24:35');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('290','admin','登录后台成功','::1','本地本地本地','2019-11-05 16:20:11');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('291','admin','登录后台成功','::1','本地本地本地','2019-11-06 09:45:12');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('292','admin','登录后台成功','::1','本地本地本地','2019-11-06 16:24:57');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('293','admin','登录后台成功','::1','本地本地本地','2019-11-07 16:28:21');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('294','admin','登录后台成功','::1','本地本地本地','2019-11-08 14:13:32');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('295','admin','登录后台成功','::1','本地本地本地','2019-11-11 22:46:48');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('296','admin','登录后台成功','::1','','2019-11-14 23:05:47');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('297','admin','登录后台成功','::1','本地本地本地','2019-11-14 23:06:05');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('298','admin','登录后台成功','::1','本地本地本地','2019-11-17 16:39:09');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('299','admin','登录后台成功','::1','本地本地本地','2019-11-20 18:12:13');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('300','admin','修改基本设置','::1','本地本地本地','2019-11-20 18:12:26');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('301','admin','登录后台成功','::1','本地本地本地','2019-11-21 15:18:22');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('302','admin','登录后台成功','::1','','2019-12-10 19:20:28');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('303','admin','登录后台成功','::1','本地本地本地','2019-12-10 19:20:39');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('304','admin','登录后台成功','::1','本地本地本地','2019-12-10 19:24:51');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('305','admin','登录后台成功','::1','本地本地本地','2019-12-13 11:29:50');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('306','admin','登录后台成功','::1','本地本地本地','2019-12-19 12:25:40');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('307','admin','登录后台成功','::1','本地本地本地','2019-12-21 16:59:37');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('308','admin','登录后台成功','::1','本地本地本地','2019-12-21 17:05:19');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('309','admin','登录后台成功','::1','','2020-01-02 21:50:22');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('310','admin','登录后台成功','::1','本地本地本地','2020-01-02 21:50:34');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('311','admin','登录后台成功','::1','本地本地本地','2020-01-12 00:40:57');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('312','admin','登录后台成功','::1','','2020-12-17 09:48:01');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('313','admin','登录后台成功','::1','本地本地本地','2021-07-27 22:53:15');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('314','admin','登录后台成功','::1','','2022-07-12 10:54:01');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('315','admin','登录后台成功','::1','本地本地本地','2022-07-12 10:54:17');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('316','admin','登录后台成功','::1','本地本地本地','2022-09-15 19:54:41');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('317','admin','登录后台成功','::1','本地本地本地','2022-10-05 10:07:22');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('318','admin','登录后台成功','::1','本地本地本地','2022-10-20 23:52:48');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('319','admin','登录后台成功','::1','本地本地本地','2022-12-07 10:54:49');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('320','admin','登录后台失败','::1','本地本地本地','2023-02-08 20:39:52');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('321','admin','登录后台成功','::1','本地本地本地','2023-02-08 20:40:00');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('322','admin','登录后台成功','::1','本地本地本地','2023-03-09 21:45:53');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('323','admin','更换模板（ID：pc146）','::1','本地本地本地','2023-03-09 21:47:04');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('324','admin','更换模板（ID：wap146）','::1','本地本地本地','2023-03-09 21:47:10');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('325','admin','登录后台成功','::1','','2023-05-24 18:11:40');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('326','admin','登录后台成功','::1','本地本地本地','2023-05-24 18:11:58');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('327','admin','登录后台成功','::1','本地本地本地','2023-05-24 21:12:35');
insert into `SL_log`(`L_id`,`L_user`,`L_action`,`L_ip`,`L_location`,`L_time`) values('328','admin','登录后台成功','::1','本地本地本地','2023-06-09 18:01:09');
DROP TABLE IF EXISTS `SL_lsort`;
CREATE TABLE IF NOT EXISTS `SL_lsort` (
  `S_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `S_title` text,
  `S_order` int(11) DEFAULT '0',
  PRIMARY KEY (`S_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
insert into `SL_lsort`(`S_id`,`S_title`,`S_order`) values('1','友情链接/l/LINK','0');
DROP TABLE IF EXISTS `SL_lv`;
CREATE TABLE IF NOT EXISTS `SL_lv` (
  `L_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `L_discount` int(11) DEFAULT '0',
  `L_title` text,
  `L_fen` int(11) DEFAULT '0',
  `L_order` int(11) DEFAULT '0',
  PRIMARY KEY (`L_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
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');
DROP TABLE IF EXISTS `SL_member`;
CREATE TABLE IF NOT EXISTS `SL_member` (
  `M_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `M_login` text,
  `M_pwd` text,
  `M_email` text,
  `M_QQ` text,
  `M_mobile` text,
  `M_add` text,
  `M_pic` text,
  `M_fen` int(11) DEFAULT '0',
  `M_name` text,
  `M_code` text,
  `M_qqid` text,
  `M_regtime` datetime DEFAULT NULL,
  `M_pwdcode` text,
  `M_genkey` text,
  `M_lv` int(11) DEFAULT '0',
  `M_money` double DEFAULT '0',
  `M_subscribe` int(11) DEFAULT '0',
  `M_from` int(11) DEFAULT '0',
  `M_vip` int(11) DEFAULT '0',
  `M_viptime` text,
  `M_viplong` int(11) DEFAULT '0',
  `M_need` text,
  `M_info` text,
  `M_del` int(11) DEFAULT '0',
  `M_type` int(11) DEFAULT '0',
  PRIMARY KEY (`M_id`)
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8;
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`,`M_need`,`M_info`,`M_del`,`M_type`) values('6','未提供','37A6259CC0C1DAE299A7866489DFF0BD','null','1','1','1','member.jpg','0','1','1','','2011-11-11 00:00:00','','','1','0','0','0','0','','0','','','0','1');
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`,`M_need`,`M_info`,`M_del`,`M_type`) values('7','admin','7FEF6171469E80D32C0559F88B377245','10086@qq.com','留言测试-标题','15567896789','XX省XX市XX区XX号','member.jpg','0','姓名','100000','','2011-11-11 00:00:00','','','1','0','0','0','0','','0','','','0','1');
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`,`M_need`,`M_info`,`M_del`,`M_type`) values('8','入戏太深','C34874DEB10E54993F2161F37E057B1C','anchen@qq.com','1','1','1','member.jpg','0','1','1','','2011-11-11 00:00:00','','','1','0','0','0','0','','0','','','0','1');
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`,`M_need`,`M_info`,`M_del`,`M_type`) values('9','user','5F4DCC3B5AA765D61D8327DEB882CF99','anchen@qq.com','1','1','1','member.jpg','0','1','1','','2011-11-11 00:00:00','','','1','0','0','0','0','','0','','','0','1');
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`,`M_need`,`M_info`,`M_del`,`M_type`) values('15','Anchen','C34874DEB10E54993F2161F37E057B1C','anchen@qq.com','1','1','1','member.jpg','0','1','1','','2011-11-11 00:00:00','','','1','0','0','0','0','','0','','','0','1');
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`,`M_need`,`M_info`,`M_del`,`M_type`) values('16','撑一把纸仐','C34874DEB10E54993F2161F37E057B1C','anchen@qq.com','1','1','1','member.jpg','0','1','1','','2011-11-11 00:00:00','','','1','0','0','0','0','','0','','','0','1');
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`,`M_need`,`M_info`,`M_del`,`M_type`) values('17','yyy','F0A4058FD33489695D53DF156B77C724','yyyuuu@qq.com','','','','member.jpg','0','yyy','','','2019-11-20 18:12:45','','','1','0','0','0','0','','0','','','0','1');
DROP TABLE IF EXISTS `SL_menu`;
CREATE TABLE IF NOT EXISTS `SL_menu` (
  `U_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `U_title` text,
  `U_entitle` text,
  `U_sub` int(11) DEFAULT '0',
  `U_order` int(11) DEFAULT '0',
  `U_type` text,
  `U_typeid` int(11) DEFAULT '0',
  `U_hide` int(11) DEFAULT '0',
  `U_url` text,
  `U_ico` text,
  `U_color` text,
  `U_template` text,
  `U_bg` text,
  `U_tabbar` int(11) DEFAULT '0',
  `U_del` int(11) DEFAULT '0',
  `U_wap` varchar(100) DEFAULT '',
  PRIMARY KEY (`U_id`)
) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=utf8;
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('1','首页/l/Home','index/l/Home','0','1','index','1','0','','home','#FF9C00','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('2','关于/l/About','about/l/About','0','2','text','1','0','','user','#8DC43C','text.html','media/20181022194021138.jpg','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('3','产品/l/Product','product/l/product','0','3','product','1','0','','th-list','#AA8855','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('4','新闻/l/News','news/l/news','0','5','news','99','0','','newspaper-o','#88AA55','news.html','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('7','联系/l/Contact','contact/l/contact','0','10','contact','1','0','','map-o','#55AA66','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('8','公司文化/l/Culture','culture/l/culture','2','2','text','2','0','','bookmark','#2BD5D5','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('11','公司新闻/l/Company','news/l/company','4','1','news','1','0','','signal','#A3BB44','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('12','视频播放/l/Industry','news/l/industry','4','2','news','105','0','','signal','#9955AA','news.html','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('13','在线留言/l/Guestbook','guestbook/l/guestbook','7','2','guestbook','1','0','','envelope-o','#AA7755','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('14','表单/l/Form','form/l/form','0','6','form','9','0','','share-alt','#4D61B3','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('16','尼康/l/Nikon','nikon/l/nikon','3','1','product','3','0','','paperclip','#5555AA','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('17','佳能/l/Cannon','cannon/l/cannon','3','2','product','2','0','','paperclip','#668599','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('18','莱卡/l/Leica','leica/l/leica','3','3','product','4','0','','paperclip','#AA55AA','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('24','公司简介/l/Itroduction','Itroduction/l/Itroduction','2','1','text','1','0','','bookmark','#2B35D5','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('25','简历提交/l/Resume','Resume/l/Resume','14','3','form','9','0','','sticky-note-o','#006600','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('26','KTV预定/l/KTV','KTV/l/KTV','14','2','form','8','0','','sticky-note-o','#AAa755','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('27','防伪查询/l/Service','Query/l/Service','14','1','form','7','0','','sticky-note-o','#A3BB44','form.html','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('36','联系方式/l/Contact','Contact/l/Contact','7','1','contact','1','0','','map-marker','#ff9900','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('37','案例/l/Case','success/l/case','0','4','product','7','0','','bars','#ff9900','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('39','资料下载/l/Download','download/l/download','4','3','news','7','0','','bars','#ff9900','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('40','人才招聘/l/Job','job/l/job','4','4','news','104','0','','bars','#ab5252','news.html','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('41','论坛/l/BBS','bbs/l/bbs','0','8','bbs','1','0','','feed','#cf5b5b','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('42','公司团队/l/Team','team/l/team','4','11','news','107','0','','bars','','','','0','0','');
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`,`U_bg`,`U_tabbar`,`U_del`,`U_wap`) values('43','发展历程/l/Development','development/l/development','2','11','text','13','0','','bars','','','','0','0','');
DROP TABLE IF EXISTS `SL_mtype`;
CREATE TABLE IF NOT EXISTS `SL_mtype` (
  `T_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `T_name` text,
  `T_content` varchar(100) DEFAULT '',
  PRIMARY KEY (`T_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
insert into `SL_mtype`(`T_id`,`T_name`,`T_content`) values('1','默认类型','介绍文字');
DROP TABLE IF EXISTS `SL_news`;
CREATE TABLE IF NOT EXISTS `SL_news` (
  `N_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `N_title` text,
  `N_content` longtext,
  `N_date` datetime DEFAULT NULL,
  `N_author` text,
  `N_view` int(11) DEFAULT '0',
  `N_sort` int(11) DEFAULT '0',
  `N_pic` text,
  `N_order` int(11) DEFAULT '0',
  `N_short` text,
  `N_top` int(11) DEFAULT '0',
  `N_sh` int(11) DEFAULT '0',
  `N_lv` int(11) DEFAULT '0',
  `N_keywords` text,
  `N_description` text,
  `N_link` text,
  `N_pagetitle` text,
  `N_tag` text,
  `N_color` text,
  `N_strong` int(11) DEFAULT '0',
  `N_type` int(11) DEFAULT '0',
  `N_file` text,
  `N_job` text,
  `N_hide` text,
  `N_hideon` int(11) DEFAULT '0',
  `N_hidetype` text,
  `N_hideintro` text,
  `N_price` text,
  `N_video` text,
  `N_team` text,
  `N_teamid` int(11) DEFAULT '0',
  `N_teaminfo` int(11) DEFAULT '0',
  `N_like` int(11) DEFAULT '0',
  `N_jobname` varchar(100) DEFAULT '',
  `N_del` int(11) DEFAULT '0',
  `N_form` int(11) DEFAULT '0',
  PRIMARY KEY (`N_id`)
) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8;
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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) 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&apos; 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&apos; 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&apos; 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','131','1','media/news_1.jpg','5','	**市政府特授于福建xx农业发展有限公司2009年—2010年度“市级农业产业化龙头企业”称号。这是**市为进一步推进农业产业化经营，促进农业增效和农民增收，经研究所做的决定。      我司高层表示，自xx公司成立以来，受到省、市各级政府的支持和关注，此次龙头企业荣誉的获得是各级政府对我司这几年发展所取得成绩的肯定，我们定不负厚望，为福建农业发展作出应有的贡献。	**市政府特授于福建xx农业发/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','/l/','	**市政府特授于福建xx农业发展有限公司2009年—2010年度“市级农业产业化龙头企业”称号。这是**市为进一步推进农业产业化经营，促进农业增效和农民增收，经研究所做的决定。      我司高层表示，自xx公司成立以来，受到省、市各级政府的支持和关注，此次龙头企业荣誉的获得是各级政府对我司这几年发展所取得成绩的肯定，我们定不负厚望，为福建农业发展作出应有的贡献。	**市政府特授于福建xx农业发/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','','/l/',',,','','0','0','||||||0','||||||||','','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) 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&apos;s special sales of the world&apos;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&apos;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&apos;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&apos;s largest high-quality goods group LVMH, the world&apos;s largest and watch group Siwoqirui, Hendry&apos;s shareholders.<br />','2015-10-19 21:39:12','admin','264','1','media/news_2.jpg','4','最新资料显示，中国有近7万家茶叶企业，每年生产茶叶200多万吨，是名副其实的世界茶叶大国。中国茶叶外销已有2000多年的历史，在西方世界， 只要一听到茶叶就会联想到中国。按理，纵横驰骋于国际市场上的茶叶品牌自然应该诞生在中国。但是，非常遗憾，直至今日，中国在国际茶叶市场上依然只是一个 没有品牌的茶叶大国。    2008年，中国产绿茶124万吨，其中只有30万吨出口，在国际市场上的售 价很低，且大/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','/l/','最新资料显示，中国有近7万家茶叶企业，每年生产茶叶200多万吨，是名副其实的世界茶叶大国。中国茶叶外销已有2000多年的历史，在西方世界， 只要一听到茶叶就会联想到中国。按理，纵横驰骋于国际市场上的茶叶品牌自然应该诞生在中国。但是，非常遗憾，直至今日，中国在国际茶叶市场上依然只是一个 没有品牌的茶叶大国。    2008年，中国产绿茶124万吨，其中只有30万吨出口，在国际市场上的售 价很低，且大/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','','/l/',',,','','0','0','||||||0','||||||||','','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) 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&apos;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&apos;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&apos;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&apos;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&apos;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&apos;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&apos;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&apos;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园店\" 隆重开业，X原分公司也于2001年5月16日正式成立，这种独特的进驻方式，为X原分公司日后的蓬勃发展奠定了坚实的基础。X原分公司的成立继承并发扬了北京XXX装饰先进的经营理念和管理体制。设计水平和工程质量及售后服务一直是X原分公司体现公司实力和塑造企业品牌的大事，因此我们不仅有训练有素、质量过硬的工程队伍，还/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','0','0','0','/l/','某某之峰装饰于2001年4月份进驻X原，4月28日X原分公司第一家店面--\"美丽X园店\" 隆重开业，X原分公司也于2001年5月16日正式成立，这种独特的进驻方式，为X原分公司日后的蓬勃发展奠定了坚实的基础。X原分公司的成立继承并发扬了北京XXX装饰先进的经营理念和管理体制。设计水平和工程质量及售后服务一直是X原分公司体现公司实力和塑造企业品牌的大事，因此我们不仅有训练有素、质量过硬的工程队伍，还/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','','/l/',',,','','0','0','||||||0','||||||||','','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('7','我国电子企业如何应对金融危机？/l/How to deal with the financial crisis in China&apos;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&apos;s special sales of the world&apos;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&apos;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&apos;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&apos;s largest high-quality goods group LVMH, the world&apos;s largest and watch group Siwoqirui, Hendry&apos;s shareholders.<br />','2015-10-19 21:40:57','admin','110','1','media/news_6.jpg','2','世界金融危机已影响到世界实体经济和国际贸易，对我国经济也产生了明显影响，主体表现在外贸出口大大减少。中国经济一季度相对世界经济一片惨淡景象而言有较好的表现，但还不能轻率地说中国经济开始复苏。目前，中国就业形势仍很严峻，民间投资意愿依然不强，中小企业生存的困境没有根本改观，电子企业仍处在危机压力之下。 &nbsp;&nbsp; &nbsp; 为了应对当前的金融危机，我国不少电子企业采取了以下的妙招。/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','/l/','世界金融危机已影响到世界实体经济和国际贸易，对我国经济也产生了明显影响，主体表现在外贸出口大大减少。中国经济一季度相对世界经济一片惨淡景象而言有较好的表现，但还不能轻率地说中国经济开始复苏。目前，中国就业形势仍很严峻，民间投资意愿依然不强，中小企业生存的困境没有根本改观，电子企业仍处在危机压力之下。 &nbsp;&nbsp; &nbsp; 为了应对当前的金融危机，我国不少电子企业采取了以下的妙招。/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','','/l/',',,','','0','0','||||||0','||||||||','','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('8','斥资3.5亿 亨得利首次布局XX钟表业/l/Spend 350 million for the first time Hendry watch industry layout XX11','大中华区最大名表零售集团亨得利，斥资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&apos;s special sales of the world&apos;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&apos;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&apos;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&apos;s largest high-quality goods group LVMH, the world&apos;s largest and watch group Siwoqirui, Hendry&apos;s shareholders.</span><br style=\"white-space:normal;\" />','2015-11-18 19:32:37','admin','110','1','media/news_7.jpg','1','大中华区最大名表零售集团亨得利，斥资3.5亿元，首度在台开设名表旗舰店，选中忠孝东路、敦化南路交叉口，瞄准高档的消费市场，预计二年内在全台将开设三间新店。　　在香港挂牌上市的亨得利控股有限公司，看好国内中高档钟表品牌及大陆客的市场，以其集团旗下专门销售世界顶级手表的“三宝名表(ELEGANT)”品牌，在台北开设全台首间旗舰店。这也是亨得利集团在大中华区开设的第20间三宝名表店。　　亨得利集团主席兼/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','钟表,布局,得利,斥资/l/','大中华区最大名表零售集团亨得利，斥资3.5亿元，首度在台开设名表旗舰店，选中忠孝东路、敦化南路交叉口，瞄准高档的消费市场，预计二年内在全台将开设三间新店。　　在香港挂牌上市的亨得利控股有限公司，看好国内中高档钟表品牌及大陆客的市场，以其集团旗下专门销售世界顶级手表的“三宝名表(ELEGANT)”品牌，在台北开设全台首间旗舰店。这也是亨得利集团在大中华区开设的第20间三宝名表店。　　亨得利集团主席兼/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','','/l/',',,','','0','0','||||||0','||||||||','','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('17','资料下载-加盟申请表/l/Data download - join application form','<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>	Name of the file: application form<br /><br />File size: 123K<br /><br />Upload time: 2016-11-21<br /><br />Document description: please download the information form carefully and send it to the mail box XXX@qq.com. We will reply to you as soon as possible. Thank you.<br /><br />Enclosure：</p><p>	<br /></p><p>	<a class=\"ke-insertfile\" href=\"{@SL_安装目录}kindeditor/attached/file/20161121/20161121092763446344.xlsx\" target=\"_blank\">/kindeditor/attached/file/20161121/20161121092763446344.xlsx</a> </p>','2016-11-21 09:23:37','admin','102','7','media/20161121092824571.jpg','15',' 文件名称：加盟申请表 文件大小：123K 上传时间：2016-11-21 文件说明：下载后请认真填写资料表格，发送至邮箱XXX@qq.com，我们将尽快给您回复，谢谢！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/	Name of the file: application formFile size: 123KUpload time: 2016-11-21Document description: please download the information form carefully and send it to the mail box XXX@qq.com. We will reply to y','0','0','0','申请表,加盟,资料下载/l/',' 文件名称：加盟申请表 文件大小：123K 上传时间：2016-11-21 文件说明：下载后请认真填写资料表格，发送至邮箱XXX@qq.com，我们将尽快给您回复，谢谢！ 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/	Name of the file: application formFile size: 123KUpload time: 2016-11-21Document description: please download the information form carefully and send it to the mail box XXX@qq.com. We will reply to y','','/l/',',,','','0','2','加盟申请表|123K|v1.10|中文|windows|/kindeditor/attached/file/20161121/20161121092763446344.xlsx|0','||||||||','','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('18','资料下载-招聘启示/l/Information downloads - Recruitment inspiration','<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 09: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','','','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('19','资料下载-产品图册/l/Data downloads - Product Atlas','<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;\">	File name: product Atlas<br /><br />File size: 56K<br /><br />Upload time: 2016-11-21<br /><br />Document description: the product atlas has detailed information about all the products of our company, and offer information. Welcome to download the reading.<br /><br />Enclosure：</p><p style=\"white-space:normal;\">	<br /></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>','2016-11-21 09: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','','','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('20','资料下载-专业资料 /l/Data downloads - professional information','<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;\">	Document name: professional information<br /><br />File size: 143K<br /><br />Upload time: 2016-11-21<br /><br />Document description: related professionals can download reading.<br /><br />Enclosure：<br /></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>','2016-11-21 09:34:51','admin','101','7','media/20161121093602671.jpg','12',' 文件名称：专业资料&nbsp; 文件大小：143K 上传时间：2016-11-21 文件说明：相关专业人士可下载阅读。 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/	Document name: professional informationFile size: 143KUpload time: 2016-11-21Document description: related professionals can download reading.Enclosure：	/kindeditor/attached/file/20161121/20161121092','0','0','0','资料,专业,资料下载/l/',' 文件名称：专业资料&nbsp; 文件大小：143K 上传时间：2016-11-21 文件说明：相关专业人士可下载阅读。 附件： /kindeditor/attached/file/20161121/20161121092763446344.xlsx/l/	Document name: professional informationFile size: 143KUpload time: 2016-11-21Document description: related professionals can download reading.Enclosure：	/kindeditor/attached/file/20161121/20161121092','','/l/',',,','','0','2','专业资料 |143K|v1.0|中文|windows|/kindeditor/attached/file/20161121/20161121092763446344.xlsx|0','||||||||','','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('21','资料下载-产品报价 /l/Data downloading - product quotation','<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;\">	Name of the document: product quotation<br /><br />File size: 97K<br /><br />Upload time: 2016-11-21<br /><br />Document description: the agent is special, the detailed product quotation and the agent cost price are included in the file, and the interested partners can join the agent.<br /><br />Enclosure：<br /></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>','2016-11-21 09:36:08','admin','104','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','','','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('22','销售代表-房地产储备经理月薪过万/l/The Sales Representative - the real estate Reserve Manager is over 10000 a month','<span style=\"color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\">岗位职责：1、负责客户的接待、咨询工作，为客户提供专业的房地产置业咨询服务；</span><br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\" /><span style=\"color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\">2、陪同客户看房，促成二手房买卖或租赁业务；</span><br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\" /><span style=\"color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\">3、负责公司房源开发与积累，并与业主建立良好的业务协作关系。</span><br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\" /><span style=\"color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\">任职资格：聚起平凡人，共筑创道梦。底薪1500+提成+开单奖+精英奖+报销端口奖+业绩前十奖+销售冠军奖+月薪过万不是梦</span><br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\" /><span style=\"color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\">工作时间：XXXX房地产综合服务有限公司，成立于2008年11月，已由原来的一家店发展成为现在的30家店，销售团队由原来的几人发展到现在的400人左右。现有业务部、按揭部、行政部、人事部、财务部、网络部。总部在黄金国际的德泰堂国际商务中心，占地300平</span><br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\" /><span style=\"color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\">XX地产是国内首家推出720度全景微看房新体验的房地产销售公司，开启了房产销售的全新模式。</span><br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\" /><span style=\"color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\">公司斥巨资研发并打造了一个集二手房、新房、海景房、装修家居于一体的综合性门户网站，实现了线上推广与线下销售相结合的营销共同体模式。同时组建了一支集技术与网络服务于一体的专业网络团队。</span><br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\" /><span style=\"color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\">公司配备了专业的按揭部门，具有资深工作资质的按揭专员十余名，与各大银行及房管单位有效对接并有着长期稳定的合作，为业务部及广大客户的后续工作及手续办理提供了强有力的支持和帮助。</span>/l/<span style=\"color:#2E343B;font-family:&quot;font-size:14px;white-space:normal;background-color:#FFFFFF;\">Responsibilities: 1, responsible for customer reception and consulting work, to provide customers with professional real estate advisory services.<br /><br />2, accompany the customer to see the house, promote the second-hand house business or lease business.<br /><br />3, responsible for the company&apos;s housing development and accumulation, and establish good business cooperation relationship with the owners.<br /><br />Qualification: gather together ordinary people and build a dream of creation. The basic salary + commission + 1500+ billing prize award + award + elite reimbursement port performance of the top ten Sales Champion Award + award + salary is not a dream<br /><br />Working time: XXXX Real Estate Comprehensive Service Co., Ltd., founded in November 2008, has been developed from a shop to the present 30 stores, the sales team from the original number of people to the present 400 people. The existing business department, the mortgage department, the executive department, the personnel department, the finance department and the network department. Gold international headquarters in detai Tang International Business Center, covers an area of 300 square<br /><br />XX real estate is the first real estate sales company to launch the 720 degree panoramic micro view new experience in China, which has opened a new mode of real estate sales.<br /><br />The company has developed and developed a comprehensive portal with a collection of second-hand houses, new houses, sea view rooms and home furnishing. It has realized the marketing community model combining online promotion with offline sales. At the same time, we set up a professional network team integrating technology and network services.<br /><br />The company is equipped with a professional mortgage department, with more than ten qualified mortgage commissioners, effective docking with major banks and housing management units and long-term stable cooperation, providing strong support and help for the follow-up work and procedures of the business department and the broad masses of customers<br /></span>','2017-10-19 00:42:46','admin','101','104','media/20171019004342494.jpg','8','岗位职责：1、负责客户的接待、咨询工作，为客户提供专业的房地产置业咨询服务；2、陪同客户看房，促成二手房买卖或租赁业务；3、负责公司房源开发与积累，并与业主建立良好的业务协作关系。任职资格：聚起平凡人，共筑创道梦。底薪1500+提成+开单奖+精英奖+报销端口奖+业绩前十奖+销售冠军奖+月薪过万不是梦工作时间：XXXX房地产综合服务有限公司，成立于2008年11月，已由原来的一家店发展成为现在的30/l/Responsibilities: 1, responsible for customer reception and consulting work, to provide customers with professional real estate advisory services.2, accompany the customer to see the house, promote th','0','0','0','/l/','岗位职责：1、负责客户的接待、咨询工作，为客户提供专业的房地产置业咨询服务；2、陪同客户看房，促成二手房买卖或租赁业务；3、负责公司房源开发与积累，并与业主建立良好的业务协作关系。任职资格：聚起平凡人，共筑创道梦。底薪1500+提成+开单奖+精英奖+报销端口奖+业绩前十奖+销售冠军奖+月薪过万不是梦工作时间：XXXX房地产综合服务有限公司，成立于2008年11月，已由原来的一家店发展成为现在的30/l/Responsibilities: 1, responsible for customer reception and consulting work, to provide customers with professional real estate advisory services.2, accompany the customer to see the house, promote th','','/l/',',,','','0','1','||||||0','销售代表|10|广东深圳|10K|本科|3年|25-40|男女不限|普通话','','0','div','','','','|||','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('23','分公司行政副总/l/Deputy chief executive of the branch','岗位职责：<br style=\"margin:0px;padding:0px;\" />1.组织制度建设<br style=\"margin:0px;padding:0px;\" />2.团队建设<br style=\"margin:0px;padding:0px;\" />3.企业文化建设<br style=\"margin:0px;padding:0px;\" />4.人事行政管理<br style=\"margin:0px;padding:0px;\" />5.党建、工会管理<br style=\"margin:0px;padding:0px;\" />6.其它工作<br style=\"margin:0px;padding:0px;\" />任职要求：<br style=\"margin:0px;padding:0px;\" />1、30岁及以上；大专学历；行政管理、企业管理等相关专业。<br style=\"margin:0px;padding:0px;\" />2、熟悉企业管理、人力资源管理、项目管理、施工管理等方面知识；熟悉相关法律法/l/Post duties:<br /><br />1. organization system construction<br /><br />2. team building<br /><br />3. enterprise culture construction<br /><br />4. personnel administration management<br /><br />5. party construction and trade union management<br /><br />6. other work<br /><br />Requirements for office:<br /><br />1, 30 years old or above; junior college degree, administrative management, business management and other related majors.<br /><br />2, familiar with business management, human resource management, project management, construction management and other related knowledge; familiar with relevant laws and regulations.<br />','2017-10-19 00:46:54','admin','102','104','media/20171019004342494.jpg','7','岗位职责：1.组织制度建设2.团队建设3.企业文化建设4.人事行政管理5.党建、工会管理6.其它工作任职要求：1、30岁及以上；大专学历；行政管理、企业管理等相关专业。2、熟悉企业管理、人力资源管理、项目管理、施工管理等方面知识；熟悉相关法律法/l/Post duties:1. organization system construction2. team building3. enterprise culture construction4. personnel administration management5. party construction and trade union management6. other workRequ','0','0','0','/l/','岗位职责：1.组织制度建设2.团队建设3.企业文化建设4.人事行政管理5.党建、工会管理6.其它工作任职要求：1、30岁及以上；大专学历；行政管理、企业管理等相关专业。2、熟悉企业管理、人力资源管理、项目管理、施工管理等方面知识；熟悉相关法律法/l/Post duties:1. organization system construction2. team building3. enterprise culture construction4. personnel administration management5. party construction and trade union management6. other workRequ','','/l/',',,','','0','1','||||||0','分公司行政副总|1|上海|20K/月|研究生或以上|5年|30-50|男|普通话、英语','','0','div','','','','|||','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('24','技术总监/经理-高薪急招网络施工经验驾照/l/Technical Director / Manager - paid network construction experience, driver&apos;s license','岗位职责：<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />1、负责网络及其设备的维护、管理、故障排除等日常工作，确保公司网络日常的正常运作；<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />2、负责公司办公环境的软硬件和桌面系统的日常维护；<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />3、维护和监控公司局域网、广域网，保证其正常运行，确保局域网、广域网在工作期间内安全稳定运行；<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />4、安装和维护公司计算机、服务器系统软件和应用软件，同时为其他部门提供软硬件技术支持；<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />5、解决排除各种软硬件故障，做好记录，定期制作系统运行报告；<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />6、维护数据中心，对系统数据进行备份。<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />任职资格：<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />1、通信、电子工程、自动化、计算机等相关专业，大专或以上学历，1年以上网格系统与IT系统维护工作经验；<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />2、熟悉和掌握各种计算机软硬件，可独立进行安装、调试及故障排除；<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />3、精通局域网的维护及网络安全知识，可熟练进行局域网的搭建和网络设备的基本维护和故障处理；<br style=\"outline:0px;text-size-adjust:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0.05);\" />4、熟练运用WINDOWS、server20002003等对服务器进行维护与管理；/l/Post duties:<br /><br />1, responsible for network and equipment maintenance, management, troubleshooting and other daily work, to ensure the daily operation of the company&apos;s network.<br /><br />2, responsible for the daily maintenance of the company&apos;s office environment, software and hardware and desktop system.<br /><br />3, maintain and Monitor Company LAN and wan to ensure its normal operation and ensure the safe and stable operation of LAN and WAN during the working period.<br /><br />4, install and maintain company&apos;s computer, server system software and application software, and provide technical support for other departments.<br /><br />5, solve all kinds of hardware and software failures, record well, make periodic operation report.<br /><br />6, maintain data center and backup system data.<br /><br />Qualification:<br /><br />1, communication, electronic engineering, automation, computer and other related majors, college degree or above, more than 1 years experience in grid system and IT system maintenance.<br /><br />2, familiar with and master all kinds of computer hardware and software, and can install, debug and troubleshoot independently.<br /><br />3, proficient in LAN maintenance and network security knowledge, proficient in LAN building and basic maintenance and troubleshooting of network devices.<br /><br />4, skilled use of WINDOWS and server20002003 to maintain and manage servers.<br />','2017-10-19 00:49:28','admin','100','104','media/20171019004342494.jpg','6','岗位职责：1、负责网络及其设备的维护、管理、故障排除等日常工作，确保公司网络日常的正常运作；2、负责公司办公环境的软硬件和桌面系统的日常维护；3、维护和监控公司局域网、广域网，保证其正常运行，确保局域网、广域网在工作期间内安全稳定运行；4、安装和维护公司计算机、服务器系统软件和应用软件，同时为其他部门提供软硬件技术支持；5、解决排除各种软硬件故障，做好记录，定期制作系统运行报告；6、维护数据中心，/l/Post duties:1, responsible for network and equipment maintenance, management, troubleshooting and other daily work, to ensure the daily operation of the company&apos;s network.2, responsible for the daily ','0','0','0','/l/','岗位职责：1、负责网络及其设备的维护、管理、故障排除等日常工作，确保公司网络日常的正常运作；2、负责公司办公环境的软硬件和桌面系统的日常维护；3、维护和监控公司局域网、广域网，保证其正常运行，确保局域网、广域网在工作期间内安全稳定运行；4、安装和维护公司计算机、服务器系统软件和应用软件，同时为其他部门提供软硬件技术支持；5、解决排除各种软硬件故障，做好记录，定期制作系统运行报告；6、维护数据中心，/l/Post duties:1, responsible for network and equipment maintenance, management, troubleshooting and other daily work, to ensure the daily operation of the company&apos;s network.2, responsible for the daily ','','/l/',',,','','0','1','||||||0','技术总监/经理|2|北京|10K/月|研究生或以上|3年|30-50|男女不限|普通话、英语','','0','div','','','','|||','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('25','怎样才能成为一个优秀的产品经理/l/How to become an excellent product manager','怎样才能成为一个优秀的产品经理/l/How to become an excellent product manager','2017-10-19 00:53:08','admin','104','105','media/20171019003212355.jpg','9','怎样才能成为一个优秀的产品经理/l/How to become an excellent product manager','0','0','0','/l/','怎样才能成为一个优秀的产品经理/l/How to become an excellent product manager','','/l/',',,','','0','3','||||||0','||||||||','','0','div','','','<iframe frameborder=\"0\" width=\"640\" height=\"498\" src=\"https://v.qq.com/iframe/player.html?vid=q0305m5q81h&tiny=0&auto=0\" allowfullscreen></iframe>','|||','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('26','John Doe/l/John Doe','<p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	先后毕业于华南工学院无线电技术专业，获工学学士；北京师范大学哲学专业，获硕士课程进修证书；新加坡国立大学工商管理专业，获工商管理硕士；爱尔兰欧洲大学海外部，获工商管理博士，2003年入南京大学商学院企业管理博士后。</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	&nbsp;</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	曾到美国史丹佛大学、新南威尔斯大学、澳大利亚悉尼大学、澳洲国立大学、新加坡国立大学、香港浸会大学、中文大学等学习与访问。</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	历任华南理工大学工商管理学院副院长、经济与贸易学院执行院长、教授、博士生导师，南京大学博士后。现任闽江学院新华都商学院副院长及创业MBA项目主任，同时担任南京大学外聘教授、厦门大学客座教授、北京大学客座研究员、新加坡国立大学现代企业管理课程客座教授、澳洲国立大学国际管理硕士课程客座教授。</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	&nbsp;</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	刘教授为中国企业形象战略评审专家。2013年5月22日，新希望六和股份有限公司宣布，刘教授为联席董事长兼首席执行官、《中国大百科全书》经济卷主编、《北大商业评论》副主编、广东省政府经济研究中心特约研究员、广东省企业管理协会常务理事、广东省企业文化协会副会长、广东省精神文明协会常务理事、广东省伦理学会理事、汇名家网特约讲师。</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	10多年来，致力于中外企业的组织与文化研究，更为关注的是中国本土企业的成长模式，不断地把理论、教学和企业管理的实践相结合，致力于为管理教育界、企业界和咨询界寻找结合点──她是集教授、企业家、作家于一体的传奇女性。</p>/l/<p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	He graduated from the radio technology major of Southern China Institute of technology. He received a Bachelor of engineering, a Bachelor of engineering, a major in philosophy of Beijing Normal University, a diploma in a master&apos;s course, a master of business administration in the business administration of National University of Singapore, an overseas department of European University in Ireland, a doctor of business administration, and a post doctoral student in the Business School of Nanjing University in 2003.<br /><br />He has visited the University of Denver, the University of New South Wales, the University of Sydney in Australia, Australian National University, National University of Singapore, the Hong Kong Baptist University, the Chinese University and so on.<br /><br />He served as the Dean, professor and doctoral supervisor of the school of business management, South China University of Technology, and the postdoctoral fellow of Nanjing University. He is currently the deputy dean of the Minjiang University Xinhua business school and the director of the MBA project. He also serves as an external professor of the Nanjing University, a guest professor from Xiamen University, a guest researcher of Peking University, a guest professor of the modern enterprise management course of the National University of Singapore, and a guest professor of the master&apos;s degree in the master of science of management.</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	<br /></p>','2018-04-01 17:42:55','admin','100','107','media/20180401175054246.jpg','19','	先后毕业于华南工学院无线电技术专业，获工学学士；北京师范大学哲学专业，获硕士课程进修证书；新加坡国立大学工商管理专业，获工商管理硕士；爱尔兰欧洲大学海外部，获工商管理博士，2003年入南京大学商学院企业管理博士后。	&nbsp;	曾到美国史丹佛大学、新南威尔斯大学、澳大利亚悉尼大学、澳洲国立大学、新加坡国立大学、香港浸会大学、中文大学等学习与访问。	历任华南理工大学工商管理学院副院长、经济与贸易/l/	He graduated from the radio technology major of Southern China Institute of technology. He received a Bachelor of engineering, a Bachelor of engineering, a major in philosophy of Beijing Normal Unive','0','0','0','/l/','	先后毕业于华南工学院无线电技术专业，获工学学士；北京师范大学哲学专业，获硕士课程进修证书；新加坡国立大学工商管理专业，获工商管理硕士；爱尔兰欧洲大学海外部，获工商管理博士，2003年入南京大学商学院企业管理博士后。	&nbsp;	曾到美国史丹佛大学、新南威尔斯大学、澳大利亚悉尼大学、澳洲国立大学、新加坡国立大学、香港浸会大学、中文大学等学习与访问。	历任华南理工大学工商管理学院副院长、经济与贸易/l/	He graduated from the radio technology major of Southern China Institute of technology. He received a Bachelor of engineering, a Bachelor of engineering, a major in philosophy of Beijing Normal Unive','','/l/',',,','','0','5','||||||0','||||||||','','0','div','','','','总经理|45|总务部|研究生','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('27','Jennifer/l/Jennifer','<p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	专长领域：</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	《做最好的自己/职业化职业素养职业心态》</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	《快乐工作（压力与情绪管理）》</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	《魅力女性美丽人生（女性专题）》</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	《银行客户服务/服务营销/大堂经理系列》</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	《五福临门——弟子规与人生修养》</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	《银行服务/营销系列课程》</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	《银行标杆网点及网点转型建设项目》</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	《电力营业厅优质服务建设项目》</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	《礼仪系列(商务礼仪/服务礼仪/政务礼仪/地产销售礼仪/医护礼仪)》</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	&nbsp;</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	工作经历和成果：</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	曾任职餐饮管理企业总部人力资源管理与培训中心</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	赴日研修客户服务体系、培训体系、知识管理体系建设</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	资深行业专业专家</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	为多家企业做客户服务体系的建设</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	为多家咨询顾问机构客座培训讲师</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	获中国经营连锁协会首批连锁加盟企业特许总部培训经理资格</p>/l/<p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	Field of expertise:<br /><br />Do your best professionalism and professionalism.<br /><br />\"Happy work (stress and emotional management)\"<br /><br />The beautiful life of the charming women (female theme)<br /><br />Bank customer service / service marketing / lobby manager series.<br /><br />\"Five blessings descend upon the house and accomplishment of life\" - disciple<br /><br />A series of banking / marketing courses<br /><br />Transformation project of bank benchmark network and outlets.<br /><br />\"High quality service construction project of electric power business hall\"<br /><br />Etiquette Series (business etiquette / service etiquette / government etiquette / real estate sales etiquette / medical etiquette).</p>','2018-04-01 17:51:48','admin','101','107','media/20180401175204772.jpg','18','	专长领域：	《做最好的自己/职业化职业素养职业心态》	《快乐工作（压力与情绪管理）》	《魅力女性美丽人生（女性专题）》	《银行客户服务/服务营销/大堂经理系列》	《五福临门——弟子规与人生修养》	《银行服务/营销系列课程》	《银行标杆网点及网点转型建设项目》	《电力营业厅优质服务建设项目》	《礼仪系列(商务礼仪/服务礼仪/政务礼仪/地产销售礼仪/医护礼仪)》	&nbsp;	工作经历和成果：	曾任/l/	Field of expertise:Do your best professionalism and professionalism.\"Happy work (stress and emotional management)\"The beautiful life of the charming women (female theme)Bank customer service / servic','0','0','0','/l/','	专长领域：	《做最好的自己/职业化职业素养职业心态》	《快乐工作（压力与情绪管理）》	《魅力女性美丽人生（女性专题）》	《银行客户服务/服务营销/大堂经理系列》	《五福临门——弟子规与人生修养》	《银行服务/营销系列课程》	《银行标杆网点及网点转型建设项目》	《电力营业厅优质服务建设项目》	《礼仪系列(商务礼仪/服务礼仪/政务礼仪/地产销售礼仪/医护礼仪)》	&nbsp;	工作经历和成果：	曾任/l/	Field of expertise:Do your best professionalism and professionalism.\"Happy work (stress and emotional management)\"The beautiful life of the charming women (female theme)Bank customer service / servic','','/l/',',,','','0','5','||||||0','||||||||','','0','div','','','','产品经理|30|产品部|本科','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('28','Christean/l/Christean','<p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	陈老师</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	著有小说等畅销书。</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	1995年，加入IBM担任销售顾问，负责电信行业销售；</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	1998年，担任公司销售主管，负责北方地区销售；</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	2000年，作为资深培训主管，管理中国区培训部门，负责约六百名销售人员、近两千名员工和三百多名中层管理者的学习和发展。</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	2002年开始，在清华大学职业经理训练中心、北京大学经济管理学院、等机构主讲销售培训课程，同时为联想电脑、中国移动、诺基亚、中兴通信等大型企业以及中小企业提供培训和咨询服务。</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	2003中国十大杰出管理培训师之一，培训在线内训团高级讲师 。</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	培训机构认证讲师,拥有十二 年以上在IBM、计算机等公司的销售、销售主管、培训、顾问咨询方面的经验，国内知名的销售管理专家。</p>/l/<p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	Teacher Chen<br /><br />He wrote a best seller like a novel.<br /><br />In 1995, he joined IBM as a sales consultant and was responsible for the sales of telecom industry.<br /><br />In 1998, he served as the sales director of the company and was responsible for sales in the north area.<br /><br />In 2000, as a senior training supervisor, the Chinese district training department was managed, and the study and development of about six hundred sales staff, nearly two thousand employees and more than 300 middle level managers was carried out.</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	At the beginning of 2002, the professional manager training center of Tsinghua University, the economic management school of Peking University, and other agencies are talking about sales training courses, while providing training and consulting services for large enterprises such as Lenovo, China Mobile, NOKIA, ZTE communications and small and medium enterprises.<br /><br />One of the 2003 China ten outstanding management trainer, senior lecturer training online training regiment.<br /><br />The accreditation lecturer of the training institution has more than twelve years&apos; experience in sales, sales managers, training, consulting and consulting in IBM, computer and other companies, and well-known sales management experts in China.</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	<br /></p>','2018-04-01 17:52:53','admin','101','107','media/20180401175303145.jpg','17','	陈老师	著有小说等畅销书。	1995年，加入IBM担任销售顾问，负责电信行业销售；	1998年，担任公司销售主管，负责北方地区销售；	2000年，作为资深培训主管，管理中国区培训部门，负责约六百名销售人员、近两千名员工和三百多名中层管理者的学习和发展。	2002年开始，在清华大学职业经理训练中心、北京大学经济管理学院、等机构主讲销售培训课程，同时为联想电脑、中国移动、诺基亚、中兴通信等大型企业以/l/	Teacher ChenHe wrote a best seller like a novel.In 1995, he joined IBM as a sales consultant and was responsible for the sales of telecom industry.In 1998, he served as the sales director of the comp','0','0','0','/l/','	陈老师	著有小说等畅销书。	1995年，加入IBM担任销售顾问，负责电信行业销售；	1998年，担任公司销售主管，负责北方地区销售；	2000年，作为资深培训主管，管理中国区培训部门，负责约六百名销售人员、近两千名员工和三百多名中层管理者的学习和发展。	2002年开始，在清华大学职业经理训练中心、北京大学经济管理学院、等机构主讲销售培训课程，同时为联想电脑、中国移动、诺基亚、中兴通信等大型企业以/l/	Teacher ChenHe wrote a best seller like a novel.In 1995, he joined IBM as a sales consultant and was responsible for the sales of telecom industry.In 1998, he served as the sales director of the comp','','/l/',',,','','0','5','||||||0','||||||||','','0','div','','','','销售经理|30|销售部|本科','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`,`N_video`,`N_team`,`N_teamid`,`N_teaminfo`,`N_like`,`N_jobname`,`N_del`,`N_form`) values('29','Kerinele rase/l/Kerinele rase','<p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	工作经历和成果：</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	南中国百佳早期的金牌店长，先后在百佳、华润万家、农产品民润超市、中国海王星辰连锁药业，东莞光大贸易公司等担任营运经理，营运总监和副总经理等中、高级管理职位。</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	&nbsp;</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	成功案例和客户：</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	15年零售行业工作和管理经验，先后在著名零售企业-百佳超级市场、华润万家、民润、海王星辰、东莞光大等担任营运经理，营运总监和副总经理管</p>/l/<p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	Work experience and results:<br /><br />In South China, the gold medals in the early days of the hundred Jia are in the middle and senior management positions, such as the best, the Huarun Wanjia, the agricultural products people run supermarket, the China Sea King Star chain pharmaceutical industry, the Dongguan Guangda trade company and so on as the operating manager, the operation director and the deputy general manager.<br /><br /><br />Successful cases and customers:<br /><br />15 years of work and management experience in the retail industry, successively in the famous retail enterprises - the best supermarket, Huarun Wanjia, min run, Hai Wang star, Dongguan Everbright and so on as operating manager, operation director and Deputy General Manager</p><p style=\"box-sizing:inherit;margin-top:0px;margin-bottom:0.8em;\">	<br /></p>','2018-04-01 17:53:45','admin','101','107','media/20180401175357169.jpg','16','	工作经历和成果：	南中国百佳早期的金牌店长，先后在百佳、华润万家、农产品民润超市、中国海王星辰连锁药业，东莞光大贸易公司等担任营运经理，营运总监和副总经理等中、高级管理职位。	&nbsp;	成功案例和客户：	15年零售行业工作和管理经验，先后在著名零售企业-百佳超级市场、华润万家、民润、海王星辰、东莞光大等担任营运经理，营运总监和副总经理管/l/	Work experience and results:In South China, the gold medals in the early days of the hundred Jia are in the middle and senior management positions, such as the best, the Huarun Wanjia, the agricultur','0','0','0','/l/','	工作经历和成果：	南中国百佳早期的金牌店长，先后在百佳、华润万家、农产品民润超市、中国海王星辰连锁药业，东莞光大贸易公司等担任营运经理，营运总监和副总经理等中、高级管理职位。	&nbsp;	成功案例和客户：	15年零售行业工作和管理经验，先后在著名零售企业-百佳超级市场、华润万家、民润、海王星辰、东莞光大等担任营运经理，营运总监和副总经理管/l/	Work experience and results:In South China, the gold medals in the early days of the hundred Jia are in the middle and senior management positions, such as the best, the Huarun Wanjia, the agricultur','','/l/',',,','','0','5','||||||0','||||||||','','0','div','','','','设计师|25|设计部|本科','0','0','0','招聘职位@招聘人数@工作地点@薪资水平@学历要求@经验要求@年龄要求@性别要求@语言要求','0','0');
DROP TABLE IF EXISTS `SL_nsort`;
CREATE TABLE IF NOT EXISTS `SL_nsort` (
  `S_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `S_title` text,
  `S_entitle` text,
  `S_description` text,
  `S_keywords` text,
  `S_type` int(11) DEFAULT '0',
  `S_order` int(11) DEFAULT '0',
  `S_sub` int(11) DEFAULT '0',
  `S_pagetitle` text,
  `S_pic` text,
  `S_show` int(11) DEFAULT '0',
  `S_del` int(11) DEFAULT '0',
  `S_tg` int(11) DEFAULT '0',
  `S_url` varchar(100) DEFAULT '',
  PRIMARY KEY (`S_id`)
) ENGINE=MyISAM AUTO_INCREMENT=108 DEFAULT CHARSET=utf8;
insert into `SL_nsort`(`S_id`,`S_title`,`S_entitle`,`S_description`,`S_keywords`,`S_type`,`S_order`,`S_sub`,`S_pagetitle`,`S_pic`,`S_show`,`S_del`,`S_tg`,`S_url`) values('1','公司新闻/l/company','company/l/company','公司新闻/l/company','公司新闻/l/company','0','1','99','公司新闻/l/company','media/20171019003436696.jpg','1','0','1','');
insert into `SL_nsort`(`S_id`,`S_title`,`S_entitle`,`S_description`,`S_keywords`,`S_type`,`S_order`,`S_sub`,`S_pagetitle`,`S_pic`,`S_show`,`S_del`,`S_tg`,`S_url`) values('7','资料下载/l/download','download/l/download','资料下载/l/download','资料下载/l/download','0','1','100','资料下载/l/download','media/20171019003340651.jpg','1','0','1','');
insert into `SL_nsort`(`S_id`,`S_title`,`S_entitle`,`S_description`,`S_keywords`,`S_type`,`S_order`,`S_sub`,`S_pagetitle`,`S_pic`,`S_show`,`S_del`,`S_tg`,`S_url`) values('99','新闻/l/news','news/l/news','新闻/l/news','新闻/l/news','0','1','0','新闻/l/news','media/20171019003436696.jpg','1','0','1','');
insert into `SL_nsort`(`S_id`,`S_title`,`S_entitle`,`S_description`,`S_keywords`,`S_type`,`S_order`,`S_sub`,`S_pagetitle`,`S_pic`,`S_show`,`S_del`,`S_tg`,`S_url`) values('100','下载/l/download','download/l/download','下载/l/download','下载/l/download','0','2','0','下载/l/download','media/20171019003340651.jpg','1','0','1','');
insert into `SL_nsort`(`S_id`,`S_title`,`S_entitle`,`S_description`,`S_keywords`,`S_type`,`S_order`,`S_sub`,`S_pagetitle`,`S_pic`,`S_show`,`S_del`,`S_tg`,`S_url`) values('104','人才招聘/l/job','job/l/job','人才招聘/l/job','人才招聘/l/job','0','2','99','人才招聘/l/job','media/20171019003125610.jpg','1','0','1','');
insert into `SL_nsort`(`S_id`,`S_title`,`S_entitle`,`S_description`,`S_keywords`,`S_type`,`S_order`,`S_sub`,`S_pagetitle`,`S_pic`,`S_show`,`S_del`,`S_tg`,`S_url`) values('105','视频播放/l/video','video/l/video','视频播放/l/video','视频播放/l/video','0','3','99','视频播放/l/video','media/20171019003212355.jpg','1','0','1','');
insert into `SL_nsort`(`S_id`,`S_title`,`S_entitle`,`S_description`,`S_keywords`,`S_type`,`S_order`,`S_sub`,`S_pagetitle`,`S_pic`,`S_show`,`S_del`,`S_tg`,`S_url`) values('106','团队/l/team','team/l/team','团队/l/team','团队/l/team','0','3','0','团队/l/team','media/20180401174214451.jpg','1','0','1','');
insert into `SL_nsort`(`S_id`,`S_title`,`S_entitle`,`S_description`,`S_keywords`,`S_type`,`S_order`,`S_sub`,`S_pagetitle`,`S_pic`,`S_show`,`S_del`,`S_tg`,`S_url`) values('107','公司团队/l/team','team/l/team','公司团队/l/team','公司团队/l/team','0','1','106','公司团队/l/team','media/20180401174214451.jpg','1','0','1','');
DROP TABLE IF EXISTS `SL_orders`;
CREATE TABLE IF NOT EXISTS `SL_orders` (
  `O_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `O_member` int(11) DEFAULT '0',
  `O_price` double DEFAULT '0',
  `O_num` int(11) DEFAULT '0',
  `O_shuxing` text,
  `O_state` int(11) DEFAULT '0',
  `O_pid` int(11) DEFAULT '0',
  `O_wl` text,
  `O_wlid` text,
  `O_tradeno` text,
  `O_time` datetime DEFAULT NULL,
  `O_remark` varchar(200) DEFAULT '',
  `O_postage` double DEFAULT '0',
  `O_no` varchar(100) DEFAULT '',
  `O_agreementno` varchar(100) DEFAULT '',
  `O_time2` datetime DEFAULT NULL,
  PRIMARY KEY (`O_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `SL_oss`;
CREATE TABLE IF NOT EXISTS `SL_oss` (
  `O_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `O_name` text,
  `O_md5` text,
  PRIMARY KEY (`O_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `SL_product`;
CREATE TABLE IF NOT EXISTS `SL_product` (
  `P_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `P_path` text,
  `P_thumb` text,
  `P_title` text,
  `P_content` longtext,
  `P_sort` int(11) DEFAULT '0',
  `P_order` int(11) DEFAULT '0',
  `P_price` double DEFAULT '0',
  `P_buy` int(11) DEFAULT '0',
  `P_short` text,
  `P_shuxing` text,
  `P_top` int(11) DEFAULT '0',
  `P_keywords` text,
  `P_description` text,
  `P_time` text,
  `P_unlogin` int(11) DEFAULT '0',
  `P_name` int(11) DEFAULT '0',
  `P_email` int(11) DEFAULT '0',
  `P_mobile` int(11) DEFAULT '0',
  `P_address` int(11) DEFAULT '0',
  `P_postcode` int(11) DEFAULT '0',
  `P_qq` int(11) DEFAULT '0',
  `P_remark` int(11) DEFAULT '0',
  `P_sence` int(11) DEFAULT '0',
  `P_sell` text,
  `P_link` text,
  `P_pagetitle` text,
  `P_rest` int(11) DEFAULT '0',
  `P_shuxingt` int(11) DEFAULT '0',
  `P_like` int(11) DEFAULT '0',
  `P_del` int(11) DEFAULT '0',
  `P_brand` int(11) DEFAULT '0',
  PRIMARY KEY (`P_id`)
) ENGINE=MyISAM AUTO_INCREMENT=99 DEFAULT CHARSET=utf8;
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('78','media/20151019120842158.jpg','media/20151019120842158.jpg','测试支付商品/l/test prdoct','本商品供支付测试使用，可删除/l/This commodity is used for payment and can be deleted.','4','0','0.01','1','测试支付商品/l/test prdoct','','0','测试支付商品/l/test prdoct','测试支付商品/l/test prdoct','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','测试支付商品/l/test prdoct','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('79','media/20180401182451831.jpg__|media/20180401182454350.jpg__|media/20180401182457401.jpg__','media/20151019122903897.jpg','努比亚(nubia) Z17S/l/nubia Z17S','<img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/129958776313931797967857_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/171775243871906294736580_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/203191262093249790984900_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/191304869931362590707000_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/475713630188784806268610_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/180727653719955379671763_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/470665442509772420242900_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/181681556216096485649264_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/155509598168346092694340_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/146226507168404149976230_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/129274085418036884199294_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/157564075714153601766610_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/205325897274620004358420_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><div style=\"margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;\"></div>/l/P_content<img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/129958776313931797967857_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/171775243871906294736580_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/203191262093249790984900_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/191304869931362590707000_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/475713630188784806268610_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/180727653719955379671763_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/470665442509772420242900_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/181681556216096485649264_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/155509598168346092694340_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/146226507168404149976230_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/129274085418036884199294_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/157564075714153601766610_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/205325897274620004358420_x.jpg\" class=\"err-product\" style=\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\" />','4','0','3000','1','努比亚(nubia) Z17S/l/nubia Z17S','运营商/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','努比亚(nubia) Z17S/l/nubia Z17S','努比亚(nubia) Z17S/l/nubia Z17S','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','努比亚(nubia) Z17S/l/nubia Z17S','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('80','media/20180401182315722.jpg__|media/20180401182318753.jpg__|media/20180401182322809.jpg__','media/20151019122605029.jpg','魅族（MEIZU）PRO7 Plus /l/MEIZU 7 PRO7 Plus','<p style=\"\"margin-top:0px;margin-bottom:0px;padding:0px;word-break:break-all;color:#666666;font-family:Arial, &quot;white-space:normal;background-color:#FFFFFF;\"\">	<img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/126673664220302997983652_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /></p><p style=\"\"margin-top:0px;margin-bottom:0px;padding:0px;word-break:break-all;color:#666666;font-family:Arial, &quot;white-space:normal;background-color:#FFFFFF;\"\">	<img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/233086178118740812889730_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/884610973165620035913800_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/546899874931396093595400_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/468073436199682520665060_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/185553759143915390526800_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/196261019819096904953545_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/130103428827022319769000_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/107014123023651435420320_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/767255296164054264128530_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/194447675921137404926567_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /></p>/l/\"<p style=\"\"margin-top:0px;margin-bottom:0px;padding:0px;word-break:break-all;color:#666666;font-family:Arial, &quot;white-space:normal;background-color:#FFFFFF;\"\">	<img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/126673664220302997983652_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /></p><p style=\"\"margin-top:0px;margin-bottom:0px;padding:0px;word-break:break-all;color:#666666;font-family:Arial, &quot;white-space:normal;background-color:#FFFFFF;\"\">	<img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/233086178118740812889730_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/884610973165620035913800_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/546899874931396093595400_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/468073436199682520665060_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/185553759143915390526800_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/196261019819096904953545_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/130103428827022319769000_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/107014123023651435420320_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/767255296164054264128530_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /><img alt=\"\"\"\" src=\"\"https://image.suning.cn/uimg/sop/commodity/194447675921137404926567_x.jpg\"\" class=\"\"err-product\"\" style=\"\"word-break:break-all;vertical-align:middle;background:url(&quot;\"\" /></p>','4','0','3000','1','魅族（MEIZU）PRO7 Plus /l/MEIZU 7 PRO7 Plus','运营商/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','魅族（MEIZU）PRO7 Plus /l/MEIZU 7 PRO7 Plus','魅族（MEIZU）PRO7 Plus /l/MEIZU 7 PRO7 Plus','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','魅族（MEIZU）PRO7 Plus /l/MEIZU 7 PRO7 Plus','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('81','media/20180401182127180.jpg__|media/20180401182132213.jpg__|media/20180401182137773.jpg__','media/20151019123914447.jpg','HUAWEI/华为Mate10/l/ HUAWEI Mate10','<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;\">		<img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/611415351557080547718500_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/442976073131989548866970_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/936444702129816122379290_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/130778159912882475566831_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/160219277717421224547540_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/207686784818388701242675_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/208421291210403056362470_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/122956204118354949504432_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><br />	</div></div><div id=\"J-detail-content\" style=\"margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;background-color:#FFFFFF;\"></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','HUAWEI/华为Mate10/l/ HUAWEI Mate10','运营商/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','HUAWEI/华为Mate10/l/ HUAWEI Mate10','HUAWEI/华为Mate10/l/ HUAWEI Mate10','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','HUAWEI/华为Mate10/l/ HUAWEI Mate10','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('82','media/20180401182006398.jpg__|media/20180401182010170.jpg__|media/20180401182014567.jpg__','media/20151019123729653.jpg','Xiaomi/小米 小米手机MIX2/l/Xiaomi MIX2','<img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/709615424201910036142670_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/119610343328456018845850_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/831851234164288236716000_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/137590212210065782746430_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/495222973115004294151130_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/203443179138336053941760_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/140057513521395154333854_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/863102418930641292601700_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/137107462222887659542750_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/113276222131860892283510_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/305457894136028039153420_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/715642598746198605451500_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/149966303016578786189499_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/179104662815879979943240_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/110635820213789499696013_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/944176738191344974298740_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/105394304023264356992220_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><img alt=\"\" src=\"https://image.suning.cn/uimg/sop/commodity/156589142165741284765930_x.jpg\" class=\"err-product\" style=\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\" /><span style=\"color:#666666;font-family:Arial, &quot;white-space:normal;background-color:#FFFFFF;\">.</span>/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','Xiaomi/小米 小米手机MIX2/l/Xiaomi MIX2','运营商/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','Xiaomi/小米 小米手机MIX2/l/Xiaomi MIX2','Xiaomi/小米 小米手机MIX2/l/Xiaomi MIX2','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','Xiaomi/小米 小米手机MIX2/l/Xiaomi MIX2','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('83','media/20190726100756.jpg__|media/20180401181718649.jpg__|media/20180401181721023.jpg__','media/20151019123604549.jpg','Apple iPhone 8 Plus/l/MI Note','<div style=\\\"margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;\\\"><p style=\\\"margin-top:0px;margin-bottom:0px;padding:0px;color:#666666;font-family:Arial, &quot;white-space:normal;background-color:#FFFFFF;\\\"><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/362075723187536438405400_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/482108378140059185138980_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/291015163111805692724320_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/149706367740553320461000_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/775487202143778530967500_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/277142365769214227980300_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/></p><p style=\\\"margin-top:0px;margin-bottom:0px;padding:0px;color:#666666;font-family:Arial, &quot;white-space:normal;background-color:#FFFFFF;\\\"><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/101401312113645452629378_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/></p><br/></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','Apple iPhone 8 Plus/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','Apple iPhone 8 Plus/l/MI Note','Apple iPhone 8 Plus/l/MI Note','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','Apple iPhone 8 Plus/l/MI Note','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('84','media/20190726100744.jpg__|media/20180401181603237.jpg__|media/20180401181606254.jpg__','media/20151019123415039.jpg','OPPO R15/l/OPPO R15','<div style=\\\"margin:0px;padding:0px;color:#666666;font-family:微软雅黑;background-color:#FFFFFF;\\\"><div moduleid=\\\"R1901001_4\\\" modulename=\\\"开箱图示\\\" style=\\\"color:#666666;font-family:Arial, &quot;white-space:normal;background-color:#FFFFFF;\\\"><p style=\\\"margin-top:0px;margin-bottom:0px;padding:0px;\\\"><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/573759044118910818675010_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/></p></div><div moduleid=\\\"R1901001_3\\\" modulename=\\\"商品详情\\\" style=\\\"color:#666666;font-family:Arial, &quot;white-space:normal;background-color:#FFFFFF;\\\"><p style=\\\"margin-top:0px;margin-bottom:0px;padding:0px;\\\"><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/818662719928498692739900_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/430424269177426081364000_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/445703437991637154095000_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/200898241618193111437208_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/167193888213570521138416_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/160611369517743161905397_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/892279021192837279394260_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/207417542190575110023140_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/204758436190092497640910_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/131687202911621053464065_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/719135528214952737659000_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/131711589554181815711700_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/></p></div><br/></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 R15/l/OPPO R15','运营商/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','OPPO R15/l/OPPO R15','OPPO R15/l/OPPO R15','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','OPPO R15/l/OPPO R15','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('86','media/20190726100718.jpg__|media/20180401181502066.jpg__|media/20180401181506092.jpg__','media/20151019122221067.jpg','vivo X21/l/vivo X21','<p><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/422314138138661402987090_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/155294418190970838535180_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/101885657911315115933922_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/138120180018636450147930_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/186416124320005392405990_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/920225510149299842368070_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/699496034202708186683170_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/111563429620965585926692_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/100554547775532574186670_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/119817218011280936801074_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/></p>/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','vivo X21/l/vivo X21','运营商/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','vivo X21/l/vivo X21','vivo X21/l/vivo X21','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','vivo X21/l/vivo X21','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('87','media/20190726100706.jpg__|media/20180401181315845.jpg__|media/20180401181319461.jpg__','media/20151019121950263.jpg','HUAWEI/华为P20 Pro/l/SONY E6533 Z3+','<p><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/340303883758163053848000_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/148583381218629434794415_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/260487212430938970438700_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/899563906195346880457650_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/157459827127293939233700_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/141705635311593404251557_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/167630313532969647177550_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/173845411395042761591100_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/></p>/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','HUAWEI/华为P20 Pro/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','HUAWEI/华为P20 Pro/l/SONY E6533 Z3+','HUAWEI/华为P20 Pro/l/SONY E6533 Z3+','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','HUAWEI/华为P20 Pro/l/SONY E6533 Z3+','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('88','media/20190726100757.jpg__|media/20180401181115628.jpg__|media/20180401181119648.jpg__','media/20151019121542714.jpg','三星 Galaxy Note8/l/sumsung  Galaxy Note8','<p><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/629348439171720770843610_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/841581372109999210563000_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/391177070188668636348760_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/212711587918162419161945_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/201934921940539272486000_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/205213523058249008996130_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/158159721432385148204300_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/200752618438531638987350_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/281843362293384644209600_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/125601528572593954501200_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/118629253716448460037608_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/210807188119676972188305_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/645660661207937917575800_x.jpg\\\" class=\\\"err-product\\\" style=\\\"word-break:break-all;vertical-align:middle;background:url(&quot;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/></p>/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 Note8/l/sumsung  Galaxy Note8','运营商/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','三星 Galaxy Note8/l/sumsung  Galaxy Note8','三星 Galaxy Note8/l/sumsung  Galaxy Note8','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','三星 Galaxy Note8/l/sumsung  Galaxy Note8','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('89','media/20190726100750.jpg__|media/20180401180920711.jpg__|media/20180401180923091.jpg__','media/20151019121304696.jpg','三星 Galaxy S9/l/sumsung Galaxy S9','<p><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/320724512113634186510150_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/richtext/164007527019492256274304.gif\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/197660806362376921466820_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/richtext/209201971216293773132780.gif\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/richtext/211870707860168676749900.gif\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/129100669140502057676840_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/132557494449861258076750_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/117397649277847149831340_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/221474259960606112300000_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/richtext/139371878114592063802123.gif\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/173295017595239750053980_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/114524665013678185091923_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/richtext/936844802135694190496970.gif\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/515841061199648233831290_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/richtext/814341701413153161665000.gif\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/183217097823297671054820_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/121525260828347890492210_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/richtext/165166547920900800461377.gif\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;color:#666666;font-family:Arial, &quot;white-space:normal;\\\"/></p>/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 S9/l/sumsung Galaxy S9','运营商/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','三星 Galaxy S9/l/sumsung Galaxy S9','三星 Galaxy S9/l/sumsung Galaxy S9','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','三星 Galaxy S9/l/sumsung Galaxy S9','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('90','media/20190726100742.jpg__|media/20180401180635277.jpg__|media/20180401180803525.jpg__','media/20151019121014556.jpg','Apple iPhone X/l/Apple iPhone X','<div style=\\\"margin:0px;padding:0px;color:#666666;font-family:Arial, Verdana, 宋体;text-align:center;background-color:#FFFFFF;\\\"><br/><table style=\\\"border-spacing:0px;color:#666666;font-family:Arial, &quot;font-size:12px;background-color:#FFFFFF;width:750px;\\\"><tbody><tr class=\\\"firstRow\\\"><td style=\\\"margin:0px;padding:0px;\\\"><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/213287247648868791262800_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/742303264420020864606900_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/113052099496193184167260_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/119260031069388553257000_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/703178109185226972578070_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/164517197117029993647643_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/125310845218999306843391_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/165407560351571366866400_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/192011518103116463411380_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/490795141180315078285690_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/659722148620656295435500_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/425856086148711450616640_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/196677604419343730247389_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/127742816721109918382489_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/895777760162916036130350_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/905756135110607940153290_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/462807681181328293511600_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/356226907207351359135140_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/181471513418342242122757_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/166305952711590996221719_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/392922278361235027610600_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/950925472313035562602400_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/106070989114355250712044_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/135370969893625392590980_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/529653343591173297749600_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/157455560595529115041360_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/460831941751480321966300_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><img alt=\\\"\\\" src=\\\"https://image.suning.cn/uimg/sop/commodity/189528810114602337377444_x.jpg\\\" class=\\\"err-product\\\" style=\\\"background:url(&quot;vertical-align:middle;\\\"/><br/></td></tr></tbody></table><br/></div>/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','Apple iPhone X/l/Apple iPhone 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','Apple iPhone X/l/Apple iPhone X','Apple iPhone X/l/Apple iPhone X','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','Apple iPhone X/l/Apple iPhone X','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('94','media/news_1.jpg','media/news_1.jpg','演示案例/l/show case','演示案例/l/show case','7','0','0','0','演示案例/l/show case','','0','演示案例/l/show case','演示案例/l/show case','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','演示案例/l/show case','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) 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','演示案例2/l/show case2','演示案例2/l/show case2','2017/4/17 8:47:37','0','0','0','0','0','0','0','0','2','','','演示案例2/l/show case2','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('96','media/20181025211222284.jpg__','','演示案例3/l/show case3','演示案例3/l/show case3','7','0','0','0','演示案例3/l/show case3','','0','案例,演示/l/','演示案例3/l/show case3','2018/10/25 21:11:37','0','0','0','0','0','0','0','0','0','','','/l/','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('97','media/20181025211250089.jpg__','','演示案例4/l/show case4','演示案例4/l/show case4','7','0','0','0','演示案例4/l/show case4','','0','案例,演示/l/','演示案例4/l/show case4','2018/10/25 21:12:39','0','0','0','0','0','0','0','0','0','','','/l/','100','0','0','0','1');
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`,`P_rest`,`P_shuxingt`,`P_like`,`P_del`,`P_brand`) values('98','media/20181025211327197.jpg__','','演示案例5/l/演示案例5(en)','演示案例5/l/演示案例5(en)','7','0','0','0','演示案例5/l/演示案例5(en)','','0','案例,演示/l/案例,演示(en)','演示案例5/l/演示案例5(en)','2018/10/25 21:13:13','0','0','0','0','0','0','0','0','0','','','/l/','100','0','0','0','1');
DROP TABLE IF EXISTS `SL_psort`;
CREATE TABLE IF NOT EXISTS `SL_psort` (
  `S_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `S_title` text,
  `S_entitle` text,
  `S_module` text,
  `S_sub` int(11) DEFAULT '0',
  `S_pic` text,
  `S_description` text,
  `S_keywords` text,
  `S_type` int(11) DEFAULT '0',
  `S_order` int(11) DEFAULT '0',
  `S_pagetitle` text,
  `S_show` int(11) DEFAULT '0',
  `S_del` int(11) DEFAULT '0',
  `S_url` varchar(100) DEFAULT '',
  PRIMARY KEY (`S_id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
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`,`S_show`,`S_del`,`S_url`) values('1','产品展示/l/Product','PRODUCT/l/Product','product','0','media/20171019002744925.jpg','产品展示/l/Product','产品展示/l/Product','0','0','产品展示/l/Product','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`,`S_show`,`S_del`,`S_url`) values('2','佳能/l/Canon','canon/l/Canon','p001','1','media/20190726100751.jpg','佳能（Canon），是日本的一家全球领先的生产影像与信息产品的综合集团，从1937年成立以来，经过多年不懈的努力，佳能已将自己的业务全球化并扩展到各个领域。/l/Canon (Canon) is a global leading global production image and information product group in Japan. Since its founding in 1937, after years of unremitting efforts, Canon has globalized its business and expanded to various fields.','佳能/l/Canon','0','0','佳能/l/Canon','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`,`S_show`,`S_del`,`S_url`) values('3','尼康/l/Nikon','nikon/l/Nikon','p001','1','media/20190726100746.jpg','尼康（Nikon），是日本的一家著名相机制造商，成立于1917年，当时名为日本光学工业株式会社。1988年该公司依托其照相机品牌，更名为尼康株式会社。/l/Nikon (Nikon), a famous Japanese camera manufacturer, was founded in 1917. It was called Japan optical industry Co., Ltd. In 1988, the company renamed its Nikon brand based on its camera brand.','尼康/l/Nikon','0','0','尼康/l/Nikon','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`,`S_show`,`S_del`,`S_url`) values('4','莱卡/l/Leica','leica/l/Leica','p001','1','media/20190726100739.jpg','LEICA T 银色相机 德国徕卡相机发表T-System全新系列，将工艺美学及手工制作的触感设计，结合于产品创新概念。从最初灵感、开发过程到最终定案，始终不变的核心聚焦皆是 – 尽善尽美/l/LEICA T silver-colored camera Leica T-System released the new brand series, combining technology aesthetics and hand-made touch design with product innovation concept.','莱卡/l/Leica','0','0','莱卡/l/Leica','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`,`S_show`,`S_del`,`S_url`) values('6','案例中心/l/Case','case/l/Case','','0','media/20171019002825484.jpg','案例中心/l/Case','案例中心/l/Case','1','0','案例中心/l/Case','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`,`S_show`,`S_del`,`S_url`) values('7','成功案例/l/Success case','success/l/Success case','','6','media/20171019002925971.jpg','成功案例/l/Success case','成功案例/l/Success case','1','0','成功案例/l/Success case','1','0','');
DROP TABLE IF EXISTS `SL_qsort`;
CREATE TABLE IF NOT EXISTS `SL_qsort` (
  `S_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `S_title` text,
  `S_content` text,
  PRIMARY KEY (`S_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
insert into `SL_qsort`(`S_id`,`S_title`,`S_content`) values('1','防伪码查询','如果未查到编号或者非首次查询，请注意您可能购买到假冒商品！');
DROP TABLE IF EXISTS `SL_query`;
CREATE TABLE IF NOT EXISTS `SL_query` (
  `Q_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Q_code` text,
  `Q_content` text,
  `Q_times` int(11) DEFAULT '0',
  `Q_sort` int(11) DEFAULT '0',
  `Q_first` text,
  PRIMARY KEY (`Q_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
insert into `SL_query`(`Q_id`,`Q_code`,`Q_content`,`Q_times`,`Q_sort`,`Q_first`) values('1','123123','您购买的为正品！','1','1','');
insert into `SL_query`(`Q_id`,`Q_code`,`Q_content`,`Q_times`,`Q_sort`,`Q_first`) values('2','456456','您购买的为正品！','0','1','');
insert into `SL_query`(`Q_id`,`Q_code`,`Q_content`,`Q_times`,`Q_sort`,`Q_first`) values('3','789789','您购买的为正品！','0','1','');
DROP TABLE IF EXISTS `SL_reply`;
CREATE TABLE IF NOT EXISTS `SL_reply` (
  `R_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `R_key` text,
  `R_reply` int(11) DEFAULT '0',
  PRIMARY KEY (`R_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
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');
DROP TABLE IF EXISTS `SL_response`;
CREATE TABLE IF NOT EXISTS `SL_response` (
  `R_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `R_cid` int(11) DEFAULT '0',
  `R_content` text,
  `R_time` datetime DEFAULT NULL,
  `R_rid` text,
  `R_member` int(11) DEFAULT '0',
  `R_read` int(11) DEFAULT '0',
  `R_reply` varchar(1000) DEFAULT '',
  `R_ip` varchar(100) DEFAULT '',
  PRIMARY KEY (`R_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `SL_safe`;
CREATE TABLE IF NOT EXISTS `SL_safe` (
  `S_filetype` text,
  `S_filesize` int(11) DEFAULT '0',
  `S_ip` text,
  `S_word` text,
  `S_id` int(11) NOT NULL DEFAULT '0',
  `S_uncopy` int(11) DEFAULT '0',
  `S_login2` int(11) DEFAULT '0',
  `S_backup` int(11) DEFAULT '0',
  PRIMARY KEY (`S_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
insert into `SL_safe`(`S_filetype`,`S_filesize`,`S_ip`,`S_word`,`S_id`,`S_uncopy`,`S_login2`,`S_backup`) 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','0','1','1');
DROP TABLE IF EXISTS `SL_slide`;
CREATE TABLE IF NOT EXISTS `SL_slide` (
  `S_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `S_pic` text,
  `S_thumb` text,
  `S_title` text,
  `S_content` text,
  `S_link` text,
  `S_order` int(11) DEFAULT '0',
  `S_del` int(11) DEFAULT '0',
  PRIMARY KEY (`S_id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
insert into `SL_slide`(`S_id`,`S_pic`,`S_thumb`,`S_title`,`S_content`,`S_link`,`S_order`,`S_del`) values('4','media/20190726100734.jpg','','Louis Vuitton视觉盛宴/l/visual feast','路易·威登法国历史上最杰出的皮件设计大师之一/l/visual feast','#','0','0');
insert into `SL_slide`(`S_id`,`S_pic`,`S_thumb`,`S_title`,`S_content`,`S_link`,`S_order`,`S_del`) values('5','media/20190726100728.jpg','','Diesel时尚广告/l/Fashion advertising','Diesel的风格年轻而富有创意/l/Fashion advertising','#','0','0');
insert into `SL_slide`(`S_id`,`S_pic`,`S_thumb`,`S_title`,`S_content`,`S_link`,`S_order`,`S_del`) values('9','media/20190726100723.jpg','media/','幻灯图3/l/slide image','幻灯图3/l/slide image','#','0','0');
DROP TABLE IF EXISTS `SL_text`;
CREATE TABLE IF NOT EXISTS `SL_text` (
  `T_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `T_title` text,
  `T_entitle` text,
  `T_content` longtext,
  `T_pic` text,
  `T_description` text,
  `T_keywords` text,
  `T_link` text,
  `T_pagetitle` text,
  `T_order` int(11) DEFAULT '0',
  `T_like` int(11) DEFAULT '0',
  `T_del` int(11) DEFAULT '0',
  PRIMARY KEY (`T_id`)
) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
insert into `SL_text`(`T_id`,`T_title`,`T_entitle`,`T_content`,`T_pic`,`T_description`,`T_keywords`,`T_link`,`T_pagetitle`,`T_order`,`T_like`,`T_del`) 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&apos;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&apos;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/20190726100719.jpg','XXX有限公司是于1966年为了通过试验评价技术的支援以提高产业技术而成 立的试验评价机构，是和先进（发达）国家的试验、认证机构进行交流和合作的大韩民国代表性机构。/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,','/l/Itroduction','','/l/','1','0','0');
insert into `SL_text`(`T_id`,`T_title`,`T_entitle`,`T_content`,`T_pic`,`T_description`,`T_keywords`,`T_link`,`T_pagetitle`,`T_order`,`T_like`,`T_del`) 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&apos;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&apos;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&apos;s first industry. XX is the world&apos;s largest cinema line operators, the world&apos;s second largest real estate companies, the world&apos;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','XX是全国首家进行城市旧区改造的企业；XX也是全国第一家跨区域发展的房地产企业；XX是全国房地产企业中第一个转型商业地产的企业；XX更是全国首家大规模投资文化产业的企业，XX企业产业集团一成立便成为全国最大。/l/Innovation is the primary characteristic of XX enterprise, is daring to dare to try, dare to do.','/l/Corporate culture','','/l/','2','0','0');
insert into `SL_text`(`T_id`,`T_title`,`T_entitle`,`T_content`,`T_pic`,`T_description`,`T_keywords`,`T_link`,`T_pagetitle`,`T_order`,`T_like`,`T_del`) values('13','发展历程/l/development history','development/l/development','<strong>2016年</strong> <ul style=\"box-sizing:border-box;outline:none;margin:20px 0px;list-style-position:initial;list-style-image:initial;padding:0px 0px 0px 18px;\">	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		华为支持全球170多个国家和地区的1,500多张网络的稳定运行，服务全球1/3以上的人口。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		华为已在全球部署了超过60张4.5G网络；华为无线家庭宽带解决方案(WTTx)，覆盖全球3,000万家庭；华为在超过100个国家累计部署190多张移动承载网络。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		华为已在全球获得了170多个云化商用合同；VoLTE和VoWiFi解决方案累计服务于全球110张网络；数字业务云服务平台累计引入超过4,000家合作伙伴，聚合超过60万数字内容和应用。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		华为联合500多家合作伙伴为全球130多个国家和地区的客户提供云计算解决方案，共部署了超过200万台虚拟机和420个云数据中心。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		华为智慧城市解决方案已应用于全球40多个国家的100多个城市，华为还主笔了9项智慧城市中国国家标准；华为平安城市解决方案已服务于80多个国家和地区的200多个城市，覆盖8亿多人口。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		在金融领域，华为全渠道银行解决方案已服务于全球300多家金融机构，包括全球十大银行中的6家；在能源领域，华为全联接电网解决方案已应用于全球65个国家，服务170多个电力客户；在交通领域，华为已与业内60多个合作伙伴开展合作，提供数字城轨、智慧机场等解决方案，服务全球超过22万公里的铁路和高速公路、15家以上客流量超3,000万的机场。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		全年智能手机发货量达到1.39亿台，同比增长29%，连续5年稳健增长；全球市场份额提升至11.9%，居全球前三。	</li></ul><strong>2015年</strong><br style=\"box-sizing:border-box;outline:none;\" /><ul style=\"box-sizing:border-box;outline:none;margin:20px 0px;list-style-position:initial;list-style-image:initial;padding:0px 0px 0px 18px;\">	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		根据世界知识产权组织公布数据，2015年企业专利申请排名方面，华为以3898件连续第二年位居榜首。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		华为LTE已进入140多个首都城市，成功部署400多张LTE商用网络和180多张EPC商用网络。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		光传送领域，华为与欧洲运营商共同建设了全球首张1T OTN网络，与英国电信合作完成业界最高速率3Tbps光传输现网测试。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		发布了全球首个基于SDN架构的敏捷物联解决方案。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		发布了全球首款32路x86开放架构小型机昆仑服务器。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		智能手机发货超1亿台。华为在全球智能手机市场稳居全球前三，在中国市场份额位居首位（GFK数据）。	</li></ul><strong>2014年</strong><br style=\"box-sizing:border-box;outline:none;\" /><ul style=\"box-sizing:border-box;outline:none;margin:20px 0px;list-style-position:initial;list-style-image:initial;padding:0px 0px 0px 18px;\">	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		在全球9个国家建立5G创新研究中心。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		承建全球186个400G核心路由器商用网络。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		为全球客户建设480多个数据中心，其中160多个云数据中心。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		全球研发中心总数达到16个，联合创新中心共28个。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		在全球加入177个标准组织和开源组织，在其中担任183个重要职位。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		2014年，智能手机发货量超过7500万台。	</li></ul><strong>2013年</strong><br style=\"box-sizing:border-box;outline:none;\" /><ul style=\"box-sizing:border-box;outline:none;margin:20px 0px;list-style-position:initial;list-style-image:initial;padding:0px 0px 0px 18px;\">	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		全球财务风险控制中心在英国伦敦成立，监管华为全球财务运营风险，确保财经业务规范、高效、低风险地运行；欧洲物流中心在匈牙利正式投入运营，辐射欧洲、中亚、中东非洲国家。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		作为欧盟5G项目主要推动者、英国5G创新中心(5GIC)的发起者，发布5G白皮书，积极构建5G全球生态圈，并与全球20多所大学开展紧密的联合研究；华为对构建无线未来技术发展、行业标准和产业链积极贡献力量。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		400G路由器商用方案得到49个客户的认可并规模投入商用；此外，华为还率先发布了骨干路由器1T路由线卡，以及40T超大容量的波分样机和全光交换网络AOSN新架构。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		持续领跑全球LTE商用部署，已经进入了全球100多个首都城市，覆盖九大金融中心。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		发布全球首个以业务和用户体验为中心的敏捷网络架构及全球首款敏捷交换机S12700，满足云计算、BYOD、SDN、物联网、多业务以及大数据等新应用的需求。	</li>	<li style=\"box-sizing:border-box;outline:none;margin:10px 0px;\">		以消费者为中心，以行践言(Make it Possible)持续聚焦精品战略，其中旗舰机型华为Ascend P6实现了品牌利润双赢，智能手机业务获得历史性突破，进入全球TOP3，华为手机品牌知名度全球同比增长110%。	</li></ul>/l/<strong>2016</strong><br /><br />HUAWEI supports the stable operation of more than 1500 networks in more than 170 countries and regions in the world, serving more than 1/3 of the population worldwide.<br /><br />HUAWEI has deployed more than 60 4.5G networks around the world; HUAWEI wireless home broadband solutions (WTTx) covers 30 million families around the world; HUAWEI has deployed more than 190 mobile hosting networks in more than 100 countries.<br /><br />HUAWEI has obtained more than 170 commercial contracts in the world; VoLTE and VoWiFi solutions have accumulated over 110 networks in the world; the digital service cloud service platform has accumulated over 4000 partners and aggregated more than 600 thousand digital content and applications.<br /><br />HUAWEI combined with more than 500 partners to provide cloud computing solutions for customers in more than 130 countries and regions, deploying more than 2 million virtual machines and 420 cloud data centers.<br /><br />The HUAWEI smart city solution has been applied to more than 100 cities in more than 40 countries, and HUAWEI has also written 9 smart cities for China&apos;s national standards; the HUAWEI peace city solution has served more than 200 cities in more than 80 countries and regions, covering more than 800 million people.<br /><br />In the field of finance, HUAWEI full channel banking solutions have served more than 300 global financial institutions, including 6 of the world&apos;s ten largest banks. In the energy field, HUAWEI fully connected power grid solutions have been applied to 65 countries in the world, serve more than 170 power customers, and in the traffic domain, HUAWEI has cooperated with more than 60 partners in the industry to provide digital city rail, intelligent Airports And other solutions, which will serve more than 220 thousand kilometers of Railways and highways over the world, and over 15 airports with more than 30 million traffic volume.<br /><br />The annual smartphone delivery volume reached 139 million units, an increase of 29% over the past year, a steady growth of 5 consecutive years, and the global market share increased to 11.9%, ranking the world&apos;s top three.<br /><br /><strong>2015</strong><br /><br />According to the data released by the world intellectual property organization, HUAWEI ranked the first place in 3898 consecutive second years in terms of enterprise patent application ranking in 2015.<br /><br />HUAWEI LTE has entered more than 140 capital cities, successfully deploying more than 400 LTE commercial networks and more than 180 EPC commercial networks.<br /><br />In the field of optical transmission, HUAWEI and European operators have jointly built the world&apos;s first 1T OTN network, and collaborated with BT to complete the industry&apos;s highest rate 3Tbps optical transmission test.<br /><br />The first global agile solution based on SDN architecture has been released.<br /><br />It released the world&apos;s first 32 way x86 open architecture minicomputer Kunlun server.<br /><br />Smartphones are shipped over 100 million units. HUAWEI ranks the top three in the global smartphone market, ranking the first in the Chinese market share (GFK data).<br /><br /><strong>2014</strong><br /><br />The 5G innovation research center is set up in 9 countries around the world.<br /><br />It has built 186 global 400G core router business networks.<br /><br />We build more than 480 data centers for global customers, of which more than 160 are cloud data centers.<br /><br />The total number of R &amp; D centers is 16, and the total number of joint innovation centers is 28.<br /><br />In the world, 177 standard organizations and open source organizations have joined 183 important positions.<br /><br />In 2014, more than 75 million smartphones were shipped.<br /><br /><strong>2013</strong><br /><br />The global financial risk control center (GC) is established in London, UK to supervise the global financial operation risk of HUAWEI, to ensure that financial business operates in a standardized, efficient and low risk operation; the European logistics center is formally invested in Hungary and radiated from Europe, Central Asia and the Middle East and Africa countries.<br /><br />As the main promoter of the EU 5G project and the initiator of the British 5G Innovation Center (5GIC), the 5G white paper is published, the 5G global ecological circle is actively constructed and a close joint research with the more than 20 universities in the world is carried out. The HUAWEI is actively contributing to the construction of wireless future technology, industry standards and industrial chain.<br /><br />The 400G router commercial scheme has been recognized by 49 customers and has been put into business. In addition, HUAWEI has also launched the backbone router 1T route card, as well as the 40T ultra large capacity wave sub prototype and the all optical switching network AOSN new architecture.<br /><br />Leading the global LTE business deployment continuously, has entered the more than 100 capital cities of the world, covering nine major financial centers.<br /><br />The world&apos;s first agile network architecture with business and user experience as the center and the world&apos;s first agile switch S12700 will meet the needs of new applications such as cloud computing, BYOD, SDN, the Internet of things, multi service and large data.<br /><br />With the consumer as the center, Make it Possible continues to focus on the quality strategy, in which the flagship model HUAWEI Ascend P6 has achieved a win-win brand profit, the smartphone business has achieved a historic breakthrough, entered the global TOP3, and the HUAWEI mobile phone brand popularity increased by 110% over the same period of the year.<br /><br /><strong>2012</strong><br /><br />Continue to promote global localization, strengthen investment in Europe, focus on investment in the UK, build a new R &amp; D center in Finland, and set up a local board and advisory committee in France and Britain.<br /><br />In the 3GPP LTE core standard, it contributed 20% of the total number of proposals passed by the world.<br /><br />Publishing the first 400G DWDM optical transmission system in the industry, publishing the largest capacity 480G circuit board in the IP field.<br /><br />We launched cloud computing cooperation with customers from 33 countries around the world, and built 70 thousand largest scale desktop cloud in the world.<br /><br />The launch of Ascend P1, Ascend D1, four core, glory and other high-end flagship products are selling well in developed countries.<br /><br />','media/20180401180157707.jpg','2016年   华为支持全球170多个国家和地区的1,500多张网络的稳定运行，服务全球1/3以上的人口。    华为已在全球部署了超过60张4.5G网络；华为无线家庭宽带解决方案(WTTx)，覆盖全/l/2016HUAWEI supports the stable operation of more than 1500 networks in more than 170 countries and r','历程/l/','','/l/','3','0','0');
DROP TABLE IF EXISTS `SL_wap`;
CREATE TABLE IF NOT EXISTS `SL_wap` (
  `W_show` int(11) DEFAULT '0',
  `W_phone` text,
  `W_email` text,
  `W_msg` int(11) DEFAULT '0',
  `W_logo` text,
  `W_template` text,
  `W_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`W_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
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');
DROP TABLE IF EXISTS `SL_wapslide`;
CREATE TABLE IF NOT EXISTS `SL_wapslide` (
  `S_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `S_pic` text,
  `S_title` text,
  `S_content` text,
  `S_order` int(11) DEFAULT '0',
  `S_link` text,
  PRIMARY KEY (`S_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
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','#');
DROP TABLE IF EXISTS `SL_wmenu`;
CREATE TABLE IF NOT EXISTS `SL_wmenu` (
  `W_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `W_title` text,
  `W_type` text,
  `W_content` text,
  `W_sub` int(11) DEFAULT '0',
  `W_order` int(11) DEFAULT '0',
  PRIMARY KEY (`W_id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
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');
