Help
RSS
API
Feed
Maltego
Contact
Domain > ajnp.cn
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
Whois
Property
Value
Organization
李玉
Email
enameyx88@qq.com
NameServer
ns2.4.cn
DNS Resolutions
Date
IP Address
2022-11-01
45.141.69.30
(
ClassC
)
2026-02-02
121.89.93.54
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginxDate: Mon, 02 Feb 2026 21:46:59 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveLocation: https://ajnp.cn/Strict-Transport-Security: max-age31536000Alt-Svc: quic:443; h3:443; h3-29:443; h3-27:443;h3-25:443; h3-T050:443; h3-Q050:443;h3-Q049:443;h3-Q048:443; h3-Q046:443; h3-Q043:443 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Mon, 02 Feb 2026 21:46:59 GMTContent-Type: text/htmlContent-Length: 15744Last-Modified: Wed, 26 Nov 2025 09:07:23 GMTConnection: keep-aliveVary: Accept-EncodingETag: 6926c34b-3d80Strict-Transport-Security: max-age31536000Alt-Svc: quic:443; h3:443; h3-29:443; h3-27:443;h3-25:443; h3-T050:443; h3-Q050:443;h3-Q049:443;h3-Q048:443; h3-Q046:443; h3-Q043:443Accept-Ranges: bytes !DOCTYPE html>html langzh-CN>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>成都资质代办_职称评审_建造师-启元智合企业服务/title>meta namedescription content启元智合专注成都企业资质代办与人才职称评审服务。提供资质新办/延期/转让、建造师挂靠、初中高级工程师评审、安全生产许可证代办。10年经验,专业团队,高通过率,全程一对一服务!> meta namekeywords content成都资质代办,职称评审,建造师挂靠,资质转让,中级工程师职称,安全生产许可证,资质新办,资质增项,资质延期> style> /* 基础样式 */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: PingFang SC, Microsoft YaHei, sans-serif; line-height: 1.6; color: #333; background-color: #f8f8f8; } .container { max-width: 1190px; margin: 0 auto; padding: 0 15px; } /* 页眉样式 */ header { background-color: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); position: fixed; width: 100%; top: 0; z-index: 1000; } .header-container { display: flex; justify-content: space-between; align-items: center; height: 70px; } .logo { display: flex; align-items: center; } .logo img { height: 40px; margin-right: 10px; } .site-name { font-size: 20px; font-weight: bold; color: #333; } .contact-btn { background-color: #ff0808; color: white; border: none; padding: 8px 20px; border-radius: 20px; font-size: 14px; cursor: pointer; transition: all 0.3s; } .contact-btn:hover { background-color: #d90004; } /* 轮播图样式 */ .banner { margin-top: 70px; position: relative; height: 532px; overflow: hidden; } .banner-slide { width: 100%; height: 100%; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; position: relative; } .banner-content { text-align: center; color: white; max-width: 800px; padding: 0 20px; } .banner-title { font-size: 36px; margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .banner-subtitle { font-size: 18px; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .banner-btn { background-color: rgba(255, 255, 255, 0.9); color: #333; border: none; padding: 12px 30px; border-radius: 28px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s; } .banner-btn:hover { background-color: white; transform: translateY(-2px); } /* 内容区域样式 */ .content-section { padding: 60px 0; background-color: white; } .section-title { text-align: center; font-size: 28px; margin-bottom: 40px; color: #333; position: relative; } .section-title::after { content: ; display: block; width: 60px; height: 3px; background-color: #ff0808; margin: 10px auto 0; } .image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .image-card { border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: all 0.3s; } .image-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); } .image-card img { width: 100%; height: 200px; object-fit: cover; } .image-card-content { padding: 20px; } .image-card-title { font-size: 18px; margin-bottom: 10px; } .image-card-desc { color: #666; font-size: 14px; } /* 服务特色区域 */ .features { background-color: #f8f8f8; padding: 60px 0; } .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .feature-item { text-align: center; padding: 30px 20px; background-color: white; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s; } .feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); } .feature-icon { font-size: 40px; color: #ff0808; margin-bottom: 20px; } .feature-title { font-size: 18px; margin-bottom: 15px; } .feature-desc { color: #666; font-size: 14px; } /* 悬浮咨询表单 */ .float-form { position: fixed; right: 20px; bottom: 20px; width: 300px; background-color: white; border-radius: 8px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15); z-index: 999; overflow: hidden; } .form-header { background-color: #ff0808; color: white; padding: 15px; text-align: center; } .form-body { padding: 20px; } .form-group { margin-bottom: 15px; } .form-group label { display: block; margin-bottom: 5px; font-size: 14px; } .form-control { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; } .submit-btn { width: 100%; background-color: #ffce44; color: #333; border: none; padding: 12px; border-radius: 3px; font-size: 16px; cursor: pointer; transition: all 0.3s; } .submit-btn:hover { background-color: #f5c23d; } /* 页脚样式 */ footer { background-color: #f8f8f8; padding: 40px 0 20px; color: #666; font-size: 14px; } .footer-container { display: flex; justify-content: space-between; flex-wrap: wrap; } .footer-info { flex: 1; min-width: 300px; margin-bottom: 20px; } .footer-title { font-size: 16px; margin-bottom: 15px; color: #333; } .footer-contact { margin-bottom: 10px; } .copyright { text-align: center; width: 100%; margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee; } /* 响应式设计 */ @media (max-width: 768px) { .header-container { flex-direction: column; height: auto; padding: 15px 0; } .logo { margin-bottom: 10px; } .banner { height: 300px; margin-top: 120px; } .banner-title { font-size: 24px; } .banner-subtitle { font-size: 16px; } .float-form { width: 90%; right: 5%; bottom: 10px; } } /style>/head>body> !-- 页眉 --> header> div classcontainer header-container> div classlogo> div classsite-name>启元智合企业服务/div> /div> button classcontact-btn>赵老师186 2812 7106(V同)/button> /div> /header> !-- 轮播图 --> div classbanner> div classbanner-slide stylebackground-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(https://jmy-pic.baidu.com/0/pic/-143936590_-2054489039_733351450.png)> div classbanner-content> h1 classbanner-title>成都专业资质代办与职称评审服务/h1> p classbanner-subtitle>10年行业经验 · 专业团队 · 高通过率 · 全程一对一服务/p> button classbanner-btn>赵老师186 2812 7106(V同)/button> /div> /div> /div> !-- 服务介绍 --> section classcontent-section> div classcontainer> h2 classsection-title>我们的服务/h2> div classimage-grid> div classimage-card> img srchttps://jmy-pic.baidu.com/0/pic/-987322755_-270615381_-614622840.png alt职称评审服务> div classimage-card-content> h3 classimage-card-title>职称评审指导/h3> p classimage-card-desc>专业团队为您提供职称评审全流程指导/p> /div> /div> div classimage-card> img srchttps://jmy-pic.baidu.com/0/pic/-428229853_-228931072_-1670334677.jpg alt材料准备> div classimage-card-content> h3 classimage-card-title>材料准备协助/h3> p classimage-card-desc>协助准备评审所需各类材料和证明文件/p> /div> /div> div classimage-card> img srchttps://jmy-pic.baidu.com/0/pic/-656044666_1617764072_-808875915.png alt政策解读> div classimage-card-content> h3 classimage-card-title>政策解读分析/h3> p classimage-card-desc>最新职称政策解读,帮助您把握评审要求/p> /div> /div> /div> /div> /section> !-- 服务特色 --> section classfeatures> div classcontainer> h2 classsection-title>服务特色/h2> div classfeature-grid> div classfeature-item> div classfeature-icon>✓/div> h3 classfeature-title>专业团队/h3> p classfeature-desc>拥有多年职称评审经验的专业团队/p> /div> div classfeature-item> div classfeature-icon>✓/div> h3 classfeature-title>高效服务/h3> p classfeature-desc>流程优化,节省您的时间和精力/p> /div> div classfeature-item> div classfeature-icon>✓/div> h3 classfeature-title>高通过率/h3> p classfeature-desc>专业的指导带来更高的评审通过率/p> /div> div classfeature-item> div classfeature-icon>✓/div> h3 classfeature-title>全程跟踪/h3> p classfeature-desc>从申请到评审结果,全程跟踪服务/p> /div> /div> /div> /section> !-- 更多内容区域 --> section classcontent-section> div classcontainer> h2 classsection-title>为什么选择我们/h2> div classimage-grid> div classimage-card> img srchttps://jmy-pic.baidu.com/0/pic/-512465545_505877203_-1905576071.png alt专业资质> div classimage-card-content> h3 classimage-card-title>专业资质/h3> p classimage-card-desc>具备正规资质,服务规范可靠/p> /div> /div> div classimage-card> img srchttps://psdk.cn/image/22332.png alt成功案例> div classimage-card-content> h3 classimage-card-title>成功案例/h3> p classimage-card-desc>已帮助数千人成功通过职称评审/p> /div> /div> div classimage-card> img srchttps://jmy-pic.baidu.com/0/pic/-300303529_-1811502181_-1868386262.png alt贴心服务> div classimage-card-content> h3 classimage-card-title>贴心服务/h3> p classimage-card-desc>一对一服务,解答您的所有疑问/p> /div> /div> /div> /div> /section> !-- 页脚 --> footer> div classcontainer footer-container> div classfooter-info> h3 classfooter-title>启元智合企业服务/h3> p>专业提供四川成都资质代办、职称评审、建造师挂靠等企业服务/p> p>10年行业经验,值得信赖!/p> /div> div classfooter-info> h3 classfooter-title>联系我们/h3> p classfooter-contact>电话:186 2812 7106(微信同步)/p> p classfooter-contact>地址:成都市成华区昭觉寺南路119号4栋2单元1116号/p> /div> div classcopyright> p>a hrefhttps://beian.miit.gov.cn/ stylecolor: #666;>蜀ICP备2025154729号/a>/p> p>版权所有 © 2025 启元智合企业服务 - 专业资质代办与职称评审/p> /div> /div> /footer> /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
]