Help
RSS
API
Feed
Maltego
Contact
Domain > tiaomin.cn
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
Whois
Property
Value
Organization
谢联邦
Email
185977227@qq.com
NameServer
ns2.4.cn
DNS Resolutions
Date
IP Address
2026-01-27
8.134.41.189
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: AliyunOSSDate: Tue, 27 Jan 2026 18:44:56 GMTContent-Type: text/htmlContent-Length: 37527Connection: keep-aliveVary: Accept-Encodingx-oss-request-id: 697907A87A1F7F36333F2943Accept-Ranges: bytesETag: 98FA43A37CAE3432F11BC0C4B0D088A6Last-Modified: Tue, 30 Sep 2025 06:24:17 GMTx-oss-object-type: Normalx-oss-hash-crc64ecma: 12966109457960541256x-oss-storage-class: StandardContent-MD5: mPpDo3yuNDLxG8DEsNCIpgx-oss-server-time: 12 !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>广州罔琼网络科技有限公司 - 引领未来科技潮流/title> !-- 引入Tailwind CSS --> script srchttps://cdn.tailwindcss.com>/script> !-- 引入Font Awesome --> link hrefhttps://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css relstylesheet> !-- 配置Tailwind自定义颜色和字体 --> script> tailwind.config { theme: { extend: { colors: { primary: #165DFF, secondary: #36CFC9, dark: #1D2129, light: #F2F3F5 }, fontFamily: { inter: Inter, system-ui, sans-serif, }, }, } } /script> !-- 自定义工具类 --> style typetext/tailwindcss> @layer utilities { .content-auto { content-visibility: auto; } .text-shadow { text-shadow: 0 2px 4px rgba(0,0,0,0.1); } .transition-custom { transition: all 0.3s ease; } } /style> style> /* 基础动画定义 */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .animate-fade-in { animation: fadeIn 0.6s ease forwards; } /* 平滑滚动 */ html { scroll-behavior: smooth; } /* 滚动条样式 */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #165DFF; border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: #0E42D2; } /style>/head>body classfont-inter text-dark bg-white> !-- 导航栏 --> header idnavbar classfixed w-full top-0 z-50 transition-all duration-300 bg-white/95 shadow-sm> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classflex justify-between items-center py-4> !-- Logo --> a href# classflex items-center space-x-2> div classw-10 h-10 rounded-lg bg-primary flex items-center justify-center> i classfa fa-rocket text-white text-xl>/i> /div> span classtext-xl font-bold text-dark>广州罔琼网络科技有限公司/span> /a> !-- 桌面导航 --> nav classhidden md:flex space-x-8> a href#home classtext-dark hover:text-primary transition-custom font-medium>首页/a> a href#about classtext-dark hover:text-primary transition-custom font-medium>关于我们/a> a href#services classtext-dark hover:text-primary transition-custom font-medium>服务/a> a href#testimonials classtext-dark hover:text-primary transition-custom font-medium>客户评价/a> a href#contact classtext-dark hover:text-primary transition-custom font-medium>联系我们/a> /nav> !-- 联系按钮 --> a href#contact classhidden md:inline-block bg-primary hover:bg-primary/90 text-white px-5 py-2 rounded-lg transition-custom font-medium> 立即咨询 /a> !-- 移动端菜单按钮 --> button idmenu-toggle classmd:hidden text-dark text-2xl> i classfa fa-bars>/i> /button> /div> /div> !-- 移动端导航菜单 --> div idmobile-menu classmd:hidden hidden bg-white border-t animate-fade-in> div classcontainer mx-auto px-4 py-3 space-y-3> a href#home classblock text-dark hover:text-primary transition-custom py-2 font-medium>首页/a> a href#about classblock text-dark hover:text-primary transition-custom py-2 font-medium>关于我们/a> a href#services classblock text-dark hover:text-primary transition-custom py-2 font-medium>服务/a> a href#testimonials classblock text-dark hover:text-primary transition-custom py-2 font-medium>客户评价/a> a href#contact classblock text-dark hover:text-primary transition-custom py-2 font-medium>联系我们/a> a href#contact classblock bg-primary hover:bg-primary/90 text-white px-5 py-2 rounded-lg transition-custom font-medium text-center mt-2> 立即咨询 /a> /div> /div> /header> main> !-- 英雄区 --> section idhome classpt-28 pb-20 md:pt-40 md:pb-32 bg-gradient-to-br from-primary/5 to-secondary/5> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classflex flex-col lg:flex-row items-center> div classlg:w-1/2 mb-10 lg:mb-0> h1 classtext-clamp(2rem,5vw,3.5rem) font-bold leading-tight text-dark mb-6 animate-fade-in styleanimation-delay: 0.1s;> 引领span classtext-primary>科技/span>创新br>塑造美好未来 /h1> p classtext-lg text-gray-600 mb-8 max-w-lg animate-fade-in styleanimation-delay: 0.3s;> 我们专注于提供前沿的科技解决方案,助力企业数字化转型,创造更大价值。 /p> div classflex flex-col sm:flex-row gap-4 animate-fade-in styleanimation-delay: 0.5s;> a href#services classbg-primary hover:bg-primary/90 text-white px-8 py-3 rounded-lg transition-custom font-medium text-center> 了解服务 /a> a href#contact classborder border-primary text-primary hover:bg-primary/5 px-8 py-3 rounded-lg transition-custom font-medium text-center> 联系我们 /a> /div> div classmt-12 flex items-center space-x-6 animate-fade-in styleanimation-delay: 0.7s;> div classflex -space-x-2> img srchttps://picsum.photos/id/1001/100/100 alt客户头像 classw-10 h-10 rounded-full border-2 border-white> img srchttps://picsum.photos/id/1002/100/100 alt客户头像 classw-10 h-10 rounded-full border-2 border-white> img srchttps://picsum.photos/id/1003/100/100 alt客户头像 classw-10 h-10 rounded-full border-2 border-white> img srchttps://picsum.photos/id/1004/100/100 alt客户头像 classw-10 h-10 rounded-full border-2 border-white> div classw-10 h-10 rounded-full bg-primary/10 border-2 border-white flex items-center justify-center text-primary text-sm font-medium> 99+ /div> /div> div> div classflex items-center text-yellow-400 mb-1> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star-half-o>/i> span classml-2 text-gray-600>4.8/5/span> /div> p classtext-gray-600 text-sm>来自200+客户的好评/p> /div> /div> /div> div classlg:w-1/2 animate-fade-in styleanimation-delay: 0.9s;> div classrelative> div classabsolute -top-4 -left-4 w-24 h-24 bg-primary/10 rounded-lg -z-10>/div> div classabsolute -bottom-4 -right-4 w-32 h-32 bg-secondary/10 rounded-lg -z-10>/div> img srchttps://picsum.photos/id/1/600/400 alt科技创新 classw-full h-auto rounded-xl shadow-lg> div classabsolute bottom-6 left-6 bg-white p-4 rounded-lg shadow-lg> div classflex items-center space-x-3> div classw-12 h-12 bg-primary/10 rounded-full flex items-center justify-center text-primary> i classfa fa-line-chart text-xl>/i> /div> div> p classtext-gray-500 text-sm>项目完成率/p> p classtext-dark font-bold>98.7%/p> /div> /div> /div> /div> /div> /div> !-- 合作伙伴 --> div classmt-20 animate-fade-in styleanimation-delay: 1.1s;> p classtext-center text-gray-500 mb-8>值得信赖的合作伙伴/p> div classflex flex-wrap justify-center items-center gap-8 md:gap-16 opacity-70> div classtext-gray-400 text-2xl font-bold>阿里云/div> div classtext-gray-400 text-2xl font-bold>腾讯云/div> div classtext-gray-400 text-2xl font-bold>荣耀/div> div classtext-gray-400 text-2xl font-bold>小米/div> div classtext-gray-400 text-2xl font-bold>华为/div> /div> /div> /div> /section> !-- 关于我们 --> section idabout classpy-20 bg-white> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classtext-center max-w-3xl mx-auto mb-16> h2 classtext-clamp(1.8rem,4vw,2.5rem) font-bold mb-4>关于我们/h2> p classtext-gray-600>广州罔琼网络科技有限公司成立于2025年,是一家专注于为企业提供全方位数字化解决方案的科技公司。/p> /div> div classflex flex-col lg:flex-row items-center gap-12> div classlg:w-1/2> div classrelative> img srchttps://picsum.photos/id/20/600/400 alt公司团队 classw-full h-auto rounded-xl shadow-lg> div classabsolute -bottom-6 -right-6 bg-white p-6 rounded-xl shadow-lg max-w-xs> div classflex items-center space-x-4 mb-4> div classw-16 h-16 bg-primary/10 rounded-full flex items-center justify-center text-primary> i classfa fa-users text-2xl>/i> /div> div> p classtext-gray-500>专业团队/p> p classtext-dark font-bold text-xl>100+ 专家/p> /div> /div> p classtext-gray-600 text-sm>我们拥有一支经验丰富、充满创新精神的专业团队,致力于为客户提供最优质的服务。/p> /div> /div> /div> div classlg:w-1/2> h3 classtext-2xl font-bold mb-4>我们的故事/h3> p classtext-gray-600 mb-6>广州罔琼网络科技有限公司由一群热爱科技的专业人士创立,十余年来,我们始终坚持以技术创新为核心,以客户需求为导向,不断提升服务质量和技术水平。/p> div classspace-y-6 mb-8> div classflex items-start space-x-4> div classw-12 h-12 bg-primary/10 rounded-full flex items-center justify-center text-primary shrink-0 mt-1> i classfa fa-lightbulb-o>/i> /div> div> h4 classfont-bold text-lg mb-2>我们的使命/h4> p classtext-gray-600>通过科技创新赋能企业发展,推动社会进步,创造更美好的未来。/p> /div> /div> div classflex items-start space-x-4> div classw-12 h-12 bg-primary/10 rounded-full flex items-center justify-center text-primary shrink-0 mt-1> i classfa fa-eye>/i> /div> div> h4 classfont-bold text-lg mb-2>我们的愿景/h4> p classtext-gray-600>成为全球领先的科技解决方案提供商,引领行业创新与发展。/p> /div> /div> div classflex items-start space-x-4> div classw-12 h-12 bg-primary/10 rounded-full flex items-center justify-center text-primary shrink-0 mt-1> i classfa fa-heart>/i> /div> div> h4 classfont-bold text-lg mb-2>我们的价值观/h4> p classtext-gray-600>创新、诚信、合作、卓越,始终将客户利益放在首位。/p> /div> /div> /div> a href#contact classinline-block bg-primary hover:bg-primary/90 text-white px-8 py-3 rounded-lg transition-custom font-medium> 联系我们了解更多 /a> /div> /div> !-- 成就数据 --> div classmt-24 grid grid-cols-2 md:grid-cols-4 gap-8> div classtext-center p-6 bg-light rounded-xl> div classtext-primary text-4xl font-bold mb-2>12+/div> p classtext-gray-600>年行业经验/p> /div> div classtext-center p-6 bg-light rounded-xl> div classtext-primary text-4xl font-bold mb-2>500+/div> p classtext-gray-600>成功案例/p> /div> div classtext-center p-6 bg-light rounded-xl> div classtext-primary text-4xl font-bold mb-2>200+/div> p classtext-gray-600>满意客户/p> /div> div classtext-center p-6 bg-light rounded-xl> div classtext-primary text-4xl font-bold mb-2>30+/div> p classtext-gray-600>技术专利/p> /div> /div> /div> /section> !-- 服务 --> section idservices classpy-20 bg-light> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classtext-center max-w-3xl mx-auto mb-16> h2 classtext-clamp(1.8rem,4vw,2.5rem) font-bold mb-4>我们的服务/h2> p classtext-gray-600>我们提供全方位的科技解决方案,满足不同企业的多样化需求,助力企业数字化转型。/p> /div> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8> !-- 服务卡片1 --> div classbg-white rounded-xl shadow-sm hover:shadow-md transition-custom p-8 group> div classw-16 h-16 bg-primary/10 rounded-lg flex items-center justify-center text-primary text-2xl mb-6 group-hover:bg-primary group-hover:text-white transition-custom> i classfa fa-code>/i> /div> h3 classtext-xl font-bold mb-3>软件开发/h3> p classtext-gray-600 mb-6>定制化软件开发服务,包括企业应用、移动应用和Web应用,满足您的特定业务需求。/p> a href#contact classinline-flex items-center text-primary font-medium hover:underline> 了解更多 i classfa fa-arrow-right ml-2 text-sm>/i> /a> /div> !-- 服务卡片2 --> div classbg-white rounded-xl shadow-sm hover:shadow-md transition-custom p-8 group> div classw-16 h-16 bg-primary/10 rounded-lg flex items-center justify-center text-primary text-2xl mb-6 group-hover:bg-primary group-hover:text-white transition-custom> i classfa fa-cloud>/i> /div> h3 classtext-xl font-bold mb-3>云计算服务/h3> p classtext-gray-600 mb-6>提供云迁移、云托管和云基础设施管理服务,帮助企业降低成本,提高灵活性。/p> a href#contact classinline-flex items-center text-primary font-medium hover:underline> 了解更多 i classfa fa-arrow-right ml-2 text-sm>/i> /a> /div> !-- 服务卡片3 --> div classbg-white rounded-xl shadow-sm hover:shadow-md transition-custom p-8 group> div classw-16 h-16 bg-primary/10 rounded-lg flex items-center justify-center text-primary text-2xl mb-6 group-hover:bg-primary group-hover:text-white transition-custom> i classfa fa-shield>/i> /div> h3 classtext-xl font-bold mb-3>网络安全/h3> p classtext-gray-600 mb-6>全方位的网络安全解决方案,保护您的企业数据和系统免受各种安全威胁。/p> a href#contact classinline-flex items-center text-primary font-medium hover:underline> 了解更多 i classfa fa-arrow-right ml-2 text-sm>/i> /a> /div> !-- 服务卡片4 --> div classbg-white rounded-xl shadow-sm hover:shadow-md transition-custom p-8 group> div classw-16 h-16 bg-primary/10 rounded-lg flex items-center justify-center text-primary text-2xl mb-6 group-hover:bg-primary group-hover:text-white transition-custom> i classfa fa-database>/i> /div> h3 classtext-xl font-bold mb-3>数据分析/h3> p classtext-gray-600 mb-6>通过先进的数据分析技术,帮助企业挖掘数据价值,做出更明智的业务决策。/p> a href#contact classinline-flex items-center text-primary font-medium hover:underline> 了解更多 i classfa fa-arrow-right ml-2 text-sm>/i> /a> /div> !-- 服务卡片5 --> div classbg-white rounded-xl shadow-sm hover:shadow-md transition-custom p-8 group> div classw-16 h-16 bg-primary/10 rounded-lg flex items-center justify-center text-primary text-2xl mb-6 group-hover:bg-primary group-hover:text-white transition-custom> i classfa fa-cogs>/i> /div> h3 classtext-xl font-bold mb-3>IT咨询/h3> p classtext-gray-600 mb-6>专业的IT战略咨询服务,帮助企业制定数字化转型路线图,优化IT基础设施。/p> a href#contact classinline-flex items-center text-primary font-medium hover:underline> 了解更多 i classfa fa-arrow-right ml-2 text-sm>/i> /a> /div> !-- 服务卡片6 --> div classbg-white rounded-xl shadow-sm hover:shadow-md transition-custom p-8 group> div classw-16 h-16 bg-primary/10 rounded-lg flex items-center justify-center text-primary text-2xl mb-6 group-hover:bg-primary group-hover:text-white transition-custom> i classfa fa-mobile>/i> /div> h3 classtext-xl font-bold mb-3>移动应用开发/h3> p classtext-gray-600 mb-6>打造高质量的iOS和Android移动应用,为您的客户提供卓越的移动体验。/p> a href#contact classinline-flex items-center text-primary font-medium hover:underline> 了解更多 i classfa fa-arrow-right ml-2 text-sm>/i> /a> /div> /div> /div> /section> !-- 客户评价 --> section idtestimonials classpy-20 bg-white> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classtext-center max-w-3xl mx-auto mb-16> h2 classtext-clamp(1.8rem,4vw,2.5rem) font-bold mb-4>客户评价/h2> p classtext-gray-600>听听我们的客户怎么说,他们的成功故事是我们不断进步的动力。/p> /div> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8> !-- 评价1 --> div classbg-light p-8 rounded-xl relative> div classtext-primary text-5xl absolute top-6 left-6 opacity-20>/div> div classflex text-yellow-400 mb-4> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star>/i> /div> p classtext-gray-600 mb-6 relative z-10>广州罔琼网络科技有限公司为我们提供的软件开发服务超出了预期,他们不仅按时交付了项目,而且代码质量非常高,为我们的业务带来了显著提升。/p> div classflex items-center> img srchttps://picsum.photos/id/1012/100/100 alt客户头像 classw-12 h-12 rounded-full mr-4> div> h4 classfont-bold>张明/h4> p classtext-gray-500 text-sm>某科技公司 CEO/p> /div> /div> /div> !-- 评价2 --> div classbg-light p-8 rounded-xl relative> div classtext-primary text-5xl absolute top-6 left-6 opacity-20>/div> div classflex text-yellow-400 mb-4> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star>/i> /div> p classtext-gray-600 mb-6 relative z-10>与广州罔琼网络科技有限公司合作进行云迁移项目是我们做过的最好决策之一。他们的专业团队让整个过程无缝进行,帮助我们降低了运营成本。/p> div classflex items-center> img srchttps://picsum.photos/id/1027/100/100 alt客户头像 classw-12 h-12 rounded-full mr-4> div> h4 classfont-bold>李娜/h4> p classtext-gray-500 text-sm>某金融机构 CTO/p> /div> /div> /div> !-- 评价3 --> div classbg-light p-8 rounded-xl relative> div classtext-primary text-5xl absolute top-6 left-6 opacity-20>/div> div classflex text-yellow-400 mb-4> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star>/i> i classfa fa-star-half-o>/i> /div> p classtext-gray-600 mb-6 relative z-10>广州罔琼网络科技有限公司的数据分析服务帮助我们发现了许多业务增长机会,他们的专业知识和洞察力给我们留下了深刻印象。强烈推荐!/p> div classflex items-center> img srchttps://picsum.photos/id/1025/100/100 alt客户头像 classw-12 h-12 rounded-full mr-4> div> h4 classfont-bold>王强/h4> p classtext-gray-500 text-sm>某零售企业 市场总监/p> /div> /div> /div> /div> /div> /section> !-- 联系我们 --> section idcontact classpy-20 bg-gradient-to-br from-primary/5 to-secondary/5> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classtext-center max-w-3xl mx-auto mb-16> h2 classtext-clamp(1.8rem,4vw,2.5rem) font-bold mb-4>联系我们/h2> p classtext-gray-600>无论您有任何疑问或需求,我们的团队都将随时为您提供帮助和支持。/p> /div> div classflex flex-col lg:flex-row gap-12> div classlg:w-1/3> div classbg-white p-8 rounded-xl shadow-sm h-full> h3 classtext-xl font-bold mb-6>联系方式/h3> div classspace-y-6> div classflex items-start space-x-4> div classw-10 h-10 bg-primary/10 rounded-full flex items-center justify-center text-primary shrink-0 mt-1> i classfa fa-map-marker>/i> /div> div> h4 classfont-medium mb-1>公司地址/h4> p classtext-gray-600>广州市天河区稚乐街2号203房/p> /div> /div> div classflex items-start space-x-4> div classw-10 h-10 bg-primary/10 rounded-full flex items-center justify-center text-primary shrink-0 mt-1> i classfa fa-phone>/i> /div> div> h4 classfont-medium mb-1>联系电话/h4> p classtext-gray-600>15564108098/p> /div> /div> div classflex items-start space-x-4> div classw-10 h-10 bg-primary/10 rounded-full flex items-center justify-center text-primary shrink-0 mt-1> i classfa fa-envelope>/i> /div> div> h4 classfont-medium mb-1>电子邮箱/h4> p classtext-gray-600>619033755@qq.com/p> /div> /div> div classflex items-start space-x-4> div classw-10 h-10 bg-primary/10 rounded-full flex items-center justify-center text-primary shrink-0 mt-1> i classfa fa-clock-o>/i> /div> div> h4 classfont-medium mb-1>工作时间/h4> p classtext-gray-600>周一至周五: 9:00 - 18:00/p> /div> /div> /div> div classmt-8> h4 classfont-medium mb-4>关注我们/h4> div classflex space-x-4> a href# classw-10 h-10 bg-primary/10 hover:bg-primary hover:text-white text-primary rounded-full flex items-center justify-center transition-custom> i classfa fa-weixin>/i> /a> a href# classw-10 h-10 bg-primary/10 hover:bg-primary hover:text-white text-primary rounded-full flex items-center justify-center transition-custom> i classfa fa-weibo>/i> /a> a href# classw-10 h-10 bg-primary/10 hover:bg-primary hover:text-white text-primary rounded-full flex items-center justify-center transition-custom> i classfa fa-linkedin>/i> /a> a href# classw-10 h-10 bg-primary/10 hover:bg-primary hover:text-white text-primary rounded-full flex items-center justify-center transition-custom> i classfa fa-youtube-play>/i> /a> /div> /div> /div> /div> div classlg:w-2/3> div classbg-white p-8 rounded-xl shadow-sm> h3 classtext-xl font-bold mb-6>发送消息/h3> form idcontact-form classspace-y-6> div classgrid grid-cols-1 md:grid-cols-2 gap-6> div> label forname classblock text-gray-700 font-medium mb-2>姓名/label> input typetext idname namename classw-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary/50 focus:border-primary transition-custom placeholder请输入您的姓名 required> /div> div> label foremail classblock text-gray-700 font-medium mb-2>邮箱/label> input typeemail idemail nameemail classw-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary/50 focus:border-primary transition-custom placeholder请输入您的邮箱 required> /div> /div> div> label forsubject classblock text-gray-700 font-medium mb-2>主题/label> input typetext idsubject namesubject classw-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary/50 focus:border-primary transition-custom placeholder请输入消息主题 required> /div> div> label formessage classblock text-gray-700 font-medium mb-2>消息内容/label> textarea idmessage namemessage rows5 classw-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary/50 focus:border-primary transition-custom placeholder请输入您的消息内容 required>/textarea> /div> button typesubmit classbg-primary hover:bg-primary/90 text-white px-8 py-3 rounded-lg transition-custom font-medium> 发送消息 /button> /form> /div> /div> /div> /div> /section> /main> !-- 页脚 --> footer classbg-dark text-white py-16> div classcontainer mx-auto px-4 sm:px-6 lg:px-8> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12> div> div classflex items-center space-x-2 mb-6> div classw-10 h-10 rounded-lg bg-white flex items-center justify-center> i classfa fa-rocket text-primary text-xl>/i> /div> span classtext-xl font-bold>广州罔琼网络科技有限公司/span> /div> p classtext-gray-400 mb-6>我们致力于通过科技创新为企业提供最优质的解决方案,助力企业数字化转型。/p> div classflex space-x-4> a href# classtext-gray-400 hover:text-white transition-custom> i classfa fa-weixin text-xl>/i> /a> a href# classtext-gray-400 hover:text-white transition-custom> i classfa fa-weibo text-xl>/i> /a> a href# classtext-gray-400 hover:text-white transition-custom> i classfa fa-linkedin text-xl>/i> /a> a href# classtext-gray-400 hover:text-white transition-custom> i classfa fa-youtube-play text-xl>/i> /a> /div> /div> div> h4 classtext-lg font-bold mb-6>快速链接/h4> ul classspace-y-3> li>a href#home classtext-gray-400 hover:text-white transition-custom>首页/a>/li> li>a href#about classtext-gray-400 hover:text-white transition-custom>关于我们/a>/li> li>a href#services classtext-gray-400 hover:text-white transition-custom>服务/a>/li> li>a href#testimonials classtext-gray-400 hover:text-white transition-custom>客户评价/a>/li> li>a href#contact classtext-gray-400 hover:text-white transition-custom>联系我们/a>/li> /ul> /div> div> h4 classtext-lg font-bold mb-6>服务/h4> ul classspace-y-3> li>a href# classtext-gray-400 hover:text-white transition-custom>软件开发/a>/li> li>a href# classtext-gray-400 hover:text-white transition-custom>云计算服务/a>/li> li>a href# classtext-gray-400 hover:text-white transition-custom>网络安全/a>/li> li>a href# classtext-gray-400 hover:text-white transition-custom>数据分析/a>/li> li>a href# classtext-gray-400 hover:text-white transition-custom>IT咨询/a>/li> /ul> /div> div> h4 classtext-lg font-bold mb-6>联系我们/h4> ul classspace-y-3> li classflex items-start space-x-3> i classfa fa-map-marker text-primary mt-1>/i> span classtext-gray-400>广州市天河区康乐新村十巷2号402房/span> /li> li classflex items-start space-x-3> i classfa fa-phone text-primary mt-1>/i> span classtext-gray-400>15564108098/span> /li> li classflex items-start space-x-3> i classfa fa-envelope text-primary mt-1>/i> span classtext-gray-400>619033755@qq.com/span> /li> /ul> /div> /div> div classborder-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center> p classtext-gray-400 text-sm mb-4 md:mb-0>© 2023 广州罔琼网络科技有限公司. 保留所有权利./p> div classflex space-x-6> div classcopyright> 备案号:a hrefhttps://beian.miit.gov.cn/ target_blank relnofollow>粤ICP备2025456858号/a> a href# classtext-gray-400 hover:text-white text-sm transition-custom>隐私政策/a> a href# classtext-gray-400 hover:text-white text-sm transition-custom>服务条款/a> a href# classtext-gray-400 hover:text-white text-sm transition-custom>Cookie政策/a> /div> /div> /div> /footer> !-- 返回顶部按钮 --> button idback-to-top classfixed bottom-8 right-8 bg-primary text-white w-12 h-12 rounded-full flex items-center justify-center shadow-lg opacity-0 invisible transition-all duration-300 hover:bg-primary/90> i classfa fa-arrow-up>/i> /button> !-- JavaScript --> script> // 移动端菜单切换 const menuToggle document.getElementById(menu-toggle); const mobileMenu document.getElementById(mobile-menu); menuToggle.addEventListener(click, () > { mobileMenu.classList.toggle(hidden); // 切换图标 const icon menuToggle.querySelector(i); if (icon.classList.contains(fa-bars)) { icon.classList.replace(fa-bars, fa-times); } else { icon.classList.replace(fa-times, fa-bars); } }); // 导航栏滚动效果 const navbar document.getElementById(navbar); const backToTop document.getElementById(back-to-top); window.addEventListener(scroll, () > { if (window.scrollY > 100) { navbar.classList.add(shadow-md); navbar.classList.remove(bg-white/95); navbar.classList.add(bg-white); // 显示返回顶部按钮 backToTop.classList.remove(opacity-0, invisible); backToTop.classList.add(opacity-100, visible); } else { navbar.classList.remove(shadow-md); navbar.classList.add(bg-white/95); navbar.classList.remove(bg-white); // 隐藏返回顶部按钮 backToTop.classList.add(opacity-0, invisible); backToTop.classList.remove(opacity-100, visible); } }); // 返回顶部功能 backToTop.addEventListener(click, () > { window.scrollTo({ top: 0, behavior: smooth }); }); // 关闭移动菜单当点击导航链接时 const mobileLinks mobileMenu.querySelectorAll(a); mobileLinks.forEach(link > { link.addEventListener(click, () > { mobileMenu.classList.add(hidden); const icon menuToggle.querySelector(i); icon.classList.replace(fa-times, fa-bars); }); }); // 表单提交处理 const contactForm document.getElementById(contact-form); contactForm.addEventListener(submit, (e) > { e.preventDefault(); // 模拟表单提交 const submitButton contactForm.querySelector(buttontypesubmit); const originalText submitButton.innerHTML; submitButton.disabled true; submitButton.innerHTML i classfa fa-spinner fa-spin mr-2>/i> 发送中...; // 模拟API请求延迟 setTimeout(() > { // 重置表单 contactForm.reset(); // 恢复按钮状态 submitButton.disabled false; submitButton.innerHTML originalText; // 显示成功消息 alert(您的消息已成功发送,我们将尽快与您联系!); }, 1500); }); // 滚动动画 const animateOnScroll () > { const elements document.querySelectorAll(section > div > div); elements.forEach(element > { const elementPosition element.getBoundingClientRect().top; const windowHeight window.innerHeight; if (elementPosition windowHeight - 100) { element.classList.add(animate-fade-in); } }); }; // 初始加载时执行一次 window.addEventListener(load, animateOnScroll); // 滚动时执行 window.addEventListener(scroll, animateOnScroll); /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
]