iis服务器助手广告广告
返回顶部
首页 > 资讯 > 后端开发 > Python >最简单的java生成word文档方法
  • 876
分享到

最简单的java生成word文档方法

2024-04-02 19:04:59 876人浏览 泡泡鱼

Python 官方文档:入门教程 => 点击学习

摘要

1.首先新建一个Word文档,然后设计好格式,比如说我的标题是黑体二号,居中对其,正文是宋体四号,如下 2.另存为xml格式(文件->另存为)的文件,如下图 3.使用txt

1.首先新建一个Word文档,然后设计好格式,比如说我的标题是黑体二号,居中对其,正文是宋体四号,如下

2.另存为xml格式(文件->另存为)的文件,如下图

3.使用txt打开保存的xml文件,复制完,贴到你的代码里,如图 

 

 4.替换内容,Ctrl+F搜索标题(第一步我输入的),把标题换成你要显示的动态标题,把 正文替换成你想要的动态内容,如下

 5.设置相应头生成doc文件

6.测试:在浏览器输入Http:127.0.0.1:8080/createDoc,结果如下:

 

7.分享代码

(1)以下是生成的xml文件内容


<?xml version="1.0" encoding="UTF-8" standalone="true"?>
 
<?mso-application progid="Word.Document"?>
 
-<pkg:package xmlns:pkg="http://schemas.microsoft.com/office/2006/xmlPackage">
 
 
-<pkg:part pkg:padding="512" pkg:contentType="application/vnd.openxmlfORMats-package.relationships+xml" pkg:name="/_rels/.rels">
 
 
-<pkg:xmlData>
 
 
-<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
 
<Relationship Target="docProps/app.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Id="rId3"/>
 
<Relationship Target="docProps/core.xml" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Id="rId2"/>
 
<Relationship Target="word/document.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Id="rId1"/>
 
</Relationships>
 
</pkg:xmlData>
 
</pkg:part>
 
 
-<pkg:part pkg:padding="256" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml" pkg:name="/word/_rels/document.xml.rels">
 
 
-<pkg:xmlData>
 
 
-<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
 
<Relationship Target="settings.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings" Id="rId3"/>
 
<Relationship Target="stylesWithEffects.xml" Type="http://schemas.microsoft.com/office/2007/relationships/stylesWithEffects" Id="rId2"/>
 
<Relationship Target="styles.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Id="rId1"/>
 
<Relationship Target="theme/theme1.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Id="rId6"/>
 
<Relationship Target="fontTable.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" Id="rId5"/>
 
<Relationship Target="WEBSettings.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings" Id="rId4"/>
 
</Relationships>
 
</pkg:xmlData>
 
</pkg:part>
 
 
-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml" pkg:name="/word/document.xml">
 
 
-<pkg:xmlData>
 
 
-<w:document xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingcanvas" mc:Ignorable="w14 wp14">
 
 
-<w:body>
 
 
-<w:p w:rsidP="007B6C30" w:rsidRDefault="007B6C30" w:rsidR="007B455B">
 
 
-<w:pPr>
 
<w:jc w:val="center"/>
 
 
-<w:rPr>
 
<w:rFonts w:hint="eastAsia" w:hAnsi="黑体" w:eastAsia="黑体" w:ascii="黑体"/>
 
<w:sz w:val="44"/>
 
<w:szCs w:val="44"/>
 
</w:rPr>
 
</w:pPr>
 
 
-<w:r w:rsidRPr="007B6C30">
 
 
-<w:rPr>
 
<w:rFonts w:hAnsi="黑体" w:eastAsia="黑体" w:ascii="黑体"/>
 
<w:sz w:val="44"/>
 
<w:szCs w:val="44"/>
 
</w:rPr>
 
<w:t>标题</w:t>
 
</w:r>
 
</w:p>
 
 
-<w:p w:rsidP="007B6C30" w:rsidRDefault="007B6C30" w:rsidR="007B6C30" w:rsidRPr="007B6C30">
 
 
-<w:pPr>
 
 
-<w:rPr>
 
<w:rFonts w:hAnsiTheme="majorEastAsia" w:eastAsiaTheme="majorEastAsia" w:asciiTheme="majorEastAsia"/>
 
<w:sz w:val="28"/>
 
<w:szCs w:val="28"/>
 
</w:rPr>
 
</w:pPr>
 
 
-<w:r>
 
 
-<w:rPr>
 
<w:rFonts w:hint="eastAsia" w:hAnsi="黑体" w:eastAsia="黑体" w:ascii="黑体"/>
 
<w:sz w:val="44"/>
 
<w:szCs w:val="44"/>
 
</w:rPr>
 
<w:t xml:space="preserve"> </w:t>
 
</w:r>
 
 
-<w:r w:rsidRPr="007B6C30">
 
 
-<w:rPr>
 
<w:rFonts w:hint="eastAsia" w:hAnsiTheme="majorEastAsia" w:eastAsiaTheme="majorEastAsia" w:asciiTheme="majorEastAsia"/>
 
<w:sz w:val="28"/>
 
<w:szCs w:val="28"/>
 
</w:rPr>
 
<w:t>正文</w:t>
 
</w:r>
 
 
-<w:r w:rsidRPr="007B6C30">
 
 
-<w:rPr>
 
<w:rFonts w:hint="eastAsia" w:hAnsiTheme="majorEastAsia" w:eastAsiaTheme="majorEastAsia" w:asciiTheme="majorEastAsia"/>
 
<w:sz w:val="28"/>
 
<w:szCs w:val="28"/>
 
</w:rPr>
 
<w:t>正文正文正文正文正文正文正文</w:t>
 
</w:r>
 
<w:bookmarkStart w:name="_GoBack" w:id="0"/>
 
<w:bookmarkEnd w:id="0"/>
 
 
-<w:r w:rsidRPr="007B6C30">
 
 
-<w:rPr>
 
<w:rFonts w:hint="eastAsia" w:hAnsiTheme="majorEastAsia" w:eastAsiaTheme="majorEastAsia" w:asciiTheme="majorEastAsia"/>
 
<w:sz w:val="28"/>
 
<w:szCs w:val="28"/>
 
</w:rPr>
 
<w:t>正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文正文</w:t>
 
</w:r>
 
</w:p>
 
 
-<w:sectPr w:rsidR="007B6C30" w:rsidRPr="007B6C30">
 
<w:pgSz w:w="11906" w:h="16838"/>
 
<w:pgMar w:gutter="0" w:footer="992" w:header="851" w:left="1800" w:bottom="1440" w:right="1800" w:top="1440"/>
 
<w:cols w:space="425"/>
 
<w:docGrid w:linePitch="312" w:type="lines"/>
 
</w:sectPr>
 
</w:body>
 
</w:document>
 
</pkg:xmlData>
 
</pkg:part>
 
 
-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.theme+xml" pkg:name="/word/theme/theme1.xml">
 
 
-<pkg:xmlData>
 
 
-<a:theme name="Office 主题​​" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">
 
 
-<a:themeElements>
 
 
-<a:clrScheme name="Office">
 
 
-<a:dk1>
 
<a:sysClr val="windowText" lastClr="000000"/>
 
</a:dk1>
 
 
-<a:lt1>
 
<a:sysClr val="window" lastClr="FFFFFF"/>
 
</a:lt1>
 
 
-<a:dk2>
 
<a:srgbClr val="1F497D"/>
 
</a:dk2>
 
 
-<a:lt2>
 
<a:srgbClr val="EEECE1"/>
 
</a:lt2>
 
 
-<a:accent1>
 
<a:srgbClr val="4F81BD"/>
 
</a:accent1>
 
 
-<a:accent2>
 
<a:srgbClr val="C0504D"/>
 
</a:accent2>
 
 
-<a:accent3>
 
<a:srgbClr val="9BBB59"/>
 
</a:accent3>
 
 
-<a:accent4>
 
<a:srgbClr val="8064A2"/>
 
</a:accent4>
 
 
-<a:accent5>
 
<a:srgbClr val="4BACC6"/>
 
</a:accent5>
 
 
-<a:accent6>
 
<a:srgbClr val="F79646"/>
 
</a:accent6>
 
 
-<a:hlink>
 
<a:srgbClr val="0000FF"/>
 
</a:hlink>
 
 
-<a:folHlink>
 
<a:srgbClr val="800080"/>
 
</a:folHlink>
 
</a:clrScheme>
 
 
-<a:fontScheme name="Office">
 
 
-<a:majorFont>
 
<a:latin typeface="Cambria"/>
 
<a:ea typeface=""/>
 
<a:cs typeface=""/>
 
<a:font typeface="MS ゴシック" script="Jpan"/>
 
<a:font typeface="맑은 고딕" script="Hang"/>
 
<a:font typeface="宋体" script="Hans"/>
 
<a:font typeface="新細明體" script="Hant"/>
 
<a:font typeface="Times New Roman" script="Arab"/>
 
<a:font typeface="Times New Roman" script="Hebr"/>
 
<a:font typeface="Angsana New" script="Thai"/>
 
<a:font typeface="Nyala" script="Ethi"/>
 
<a:font typeface="Vrinda" script="Beng"/>
 
<a:font typeface="Shruti" script="Gujr"/>
 
<a:font typeface="MoolBoran" script="Khmr"/>
 
<a:font typeface="Tunga" script="Knda"/>
 
<a:font typeface="Raavi" script="Guru"/>
 
<a:font typeface="Euphemia" script="Cans"/>
 
<a:font typeface="Plantagenet Cherokee" script="Cher"/>
 
