Help
RSS
API
Feed
Maltego
Contact
Domain > ce-studio.cn
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-16
43.159.99.20
(
ClassC
)
2025-11-22
163.181.214.1
(
ClassC
)
Port 443
HTTP/1.1 200 OKServer: ESAContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveSet-Cookie: acw_tc9b66a99c17638179685626803ec7aec4df29d05e5d4d31c90d272413f5;path/;HttpOnly;Max-Age3600Set-Cookie: cdn_sec_tc9b66a99c17638179685626803ec7aec4df29d05e5d4d31c90d272413f5;path/;HttpOnly;Max-Age3600Date: Sat, 22 Nov 2025 13:26:09 GMTETag: 6881170b-3920Last-Modified: Wed, 23 Jul 2025 17:08:27 GMTSet-Cookie: server_name_sessiona1cc3c22f64f5fb2fdce949e94fe7d53; Max-Age86400; httponly; path/Set-Cookie: SITE_TOTAL_ID5ac5ff6ed8d42e4b33a0df00fc70915b; Path/; Max-Age259200000; HttpOnlyVary: Accept-Encodingvia: ens-cache8.us23850,0,DP, ens-cache8.us23852,0x-site-cache-status: DYNAMICStrict-Transport-Security: max-age31536000Timing-Allow-Origin: *EagleId: 9b66a99c17638179685626803e !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>云电科技 - 面向未来/title> link hrefhttps://fonts.googleapis.com/css2?familyMontserrat:wght@700&familyRoboto:wght@400;500&displayswap relstylesheet> style> body { margin: 0; font-family: Roboto, Montserrat, Arial, sans-serif; background: #f8f9fa; color: #222; } header { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.04); position: sticky; top: 0; z-index: 100; } .navbar { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 18px 32px; } .logo { font-family: Montserrat, sans-serif; font-size: 2rem; color: #2d8cf0; font-weight: 700; letter-spacing: 2px; } nav a { color: #222; text-decoration: none; margin-left: 32px; font-weight: 500; transition: color 0.2s; } nav a:hover { color: #2d8cf0; } section { max-width: 1100px; margin: 60px auto; padding: 0 20px; } .section-title { font-size: 2rem; color: #2d8cf0; margin-bottom: 24px; font-family: Montserrat, sans-serif; text-align: center; } .about, .products, .team, .contact { background: #fff; border-radius: 18px; box-shadow: 0 2px 16px rgba(0,0,0,0.04); padding: 36px 28px; margin-bottom: 32px; } .products-list { display: flex; flex-wrap: wrap; gap: 28px; justify-content: center; } .product { background: #f0f7ff; border-radius: 14px; padding: 24px 18px; width: 240px; text-align: center; box-shadow: 0 1px 6px rgba(45,140,240,0.07); transition: transform 0.2s; } .product:hover { transform: translateY(-6px) scale(1.03); } .product h3 { color: #2d8cf0; margin-bottom: 10px; } .team-list { display: flex; flex-wrap: wrap; gap: 32px; justify-content: center; } .member { text-align: center; width: 180px; } .member img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin-bottom: 12px; border: 3px solid #2d8cf0; } .member h4 { margin: 0 0 6px 0; color: #2d8cf0; } .contact-info { text-align: center; font-size: 1.1rem; } footer { background: #222; color: #fff; text-align: center; padding: 24px 0 16px 0; font-size: 1rem; letter-spacing: 1px; margin-top: 40px; font-family: Roboto, Montserrat, Arial, sans-serif; } footer a { color: #fff; text-decoration: none; transition: color 0.2s; } footer a:hover { color: #2d8cf0; } @media (max-width: 700px) { .navbar { flex-direction: column; align-items: flex-start; padding: 14px 10px; } nav a { margin-left: 0; margin-right: 18px; } .products-list, .team-list { flex-direction: column; gap: 18px; } .product, .member { width: 100%; } } /* 欢迎页样式 */ .welcome { width: 100vw; min-height: 400px; background: transparent; padding: 0; box-sizing: border-box; height: calc(100dvh - 80px); /* 80px为header高度,可根据实际header高度调整 */ } .welcome-content { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; width: 80vw; max-width: 80vw; min-width: 240px; height: 80vh; max-height: 80vh; min-height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; } .welcome-content h1 { font-size: 3.2rem; font-family: Montserrat, Roboto, Arial, sans-serif; color: #2d8cf0; margin-bottom: 18px; font-weight: 700; letter-spacing: 2px; } .welcome-subtitle { font-size: 1.35rem; color: #555; margin-bottom: 38px; font-weight: 500; letter-spacing: 1px; } .welcome-btns { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; } .welcome-btn { display: inline-block; padding: 14px 38px; border-radius: 30px; font-size: 1.15rem; font-weight: 600; text-decoration: none; color: #2d8cf0; background: #fff; border: 2px solid #2d8cf0; transition: background 0.2s, color 0.2s, border 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 8px; } .welcome-btn.primary { background: #2d8cf0; color: #fff; border: 2px solid #2d8cf0; } .welcome-btn:hover { background: #2d8cf0; color: #fff; border: 2px solid #2d8cf0; } @media (max-width: 700px) { .welcome { min-height: 180px; height: 100dvh; padding: 0; } .welcome-content { top: 22%; } .welcome-content h1 { font-size: 2rem; margin-bottom: 12px; } .welcome-subtitle { font-size: 1rem; margin-bottom: 22px; } .welcome-btns { gap: 14px; } .welcome-btn { font-size: 1rem; padding: 10px 18px; } } .back-to-top { position: fixed; right: 32px; bottom: 32px; z-index: 1001; background: #2d8cf0; color: #fff; border: none; border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 2px 8px rgba(0,0,0,0.12); cursor: pointer; opacity: 0.92; transition: background 0.2s, opacity 0.2s; display: none; } .back-to-top:hover { background: #1769aa; opacity: 1; } .back-to-top svg { width: 28px; height: 28px; display: block; } @media (max-width: 700px) { .back-to-top { right: 12px; bottom: 12px; padding: 8px 16px; font-size: 0.95rem; } } /style>/head>body> header> div classnavbar> div classlogo>img srchttps://cdn.yhdzz.cn/websites/studio/2024/04/20240422000943222.png alt云电科技 styleheight: 60px; width: auto; display: block;>/div> nav> a href#about>关于我们/a> a href#products>产品服务/a> a href#team>团队/a> a href#contact>联系我们/a> /nav> /div> /header> section classwelcome> div classwelcome-content> h1>云电科技/h1> div classwelcome-subtitle>面向未来的创新科技社区/div> div classwelcome-btns> a classwelcome-btn primary href#products>了解更多/a> a classwelcome-btn hrefhttps://bbs.ce-studio.cn target_blank>进入论坛/a> /div> /div> /section> section idproducts classproducts> div classsection-title>产品和服务/div> div classproducts-list> div classproduct> h3>云电社区APP/h3> p>专为年轻人设计的社交与生活平台,发现同好,分享精彩。/p> /div> div classproduct> h3>云电API(建设中)/h3> p>永久免费的API接口平台,助力更多新手开发者编程学习/p> /div> div classproduct> h3>萌盘/h3> p>安全存储你的文件/p> /div> /div> /section> section idteam classteam> div classsection-title>我们的团队/div> div classteam-list> div classmember> img srchttp://q.qlogo.cn/headimg_dl?dst_uin1467510054&spec640&img_typejpg alt创始人> h4>小满1221/h4> p>创始人 & CEO/p> /div> div classmember> img srchttp://q.qlogo.cn/headimg_dl?dst_uin1467510054&spec640&img_typejpg altXXX> h4>XXX/h4> p>XXX/p> /div> div classmember> img srchttp://q.qlogo.cn/headimg_dl?dst_uin1467510054&spec640&img_typejpg altXXX> h4>XXX/h4> p>XXX/p> /div> div classmember> img srchttp://q.qlogo.cn/headimg_dl?dst_uin1467510054&spec640&img_typejpg altXXX> h4>XXX/h4> p>XXX/p> /div> /div> /section> section idabout classabout> div classsection-title>关于我们/div> p>云电科技是一家专注于创新与科技的年轻化公司。我们相信,年轻的力量可以推动世界进步。公司团队由一群充满激情与创意的90后、00后组成,致力于用科技和设计为用户带来全新体验。/p> /section> section idcontact classcontact> div classsection-title>联系我们/div> div classcontact-info> p>邮箱:im@manjiuqi.com/p> p>论坛:https://bbs.ce-studio.cn/p> p>QQ群:674869175/p> /div> /section> footer> © 2020-2025 云电科技 | 面向未来 a hrefhttps://beian.miit.gov.cn/ target_blank>蒙ICP备2024010584号/a> /footer> button classback-to-top idbackToTopBtn onclickscrollToWelcome() aria-label返回首页> svg viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg> path dM12 5v14M12 5l-7 7M12 5l7 7 strokewhite stroke-width2 stroke-linecapround stroke-linejoinround/> /svg> /button> script> let slideIndex 1; showSlides(slideIndex); function plusSlides(n) { showSlides(slideIndex + n); } function currentSlide(n) { showSlides(slideIndex n); } function showSlides(n) { let i; let slides document.getElementsByClassName(slide); let dots document.getElementsByClassName(dot); if (n > slides.length) {slideIndex 1} if (n 1) {slideIndex slides.length} for (i 0; i slides.length; i++) { slidesi.style.display none; } for (i 0; i dots.length; i++) { dotsi.className dotsi.className.replace( active, ); } slidesslideIndex-1.style.display block; dotsslideIndex-1.className + active; } // 自动播放 setInterval(()>{plusSlides(1)}, 4000); /script> script> // header 显示逻辑:停止滚动后自动出现,或滚动到顶部时出现 const header document.querySelector(header); const welcomeSection document.querySelector(.welcome); const backToTopBtn document.getElementById(backToTopBtn); let scrollTimeout null; function showHeader() { header.style.transform translateY(0); header.style.transition transform 0.4s; } function hideHeader() { header.style.transform translateY(-100%); header.style.transition transform 0.4s; } function checkHeader() { const scrollY window.scrollY || window.pageYOffset; if (scrollY 0) { showHeader(); backToTopBtn.style.display none; } else if (scrollY (welcomeSection.offsetHeight - 10)) { hideHeader(); backToTopBtn.style.display none; } else { backToTopBtn.style.display flex; } } window.addEventListener(scroll, () > { checkHeader(); if (scrollTimeout) clearTimeout(scrollTimeout); if (window.scrollY > 0 && window.scrollY > (welcomeSection.offsetHeight - 10)) { hideHeader(); scrollTimeout setTimeout(() > { showHeader(); }, 350); } }); window.addEventListener(DOMContentLoaded, checkHeader); function scrollToWelcome() { window.scrollTo({ top: 0, behavior: smooth }); } /script> style> .slideshow-container { position: relative; max-width: 1100px; margin: 0 auto; } .slide { display: none; } .fade { animation-name: fade; animation-duration: 1s; } @keyframes fade { from {opacity: .4} to {opacity: 1} } .prev, .next { cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 28px; border-radius: 50%; user-select: none; background: rgba(45,140,240,0.7); transition: background 0.2s, color 0.2s; z-index: 3; box-shadow: 0 2px 8px rgba(0,0,0,0.12); } .prev { left: 18px; } .next { right: 18px; } .prev:hover, .next:hover { background: #2d8cf0; color: #fff; } .dot { cursor: pointer; height: 12px; width: 12px; margin: 0 4px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.3s; } .active, .dot:hover { background-color: #2d8cf0; } .slide-img-box { position: relative; width: 100%; height: 380px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 18px; background: transparent; } .slide-img-box img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; display: block; } .slide-caption { position: absolute; right: 18px; bottom: 18px; background: rgba(34,34,34,0.65); color: #fff; padding: 16px 28px 12px 20px; border-radius: 12px; text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,0.12); transition: background 0.2s, color 0.2s; min-width: 180px; z-index: 2; display: block; } .slide-caption:hover { background: rgba(45,140,240,0.85); color: #fff; } .slide-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 4px; font-family: Montserrat, Roboto, Arial, sans-serif; } .slide-subtitle { font-size: 0.98rem; opacity: 0.92; } @media (max-width: 700px) { .slide-img-box, .slide-img-box img { height: 180px; min-height: 120px; } .slide-caption { padding: 10px 14px 8px 12px; font-size: 0.95rem; min-width: 120px; } .slide-title { font-size: 1rem; } .slide-subtitle { font-size: 0.85rem; } .prev, .next { width: 32px; height: 32px; font-size: 18px; left: 6px; right: 6px; } .prev { left: 6px; } .next { right: 6px; } } /style>/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
]