{"id":4126,"date":"2017-04-10T14:44:55","date_gmt":"2017-04-10T06:44:55","guid":{"rendered":"http:\/\/www.yuetonrides.com\/?p=4126"},"modified":"2026-08-25T20:49:23","modified_gmt":"2026-08-25T12:49:23","slug":"certifiates","status":"publish","type":"post","link":"https:\/\/www.yuetonrides.com\/fr\/certifiates\/","title":{"rendered":"Certifiates"},"content":{"rendered":"<style>\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  html { scroll-behavior: smooth; }\n  body { font-family: Arial, Helvetica, sans-serif; background: #0d3b8b; color: #444; }\n  .cert-wrap { max-width: 920px; margin: 20px auto 36px; padding: 40px 30px; background: #fff; border-radius: 8px; }\n  \/* Hero *\/\n  .cert-hero { text-align: center; margin-bottom: 40px; }\n  .cert-hero .badge { display: inline-block; padding: 5px 16px; background: #eef3fc; border: 1px solid #c9d6f0; border-radius: 20px; color: #0d3b8b; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }\n  .cert-hero h1 { font-size: 34px; color: #0d3b8b; margin-bottom: 12px; }\n  .cert-hero p { font-size: 17px; color: #666; line-height: 1.75; max-width: 720px; margin: 0 auto; }\n  .cert-hero .cert-list { margin-top: 16px; font-size: 16px; color: #0d3b8b; font-weight: bold; }\n  \/* Certification category cards *\/\n  .cert-cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 44px; }\n  .cert-card { padding: 22px 18px; background: #f7f9fd; border: 1px solid #e2e9f7; border-radius: 8px; text-align: center; }\n  .cert-card .icon { font-size: 30px; margin-bottom: 10px; }\n  .cert-card h3 { font-size: 16px; color: #0d3b8b; margin-bottom: 8px; }\n  .cert-card p { font-size: 15.5px; color: #555; line-height: 1.65; }\n  .cert-card .tags { margin-top: 10px; }\n  .cert-card .tag { display: inline-block; margin: 3px 3px 0; padding: 4px 12px; background: #fff; border: 1px solid #c9d6f0; border-radius: 14px; font-size: 14px; color: #0d3b8b; }\n  \/* Standards strip *\/\n  .cert-standards { margin-bottom: 44px; padding: 26px 28px; background: #0d3b8b; border-radius: 10px; }\n  .cert-standards h2 { font-size: 21px; color: #fff; margin-bottom: 6px; }\n  .cert-standards .sub { font-size: 15px; color: #b9cdf5; margin-bottom: 18px; }\n  .std-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }\n  .std-item { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; padding: 16px 14px; text-align: center; }\n  .std-item .std-name { font-size: 17px; font-weight: bold; color: #ffc107; margin-bottom: 6px; }\n  .std-item .std-desc { font-size: 14px; color: #dbe6fb; line-height: 1.5; }\n  \/* Certificate image wall *\/\n  .cert-gallery-title { font-size: 22px; color: #0d3b8b; border-left: 4px solid #ff8c00; padding-left: 12px; margin-bottom: 6px; }\n  .cert-gallery-sub { font-size: 15px; color: #888; margin-bottom: 18px; }\n  .cert-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 44px; }\n  .cert-fig { background: #fff; border: 1px solid #e2e9f7; border-radius: 8px; overflow: hidden; transition: box-shadow 0.25s, transform 0.25s; }\n  .cert-fig:hover { box-shadow: 0 8px 24px rgba(13, 59, 139, 0.15); transform: translateY(-3px); }\n  .cert-fig img { display: block; width: 100%; height: auto; }\n  .cert-fig figcaption { padding: 12px 14px; font-size: 15px; color: #0d3b8b; text-align: center; background: #f7f9fd; }\n  \/* Why compliance matters *\/\n  .cert-why { margin-bottom: 44px; padding: 26px 28px; background: #eef3fc; border-radius: 8px; }\n  .cert-why h2 { font-size: 22px; color: #0d3b8b; margin-bottom: 16px; }\n  .cert-why ul { list-style: none; }\n  .cert-why li { position: relative; padding: 8px 0 8px 30px; font-size: 16px; line-height: 1.7; color: #333; border-bottom: 1px dashed #d4e0f5; }\n  .cert-why li:last-child { border-bottom: none; }\n  .cert-why li::before { content: \"\\2713\"; position: absolute; left: 4px; top: 8px; color: #ff8c00; font-weight: bold; }\n  \/* CTA *\/\n  .cert-cta { text-align: center; padding: 30px 24px; background: linear-gradient(135deg, #0d3b8b 0%, #1456c4 100%); border-radius: 10px; }\n  .cert-cta h2 { font-size: 23px; color: #fff; margin-bottom: 10px; }\n  .cert-cta p { font-size: 16px; color: #dbe6fb; line-height: 1.7; margin-bottom: 18px; }\n  .cert-cta a.btn { display: inline-block; padding: 12px 32px; background: #ff8c00; color: #fff; text-decoration: none; border-radius: 6px; font-size: 15px; font-weight: bold; transition: background 0.2s; }\n  .cert-cta a.btn:hover { background: #e67e00; }\n  @media (max-width: 640px) {\n    .cert-cats { grid-template-columns: 1fr; }\n    .std-grid { grid-template-columns: 1fr; }\n    .cert-grid { grid-template-columns: 1fr; }\n    .cert-wrap { padding: 24px 16px; }\n    .cert-hero h1 { font-size: 27px; }\n  }\n<\/style>\n<div class=\"cert-wrap\">\n<div class=\"cert-hero\">\n<div class=\"badge\">Quality Assured<\/div>\n<h1>Certificates &amp; Compliance<\/h1>\n<p>Every Yueton ride is manufactured under certified quality systems, tested against international safety standards, and backed by industry membership. Our certificates cover product certification, export documentation and licensed services &#8211; so you can import, insure and operate with confidence.<\/p>\n<div class=\"cert-list\">CE &nbsp;|&nbsp; ISO 9001:2015 &nbsp;|&nbsp; IAAPA Member &nbsp;|&nbsp; SGS &nbsp;|&nbsp; BV &nbsp;|&nbsp; TUV &nbsp;|&nbsp; CO &nbsp;|&nbsp; CIQ &nbsp;|&nbsp; COC<\/div>\n<\/p><\/div>\n<div class=\"cert-cats\">\n<div class=\"cert-card\">\n<div class=\"icon\">&#127973;<\/div>\n<h3>International Certification<\/h3>\n<p>Quality management certified to ISO 9001:2015 (issued by ISA, accredited by ANAB\/IAF). Products hold CE certificates with conformity to the EU GPSD and Machinery Directives, with selected models verified by SGS and BV inspection.<\/p>\n<div class=\"tags\">\n        <span class=\"tag\">CE<\/span><span class=\"tag\">ISO 9001:2015<\/span><span class=\"tag\">SGS<\/span><span class=\"tag\">BV<\/span><span class=\"tag\">TUV<\/span>\n      <\/div>\n<\/p><\/div>\n<div class=\"cert-card\">\n<div class=\"icon\">&#127942;<\/div>\n<h3>Industry Membership<\/h3>\n<p>Certified active member of IAAPA (International Association of Amusement Parks and Attractions) in good standing since 2024, connecting us to global industry standards and best practices.<\/p>\n<div class=\"tags\">\n        <span class=\"tag\">IAAPA Member 2024<\/span>\n      <\/div>\n<\/p><\/div>\n<div class=\"cert-card\">\n<div class=\"icon\">&#128230;<\/div>\n<h3>Export Documentation<\/h3>\n<p>Complete export paperwork for smooth customs clearance at your destination, prepared by our export team for every shipment.<\/p>\n<div class=\"tags\">\n        <span class=\"tag\">CO<\/span><span class=\"tag\">CIQ<\/span><span class=\"tag\">COC<\/span>\n      <\/div>\n<\/p><\/div>\n<div class=\"cert-card\">\n<div class=\"icon\">&#128736;<\/div>\n<h3>Licensed Service<\/h3>\n<p>We hold the manufacture license as well as installation, alteration, repair and maintenance licenses for professional after-sales support.<\/p>\n<div class=\"tags\">\n        <span class=\"tag\">Manufacture License<\/span><span class=\"tag\">Installation \/ Repair \/ Maintenance<\/span>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"cert-standards\">\n<h2>Standards We Build To<\/h2>\n<p class=\"sub\">Our rides are designed, manufactured and tested in accordance with the following international standards.<\/p>\n<div class=\"std-grid\">\n<div class=\"std-item\">\n<div class=\"std-name\">GB 8408-2008<\/div>\n<div class=\"std-desc\">China &#8211; Safety code for amusement rides (design, manufacture and installation)<\/div>\n<\/p><\/div>\n<div class=\"std-item\">\n<div class=\"std-name\">EN 13814:2019<\/div>\n<div class=\"std-desc\">Europe &#8211; Safety of amusement rides and amusement devices (EN 13814-1\/-2\/-3:2019)<\/div>\n<\/p><\/div>\n<div class=\"std-item\">\n<div class=\"std-name\">ISO 9001:2015<\/div>\n<div class=\"std-desc\">Quality management systems &#8211; certified by ISA (ANAB\/IAF accredited)<\/div>\n<\/p><\/div>\n<div class=\"std-item\">\n<div class=\"std-name\">EN ISO 12100:2010<\/div>\n<div class=\"std-desc\">Machinery safety &#8211; general principles for risk assessment and risk reduction<\/div>\n<\/p><\/div>\n<div class=\"std-item\">\n<div class=\"std-name\">EN 60204-1:2018<\/div>\n<div class=\"std-desc\">Safety of machinery &#8211; electrical equipment of machines<\/div>\n<\/p><\/div>\n<div class=\"std-item\">\n<div class=\"std-name\">EU Directives<\/div>\n<div class=\"std-desc\">CE conformity under GPSD (2001\/95\/EC) and Machinery Directive (2006\/42\/EC)<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<h2 class=\"cert-gallery-title\">Our Certificates<\/h2>\n<p class=\"cert-gallery-sub\">Representative certificates from our quality and compliance portfolio.<\/p>\n<div class=\"cert-grid\">\n<figure class=\"cert-fig\">\n      <img decoding=\"async\" src=\"https:\/\/www.yuetonrides.com\/wp-content\/uploads\/2025\/07\/ce-certificate-1.jpg\" alt=\"CE Certificate of Yueton amusement rides\"\/><figcaption>CE Certificate<\/figcaption><\/figure>\n<figure class=\"cert-fig\">\n      <img decoding=\"async\" src=\"https:\/\/www.yuetonrides.com\/wp-content\/uploads\/2025\/07\/ce-certificate-2.jpg\" alt=\"CE Certificate of Yueton amusement rides - page 2\"\/><figcaption>CE Certificate<\/figcaption><\/figure>\n<figure class=\"cert-fig\">\n      <img decoding=\"async\" src=\"https:\/\/www.yuetonrides.com\/wp-content\/uploads\/2025\/07\/ce-certificate-3.jpg\" alt=\"CE Certificate of Yueton amusement rides - page 3\"\/><figcaption>CE Certificate<\/figcaption><\/figure>\n<figure class=\"cert-fig\">\n      <img decoding=\"async\" src=\"https:\/\/www.yuetonrides.com\/wp-content\/uploads\/2025\/07\/ce-certificate-4.jpg\" alt=\"CE Certificate of Yueton amusement rides - page 4\"\/><figcaption>CE Certificate<\/figcaption><\/figure>\n<p>    <!-- TODO: \u6b63\u5f0f\u53d1\u5e03\u524d\u8bf7\u5c06\u4ee5\u4e0b 6 \u5f20\u8bc1\u4e66\u7684\u6b63\u5f0f\u56fe\u7247\u4e0a\u4f20\u5230\u5a92\u4f53\u5e93\u5e76\u66ff\u6362 src\uff1a\n         ISO 9001:2015 (ISA\/ANAB\/IAF)\u3001Machinery Directive Attestation (UDEM)\u3001\n         COT Conformity - Human Gyroscope\u3001COT Conformity - Kamikaze\u3001\n         Business License\u3001IAAPA Member 2024 -->\n  <\/div>\n<div class=\"cert-why\">\n<h2>Why Certification Matters for Your Project<\/h2>\n<ul>\n<li><strong>Safe operation<\/strong> &#8211; certified design and manufacturing reduce risk and protect visitors, operators and your business.<\/li>\n<li><strong>Easy customs clearance<\/strong> &#8211; complete CO, CIQ and COC documentation helps your shipment pass import inspection smoothly.<\/li>\n<li><strong>Insurability<\/strong> &#8211; insurers typically require manufacturer certificates and test reports when covering imported amusement equipment.<\/li>\n<li><strong>Market compliance<\/strong> &#8211; we build to GB 8408-2008, EN 13814:2019 and ISO 9001:2015, and support your local compliance review across markets.<\/li>\n<li><strong>Long-term trust<\/strong> &#8211; documented quality, industry membership and licensed service back every ride for years after delivery.<\/li>\n<\/ul><\/div>\n<div class=\"cert-cta\">\n<h2>Need Full Copies of Our Certificates?<\/h2>\n<p>We are happy to share complete certificate documents and test reports with qualified buyers. Send us your project details and our team will reply within 24 hours.<\/p>\n<p>    <a class=\"btn\" href=\"mailto:admin@yuetoncn.com\">Contact Us: admin@yuetoncn.com<\/a>\n  <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Quality Assured Certificates &amp; Compliance Every Yueton ride is manufactured under certified quality systems, tested against international safety standards, and backed by industry membership. Our certificates cover product certification, export documentation and licensed services &#8211; so you can import, insure and operate with confidence. CE &nbsp;|&nbsp; ISO 9001:2015 &nbsp;|&nbsp; IAAPA Member &nbsp;|&nbsp; SGS &nbsp;|&nbsp; BV &nbsp;|&nbsp; TUV &nbsp;|&nbsp; CO &nbsp;|&nbsp; CIQ &nbsp;|&nbsp; COC &#127973; International Certification Quality management certified to ISO 9001:2015 (issued by ISA, accredited by ANAB\/IAF). Products hold CE certificates with conformity to the EU GPSD and Machinery Directives, with selected models verified by SGS and BV inspection. CEISO 9001:2015SGSBVTUV &#127942; Industry Membership Certified active member of IAAPA (International Association of Amusement Parks and Attractions) in good standing since 2024, connecting us to global industry standards and best practices. IAAPA Member 2024 &#128230; Export Documentation Complete export paperwork for smooth customs clearance at your destination, prepared by our export team for every shipment. COCIQCOC &#128736; Licensed Service We hold the manufacture license as well as installation, alteration, repair and maintenance licenses for professional after-sales support. Manufacture LicenseInstallation \/ Repair \/ Maintenance Standards We Build To Our rides are designed, manufactured and tested in accordance with the following international&#8230;<\/p>\n<p class=\"continue-reading-button\"> <a class=\"continue-reading-link\" href=\"https:\/\/www.yuetonrides.com\/fr\/certifiates\/\">Continue reading<i class=\"crycon-right-dir\"><\/i><\/a><\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[143],"tags":[],"_links":{"self":[{"href":"https:\/\/www.yuetonrides.com\/fr\/wp-json\/wp\/v2\/posts\/4126"}],"collection":[{"href":"https:\/\/www.yuetonrides.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yuetonrides.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yuetonrides.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yuetonrides.com\/fr\/wp-json\/wp\/v2\/comments?post=4126"}],"version-history":[{"count":1,"href":"https:\/\/www.yuetonrides.com\/fr\/wp-json\/wp\/v2\/posts\/4126\/revisions"}],"predecessor-version":[{"id":7854,"href":"https:\/\/www.yuetonrides.com\/fr\/wp-json\/wp\/v2\/posts\/4126\/revisions\/7854"}],"wp:attachment":[{"href":"https:\/\/www.yuetonrides.com\/fr\/wp-json\/wp\/v2\/media?parent=4126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yuetonrides.com\/fr\/wp-json\/wp\/v2\/categories?post=4126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yuetonrides.com\/fr\/wp-json\/wp\/v2\/tags?post=4126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}