<a:font typeface="Microsoft Yi Baiti" script="Yiii"/>
 
<a:font typeface="Microsoft Himalaya" script="Tibt"/>
 
<a:font typeface="MV Boli" script="Thaa"/>
 
<a:font typeface="Mangal" script="Deva"/>
 
<a:font typeface="Gautami" script="Telu"/>
 
<a:font typeface="Latha" script="Taml"/>
 
<a:font typeface="Estrangelo Edessa" script="Syrc"/>
 
<a:font typeface="Kalinga" script="Orya"/>
 
<a:font typeface="Kartika" script="Mlym"/>
 
<a:font typeface="DokChampa" script="Laoo"/>
 
<a:font typeface="Iskoola Pota" script="Sinh"/>
 
<a:font typeface="Mongolian Baiti" script="Mong"/>
 
<a:font typeface="Times New Roman" script="Viet"/>
 
<a:font typeface="Microsoft Uighur" script="Uigh"/>
 
<a:font typeface="Sylfaen" script="Geor"/>
 
</a:majorFont>
 
 
-<a:minorFont>
 
<a:latin typeface="Calibri"/>
 
<a:ea typeface=""/>
 
<a:cs typeface=""/>
 
<a:font typeface="MS 明朝" script="Jpan"/>
 
<a:font typeface="맑은 고딕" script="Hang"/>
 
<a:font typeface="宋体" script="Hans"/>
 
<a:font typeface="新細明體" script="Hant"/>
 
<a:font typeface="Arial" script="Arab"/>
 
<a:font typeface="Arial" script="Hebr"/>
 
<a:font typeface="Cordia New" script="Thai"/>
 
<a:font typeface="Nyala" script="Ethi"/>
 
<a:font typeface="Vrinda" script="Beng"/>
 
<a:font typeface="Shruti" script="Gujr"/>
 
<a:font typeface="DaunPenh" script="Khmr"/>
 
<a:font typeface="Tunga" script="Knda"/>
 
<a:font typeface="Raavi" script="Guru"/>
 
<a:font typeface="Euphemia" script="Cans"/>
 
<a:font typeface="Plantagenet Cherokee" script="Cher"/>
 
<a:font typeface="Microsoft Yi Baiti" script="Yiii"/>
 
<a:font typeface="Microsoft Himalaya" script="Tibt"/>
 
<a:font typeface="MV Boli" script="Thaa"/>
 
<a:font typeface="Mangal" script="Deva"/>
 
<a:font typeface="Gautami" script="Telu"/>
 
<a:font typeface="Latha" script="Taml"/>
 
<a:font typeface="Estrangelo Edessa" script="Syrc"/>
 
<a:font typeface="Kalinga" script="Orya"/>
 
<a:font typeface="Kartika" script="Mlym"/>
 
<a:font typeface="DokChampa" script="Laoo"/>
 
<a:font typeface="Iskoola Pota" script="Sinh"/>
 
<a:font typeface="Mongolian Baiti" script="Mong"/>
 
<a:font typeface="Arial" script="Viet"/>
 
<a:font typeface="Microsoft Uighur" script="Uigh"/>
 
<a:font typeface="Sylfaen" script="Geor"/>
 
</a:minorFont>
 
</a:fontScheme>
 
 
-<a:fmtScheme name="Office">
 
 
-<a:fillStyleLst>
 
 
-<a:solidFill>
 
<a:schemeClr val="phClr"/>
 
</a:solidFill>
 
 
-<a:gradFill rotWithShape="1">
 
 
-<a:gsLst>
 
 
-<a:gs pos="0">
 
 
-<a:schemeClr val="phClr">
 
<a:tint val="50000"/>
 
<a:satMod val="300000"/>
 
</a:schemeClr>
 
</a:gs>
 
 
-<a:gs pos="35000">
 
 
-<a:schemeClr val="phClr">
 
<a:tint val="37000"/>
 
<a:satMod val="300000"/>
 
</a:schemeClr>
 
</a:gs>
 
 
-<a:gs pos="100000">
 
 
-<a:schemeClr val="phClr">
 
<a:tint val="15000"/>
 
<a:satMod val="350000"/>
 
</a:schemeClr>
 
</a:gs>
 
</a:gsLst>
 
<a:lin scaled="1" ang="16200000"/>
 
</a:gradFill>
 
 
-<a:gradFill rotWithShape="1">
 
 
-<a:gsLst>
 
 
-<a:gs pos="0">
 
 
-<a:schemeClr val="phClr">
 
<a:shade val="51000"/>
 
<a:satMod val="130000"/>
 
</a:schemeClr>
 
</a:gs>
 
 
-<a:gs pos="80000">
 
 
-<a:schemeClr val="phClr">
 
<a:shade val="93000"/>
 
<a:satMod val="130000"/>
 
</a:schemeClr>
 
</a:gs>
 
 
-<a:gs pos="100000">
 
 
-<a:schemeClr val="phClr">
 
<a:shade val="94000"/>
 
<a:satMod val="135000"/>
 
</a:schemeClr>
 
</a:gs>
 
</a:gsLst>
 
<a:lin scaled="0" ang="16200000"/>
 
</a:gradFill>
 
</a:fillStyleLst>
 
 
-<a:lnStyleLst>
 
 
-<a:ln w="9525" algn="ctr" cmpd="sng" cap="flat">
 
 
-<a:solidFill>
 
 
-<a:schemeClr val="phClr">
 
<a:shade val="95000"/>
 
<a:satMod val="105000"/>
 
</a:schemeClr>
 
</a:solidFill>
 
<a:prstDash val="solid"/>
 
</a:ln>
 
 
-<a:ln w="25400" algn="ctr" cmpd="sng" cap="flat">
 
 
-<a:solidFill>
 
<a:schemeClr val="phClr"/>
 
</a:solidFill>
 
<a:prstDash val="solid"/>
 
</a:ln>
 
 
-<a:ln w="38100" algn="ctr" cmpd="sng" cap="flat">
 
 
-<a:solidFill>
 
<a:schemeClr val="phClr"/>
 
</a:solidFill>
 
<a:prstDash val="solid"/>
 
</a:ln>
 
</a:lnStyleLst>
 
 
-<a:effectStyleLst>
 
 
-<a:effectStyle>
 
 
-<a:effectLst>
 
 
-<a:outerShdw dir="5400000" rotWithShape="0" dist="20000" blurRad="40000">
 
 
-<a:srgbClr val="000000">
 
<a:alpha val="38000"/>
 
</a:srgbClr>
 
</a:outerShdw>
 
</a:effectLst>
 
</a:effectStyle>
 
 
-<a:effectStyle>
 
 
-<a:effectLst>
 
 
-<a:outerShdw dir="5400000" rotWithShape="0" dist="23000" blurRad="40000">
 
 
-<a:srgbClr val="000000">
 
<a:alpha val="35000"/>
 
</a:srgbClr>
 
</a:outerShdw>
 
</a:effectLst>
 
</a:effectStyle>
 
 
-<a:effectStyle>
 
 
-<a:effectLst>
 
 
-<a:outerShdw dir="5400000" rotWithShape="0" dist="23000" blurRad="40000">
 
 
-<a:srgbClr val="000000">
 
<a:alpha val="35000"/>
 
</a:srgbClr>
 
</a:outerShdw>
 
</a:effectLst>
 
 
-<a:scene3D>
 
 
-<a:camera prst="orthographicFront">
 
<a:rot rev="0" lon="0" lat="0"/>
 
</a:camera>
 
 
-<a:lightRig dir="t" rig="threePt">
 
<a:rot rev="1200000" lon="0" lat="0"/>
 
</a:lightRig>
 
</a:scene3d>
 
 
-<a:sp3d>
 
<a:bevelT w="63500" h="25400"/>
 
</a:sp3d>
 
</a:effectStyle>
 
</a:effectStyleLst>
 
 
-<a:bgFillStyleLst>
 
 
-<a:solidFill>
 
<a:schemeClr val="phClr"/>
 
</a:solidFill>
 
 
-<a:gradFill rotWithShape="1">
 
 
-<a:gsLst>
 
 
-<a:gs pos="0">
 
 
-<a:schemeClr val="phClr">
 
<a:tint val="40000"/>
 
<a:satMod val="350000"/>
 
</a:schemeClr>
 
</a:gs>
 
 
-<a:gs pos="40000">
 
 
-<a:schemeClr val="phClr">
 
<a:tint val="45000"/>
 
<a:shade val="99000"/>
 
<a:satMod val="350000"/>
 
</a:schemeClr>
 
</a:gs>
 
 
-<a:gs pos="100000">
 
 
-<a:schemeClr val="phClr">
 
<a:shade val="20000"/>
 
<a:satMod val="255000"/>
 
</a:schemeClr>
 
</a:gs>
 
</a:gsLst>
 
 
-<a:path path="circle">
 
<a:fillToRect r="50000" b="180000" t="-80000" l="50000"/>
 
</a:path>
 
</a:gradFill>
 
 
-<a:gradFill rotWithShape="1">
 
 
-<a:gsLst>
 
 
-<a:gs pos="0">
 
 
-<a:schemeClr val="phClr">
 
<a:tint val="80000"/>
 
<a:satMod val="300000"/>
 
</a:schemeClr>
 
</a:gs>
 
 
-<a:gs pos="100000">
 
 
-<a:schemeClr val="phClr">
 
<a:shade val="30000"/>
 
<a:satMod val="200000"/>
 
</a:schemeClr>
 
</a:gs>
 
