{"id":1054,"date":"2025-11-03T12:29:21","date_gmt":"2025-11-03T12:29:21","guid":{"rendered":"https:\/\/call2destiny.com\/?page_id=1054"},"modified":"2025-11-25T07:57:14","modified_gmt":"2025-11-25T07:57:14","slug":"experience-learning","status":"publish","type":"page","link":"https:\/\/call2destiny.com\/index.php\/experience-learning\/","title":{"rendered":"\u9ad4\u9a57\u5f0f\u5b78\u7fd2"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u9ad4\u9a57\u5f0f\u5b78\u7fd2<\/title>\n    <!-- Font Awesome -->\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/font-awesome@4.7.0\/css\/font-awesome.min.css\" rel=\"stylesheet\">\n    <!-- AOS Animation Library -->\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/aos@2.3.4\/dist\/aos.css\" rel=\"stylesheet\">\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/aos@2.3.4\/dist\/aos.js\"><\/script>\n    \n    <style>\n        \/* \u989c\u8272\u53d8\u91cf\u53d8\u91cf\u5b9a\u4e49\uff0c\u63d0\u9ad8\u4f18\u5148\u7ea7 *\/\n        :root {\n            --primary-color: #eb592b !important;\n            --accent-color: #eb592b !important;\n            --text-color: #333 !important;\n            --light-bg: #f8f9fa !important;\n            --border-color: #e9ecef !important;\n        }\n        \n        \/* \u57fa\u7840\u6837\u5f0f\u91cd\u7f6e *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;\n            color: var(--text-color);\n            background-color: var(--light-bg);\n            line-height: 1.6;\n        }\n        \n        \/* \u5bb9\u5668\u6837\u5f0f *\/\n        .ex-container {\n            width: 100%;\n            padding-right: 7px;\n            padding-left: 7px;\n            margin-right: auto;\n            margin-left: auto;\n        }\n        \n        @media (min-width: 576px) {\n            .ex-container {\n                max-width: 540px;\n            }\n        }\n        \n        @media (min-width: 768px) {\n            .ex-container {\n                max-width: 720px;\n            }\n        }\n        \n        @media (min-width: 992px) {\n            .ex-container {\n                max-width: 960px;\n            }\n        }\n        \n        @media (min-width: 1200px) {\n            .ex-container {\n                max-width: 1140px;\n            }\n        }\n        \n        \/* \u7f51\u683c\u5e03\u5c40 *\/\n        .row {\n            display: flex;\n            flex-wrap: wrap;\n            margin-right: -7px;\n            margin-left: -7px;\n        }\n        \n        .col-12 {\n            flex: 0 0 100%;\n            max-width: 100%;\n            padding-right: 7px;\n            padding-left: 7px;\n        }\n        \n        @media (min-width: 768px) {\n            .col-md-6 {\n                flex: 0 0 50%;\n                max-width: 50%;\n                padding-right: 7px;\n                padding-left: 7px;\n            }\n            \n            .col-md-12 {\n                flex: 0 0 100%;\n                max-width: 100%;\n                padding-right: 7px;\n                padding-left: 7px;\n            }\n        }\n        \n        @media (min-width: 992px) {\n            .col-lg-4 {\n                flex: 0 0 33.333333%;\n                max-width: 33.333333%;\n                padding-right: 7px;\n                padding-left: 7px;\n            }\n        }\n        \n        \/* \u95f4\u8ddd\u7c7b *\/\n        .p-4 {\n            padding: 0.5rem !important;\n        }\n        \n        .p-6 {\n            padding: 1rem !important;\n        }\n        \n        .p-8 {\n            padding: 1rem !important;\n        }\n        \n        .py-3 {\n            padding-top: 0.75rem !important;\n            padding-bottom: 0.75rem !important;\n        }\n        \n        .py-6 {\n            padding-top: 1.2rem !important;\n            padding-bottom: 1.2rem !important;\n        }\n        \n        .py-12 {\n            padding-top: 2rem !important;\n            padding-bottom: 2rem !important;\n        }\n        \n        .py-16 {\n            padding-top: 2rem !important;\n            padding-bottom: 2rem !important;\n        }\n        \n        .my-4 {\n            margin-top: 1rem !important;\n            margin-bottom: 1rem !important;\n        }\n        \n        .my-6 {\n            margin-top: 1.5rem !important;\n            margin-bottom: 1.5rem !important;\n        }\n        \n        .my-8 {\n            margin-top: 2rem !important;\n            margin-bottom: 2rem !important;\n        }\n        \n        .mb-2 {\n            margin-bottom: 0.5rem !important;\n        }\n        \n        .mb-4 {\n            margin-bottom: 1rem !important;\n        }\n        \n        .mb-6 {\n            margin-bottom: 1.5rem !important;\n        }\n        \n        .mb-8 {\n            margin-bottom: 2rem !important;\n        }\n        \n        .mr-2 {\n            margin-right: 0.5rem !important;\n        }\n        \n        .mr-3 {\n            margin-right: 0.75rem !important;\n        }\n        \n        .mr-4 {\n            margin-right: 1rem !important;\n        }\n        \n        .ml-auto {\n            margin-left: auto !important;\n        }\n        \n        .mx-auto {\n            margin-right: auto !important;\n            margin-left: auto !important;\n        }\n        \n        \/* \u6587\u672c\u5bf9\u9f50 *\/\n        .text-center {\n            text-align: center !important;\n        }\n        \n        .text-left {\n            text-align: left !important;\n        }\n        \n        .text-right {\n            text-align: right !important;\n        }\n        \n        \/* \u5b57\u4f53\u7c97\u7ec6 *\/\n        .font-bold {\n            font-weight: 700 !important;\n        }\n        \n        .font-medium {\n            font-weight: 500 !important;\n        }\n        \n        \/* \u5b57\u4f53\u5927\u5c0f *\/\n        .text-sm {\n            font-size: 0.875rem !important;\n            line-height: 1.25rem !important;\n        }\n        \n        .text-base {\n            font-size: 0.5rem !important;\n            line-height: 1.5rem !important;\n        }\n        \n        .text-lg {\n            font-size: 0.9rem !important;\n            line-height: 1.75rem !important;\n        }\n        \n        .text-xl {\n            font-size: 0.9rem !important;\n            line-height: 1.75rem !important;\n        }\n        \n        .text-2xl {\n            font-size: 1.5rem !important;\n            line-height: 2rem !important;\n        }\n        \n        .text-3xl {\n            font-size: 1.875rem !important;\n            line-height: 2.25rem !important;\n        }\n        \n        .text-4xl {\n            font-size: 2.25rem !important;\n            line-height: 2.5rem !important;\n        }\n        \n        @media (min-width: 768px) {\n            .text-md-2xl {\n                font-size: 1.5rem !important;\n                line-height: 2rem !important;\n            }\n            \n            .text-md-4xl {\n                font-size: 2.25rem !important;\n                line-height: 2.5rem !important;\n            }\n            \n            .text-md-6xl {\n                font-size: 3.75rem !important;\n                line-height: 1 !important;\n            }\n        }\n        \n        \/* \u8fb9\u6846\u5706\u89d2 *\/\n        .rounded {\n            border-radius: 0.25rem !important;\n        }\n        \n        .rounded-lg {\n            border-radius: 0.5rem !important;\n        }\n        \n        .rounded-full {\n            border-radius: 9999px !important;\n        }\n        \n        \/* \u9634\u5f71\u6548\u679c *\/\n        .shadow {\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;\n        }\n        \n        .shadow-md {\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;\n        }\n        \n        .shadow-lg {\n            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1) !important;\n        }\n        \n        .shadow-xl {\n            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05) !important;\n        }\n        \n        \/* \u80cc\u666f\u989c\u8272 *\/\n        .bg-white {\n            background-color: #ffffff !important;\n        }\n        \n        .bg-light {\n            background-color: var(--light-bg) !important;\n        }\n        \n        .bg-primary {\n            background-color: var(--primary-color) !important;\n        }\n        \n        \/* \u6587\u672c\u989c\u8272 *\/\n        .text-white {\n            color: #ffffff !important;\n        }\n        \n        .text-primary {\n            color: var(--primary-color) !important;\n        }\n        \n        .text-gray-600 {\n            color: #6c757d !important;\n        }\n        \n        .text-gray-700 {\n            color: #495057 !important;\n        }\n        \n        .text-gray-800 {\n            color: var(--text-color) !important;\n        }\n        \n        \/* \u8fb9\u6846\u6837\u5f0f *\/\n        .border {\n            border: 1px solid #dee2e6 !important;\n        }\n        \n        .border-0 {\n            border: 0 !important;\n        }\n        \n        .border-top {\n            border-top: 1px solid #dee2e6 !important;\n        }\n        \n        .border-bottom {\n            border-bottom: 1px solid #dee2e6 !important;\n        }\n        \n        .border-primary {\n            border-color: var(--primary-color) !important;\n        }\n        \n        \/* \u663e\u793a\u5c5e\u6027 *\/\n        .d-flex {\n            display: flex !important;\n        }\n        \n        .d-inline-flex {\n            display: inline-flex !important;\n        }\n        \n        .d-block {\n            display: block !important;\n        }\n        \n        .d-none {\n            display: none !important;\n        }\n        \n        @media (min-width: 768px) {\n            .d-md-flex {\n                display: flex !important;\n            }\n            \n            .d-md-none {\n                display: none !important;\n            }\n        }\n        \n        \/* Flex\u5e03\u5c40 *\/\n        .flex-wrap {\n            flex-wrap: wrap !important;\n        }\n        \n        .flex-col {\n            flex-direction: column !important;\n        }\n        \n        @media (min-width: 768px) {\n            .flex-md-row {\n                flex-direction: row !important;\n            }\n        }\n        \n        .justify-content-center {\n            justify-content: center !important;\n        }\n        \n        .justify-content-between {\n            justify-content: space-between !important;\n        }\n        \n        .align-items-center {\n            align-items: center !important;\n        }\n        \n        .align-items-start {\n            align-items: flex-start !important;\n        }\n        \n        .align-self-center {\n            align-self: center !important;\n        }\n        \n        .flex-grow-1 {\n            flex-grow: 1 !important;\n        }\n        \n        .flex-shrink-0 {\n            flex-shrink: 0 !important;\n        }\n        \n        \/* \u6ea2\u51fa\u5904\u7406 *\/\n        .overflow-hidden {\n            overflow: hidden !important;\n        }\n        \n        .overflow-x-auto {\n            overflow-x: auto !important;\n        }\n        \n        \/* \u5b9a\u4f4d *\/\n        .position-relative {\n            position: relative !important;\n        }\n        \n        .position-absolute {\n            position: absolute !important;\n        }\n        \n        .position-fixed {\n            position: fixed !important;\n        }\n        \n        .top-0 {\n            top: 0 !important;\n        }\n        \n        .bottom-0 {\n            bottom: 0 !important;\n        }\n        \n        .left-0 {\n            left: 0 !important;\n        }\n        \n        .right-0 {\n            right: 0 !important;\n        }\n        \n        \/* Z-index *\/\n        .z-10 {\n            z-index: 10 !important;\n        }\n        \n        .z-20 {\n            z-index: 20 !important;\n        }\n        \n        .z-50 {\n            z-index: 50 !important;\n        }\n        \n        \/* \u5bbd\u5ea6\u548c\u9ad8\u5ea6 *\/\n        .w-8 {\n            width: 2rem !important;\n        }\n        \n        .w-10 {\n            width: 2.5rem !important;\n        }\n        \n        .w-12 {\n            width: 3rem !important;\n        }\n        \n        .w-16 {\n            width: 4rem !important;\n        }\n        \n        .w-20 {\n            width: 5rem !important;\n        }\n        \n        .w-full {\n            width: 100% !important;\n        }\n        \n        @media (min-width: 768px) {\n            .w-md-1-2 {\n                width: 50% !important;\n            }\n        }\n        \n        @media (min-width: 1024px) {\n            .w-lg-1-3 {\n                width: 33.333333% !important;\n            }\n        }\n        \n        .h-8 {\n            height: 2rem !important;\n        }\n        \n        .h-10 {\n            height: 2.5rem !important;\n        }\n        \n        .h-12 {\n            height: 3rem !important;\n        }\n        \n        .h-16 {\n            height: 4rem !important;\n        }\n        \n        .h-full {\n            height: 100% !important;\n        }\n        \n        .h-auto {\n            height: auto !important;\n        }\n        \n        .h-500 {\n            height: 500px !important;\n        }\n        \n        \/* \u56fe\u7247\u5bf9\u8c61\u9002\u914d *\/\n        .object-cover {\n            object-fit: cover !important;\n        }\n        \n        \/* \u900f\u660e\u5ea6 *\/\n        .opacity-40 {\n            opacity: 0.4 !important;\n        }\n        \n        .opacity-90 {\n            opacity: 0.9 !important;\n        }\n        \n        \/* \u81ea\u5b9a\u4e49\u5de5\u5177\u7c7b *\/\n        .text-shadow {\n            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n        }\n        \n        .transition-all-300 {\n            transition: all 0.3s ease;\n        }\n        \n        .card-hover:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\n        }\n        \n        .bg-gradient-primary {\n            background: linear-gradient(135deg, var(--primary-color) 0%, #f58a5d 100%);\n        }\n        \n        .clip-path-slant {\n            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);\n        }\n        \n        \/* \u80cc\u666f\u6e10\u53d8 *\/\n        .bg-gradient-to-t {\n            background-image: linear-gradient(to top, #000000, transparent) !important;\n        }\n        \n        \/* \u5b57\u4f53\u6837\u5f0f *\/\n        .italic {\n            font-style: italic !important;\n        }\n        \n        \/* \u884c\u9ad8 *\/\n        .leading-relaxed {\n            line-height: 1.625 !important;\n        }\n        \n        \/* \u95f4\u8ddd *\/\n        .gap-4 {\n            gap: 1rem !important;\n        }\n        \n        .gap-8 {\n            gap: 2rem !important;\n        }\n        \n        .gap-12 {\n            gap: 3rem !important;\n        }\n        \n        \/* \u7a7a\u95f4\u5206\u9694 *\/\n        .space-x-2 > :not(:last-child) {\n            margin-right: 0.5rem !important;\n        }\n        \n        .space-x-8 > :not(:last-child) {\n            margin-right: 2rem !important;\n        }\n        \n        .space-y-4 > :not(:last-child) {\n            margin-bottom: 1rem !important;\n        }\n        \n        .space-y-6 > :not(:last-child) {\n            margin-bottom: 1.5rem !important;\n        }\n        \n        \/* \u6700\u5927\u5bbd\u5ea6 *\/\n        .max-w-3xl {\n            max-width: 42rem !important;\n        }\n        \n        .max-w-4xl {\n            max-width: 56rem !important;\n        }\n        \n        .max-w-5xl {\n            max-width: 64rem !important;\n        }\n        \n        \/* \u60ac\u505c\u6548\u679c *\/\n        .hover-bg-opacity-90:hover {\n            background-color: rgba(235, 89, 43, 0.9) !important;\n        }\n        \n        .hover-bg-gray-100:hover {\n            background-color: #f8f9fa !important;\n        }\n        \n        .hover-text-primary:hover {\n            color: var(--primary-color) !important;\n        }\n        \n        .hover-shadow:hover {\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;\n        }\n        \n        .hover-shadow-lg:hover {\n            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1) !important;\n        }\n        \n        .hover-scale-1-1:hover {\n            transform: scale(1.1) !important;\n        }\n        \n        \/* \u7126\u70b9\u6837\u5f0f *\/\n        .focus-outline-none:focus {\n            outline: 0 !important;\n        }\n        \n        \/* \u80cc\u666f\u900f\u660e\u5ea6 *\/\n        .bg-opacity-10 {\n            background-color: rgba(235, 89, 43, 0.1) !important;\n        }\n        \n        .bg-black {\n            background-color: #000000 !important;\n        }\n        \n        \/* \u81ea\u5b9a\u4e49\u6eda\u52a8\u6761 *\/\n        ::-webkit-scrollbar {\n            width: 8px;\n        }\n        \n        ::-webkit-scrollbar-track {\n            background: #f1f1f1;\n        }\n        \n        ::-webkit-scrollbar-thumb {\n            background: var(--primary-color);\n            border-radius: 4px;\n        }\n        \n        ::-webkit-scrollbar-thumb:hover {\n            background: #d34c22;\n        }\n        \n        \/* \u5e73\u6ed1\u6eda\u52a8 *\/\n        html {\n            scroll-behavior: smooth;\n        }\n        \n        \/* \u8bfe\u7a0b\u5173\u6ce8\u533a\u57df *\/\n        .course-stats {\n            padding: 1rem 0 !important;\n            background-color: #ffffff !important;\n        }\n        \n        .stats-container {\n            display: flex !important;\n            flex-wrap: wrap !important;\n            gap: 2rem !important;\n            justify-content: center !important;\n        }\n        \n        .stat-card {\n            flex: 1 !important;\n            min-width: 250px !important;\n            max-width: 350px !important;\n            text-align: center !important;\n            padding: 0.5rem !important;\n            background-color: var(--light-bg) !important;\n            border-radius: 0.5rem !important;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;\n            transition: all 0.3s ease !important;\n        }\n        \n        .stat-card:hover {\n            transform: translateY(-5px) !important;\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;\n        }\n        \n        .stat-value {\n            font-size: 2.25rem !important;\n            font-weight: 700 !important;\n            color: var(--primary-color) !important;\n            margin-bottom: 0.5rem !important;\n            transition: transform 0.3s ease !important;\n        }\n        \n        .stat-value:hover {\n            transform: scale(1.1) !important;\n        }\n        \n        .stat-label {\n            color: #6c757d !important;\n        }\n        \n        \/* \u7368\u7279\u7684\u547c\u53ec\u533a\u57df *\/\n        .course-background {\n            padding: 1rem 0 !important;\n            background-color: var(--light-bg) !important;\n        }\n        \n        .section-content {\n            display: flex !important;\n            flex-wrap: wrap !important;\n            gap: 3rem !important;\n        }\n        \n        .section-text {\n            flex: 1 !important;\n            min-width: 300px !important;\n        }\n\n        .section-title-big {\n\n\n        color: var(--primary-color);\n        font-size: 2rem;\n        font-weight: 800;\n        margin-bottom: 16px;\n        padding-bottom: 10px;\n        margin: 0 auto;\n        border-bottom: 2px solid var(--primary-color);\n        display: inline-block;\n        }\n        \n        .section-title {\n\n\n        color: var(--primary-color);\n        font-size: 1.4rem;\n        font-weight: 800;\n        margin-bottom: 16px;\n        padding-bottom: 10px;\n        border-bottom: 2px solid var(--primary-color);\n        display: inline-block;\n        }\n        \n        .section-divider {\n            width: 5rem !important;\n            height: 0.25rem !important;\n            background-color: var(--primary-color) !important;\n            margin-bottom: 2rem !important;\n\n        }\n        \n        .section-paragraph {\n            color: #495057 !important;\n            margin-bottom: 0.5rem !important;\n            line-height: 1.625 !important;\n            text-align: justify;\n        }\n        \n        .section-image {\n            flex: 1 !important;\n            min-width: 300px !important;\n\n        }\n        \n        .image-container {\n            display: flex;\n            justify-content: center;\n            align-items: center !important;\n            border-radius: 0.5rem !important;\n            overflow: hidden !important;\n            align-items: center !important;\n        }\n        \n        .section-image img {\n            height: auto !important;\n            display: block !important;\n        }\n        \n        .image-overlay {\n            position: absolute !important;\n            bottom: 0 !important;\n            left: 0 !important;\n            right: 0 !important;\n            background-image: linear-gradient(to top, #000000, transparent) !important;\n            padding: 1.5rem !important;\n        }\n        \n        .image-caption {\n            color: #ffffff !important;\n            font-size: 1.125rem !important;\n            font-weight: 500 !important;\n        }\n\n\n        .magazine-quote {\n            background: linear-gradient(135deg, rgba(235, 89, 43, 0.1), rgba(212, 175, 55, 0.1));\n            padding: 25px 30px;\n            text-align: justify;\n            width:100%;\n            border-radius: 10px;\n            margin: 0 auto;\n            border-left: 5px solid var(--gold-color);\n            font-style: italic;\n            position: relative;\n        }\n\n        .magazine-quote::before {\n            content: '\"';\n            position: absolute;\n            left: 15px;\n            top: 10px;\n            font-size: 3em;\n            color: var(--gold-color);\n            opacity: 0.3;\n        }\n\n        \n        \/* \u73fe\u4ee3\u4fe1\u5f92\u7684\u5931\u843d\u533a\u57df *\/\n        .course-concept {\n            padding: 1rem 0 !important;\n            background-color: #ffffff !important;\n            text-align: center !important;\n        }\n        \n        .concept-image {\n            max-width: 56rem !important;\n            margin: 0 auto !important;\n        }\n\n        .highlight-text {\n        color: var(--primary-color);\n        font-weight: 700;\n        text-underline-offset: 4px;\n        }\n        \n        \/* \u8bfe\u7a0b\u5185\u5bb9\u533a\u57df *\/\n        .course-content {\n            padding: 1rem 0 !important;\n            background-color: #deefff !important;\n        }\n        \n        .content-description {\n            max-width: 56rem !important;\n            margin: 0 auto 3rem !important;\n            color: #495057 !important;\n            line-height: 1.625 !important;\n        }\n        \n        .course-table {\n            width: 60% !important;\n            border-collapse: collapse !important;\n            margin: 0 auto !important;\n            background-color: #ffffff !important;\n            border-radius: 0.5rem !important;\n            overflow: hidden !important;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;\n        }\n        \n        .course-table th,\n        .course-table td {\n            padding: 0.4rem !important;\n            text-align: center !important;\n            border-bottom: 1px solid #dee2e6 !important;\n        }\n        \n        .course-table th {\n            background-color: var(--primary-color) !important;\n            color: #ffffff !important;\n            font-weight: 700 !important;\n        }\n        \n        .course-table tbody tr:hover {\n            background-color: var(--light-bg) !important;\n        }\n        \n        .course-table .highlight {\n            background-color: rgba(235, 89, 43, 0.1) !important;\n            font-weight: 700 !important;\n            color: var(--primary-color) !important;\n        }\n        \n        \/* \u8bfe\u7a0b\u76ee\u7684\u533a\u57df *\/\n        .course-goals {\n            padding: 4rem 0 !important;\n            background-color: #ffffff !important;\n        }\n        \n        .goals-grid {\n            display: flex !important;\n            flex-wrap: wrap !important;\n            gap: 2rem !important;\n            justify-content: center !important;\n        }\n        \n        .goal-card {\n            flex: 1 !important;\n            min-width: 300px !important;\n            max-width: 450px !important;\n            background-color: var(--light-bg) !important;\n            padding: 2rem !important;\n            border-radius: 0.5rem !important;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;\n            transition: all 0.3s ease !important;\n        }\n        \n        .goal-card:hover {\n            transform: translateY(-5px) !important;\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;\n        }\n        \n        .goal-icon-container {\n            display: flex !important;\n            align-items: center !important;\n            margin-bottom: 1rem !important;\n        }\n        \n        .goal-icon {\n            width: 3rem !important;\n            height: 3rem !important;\n            background-color: rgba(235, 89, 43, 0.1) !important;\n            border-radius: 50% !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            margin-right: 1rem !important;\n            margin-top: 0.25rem !important;\n        }\n        \n        .goal-icon i {\n            font-size: 1.5rem !important;\n            color: var(--primary-color) !important;\n        }\n        \n        .goal-title {\n            font-size: 1.25rem !important;\n            font-weight: 700 !important;\n            margin-bottom: 0.5rem !important;\n        }\n        \n        .goal-description {\n            color: #495057 !important;\n        }\n        \n        \/* \u57f9\u8bad\u5bf9\u8c61\u4e0e\u5f62\u5f0f\u533a\u57df *\/\n        .training-info {\n            padding: 4rem 0 !important;\n            background-color: var(--light-bg) !important;\n        }\n        \n        .info-grid {\n            display: flex !important;\n            flex-wrap: wrap !important;\n            gap: 1rem !important;\n        }\n        \n        .info-column {\n            flex: 1 !important;\n            min-width: 200px !important;\n        }\n        \n        .info-list {\n            margin-top: 0.5rem !important;\n        }\n        \n        .info-item {\n            display: flex !important;\n            align-items: flex-start !important;\n            margin-bottom: 0.4rem !important;\n        }\n        \n        .info-item-icon {\n            width: 1rem !important;\n            height: 1rem !important;\n            background-color: rgba(235, 89, 43, 0.1) !important;\n            border-radius: 50% !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            margin-right: 0.15rem !important;\n            margin-top: 0.15rem !important;\n        }\n        \n        .info-item-icon i {\n            font-size: 0.4rem !important;\n            color: var(--primary-color) !important;\n        }\n        \n        .info-item-text {\n            color: #495057 !important;\n        }\n        \n        \/* \u5b66\u5458\u53cd\u9988\u533a\u57df *\/\n        .testimonials {\n            padding: 4rem 0 !important;\n            background-color: #ffffff !important;\n        }\n        \n        .testimonial-description {\n            max-width: 42rem !important;\n            margin: 0 auto 3rem !important;\n            color: #495057 !important;\n        }\n        \n        .testimonial-slider {\n            overflow: hidden !important;\n            position: relative !important;\n            max-width: 1140px !important;\n            margin: 0 auto !important;\n        }\n        \n        .testimonial-slides {\n            display: flex !important;\n            transition: transform 0.5s ease !important;\n        }\n        \n        .testimonial-slide {\n            flex-shrink: 0 !important;\n            width: 100% !important;\n            padding: 0 1rem !important;\n        }\n        \n        @media (min-width: 768px) {\n            .testimonial-slide {\n                width: 50% !important;\n            }\n        }\n        \n        @media (min-width: 1024px) {\n            .testimonial-slide {\n                width: 33.333333% !important;\n            }\n        }\n        \n        .testimonial-card {\n            background-color: var(--light-bg) !important;\n            padding: 1.5rem !important;\n            border-radius: 0.5rem !important;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;\n            height: 100% !important;\n        }\n        \n        .testimonial-header {\n            display: flex !important;\n            align-items: center !important;\n            margin-bottom: 1rem !important;\n        }\n        \n        .testimonial-avatar {\n            width: 4rem !important;\n            height: 4rem !important;\n            border-radius: 50% !important;\n            object-fit: cover !important;\n            margin-right: 1rem !important;\n        }\n        \n        .testimonial-name {\n            font-weight: 700 !important;\n            margin-bottom: 0.25rem !important;\n        }\n        \n        .testimonial-role {\n            color: #6c757d !important;\n            font-size: 0.875rem !important;\n        }\n        \n        .testimonial-rating {\n            margin-bottom: 1rem !important;\n            color: var(--primary-color) !important;\n        }\n        \n        .testimonial-content {\n            color: #495057 !important;\n            font-style: italic !important;\n        }\n        \n        .carousel-button {\n            position: absolute !important;\n            top: 50% !important;\n            transform: translateY(-50%) !important;\n            background-color: #ffffff !important;\n            border-radius: 50% !important;\n            width: 2.5rem !important;\n            height: 2.5rem !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;\n            z-index: 10 !important;\n            border: none !important;\n            cursor: pointer !important;\n            outline: none !important;\n        }\n        \n        .carousel-button i {\n            color: var(--primary-color) !important;\n        }\n        \n        .carousel-prev {\n            left: 0.5rem !important;\n        }\n        \n        .carousel-next {\n            right: 0.5rem !important;\n        }\n        \n        .carousel-dots {\n            display: flex !important;\n            justify-content: center !important;\n            margin-top: 2rem !important;\n            gap: 0.5rem !important;\n        }\n        \n        .carousel-dot {\n            width: 0.75rem !important;\n            height: 0.75rem !important;\n            border-radius: 50% !important;\n            background-color: #dee2e6 !important;\n            border: none !important;\n            cursor: pointer !important;\n            outline: none !important;\n        }\n        \n        .carousel-dot.active {\n            background-color: var(--primary-color) !important;\n        }\n    <\/style>\n<\/head>\n<body>\n\n        <div class=\"ex-container\">\n <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/11\/exp-banner.png\" \n             alt=\"\u9ad4\u9a57\u5f0f\u5b78\u7fd2\" \n             class=\"w-full h-full object-cover\">\n\n<br><br> <div class=\"section-title-big\">\u9ad4\u9a57\u5f0f\u5b78\u7fd2 <\/div>\n <\/div>\n\n    <!-- \u9ad4\u9a57\u5f0f\u5b78\u7fd2 -->\n    <section class=\"course-background\">\n        <div class=\"ex-container\">\n            <div class=\"section-content\">\n                <div class=\"section-text\" data-aos=\"fade-right\">\n\n                     <p class=\"section-paragraph\" text-align: justify>\n                      Call To Destiny \u5e73\u81fa\u4e0a\u63a8\u5c55\u7684\u8ab2\u7a0b\uff0c\u5168\u9075\u5faa\u9ad4\u9a57\u5f0f\u5b78\u7fd2<span class=\"highlight-text\">\u300e\u4ee5\u4eba\u70ba\u672c\u300f\u7684\u6c92\u8a08\u601d\u7dad<\/span>\uff0c\u8b93\u771f\u7406\u7d50\u5408\u65bc\u5275\u610f\u85dd\u8853\u3001\u6545\u4e8b\u654d\u8ff0\u53ca\u6210\u9577\u8f14\u5c0e\u7b49\u591a\u5143\u624b\u6cd5\u4e2d\uff0c\u5f37\u8abf\u5168\u4eba\u4e94\u611f\u7684\u53c3\u8207\u548c\u6709\u5c64\u6b21\u53cd\u601d\u7684\u7d93\u9a57\u6574\u7406\u904e\u7a0b\uff0c\u5f9e\u800c\u9f13\u52f5\u4fe1\u5f92\u653e\u4e0b\u8ffd\u6c42\u6a19\u6e96\u7b54\u6848\u7684\u5b97\u6559\u884c\u70ba\uff0c\u5728\u611b\u8207\u63a5\u7d0d\u7fa4\u9ad4\u4e2d\u9762\u5c0d\u771f\u5be6\u7684\u81ea\u6211\uff0c\u5728\u8056\u9748\u5f15\u5c0e\u4e0b\u6aa2\u8996\u500b\u4eba\u7684\u50f9\u503c\u4fe1\u5ff5\uff0c\u85c9\u8457\u5be6\u8e10\u8207\u795e\u5c0d\u9f4a\u7684\u884c\u70ba\uff0c\u5efa\u7acb\u6301\u7e8c\u5fc3\u610f\u66f4\u65b0\u8b8a\u5316\u7684\u53ec\u547d\u4eba\u751f\u3002<br><br><\/p>\n                    <h2 class=\"section-title\">\u6709\u6548\u7684\u5b78\u7fd2\u65b9\u6cd5<\/h2>\n\n                 <br>   <p class=\"section-paragraph\" text-align: justify>\n                        \u9ad4\u9a57\u5f0f\u5b78\u7fd2\uff0c\u4e0d\u6b62\u65bc\u662f\u73a9\u904a\u6232\u3001\u5718\u5efa\u3001\u8eab\u5fc3\u9748\u62d3\u5c55\u6216\u9ad8\u5f37\u5ea6\u7684\u6b77\u5947\u9ad4\u9a57\u3002\u9ad4\u9a57\u5f0f\u5b78\u7fd2\uff0c\u5c55\u73fe\u8457\u4e0a\u5e1d\u5275\u9020\u4eba\u5929\u751f\u672c\u611b\u5b78\u7fd2\u7684\u6027\u60c5\uff0c\u85c9\u8457\u5176\u63a8\u5c55\u9032\u7a0b\u6559\u5c0e\u53c3\u8207\u8005 [\u5b78\u7fd2\u5982\u4f55\u5b78\u7fd2] \u6709\u6548\u7684\u65b9\u6cd5\uff0c<span class=\"highlight-text\">\u5e6b\u52a9\u6211\u5011\u91cd\u65b0\u611b\u4e0a\u5b78\u7fd2\uff0c\u5efa\u7acb\u300e\u7d42\u751f\u5b78\u7fd2\u8005\u300f\u7684\u6210\u9577\u601d\u7dad\u3002<\/span><\/p>\n\n                   <br> <p class=\"section-paragraph\" text-align: justify>\n\u9ad4\u9a57\u5f0f\u5b78\u7fd2\u4e0d\u4f46\u9069\u7528\u65bc\u5b78\u6821\u79d1\u76ee\u3001\u8208\u8da3\u6280\u80fd\u6216\u500b\u5225\u5c02\u696d\u77e5\u8b58\u6559\u6388\u7684\u904e\u7a0b\uff0c\u5b83\u540c\u6642\u4e5f\u662f<span class=\"highlight-text\">\u57fa\u7763\u6559\u795e\u5b78\u6559\u80b2\u80fd\u5f9e\u4e2d\u7372\u76ca\u7684\u6559\u8207\u5b78\u6a21\u5f0f<\/span>\u3002\u96d6\u7136\u5c0d\u6559\u5b78\u8cc7\u6e90\u8981\u6c42\u6bd4\u50b3\u7d71\u6559\u80b2\u70ba\u591a\uff0c\u4f46\u9ad4\u9a57\u5f0f\u5b78\u7fd2\u80fd\u9054\u81f3\u4ee5\u4e0b\u76ee\u6a19\uff1a<br><\/p>\n\n\n<p class=\"section-paragraph\" text-align: justify><span class=\"highlight-text\">\u2714<\/span> \u6253\u7834\u50b3\u7d71\u6559\u80b2\u4e0b\u77e5\u8b58\u88ab\u788e\u7247\u5316\u50b3\u905e<\/p>\n\n<p class=\"section-paragraph\" text-align: justify><span class=\"highlight-text\">\u2714<\/span> \u6539\u8b8a\u5b78\u54e1\u6163\u6027\u505c\u7559\u88ab\u52d5\u63a5\u6536\uff0c\u56e0\u800c\u96e3\u4ee5\u767c\u73fe\u77e5\u8b58\u7684\u610f\u7fa9<\/p>\n\n<p class=\"section-paragraph\" text-align: justify><span class=\"highlight-text\">\u2714<\/span> \u5f37\u8abf\u5b78\u54e1\u4e3b\u52d5\u5efa\u69cb\u5c0d\u77e5\u8b58\u7684\u7406\u89e3\uff0c\u5f9e\u800c\u555f\u52d5\u500b\u4eba\u63a2\u7d22\u7684\u5167\u5728\u52d5\u529b<\/p>\n\n                <\/div>\n                <div class=\"section-image\" data-aos=\"fade-left\">\n                    <div class=\"image-container\" style=\"margin: 0 auto;\">\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/11\/learning2.png\" \n         width=70%                    alt=\"thecalling\">\n                       \n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<br><br><br>\n    <!-- \u4fe1\u4ef0\u8207\u4eba\u751f\u7684\u6574\u5408 -->\n    <section class=\"course-concept\">\n        <div class=\"ex-container\" width=80%>\n            <div class=\"text-center mb-12\" data-aos=\"fade-up\">\n                <h2 class=\"section-title\">\u4fe1\u4ef0\u8207\u4eba\u751f\u7684\u6574\u5408<\/h2>\n\n                  <p class=\"section-paragraph\" text-align: justify>\u6211\u5011\u5049\u5927\u7267\u8005\u4e3b\u8036\u7a4c\u5c31\u662f\u6700\u597d\u7684\u9ad4\u9a57\u5f0f\u5b78\u7fd2\u8e10\u884c\u8005\uff1a\u4e3b\u4f7f\u7528\u5e73\u975c\u98a8\u6d6a\u7d93\u9a57\u8b93\u9580\u5f92\u9813\u609f\u5c0d\u795e\u7684\u5168\u7136\u4fe1\u9760\uff1b\u7942\u900f\u904e\u9935\u98fd\u4e94\u4edf\u4eba\u8b93\u4fe1\u5f92\u660e\u767d\u4e0d\u8981\u5c11\u770b\u81ea\u5df1\u737b\u4e0a\u7684\u4e94\u9905\u4e8c\u9b5a\uff1b\u5728\u62c9\u6492\u8def\u53bb\u4e16\u4e8b\u4e0a\u523b\u610f\u4e0d\u4f5c\u5373\u6642\u56de\u61c9\uff0c\u5f9e\u800c\u8b93\u4ed6\u5011\u601d\u8003\u4e0a\u5e1d\u5de5\u4f5c\u7684\u5c6c\u5929\u6642\u523b\u7b49\u3002<br><br><\/p>\n\n                  <p class=\"section-paragraph\" text-align: justify>\u512a\u8cea\u7684\u9ad4\u9a57\u5f0f\u5b78\u7fd2\uff0c\u5c31\u662f\u5728\u795e\u7684\u8a71\u548c\u8056\u9748\u7684\u540c\u5728\u88cf\uff0c\u5faa\u5e8f\u6f38\u9032\u5730\u5f15\u5c0e\u53c3\u8207\u8005\u5f9e\u982d\u8166\u4e0a\u8a8d\u77e5\u8d70\u5411\u5fc3\u9748\u4e0a\u611f\u609f\uff0c\u5f9e\u56de\u9867\u53cd\u601d\u5230\u8fa8\u8b58\u6514\u751f\u547d\u524d\u884c\u7684\u9ed1\u6697\uff0c\u5f9e\u601d\u8003\u5982\u4f55\u5c0d\u9f4a\u4e0a\u5e1d\u5230\u843d\u5be6\u5177\u9ad4\u5be6\u8e10\u76ee\u6a19\uff0c\u7d42\u6975\u76ee\u6a19\u53ea\u6709\u4e00\u500b\uff0c\u5c31\u662f<span class=\"highlight-text\">\u63a8\u52d5\u4fe1\u5f92\u5efa\u7acb\u6301\u7e8c\u5fc3\u610f\u66f4\u65b0\u53ca\u4fe1\u4ef0\u8207\u751f\u6d3b\u6574\u5408\u7684\u53ec\u547d\u4eba\u751f\u3002<\/span><br><br><\/p>   \n<img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/11\/creative-brainstorming-scaled.jpg\">           \n            <\/div>            \n        <\/div>\n    <\/section>\n\n<br><br><br>\n    <!-- \u9ad4\u9a57\u5f0f\u5b78\u7fd2\u7406\u8ad6 -->\n    <section class=\"course-background\">\n        <div class=\"ex-container\">\n            <div class=\"section-content\">\n                <div class=\"section-text\" data-aos=\"fade-left\">\n                    <h2 class=\"section-title\">\u9ad4\u9a57\u5f0f\u5b78\u7fd2\u7406\u8ad6<\/h2>\n\n                    <p class=\"section-paragraph\" text-align: justify>\n                        \u9ad4\u9a57\u5b78\u7fd2\uff0c\u53c8\u7a31\u767c\u73fe\u5f0f\u5b78\u7fd2\u3001\u7d93\u9a57\u70ba\u4e3b\u5b78\u7fd2\u3001\u6d3b\u52d5\u5b78\u7fd2\u3001\u6216\u4e92\u5b78\u7fd2\u3002\u675c\u5a01 (John Dewey 1859-1952)  \u88ab\u55bb\u70ba\u9ad4\u9a57\u5b78\u7fd2\u6cd5\u4e4b\u7236 \uff0c\u5c07\u81ea\u7136\u5b78\u7fd2\u7684\u6982\u5ff5\u52a0\u4ee5\u6574\u7406\u53ca\u63a8\u52d5\u5b78\u7fd2\u6a21\u5f0f\u767c\u63da\u5149\u5927\uff0c\u5176\u4e3b\u8981\u5021\u8b70\uff1a<\/p>\n                    <p class=\"section-paragraph\">\n                    <br>\u300c\u505a\u4e2d\u5b78\u7fd2\u300d&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(Learning by doing)     \n<br>\u300c\u7d93\u9a57 +\u53cd\u7701 = \u5b78\u7fd2\u300d&nbsp;&nbsp;&nbsp;&nbsp;(Learning by doing with reflection)<\/p>\n                    <p class=\"section-paragraph\">\n\n<\/p>\n<br>\n                        <div class=\"magazine-quote\">\n<br>\n \n <p class=\"section-paragraph\">     \u96a8\u8457\u675c\u5a01\u5f8c\u6709\u4e0d\u540c\u7684\u5b78\u7fd2\u4f5c\u51fa\u7814\u7a76\u53ca\u8ad6\u8aaa\uff0c\u4f46\u5176\u4e2d\u4ee5\u9ad8\u5927\u885b David Kolb (1984) \u5728\u5176\u51fa\u7248\u7684\u300c\u7d93\u9a57\u5b78\u7fd2\u2015\u7d93\u9a57\u7232\u5b78\u7fd2\u6210\u9577\u7684\u4f86\u6e90\u300d(Experiential learning: experience as the source of learningand development)\u4e00\u66f8\u4e2d\uff0c\u63d0\u51fa\u7684\u56db\u968e\u6bb5\u5b78\u7fd2\u5708\u6700\u6709\u4ee3\u8868\u6027\u3002\u5305\u62ec\uff1a<br>    <\/p>\n        \n<p><span class=\"highlight-text\">\u00b7<\/span> \u5177\u9ad4\u7d93\u9a57&nbsp;&nbsp;  (Concrete experience)<\/p>\n\n<p><span class=\"highlight-text\">\u00b7<\/span> \u7701\u601d\u89c0\u5bdf&nbsp;&nbsp;  (Reflective observation)<\/p>\n\n<p><span class=\"highlight-text\">\u00b7<\/span> \u62bd\u8c61\u6982\u5ff5&nbsp;&nbsp;  (Abstract conceptualization)<\/p>\n\n<p><span class=\"highlight-text\">\u00b7<\/span> \u4e3b\u52d5\u9a57\u8b49&nbsp;&nbsp;  (Active experimentation) <\/p>\n                        <\/div>  \n\n                <\/div>\n                <div class=\"section-image\" data-aos=\"fade-right\" >\n                    <div class=\"image-container\" >\n                        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/11\/circle-3.png\" \n                             alt=\"thecalling\" >\n                       \n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n    <!-- JavaScript -->\n    <script>\n        \/\/ \u521d\u59cb\u5316AOS\u52d5\u756b\u5eab\n        document.addEventListener('DOMContentLoaded', function() {\n            AOS.init({\n                duration: 800,\n                easing: 'ease-in-out',\n                once: true\n            });\n            \n            \/\/ \u6578\u5b57\u589e\u9577\u52d5\u756b\n            const counterElements = document.querySelectorAll('.counter-value');\n            \n            const startCounters = () => {\n                counterElements.forEach(counter => {\n                    const target = parseInt(counter.getAttribute('data-target'));\n                    const duration = 2000; \/\/ \u52d5\u756b\u6301\u7e8c\u6642\u9593\uff08\u6beb\u79d2\uff09\n                    const step = target \/ (duration \/ 16); \/\/ \u6bcf16ms\u589e\u52a0\u7684\u503c\n                    let current = 0;\n                    \n                    const updateCounter = () => {\n                        current += step;\n                        if (current < target) {\n                            counter.textContent = Math.floor(current);\n                            requestAnimationFrame(updateCounter);\n                        } else {\n                            counter.textContent = target;\n                        }\n                    };\n                    \n                    updateCounter();\n                });\n            };\n            \n            \/\/ \u76e3\u807d\u6efe\u52d5\uff0c\u7576\u8a08\u6578\u5668\u9032\u5165\u8996\u53e3\u6642\u555f\u52d5\u52d5\u756b\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        startCounters();\n                        observer.unobserve(entry.target);\n                    }\n                });\n            }, { threshold: 0.5 });\n            \n            if (counterElements.length > 0) {\n                observer.observe(counterElements[0].parentElement.parentElement);\n            }\n            \n            \/\/ \u5b78\u54e1\u53cd\u994b\u8f2a\u64ad\n            const slides = document.getElementById('testimonialSlides');\n            const prevBtn = document.getElementById('prevBtn');\n            const nextBtn = document.getElementById('nextBtn');\n            const dots = document.querySelectorAll('.carousel-dot');\n            let currentIndex = 0;\n            const slideCount = document.querySelectorAll('.testimonial-slide').length;\n            \n            \/\/ \u8a08\u7b97\u6bcf\u500b\u5e7b\u71c8\u7247\u7684\u5bec\u5ea6\u767e\u5206\u6bd4\n            const getSlideWidth = () => {\n                if (window.innerWidth >= 1024) { \/\/ lg\n                    return 100 \/ 3; \/\/ \u4e00\u6b21\u986f\u793a3\u500b\n                } else if (window.innerWidth >= 768) { \/\/ md\n                    return 50; \/\/ \u4e00\u6b21\u986f\u793a2\u500b\n                } else {\n                    return 100; \/\/ \u4e00\u6b21\u986f\u793a1\u500b\n                }\n            };\n            \n            \/\/ \u66f4\u65b0\u8f2a\u64ad\u4f4d\u7f6e\n            const updateSlidePosition = () => {\n                const slideWidth = getSlideWidth();\n                slides.style.transform = `translateX(-${currentIndex * slideWidth}%)`;\n                \n                \/\/ \u66f4\u65b0\u6307\u793a\u9ede\n                dots.forEach((dot, index) => {\n                    if (index === currentIndex) {\n                        dot.classList.remove('bg-gray-300');\n                        dot.classList.add('bg-primary');\n                    } else {\n                        dot.classList.remove('bg-primary');\n                        dot.classList.add('bg-gray-300');\n                    }\n                });\n            };\n            \n            \/\/ \u4e0a\u4e00\u5f35\n            prevBtn.addEventListener('click', () => {\n                const slideWidth = getSlideWidth();\n                const maxIndex = Math.ceil(slideCount \/ (100 \/ slideWidth)) - 1;\n                \n                currentIndex = (currentIndex > 0) ? currentIndex - 1 : maxIndex;\n                updateSlidePosition();\n            });\n            \n            \/\/ \u4e0b\u4e00\u5f35\n            nextBtn.addEventListener('click', () => {\n                const slideWidth = getSlideWidth();\n                const maxIndex = Math.ceil(slideCount \/ (100 \/ slideWidth)) - 1;\n                \n                currentIndex = (currentIndex < maxIndex) ? currentIndex + 1 : 0;\n                updateSlidePosition();\n            });\n            \n            \/\/ \u9ede\u64ca\u6307\u793a\u9ede\u5207\u63db\n            dots.forEach((dot, index) => {\n                dot.addEventListener('click', () => {\n                    currentIndex = index;\n                    updateSlidePosition();\n                });\n            });\n            \n            \/\/ \u97ff\u61c9\u5f0f\u8abf\u6574\n            window.addEventListener('resize', () => {\n                currentIndex = 0;\n                updateSlidePosition();\n            });\n            \n            \/\/ \u81ea\u52d5\u8f2a\u64ad\n            setInterval(() => {\n                const slideWidth = getSlideWidth();\n                const maxIndex = Math.ceil(slideCount \/ (100 \/ slideWidth)) - 1;\n                \n                currentIndex = (currentIndex < maxIndex) ? currentIndex + 1 : 0;\n                updateSlidePosition();\n            }, 5000);\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u9ad4\u9a57\u5f0f\u5b78\u7fd2 \u9ad4\u9a57\u5f0f\u5b78\u7fd2 Call To Destiny \u5e73\u81fa\u4e0a\u63a8\u5c55\u7684\u8ab2\u7a0b\uff0c\u5168\u9075\u5faa\u9ad4\u9a57\u5f0f\u5b78\u7fd2\u300e\u4ee5\u4eba\u70ba\u672c\u300f\u7684\u6c92\u8a08\u601d [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1054","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u9ad4\u9a57\u5f0f\u5b78\u7fd2 - Call To Destiny<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/call2destiny.com\/index.php\/experience-learning\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u9ad4\u9a57\u5f0f\u5b78\u7fd2 - Call To Destiny\" \/>\n<meta property=\"og:description\" content=\"\u9ad4\u9a57\u5f0f\u5b78\u7fd2 \u9ad4\u9a57\u5f0f\u5b78\u7fd2 Call To Destiny \u5e73\u81fa\u4e0a\u63a8\u5c55\u7684\u8ab2\u7a0b\uff0c\u5168\u9075\u5faa\u9ad4\u9a57\u5f0f\u5b78\u7fd2\u300e\u4ee5\u4eba\u70ba\u672c\u300f\u7684\u6c92\u8a08\u601d [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/call2destiny.com\/index.php\/experience-learning\/\" \/>\n<meta property=\"og:site_name\" content=\"Call To Destiny\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-25T07:57:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/call2destiny.com\\\/index.php\\\/experience-learning\\\/\",\"url\":\"https:\\\/\\\/call2destiny.com\\\/index.php\\\/experience-learning\\\/\",\"name\":\"\u9ad4\u9a57\u5f0f\u5b78\u7fd2 - Call To Destiny\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#website\"},\"datePublished\":\"2025-11-03T12:29:21+00:00\",\"dateModified\":\"2025-11-25T07:57:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/call2destiny.com\\\/index.php\\\/experience-learning\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/call2destiny.com\\\/index.php\\\/experience-learning\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/call2destiny.com\\\/index.php\\\/experience-learning\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/call2destiny.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u9ad4\u9a57\u5f0f\u5b78\u7fd2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#website\",\"url\":\"https:\\\/\\\/call2destiny.com\\\/\",\"name\":\"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3\",\"description\":\"\u53ec\u547d\u57f9\u8a13\u4e2d\u5fc3\",\"publisher\":{\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/call2destiny.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#organization\",\"name\":\"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3\",\"url\":\"https:\\\/\\\/call2destiny.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/call2destiny.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo05.png\",\"contentUrl\":\"https:\\\/\\\/call2destiny.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo05.png\",\"width\":876,\"height\":351,\"caption\":\"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3\"},\"image\":{\"@id\":\"https:\\\/\\\/call2destiny.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u9ad4\u9a57\u5f0f\u5b78\u7fd2 - Call To Destiny","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/call2destiny.com\/index.php\/experience-learning\/","og_locale":"zh_CN","og_type":"article","og_title":"\u9ad4\u9a57\u5f0f\u5b78\u7fd2 - Call To Destiny","og_description":"\u9ad4\u9a57\u5f0f\u5b78\u7fd2 \u9ad4\u9a57\u5f0f\u5b78\u7fd2 Call To Destiny \u5e73\u81fa\u4e0a\u63a8\u5c55\u7684\u8ab2\u7a0b\uff0c\u5168\u9075\u5faa\u9ad4\u9a57\u5f0f\u5b78\u7fd2\u300e\u4ee5\u4eba\u70ba\u672c\u300f\u7684\u6c92\u8a08\u601d [&hellip;]","og_url":"https:\/\/call2destiny.com\/index.php\/experience-learning\/","og_site_name":"Call To Destiny","article_modified_time":"2025-11-25T07:57:14+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/call2destiny.com\/index.php\/experience-learning\/","url":"https:\/\/call2destiny.com\/index.php\/experience-learning\/","name":"\u9ad4\u9a57\u5f0f\u5b78\u7fd2 - Call To Destiny","isPartOf":{"@id":"https:\/\/call2destiny.com\/#website"},"datePublished":"2025-11-03T12:29:21+00:00","dateModified":"2025-11-25T07:57:14+00:00","breadcrumb":{"@id":"https:\/\/call2destiny.com\/index.php\/experience-learning\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/call2destiny.com\/index.php\/experience-learning\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/call2destiny.com\/index.php\/experience-learning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/call2destiny.com\/"},{"@type":"ListItem","position":2,"name":"\u9ad4\u9a57\u5f0f\u5b78\u7fd2"}]},{"@type":"WebSite","@id":"https:\/\/call2destiny.com\/#website","url":"https:\/\/call2destiny.com\/","name":"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3","description":"\u53ec\u547d\u57f9\u8a13\u4e2d\u5fc3","publisher":{"@id":"https:\/\/call2destiny.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/call2destiny.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/call2destiny.com\/#organization","name":"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3","url":"https:\/\/call2destiny.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/call2destiny.com\/#\/schema\/logo\/image\/","url":"https:\/\/call2destiny.com\/wp-content\/uploads\/2025\/12\/logo05.png","contentUrl":"https:\/\/call2destiny.com\/wp-content\/uploads\/2025\/12\/logo05.png","width":876,"height":351,"caption":"Call To Destiny \u53ec\u547d\u57f9\u8bad\u4e2d\u5fc3"},"image":{"@id":"https:\/\/call2destiny.com\/#\/schema\/logo\/image\/"}}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages\/1054","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/comments?post=1054"}],"version-history":[{"count":85,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages\/1054\/revisions"}],"predecessor-version":[{"id":3611,"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/pages\/1054\/revisions\/3611"}],"wp:attachment":[{"href":"https:\/\/call2destiny.com\/index.php\/wp-json\/wp\/v2\/media?parent=1054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}