Fabricante de válvulas industriales en China - Fleyenda Flow

{"en":"\r\n\r\n<meta name="description" content="Fleyenda Flow es un fabricante líder industrial de válvulas de bola, especializado en válvulas certificadas de alto rendimiento para aplicaciones de petróleo y gas, químicas y críticas para la misión."><!-- Google Fonts for professional typography -->\r\n<link href="https:%5C/%5C/fonts.googleapis.com" rel="preconnect">\r\n<link crossorigin="" href="https:%5C/%5C/fonts.gstatic.com" rel="preconnect">\r\n<link href="https:%5C/%5C/fonts.googleapis.com%5C/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">\r\n<style type="text\/css">\/* CSS Variables for easy theme management *\/\r\n :root {\r\n --brand-color: #395ea4;\r\n --brand-color-dark: #2c4a8a;\r\n --text-color-dark: #2d3748;\r\n --text-color-light: #718096;\r\n --background-color: #ffffff;\r\n --section-background: #f7fafc;\r\n }\r\n\r\n \/* Global Resets and Base Styles *\/\r\n * {\r\n margin: 0;\r\n padding: 0;\r\n box-sizing: border-box;\r\n }\r\n\r\n html {\r\n scroll-behavior: smooth;\r\n }\r\n\r\n body {\r\n font-family: 'Poppins', sans-serif;\r\n line-height: 1.6;\r\n color: var(--text-color-dark);\r\n background-color: var(--background-color);\r\n }\r\n\r\n \/* Container for content centering *\/\r\n .container {\r\n max-width: 1200px;\r\n margin: 0 auto;\r\n padding: 0 20px;\r\n }\r\n\r\n \/* Section Padding *\/\r\n section {\r\n padding: 80px 0;\r\n }\r\n\r\n \/* Typography *\/\r\n h1, h2, h3 {\r\n font-weight: 700;\r\n line-height: 1.2;\r\n }\r\n\r\n h1 {\r\n font-size: 3rem; \/* 48px *\/\r\n margin-bottom: 1rem;\r\n }\r\n\r\n h2 {\r\n font-size: 2.25rem; \/* 36px *\/\r\n text-align: center;\r\n margin-bottom: 1rem;\r\n color: var(--text-color-dark);\r\n }\r\n\r\n h2 + p {\r\n max-width: 700px;\r\n margin: 0 auto 3rem auto;\r\n text-align: center;\r\n color: var(--text-color-light);\r\n }\r\n\r\n \/* Buttons *\/\r\n .btn {\r\n display: inline-block;\r\n padding: 12px 28px;\r\n border-radius: 8px;\r\n text-decoration: none;\r\n font-weight: 600;\r\n transition: all 0.3s ease;\r\n cursor: pointer;\r\n border: none;\r\n }\r\n\r\n .btn-primary {\r\n background-color: var(--brand-color);\r\n color: white;\r\n }\r\n\r\n .btn-primary:hover {\r\n background-color: var(--brand-color-dark);\r\n transform: translateY(-2px);\r\n box-shadow: 0 4px 15px rgba(57, 94, 164, 0.3);\r\n }\r\n\r\n .btn-secondary {\r\n background-color: transparent;\r\n color: white;\r\n border: 2px solid white;\r\n }\r\n\r\n .btn-secondary:hover {\r\n background-color: white;\r\n color: var(--brand-color);\r\n }\r\n\r\n \/* Header Navigation *\/\r\n .main-header {\r\n background-color: rgba(255, 255, 255, 0.9);\r\n backdrop-filter: blur(10px);\r\n padding: 1rem 0;\r\n position: sticky;\r\n top: 0;\r\n z-index: 100;\r\n box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\r\n }\r\n\r\n .main-header .container {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n }\r\n\r\n .logo {\r\n font-size: 1.5rem;\r\n font-weight: 700;\r\n color: var(--brand-color);\r\n }\r\n\r\n .main-nav a {\r\n color: var(--text-color-dark);\r\n text-decoration: none;\r\n margin: 0 15px;\r\n font-weight: 600;\r\n }\r\n \r\n .main-nav a:hover {\r\n color: var(--brand-color);\r\n }\r\n\r\n \/* 1. Hero Section *\/\r\n .hero {\r\n background-color: #333; \/* Fallback color *\/\r\n \/* Replace with your high-quality background image or video *\/\r\n background-image: linear-gradient(rgba(20, 30, 48, 0.7), rgba(36, 59, 85, 0.7)), url('https:\/\/images.unsplash.com\/photo-1616047006789-b7af5afb8c20?q=80&w=2070&auto=format&fit=crop');\r\n background-size: cover;\r\n background-position: center;\r\n color: white;\r\n text-align: center;\r\n padding: 120px 0;\r\n }\r\n\r\n .hero h1 {\r\n color: white;\r\n }\r\n\r\n .hero p {\r\n font-size: 1.125rem;\r\n max-width: 800px;\r\n margin: 0 auto 2rem auto;\r\n opacity: 0.9;\r\n }\r\n \r\n .hero-actions {\r\n display: flex;\r\n justify-content: center;\r\n gap: 1rem;\r\n margin-top: 2.5rem;\r\n }\r\n\r\n .trust-bar {\r\n margin-top: 4rem;\r\n display: flex;\r\n justify-content: center;\r\n flex-wrap: wrap;\r\n gap: 2rem;\r\n }\r\n\r\n .trust-item {\r\n font-size: 1rem;\r\n font-weight: 600;\r\n }\r\n\r\n \/* 2. Social Proof & Certifications *\/\r\n #social-proof {\r\n background-color: var(--section-background);\r\n padding: 40px 0;\r\n }\r\n .cert-logos {\r\n display: flex;\r\n justify-content: space-around;\r\n align-items: center;\r\n flex-wrap: wrap;\r\n gap: 2rem;\r\n filter: grayscale(100%);\r\n opacity: 0.7;\r\n }\r\n .cert-logos img {\r\n max-height: 40px;\r\n }\r\n\r\n \/* 3. Product Portfolio *\/\r\n .product-grid {\r\n display: grid;\r\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n gap: 2rem;\r\n margin-top: 4rem;\r\n }\r\n \r\n .product-card {\r\n background-color: var(--background-color);\r\n border: 1px solid #e2e8f0;\r\n border-radius: 12px;\r\n overflow: hidden;\r\n box-shadow: 0 4px 6px rgba(0,0,0,0.05);\r\n transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n }\r\n\r\n .product-card:hover {\r\n transform: translateY(-5px);\r\n box-shadow: 0 10px 20px rgba(0,0,0,0.1);\r\n }\r\n\r\n .product-card img {\r\n width: 100%;\r\n height: 200px;\r\n object-fit: cover;\r\n }\r\n\r\n .product-card-content {\r\n padding: 1.5rem;\r\n }\r\n\r\n .product-card h3 {\r\n color: var(--brand-color);\r\n margin-bottom: 0.5rem;\r\n }\r\n\r\n .product-card p {\r\n color: var(--text-color-light);\r\n font-size: 0.9rem;\r\n margin-bottom: 1rem;\r\n }\r\n\r\n \/* 4. Core Advantages *\/\r\n #advantages {\r\n background-color: var(--section-background);\r\n }\r\n\r\n .advantages-grid {\r\n display: grid;\r\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n gap: 2rem;\r\n }\r\n \r\n .advantage-item {\r\n background: white;\r\n padding: 2rem;\r\n text-align: center;\r\n border-radius: 10px;\r\n box-shadow: 0 4px 15px rgba(0,0,0,0.05);\r\n }\r\n\r\n .advantage-item .icon {\r\n font-size: 3rem;\r\n color: var(--brand-color);\r\n margin-bottom: 1rem;\r\n }\r\n\r\n \/* 6. Technical Resource Hub *\/\r\n .resource-hub {\r\n display: grid;\r\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n gap: 2rem;\r\n }\r\n .resource-card {\r\n background: var(--section-background);\r\n padding: 2rem;\r\n border-radius: 10px;\r\n border-left: 5px solid var(--brand-color);\r\n }\r\n .resource-card h3 {\r\n margin-bottom: 1rem;\r\n }\r\n .resource-card ul {\r\n list-style: none;\r\n }\r\n .resource-card ul li a {\r\n color: var(--text-color-dark);\r\n text-decoration: none;\r\n display: block;\r\n padding: 0.5rem 0;\r\n transition: color 0.2s;\r\n }\r\n .resource-card ul li a:hover {\r\n color: var(--brand-color);\r\n }\r\n\r\n \/* 8. FAQ Section *\/\r\n .faq-container {\r\n max-width: 800px;\r\n margin: 0 auto;\r\n }\r\n .faq-item {\r\n border-bottom: 1px solid #e2e8f0;\r\n margin-bottom: 1rem;\r\n }\r\n .faq-question {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n padding: 1rem 0;\r\n cursor: pointer;\r\n font-weight: 600;\r\n }\r\n .faq-question::after {\r\n content: '+';\r\n font-size: 1.5rem;\r\n color: var(--brand-color);\r\n transition: transform 0.3s ease;\r\n }\r\n .faq-item.active .faq-question::after {\r\n transform: rotate(45deg);\r\n }\r\n .faq-answer {\r\n max-height: 0;\r\n overflow: hidden;\r\n transition: max-height 0.3s ease-out;\r\n padding-left: 1rem;\r\n }\r\n .faq-answer p {\r\n padding-bottom: 1rem;\r\n color: var(--text-color-light);\r\n }\r\n \r\n \/* 9. Final CTA Section *\/\r\n #contact {\r\n background-color: var(--brand-color);\r\n color: white;\r\n text-align: center;\r\n }\r\n #contact h2 { color: white; }\r\n #contact h2 + p { color: rgba(255,255,255,0.8); }\r\n\r\n .contact-form {\r\n max-width: 600px;\r\n margin: 2rem auto 0 auto;\r\n display: grid;\r\n grid-template-columns: 1fr;\r\n gap: 1rem;\r\n text-align: left;\r\n }\r\n .contact-form input, .contact-form textarea {\r\n width: 100%;\r\n padding: 12px;\r\n border: 1px solid #ccc;\r\n border-radius: 8px;\r\n font-family: inherit;\r\n }\r\n .contact-form button {\r\n background-color: white;\r\n color: var(--brand-color);\r\n border: none;\r\n }\r\n\r\n \/* Footer *\/\r\n .main-footer {\r\n background: var(--text-color-dark);\r\n color: #ccc;\r\n padding: 40px 0;\r\n text-align: center;\r\n }\r\n\r\n .main-footer p {\r\n margin-bottom: 1rem;\r\n }\r\n \r\n .footer-links a {\r\n color: white;\r\n text-decoration: none;\r\n margin: 0 10px;\r\n }\r\n .footer-links a:hover {\r\n text-decoration: underline;\r\n }\r\n<\/style>\r\n<!-- Header Navigation -->\r\n<header class="main-header">\r\n<div class="container"><a class="logo" href="#">Fleyenda Flow<\/a>\r\n<nav class="main-nav"><a href="#products">Products<\/a> <a href="#advantages">Why Us<\/a> <a href="#resources">Resources<\/a> <a class="btn btn-primary" href="#contact" style="margin-left: 20px;">Get a Quote<\/a><\/nav>\r\n<\/div>\r\n<\/header>\r\n\r\n<main><!-- 1. Hero Section -->\r\n<section class="hero">\r\n<div class="container">\r\n<h1>Leading Industrial Ball Valve Manufacturer for Mission-Critical Applications<\/h1>\r\n\r\n<p>Engineered for Ultimate Reliability and Performance, Trusted by Global Industry Leaders. Certified API 6D, SIL3, and ISO 9001.<\/p>\r\n\r\n<div class="hero-actions"><a class="btn btn-primary" href="#contact">Get a Project Quote<\/a> <a class="btn btn-secondary" href="#">Download Full Catalog<\/a><\/div>\r\n\r\n<div class="trust-bar">\r\n<div class="trust-item">✓ 3000+ Global Projects<\/div>\r\n\r\n<div class="trust-item">✓ 20+ Years of Expertise<\/div>\r\n\r\n<div class="trust-item">✓ API 6D, CE, SIL3 Certified<\/div>\r\n\r\n<div class="trust-item">✓ 24-Month Warranty<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n<!-- 2. Social Proof & Certification Bar -->\r\n\r\n<section id="social-proof">\r\n<div class="container">\r\n<div class="cert-logos"><!-- Replace with your actual certification logos --><img alt="API 6D Certified" src="https:\/\/via.placeholder.com\/150x40\/ccc\/888?text=API+6D" \/><img alt="API 6D Certified" src="https:\/\/via.placeholder.com\/150x40\/ccc\/888?text=API+6D" \/> <img alt="API 6D Certified" src="https:\/\/via.placeholder.com\/150x40\/ccc\/888?text=API+6D" \/> <img alt="API 6D Certified" src="https:\/\/via.placeholder.com\/150x40\/ccc\/888?text=API+6D" \/><img alt="API 6D Certified" src="https:\/\/via.placeholder.com\/150x40\/ccc\/888?text=API+6D" \/><\/div>\r\n<\/div>\r\n<\/section>\r\n<!-- 3. Product Portfolio -->\r\n\r\n<section id="products">\r\n<div class="container">\r\n<h2>Explore Our Comprehensive Range of Industrial Ball Valves<\/h2>\r\n\r\n<p>Find the right valve for any application, from high-pressure pipelines to corrosive chemical processing.<\/p>\r\n\r\n<div class="product-grid">\r\n<div class="product-card"><img alt="Floating Ball Valve" src="https:\/\/via.placeholder.com\/400x200\/395ea4\/ffffff?text=Floating+Ball+Valve" \/>\r\n<div class="product-card-content">\r\n<h3>Floating Ball Valves<\/h3>\r\n\r\n<p>Ideal for low to medium pressure applications requiring excellent, bi-directional sealing performance.<\/p>\r\n<a class="btn btn-primary" href="#">View Details<\/a><\/div>\r\n<\/div>\r\n\r\n<div class="product-card"><img alt="Trunnion Ball Valve" src="https:\/\/via.placeholder.com\/400x200\/395ea4\/ffffff?text=Trunnion+Ball+Valve" \/>\r\n<div class="product-card-content">\r\n<h3>Trunnion Ball Valves<\/h3>\r\n\r\n<p>Engineered for high-pressure service and large-scale applications where reliability is paramount.<\/p>\r\n<a class="btn btn-primary" href="#">View Details<\/a><\/div>\r\n<\/div>\r\n\r\n<div class="product-card"><img alt="Fully Welded Ball Valve" src="https:\/\/via.placeholder.com\/400x200\/395ea4\/ffffff?text=Fully+Welded+Valve" \/>\r\n<div class="product-card-content">\r\n<h3>Fully Welded Ball Valves<\/h3>\r\n\r\n<p>Maximum strength and integrity for buried pipelines and critical applications with no risk of external leakage.<\/p>\r\n<a class="btn btn-primary" href="#">View Details<\/a><\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n<!-- 4. Core Advantages -->\r\n\r\n<section id="advantages">\r\n<div class="container">\r\n<h2>Engineered for Performance, Built for Reliability<\/h2>\r\n\r\n<p>Why industry leaders choose Fleyenda Flow for their most demanding operations.<\/p>\r\n\r\n<div class="advantages-grid">\r\n<div class="advantage-item">\r\n<div class="icon">⚙️<\/div>\r\n\r\n<h3>Advanced Customization<\/h3>\r\n\r\n<p>Tailor your valves by material, size, connection, and actuation to meet your exact specifications.<\/p>\r\n<\/div>\r\n\r\n<div class="advantage-item">\r\n<div class="icon"></style>