<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>乔枫智库 &#187; dedecms参考</title>
	<atom:link href="http://1.17sky.cn/category/dede/feed" rel="self" type="application/rss+xml" />
	<link>http://1.17sky.cn</link>
	<description></description>
	<lastBuildDate>Wed, 15 Feb 2017 16:39:58 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>zencart 如何关掉商品页的价格和购物车?</title>
		<link>http://1.17sky.cn/1292.html</link>
		<comments>http://1.17sky.cn/1292.html#comments</comments>
		<pubDate>Wed, 15 Feb 2017 16:39:38 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[dedecms参考]]></category>

		<guid isPermaLink="false">http://www.17sky.cn/?p=1292</guid>
		<description><![CDATA[方法一： 1.后台－－Catalog－－Product Types－－商品 &# &#8230; <a href="http://1.17sky.cn/1292.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div class="postbody" style="margin: 0px; padding: 0px; line-height: 1.48em; width: 1358.75px; float: left; clear: both; font-family: 微软雅黑, Verdana, Helvetica, Arial, sans-serif; font-size: 12px; background-color: rgb(236, 243, 247);">
<div class="content" style="margin: 0px; padding: 0px 0px 1px; min-height: 3em; overflow: hidden; line-height: 1.4em; font-family: 微软雅黑, 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 1.3em;">
		方法一：<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		1.后台－－Catalog－－Product Types－－商品 &#8211; 普通－－编辑<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		将 This Product can be added to&nbsp;<b style="margin: 0px; padding: 0px; color: black; background-color: rgb(160, 255, 255);">cart</b>:的勾去掉。<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		2.includes\templates\模板\css\stylesheet.css中添加css样式将价格隐藏<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		#productPrices{display:none;} /* productPrices为价格所在容器的id 具体id名称因模板而异*/<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		方法二：<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		打开文件 includes\templates\模板\templates\tpl_product_info_display.php<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		如果没有，则从includes\templates\template_default\templates\tpl_product_info_display.php<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		复制过来。<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		打开tpl_product_info_display.php，找到下面代码，将其注释或删除，具体代码因模板而异<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		&nbsp;</p>
<p>
			&nbsp;
		</p>
<dl class="codebox" style="margin: 0px; padding: 3px; border: 1px solid rgb(201, 210, 216); font-size: 1em; background-color: rgb(255, 255, 255);">
<dt style="margin: 0px 0px 3px; padding: 0px; text-transform: uppercase; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); font-size: 0.8em; font-weight: bold;">
				代码:&nbsp;<a class="postlink-local" href="http://www.zen-cart.cn/forum/topic210504.html#" style="margin: 0px; padding: 0px; direction: ltr; unicode-bidi: embed; color: rgb(16, 82, 137); text-decoration: none;">全选</a>
			</dt>
<dd style="margin: 0px; padding: 0px;">
				<code style="margin: 2px 0px; padding: 5px 0px 0px; overflow: auto; display: block; height: auto; max-height: 200px; font-stretch: normal; font-size: 0.9em; font-family: Monaco, 'Andale Mono', 'Courier New', Courier, mono; line-height: 1.3em; color: rgb(46, 139, 87);">&lt;!--bof Product Price block --&gt;<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&lt;h2 id=&quot;productPrices&quot; class=&quot;productGeneral&quot;&gt;<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&lt;?php<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				// base price<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; if ($show_onetime_charges_description == &#39;true&#39;) {<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; &nbsp; $one_time = &#39;&lt;span &gt;&#39; . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . &#39;&lt;/span&gt;&lt;br /&gt;&#39;;<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; } else {<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; &nbsp; $one_time = &#39;&#39;;<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; }<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; echo $one_time . ((<b style="margin: 0px; padding: 0px; color: black; background-color: rgb(255, 255, 102);">zen</b>_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : &#39;&#39;) .<b style="margin: 0px; padding: 0px; color: black; background-color: rgb(255, 255, 102);">zen</b>_get_products_display_price((int)$_GET['products_id']);<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				?&gt;&lt;/h2&gt;<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&lt;!--eof Product Price block --&gt;</code>
			</dd>
</dl>
<p>
			<br style="margin: 0px; padding: 0px;" /><br />
			<br />
			<br style="margin: 0px; padding: 0px;" /><br />
			<br />
			<br style="margin: 0px; padding: 0px;" /><br />
			<br />
			接下来，找到下面代码，将其注释或删除，具体代码因模板而异
		</p>
<dl class="codebox" style="margin: 0px; padding: 3px; border: 1px solid rgb(201, 210, 216); font-size: 1em; background-color: rgb(255, 255, 255);">
<dt style="margin: 0px 0px 3px; padding: 0px; text-transform: uppercase; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); font-size: 0.8em; font-weight: bold;">
				代码:&nbsp;<a class="postlink-local" href="http://www.zen-cart.cn/forum/topic210504.html#" style="margin: 0px; padding: 0px; direction: ltr; unicode-bidi: embed; color: rgb(16, 82, 137); text-decoration: none;">全选</a>
			</dt>
<dd style="margin: 0px; padding: 0px;">
				<code style="margin: 2px 0px; padding: 5px 0px 0px; overflow: auto; display: block; height: auto; max-height: 200px; font-stretch: normal; font-size: 0.9em; font-family: Monaco, 'Andale Mono', 'Courier New', Courier, mono; line-height: 1.3em; color: rgb(46, 139, 87);">&lt;div id=&quot;cartAdd&quot;&gt;<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; &nbsp; &lt;?php<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; &nbsp; &nbsp; echo $display_qty;<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; &nbsp; &nbsp; echo $display_button;<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?&gt;<br style="margin: 0px; padding: 0px;" /><br />
				<br />
				&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;</code>
			</dd>
</dl></div>
</div>
<p><span id="more-1292"></span></p>
<p>
	&nbsp;
</p>
<dl class="postprofile" id="profile583424" style="margin: 5px 0px 10px; padding-right: 0px; padding-left: 0px; min-height: 80px; color: rgb(102, 102, 102); border-left-width: 1px; border-left-style: solid; border-left-color: rgb(255, 255, 255); width: 393.313px; float: right; display: inline; font-family: 微软雅黑, Verdana, Helvetica, Arial, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(236, 243, 247);">
<dt style="margin: 0px 0px 0px 8px; padding: 0px; line-height: 1.2em;">
		<a href="http://www.zen-cart.cn/forum/member/zencarter/" style="margin: 0px; padding: 0px; direction: ltr; unicode-bidi: embed; color: rgb(16, 82, 137); text-decoration: none; font-weight: bold;"><img alt="头像" height="120" src="http://www.zen-cart.cn/forum/download/file.php?avatar=81671_1355560125.jpg" style="margin: 0px; padding: 0px; border-width: 0px;" width="120" /></a><br style="margin: 0px; padding: 0px;" /><br />
		<br />
		<a href="http://www.zen-cart.cn/forum/member/zencarter/" style="margin: 0px; padding: 0px; direction: ltr; unicode-bidi: embed; color: rgb(16, 82, 137); text-decoration: none; font-weight: bold;">zencarter</a>
	</dt>
<dd style="margin: 0px 0px 0px 8px; padding: 0px; line-height: 1.2em;">
		VIP会员<br style="margin: 0px; padding: 0px;" /><br />
		<br />
		<img alt="VIP会员" src="http://www.zen-cart.cn/forum/images/ranks/rankst5.gif" style="margin: 0px; padding: 0px; border-width: 0px;" title="VIP会员" />
	</dd>
<dd style="margin: 0px 0px 0px 8px; padding: 0px; line-height: 1.2em;">
		&nbsp;
	</dd>
<dd style="margin: 0px 0px 0px 8px; padding: 0px; line-height: 1.2em;">
		<span style="margin: 0px; padding: 0px; color: rgb(0, 0, 0);">帖子:</span>&nbsp;831
	</dd>
<dd style="margin: 0px 0px 0px 8px; padding: 0px; line-height: 1.2em;">
		<span style="margin: 0px; padding: 0px; color: rgb(0, 0, 0);">注册:</span>&nbsp;2011-06-22 15:03
	</dd>
<dd style="margin: 0px 0px 0px 8px; padding: 0px; line-height: 1.2em;">
		<span style="margin: 0px; padding: 0px; color: rgb(0, 0, 0);">地址:</span>&nbsp;zencart模板建站 zencart数据采集
	</dd>
<dd style="margin: 0px 0px 0px 8px; padding: 0px; line-height: 1.2em;">
		<span style="margin: 0px; padding: 0px; color: rgb(0, 0, 0);">QQ 帐号:</span>&nbsp;631992791
	</dd>
</dl>
<div class="back2top" style="margin: 0px; padding: 0px; clear: both; height: 11px; text-align: right; color: rgb(83, 100, 130); font-family: 微软雅黑, Verdana, Helvetica, Arial, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(236, 243, 247);">
	<a class="top" href="http://www.zen-cart.cn/forum/topic210504.html#wrap" style="margin: 0px; padding: 0px; direction: ltr; unicode-bidi: embed; color: rgb(16, 82, 137); text-decoration: none; width: 11px; height: 11px; display: block; float: right; overflow: hidden; letter-spacing: 1000px; text-indent: 11px; background: url(http://www.zen-cart.cn/forum/styles/prosilver/imageset/icon_back_top.gif) 0% 0% no-repeat;" title="页首">页首</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://1.17sky.cn/1292.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>http://toption.en.alibaba.com/</title>
		<link>http://1.17sky.cn/1287.html</link>
		<comments>http://1.17sky.cn/1287.html#comments</comments>
		<pubDate>Mon, 05 Oct 2015 06:19:51 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[dedecms参考]]></category>

		<guid isPermaLink="false">http://www.17sky.cn/?p=1287</guid>
		<description><![CDATA[http://toption.en.alibaba.com/]]></description>
				<content:encoded><![CDATA[<p>
	http://toption.en.alibaba.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://1.17sky.cn/1287.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>请懂得香港人对于姓氏的英文译法的进来</title>
		<link>http://1.17sky.cn/1285.html</link>
		<comments>http://1.17sky.cn/1285.html#comments</comments>
		<pubDate>Mon, 05 Oct 2015 06:15:37 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[dedecms参考]]></category>

		<guid isPermaLink="false">http://www.17sky.cn/?p=1285</guid>
		<description><![CDATA[http://zhidao.baidu.com/link?url=g0p1cjj &#8230; <a href="http://1.17sky.cn/1285.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<pre accuse="aContent" class="best-text mb-10" id="best-content-71304267" style="margin-top: 0px; margin-bottom: 10px; padding: 0px; font-family: arial, 'courier new', courier, 宋体, monospace, 'Microsoft YaHei'; font-size: 14px; line-height: 24px; background-color: rgb(243, 255, 236); ">
http://zhidao.baidu.com/link?url=g0p1cjjtaU9rUM5PZomRWToTtbz8yxExq5w_mBBV_rSGYN4IuEuFzaBqLZNSULnSmSHuq8f_HSgiQ8gxn-4tH_


</pre>
<p><span id="more-1285"></span></p>
<pre accuse="aContent" class="best-text mb-10" style="margin-top: 0px; margin-bottom: 10px; padding: 0px; font-family: arial, 'courier new', courier, 宋体, monospace, 'Microsoft YaHei'; font-size: 14px; line-height: 24px; background-color: rgb(243, 255, 236); ">
A:
艾--Ai
安--Ann/An
敖--Ao

B:
巴--Pa
白--Pai
包/鲍--Paul/Pao
班--Pan
贝--Pei
毕--Pih
卞--Bein
卜/薄--Po/Pu
步--Poo
百里--Pai-li

C:
蔡/柴--Tsia/Choi/Tsai
曹/晁/巢--Chao/Chiao/Tsao
岑--Cheng
崔--Tsui
查--Cha
常--Chiong
车--Che
陈--Chen/Chan/Tan
成/程--Cheng
池--Chi
褚/楚--Chu
淳于--Chwen-yu

D:
戴/代--Day/Tai
邓--Teng/Tang/Tung
狄--Ti
刁--Tiao
丁--Ting/T
董/东--Tung/Tong
窦--Tou
杜--To/Du/Too
段--Tuan
端木--Duan-mu
东郭--Tung-kuo
东方--Tung-<a class="baidu-highlight" href="https://www.baidu.com/s?wd=fang&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">fang</a>

E:

F:
范/樊--Fan/Van
房/方--<a class="baidu-highlight" href="https://www.baidu.com/s?wd=Fang&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">Fang</a>
费--<a class="baidu-highlight" href="https://www.baidu.com/s?wd=Fei&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">Fei</a>
冯/凤/封--Fung/Fong
符/傅--Fu/Foo

G:
盖--<a class="baidu-highlight" href="https://www.baidu.com/s?wd=Kai&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">Kai</a>
甘--Kan
高/郜--Gao/Kao
葛--Keh
耿--Keng
弓/宫/龚/恭--Kung
勾--Kou
古/谷/顾--Ku/Koo
桂--Kwei
管/关--Kuan/<a class="baidu-highlight" href="https://www.baidu.com/s?wd=Kwan&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">Kwan</a>
郭/国--Kwok/Kuo
公孙--Kung-sun
公羊--Kung-yang
公冶--Kung-yeh
谷梁--Ku-liang

H:
海--Hay
韩--Hon/Han
杭--Hang
郝--Hoa/Howe
何/贺--Ho
桓--Won
侯--Hou
洪--Hung
胡/扈--Hu/<a class="baidu-highlight" href="https://www.baidu.com/s?wd=Hoo&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">Hoo</a>
花/华--Hua
宦--Huan
黄--Wong/Hwang
霍--Huo
皇甫--Hwang-fu
呼延--Hu-yen

I:

J:
纪/翼/季/吉/嵇/汲/籍/姬--Chi
居--Chu
贾--Chia
翦/简--Jen/Jane/Chieh
蒋/姜/江/--Chiang/Kwong
焦--Chiao
金/靳--Jin/King
景/荆--King/Ching
讦--Gan

K:
阚--Kan
康--Kang
柯--Kor/Ko
孔--Kong/Kung
寇--Ker
蒯--Kuai
匡--Kuang

L:
赖--Lai
蓝--Lan
郎--Long
劳--Lao
乐--Loh
雷--Rae/Ray/Lei
冷--Leng
黎/郦/利/李--Lee/Li/Lai/Li
连--Lien
廖--Liu/Liao
梁--Leung/Liang
林/蔺--Lim/Lin
凌--Lin
柳/刘--Liu/Lau
龙--Long
楼/娄--Lou
卢/路/陆鲁--Lu/Loo
伦--Lun
罗/骆--Loh/Lo/Law/<a class="baidu-highlight" href="https://www.baidu.com/s?wd=Lam&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">Lam</a>/<a class="baidu-highlight" href="https://www.baidu.com/s?wd=Rowe&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">Rowe</a>
吕--Lui/Lu
令狐--Lin-<a class="baidu-highlight" href="https://www.baidu.com/s?wd=hoo&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">hoo</a>

M:
马/麻--Ma
麦--Mai/Mak
满--Man/Mai
毛--Mao
梅--Mei
孟/蒙--Mong/Meng
米/宓--Mi
苗/缪--Miau/Miao
闵--<a class="baidu-highlight" href="https://www.baidu.com/s?wd=Min&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">Min</a>
穆/慕--Moo/Mo
莫--Mok/Mo
万俟--Moh-chi
慕容--Mo-yung

N:
倪--Nee
甯--Ning
聂--Nieh
牛--New/Niu
农--Long
南宫--Nan-kung

O:
欧/区--Au/Ou
欧阳--Ou-yang

P:
潘--Pang/Pan
庞--Pang
裴--Pei/Bae
彭--Phang/Pong
皮--Pee
平--<a class="baidu-highlight" href="https://www.baidu.com/s?wd=Ping&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">Ping</a>
浦/蒲/卜--Poo/Pu
<a class="baidu-highlight" href="https://www.baidu.com/s?wd=%E6%BF%AE%E9%98%B3&amp;tn=44039180_cpr&amp;fenlei=mv6quAkxTZn0IZRqIHckPjm4nH00T1Y3mywBPvm3mWTzuAnsPW610ZwV5Hcvrjm3rH6sPfKWUMw85HfYnjn4nH6sgvPsT6K1TL0qnfK1TL0z5HD0IgF_5y9YIZ0lQzqlpA-bmyt8mh7GuZR8mvqVQL7dugPYpyq8Q1D4rjDknH64" rel="nofollow" style="color: rgb(45, 100, 179); text-decoration: none; " target="_blank">濮阳</a>--Poo-yang

Q:
祁/戚/齐--Chi/Chyi/Chi/Chih
钱--Chien
乔--Chiao/Joe
秦--Ching
裘/仇/邱--Chiu
屈/曲/瞿--Chiu/Chu

R:
冉--Yien
饶--Yau
任--Jen/Yum
容/荣--Yung
阮--Yuen
芮--Nei

S:
司--Sze
桑--Sang
沙--Sa
邵--Shao
单/山--San
尚/商--Sang/Shang
沈/申--Shen
盛--Shen
史/施/师/石--Shih/Shi
苏/宿/舒--Sue/Se/Soo/Hsu
孙--Sun/Suen
宋--Song/Soung
司空--Sze-kung
司马--Sze-ma
司徒--Sze-to
单于--San-yu
上官--Sang-kuan
申屠--Shen-tu

T:
谈--Tan
汤/唐--Town/Towne/Tang
邰--Tai
谭--Tan/Tam
陶--Tao
藤--Teng
田--Tien
童--Tung
屠--Tu
澹台--Tan-tai
拓拔--Toh-bah

U:

V:

W:
万--Wan
王/汪--Wong
魏/卫/韦--Wei
温/文/闻--Wen/Chin/Vane/Man
翁--Ong
吴/伍/巫/武/邬/乌--Wu/NG/Woo

X:
奚/席--Hsi/Chi
夏--Har/Hsia/(Summer)
肖/萧--Shaw/Siu/Hsiao
项/向--Hsiang
解/谢--Tse/Shieh
辛--Hsing
刑--Hsing
熊--Hsiung/Hsiun
许/徐/荀--Shun/Hui/Hsu
宣--Hsuan
薛--Hsueh
西门--See-men
夏侯--Hsia-hou
轩辕--Hsuan-yuen

Y:
燕/晏/阎/严/颜--Yim/Yen
杨/羊/养--Young/Yang
姚--Yao/Yau
叶--Yip/Yeh/Yih
伊/易/羿--Yih/E
殷/阴/尹--Yi/Yin/Ying
应--Ying
尤/游--Yu/You
俞/庾/于/余/虞/郁/余/禹--Yue/Yu
袁/元--Yuan/Yuen
岳--Yue
云--Wing
尉迟--Yu-chi
宇文--Yu-wen

Z:
藏--Chang
曾/郑--Tsang/Cheng/Tseng
訾--Zi
宗--Chung
左/卓--Cho/Tso
翟--Chia
詹--Chan
甄--Chen
湛--Tsan
张/章--Cheung/Chang
赵/肇/招--Chao/Chiu/Chiao/Chioa
周/邹--Chau/Chou/Chow
钟--Chung
祖/竺/朱/诸/祝--Chu/Chuh
庄--Chong
钟离--Chung-li
诸葛--Chu-keh</pre>
]]></content:encoded>
			<wfw:commentRss>http://1.17sky.cn/1285.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>目数与微米对照表</title>
		<link>http://1.17sky.cn/1280.html</link>
		<comments>http://1.17sky.cn/1280.html#comments</comments>
		<pubDate>Sun, 28 Jun 2015 09:08:36 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[dedecms参考]]></category>

		<guid isPermaLink="false">http://www.17sky.cn/?p=1280</guid>
		<description><![CDATA[注：颗粒目数的定义： （简单定义见概述）目数越大，说明物料粒度越细；目数越小，说 &#8230; <a href="http://1.17sky.cn/1280.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div>
<p>
		注：颗粒目数的定义：
	</p>
<p>
		（简单定义见概述）目数越大，说明物料粒度越细；目数越小，说明物料粒度越大。筛分粒度就是颗粒可以通过筛网的筛孔尺寸，以1英寸（25.4mm）宽度的筛网内的筛孔数表示，因而称之为目数。
	</p>
<p>
		各国标准筛的规格不尽相同，常用的泰勒制是以每英寸长的孔数为筛号，称为目。例如100目的<a href="http://baike.baidu.com/view/1094259.htm">筛子</a>表示每英寸筛网上有100个筛孔。
	</p>
<p>
		&nbsp;
	</p>
<p>
		&nbsp;
	</p>
<table style="width:501px;">
<tbody>
<tr>
<td colspan="4" style="width:501px;">
<p>
						目数与微米对照表
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						&nbsp;
					</p>
</td>
<td style="width:120px;">
<p>
						&nbsp;
					</p>
</td>
<td style="width:131px;">
<p>
						&nbsp;
					</p>
</td>
<td style="width:120px;">
<p>
						&nbsp;
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						目数（mesh）
					</p>
</td>
<td style="width:120px;">
<p>
						微米（&mu;m）
					</p>
</td>
<td style="width:131px;">
<p>
						目数（mesh）
					</p>
</td>
<td style="width:120px;">
<p>
						微米（&mu;m）
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						2
					</p>
</td>
<td style="width:120px;">
<p>
						8000
					</p>
</td>
<td style="width:131px;">
<p>
						100
					</p>
</td>
<td style="width:120px;">
<p>
						150
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						3
					</p>
</td>
<td style="width:120px;">
<p>
						6700
					</p>
</td>
<td style="width:131px;">
<p>
						115
					</p>
</td>
<td style="width:120px;">
<p>
						125
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						4
					</p>
</td>
<td style="width:120px;">
<p>
						4750
					</p>
</td>
<td style="width:131px;">
<p>
						120
					</p>
</td>
<td style="width:120px;">
<p>
						120
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						5
					</p>
</td>
<td style="width:120px;">
<p>
						4000
					</p>
</td>
<td style="width:131px;">
<p>
						125
					</p>
</td>
<td style="width:120px;">
<p>
						115
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						6
					</p>
</td>
<td style="width:120px;">
<p>
						3350
					</p>
</td>
<td style="width:131px;">
<p>
						130
					</p>
</td>
<td style="width:120px;">
<p>
						113
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						7
					</p>
</td>
<td style="width:120px;">
<p>
						2800
					</p>
</td>
<td style="width:131px;">
<p>
						140
					</p>
</td>
<td style="width:120px;">
<p>
						109
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						8
					</p>
</td>
<td style="width:120px;">
<p>
						2360
					</p>
</td>
<td style="width:131px;">
<p>
						150
					</p>
</td>
<td style="width:120px;">
<p>
						106
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						10
					</p>
</td>
<td style="width:120px;">
<p>
						1700
					</p>
</td>
<td style="width:131px;">
<p>
						160
					</p>
</td>
<td style="width:120px;">
<p>
						96
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						12
					</p>
</td>
<td style="width:120px;">
<p>
						1400
					</p>
</td>
<td style="width:131px;">
<p>
						170
					</p>
</td>
<td style="width:120px;">
<p>
						90
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						14
					</p>
</td>
<td style="width:120px;">
<p>
						1180
					</p>
</td>
<td style="width:131px;">
<p>
						175
					</p>
</td>
<td style="width:120px;">
<p>
						86
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						16
					</p>
</td>
<td style="width:120px;">
<p>
						1000
					</p>
</td>
<td style="width:131px;">
<p>
						180
					</p>
</td>
<td style="width:120px;">
<p>
						80
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						18
					</p>
</td>
<td style="width:120px;">
<p>
						880
					</p>
</td>
<td style="width:131px;">
<p>
						200
					</p>
</td>
<td style="width:120px;">
<p>
						75
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						20
					</p>
</td>
<td style="width:120px;">
<p>
						830
					</p>
</td>
<td style="width:131px;">
<p>
						230
					</p>
</td>
<td style="width:120px;">
<p>
						62
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						24
					</p>
</td>
<td style="width:120px;">
<p>
						700
					</p>
</td>
<td style="width:131px;">
<p>
						240
					</p>
</td>
<td style="width:120px;">
<p>
						61
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						28
					</p>
</td>
<td style="width:120px;">
<p>
						600
					</p>
</td>
<td style="width:131px;">
<p>
						250
					</p>
</td>
<td style="width:120px;">
<p>
						58
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						30
					</p>
</td>
<td style="width:120px;">
<p>
						550
					</p>
</td>
<td style="width:131px;">
<p>
						270
					</p>
</td>
<td style="width:120px;">
<p>
						53
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						32
					</p>
</td>
<td style="width:120px;">
<p>
						500
					</p>
</td>
<td style="width:131px;">
<p>
						300
					</p>
</td>
<td style="width:120px;">
<p>
						48
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						35
					</p>
</td>
<td style="width:120px;">
<p>
						425
					</p>
</td>
<td style="width:131px;">
<p>
						325
					</p>
</td>
<td style="width:120px;">
<p>
						45
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						40
					</p>
</td>
<td style="width:120px;">
<p>
						380
					</p>
</td>
<td style="width:131px;">
<p>
						400
					</p>
</td>
<td style="width:120px;">
<p>
						38
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						42
					</p>
</td>
<td style="width:120px;">
<p>
						355
					</p>
</td>
<td style="width:131px;">
<p>
						500
					</p>
</td>
<td style="width:120px;">
<p>
						25
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						45
					</p>
</td>
<td style="width:120px;">
<p>
						325
					</p>
</td>
<td style="width:131px;">
<p>
						600
					</p>
</td>
<td style="width:120px;">
<p>
						23
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						48
					</p>
</td>
<td style="width:120px;">
<p>
						300
					</p>
</td>
<td style="width:131px;">
<p>
						800
					</p>
</td>
<td style="width:120px;">
<p>
						18
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						50
					</p>
</td>
<td style="width:120px;">
<p>
						270
					</p>
</td>
<td style="width:131px;">
<p>
						1000
					</p>
</td>
<td style="width:120px;">
<p>
						13
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						60
					</p>
</td>
<td style="width:120px;">
<p>
						250
					</p>
</td>
<td style="width:131px;">
<p>
						1340
					</p>
</td>
<td style="width:120px;">
<p>
						10
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						65
					</p>
</td>
<td style="width:120px;">
<p>
						230
					</p>
</td>
<td style="width:131px;">
<p>
						2000
					</p>
</td>
<td style="width:120px;">
<p>
						6.5
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						70
					</p>
</td>
<td style="width:120px;">
<p>
						212
					</p>
</td>
<td style="width:131px;">
<p>
						5000
					</p>
</td>
<td style="width:120px;">
<p>
						2.6
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						80
					</p>
</td>
<td style="width:120px;">
<p>
						180
					</p>
</td>
<td style="width:131px;">
<p>
						8000
					</p>
</td>
<td style="width:120px;">
<p>
						1.6
					</p>
</td>
</tr>
<tr>
<td style="width:131px;">
<p>
						90
					</p>
</td>
<td style="width:120px;">
<p>
						160
					</p>
</td>
<td style="width:131px;">
<p>
						10000
					</p>
</td>
<td style="width:120px;">
<p>
						1.3
					</p>
</td>
</tr>
</tbody>
</table>
<p>
		目数，就是孔数，就是每平方英寸上的孔数目。
	</p>
<p>
		&nbsp;
	</p>
</div>
<p><span id="more-1280"></span></p>
<div>
<p class="reader-word-layer reader-word-s1-3" style="margin: 0px; padding: 0px; font-family: 宋体, '5042eb0ef78a6529647d53bb0010001', 宋体; color: rgb(0, 0, 0); font-size: 193px; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 1159px; height: 193px; line-height: 193px; top: 1855px; left: 1186px; z-index: 191;">
		目数（mesh）
	</p>
<p class="reader-word-layer reader-word-s1-3" style="margin: 0px; padding: 0px; font-family: 宋体, '5042eb0ef78a6529647d53bb0010001', 宋体; color: rgb(0, 0, 0); font-size: 193px; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 579px; height: 193px; line-height: 193px; top: 1855px; left: 2748px; z-index: 192;">
		微米（
	</p>
<p class="reader-word-layer reader-word-s1-5" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: Arial, '5042eb0ef78a6529647d53bb0020001', Helvetica; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 111px; height: 193px; line-height: 193px; top: 1855px; left: 3329px; z-index: 193;">
		&mu;
	</p>
<p class="reader-word-layer reader-word-s1-3" style="margin: 0px; padding: 0px; font-family: 宋体, '5042eb0ef78a6529647d53bb0010001', 宋体; color: rgb(0, 0, 0); font-size: 193px; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 1855px; left: 3522px; z-index: 194;">
		m）
	</p>
<p class="reader-word-layer reader-word-s1-3" style="margin: 0px; padding: 0px; font-family: 宋体, '5042eb0ef78a6529647d53bb0010001', 宋体; color: rgb(0, 0, 0); font-size: 193px; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 1159px; height: 193px; line-height: 193px; top: 1855px; left: 4210px; z-index: 195;">
		目数（mesh）
	</p>
<p class="reader-word-layer reader-word-s1-3" style="margin: 0px; padding: 0px; font-family: 宋体, '5042eb0ef78a6529647d53bb0010001', 宋体; color: rgb(0, 0, 0); font-size: 193px; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 579px; height: 193px; line-height: 193px; top: 1855px; left: 5772px; z-index: 196;">
		微米（
	</p>
<p class="reader-word-layer reader-word-s1-5" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: Arial, '5042eb0ef78a6529647d53bb0020001', Helvetica; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 111px; height: 193px; line-height: 193px; top: 1855px; left: 6352px; z-index: 197;">
		&mu;
	</p>
<p class="reader-word-layer reader-word-s1-3" style="margin: 0px; padding: 0px; font-family: 宋体, '5042eb0ef78a6529647d53bb0010001', 宋体; color: rgb(0, 0, 0); font-size: 193px; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 1855px; left: 6545px; z-index: 198;">
		m）
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 96px; height: 193px; line-height: 193px; top: 2203px; left: 1720px; z-index: 199;">
		2
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 2203px; left: 3085px; z-index: 200;">
		8000
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 2203px; left: 4647px; z-index: 201;">
		100
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 2203px; left: 6158px; z-index: 202;">
		150
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 96px; height: 193px; line-height: 193px; top: 2551px; left: 1720px; z-index: 203;">
		3
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 2551px; left: 3085px; z-index: 204;">
		6700
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 2551px; left: 4647px; z-index: 205;">
		115
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 2551px; left: 6158px; z-index: 206;">
		125
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 96px; height: 193px; line-height: 193px; top: 2899px; left: 1720px; z-index: 207;">
		4
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 2899px; left: 3085px; z-index: 208;">
		4750
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 2899px; left: 4647px; z-index: 209;">
		120
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 2899px; left: 6158px; z-index: 210;">
		120
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 96px; height: 193px; line-height: 193px; top: 3247px; left: 1720px; z-index: 211;">
		5
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 3247px; left: 3085px; z-index: 212;">
		4000
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 3247px; left: 4647px; z-index: 213;">
		125
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 3247px; left: 6158px; z-index: 214;">
		115
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 96px; height: 193px; line-height: 193px; top: 3595px; left: 1720px; z-index: 215;">
		6
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 3595px; left: 3085px; z-index: 216;">
		3350
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 3595px; left: 4647px; z-index: 217;">
		130
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 3595px; left: 6158px; z-index: 218;">
		113
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 96px; height: 193px; line-height: 193px; top: 3943px; left: 1720px; z-index: 219;">
		7
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 3943px; left: 3085px; z-index: 220;">
		2800
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 3943px; left: 4647px; z-index: 221;">
		140
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 3943px; left: 6158px; z-index: 222;">
		109
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 96px; height: 193px; line-height: 193px; top: 4291px; left: 1720px; z-index: 223;">
		8
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 4291px; left: 3085px; z-index: 224;">
		2360
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 4291px; left: 4647px; z-index: 225;">
		150
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 4291px; left: 6158px; z-index: 226;">
		106
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 4638px; left: 1670px; z-index: 227;">
		10
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 4638px; left: 3085px; z-index: 228;">
		1700
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 4638px; left: 4647px; z-index: 229;">
		160
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 4638px; left: 6204px; z-index: 230;">
		96
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 4987px; left: 1670px; z-index: 231;">
		12
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 4987px; left: 3085px; z-index: 232;">
		1400
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 4987px; left: 4647px; z-index: 233;">
		170
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 4987px; left: 6204px; z-index: 234;">
		90
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 5334px; left: 1670px; z-index: 235;">
		14
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 5334px; left: 3085px; z-index: 236;">
		1180
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 5334px; left: 4647px; z-index: 237;">
		175
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 5334px; left: 6204px; z-index: 238;">
		86
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 5682px; left: 1670px; z-index: 239;">
		16
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 5682px; left: 3085px; z-index: 240;">
		1000
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 5682px; left: 4647px; z-index: 241;">
		180
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 5682px; left: 6204px; z-index: 242;">
		80
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 6030px; left: 1670px; z-index: 243;">
		18
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 6030px; left: 3135px; z-index: 244;">
		880
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 6030px; left: 4647px; z-index: 245;">
		200
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 6030px; left: 6204px; z-index: 246;">
		75
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 6378px; left: 1670px; z-index: 247;">
		20
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 6378px; left: 3135px; z-index: 248;">
		830
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 6378px; left: 4647px; z-index: 249;">
		230
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 6378px; left: 6204px; z-index: 250;">
		62
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 6726px; left: 1670px; z-index: 251;">
		24
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 6726px; left: 3135px; z-index: 252;">
		700
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 6726px; left: 4647px; z-index: 253;">
		240
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 6726px; left: 6204px; z-index: 254;">
		61
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 7074px; left: 1670px; z-index: 255;">
		28
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 7074px; left: 3135px; z-index: 256;">
		600
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 7074px; left: 4647px; z-index: 257;">
		250
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 7074px; left: 6204px; z-index: 258;">
		58
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 7422px; left: 1670px; z-index: 259;">
		30
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 7422px; left: 3135px; z-index: 260;">
		550
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 7422px; left: 4647px; z-index: 261;">
		270
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 7422px; left: 6204px; z-index: 262;">
		53
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 7770px; left: 1670px; z-index: 263;">
		32
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 7770px; left: 3135px; z-index: 264;">
		500
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 7770px; left: 4647px; z-index: 265;">
		300
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 7770px; left: 6204px; z-index: 266;">
		48
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 8118px; left: 1670px; z-index: 267;">
		35
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 8118px; left: 3135px; z-index: 268;">
		425
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 8118px; left: 4647px; z-index: 269;">
		325
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 8118px; left: 6204px; z-index: 270;">
		45
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 8465px; left: 1670px; z-index: 271;">
		40
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 8465px; left: 3135px; z-index: 272;">
		380
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 8465px; left: 4647px; z-index: 273;">
		400
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 8465px; left: 6204px; z-index: 274;">
		38
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 8813px; left: 1670px; z-index: 275;">
		42
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 8813px; left: 3135px; z-index: 276;">
		355
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 8813px; left: 4647px; z-index: 277;">
		500
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 8813px; left: 6204px; z-index: 278;">
		25
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 9162px; left: 1670px; z-index: 279;">
		45
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 9162px; left: 3135px; z-index: 280;">
		325
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 9162px; left: 4647px; z-index: 281;">
		600
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 9162px; left: 6204px; z-index: 282;">
		23
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 9509px; left: 1670px; z-index: 283;">
		48
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 9509px; left: 3135px; z-index: 284;">
		300
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 9509px; left: 4647px; z-index: 285;">
		800
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 9509px; left: 6204px; z-index: 286;">
		18
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 9857px; left: 1670px; z-index: 287;">
		50
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 9857px; left: 3135px; z-index: 288;">
		270
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 9857px; left: 4596px; z-index: 289;">
		1000
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 9857px; left: 6204px; z-index: 290;">
		13
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 10205px; left: 1670px; z-index: 291;">
		60
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 10205px; left: 3135px; z-index: 292;">
		250
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 10205px; left: 4596px; z-index: 293;">
		1340
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 10205px; left: 6204px; z-index: 294;">
		10
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 10553px; left: 1670px; z-index: 295;">
		65
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 10553px; left: 3135px; z-index: 296;">
		230
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 10553px; left: 4596px; z-index: 297;">
		2000
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 10553px; left: 6158px; z-index: 298;">
		6.5
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 10901px; left: 1670px; z-index: 299;">
		70
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 10901px; left: 3135px; z-index: 300;">
		212
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 10901px; left: 4596px; z-index: 301;">
		5000
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 10901px; left: 6158px; z-index: 302;">
		2.6
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 11249px; left: 1670px; z-index: 303;">
		80
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 11249px; left: 3135px; z-index: 304;">
		180
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 386px; height: 193px; line-height: 193px; top: 11249px; left: 4596px; z-index: 305;">
		8000
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 11249px; left: 6158px; z-index: 306;">
		1.6
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 193px; height: 193px; line-height: 193px; top: 11597px; left: 1670px; z-index: 307;">
		90
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 11597px; left: 3135px; z-index: 308;">
		160
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 483px; height: 193px; line-height: 193px; top: 11597px; left: 4550px; z-index: 309;">
		10000
	</p>
<p class="reader-word-layer reader-word-s1-4" style="margin: 0px; padding: 0px; color: rgb(0, 0, 0); font-size: 193px; font-family: 宋体, '5042eb0ef78a6529647d53bb0030001', 宋体; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 289px; height: 193px; line-height: 193px; top: 11597px; left: 6158px; z-index: 310;">
		1.3
	</p>
<p class="reader-word-layer reader-word-s1-0" style="margin: 0px; padding: 0px; font-family: 宋体, '5042eb0ef78a6529647d53bb0010001', 宋体; color: rgb(0, 0, 0); position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 2345px; height: 289px; line-height: 289px; top: 1200px; left: 2860px; z-index: 311; font-weight: 600; font-size: 289px; letter-spacing: 3.5999999999999996px;">
		目数与微米对照表
	</p>
<p class="reader-word-layer reader-word-s1-3" style="margin: 0px; padding: 0px; font-family: 宋体, '5042eb0ef78a6529647d53bb0010001', 宋体; color: rgb(0, 0, 0); font-size: 193px; position: absolute; white-space: nowrap; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.00392157) 1px 1px 1px; width: 4057px; height: 193px; line-height: 193px; top: 11937px; left: 1039px; z-index: 382;">
		目数，就是孔数，就是每平方英寸上的孔数目。
	</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://1.17sky.cn/1280.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>宝鸡建光流体设备</title>
		<link>http://1.17sky.cn/1277.html</link>
		<comments>http://1.17sky.cn/1277.html#comments</comments>
		<pubDate>Sat, 27 Jun 2015 01:32:35 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[dedecms参考]]></category>

		<guid isPermaLink="false">http://www.17sky.cn/?p=1277</guid>
		<description><![CDATA[宝鸡建光流体宝鸡建光流体设备设备]]></description>
				<content:encoded><![CDATA[<p>宝鸡建光流体宝鸡建光流体设备设备</p>
]]></content:encoded>
			<wfw:commentRss>http://1.17sky.cn/1277.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>喷雾干燥的产品</title>
		<link>http://1.17sky.cn/1275.html</link>
		<comments>http://1.17sky.cn/1275.html#comments</comments>
		<pubDate>Thu, 18 Jun 2015 13:07:58 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[dedecms参考]]></category>

		<guid isPermaLink="false">http://www.17sky.cn/?p=1275</guid>
		<description><![CDATA[11.5喷雾干燥的产品[25～27] 　　　下列产品，是成功地用喷雾干燥法得到的 &#8230; <a href="http://1.17sky.cn/1275.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>11.5喷雾干燥的产品[25～27]<br />
　　　下列产品，是成功地用喷雾干燥法得到的，其中包括有喷雾冷却、喷雾反应、喷雾吸收及喷雾浓缩的产品，在做喷雾干燥实验时，可作为参考。<br />
11.5.1化学工业<br />
（1）聚合物和树脂<br />
AB（苯甲酸铵），聚乙烯、脲甲醛树脂、聚乙酸乙烯酯，ABS（丙烯腈-丁二烯-苯乙烯三元共聚物）乳胶，聚乙烯醇缩丁酯，三聚氰胺－甲醛树脂、氯乙烯吡咯烷酮，酚醛树脂，聚甲基苯乙烯，聚丙烯酸酯乳液类，粉尘喷涂，聚丙烯腈，橡胶乳化液，聚碳酸酯，SBR（丁苯橡胶）乳液<br />
（2）陶瓷材料<br />
氧化铝，二氧化碳，搪瓷，氮化物，氧化铍，块滑石，地面砖材料，火花塞材料，碳化物，钛酸盐，铁氧体，超导体配方，碳化硅，铀的氧化物，砂轮材料，碳化钨，电器陶瓷，氧化锌，玻璃粉，壁面砖材料，绝缘材料，硅酸锆，氧化铁，氧化锆，高岭土<br />
（3）洗涤剂和表面活性剂<br />
烷芳基磺酸盐，氨三乙酸盐，分散剂，荧光增白剂，洗涤酶，香料，脂肪族醇的硫酸酯，磷酸盐，乳化剂，铝硅酸钠，轻垢型洗涤剂，十二烷基苯硫酸钠，重垢型洗涤剂，三磷酸钠，多钠和多钠正磷酸盐，四钾多磷酸盐，多钾和双钾正磷酸盐，漂白粉末<br />
（4）农药和农产化学品<br />
砷酸钙，2,4-二氯苯氧乙酸，亚乙基双硫代氨基甲酸锌，甲基氯苯氧化乙酸，氯化亚铜，二氯氧基-3-戊铜酸，甲基氯苯氧化三戊铜酸，2,4,6-TBA（三苄基胺）钠盐，二氯二甲联吡啶双乙烯锰，二甲基二硫代氨基甲酸锌，氟铝酸钠，甲砷酸钠，氯氧化铜，二硫代氨基甲酸盐类，二氯氧基戊铜酸甲胺盐，硫化胶体物，2,4-DBA（三苄基胺）钠盐，甲基氯苯氧化丁酸钠，二乙基二硫代氨基甲酸锌，盐填充物的DDT，氟酸钠，二氯-3-戊铜酸钠盐，五氯苯酚钠盐，砷酸铅<br />
（5）染料和颜料<br />
碱性染料，靛蓝染料，锌钡白（立德粉），可溶性微分散纺织品，陶瓷色料，墨水染料，米洛丽蓝（染料），染料，铬黄，无机颜料，有机颜料，二氧化钛，一氧化铜，氧化铁，涂料颜料，有机调色剂（不含无机料粒的有机颜料），化妆品色料，铬酸锌，纸张色料，染料中间体，四碱式铬酸锌，酞菁（染料），铬酸锌钾，食品色料，高岭土，塑料的颜料水彩，甲酰化染料<br />
（6）化学肥料<br />
铵盐，双组分肥料（N-P，N-K，P-K），尿素，过磷酸钙，磷酸盐，硝酸盐，三组分肥料（N-P-K）<br />
（7）无机矿砂浓缩<br />
铜矿砂，铅矿砂，铂矿砂，钨矿砂，冰晶石，锰矿砂，银矿砂，钼矿砂，铁矿砂，镍矿砂，锡矿砂<br />
（8）无机化学产品<br />
磨料，石膏，酸碳钡，金属粉，铝（金属），高岭土，氯酸钡，硅胶，磷酸硼，锆酸铅，氯氧化钡，碳化硅，碳酸钙，石灰浆，硫酸钡，氮化硅，氯化钙，氯化锂，钛酸钡，铝酸钠，硼砂（四硼酸钠），硼酸，锌钡白（立德粉），铝土矿废液，硅酸铝钠，氯化铝，硅酸铝铁，膨润土，硫酸铝钠，氢氧化铝，碳酸镁，硫酸铜，砷酸钠，硝酸铝，氯化铁，亚硫酸铜，碳酸氢钠，磷酸铝，氢氧化镁，氧化铜，重铬酸钠，铬酸钙，氧化镁，冰晶石，硫酸氢钠，硝酸钙，磷酸镁，氧化锰，二硫化钠，磷酸钙，硫酸镁，硫酸锰，碳酸锌，硅酸钙，三硅酸镁，二硫化钼，氯化锌，硫酸钙，铀酸镁，三氧化钼，硫酸锌，FCC催化剂（镍锌裂化催化剂），碳酸锰，锆酸盐，二氯化锰，氯化镍，次氯酸钠，三氯化二铬，二氧化硅，硫酸镍，甲酸钠，硫酸铬，碳酸钍，乙酸甲，高硼酸钠，氯化铜，硝酸钍，碳酸氢钾，硅酸钠，氢氧化铜，氧化锡，碳酸钾，硫代硫酸钠，二氯化铍，二氧化钛，亚氯酸钾，碳酸钠，铝酸铋，四氯化钛，铬酸钾，氯化钠，碳酸氧铋，碳化钨，氟化钾，氰化钠，五氧化二铋，二氧化铀，偏磷酸钾，氟化钠，长石，砷酸锌，硝酸钾，氢氧化钠，硫酸铁，硫酸铝，高锰酸钾，磷酸钠，硫酸亚铁，硫化锑，磷酸钾，硫酸钠，石墨，五氧化二砷，硅酸钾<br />
（9）有机化学产品<br />
三甲酸铝皂，丙酸钙，苯酚钾，草酸氢钠，氨基萘酚磺酸，硬脂酸钙，山梨酸钾，二甲基二硫代氨基甲酸钠，氨基酸，氯胺，季铵盐，单氯乙酸钠，维生素C（抗坏血酸），氯新霉素丁二酸钙盐，硫酸喹啉，水杨酸钠，蓖麻醇酸钡，次硫酸乙醛钾，乙酸钠，硬脂酸，丁酸钙，乙酸钾，苯亚磺酸钠，一元碳酸，葡萄糖酸钙，异丙基乙黄原酰胺钾，苯甲酸钠，马来酸，氨基硫化单乙酸，乙酸钙，邻苯二钾酸二环己酯，异丁烯酸，硝基苯酚，酪蛋白钙，二乙基二苯脲，甲胂酸-硫酸二钠盐，硫堇（劳氏紫），乳酸钙，2,4-氯苯氧乙酸钠盐，单乙酸，泛醇，糖二酸钙，十二烷基苯碘酸盐，p-草酸，蜡，羟甲基纤维素，EDTA盐（乙二胺四乙酸盐），酒石酸，黄原酸盐，葡萄糖，谷氨酸，尿素，硬脂酸铝，叶绿素，乳精，香料，p-氨基水杨酸，胆碱盐，乙二醛，硬脂酸锌，二硝邻甲酚铵，柠檬酸，赖氨酸，硫代碳酸盐，巴比土碱衍生物，二氰胺<br />
11.5.2食品工业<br />
（1）乳品工业<br />
婴儿食品，麦乳粉，干（乳）酪，代乳粉，酪蛋白及酪蛋白盐，混合乳制品，白色咖啡，乳清，酪乳，乳清母液，填充脂肪的乳清，乳清渗透液，填充脂肪的牛奶，乳清蛋白（乳清朊），冰淇淋混合物，全脂奶粉，水解的乳制品，奶油（高脂肪产品）<br />
（2）蛋类<br />
蛋清、全蛋、蛋黄<br />
（3）食品产品和工厂的提取物<br />
朝鲜蓟菜提取物，大蒜，牛肉汁，纯肉汤，肉汤料，麦芽提取物，糕类滤饼混合物，甘草提取物，春黄菊茶，乳糖，预蒸煮的谷类，木瓜蛋白酶乳液，鸡肉汁，奶-咖啡混合物，各种叶绿素，多香果，可可粉的混合物，花生蛋白，椰奶，马铃薯蛋白，咖啡提取物，植物蛋白，咖啡代用品提取物，粗制凝乳酶，除去咖啡因的咖啡提取物，水解蛋白，脂肪-面粉混合物，豆奶，汤状混合物，调味品，茶叶提取物，鱼蛋白，大豆蛋白，鼠李的树皮，用作利尿剂，白色的咖啡和茶叶，食品色素，蔬菜蛋白，枳子提取物<br />
（4）水果和蔬菜<br />
杏，芒果，天门冬类，椰奶，香蕉，桃，蚕豆，洋葱，甜茶根，番茄，胡萝卜，软果类，柑橘填充物<br />
（5）碳水化合物<br />
烘制食品的添加剂，山梨（糖）醇，葡萄糖，增甜剂，玉米浆，糖（类）和明胶混合物，麦芽糖糊精，小麦面粉，玉米糖浆，全糖，淀粉，麦芽汁，阿拉伯树胶，小麦，玉米的谷蛋白<br />
11.5.3医药和生物化学工业<br />
（1）医药产品<br />
抗酸剂，麻醉剂，青霉素，酶，杆菌肽，激素，磺胺噻唑，赖氨酸，链霉素，药用树胶，四环素，血清，土霉素，孢子，血的制品，片剂的组成物，微生物，菌苗，葡聚糖，维生素，润肤剂，抗生素和霉菌<br />
（2）生物化学品<br />
藻类，单细胞蛋白，啤酒酵母，酵母的提取物，抗生素饲料，酵母的水解物，菌丝体<br />
11.5.4鞣酸和纤维素工业<br />
（1）鞣酸<br />
由树皮得到的鞣酸：白雀树皮提取物<br />
由木材得到的鞣酸：红树提取物，橡树提取物，含羞草提取物，松树和冷杉提取物<br />
由果实提取的鞣酸：云实荚提取物，诃子提取物，（人工合成的）鞣酸<br />
（2）纤维素<br />
亚硫酸盐废液，木素磺酸盐<br />
11.5.5屠宰废料和鱼工业<br />
（1）屠宰场的产品<br />
动物蛋白质，明胶，血液，腺体，骨胶，组织，排泄物（类）<br />
（2）鱼产品<br />
鱼粉，鱼的食物，鱼浆，（可溶解的）鲸鱼黏液，鱼的水解产物，（可溶解的）鱼黏液<br />
11.5.6环境控制<br />
洗涤有毒气体的碱液，纯碱，氧化镁，氢氧化钠，石灰，白垩<br />
11.6喷雾干燥在化学工业中的应用<br />
　　　近几十年来，应用雾化技术，来处理悬浮液颗粒系统（包括悬浮液、乳浊液、泥浆液，真溶液等）已取得很大成绩，其中最主要的是喷雾干燥，但是，喷雾冷却、喷雾反应和喷雾精制，也在推广应用和发展中。应用喷雾干燥技术，生产合成洗涤剂（俗称洗衣粉），是在化学工业中首先应用的，并且也是生产量最大、最为普遍的一种产品。此后，喷雾干燥又在染料、肥料、陶瓷、农药、医药、塑料、各种无机和有机化学品等工业中得到迅速发展。在冶金领域中，喷雾干燥与矿石浮选相结合，使矿石提浓已成为一种非常重要的新的应用领域。下面叙述喷雾干燥在化学工业中的应用例子。<br />
11.6.1洗衣粉<br />
　　　洗衣粉可分为四类：重型洗涤剂（包括起泡高的和低的）；轻型洗涤剂；肥皂粉；苏打</p>
]]></content:encoded>
			<wfw:commentRss>http://1.17sky.cn/1275.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>干燥机B2B</title>
		<link>http://1.17sky.cn/1271.html</link>
		<comments>http://1.17sky.cn/1271.html#comments</comments>
		<pubDate>Wed, 17 Jun 2015 19:08:33 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[dedecms参考]]></category>

		<guid isPermaLink="false">http://www.17sky.cn/?p=1271</guid>
		<description><![CDATA[http://m.b2b168.com/Show.aspx?pg=SelClas &#8230; <a href="http://1.17sky.cn/1271.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>http://m.b2b168.com/Show.aspx?pg=SelClass&#038;q=&#038;tt=2</p>
<p>http://china.eb80.com</p>
<p>http://www.hbzhan.com</p>
<p>http://user.qjy168.com</p>
<p>http://www.zyzhan.com/UserManage/default.aspx?Pro_ProManage</p>
<p>http://www.gkzhan.com/UserManage/default.aspx?Pro_ProManage</p>
<p>http://www.huajx.com/UserManage/default.aspx?Member_InfoManage#</p>
<p>http://www.foodjx.com/UserManage/default.aspx?Member_InfoManage</p>
<p>http://www.afzhan.com/UserManage/default.aspx?Member_InfoManage</p>
<p>http://www.zgong.com/UserManage/default.aspx?Member_InfoManage</p>
<p>http://www.230la.net/member/message.php</p>
<p>http://www.pharmjx.com/User/Supply.asp</p>
<p>http://my.b2b.hc360.com/my/turbine/template/corcenter%2Cbusiness%2Cbusindetailedit.html</p>
<p>http://my.b2b.makepolo.com/ucenter/supply_index.php</p>
<p>http://my.cn.china.cn/manage.php?op=adminIndex</p>
<p>http://biz.b2b.cn/Manage/Product/ProductAddFstStep.aspx</p>
<p>http://my.youboy.com/shangpu/gongadd.do</p>
<p>http://membercenter.cn.made-in-china.com/product/add/</p>
<p>http://member.nowec.com/  qiaofeng<br />
http://yingxiao.aibang.com/v2/?area=newbiz&#038;cmd=index</p>
<p>http://my.cn.c-c.com/member/Company/afterUpdate-0.html</p>
<p>http://user.51sole.com/user/Certificate/fileupload.aspx</p>
<p>http://www.baimao.com/offer/post/sale_navigation.htm</p>
<p>http://www.cntrades.com/member/myfa_xin.php?mid=25</p>
<p>http://show.cnpowder.com.cn/memberlogin/login.php</p>
<p>http://ua.cn5135.com/_App/Users/Enterprise/Notice_IsAllow.aspx</p>
<p>http://www.sn180.com</p>
<p>http://www.chem17.com</p>
<p>http://my.chinawj.com.cn</p>
<p>http://www.qqma.com/</p>
<p>http://www.chemm.cn/</p>
<p>http://my.21food.cn</p>
<p>http://china.guidechem.com/</p>
<p>http://www.ybzhan.cn</p>
<p>http://www.goepe.com/member/login.php</p>
<p>310120002027917</p>
<p>离心喷雾干燥制粒机/陶瓷喷雾干燥机<br />
离心造粒喷雾干燥机<br />
压力造粒喷雾干燥机<br />
陶瓷喷雾干燥机/塔/器/设备/<br />
氧化铝|氧化硅|氧化硅陶瓷喷雾干燥机<br />
上海|无锡|常州  山东|沈阳|辽宁|黑龙江|内蒙古</p>
<p>陶瓷喷雾干燥机生产厂家 ,陶瓷喷雾干燥机厂家,陶瓷喷雾干燥机,陶瓷造粒喷雾干燥机生产厂家</p>
<p>陶瓷造粒喷雾干燥机厂家</p>
<p>陶瓷造粒喷雾干燥机<br />
陶瓷制粒喷雾干燥机生产厂家<br />
陶瓷制粒喷雾干燥机厂家<br />
陶瓷制粒喷雾干燥机<br />
陶瓷颗粒喷雾干燥机生产厂家<br />
陶瓷颗粒喷雾干燥机厂家<br />
陶瓷颗粒喷雾干燥机</p>
<p>氧化铝/氧化锆/氧化硅喷雾干燥机厂家<br />
氧化铝喷雾干燥机厂家<br />
氧化锆喷雾干燥机厂家<br />
氧化硅喷雾干燥机厂家<br />
喷雾干燥机制粒机厂家<br />
喷雾干燥机造粒机厂家<br />
喷雾干燥机制粒设备厂家<br />
喷雾干燥机造粒设备厂家<br />
氧化铝/氧化锆/氧化硅喷雾干燥机生产厂家<br />
氧化铝喷雾干燥机生产厂家<br />
氧化锆喷雾干燥机生产厂家<br />
氧化硅喷雾干燥机生产厂家<br />
喷雾干燥机制粒机生产厂家<br />
喷雾干燥机造粒机生产厂家<br />
喷雾干燥机制粒设备生产厂家<br />
喷雾干燥机造粒设备生产厂家</p>
<p>喷雾干燥造粒机/制粒机厂家<br />
喷雾干燥造粒机/制粒机生产厂家<br />
喷雾干燥造粒设备生产厂家<br />
喷雾干燥制粒设备厂家</p>
<p>离心喷雾干燥厂家<br />
离心喷雾干燥生产厂家<br />
离心喷雾干燥机厂家<br />
离心喷雾干燥机生产厂家<br />
离心喷雾干燥设备厂家<br />
离心喷雾干燥设备生产厂家<br />
离心喷雾干燥造粒设备生产厂家<br />
离心喷雾干燥制粒设备厂家<br />
离心喷雾干燥造粒设备生产厂家<br />
离心喷雾干燥制粒设备厂家<br />
离心喷雾干燥制粒/造粒设备厂家</p>
<p>离心喷雾干燥制粒机<br />
离心喷雾干燥制粒机厂家<br />
离心喷雾干燥制粒设备厂家<br />
离心喷雾干燥制粒机生产厂家<br />
离心喷雾干燥制粒设备生产厂家</p>
<p>压力喷雾干燥造粒机<br />
压力喷雾干燥造粒机厂家<br />
压力喷雾干燥造粒设备厂家<br />
压力喷雾干燥造粒机生产厂家<br />
压力喷雾干燥造粒设备生产厂家</p>
<p>压力喷雾干燥厂家<br />
压力喷雾干燥生产厂家<br />
压力喷雾干燥机厂家<br />
压力喷雾干燥机生产厂家<br />
压力喷雾干燥设备厂家<br />
压力喷雾干燥设备生产厂家</p>
<p>压力喷雾干燥造粒设备生产厂家<br />
压力喷雾干燥制粒设备厂家<br />
压力喷雾干燥造粒设备生产厂家<br />
压力喷雾干燥制粒设备厂家<br />
压力喷雾干燥制粒/造粒设备厂家</p>
<p>压力喷雾干燥制粒机<br />
压力喷雾干燥制粒机厂家<br />
压力喷雾干燥制粒设备厂家<br />
压力喷雾干燥制粒机生产厂家<br />
压力喷雾干燥制粒设备生产厂家</p>
<p>压力喷雾干燥造粒机<br />
压力喷雾干燥造粒机厂家<br />
压力喷雾干燥造粒设备厂家<br />
压力喷雾干燥造粒机生产厂家<br />
压力喷雾干燥造粒设备生产厂家</p>
<p>上海|无锡|常州，山东|辽宁|沈阳|内蒙古，</p>
]]></content:encoded>
			<wfw:commentRss>http://1.17sky.cn/1271.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>公斤级精馏装置</title>
		<link>http://1.17sky.cn/1269.html</link>
		<comments>http://1.17sky.cn/1269.html#comments</comments>
		<pubDate>Tue, 16 Jun 2015 01:53:08 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[dedecms参考]]></category>

		<guid isPermaLink="false">http://www.17sky.cn/?p=1269</guid>
		<description><![CDATA[http://www.chinasepu.com/products/ShowAr &#8230; <a href="http://1.17sky.cn/1269.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>
	http://www.chinasepu.com/products/ShowArticle.asp?ArticleID=591</p>
]]></content:encoded>
			<wfw:commentRss>http://1.17sky.cn/1269.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dede channel.lib.php</title>
		<link>http://1.17sky.cn/1247.html</link>
		<comments>http://1.17sky.cn/1247.html#comments</comments>
		<pubDate>Tue, 22 Jul 2014 20:02:45 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[dedecms参考]]></category>

		<guid isPermaLink="false">http://www.sweet888.com/?p=1247</guid>
		<description><![CDATA[参考链接：http://www.81hu.net/dede/110945N201 &#8230; <a href="http://1.17sky.cn/1247.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>参考链接：http://www.81hu.net/dede/110945N2013.html<span id="more-1247"></span></p>
<p>&nbsp;</p>
<p>&lt;?php<br />
function lib_channel(&amp;$ctag,&amp;$refObj)<br />
{<br />
global $_sys_globals,$envs,$dsql;<br />
$attlist = &#8220;typeid|0,reid|0,row|100,col|1,type|son,currentstyle|&#8221;;<br />
FillAttsDefault($ctag-&gt;CAttribute-&gt;Items,$attlist);<br />
extract($ctag-&gt;CAttribute-&gt;Items, EXTR_SKIP);<br />
$innertext = $ctag-&gt;GetInnerText();<br />
if(empty($typeid) &amp;&amp; $envs[&#8216;typeid&#8217;]!=0)<br />
{<br />
$typeid = $envs[&#8216;typeid&#8217;];<br />
$reid = $envs[&#8216;reid&#8217;];<br />
}else{<br />
$reid=0;<br />
}</p>
<p>if($type==&#8221;||$type==&#8217;sun&#8217;) $type=&#8221;son&#8221;;<br />
if($innertext==&#8221;) $innertext = GetSysTemplets(&#8220;channel_list.htm&#8221;);</p>
<p>if($reid==0 &amp;&amp; $typeid&gt;0)<br />
{<br />
$dbrow = $dsql-&gt;GetOne(&#8220;Select reid From #@__arctype where id=&#8217;$typeid&#8217; &#8220;);<br />
if(is_array($dbrow)) $reid = $dbrow[&#8216;reid&#8217;];<br />
}</p>
<p>$likeType = &#8221;;<br />
if($type==&#8217;top&#8217;)<br />
{<br />
$sql = &#8220;Select id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath,description<br />
From #@__arctype where reid=0 And ishidden&lt;&gt;1 order by sortrank asc limit 0,$row&#8221;;<br />
}<br />
else if($type==&#8221;son&#8221;)<br />
{<br />
//if($_sys_globals[&#8216;typeid&#8217;]&gt;0) $typeid = $_sys_globals[&#8216;typeid&#8217;];<br />
if($typeid==0) {<br />
return &#8221;;<br />
}<br />
$sql = &#8220;Select id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath,description<br />
From #@__arctype where reid=&#8217;$typeid&#8217; And ishidden&lt;&gt;1 order by sortrank asc limit 0,$row&#8221;;<br />
}<br />
else if($type==&#8221;self&#8221;)<br />
{<br />
if($reid==0) {<br />
return &#8221;;<br />
}<br />
$sql = &#8220;Select id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath,description<br />
From `#@__arctype` where reid=&#8217;$reid&#8217; And ishidden&lt;&gt;1 order by sortrank asc limit 0,$row&#8221;;<br />
}<br />
//And id&lt;&gt;&#8217;$typeid&#8217;<br />
$dtp2 = new DedeTagParse();<br />
$dtp2-&gt;SetNameSpace(&#8220;field&#8221;,&#8221;[&#8220;,&#8221;]&#8221;);<br />
$dtp2-&gt;LoadSource($innertext);<br />
$dsql2 = clone $dsql;<br />
$dsql-&gt;SetQuery($sql);<br />
$dsql-&gt;Execute();</p>
<p>$line = $row;<br />
$GLOBALS[&#8216;autoindex&#8217;] = 0;<br />
for($i=0;$i &lt; $line;$i++)<br />
{<br />
if($col&gt;1) $likeType .= &#8220;&lt;dl&gt;\r\n&#8221;;<br />
for($j=0;$j&lt;$col;$j++)<br />
{<br />
if($col&gt;1) $likeType .= &#8220;&lt;dd&gt;\r\n&#8221;;<br />
if($row=$dsql-&gt;GetArray())<br />
{<br />
if($type==&#8217;self&#8217; &amp;&amp; $row[&#8216;id&#8217;]==$typeid) //处理同级栏目中，当前栏目的样式<br />
{<br />
if($currentstyle!=&#8221;)<br />
{<br />
$linkOkstr = $currentstyle;<br />
$row[&#8216;typelink&#8217;] = GetOneTypeUrlA($row);<br />
$linkOkstr = str_replace(&#8220;~typelink~&#8221;,$row[&#8216;typelink&#8217;],$linkOkstr);<br />
$linkOkstr = str_replace(&#8220;~typename~&#8221;,$row[&#8216;typename&#8217;],$linkOkstr);<br />
$likeType .= $linkOkstr;<br />
}<br />
}else<br />
{<br />
$row[&#8216;typelink&#8217;] = $row[&#8216;typeurl&#8217;] = GetOneTypeUrlA($row);<br />
if(is_array($dtp2-&gt;CTags))<br />
{<br />
foreach($dtp2-&gt;CTags as $tagid=&gt;$ctag){<br />
if(isset($row[$ctag-&gt;GetName()]))<br />
{<br />
$dtp2-&gt;Assign($tagid,$row[$ctag-&gt;GetName()]);<br />
}<br />
elseif (preg_match(&#8216;/^sonchannel[0-9]*$/&#8217;,$ctag-&gt;GetName()))<br />
{<br />
$dtp2-&gt;Assign($tagid,lib_channel_son($ctag,$row[&#8216;id&#8217;],$dsql2));<br />
}<br />
}<br />
}<br />
$likeType .= $dtp2-&gt;GetResult();<br />
}<br />
}<br />
if($col&gt;1) $likeType .= &#8220;&lt;/dd&gt;\r\n&#8221;;<br />
$GLOBALS[&#8216;autoindex&#8217;]++;<br />
}//Loop Col<br />
if($col&gt;1)<br />
{<br />
$i += $col &#8211; 1;<br />
$likeType .= &#8221; &lt;/dl&gt;\r\n&#8221;;<br />
}<br />
}//Loop for $i<br />
reset($dsql2);<br />
$dsql-&gt;FreeResult();<br />
return $likeType;<br />
}<br />
function lib_channel_son($ctag,$typeid = 0,$dsql2)<br />
{<br />
$attlist = &#8220;row|100,col|1,currentstyle|&#8221;;<br />
FillAttsDefault($ctag-&gt;CAttribute-&gt;Items,$attlist);<br />
extract($ctag-&gt;CAttribute-&gt;Items, EXTR_SKIP);<br />
$innertext = $ctag-&gt;GetInnerText();<br />
$dsql3 = clone $dsql2;<br />
$likeType = &#8221;;</p>
<p>//if($_sys_globals[&#8216;typeid&#8217;]&gt;0) $typeid = $_sys_globals[&#8216;typeid&#8217;];<br />
if($typeid==0) {<br />
return &#8221;;<br />
}<br />
$sql = &#8220;Select id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath,description<br />
From #@__arctype where reid=&#8217;$typeid&#8217; And ishidden&lt;&gt;1 order by sortrank asc limit 0,$row&#8221;;<br />
//And id&lt;&gt;&#8217;$typeid&#8217;<br />
$dtp2 = new DedeTagParse();<br />
$dtp2-&gt;SetNameSpace(&#8220;field&#8221;,&#8221;[&#8220;,&#8221;]&#8221;);<br />
$dtp2-&gt;LoadSource($innertext);<br />
$dsql2-&gt;SetQuery($sql);<br />
$dsql2-&gt;Execute();<br />
$line = $row;</p>
<p>for($i=0;$i &lt; $line;$i++)<br />
{<br />
if($col&gt;1) $likeType .= &#8220;&lt;dl&gt;\r\n&#8221;;<br />
for($j=0;$j&lt;$col;$j++)<br />
{<br />
if($col&gt;1) $likeType .= &#8220;&lt;dd&gt;\r\n&#8221;;<br />
if($row=$dsql2-&gt;GetArray())<br />
{<br />
$row[&#8216;typelink&#8217;] = $row[&#8216;typeurl&#8217;] = GetOneTypeUrlA($row);<br />
if(is_array($dtp2-&gt;CTags))<br />
{<br />
foreach($dtp2-&gt;CTags as $tagid=&gt;$ctag){<br />
if(isset($row[$ctag-&gt;GetName()]))<br />
{<br />
$dtp2-&gt;Assign($tagid,$row[$ctag-&gt;GetName()]);<br />
}<br />
elseif (preg_match(&#8216;/^sonchannel[0-9]*$/&#8217;,$ctag-&gt;GetName()))<br />
{<br />
$dtp2-&gt;Assign($tagid,lib_channel_son($ctag,$row[&#8216;id&#8217;],$dsql3));<br />
}<br />
}<br />
}<br />
$likeType .= $dtp2-&gt;GetResult();<br />
}<br />
if($col&gt;1) $likeType .= &#8220;&lt;/dd&gt;\r\n&#8221;;<br />
}//Loop Col<br />
if($col&gt;1)<br />
{<br />
$i += $col &#8211; 1;<br />
$likeType .= &#8221; &lt;/dl&gt;\r\n&#8221;;<br />
}<br />
}//Loop for $i<br />
reset($dsql3);<br />
$dsql2-&gt;FreeResult();<br />
return $likeType;<br />
}<br />
?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://1.17sky.cn/1247.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>织梦DedeCMS调用二级子栏目或者多级栏目解决方法</title>
		<link>http://1.17sky.cn/1243.html</link>
		<comments>http://1.17sky.cn/1243.html#comments</comments>
		<pubDate>Tue, 22 Jul 2014 19:43:02 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[dedecms参考]]></category>

		<guid isPermaLink="false">http://www.sweet888.com/?p=1243</guid>
		<description><![CDATA[DEDECMS v5.7，后台已建栏目目录，如下图1所示： 参考链接：http: &#8230; <a href="http://1.17sky.cn/1243.html">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>DEDECMS v5.7，后台已建栏目目录，如下图1所示：</p>
<div>参考链接：http://jingyan.baidu.com/article/0202781189abef1bcc9ce530.html<span id="more-1243"></span></div>
<p>图1 DEDECMS后台栏目结构</p>
<p align="left">　　现在，我们先来调用顶级栏目&#8221;站长新闻&#8221;，以及其下的子栏目，如图2所示：</p>
<div></div>
<p align="left">图2 DEDECMS顶级栏目&#8221;站长新闻&#8221;</p>
<p align="left">　　当前栏目typeid值为3，所以代码如下：</p>
<p align="left"> {dede:channelartlist typeid=&#8217;3,3&#8242;}</p>
<p align="left">&lt;a href=&#8221;{dede:field name=&#8217;typeurl&#8217;/}&#8221;&gt;{dede:field name=&#8217;typename&#8217;/}&lt;/a&gt;</p>
<p align="left">&lt;hr&gt;&lt;!&#8211; 这里我们加一个横线，已区分顶级栏目、子栏目，此处为注释文字，可以删除&#8211;&gt;</p>
<p align="left">{dede:channel type=&#8217;son&#8217; noself=&#8217;yes&#8217;}</p>
<p align="left">&lt;a href=&#8221;[field:typelink/]&#8221;&gt;[field:typename/]&lt;/a&gt;&lt;br /&gt;</p>
<p align="left">{/dede:channel}</p>
<p align="left">{/dede:channelartlist}</p>
<p align="left">　　效果图如下：</p>
<div></div>
<p align="left">图3 DEDECMS调用栏目效果</p>
<p align="left">　　我们再来调用二级栏目&#8221;互联传闻&#8221;，以及其下的子栏目，栏目结构如图4：</p>
<div></div>
<p align="left">图4 DEDECMS顶级栏目互联新闻</p>
<p align="left">　　其栏目typeid值为5，所以代码如下：</p>
<p align="left"> {dede:channelartlist typeid=&#8217;5,5&#8242;}</p>
<p align="left">&lt;a href=&#8221;{dede:field name=&#8217;typeurl&#8217;/}&#8221;&gt;{dede:field name=&#8217;typename&#8217;/}&lt;/a&gt;</p>
<p align="left">&lt;hr&gt;&lt;!&#8211; 这里我们加一个横线，已区分顶级栏目、子栏目 &#8211;&gt;</p>
<p align="left">{dede:channel type=&#8217;son&#8217; noself=&#8217;yes&#8217;}</p>
<p align="left">&lt;a href=&#8221;[field:typelink/]&#8221;&gt;[field:typename/]&lt;/a&gt;&lt;br /&gt;</p>
<p align="left">{/dede:channel}</p>
<p align="left">{/dede:channelartlist}</p>
<p align="left">　　效果图如下：</p>
<div></div>
<p align="left">图5 DEDECMS调用新闻效果</p>
<p align="left">　　接下来，我们来调用两个栏目（站长新闻、互联新闻），以及他们各自的子栏目，他们对应typeid为3和5，所以代码如下：</p>
<p align="left">{dede:channelartlist typeid=&#8217;3,5&#8242;}</p>
<p align="left">&lt;a href=&#8221;{dede:field name=&#8217;typeurl&#8217;/}&#8221;&gt;&lt;b&gt;{dede:field name=&#8217;typename&#8217;/}&lt;/b&gt;&lt;/a&gt;（上一级栏目）&lt;br&gt;</p>
<p align="left">{dede:channel type=&#8217;son&#8217; noself=&#8217;yes&#8217;}</p>
<p align="left">&lt;a href=&#8221;[field:typelink/]&#8221;&gt;[field:typename/]&lt;/a&gt;&lt;br /&gt;</p>
<p align="left">{/dede:channel}</p>
<p align="left">&lt;hr&gt;&lt;!&#8211; 这里我们加一个横线，区分2个不同栏目的调用效果 &#8211;&gt;</p>
<p align="left">{/dede:channelartlist}</p>
<p align="left">　　效果图如下：</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://1.17sky.cn/1243.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
