{"id":1081,"date":"2025-07-11T11:56:10","date_gmt":"2025-07-11T11:56:10","guid":{"rendered":"https:\/\/dummy.xtemos.com\/woodmart2\/vinyls-elementor\/?page_id=17"},"modified":"2026-01-05T20:37:32","modified_gmt":"2026-01-06T04:37:32","slug":"%e5%85%b3%e4%ba%8e%e6%88%91%e4%bb%ac","status":"publish","type":"page","link":"https:\/\/qyonz.com\/zh_cn\/about-us\/","title":{"rendered":"\u5173\u4e8e\u6211\u4eec"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1081\" class=\"elementor elementor-1081\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-85e1b77 e-flex e-con-boxed e-con e-parent\" data-id=\"85e1b77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32aa6f6 elementor-widget elementor-widget-html\" data-id=\"32aa6f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Qyonz About Us Page - Elementor Compatible HTML -->\n<style>\n.about-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    color: #333;\n    line-height: 1.8;\n}\n\n@media (max-width: 768px) {\n    .about-container {\n        max-width: 100%;\n    }\n}\n\n\/* Hero Section *\/\n.about-hero {\n    background: linear-gradient(135deg, #65886D 0%, #4a6b50 100%);\n    color: #fff;\n    padding: 80px 40px;\n    text-align: center;\n    border-radius: 30px;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 50px;\n}\n\n.about-hero::before {\n    content: '';\n    position: absolute;\n    top: -40%;\n    right: -15%;\n    width: 450px;\n    height: 450px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 50%;\n}\n\n.about-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -30%;\n    left: -10%;\n    width: 350px;\n    height: 350px;\n    background: rgba(255,255,255,0.03);\n    border-radius: 50%;\n}\n\n.about-hero h1 {\n    font-size: 40px;\n    font-weight: 700;\n    margin: 0 0 15px 0;\n    position: relative;\n    z-index: 1;\n    color: #fff;\n}\n\n.about-hero .subtitle {\n    font-size: 18px;\n    opacity: 0.95;\n    max-width: 700px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n}\n\n@media (max-width: 768px) {\n    .about-hero {\n        padding: 50px 20px;\n    }\n    .about-hero h1 {\n        font-size: 28px;\n    }\n    .about-hero .subtitle {\n        font-size: 15px;\n    }\n}\n\n\/* Section Styles *\/\n.about-section {\n    padding: 0 30px 60px;\n}\n\n@media (max-width: 768px) {\n    .about-section {\n        padding: 0 20px 40px;\n    }\n}\n\n.about-section h2 {\n    color: #65886D;\n    font-size: 28px;\n    text-align: center;\n    margin: 0 0 15px 0;\n    font-weight: 700;\n}\n\n.about-section .section-subtitle {\n    text-align: center;\n    color: #666;\n    font-size: 16px;\n    max-width: 700px;\n    margin: 0 auto 40px;\n}\n\n\/* Story Section *\/\n.story-section {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 50px;\n    align-items: center;\n    margin-bottom: 60px;\n}\n\n@media (max-width: 768px) {\n    .story-section {\n        grid-template-columns: 1fr;\n        gap: 30px;\n    }\n}\n\n.story-content h2 {\n    text-align: left;\n    margin-bottom: 20px;\n}\n\n.story-content p {\n    color: #555;\n    font-size: 15px;\n    margin-bottom: 15px;\n    text-align: justify;\n}\n\n.story-image {\n    background: linear-gradient(135deg, #e8ede9 0%, #d4ddd6 100%);\n    border-radius: 20px;\n    min-height: 350px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    overflow: hidden;\n}\n\n.story-image .placeholder-icon {\n    width: 100px;\n    height: 100px;\n    background: rgba(101, 136, 109, 0.15);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.story-image svg {\n    width: 50px;\n    height: 50px;\n    stroke: #65886D;\n    fill: none;\n    stroke-width: 1.5;\n}\n\n\/* Stats Section *\/\n.stats-section {\n    background: linear-gradient(135deg, #65886D 0%, #4a6b50 100%);\n    border-radius: 20px;\n    padding: 50px 40px;\n    margin-bottom: 60px;\n}\n\n.stats-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 30px;\n}\n\n@media (max-width: 768px) {\n    .stats-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 25px;\n    }\n    .stats-section {\n        padding: 40px 25px;\n    }\n}\n\n.stat-item {\n    text-align: center;\n    color: #fff;\n}\n\n.stat-number {\n    font-size: 46px;\n    font-weight: 700;\n    margin-bottom: 5px;\n    line-height: 1;\n}\n\n.stat-label {\n    font-size: 14px;\n    opacity: 0.9;\n}\n\n\/* Values Section *\/\n.values-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 25px;\n    margin-top: 40px;\n}\n\n@media (max-width: 768px) {\n    .values-grid {\n        grid-template-columns: 1fr;\n    }\n}\n\n.value-card {\n    background: #fff;\n    border-radius: 20px;\n    padding: 35px 30px;\n    text-align: center;\n    box-shadow: 0 5px 25px rgba(0,0,0,0.06);\n    transition: all 0.3s ease;\n    border: 1px solid #f0f0f0;\n}\n\n.value-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(101, 136, 109, 0.12);\n    border-color: #65886D;\n}\n\n.value-icon {\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(135deg, #f0f5f1 0%, #e5ebe6 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 20px;\n}\n\n.value-icon svg {\n    width: 36px;\n    height: 36px;\n    stroke: #65886D;\n    fill: none;\n    stroke-width: 1.5;\n}\n\n.value-card h3 {\n    color: #333;\n    font-size: 20px;\n    margin: 0 0 12px 0;\n    font-weight: 600;\n}\n\n.value-card p {\n    color: #666;\n    font-size: 14px;\n    margin: 0;\n    line-height: 1.7;\n}\n\n\/* Mission Vision Section *\/\n.mv-section {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n    margin-bottom: 60px;\n}\n\n@media (max-width: 768px) {\n    .mv-section {\n        grid-template-columns: 1fr;\n    }\n}\n\n.mv-card {\n    background: #f9faf9;\n    border-radius: 20px;\n    padding: 40px;\n    position: relative;\n    overflow: hidden;\n}\n\n.mv-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 5px;\n    height: 100%;\n    background: #65886D;\n}\n\n.mv-card h3 {\n    color: #65886D;\n    font-size: 22px;\n    margin: 0 0 15px 0;\n    font-weight: 700;\n}\n\n.mv-card p {\n    color: #555;\n    font-size: 15px;\n    margin: 0;\n    line-height: 1.8;\n}\n\n\/* Timeline Section *\/\n.timeline-section {\n    background: #f9faf9;\n    border-radius: 20px;\n    padding: 50px 40px;\n    margin-bottom: 60px;\n}\n\n@media (max-width: 768px) {\n    .timeline-section {\n        padding: 40px 20px;\n    }\n}\n\n.timeline-section h2 {\n    margin-bottom: 40px;\n}\n\n.timeline {\n    position: relative;\n    max-width: 900px;\n    margin: 0 auto;\n}\n\n.timeline::before {\n    content: '';\n    position: absolute;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 3px;\n    height: 100%;\n    background: linear-gradient(to bottom, #65886D, #4a6b50);\n    border-radius: 3px;\n}\n\n@media (max-width: 768px) {\n    .timeline::before {\n        left: 15px;\n    }\n}\n\n.timeline-item {\n    display: flex;\n    margin-bottom: 40px;\n    position: relative;\n}\n\n.timeline-item:nth-child(odd) {\n    justify-content: flex-start;\n}\n\n.timeline-item:nth-child(even) {\n    justify-content: flex-end;\n}\n\n@media (max-width: 768px) {\n    .timeline-item,\n    .timeline-item:nth-child(even) {\n        justify-content: flex-start;\n        padding-left: 45px;\n    }\n}\n\n.timeline-dot {\n    width: 20px;\n    height: 20px;\n    background: #65886D;\n    border-radius: 50%;\n    position: absolute;\n    left: 50%;\n    transform: translateX(-50%);\n    border: 4px solid #fff;\n    box-shadow: 0 0 0 3px #65886D;\n    z-index: 2;\n}\n\n@media (max-width: 768px) {\n    .timeline-dot {\n        left: 15px;\n    }\n}\n\n.timeline-content {\n    width: calc(50% - 40px);\n    background: #fff;\n    padding: 25px;\n    border-radius: 15px;\n    box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n}\n\n.timeline-item:nth-child(odd) .timeline-content {\n    text-align: right;\n}\n\n@media (max-width: 768px) {\n    .timeline-content {\n        width: 100%;\n        text-align: left !important;\n    }\n}\n\n.timeline-content .year {\n    display: inline-block;\n    background: #65886D;\n    color: #fff;\n    padding: 4px 12px;\n    border-radius: 15px;\n    font-size: 13px;\n    font-weight: 600;\n    margin-bottom: 10px;\n}\n\n.timeline-content h4 {\n    color: #333;\n    font-size: 17px;\n    margin: 0 0 8px 0;\n    font-weight: 600;\n}\n\n.timeline-content p {\n    color: #666;\n    font-size: 14px;\n    margin: 0;\n    text-align: inherit;\n}\n\n\/* Certifications *\/\n.cert-section {\n    margin-bottom: 60px;\n}\n\n.cert-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 20px;\n    margin-top: 40px;\n}\n\n@media (max-width: 992px) {\n    .cert-grid {\n        grid-template-columns: repeat(3, 1fr);\n    }\n}\n\n@media (max-width: 576px) {\n    .cert-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n.cert-item {\n    background: #fff;\n    border: 2px solid #e5ebe6;\n    border-radius: 15px;\n    padding: 25px 15px;\n    text-align: center;\n    transition: all 0.3s ease;\n}\n\n.cert-item:hover {\n    border-color: #65886D;\n    box-shadow: 0 8px 25px rgba(101, 136, 109, 0.1);\n}\n\n.cert-item .cert-icon {\n    width: 50px;\n    height: 50px;\n    background: #f0f5f1;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 12px;\n}\n\n.cert-item svg {\n    width: 24px;\n    height: 24px;\n    stroke: #65886D;\n    fill: none;\n    stroke-width: 1.5;\n}\n\n.cert-item .cert-name {\n    color: #65886D;\n    font-size: 14px;\n    font-weight: 700;\n    margin-bottom: 3px;\n}\n\n.cert-item .cert-desc {\n    color: #888;\n    font-size: 11px;\n}\n\n\/* Facilities Section *\/\n.facilities-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin-top: 40px;\n}\n\n@media (max-width: 992px) {\n    .facilities-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n@media (max-width: 576px) {\n    .facilities-grid {\n        grid-template-columns: 1fr;\n    }\n}\n\n.facility-card {\n    background: #fff;\n    border-radius: 15px;\n    overflow: hidden;\n    box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n    transition: all 0.3s ease;\n}\n\n.facility-card:hover {\n    box-shadow: 0 10px 30px rgba(101, 136, 109, 0.12);\n}\n\n.facility-image {\n    background: linear-gradient(135deg, #e8ede9 0%, #d4ddd6 100%);\n    height: 140px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.facility-image svg {\n    width: 40px;\n    height: 40px;\n    stroke: #65886D;\n    fill: none;\n    stroke-width: 1.5;\n}\n\n.facility-info {\n    padding: 20px;\n    text-align: center;\n}\n\n.facility-info h4 {\n    color: #333;\n    font-size: 15px;\n    margin: 0 0 5px 0;\n    font-weight: 600;\n}\n\n.facility-info p {\n    color: #777;\n    font-size: 12px;\n    margin: 0;\n}\n\n\/* Global Presence *\/\n.global-section {\n    background: #f9faf9;\n    border-radius: 20px;\n    padding: 50px 40px;\n    margin-bottom: 60px;\n    text-align: center;\n}\n\n.global-section h2 {\n    margin-bottom: 15px;\n}\n\n.global-section .section-subtitle {\n    margin-bottom: 30px;\n}\n\n.regions-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 20px;\n    margin-top: 30px;\n}\n\n@media (max-width: 768px) {\n    .regions-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n.region-item {\n    text-align: center;\n}\n\n.region-item .region-icon {\n    width: 60px;\n    height: 60px;\n    background: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 10px;\n    box-shadow: 0 3px 15px rgba(0,0,0,0.05);\n}\n\n.region-item svg {\n    width: 28px;\n    height: 28px;\n    stroke: #65886D;\n    fill: none;\n    stroke-width: 1.5;\n}\n\n.region-item .region-name {\n    color: #333;\n    font-size: 14px;\n    font-weight: 600;\n    margin-bottom: 3px;\n}\n\n.region-item .region-count {\n    color: #65886D;\n    font-size: 12px;\n    font-weight: 500;\n}\n\n\/* CTA Section *\/\n.about-cta {\n    background: linear-gradient(135deg, #65886D 0%, #4a6b50 100%);\n    border-radius: 20px;\n    padding: 50px 40px;\n    text-align: center;\n    color: #fff;\n    position: relative;\n    overflow: hidden;\n}\n\n.about-cta::before {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -10%;\n    width: 300px;\n    height: 300px;\n    background: rgba(255,255,255,0.05);\n    border-radius: 50%;\n}\n\n.about-cta h3 {\n    font-size: 28px;\n    margin: 0 0 15px 0;\n    font-weight: 700;\n    position: relative;\n    z-index: 1;\n}\n\n.about-cta p {\n    font-size: 16px;\n    max-width: 550px;\n    margin: 0 auto 25px;\n    opacity: 0.95;\n    position: relative;\n    z-index: 1;\n}\n\n.cta-btn {\n    display: inline-flex;\n    align-items: center;\n    padding: 14px 30px;\n    border-radius: 30px;\n    font-size: 15px;\n    font-weight: 600;\n    text-decoration: none;\n    background: #fff;\n    color: #65886D;\n    transition: all 0.3s ease;\n    position: relative;\n    z-index: 1;\n}\n\n.cta-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);\n}\n\n.cta-btn svg {\n    width: 18px;\n    height: 18px;\n    margin-left: 8px;\n}\n\n\/* Footer *\/\n.about-footer {\n    text-align: center;\n    padding: 30px;\n    color: #888;\n    font-size: 13px;\n}\n<\/style>\n\n<div class=\"about-container\">\n    <!-- Hero Section -->\n    <div class=\"about-hero\">\n        <h1>\u5173\u4e8e Qyonz<\/h1>\n        <p class=\"subtitle\">\u60a8\u503c\u5f97\u4fe1\u8d56\u7684\u5316\u5986\u54c1\u751f\u4ea7\u5408\u4f5c\u4f19\u4f34\u3002\u6211\u4eec\u4ee5\u521b\u65b0\u3001\u8d28\u91cf\u548c\u5949\u732e\u7cbe\u795e\u5c06\u7f8e\u4e3d\u68a6\u60f3\u53d8\u4e3a\u73b0\u5b9e\u3002.<\/p>\n    <\/div>\n\n    <div class=\"about-section\">\n        <!-- Our Story -->\n        <div class=\"story-section\">\n            <div class=\"story-content\">\n                <h2>\u6211\u4eec\u7684\u6545\u4e8b<\/h2>\n                <p>Qyonz \u79c9\u627f\u5bf9\u7f8e\u4e3d\u548c\u521b\u65b0\u7684\u70ed\u60c5\uff0c\u4ece\u4e00\u4e2a\u5c0f\u578b\u5b9e\u9a8c\u5ba4\u53d1\u5c55\u6210\u4e3a\u4e00\u5bb6\u9886\u5148\u7684\u5316\u5986\u54c1 OEM\/ODM \u5236\u9020\u5546\uff0c\u4e3a\u5168\u7403\u54c1\u724c\u63d0\u4f9b\u670d\u52a1\u3002.<\/p>\n                <p>\u6211\u4eec\u7684\u65c5\u7a0b\u59cb\u4e8e\u4e00\u4e2a\u7b80\u5355\u7684\u4fe1\u5ff5\uff1a\u6bcf\u4e00\u4e2a\u54c1\u724c\u90fd\u5e94\u8be5\u83b7\u5f97\u4e16\u754c\u4e00\u6d41\u7684\u914d\u65b9\u548c\u5236\u9020\u80fd\u529b\u3002\u5982\u4eca\uff0c\u6211\u4eec\u4e0e\u5168\u7403 1,000 \u591a\u4e2a\u54c1\u724c\u5efa\u7acb\u4e86\u5408\u4f5c\u4f19\u4f34\u5173\u7cfb\uff0c\u5176\u4e2d\u65e2\u6709\u96c4\u5fc3\u52c3\u52c3\u7684\u521d\u521b\u4f01\u4e1a\uff0c\u4e5f\u6709\u58f0\u8a89\u5353\u8457\u7684\u7f8e\u5bb9\u54c1\u724c\u3002.<\/p>\n                <p>\u6211\u4eec\u7684\u4e0e\u4f17\u4e0d\u540c\u4e4b\u5904\u5728\u4e8e\u5bf9\u8d28\u91cf\u3001\u521b\u65b0\u548c\u5ba2\u6237\u6210\u529f\u7684\u575a\u5b9a\u627f\u8bfa\u3002\u6211\u4eec\u4e0d\u4ec5\u751f\u4ea7\u4ea7\u54c1\uff0c\u8fd8\u5e2e\u52a9\u6253\u9020\u54c1\u724c\uff0c\u5c06\u7f8e\u4e3d\u68a6\u60f3\u53d8\u4e3a\u73b0\u5b9e\u3002.<\/p>\n            <\/div>\n            <div class=\"story-image\">\n                <div class=\"placeholder-icon\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/>\n                        <path d=\"M2 17l10 5 10-5\"\/>\n                        <path d=\"M2 12l10 5 10-5\"\/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Stats -->\n        <div class=\"stats-section\">\n            <div class=\"stats-grid\">\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">15+<\/div>\n                    <div class=\"stat-label\">\u591a\u5e74\u7684\u5353\u8d8a\u6210\u5c31<\/div>\n                <\/div>\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">1000+<\/div>\n                    <div class=\"stat-label\">\u54c1\u724c\u5408\u4f5c\u4f19\u4f34<\/div>\n                <\/div>\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">50+<\/div>\n                    <div class=\"stat-label\">\u670d\u52a1\u8fc7\u7684\u56fd\u5bb6<\/div>\n                <\/div>\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">500+<\/div>\n                    <div class=\"stat-label\">\u73b0\u6210\u914d\u65b9<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Mission & Vision -->\n        <div class=\"mv-section\">\n            <div class=\"mv-card\">\n                <h3>\u6211\u4eec\u7684\u4f7f\u547d<\/h3>\n                <p>\u4ee5\u5353\u8d8a\u7684\u5236\u9020\u80fd\u529b\u3001\u521b\u65b0\u7684\u914d\u65b9\u548c\u575a\u5b9a\u4e0d\u79fb\u7684\u8d28\u91cf\u6807\u51c6\uff0c\u4e3a\u5404\u79cd\u89c4\u6a21\u7684\u7f8e\u5bb9\u54c1\u724c\u63d0\u4f9b\u652f\u6301\u3002\u6211\u4eec\u81f4\u529b\u4e8e\u6210\u4e3a\u503c\u5f97\u4fe1\u8d56\u7684\u5408\u4f5c\u4f19\u4f34\uff0c\u5c06\u5316\u5986\u54c1\u613f\u666f\u8f6c\u5316\u4e3a\u9002\u9500\u5bf9\u8def\u7684\u4ea7\u54c1\u3002.<\/p>\n            <\/div>\n            <div class=\"mv-card\">\n                <h3>\u6211\u4eec\u7684\u613f\u666f<\/h3>\n                <p>\u6210\u4e3a\u5316\u5986\u54c1 OEM\/ODM \u5236\u9020\u9886\u57df\u7684\u5168\u7403\u9886\u5bfc\u8005\uff0c\u4ee5\u521b\u65b0\u3001\u53ef\u6301\u7eed\u53d1\u5c55\u548c\u81f4\u529b\u4e8e\u5e2e\u52a9\u54c1\u724c\u5728\u4e0d\u65ad\u53d1\u5c55\u7684\u7f8e\u5bb9\u884c\u4e1a\u4e2d\u53d6\u5f97\u6210\u529f\u800c\u8457\u79f0\u3002.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Core Values -->\n        <h2>\u6211\u4eec\u7684\u6838\u5fc3\u4ef7\u503c\u89c2<\/h2>\n        <p class=\"section-subtitle\">\u6307\u5bfc\u6211\u4eec\u4e00\u5207\u5de5\u4f5c\u7684\u539f\u5219<\/p>\n        \n        <div class=\"values-grid\">\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                        <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>\u5353\u8d8a\u8d28\u91cf<\/h3>\n                <p>\u6211\u4eec\u5bf9\u6bcf\u4e00\u4ef6\u4ea7\u54c1\u90fd\u575a\u6301\u6700\u9ad8\u6807\u51c6\uff0c\u786e\u4fdd\u4ea7\u54c1\u7684\u4e00\u81f4\u6027\u3001\u5b89\u5168\u6027\u548c\u529f\u6548\u8d85\u51fa\u9884\u671f\u3002.<\/p>\n            <\/div>\n\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n                        <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/>\n                        <line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>\u521b\u65b0\u7b2c\u4e00<\/h3>\n                <p>\u6211\u4eec\u7684\u7814\u53d1\u56e2\u961f\u4e0d\u65ad\u63a2\u7d22\u65b0\u6210\u5206\u3001\u65b0\u6280\u672f\u548c\u65b0\u914d\u65b9\uff0c\u4f7f\u6211\u4eec\u7684\u5408\u4f5c\u4f19\u4f34\u59cb\u7ec8\u9886\u5148\u4e8e\u5e02\u573a\u8d8b\u52bf\u3002.<\/p>\n            <\/div>\n\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/>\n                        <circle cx=\"9\" cy=\"7\" r=\"4\"\/>\n                        <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/>\n                        <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>\u5408\u4f5c\u91cd\u70b9<\/h3>\n                <p>\u6211\u4eec\u5c06\u6bcf\u4e00\u4e2a\u5ba2\u6237\u5173\u7cfb\u90fd\u89c6\u4e3a\u771f\u6b63\u7684\u5408\u4f5c\u4f19\u4f34\u5173\u7cfb\uff0c\u5c06\u60a8\u7684\u6210\u529f\u89c6\u4e3a\u6211\u4eec\u81ea\u5df1\u7684\u6210\u529f\u3002.<\/p>\n            <\/div>\n\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>\u4fe1\u4efb\u4e0e\u8bda\u4fe1<\/h3>\n                <p>\u6211\u4eec\u4fdd\u62a4\u60a8\u7684\u914d\u65b9\uff0c\u5c0a\u91cd\u4fdd\u5bc6\u6027\uff0c\u5e76\u5728\u6240\u6709\u4ea4\u6613\u4e2d\u505a\u5230\u5b8c\u5168\u900f\u660e\u3002.<\/p>\n            <\/div>\n\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/>\n                        <circle cx=\"12\" cy=\"10\" r=\"3\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>\u53ef\u6301\u7eed\u6027<\/h3>\n                <p>\u6211\u4eec\u81f4\u529b\u4e8e\u73af\u4fdd\u5b9e\u8df5\u3001\u53ef\u6301\u7eed\u91c7\u8d2d\u548c\u51cf\u5c11\u73af\u5883\u8db3\u8ff9\u3002.<\/p>\n            <\/div>\n\n            <div class=\"value-card\">\n                <div class=\"value-icon\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n                        <polyline points=\"12 6 12 12 16 14\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>\u4e0a\u5e02\u901f\u5ea6<\/h3>\n                <p>\u6211\u4eec\u6df1\u77e5\u65f6\u673a\u7684\u91cd\u8981\u6027\uff0c\u5e76\u80fd\u9ad8\u6548\u5730\u5e2e\u52a9\u60a8\u5728\u5e02\u573a\u51c6\u5907\u5c31\u7eea\u65f6\u63a8\u51fa\u4ea7\u54c1\u3002.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Timeline -->\n    <div class=\"timeline-section\">\n        <h2>\u6211\u4eec\u7684\u65c5\u7a0b<\/h2>\n        <div class=\"timeline\">\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-content\">\n                    <span class=\"year\">2009<\/span>\n                    <h4>\u57fa\u91d1\u4f1a<\/h4>\n                    <p>Qyonz \u7684\u6210\u7acb\u6e90\u4e8e\u4e00\u4e2a\u5c0f\u578b\u7814\u53d1\u5b9e\u9a8c\u5ba4\u548c\u5bf9\u7f8e\u5bb9\u884c\u4e1a\u7684\u8fdc\u5927\u7406\u60f3\u3002.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-content\">\n                    <span class=\"year\">2012<\/span>\n                    <h4>\u7b2c\u4e00\u6b21\u5927\u89c4\u6a21\u6269\u5efa<\/h4>\n                    <p>\u5f00\u8bbe\u4e86\u6211\u4eec\u7b2c\u4e00\u5bb6\u83b7\u5f97 GMP \u8ba4\u8bc1\u7684\u5927\u578b\u5236\u9020\u5de5\u5382\u3002.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-content\">\n                    <span class=\"year\">2015<\/span>\n                    <h4>\u5168\u7403\u5f71\u54cd\u529b<\/h4>\n                    <p>\u51fa\u53e3\u6269\u5927\u5230 30 \u591a\u4e2a\u56fd\u5bb6\uff0c\u5e76\u83b7\u5f97 ISO 22716 \u8ba4\u8bc1\u3002.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-content\">\n                    <span class=\"year\">2018<\/span>\n                    <h4>\u521b\u65b0\u4e2d\u5fc3<\/h4>\n                    <p>\u63a8\u51fa\u914d\u5907\u5148\u8fdb\u6d4b\u8bd5\u8bbe\u65bd\u7684\u4e13\u7528\u7814\u53d1\u521b\u65b0\u4e2d\u5fc3\u3002.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-content\">\n                    <span class=\"year\">2021<\/span>\n                    <h4>\u53ef\u6301\u7eed\u53d1\u5c55\u5021\u8bae<\/h4>\n                    <p>\u5b9e\u65bd\u5168\u9762\u7684\u53ef\u6301\u7eed\u53d1\u5c55\u8ba1\u5212\u548c\u7eff\u8272\u751f\u4ea7\u5b9e\u8df5\u3002.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"timeline-item\">\n                <div class=\"timeline-dot\"><\/div>\n                <div class=\"timeline-content\">\n                    <span class=\"year\">2024<\/span>\n                    <h4>1000 \u591a\u5bb6\u5408\u4f5c\u4f19\u4f34<\/h4>\n                    <p>\u4e0e 50 \u591a\u4e2a\u56fd\u5bb6\u7684 1,000 \u591a\u4e2a\u54c1\u724c\u5efa\u7acb\u4e86\u5408\u4f5c\u4f19\u4f34\u5173\u7cfb\uff0c\u8fd9\u662f\u4e00\u4e2a\u91cc\u7a0b\u7891\u3002.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"about-section\">\n        <!-- Certifications -->\n        <div class=\"cert-section\">\n            <h2>\u8ba4\u8bc1\u4e0e\u6807\u51c6<\/h2>\n            <p class=\"section-subtitle\">\u6211\u4eec\u5bf9\u8d28\u91cf\u7684\u627f\u8bfa\u5f97\u5230\u4e86\u56fd\u9645\u516c\u8ba4\u8ba4\u8bc1\u7684\u652f\u6301<\/p>\n            \n            <div class=\"cert-grid\">\n                <div class=\"cert-item\">\n                    <div class=\"cert-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                            <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"cert-name\">ISO 22716<\/div>\n                    <div class=\"cert-desc\">\u5316\u5986\u54c1 GMP<\/div>\n                <\/div>\n\n                <div class=\"cert-item\">\n                    <div class=\"cert-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                            <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"cert-name\">ISO 9001<\/div>\n                    <div class=\"cert-desc\">\u8d28\u91cf\u7ba1\u7406<\/div>\n                <\/div>\n\n                <div class=\"cert-item\">\n                    <div class=\"cert-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                            <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"cert-name\">\u7f8e\u56fd\u98df\u54c1\u548c\u836f\u7269\u7ba1\u7406\u5c40<\/div>\n                    <div class=\"cert-desc\">\u6ce8\u518c\u8bbe\u65bd<\/div>\n                <\/div>\n\n                <div class=\"cert-item\">\n                    <div class=\"cert-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                            <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"cert-name\">\u6b27\u76df 1223\/2009<\/div>\n                    <div class=\"cert-desc\">\u7b26\u5408\u6b27\u76df\u6807\u51c6<\/div>\n                <\/div>\n\n                <div class=\"cert-item\">\n                    <div class=\"cert-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"cert-name\">\u65e0\u6b8b\u7559<\/div>\n                    <div class=\"cert-desc\">\u65e0\u52a8\u7269\u5b9e\u9a8c<\/div>\n                <\/div>\n\n                <div class=\"cert-item\">\n                    <div class=\"cert-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/>\n                            <path d=\"M2 17l10 5 10-5\"\/>\n                            <path d=\"M2 12l10 5 10-5\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"cert-name\">\u7eaf\u7d20\u98df<\/div>\n                    <div class=\"cert-desc\">\u53ef\u9009\u9879<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Facilities -->\n        <h2>\u6211\u4eec\u7684\u8bbe\u65bd<\/h2>\n        <p class=\"section-subtitle\">\u6700\u5148\u8fdb\u7684\u5236\u9020\u80fd\u529b<\/p>\n        \n        <div class=\"facilities-grid\">\n            <div class=\"facility-card\">\n                <div class=\"facility-image\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18\"\/>\n                    <\/svg>\n                <\/div>\n                <div class=\"facility-info\">\n                    <h4>\u7814\u53d1\u5b9e\u9a8c\u5ba4<\/h4>\n                    <p>\u5148\u8fdb\u7684\u914d\u65b9\u5f00\u53d1<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"facility-card\">\n                <div class=\"facility-image\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\/>\n                        <path d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"\/>\n                    <\/svg>\n                <\/div>\n                <div class=\"facility-info\">\n                    <h4>\u751f\u4ea7\u7ebf<\/h4>\n                    <p>\u901a\u8fc7 GMP \u8ba4\u8bc1\u7684\u751f\u4ea7<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"facility-card\">\n                <div class=\"facility-image\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                        <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                    <\/svg>\n                <\/div>\n                <div class=\"facility-info\">\n                    <h4>\u8d28\u91cf\u63a7\u5236<\/h4>\n                    <p>\u7efc\u5408\u6d4b\u8bd5\u5b9e\u9a8c\u5ba4<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"facility-card\">\n                <div class=\"facility-image\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/>\n                    <\/svg>\n                <\/div>\n                <div class=\"facility-info\">\n                    <h4>\u5305\u88c5\u4e2d\u5fc3<\/h4>\n                    <p>\u5168\u65b9\u4f4d\u5305\u88c5\u89e3\u51b3\u65b9\u6848<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Global Presence -->\n        <div class=\"global-section\">\n            <h2>\u5168\u7403\u4e1a\u52a1<\/h2>\n            <p class=\"section-subtitle\">\u901a\u8fc7\u53ef\u9760\u7684\u751f\u4ea7\u548c\u7269\u6d41\u4e3a\u5404\u5927\u6d32\u7684\u54c1\u724c\u63d0\u4f9b\u670d\u52a1<\/p>\n            \n            <div class=\"regions-grid\">\n                <div class=\"region-item\">\n                    <div class=\"region-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n                            <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/>\n                            <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"region-name\">\u5317\u7f8e<\/div>\n                    <div class=\"region-count\">200 \u591a\u4e2a\u5408\u4f5c\u4f19\u4f34<\/div>\n                <\/div>\n\n                <div class=\"region-item\">\n                    <div class=\"region-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n                            <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/>\n                            <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"region-name\">\u6b27\u6d32<\/div>\n                    <div class=\"region-count\">300 \u591a\u4e2a\u5408\u4f5c\u4f19\u4f34<\/div>\n                <\/div>\n\n                <div class=\"region-item\">\n                    <div class=\"region-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n                            <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/>\n                            <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"region-name\">\u4e9a\u592a\u5730\u533a<\/div>\n                    <div class=\"region-count\">350 \u591a\u4e2a\u5408\u4f5c\u4f19\u4f34<\/div>\n                <\/div>\n\n                <div class=\"region-item\">\n                    <div class=\"region-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n                            <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/>\n                            <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"region-name\">\u4e2d\u4e1c<\/div>\n                    <div class=\"region-count\">100 \u591a\u4e2a\u5408\u4f5c\u4f19\u4f34<\/div>\n                <\/div>\n\n                <div class=\"region-item\">\n                    <div class=\"region-icon\">\n                        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n                            <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/>\n                            <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <div class=\"region-name\">\u5927\u6d0b\u6d32<\/div>\n                    <div class=\"region-count\">50+ \u5408\u4f5c\u4f19\u4f34<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- CTA -->\n        <div class=\"about-cta\">\n            <h3>\u8ba9\u6211\u4eec\u5171\u5efa\u7f8e\u597d\u5bb6\u56ed<\/h3>\n            <p>\u51c6\u5907\u597d\u5b9e\u73b0\u60a8\u7684\u7f8e\u5bb9\u68a6\u60f3\u4e86\u5417\uff1f\u6211\u4eec\u7684\u56e2\u961f\u968f\u65f6\u51c6\u5907\u4e3a\u60a8\u63d0\u4f9b\u5e2e\u52a9\u3002.<\/p>\n            <a href=\"\/zh_cn\/%e8%81%94%e7%b3%bb%e6%88%91%e4%bb%ac\/\" class=\"cta-btn\">\n                \u8054\u7cfb\u6211\u4eec\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n                <\/svg>\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <p class=\"about-footer\">\u00a9 2025 - 2026 Qyonz.\u4fdd\u7559\u6240\u6709\u6743\u5229\u3002.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>About Qyonz Your trusted partner in cosmetics manufacturing. We bring beauty visions to life with innovation, quality, and dedication. Our<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"rank_math_title":"About Qyonz | Leading OEM Manufacturer in Beauty Industry","rank_math_description":"Qyonz is a trusted OEM & ODM manufacturer in the beauty and personal care industry, offering innovative, sustainable, and customized manufacturing solutions.","rank_math_focus_keyword":"Qyonz OEM Manufacturer\uff0cbeauty and personal care manufacturer\uff0cOEM & ODM factory\uff0csustainable beauty manufacturing\uff0c\uff0ccustom beauty solutions\uff0cprivate label beauty products","footnotes":""},"class_list":["post-1081","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/qyonz.com\/zh_cn\/wp-json\/wp\/v2\/pages\/1081","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qyonz.com\/zh_cn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qyonz.com\/zh_cn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qyonz.com\/zh_cn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qyonz.com\/zh_cn\/wp-json\/wp\/v2\/comments?post=1081"}],"version-history":[{"count":3,"href":"https:\/\/qyonz.com\/zh_cn\/wp-json\/wp\/v2\/pages\/1081\/revisions"}],"predecessor-version":[{"id":1924,"href":"https:\/\/qyonz.com\/zh_cn\/wp-json\/wp\/v2\/pages\/1081\/revisions\/1924"}],"wp:attachment":[{"href":"https:\/\/qyonz.com\/zh_cn\/wp-json\/wp\/v2\/media?parent=1081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}