Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
683c3b75
Commit
683c3b75
authored
Feb 14, 2025
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):使用登记表
parent
254bdb44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
429 additions
and
185 deletions
+429
-185
CommonServiceImpl.java
...os/boot/module/jg/biz/service/impl/CommonServiceImpl.java
+2
-2
use-registration-form-set.ftl
...rc/main/resources/templates/use-registration-form-set.ftl
+427
-183
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/CommonServiceImpl.java
View file @
683c3b75
...
...
@@ -2215,7 +2215,7 @@ public class CommonServiceImpl implements ICommonService {
@Override
public
Map
<
String
,
Object
>
getRegistrationFormUrl
(
JSONObject
map
){
JSONObject
formData
=
JSONObject
.
parseObject
(
JSONObject
.
toJSONString
(
map
.
get
(
"formData"
)));
String
manageType
=
JSONObject
.
toJSONString
(
map
.
get
(
"manageType"
));
String
manageType
=
String
.
valueOf
(
map
.
get
(
"manageType"
));
String
wordPath
;
String
fileName
;
if
(
UNIT
.
equals
(
manageType
)){
...
...
@@ -2232,7 +2232,7 @@ public class CommonServiceImpl implements ICommonService {
File
pdfFile
=
null
;
try
{
pdfFile
=
wordToPdf
(
fileName
,
wordPath
,
formData
);
return
MapBuilder
.<
String
,
Object
>
create
().
put
(
"u
rl"
,
uploadFile
(
pdfFile
)).
build
();
return
MapBuilder
.<
String
,
Object
>
create
().
put
(
"u
seRegistrationFormUrl"
,
uploadFile
(
pdfFile
)).
build
();
}
catch
(
Exception
e
)
{
throw
new
RuntimeException
(
e
);
}
finally
{
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/templates/use-registration-form-set.ftl
View file @
683c3b75
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<?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:xmlData>
<Relationships
xmlns=
"http://schemas.openxmlformats.org/package/2006/relationships"
>
<Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="word/document.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/extended-properties" Target="docProps/app.xml"/>
<Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties" Target="docProps/custom.xml"/>
<Relationship
Id=
"rId4"
Type=
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"
Target=
"word/document.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/extended-properties"
Target=
"docProps/app.xml"
/>
<Relationship
Id=
"rId3"
Type=
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties"
Target=
"docProps/custom.xml"
/>
</Relationships>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/_rels/document.xml.rels" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml">
<pkg:part
pkg:name=
"/word/_rels/document.xml.rels"
pkg:contentType=
"application/vnd.openxmlformats-package.relationships+xml"
>
<pkg:xmlData>
<Relationships
xmlns=
"http://schemas.openxmlformats.org/package/2006/relationships"
>
<Relationship Id="rId7" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" Target="fontTable.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/footer" Target="footer1.xml"/>
<Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/endnotes" Target="endnotes.xml"/>
<Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes" Target="footnotes.xml"/>
<Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings" Target="settings.xml"/>
<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="styles.xml"/>
<Relationship
Id=
"rId7"
Type=
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable"
Target=
"fontTable.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/footer"
Target=
"footer1.xml"
/>
<Relationship
Id=
"rId4"
Type=
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/endnotes"
Target=
"endnotes.xml"
/>
<Relationship
Id=
"rId3"
Type=
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"
Target=
"footnotes.xml"
/>
<Relationship
Id=
"rId2"
Type=
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings"
Target=
"settings.xml"
/>
<Relationship
Id=
"rId1"
Type=
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"
Target=
"styles.xml"
/>
</Relationships>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/document.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml">
<pkg:part
pkg:name=
"/word/document.xml"
pkg:contentType=
"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"
>
<pkg:xmlData>
<w:document 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:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w15="http://schemas.microsoft.com/office/word/2012/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" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:document
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:w=
"http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14=
"http://schemas.microsoft.com/office/word/2010/wordml"
xmlns:w10=
"urn:schemas-microsoft-com:office:word"
xmlns:w15=
"http://schemas.microsoft.com/office/word/2012/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"
xmlns:wpsCustomData=
"http://www.wps.cn/officeDocument/2013/wpsCustomData"
mc:Ignorable=
"w14 w15 wp14"
>
<w:body>
<w:p
w14:paraId=
"13A6AC20"
>
<w:pPr>
...
...
@@ -93,7 +133,7 @@ This XML file does not appear to have any style information associated with it.
<w:sz
w:val=
"21"
/>
<w:szCs
w:val=
"21"
/>
</w:rPr>
<w:t>${
registrationType
}</w:t>
<w:t>
${
(registrationType)!''
}
</w:t>
</w:r>
<w:bookmarkStart
w:id=
"0"
w:name=
"_GoBack"
/>
<w:bookmarkEnd
w:id=
"0"
/>
...
...
@@ -265,7 +305,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
equList
}</w:t>
<w:t>
${
(equList)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -315,7 +355,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
equCategory
}</w:t>
<w:t>
${
(equCategory)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -402,7 +442,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
equDefine
}</w:t>
<w:t>
${
(equDefine)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -448,7 +488,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
productName
}</w:t>
<w:t>
${
(productName)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -532,7 +572,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
equCode
}</w:t>
<w:t>
${
(equCode)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -578,7 +618,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
equType
}</w:t>
<w:t>
${
(equType)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -662,7 +702,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
designUseDate
}</w:t>
<w:t>
${
(designUseDate)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -708,7 +748,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
designUnitName
}</w:t>
<w:t>
${
(designUnitName)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -792,7 +832,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
produceUnitName
}</w:t>
<w:t>
${
(produceUnitName)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -838,7 +878,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
sgname
}</w:t>
<w:t>
${
(sgname)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -921,7 +961,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
inspectOrgName
}</w:t>
<w:t>
${
(inspectOrgName)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -967,7 +1007,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
xsjg
}</w:t>
<w:t>
${
(xsjg)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1114,7 +1154,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
useUnitName
}</w:t>
<w:t>
${
(useUnitName)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1202,7 +1242,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
useUnitAddress
}</w:t>
<w:t>
${
(useUnitAddress)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1298,7 +1338,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
useUnitCreditCode
}</w:t>
<w:t>
${
(useUnitCreditCode)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1344,7 +1384,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
emaill
}</w:t>
<w:t>
${
(emaill)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1428,7 +1468,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
useInnerCode
}</w:t>
<w:t>
${
(useInnerCode)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1474,7 +1514,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
address
}</w:t>
<w:t>
${
(address)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1558,7 +1598,7 @@ This XML file does not appear to have any style information associated with it.
<w:rFonts
w:hint=
"eastAsia"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
useDate
}</w:t>
<w:t>
${
(useDate)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1604,7 +1644,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
useUnitPhone
}</w:t>
<w:t>
${
(useUnitPhone)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1688,7 +1728,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
safetyManagerName
}</w:t>
<w:t>
${
(safetyManagerName)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1734,7 +1774,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
phone
}</w:t>
<w:t>
${
(phone)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1822,7 +1862,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
estateUnitName
}</w:t>
<w:t>
${
(estateUnitName)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1917,7 +1957,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
CQUnitCode
}</w:t>
<w:t>
${
(CQUnitCode)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -1963,7 +2003,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
estatePhone
}</w:t>
<w:t>
${
(estatePhone)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -2074,7 +2114,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
inspectOrgName
}</w:t>
<w:t>
${
(inspectOrgName)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -2160,7 +2200,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
inspectType
}</w:t>
<w:t>
${
(inspectType)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -2206,7 +2246,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
jycode
}</w:t>
<w:t>
${
(jycode)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -2290,7 +2330,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
inspectDate
}</w:t>
<w:t>
${
(inspectDate)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -2336,7 +2376,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
inspectConclusion
}</w:t>
<w:t>
${
(inspectConclusion)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -2419,7 +2459,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
nextInspectDate
}</w:t>
<w:t>
${
(nextInspectDate)!''
}
</w:t>
</w:r>
</w:p>
</w:tc>
...
...
@@ -2530,7 +2570,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
userName
}</w:t>
<w:t>
${
(userName)!''
}
</w:t>
</w:r>
<w:r>
<w:rPr>
...
...
@@ -2582,7 +2622,7 @@ This XML file does not appear to have any style information associated with it.
<w:spacing
w:val=
"-1"
/>
<w:lang
w:val=
"en-US"
w:eastAsia=
"zh-CN"
/>
</w:rPr>
<w:t>${
safetyManagerName
}</w:t>
<w:t>
${
(safetyManagerName)!''
}
</w:t>
</w:r>
<w:r>
<w:rPr>
...
...
@@ -2749,16 +2789,19 @@ This XML file does not appear to have any style information associated with it.
<w:sectPr>
<w:footerReference
r:id=
"rId5"
w:type=
"default"
/>
<w:pgSz
w:w=
"11905"
w:h=
"16840"
/>
<w:pgMar w:top="1523" w:right="4" w:bottom="1323" w:left="0" w:header="1208" w:footer="1135" w:gutter="0"/>
<w:pgMar
w:top=
"1523"
w:right=
"4"
w:bottom=
"1323"
w:left=
"0"
w:header=
"1208"
w:footer=
"1135"
w:gutter=
"0"
/>
<w:cols
w:space=
"720"
w:num=
"1"
/>
</w:sectPr>
</w:body>
</w:document>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/docProps/app.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.extended-properties+xml">
<pkg:part
pkg:name=
"/docProps/app.xml"
pkg:contentType=
"application/vnd.openxmlformats-officedocument.extended-properties+xml"
>
<pkg:xmlData>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
<Properties
xmlns=
"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"
xmlns:vt=
"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"
>
<Template>
Normal.dotm
</Template>
<Pages>
2
</Pages>
<Words>
392
</Words>
...
...
@@ -2774,9 +2817,13 @@ This XML file does not appear to have any style information associated with it.
</Properties>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/docProps/core.xml" pkg:contentType="application/vnd.openxmlformats-package.core-properties+xml">
<pkg:part
pkg:name=
"/docProps/core.xml"
pkg:contentType=
"application/vnd.openxmlformats-package.core-properties+xml"
>
<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">
<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"
>
<dcterms:created
xsi:type=
"dcterms:W3CDTF"
>
2025-02-11T02:12:00Z
</dcterms:created>
<dc:creator>
Admin
</dc:creator>
<cp:lastModifiedBy>
Ac
</cp:lastModifiedBy>
...
...
@@ -2784,14 +2831,18 @@ This XML file does not appear to have any style information associated with it.
</cp:coreProperties>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/docProps/custom.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.custom-properties+xml">
<pkg:part
pkg:name=
"/docProps/custom.xml"
pkg:contentType=
"application/vnd.openxmlformats-officedocument.custom-properties+xml"
>
<pkg:xmlData>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
<Properties
xmlns=
"http://schemas.openxmlformats.org/officeDocument/2006/custom-properties"
xmlns:vt=
"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"
>
<property
fmtid=
"{D5CDD505-2E9C-101B-9397-08002B2CF9AE}"
pid=
"2"
name=
"KSOProductBuildVer"
>
<vt:lpwstr>
2052-12.1.0.19770
</vt:lpwstr>
</property>
<property
fmtid=
"{D5CDD505-2E9C-101B-9397-08002B2CF9AE}"
pid=
"3"
name=
"KSOTemplateDocerSaveRecord"
>
<vt:lpwstr>eyJoZGlkIjoiNTA2ZGEzN2Q0MTEzOGM5MDFiMjY1OWJkMzVhYzAxMWMiLCJ1c2VySWQiOiI5MjI2NjY0ODIifQ==</vt:lpwstr>
<vt:lpwstr>
eyJoZGlkIjoiNTA2ZGEzN2Q0MTEzOGM5MDFiMjY1OWJkMzVhYzAxMWMiLCJ1c2VySWQiOiI5MjI2NjY0ODIifQ==
</vt:lpwstr>
</property>
<property
fmtid=
"{D5CDD505-2E9C-101B-9397-08002B2CF9AE}"
pid=
"4"
name=
"ICV"
>
<vt:lpwstr>
B0484F08089D473FB646C3E74C908B84_13
</vt:lpwstr>
...
...
@@ -2799,9 +2850,27 @@ This XML file does not appear to have any style information associated with it.
</Properties>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/endnotes.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml">
<pkg:part
pkg:name=
"/word/endnotes.xml"
pkg:contentType=
"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml"
>
<pkg:xmlData>
<w:endnotes 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:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w10="urn:schemas-microsoft-com:office:word" 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" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:endnotes
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:w=
"http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14=
"http://schemas.microsoft.com/office/word/2010/wordml"
xmlns:w15=
"http://schemas.microsoft.com/office/word/2012/wordml"
xmlns:w10=
"urn:schemas-microsoft-com:office:word"
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"
xmlns:wpsCustomData=
"http://www.wps.cn/officeDocument/2013/wpsCustomData"
mc:Ignorable=
"w14 w15 wp14"
>
<w:endnote
w:type=
"separator"
w:id=
"0"
>
<w:p>
<w:pPr>
...
...
@@ -2825,91 +2894,124 @@ This XML file does not appear to have any style information associated with it.
</w:endnotes>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/fontTable.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml">
<pkg:part
pkg:name=
"/word/fontTable.xml"
pkg:contentType=
"application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml"
>
<pkg:xmlData>
<w:fonts 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" mc:Ignorable="w14">
<w:fonts
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"
mc:Ignorable=
"w14"
>
<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="20007A87" w:usb1="80000000" w:usb2="00000008" w:usb3="00000000" w:csb0="000001FF" w:csb1="00000000"/>
<w:sig
w:usb0=
"20007A87"
w:usb1=
"80000000"
w:usb2=
"00000008"
w:usb3=
"00000000"
w:csb0=
"000001FF"
w:csb1=
"00000000"
/>
</w:font>
<w:font
w:name=
"宋体"
>
<w:panose1
w:val=
"02010600030101010101"
/>
<w:charset
w:val=
"86"
/>
<w:family
w:val=
"auto"
/>
<w:pitch
w:val=
"default"
/>
<w:sig w:usb0="00000203" w:usb1="288F0000" w:usb2="00000006" w:usb3="00000000" w:csb0="00040001" w:csb1="00000000"/>
<w:sig
w:usb0=
"00000203"
w:usb1=
"288F0000"
w:usb2=
"00000006"
w:usb3=
"00000000"
w:csb0=
"00040001"
w:csb1=
"00000000"
/>
</w:font>
<w:font
w:name=
"Wingdings"
>
<w:panose1
w:val=
"05000000000000000000"
/>
<w:charset
w:val=
"02"
/>
<w:family
w:val=
"auto"
/>
<w:pitch
w:val=
"default"
/>
<w:sig w:usb0="00000000" w:usb1="00000000" w:usb2="00000000" w:usb3="00000000" w:csb0="80000000" w:csb1="00000000"/>
<w:sig
w:usb0=
"00000000"
w:usb1=
"00000000"
w:usb2=
"00000000"
w:usb3=
"00000000"
w:csb0=
"80000000"
w:csb1=
"00000000"
/>
</w:font>
<w:font
w:name=
"Arial"
>
<w:panose1
w:val=
"020B0604020202020204"
/>
<w:charset
w:val=
"01"
/>
<w:family
w:val=
"swiss"
/>
<w:pitch
w:val=
"default"
/>
<w:sig w:usb0="E0002EFF" w:usb1="C000785B" w:usb2="00000009" w:usb3="00000000" w:csb0="400001FF" w:csb1="FFFF0000"/>
<w:sig
w:usb0=
"E0002EFF"
w:usb1=
"C000785B"
w:usb2=
"00000009"
w:usb3=
"00000000"
w:csb0=
"400001FF"
w:csb1=
"FFFF0000"
/>
</w:font>
<w:font
w:name=
"黑体"
>
<w:panose1
w:val=
"02010609060101010101"
/>
<w:charset
w:val=
"86"
/>
<w:family
w:val=
"auto"
/>
<w:pitch
w:val=
"default"
/>
<w:sig w:usb0="800002BF" w:usb1="38CF7CFA" w:usb2="00000016" w:usb3="00000000" w:csb0="00040001" w:csb1="00000000"/>
<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=
"Courier New"
>
<w:panose1
w:val=
"02070309020205020404"
/>
<w:charset
w:val=
"01"
/>
<w:family
w:val=
"modern"
/>
<w:pitch
w:val=
"default"
/>
<w:sig w:usb0="E0002EFF" w:usb1="C0007843" w:usb2="00000009" w:usb3="00000000" w:csb0="400001FF" w:csb1="FFFF0000"/>
<w:sig
w:usb0=
"E0002EFF"
w:usb1=
"C0007843"
w:usb2=
"00000009"
w:usb3=
"00000000"
w:csb0=
"400001FF"
w:csb1=
"FFFF0000"
/>
</w:font>
<w:font
w:name=
"Symbol"
>
<w:panose1
w:val=
"05050102010706020507"
/>
<w:charset
w:val=
"02"
/>
<w:family
w:val=
"roman"
/>
<w:pitch
w:val=
"default"
/>
<w:sig w:usb0="00000000" w:usb1="00000000" w:usb2="00000000" w:usb3="00000000" w:csb0="80000000" w:csb1="00000000"/>
<w:sig
w:usb0=
"00000000"
w:usb1=
"00000000"
w:usb2=
"00000000"
w:usb3=
"00000000"
w:csb0=
"80000000"
w:csb1=
"00000000"
/>
</w:font>
<w:font
w:name=
"Calibri"
>
<w:panose1
w:val=
"020F0502020204030204"
/>
<w:charset
w:val=
"00"
/>
<w:family
w:val=
"swiss"
/>
<w:pitch
w:val=
"default"
/>
<w:sig w:usb0="E4002EFF" w:usb1="C000247B" w:usb2="00000009" w:usb3="00000000" w:csb0="200001FF" w:csb1="00000000"/>
<w:sig
w:usb0=
"E4002EFF"
w:usb1=
"C000247B"
w:usb2=
"00000009"
w:usb3=
"00000000"
w:csb0=
"200001FF"
w:csb1=
"00000000"
/>
</w:font>
<w:font
w:name=
"微软雅黑"
>
<w:panose1
w:val=
"020B0503020204020204"
/>
<w:charset
w:val=
"86"
/>
<w:family
w:val=
"auto"
/>
<w:pitch
w:val=
"default"
/>
<w:sig w:usb0="80000287" w:usb1="2ACF3C50" w:usb2="00000016" w:usb3="00000000" w:csb0="0004001F" w:csb1="00000000"/>
<w:sig
w:usb0=
"80000287"
w:usb1=
"2ACF3C50"
w:usb2=
"00000016"
w:usb3=
"00000000"
w:csb0=
"0004001F"
w:csb1=
"00000000"
/>
</w:font>
<w:font
w:name=
"Tahoma"
>
<w:panose1
w:val=
"020B0604030504040204"
/>
<w:charset
w:val=
"00"
/>
<w:family
w:val=
"auto"
/>
<w:pitch
w:val=
"default"
/>
<w:sig w:usb0="E1002EFF" w:usb1="C000605B" w:usb2="00000029" w:usb3="00000000" w:csb0="200101FF" w:csb1="20280000"/>
<w:sig
w:usb0=
"E1002EFF"
w:usb1=
"C000605B"
w:usb2=
"00000029"
w:usb3=
"00000000"
w:csb0=
"200101FF"
w:csb1=
"20280000"
/>
</w:font>
</w:fonts>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/footer1.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml">
<pkg:part
pkg:name=
"/word/footer1.xml"
pkg:contentType=
"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml"
>
<pkg:xmlData>
<w:ftr 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:w15="http://schemas.microsoft.com/office/word/2012/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" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:ftr
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:w15=
"http://schemas.microsoft.com/office/word/2012/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"
xmlns:wpsCustomData=
"http://www.wps.cn/officeDocument/2013/wpsCustomData"
mc:Ignorable=
"w14 w15 wp14"
>
<w:p
w14:paraId=
"7B8FBA45"
>
<w:pPr>
<w:spacing
w:line=
"176"
w:lineRule=
"auto"
/>
<w:ind
w:left=
"9647"
/>
<w:rPr>
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:eastAsia="Times New Roman" w:cs="Times New Roman"/>
<w:rFonts
w:ascii=
"Times New Roman"
w:hAnsi=
"Times New Roman"
w:eastAsia=
"Times New Roman"
w:cs=
"Times New Roman"
/>
<w:sz
w:val=
"21"
/>
<w:szCs
w:val=
"21"
/>
</w:rPr>
...
...
@@ -2918,9 +3020,27 @@ This XML file does not appear to have any style information associated with it.
</w:ftr>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/footnotes.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml">
<pkg:part
pkg:name=
"/word/footnotes.xml"
pkg:contentType=
"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml"
>
<pkg:xmlData>
<w:footnotes 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:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w10="urn:schemas-microsoft-com:office:word" 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" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:footnotes
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:w=
"http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14=
"http://schemas.microsoft.com/office/word/2010/wordml"
xmlns:w15=
"http://schemas.microsoft.com/office/word/2012/wordml"
xmlns:w10=
"urn:schemas-microsoft-com:office:word"
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"
xmlns:wpsCustomData=
"http://www.wps.cn/officeDocument/2013/wpsCustomData"
mc:Ignorable=
"w14 w15 wp14"
>
<w:footnote
w:type=
"separator"
w:id=
"0"
>
<w:p>
<w:pPr>
...
...
@@ -2944,9 +3064,18 @@ This XML file does not appear to have any style information associated with it.
</w:footnotes>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/settings.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml">
<pkg:part
pkg:name=
"/word/settings.xml"
pkg:contentType=
"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"
>
<pkg:xmlData>
<w:settings 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" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14">
<w:settings
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"
xmlns:wpsCustomData=
"http://www.wps.cn/officeDocument/2013/wpsCustomData"
mc:Ignorable=
"w14"
>
<w:zoom
w:percent=
"140"
/>
<w:doNotDisplayPageBoundaries
w:val=
"1"
/>
<w:embedSystemFonts/>
...
...
@@ -2978,10 +3107,14 @@ This XML file does not appear to have any style information associated with it.
<w:doNotUseEastAsianBreakRules/>
<w:useFELayout/>
<w:doNotUseIndentAsNumberingTabStop/>
<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: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=
"00000000"
/>
...
...
@@ -3027,25 +3160,41 @@ This XML file does not appear to have any style information associated with it.
<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: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:doNotIncludeSubdocsInStats/>
</w:settings>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/styles.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml">
<pkg:part
pkg:name=
"/word/styles.xml"
pkg:contentType=
"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml"
>
<pkg:xmlData>
<w:styles 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:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14">
<w:styles
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:w=
"http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14=
"http://schemas.microsoft.com/office/word/2010/wordml"
xmlns:w10=
"urn:schemas-microsoft-com:office:word"
xmlns:sl=
"http://schemas.openxmlformats.org/schemaLibrary/2006/main"
xmlns:wpsCustomData=
"http://www.wps.cn/officeDocument/2013/wpsCustomData"
mc:Ignorable=
"w14"
>
<w:docDefaults>
<w:rPrDefault>
<w:rPr>
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:eastAsia="宋体" w:cs="Times New Roman"/>
<w:rFonts
w:ascii=
"Times New Roman"
w:hAnsi=
"Times New Roman"
w:eastAsia=
"宋体"
w:cs=
"Times New Roman"
/>
</w:rPr>
</w:rPrDefault>
<w:pPrDefault/>
</w:docDefaults>
<w:latentStyles w:count="260" w:defQFormat="0" w:defUnhideWhenUsed="1" w:defSemiHidden="1" w:defUIPriority="99" w:defLockedState="0">
<w:latentStyles
w:count=
"260"
w:defQFormat=
"0"
w:defUnhideWhenUsed=
"1"
w:defSemiHidden=
"1"
w:defUIPriority=
"99"
w:defLockedState=
"0"
>
<w:lsdException
w:qFormat=
"1"
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:name=
"Normal"
/>
<w:lsdException w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0" w:name="heading 1"/>
<w:lsdException
w:qFormat=
"1"
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"heading 1"
/>
<w:lsdException
w:qFormat=
"1"
w:uiPriority=
"0"
w:name=
"heading 2"
/>
<w:lsdException
w:qFormat=
"1"
w:uiPriority=
"0"
w:name=
"heading 3"
/>
<w:lsdException
w:qFormat=
"1"
w:uiPriority=
"0"
w:name=
"heading 4"
/>
...
...
@@ -3083,12 +3232,14 @@ This XML file does not appear to have any style information associated with it.
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"envelope address"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"envelope return"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"footnote reference"
/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0" w:name="annotation reference"/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"annotation reference"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"line number"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"page number"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"endnote reference"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"endnote text"
/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0" w:name="table of authorities"/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"table of authorities"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"macro"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"toa heading"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"List"
/>
...
...
@@ -3106,7 +3257,8 @@ This XML file does not appear to have any style information associated with it.
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"List Number 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"List Number 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"List Number 5"
/>
<w:lsdException w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0" w:name="Title"/>
<w:lsdException
w:qFormat=
"1"
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Title"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Closing"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Signature"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:name=
"Default Paragraph Font"
/>
...
...
@@ -3118,11 +3270,14 @@ This XML file does not appear to have any style information associated with it.
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"List Continue 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"List Continue 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Message Header"
/>
<w:lsdException w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0" w:name="Subtitle"/>
<w:lsdException
w:qFormat=
"1"
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Subtitle"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Salutation"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Date"
/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0" w:name="Body Text First Indent"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0" w:name="Body Text First Indent 2"/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Body Text First Indent"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Body Text First Indent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Note Heading"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Body Text 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Body Text 3"
/>
...
...
@@ -3131,8 +3286,10 @@ This XML file does not appear to have any style information associated with it.
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Block Text"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Hyperlink"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"FollowedHyperlink"
/>
<w:lsdException w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0" w:name="Strong"/>
<w:lsdException w:qFormat="1" w:unhideWhenUsed="0" w:uiPriority="0" w:semiHidden="0" w:name="Emphasis"/>
<w:lsdException
w:qFormat=
"1"
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Strong"
/>
<w:lsdException
w:qFormat=
"1"
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Emphasis"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Document Map"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"Plain Text"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"0"
w:semiHidden=
"0"
w:name=
"E-mail Signature"
/>
...
...
@@ -3208,90 +3365,174 @@ This XML file does not appear to have any style information associated with it.
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"71"
w:semiHidden=
"0"
w:name=
"Colorful Shading"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"72"
w:semiHidden=
"0"
w:name=
"Colorful List"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"73"
w:semiHidden=
"0"
w:name=
"Colorful Grid"
/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0" w:name="Light Shading Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0" w:name="Light List Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0" w:name="Light Grid Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0" w:name="Medium Shading 1 Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0" w:name="Medium Shading 2 Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0" w:name="Medium List 1 Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0" w:name="Medium List 2 Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0" w:name="Medium Grid 1 Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0" w:name="Medium Grid 2 Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0" w:name="Medium Grid 3 Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0" w:name="Dark List Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0" w:name="Colorful Shading Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0" w:name="Colorful List Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0" w:name="Colorful Grid Accent 1"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0" w:name="Light Shading Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0" w:name="Light List Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0" w:name="Light Grid Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0" w:name="Medium Shading 1 Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0" w:name="Medium Shading 2 Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0" w:name="Medium List 1 Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0" w:name="Medium List 2 Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0" w:name="Medium Grid 1 Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0" w:name="Medium Grid 2 Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0" w:name="Medium Grid 3 Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0" w:name="Dark List Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0" w:name="Colorful Shading Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0" w:name="Colorful List Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0" w:name="Colorful Grid Accent 2"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0" w:name="Light Shading Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0" w:name="Light List Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0" w:name="Light Grid Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0" w:name="Medium Shading 1 Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0" w:name="Medium Shading 2 Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0" w:name="Medium List 1 Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0" w:name="Medium List 2 Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0" w:name="Medium Grid 1 Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0" w:name="Medium Grid 2 Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0" w:name="Medium Grid 3 Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0" w:name="Dark List Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0" w:name="Colorful Shading Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0" w:name="Colorful List Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0" w:name="Colorful Grid Accent 3"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0" w:name="Light Shading Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0" w:name="Light List Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0" w:name="Light Grid Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0" w:name="Medium Shading 1 Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0" w:name="Medium Shading 2 Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0" w:name="Medium List 1 Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0" w:name="Medium List 2 Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0" w:name="Medium Grid 1 Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0" w:name="Medium Grid 2 Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0" w:name="Medium Grid 3 Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0" w:name="Dark List Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0" w:name="Colorful Shading Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0" w:name="Colorful List Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0" w:name="Colorful Grid Accent 4"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0" w:name="Light Shading Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0" w:name="Light List Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0" w:name="Light Grid Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0" w:name="Medium Shading 1 Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0" w:name="Medium Shading 2 Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0" w:name="Medium List 1 Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0" w:name="Medium List 2 Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0" w:name="Medium Grid 1 Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0" w:name="Medium Grid 2 Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0" w:name="Medium Grid 3 Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0" w:name="Dark List Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0" w:name="Colorful Shading Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0" w:name="Colorful List Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0" w:name="Colorful Grid Accent 5"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="60" w:semiHidden="0" w:name="Light Shading Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="61" w:semiHidden="0" w:name="Light List Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="62" w:semiHidden="0" w:name="Light Grid Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="63" w:semiHidden="0" w:name="Medium Shading 1 Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="64" w:semiHidden="0" w:name="Medium Shading 2 Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="65" w:semiHidden="0" w:name="Medium List 1 Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="66" w:semiHidden="0" w:name="Medium List 2 Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="67" w:semiHidden="0" w:name="Medium Grid 1 Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="68" w:semiHidden="0" w:name="Medium Grid 2 Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="69" w:semiHidden="0" w:name="Medium Grid 3 Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="70" w:semiHidden="0" w:name="Dark List Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="71" w:semiHidden="0" w:name="Colorful Shading Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="72" w:semiHidden="0" w:name="Colorful List Accent 6"/>
<w:lsdException w:unhideWhenUsed="0" w:uiPriority="73" w:semiHidden="0" w:name="Colorful Grid Accent 6"/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"60"
w:semiHidden=
"0"
w:name=
"Light Shading Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"61"
w:semiHidden=
"0"
w:name=
"Light List Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"62"
w:semiHidden=
"0"
w:name=
"Light Grid Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"63"
w:semiHidden=
"0"
w:name=
"Medium Shading 1 Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"64"
w:semiHidden=
"0"
w:name=
"Medium Shading 2 Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"65"
w:semiHidden=
"0"
w:name=
"Medium List 1 Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"66"
w:semiHidden=
"0"
w:name=
"Medium List 2 Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"67"
w:semiHidden=
"0"
w:name=
"Medium Grid 1 Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"68"
w:semiHidden=
"0"
w:name=
"Medium Grid 2 Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"69"
w:semiHidden=
"0"
w:name=
"Medium Grid 3 Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"70"
w:semiHidden=
"0"
w:name=
"Dark List Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"71"
w:semiHidden=
"0"
w:name=
"Colorful Shading Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"72"
w:semiHidden=
"0"
w:name=
"Colorful List Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"73"
w:semiHidden=
"0"
w:name=
"Colorful Grid Accent 1"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"60"
w:semiHidden=
"0"
w:name=
"Light Shading Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"61"
w:semiHidden=
"0"
w:name=
"Light List Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"62"
w:semiHidden=
"0"
w:name=
"Light Grid Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"63"
w:semiHidden=
"0"
w:name=
"Medium Shading 1 Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"64"
w:semiHidden=
"0"
w:name=
"Medium Shading 2 Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"65"
w:semiHidden=
"0"
w:name=
"Medium List 1 Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"66"
w:semiHidden=
"0"
w:name=
"Medium List 2 Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"67"
w:semiHidden=
"0"
w:name=
"Medium Grid 1 Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"68"
w:semiHidden=
"0"
w:name=
"Medium Grid 2 Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"69"
w:semiHidden=
"0"
w:name=
"Medium Grid 3 Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"70"
w:semiHidden=
"0"
w:name=
"Dark List Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"71"
w:semiHidden=
"0"
w:name=
"Colorful Shading Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"72"
w:semiHidden=
"0"
w:name=
"Colorful List Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"73"
w:semiHidden=
"0"
w:name=
"Colorful Grid Accent 2"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"60"
w:semiHidden=
"0"
w:name=
"Light Shading Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"61"
w:semiHidden=
"0"
w:name=
"Light List Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"62"
w:semiHidden=
"0"
w:name=
"Light Grid Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"63"
w:semiHidden=
"0"
w:name=
"Medium Shading 1 Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"64"
w:semiHidden=
"0"
w:name=
"Medium Shading 2 Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"65"
w:semiHidden=
"0"
w:name=
"Medium List 1 Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"66"
w:semiHidden=
"0"
w:name=
"Medium List 2 Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"67"
w:semiHidden=
"0"
w:name=
"Medium Grid 1 Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"68"
w:semiHidden=
"0"
w:name=
"Medium Grid 2 Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"69"
w:semiHidden=
"0"
w:name=
"Medium Grid 3 Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"70"
w:semiHidden=
"0"
w:name=
"Dark List Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"71"
w:semiHidden=
"0"
w:name=
"Colorful Shading Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"72"
w:semiHidden=
"0"
w:name=
"Colorful List Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"73"
w:semiHidden=
"0"
w:name=
"Colorful Grid Accent 3"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"60"
w:semiHidden=
"0"
w:name=
"Light Shading Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"61"
w:semiHidden=
"0"
w:name=
"Light List Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"62"
w:semiHidden=
"0"
w:name=
"Light Grid Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"63"
w:semiHidden=
"0"
w:name=
"Medium Shading 1 Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"64"
w:semiHidden=
"0"
w:name=
"Medium Shading 2 Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"65"
w:semiHidden=
"0"
w:name=
"Medium List 1 Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"66"
w:semiHidden=
"0"
w:name=
"Medium List 2 Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"67"
w:semiHidden=
"0"
w:name=
"Medium Grid 1 Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"68"
w:semiHidden=
"0"
w:name=
"Medium Grid 2 Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"69"
w:semiHidden=
"0"
w:name=
"Medium Grid 3 Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"70"
w:semiHidden=
"0"
w:name=
"Dark List Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"71"
w:semiHidden=
"0"
w:name=
"Colorful Shading Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"72"
w:semiHidden=
"0"
w:name=
"Colorful List Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"73"
w:semiHidden=
"0"
w:name=
"Colorful Grid Accent 4"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"60"
w:semiHidden=
"0"
w:name=
"Light Shading Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"61"
w:semiHidden=
"0"
w:name=
"Light List Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"62"
w:semiHidden=
"0"
w:name=
"Light Grid Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"63"
w:semiHidden=
"0"
w:name=
"Medium Shading 1 Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"64"
w:semiHidden=
"0"
w:name=
"Medium Shading 2 Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"65"
w:semiHidden=
"0"
w:name=
"Medium List 1 Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"66"
w:semiHidden=
"0"
w:name=
"Medium List 2 Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"67"
w:semiHidden=
"0"
w:name=
"Medium Grid 1 Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"68"
w:semiHidden=
"0"
w:name=
"Medium Grid 2 Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"69"
w:semiHidden=
"0"
w:name=
"Medium Grid 3 Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"70"
w:semiHidden=
"0"
w:name=
"Dark List Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"71"
w:semiHidden=
"0"
w:name=
"Colorful Shading Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"72"
w:semiHidden=
"0"
w:name=
"Colorful List Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"73"
w:semiHidden=
"0"
w:name=
"Colorful Grid Accent 5"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"60"
w:semiHidden=
"0"
w:name=
"Light Shading Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"61"
w:semiHidden=
"0"
w:name=
"Light List Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"62"
w:semiHidden=
"0"
w:name=
"Light Grid Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"63"
w:semiHidden=
"0"
w:name=
"Medium Shading 1 Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"64"
w:semiHidden=
"0"
w:name=
"Medium Shading 2 Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"65"
w:semiHidden=
"0"
w:name=
"Medium List 1 Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"66"
w:semiHidden=
"0"
w:name=
"Medium List 2 Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"67"
w:semiHidden=
"0"
w:name=
"Medium Grid 1 Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"68"
w:semiHidden=
"0"
w:name=
"Medium Grid 2 Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"69"
w:semiHidden=
"0"
w:name=
"Medium Grid 3 Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"70"
w:semiHidden=
"0"
w:name=
"Dark List Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"71"
w:semiHidden=
"0"
w:name=
"Colorful Shading Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"72"
w:semiHidden=
"0"
w:name=
"Colorful List Accent 6"
/>
<w:lsdException
w:unhideWhenUsed=
"0"
w:uiPriority=
"73"
w:semiHidden=
"0"
w:name=
"Colorful Grid Accent 6"
/>
</w:latentStyles>
<w:style
w:type=
"paragraph"
w:default=
"1"
w:styleId=
"1"
>
<w:name
w:val=
"Normal"
/>
...
...
@@ -3380,7 +3621,8 @@ This XML file does not appear to have any style information associated with it.
</w:styles>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/theme/theme1.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.theme+xml">
<pkg:part
pkg:name=
"/word/theme/theme1.xml"
pkg:contentType=
"application/vnd.openxmlformats-officedocument.theme+xml"
>
<pkg:xmlData>
<a:theme
xmlns:a=
"http://schemas.openxmlformats.org/drawingml/2006/main"
name=
"WPS"
>
<a:themeElements>
...
...
@@ -3562,7 +3804,8 @@ This XML file does not appear to have any style information associated with it.
<a:effectStyleLst>
<a:effectStyle>
<a:effectLst>
<a:outerShdw blurRad="101600" dist="50800" dir="5400000" algn="ctr" rotWithShape="0">
<a:outerShdw
blurRad=
"101600"
dist=
"50800"
dir=
"5400000"
algn=
"ctr"
rotWithShape=
"0"
>
<a:schemeClr
val=
"phClr"
>
<a:alpha
val=
"60000"
/>
</a:schemeClr>
...
...
@@ -3571,7 +3814,8 @@ This XML file does not appear to have any style information associated with it.
</a:effectStyle>
<a:effectStyle>
<a:effectLst>
<a:reflection stA="50000" endA="300" endPos="40000" dist="25400" dir="5400000" sy="-100000" algn="bl" rotWithShape="0"/>
<a:reflection
stA=
"50000"
endA=
"300"
endPos=
"40000"
dist=
"25400"
dir=
"5400000"
sy=
"-100000"
algn=
"bl"
rotWithShape=
"0"
/>
</a:effectLst>
</a:effectStyle>
<a:effectStyle>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment