{"id":872,"date":"2018-07-27T17:11:26","date_gmt":"2018-07-27T17:11:26","guid":{"rendered":"http:\/\/themes.webdevia.com\/customerxp-voip-cloud-services-wordpress-theme\/?page_id=872"},"modified":"2026-04-12T01:53:06","modified_gmt":"2026-04-12T01:53:06","slug":"about-us","status":"publish","type":"page","link":"https:\/\/flyfone.com\/zh\/about-us\/","title":{"rendered":"\u5173\u4e8e\u6211\u4eec"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\" ><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_row wpb_row vc_inner vc_row-fluid\" ><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');\n\n\/* About Us Page Styles *\/\n* {\n    font-family: 'Maven Pro', sans-serif;\n}\n\n.about-hero {\n    background: linear-gradient(-90deg, #F78F00 0%, #B89600 33%, #769500 66%, #4E7F34 100%);\n    color: #333;\n    padding: 120px 0 0 0;\n    text-align: left;\n    position: relative;\n    overflow: hidden;\n    min-height: 100vh;\n    display: flex;\n    align-items: center;\n}\n\n.hero-content {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 0 40px;\n}\n\n.hero-text {\n    flex: 1;\n    max-width: 600px;\n}\n\n.hero-image {\n    position: relative;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n\n.hero-image img {\n    width: 100%;\n    height: auto;\n    max-width: 600px;\n    animation: float 3s ease-in-out infinite;\n}\n\n.hero-title {\n    font-size: 4.5rem;\n    font-weight: 700;\n    margin-bottom: 30px;\n    color: white;\n    line-height: 1.2;\n    animation: fadeInUp 1s ease-out;\n}\n\n.hero-tagline {\n    color: white;\n    font-weight: 700;\n}\n\n.hero-description {\n    font-size: 1.5rem;\n    margin-bottom: 50px;\n    color: white;\n    line-height: 1.7;\n    animation: fadeInUp 1s ease-out 0.2s both;\n}\n\n.hero-cta {\n    display: inline-block;\n    background: #4CAF50;\n    color: white;\n    padding: 18px 45px;\n    text-decoration: none;\n    border-radius: 50px;\n    font-weight: 600;\n    font-size: 1.1rem;\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);\n    animation: fadeInUp 1s ease-out 0.4s both;\n}\n\n.hero-cta:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 15px 40px rgba(76, 175, 80, 0.4);\n    background: #45a049;\n}\n\n\/* Main Sections *\/\n.about-section {\n    padding: 80px 0;\n}\n\n.about-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.section-title {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #2d3748;\n    margin-bottom: 20px;\n    text-align: center;\n}\n\n.section-subtitle {\n    font-size: 1.1rem;\n    color: #4a5568;\n    text-align: center;\n    margin-bottom: 60px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n\/* Company Stats *\/\n.stats-section {\n    background: linear-gradient(135deg, #fef3c7, #fde68a);\n    padding: 60px 0;\n}\n\n.stats-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 40px;\n    text-align: center;\n}\n\n.stat-item {\n    background: white;\n    padding: 40px 20px;\n    border-radius: 20px;\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n    border: 1px solid #fde68a;\n    transition: all 0.3s ease;\n}\n\n.stat-item:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(234, 88, 12, 0.1);\n}\n\n.stat-number {\n    font-size: 3rem;\n    font-weight: 800;\n    color: #ea580c;\n    display: block;\n    margin-bottom: 10px;\n}\n\n.stat-label {\n    font-size: 1rem;\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 5px;\n}\n\n.stat-description {\n    font-size: 0.85rem;\n    color: #4a5568;\n}\n\n\/* Mission & Vision *\/\n.mission-vision {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: start;\n}\n\n.mission-card, .vision-card {\n    background: white;\n    padding: 50px;\n    border-radius: 25px;\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\n    border: 1px solid #e2e8f0;\n    position: relative;\n    transition: all 0.3s ease;\n}\n\n.mission-card:hover, .vision-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 25px 50px rgba(234, 88, 12, 0.15);\n}\n\n.mission-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 4px;\n    background: linear-gradient(90deg, #ea580c, #f97316);\n}\n\n.vision-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 4px;\n    background: linear-gradient(90deg, #f97316, #ea580c);\n}\n\n.card-icon {\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(135deg, #ea580c, #f97316);\n    border-radius: 20px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 2.5rem;\n    color: white;\n    margin-bottom: 30px;\n    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.3);\n}\n\n.card-title {\n    font-size: 1.8rem;\n    font-weight: 700;\n    color: #2d3748;\n    margin-bottom: 20px;\n}\n\n.card-description {\n    color: #4a5568;\n    font-size: 1rem;\n    line-height: 1.7;\n}\n\n\/* Why Choose FlyFone *\/\n.why-choose {\n    background: linear-gradient(135deg, #f8fafc, #e2e8f0);\n}\n\n.features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n    gap: 40px;\n}\n\n.feature-card {\n    background: white;\n    padding: 40px;\n    border-radius: 20px;\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n    border: 1px solid #e2e8f0;\n    transition: all 0.3s ease;\n}\n\n.feature-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 20px 40px rgba(234, 88, 12, 0.1);\n    border-color: #ea580c;\n}\n\n.feature-icon {\n    width: 70px;\n    height: 70px;\n    background: linear-gradient(135deg, #ea580c, #f97316);\n    border-radius: 18px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 2rem;\n    color: white;\n    margin-bottom: 25px;\n    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.3);\n}\n\n.feature-title {\n    font-size: 1.3rem;\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 15px;\n}\n\n.feature-description {\n    color: #4a5568;\n    line-height: 1.6;\n    font-size: 0.95rem;\n}\n\n\/* Experience Timeline *\/\n.experience-section {\n    background: white;\n}\n\n.timeline {\n    max-width: 800px;\n    margin: 0 auto;\n    position: relative;\n}\n\n.timeline::before {\n    content: '';\n    position: absolute;\n    left: 50%;\n    top: 0;\n    bottom: 0;\n    width: 4px;\n    background: linear-gradient(to bottom, #ea580c, #f97316);\n    transform: translateX(-50%);\n}\n\n.timeline-item {\n    display: flex;\n    align-items: center;\n    margin-bottom: 60px;\n    position: relative;\n}\n\n.timeline-item:nth-child(even) {\n    flex-direction: row-reverse;\n}\n\n.timeline-content {\n    background: white;\n    padding: 30px;\n    border-radius: 20px;\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n    border: 1px solid #e2e8f0;\n    width: 45%;\n    position: relative;\n    transition: all 0.3s ease;\n}\n\n.timeline-content:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(234, 88, 12, 0.1);\n    border-color: #ea580c;\n}\n\n.timeline-year {\n    font-size: 1.8rem;\n    font-weight: 800;\n    color: #ea580c;\n    margin-bottom: 10px;\n}\n\n.timeline-title {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 10px;\n}\n\n.timeline-description {\n    color: #4a5568;\n    line-height: 1.6;\n    font-size: 0.9rem;\n}\n\n.timeline-dot {\n    width: 20px;\n    height: 20px;\n    background: #ea580c;\n    border-radius: 50%;\n    position: absolute;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 2;\n    border: 4px solid white;\n    box-shadow: 0 0 0 4px #ea580c;\n}\n\n\/* Team Section *\/\n.team-section {\n    background: linear-gradient(135deg, #fff7ed, #fed7aa);\n}\n\n.team-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 40px;\n}\n\n.team-card {\n    background: white;\n    padding: 40px;\n    border-radius: 20px;\n    text-align: center;\n    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n    border: 1px solid #fed7aa;\n    transition: all 0.3s ease;\n}\n\n.team-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 20px 40px rgba(234, 88, 12, 0.1);\n}\n\n.team-avatar {\n    width: 120px;\n    height: 120px;\n    background: linear-gradient(135deg, #ea580c, #f97316);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 3rem;\n    color: white;\n    margin: 0 auto 25px;\n    box-shadow: 0 10px 25px rgba(234, 88, 12, 0.3);\n}\n\n.team-name {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 10px;\n}\n\n.team-role {\n    color: #ea580c;\n    font-weight: 600;\n    margin-bottom: 15px;\n    font-size: 0.95rem;\n}\n\n.team-description {\n    color: #4a5568;\n    line-height: 1.6;\n    font-size: 0.9rem;\n}\n\n\/* CTA Section *\/\n.about-cta-section {\n    background: linear-gradient(135deg, #F78F00, #B89600, #769500, #4E7F34);\n    color: white;\n    padding: 80px 0;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n}\n\n.about-cta-section::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);\n    animation: pulse-cta 4s ease-in-out infinite;\n}\n\n@keyframes pulse-cta {\n    0%, 100% { transform: scale(1); opacity: 0.3; }\n    50% { transform: scale(1.1); opacity: 0.1; }\n}\n\n.cta-content {\n    position: relative;\n    z-index: 2;\n}\n\n.cta-title {\n    font-size: 2.2rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    color: white;\n}\n\n.cta-description {\n    font-size: 1.1rem;\n    opacity: 0.9;\n    margin-bottom: 40px;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.cta-buttons {\n    display: flex;\n    gap: 25px;\n    justify-content: center;\n    flex-wrap: wrap;\n}\n\n.cta-btn {\n    padding: 18px 35px;\n    border-radius: 15px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    font-size: 1rem;\n    border: none;\n    cursor: pointer;\n}\n\n.cta-btn-primary {\n    background: linear-gradient(135deg, #4E7F34, #769500);\n    color: white;\n    box-shadow: 0 8px 25px rgba(78, 127, 52, 0.4);\n}\n\n.cta-btn-primary:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 15px 35px rgba(78, 127, 52, 0.6);\n}\n\n.cta-btn-secondary {\n    background: transparent;\n    color: white;\n    border: 2px solid white;\n}\n\n.cta-btn-secondary:hover {\n    background: rgba(255, 255, 255, 0.2);\n    transform: translateY(-3px);\n}\n\n\/* Animations *\/\n@keyframes fadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n@keyframes float {\n    0%, 100% {\n        transform: translateY(0px);\n    }\n    50% {\n        transform: translateY(-10px);\n    }\n}\n\n\/* Mobile Responsive *\/\n@media (max-width: 768px) {\n    .about-hero {\n        min-height: 70vh;\n        padding: 60px 0 40px 0; \/* Gi\u1ea3m padding-bottom *\/\n    }\n    \n    .hero-content {\n        grid-template-columns: 1fr;\n        gap: 30px;\n        text-align: center;\n        padding: 0 20px;\n    }\n    \n    .hero-image {\n        order: 1; \/* \u1ea2nh l\u00ean tr\u00ean *\/\n        margin-bottom: 0;\n        padding-bottom: 0;\n    }\n    \n    .hero-image img {\n        width: 100%;\n        max-width: 400px;\n        height: auto;\n        margin: 0 auto;\n        display: block;\n        animation: none; \/* T\u1eaft float animation *\/\n        transform: none; \/* Reset transform *\/\n    }\n    \n    .hero-text {\n        order: 2; \/* Text xu\u1ed1ng d\u01b0\u1edbi *\/\n    }\n\n    .hero-title {\n        font-size: 3rem;\n        margin-bottom: 20px;\n    }\n\n    .hero-description {\n        font-size: 1.2rem;\n        margin-bottom: 30px;\n    }\n\n    .section-title {\n        font-size: 1.9rem;\n    }\n\n    .mission-vision {\n        grid-template-columns: 1fr;\n        gap: 40px;\n    }\n\n    .mission-card, .vision-card {\n        padding: 30px;\n    }\n\n    .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .timeline::before {\n        left: 30px;\n    }\n\n    .timeline-item {\n        flex-direction: column;\n        align-items: flex-start;\n        padding-left: 80px;\n    }\n\n    .timeline-item:nth-child(even) {\n        flex-direction: column;\n    }\n\n    .timeline-content {\n        width: 100%;\n    }\n\n    .timeline-dot {\n        left: 30px;\n    }\n\n    .team-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .cta-btn {\n        width: 100%;\n        max-width: 300px;\n    }\n}\n\n@media (max-width: 480px) {\n    .about-hero {\n        padding: 40px 0 20px 0; \/* Gi\u1ea3m padding nhi\u1ec1u h\u01a1n *\/\n        min-height: 60vh; \/* Gi\u1ea3m height *\/\n    }\n    \n    .hero-content {\n        padding: 0 15px;\n        gap: 20px; \/* Gi\u1ea3m gap *\/\n    }\n    \n    .hero-image img {\n        max-width: 280px; \/* Gi\u1ea3m size \u1ea3nh *\/\n        animation: none; \/* \u0110\u1ea3m b\u1ea3o t\u1eaft animation *\/\n        transform: none;\n    }\n    \n    .hero-title {\n        font-size: 2.2rem;\n        margin-bottom: 15px;\n    }\n    \n    .hero-description {\n        font-size: 1.1rem;\n        margin-bottom: 20px; \/* Gi\u1ea3m margin-bottom *\/\n    }\n    \n    .hero-cta {\n        margin-bottom: 0; \/* Lo\u1ea1i b\u1ecf margin d\u01b0\u1edbi button *\/\n    }\n}\n@media (max-width: 480px) {\n    .hero-content {\n        padding: 40px 0 20px 0; \/* Gi\u1ea3m padding-bottom xu\u1ed1ng 20px *\/\n\n    }\n\n    \n    .about-hero {\n        padding: 60px 0;\n        min-height: 80vh;\n    }\n    \n    .hero-title {\n        font-size: 2.2rem;\n        margin-bottom: 15px; \/* Gi\u1ea3m margin-bottom *\/\n\n    }\n    \n    .hero-description {\n        font-size: 1.1rem;\n    }\n}\n<\/style>\n<section class=\"about-hero\">\n    <div class=\"hero-content\">\n        <div class=\"hero-text\">\n            <h1 class=\"hero-title\">\u5173\u4e8e <span class=\"hero-tagline\">FlyFone<\/span><\/h1>\n            <p class=\"hero-description\">\n                \u5728\u5168\u7403\u547c\u53eb\u4e2d\u5fc3\u901a\u4fe1\u9886\u57df\u62e5\u6709\u8d85\u8fc7 8 \u5e74\u7684\u4e13\u4e1a\u7ecf\u9a8c\u3001\n                \u53d7\u5230\u5168\u7403 10,000 \u591a\u5bb6\u516c\u53f8\u7684\u4fe1\u8d56\uff0c\u63d0\u4f9b\u5353\u8d8a\u7684\n                \u6027\u80fd\u548c\u53ef\u9760\u6027\u3002.\n            <\/p>\n            <a href=\"https:\/\/flyfone.com\/zh\/contact-us\/\" class=\"hero-cta\">\u7acb\u5373\u5f00\u59cb<\/a>\n        <\/div>\n        <div class=\"hero-image\">\n            <img decoding=\"async\" src=\"https:\/\/flyfone.com\/wp-content\/uploads\/2025\/07\/aboutus-herosection.png\" alt=\"\u5ba2\u6237\u670d\u52a1\u4ee3\u8868\" style=\"max-width: 100%; height: auto;\">\n        <\/div>\n    <\/div>\n<\/section>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"vc_row wpb_row vc_row-fluid\" ><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&display=swap');\n\n.ffv2 *{box-sizing:border-box;margin:0;padding:0}\n.ffv2{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#1e293b;-webkit-font-smoothing:antialiased}\n.ffv2 a{text-decoration:none;color:inherit}\n.ffv2 ul{list-style:none}\n.ffv2-wrap{max-width:1140px;margin:0 auto;padding:0 24px}\n\n.ffv2 .ey{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#2563eb;background:#eff6ff;padding:6px 16px;border-radius:99px;margin-bottom:16px}\n\n.ffv2 .sr{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}\n.ffv2 .sr.vis{opacity:1;transform:none}\n.ffv2 .sr-d1{transition-delay:.12s}\n.ffv2 .sr-d2{transition-delay:.24s}\n.ffv2 .sr-d3{transition-delay:.36s}\n\n\/* PAIN POINTS (Stats) *\/\n.ffv2-pain{padding:32px 0 48px;background:#f8fafc;margin-top:0 !important}\n.ffv2-pain-head{text-align:center;margin-bottom:56px}\n.ffv2-pain-head h2{font-size:36px;font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:12px}\n.ffv2-pain-head p{font-size:17px;color:#64748b;max-width:520px;margin:0 auto;line-height:1.65}\n\n.ffv2-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}\n.ffv2-stat{border-radius:20px;padding:40px 32px;position:relative;overflow:hidden;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;background:#fff;color:#1e293b;border:1px solid #e2e8f0}\n.ffv2-stat:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.08);border-color:#2563eb}\n.ffv2-stat .big{font-size:48px;font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:6px;color:#2563eb}\n.ffv2-stat .label{font-size:14px;color:#64748b;line-height:1.5;font-weight:500}\n.ffv2-stat .desc{font-size:14px;color:#64748b;line-height:1.6;margin-top:12px}\n.ffv2-stat::after{content:'';position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(37,99,235,.04);top:-30px;right:-30px}\n\n\/* MISSION & VISION *\/\n.ffv2-mv{padding:64px 0;background:#fff}\n.ffv2-mv-head{text-align:center;margin-bottom:56px}\n.ffv2-mv-head h2{font-size:36px;font-weight:800;letter-spacing:-.03em;margin-bottom:12px}\n.ffv2-mv-head p{font-size:17px;color:#64748b;max-width:600px;margin:0 auto;line-height:1.65}\n.ffv2-mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}\n.ffv2-mv-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:40px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}\n.ffv2-mv-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#2563eb,#60a5fa)}\n.ffv2-mv-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.08)}\n.ffv2-mv-card .ffv2-ico{margin-bottom:20px}\n.ffv2-mv-card h3{font-size:22px;font-weight:700;margin-bottom:14px;letter-spacing:-.02em}\n.ffv2-mv-card p{font-size:15px;color:#64748b;line-height:1.75}\n\n\/* FEATURES (Bento) *\/\n.ffv2-feat{padding:64px 0;background:#f8fafc}\n.ffv2-feat-head{text-align:center;margin-bottom:56px}\n.ffv2-feat-head h2{font-size:36px;font-weight:800;letter-spacing:-.03em;margin-bottom:12px}\n.ffv2-feat-head p{font-size:17px;color:#64748b;max-width:520px;margin:0 auto;line-height:1.65}\n.ffv2-bento{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:16px}\n.ffv2-bc{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:26px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;min-height:200px}\n.ffv2-bc:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(0,0,0,.08);border-color:#2563eb}\n.ffv2-bc.big{grid-column:1\/3;grid-row:1\/3;padding:40px;background:linear-gradient(160deg,#eff6ff 0%,#f0fdf4 100%);display:flex;flex-direction:column;justify-content:center}\n.ffv2-ico{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}\n.ffv2-ico svg{width:20px !important;height:20px !important}\n.ffv2-ico.bl{background:#dbeafe;color:#2563eb}\n.ffv2-ico.gr{background:#dcfce7;color:#16a34a}\n.ffv2-ico.pu{background:#ede9fe;color:#7c3aed}\n.ffv2-ico.am{background:#fef3c7;color:#d97706}\n.ffv2-ico.sk{background:#e0f2fe;color:#0284c7}\n.ffv2-ico.ro{background:#ffe4e6;color:#e11d48}\n.ffv2-ico.tl{background:#ccfbf1;color:#0d9488}\n.ffv2-bc h3{font-size:17px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}\n.ffv2-bc.big h3{font-size:24px;letter-spacing:-.02em}\n.ffv2-bc p{font-size:14px;color:#64748b;line-height:1.7}\n.ffv2-bc.big p{font-size:16px}\n.ffv2-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}\n.ffv2-tag{font-size:11px;font-weight:600;padding:4px 10px;border-radius:99px;background:rgba(37,99,235,.08);color:#2563eb}\n\n\/* TIMELINE *\/\n.ffv2-tl{padding:64px 0;background:#fff}\n.ffv2-tl-head{text-align:center;margin-bottom:56px}\n.ffv2-tl-head h2{font-size:36px;font-weight:800;letter-spacing:-.03em;margin-bottom:12px}\n.ffv2-tl-head p{font-size:17px;color:#64748b;max-width:520px;margin:0 auto;line-height:1.65}\n.ffv2-tl-list{max-width:720px;margin:0 auto;position:relative;padding-left:40px}\n.ffv2-tl-list::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:2px;background:#e2e8f0}\n.ffv2-tl-item{position:relative;margin-bottom:40px;padding-left:32px}\n.ffv2-tl-item:last-child{margin-bottom:0}\n.ffv2-tl-dot{position:absolute;left:-33px;top:4px;width:28px;height:28px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 0 0 4px #fff,0 0 0 6px #e2e8f0}\n.ffv2-tl-dot svg{width:14px;height:14px;color:#fff}\n.ffv2-tl-year{display:inline-block;font-size:13px;font-weight:700;color:#2563eb;background:#eff6ff;padding:4px 14px;border-radius:99px;margin-bottom:10px}\n.ffv2-tl-item h3{font-size:18px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}\n.ffv2-tl-item p{font-size:15px;color:#64748b;line-height:1.7}\n\n\/* TEAM (dark section, reuse testi pattern) *\/\n.ffv2-testi{padding:64px 0;background:#0f172a}\n.ffv2-testi-head{text-align:center;margin-bottom:44px}\n.ffv2-testi-head .ey{color:#60a5fa;background:rgba(96,165,250,.12)}\n.ffv2-testi-title{font-size:34px;font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:10px}\n.ffv2-testi-sub{font-size:17px;color:rgba(255,255,255,.5);max-width:520px;margin:0 auto;line-height:1.65}\n.ffv2-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}\n.ffv2-testi-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px;transition:transform .3s ease,box-shadow .3s ease}\n.ffv2-testi-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.2);border-color:rgba(255,255,255,.15)}\n.ffv2-testi-pill{display:inline-block;padding:4px 12px;border-radius:99px;font-size:12px;font-weight:700;margin-bottom:20px}\n.ffv2-testi-pill.green{background:rgba(34,197,94,.15);color:#4ade80}\n.ffv2-testi-pill.blue{background:rgba(96,165,250,.15);color:#60a5fa}\n.ffv2-testi-pill.amber{background:rgba(251,191,36,.15);color:#fbbf24}\n.ffv2-testi-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;flex-shrink:0;margin-bottom:20px}\n.ffv2-testi-name{font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}\n.ffv2-testi-role{font-size:13px;color:rgba(255,255,255,.4);margin-bottom:16px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}\n.ffv2-team-desc{font-size:15px;color:rgba(255,255,255,.65);line-height:1.7}\n\n\/* CTA *\/\n.ffv2-cta{padding:72px 0;margin-bottom:0 !important;background:linear-gradient(145deg,#0f172a 0%,#1e3a5f 50%,#0c4a6e 100%);text-align:center;position:relative;overflow:hidden}\n.ffv2-cta::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.12),transparent 70%);top:-200px;left:50%;transform:translateX(-50%);pointer-events:none}\n.ffv2-cta::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.08),transparent 70%);bottom:-150px;right:-100px;pointer-events:none}\n.ffv2-cta h2{font-size:40px;font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:16px;position:relative}\n.ffv2-cta>div>p{font-size:17px;color:rgba(255,255,255,.55);max-width:460px;margin:0 auto 40px;line-height:1.65;position:relative}\n.ffv2-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:40px;position:relative}\n.ffv2-bw{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;font-size:16px;font-weight:700;color:#0f172a;background:#fff;border-radius:10px;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.12);font-family:inherit;border:none;cursor:pointer;text-decoration:none}\n.ffv2-bw:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.18)}\n.ffv2-bg{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:700;color:#0f172a;background:#fff;border:1.5px solid #fff;border-radius:10px;transition:all .3s ease;font-family:inherit;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.1);text-decoration:none}\n.ffv2-bg:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.16)}\n.ffv2-proof{display:flex;align-items:center;justify-content:center;gap:14px;position:relative}\n.ffv2-avatars{display:flex}\n.ffv2-av{width:34px;height:34px;border-radius:50%;border:2.5px solid rgba(255,255,255,.15);margin-left:-10px}\n.ffv2-av:first-child{margin-left:0}\n.ffv2-av:nth-child(1){background:linear-gradient(135deg,#60a5fa,#2563eb)}\n.ffv2-av:nth-child(2){background:linear-gradient(135deg,#a78bfa,#7c3aed)}\n.ffv2-av:nth-child(3){background:linear-gradient(135deg,#fbbf24,#f97316)}\n.ffv2-av:nth-child(4){background:linear-gradient(135deg,#34d399,#059669)}\n.ffv2-proof span{font-size:14px;color:rgba(255,255,255,.45);font-weight:500}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .ffv2-pain-head h2,.ffv2-feat-head h2,.ffv2-mv-head h2,.ffv2-tl-head h2{font-size:28px}\n  .ffv2-cta h2{font-size:30px}\n  .ffv2-stats{grid-template-columns:1fr}\n  .ffv2-bento{grid-template-columns:1fr}\n  .ffv2-bc.big{grid-column:auto;grid-row:auto}\n  .ffv2-cta-btns{flex-direction:column;align-items:center}\n  .ffv2-stat .big{font-size:42px}\n  .ffv2-stat{padding:32px 24px;min-height:160px}\n  .ffv2-mv-grid{grid-template-columns:1fr}\n  .ffv2-testi-grid{grid-template-columns:1fr;gap:16px}\n  .ffv2-testi-title{font-size:26px}\n  .ffv2-tl-list{padding-left:32px}\n  .ffv2-tl-item{padding-left:24px}\n}\n<\/style>\n\n<noscript><style>.ffv2 .sr{opacity:1!important;transform:none!important}<\/style><\/noscript>\n<div class=\"ffv2\">\n\n<!-- 1. STATS -->\n<section class=\"ffv2-pain\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-pain-head sr\">\n    <span class=\"ey\">\u6570\u5b57 FlyFone<\/span>\n    <h2>\u7ecf\u8fc7\u9a8c\u8bc1\u7684\u89c4\u6a21\u5316\u6027\u80fd<\/h2>\n    <p>\u5728\u5168\u7403\u547c\u53eb\u4e2d\u5fc3\u901a\u4fe1\u9886\u57df\u62e5\u6709\u8d85\u8fc7 8 \u5e74\u7684\u4e13\u4e1a\u7ecf\u9a8c<\/p>\n  <\/div>\n  <div class=\"ffv2-stats\">\n    <div class=\"ffv2-stat sr\">\n      <div><div class=\"big\">8+<\/div><div class=\"label\">\u5de5\u4f5c\u5e74\u9650<\/div><\/div>\n      <div class=\"desc\">\u81ea 2016 \u5e74\u8d77\u63d0\u4f9b\u5168\u7403\u547c\u53eb\u4e2d\u5fc3\u4e13\u4e1a\u77e5\u8bc6<\/div>\n    <\/div>\n    <div class=\"ffv2-stat sr sr-d1\">\n      <div><div class=\"big\">10K+<\/div><div class=\"label\">\u670d\u52a1\u8fc7\u7684\u516c\u53f8<\/div><\/div>\n      <div class=\"desc\">\u6a2a\u8de8\u5168\u7403\u591a\u4e2a\u884c\u4e1a<\/div>\n    <\/div>\n    <div class=\"ffv2-stat sr sr-d2\">\n      <div><div class=\"big\">99%+<\/div><div class=\"label\">ASR \u6027\u80fd<\/div><\/div>\n      <div class=\"desc\">\u884c\u4e1a\u9886\u5148\u7684\u8fde\u63a5\u901f\u7387<\/div>\n    <\/div>\n    <div class=\"ffv2-stat sr sr-d3\">\n      <div><div class=\"big\">24 \u5c0f\u65f6<\/div><div class=\"label\">\u5feb\u901f\u90e8\u7f72<\/div><\/div>\n      <div class=\"desc\">\u7acb\u5373\u542f\u52a8\u65b0\u5e02\u573a<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 2. MISSION & VISION -->\n<section class=\"ffv2-mv\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-mv-head sr\">\n    <span class=\"ey\">\u6211\u4eec\u662f\u8c01<\/span>\n    <h2>\u6211\u4eec\u7684\u4f7f\u547d\u4e0e\u613f\u666f<\/h2>\n    <p>\u4ee5\u5c16\u7aef\u6280\u672f\u548c\u65e0\u4e0e\u4f26\u6bd4\u7684\u53ef\u9760\u6027\u63a8\u52a8\u5168\u7403\u901a\u4fe1\u521b\u65b0<\/p>\n  <\/div>\n  <div class=\"ffv2-mv-grid\">\n    <div class=\"ffv2-mv-card sr\">\n      <div class=\"ffv2-ico bl\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><circle cx=\"12\" cy=\"12\" r=\"6\"\/><circle cx=\"12\" cy=\"12\" r=\"2\"\/><\/svg><\/div>\n      <h3>\u6211\u4eec\u7684\u4f7f\u547d<\/h3>\n      <p>\u901a\u8fc7\u63d0\u4f9b\u4f01\u4e1a\u7ea7\u4e91\u539f\u751f\u89e3\u51b3\u65b9\u6848\uff0c\u4f7f\u4f01\u4e1a\u80fd\u591f\u4ee5\u524d\u6240\u672a\u6709\u7684\u901f\u5ea6\u548c\u53ef\u9760\u6027\u542f\u52a8\u548c\u6269\u5c55\u5ba2\u6237\u670d\u52a1\u4e1a\u52a1\uff0c\u4ece\u800c\u5f7b\u5e95\u6539\u53d8\u5168\u7403\u547c\u53eb\u4e2d\u5fc3\u901a\u4fe1\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-mv-card sr sr-d1\">\n      <div class=\"ffv2-ico gr\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg><\/div>\n      <h3>\u6211\u4eec\u7684\u613f\u666f<\/h3>\n      <p>\u6210\u4e3a\u5168\u7403\u9886\u5148\u7684\u547c\u53eb\u4e2d\u5fc3\u5e73\u53f0\uff0c\u901a\u8fc7\u667a\u80fd\u81ea\u52a8\u5316\u3001\u5353\u8d8a\u7684\u8bed\u97f3\u8d28\u91cf\u548c\u65e0\u7f1d\u7684\u5168\u7403\u8fde\u63a5\uff0c\u4e3a\u5404\u79cd\u89c4\u6a21\u7684\u4f01\u4e1a\u63d0\u4f9b\u5353\u8d8a\u7684\u5ba2\u6237\u4f53\u9a8c\u3002.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 3. WHY CHOOSE FLYFONE (Bento) -->\n<section class=\"ffv2-feat\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-feat-head sr\">\n    <span class=\"ey\">\u4e3a\u4ec0\u4e48\u9009\u62e9 FlyFone<\/span>\n    <h2>\u4e3a\u4ec0\u4e48\u9009\u62e9 FlyFone\uff1f<\/h2>\n    <p>\u6211\u4eec\u7684\u7efc\u5408\u5e73\u53f0\u4e3a\u60a8\u63d0\u4f9b\u5353\u8d8a\u547c\u53eb\u4e2d\u5fc3\u6027\u80fd\u6240\u9700\u7684\u4e00\u5207<\/p>\n  <\/div>\n  <div class=\"ffv2-bento\">\n    <div class=\"ffv2-bc big sr\">\n      <div class=\"ffv2-ico gr\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z\"\/><\/svg><\/div>\n      <h3>\u5168\u7403 AWS \u57fa\u7840\u8bbe\u65bd<\/h3>\n      <p>\u5728\u4e9a\u9a6c\u900a AWS \u4e0a\u8de8\u591a\u4e2a\u5730\u533a\u6258\u7ba1\uff0c\u4ee5\u83b7\u5f97\u6700\u4f73\u8bed\u97f3\u8d28\u91cf\u548c\u53ef\u9760\u6027\u3002\u4f01\u4e1a\u7ea7\u5b89\u5168\u6027\uff0c\u5185\u7f6e\u5168\u7403\u53ef\u6269\u5c55\u6027\u3002.<\/p>\n      <div class=\"ffv2-tags\">\n        <span class=\"ffv2-tag\">\u591a\u5730\u533a<\/span><span class=\"ffv2-tag\">\u4f01\u4e1a\u5b89\u5168<\/span><span class=\"ffv2-tag\">99.95% SLA<\/span><span class=\"ffv2-tag\">\u5168\u7403 CDN<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d1\">\n      <div class=\"ffv2-ico bl\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg><\/div>\n      <h3>\u5feb\u901f\u90e8\u7f72<\/h3>\n      <p>\u5728 24 \u5c0f\u65f6\u5185\u5411\u65b0\u5e02\u573a\u53d1\u8d77\u547c\u53eb\u6d3b\u52a8\u3002\u6ca1\u6709\u5197\u957f\u7684\u8bbe\u7f6e\u8fc7\u7a0b\uff0c\u6ca1\u6709\u786c\u4ef6\u8981\u6c42\u3002\u6211\u4eec\u7684\u4e91\u539f\u751f\u5e73\u53f0\u53ef\u8ba9\u60a8\u7acb\u5373\u6295\u5165\u8fd0\u8425\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d2\">\n      <div class=\"ffv2-ico pu\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"18\" cy=\"18\" r=\"3\"\/><circle cx=\"6\" cy=\"6\" r=\"3\"\/><path d=\"M6 21V9a9 9 0 0 0 9 9\"\/><\/svg><\/div>\n      <h3>\u667a\u80fd\u8def\u7ebf\u7ba1\u7406<\/h3>\n      <p>\u5177\u6709\u52a8\u6001\u8f6e\u6362\u548c\u81ea\u52a8\u66f4\u65b0\u529f\u80fd\u7684\u591a\u8def\u7531\u5907\u4efd\u53ef\u4fdd\u6301\u8f83\u9ad8\u7684\u8fde\u63a5\u7387\u3002\u667a\u80fd\u6765\u7535\u663e\u793a\u7ba1\u7406\u53ef\u5728\u5168\u7403\u8303\u56f4\u5185\u4f18\u5316\u63a5\u542c\u7387\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-bc sr\">\n      <div class=\"ffv2-ico am\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg><\/div>\n      <h3>\u7075\u6d3b\u7684\u8bbf\u95ee\u9009\u9879<\/h3>\n      <p>\u53ef\u9009\u62e9\u57fa\u4e8e\u7f51\u7edc\u7684\u62e8\u53f7\u5668\u3001\u684c\u9762\u5e94\u7528\u7a0b\u5e8f\u6216\u5b8c\u5168 API\/SIP \u4e2d\u7ee7\u96c6\u6210\u3002\u4e0e\u73b0\u6709\u7cfb\u7edf\u65e0\u7f1d\u96c6\u6210\uff0c\u6216\u4f5c\u4e3a\u72ec\u7acb\u89e3\u51b3\u65b9\u6848\u8fd0\u884c\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d1\">\n      <div class=\"ffv2-ico sk\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 20V10\"\/><path d=\"M12 20V4\"\/><path d=\"M6 20v-6\"\/><\/svg><\/div>\n      <h3>\u9ad8\u7ea7\u5206\u6790<\/h3>\n      <p>\u5229\u7528\u7efc\u5408\u5206\u6790\u5957\u4ef6\u5b9e\u65f6\u76d1\u63a7 ASR\u3001ALOC \u548c\u5ea7\u5e2d\u5de5\u4f5c\u6548\u7387\u3002\u5229\u7528\u4eba\u5de5\u667a\u80fd\u6d1e\u5bdf\u529b\u505a\u51fa\u6570\u636e\u9a71\u52a8\u578b\u51b3\u7b56\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-bc sr sr-d2\">\n      <div class=\"ffv2-ico ro\"><svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg><\/div>\n      <h3>\u4f01\u4e1a\u5b89\u5168<\/h3>\n      <p>\u94f6\u884c\u7ea7\u5b89\u5168\uff0c\u5185\u7f6e HIPAA\u3001PCI DSS\u3001GDPR \u548c SOX \u5408\u89c4\u5de5\u5177\u3002\u4ee5\u6700\u9ad8\u5b89\u5168\u6807\u51c6\u4fdd\u62a4\u60a8\u7684\u4e1a\u52a1\u548c\u5ba2\u6237\u6570\u636e\u3002.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 4. TIMELINE -->\n<section class=\"ffv2-tl\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-tl-head sr\">\n    <span class=\"ey\">\u6211\u4eec\u7684\u65c5\u7a0b<\/span>\n    <h2>\u6211\u4eec\u7684\u65c5\u7a0b<\/h2>\n    <p>\u5728\u5168\u7403\u547c\u53eb\u4e2d\u5fc3\u901a\u4fe1\u9886\u57df\u62e5\u6709 8 \u5e74\u4ee5\u4e0a\u7684\u6301\u7eed\u521b\u65b0\u7ecf\u9a8c<\/p>\n  <\/div>\n  <div class=\"ffv2-tl-list\">\n    <div class=\"ffv2-tl-item sr\">\n      <div class=\"ffv2-tl-dot\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n      <span class=\"ffv2-tl-year\">2016<\/span>\n      <h3>\u516c\u53f8\u6210\u7acb<\/h3>\n      <p>\u516c\u53f8\u7684\u613f\u666f\u662f\u901a\u8fc7\u4e91\u539f\u751f\u6280\u672f\u548c\u5353\u8d8a\u7684\u8bed\u97f3\u8d28\u91cf\u5f7b\u5e95\u6539\u53d8\u547c\u53eb\u4e2d\u5fc3\u7684\u901a\u4fe1\u65b9\u5f0f\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-tl-item sr sr-d1\">\n      <div class=\"ffv2-tl-dot\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n      <span class=\"ffv2-tl-year\">2018<\/span>\n      <h3>\u5168\u7403\u6269\u5f20<\/h3>\n      <p>\u63a8\u51fa\u591a\u5730\u533a AWS \u57fa\u7840\u8bbe\u65bd\u548c\u667a\u80fd\u8def\u7531\u7ba1\u7406\uff0c\u4f7f\u4f01\u4e1a\u80fd\u591f\u4ee5\u524d\u6240\u672a\u6709\u7684\u901f\u5ea6\u5728\u5168\u7403\u8303\u56f4\u5185\u6269\u5c55\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-tl-item sr sr-d2\">\n      <div class=\"ffv2-tl-dot\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n      <span class=\"ffv2-tl-year\">2020<\/span>\n      <h3>\u9ad8\u7ea7\u529f\u80fd\u542f\u52a8<\/h3>\n      <p>\u63a8\u51fa\u4f01\u4e1a\u7ea7\u529f\u80fd\uff0c\u5305\u62ec\u9ad8\u7ea7\u81ea\u52a8\u62e8\u53f7\u5668\u3001\u547c\u53eb\u5e7f\u64ad\u548c\u5b9e\u65f6\u76d1\u63a7\u529f\u80fd\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-tl-item sr sr-d3\">\n      <div class=\"ffv2-tl-dot\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n      <span class=\"ffv2-tl-year\">2023<\/span>\n      <h3>\u4eba\u5de5\u667a\u80fd\u96c6\u6210<\/h3>\n      <p>\u7387\u5148\u63a8\u51fa\u4eba\u5de5\u667a\u80fd\u9a71\u52a8\u7684\u6d1e\u5bdf\u529b\u548c\u81ea\u52a8\u5316\uff0c\u5e2e\u52a9\u5ba2\u6237\u5b9e\u73b0\u9500\u552e\u8f6c\u5316\u7387 25-40% \u7684\u589e\u957f\u548c\u8fd0\u8425\u6210\u672c 30% \u7684\u964d\u4f4e\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-tl-item sr\">\n      <div class=\"ffv2-tl-dot\"><svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n      <span class=\"ffv2-tl-year\">2024<\/span>\n      <h3>\u6bcf\u6708\u5904\u7406 1,000 \u591a\u4e07\u5206\u949f<\/h3>\n      <p>\u6bcf\u6708\u4e3a\u5168\u7403\u8d85\u8fc7 1 \u5343\u4e07\u5206\u949f\u7684\u8bed\u97f3\u901a\u4fe1\u63d0\u4f9b\u52a8\u529b\uff0c\u4e3a\u533b\u7597\u4fdd\u5065\u3001\u91d1\u878d\u670d\u52a1\u3001\u7535\u5b50\u5546\u52a1\u3001\u6280\u672f\u548c\u6e38\u620f\u9886\u57df\u7684\u9886\u5148\u54c1\u724c\u5b9e\u73b0\u9ad8\u6027\u80fd\u901a\u4fe1\u3002.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 5. TEAM \/ EXPERTISE (dark section) -->\n<section class=\"ffv2-testi\">\n<div class=\"ffv2-wrap\">\n  <div class=\"ffv2-testi-head sr\">\n    <span class=\"ey\">\u6211\u4eec\u7684\u56e2\u961f<\/span>\n    <h2 class=\"ffv2-testi-title\">\u6211\u4eec\u7684\u4e13\u957f<\/h2>\n    <p class=\"ffv2-testi-sub\">\u5728\u5168\u7403\u901a\u4fe1\u548c\u4f01\u4e1a\u6280\u672f\u9886\u57df\u62e5\u6709\u6df1\u539a\u4e13\u4e1a\u77e5\u8bc6\u7684\u4e13\u4e1a\u4eba\u5458<\/p>\n  <\/div>\n  <div class=\"ffv2-testi-grid\">\n    <div class=\"ffv2-testi-card sr\">\n      <div class=\"ffv2-testi-avatar\" style=\"background:linear-gradient(135deg,#2563eb,#60a5fa)\">E<\/div>\n      <div class=\"ffv2-testi-name\">\u5de5\u7a0b\u56e2\u961f<\/div>\n      <div class=\"ffv2-testi-role\">\u5353\u8d8a\u6280\u672f<\/div>\n      <p class=\"ffv2-team-desc\">\u4e16\u754c\u4e00\u6d41\u7684\u5de5\u7a0b\u5e08\u62e5\u6709\u4e91\u57fa\u7840\u8bbe\u65bd\u3001\u8bed\u97f3\u6280\u672f\u548c\u4f01\u4e1a\u7ea7\u8f6f\u4ef6\u5f00\u53d1\u65b9\u9762\u7684\u4e13\u4e1a\u77e5\u8bc6\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-testi-card sr sr-d1\">\n      <div class=\"ffv2-testi-avatar\" style=\"background:linear-gradient(135deg,#059669,#34d399)\">S<\/div>\n      <div class=\"ffv2-testi-name\">\u89e3\u51b3\u65b9\u6848\u4e13\u5bb6<\/div>\n      <div class=\"ffv2-testi-role\">\u5ba2\u6237\u6210\u529f<\/div>\n      <p class=\"ffv2-team-desc\">\u884c\u4e1a\u4e13\u5bb6\u5e2e\u52a9\u4f01\u4e1a\u4f18\u5316\u547c\u53eb\u4e2d\u5fc3\u8fd0\u8425\uff0c\u5728 60-90 \u5929\u5185\u5b9e\u73b0\u53ef\u8861\u91cf\u7684\u6295\u8d44\u56de\u62a5\u3002.<\/p>\n    <\/div>\n    <div class=\"ffv2-testi-card sr sr-d2\">\n      <div class=\"ffv2-testi-avatar\" style=\"background:linear-gradient(135deg,#d97706,#fbbf24)\">SC<\/div>\n      <div class=\"ffv2-testi-name\">\u5b89\u5168\u4e0e\u5408\u89c4<\/div>\n      <div class=\"ffv2-testi-role\">\u4f01\u4e1a\u4fdd\u62a4<\/div>\n      <p class=\"ffv2-team-desc\">\u4e13\u804c\u5b89\u5168\u4e13\u4e1a\u4eba\u5458\u786e\u4fdd HIPAA\u3001PCI DSS\u3001GDPR \u548c SOX \u7b26\u5408\u94f6\u884c\u7ea7\u5b89\u5168\u6807\u51c6\u3002.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n<\/section>\n\n<!-- 6. CTA -->\n<section class=\"ffv2-cta\">\n<div class=\"ffv2-wrap\">\n  <h2>\u51c6\u5907\u597d\u6539\u9020\u60a8\u7684\u547c\u53eb\u4e2d\u5fc3\u4e86\u5417\uff1f<\/h2>\n  <p>\u52a0\u5165 10,000 \u591a\u5bb6\u9009\u62e9 FlyFone \u7684\u516c\u53f8\u7684\u884c\u5217\uff0c\u4eab\u53d7\u5176\u5353\u8d8a\u7684\u6027\u80fd\u548c\u5feb\u901f\u7684\u90e8\u7f72\u3002.<\/p>\n  <div class=\"ffv2-cta-btns\">\n    <a href=\"\/zh\/request-free-trial\/\" class=\"ffv2-bw\">\u5f00\u59cb\u514d\u8d39\u8bd5\u7528<\/a>\n    <a href=\"\/zh\/contact-us\/\" class=\"ffv2-bg\">\u65e5\u7a0b\u6f14\u793a<\/a>\n  <\/div>\n  <div class=\"ffv2-proof\">\n    <div class=\"ffv2-avatars\"><div class=\"ffv2-av\"><\/div><div class=\"ffv2-av\"><\/div><div class=\"ffv2-av\"><\/div><div class=\"ffv2-av\"><\/div><\/div>\n    <span>\u53d7\u5230 10,000 \u591a\u5bb6\u516c\u53f8\u7684\u4fe1\u4efb<\/span>\n  <\/div>\n<\/div>\n<\/section>\n\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded',function(){\n  const o=new IntersectionObserver(function(e){e.forEach(function(i){if(i.isIntersecting){i.target.classList.add('vis');o.unobserve(i.target)}})},{threshold:.15,rootMargin:'0px 0px -40px 0px'});\n  document.querySelectorAll('.ffv2 .sr').forEach(function(el){o.observe(el)});\n});\n<\/script>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"\u5173\u4e8e FlyFone   \u62e5\u6709\u903e 8 \u5e74\u5168\u7403\u547c\u53eb\u4e2d\u5fc3\u901a\u4fe1\u9886\u57df\u4e13\u4e1a\u7ecf\u9a8c\uff0c\u5df2\u83b7\u5f97\u5168\u7403\u8d85 10,000 \u5bb6\u4f01\u4e1a\u7684\u4fe1\u8d56\uff0c\u6301\u7eed\u63d0\u4f9b\u5353\u8d8a\u7684\u6027\u80fd\u4e0e\u53ef\u9760\u6027\u3002   \u7acb\u5373\u5f00\u59cb\u4f7f\u7528 FlyFone    FlyFone \u5173\u952e\u6570\u636e   \u89c4\u6a21\u5316\u9a8c\u8bc1\u7684\u5353\u8d8a\u6027\u80fd   \u2022 \u62e5\u6709\u903e 8 \u5e74\u5168\u7403\u547c\u53eb\u4e2d\u5fc3\u901a\u4fe1\u4e13\u4e1a\u7ecf\u9a8c   \u2022 8+ \u5e74\u884c\u4e1a\u7ecf\u9a8c\uff1a\u81ea 2016 \u5e74\u8d77\u6df1\u8015\u5168\u7403\u547c\u53eb\u4e2d\u5fc3\u9886\u57df   \u2022 \u5df2\u4e3a 10,000+ \u5bb6\u4f01\u4e1a\u5ba2\u6237\u63d0\u4f9b\u670d\u52a1","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-872","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/flyfone.com\/zh\/wp-json\/wp\/v2\/pages\/872","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flyfone.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/flyfone.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/flyfone.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/flyfone.com\/zh\/wp-json\/wp\/v2\/comments?post=872"}],"version-history":[{"count":31,"href":"https:\/\/flyfone.com\/zh\/wp-json\/wp\/v2\/pages\/872\/revisions"}],"predecessor-version":[{"id":12150,"href":"https:\/\/flyfone.com\/zh\/wp-json\/wp\/v2\/pages\/872\/revisions\/12150"}],"wp:attachment":[{"href":"https:\/\/flyfone.com\/zh\/wp-json\/wp\/v2\/media?parent=872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}