</a:gsLst>
 
 
-<a:path path="circle">
 
<a:fillToRect r="50000" b="50000" t="50000" l="50000"/>
 
</a:path>
 
</a:gradFill>
 
</a:bgFillStyleLst>
 
</a:fmtScheme>
 
</a:themeElements>
 
<a:objectDefaults/>
 
<a:extraClrSchemeLst/>
 
</a:theme>
 
</pkg:xmlData>
 
</pkg:part>
 
 
-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml" pkg:name="/word/settings.xml">
 
 
-<pkg:xmlData>
 
 
-<w:settings xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="w14" xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main">
 
<w:zoom w:percent="119"/>
 
<w:bordersDoNotSurroundHeader/>
 
<w:bordersDoNotSurroundFooter/>
 
<w:defaultTabStop w:val="420"/>
 
<w:drawingGridVerticalSpacing w:val="156"/>
 
<w:displayHorizontalDrawingGridEvery w:val="0"/>
 
<w:displayVerticalDrawingGridEvery w:val="2"/>
 
<w:characterSpacinGControl w:val="compressPunctuation"/>
 
 
-<w:compat>
 
<w:spaceForUL/>
 
<w:balanceSingleByteDoubleByteWidth/>
 
<w:doNotLeaveBackslashAlone/>
 
<w:ulTrailSpace/>
 
<w:doNotExpandShiftReturn/>
 
<w:adjustLineHeightInTable/>
 
<w:useFELayout/>
 
<w:compatSetting w:name="compatibilityMode" w:val="14" w:uri="http://schemas.microsoft.com/office/word"/>
 
<w:compatSetting w:name="overrideTableStyleFontSizeAndJustification" w:val="1" w:uri="http://schemas.microsoft.com/office/word"/>
 
<w:compatSetting w:name="enableOpenTypeFeatures" w:val="1" w:uri="http://schemas.microsoft.com/office/word"/>
 
<w:compatSetting w:name="doNotFlipMirrorIndents" w:val="1" w:uri="http://schemas.microsoft.com/office/word"/>
 
</w:compat>
 
 
-<w:rsids>
 
<w:rsidRoot w:val="00065524"/>
 
<w:rsid w:val="00065524"/>
 
<w:rsid w:val="007B455B"/>
 
<w:rsid w:val="007B6C30"/>
 
</w:rsids>
 
 
-<m:mathPr>
 
<m:mathFont m:val="Cambria Math"/>
 
<m:brkBin m:val="before"/>
 
<m:brkBinSub m:val="--"/>
 
<m:smallFrac m:val="0"/>
 
<m:dispDef/>
 
<m:lMargin m:val="0"/>
 
<m:rMargin m:val="0"/>
 
<m:defJc m:val="centerGroup"/>
 
<m:wrapindent m:val="1440"/>
 
<m:intLim m:val="subSup"/>
 
<m:naryLim m:val="undOvr"/>
 
</m:mathPr>
 
<w:themeFontLang w:val="en-US" w:eastAsia="zh-CN"/>
 
<w:clrSchemeMapping w:followedHyperlink="followedHyperlink" w:hyperlink="hyperlink" w:accent6="accent6" w:accent5="accent5" w:accent4="accent4" w:accent3="accent3" w:accent2="accent2" w:accent1="accent1" w:t2="dark2" w:bg2="light2" w:t1="dark1" w:bg1="light1"/>
 
 
-<w:shapeDefaults>
 
<o:shapedefaults spidmax="1026" v:ext="edit"/>
 
 
-<o:shapelayout v:ext="edit">
 
<o:idmap v:ext="edit" data="1"/>
 
</o:shapelayout>
 
</w:shapeDefaults>
 
<w:decimalSymbol w:val="."/>
 
<w:listSeparator w:val=","/>
 
</w:settings>
 
</pkg:xmlData>
 
</pkg:part>
 
 
-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml" pkg:name="/word/webSettings.xml">
 
 
-<pkg:xmlData>
 
 
-<w:webSettings xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="w14">
 
<w:optimizeForBrowser/>
 
<w:allowPNG/>
 
</w:webSettings>
 
</pkg:xmlData>
 
</pkg:part>
 
 
-<pkg:part pkg:contentType="application/vnd.ms-word.stylesWithEffects+xml" pkg:name="/word/stylesWithEffects.xml">
 
 
-<pkg:xmlData>
 
 
-<w:styles xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" mc:Ignorable="w14 wp14">
 
 
-<w:docDefaults>
 
 
-<w:rPrDefault>
 
 
-<w:rPr>
 
<w:rFonts w:hAnsiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia" w:asciiTheme="minorHAnsi" w:cstheme="minorBidi"/>
 
<w:kern w:val="2"/>
 
<w:sz w:val="21"/>
 
<w:szCs w:val="22"/>
 
<w:lang w:val="en-US" w:eastAsia="zh-CN" w:bidi="ar-SA"/>
 
</w:rPr>
 
</w:rPrDefault>
 
<w:pPrDefault/>
 
</w:docDefaults>
 
 
-<w:latentStyles w:count="267" w:defQFormat="0" w:defUnhideWhenUsed="1" w:defSemiHidden="1" w:defUIPriority="99" w:defLockedState="0">
 
<w:lsdException w:name="Normal" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0"/>
 
<w:lsdException w:name="heading 1" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="9" w:semiHidden="0"/>
 
<w:lsdException w:name="heading 2" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 3" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 4" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 5" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 6" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 7" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 8" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 9" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="toc 1" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 2" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 3" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 4" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 5" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 6" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 7" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 8" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 9" w:uiPriority="39"/>
 
<w:lsdException w:name="caption" w:qFormat="1" w:uiPriority="35"/>
 
<w:lsdException w:name="Title" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="10" w:semiHidden="0"/>
 
<w:lsdException w:name="Default Paragraph Font" w:uiPriority="1"/>
 
<w:lsdException w:name="Subtitle" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="11" w:semiHidden="0"/>
 
<w:lsdException w:name="Strong" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="22" w:semiHidden="0"/>
 
<w:lsdException w:name="Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="20" w:semiHidden="0"/>
 
<w:lsdException w:name="Table Grid" w:unhideWhenUsed="0" w:uiPriority="59" w:semiHidden="0"/>
 
<w:lsdException w:name="Placeholder Text" w:unhideWhenUsed="0"/>
 
<w:lsdException w:name="No Spacing" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="1" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 1" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 1" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 1" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Revision" w:unhideWhenUsed="0"/>
 
<w:lsdException w:name="List Paragraph" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="34" w:semiHidden="0"/>
 
<w:lsdException w:name="Quote" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="29" w:semiHidden="0"/>
 
<w:lsdException w:name="Intense Quote" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="30" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 1" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 1" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 1" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 1" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 1" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 2" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 2" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 2" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 2" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 2" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 2" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 2" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 2" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 3" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 3" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 3" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 3" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 3" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 3" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 3" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 3" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 4" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 4" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 4" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 4" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 4" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 4" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 4" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 4" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 5" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 5" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 5" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 5" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 5" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 5" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 5" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 5" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 6" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 6" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 6" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 6" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 6" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 6" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 6" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 6" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Subtle Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="19" w:semiHidden="0"/>
 
<w:lsdException w:name="Intense Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="21" w:semiHidden="0"/>
 
<w:lsdException w:name="Subtle Reference" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="31" w:semiHidden="0"/>
 
<w:lsdException w:name="Intense Reference" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="32" w:semiHidden="0"/>
 
<w:lsdException w:name="Book Title" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="33" w:semiHidden="0"/>
 
<w:lsdException w:name="Bibliography" w:uiPriority="37"/>
 
<w:lsdException w:name="TOC Heading" w:qFormat="1" w:uiPriority="39"/>
 
</w:latentStyles>
 
 
-<w:style w:type="paragraph" w:styleId="a" w:default="1">
 
<w:name w:val="Normal"/>
 
<w:qFormat/>
 
 
-<w:pPr>
 
<w:widowControl w:val="0"/>
 
<w:jc w:val="both"/>
 
</w:pPr>
 
</w:style>
 
 
-<w:style w:type="character" w:styleId="a0" w:default="1">
 
<w:name w:val="Default Paragraph Font"/>
 
<w:uiPriority w:val="1"/>
 
<w:semiHidden/>
 
<w:unhideWhenUsed/>
 
</w:style>
 
 
-<w:style w:type="table" w:styleId="a1" w:default="1">
 
<w:name w:val="Normal Table"/>
 
<w:uiPriority w:val="99"/>
 
<w:semiHidden/>
 
<w:unhideWhenUsed/>
 
 
-<w:tblPr>
 
<w:tblInd w:w="0" w:type="dxa"/>
 
 
-<w:tblCellMar>
 
<w:top w:w="0" w:type="dxa"/>
 
<w:left w:w="108" w:type="dxa"/>
 
<w:bottom w:w="0" w:type="dxa"/>
 
<w:right w:w="108" w:type="dxa"/>
 
</w:tblCellMar>
 
</w:tblPr>
 
</w:style>
 
 
-<w:style w:type="numbering" w:styleId="a2" w:default="1">
 
<w:name w:val="No List"/>
 
<w:uiPriority w:val="99"/>
 
<w:semiHidden/>
 
<w:unhideWhenUsed/>
 
</w:style>
 
</w:styles>
 
</pkg:xmlData>
 
</pkg:part>
 
 
-<pkg:part pkg:padding="256" pkg:contentType="application/vnd.openxmlformats-package.core-properties+xml" pkg:name="/docProps/core.xml">
 
 
-<pkg:xmlData>
 
 
-<cp:coreProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties">
 
