ࡱ>      >bjbj 8!677[[[ooo8\o  !___Qd[_Y___77 !k8aaa_^7 [!a_aaRЃ lo_^ɑ0<`<ЃЃ[ __a_____`________________ : Question 1 [June 1993] (a) In ASCII C=code, the letters of the alphabet are stored using consecutive codes. If B is represented by 1000010, what is the representation of G? (b) Give the binary value of 2310 + 11012. Suggested Response (a) B is 1000010 G is 5 letters to the right from B The binary value of 5 is 101 Therefore, G is: 10000102+101210001112 (b) The binary value of 2310 is 101112 Therefore, 1111101112+110121001002 Question 2 [June 1994] (a) In a certain character coding system, each character occupies 7 bits and the letters of the alphabet are assigned consecutive codes. If M is represented by 1010001, what is the representation of H? (b) What is the value of X in the following equation? 5210 X2 = 111112 Suggested Response (a) M is 1010001 H is 5 letters to the left of M The binary value of 5 is 101 Therefore, H is: 102210100012_101210011002 (b) 5210 X2 = 111112 X2 = 5210 111112 5210 is 1101002 21210020221 1101002_111112101012 The value of X is 101012 Question 3 [June 1995] (a) Convert the decimal number 55 to its binary equivalent. (b) Convert the binary number 1011010 to its decimal equivalent. (c) Add the binary numbers 11010 and 10011. (d) The ASCII code for the letter H has a decimal equivalent of 72. What is the ASCII code for the letter P? Suggested Response (a) 255Remainder2271213126123021101 5510 = 1101112 (b) 10110106432168421 64 + 16 + 8 + 2 = 90 Therefore, 10110102 = 9010 1110102+1001121011012 (c) (d) H is 72 H is 8 letters to the right of H 72 + 8 = 80 280Remainder24002200210025022121001 8010 = 10100002 Therefore, ASCII code for P is 1010000 Question 4 [June 1996] (a) Convert the decimal number 5710 to a binary number. (b) Convert the binary number 110111012 to a decimal number. (c) Explain the term parity, as it relates to the coding of characters. (d) Add the binary numbers 1101012 and 1011102. Suggested Response (a) 257Remainder2281214027023121101 5710 = 1110012 (b) 110111011286432168421 128 + 64 + 16 + 8 + 4 + 1 = 221 Therefore, 110111012 = 22110 Parity is as an error checking system using a dummy value within the coding of characters. It is used to detect whether the transmission or coding of data is complete or accurate. 1111101012+101110211000112 Question 5 [June 1997] (a) Convert the decimal number 83 to its binary equivalent. (b) Convert the binary number 11001101 to its decimal equivalent. (c) Add the two binary numbers 1101 and 100101. (d) Explain the difference between discrete and continuous data. Suggested Response (a) 283Remainder24112201210025022121001 8310 = 10100112 (b) 110011011286432168421 128 + 64 + 8 + 4 + 1 = 205 Therefore, 110011012 = 20510 (c) 11111012+10010121100102 (d) Discrete data is based on counts in whole numbers and the values cannot be meaningfully subdivided. For example, you cannot have 2.5 people. Continuous data is data that can be measured and broken down into smaller parts and still have meaning. For example, measurement is continuous data as it can be expressed as 22mm, 25.2mm, 27.5mm, etc and you actually get more information from what is being measured. Question 6 [June 1998] (a) Convert 8710 to its binary equivalent. (b) Add the two binary numbers 1101012 and 111012, giving your answer in binary form. (c) Give the BCD representation of 5910. (d) Give the BCD representation of -5910. Suggested Response (a) 287Remainder24312211210125022121001 8710 = 10101112 11111101012+11101210100102(b) (c) 5 = 0101 in BCD 9 = 1001 in BCD Therefore, 5910 = 0101 1001 in BCD (d) (-) = 1011 in BCD 5910 = 0101 1001 in BCD Therefore, -5910 = 1011 0101 1001 in BCD Question 7 [June 1999] (a) Convert the decimal number 9010 to a binary number. (b) Convert the binary number 110112 to a decimal number. (c) Add the two binary numbers 11012 and 101012, giving your answer as a binary number. (d) Determine the BCD representation of 8710. Suggested Response (a) 290Remainder24502221211025122121001 9010 = 10110102 (b) 11011168421 16 + 8 + 2 + 1 = 27 Therefore, 110112 = 2710 (c) 11111012+1010121000102 (d) 8 = 1000 in BCD 7 = 0111 in BCD Therefore, 8710 = 1000 0111 in BCD Question 8 [June 2000] (a) Convert 9910 to its binary equivalent. (b) Add the two binary numbers 1101012 and 110112, giving your answer in decimal form. (c) Explain how integer can be represented using BCD. (d) Give the BCD representation of -6510. Suggested Response (a) 299Remainder24912241212026023021101 9910 = 11000112 (b) 111111101012+11011210100002 10100006432168421 64 + 16 = 80 Therefore, 10100002 = 8010 (c) The 4 digit binary representation for each digit is used. A positive sign is indicated by the pattern 1010 and a negative sign by 1011. (d) (-) = 1011 in BCD 6 = 0110 in BCD 5 = 0101 in BCD Therefore, -6510 = 1011 0110 0101 in BCD Question 9 [June 2001] (a) Convert the binary number 01010101 to a decimal number. (b) Convert the decimal number 7 (seven) to a binary number. Suggested Response (a) 010101011286432168421 64 + 16 + 4 + 1 = 85 Therefore, 010101012 = 8510 (b) 27Remainder23121101 710 = 1112 Question 10 [June 2002 Specimen] (a) Explain the difference between odd parity and even parity. (1 mark) (b) The ASCII representation for the letter D is 1000100 (i) What is the ASCII representation for the letter C? (1 mark) (ii) What is the ASCII representation for the letter G? (1 mark) (c) Give the decimal equivalent for the binary number 01001001. (1 mark) (d) Give the binary equivalent for the decimal number 25. (1 mark) (e) Add the two binary numbers 00110011 and 00100110 giving the answer as a binary number. (1 mark) Suggested Response (a) Under odd parity, the number of ones in a byte is odd. An extra (parity) bit is added and set to 1 if the number of ones isnt odd or it is set to 0 if it is already odd. Upon retrieval of the byte after data transmission, if the number of ones including the parity bit isnt odd, then an error must have occurred. Under even parity, the number of ones in a byte is even. An extra (parity) bit is added and set to 1 if the number of ones isnt even or it is set to 0 if it is already even. Upon retrieval of the byte after data transmission, if the number of ones including the parity bit isnt even, then an error must have occurred. (b) (i) C is 1 letter to the left of D Therefore, C is: 1022110001002_1210000112 (ii) G is 3 letters to the right of D The binary value of 3 is 11 10001002+11210001112 Therefore, G is: (c) 010010011286432168421 64 + 8 + 1 = 73 Therefore, 010010012 = 7310 (d) 225Remainder212126023021101 2510 = 110012 (e) 111001100112+001001102010110012 Question 11 [June 2002] Integers are good for representing discrete data. Real numbers and floating point values are good for representing continuous data. Explain these statements. Suggested Response Integers are good for representing discrete data because discrete data is based on counts in which only a finite number of values is possible as the values cannot be subdivided meaningfully. Subdividing a whole number will create a fractional or decimal component. Integers are whole numbers that cannot be written with a fractional or decimal component. On the other hand, real numbers and floating point values are good for representing continuous data because continuous data is data that can be measured and broken down into smaller parts and still have meaning. Real numbers and floating point values are used to represent fractional and decimal components of numbers which provides additional meaning. Question 12 [June 2002] (a) Using an 8-bit representation, give the i) binary representation for the decimal number 10 ii) ones complement representation for the decimal number NEGATIVE 10 twos complement representation for the decimal number NEGATIVE 10 sign-and-magnitude representation for the decimal number NEGATIVE 10 (b) Using even parity with an 8-bit data byte, where the leftmost bit is to be used as the parity bit, which of the following are valid bit patterns? 00000000 00000011 00000010 10000001 Suggested Response (a) i) 210Remainder25022121001 1010 = 000010102 (Note: Four 0 bits are added to the leftmost end to increase number of bits to 8) ii) The 8-bit representation of 10 is 000010102 -10 in ones complement will therefore be: 11110101 (Note: Bits are flipped to create the ones complement value) iii) The ones complement of -10 is 11110101 Therefore, the twos complement representation is: 111110101+111110110 iv) 10001010 (Note: This simply requires changing the leftmost bit in 00001010 to 1, which is the sign bit representing negative) (b) The valid bit patterns using even parity are: i, ii and iv Question 13 [June 2003] The eight-bit representation of the decimal number 25 is 00011001. (a) What is the twos complement representation of NEGATIVE 25? (1 mark) (b) What are the sign and magnitude representations of NEGATIVE 25? (1 mark) (c) What is the decimal equivalent of 00110111? (1 mark) (d) The ASCII representation of H is 01001000. What is the ASCII representation of D? (1 mark) Suggested Response (a) The ones complement of 00011001 is 11100110 Therefore, the twos complement representation is: 11100110+111100111 (b) 10011001 (c) 001101111286432168421 32 + 16 + 4 + 2 + 1 = 55 (d) H is 01001000 D is 4 letters to the left of H The binary value of 4 is 100 02010010002_1002010001002Therefore, D is: Question 14 [June 2004] (a) State the binary and BCD representation for 187. (2 marks) (b) Using eight-bit, twos complement binary numbers, compute 11 7. (2 marks) Suggested Response (a) 2187Remainder293124612230211125122121001 18710 = 101110112 1 = 0001 in BCD 8 = 1000 in BCD 7 = 0111 in BCD Therefore, 18710 = 0001 1000 0111 in BCD (b) 1110 = 000010112 (8-bit binary) 710 = 000001112 (8-bit binary) 11111000 (flip bits to give -7 in ones complement) + 1 11111001 (-7 in twos complement) 00001011 (1110) + 11111001 (-710) 100000100 (410) Ans. = 00000100 (i.e. drop left-most bit as answer should be 8-bits) Note: Brackets contain explanations. Question 15 [June 2005] (a) Convert the decimal number 25 to binary, using an eight-bit representation. (1 mark) (b) The binary number 1100101101 uses 10 bits to store sign and magnitude. What is the decimal number equivalent? (2 marks) (c) State the Binary Coded Decimal (BCD) representation for the decimal number 358. (2 marks) (d) State the eight-bit twos complement representation of the decimal number 63. (2 marks) Suggested Response (a) 225Remainder212126023021001 25 = 10001 (5 bits) Place zeros (three in all) to the left of the number to make it up to 8 bits. Therefore, 25 = 000100012 (b) 1100101101_2561286432168421 Note: The leftmost bit is a sign-bit (1 represents the negative sign) and should not be included in the addition of the weights. Therefore, 256 + 32 + 8 + 4 + 1 = -301 (c) 3 = 0011 5 = 0101 8 = 1000 Therefore, 358 = 0011 0101 1000 (d) 263Remainder2311215127123121101 63 = 111111 The 8-bits twos complement representation would be: 00111111 Question 16 [June 2006] Perform calculations to determine which of the following examples represents binary coded decimal, 8-bit sign and magnitude or even parity. Make sure to state your answer in each example. (a) 1011000 1 (b) -19 = 1111 0001 1001 (c) -4 = 10000100 (6 marks) Suggested Response (a) The number of 1-bit is even, therefore it can only be concluded that this example represents even parity. No calculation can be performed. (b) Based on the organization of the bits in groups of four in the binary component, the example represents binary coded decimal and is proven as follows:  84210001 = 1  84211001 8 + 1 = 9 The negative sign (-) in BCD is represented by 1111 Therefore, -19 = 1111 0001 1001 (c) The binary equivalent of 4 is 100 while a 1 bit is used to represent a negative, thus making this example an 8-bit sign and magnitude number. It can be proven as follows: -643216842110000100 = -4 Therefore, -4 = 10000100     DATA REPRESENTATION AND MANIPULATION: Questions and Answers PAGE  Questions are the copyright material of the Caribbean Examinations Council (CXC). !  O P Q b c z | б~ocTcE5hv9h}\CJH*OJQJaJhv9h}\CJOJQJaJhYghOxCJOJQJaJhOxCJOJQJaJhYghCJOJQJaJhYgh*LCJOJQJaJ"hYght5>*CJOJQJaJ"hYgh5>*CJOJQJaJhYghtCJOJQJaJhYgh#YCJH*OJQJaJhYgh#YCJOJQJaJhOx5>*CJOJQJaJ"hYgh#Y5>*CJOJQJaJ ! 1 O Q b c d e f g h i j k $$M &#$/Ifa$b$gdv9`gdOxgdOx`gd*L 0^`0gd#YgdRk l m /$$M &#$/Ifa$b$gdv9kd$$IflִlXD0 t 6M     44 lae4ytv9m o q s u w y | $$M &#$/Ifa$b$gdv9| }  /$$M &#$/Ifa$b$gdv9kd$$IflִlXD0 t 6M     44 lae4ytv9 $$M &#$/Ifa$b$gdv9| ѿufZKZ<hYghP6CJOJQJaJhYghOxCJOJQJaJhOxCJOJQJaJhYghCJOJQJaJhYghZCJH*OJQJaJhYghCJH*OJQJaJhYghCJOJQJaJhYghZCJOJQJaJhP6CJOJQJaJ"hYght5>*CJOJQJaJhYght>*CJOJQJaJhv9h}\CJH*OJQJaJhv9h}\CJOJQJaJ /$$M &#$/Ifa$b$gdv9kdR$$IflִlXD0 t 6M     44 lae4ytv9 $$M &#$/Ifa$b$gdv9 /***gdRkd $$IflִlXD0 t 6M     44 lae4ytv9 $$M &#$/Ifa$b$gdv9`gdOxgdgdR     # $ 3 = ? C D L M N O ӴufuVVVGhYgh?CJOJQJaJhYgh#YCJH*OJQJaJhOx5>*CJOJQJaJ"hYgh#Y5>*CJOJQJaJhP65>*CJOJQJaJhYghbKpCJOJQJaJhYgh#YCJOJQJaJhYghCJOJQJaJhv9h}\CJH*OJQJaJhv9h}\CJOJQJaJhv9h}\CJOJQJaJhv9h}\CJOJQJaJ B+++$$M &#$/Ifa$b$gdv9kd$$Ifl֞lXD0 t 6M 44 lae4ytv9 $$M &#$/Ifa$b$gdv9 B+++$$M &#$/Ifa$b$gdv9kda$$Ifl֞lXD0 t 6M 44 lae4ytv9 $$M &#$/Ifa$b$gdv9   B+++$$M &#$/Ifa$b$gdv9kd$$Ifl֞lXD0 t 6M 44 lae4ytv9   $$M &#$/Ifa$b$gdv9    B=0'`gdZ ^`gdgdkd$$Ifl֞lXD0 t 6M 44 lae4ytv9   2 3   9 : N O b c t $$M m&#$/Ifa$b$gdv9gdOx`gdOx`gd*L 0^`0gd#YgdRO Y c g t ;ͯͯ͠vj[L30jhv9hftCJOJQJUaJmHnHuhv9h}\CJOJQJaJhYghP6CJOJQJaJhP6CJOJQJaJhYghCJOJQJaJhYghOxCJOJQJaJhOxCJOJQJaJhOxhOxCJOJQJaJhYghCJOJQJaJhYgh*LCJOJQJaJhYgh?CJOJQJaJ"hYgh?5>*CJOJQJaJ"hYgh5>*CJOJQJaJ $$M m&#$/Ifa$b$gdv9            " $ ( ) 1 Ӫӛ}}qeYeLeLehHtCJH*OJQJaJhOxCJOJQJaJhHtCJOJQJaJhZCJOJQJaJhYghPHCJOJQJaJhYghCJOJQJaJhYgh?CJOJQJaJ0jhv9h}\CJOJQJUaJmHnHuhv9h}\CJH*OJQJaJhv9h}\CJOJQJaJhv9h}\CJOJQJaJhv9h}\CJOJQJaJ /$$M m&#$/Ifa$b$gdv9kd`$$IflִlXD0 t 6M m    44 lae4ytv9 $$M m&#$/Ifa$b$gdv9 /$$M m&#$/Ifa$b$gdv9kd $$IflִlXD0 t 6M m    44 lae4ytv9 $$M m&#$/Ifa$b$gdv9 /$$M m&#$/Ifa$b$gdv9kd$$IflִlXD0 t 6M m    44 lae4ytv9 $$M m&#$/Ifa$b$gdv9  /$$M m&#$/Ifa$b$gdv9kd[$$IflִlXD0 t 6M m    44 lae4ytv9     $$M m&#$/Ifa$b$gdv9     /***gdRkd$$IflִlXD0 t 6M m    44 lae4ytv9    3 X Y i j k l n q s v w $$}t&#$/Ifa$b$gdv9`gdHtgdR1 D E F K M U V Z [ ] g h i j l n o s t v w x y ׸r]r(hv9h}\B*CJH*OJQJaJphhv9h}\CJOJQJaJ0jhv9h}\CJOJQJUaJmHnHuhv9h}\CJOJQJaJhv9h}\CJOJQJaJhYghdBCJOJQJaJhYghZCJH*OJQJaJhYghZCJOJQJaJhHtCJOJQJaJhHtCJH*OJQJaJw x y { } B+++$$}t&#$/Ifa$b$gdv9kd$$Ifl֞lXD0 t 6}t44 lae4ytv9}  $$}t&#$/Ifa$b$gdv9 B+++$$}t&#$/Ifa$b$gdv9kdj $$Ifl֞lXD0 t 6}t44 lae4ytv9 عqaO@hOx5>*CJOJQJaJ"hYgh#Y5>*CJOJQJaJhYgh~jCJH*OJQJaJhYghCJOJQJaJheOCJOJQJaJhYgh#YCJOJQJaJhYgh~jCJOJQJaJhYghCJOJQJaJhYgheOCJOJQJaJhv9h}\CJH*OJQJaJhv9h}\CJOJQJaJ0jhv9h}\CJOJQJUaJmHnHu $$}t&#$/Ifa$b$gdv9 B+++$$}t&#$/Ifa$b$gdv9kd $$Ifl֞lXD0 t 6}t44 lae4ytv9 $$}t&#$/Ifa$b$gdv9 B+++$$}t&#$/Ifa$b$gdv9kd $$Ifl֞lXD0 t 6}t44 lae4ytv9 $$}t&#$/Ifa$b$gdv9 B=====gdRkd[ $$Ifl֞lXD0 t 6}t44 lae4ytv9 9 : { | +,136@ $$Ifa$gdv9`gdOxgdR ",1lpr{|~;{{bSDhv9h: CJOJQJaJhYgh: CJOJQJaJ0jhYgh: CJOJQJUaJmHnHuhYghtCJH*OJQJaJhv9htCJOJQJaJ"hYght5>*CJOJQJaJ"hYgh5>*CJOJQJaJhYghtCJOJQJaJhYghRJCJOJQJaJ"hYghRJ5>*CJOJQJaJ"hYgh#Y5>*CJOJQJaJ@ACFHqeee $$Ifa$gdv9kd $$IflF  t06    44 la<ytv9HIKNPqeee $$Ifa$gdv9kd $$IflF  t06    44 la<ytv9PQSUWqeee $$Ifa$gdv9kd: $$IflF  t06    44 la<ytv9WXZ\^qeee $$Ifa$gdv9kd $$IflF  t06    44 la<ytv9^_aceqeee $$Ifa$gdv9kdj$$IflF  t06    44 la<ytv9efgikqeee $$Ifa$gdv9kd$$IflF  t06    44 la<ytv9klm}~qllll`````` $$Ifa$gdv9gdRkd$$IflF  t06    44 la<ytv9 ɺtetUtUtUtUtIhOxCJOJQJaJhv9hOxCJH*OJQJaJhv9hOxCJOJQJaJhv9hOxCJOJQJaJh-:CJOJQJaJhATCJOJQJaJhYgh: CJH*OJQJaJhYghCJOJQJaJhYgh: CJOJQJaJhYghtCJOJQJaJhv9h: CJOJQJaJ0jhv9h: CJOJQJUaJmHnHukd\$$Ifl֞dz - !!! t0644 laytv9 $$Ifa$gdv9 $$Ifa$gdv9% gdRkd$$Ifl֞dz - !!! t0644 laytv9$$}O&#$/Ifa$b$gdv9`gdgdR B+++$$}O&#$/Ifa$b$gdv9kd$$Ifl֞lXD0 t 6}O44 lae4ytv9$}O&#$/Ifb$gdv9$$}O&#$/Ifa$b$gdv9B++$$}O&#$/Ifa$b$gdv9kd}$$Ifl֞lXD0 t 6}O44 lae4ytv9$$}O&#$/Ifa$b$gdv9$}O&#$/Ifb$gdv9B+++$$}O&#$/Ifa$b$gdv9kd$$Ifl֞lXD0 t 6}O44 lae4ytv9  $$}O&#$/Ifa$b$gdv9B+++$$}O&#$/Ifa$b$gdv9kd$$Ifl֞lXD0 t 6}O44 lae4ytv9$$}O&#$/Ifa$b$gdv9 !#$%B====8gdTgdRkd|$$Ifl֞lXD0 t 6}O44 lae4ytv9 !"#$'(abdֻyyiyiy]NhYghRJCJOJQJaJh-:CJOJQJaJhYghCJH*OJQJaJhYghCJOJQJaJhv9hTCJOJQJaJhdpECJOJQJaJhOxCJOJQJaJh|CJOJQJaJhYghTCJOJQJaJh CJOJQJaJhYgh: CJOJQJaJhYgh}\CJOJQJaJh}\CJOJQJaJ%&'4UbdfistWkd$$IflF  t06    44 la<ytv9 $$Ifa$gdv9`gdTgdT tvy{|~ekd$$IflF  t06    44 la<ytv9 $$Ifa$gdv9qeee $$Ifa$gdv9kdM$$IflF  t06    44 la<ytv9qeee $$Ifa$gdv9kd$$IflF  t06    44 la<ytv9qeee $$Ifa$gdv9kd}$$IflF  t06    44 la<ytv9qeee $$Ifa$gdv9kd$$IflF  t06    44 la<ytv9qeee $$Ifa$gdv9kd$$IflF  t06    44 la<ytv9<qlc^U^^^^`gd-:gdR`gddpEgdTkda$$IflF  t06    44 la<ytv9 %'cd "$*,-.2345;<KOU[\dh߮rbrbrhYghCJH*OJQJaJhYghCJOJQJaJhv9hCJOJQJaJhv9hTCJOJQJaJhYghTCJOJQJaJ"hYghQ5>*CJOJQJaJhYghRJCJH*OJQJaJhYghRJCJOJQJaJhOx5>*CJOJQJaJ"hYghRJ5>*CJOJQJaJ"<=z{   $$Ifa$gdv9 0^`0gdQgdR  "%'qeee $$Ifa$gdv9kd$$IflF  t06    44 la<ytv9'(*-/qeee $$Ifa$gdv9kd$$IflF  t06    44 la<ytv9/0246qeee $$Ifa$gdv9kdE$$IflF  t06    44 la<ytv9679;=qeee $$Ifa$gdv9kd$$IflF  t06    44 la<ytv9=>@BDqeee $$Ifa$gdv9kdu$$IflF  t06    44 la<ytv9DEFHJqeee $$Ifa$gdv9kd $$IflF  t06    44 la<ytv9JKM]^dfhkmqd[ddOOOO $$Ifa$gdv9^gd 0^`0gdQkd$$IflF  t06    44 la<ytv9 hiqr'(69ɺɌth\Mhv9h-:CJOJQJaJhOxCJOJQJaJhQCJOJQJaJhtCJOJQJaJh"CJOJQJaJhYghQCJOJQJaJhYghCJH*OJQJaJhYghCJOJQJaJhYghCJOJQJaJhYghTCJOJQJaJhv9hCJOJQJaJ0jhv9hCJOJQJUaJmHnHumoqtv $$Ifa$gdv9vwkdg$$Iflִd N!!!! t06    44 laytv9w{~ $$Ifa$gdv9kd/$$Iflִd N!!!! t06    44 laytv9$$ &#$/Ifa$b$gdv9 & F gdR & F gdOx 0^`0gdQƺr`Q`BhYghRJCJOJQJaJhOx5>*CJOJQJaJ"hYghRJ5>*CJOJQJaJha]5>*CJOJQJaJh-:5>*CJOJQJaJhYghCJOJQJaJhYghATCJOJQJaJhATCJOJQJaJhCJOJQJaJh-:CJOJQJaJhv9h-:CJH*OJQJaJhv9h-:CJOJQJaJhv9h-:CJOJQJaJ/$$ &#$/Ifa$b$gdv9kd$$IflִlXD0 t 6     44 lae4ytv9$$ &#$/Ifa$b$gdv9/$$ &#$/Ifa$b$gdv9kd $$IflִlXD0 t 6     44 lae4ytv9$$ &#$/Ifa$b$gdv9/$$ &#$/Ifa$b$gdv9kdI!$$IflִlXD0 t 6     44 lae4ytv9$$ &#$/Ifa$b$gdv9/$$ &#$/Ifa$b$gdv9kd"$$IflִlXD0 t 6     44 lae4ytv9$$ &#$/Ifa$b$gdv9/***gdRkd"$$IflִlXD0 t 6     44 lae4ytv945wx $$& #$/Ifa$b$gdv9gdRGHLNXY[`deghno߰߰ߡyyyii]NhYgh-:CJOJQJaJh-:CJOJQJaJhYghACJH*OJQJaJ0jhv9hACJOJQJUaJmHnHuhv9hACJOJQJaJhYghACJOJQJaJhYgh[CJH*OJQJaJhYghACJOJQJaJy(hv9h[CJOJQJaJhYgh[CJOJQJaJ"hYgh[5>*CJOJQJaJhSSS$$& #$/Ifa$b$gdv9kd`#$$IflF  t 6 06    44 la<e4ytv9!#hSSS$$& #$/Ifa$b$gdv9kd $$$IflF  t 6 06    44 la<e4ytv9#$&)+hSSS$$& #$/Ifa$b$gdv9kd$$$IflF  t 6 06    44 la<e4ytv9+,.02hSSS$$& #$/Ifa$b$gdv9kd^%$$IflF  t 6 06    44 la<e4ytv923579hSSS$$& #$/Ifa$b$gdv9kd&$$IflF  t 6 06    44 la<e4ytv99:<>@hSSS$$& #$/Ifa$b$gdv9kd&$$IflF  t 6 06    44 la<e4ytv9@ABDFhSSS$$& #$/Ifa$b$gdv9kdj'$$IflF  t 6 06    44 la<e4ytv9FGIZ[`bdgjlhccccWWWWW $$Ifa$gdv9gdRkd"($$IflF  t 6 06    44 la<e4ytv9 lnqs $$Ifa$gdv9stkd($$Iflִd N!!!! t06    44 laytv9tx{~ $$Ifa$gdv9kd)$$Iflִd N!!!! t06    44 laytv9$$$&#$/Ifa$b$gdv9gdR   nӴ{ocoTB#h~?B*CJOJQJ^JaJphhZh~?CJOJQJaJhCJOJQJaJh~?CJOJQJaJhrhACJOJQJaJhrhn CJOJQJaJh-:CJOJQJaJhYghFCJOJQJaJhYghn CJOJQJaJhv9ho~`CJH*OJQJaJhv9ho~`CJOJQJaJhv9ho~`CJOJQJaJhv9ho~`CJOJQJaJB+++$$$&#$/Ifa$b$gdv9kdx*$$Ifl֞lXD0 t 6$44 lae4ytv9$$$&#$/Ifa$b$gdv9B+++$$$&#$/Ifa$b$gdv9kd+$$Ifl֞lXD0 t 6$44 lae4ytv9$$$&#$/Ifa$b$gdv9B+++$$$&#$/Ifa$b$gdv9kd+$$Ifl֞lXD0 t 6$44 lae4ytv9$$$&#$/Ifa$b$gdv9B==00 0^`0gd~?gdRkdi,$$Ifl֞lXD0 t 6$44 lae4ytv9LMvw$$& #$/Ifa$b$gdv9gdR^gd~?gd~? 0^`0gd~?6GPh&'rtƱƱqqqqq_PhYghCJOJQJaJ"hYghF5>*CJOJQJaJhYghRJCJH*OJQJaJhYghRJCJOJQJaJ"hYghRJ5>*CJOJQJaJh \5>*CJOJQJaJ)hhB*CJOJQJ^JaJph#hB*CJOJQJ^JaJph#h~?B*CJOJQJ^JaJph)hZh~?B*CJOJQJ^JaJphhSSS$$& #$/Ifa$b$gdv9kd-$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kd-$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kdl.$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kd/$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kd/$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kdj0$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kd"1$$IflF  t 6 06    44 la<e4ytv9hccccccccccgdRkd1$$IflF  t 6 06    44 la<e4ytv9   '46DFUWX\]_`covwhYwYMYMYhICJOJQJaJhYghVCJOJQJaJhYgho~`CJOJQJaJho~`CJOJQJaJhv9ho~`CJH*OJQJaJhv9ho~`CJOJQJaJhv9ho~`CJOJQJaJhYghCJH*OJQJaJhYghCJOJQJaJ"hYgh5>*CJOJQJaJhYghFCJOJQJaJhv9hCJOJQJaJ "#%&$$&#$/Ifa$b$gdv9gdR &'(/$$&#$/Ifa$b$gdv9kd2$$IflִlXD0 t 6    44 lae4ytv9()+-/136$$&#$/Ifa$b$gdv9679/$$&#$/Ifa$b$gdv9kdI3$$IflִlXD0 t 6    44 lae4ytv99:;=?ACF$$&#$/Ifa$b$gdv9FGH/$$&#$/Ifa$b$gdv9kd3$$IflִlXD0 t 6    44 lae4ytv9HJLNPRTW$$&#$/Ifa$b$gdv9WX]_`/***gdRkd4$$IflִlXD0 t 6    44 lae4ytv9`abcw&'_`"#78=?$$& #$/Ifa$b$gdv9`gdVgdVgdR'HJ "#$8°sdR"hYghn5>*CJOJQJaJho~`5>*CJOJQJaJhYghJ CJOJQJaJhYghRJCJH*OJQJaJhYghRJCJOJQJaJh \5>*CJOJQJaJ"hYghRJ5>*CJOJQJaJ"hYgh5>*CJOJQJaJhICJOJQJaJhYghVCJOJQJaJhYghVCJH*OJQJaJ8=}n_P_P@hv9ho~`CJH*OJQJaJhv9ho~`CJOJQJaJhv9ho~`CJOJQJaJhYgho~`CJOJQJaJho~`CJOJQJaJ0jhv9h-9CJOJQJUaJmHnHuhv9h-9CJOJQJaJhYgh-9CJH*OJQJaJhYgh-9CJOJQJaJ"hYgh-95>*CJOJQJaJhv9hnCJOJQJaJhYghnCJOJQJaJ?BLMORTSkd`5$$IflF  t 6 06    44 la<e4ytv9$$& #$/Ifa$b$gdv9TUWZ\hSSS$$& #$/Ifa$b$gdv9kd 6$$IflF  t 6 06    44 la<e4ytv9\]_bdhSSS$$& #$/Ifa$b$gdv9kd6$$IflF  t 6 06    44 la<e4ytv9degikhSSS$$& #$/Ifa$b$gdv9kd^7$$IflF  t 6 06    44 la<e4ytv9klnprhSSS$$& #$/Ifa$b$gdv9kd8$$IflF  t 6 06    44 la<e4ytv9rsuwyhSSS$$& #$/Ifa$b$gdv9kd8$$IflF  t 6 06    44 la<e4ytv9yz{}hSSS$$& #$/Ifa$b$gdv9kdj9$$IflF  t 6 06    44 la<e4ytv9hccccccccccgdRkd":$$IflF  t 6 06    44 la<e4ytv9  $$Ifa$gdv9gdRK????? $$Ifa$gdv9kd:$$Iflrd8 Q ! t0644 laytv9KFFFFFFgdRkd;$$Iflrd8 Q ! t0644 laytv9$$Y&#$/Ifa$b$gdv9B+++$$Y&#$/Ifa$b$gdv9kdH<$$Ifl֞lXD0 t 6Y44 lae4ytv9$$Y&#$/Ifa$b$gdv9   B+++$$Y&#$/Ifa$b$gdv9kd<$$Ifl֞lXD0 t 6Y44 lae4ytv9 $$Y&#$/Ifa$b$gdv9#%&(,8?IP_auvxz}ҺҺҪҘwhXhXhXhXhhYghRJCJH*OJQJaJhYghRJCJOJQJaJh \5>*CJOJQJaJ"hYghRJ5>*CJOJQJaJ"hYgh-95>*CJOJQJaJhYgh-9CJH*OJQJaJhICJOJQJaJho~`CJOJQJaJhYgh-9CJOJQJaJhv9ho~`CJH*OJQJaJhv9ho~`CJOJQJaJB+++$$Y&#$/Ifa$b$gdv9kd=$$Ifl֞lXD0 t 6Y44 lae4ytv9 "%$$Y&#$/Ifa$b$gdv9%&'()*+B=====gdRkd9>$$Ifl֞lXD0 t 6Y44 lae4ytv9+,@QuvQR|}$$& #$/Ifa$b$gdv9gdR}%'689;<?@BCGHJKMNߴwwwkRRRR0jhv9h4>CJOJQJUaJmHnHuh4>CJOJQJaJhv9h?CJH*OJQJaJhv9h?CJOJQJaJhv9h?CJOJQJaJhYgh?CJOJQJaJh?CJOJQJaJhYgh4>CJH*OJQJaJhv9h4>CJOJQJaJhYgh4>CJOJQJaJ"hYgh4>5>*CJOJQJaJ hSSS$$& #$/Ifa$b$gdv9kd>$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kd?$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kd<@$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kd@$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kdA$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kd:B$$IflF  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kdB$$IflF  t 6 06    44 la<e4ytv9hccccccccccgdRkdC$$IflF  t 6 06    44 la<e4ytv9 $$}U&#$/Ifa$b$gdv9gdR  /$$}U&#$/Ifa$b$gdv9kdpD$$IflִlXD0 t 6}U    44 lae4ytv9   $$}U&#$/Ifa$b$gdv9/$$}U&#$/Ifa$b$gdv9kdE$$IflִlXD0 t 6}U    44 lae4ytv9 "$'$$}U&#$/Ifa$b$gdv9'()/$$}U&#$/Ifa$b$gdv9kdE$$IflִlXD0 t 6}U    44 lae4ytv9)+-/1358$$}U&#$/Ifa$b$gdv989:<=/***gdRkdyF$$IflִlXD0 t 6}U    44 lae4ytv9=>?@BEGJMPS $$Ifa$gdv9gdR NPQfghvw /6@GQXZ[ik|ɽɽɭɭɂɂvvvjZvhYgh @CJH*OJQJaJh]CJOJQJaJhICJOJQJaJhYgh @CJOJQJaJhYghWB@CJOJQJaJh4>CJH*OJQJaJhYgh4>CJH*OJQJaJhWB@CJOJQJaJhYgh4>CJOJQJaJ0jhv9h4>CJOJQJUaJmHnHuhv9h4>CJOJQJaJSTW% $$Ifa$gdv9kd0G$$Ifl֞dz - !!! t0644 laytv9WZ]_ace $$Ifa$gdv9efh% gdRkdG$$Ifl֞dz - !!! t0644 laytv9huw !7HY[ !45:= $$Ifa$gdv9 0^`0gd`gd] 0^`0gd @gdR`gdWB@ !3457:;vdvU<0jhv9hCJOJQJUaJmHnHuhYghCJOJQJaJ"hYgh @5>*CJOJQJaJ"hYgho5>*CJOJQJaJhYgh @CJOJQJaJh|CJOJQJaJhYgh|CJOJQJaJhYghCJOJQJaJhuCJOJQJaJh \5>*CJOJQJaJ"hYghRJ5>*CJOJQJaJ"hYgh5>*CJOJQJaJ=?BDGILN $$Ifa$gdv9;?@DEIJe    ɹɹɭɞɹɹ}n}_}M"hYgh5>*CJOJQJaJhaV5>*CJOJQJaJh \5>*CJOJQJaJ"hYghJ 5>*CJOJQJaJhYghCJOJQJaJhYghoCJOJQJaJhuCJOJQJaJhYghCJH*OJQJaJhYghCJOJQJaJ0jhv9hCJOJQJUaJmHnHuhv9hCJOJQJaJNOkdH$$Iflִd N!!!! t06    44 laytv9OSVY\^`bd $$Ifa$gdv9dekdxI$$Iflִd N!!!! t06    44 laytv9ef|}$$& #$/Ifa$b$gdv9 0^`0gd hSSS$$& #$/Ifa$b$gdv9kd@J$$IflF{  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kdJ$$IflF{  t 6 06    44 la<e4ytv9hSSS$$& #$/Ifa$b$gdv9kdK$$IflF{  t 6 06    44 la<e4ytv9 h[[[VVVVVgdR 0^`0gdkddL$$IflF{  t 6 06    44 la<e4ytv9   b c -!.!z!{!!!'"(";"<"}#~#$$$$ 0^`0gd 0^`0gd 0^`0gdJ gdR  T W X a "!#!p!q!!!("<"A"`"e"o"r"x"""""""""###(#/#2#6#7#S#T#Y#Z#[#######߻߻ߣߣ߻ߗ߻|||hYghCJOJQJaJhCJOJQJaJh]CJOJQJaJhaVCJOJQJaJhCJOJQJaJhYvCJOJQJaJh \CJOJQJaJhICJOJQJaJhYghJ CJOJQJaJ"hYghJ 5>*CJOJQJaJ0###V$b$k$r$y$z$$$$$$$$$%% % %%%%%#%%%/%1%@%Ǹǩ{k\L\L\hv9h]CJH*OJQJaJhv9h]CJOJQJaJhv9h]CJH*OJQJaJ(hv9h]B*CJH*OJQJaJph0jhv9h]CJOJQJUaJmHnHuhv9h]CJOJQJaJhYgh~L0CJOJQJaJhYghCJOJQJaJhYghJ CJOJQJaJhYghCJOJQJaJhCJOJQJaJ$$$$%%%%%$$&`#$/Ifa$b$gdv9%%%/$$&`#$/Ifa$b$gdv9kd2M$$IflִlXD0 t 6`    44 lae4ytv9% % % % %%%%$$&`#$/Ifa$b$gdv9%%%/$$&`#$/Ifa$b$gdv9kdM$$IflִlXD0 t 6`    44 lae4ytv9%%%%% %"%%%$$&`#$/Ifa$b$gdv9%%&%(%/$$&`#$/Ifa$b$gdv9kdN$$IflִlXD0 t 6`    44 lae4ytv9(%)%*%+%,%-%.%1%$$&`#$/Ifa$b$gdv91%2%3%/$$&`#$/Ifa$b$gdv9kd-O$$IflִlXD0 t 6`    44 lae4ytv93%5%7%9%;%=%?%B%$$&`#$/Ifa$b$gdv9@%B%C%G%H%I%J%K%N%%%%%%%%%%%%%%%%%%%%%ͺͧqXIXIXIXIhv9hZCJOJQJaJ0jhv9hZCJOJQJUaJmHnHuhYghZCJOJQJaJh|CJOJQJaJh]CJOJQJaJhYgh~L0CJOJQJaJ%hYgh~L0B*CJOJQJaJph%hYgh]B*CJOJQJaJph%hYghB*CJOJQJaJphhv9h]CJOJQJaJhv9h]CJH*OJQJaJB%C%H%I%/"" 0^`0gdkdO$$IflִlXD0 t 6`    44 lae4ytv9I%J%L%M%N%t%%%%%%%%%%$$N&`#$/Ifa$b$gdv9^gd] 0^`0gd%%%/$$N&`#$/Ifa$b$gdv9kdP$$IflִlXD0 t 6`N    44 lae4ytv9%%%%%%%%$$N&`#$/Ifa$b$gdv9%%%/$$N&`#$/Ifa$b$gdv9kdDQ$$IflִlXD0 t 6`N    44 lae4ytv9%%%%%%%%$$N&`#$/Ifa$b$gdv9%%%/" 0^`0gdkdQ$$IflִlXD0 t 6`N    44 lae4ytv9%%%%%%%%%%%%%% $$Ifa$gdv9gd~L0 p^p`gd~L0 %% & &&&0&1&6&8&?&A&C&Q&S&Y&Z&[&\&^&l&r&t&u&y&|&~&Ŷ؈؈؈؈؈ضvdUEhYgh-nCJH*OJQJaJhYgh-nCJOJQJaJ"hYgh-n5>*CJOJQJaJ"hYghJ 5>*CJOJQJaJhv9h-nCJOJQJaJhYghZCJH*OJQJaJhYghJ CJOJQJaJhYghZCJOJQJaJ%hYgh~L0B*CJOJQJaJphhv9hZCJOJQJaJ0jhv9hZCJOJQJUaJmHnHu%%kdR$$Iflִd N!!!! t06    44 laytv9%%%%&&&&& $$Ifa$gdv9& &kdzS$$Iflִd N!!!! t06    44 laytv9 & &&&9&:&?&A&D&N&$$& #$/Ifa$b$gdv9gdRgd~L0 N&O&Q&T&V&hSSS$$& #$/Ifa$b$gdv9kdBT$$IflF{  t 6 06    44 la<e4ytv9V&W&Y&[&]&hSSS$$& #$/Ifa$b$gdv9kdT$$IflF{  t 6 06    44 la<e4ytv9]&^&`&b&d&hSSS$$& #$/Ifa$b$gdv9kdU$$IflF{  t 6 06    44 la<e4ytv9d&e&g&i&k&hSSS$$& #$/Ifa$b$gdv9kdfV$$IflF{  t 6 06    44 la<e4ytv9k&l&m&o&q&hSSS$$& #$/Ifa$b$gdv9kd&W$$IflF{  t 6 06    44 la<e4ytv9q&r&s&t&u&v&w&x&y&&&&hccccccccccgdRkdW$$IflF{  t 6 06    44 la<e4ytv9 ~&&&&&&&&&&&&&&&&&&&&&&&&ɺ|m[L[=[Lh \5>*CJOJQJaJh"5>*CJOJQJaJ"hYgh"5>*CJOJQJaJh05>*CJOJQJaJhYgh(CJOJQJaJy(hv9h|CJH*OJQJaJhv9h|CJOJQJaJhv9h|CJOJQJaJhYgh|CJOJQJaJh|CJOJQJaJh-nCJOJQJaJhYgh-nCJH*OJQJaJhYgh-nCJOJQJaJ&&&&&&&&&&$$&#$/Ifa$b$gdv9 &&kdX$$Ifl lXD0 t 6$$$$44 lae4ytv9&&&&&&&&&&$$&#$/Ifa$b$gdv9 &&kdkY$$Ifl lXD0 t 6$$$$44 lae4ytv9&&&&&&&&&&$$&#$/Ifa$b$gdv9 &&kd"Z$$Ifl lXD0 t 6$$$$44 lae4ytv9&&&&&&&&&&$$&#$/Ifa$b$gdv9 &&&gdRkdZ$$Ifl lXD0 t 6$$$$44 lae4ytv9&&&''''))y*z******E++++d,e,n,w,, & Fgd 0^`0gdgd & Fgd*gd*gdRgd"&&''''m(o(()))))U*x*y*z**********+++d,e,m,n,,ǻǯǯǻǣǑsǯǯǯdǯh*hCJOJQJaJhW5>*CJOJQJaJh*5>*CJOJQJaJ"hYgh*5>*CJOJQJaJh9!CJOJQJaJhCJOJQJaJh$/CJOJQJaJh*CJOJQJaJh"5>*CJOJQJaJh"CJOJQJaJ"hYgh"5>*CJOJQJaJ",,,,,,,,,$$M <&#$/Ifa$b$gdv9gd & Fgd,,,,,,,,,,,-L-M-}-~----------[.ɱ彘}pdUUIhCJOJQJaJh.)h.)CJOJQJaJh.)CJOJQJaJh.)CJH*OJQJaJh.)h.)CJH*OJQJaJh.)H*OJQJaJh.)CJH*OJQJaJh"kCJOJQJaJhWCJOJQJaJh.)CJOJQJaJhCJH*OJQJaJhv9hCJOJQJaJhCJOJQJaJh5>*CJOJQJaJ,,,,,fOOO$$M <&#$/Ifa$b$gdv9kd[$$IflF t 6M <06    44 lae4ytv9,,,,,fOOO$$M <&#$/Ifa$b$gdv9kd]\$$IflF t 6M <06    44 lae4ytv9,,,,,fOOO$$M <&#$/Ifa$b$gdv9kd]$$IflF t 6M <06    44 lae4ytv9,,,,,fOOO$$M <&#$/Ifa$b$gdv9kd]$$IflF t 6M <06    44 lae4ytv9,,,,,,,,M-N-faaaaaaTa ^`gdgdkdp^$$IflF t 6M <06    44 lae4ytv9 N-------'.\.].^._.`.a.b.c.e.f.$$= &#$/Ifa$b$gdv9gd.)^gd.) ^`gd.)gd[.\.c.e.g.t.u.v.w.x..............!/"/d/m/o/v/w//Ĵĥo`oQohW5>*CJOJQJaJh+j5>*CJOJQJaJ"hYghR5>*CJOJQJaJh"kCJOJQJaJhCJOJQJaJh.)CJOJQJaJhYgh.)CJOJQJaJhv9h.)CJH*OJQJaJhv9h.)CJOJQJaJhv9hCJOJQJaJhv9hCJOJQJaJhI[2h.)CJOJQJaJf.g.kd!_$$Ifl lXD0 t 6= $$$$44 lae4ytv9g.h.j.l.n.p.r.t.v.x.$$= &#$/Ifa$b$gdv9 x.y.kd_$$Ifl lXD0 t 6= $$$$44 lae4ytv9y.{.|.}.~......$$= &#$/Ifa$b$gdv9 ..kd`$$Ifl lXD0 t 6= $$$$44 lae4ytv9..........$$= &#$/Ifa$b$gdv9 ...gd.)kdTa$$Ifl lXD0 t 6= $$$$44 lae4ytv9......."/#/U/V/c/d/////00g0i000 1gdR^gd"kgd"k @ ^@ `gd"k 0^`0gd"kgd.)///g0h0 11 1!1"1&1R1S11111111111ʸ{l]M]M]M]>hYgh.@CJOJQJaJhv9hCJH*OJQJaJhv9hCJOJQJaJhI[2hCJOJQJaJhI[2CJOJQJaJhCJOJQJaJhhCJOJQJaJhI[2"hYghU5>*CJOJQJaJ"hYgh7a5>*CJOJQJaJhYghqN*CJOJQJaJh*CJOJQJaJh0CJOJQJaJhYghRCJOJQJaJ 11!1"1S111111111111$$m &#$/Ifa$b$gdv9gd9 gdrqZ11kdb$$Ifl lXD0 t 6m $$$$44 lae4ytv91111111111$$m &#$/Ifa$b$gdv9 11kdb$$Ifl lXD0 t 6m $$$$44 lae4ytv91111111111$$m &#$/Ifa$b$gdv9 111gd9kdc$$Ifl lXD0 t 6m $$$$44 lae4ytv91111111111111111 $$Ifa$gdv9gd9111111111111122.2H2I2f2k2l2s22ٰىzzkRkChv9hCJOJQJaJ0jhv9hCJOJQJUaJmHnHuhv9hCJOJQJaJhYghCJOJQJaJhvCJOJQJaJhuCJOJQJaJhv9h.@CJOJQJaJ0jhv9h.@CJOJQJUaJmHnHuhsh.@>*CJOJQJaJhYgh.@CJOJQJaJhI[2CJOJQJaJhsCJOJQJaJ11kdZd$$Iflִd N!!!! t06    44 laytv9111111111 $$Ifa$gdv911kd"e$$Iflִd N!!!! t06    44 laytv911222)2I2f2g2h2i2j2k2n2p2q2r2$$- e&#$/Ifa$b$gdv9`gd.@gd9r2s2kde$$Ifl lXD0 t 6- e$$$$44 lae4ytv9s2t2v2x2z2|2~2222$$- e&#$/Ifa$b$gdv9 2222222222222222222233o3p3z3{3Ŷѧ}n_n}nSGSGS_hWCJOJQJaJh5?CJOJQJaJh+j5>*CJOJQJaJh5?5>*CJOJQJaJhW5>*CJOJQJaJh5>*CJOJQJaJho2sCJOJQJaJhYghrCJOJQJaJhYghCJOJQJaJhCJOJQJaJhYghCJOJQJaJhv9hCJOJQJaJhv9hCJH*OJQJaJ22kdf$$Ifl lXD0 t 6- e$$$$44 lae4ytv92222222222$$- e&#$/Ifa$b$gdv9 22kdXg$$Ifl lXD0 t 6- e$$$$44 lae4ytv92222222222$$- e&#$/Ifa$b$gdv9 222`gd.@kdh$$Ifl lXD0 t 6- e$$$$44 lae4ytv9222222222&3'3z3{3333333$$& #$/Ifa$b$gdv9 0^`0gd D ^`gd`gd.@{3|3333333333333333333333344C4E4e4g4r4s44444Ǹǚrrrrereh"/CJH*OJQJaJhICJH*OJQJaJhIhICJOJQJaJhICJOJQJaJhYghgTCJOJQJaJhv9hICJOJQJaJhv9h5?CJOJQJaJh5?h5?CJOJQJaJh5?CJOJQJaJh5?5>*CJOJQJaJhy)d5>*CJOJQJaJ#33333hSSS$$& #$/Ifa$b$gdv9kdh$$IflF{  t 6 06    44 la<e4ytv933333hSSS$$& #$/Ifa$b$gdv9kdi$$IflF{  t 6 06    44 la<e4ytv933333hSSS$$& #$/Ifa$b$gdv9kdFj$$IflF{  t 6 06    44 la<e4ytv933333hSSS$$& #$/Ifa$b$gdv9kdk$$IflF{  t 6 06    44 la<e4ytv933333hSSS$$& #$/Ifa$b$gdv9kdk$$IflF{  t 6 06    44 la<e4ytv933333hSSS$$& #$/Ifa$b$gdv9kdl$$IflF{  t 6 06    44 la<e4ytv933333hSSS$$& #$/Ifa$b$gdv9kdFm$$IflF{  t 6 06    44 la<e4ytv933333hSSS$$& #$/Ifa$b$gdv9kdn$$IflF{  t 6 06    44 la<e4ytv93333333333h[[[[VVVVgdI 0^`0gd Dkdn$$IflF{  t 6 06    44 la<e4ytv9 3333344#444^4_444444 5 5"555G5H5555555gdi7 0^`0gdi7gdI444445 5!5"5#5&5-515354555C5E5I5Z5_5555555555|m|^|hW5>*CJOJQJaJh+j5>*CJOJQJaJhi75>*CJOJQJaJhCJOJQJaJhCJOJQJaJh;CJOJQJaJh"/h"/>*CJOJQJaJh"/h"/CJOJQJaJh"/CJH*OJQJaJh"/>*CJOJQJaJhICJOJQJaJh"/CJOJQJaJ5*6+66677q7r7}777777777P8Q8R8S8V8~qbL*jhi7CJOJQJUaJmHnHuh:hi7CJOJQJaJhi7CJH*OJQJaJhIhi7CJOJQJaJh"/hi7CJOJQJaJhi7CJOJQJaJhv9hi7CJOJQJaJh:Yhi7CJOJQJaJ)hi75>*B*CJOJQJ^JaJph#hWB*CJOJQJ^JaJph#hi7B*CJOJQJ^JaJph546566677|7}7777777$$& #$/Ifa$b$gdv9 0^`0gdi7gdi777777hSSS$$& #$/Ifa$b$gdv9kdo$$IflF{  t 6 06    44 la<e4ytv977777hSSS$$& #$/Ifa$b$gdv9kdFp$$IflF{  t 6 06    44 la<e4ytv977777hSSS$$& #$/Ifa$b$gdv9kdp$$IflF{  t 6 06    44 la<e4ytv977777hSSS$$& #$/Ifa$b$gdv9kdq$$IflF{  t 6 06    44 la<e4ytv977777hSSS$$& #$/Ifa$b$gdv9kdxr$$IflF{  t 6 06    44 la<e4ytv97777777777h[VVVVVVVgdi7 0^`0gdi7kd8s$$IflF{  t 6 06    44 la<e4ytv9 777888R8S8\8^8`8b8d8f8h8j8l8n8p8q8s8w8{8~888888Fft $$Ifa$gdv9gdi7^gdi7V8W8\8q8s8899999::::: :%:&:3:̼ۭۡۏ}n_P_A_hW5>*CJOJQJaJh+j5>*CJOJQJaJh'5>*CJOJQJaJh"/h;CJOJQJaJ#hlUB*CJOJQJ^JaJph#h#NB*CJOJQJ^JaJphh|WCJOJQJaJhhi7CJOJQJaJhv9hi7CJH*OJQJaJhv9hi7CJOJQJaJhi7CJOJQJaJ0jhYghi7CJOJQJUaJmHnHu88889999:9G9Q9[9\9}9~99999$$& #$/Ifa$b$gdv9 0^`0gdi7gdi7Ffw $$Ifa$gdv999999hSSS$$& #$/Ifa$b$gdv9kdz$$IflF{  t 6 06    44 la<e4ytv999999hSSS$$& #$/Ifa$b$gdv9kdz$$IflF{  t 6 06    44 la<e4ytv999999hSSS$$& #$/Ifa$b$gdv9kd{$$IflF{  t 6 06    44 la<e4ytv999999hSSS$$& #$/Ifa$b$gdv9kd@|$$IflF{  t 6 06    44 la<e4ytv999999hSSS$$& #$/Ifa$b$gdv9kd}$$IflF{  t 6 06    44 la<e4ytv999999hSSS$$& #$/Ifa$b$gdv9kd}$$IflF{  t 6 06    44 la<e4ytv999999999999hcccccccccgdi7kd~$$IflF{  t 6 06    44 la<e4ytv9 99: :::6:7:::;;;;B;D;W;X;;;<< 0^`0gdD2 0^`0gd!:0gd' 0^`0gd'gdI`gdi73:4:6:7:::7;8;B;D;X;\;;;;;<<<<<ĸĬĸymaKa<hv9h%CJOJQJaJ*jh%CJOJQJUaJmHnHuhD2CJOJQJaJhGCJOJQJaJh!:0CJOJQJaJh4ijCJOJQJaJh*,CJOJQJaJh*,5>*CJOJQJaJhWCJOJQJaJh"/CJOJQJaJhrCJOJQJaJ#h'B*CJOJQJ^JaJphh'5>*CJOJQJaJhwp5>*CJOJQJaJ<<<<<<<<<<RkdN$$Ifl\pP  t0644 la<ytv9 $$Ifa$gdv9 <<<<<<<<^UPPDDD $$Ifa$gdv9gdI^gdD2kd$$Ifl\pP  t0644 la<ytv9<<<<<<<<<<<<==========÷~rfZfZfNf?hIh4ijCJOJQJaJh|WCJOJQJaJhGCJOJQJaJh4ijCJOJQJaJhgTCJOJQJaJhICJOJQJaJhIhICJOJQJaJhv9h%CJOJQJaJh"/h"/CJOJQJaJhD2CJOJQJaJ*jh%CJOJQJUaJmHnHuh*,hD2CJOJQJaJh*,CJOJQJaJh%CJOJQJaJ<<<<<<<Rkd$$Ifl\pP  t0644 la<ytv9 $$Ifa$gdv9<<<<<<<==^YYYYYTTgdwpgdIkd$$Ifl\pP  t0644 la<ytv9============ $$Ifa$gdv9 0^`0gd4ij ================>> >!>">$>%>'>(>*>+>->2>Q>i>j>k>ؽyly`\hPth4EhPt5CJaJhPt5CJOJQJaJh4EhPt5CJOJQJaJh0jh0UhoCJOJQJaJmH sH hy)dCJOJQJaJh;CJOJQJaJh4ijCJOJQJaJhv9h;CJOJQJaJhv9h4ijCJOJQJaJ0jhv9h;CJOJQJUaJmHnHu ==kd$$IflִL, l| t06    44 la<ytv9========= $$Ifa$gdv9==kd~$$IflִL, l| t06    44 la<ytv9==>>>> >!>#>$>&>'>)>*>,>->i>j>k>t>u>v>>gd9 hh]h`hgdd &`#$gdOx$a$gdgd~^ 0^`0gd4ijk>l>r>s>t>v>>>>>>>>>ƶhoCJOJQJaJmH sH hbh0h95CJOJQJaJh*h95CJOJQJaJhPt hPt0JjhPt0JU >>>>>>>>>>>>>>>>>>>>gd~^ hh]h`hgdd6&P1h:pv/ =!"#$% $$If!vh55555555#v#v:V l t 6M ,55e4ytv9$$If!vh55555555#v#v:V l t 6M ,55e4ytv9$$If!vh55555555#v#v:V l t 6M ,55/ e4ytv9$$If!vh55555555#v#v:V l t 6M ,55/ e4ytv9$$If!vh5555555#v#v:V l t 6M ,55e4ytv9$$If!vh5555555#v#v:V l t 6M ,55e4ytv9$$If!vh5555555#v#v:V l t 6M ,55/ e4ytv9$$If!vh5555555#v#v:V l t 6M ,55/ e4ytv9$$If!vh55555555#v#v:V l t 6M m,55e4ytv9$$If!vh55555555#v#v:V l t 6M m,55e4ytv9$$If!vh55555555#v#v:V l t 6M m,55e4ytv9$$If!vh55555555#v#v:V l t 6M m,55/ e4ytv9$$If!vh55555555#v#v:V l t 6M m,55/ e4ytv9$$If!vh5555555#v#v:V l t 6}t,55e4ytv9$$If!vh5555555#v#v:V l t 6}t,55e4ytv9$$If!vh5555555#v#v:V l t 6}t,55e4ytv9$$If!vh5555555#v#v:V l t 6}t,55/ e4ytv9$$If!vh5555555#v#v:V l t 6}t,55/ e4ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065/ a<ytv9$$If<!vh555#v#v:V l t065/ / a<ytv9$$If!vh5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh5555555#v#v:V l t 6}O,55e4ytv9$$If!vh5555555#v#v:V l t 6}O,55e4ytv9$$If!vh5555555#v#v:V l t 6}O,55/ e4ytv9$$If!vh5555555#v#v:V l t 6}O,55/ e4ytv9$$If!vh5555555#v#v:V l t 6}O,55e4ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065/ a<ytv9$$If<!vh555#v#v:V l t065/ a<ytv9$$If<!vh555#v#v:V l t065/ / a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065a<ytv9$$If<!vh555#v#v:V l t065/ a<ytv9$$If<!vh555#v#v:V l t065/ / a<ytv9$$If!vh5!5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh5!5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh55555555#v#v:V l t 6 ,55e4ytv9$$If!vh55555555#v#v:V l t 6 ,55e4ytv9$$If!vh55555555#v#v:V l t 6 ,55/ e4ytv9$$If!vh55555555#v#v:V l t 6 ,55/ e4ytv9$$If!vh55555555#v#v:V l t 6 ,55e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ / a<e4ytv9$$If!vh5!5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh5!5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh5555555#v#v:V l t 6$,55e4ytv9$$If!vh5555555#v#v:V l t 6$,55e4ytv9$$If!vh5555555#v#v:V l t 6$,55/ e4ytv9$$If!vh5555555#v#v:V l t 6$,55/ e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ / a<e4ytv9$$If!vh55555555#v#v:V l t 6,55e4ytv9$$If!vh55555555#v#v:V l t 6,55e4ytv9$$If!vh55555555#v#v:V l t 6,55/ e4ytv9$$If!vh55555555#v#v:V l t 6,55/ e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ / a<e4ytv9$$If!vh5!5555#v!#v:V l t065!5aytv9$$If!vh5!5555#v!#v:V l t065!5aytv9$$If!vh5555555#v#v:V l t 6Y,55e4ytv9$$If!vh5555555#v#v:V l t 6Y,55e4ytv9$$If!vh5555555#v#v:V l t 6Y,55/ e4ytv9$$If!vh5555555#v#v:V l t 6Y,55/ e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ a<e4ytv9$$If<!vh555#v#v:V l t 6 065/ / a<e4ytv9$$If!vh55555555#v#v:V l t 6}U,55e4ytv9$$If!vh55555555#v#v:V l t 6}U,55e4ytv9$$If!vh55555555#v#v:V l t 6}U,55/ e4ytv9$$If!vh55555555#v#v:V l t 6}U,55/ e4ytv9$$If!vh5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh5!5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh5!5!5!5!5555#v!#v:V l t065!5aytv9$$If<!vh555#v#v:V l t 6 0655a<e4ytv9$$If<!vh555#v#v:V l t 6 0655a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ / a<e4ytv9$$If!vh55555555#v#v:V l t 6`,55e4ytv9$$If!vh55555555#v#v:V l t 6`,55e4ytv9$$If!vh55555555#v#v:V l t 6`,55e4ytv9$$If!vh55555555#v#v:V l t 6`,55/ e4ytv9$$If!vh55555555#v#v:V l t 6`,55/ e4ytv9$$If!vh55555555#v#v:V l t 6`N,55e4ytv9$$If!vh55555555#v#v:V l t 6`N,55/ e4ytv9$$If!vh55555555#v#v:V l t 6`N,55/ e4ytv9$$If!vh5!5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh5!5!5!5!5555#v!#v:V l t065!5aytv9$$If<!vh555#v#v:V l t 6 0655a<e4ytv9$$If<!vh555#v#v:V l t 6 0655a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ / a<e4ytv9$$If!v h555555555 #v#v :V l t 6,, 55 e4ytv9$$If!v h555555555 #v#v :V l t 6,, 55 e4ytv9$$If!v h555555555 #v#v :V l t 6,, 55 /  e4ytv9$$If!v h555555555 #v#v :V l t 6,, 55 /  e4ytv9$$If!vh555#v#v:V l t 6M <0655e4ytv9$$If!vh555#v#v:V l t 6M <0655e4ytv9$$If!vh555#v#v:V l t 6M <0655e4ytv9$$If!vh555#v#v:V l t 6M <0655e4ytv9$$If!vh555#v#v:V l t 6M <0655e4ytv9$$If!v h555555555 #v#v :V l t 6= ,, 55 e4ytv9$$If!v h555555555 #v#v :V l t 6= ,, 55 e4ytv9$$If!v h555555555 #v#v :V l t 6= ,, 55 /  e4ytv9$$If!v h555555555 #v#v :V l t 6= ,, 55 /  e4ytv9$$If!v h555555555 #v#v :V l t 6m ,, 55 e4ytv9$$If!v h555555555 #v#v :V l t 6m ,, 55 /  e4ytv9$$If!v h555555555 #v#v :V l t 6m ,, 55 /  e4ytv9$$If!vh5!5!5!5!5555#v!#v:V l t065!5aytv9$$If!vh5!5!5!5!5555#v!#v:V l t065!5aytv9$$If!v h555555555 #v#v :V l t 6- e,, 55 e4ytv9$$If!v h555555555 #v#v :V l t 6- e,, 55 e4ytv9$$If!v h555555555 #v#v :V l t 6- e,, 55 /  e4ytv9$$If!v h555555555 #v#v :V l t 6- e,, 55 /  e4ytv9$$If<!vh555#v#v:V l t 6 0655a<e4ytv9$$If<!vh555#v#v:V l t 6 0655a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ / a<e4ytv9$$If<!vh555#v#v:V l t 6 0655a<e4ytv9$$If<!vh555#v#v:V l t 6 0655a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ / a<e4ytv9$$If!v h5!5!5!5!55555 5 #v!#v #v :V l t065!5 5 aytv9#kdt$$Ifl d NgQ!!!! t06((((44 laytv9$$If!v h5!5!5!5!55555 5 #v!#v #v :V l t065!5 5 aytv9#kdw$$Ifl d NgQ!!!! t06((((44 laytv9$$If<!vh555#v#v:V l t 6 0655a<e4ytv9$$If<!vh555#v#v:V l t 6 0655a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ a<e4ytv9$$If<!vh555#v#v:V l t 6 0655/ / a<e4ytv9$$If<!vh5555#v:V l t065a<ytv9$$If<!vh5555#v:V l t065a<ytv9$$If<!vh5555#v:V l t065a<ytv9$$If<!vh5555#v:V l t065a<ytv9$$If<!vh5|5555555#v|#v:V l t065|5a<ytv9$$If<!vh5|5555555#v|#v:V l t065|5a<ytv9^ 2 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~_HmH nH sH tH @`@ ENormalCJ_HaJmH sH tH DA`D Default Paragraph FontRi@R  Table Normal4 l4a (k (No List 4@4 Header  !4 @4 Footer  !jj K# Table Grid7:V06U!6   Hyperlink >*B*ph.)@1. Yg Page Number6A6 9 Footer CharCJaJPK![Content_Types].xmlj0Eжr(΢Iw},-j4 wP-t#bΙ{UTU^hd}㨫)*1P' ^W0)T9<l#$yi};~@(Hu* Dנz/0ǰ $ X3aZ,D0j~3߶b~i>3\`?/[G\!-Rk.sԻ..a濭?PK!֧6 _rels/.relsj0 }Q%v/C/}(h"O = C?hv=Ʌ%[xp{۵_Pѣ<1H0ORBdJE4b$q_6LR7`0̞O,En7Lib/SeеPK!kytheme/theme/themeManager.xml M @}w7c(EbˮCAǠҟ7՛K Y, e.|,H,lxɴIsQ}#Ր ֵ+!,^$j=GW)E+& 8PK!Ptheme/theme/theme1.xmlYOo6w toc'vuر-MniP@I}úama[إ4:lЯGRX^6؊>$ !)O^rC$y@/yH*񄴽)޵߻UDb`}"qۋJחX^)I`nEp)liV[]1M<OP6r=zgbIguSebORD۫qu gZo~ٺlAplxpT0+[}`jzAV2Fi@qv֬5\|ʜ̭NleXdsjcs7f W+Ն7`g ȘJj|h(KD- dXiJ؇(x$( :;˹! I_TS 1?E??ZBΪmU/?~xY'y5g&΋/ɋ>GMGeD3Vq%'#q$8K)fw9:ĵ x}rxwr:\TZaG*y8IjbRc|XŻǿI u3KGnD1NIBs RuK>V.EL+M2#'fi ~V vl{u8zH *:(W☕ ~JTe\O*tHGHY}KNP*ݾ˦TѼ9/#A7qZ$*c?qUnwN%Oi4 =3ڗP 1Pm \\9Mؓ2aD];Yt\[x]}Wr|]g- eW )6-rCSj id DЇAΜIqbJ#x꺃 6k#ASh&ʌt(Q%p%m&]caSl=X\P1Mh9MVdDAaVB[݈fJíP|8 քAV^f Hn- "d>znNJ ة>b&2vKyϼD:,AGm\nziÙ.uχYC6OMf3or$5NHT[XF64T,ќM0E)`#5XY`פ;%1U٥m;R>QD DcpU'&LE/pm%]8firS4d 7y\`JnίI R3U~7+׸#m qBiDi*L69mY&iHE=(K&N!V.KeLDĕ{D vEꦚdeNƟe(MN9ߜR6&3(a/DUz<{ˊYȳV)9Z[4^n5!J?Q3eBoCM m<.vpIYfZY_p[=al-Y}Nc͙ŋ4vfavl'SA8|*u{-ߟ0%M07%<ҍPK! ѐ'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 +_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!Ptheme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK]  6        6 JU| O 1 h8}N; #@%%~&&,[./12{345V83:<=k>> &+46AEMUclu{ %-4;FGPZ]afk m |       w } @HPW^ek%t<'/6=DJmvw#+29@Flst&(69FHW`?T\dkry %+ ')8=SWeh=NOde $%%%%%%(%1%3%B%I%%%%%%%%%& &N&V&]&d&k&q&&&&&&&&&&,,,,,,N-f.g.x.y..... 11111111111r2s2222222333333333357777777899999999<<<<=====>>!"#$%'()*,-./01235789:;<=>?@BCDFGHIJKLNOPQRSTVWXYZ[\]^_`abdefghijkmnopqrstvwxyz|}~     !"#$&'()*+,./012356789:<=>?@ABCDEHIJKLMNOQRSTUVWXY[\^_`bcdegJQ![\/X$2$UpVh?!C#2@7[T7(   T F V#" ?ZB TB S DoZB U S DoF:n F W C"? ZB XB S DoZB Y S DoF:n F Z C"?ZB [B S DoZB \ S DoF:n F c C"? ZB dB S DoZB e S DoF:n F f C"? ZB gB S DoZB h S DoF:n F i C"?ZB jB S DoZB k S DoF:n F l C"? ZB mB S DoZB n S DoF:n F o C"? ZB pB S DoZB q S DoF:n F ~ C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"?ZB B S DoZB  S DoF:n F  C"? ZB B S DoZB  S DoF:n F  C"?"ZB B S DoZB  S DoF:n F  C"?!ZB B S DoZB  S DoFVB   C D"?VB   C D"?VB   C D"?VB  C D"?VB  C D"?VB  C D"?VB  C D"?VB # C D"?VB $ C D"?VB ' C D"?#:n F ( C"?'ZB )B S DoZB * S DoF:n F + C"?&ZB ,B S DoZB - S DoF:n F . C"?%ZB /B S DoZB 0 S DoF:n F 1 C"?$ZB 2B S DoZB 3 S DoF:n F 4 C"?*ZB 5B S DoZB 6 S DoF:n F 7 C"?)ZB 8B S DoZB 9 S DoF:n F : C"?(ZB ;B S DoZB < S DoF:n F @ C"?,ZB AB S DoZB B S DoF:n F C C"?+ZB DB S DoZB E S DoF:n F F C"?0ZB GB S DoZB H S DoF:n F I C"?1ZB JB S DoZB K S DoF:n F L C"?2ZB MB S DoZB N S DoF:n F O C"?-ZB PB S DoZB Q S DoF:n F R C"?/ZB SB S DoZB T S DoF:n F U C"?.ZB VB S DoZB W S DoFB S  ?ns~h q d g n BGJMP:?DI )))k*S0T0U0V0444445555556Zt^t btYt kit oitfitVvtZ>tWJtf>tc;9tl>to/5ti;9t~YtY0t0tYt;0t,!tQ5tY0t0t;t$Tnt#a3tQ5tY0t w*t ,*t;tQ5tG3t-t'^gt1mt.F t+ At(it:8t7:t4ztCXt@:tOJ tU tR  tF`tIgtLut!6!6#6#6$6$6&6'6)6*6,6-6666!6!6#6#6$6$6&6'6)6*6,6-6666 6!6!6#6#6$6$6&6'6)6*6,6-6v6666666666666!6!6#6#6$6$6&6'6)6*6,6-6v6666666666666 af\κ0+6J$,W1qw2fɦ oLf&S2?Zaһ^fJ<=n`r2Gz8|@Nh  ^ `OJQJo(hHh  ^ `OJQJ^Jo(hHohxx^x`OJQJo(hHhHH^H`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohX X ^X `OJQJo(hH0^`0o(() ^`hH.  L ^ `LhH.   ^ `hH. xx^x`hH. HLH^H`LhH. ^`hH. ^`hH. L^`LhH.0^`0o(() ^`hH.  L ^ `LhH.   ^ `hH. xx^x`hH. HLH^H`LhH. ^`hH. ^`hH. L^`LhH.0^`0o() ^`hH.  L ^ `LhH.   ^ `hH. xx^x`hH. HLH^H`LhH. ^`hH. ^`hH. L^`LhH.0^`0o(() ^`hH.  L ^ `LhH.   ^ `hH. xx^x`hH. HLH^H`LhH. ^`hH. ^`hH. L^`LhH.0^`0o(() ^`hH.  L ^ `LhH.   ^ `hH. xx^x`hH. HLH^H`LhH. ^`hH. ^`hH. L^`LhH.^`o(() ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.h  ^ `OJQJo(hHh  ^ `OJQJ^Jo(hHohxx^x`OJQJo(hHhHH^H`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohX X ^X `OJQJo(hHh  ^ `OJQJo(hHh  ^ `OJQJ^Jo(hHohxx^x`OJQJo(hHhHH^H`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohX X ^X `OJQJo(hHh  ^ `OJQJo(hHh  ^ `OJQJ^Jo(hHohxx^x`OJQJo(hHhHH^H`OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohX X ^X `OJQJo(hH0^`0o(() ^`hH.  L ^ `LhH.   ^ `hH. xx^x`hH. HLH^H`LhH. ^`hH. ^`hH. L^`LhH.0^`0o() ^`hH.  L ^ `LhH.   ^ `hH. xx^x`hH. HLH^H`LhH. ^`hH. ^`hH. L^`LhH. Gz0+ oL$,qw2W18|@aaf\^fn&S          d        1K        D        HJ         &        Hz                                   ax        `a        k':Wcb 9G 9Or'1;oGW}aPtj$U) Erv &(8,oG/96RW]l G!+Ytjb  = R  ~  :A ]C q Pw `# ; O R o  WS t |  T F MC$IOf#svttYgj "ekv7 )'0;FML^J_Pdu ;(N: 3"|?4lQ&r~@&=?ac]6x> ? FCFJ^2rV%f5REQu n x V !9!Ul!""{"#/$V$Uv$$%5%a%yu%k:&#E&w&&h''W'((A(p().)4)E)eV)qN*q*(+Mq+(,*,B,q--)-f-v.z ..w /"/$/%/r7/$N/080!:0~L0`01k122I[2=32Y3a34r64_84k 5wV5d5f5h5>'6v7=Z8m8mj9v9w~9-:;7;<;LD;\6<PJ<L<]<c:= C=4>m=>K>f>`? ???/?5?D?cG?@ @!@.@WB@h@A6AYAaAdA BdBeBnB C9'C88C DGD0ECEdpEF 7F_F3HVIJJ-JRJsJD~J%"Kp'KM4K4K;K^FKtKyK~KL`$L*L[L%}LZMriMkMrM#NNO>OeO-QQQVQCSTgTn-UKU~UV VOVVVZVBNW|WvXMXA Y#Y$YWEYOY1 Z Z5ZmDZ|JZrqZL4[6[^[ \11\K\}\`]a]3^B^[&_F_O_oS_Qa_`'`*`8S`o~`7a=aOaFb[icy)d%eV&eDeSeTeQ~eVfXfYfZghUhbuh|hi'?i"[iC_ij6j8j4ij~j.k*k9kHkJkWk`k$ l\ lb7l'mXmum%m!Cmm#n-n8nOoo:oOo?pbKpwp9qqt qq,qar/so2s'|sHt@t^tftBuju(v0v.5vy6vU@{ n.P;=[+Y!;|i~-,I/AKn@s4}B#|*rM}3!{#6 :NZrr}_/blT9K:&M8P.R^;t#Y(>axU3dvi 3gxR'ASm`id0dK\T 2]~i7k}S"y*e5OaYYZew<M2(=V*\?g)pIpZjtu4)q 5;lUXqr'6U}k  3 K#z yZTt gi"avc 0z8bgy}|){c#-9d W~^_aD2?L{Qv+J-OY{v.Txt uUFJ:+j8;otHf(m~bd8:,ATVwkrtJ=BCGG-61<KiN@G'J,J! %k^cgqmYp!6#6@6@@UnknownG* Times New Roman5Symbol3. * ArialA. Arial Narrow?= * Courier New;WingdingsA BCambria Math"1hMFRFث . b . bܣx4d66 _^m 2QHX ?2r: !xx Question 1Otis Niel Osbourne <         Oh+'0  < H T `lt| Question 1Otis Niel OsbourneNormal 5Microsoft Office Word@G@'S^@ΥX@,v   .՜.+,0 hp|  UCCb6  Question 1 Title  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghjklmnopqrstuvwxyz{|}~ Root Entry F5Data iF1TableWordDocument8SummaryInformation(DocumentSummaryInformation8Macros llVBA lldirThisDocument _VBA_PROJECTPROJECT ;B  !"#$%&'()*+,-./0123456789:<=>?@C0* pHdProjectQ(@= l ǚZM J< rstdole>stdoleP h%^*\G{00020430-C 0046}#2.0#0#C:\WINDOWS\system32\e2.tlb#OLE Automation`ENormalENCrmaQF  *\C m! OfficgOficg!G{2DF8D04C-5BFA-101B-BHDE5gAAe4 2ggram Files\C ommonMicrosoft Shared\OFFICE12\MSO.DLL#M 1 Ob Library%zBeThisDocumenPtG TfisDHcuQ@Ienn 2E HB1BB,!@!"B+BB@!xME (S"SS"<(1Normal.ThisDocument8(%HxAttribute VB_Name = "ThisDocument" Bas1Normal.VGlobal!SpaclFalse CreatablPre declaIdTru BExposeTemplateDeriv$Custom izC1a $ *\G{000204EF-0000-0000-C000-000000000046}#4.0#9#C:\PROGRA~1\COMMON~1\MICROS~1\VBA\VBA6\VBE6.DLL#Visual Basic For Applications*\G{00020905-0000-0000-C000-000000000046}#8.4#0#C:\Program Files\Microsoft Office\Office12\MSWORD.OLB#Microsoft Word 12.0 Object Library*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation*\CNormal*\CNormalǚZM(*\G{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}#2.4#0#C:\Program Files\Common Files\Microsoft Shared\OFFICE12\MSO.DLL#Microsoft Office 12.0 Object Library ǚZM ThisDocument034d5a9ac7ThisDocument@! ua!CUn` %WordkVBAWin16~Win32MacVBA6#Project1 stdole`Project- ThisDocument< _EvaluateNormalOfficeuDocumentjT ID="{49B77DC6-4EC4-491B-9D8D-3307AE152DF7}" Document=ThisDocument/&H00000000 Name="Project" HelpContextID="0" VersionCompatible32="393222000" CMG="B4B64F05B7BDBBBDBBBDBBBDBB" DPB="686A936494649464" GC="1C1EE7AD2F603060309F" [Host Extender Info] &H00000001={3832D640-CF90-11CF-8E43-00A0C911005A};VBE;&H00000000 ThisDocumentThisDocument  F'Microsoft Office Word 97-2003 Document MSWordDocWord.Document.89qPROJECTwmA)CompObjBy