{"id":805,"date":"2023-10-31T18:41:48","date_gmt":"2023-10-31T10:41:48","guid":{"rendered":"https:\/\/www.talent-axis.com\/contact-us\/"},"modified":"2023-12-19T00:20:37","modified_gmt":"2023-12-18T16:20:37","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.talent-axis.com\/cn\/contact-us\/","title":{"rendered":"\u8054\u7cfb\u6211\u4eec"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<div class=\"wp-block-columns column-contact is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<h6 class=\"wp-block-heading has-green-color has-text-color has-link-color wp-elements-4229b8e668e038d59fdd243a3b67465d\" data-aos=\"slide-up\" data-aos-delay=\"350\" data-aos-duration=\"1050\">\u8054\u7cfb\u6211\u4eec\u7684\u4e13\u5bb6<\/h6>\n\n\n\n<p data-aos=\"slide-up\" data-aos-delay=\"200\" data-aos-duration=\"950\">\u8054\u7cfb\u6211\u4eec\u7ecf\u9a8c\u4e30\u5bcc\u7684\u4e13\u5bb6\u56e2\u961f\uff0c\u4ed6\u4eec\u968f\u65f6\u51c6\u5907\u4e3a\u60a8\u7684\u804c\u6daf\u5c55\u5f00\u5bfc\u822a\uff0c\u5e76\u63d0\u4f9b\u5b9d\u8d35\u7684\u89c1\u89e3\uff0c\u5e2e\u52a9\u60a8\u5b9e\u73b0\u804c\u4e1a\u76ee\u6807\u3002<\/p>\n\n\n\n<ul class=\"contact\" data-aos=\"slide-up\" data-aos-delay=\"300\" data-aos-duration=\"750\">\n<li><a href=\"tel:(852) 2905 8900\"><i class=\"fas fa-phone\"><\/i>(852) 2905 8900<\/a><\/li>\n\n\n\n<li><i class=\"fas fa-location-dot\"><\/i>\u9999\u6e2f\u4e0a\u73af\u5e72\u8bfa\u9053\u4e2d111\u53f7\u6c38\u5b89\u4e2d\u5fc323\u697c2302\u5ba4<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>\u5982\u60f3\u83b7\u53d6\u66f4\u591a\u4fe1\u606f\u6216\u9884\u7ea6\u4e2a\u4eba\u54a8\u8be2\uff0c\u8bf7\u586b\u5199\u4e0b\u9762\u7684\u8868\u683c\uff0c\u6211\u4eec\u7684\u4ee3\u8868\u5c06\u5f88\u5feb\u4e0e\u60a8\u8054\u7cfb\u3002\u6240\u6709\u4fe1\u606f\u5c06\u88ab\u4fdd\u5bc6\u3002 <\/p>\n\n\n<script type=\"text\/javascript\">\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\tfn();\n\t\t\t} else if( ! gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', fn );\n\t\t\t} else {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', fn );\n\t\t\t}\n\t\t},\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework talent-form_wrapper' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_1' ><div id='gf_1' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_1' id='gform_1' class='talent-form' action='\/cn\/wp-json\/wp\/v2\/pages\/805#gf_1' data-formid='1' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_above description_above'><fieldset id=\"field_1_1\" class=\"gfield gfield--type-name gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_above hidden_label gfield_visibility_visible\"  data-js-reload=\"field_1_1\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >\u59d3\u540d*<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_1_1'>\n                            \n                            <span id='input_1_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.3' id='input_1_1_3' value=''   aria-required='true'   placeholder='\u540d*' autocomplete=\"given-name\" \/>\n                                                    <label for='input_1_1_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>\u540d<\/label>\n                                                <\/span>\n                            \n                            <span id='input_1_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.6' id='input_1_1_6' value=''   aria-required='true'   placeholder='\u59d3*' autocomplete=\"family-name\" \/>\n                                                    <label for='input_1_1_6' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>\u59d3<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_1_5\" class=\"gfield gfield--type-phone gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_above hidden_label gfield_visibility_visible\"  data-js-reload=\"field_1_5\" ><label class='gfield_label gform-field-label' for='input_1_5'>\u8054\u7cfb\u7535\u8bdd*\n<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_5' id='input_1_5' type='tel' value='' class='large'  placeholder='\u8054\u7cfb\u7535\u8bdd*\n' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_2\" class=\"gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_above hidden_label gfield_visibility_visible\"  data-js-reload=\"field_1_2\" ><label class='gfield_label gform-field-label' for='input_1_2'>\u7535\u5b50\u90ae\u4ef6<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_1_2' type='email' value='' class='large'   placeholder='\u7535\u5b50\u90ae\u4ef6*' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_1_6\" class=\"gfield gfield--type-select gfield--width-full field_sublabel_above gfield--no-description field_description_above hidden_label gfield_visibility_visible\"  data-js-reload=\"field_1_6\" ><label class='gfield_label gform-field-label' for='input_1_6'>\u670d\u52a1<\/label><div class='ginput_container ginput_container_select'><select name='input_6' id='input_1_6' class='large gfield_select'     aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>\u6211\u6b63\u5728\u5bfb\u627e\uff08\u9009\u62e9\u4e00\u4e2a\u9009\u9879\uff09<\/option><option value='\u5de5\u4f5c' >\u5de5\u4f5c<\/option><option value='\u4eba\u624d' >\u4eba\u624d<\/option><option value='\u5176\u4ed6' >\u5176\u4ed6<\/option><\/select><\/div><\/div><div id=\"field_1_3\" class=\"gfield gfield--type-textarea field_sublabel_above gfield--no-description field_description_above hidden_label gfield_visibility_visible\"  data-js-reload=\"field_1_3\" ><label class='gfield_label gform-field-label' for='input_1_3'>\u60a8\u7684\u4fe1\u606f<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_1_3' class='textarea medium'    placeholder='\u60a8\u7684\u4fe1\u606f'  aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_1_7\" class=\"gfield gfield--type-fileupload field_sublabel_above gfield--no-description field_description_above gfield_visibility_visible\"  data-js-reload=\"field_1_7\" ><label class='gfield_label gform-field-label' for='input_1_7'>\u4e0a\u8f7d\u4f60\u7684\u6587\u4ef6<\/label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='10485760' \/><input name='input_7' id='input_1_7' type='file' class='large' aria-describedby=\"gfield_upload_rules_1_7\" onchange='javascript:gformValidateFileSize( this, 10485760 );'  \/><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_1_7'>\u63a5\u53d7\u7684\u6587\u4ef6\u7c7b\u578b\uff1adoc, docx, pdf, rtf, txt, \u6700\u5927\u6587\u4ef6\u5927\u5c0f\uff1a10 MB.<\/span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_1_7'><\/div><\/div><\/div><fieldset id=\"field_1_8\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield_contains_required field_sublabel_above gfield--has-description field_description_below hidden_label gfield_visibility_visible\"  data-js-reload=\"field_1_8\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >\u540c\u610f<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_consent'><input name='input_8.1' id='input_1_8_1' type='checkbox' value='1'  aria-describedby=\"gfield_consent_description_1_8\" aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_1_8_1' ><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/label><input type='hidden' name='input_8.2' value='' class='gform_hidden' \/><input type='hidden' name='input_8.3' value='20' class='gform_hidden' \/><\/div><div class='gfield_description gfield_consent_description' id='gfield_consent_description_1_8'>\u91cd\u8981\u63d0\u793a\uff1a\u52fe\u9009\u6b64\u65b9\u5757\u5373\u8868\u793a\u60a8\u7279\u6b64\u58f0\u660e\u60a8\u5df2\u5b8c\u5168\u9605\u8bfb\u3001\u4e86\u89e3\u5e76\u540c\u610f\u6211\u4eec\u7684\u9690\u79c1\u6743\u653f\u7b56\u58f0\u660e\uff0c\u5e76\u5141\u8bb8 Talent Axis Group \u6839\u636e\u6211\u4eec\u7684\u5404\u79cd\u6743\u5229\u3001\u4e49\u52a1\u4f7f\u7528\u60a8\u7684\u4e2a\u4eba\u8d44\u6599\u3001\u5176\u4e2d\u6240\u8f7d\u7684\u6761\u6b3e\u53ca\/\u6216\u6761\u4ef6\u3002 \u8bf7\u6ce8\u610f\uff0c\u60a8\u5411 Talent Axis Group \u63d0\u4f9b\u60a8\u7684\u4e2a\u4eba\u8d44\u6599\u7eaf\u5c5e\u81ea\u613f\uff0c\u5e76\u4e14\u60a8\u63d0\u4ea4\u7684\u6240\u6709\u4e2a\u4eba\u8d44\u6599\u5c06\u4ec5\u7528\u4e8e\u9690\u79c1\u6743\u653f\u7b56\u4e2d\u89c4\u5b9a\u7684\u76ee\u7684\u3002 \u5982\u679c\u60a8\u4e0d\u540c\u610f\u548c\/\u6216\u7406\u89e3\u5176\u4e2d\u7684\u4efb\u4f55\u90e8\u5206\uff0c\u6216\u5bf9\u5176\u5185\u5bb9\u7684\u4efb\u4f55\u90e8\u5206\u6709\u7591\u95ee\uff0c\u5219\u4e0d\u5e94\u7ee7\u7eed\u3002 \u5982\u679c\u60a8\u4e0d\u63d0\u4f9b\u6b64\u7c7b\u4e2a\u4eba\u8d44\u6599\uff0c\u6211\u4eec\u53ef\u80fd\u65e0\u6cd5\u4e3a\u60a8\u63d0\u4f9b\u670d\u52a1\u3002 \u8bf7\u6ce8\u610f\uff0c\u672a\u7ecf\u60a8\u660e\u786e\u540c\u610f\uff0cTalent Axis Group \u6ca1\u6709\u4e49\u52a1\u6216\u5728\u6cd5\u5f8b\u4e0a\u65e0\u6cd5\u5904\u7406\u60a8\u7684\u63d0\u4ea4\u3001\u7533\u8bf7\u3001\u5e10\u6237\u521b\u5efa\u6216\u4ee5\u5176\u4ed6\u65b9\u5f0f\u6536\u96c6\u3001\u4f7f\u7528\u3001\u62ab\u9732\u6216\u5904\u7406\u60a8\u7684\u4e2a\u4eba\u8d44\u6599\uff08\u9664\u975e\u9002\u7528\u6cd5\u5f8b\u5141\u8bb8\u6216\u8981\u6c42\uff09\u3002 \u63d0\u4ea4\u7684\u4e2a\u4eba\u8d44\u6599\u53ef\u80fd\u4f1a\u88ab\u8f6c\u79fb\u548c\/\u6216\u62ab\u9732\u7ed9\u672a\u6765\u7684\u96c7\u4e3b\u3001\u9690\u79c1\u6743\u653f\u7b56\u58f0\u660e\u4e2d\u63d0\u5230\u7684\u7b2c\u4e09\u65b9\uff0c\u6211\u4eec\u5c06\u5728\u5904\u7406\u60a8\u7684\u5de5\u4f5c\u7533\u8bf7\u671f\u95f4\u4e0e\u4ed6\u4eec\u8054\u7cfb\u3002 \u6211\u4eec\u7684\u9690\u79c1\u6743\u653f\u7b56\u53ef\u5728<a href=\"https:\/\/talentaxis.devslr.com\/cn\/privacy-policy\/\">\u6b64\u5904\u53d6\u5f97<\/a>\u3002<br \/>\n<br \/>\n\u60a8\u6709\u6743\u8bf7\u6c42\u8bbf\u95ee\u548c\u66f4\u6b63 Talent Axis Group \u6301\u6709\u7684\u60a8\u7684\u4e2a\u4eba\u8d44\u6599\u3002 \u5982\u6b32\u67e5\u9605\u6216\u66f4\u6b63\u4e2a\u4eba\u8d44\u6599\uff0c\u5e94\u4ee5\u4e66\u9762\u5411\u6211\u53f8\u8d44\u6599\u4fdd\u969c\u4e3b\u4efb\u63d0\u51fa\uff0c\u5730\u5740\u4e3a\uff1a\u9999\u6e2f\u4e0a\u73af\u5e72\u8bfa\u9053\u4e2d111\u53f7\u6c38\u5b89\u4e2d\u5fc323\u697c2302\u5ba4\u6216\u900f\u8fc7\u6b64\u5904\u63d0\u51fa\u3002\u6b64\u4e2d\u6587\u514d\u8d23\u6761\u6b3e\u4e3a\u82f1\u6587\u7248\u672c\u8bd1\u672c\uff0c\u5982\u4e2d\u3001\u82f1\u6587\u4e24\u4e2a\u7248\u672c\u6709\u4efb\u4f55\u62b5\u89e6\u6216\u4e0d\u76f8\u7b26\u4e4b\u5904\uff0c\u5e94\u4ee5\u82f1\u6587\u7248\u672c\u4e3a\u51c6\u3002<br \/>\n<\/div><\/fieldset><div id=\"field_1_9\" class=\"gfield gfield--type-captcha gfield--width-full field_sublabel_above gfield--no-description field_description_above hidden_label gfield_visibility_visible\"  data-js-reload=\"field_1_9\" ><label class='gfield_label gform-field-label' for='input_1_9'>CAPTCHA<\/label><div id='input_1_9' class='ginput_container ginput_recaptcha' data-sitekey='6LdtY2gpAAAAAOxLvqTeUYJzSct4seEVTeynoZ5-'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/div><div id=\"field_1_10\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_above gfield--has-description field_description_above gfield_visibility_visible\"  data-js-reload=\"field_1_10\" ><label class='gfield_label gform-field-label' for='input_1_10'>Name<\/label><div class='gfield_description' id='gfield_description_1_10'>\u8fd9\u4e2a\u5b57\u6bb5\u662f\u7528\u4e8e\u9a8c\u8bc1\u76ee\u7684\uff0c\u5e94\u8be5\u4fdd\u6301\u4e0d\u53d8\u3002<\/div><div class='ginput_container'><input name='input_10' id='input_1_10' type='text' value='' autocomplete='new-password'\/><\/div><\/div><\/div><\/div>\n        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='\u9001\u51fa'  onclick='if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }' \/> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=&amp;description=&amp;tabindex=0&amp;theme=data-form-theme=&#039;gravity-theme&#039;' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCI2XCI6W1wiNzFjNmE4NzAxY2U2NjQ2YjQ5NTRkYmQ3ZTFlOWEyNDNcIixcIjljMGRjYjgzZjcwMThjZDZlYWU2N2QyNTE2NzczYjI2XCIsXCIxZWNmOWJhNjU4MDIyZWViZjU3YTk5MzQzMjcxMDliZlwiXSxcIjguMVwiOlwiYjI0NTM1MTk4ZmE2M2FmMTYyMGNhNjQ4YTU5MGU1NGRcIixcIjguMlwiOlwiMDVjNTZiNjhmM2NmNTMxZDBlMDY0NjE5NjMzODdhNTBcIixcIjguM1wiOlwiYzdjOTc2NjQyMzYxZWIyZTFiNWY1MmYxYWVkYWVkMWNcIn0iLCJiZDgyMjJiMmQ2YjFkN2IyZDg1OWY5NDY3ZmNjNDZmZCJd' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='\u6b64 iframe \u5305\u542b\u7528\u4e8e\u5904\u7406\u652f\u6301AJAX\u7684Gravity Forms\u6240\u9700\u7684\u903b\u8f91\u3002'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/www.talent-axis.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/www.talent-axis.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [1, current_page]);gform.utils.trigger({ event: 'gform\/postRender', native: false, data: { formId: 1, currentPage: current_page } });} );} );\n<\/script>\n<\/div>\n<\/div>\n\n\n\n<iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m14!1m8!1m3!1d1845.8802024981155!2d114.15256434671493!3d22.287064047950647!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x34040064c1e36433%3A0x1c52d8c760c87d08!2sTalent%20Axis%20Management%20Consulting%20Group%20Limited!5e0!3m2!1sen!2shk!4v1700733191804!5m2!1sen!2shk\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n","protected":false},"excerpt":{"rendered":"<p>\u8054\u7cfb\u6211\u4eec\u7684\u4e13\u5bb6 \u8054\u7cfb\u6211\u4eec\u7ecf\u9a8c\u4e30\u5bcc\u7684\u4e13\u5bb6\u56e2\u961f\uff0c\u4ed6\u4eec\u968f\u65f6\u51c6\u5907\u4e3a\u60a8\u7684\u804c\u6daf\u5c55\u5f00\u5bfc\u822a\uff0c\u5e76\u63d0\u4f9b\u5b9d\u8d35\u7684\u89c1\u89e3\uff0c\u5e2e\u52a9\u60a8\u5b9e\u73b0\u804c\u4e1a\u76ee [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/www.talent-axis.com\/cn\/contact-us\/\">Read More&#8230;<span class=\"screen-reader-text\"> from \u8054\u7cfb\u6211\u4eec<\/span><\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":50,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.talent-axis.com\/cn\/wp-json\/wp\/v2\/pages\/805"}],"collection":[{"href":"https:\/\/www.talent-axis.com\/cn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.talent-axis.com\/cn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.talent-axis.com\/cn\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.talent-axis.com\/cn\/wp-json\/wp\/v2\/comments?post=805"}],"version-history":[{"count":3,"href":"https:\/\/www.talent-axis.com\/cn\/wp-json\/wp\/v2\/pages\/805\/revisions"}],"predecessor-version":[{"id":825,"href":"https:\/\/www.talent-axis.com\/cn\/wp-json\/wp\/v2\/pages\/805\/revisions\/825"}],"wp:attachment":[{"href":"https:\/\/www.talent-axis.com\/cn\/wp-json\/wp\/v2\/media?parent=805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}