<dc:creator>xb21cn</dc:creator>
 
<cp:lastModifiedBy>xb21cn</cp:lastModifiedBy>
 
<cp:revision>2</cp:revision>
 
<dcterms:created xsi:type="dcterms:W3CDTF">2021-08-14T15:14:00Z</dcterms:created>
 
<dcterms:modified xsi:type="dcterms:W3CDTF">2021-08-14T15:14:00Z</dcterms:modified>
 
</cp:coreProperties>
 
</pkg:xmlData>
 
</pkg:part>
 
 
-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml" pkg:name="/word/styles.xml">
 
 
-<pkg:xmlData>
 
 
-<w:styles xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="w14">
 
 
-<w:docDefaults>
 
 
-<w:rPrDefault>
 
 
-<w:rPr>
 
<w:rFonts w:hAnsiTheme="minorHAnsi" w:eastAsiaTheme="minorEastAsia" w:asciiTheme="minorHAnsi" w:cstheme="minorBidi"/>
 
<w:kern w:val="2"/>
 
<w:sz w:val="21"/>
 
<w:szCs w:val="22"/>
 
<w:lang w:val="en-US" w:eastAsia="zh-CN" w:bidi="ar-SA"/>
 
</w:rPr>
 
</w:rPrDefault>
 
<w:pPrDefault/>
 
</w:docDefaults>
 
 
-<w:latentStyles w:count="267" w:defQFormat="0" w:defUnhideWhenUsed="1" w:defSemiHidden="1" w:defUIPriority="99" w:defLockedState="0">
 
<w:lsdException w:name="Normal" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0"/>
 
<w:lsdException w:name="heading 1" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="9" w:semiHidden="0"/>
 
<w:lsdException w:name="heading 2" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 3" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 4" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 5" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 6" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 7" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 8" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="heading 9" w:qFormat="1" w:uiPriority="9"/>
 
<w:lsdException w:name="toc 1" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 2" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 3" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 4" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 5" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 6" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 7" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 8" w:uiPriority="39"/>
 
<w:lsdException w:name="toc 9" w:uiPriority="39"/>
 
<w:lsdException w:name="caption" w:qFormat="1" w:uiPriority="35"/>
 
<w:lsdException w:name="Title" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="10" w:semiHidden="0"/>
 
<w:lsdException w:name="Default Paragraph Font" w:uiPriority="1"/>
 
<w:lsdException w:name="Subtitle" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="11" w:semiHidden="0"/>
 
<w:lsdException w:name="Strong" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="22" w:semiHidden="0"/>
 
<w:lsdException w:name="Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="20" w:semiHidden="0"/>
 
<w:lsdException w:name="Table Grid" w:unhideWhenUsed="0" w:uiPriority="59" w:semiHidden="0"/>
 
<w:lsdException w:name="Placeholder Text" w:unhideWhenUsed="0"/>
 
<w:lsdException w:name="No Spacing" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="1" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 1" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 1" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 1" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Revision" w:unhideWhenUsed="0"/>
 
<w:lsdException w:name="List Paragraph" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="34" w:semiHidden="0"/>
 
<w:lsdException w:name="Quote" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="29" w:semiHidden="0"/>
 
<w:lsdException w:name="Intense Quote" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="30" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 1" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 1" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 1" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 1" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 1" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 1" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 1" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 2" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 2" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 2" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 2" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 2" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 2" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 2" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 2" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 2" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 2" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 3" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 3" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 3" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 3" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 3" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 3" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 3" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 3" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 3" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 3" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 4" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 4" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 4" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 4" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 4" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 4" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 4" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 4" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 4" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 4" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 5" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 5" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 5" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 5" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 5" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 5" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 5" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 5" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 5" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 5" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Shading Accent 6" w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0"/>
 
<w:lsdException w:name="Light List Accent 6" w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0"/>
 
<w:lsdException w:name="Light Grid Accent 6" w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Shading 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium List 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 1 Accent 6" w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 2 Accent 6" w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0"/>
 
<w:lsdException w:name="Medium Grid 3 Accent 6" w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0"/>
 
<w:lsdException w:name="Dark List Accent 6" w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Shading Accent 6" w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful List Accent 6" w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0"/>
 
<w:lsdException w:name="Colorful Grid Accent 6" w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0"/>
 
<w:lsdException w:name="Subtle Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="19" w:semiHidden="0"/>
 
<w:lsdException w:name="Intense Emphasis" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="21" w:semiHidden="0"/>
 
<w:lsdException w:name="Subtle Reference" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="31" w:semiHidden="0"/>
 
<w:lsdException w:name="Intense Reference" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="32" w:semiHidden="0"/>
 
<w:lsdException w:name="Book Title" w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="33" w:semiHidden="0"/>
 
<w:lsdException w:name="Bibliography" w:uiPriority="37"/>
 
<w:lsdException w:name="TOC Heading" w:qFormat="1" w:uiPriority="39"/>
 
</w:latentStyles>
 
 
-<w:style w:type="paragraph" w:styleId="a" w:default="1">
 
<w:name w:val="Normal"/>
 
<w:qFormat/>
 
 
-<w:pPr>
 
<w:widowControl w:val="0"/>
 
<w:jc w:val="both"/>
 
</w:pPr>
 
</w:style>
 
 
-<w:style w:type="character" w:styleId="a0" w:default="1">
 
<w:name w:val="Default Paragraph Font"/>
 
<w:uiPriority w:val="1"/>
 
<w:semiHidden/>
 
<w:unhideWhenUsed/>
 
</w:style>
 
 
-<w:style w:type="table" w:styleId="a1" w:default="1">
 
<w:name w:val="Normal Table"/>
 
<w:uiPriority w:val="99"/>
 
<w:semiHidden/>
 
<w:unhideWhenUsed/>
 
 
-<w:tblPr>
 
<w:tblInd w:w="0" w:type="dxa"/>
 
 
-<w:tblCellMar>
 
<w:top w:w="0" w:type="dxa"/>
 
<w:left w:w="108" w:type="dxa"/>
 
<w:bottom w:w="0" w:type="dxa"/>
 
<w:right w:w="108" w:type="dxa"/>
 
</w:tblCellMar>
 
</w:tblPr>
 
</w:style>
 
 
-<w:style w:type="numbering" w:styleId="a2" w:default="1">
 
<w:name w:val="No List"/>
 
<w:uiPriority w:val="99"/>
 
<w:semiHidden/>
 
<w:unhideWhenUsed/>
 
</w:style>
 
</w:styles>
 
</pkg:xmlData>
 
</pkg:part>
 
 
-<pkg:part pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml" pkg:name="/word/fontTable.xml">
 
 
-<pkg:xmlData>
 
 
-<w:fonts xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="w14">
 
 
-<w:font w:name="Calibri">
 
<w:panose1 w:val="020F0502020204030204"/>
 
<w:charset w:val="00"/>
 
<w:family w:val="swiss"/>
 
<w:pitch w:val="variable"/>
 
<w:sig w:csb1="00000000" w:csb0="000001FF" w:usb3="00000000" w:usb2="00000009" w:usb1="C000247B" w:usb0="E4002EFF"/>
 
</w:font>
 
 
-<w:font w:name="宋体">
 
<w:altName w:val="SimSun"/>
 
<w:panose1 w:val="02010600030101010101"/>
 
<w:charset w:val="86"/>
 
<w:family w:val="auto"/>
 
<w:pitch w:val="variable"/>
 
<w:sig w:csb1="00000000" w:csb0="00040001" w:usb3="00000000" w:usb2="00000016" w:usb1="288F0000" w:usb0="00000003"/>
 
</w:font>
 
 
-<w:font w:name="Times New Roman">
 
<w:panose1 w:val="02020603050405020304"/>
 
<w:charset w:val="00"/>
 
<w:family w:val="roman"/>
 
<w:pitch w:val="variable"/>
 
<w:sig w:csb1="00000000" w:csb0="000001FF" w:usb3="00000000" w:usb2="00000009" w:usb1="C000785B" w:usb0="E0002EFF"/>
 
</w:font>
 
 
-<w:font w:name="黑体">
 
<w:altName w:val="SimHei"/>
 
<w:panose1 w:val="02010609060101010101"/>
 
<w:charset w:val="86"/>
 
<w:family w:val="modern"/>
 
<w:pitch w:val="fixed"/>
 
<w:sig w:csb1="00000000" w:csb0="00040001" w:usb3="00000000" w:usb2="00000016" w:usb1="38CF7CFA" w:usb0="800002BF"/>
 
</w:font>
 
 
-<w:font w:name="Cambria">
 
<w:panose1 w:val="02040503050406030204"/>
 
<w:charset w:val="00"/>
 
<w:family w:val="roman"/>
 
<w:pitch w:val="variable"/>
 
<w:sig w:csb1="00000000" w:csb0="0000019F" w:usb3="00000000" w:usb2="02000000" w:usb1="420024FF" w:usb0="E00006FF"/>
 
</w:font>
 
</w:fonts>
 
</pkg:xmlData>
 
</pkg:part>
 
 
-<pkg:part pkg:padding="256" pkg:contentType="application/vnd.openxmlformats-officedocument.extended-properties+xml" pkg:name="/docProps/app.xml">
 
 
-<pkg:xmlData>
 
 
-<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
 
<Template>Normal.dotm</Template>
 
<TotalTime>1</TotalTime>
 
<Pages>1</Pages>
 
