{% extends "base.html" %} {% block title %}{{ t('home') }}{% endblock %} {% block content %}

{{ t('slogan') }}

{{ t('hero_subtitle') if t('hero_subtitle') else '专业证券交易与投资平台' }}

{{ t('hero_description') if t('hero_description') else '提供全球市场股票、期货、期权交易,智能投顾服务,助力您的财富增长' }}

{{ t('market_quotes') if t('market_quotes') else '实时行情' }}

Live
HSI 16,842.23 +1.2%
AAPL 173.45 +0.8%
TSLA 245.67 -0.5%
BTC/USD 61,234.56 +2.1%

{{ t('why_choose_us') if t('why_choose_us') else '为什么选择我们' }}

{{ t('features_subtitle') if t('features_subtitle') else '专业、安全、便捷的投资体验' }}

📈

{{ t('global_markets') if t('global_markets') else '全球市场' }}

{{ t('global_markets_desc') if t('global_markets_desc') else '专注港股、美股' }}

🔒

{{ t('secure_trading') if t('secure_trading') else '安全交易' }}

{{ t('secure_trading_desc') if t('secure_trading_desc') else '银行级安全防护,资金隔离保障' }}

💡

{{ t('smart_investing') if t('smart_investing') else '智能投资' }}

{{ t('smart_investing_desc') if t('smart_investing_desc') else 'AI投顾、智能选股、量化策略' }}

💰

{{ t('low_fees') if t('low_fees') else '低手续费' }}

{{ t('low_fees_desc') if t('low_fees_desc') else '灵活佣金方案,透明收费标准' }}

{{ t('trading_tools') if t('trading_tools') else '专业交易工具' }}

{{ t('trading_tools_subtitle') if t('trading_tools_subtitle') else '丰富的分析工具,助力投资决策' }}

{{ t('realtime_charts') if t('realtime_charts') else '实时图表' }}

{{ t('realtime_charts_desc') if t('realtime_charts_desc') else '多时间周期K线图,技术指标分析' }}

{{ t('news_analysis') if t('news_analysis') else '新闻分析' }}

{{ t('news_analysis_desc') if t('news_analysis_desc') else '实时财经新闻,市场情绪分析' }}

{{ t('portfolio_management') if t('portfolio_management') else '组合管理' }}

{{ t('portfolio_management_desc') if t('portfolio_management_desc') else '投资组合分析,风险控制工具' }}

{{ t('download_app_cta') if t('download_app_cta') else '立即下载客户端' }}

{{ t('download_app_desc') if t('download_app_desc') else '随时随地交易,把握投资机会' }}

{% endblock %}