Help
RSS
API
Feed
Maltego
Contact
Domain > jojo-tech.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-01-28
47.89.37.108
(
ClassC
)
2026-02-23
47.238.112.61
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Mon, 23 Feb 2026 20:11:47 GMTServer: ApacheX-UA-Compatible: IEedge,chrome1X-Powered-By: PbootCMSExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheSet-Cookie: lgsy; path/; HttpOnlySet-Cookie: PbootSystem6e48hmouu85jq9ag2h5d2ub2u2; path/; HttpOnlyUpgrade: h2Connection: Upgrade, closeVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html; charsetutf-8 !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; font-family: Segoe UI, Microsoft YaHei, sans-serif; } body { background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%); min-height: 100vh; display: flex; justify-content: center; align-items: center; overflow: hidden; position: relative; } /* 动态粒子背景 */ #particles-js { position: absolute; width: 100%; height: 100%; z-index: 1; } .container { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4rem; padding: 2rem; max-width: 1200px; z-index: 2; position: relative; } .entry-card { width: 320px; height: 400px; background: rgba(255, 255, 255, 0.85); border-radius: 20px; box-shadow: 0 15px 35px rgba(50, 130, 255, 0.1); display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none; position: relative; overflow: hidden; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); } .entry-card:hover { transform: translateY(-15px); box-shadow: 0 25px 50px rgba(50, 130, 255, 0.2); } .entry-card::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #3a7bd5, #00d2ff); } .entry-card.tech::before { background: linear-gradient(90deg, #3a7bd5, #00d2ff); } .entry-card.bio::before { background: linear-gradient(90deg, #11998e, #38ef7d); } .entry-card::after { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%); opacity: 0; transition: opacity 0.5s ease; } .entry-card:hover::after { opacity: 1; } .icon { width: 120px; height: 120px; margin-bottom: 2rem; position: relative; display: flex; justify-content: center; align-items: center; } .icon-circle { width: 100px; height: 100px; border-radius: 50%; position: absolute; display: flex; justify-content: center; align-items: center; animation: pulse 3s infinite ease-in-out; } .tech .icon-circle { background: linear-gradient(135deg, rgba(58, 123, 213, 0.15), rgba(0, 210, 255, 0.15)); } .bio .icon-circle { background: linear-gradient(135deg, rgba(17, 153, 142, 0.15), rgba(56, 239, 125, 0.15)); } .icon-inner { width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.8rem; color: white; font-weight: bold; } .tech .icon-inner { background: linear-gradient(135deg, #3a7bd5, #00d2ff); box-shadow: 0 5px 15px rgba(58, 123, 213, 0.4); } .bio .icon-inner { background: linear-gradient(135deg, #11998e, #38ef7d); box-shadow: 0 5px 15px rgba(17, 153, 142, 0.4); } .title { font-size: 2rem; font-weight: 700; color: #2c3e50; margin-bottom: 1rem; text-align: center; } .subtitle { font-size: 1rem; color: #7f8c8d; text-align: center; max-width: 80%; line-height: 1.5; } .glow { position: absolute; width: 100%; height: 100%; border-radius: 20px; opacity: 0; transition: opacity 0.5s ease; z-index: -1; } .tech .glow { background: radial-gradient(circle at center, rgba(58, 123, 213, 0.3) 0%, rgba(0, 210, 255, 0.1) 70%); } .bio .glow { background: radial-gradient(circle at center, rgba(17, 153, 142, 0.3) 0%, rgba(56, 239, 125, 0.1) 70%); } .entry-card:hover .glow { opacity: 1; } @keyframes pulse { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } } /* 响应式设计 */ @media (max-width: 768px) { .container { flex-direction: column; gap: 2rem; } .entry-card { width: 280px; height: 350px; } .title { font-size: 1.8rem; } } /* 科技风装饰元素 */ .tech-decoration { position: absolute; width: 100%; height: 100%; z-index: 0; pointer-events: none; } .circle { position: absolute; border-radius: 50%; border: 1px solid rgba(58, 123, 213, 0.1); } .circle-1 { width: 200px; height: 200px; top: 10%; left: 5%; animation: float 20s infinite linear; } .circle-2 { width: 150px; height: 150px; bottom: 15%; right: 10%; animation: float 15s infinite linear reverse; } .circle-3 { width: 100px; height: 100px; top: 60%; left: 15%; animation: float 25s infinite linear; } .line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(58, 123, 213, 0.3), transparent); } .line-1 { width: 300px; top: 25%; right: 5%; transform: rotate(45deg); animation: shimmer 8s infinite linear; } .line-2 { width: 250px; bottom: 30%; left: 5%; transform: rotate(-30deg); animation: shimmer 10s infinite linear reverse; } @keyframes float { 0% { transform: translate(0, 0) rotate(0deg); } 100% { transform: translate(20px, 20px) rotate(360deg); } } @keyframes shimmer { 0% { background: linear-gradient(90deg, transparent, rgba(58, 123, 213, 0.3), transparent); } 50% { background: linear-gradient(90deg, transparent, rgba(58, 123, 213, 0.6), transparent); } 100% { background: linear-gradient(90deg, transparent, rgba(58, 123, 213, 0.3), transparent); } } /style>/head>body> !-- 动态粒子背景 --> div idparticles-js>/div> !-- 科技风装饰元素 --> div classtech-decoration> div classcircle circle-1>/div> div classcircle circle-2>/div> div classcircle circle-3>/div> div classline line-1>/div> div classline line-2>/div> /div> div classcontainer> a href/?p/Do/area&lgcn classentry-card tech target_blank> div classglow>/div> div classicon> div classicon-circle> div classicon-inner>T/div> /div> /div> h2 classtitle>桥桥科技/h2> p classsubtitle>创新科技,连接未来/p> /a> a href/?p/Do/area&lgsw classentry-card bio target_blank> div classglow>/div> div classicon> div classicon-circle> div classicon-inner>B/div> /div> /div> h2 classtitle>桥桥生物/h2> p classsubtitle>生命科学,探索未知/p> /a> /div> !-- 粒子效果库 --> script srchttps://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js>/script> script> // 初始化粒子背景 particlesJS(particles-js, { particles: { number: { value: 80, density: { enable: true, value_area: 800 } }, color: { value: #3a7bd5 }, shape: { type: circle }, opacity: { value: 0.5, random: true }, size: { value: 3, random: true }, line_linked: { enable: true, distance: 150, color: #3a7bd5, opacity: 0.2, width: 1 }, move: { enable: true, speed: 2, direction: none, random: true, straight: false, out_mode: out, bounce: false } }, interactivity: { detect_on: canvas, events: { onhover: { enable: true, mode: grab }, onclick: { enable: true, mode: push }, resize: true } }, retina_detect: true }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 23 Feb 2026 20:11:48 GMTServer: ApacheX-UA-Compatible: IEedge,chrome1X-Powered-By: PbootCMSExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheSet-Cookie: lgsy; path/; HttpOnlySet-Cookie: PbootSystemg2uq9tg787dsq4ap23r4pb6c3n; path/; HttpOnlyUpgrade: h2Connection: Upgrade, closeVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html; charsetutf-8 !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; font-family: Segoe UI, Microsoft YaHei, sans-serif; } body { background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%); min-height: 100vh; display: flex; justify-content: center; align-items: center; overflow: hidden; position: relative; } /* 动态粒子背景 */ #particles-js { position: absolute; width: 100%; height: 100%; z-index: 1; } .container { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4rem; padding: 2rem; max-width: 1200px; z-index: 2; position: relative; } .entry-card { width: 320px; height: 400px; background: rgba(255, 255, 255, 0.85); border-radius: 20px; box-shadow: 0 15px 35px rgba(50, 130, 255, 0.1); display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none; position: relative; overflow: hidden; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); } .entry-card:hover { transform: translateY(-15px); box-shadow: 0 25px 50px rgba(50, 130, 255, 0.2); } .entry-card::before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #3a7bd5, #00d2ff); } .entry-card.tech::before { background: linear-gradient(90deg, #3a7bd5, #00d2ff); } .entry-card.bio::before { background: linear-gradient(90deg, #11998e, #38ef7d); } .entry-card::after { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%); opacity: 0; transition: opacity 0.5s ease; } .entry-card:hover::after { opacity: 1; } .icon { width: 120px; height: 120px; margin-bottom: 2rem; position: relative; display: flex; justify-content: center; align-items: center; } .icon-circle { width: 100px; height: 100px; border-radius: 50%; position: absolute; display: flex; justify-content: center; align-items: center; animation: pulse 3s infinite ease-in-out; } .tech .icon-circle { background: linear-gradient(135deg, rgba(58, 123, 213, 0.15), rgba(0, 210, 255, 0.15)); } .bio .icon-circle { background: linear-gradient(135deg, rgba(17, 153, 142, 0.15), rgba(56, 239, 125, 0.15)); } .icon-inner { width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.8rem; color: white; font-weight: bold; } .tech .icon-inner { background: linear-gradient(135deg, #3a7bd5, #00d2ff); box-shadow: 0 5px 15px rgba(58, 123, 213, 0.4); } .bio .icon-inner { background: linear-gradient(135deg, #11998e, #38ef7d); box-shadow: 0 5px 15px rgba(17, 153, 142, 0.4); } .title { font-size: 2rem; font-weight: 700; color: #2c3e50; margin-bottom: 1rem; text-align: center; } .subtitle { font-size: 1rem; color: #7f8c8d; text-align: center; max-width: 80%; line-height: 1.5; } .glow { position: absolute; width: 100%; height: 100%; border-radius: 20px; opacity: 0; transition: opacity 0.5s ease; z-index: -1; } .tech .glow { background: radial-gradient(circle at center, rgba(58, 123, 213, 0.3) 0%, rgba(0, 210, 255, 0.1) 70%); } .bio .glow { background: radial-gradient(circle at center, rgba(17, 153, 142, 0.3) 0%, rgba(56, 239, 125, 0.1) 70%); } .entry-card:hover .glow { opacity: 1; } @keyframes pulse { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } } /* 响应式设计 */ @media (max-width: 768px) { .container { flex-direction: column; gap: 2rem; } .entry-card { width: 280px; height: 350px; } .title { font-size: 1.8rem; } } /* 科技风装饰元素 */ .tech-decoration { position: absolute; width: 100%; height: 100%; z-index: 0; pointer-events: none; } .circle { position: absolute; border-radius: 50%; border: 1px solid rgba(58, 123, 213, 0.1); } .circle-1 { width: 200px; height: 200px; top: 10%; left: 5%; animation: float 20s infinite linear; } .circle-2 { width: 150px; height: 150px; bottom: 15%; right: 10%; animation: float 15s infinite linear reverse; } .circle-3 { width: 100px; height: 100px; top: 60%; left: 15%; animation: float 25s infinite linear; } .line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(58, 123, 213, 0.3), transparent); } .line-1 { width: 300px; top: 25%; right: 5%; transform: rotate(45deg); animation: shimmer 8s infinite linear; } .line-2 { width: 250px; bottom: 30%; left: 5%; transform: rotate(-30deg); animation: shimmer 10s infinite linear reverse; } @keyframes float { 0% { transform: translate(0, 0) rotate(0deg); } 100% { transform: translate(20px, 20px) rotate(360deg); } } @keyframes shimmer { 0% { background: linear-gradient(90deg, transparent, rgba(58, 123, 213, 0.3), transparent); } 50% { background: linear-gradient(90deg, transparent, rgba(58, 123, 213, 0.6), transparent); } 100% { background: linear-gradient(90deg, transparent, rgba(58, 123, 213, 0.3), transparent); } } /style>/head>body> !-- 动态粒子背景 --> div idparticles-js>/div> !-- 科技风装饰元素 --> div classtech-decoration> div classcircle circle-1>/div> div classcircle circle-2>/div> div classcircle circle-3>/div> div classline line-1>/div> div classline line-2>/div> /div> div classcontainer> a href/?p/Do/area&lgcn classentry-card tech target_blank> div classglow>/div> div classicon> div classicon-circle> div classicon-inner>T/div> /div> /div> h2 classtitle>桥桥科技/h2> p classsubtitle>创新科技,连接未来/p> /a> a href/?p/Do/area&lgsw classentry-card bio target_blank> div classglow>/div> div classicon> div classicon-circle> div classicon-inner>B/div> /div> /div> h2 classtitle>桥桥生物/h2> p classsubtitle>生命科学,探索未知/p> /a> /div> !-- 粒子效果库 --> script srchttps://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js>/script> script> // 初始化粒子背景 particlesJS(particles-js, { particles: { number: { value: 80, density: { enable: true, value_area: 800 } }, color: { value: #3a7bd5 }, shape: { type: circle }, opacity: { value: 0.5, random: true }, size: { value: 3, random: true }, line_linked: { enable: true, distance: 150, color: #3a7bd5, opacity: 0.2, width: 1 }, move: { enable: true, speed: 2, direction: none, random: true, straight: false, out_mode: out, bounce: false } }, interactivity: { detect_on: canvas, events: { onhover: { enable: true, mode: grab }, onclick: { enable: true, mode: push }, resize: true } }, retina_detect: true }); /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
]