Help
RSS
API
Feed
Maltego
Contact
Domain > a3.nbh19kb.cn
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-04
121.22.232.171
(
ClassC
)
2025-11-04
218.11.0.74
(
ClassC
)
2026-02-02
115.223.9.113
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Mon, 02 Feb 2026 02:50:16 GMTContent-Type: text/htmlContent-Length: 21554Connection: keep-aliveServer: openrestyETag: 580d60155831959413026fa58e49d229Last-Modified: Thu, 06 Nov 2025 06:02:00 GMTx-cos-hash-crc64ecma: 15957915590227249924x-cos-request-id: NjkzMTI1YzBfYTY0YTBmMWVfMTZhYzJfMmIxZjFhOQvia: CHN-ZJwenzhou-AREACT1-CACHE664,CHN-ZJwenzhou-AREACT1-CACHE510,TCP_HIT,62,CHN-JSwuxi-GLOBAL2-CACHE18102,CHN-JSwuxi-GLOBAL2-CACHE5184,TCP_MISS,100x-hcs-proxy-type: 1X-CCDN-CacheTTL: 2592000X-CCDN-REQ-ID-46B1: 551adb9844fafcd153dea04817da535anginx-hit: 1Age: 2176762Accept-Ranges: bytes !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>专业视频剪辑 - 让创意无限可能/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif; line-height: 1.6; color: #333; overflow-x: hidden; } /* 导航栏 */ nav { position: fixed; top: 0; width: 100%; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); z-index: 1000; padding: 1rem 0; } .nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 2rem; } .logo { font-size: 1.5rem; font-weight: bold; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { text-decoration: none; color: #333; font-weight: 500; transition: color 0.3s; } .nav-links a:hover { color: #667eea; } .btn-primary { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 0.75rem 2rem; border: none; border-radius: 50px; cursor: pointer; font-weight: 600; text-decoration: none; display: inline-block; transition: transform 0.3s, box-shadow 0.3s; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4); } /* 英雄区域 */ .hero { height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(data:image/svg+xml,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 1200 600>path dM0,300 Q300,200 600,300 T1200,300 strokergba(255,255,255,0.1) fillnone stroke-width2/>/svg>); opacity: 0.3; } .hero-content { position: relative; z-index: 1; max-width: 800px; padding: 0 2rem; } .hero h1 { font-size: 3.5rem; margin-bottom: 1.5rem; animation: fadeInUp 1s ease-out; } .hero p { font-size: 1.25rem; margin-bottom: 2rem; opacity: 0.9; animation: fadeInUp 1s ease-out 0.2s both; } .hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; animation: fadeInUp 1s ease-out 0.4s both; } .btn-secondary { background: rgba(255, 255, 255, 0.2); color: white; padding: 0.75rem 2rem; border: 2px solid white; border-radius: 50px; cursor: pointer; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s; } .btn-secondary:hover { background: white; color: #667eea; } /* 功能特性 */ .features { padding: 6rem 2rem; max-width: 1200px; margin: 0 auto; } .section-title { text-align: center; font-size: 2.5rem; margin-bottom: 1rem; color: #333; } .section-subtitle { text-align: center; color: #666; margin-bottom: 4rem; font-size: 1.1rem; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 3rem; } .feature-card { background: white; padding: 2.5rem; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); transition: transform 0.3s, box-shadow 0.3s; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); } .feature-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.5rem; color: white; } .feature-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #333; } .feature-card p { color: #666; line-height: 1.8; } /* 工作流程 */ .workflow { padding: 6rem 2rem; background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); } .workflow-container { max-width: 1200px; margin: 0 auto; } .workflow-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 3rem; } .workflow-step { text-align: center; position: relative; } .step-number { width: 80px; height: 80px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: bold; color: white; margin: 0 auto 1.5rem; box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3); } .workflow-step h3 { font-size: 1.25rem; margin-bottom: 1rem; color: #333; } .workflow-step p { color: #666; } /* 价格方案 */ .pricing { padding: 6rem 2rem; max-width: 1200px; margin: 0 auto; } .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 3rem; } .pricing-card { background: white; border-radius: 20px; padding: 3rem 2rem; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s; position: relative; } .pricing-card.featured { border: 3px solid #667eea; transform: scale(1.05); } .pricing-card.featured::before { content: 推荐; position: absolute; top: -15px; right: 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 0.5rem 1.5rem; border-radius: 20px; font-size: 0.9rem; font-weight: bold; } .pricing-card:hover { transform: translateY(-10px); } .pricing-card.featured:hover { transform: scale(1.05) translateY(-10px); } .price { font-size: 3rem; font-weight: bold; color: #667eea; margin: 1.5rem 0; } .price span { font-size: 1rem; color: #666; } .pricing-features { list-style: none; margin: 2rem 0; text-align: left; } .pricing-features li { padding: 0.75rem 0; color: #666; border-bottom: 1px solid #f0f0f0; } .pricing-features li::before { content: ✓; color: #667eea; font-weight: bold; margin-right: 0.5rem; } /* 页脚 */ footer { background: #1a1a1a; color: white; padding: 4rem 2rem 2rem; text-align: center; } .footer-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; margin-bottom: 2rem; } .footer-section h3 { margin-bottom: 1.5rem; color: #667eea; } .footer-section ul { list-style: none; } .footer-section ul li { margin-bottom: 0.75rem; } .footer-section a { color: #ccc; text-decoration: none; transition: color 0.3s; } .footer-section a:hover { color: #667eea; } .footer-bottom { border-top: 1px solid #333; padding-top: 2rem; color: #666; } /* 动画 */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* 响应式设计 */ @media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.5rem; } .hero p { font-size: 1rem; } .features-grid, .workflow-steps, .pricing-grid { grid-template-columns: 1fr; } .pricing-card.featured { transform: scale(1); } .pricing-card.featured:hover { transform: translateY(-10px); } } /* 滚动动画 */ .scroll-animate { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; } .scroll-animate.visible { opacity: 1; transform: translateY(0); } /style>/head>body> !-- 导航栏 --> nav> div classnav-container> div classlogo>🎬 视频工作室/div> ul classnav-links> li>a href#home>首页/a>/li> li>a href#features>功能/a>/li> li>a href#workflow>流程/a>/li> li>a href#pricing>价格/a>/li> li>a href#contact>联系/a>/li> /ul> a href#contact classbtn-primary>开始创作/a> /div> /nav> !-- 英雄区域 --> section classhero idhome> div classhero-content> h1>专业视频剪辑服务/h1> p>将您的创意转化为精彩的视觉故事。我们提供专业的视频剪辑、特效制作和后期处理服务,让每一帧都充满艺术感。/p> div classhero-buttons> a href#contact classbtn-primary>立即开始/a> a href#features classbtn-secondary>了解更多/a> /div> /div> /section> !-- 功能特性 --> section classfeatures idfeatures> h2 classsection-title>强大的功能特性/h2> p classsection-subtitle>专业工具,让您的视频作品脱颖而出/p> div classfeatures-grid> div classfeature-card scroll-animate> div classfeature-icon>✂️/div> h3>智能剪辑/h3> p>AI辅助剪辑,自动识别最佳片段,智能拼接,让剪辑工作事半功倍。支持多轨道编辑,精确到帧的控制。/p> /div> div classfeature-card scroll-animate> div classfeature-icon>🎨/div> h3>丰富特效/h3> p>内置数百种专业特效和转场动画,支持自定义参数调节。从简单的调色到复杂的粒子效果,应有尽有。/p> /div> div classfeature-card scroll-animate> div classfeature-icon>🎵/div> h3>音频处理/h3> p>专业的音频编辑工具,支持降噪、混音、音量调节。海量版权音乐库,让您的视频配乐更加完美。/p> /div> div classfeature-card scroll-animate> div classfeature-icon>📱/div> h3>多格式导出/h3> p>支持导出4K、8K超高清视频,适配各种社交媒体平台。一键导出,自动优化,保证最佳观看体验。/p> /div> div classfeature-card scroll-animate> div classfeature-icon>⚡/div> h3>云端协作/h3> p>实时云端保存,多人协作编辑。无论您在哪里,都能随时访问和编辑您的项目,团队协作更高效。/p> /div> div classfeature-card scroll-animate> div classfeature-icon>🎬/div> h3>模板库/h3> p>数千个精美模板,涵盖各类场景。从企业宣传到个人Vlog,丰富的模板让您快速产出专业作品。/p> /div> /div> /section> !-- 工作流程 --> section classworkflow idworkflow> div classworkflow-container> h2 classsection-title>简单高效的工作流程/h2> p classsection-subtitle>四步完成专业视频制作/p> div classworkflow-steps> div classworkflow-step scroll-animate> div classstep-number>1/div> h3>上传素材/h3> p>上传您的视频、图片和音频文件,支持批量上传,云端存储,安全可靠。/p> /div> div classworkflow-step scroll-animate> div classstep-number>2/div> h3>编辑创作/h3> p>使用强大的编辑工具,剪辑、调色、加特效,打造您心目中的完美视频。/p> /div> div classworkflow-step scroll-animate> div classstep-number>3/div> h3>预览审核/h3> p>实时预览效果,支持多设备预览,确保在不同平台上都有最佳表现。/p> /div> div classworkflow-step scroll-animate> div classstep-number>4/div> h3>导出分享/h3> p>一键导出,支持多种格式和分辨率,轻松分享到各大社交媒体平台。/p> /div> /div> /div> /section> !-- 价格方案 --> section classpricing idpricing> h2 classsection-title>选择适合您的方案/h2> p classsection-subtitle>灵活的价格方案,满足不同需求/p> div classpricing-grid> div classpricing-card scroll-animate> h3>基础版/h3> div classprice>¥99span>/月/span>/div> ul classpricing-features> li>1080P高清导出/li> li>基础剪辑工具/li> li>50个特效模板/li> li>5GB云存储/li> li>社区支持/li> /ul> a href#contact classbtn-primary>立即订阅/a> /div> div classpricing-card featured scroll-animate> h3>专业版/h3> div classprice>¥299span>/月/span>/div> ul classpricing-features> li>4K超清导出/li> li>全部剪辑工具/li> li>无限特效模板/li> li>100GB云存储/li> li>优先技术支持/li> li>AI智能剪辑/li> li>团队协作功能/li> /ul> a href#contact classbtn-primary>立即订阅/a> /div> div classpricing-card scroll-animate> h3>企业版/h3> div classprice>定制span>/年/span>/div> ul classpricing-features> li>8K超清导出/li> li>定制化功能/li> li>专属模板库/li> li>无限云存储/li> li>专属客户经理/li> li>API接口接入/li> li>企业级安全/li> /ul> a href#contact classbtn-primary>联系销售/a> /div> /div> /section> !-- 页脚 --> footer idcontact> div classfooter-content> div classfooter-section> h3>关于我们/h3> p>专业的视频剪辑服务平台,致力于为用户提供最优质的视频制作体验。让每个人都能轻松创作出专业级的视频作品。/p> /div> div classfooter-section> h3>快速链接/h3> ul> li>a href#home>首页/a>/li> li>a href#features>功能特性/a>/li> li>a href#workflow>工作流程/a>/li> li>a href#pricing>价格方案/a>/li> /ul> /div> div classfooter-section> h3>联系我们/h3> ul> li>📧 邮箱: support@videoeditor.com/li> li>📱 电话: 400-888-8888/li> li>💬 微信: VideoEditor2024/li> li>📍 地址: 北京市朝阳区创意园区/li> /ul> /div> div classfooter-section> h3>关注我们/h3> ul> li>a href#>微博/a>/li> li>a href#>抖音/a>/li> li>a href#>B站/a>/li> li>a href#>小红书/a>/li> /ul> /div> /div> div classfooter-bottom> p>© 2024 视频工作室. 保留所有权利./p> /div> /footer> script> // 平滑滚动 document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } }); }); // 滚动动画 const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px }; const observer new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.classList.add(visible); } }); }, observerOptions); document.querySelectorAll(.scroll-animate).forEach(el > { observer.observe(el); }); // 导航栏滚动效果 let lastScroll 0; const nav document.querySelector(nav); window.addEventListener(scroll, () > { const currentScroll window.pageYOffset; if (currentScroll > 100) { nav.style.background rgba(255, 255, 255, 0.98); } else { nav.style.background rgba(255, 255, 255, 0.95); } lastScroll currentScroll; }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]