ࡱ>  _ vbjbj:: DVX{9\X{9\bn_`.`.;;;;;;;;8$<<;f??(???AAA f f f f f f f$bil:/f;AAAAA/f;;??4DfLLLA;?;? fLA fLLaac?@H"״EbeZf0f1b\RmFRm0ccRm;yd|AALAAAAA/f/fKrAAAfAAAARmAAAAAAAAA`.> :: MCSA 70-410 Cert Guide R2: Installing and Configuring Windows Server 2012 R2 First Edition Copyright 2015 Pearson IT Certification ISBN-10: 0-7897-4880-0 ISBN-13: 978-0-797-4880-5 Warning and Disclaimer Every effort has been made to make this book as complete and as accurate as possible, but no warranty or fitness is implied. The information provided is on an "as is" basis. The author and the publisher shall have neither liability nor responsibility to any person or entity with respect to any loss or damages arising from the information contained in this book or from the use of the CD or programs accompanying it. When reviewing corrections, always check the print number of your book. Corrections are made to printed books with each subsequent printing. First Printing: August 2014 Corrections for July 2, 2015 PgError Fourth PrintingCorrection122Chapter 4, Question 1 Answers Reads: SMB Share-Quick SMB Share-Advanced SMB Share-Application NFS Share-Quick NFS Share-AdvancedShould read: (Remove Bold Print) SMB Share-Quick SMB Share-Advanced SMB Share-Application NFS Share-Quick NFS Share-Advanced 123Chapter 4, Question 5 Answers Reads: Only the files and programs that users specify with be available offline Enable BranchCache All files and programs that users open from the shared folder are automatically available offline Optimize for performanceShould read: (Remove Bold Print) Only the files and programs that users specify with be available offline Enable BranchCache All files and programs that users open from the shared folder are automatically available offline Optimize for performance 124Chapter 4, Question 9 Reads: 9. You have created a shared folder named Documents on your Windows Server 2012 R2 computer, which is a member server in your company's AD DS domain. You have assigned the Engineers global group the Full Control NTFS permission to this share. In addition, you have assigned the Interns group the Read permission to a subfolder of the Documents folder that is named Specifications. You do not want the members of the Interns group to be able to modify this folder. What should you do?Should read: 9. You have created a shared folder named Documents on your Windows Server 2012 R2 computer, which is a member server in your company's AD DS domain. You have assigned the Engineers global group the Full Control NTFS permission to this share. In addition, you have assigned the Interns group the Modify permission to the share and all sub folders. You need to ensure that Interns are not able to modify contents of a subfolder named Specifications. What should you do?145Chapter 4, First Full Paragraph Reads: When you enable Offline Files, this feature makes anything you have cached from the network available to you. It also preserves the normal view of network drives, and so on, as well as shared folder and NTFS permissions. When you reconnect to the network, the feature automatically synchronizes any changes with the versions on the network. Also, changes made to your files while online are saved to both the network share and your local cache.Should read: When you configure Offline Files, this feature makes anything you have cached from the network available to you. It also preserves the normal view of network drives, and so on, as well as shared folder and NTFS permissions. When you reconnect to the network, the feature automatically synchronizes any changes with the versions on the network. Also, changes made to your files while online are saved to both the network share and your local cache.151Chapter 4, Figure 4-17, Value Column Reads: 1Should read: Latency=1164Chapter 4, Table 4-8, Option, Second Row Reads: Permissions for Authenticated UsersShould read: Permissions for [Selected User/Group]223Chapter 5, First Paragraph, Last Two Sentences Reads: To configure printer pooling, specify a different port for each print device in the printer pool. Then select the check box labeled Enable printer pooling and click OK.Should read: To configure printer pooling, select the check box labeled Enable printer pooling. Specify a different port for each print device in the printer pool, and then click OK.248Chapter 6, Second Note Reads: NOTE To confirm WinRM functionality, use the Test-WSMan [remote computer] commandShould read: NOTE To confirm WinRM functionality, use the Test-WSMan [remote computer] command. Test-WSMAN may also be used via PowerShell.248Chapter 6, Add Third Note After Second Note Note to add: NOTE WINRS may also be configured via Group Policy in larger deployments.248Chapter 6, Third Bullet PointMove Third Bullet Point to First Bullet Point 256Chapter 6, Paragraph under Enabling Remote Desktop Using Server Manager Reads: As with previous editions of Windows, Remote Desktop for Administration is a useful tool. When enabled and authorized through the Firewall, clients can connect to a Full GUI installation using the Remote Desktop Protocol (RDP) over TCP 3389. A Remote Desktop Connection client (mstsc.exe) is included in current operating systems today. Microsoft also provides a Remote Desktop MMC snap-in that allows you to create a list of servers where you can simply double click on the specific server to connect via RDP. Should read: As with previous editions of Windows, Remote Desktop for Administration is a useful tool. When enabled and authorized through the Firewall, clients can connect to a Full GUI installation using the Remote Desktop Protocol (RDP) over TCP 3389. A Remote Desktop Connection client (mstsc.exe) is included in current operating systems today. Legacy Windows 7 clients can still use the Remote Desktop MMC Snap-in to manage multiple servers. For anyone using System Center, Microsoft has provided a Remote Desktop Services Management pack that helps administrators manage multiple servers remotely282Chapter 7, Question 4 Reads: 4. You need to install the RemoteFX 3D Video adapter driver for your virtual machine. What role is required to use this driver?Should read: 4. You need to install the RemoteFX 3D Video adapter driver for your virtual machine. Which role or role service is required to use this driver?446Chapter 10, Table 10-8, Cmdlet Column, Second Row Reads: Get=NetTCPConnectionShould read: Get-NetTCPConnection 448Chapter 10, IPv6 Address Syntax Replace Replace with: IPv6 Address Syntax Whereas IPv4 addresses use dotted-decimal format as already explained earlier in this chapter, IPv6 addresses are subdivided into eight 16-bit blocks. Each 16-bit block is portrayed as a 4-digit hexadecimal number and is separated from other blocks by colons. This addressing scheme is referred to as colon-hexadecimal. For example, a 128-bit IPv6 address written in binary could appear as follows: 0011111111111110 1111111111111111 0010000111000101 0000000000000000 0000001010101010 0000000011111111 1111111000100001 0011101000111110 The same address written in colon-hexadecimal becomes 3ffe:ffff:21c5:0000:02aa:00ff:fe21:3a3e. You can remove any single set of contiguous leading zeros, converting this address to 3ffe:ffff:21c5::2aa:ff:fe21:3a3e. This process is known as Zero compression. In this notation, note that the block that contained all zeros appears as ::, which is called double-colon. You can always figure out how many blocks of zeros are contained within a double-colon because all IPv6 addresses consist of eight 16-bit blocks.492Chapter 11, First Four Paragraphs and First Three Commands under Using Windows PowerShell to Install DHCP Reads: You can use PowerShell to install a server role or feature such as DHCP on a server running the Server Core version of Windows Server 2012 R2. To install DHCP, use the following PowerShell cmdlet: Install-WindowsFeature DHCPServerCore As was the case with Windows Server 2008 R2, you can also use the Deployment Image Servicing and Management (DISM.exe) tool in Windows Server 2012 R2 to install and configure server roles such as DHCP. Use the following command to install DHCP on a Server Core machine: Dism /online /enable-feature /featurename:DHCPServerCore Note that this command is case-sensitive and DHCPServerCore must be typed exactly as indicated. On a computer running any of the GUI-based editions of Windows Server 2012 R2, use the following command: Dism /online /enable-feature /featurename:DHCPServerShould read: You can use PowerShell to install a server role or feature such as DHCP on a Server GUI/Core version of Windows Server 2012 R2. To install DHCP, use the following PowerShell cmdlet: Install-WindowsFeature DHCP As was the case with Windows Server 2008 R2, you can also use the Deployment Image Servicing and Management (DISM.exe) tool in Windows Server 2012 R2 to install and configure server roles such as DHCP. Use the following command to install DHCP: Dism /online /enable-feature /featurename:DHCPServer503Chapter 11, Second Command and Note Reads: Set-DhcpServerv4OptionValue -ScopeID 192.168.0.0 -OptionId 3 -Value 3 IPADDRESS 192.168.0.1 Note For more information on the Set-DhcpServerv4OptionValue cmdlet, refer to " Set-DhcpServerv4OptionValue" at http://technet.microsoft.com/en-us/library/jj590669.aspx.Should read: Set-DhcpServerv4OptionValue -ScopeID 192.168.0.0 -OptionId 3 192.168.0.1 Note For this cmdlet to work properly, the scope must first be created before it can be configured. For more information on the Set-DhcpServerv4OptionValue cmdlet, refer to "Set-DhcpServerv4OptionValue" at http://technet.microsoft.com/en-us/library/jj590669.aspx.508Chapter 11, Configuring DHCP Options for PXE, First Paragraph Reads: After you have configured WDS with appropriate images, you will need to ensure that your DHCP server is configured with options 066 and 067. These options enable clients to connect to the WDS server using PXE. To configure the options, perform the following steps:Should read: After you have configured WDS with appropriate images, you will need to ensure that your DHCP server is configured with options 066 and 067. These options allows clients to connect to the WDS server using PXE. For the purpose of the 70-410 exam, to deploy images using PXE boot, you will need to configure DHCP options 66 and 67. In real world implementations, this may differ depending on the scenario. For example, if you plan on using Windows Deployment Services on the same server hosting DHCP, you must tell WDS not to listen on UDP port 67 and also to instruct the DHCP server that this server is also a PXE server. This can be accomplished by checking the two options under the DHCP properties of a WDS Server. For Microsoft DHCP servers, WDS will automatically configure Option 060 PXEClient under Scope Options. In scenarios where WDS and DHCP services are installed on separate servers, you must configure DHCP Options 066 and 067. Option 066 identifies the Boot Server Host Name by IP Address. This is the IP Address of the WDS server. Option 067 identifies the Bootfile name. To configure the options, perform the following steps:513Chapter 11, Second Bullet Point, Second to Last Sentence Reads: To specify a value for this parameter, right-click the DHCP server in the console tree of the DHCP snap-in.Should read: To specify a value for this parameter, right-click the DHCP server in the console tree of the DHCP snap-in and chose Properties. 604Chapter 13, Number 1 Reads: Type Install-windowsfeature name Ad-Domain-Services IncludeManagementTools and press Enter.Should Read: Type Install-WindowsFeature name Ad-Domain-Services IncludeManagementTools and press Enter.604Chapter 13, Number 4, First Sentence Reads: 4. Windows asks for -safemodeadministratorpassword.Should read: 4. Windows asks for SafeModeAdministratorPassword.605Chapter 13, Last Sentence in Paragraph before Note Reads: You can also use any of the parameters previously included with the InstallADDSForest cmdlet and already described.Should read: You can also use any of the parameters previously included with the Install-ADDSForest cmdlet and already described.606Chapter 13, Last Sentence in Paragraph before Note Reads: You can also use most of the parameters previously included with the InstallADDSForest cmdlet described earlier in this section.Should read: You can also use most of the parameters previously included with the Install-ADDSForest cmdlet described earlier in this section.613Chapter 13, Number 4, Second Sentence Reads: These relate to the ability of the installation wizard to run the Adprep /domainprep and Adprep /forestprep operations, and are as follows:Should read: These relate to the ability of the installation wizard to run the adprep /domainprep and adprep /forestprep operations, and are as follows: 689Chapter 15, First Sentence, 1 and 2 Reads: To create a local group in Windows Server 2012 R2, proceed as follows: 1. Open Server Manager and then expand the Configuration node in the console tree to reveal the Local Users and Groups folder. 2. Expand this folder, right-click Groups, and choose New Group.Should read: To create a local group in Windows Server 2012 R2, proceed as follows: 1. Open Server Manager, click on Tools and choose Computer Management. Once Computer Management opens, expand the Configuration node in the console tree to reveal the Local Users and Groups folder. 2. Expand this folder, right-click Groups, and choose New Group.694Chapter 15, Creating Organizational Units, Second Paragraph, First Sentence Reads: You can also use the dsadd PowerShell cmdlet or from the Active Directory Module for Windows PowerShell available under Administrative Tools. Should read: You can also use the dsadd utility or from the Active Directory Module for Windows PowerShell available under Administrative Tools.722Chapter 16, Delete TIPNo Replacement TIP734Chapter 16, Add TIP Under First TIPTIP to add: TIP Beginning with PowerShell 3, moduels may be imported automatically if they are located in a specific configurable path. For more information refer to "Importing Modules" at https://msdn.microsoft.com/en-us/library/dd878284(v=vs.85).aspx.739Chapter 16, Add TIP At Top of PageTIP to add: TIP When using restricted groups for administration purposes, make sure to list all users/groups that you want to be added to the local administrators group. Failing to do so may remove access to other administrator accounts that were inherited by Group Policy or configured under local users and groups.756Chapter 17, Number 6, First Sentence Reads: 6. You have enabled the auditing of object access in a GPO linked to the Default Domain Policy GOP in your companys AD DS Domain.Should read: 6. You have enabled the auditing of object access in a policy linked to the Default Domain Policy GOP in your companys AD DS Domain.763Chapter 17, First Sentence after NOTE Reads: The Security Options node also contains the following additional sets of security-related policies:Should read: The Security Settings node also contains the following additional sets of security-related policies:812Chapter 19, Number 1, a., b., c., and d. Reads: Window FirewallShould read: Windows Firewall823Chapter 19, Table 19-2, Windows Remote Management; Column: Enabled By Default? Reads: NoShould read: Yes828Chapter 19, Add NOTE after First NOTENOTE to add: NOTE Enabled rules matching the allow action are shown with a green check mark. Enabled rules matching the block action are shown with a Red block icon, Enabled rules allowing the connection if it is secure are displayed with a yellow lock icon. Any rule that is disabled shows the corresponding icon but is grayed out, indicating that the rule is disabled.851Chapter 19, Second Paragraph, Last Sentence Reads: You can use the Getsid.exe command-line tool to obtain the SIDs of the required accounts.Should read: You can use the Get-ADUser command-line tool to obtain the SIDs of the required accounts.907Appendix A, Answer to Question 9 Reads: 9. A. Because all NTFS permissions are inherited, permissions granted to the Documents folder are by default inherited by the Specifications folder. So that members of the Interns group do not receive the permission to modify contents of this folder, you must remove the inherited permission by selecting the Remove all inherited permissions from this object option. If you select the Convert inherited permissions into explicit permissions on this object option, members of the Interns group receive the inherited permissions and members of the Interns group can modify this folder. If you deny the Full Control permission to members of the Interns group, they will be unable to access the contents of this folder. If you don't do anything, members of the Interns group can modify the contents of the folder by way of the inherited permission.Should read: 9. A. Because all NTFS permissions are inherited, permissions granted to the Documents folder are by default inherited by the Specifications folder. So that members of the Interns group do not receive the permission to modify contents of this folder, you must remove the inherited permission by selecting the Remove all inherited permissions from this object option. From here you can establish a set of custom permissions for the Specifications subfolder. If you select the Convert inherited permissions into explicit permissions on this object option, members of the Interns group receive the inherited permissions and members of the Interns group can modify this folder. If you deny the Full Control permission to members of the Interns group, they will be unable to access the contents of this folder. If you don't do anything, members of the Interns group can modify the contents of the folder by way of the inherited permission.912Appendix A, Answer to Question 4 Reads: 4. A. The Remote Desktop Virtualization role must be installed to take advantage of the RemoteFX 3D Video Adapter Driver for a virtual machine. If this role is not installed, the option to add the RemoteFX 3D driver will be grayed out. All other answer are invalid.Should read: 4. A. The Remote Desktop Virtualization Host role service must be installed to take advantage of the RemoteFX 3D Video Adapter Driver for a virtual machine. If this role is not installed, the option to add the RemoteFX 3D driver will be grayed out. All other answer are invalid.918Appendix A, Answer to Question 6 Reads: 6. B, D. Microsoft recommends that you use the PowerShell cmdlet Install-WindowsFeature DHCPServerCore to install DHCP on a Windows Server 2012 R2 Server Core Computer. You can also use the Dism /online /enable-feature /featurename:DHCPServerCore command to install DHCP on a Server Core computer. The Start w/ ocsetup DHCPServerCore command would install DHCP on a Server Core computer running the original version of Windows Server 2008 but not Windows Server 2012 R2. The servermanagercmd install command installs certain roles and role features with Server Core, but not DHCP.Should read: 6. B, D. Microsoft recommends that you use the PowerShell cmdlet Install-WindowsFeature DHCPServer to install DHCP on a Windows Server 2012 R2 Server Core Computer. You can also use the Dism /online /enable-feature /featurename:DHCPServer command to install DHCP on a Server Core computer. The Start w/ ocsetup DHCPServer command would install DHCP on a Server Core computer running the original version of Windows Server 2008 but not Windows Server 2012 R2. The servermanagercmd install command installs certain roles and role features with Server Core, but not DHCP.919Appendix A, Answer to Question 10 Reads: 10. B, D. To deploy images using PXE boot, you will need to configure DHCP options 66 and 67. Answers A, C, and E are all options used for services or functions outside of the scope of this book and the 70-410 exam.Should read: 10. B, D. For the purpose of the 70-410 exam, to deploy images using PXE boot, you will need to configure DHCP options 66 and 67. In real world implementations, this may differ depending on the scenario. For example, if you plan on using Windows Deployment Services on the same server hosting DHCP, you must tell WDS not to listen on UDP port 67 and also to instruct the DHCP server that this server is also a PXE server. This can be accomplished by checking the two options under the DHCP properties of a WDS Server. For Microsoft DHCP servers, WDS will automatically configure Option 060 PXEClient under Scope Options. In scenarios where WDS and DHCP services are installed on separate servers, you must configure DHCP Options 066 and 067. Option 066 identifies the Boot Server Host Name by IP Address. This is the IP Address of the WDS server. Option 067 identifies the Bootfile name. Answers A, C, and E are all options used for services or functions outside of the scope of this book and the 70-410 exam. Corrections for June 10, 2015 PgError Third PrintingCorrection52Chapter 2, Second Bullet, Last Sentence Reads: In many cases, the centralized approach is what the decentralized model evolves into overtime.Should read: In many cases, the centralized approach is what the decentralized model evolves in to over time.68Chapter 2, Table 2-6, First Command Reads: Get-Windows Feature ComputerName [remote computer name]Should read: Get-WindowsFeature ComputerName [remote computer name]74 thru 75Chapter 2 References of Switched Independent or Switched DependentShould read: Switch Independent and Switch Dependent75Chapter 2, First Bullet Pont, Last Sentence Reads: The use of enterprise classed managed switches is requiredShould read: An enterprise class managed switch is required.81Chapter 3, Question 7, Answer b should be in monospace format Reads: b. DiskPartShould read: b. DiskPart89Chapter 3, Configuring MBR and GPT Disks, Question 4 Reads: 4. Typing convert gpt DiskPart informs you that it has successfully converted the selected disk to GPT format.Should read: 4. Type convert gpt. DiskPart informs you that it has successfully converted the selected disk to GPT format.101Chapter 3, First Paragraph, Fourth Sentence Reads: HDs are files stored on a server that make up contents of a virtual hard drive.Should read: VHDs are files stored on a server that make up contents of a virtual hard drive.118Chapter 3, Table 3-5, First Command Reads: Get-Storage PoolShould read: Get-StoragePool Corrections for May 15, 2015 PgError Third PrintingCorrection40Chapter 2, Third Paragraph, First Sentence Delete First SentenceDelete: Further, when you install Windows Server 2012 R2 on an Itanium-based computer, you must have an Intel Itanium 2 processor and additional hard disk space. 40Chapter 2, Add Note after Third Paragraph Note to add: NOTE Support for Itanium processors ended with Server 2008 R2. Microsoft has removed support for Itanium processors under Windows Server 2012 and 2012 R2.  HYPERLINK "https://technet.microsoft.com/en-us/library/cc772344(v=ws.10).aspx" \t "_blank" https://technet.microsoft.com/en-us/library/cc772344(v=ws.10).aspx  Corrections for April 24, 2015 PgError First PrintingCorrection14Chapter 1, Note, Second Bullet, Reads: Active Directory fix for Office 365: Enables users to sign-on using an Office 265 email address, and provides a user experience parallel to that of Windows 8.1 Update.Should read: Active Directory fix for Office 365: Enables users to sign-on using an Office 365 email address, and provides a user experience parallel to that of Windows 8.1 Update. Corrections for February 23, 2015 PgError First PrintingCorrection5Chapter 1, Question 5, Answer C Reads: 5. You are an administrator for your organization. You are currently administering three Server 2003 Standard Edition files servers. You have been tasked with upgrading these servers to Server 2012 R2. What options do you have to accomplish this task? (Choose all that apply). a. Perform a GUI in place upgrade to Server 2012 R2 Standard Edition b. Perform clean installations for new servers and use the Windows Server Migration Tools to migrate the shares and data. c. Perform in place upgrades to Server 2008 R2 Standard then upgrade to Server 2012 R2 Standard d. Boot with the Server 2012 R2 installation media and choose the Upgrade option from within the Setup. Should Read: 5. You are an administrator for your organization. You are currently administering three Server 2003 Standard Edition file servers. You have been tasked with upgrading these servers to Server 2012 R2. How can you accomplish this with the least amount of administrative effort? Perform a GUI in place upgrade to Server 2012 R2 Standard Edition Perform clean installations for new servers and use the Windows Server Migration Tools to migrate the shares and data. Perform in place upgrades to Server 2008 R2 Standard then upgrade to Server 2012 R2 Standard d. Boot with the Server 2012 R2 installation media and choose the Upgrade option from within the Setup.25Chapter 1, Table 1-2 Replace tableReplace with:Current Operating SystemUpgrade OptionWindows Server 2003 Standard/Enterprise with SP2Direct upgrade is not possible. Must upgrade to Server 2008 before upgrading to 2012. Can only upgrade to Windows Server 2012. Windows Server 2008 Standard with SP2 or Windows Server 2008 Enterprise with SP2Windows Server 2012 Standard, Windows Server 2012 DatacenterWindows Server 2008 Datacenter with SP2Windows Server 2012 DatacenterWindows Web Server 2008Windows Server 2012 StandardWindows Server2008R2 Datacenter with SP1Windows Server 2012/R2 DatacenterWindows Server2008R2 Enterprise with SP1Windows Server 2012/R2 Standard or Windows Server 2012/R2 DatacenterWindows Server2008R2 Standard with SP1Windows Server 2012/R2 Standard or Windows Server 2012/R2 DatacenterWindows Web Server2008R2 with SP1Windows Server 2012/R2 StandardWindows Server 2012 DatacenterWindows Server 2012 R2 Datacenter.Windows Server 2012 StandardWindows Server 2012 R2 Standard or Datacenter.Windows Server 2012 FoundationUpgrades are not supported.Windows Server 2012 EssentialsUpgrades are not supported.903Appendix A, Chapter 1, Answer to Question 5 Reads: 5. B, C. Because there are not supported upgrade paths from Server 2003 to 2012 R2, these are the only options to upgrade to Server 2012 R2.Should read: 5. B. Clean install is the best option in this scenario. A clean installation followed by data migration will reduce the administrative overhead. Answer A is incorrect as there are no direct upgrade paths from Server 2003 to 2012 R2. Answer C is not the best option here. You would need to perform several upgrades for each server to step it up to 2012R2. Answer D is not a valid option.  Corrections for December 16, 2014 PgError First PrintingCorrection296Chapter 7, TIP Reads: After a VM is created, you cannot change its generation. Be sure to determine requirements prior to creating a new VM. Generation 2 VMs are not support by Windows Server 2012. They are supported by Windows Server 2012 R2.Should read: Once a virtual machine is created, you cannot change its generation. Make sure to determine requirements prior to creating a new virtual machine. Generation 2 virtual machines are not supported by operating systems prior to Windows Server 2012. Corrections for September 30, 2014 PgError First PrintingCorrection441Chapter 10, Table 10-7 Replace Table 10-7 Replacement Table 10-7 Private IPv4 Network Addresses Defined in IETF RFC 1918 Class Dotted Decimal Address Range First Octet Binary Network Prefix Number of Networks Number of Hosts per Network A 10.0.0.010.255.255.255 1010 /8 1 16,777,214 B 172.16.0.0172.31.255.255 10101100 /12 16 65,534 C 192.168.0.0192.168.255.255 11000000 /16 256 254  This errata sheet is intended to provide updated technical information. Spelling and grammar misprints are updated during the reprint process, but are not listed on this errata sheet.     MACGLOBL.DOT  DATE \l 7/2/2015 TIME 10:43 AM Updated 07/02/2015  LMNST\]mnvǸxmbmZbOZGh0OJQJhRwh0OJQJhPOOJQJhRwh1 OJQJhRwhhN5OJQJh*OJQJhhN5OJQJh8OJQJ hBhB#h-hB5CJ OJQJ^JaJ hY35CJ OJQJ^JaJ h85CJ OJQJ^JaJ hl5CJ OJQJ^JaJ hY3hY30Jz5OJQJ\h80Jz5OJQJ\hPO0Jz5OJQJ\M\]r   9 < T _ $Ifgdt# $Ifgd\ :$If]:gdt#  p@@gdr5 $ p@@a$gd0o$a$n$a$ o$da$gd, n$da$gd,gdB$a$gd-       2 8 9 D J _ c d d f h h t bcgyMNOz6Eͺyynynycynynhr5h4OJQJh4h4OJQJh4OJQJh4hr55OJQJhr5hr5hr55OJQJhr5hr5OJQJh\5OJQJhr55OJQJhr5OJQJhN56OJQJhr556OJQJhPOOJQJh8OJQJhySOJQJhhN5OJQJh,OJQJ&_ ` d wfYYIIII & F $Ifgdr5 $Ifgdt# :$If]:gdt#kd$$IflFv^5l066    4 laytt#    + B R e  & F $Ifgdr5 $Ifgdt# & F $Ifgdr5e f h l O wudWWGGG & F $Ifgdr5 $Ifgdt# :$If]:gdt#kd$$IflFv^5l066    4 laytt#O h Hab & F $Ifgdr5 $Ifgdt# & F $Ifgd4bcg}huvwfYYDYY V$If^V`gd4 $Ifgdt# :$If]:gdt#kd,$$IflFv^5l066    4 laytt#vNOSsz7DbQDDDD $Ifgdt# :$If]:gdt#kd$$IflFv^5l066    4 laytt# V$If^V`gd4DE /68EFPjY :$If]:gdt#kdX$$IflFv^5l066    4 laytt# $Ifgdt# ./DEPQTU}~ !vxyz{~ζ} *ht#hiSOJQJ *hiShiSOJQJ *hiS5OJQJ *hiShiS5OJQJhiSOJQJhiShJ5OJQJhJhJ5OJQJhJhJOJQJhJhJ6OJQJhJOJQJhr5h4OJQJh4OJQJ1PQU~wfYYYYYY $Ifgdt# :$If]:gdt#kd$$IflFv^5l066    4 laytt#zwfYYYYYY $Ifgdt# :$If]:gdt#kd$$IflFv^5l066    4 laytt#z{wfYYYYYY $Ifgdt# :$If]:gdt#kd$$IflFv^5l066    4 laytt#,IS]~   +,YZ[]`a+:;=Z ˿˿hKFhKFOJQJhKFhKF5OJQJhKFOJQJhiShiSOJQJhiShr5h4OJQJ *ht#hiSOJQJ *hiShiSOJQJ *hiS5OJQJ *hiShiS5OJQJh4OJQJhiSOJQJ4 wfYYYL $IfgdiS $Ifgdt# :$If]:gdt#kd$$IflFv^5l066    4 laytt#  ,ZwfYY $Ifgdt# :$If]:gdt#kdF$$IflFv^5l066    4 laytt#Z[]awudWWWWWW $Ifgdt# :$If]:gdt#kd$$IflFv^5l066    4 laytt# 3:wfYYDYY V$If^V`gdKF $Ifgdt# :$If]:gdt#kdr$$IflFv^5l066    4 laytt#[ \ ` bQDD7 $Ifgd4A( $Ifgdt# :$If]:gdt#kd$$IflFv^5l066    4 laytt# V$If^V`gdKFZ [ \ _ ` !!*$:$;$$$<%=%>%A%B%N%Y%c%|%%%%x&& ''''''( (%(D(((((()))**ht#h-*15OJQJht#h-*1OJQJh-*1h-*1OJQJh7,>OJQJh-*1OJQJh4A(h4A(6OJQJh4A(h4A(OJQJh4A(h4A(OJQJhmV@OJQJhr5hKFOJQJhKFOJQJ8 !!jhW :$If]:gdt#kd$$IflFv^5l066    4 laytt# $Ifgdt# !#!c"":#=%>%Ckd4$$IflFv^5l066    4 laytt# V$If^Vgd4A( $If^gd4A( V$If^Vgd4A( $Ifgd4A(>%B%%%x&&''E(((((())** $Ifgd7,> $Ifgd-*1 $If]gd-*1 $Ifgd-*1 $Ifgdt# :$If]:gdt#***+!+}+~+),6,,wfYYPPPYP $Ifgd7,> $Ifgdt# :$If]:gdt#kd$$IflFv^5l066    4 laytt# ****++!+g+q+}+~++(,5,6,,,,---------p.v........Z/y/////060?1\111C2c222323h3塋h.~h.~OJQJh7,>h7,>OJQJh.~OJQJhr5h4A(OJQJ *h7,>h7,>OJQJ *h7,>h7,>5OJQJht#h7,>5OJQJht#h7,>OJQJh4A(OJQJh7,>OJQJhr5hKFOJQJ6,,-----.n]PPC $Ifgd.~ $Ifgdt# :$If]:gdt#kd` $$IflFv^5l066    4 laytt# $Ifgd7,>...0i3j3n33TC :$If]:gdt#kd $$IflFv^5l066    4 laytt# $Ifgd.~ $Ifgd.~ $Ifgdt#h3i3j3m3n333&4'4444444445#5(56575=5M5Z5n5555555555555566 6 666"6#6&6'63646;6<6=6>6@6A6B6N6t6u6~6ٺίٺ٧٧h>$OJQJhkhkOJQJhkOJQJhkhk5OJQJht#hkOJQJhkOJQJh.~h4A(OJQJhr5h4A(OJQJh.~OJQJ=334'4(4444444jhW :$If]:gdt#kd $$IflFv^5l066    4 laytt# $Ifgdt# 4*5758555Bkd" $$IflFv^p505    4 laytk & F V$If^Vgdk $Ifgdt# & F V$If^Vgdk555556 6=6 $Ifgdk $If]gdk $Ifgdt# :$If]:gdt#=6>6B6u6~6677w7wfYYLYYY $Ifgd>$ $Ifgdt# :$If]:gdt#kd $$IflFv^p505    4 laytk~66666677E7X7v7w7x7{7|7777 8D8E8888888=9P9U9h9999999999:%:&:(:W:::::ϼ⩡⡩⡩⋇{{hz}h>$5OJQJh>$hr5h>$OJQJhr5hKFOJQJh>$OJQJh>$h>$OJQJhKFOJQJhr5h4A(OJQJh4A(OJQJhkOJQJh>$hkOJQJh>$OJQJht#h>$OJQJh>$h>$OJQJ0w7x7|77788E8F88wfYLLLLL $Ifgdt# $Ifgd>$ :$If]:gdt#kdN $$IflFv^p505    4 laytk88888999%:wfYYYYYY $Ifgdt# :$If]:gdt#kd $$IflFv^p505    4 laytk%:&:(:,:P:W::wudWWN $Ifgd>$ $Ifgdt# :$If]:gdt#kdz $$IflFv^p505    4 laytk:::;;@;F;S;\;];^;j;k;l;;;;;;;;;;z<|<<<<<<<<<< = =(=-=====4>5>8>9>O>P>b>c>d>g>h>>>>>޷άΡηַ֙֙ΙΙh#OOJQJhz}hz}OJQJht#hz}OJQJhr5h>$OJQJhz}hz}5OJQJhz}OJQJh>$OJQJhz}hz}OJQJhz}h>$5OJQJh>$h>$OJQJ8:;^;k;l;;z<< $Ifgdz} $Ifgdt# $If^`gdz} $If^`gdz}<<< =====4>wfYYYYYL $Ifgdz} $Ifgdt# :$If]:gdt#kd$$IflFv^p505    4 laytk4>5>9>P>c>wfYY $Ifgdt# :$If]:gdt#kd$$IflFv^p505    4 laytkc>d>h>>>?wfYLL $Ifgdt# $Ifgd#O :$If]:gdt#kd<$$IflFv^p505    4 laytk>????????@@@@@AA$A&AAAAA;B$OJQJh>$OJQJhgOJQJh#Oh#O5OJQJ *h#Oh#O5OJQJhz}OJQJhr5hz}OJQJh#OOJQJ *h#Oh#OOJQJ1?????@wfYLL $Ifgdt# $Ifgd#O :$If]:gdt#kd$$IflFv^p505    4 laytk@@@A$AAAAwfYYDYY V$If^V`gd#O $Ifgdt# :$If]:gdt#kdh$$IflFv^p505    4 laytkA;B]?]~]]]]]]]]پээээƅynyh\ah\aOJQJh\ah\a5OJQJh\aOJQJhOiOJQJhX^h9 OJQJh9 h9 OJQJh9 OJQJhJh9 OJQJh9 OJQJhX^hY`"OJQJhY`"OJQJhX^hX^OJQJhX^5OJQJhX^OJQJhX^56OJQJ+Z2Z5ZLZWZXZ[ZZZZOkd$$IflFv^5l066    4 laytX^ $IfgdX^ :$If]:gdX^  p@@gdX^ ZZZX[Y[\[[[[[[jY :$If]:gdX^kdp$$IflFv^5l066    4 laytX^ $IfgdX^ [[[\\\\V\]L? $IfgdY`" :$If]:gdX^kd$$IflFv^5l066    4 laytX^ $Ifgd9 $IfgdX^V\c\\\\\\\jYLL? $IfgdOi $IfgdY`" :$If]:gdX^kd$$IflFv^5l066    4 laytX^ $IfgdX^\ ] ];]<]?]]]]jYLLL $IfgdY`" :$If]:gdX^kd2$$IflFv^5l066    4 laytX^ $IfgdX^]]]]]]]][^jYLLL $IfgdY`" :$If]:gdX^kd$$IflFv^5l066    4 laytX^ $IfgdX^]]]]]]]]] ^O^Y^g^h^q^|^~^^^^^^^^___`````` `<`=`ڵڋڀڬڀujbhwOJQJhw56OJQJhX^56OJQJhX^h4|OJQJhX^h\aOJQJh4|h4|OJQJh4|h4|OJQJh4|5OJQJh4|h4|5OJQJh4|h4|OJQJaJhJh4|5OJQJh4|OJQJhX^hOiOJQJhJh\aOJQJh\aOJQJ#[^h^i^^^^ __`_jYLLL $IfgdY`" :$If]:gdX^kd^$$IflFv^5l066    4 laytX^ $IfgdX^`_m_n______`jYLLL $IfgdY`" :$If]:gdX^kd$$IflFv^5l066    4 laytX^ $IfgdX^` ```` `=`@`j``O :$If]:gd;L  p@@gdwkd$$IflFv^5l066    4 laytX^ $IfgdX^@`W`b`c`f````IajYL $Ifgdw :$If]:gd;Lkd $$IflFv^5l066    4 layt;L $Ifgd;L=`b`c`````````HaJaLaNaaa'b(bbbbbbbb˶㠏zzgzXMhu<56OJQJhwhwB*OJQJph$ *hYhw0JB*OJQJphU)j *hYhwB*OJQJUph *hYhwB*OJQJph# *hYhw5B*OJQJphhY(hwB*OJQJfHphq .hwhwB*OJQJfHphq hwhwOJQJhwOJQJhw5OJQJIaJaLaOayazaa%bwudWWWBd$-DIfM gdw $Ifgd;L :$If]:gd;Lkd$$IflFv^5l066    4 layt;L%b'bbbbbbXNN  p@@gdtukdL$$IflFv5D%066    4 laytw $Ifgd;L$-DIfM gdwbbbcc :$If]:gd+n  p@@gd(kd-$$IflFv^5l066    4 layt~ $Ifgd~ d>$If^d`>gd,qqqqqqqrrjYL $Ifgd( :$If]:gd+nkd-$$IflFv^5l066    4 layt( $Ifgd+nrrssssssjccUH $IfgdY3 :$If]: p@@kd2.$$IflFv^5l066    4 layt( $Ifgd+nssttt.t/tm_RR=d$-DIfM gd8 $IfgdIA :$If]:kd.$$IflFvj5 `'066    4 laytIA $Iftttt)t-t.t/tAtEtFtHtrttttttttttwfP=wP=P=%hIAhIAB*CJOJPJQJph+hIAhIA5B*CJOJPJQJ\ph hIAhIACJOJQJ^JaJ-hIAhIAB*CJOJPJQJ^JaJph/hIAhIA6B*CJOJPJQJ]aJph%hIAhIAB*OJPJQJaJphh8h8OJQJaJ%h8h8B*OJQJ^JaJph"""%h8hIAB*OJQJ^JaJph"""hIAOJQJaJhPOOJQJaJ/tFtGtttttttttu]kd^/$IfK$L$ln%%04 lad$7$8$H$IfgdIAK$d$7$8$H$IfgdIA $If ttuuu#uC1111d$7$8$H$IfgdIAK$kd/$IfK$L$l_ֈN 8%NNNNNN04 lattu2u3u6ulumupuuuuubvcvevfvhvivkvlvnv{v|vvvvvvvvvvvvvvvvtghN5CJOJQJaJh-h4|5CJOJQJaJhNhYmHnHujh4|Uh4|h3*jh3*UhhN5OJQJh8h8OJQJ%h8h8B*OJQJ^JaJph"""%hIAhIAB*CJOJPJQJph)hIAhIAB*CJOJPJQJaJphhIAhIACJ&#u&u2u3u6uQu1kdZ0$IfK$L$lmֈN 8%NNNNNN04 lad$7$8$H$IfgdIAK$Qu[u`udulumu1kd0$IfK$L$lmֈN 8%NNNNNN04 lad$7$8$H$IfgdIAK$mupuuuuuud$7$8$H$IfgdIAK$uuuC.d$-DIfM gd8kd\1$IfK$L$lmֈN 8%NNNNNN04 lauuubvdvevgvhvjvkvmvnv{vwumkkkkkkkkk $a$gdy kd1$$IflFvj5 `'066    4 laytIA {vvvvvvvvvvvvvvv $a$gdyv$a$gd-vwvvvvvvvvvvvhhN5OJQJh3*hNh4|h-h4|5CJOJQJaJh4|5CJOJQJaJhN5CJOJQJaJhr55CJOJQJaJ B0@P0:p-= /!"#$%: Dp$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#vl:V l066555l4ytt#$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#v:V l055554ytk$$If!vh#v#v#vl:V l066555l4ytX^$$If!vh#v#v#vl:V l066555l4ytX^$$If!vh#v#v#vl:V l066555l4ytX^$$If!vh#v#v#vl:V l066555l4ytX^$$If!vh#v#v#vl:V l066555l4ytX^$$If!vh#v#v#vl:V l066555l4ytX^$$If!vh#v#v#vl:V l066555l4ytX^$$If!vh#v#v#vl:V l066555l4ytX^$$If!vh#v#v#vl:V l066555l4ytX^$$If!vh#v#v#vl:V l066555l4yt;L$$If!vh#v#v#vl:V l066555l4yt;L$$If!vh#v#v#vD%:V l066555D%4ytw$$If!vh#v#v#vl:V l066555l4yt I$$If!vh#v#v#vl:V l066555l4yt I$$If!vh#v#v#vl:V l066555l4ytP$$If!vh#v#v#vl:V l066555l/ 4ytP$$If!vh#v#v #v#v:V l06655 55/ 4yt,$$If!vh#v#v #v#v:V l06655 55/ /  /  / / 4yt,$$If!vh#v#v #v#v:V l06655 55/ /  /  / / 4yt,$$If!vh#v#v #v#v:V l066,55 55/  / / / / 4yt,$$If!vh#v#v #v#v:V l066,55 55/  / / / / 4yt,$$If!vh#v#v #v#v:V l066,55 55/  / / / / 4yt,$$If!vh#v#v #v#v:V l066,55 55/  / / / / 4yt,$$If!vh#v#v #v#v:V l066,55 55/  / / / / 4yt,$$If!vh#v#v #v#v:V l066,55 55/  / / / / 4yt,$$If!vh#v#v #v#v:V l066,55 55/  / / / / 4yt,$$If!vh#v#v #v#v:V l06655 55/  / / / / 4yt,$$If!vh#v#v #v#v:V l06655 55/  / / / / 4yt,$$If!vh#v#v #v#v:V l06655 55/  / / / / 4yt,$$If!vh#v#v #v#v:V l06655 55/  / / /  / 4yt,$$If!vh#v#v#vl:V l066555l4yt~ $$If!vh#v#v#vl:V l066555l4yt($$If!vh#v#v#vl:V l066555l4yt($$If!vh#v#v #v`':V l06655 5`'4ytIAy$IfK$L$l!vh#v%:V ln05%4$IfK$L$l!vh#vN#vR:V l_05N4$IfK$L$l!vh#vN#vR:V lm05N4$IfK$L$l!vh#vN#vR:V lm05N4$IfK$L$l!vh#vN#vR:V lm05N4$$If!vh#v#v #v`':V l06655 5`'4ytIA s2 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ OJPJQJ_HmH nHsH tHN`N Normald CJOJPJQJ_HmH sH tH ZZ Rw Heading 1$<@&5CJ KH OJQJ\^JaJ BB  Heading 4$<@&56DA`D Default Paragraph FontVi@V  Table Normal :V 44 la (k (No List J/J FT d CJOJPJQJ_HmH sH tH / QQTd$d%d&d'dNOPQ#5CJOJPJQJ_HmH sH tH N/N HC d#5CJOJPJQJ_HmH sH tH 0U`!0 Hyperlink>*B*@V 1@ FollowedHyperlink>*B* R/BR ITd` CJOJPJQJ_HmH sH tH f/Rf BL'  d^` CJOJPJQJ_HmH sH tH f/bf BX'  d^` CJOJPJQJ_HmH sH tH forf NL'  d^` CJOJPJQJ_HmH sH tH f/f NX'  d^` CJOJPJQJ_HmH sH tH ^/^ UC d^#6CJOJPJQJ_HmH sH tH Z/Z UL d^ CJOJPJQJ_HmH sH tH Z/Z UX d^ CJOJPJQJ_HmH sH tH N/N TN d#5CJOJPJQJ_HmH sH tH NoN TH d#6CJOJPJQJ_HmH sH tH T/T TS$da$#6CJOJPJQJ_HmH sH tH V/V TC @d#5CJOJPJQJ_HmH sH tH RoR TB @dx CJOJPJQJ_HmH sH tH R/R TX! @d CJOJPJQJ_HmH sH tH N/"N LH "d#6CJOJPJQJ_HmH sH tH V/2V C1#d]#>*CJOJPJQJ_HmH sH tH R/BR C2$d]#>*CJOJPJQJ_HmH sH tH V/RV CX%d]#>*CJOJPJQJ_HmH sH tH Z/bZ MN&d]^ CJOJPJQJ_HmH sH tH d/rd SH"'$``d]`^`a$#6CJOJPJQJ_HmH sH tH Z/Z SB(``d]`^` CJOJPJQJ_HmH sH tH Z/Z NO)``d]`^` CJOJPJQJ_HmH sH tH Z/Z TI*``d]`^` CJOJPJQJ_HmH sH tH Z/Z CA+``d]`^` CJOJPJQJ_HmH sH tH ^/^ EH,$d^a$&56CJOJPJQJ_HmH sH tH Z/Z ET- d^ CJOJPJQJ_HmH sH tH Z/Z EX. d^ CJOJPJQJ_HmH sH tH N/N FC /d#6CJOJPJQJ_HmH sH tH N/N FN 0d#5CJOJPJQJ_HmH sH tH L/L M01 1d CJOJPJQJ_HmH sH tH L/"L M02 2d CJOJPJQJ_HmH sH tH L/2L M03 3d CJOJPJQJ_HmH sH tH L/BL M04 4d CJOJPJQJ_HmH sH tH L/RL M05 5d CJOJPJQJ_HmH sH tH L/bL M06 6d CJOJPJQJ_HmH sH tH L/rL M07 7d CJOJPJQJ_HmH sH tH T/T PD8d&56CJOJPJQJ_HmH sH tH j/j ENL*9 @@@d^` CJOJPJQJ_HmH sH tH j/j ENX*: @@@d^` CJOJPJQJ_HmH sH tH N/N HA ;d#5CJOJPJQJ_HmH sH tH N/N HB <d#5CJOJPJQJ_HmH sH tH N/N HD =d#5CJOJPJQJ_HmH sH tH N/N HE >d#5CJOJPJQJ_HmH sH tH N/N HF ?d#5CJOJPJQJ_HmH sH tH N/N HG @d#5CJOJPJQJ_HmH sH tH h/h EL*A @@@d^` CJOJPJQJ_HmH sH tH `/"` LC1Bd]^#>*CJOJPJQJ_HmH sH tH \/2\ LC2Cd]^#>*CJOJPJQJ_HmH sH tH `/B` LCXDd]^#>*CJOJPJQJ_HmH sH tH R/RR TRE @dx CJOJPJQJ_HmH sH tH N/bN AU Fd#6CJOJPJQJ_HmH sH tH d/rd MH"G$d]^a$#6CJOJPJQJ_HmH sH tH L/L M08 Hd CJOJPJQJ_HmH sH tH \/\ CLTI``d]`^` CJOJPJQJ_HmH sH tH `/` FTNJ``d]`^`#6CJOJPJQJ_HmH sH tH P/P BTSUB Kd CJOJPJQJ_HmH sH tH V/V LXLd]#>*CJOJPJQJ_HmH sH tH \/\ NOXM``d]`^` CJOJPJQJ_HmH sH tH \/\ TIXN``d]`^` CJOJPJQJ_HmH sH tH \/\ CAXO``d]`^` CJOJPJQJ_HmH sH tH \/\ SBXP``d]`^` CJOJPJQJ_HmH sH tH N/N BT Qd#5CJOJPJQJ_HmH sH tH L/"L M09 Rd CJOJPJQJ_HmH sH tH L/2L M10 Sd CJOJPJQJ_HmH sH tH L/BL M11 Td CJOJPJQJ_HmH sH tH L/RL M12 Ud CJOJPJQJ_HmH sH tH L/bL M13 Vd CJOJPJQJ_HmH sH tH L/rL M14 Wd CJOJPJQJ_HmH sH tH L/L M15 Xd CJOJPJQJ_HmH sH tH f/f CSH"Y$d]^a$#6CJOJPJQJ_HmH sH tH X/X CHDZ@d^@#5CJOJPJQJ_HmH sH tH X/X CHE[@d^@#5CJOJPJQJ_HmH sH tH T/T CFT\@d^@ CJOJPJQJ_HmH sH tH h/h CBL'] `0p`d^p`` CJOJPJQJ_HmH sH tH h/h CBX'^ `0p`d^p`` CJOJPJQJ_HmH sH tH h/h CNL'_ `0p`d^p`` CJOJPJQJ_HmH sH tH h/h CNX'` `0p`d^p`` CJOJPJQJ_HmH sH tH X/X CTHa@d^@#5CJOJPJQJ_HmH sH tH `/"` CTCb @d^@#5CJOJPJQJ_HmH sH tH \/2\ CTBc @d^@ CJOJPJQJ_HmH sH tH \/B\ CTXd @d^@ CJOJPJQJ_HmH sH tH N/RN EDTN ed CJOJPJQJ_HmH sH tH L/bL ADD fd CJOJPJQJ_HmH sH tH P/rP PTTOC gd CJOJPJQJ_HmH sH tH P/P CTTOC hd CJOJPJQJ_HmH sH tH T/T TOCPART id CJOJPJQJ_HmH sH tH P/P TOCHB jd CJOJPJQJ_HmH sH tH P/P TOCHC kd CJOJPJQJ_HmH sH tH P/P TOCHD ld CJOJPJQJ_HmH sH tH R/R CRHC md#5CJOJPJQJ_HmH sH tH RoR CRHD nd#5CJOJPJQJ_HmH sH tH JoJ CR od CJOJPJQJ_HmH sH tH V/V CREDTI pd#5CJOJPJQJ_HmH sH tH R/R CREDNM qd CJOJPJQJ_HmH sH tH P/"P DED rd#6CJOJPJQJ_HmH sH tH  Q2 CLs"B" frttBZRB Plain Textud CJOJQJ4 @b4 Footer v !4@r4 Header w !HH 1 Balloon TextxCJOJQJ^JaJH>H -Titley$da$5CJ$OJQJ\aJ(O( -ver12redB/B 8apple-converted-space^/^ IADefault |7$8$H$)B*CJOJQJ_HaJmH phsH tH pop P TBL_COLHD}<<& #$.V/b$#5OJ PJQJ _HaJmH sH tH `o` PTBL~<<& #$.V/b$ OJPJQJ_HaJmH sH tH jOqrj K"NL14  0dx<]^`0B*CJOJQJph@@ K" List Paragraph ^LOL ,Bodyhd<`hB*CJOJQJphPK![Content_Types].xmlN0EH-J@%ǎǢ|ș$زULTB l,3;rØJB+$G]7O٭VvnB`2ǃ,!"E3p#9GQd; H xuv 0F[,F᚜K sO'3w #vfSVbsؠyX p5veuw 1z@ l,i!b I jZ2|9L$Z15xl.(zm${d:\@'23œln$^-@^i?D&|#td!6lġB"&63yy@t!HjpU*yeXry3~{s:FXI O5Y[Y!}S˪.7bd|n]671. tn/w/+[t6}PsںsL. J;̊iN $AI)t2 Lmx:(}\-i*xQCJuWl'QyI@ھ m2DBAR4 w¢naQ`ԲɁ W=0#xBdT/.3-F>bYL%׭˓KK 6HhfPQ=h)GBms]_Ԡ'CZѨys v@c])h7Jهic?FS.NP$ e&\Ӏ+I "'%QÕ@c![paAV.9Hd<ӮHVX*%A{Yr Aբ pxSL9":3U5U NC(p%u@;[d`4)]t#9M4W=P5*f̰lk<_X-C wT%Ժ}B% Y,] A̠&oʰŨ; \lc`|,bUvPK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!R%theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] nV ACEZ\^aZ *h3~6:>ERPZ]=`bgpkottvv<>FJPUX]afnru|_ e O bvDPz Z !>%*,.345=6w78%::<4>c>?@ABCDEFa @ @H 0(  0(  B S  ?9;16 !!"""">#E#S#[#S$Z$h$p$* *#+++,,--E-S-n----.;...N/X// 000=1C1F1P1U1[1^1h111111112(5-55566n>t>HHHH,I0IJIdIIIIIIJYJ KKK$K|KKKKKKKLLLMMgPpPQQQQ2R4RSSSSSSUUUUUVV VyV|VVVXX=X?XZZ\\iikkbndnengnhnjnknmnnnnnnnt~##$$66t7}777P<]<UIdIKKYYbndnengnhnjnknmnnnnnnn33333333333333QRfhOhHTghu: M N S 7 D  6EFU{ ,]a\`<>B !!""%%&&,',,,*-8----. .B.x/|/80E000(2,2^3k3445556h6778899<:@:::E;I;r;;;;;<<<==L>Y>>>EEFG#HFHJJuM{MNNR2RRRRRYS\STTTTL>>>>BHLRRRRTT X XJYLYZZ\\]b]bggqirikkanbnbndnenengnhnjnknmnnnnnnnnnn wRلu@H dDT7Ø$)~<83HXmDImpRلur`s?2g^`o(. ^`hH. pL^p`LhH. @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PL^P`LhH.^`o(. ^`hH. pL^p`LhH. @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PL^P`LhH.^`5o(. ^`hH. pL^p`LhH. @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PL^P`LhH.*^*`o(. ^`hH.  L^ `LhH.  ^ `hH. j^j`hH. :L^:`LhH.  ^ `hH. ^`hH. L^`LhH.^`5o(. ^`hH. pL^p`LhH. @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PL^P`LhH.^`o(. ^`hH. pL^p`LhH. @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PL^P`LhH.h^`OJ QJ o(hHh^`OJQJ^Jo(hHohp^p`OJ QJ o(hHh@ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJ QJ o(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohP^P`OJ QJ o(hH^`o(. ^`hH. pL^p`LhH. @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PL^P`LhH.h^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJ QJ o(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJ QJ o(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJ QJ o(hH r`sT7XmImpw'83@' $)                   ¨        b        b                                            RE %YjD= A[%c %YjK00318;%Yj9K8E03Y03vY03A[%Yj-jA[W17tA[YXTwH:T) 1 ~ ,y$._/BK"Y`">$4A(*3* ,t,0-*1Y$3Y3hN5@87,>&Q>mV@IAKFC^KlL#OiSX^Ca\ag2hOiR]otu w4|z}"t#.~zBN(\]G IA k4;L8*r5ySRwhY+nQPu< J^'ifu9 FOJlNl?-PO]cbndn@RRRRn@Unknown G*Ax Times New Roman5Symbol3. *Cx Arial7. [ @Verdana7.@Calibri3*Ax Times71 Courier?= *Cx Courier New5. .[`)TahomaQTimes New Roman Bold;WingdingsA$BCambria Math"qHh6'7k&y]8y]8!24*n*n 3qHP ?02! xx WG4 System:Applications:Microsoft Office 2001:Templates:My Templates:Global_May_2002.dot(c)We Want to Hear from YouEnd UserEvans, Vanessa0         Oh+'0 ( H T ` lx(c)We Want to Hear from You End UserGlobal_May_2002.dotEvans, Vanessa5Microsoft Office Word@ԭ@&C@9ݚ@״y]՜.+,D՜.+,X hp  Pearson Education8*n (c)We Want to Hear from You Title 8@ _PID_HLINKSA),Chttps://technet.microsoft.com/en-us/library/cc772344(v=ws.10).aspx  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~    Root Entry Fp"״Data s21TablemWordDocumentDVSummaryInformation(DocumentSummaryInformation8CompObjr  F Microsoft Word 97-2003 Document MSWordDocWord.Document.89q