<Words>11</Words>
 
<Characters>69</Characters>
 
<Application>Microsoft Office Word</Application>
 
<DocSecurity>0</DocSecurity>
 
<Lines>1</Lines>
 
<Paragraphs>1</Paragraphs>
 
<ScaleCrop>false</ScaleCrop>
 
<Company/>
 
<LinksUpToDate>false</LinksUpToDate>
 
<CharactersWithSpaces>79</CharactersWithSpaces>
 
<SharedDoc>false</SharedDoc>
 
<HyperlinksChanged>false</HyperlinksChanged>
 
<AppVersion>14.0000</AppVersion>
 
</Properties>
 
</pkg:xmlData>
 
</pkg:part>
 
</pkg:package>

 (2)以下是Java代码


@Controller
@ResponseBody
public class pkl {
    @GetMapping("/createDoc")
    public void hello(httpservletRequest request, HttpServletResponse response){
        try {
            String title = "静夜思";
            String body = "床前明月光,疑是地上霜,举头望明月,低头思故乡";
            String doc = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>" +
                    "<?mso-application progid=\"Word.Document\"?>" +
                    "<pkg:package xmlns:pkg=\"http://schemas.microsoft.com/office/2006/xmlPackage\"><pkg:part pkg:name=\"/_rels/.rels\" pkg:contentType=\"application/vnd.openxmlformats-package.relationships+xml\" pkg:padding=\"512\"><pkg:xmlData><Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"><Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties\" Target=\"docProps/app.xml\"/><Relationship Id=\"rId2\" Type=\"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties\" Target=\"docProps/core.xml\"/><Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument\" Target=\"word/document.xml\"/></Relationships></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/_rels/document.xml.rels\" pkg:contentType=\"application/vnd.openxmlformats-package.relationships+xml\" pkg:padding=\"256\"><pkg:xmlData><Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"><Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings\" Target=\"settings.xml\"/><Relationship Id=\"rId2\" Type=\"http://schemas.microsoft.com/office/2007/relationships/stylesWithEffects\" Target=\"stylesWithEffects.xml\"/><Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles\" Target=\"styles.xml\"/><Relationship Id=\"rId6\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme\" Target=\"theme/theme1.xml\"/><Relationship Id=\"rId5\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable\" Target=\"fontTable.xml\"/><Relationship Id=\"rId4\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings\" Target=\"webSettings.xml\"/></Relationships></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/document.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml\"><pkg:xmlData><w:document mc:Ignorable=\"w14 wp14\" xmlns:wpc=\"http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:wp14=\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\" xmlns:wp=\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\" xmlns:w10=\"urn:schemas-microsoft-com:office:word\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\" xmlns:wpg=\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\" xmlns:wpi=\"http://schemas.microsoft.com/office/word/2010/wordprocessingInk\" xmlns:wne=\"http://schemas.microsoft.com/office/word/2006/wordml\" xmlns:wps=\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\"><w:body><w:p w:rsidR=\"007B455B\" w:rsidRDefault=\"007B6C30\" w:rsidP=\"007B6C30\"><w:pPr><w:jc w:val=\"center\"/><w:rPr><w:rFonts w:ascii=\"黑体\" w:eastAsia=\"黑体\" w:hAnsi=\"黑体\" w:hint=\"eastAsia\"/><w:sz w:val=\"44\"/><w:szCs w:val=\"44\"/></w:rPr></w:pPr><w:r w:rsidRPr=\"007B6C30\"><w:rPr><w:rFonts w:ascii=\"黑体\" w:eastAsia=\"黑体\" w:hAnsi=\"黑体\"/><w:sz w:val=\"44\"/><w:szCs w:val=\"44\"/></w:rPr><w:t>" +
                    title +
                    "</w:t></w:r></w:p><w:p w:rsidR=\"007B6C30\" w:rsidRPr=\"007B6C30\" w:rsidRDefault=\"007B6C30\" w:rsidP=\"007B6C30\"><w:pPr><w:rPr><w:rFonts w:asciiTheme=\"majorEastAsia\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorEastAsia\"/><w:sz w:val=\"28\"/><w:szCs w:val=\"28\"/></w:rPr></w:pPr><w:r><w:rPr><w:rFonts w:ascii=\"黑体\" w:eastAsia=\"黑体\" w:hAnsi=\"黑体\" w:hint=\"eastAsia\"/><w:sz w:val=\"44\"/><w:szCs w:val=\"44\"/></w:rPr><w:t xml:space=\"preserve\">    </w:t></w:r><w:r w:rsidRPr=\"007B6C30\"><w:rPr><w:rFonts w:asciiTheme=\"majorEastAsia\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorEastAsia\" w:hint=\"eastAsia\"/><w:sz w:val=\"28\"/><w:szCs w:val=\"28\"/></w:rPr><w:t>正文</w:t></w:r><w:r w:rsidRPr=\"007B6C30\"><w:rPr><w:rFonts w:asciiTheme=\"majorEastAsia\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorEastAsia\" w:hint=\"eastAsia\"/><w:sz w:val=\"28\"/><w:szCs w:val=\"28\"/></w:rPr><w:t>" +
                    body +
                    "</w:t></w:r><w:bookmarkStart w:id=\"0\" w:name=\"_GoBack\"/><w:bookmarkEnd w:id=\"0\"/><w:r w:rsidRPr=\"007B6C30\"><w:rPr><w:rFonts w:asciiTheme=\"majorEastAsia\" w:eastAsiaTheme=\"majorEastAsia\" w:hAnsiTheme=\"majorEastAsia\" w:hint=\"eastAsia\"/><w:sz w:val=\"28\"/><w:szCs w:val=\"28\"/></w:rPr><w:t></w:t></w:r></w:p><w:sectPr w:rsidR=\"007B6C30\" w:rsidRPr=\"007B6C30\"><w:pgSz w:w=\"11906\" w:h=\"16838\"/><w:pgMar w:top=\"1440\" w:right=\"1800\" w:bottom=\"1440\" w:left=\"1800\" w:header=\"851\" w:footer=\"992\" w:gutter=\"0\"/><w:cols w:space=\"425\"/><w:docGrid w:type=\"lines\" w:linePitch=\"312\"/></w:sectPr></w:body></w:document></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/theme/theme1.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.theme+xml\"><pkg:xmlData><a:theme name=\"Office 主题\u200B\u200B\" xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\"><a:themeElements><a:clrScheme name=\"Office\"><a:dk1><a:sysClr val=\"windowText\" lastClr=\"000000\"/></a:dk1><a:lt1><a:sysClr val=\"window\" lastClr=\"FFFFFF\"/></a:lt1><a:dk2><a:srgbClr val=\"1F497D\"/></a:dk2><a:lt2><a:srgbClr val=\"EEECE1\"/></a:lt2><a:accent1><a:srgbClr val=\"4F81BD\"/></a:accent1><a:accent2><a:srgbClr val=\"C0504D\"/></a:accent2><a:accent3><a:srgbClr val=\"9BBB59\"/></a:accent3><a:accent4><a:srgbClr val=\"8064A2\"/></a:accent4><a:accent5><a:srgbClr val=\"4BACC6\"/></a:accent5><a:accent6><a:srgbClr val=\"F79646\"/></a:accent6><a:hlink><a:srgbClr val=\"0000FF\"/></a:hlink><a:folHlink><a:srgbClr val=\"800080\"/></a:folHlink></a:clrScheme><a:fontScheme name=\"Office\"><a:majorFont><a:latin typeface=\"Cambria\"/><a:ea typeface=\"\"/><a:cs typeface=\"\"/><a:font script=\"Jpan\" typeface=\"MS ゴシック\"/><a:font script=\"Hang\" typeface=\"맑은 고딕\"/><a:font script=\"Hans\" typeface=\"宋体\"/><a:font script=\"Hant\" typeface=\"新細明體\"/><a:font script=\"Arab\" typeface=\"Times New Roman\"/><a:font script=\"Hebr\" typeface=\"Times New Roman\"/><a:font script=\"Thai\" typeface=\"Angsana New\"/><a:font script=\"Ethi\" typeface=\"Nyala\"/><a:font script=\"Beng\" typeface=\"Vrinda\"/><a:font script=\"Gujr\" typeface=\"Shruti\"/><a:font script=\"Khmr\" typeface=\"MoolBoran\"/><a:font script=\"Knda\" typeface=\"Tunga\"/><a:font script=\"Guru\" typeface=\"Raavi\"/><a:font script=\"Cans\" typeface=\"Euphemia\"/><a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/><a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/><a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/><a:font script=\"Thaa\" typeface=\"MV Boli\"/><a:font script=\"Deva\" typeface=\"Mangal\"/><a:font script=\"Telu\" typeface=\"Gautami\"/><a:font script=\"Taml\" typeface=\"Latha\"/><a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/><a:font script=\"Orya\" typeface=\"Kalinga\"/><a:font script=\"Mlym\" typeface=\"Kartika\"/><a:font script=\"Laoo\" typeface=\"DokChampa\"/><a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/><a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/><a:font script=\"Viet\" typeface=\"Times New Roman\"/><a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/><a:font script=\"Geor\" typeface=\"Sylfaen\"/></a:majorFont><a:minorFont><a:latin typeface=\"Calibri\"/><a:ea typeface=\"\"/><a:cs typeface=\"\"/><a:font script=\"Jpan\" typeface=\"MS 明朝\"/><a:font script=\"Hang\" typeface=\"맑은 고딕\"/><a:font script=\"Hans\" typeface=\"宋体\"/><a:font script=\"Hant\" typeface=\"新細明體\"/><a:font script=\"Arab\" typeface=\"Arial\"/><a:font script=\"Hebr\" typeface=\"Arial\"/><a:font script=\"Thai\" typeface=\"Cordia New\"/><a:font script=\"Ethi\" typeface=\"Nyala\"/><a:font script=\"Beng\" typeface=\"Vrinda\"/><a:font script=\"Gujr\" typeface=\"Shruti\"/><a:font script=\"Khmr\" typeface=\"DaunPenh\"/><a:font script=\"Knda\" typeface=\"Tunga\"/><a:font script=\"Guru\" typeface=\"Raavi\"/><a:font script=\"Cans\" typeface=\"Euphemia\"/><a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/><a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/><a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/><a:font script=\"Thaa\" typeface=\"MV Boli\"/><a:font script=\"Deva\" typeface=\"Mangal\"/><a:font script=\"Telu\" typeface=\"Gautami\"/><a:font script=\"Taml\" typeface=\"Latha\"/><a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/><a:font script=\"Orya\" typeface=\"Kalinga\"/><a:font script=\"Mlym\" typeface=\"Kartika\"/><a:font script=\"Laoo\" typeface=\"DokChampa\"/><a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/><a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/><a:font script=\"Viet\" typeface=\"Arial\"/><a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/><a:font script=\"Geor\" typeface=\"Sylfaen\"/></a:minorFont></a:fontScheme><a:fmtScheme name=\"Office\"><a:fillStyleLst><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"50000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"35000\"><a:schemeClr val=\"phClr\"><a:tint val=\"37000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:tint val=\"15000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs></a:gsLst><a:lin ang=\"16200000\" scaled=\"1\"/></a:gradFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:shade val=\"51000\"/><a:satMod val=\"130000\"/></a:schemeClr></a:gs><a:gs pos=\"80000\"><a:schemeClr val=\"phClr\"><a:shade val=\"93000\"/><a:satMod val=\"130000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"94000\"/><a:satMod val=\"135000\"/></a:schemeClr></a:gs></a:gsLst><a:lin ang=\"16200000\" scaled=\"0\"/></a:gradFill></a:fillStyleLst><a:lnStyleLst><a:ln w=\"9525\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"><a:shade val=\"95000\"/><a:satMod val=\"105000\"/></a:schemeClr></a:solidFill><a:prstDash val=\"solid\"/></a:ln><a:ln w=\"25400\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:prstDash val=\"solid\"/></a:ln><a:ln w=\"38100\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:prstDash val=\"solid\"/></a:ln></a:lnStyleLst><a:effectStyleLst><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"20000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"38000\"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"35000\"/></a:srgbClr></a:outerShdw></a:effectLst></a:effectStyle><a:effectStyle><a:effectLst><a:outerShdw blurRad=\"40000\" dist=\"23000\" dir=\"5400000\" rotWithShape=\"0\"><a:srgbClr val=\"000000\"><a:alpha val=\"35000\"/></a:srgbClr></a:outerShdw></a:effectLst><a:scene3d><a:camera prst=\"orthographicFront\"><a:rot lat=\"0\" lon=\"0\" rev=\"0\"/></a:camera><a:lightRig rig=\"threePt\" dir=\"t\"><a:rot lat=\"0\" lon=\"0\" rev=\"1200000\"/></a:lightRig></a:scene3d><a:sp3d><a:bevelT w=\"63500\" h=\"25400\"/></a:sp3d></a:effectStyle></a:effectStyleLst><a:bgFillStyleLst><a:solidFill><a:schemeClr val=\"phClr\"/></a:solidFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"40000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs><a:gs pos=\"40000\"><a:schemeClr val=\"phClr\"><a:tint val=\"45000\"/><a:shade val=\"99000\"/><a:satMod val=\"350000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"20000\"/><a:satMod val=\"255000\"/></a:schemeClr></a:gs></a:gsLst><a:path path=\"circle\"><a:fillToRect l=\"50000\" t=\"-80000\" r=\"50000\" b=\"180000\"/></a:path></a:gradFill><a:gradFill rotWithShape=\"1\"><a:gsLst><a:gs pos=\"0\"><a:schemeClr val=\"phClr\"><a:tint val=\"80000\"/><a:satMod val=\"300000\"/></a:schemeClr></a:gs><a:gs pos=\"100000\"><a:schemeClr val=\"phClr\"><a:shade val=\"30000\"/><a:satMod val=\"200000\"/></a:schemeClr></a:gs></a:gsLst><a:path path=\"circle\"><a:fillToRect l=\"50000\" t=\"50000\" r=\"50000\" b=\"50000\"/></a:path></a:gradFill></a:bgFillStyleLst></a:fmtScheme></a:themeElements><a:objectDefaults/><a:extraClrSchemeLst/></a:theme></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/settings.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml\"><pkg:xmlData><w:settings mc:Ignorable=\"w14\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:w10=\"urn:schemas-microsoft-com:office:word\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\" xmlns:sl=\"http://schemas.openxmlformats.org/schemaLibrary/2006/main\"><w:zoom w:percent=\"119\"/><w:bordersDoNotSurroundHeader/><w:bordersDoNotSurroundFooter/><w:defaultTabStop w:val=\"420\"/><w:drawingGridVerticalSpacing w:val=\"156\"/><w:displayHorizontalDrawingGridEvery w:val=\"0\"/><w:displayVerticalDrawingGridEvery w:val=\"2\"/><w:characterSpacingControl w:val=\"compressPunctuation\"/><w:compat><w:spaceForUL/><w:balanceSingleByteDoubleByteWidth/><w:doNotLeaveBackslashAlone/><w:ulTrailSpace/><w:doNotExpandShiftReturn/><w:adjustLineHeightInTable/><w:useFELayout/><w:compatSetting w:name=\"compatibilityMode\" w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"14\"/><w:compatSetting w:name=\"overrideTableStyleFontSizeAndJustification\" w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\"/><w:compatSetting w:name=\"enableOpenTypeFeatures\" w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\"/><w:compatSetting w:name=\"doNotFlipMirrorIndents\" w:uri=\"http://schemas.microsoft.com/office/word\" w:val=\"1\"/></w:compat><w:rsids><w:rsidRoot w:val=\"00065524\"/><w:rsid w:val=\"00065524\"/><w:rsid w:val=\"007B455B\"/><w:rsid w:val=\"007B6C30\"/></w:rsids><m:mathPr><m:mathFont m:val=\"Cambria Math\"/><m:brkBin m:val=\"before\"/><m:brkBinSub m:val=\"--\"/><m:smallFrac m:val=\"0\"/><m:dispDef/><m:lMargin m:val=\"0\"/><m:rMargin m:val=\"0\"/><m:defJc m:val=\"centerGroup\"/><m:wrapIndent m:val=\"1440\"/><m:intLim m:val=\"subSup\"/><m:naryLim m:val=\"undOvr\"/></m:mathPr><w:themeFontLang w:val=\"en-US\" w:eastAsia=\"zh-CN\"/><w:clrSchemeMapping w:bg1=\"light1\" w:t1=\"dark1\" w:bg2=\"light2\" w:t2=\"dark2\" w:accent1=\"accent1\" w:accent2=\"accent2\" w:accent3=\"accent3\" w:accent4=\"accent4\" w:accent5=\"accent5\" w:accent6=\"accent6\" w:hyperlink=\"hyperlink\" w:followedHyperlink=\"followedHyperlink\"/><w:shapeDefaults><o:shapedefaults v:ext=\"edit\" spidmax=\"1026\"/><o:shapelayout v:ext=\"edit\"><o:idmap v:ext=\"edit\" data=\"1\"/></o:shapelayout></w:shapeDefaults><w:decimalSymbol w:val=\".\"/><w:listSeparator w:val=\",\"/></w:settings></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/webSettings.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml\"><pkg:xmlData><w:webSettings mc:Ignorable=\"w14\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\"><w:optimizeForBrowser/><w:allowPNG/></w:webSettings></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/stylesWithEffects.xml\" pkg:contentType=\"application/vnd.ms-word.stylesWithEffects+xml\"><pkg:xmlData><w:styles mc:Ignorable=\"w14 wp14\" xmlns:wpc=\"http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:m=\"http://schemas.openxmlformats.org/officeDocument/2006/math\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:wp14=\"http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing\" xmlns:wp=\"http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing\" xmlns:w10=\"urn:schemas-microsoft-com:office:word\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\" xmlns:wpg=\"http://schemas.microsoft.com/office/word/2010/wordprocessingGroup\" xmlns:wpi=\"http://schemas.microsoft.com/office/word/2010/wordprocessingInk\" xmlns:wne=\"http://schemas.microsoft.com/office/word/2006/wordml\" xmlns:wps=\"http://schemas.microsoft.com/office/word/2010/wordprocessingShape\"><w:docDefaults><w:rPrDefault><w:rPr><w:rFonts w:asciiTheme=\"minorHAnsi\" w:eastAsiaTheme=\"minorEastAsia\" w:hAnsiTheme=\"minorHAnsi\" w:cstheme=\"minorBidi\"/><w:kern w:val=\"2\"/><w:sz w:val=\"21\"/><w:szCs w:val=\"22\"/><w:lang w:val=\"en-US\" w:eastAsia=\"zh-CN\" w:bidi=\"ar-SA\"/></w:rPr></w:rPrDefault><w:pPrDefault/></w:docDefaults><w:latentStyles w:defLockedState=\"0\" w:defUIPriority=\"99\" w:defSemiHidden=\"1\" w:defUnhideWhenUsed=\"1\" w:defQFormat=\"0\" w:count=\"267\"><w:lsdException w:name=\"Normal\" w:semiHidden=\"0\" w:uiPriority=\"0\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 1\" w:semiHidden=\"0\" w:uiPriority=\"9\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 2\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 3\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 4\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 5\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 6\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 7\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 8\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 9\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"toc 1\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 2\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 3\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 4\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 5\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 6\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 7\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 8\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 9\" w:uiPriority=\"39\"/><w:lsdException w:name=\"caption\" w:uiPriority=\"35\" w:qFormat=\"1\"/><w:lsdException w:name=\"Title\" w:semiHidden=\"0\" w:uiPriority=\"10\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Default Paragraph Font\" w:uiPriority=\"1\"/><w:lsdException w:name=\"Subtitle\" w:semiHidden=\"0\" w:uiPriority=\"11\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Strong\" w:semiHidden=\"0\" w:uiPriority=\"22\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"20\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Table Grid\" w:semiHidden=\"0\" w:uiPriority=\"59\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Placeholder Text\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"No Spacing\" w:semiHidden=\"0\" w:uiPriority=\"1\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Light Shading\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Revision\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"List Paragraph\" w:semiHidden=\"0\" w:uiPriority=\"34\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Quote\" w:semiHidden=\"0\" w:uiPriority=\"29\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Quote\" w:semiHidden=\"0\" w:uiPriority=\"30\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Medium List 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Subtle Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"19\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"21\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Subtle Reference\" w:semiHidden=\"0\" w:uiPriority=\"31\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Reference\" w:semiHidden=\"0\" w:uiPriority=\"32\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Book Title\" w:semiHidden=\"0\" w:uiPriority=\"33\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Bibliography\" w:uiPriority=\"37\"/><w:lsdException w:name=\"TOC Heading\" w:uiPriority=\"39\" w:qFormat=\"1\"/></w:latentStyles><w:style w:type=\"paragraph\" w:default=\"1\" w:styleId=\"a\"><w:name w:val=\"Normal\"/><w:qFormat/><w:pPr><w:widowControl w:val=\"0\"/><w:jc w:val=\"both\"/></w:pPr></w:style><w:style w:type=\"character\" w:default=\"1\" w:styleId=\"a0\"><w:name w:val=\"Default Paragraph Font\"/><w:uiPriority w:val=\"1\"/><w:semiHidden/><w:unhideWhenUsed/></w:style><w:style w:type=\"table\" w:default=\"1\" w:styleId=\"a1\"><w:name w:val=\"Normal Table\"/><w:uiPriority w:val=\"99\"/><w:semiHidden/><w:unhideWhenUsed/><w:tblPr><w:tblInd w:w=\"0\" w:type=\"dxa\"/><w:tblCellMar><w:top w:w=\"0\" w:type=\"dxa\"/><w:left w:w=\"108\" w:type=\"dxa\"/><w:bottom w:w=\"0\" w:type=\"dxa\"/><w:right w:w=\"108\" w:type=\"dxa\"/></w:tblCellMar></w:tblPr></w:style><w:style w:type=\"numbering\" w:default=\"1\" w:styleId=\"a2\"><w:name w:val=\"No List\"/><w:uiPriority w:val=\"99\"/><w:semiHidden/><w:unhideWhenUsed/></w:style></w:styles></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/docProps/core.xml\" pkg:contentType=\"application/vnd.openxmlformats-package.core-properties+xml\" pkg:padding=\"256\"><pkg:xmlData><cp:coreProperties xmlns:cp=\"http://schemas.openxmlformats.org/package/2006/metadata/core-properties\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:dcterms=\"http://purl.org/dc/terms/\" xmlns:dcmitype=\"http://purl.org/dc/dcmitype/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><dc:creator>xb21cn</dc:creator><cp:lastModifiedBy>xb21cn</cp:lastModifiedBy><cp:revision>2</cp:revision><dcterms:created xsi:type=\"dcterms:W3CDTF\">2021-08-14T15:14:00Z</dcterms:created><dcterms:modified xsi:type=\"dcterms:W3CDTF\">2021-08-14T15:14:00Z</dcterms:modified></cp:coreProperties></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/styles.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml\"><pkg:xmlData><w:styles mc:Ignorable=\"w14\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\"><w:docDefaults><w:rPrDefault><w:rPr><w:rFonts w:asciiTheme=\"minorHAnsi\" w:eastAsiaTheme=\"minorEastAsia\" w:hAnsiTheme=\"minorHAnsi\" w:cstheme=\"minorBidi\"/><w:kern w:val=\"2\"/><w:sz w:val=\"21\"/><w:szCs w:val=\"22\"/><w:lang w:val=\"en-US\" w:eastAsia=\"zh-CN\" w:bidi=\"ar-SA\"/></w:rPr></w:rPrDefault><w:pPrDefault/></w:docDefaults><w:latentStyles w:defLockedState=\"0\" w:defUIPriority=\"99\" w:defSemiHidden=\"1\" w:defUnhideWhenUsed=\"1\" w:defQFormat=\"0\" w:count=\"267\"><w:lsdException w:name=\"Normal\" w:semiHidden=\"0\" w:uiPriority=\"0\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 1\" w:semiHidden=\"0\" w:uiPriority=\"9\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 2\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 3\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 4\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 5\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 6\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 7\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 8\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"heading 9\" w:uiPriority=\"9\" w:qFormat=\"1\"/><w:lsdException w:name=\"toc 1\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 2\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 3\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 4\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 5\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 6\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 7\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 8\" w:uiPriority=\"39\"/><w:lsdException w:name=\"toc 9\" w:uiPriority=\"39\"/><w:lsdException w:name=\"caption\" w:uiPriority=\"35\" w:qFormat=\"1\"/><w:lsdException w:name=\"Title\" w:semiHidden=\"0\" w:uiPriority=\"10\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Default Paragraph Font\" w:uiPriority=\"1\"/><w:lsdException w:name=\"Subtitle\" w:semiHidden=\"0\" w:uiPriority=\"11\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Strong\" w:semiHidden=\"0\" w:uiPriority=\"22\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"20\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Table Grid\" w:semiHidden=\"0\" w:uiPriority=\"59\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Placeholder Text\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"No Spacing\" w:semiHidden=\"0\" w:uiPriority=\"1\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Light Shading\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Revision\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"List Paragraph\" w:semiHidden=\"0\" w:uiPriority=\"34\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Quote\" w:semiHidden=\"0\" w:uiPriority=\"29\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Quote\" w:semiHidden=\"0\" w:uiPriority=\"30\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Medium List 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 1\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 2\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 3\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 4\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 5\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Shading Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"60\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"61\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Light Grid Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"62\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"63\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Shading 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"64\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"65\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium List 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"66\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 1 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"67\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 2 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"68\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Medium Grid 3 Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"69\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Dark List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"70\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Shading Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"71\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful List Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"72\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Colorful Grid Accent 6\" w:semiHidden=\"0\" w:uiPriority=\"73\" w:unhideWhenUsed=\"0\"/><w:lsdException w:name=\"Subtle Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"19\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Emphasis\" w:semiHidden=\"0\" w:uiPriority=\"21\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Subtle Reference\" w:semiHidden=\"0\" w:uiPriority=\"31\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Intense Reference\" w:semiHidden=\"0\" w:uiPriority=\"32\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Book Title\" w:semiHidden=\"0\" w:uiPriority=\"33\" w:unhideWhenUsed=\"0\" w:qFormat=\"1\"/><w:lsdException w:name=\"Bibliography\" w:uiPriority=\"37\"/><w:lsdException w:name=\"TOC Heading\" w:uiPriority=\"39\" w:qFormat=\"1\"/></w:latentStyles><w:style w:type=\"paragraph\" w:default=\"1\" w:styleId=\"a\"><w:name w:val=\"Normal\"/><w:qFormat/><w:pPr><w:widowControl w:val=\"0\"/><w:jc w:val=\"both\"/></w:pPr></w:style><w:style w:type=\"character\" w:default=\"1\" w:styleId=\"a0\"><w:name w:val=\"Default Paragraph Font\"/><w:uiPriority w:val=\"1\"/><w:semiHidden/><w:unhideWhenUsed/></w:style><w:style w:type=\"table\" w:default=\"1\" w:styleId=\"a1\"><w:name w:val=\"Normal Table\"/><w:uiPriority w:val=\"99\"/><w:semiHidden/><w:unhideWhenUsed/><w:tblPr><w:tblInd w:w=\"0\" w:type=\"dxa\"/><w:tblCellMar><w:top w:w=\"0\" w:type=\"dxa\"/><w:left w:w=\"108\" w:type=\"dxa\"/><w:bottom w:w=\"0\" w:type=\"dxa\"/><w:right w:w=\"108\" w:type=\"dxa\"/></w:tblCellMar></w:tblPr></w:style><w:style w:type=\"numbering\" w:default=\"1\" w:styleId=\"a2\"><w:name w:val=\"No List\"/><w:uiPriority w:val=\"99\"/><w:semiHidden/><w:unhideWhenUsed/></w:style></w:styles></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/word/fontTable.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml\"><pkg:xmlData><w:fonts mc:Ignorable=\"w14\" xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" xmlns:w14=\"http://schemas.microsoft.com/office/word/2010/wordml\"><w:font w:name=\"Calibri\"><w:panose1 w:val=\"020F0502020204030204\"/><w:charset w:val=\"00\"/><w:family w:val=\"swiss\"/><w:pitch w:val=\"variable\"/><w:sig w:usb0=\"E4002EFF\" w:usb1=\"C000247B\" w:usb2=\"00000009\" w:usb3=\"00000000\" w:csb0=\"000001FF\" w:csb1=\"00000000\"/></w:font><w:font w:name=\"宋体\"><w:altName w:val=\"SimSun\"/><w:panose1 w:val=\"02010600030101010101\"/><w:charset w:val=\"86\"/><w:family w:val=\"auto\"/><w:pitch w:val=\"variable\"/><w:sig w:usb0=\"00000003\" w:usb1=\"288F0000\" w:usb2=\"00000016\" w:usb3=\"00000000\" w:csb0=\"00040001\" w:csb1=\"00000000\"/></w:font><w:font w:name=\"Times New Roman\"><w:panose1 w:val=\"02020603050405020304\"/><w:charset w:val=\"00\"/><w:family w:val=\"roman\"/><w:pitch w:val=\"variable\"/><w:sig w:usb0=\"E0002EFF\" w:usb1=\"C000785B\" w:usb2=\"00000009\" w:usb3=\"00000000\" w:csb0=\"000001FF\" w:csb1=\"00000000\"/></w:font><w:font w:name=\"黑体\"><w:altName w:val=\"SimHei\"/><w:panose1 w:val=\"02010609060101010101\"/><w:charset w:val=\"86\"/><w:family w:val=\"modern\"/><w:pitch w:val=\"fixed\"/><w:sig w:usb0=\"800002BF\" w:usb1=\"38CF7CFA\" w:usb2=\"00000016\" w:usb3=\"00000000\" w:csb0=\"00040001\" w:csb1=\"00000000\"/></w:font><w:font w:name=\"Cambria\"><w:panose1 w:val=\"02040503050406030204\"/><w:charset w:val=\"00\"/><w:family w:val=\"roman\"/><w:pitch w:val=\"variable\"/><w:sig w:usb0=\"E00006FF\" w:usb1=\"420024FF\" w:usb2=\"02000000\" w:usb3=\"00000000\" w:csb0=\"0000019F\" w:csb1=\"00000000\"/></w:font></w:fonts></pkg:xmlData></pkg:part><pkg:part pkg:name=\"/docProps/app.xml\" pkg:contentType=\"application/vnd.openxmlformats-officedocument.extended-properties+xml\" pkg:padding=\"256\"><pkg:xmlData><Properties xmlns=\"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\" xmlns:vt=\"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\"><Template>Normal.dotm</Template><TotalTime>1</TotalTime><Pages>1</Pages><Words>11</Words><Characters>69</Characters><Application>Microsoft Office Word</Application><DocSecurity>0</DocSecurity><Lines>1</Lines><Paragraphs>1</Paragraphs><ScaleCrop>false</ScaleCrop><Company/><LinksUpToDate>false</LinksUpToDate><CharactersWithSpaces>79</CharactersWithSpaces><SharedDoc>false</SharedDoc><HyperlinksChanged>false</HyperlinksChanged><AppVersion>14.0000</AppVersion></Properties></pkg:xmlData></pkg:part></pkg:package>";
            response.setContentType("application/msword;charset=UTF-8");
            response.setHeader("Content-Disposition", "attachment; filename="
                    + new String(title.getBytes("utf-8"), "ISO8859-1") + ".doc");
            response.getWriter().write(doc);
        }catch (Exception e){
            e.printStackTrace();
        }
    }
}

