<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>即将进入→钢材知识AI问答系统│常州仁成金属精密钢管厂│江苏省常州市钢管生产厂家</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background: linear-gradient(135deg, #0d47a1, #1565c0, #1e88e5);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333;
            padding: 20px;
        }
        
        .container {
            background: rgba(255, 255, 255, 0.97);
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
            padding: 50px;
            text-align: center;
            max-width: 700px;
            width: 100%;
            animation: fadeIn 1s ease-out;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .logo {
            width: 140px;
            height: 140px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, #1976d2, #0d47a1);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 60px;
            color: white;
            border: 4px solid #ffab00;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }
        
        h1 {
            color: #1565c0;
            margin-bottom: 20px;
            font-size: 32px;
            font-weight: 700;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        }
        
        .subtitle {
            color: #e65100;
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        p {
            color: #555;
            line-height: 1.7;
            margin-bottom: 25px;
            font-size: 17px;
        }
        
        .countdown {
            font-size: 52px;
            font-weight: bold;
            color: #e65100;
            margin: 30px 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .progress-container {
            width: 100%;
            height: 16px;
            background: #e3f2fd;
            border-radius: 10px;
            margin: 35px 0;
            overflow: hidden;
            box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        
        .progress-bar {
            height: 100%;
            width: 100%;
            background: linear-gradient(90deg, #ffab00, #ff6d00);
            border-radius: 10px;
            animation: progressCountdown 60s linear forwards;
        }
        
        @keyframes progressCountdown {
            from { width: 100%; }
            to { width: 0%; }
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(to right, #1976d2, #1565c0);
            color: white;
            padding: 14px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            margin: 15px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 5px 20px rgba(25, 118, 210, 0.4);
            font-size: 18px;
        }
        
        .btn:hover {
            background: linear-gradient(to right, #1565c0, #0d47a1);
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgba(25, 118, 210, 0.6);
        }
        
        .btn-secondary {
            background: linear-gradient(to right, #e65100, #bf360c);
            box-shadow: 0 5px 20px rgba(230, 81, 0, 0.4);
        }
        
        .btn-secondary:hover {
            background: linear-gradient(to right, #bf360c, #982e0a);
            box-shadow: 0 8px 25px rgba(230, 81, 0, 0.6);
        }
        
        .link-info {
            margin-top: 30px;
            padding: 20px;
            background: #e3f2fd;
            border-radius: 12px;
            font-size: 16px;
            color: #1976d2;
            border-left: 5px solid #1976d2;
        }
        
        .features {
            display: flex;
            justify-content: space-around;
            margin: 30px 0;
            flex-wrap: wrap;
        }
        
        .feature {
            flex: 1;
            min-width: 150px;
            margin: 15px;
            padding: 20px;
            background: #f5f5f5;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        
        .feature i {
            font-size: 36px;
            color: #1976d2;
            margin-bottom: 15px;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 30px;
            }
            
            h1 {
                font-size: 28px;
            }
            
            .countdown {
                font-size: 42px;
            }
            
            .logo {
                width: 120px;
                height: 120px;
                font-size: 50px;
            }
            
            .features {
                flex-direction: column;
            }
        }
    </style>
<script src="https://sdk.51.la/perf/js-sdk-perf.min.js" crossorigin="anonymous"></script>
<script>
  new LingQue.Monitor().init({id:"KwO1Ylfy3gdWgyCz",sendSuspicious:true,sendSpaPv:true});
</script>
</head>
<body>
    <div class="container">
        <div class="logo">
            <i class="fas fa-industry"></i>
        </div>
        <h1>仁成钢材知识AI问答系统</h1>
        <p class="subtitle">专业钢材知识，智能AI解答</p>
        <p>这里是仁成钢材知识AI问答系统，您将在 <span id="countdown" class="countdown">60</span> 秒后进入我们的主页</p>
        
        <div class="features">
            <div class="feature">
                <i class="fas fa-robot"></i>
                <h3>AI智能解答</h3>
                <p>专业钢材知识问答</p>
            </div>
            <div class="feature">
                <i class="fas fa-database"></i>
                <h3>丰富知识库</h3>
                <p>涵盖各类钢材信息</p>
            </div>
            <div class="feature">
                <i class="fas fa-headset"></i>
                <h3>专业支持</h3>
                <p>行业专家在线指导</p>
            </div>
        </div>
        
        <div class="progress-container">
            <div class="progress-bar"></div>
        </div>
        
        <p>如果页面没有自动跳转，请点击下面的按钮</p>
        
        <div>
            <a href="https://emlog.josen.net/" class="btn" id="jumpBtn"><i class="fas fa-external-link-alt"></i> 立即跳转</a>
            <button class="btn btn-secondary" id="cancelBtn"><i class="fas fa-times-circle"></i> 取消跳转</button>
        </div>
        
        <div class="link-info">
            <i class="fas fa-link"></i> 即将跳转到: <span id="targetLink">https://emlog.josen.net/</span>
        </div>
    </div>

    <script>
        // 设置倒计时和跳转逻辑
        let seconds = 60;
        const countdownElement = document.getElementById('countdown');
        const targetUrl = 'https://emlog.josen.net/';
        
        // 更新目标链接显示
        document.getElementById('targetLink').textContent = targetUrl;
        document.getElementById('jumpBtn').href = targetUrl;
        
        const countdownInterval = setInterval(() => {
            seconds--;
            countdownElement.textContent = seconds;
            
            if (seconds <= 0) {
                clearInterval(countdownInterval);
                window.location.href = targetUrl;
            }
        }, 1000);
        
        // 取消跳转按钮
        document.getElementById('cancelBtn').addEventListener('click', () => {
            clearInterval(countdownInterval);
            countdownElement.textContent = '已取消';
            document.querySelector('.progress-bar').style.animation = 'none';
            document.querySelector('.progress-bar').style.width = '100%';
            document.querySelector('.progress-bar').style.background = '#9e9e9e';
        });
    </script>
</body>
</html>