到此这篇关于最简单的java生成word文档方法的文章就介绍到这了,更多相关java生成word内容请搜索编程网以前的文章或继续浏览下面的相关文章希望大家以后多多支持编程网!

--结束END--

本文标题: 最简单的java生成word文档方法

本文链接: https://www.lsjlt.com/news/132749.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
  • 最简单的java生成word文档方法
    1.首先新建一个word文档,然后设计好格式,比如说我的标题是黑体二号,居中对其,正文是宋体四号,如下 2.另存为xml格式(文件->另存为)的文件,如下图 3.使用txt...
    99+
    2022-11-12
  • 利用python程序生成word和PDF文档的方法
    一、程序导出word文档的方法 将web/html内容导出为world文档,再java中有很多解决方案,比如使用Jacob、Apache POI、Java2Word、iText等各种方式,以及使用freem...
    99+
    2022-06-04
    文档 程序 方法
  • java根据自定义的word模板生成文档
    文章目录 一、新建Word模板二、导入依赖三、编写代码1、替换文字2、插入图片 提示:以下是本篇文章正文内容,下面案例可供参考 一、新建Word模板 在你需要动态生成的内容使用{fi...
    99+
    2023-09-28
    java 开发语言 apache maven
  • java注释文档的生成方法是什么
    Java注释文档的生成方法是使用Java文档工具(Javadoc)。Javadoc是Java自带的工具,可以根据代码中的注释信息生成...
    99+
    2023-09-29
    java
  • JAVA利用Freemarker模版动态生成并导出word文档(全网最详细)
    文章目录 一、文章背景二、实现步骤1、需要的环境2、创建模板3、书写java类4、测试 三、freemarker技术点 一、文章背景 公司的某个需求,需要根据接口的信息生成一...
    99+
    2023-09-09
    java word 开发语言
  • Java模板动态生成word文件的方法步骤
    最近项目中需要根据模板生成word文档,模板文件也是word文档。当时思考一下想用POI API来做,但是觉得用起来相对复杂。后来又找了一种方式,使用freemarker模板生成wo...
    99+
    2022-11-12
  • Golang生成Excel文档的方法步骤
    目录关于 Excelize 库 性能对比 安装 创建 Excel 文档 实际场景复现 创建工作表 删除默认创建的工作表 合并单元格 单元格样式 文字水平居中 给单元格设置纯色填充 S...
    99+
    2022-11-12
  • java动态生成word的方法是什么
    在Java中,可以使用Apache POI库来动态生成Word文档。Apache POI是一个用于处理Microsoft文档格式的J...
    99+
    2023-09-16
    java word
  • Java 实现导出 Word 文档的方法详解
    系列文章目录 文章目录 系列文章目录前言一、添加 Apache POI 依赖:二、创建 Word 文档:三、添加内容到文档:四、导出文档:总结 前言 在 Java 应用程序中,有时候我...
    99+
    2023-09-02
    java word 开发语言
  • Office制作的PPT转成Word文档的两种方法
    方法1:使用复制粘贴的方法将PPT内容转成Word文档。1. 打开PPT文件,选择要转换的幻灯片。2. 按下Ctrl+A,将所有内容...
    99+
    2023-09-15
    Word
  • java集成开发SpringBoot生成接口文档的方法是什么
    这篇文章主要介绍“java集成开发SpringBoot生成接口文档的方法是什么”,在日常操作中,相信很多人在java集成开发SpringBoot生成接口文档的方法是什么问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家...
    99+
    2023-06-25
  • Java压缩文件夹最实用简单的方法
    Java 有一个很好的类库来处理 zip 文件。这些类在 java.util.zip 包中可用。以下 Java 示例程序展示了如何使用 java.util.zip 类创建整个文件夹的...
    99+
    2022-11-13
    Java 压缩文件夹
  • Golang生成Excel文档的方法是什么
    这篇文章主要介绍“Golang生成Excel文档的方法是什么”,在日常操作中,相信很多人在Golang生成Excel文档的方法是什么问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”Golang生成Excel文档...
    99+
    2023-07-05
  • Python使用tablib生成excel文件的简单实现方法
    本文实例讲述了Python使用tablib生成excel文件的方法。分享给大家供大家参考,具体如下: import tablib headers = ('lie1', 'lie2', 'lie3', '...
    99+
    2022-06-04
    简单 文件 方法
  • java使用dom4j生成与解析xml文档的方法示例
    本文实例讲述了java使用dom4j生成与解析xml文档的方法。分享给大家供大家参考,具体如下:xml是一种新的数据格式,主要用于数据交换。我们所用的框架都有涉及到xml。因此解析或生成xml对程序员也是一个技术难点。这里就用dom4j来生...
    99+
    2023-05-31
    java dom4j xml
  • Python快速从注释生成文档的方法
    作为一个标准的程序猿,为程序编写说明文档是一步必不可少的工作,如何才能写的又好又快呢,下面我们就来详细探讨下吧。 今天将告诉大家一个简单平时只要注意的小细节,就可以轻松生成注释文档,也可以检查我们写的类方法...
    99+
    2022-06-04
    注释 快速 文档
  • Vue组件文档生成工具库的方法
    目录解析.vue 文件 提取文档信息 提取组件名称、描述、props、methods、model 提取描述 提取 methods 提取 props 提取 model 提取组件Even...
    99+
    2022-11-12
  • golang组件swagger生成接口文档的方法
    这篇文章主要介绍“golang组件swagger生成接口文档的方法”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“golang组件swagger生成接口文档的方法”文章能帮助大家解决问题。swagge...
    99+
    2023-06-30
  • Java删除/复制Word文档水印的方法是什么
    本篇内容介绍了“Java删除/复制Word文档水印的方法是什么”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!Jar包导入方法一:下载Free...
    99+
    2023-06-02
  • Python简单生成8位随机密码的方法
    本文实例讲述了Python简单生成8位随机密码的方法。分享给大家供大家参考,具体如下: #!/usr/bin/env python # -*- coding: utf-8 -*- import rand...
    99+
    2022-06-04
    密码 简单 方法
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作