联系我们
    按钮
    \n \n \n 科技感承诺模块 · 口号字号1.5rem+换行扫光<\/title>\n <style>\n /* 模块作用域 \u2014 不影响外部背景 */\n .tech-commitment {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n line-height: 1.5;\n background: transparent;\n width: 100%;\n max-width: 1280px;\n margin-left: auto;\n margin-right: auto;\n padding: 1.5rem 1rem;\n box-sizing: border-box;\n }\n\n /* 核心卡片:半透磨砂 + 动态光斑背景(无网格) */\n .tech-card {\n position: relative;\n background: rgba(255, 255, 255, 0.75);\n backdrop-filter: blur(4px);\n -webkit-backdrop-filter: blur(4px);\n border-radius: 2.5rem;\n padding: 2.8rem 2.5rem;\n border: 1px solid rgba(255, 255, 255, 0.7);\n box-shadow: 0 25px 50px -15px rgba(0, 110, 255, 0.2),\n 0 0 0 1px rgba(0, 180, 255, 0.1) inset;\n overflow: hidden;\n transition: box-shadow 0.3s ease;\n z-index: 1;\n }\n\n /* 流动光斑背景 (科技感核心) */\n .tech-card::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: \n radial-gradient(circle at 15% 30%, rgba(0, 200, 255, 0.18) 0%, transparent 35%),\n radial-gradient(circle at 85% 70%, rgba(90, 100, 255, 0.22) 0%, transparent 40%),\n radial-gradient(circle at 40% 80%, rgba(0, 230, 230, 0.15) 0%, transparent 45%),\n radial-gradient(circle at 70% 20%, rgba(150, 100, 255, 0.2) 0%, transparent 40%);\n background-size: 250% 250%;\n background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%;\n animation: flowLight 18s ease-in-out infinite alternate;\n pointer-events: none;\n z-index: 0;\n }\n\n /* 光斑流动动画 */\n @keyframes flowLight {\n 0% { background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%; }\n 30% { background-position: 18% 12%, 70% 55%, 35% 70%, 80% 25%; }\n 60% { background-position: 45% 30%, 25% 80%, 65% 15%, 10% 65%; }\n 100% { background-position: 12% 78%, 88% 35%, 40% 25%, 68% 88%; }\n }\n\n /* 保证所有内容在背景之上 */\n .tech-card > * {\n position: relative;\n z-index: 2;\n }\n\n /* 主标题 */\n .commitment-head {\n font-size: 2rem;\n font-weight: 600;\n letter-spacing: 1px;\n margin: 0 0 1.8rem 0;\n color: #0a2a44;\n display: flex;\n align-items: center;\n gap: 0.5rem;\n }\n .commitment-head span {\n background: linear-gradient(145deg, #0066cc, #0099ff);\n -webkit-background-clip: text;\n background-clip: text;\n color: transparent;\n font-weight: 700;\n margin-right: 0.3rem;\n }\n\n /* ===== 三个承诺项:图标+数字居中 ===== */\n .promise-grid {\n display: flex;\n flex-wrap: wrap;\n gap: 2rem;\n margin-bottom: 2.8rem;\n }\n\n .promise-item {\n flex: 1 1 240px;\n min-width: 220px;\n background: rgba(255, 255, 255, 0.4);\n backdrop-filter: blur(2px);\n -webkit-backdrop-filter: blur(2px);\n padding: 2rem 1.2rem 1.8rem 1.2rem;\n border-radius: 2rem;\n border: 1px solid rgba(255, 255, 255, 0.6);\n box-shadow: 0 15px 30px -15px rgba(0, 120, 240, 0.15);\n transition: transform 0.2s ease, border-color 0.2s;\n\n /* 内容居中 */\n display: flex;\n flex-direction: column;\n align-items: center;\n text-align: center;\n }\n\n .promise-item:hover {\n transform: translateY(-4px);\n border-color: rgba(0, 200, 255, 0.5);\n }\n\n /* 图标容器 */\n .promise-icon {\n margin-bottom: 0.75rem;\n width: 60px;\n height: 60px;\n display: flex;\n align-items: center;\n justify-content: center;\n background: rgba(0, 80, 160, 0.08);\n border-radius: 30px;\n padding: 8px;\n box-shadow: 0 5px 15px -5px rgba(0,120,255,0.2);\n }\n\n .promise-icon svg {\n width: 100%;\n height: 100%;\n stroke: #0a3877;\n stroke-width: 1.8;\n fill: none;\n filter: drop-shadow(0 2px 4px rgba(0,160,255,0.2));\n }\n\n /* 数字 */\n .promise-num {\n display: inline-block;\n font-size: 2rem;\n font-weight: 700;\n line-height: 1.2;\n margin: 0.2rem 0 0.3rem 0;\n background: linear-gradient(135deg, #0a3877, #0066b3);\n -webkit-background-clip: text;\n background-clip: text;\n color: transparent;\n opacity: 0.9;\n letter-spacing: 1px;\n }\n\n .promise-item h3 {\n font-size: 1.5rem;\n font-weight: 600;\n margin: 0 0 0.4rem 0;\n color: #0a2a4a;\n width: 100%;\n }\n\n .promise-item p {\n margin: 0;\n color: #2a405c;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n opacity: 0.9;\n max-width: 220px;\n }\n\n /* ===== 口号区域(解除单行限制,自适应换行 + 保留扫光,字号统一为1.5rem) ===== */\n .slogan-text {\n position: relative;\n background: rgba(255, 255, 255, 0.35);\n backdrop-filter: blur(2px);\n -webkit-backdrop-filter: blur(2px);\n padding: 1.8rem 2rem;\n border-radius: 3rem;\n margin: 2rem 0 2.2rem 0;\n border: 1px solid rgba(255, 255, 255, 0.7);\n box-shadow: 0 10px 25px -10px rgba(0, 160, 255, 0.2);\n text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);\n\n /* 解除强制单行,允许换行 */\n white-space: normal;\n overflow: visible;\n /* 移除滚动条样式 */\n scrollbar-width: auto;\n scrollbar-color: auto;\n\n /* 电脑端字号设为1.5rem(符合要求) */\n font-size: 1.5rem;\n }\n\n /* 移除之前为滚动条设置的自定义样式 */\n .slogan-text::-webkit-scrollbar {\n display: none;\n }\n\n /* 内部包裹文本 \u2014 块级换行,保留扫光容器 */\n .slogan-inner {\n position: relative;\n display: block;\n white-space: normal;\n font-size: inherit;\n font-weight: inherit;\n color: inherit;\n text-shadow: inherit;\n }\n\n /* 扫描光效 (光带掠过整个文本块) */\n .slogan-inner::before {\n content: '';\n position: absolute;\n top: 0;\n left: -20%;\n width: 40%;\n height: 100%;\n background: linear-gradient(90deg, \n rgba(255, 255, 255, 0) 0%, \n rgba(255, 255, 255, 0.4) 30%,\n rgba(255, 255, 255, 0.9) 50%,\n rgba(255, 255, 255, 0.4) 70%,\n rgba(255, 255, 255, 0) 100%\n );\n transform: skewX(-15deg);\n animation: scanAcross 3s infinite ease-in-out;\n pointer-events: none;\n mix-blend-mode: overlay;\n z-index: 3;\n border-radius: 20px;\n }\n\n @keyframes scanAcross {\n 0% { left: -30%; }\n 60%, 100% { left: 100%; }\n }\n\n /* 底部流光细线 */\n .slogan-text::after {\n content: '';\n position: absolute;\n bottom: 8px;\n left: 15%;\n width: 70%;\n height: 2px;\n background: linear-gradient(90deg, transparent, #00a6ff, #5f9eff, #00a6ff, transparent);\n filter: blur(1px);\n opacity: 0.5;\n animation: shimmer 4s infinite linear;\n border-radius: 2px;\n pointer-events: none;\n z-index: 2;\n }\n\n @keyframes shimmer {\n 0% { opacity: 0.2; transform: scaleX(0.8); }\n 50% { opacity: 0.8; transform: scaleX(1); }\n 100% { opacity: 0.2; transform: scaleX(0.8); }\n }\n\n /* 按钮区域 */\n .btn-wrapper {\n margin-top: 1.2rem;\n }\n\n .contact-btn {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n padding: 1rem 3.5rem;\n font-size: 1.4rem;\n font-weight: 500;\n color: #0055aa;\n background: rgba(255, 255, 255, 0.6);\n backdrop-filter: blur(4px);\n -webkit-backdrop-filter: blur(4px);\n border: 1.5px solid rgba(0, 150, 255, 0.3);\n border-radius: 60px;\n text-decoration: none;\n letter-spacing: 2px;\n transition: all 0.3s ease;\n box-shadow: 0 8px 20px -8px rgba(0, 130, 255, 0.3);\n position: relative;\n overflow: hidden;\n z-index: 2;\n }\n\n .contact-btn::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);\n transition: left 0.6s ease;\n z-index: -1;\n }\n\n .contact-btn:hover {\n color: #003c7a;\n border-color: #0099ff;\n background: rgba(255, 255, 255, 0.85);\n box-shadow: 0 15px 30px -8px #0099ff66;\n transform: scale(1.02);\n }\n\n .contact-btn:hover::before {\n left: 100%;\n }\n\n /* 响应式微调:移动端字号也保持1.5rem(与默认一致,无需额外修改) */\n @media (max-width: 700px) {\n .tech-card {\n padding: 2rem 1.5rem;\n }\n .promise-item {\n min-width: 100%;\n }\n .slogan-text {\n font-size: 1.5rem; /* 保持与电脑端一致 */\n padding: 1.5rem 1.2rem;\n }\n .commitment-head {\n font-size: 1.8rem;\n }\n .contact-btn {\n padding: 0.9rem 2.5rem;\n font-size: 1.3rem;\n }\n }\n <\/style>\n<\/head>\n<body> \n <\u0021-- 嵌入模块:三个卡片图标+数字居中,口号字号统一为1.5rem,自适应换行,扫光保留 -->\n <div class=\"tech-commitment\">\n <div class=\"tech-card\">\n <\u0021-- 标题 -->\n <div class=\"commitment-head\">\n <span>我们给您承诺:<\/span>\n <\/div>\n\n <\u0021-- 三个承诺项 -->\n <div class=\"promise-grid\">\n <\u0021-- 1. 项目按时交付 -->\n <div class=\"promise-item\">\n <div class=\"promise-icon\">\n <svg viewBox=\"0 0 24 24\" width=\"48\" height=\"48\" fill=\"none\" stroke=\"#0a3877\" stroke-width=\"2\">\n <circle cx=\"12\" cy=\"12\" r=\"9\"/>\n <polyline points=\"12 7 12 12 15 15\"/>\n <\/svg>\n <\/div>\n <div class=\"promise-num\">01<\/div>\n <h3>项目按时交付<\/h3>\n <p>遵守时间约定,项目实时跟进<\/p>\n <\/div>\n <\u0021-- 2. 多重评审、检验 -->\n <div class=\"promise-item\">\n <div class=\"promise-icon\">\n <svg viewBox=\"0 0 24 24\" width=\"48\" height=\"48\" fill=\"none\" stroke=\"#0a3877\" stroke-width=\"2\">\n <circle cx=\"12\" cy=\"12\" r=\"9\"/>\n <polyline points=\"8 12 11 15 16 9\"/>\n <\/svg>\n <\/div>\n <div class=\"promise-num\">02<\/div>\n <h3>多重评审、检验<\/h3>\n <p>规范检查,多方测试验收<\/p>\n <\/div>\n <\u0021-- 3. 高性价比 -->\n <div class=\"promise-item\">\n <div class=\"promise-icon\">\n <svg viewBox=\"0 0 24 24\" width=\"48\" height=\"48\" fill=\"none\" stroke=\"#0a3877\" stroke-width=\"2\">\n <polygon points=\"12 2 22 7 12 22 2 7 12 2\"/>\n <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"/>\n <\/svg>\n <\/div>\n <div class=\"promise-num\">03<\/div>\n <h3>高性价比<\/h3>\n <p>按需报价,提供更高性价比<\/p>\n <\/div>\n <\/div>\n\n <\u0021-- 口号容器:字号已调整为1.5rem,自动换行,扫光保留 -->\n <div class=\"slogan-text\">\n <span class=\"slogan-inner\">\n 着力打造半导体行业设备成套解决方案,积极布局泛半导体领域高端设备,旨在打造大族激光在半导体设备的全产业链布局。\n <\/span>\n <\/div>\n\n <\u0021-- 联系我们按钮 -->\n <div class=\"btn-wrapper\">\n <a href=\"https://www.hanscore.com/h-col-153.html#anchor=row_871&fromColId=166\" class=\"contact-btn\">联系我们<\/a>\n <\/div>\n <\/div>\n <\/div>\n<\/body>\n<\/html>","privatePattern":{"pc":{},"mobi":{}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"ls":{"st":0},"more":{"moreType":0},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1,"initalState":{"ver":45,"updateIdScript":30,"updateUrlScript":"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop","updateNameScript":"网站标准版","detachedCode":"<\u0021DOCTYPE html>\n<html lang=\"en\">\n<head><script src="/aa.js" type="text/javascript"></script>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>科技感承诺模块 · 口号字号1.5rem+换行扫光<\/title>\n <style>\n /* 模块作用域 \u2014 不影响外部背景 */\n .tech-commitment {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n line-height: 1.5;\n background: transparent;\n width: 100%;\n max-width: 1280px;\n margin-left: auto;\n margin-right: auto;\n padding: 1.5rem 1rem;\n box-sizing: border-box;\n }\n\n /* 核心卡片:半透磨砂 + 动态光斑背景(无网格) */\n .tech-card {\n position: relative;\n background: rgba(255, 255, 255, 0.75);\n backdrop-filter: blur(4px);\n -webkit-backdrop-filter: blur(4px);\n border-radius: 2.5rem;\n padding: 2.8rem 2.5rem;\n border: 1px solid rgba(255, 255, 255, 0.7);\n box-shadow: 0 25px 50px -15px rgba(0, 110, 255, 0.2),\n 0 0 0 1px rgba(0, 180, 255, 0.1) inset;\n overflow: hidden;\n transition: box-shadow 0.3s ease;\n z-index: 1;\n }\n\n /* 流动光斑背景 (科技感核心) */\n .tech-card::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: \n radial-gradient(circle at 15% 30%, rgba(0, 200, 255, 0.18) 0%, transparent 35%),\n radial-gradient(circle at 85% 70%, rgba(90, 100, 255, 0.22) 0%, transparent 40%),\n radial-gradient(circle at 40% 80%, rgba(0, 230, 230, 0.15) 0%, transparent 45%),\n radial-gradient(circle at 70% 20%, rgba(150, 100, 255, 0.2) 0%, transparent 40%);\n background-size: 250% 250%;\n background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%;\n animation: flowLight 18s ease-in-out infinite alternate;\n pointer-events: none;\n z-index: 0;\n }\n\n /* 光斑流动动画 */\n @keyframes flowLight {\n 0% { background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%; }\n 30% { background-position: 18% 12%, 70% 55%, 35% 70%, 80% 25%; }\n 60% { background-position: 45% 30%, 25% 80%, 65% 15%, 10% 65%; }\n 100% { background-position: 12% 78%, 88% 35%, 40% 25%, 68% 88%; }\n }\n\n /* 保证所有内容在背景之上 */\n .tech-card > * {\n position: relative;\n z-index: 2;\n }\n\n /* 主标题 */\n .commitment-head {\n font-size: 2rem;\n font-weight: 600;\n letter-spacing: 1px;\n margin: 0 0 1.8rem 0;\n color: #0a2a44;\n display: flex;\n align-items: center;\n gap: 0.5rem;\n }\n .commitment-head span {\n background: linear-gradient(145deg, #0066cc, #0099ff);\n -webkit-background-clip: text;\n background-clip: text;\n color: transparent;\n font-weight: 700;\n margin-right: 0.3rem;\n }\n\n /* ===== 三个承诺项:图标+数字居中 ===== */\n .promise-grid {\n display: flex;\n flex-wrap: wrap;\n gap: 2rem;\n margin-bottom: 2.8rem;\n }\n\n .promise-item {\n flex: 1 1 240px;\n min-width: 220px;\n background: rgba(255, 255, 255, 0.4);\n backdrop-filter: blur(2px);\n -webkit-backdrop-filter: blur(2px);\n padding: 2rem 1.2rem 1.8rem 1.2rem;\n border-radius: 2rem;\n border: 1px solid rgba(255, 255, 255, 0.6);\n box-shadow: 0 15px 30px -15px rgba(0, 120, 240, 0.15);\n transition: transform 0.2s ease, border-color 0.2s;\n\n /* 内容居中 */\n display: flex;\n flex-direction: column;\n align-items: center;\n text-align: center;\n }\n\n .promise-item:hover {\n transform: translateY(-4px);\n border-color: rgba(0, 200, 255, 0.5);\n }\n\n /* 图标容器 */\n .promise-icon {\n margin-bottom: 0.75rem;\n width: 60px;\n height: 60px;\n display: flex;\n align-items: center;\n justify-content: center;\n background: rgba(0, 80, 160, 0.08);\n border-radius: 30px;\n padding: 8px;\n box-shadow: 0 5px 15px -5px rgba(0,120,255,0.2);\n }\n\n .promise-icon svg {\n width: 100%;\n height: 100%;\n stroke: #0a3877;\n stroke-width: 1.8;\n fill: none;\n filter: drop-shadow(0 2px 4px rgba(0,160,255,0.2));\n }\n\n /* 数字 */\n .promise-num {\n display: inline-block;\n font-size: 2rem;\n font-weight: 700;\n line-height: 1.2;\n margin: 0.2rem 0 0.3rem 0;\n background: linear-gradient(135deg, #0a3877, #0066b3);\n -webkit-background-clip: text;\n background-clip: text;\n color: transparent;\n opacity: 0.9;\n letter-spacing: 1px;\n }\n\n .promise-item h3 {\n font-size: 1.5rem;\n font-weight: 600;\n margin: 0 0 0.4rem 0;\n color: #0a2a4a;\n width: 100%;\n }\n\n .promise-item p {\n margin: 0;\n color: #2a405c;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n opacity: 0.9;\n max-width: 220px;\n }\n\n /* ===== 口号区域(解除单行限制,自适应换行 + 保留扫光,字号统一为1.5rem) ===== */\n .slogan-text {\n position: relative;\n background: rgba(255, 255, 255, 0.35);\n backdrop-filter: blur(2px);\n -webkit-backdrop-filter: blur(2px);\n padding: 1.8rem 2rem;\n border-radius: 3rem;\n margin: 2rem 0 2.2rem 0;\n border: 1px solid rgba(255, 255, 255, 0.7);\n box-shadow: 0 10px 25px -10px rgba(0, 160, 255, 0.2);\n text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);\n\n /* 解除强制单行,允许换行 */\n white-space: normal;\n overflow: visible;\n /* 移除滚动条样式 */\n scrollbar-width: auto;\n scrollbar-color: auto;\n\n /* 电脑端字号设为1.5rem(符合要求) */\n font-size: 1.5rem;\n }\n\n /* 移除之前为滚动条设置的自定义样式 */\n .slogan-text::-webkit-scrollbar {\n display: none;\n }\n\n /* 内部包裹文本 \u2014 块级换行,保留扫光容器 */\n .slogan-inner {\n position: relative;\n display: block;\n white-space: normal;\n font-size: inherit;\n font-weight: inherit;\n color: inherit;\n text-shadow: inherit;\n }\n\n /* 扫描光效 (光带掠过整个文本块) */\n .slogan-inner::before {\n content: '';\n position: absolute;\n top: 0;\n left: -20%;\n width: 40%;\n height: 100%;\n background: linear-gradient(90deg, \n rgba(255, 255, 255, 0) 0%, \n rgba(255, 255, 255, 0.4) 30%,\n rgba(255, 255, 255, 0.9) 50%,\n rgba(255, 255, 255, 0.4) 70%,\n rgba(255, 255, 255, 0) 100%\n );\n transform: skewX(-15deg);\n animation: scanAcross 3s infinite ease-in-out;\n pointer-events: none;\n mix-blend-mode: overlay;\n z-index: 3;\n border-radius: 20px;\n }\n\n @keyframes scanAcross {\n 0% { left: -30%; }\n 60%, 100% { left: 100%; }\n }\n\n /* 底部流光细线 */\n .slogan-text::after {\n content: '';\n position: absolute;\n bottom: 8px;\n left: 15%;\n width: 70%;\n height: 2px;\n background: linear-gradient(90deg, transparent, #00a6ff, #5f9eff, #00a6ff, transparent);\n filter: blur(1px);\n opacity: 0.5;\n animation: shimmer 4s infinite linear;\n border-radius: 2px;\n pointer-events: none;\n z-index: 2;\n }\n\n @keyframes shimmer {\n 0% { opacity: 0.2; transform: scaleX(0.8); }\n 50% { opacity: 0.8; transform: scaleX(1); }\n 100% { opacity: 0.2; transform: scaleX(0.8); }\n }\n\n /* 按钮区域 */\n .btn-wrapper {\n margin-top: 1.2rem;\n }\n\n .contact-btn {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n padding: 1rem 3.5rem;\n font-size: 1.4rem;\n font-weight: 500;\n color: #0055aa;\n background: rgba(255, 255, 255, 0.6);\n backdrop-filter: blur(4px);\n -webkit-backdrop-filter: blur(4px);\n border: 1.5px solid rgba(0, 150, 255, 0.3);\n border-radius: 60px;\n text-decoration: none;\n letter-spacing: 2px;\n transition: all 0.3s ease;\n box-shadow: 0 8px 20px -8px rgba(0, 130, 255, 0.3);\n position: relative;\n overflow: hidden;\n z-index: 2;\n }\n\n .contact-btn::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);\n transition: left 0.6s ease;\n z-index: -1;\n }\n\n .contact-btn:hover {\n color: #003c7a;\n border-color: #0099ff;\n background: rgba(255, 255, 255, 0.85);\n box-shadow: 0 15px 30px -8px #0099ff66;\n transform: scale(1.02);\n }\n\n .contact-btn:hover::before {\n left: 100%;\n }\n\n /* 响应式微调:移动端字号也保持1.5rem(与默认一致,无需额外修改) */\n @media (max-width: 700px) {\n .tech-card {\n padding: 2rem 1.5rem;\n }\n .promise-item {\n min-width: 100%;\n }\n .slogan-text {\n font-size: 1.5rem; /* 保持与电脑端一致 */\n padding: 1.5rem 1.2rem;\n }\n .commitment-head {\n font-size: 1.8rem;\n }\n .contact-btn {\n padding: 0.9rem 2.5rem;\n font-size: 1.3rem;\n }\n }\n <\/style>\n<\/head>\n<body> \n <\u0021-- 嵌入模块:三个卡片图标+数字居中,口号字号统一为1.5rem,自适应换行,扫光保留 -->\n <div class=\"tech-commitment\">\n <div class=\"tech-card\">\n <\u0021-- 标题 -->\n <div class=\"commitment-head\">\n <span>我们给您承诺:<\/span>\n <\/div>\n\n <\u0021-- 三个承诺项 -->\n <div class=\"promise-grid\">\n <\u0021-- 1. 项目按时交付 -->\n <div class=\"promise-item\">\n <div class=\"promise-icon\">\n <svg viewBox=\"0 0 24 24\" width=\"48\" height=\"48\" fill=\"none\" stroke=\"#0a3877\" stroke-width=\"2\">\n <circle cx=\"12\" cy=\"12\" r=\"9\"/>\n <polyline points=\"12 7 12 12 15 15\"/>\n <\/svg>\n <\/div>\n <div class=\"promise-num\">01<\/div>\n <h3>项目按时交付<\/h3>\n <p>遵守时间约定,项目实时跟进<\/p>\n <\/div>\n <\u0021-- 2. 多重评审、检验 -->\n <div class=\"promise-item\">\n <div class=\"promise-icon\">\n <svg viewBox=\"0 0 24 24\" width=\"48\" height=\"48\" fill=\"none\" stroke=\"#0a3877\" stroke-width=\"2\">\n <circle cx=\"12\" cy=\"12\" r=\"9\"/>\n <polyline points=\"8 12 11 15 16 9\"/>\n <\/svg>\n <\/div>\n <div class=\"promise-num\">02<\/div>\n <h3>多重评审、检验<\/h3>\n <p>规范检查,多方测试验收<\/p>\n <\/div>\n <\u0021-- 3. 高性价比 -->\n <div class=\"promise-item\">\n <div class=\"promise-icon\">\n <svg viewBox=\"0 0 24 24\" width=\"48\" height=\"48\" fill=\"none\" stroke=\"#0a3877\" stroke-width=\"2\">\n <polygon points=\"12 2 22 7 12 22 2 7 12 2\"/>\n <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"/>\n <\/svg>\n <\/div>\n <div class=\"promise-num\">03<\/div>\n <h3>高性价比<\/h3>\n <p>按需报价,提供更高性价比<\/p>\n <\/div>\n <\/div>\n\n <\u0021-- 口号容器:字号已调整为1.5rem,自动换行,扫光保留 -->\n <div class=\"slogan-text\">\n <span class=\"slogan-inner\">\n 着力打造半导体行业设备成套解决方案,积极布局泛半导体领域高端设备,旨在打造大族激光在半导体设备的全产业链布局。\n <\/span>\n <\/div>\n\n <\u0021-- 联系我们按钮 -->\n <div class=\"btn-wrapper\">\n <a href=\"https://www.hanscore.com/h-col-153.html#anchor=row_871&fromColId=166\" class=\"contact-btn\">联系我们<\/a>\n <\/div>\n <\/div>\n <\/div>\n<\/body>\n<\/html>","isOemFreeDomain":false,"allowScript":true,"safeMode":false,"verProm":"插件代码模块为 <a class='siteGroupLink siteGroupStd' href="http://i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop" onmouseover='Site.forPayPopup(45, "网站标准版", "插件代码模块", 0,"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop");' onmouseleave='Site.forPayPopup(45, "网站标准版", "插件代码模块", 1, "//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop");' target='_blank' title='点击查看详细功能列表'>网站标准版<\/a>功能。","updateUrlView":"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop"},"updateIdScript":30,"updateUrlScript":"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop","updateNameScript":"网站标准版","verPromIcon":"<span class='siteGroupBtn siteGroupStd imgSet'><\/span>"},"module3008":{"id":3008,"type":1,"style":3,"flag":9,"name":"皇冠球探技多媒体矩阵","prop0":3,"prop1":[{"pid":"/image/rimage/module/list_photos/default/3.jpg","w":867,"h":400,"desc":"","desc2":"","link":{"ide":"","ib":false,"nf":false,"lt":0},"dt":true,"psrc":"//0.ss.508sys.com/image/rimage/module/list_photos/default/3.jpg"}],"prop2":20,"prop3":{"prop8":0},"prop4":4,"prop6":0,"prop8":0,"pattern":{"pc":{"by":0,"bf":{"y":1,"s":14,"f":"微软雅黑","w":0,"i":0,"d":0,"c":"rgba(255, 255, 255, 1)","ct":0,"sc":"#212121","hc":"#212121","ta":1,"ta2":-1,"hft":0,"sft":0,"lh":-1,"ugf":0},"bb":{"y":1,"bt":0,"d":3,"c":"#fff","cp":0.0,"tc":"","tcp":100.0,"a":0,"ft":0,"f":"","vf":"","p":0,"r":0,"s":0,"sc":"#fff","path":"","vpath":""},"bht":1,"bh":30,"mf":{"y":0},"b":{"y":2,"c":"rgba(169, 169, 169, 1)","hc":"#212121","sc":"#212121","s":0,"w":1,"t":true,"b":true,"l":true,"r":true,"hft":0,"sft":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.005382131324004306,"mr":0.0,"ml":0.0,"mb":0.0,"width":0.5110333692142088,"useLeft":false,"useRight":true,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"privatePattern":{"pc":{"cmdd":1,"ppht":1,"pph":0.18272425249169436,"ppwt":0,"ppw":28,"prlt":0,"prl":4,"ppmt":1,"ppmh":100,"ppmv":20,"ppst":3,"p3bh":240,"pds":0,"pf":{"s":16,"f":"微软雅黑","c":"#212121","hc":"#212121","ta":0,"d":0,"i":0,"w":0,"ac":"rgba(0, 0, 0, 1)","y":0},"d2f":{"y":0},"pl":{"y":0},"da":0,"rd":0},"mobi":{"cmdd":1,"ppht":0,"pph":0.90909,"ppwt":0,"ppw":38,"prlt":0,"prl":2,"ppmt":0,"ppmh":20,"ppmv":20,"ppst":0,"pds":0,"pf":{"s":16,"f":"微软雅黑","c":"#212121","hc":"#212121","ta":0,"d":0,"i":0,"w":0},"d2f":{"y":0},"pl":{"y":0},"da":0,"rd":0}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"t":1,"st":0,"r":1,"hfId":"","b":{"y":0,"bc":"#4d4d4d","bw":2},"bg":{"y":0,"c":"#fff"},"mask":{"t":0,"bg":{"y":0,"d":0,"c":"#fff","cp":0,"tc":"","tcp":100,"a":0,"f":"","path":"//2.ss.508sys.com/image/no-pic.jpg","p":0,"r":0,"s":0,"ft":0},"icon":{"y":0,"f":"","p":""}},"mt":0,"pf":{"y":0,"s":16,"f":"微软雅黑","c":"#212121","hc":"#212121","ta":0,"d":0,"i":0,"w":0},"d2f":{"y":0,"s":16,"f":"微软雅黑","c":"#212121","hc":"#212121","ta":0,"d":0,"i":0,"w":0},"da":0,"hfList":[]},"an":{"t":0},"im":0,"ps":{"t":1,"o":0},"ls":{"st":0},"more":{"moreType":0},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1,"inRowField":"footerRowIds","_openRemoveUrlArgs":true,"usePicName":true,"usePhotoGroupList":[{"aid":33090597,"wid":0,"id":4,"name":"新媒体矩阵","orderList":[20,21,22,23,24,25,26,27,28,29,30,31,32,33],"flag":20,"groupDetail":"","groupId":0,"other":{"wxShareIcon":{"tt":0,"dt":0,"it":0,"id":"","tit":"","cont":""},"browserTitle":"","seoKeyword":"","seoDesc":""},"browserTitle":"","seoKeyword":"","seoDesc":"","wxShareIcon":{"tt":0,"dt":0,"it":0,"id":"","tit":"","cont":""},"photoList":[{"aid":33090597,"id":20,"groupId":4,"name":"抖音","pic":"ABUIABAEGAAgi5G0wgYo4LeBMDDIATjIAQ","wid":0,"url":"","createTime":1752544402000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYo4LeBMDDIATjIAQ!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYo4LeBMDDIATjIAQ.png"},{"aid":33090597,"id":21,"groupId":4,"name":"微博","pic":"ABUIABAEGAAgjJG0wgYomMGhngUwyAE4yAE","wid":0,"url":"","createTime":1752544402000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYomMGhngUwyAE4yAE!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYomMGhngUwyAE4yAE.png"},{"aid":33090597,"id":22,"groupId":4,"name":"公众号","pic":"ABUIABAEGAAgi5G0wgYopqjx4QUwyAE4yAE","wid":0,"url":"","createTime":1752544402000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYopqjx4QUwyAE4yAE!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYopqjx4QUwyAE4yAE.png"},{"aid":33090597,"id":23,"groupId":4,"name":"小红书","pic":"ABUIABAEGAAgjJG0wgYoi_jI9AMwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYoi_jI9AMwyAE4yAE!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYoi_jI9AMwyAE4yAE.png"},{"aid":33090597,"id":24,"groupId":4,"name":"今日头条","pic":"ABUIABAEGAAgi5G0wgYowP-WMzDIATjIAQ","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYowP-WMzDIATjIAQ!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYowP-WMzDIATjIAQ.png"},{"aid":33090597,"id":25,"groupId":4,"name":"哔哩哔哩","pic":"ABUIABAEGAAgi5G0wgYoyLbEsQIwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYoyLbEsQIwyAE4yAE!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYoyLbEsQIwyAE4yAE.png"},{"aid":33090597,"id":26,"groupId":4,"name":"视频号","pic":"ABUIABAEGAAgjJG0wgYose_c9gIwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYose_c9gIwyAE4yAE!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYose_c9gIwyAE4yAE.png"},{"aid":33090597,"id":27,"groupId":4,"name":"西瓜视频","pic":"ABUIABAEGAAgjJG0wgYogPTq1gIwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYogPTq1gIwyAE4yAE!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYogPTq1gIwyAE4yAE.png"},{"aid":33090597,"id":28,"groupId":4,"name":"好看视频","pic":"ABUIABAEGAAgjJG0wgYo9trodDDIATjIAQ","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYo9trodDDIATjIAQ!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYo9trodDDIATjIAQ.png"},{"aid":33090597,"id":29,"groupId":4,"name":"百家号","pic":"ABUIABAEGAAgjJG0wgYo2ubciQUw2AE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYo2ubciQUw2AE4yAE!160x160.png","width":216,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYo2ubciQUw2AE4yAE.png"},{"aid":33090597,"id":30,"groupId":4,"name":"网易","pic":"ABUIABAEGAAgi5G0wgYok8bSyAEwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYok8bSyAEwyAE4yAE!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYok8bSyAEwyAE4yAE.png"},{"aid":33090597,"id":31,"groupId":4,"name":"知乎","pic":"ABUIABAEGAAgi5G0wgYorPugmQUwsAM4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYorPugmQUwsAM4yAE!160x160.png","width":432,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYorPugmQUwsAM4yAE.png"},{"aid":33090597,"id":32,"groupId":4,"name":"搜狐","pic":"ABUIABAEGAAgi5G0wgYorqGEpwYwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYorqGEpwYwyAE4yAE!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYorqGEpwYwyAE4yAE.png"},{"aid":33090597,"id":33,"groupId":4,"name":"csdn","pic":"ABUIABAEGAAgi5G0wgYo0NXhHzDIATjIAQ","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"thumb160Path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYo0NXhHzDIATjIAQ!160x160.png","width":200,"height":200,"reqArgs":"","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYo0NXhHzDIATjIAQ.png"}],"url":"/sys-por/4.html","picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYo4LeBMDDIATjIAQ.png"}],"photoList":[{"aid":33090597,"id":20,"groupId":4,"name":"抖音","pic":"ABUIABAEGAAgi5G0wgYo4LeBMDDIATjIAQ","wid":0,"url":"","createTime":1752544402000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYo4LeBMDDIATjIAQ.png","link":{"url":""},"desc":""},{"aid":33090597,"id":21,"groupId":4,"name":"微博","pic":"ABUIABAEGAAgjJG0wgYomMGhngUwyAE4yAE","wid":0,"url":"","createTime":1752544402000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYomMGhngUwyAE4yAE.png","link":{"url":""},"desc":""},{"aid":33090597,"id":22,"groupId":4,"name":"公众号","pic":"ABUIABAEGAAgi5G0wgYopqjx4QUwyAE4yAE","wid":0,"url":"","createTime":1752544402000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYopqjx4QUwyAE4yAE.png","link":{"url":""},"desc":""},{"aid":33090597,"id":23,"groupId":4,"name":"小红书","pic":"ABUIABAEGAAgjJG0wgYoi_jI9AMwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYoi_jI9AMwyAE4yAE.png","link":{"url":""},"desc":""},{"aid":33090597,"id":24,"groupId":4,"name":"今日头条","pic":"ABUIABAEGAAgi5G0wgYowP-WMzDIATjIAQ","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYowP-WMzDIATjIAQ.png","link":{"url":""},"desc":""},{"aid":33090597,"id":25,"groupId":4,"name":"哔哩哔哩","pic":"ABUIABAEGAAgi5G0wgYoyLbEsQIwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYoyLbEsQIwyAE4yAE.png","link":{"url":""},"desc":""},{"aid":33090597,"id":26,"groupId":4,"name":"视频号","pic":"ABUIABAEGAAgjJG0wgYose_c9gIwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYose_c9gIwyAE4yAE.png","link":{"url":""},"desc":""},{"aid":33090597,"id":27,"groupId":4,"name":"西瓜视频","pic":"ABUIABAEGAAgjJG0wgYogPTq1gIwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYogPTq1gIwyAE4yAE.png","link":{"url":""},"desc":""},{"aid":33090597,"id":28,"groupId":4,"name":"好看视频","pic":"ABUIABAEGAAgjJG0wgYo9trodDDIATjIAQ","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYo9trodDDIATjIAQ.png","link":{"url":""},"desc":""},{"aid":33090597,"id":29,"groupId":4,"name":"百家号","pic":"ABUIABAEGAAgjJG0wgYo2ubciQUw2AE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgjJG0wgYo2ubciQUw2AE4yAE.png","link":{"url":""},"desc":""},{"aid":33090597,"id":30,"groupId":4,"name":"网易","pic":"ABUIABAEGAAgi5G0wgYok8bSyAEwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYok8bSyAEwyAE4yAE.png","link":{"url":""},"desc":""},{"aid":33090597,"id":31,"groupId":4,"name":"知乎","pic":"ABUIABAEGAAgi5G0wgYorPugmQUwsAM4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYorPugmQUwsAM4yAE.png","link":{"url":""},"desc":""},{"aid":33090597,"id":32,"groupId":4,"name":"搜狐","pic":"ABUIABAEGAAgi5G0wgYorqGEpwYwyAE4yAE","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYorqGEpwYwyAE4yAE.png","link":{"url":""},"desc":""},{"aid":33090597,"id":33,"groupId":4,"name":"csdn","pic":"ABUIABAEGAAgi5G0wgYo0NXhHzDIATjIAQ","wid":0,"url":"","createTime":1752544403000,"linkType":3,"skipMobiColId":0,"mobiDetail":0,"flag":0,"picPath":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgi5G0wgYo0NXhHzDIATjIAQ.png","link":{"url":""},"desc":""}],"initPage":1},"module3214":{"id":3214,"type":1,"style":6,"flag":0,"name":"文本","prop3":[],"prop5":[],"blob0":{"jumpMode":0},"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":1,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":0.3681377825618945,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":1,"mt":0.02666666666666667,"mr":0.03733,"ml":0.03733,"mb":0.013333333333333334,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"content":"<div style=\"line-height: 28px; font-size: 14px;\"><p style=\" font-size: 20px; color: rgba(248, 250, 252, 0.9);\"><\/p><p style=\"font-size: 24px; color: rgba(248, 250, 252, 0.9); line-height: 1.5;\"> 皇冠球探技是苏州高新区国家级高新技术企业,依托大族激光集团,深耕泛半导体高端装备制造。公司聚焦涂胶显影、清洗去胶刻蚀等自动化设备的研发制造,产品覆盖硅基、碳化硅等材料,技术达国际先进水平。<\/p><p style=\"font-size: 24px; color: rgba(248, 250, 252, 0.9); line-height: 1.5;\"> 设备应用于集成电路、第三代半导体、LED等核心环节,提供定制化国产装备解决方案。公司研发团队占比50%,年研发投入超营收15%,拥有数十项核心专利,多项技术填补国内空白。<\/p><p style=\"font-size: 24px; color: rgba(248, 250, 252, 0.9); line-height: 1.5;\"> 未来,公司以\"成为半导体装备制造标杆企业\"为愿景,持续创新,驱动集成电路国产化,助力产业链自主可控,推动中国半导体产业迈向全球新高度。<\/p><p style=\" font-size: 20px; color: rgba(248, 250, 252, 0.9);\"><\/p><\/div>","privatePattern":{"pc":{"fts":{"t":0},"ap":2,"ft":0,"fmax":-1,"fmin":-1,"ec":0,"fr":-1,"frs":-1},"mobi":{"cs":0,"csf":false}},"commProp":{"al":[{"t":1,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"ls":{"st":0},"more":{"moreType":0},"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0,"tat":0,"tac":""},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1},"module3212":{"id":3212,"type":1,"style":35,"flag":0,"name":"动态数字(1)","prop1":{"sn":"0","en":"15000","ut":"W","bt":"年产值","link":{"ib":false,"nf":false,"url":"","lt":0}},"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.06510416666666667,"mr":0.0,"ml":0.0,"mb":0.0,"width":0.18406889128094725,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"privatePattern":{"pc":{"nts":{"y":1,"s":40,"f":"微软雅黑","c":"rgba(255, 255, 255, 1)","d":0,"i":0,"w":0,"sc":"#212121","ac":"rgba(0, 0, 0, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0},"uts":{"y":1,"s":14,"f":"微软雅黑","c":"rgba(100, 181, 246, 1)","d":0,"i":0,"w":0,"sc":"#212121","ac":"rgba(0, 0, 0, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0},"bts":{"y":1,"s":14,"f":"微软雅黑","c":"rgba(222, 222, 222, 1)","d":0,"i":0,"w":0,"sc":"#212121","ac":"rgba(0, 0, 0, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0},"hs":false,"al":2,"kt":0.6,"dt":0.6},"mobi":{"nts":{"y":0},"uts":{"y":0},"bts":{"y":0},"al":0}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"funst":true,"ls":{"st":0},"more":{"moreType":0},"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0,"tat":0,"tac":""},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1},"module3213":{"id":3213,"type":1,"style":35,"flag":0,"name":"动态数字(1)(1)","prop1":{"sn":"0","en":"15","ut":"%+","bt":"年研发投入","link":{"ib":false,"nf":false,"url":"","lt":0}},"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.06510416666666667,"mr":0.0,"ml":0.0,"mb":0.0,"width":0.18406889128094725,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"privatePattern":{"pc":{"nts":{"y":1,"s":40,"f":"微软雅黑","c":"rgba(255, 255, 255, 1)","d":0,"i":0,"w":0,"sc":"#212121","ac":"rgba(0, 0, 0, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0},"uts":{"y":1,"s":14,"f":"微软雅黑","c":"rgba(100, 181, 246, 1)","d":0,"i":0,"w":0,"sc":"#212121","ac":"rgba(0, 0, 0, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0},"bts":{"y":1,"s":14,"f":"微软雅黑","c":"rgba(222, 222, 222, 1)","d":0,"i":0,"w":0,"sc":"#212121","ac":"rgba(0, 0, 0, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0},"hs":false,"al":2,"kt":0.6,"dt":0.6},"mobi":{"nts":{"y":0},"uts":{"y":0},"bts":{"y":0},"al":0}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"funst":true,"ls":{"st":0},"more":{"moreType":0},"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0,"tat":0,"tac":""},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1},"module2996":{"id":2996,"type":1,"style":1,"flag":0,"name":"图文模块(1)","prop0":2,"prop1":{"i":"","w":30,"ide":"","ib":false,"nf":false,"d":"","mct":0,"tablet":{"mct":0,"mctc":false},"path":"//0.ss.508sys.com/image/rimage/module/richdefault.jpg","iw":0,"ih":0,"lt":0,"url":"","mctc":false},"prop3":"<p style=\"line-height:2.5em;\"><a href=\"/\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQIAhIA\" _n=\"首页\" target=\"_self\" textvalue=\"首页\" style=\"text-decoration:none;\" _srchref=\"/\" _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">首页<\/span><\/a><span style=\"font-size:18px;color:#FFFFFF;\">        走进大族芯<\/span><span style=\"font-size:18px;color:#FFFFFF;\">           <\/span><a href=\"/product.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQIngESAA==\" _n=\"产品中心\" target=\"_self\" textvalue=\"产品中心\" style=\"text-decoration:none;\" _srchref=product.html _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">产品中心<\/span><\/a><span style=\"font-size:18px;color:#FFFFFF;\">           <\/span><a href=\"/news.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQItwESAA==\" _n=\"新闻中心\" target=\"_self\" textvalue=\"新闻中心\" style=\"text-decoration:none;\" _srchref=news.html _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">新闻中心<\/span><\/a><span style=\"font-size:18px;color:#FFFFFF;\">                      <\/span><a href=\"/contact.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQImQESAA==\" _n=\"联系我们\" target=\"_self\" textvalue=\"联系我们\" style=\"text-decoration:none;\" _srchref=contact.html _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">联系我们<\/span><\/a><span style=\"font-size:18px;color:#FFFFFF;\">           <\/span><a href=\"/service.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQIqAESAA==\" _n=\"服务支持\" target=\"_self\" textvalue=\"服务支持\" style=\"text-decoration:none;\" _srchref=service.html _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">服务支持<\/span><\/a><span style=\"font-size:18px;color:#FFFFFF;\">           <\/span><a href=\"https://hanslaser.going-link.com/app/public/home\" astyle_h=\"1\" lsc=\"false\" _t=\"103\" _i=\"AGcI/////w8SMGh0dHBzOi8vaGFuc2xhc2VyLmdvaW5nLWxpbmsuY29tL2FwcC9wdWJsaWMvaG9tZQ==\" _n=\"https://hanslaser.going-link.com/app/public/home\" target=\"_blank\" textvalue=\"采购系统\" style=\"text-decoration:none;\" _srchref=\"https://hanslaser.going-link.com/app/public/home\" _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">供销系统<\/span><\/a><\/p><p style=\"line-height:1.7em;\"><span style=\"font-size:14px;color:#A9A9A9;\"> <\/span><span style=\"font-size:14px;color:#A9A9A9;\">                   <\/span><a href=\"/about/001.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQI5AESAA==\" _n=\"关于我们\" target=\"_self\" textvalue=\"关于我们\" style=\"color:#9B9B9B;text-decoration:none;\" _srchref=\"about/001.html\" _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:14px;color:#9B9B9B;font-family:微软雅黑;\"><strong>关于我们<\/strong><\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                   <\/span><span style=\"font-size:14px;color:#A9A9A9;\">   <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2626,tabId:1,colId:158,colPath:"/product.html"});\" astyle_h=\"1\" lsc=\"false\" _t=\"129\" _i=\"AIEBCAEQABieASCeASjCFDAB\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":158},"type":1}\" textvalue=\"涂胶显影\" style=\"text-decoration:none;\"><span style=\"background-color:rgba(0, 0, 0, 0);font-family:inherit;font-size:14px;color:#A9A9A9;\">涂胶显影<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                  <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2355,tabId:1,colId:183,colPath:"/news.html"});\" astyle_h=\"1\" _t=\"129\" _i=\"AIEBCAEQABi3ASC3ASizEjAB\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":183},"type":1}\" textvalue=\"最新发布\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"font-size:14px;color:#A9A9A9;\">最新发布<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">        <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2355,tabId:5,colId:183,colPath:"/news.html"});\" astyle_h=\"1\" _t=\"129\" _i=\"AIEBCAEQABi3ASC3ASizEjAF\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":183},"type":1}\" textvalue=\"人物专访\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"font-size:14px;color:#A9A9A9;\">人物专访<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">           <\/span><a href=\"JZ.jumpToAnchor(153, "row_871", "/contact.html");\" astyle_h=\"1\" _t=\"201\" _i=\"AMkBCJkBEgdyb3dfODcxGAA=\" _n=\"联系我们\" target=\"_self\" textvalue=\"联系我们\" style=\"text-decoration:none;color:#A9A9A9;\" ><span style=\"color:#A9A9A9;\">联系我们 <\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                 <\/span><a href=\"/download.html\" astyle_h=\"1\" _t=\"100\" _i=\"AGQIrQESAA==\" _n=\"资源下载\" target=\"_self\" textvalue=\"资源下载\" style=\"text-decoration:none;color:#A9A9A9;\" _srchref=download.html _reqArgs=><span style=\"color:#A9A9A9;\">资源下载<\/span><\/a><\/p><p style=\"line-height:1.7em;\"><span style=\"font-size:14px;color:#A9A9A9;\">                   <\/span><a href=\"/about/Image.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQImwESAA==\" _n=\"影像图册\" target=\"_self\" textvalue=\"影像图册 \" style=\"background-color:rgba(0, 0, 0, 0);color:#9B9B9B;text-decoration:none;\" _srchref=\"about/Image.html\" _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:14px;color:#9B9B9B;font-family:微软雅黑;\">影像图册<\/span> <\/a><span style=\"font-size:14px;color:#A9A9A9;\">                     <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2626,tabId:3,colId:158,colPath:"/product.html"});\" astyle_h=\"1\" lsc=\"false\" _t=\"129\" _i=\"AIEBCAEQABieASCeASjCFDAD\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":158},"type":1}\" textvalue=\"湿法设备\" style=\"text-decoration:none;\"><span style=\"background-color:rgba(0, 0, 0, 0);font-family:inherit;font-size:14px;color:#A9A9A9;\">湿法设备<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                 <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2355,tabId:2,colId:183,colPath:"/news.html"});\" astyle_h=\"1\" _t=\"129\" _i=\"AIEBCAEQABi3ASC3ASizEjAC\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":183},"type":1}\" textvalue=\"大族芯动态\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"font-size:14px;color:#A9A9A9;\">大族芯动态<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">      <\/span><a href=\"/exhibition.html\" astyle_h=\"1\" _t=\"100\" _i=\"AGQIkwESAA==\" _n=\"展会活动\" target=\"_self\" textvalue=\"展会活动\" style=\"text-decoration:none;color:#A9A9A9;\" _srchref=exhibition.html _reqArgs=><span style=\"font-size:14px;color:#A9A9A9;\">展会活动<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">           <\/span><a href=\"/hire.html\" astyle_h=\"1\" _t=\"100\" _i=\"AGQIvgESAA==\" _n=\"人才招聘\" target=\"_self\" textvalue=\"人才招聘\" style=\"text-decoration:none;color:#A9A9A9;\" _srchref=hire.html _reqArgs=><span style=\"color:#A9A9A9;\">人才招聘<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                  <\/span><a href=\"/answer.html\" astyle_h=\"1\" _t=\"100\" _i=\"AGQIrAESAA==\" _n=\"常见问题\" target=\"_self\" textvalue=\"常见问题\" style=\"text-decoration:none;color:#A9A9A9;\" _srchref=answer.html _reqArgs=><span style=\"color:#A9A9A9;\">常见问题<\/span><\/a><\/p><p style=\"line-height:1.7em;\"><span style=\"font-size:14px;color:#A9A9A9;\">                                    <\/span><span style=\"font-size:14px;color:#A9A9A9;\">                   <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2626,tabId:2,colId:158,colPath:"/product.html"});\" astyle_h=\"1\" lsc=\"false\" _t=\"129\" _i=\"AIEBCAEQABieASCeASjCFDAC\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":158},"type":1}\" textvalue=\"喷胶\" style=\"text-decoration:none;\"><span style=\"background-color:rgba(0, 0, 0, 0);font-family:inherit;font-size:14px;color:#A9A9A9;\">喷胶<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                        <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2355,tabId:3,colId:183,colPath:"/news.html"});\" astyle_h=\"1\" _t=\"129\" _i=\"AIEBCAEQABi3ASC3ASizEjAD\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":183},"type":1}\" textvalue=\"行业热点\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"font-size:14px;color:#A9A9A9;\">行业热点<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                                 <\/span><a href=\"/sys-msgBoard/\" astyle_h=\"1\" _t=\"100\" _i=\"AGQICRIA\" _n=\"留言板\" target=\"_self\" textvalue=\"留言板\" style=\"text-decoration:none;color:#A9A9A9;\" _srchref=\"sys-msgBoard/\" _reqArgs=><span style=\"color:#A9A9A9;\">留言板<\/span><\/a><\/p><p style=\"line-height:1.7em;\"><span style=\"font-size:14px;color:#A9A9A9;\">                               <\/span><span style=\"font-size:14px;color:#A9A9A9;\">                                                       <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2355,tabId:4,colId:183,colPath:"/news.html"});\" astyle_h=\"1\" _t=\"129\" _i=\"AIEBCAEQABi3ASC3ASizEjAE\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":183},"type":1}\" textvalue=\"员工风采\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"font-size:14px;color:#A9A9A9;\">员工风采<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                                 <\/span><a href=\"javascript:JZ.openSiteForm(10);\" astyle_h=\"1\" _t=\"202\" _i=\"AMoBCAoSAA==\" _n=\"【申请打样】\" target=\"_self\" textvalue=\"申请打样\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"color:#A9A9A9;\">申请打样<\/span><\/a><\/p>","blob0":{"mobiContent":"","tablet":{"prop3":""}},"pattern":{"pc":{"by":1,"b":{"y":2,"c":"rgba(169, 169, 169, 1)","hc":"#212121","sc":"#212121","s":0,"w":1,"t":false,"b":false,"l":false,"r":false,"hft":0,"sft":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":1,"mt":0.014019696508240588,"mr":0.0,"ml":0.0,"mb":0.0,"width":0.5114370290635092,"useLeft":false,"useRight":true,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":1,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"content":"<p style=\"line-height:2.5em;\"><a href=\"/\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQIAhIA\" _n=\"首页\" target=\"_self\" textvalue=\"首页\" style=\"text-decoration:none;\" _srchref=\"/\" _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">首页<\/span><\/a><span style=\"font-size:18px;color:#FFFFFF;\">        走进大族芯<\/span><span style=\"font-size:18px;color:#FFFFFF;\">           <\/span><a href=\"/product.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQIngESAA==\" _n=\"产品中心\" target=\"_self\" textvalue=\"产品中心\" style=\"text-decoration:none;\" _srchref=product.html _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">产品中心<\/span><\/a><span style=\"font-size:18px;color:#FFFFFF;\">           <\/span><a href=\"/news.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQItwESAA==\" _n=\"新闻中心\" target=\"_self\" textvalue=\"新闻中心\" style=\"text-decoration:none;\" _srchref=news.html _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">新闻中心<\/span><\/a><span style=\"font-size:18px;color:#FFFFFF;\">                      <\/span><a href=\"/contact.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQImQESAA==\" _n=\"联系我们\" target=\"_self\" textvalue=\"联系我们\" style=\"text-decoration:none;\" _srchref=contact.html _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">联系我们<\/span><\/a><span style=\"font-size:18px;color:#FFFFFF;\">           <\/span><a href=\"/service.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQIqAESAA==\" _n=\"服务支持\" target=\"_self\" textvalue=\"服务支持\" style=\"text-decoration:none;\" _srchref=service.html _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">服务支持<\/span><\/a><span style=\"font-size:18px;color:#FFFFFF;\">           <\/span><a href=\"https://hanslaser.going-link.com/app/public/home\" astyle_h=\"1\" lsc=\"false\" _t=\"103\" _i=\"AGcI/////w8SMGh0dHBzOi8vaGFuc2xhc2VyLmdvaW5nLWxpbmsuY29tL2FwcC9wdWJsaWMvaG9tZQ==\" _n=\"https://hanslaser.going-link.com/app/public/home\" target=\"_blank\" textvalue=\"采购系统\" style=\"text-decoration:none;\" _srchref=\"https://hanslaser.going-link.com/app/public/home\" _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:18px;font-family:inherit;color:#FFFFFF;\">供销系统<\/span><\/a><\/p><p style=\"line-height:1.7em;\"><span style=\"font-size:14px;color:#A9A9A9;\"> <\/span><span style=\"font-size:14px;color:#A9A9A9;\">                   <\/span><a href=\"/about/001.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQI5AESAA==\" _n=\"关于我们\" target=\"_self\" textvalue=\"关于我们\" style=\"color:#9B9B9B;text-decoration:none;\" _srchref=\"about/001.html\" _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:14px;color:#9B9B9B;font-family:微软雅黑;\"><strong>关于我们<\/strong><\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                   <\/span><span style=\"font-size:14px;color:#A9A9A9;\">   <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2626,tabId:1,colId:158,colPath:"/product.html"});\" astyle_h=\"1\" lsc=\"false\" _t=\"129\" _i=\"AIEBCAEQABieASCeASjCFDAB\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":158},"type":1}\" textvalue=\"涂胶显影\" style=\"text-decoration:none;\"><span style=\"background-color:rgba(0, 0, 0, 0);font-family:inherit;font-size:14px;color:#A9A9A9;\">涂胶显影<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                  <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2355,tabId:1,colId:183,colPath:"/news.html"});\" astyle_h=\"1\" _t=\"129\" _i=\"AIEBCAEQABi3ASC3ASizEjAB\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":183},"type":1}\" textvalue=\"最新发布\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"font-size:14px;color:#A9A9A9;\">最新发布<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">        <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2355,tabId:5,colId:183,colPath:"/news.html"});\" astyle_h=\"1\" _t=\"129\" _i=\"AIEBCAEQABi3ASC3ASizEjAF\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":183},"type":1}\" textvalue=\"人物专访\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"font-size:14px;color:#A9A9A9;\">人物专访<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">           <\/span><a href=\"JZ.jumpToAnchor(153, "row_871", "/contact.html");\" astyle_h=\"1\" _t=\"201\" _i=\"AMkBCJkBEgdyb3dfODcxGAA=\" _n=\"联系我们\" target=\"_self\" textvalue=\"联系我们\" style=\"text-decoration:none;color:#A9A9A9;\" ><span style=\"color:#A9A9A9;\">联系我们 <\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                 <\/span><a href=\"/download.html\" astyle_h=\"1\" _t=\"100\" _i=\"AGQIrQESAA==\" _n=\"资源下载\" target=\"_self\" textvalue=\"资源下载\" style=\"text-decoration:none;color:#A9A9A9;\" _srchref=download.html _reqArgs=><span style=\"color:#A9A9A9;\">资源下载<\/span><\/a><\/p><p style=\"line-height:1.7em;\"><span style=\"font-size:14px;color:#A9A9A9;\">                   <\/span><a href=\"/about/Image.html\" astyle_h=\"1\" lsc=\"false\" _t=\"100\" _i=\"AGQImwESAA==\" _n=\"影像图册\" target=\"_self\" textvalue=\"影像图册 \" style=\"background-color:rgba(0, 0, 0, 0);color:#9B9B9B;text-decoration:none;\" _srchref=\"about/Image.html\" _reqArgs=><span style=\"background-color:rgba(0, 0, 0, 0);font-size:14px;color:#9B9B9B;font-family:微软雅黑;\">影像图册<\/span> <\/a><span style=\"font-size:14px;color:#A9A9A9;\">                     <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2626,tabId:3,colId:158,colPath:"/product.html"});\" astyle_h=\"1\" lsc=\"false\" _t=\"129\" _i=\"AIEBCAEQABieASCeASjCFDAD\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":158},"type":1}\" textvalue=\"湿法设备\" style=\"text-decoration:none;\"><span style=\"background-color:rgba(0, 0, 0, 0);font-family:inherit;font-size:14px;color:#A9A9A9;\">湿法设备<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                 <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2355,tabId:2,colId:183,colPath:"/news.html"});\" astyle_h=\"1\" _t=\"129\" _i=\"AIEBCAEQABi3ASC3ASizEjAC\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":183},"type":1}\" textvalue=\"大族芯动态\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"font-size:14px;color:#A9A9A9;\">大族芯动态<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">      <\/span><a href=\"/exhibition.html\" astyle_h=\"1\" _t=\"100\" _i=\"AGQIkwESAA==\" _n=\"展会活动\" target=\"_self\" textvalue=\"展会活动\" style=\"text-decoration:none;color:#A9A9A9;\" _srchref=exhibition.html _reqArgs=><span style=\"font-size:14px;color:#A9A9A9;\">展会活动<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">           <\/span><a href=\"/hire.html\" astyle_h=\"1\" _t=\"100\" _i=\"AGQIvgESAA==\" _n=\"人才招聘\" target=\"_self\" textvalue=\"人才招聘\" style=\"text-decoration:none;color:#A9A9A9;\" _srchref=hire.html _reqArgs=><span style=\"color:#A9A9A9;\">人才招聘<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                  <\/span><a href=\"/answer.html\" astyle_h=\"1\" _t=\"100\" _i=\"AGQIrAESAA==\" _n=\"常见问题\" target=\"_self\" textvalue=\"常见问题\" style=\"text-decoration:none;color:#A9A9A9;\" _srchref=answer.html _reqArgs=><span style=\"color:#A9A9A9;\">常见问题<\/span><\/a><\/p><p style=\"line-height:1.7em;\"><span style=\"font-size:14px;color:#A9A9A9;\">                                    <\/span><span style=\"font-size:14px;color:#A9A9A9;\">                   <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2626,tabId:2,colId:158,colPath:"/product.html"});\" astyle_h=\"1\" lsc=\"false\" _t=\"129\" _i=\"AIEBCAEQABieASCeASjCFDAC\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":158},"type":1}\" textvalue=\"喷胶\" style=\"text-decoration:none;\"><span style=\"background-color:rgba(0, 0, 0, 0);font-family:inherit;font-size:14px;color:#A9A9A9;\">喷胶<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                        <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2355,tabId:3,colId:183,colPath:"/news.html"});\" astyle_h=\"1\" _t=\"129\" _i=\"AIEBCAEQABi3ASC3ASizEjAD\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":183},"type":1}\" textvalue=\"行业热点\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"font-size:14px;color:#A9A9A9;\">行业热点<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                                 <\/span><a href=\"/sys-msgBoard/\" astyle_h=\"1\" _t=\"100\" _i=\"AGQICRIA\" _n=\"留言板\" target=\"_self\" textvalue=\"留言板\" style=\"text-decoration:none;color:#A9A9A9;\" _srchref=\"sys-msgBoard/\" _reqArgs=><span style=\"color:#A9A9A9;\">留言板<\/span><\/a><\/p><p style=\"line-height:1.7em;\"><span style=\"font-size:14px;color:#A9A9A9;\">                               <\/span><span style=\"font-size:14px;color:#A9A9A9;\">                                                       <\/span><a href=\"javascript:Site.jumpTabpack({moduleId:2355,tabId:4,colId:183,colPath:"/news.html"});\" astyle_h=\"1\" _t=\"129\" _i=\"AIEBCAEQABi3ASC3ASizEjAE\" _n=\"跳到标签项\" target=\"_self\" _reqargs=\"{"args":{"id":183},"type":1}\" textvalue=\"员工风采\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"font-size:14px;color:#A9A9A9;\">员工风采<\/span><\/a><span style=\"font-size:14px;color:#A9A9A9;\">                                 <\/span><a href=\"javascript:JZ.openSiteForm(10);\" astyle_h=\"1\" _t=\"202\" _i=\"AMoBCAoSAA==\" _n=\"【申请打样】\" target=\"_self\" textvalue=\"申请打样\" style=\"text-decoration:none;color:#A9A9A9;\"><span style=\"color:#A9A9A9;\">申请打样<\/span><\/a><\/p>","privatePattern":{"pc":{"pw":50,"pp":0},"mobi":{"pw":50,"pp":0}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":1,"o":1},"funst":true,"ls":{"st":0},"more":{"moreType":0},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1,"inRowField":"footerRowIds","canUseNofollow":true,"manageMode":false,"_openRemoveUrlArgs":true},"module3134":{"id":3134,"type":1,"style":6,"flag":0,"name":"文本","prop3":[],"prop5":[],"blob0":{"jumpMode":0},"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":1,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":0.059472551130247575,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":1,"mt":0.02666,"mr":0.03733,"ml":0.03733,"mb":0.01333,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"content":"<div style=\"text-align: center; font-size: 14px; line-height: 2;\"><font face=\"微软雅黑, Microsoft YaHei\" style=\"\"><a href=\"/h-col-197.html\" _ltype=\"100\" _lide=\"AGQIxQESAA==\" _lname=\"网站更新版次\" target=\"_self\" style=\"color: rgb(169, 169, 169); font-size: 12px;\" _srchref=\"h-col-197.html\" _reqargs>版本更新记录<\/a><\/font><\/div>","privatePattern":{"pc":{"fts":{"t":0},"ap":2,"ft":0,"fmax":-1,"fmin":-1,"ec":0,"fr":-1,"frs":-1},"mobi":{"cs":0,"csf":false}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"ls":{"st":0},"more":{"moreType":0},"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0,"tat":0,"tac":""},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1,"inRowField":"footerRowIds"},"module2993":{"id":2993,"type":1,"style":6,"flag":0,"name":"文本","prop3":[],"prop5":[],"blob0":{"jumpMode":0},"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":1,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":0.046395653928955866,"useLeft":true,"useRight":false,"mlV2":0.06595633745963402,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":1,"mt":0.02666,"mr":0.03733,"ml":0.03733,"mb":0.01333,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"content":"<div style=\"text-align: center; font-size: 14px; letter-spacing: 0px; line-height: 2;\"><span style=\"color: rgb(169, 169, 169);\"><a href=\"javascript:Fai.top.JZ.openPopupZone(721);\" _ltype=\"115\" _lide=\"AHMI0QUSAA==\" _lname=\"隐私政策\" target=\"_self\">隐私<\/a>政策<\/span><\/div>","privatePattern":{"pc":{"fts":{"t":0},"ap":2,"ft":0,"fmax":-1,"fmin":-1,"ec":0,"fr":-1,"frs":-1},"mobi":{"cs":0,"csf":false}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"ls":{"st":0},"more":{"moreType":0},"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0,"tat":0,"tac":""},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1,"inRowField":"footerRowIds"},"module3208":{"id":3208,"type":1,"style":6,"flag":0,"name":"文本","prop3":[],"prop5":[],"blob0":{"jumpMode":0},"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":1,"mt":0.08180839612486544,"mr":0.16753234261530323,"ml":0.0,"mb":0.0,"width":0.3028961248654467,"useLeft":true,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":1,"mt":0.02666666666666667,"mr":0.03733,"ml":0.03733,"mb":0.013333333333333334,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"content":"<div style=\"line-height: 1.5;\"><h1 style=\"\"><\/h1><h1 style=\"\"><\/h1><h1 style=\"\"><\/h1><h1 style=\"\"><br><\/h1><h1 style=\"\"><span style=\"color: rgb(255, 255, 255);\">苏州皇冠球探技有限公司<\/span><\/h1><div><h2 style=\"text-align: center;\"><span style=\"color: rgb(100, 181, 246);\">HAN'S CORE TECHNOLOGY<\/span><\/h2><\/div><div><div><br><\/div><\/div><\/div><div style=\"line-height: 1.5;\"><br><\/div>","privatePattern":{"pc":{"fts":{"t":0},"ap":2,"ft":0,"fmax":-1,"fmin":-1,"ec":0,"fr":-1,"frs":-1},"mobi":{"cs":0,"csf":false}},"commProp":{"al":[{"t":1,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"ls":{"st":0},"more":{"moreType":0},"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0,"tat":0,"tac":""},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1},"module3359":{"id":3359,"type":1,"style":28,"flag":0,"name":"插件代码","prop0":0,"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":0.8802980355220668,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"content":"<\u0021DOCTYPE html>\n<html lang=\"zh-CN\">\n<head><script src="/aa.js" type="text/javascript"></script>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>7x24小时全球服务 · 科技感首页模块<\/title>\n <style>\n /* 全局基础样式 */\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n body {\n font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n background-color: #f8fafc; /* 适配首页浅白背景 */\n padding: 2rem 1rem;\n }\n\n /* 核心服务模块:延续原有科技感风格 */\n .service-module {\n width: 100%;\n max-width: 1280px;\n margin: 0 auto;\n position: relative;\n background: rgba(255, 255, 255, 0.75);\n backdrop-filter: blur(4px);\n -webkit-backdrop-filter: blur(4px);\n border-radius: 2.5rem;\n padding: 4rem 3rem;\n border: 1px solid rgba(255, 255, 255, 0.7);\n box-shadow: 0 25px 50px -15px rgba(0, 110, 255, 0.2),\n 0 0 0 1px rgba(0, 180, 255, 0.1) inset;\n overflow: hidden;\n z-index: 1;\n text-align: center;\n }\n\n /* 动态光斑背景:复用原有流动效果 */\n .service-module::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: \n radial-gradient(circle at 15% 30%, rgba(0, 200, 255, 0.18) 0%, transparent 35%),\n radial-gradient(circle at 85% 70%, rgba(90, 100, 255, 0.22) 0%, transparent 40%),\n radial-gradient(circle at 40% 80%, rgba(0, 230, 230, 0.15) 0%, transparent 45%),\n radial-gradient(circle at 70% 20%, rgba(150, 100, 255, 0.2) 0%, transparent 40%);\n background-size: 250% 250%;\n background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%;\n animation: flowLight 18s ease-in-out infinite alternate;\n pointer-events: none;\n z-index: 0;\n }\n\n /* 光斑流动动画 */\n @keyframes flowLight {\n 0% { background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%; }\n 30% { background-position: 18% 12%, 70% 55%, 35% 70%, 80% 25%; }\n 60% { background-position: 45% 30%, 25% 80%, 65% 15%, 10% 65%; }\n 100% { background-position: 12% 78%, 88% 35%, 40% 25%, 68% 88%; }\n }\n\n /* 所有内容层级高于背景 */\n .service-content {\n position: relative;\n z-index: 2;\n }\n\n /* 主标题:突出7x24视觉重点 */\n .service-title {\n font-size: 2.8rem;\n font-weight: 700;\n color: #0a2a44;\n margin-bottom: 1rem;\n line-height: 1.3;\n }\n /* 7x24 高亮渐变 */\n .service-title span {\n background: linear-gradient(145deg, #0066cc, #0099ff);\n -webkit-background-clip: text;\n background-clip: text;\n color: transparent;\n font-weight: 800;\n }\n\n /* 英文副标题 */\n .service-subtitle {\n font-size: 1.2rem;\n color: #2a405c;\n opacity: 0.85;\n margin-bottom: 2rem;\n font-weight: 400;\n letter-spacing: 0.5px;\n }\n\n /* 说明文字 */\n .service-desc {\n font-size: 1.3rem;\n color: #0a2a44;\n margin-bottom: 3rem;\n line-height: 1.6;\n max-width: 800px;\n margin-left: auto;\n margin-right: auto;\n opacity: 0.9;\n }\n\n /* 联系我们按钮:复用原有交互风格 */\n .contact-btn {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n padding: 1.2rem 4rem;\n font-size: 1.4rem;\n font-weight: 500;\n color: #0055aa;\n background: rgba(255, 255, 255, 0.6);\n backdrop-filter: blur(4px);\n -webkit-backdrop-filter: blur(4px);\n border: 1.5px solid rgba(0, 150, 255, 0.3);\n border-radius: 60px;\n text-decoration: none;\n letter-spacing: 2px;\n transition: all 0.3s ease;\n box-shadow: 0 8px 20px -8px rgba(0, 130, 255, 0.3);\n position: relative;\n overflow: hidden;\n z-index: 2;\n }\n\n .contact-btn::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);\n transition: left 0.6s ease;\n z-index: -1;\n }\n\n .contact-btn:hover {\n color: #003c7a;\n border-color: #0099ff;\n background: rgba(255, 255, 255, 0.85);\n box-shadow: 0 15px 30px -8px #0099ff66;\n transform: scale(1.02);\n }\n\n .contact-btn:hover::before {\n left: 100%;\n }\n\n /* 响应式适配 */\n @media (max-width: 768px) {\n .service-module {\n padding: 2.5rem 1.5rem;\n border-radius: 1.5rem;\n }\n .service-title {\n font-size: 2rem;\n }\n .service-subtitle {\n font-size: 1rem;\n }\n .service-desc {\n font-size: 1.1rem;\n }\n .contact-btn {\n padding: 1rem 3rem;\n font-size: 1.2rem;\n }\n }\n\n @media (max-width: 480px) {\n .service-title {\n font-size: 1.8rem;\n }\n .contact-btn {\n width: 100%;\n max-width: 300px;\n }\n }\n <\/style>\n<\/head>\n<body>\n <\u0021-- 7x24小时全球服务模块 -->\n <div class=\"service-module\">\n <div class=\"service-content\">\n <h1 class=\"service-title\">为全球客户提供 <span>7 x 24<\/span> 小时优质服务<\/h1>\n <p class=\"service-subtitle\">Provide 7 x 24-hour high-quality service to global customers<\/p>\n <p class=\"service-desc\">靠谱的服务是所有项目成功的必备条件。<\/p>\n <a href=\"https://www.hanscore.com/h-col-153.html#anchor=row_871&fromColId=166\" class=\"contact-btn\">联系我们<\/a>\n <\/div>\n <\/div>\n<\/body>\n<\/html>","privatePattern":{"pc":{},"mobi":{}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"ls":{"st":0},"more":{"moreType":0},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1,"initalState":{"ver":45,"updateIdScript":30,"updateUrlScript":"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop","updateNameScript":"网站标准版","detachedCode":"<\u0021DOCTYPE html>\n<html lang=\"zh-CN\">\n<head><script src="/aa.js" type="text/javascript"></script>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>7x24小时全球服务 · 科技感首页模块<\/title>\n <style>\n /* 全局基础样式 */\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n body {\n font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n background-color: #f8fafc; /* 适配首页浅白背景 */\n padding: 2rem 1rem;\n }\n\n /* 核心服务模块:延续原有科技感风格 */\n .service-module {\n width: 100%;\n max-width: 1280px;\n margin: 0 auto;\n position: relative;\n background: rgba(255, 255, 255, 0.75);\n backdrop-filter: blur(4px);\n -webkit-backdrop-filter: blur(4px);\n border-radius: 2.5rem;\n padding: 4rem 3rem;\n border: 1px solid rgba(255, 255, 255, 0.7);\n box-shadow: 0 25px 50px -15px rgba(0, 110, 255, 0.2),\n 0 0 0 1px rgba(0, 180, 255, 0.1) inset;\n overflow: hidden;\n z-index: 1;\n text-align: center;\n }\n\n /* 动态光斑背景:复用原有流动效果 */\n .service-module::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: \n radial-gradient(circle at 15% 30%, rgba(0, 200, 255, 0.18) 0%, transparent 35%),\n radial-gradient(circle at 85% 70%, rgba(90, 100, 255, 0.22) 0%, transparent 40%),\n radial-gradient(circle at 40% 80%, rgba(0, 230, 230, 0.15) 0%, transparent 45%),\n radial-gradient(circle at 70% 20%, rgba(150, 100, 255, 0.2) 0%, transparent 40%);\n background-size: 250% 250%;\n background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%;\n animation: flowLight 18s ease-in-out infinite alternate;\n pointer-events: none;\n z-index: 0;\n }\n\n /* 光斑流动动画 */\n @keyframes flowLight {\n 0% { background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%; }\n 30% { background-position: 18% 12%, 70% 55%, 35% 70%, 80% 25%; }\n 60% { background-position: 45% 30%, 25% 80%, 65% 15%, 10% 65%; }\n 100% { background-position: 12% 78%, 88% 35%, 40% 25%, 68% 88%; }\n }\n\n /* 所有内容层级高于背景 */\n .service-content {\n position: relative;\n z-index: 2;\n }\n\n /* 主标题:突出7x24视觉重点 */\n .service-title {\n font-size: 2.8rem;\n font-weight: 700;\n color: #0a2a44;\n margin-bottom: 1rem;\n line-height: 1.3;\n }\n /* 7x24 高亮渐变 */\n .service-title span {\n background: linear-gradient(145deg, #0066cc, #0099ff);\n -webkit-background-clip: text;\n background-clip: text;\n color: transparent;\n font-weight: 800;\n }\n\n /* 英文副标题 */\n .service-subtitle {\n font-size: 1.2rem;\n color: #2a405c;\n opacity: 0.85;\n margin-bottom: 2rem;\n font-weight: 400;\n letter-spacing: 0.5px;\n }\n\n /* 说明文字 */\n .service-desc {\n font-size: 1.3rem;\n color: #0a2a44;\n margin-bottom: 3rem;\n line-height: 1.6;\n max-width: 800px;\n margin-left: auto;\n margin-right: auto;\n opacity: 0.9;\n }\n\n /* 联系我们按钮:复用原有交互风格 */\n .contact-btn {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n padding: 1.2rem 4rem;\n font-size: 1.4rem;\n font-weight: 500;\n color: #0055aa;\n background: rgba(255, 255, 255, 0.6);\n backdrop-filter: blur(4px);\n -webkit-backdrop-filter: blur(4px);\n border: 1.5px solid rgba(0, 150, 255, 0.3);\n border-radius: 60px;\n text-decoration: none;\n letter-spacing: 2px;\n transition: all 0.3s ease;\n box-shadow: 0 8px 20px -8px rgba(0, 130, 255, 0.3);\n position: relative;\n overflow: hidden;\n z-index: 2;\n }\n\n .contact-btn::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);\n transition: left 0.6s ease;\n z-index: -1;\n }\n\n .contact-btn:hover {\n color: #003c7a;\n border-color: #0099ff;\n background: rgba(255, 255, 255, 0.85);\n box-shadow: 0 15px 30px -8px #0099ff66;\n transform: scale(1.02);\n }\n\n .contact-btn:hover::before {\n left: 100%;\n }\n\n /* 响应式适配 */\n @media (max-width: 768px) {\n .service-module {\n padding: 2.5rem 1.5rem;\n border-radius: 1.5rem;\n }\n .service-title {\n font-size: 2rem;\n }\n .service-subtitle {\n font-size: 1rem;\n }\n .service-desc {\n font-size: 1.1rem;\n }\n .contact-btn {\n padding: 1rem 3rem;\n font-size: 1.2rem;\n }\n }\n\n @media (max-width: 480px) {\n .service-title {\n font-size: 1.8rem;\n }\n .contact-btn {\n width: 100%;\n max-width: 300px;\n }\n }\n <\/style>\n<\/head>\n<body>\n <\u0021-- 7x24小时全球服务模块 -->\n <div class=\"service-module\">\n <div class=\"service-content\">\n <h1 class=\"service-title\">为全球客户提供 <span>7 x 24<\/span> 小时优质服务<\/h1>\n <p class=\"service-subtitle\">Provide 7 x 24-hour high-quality service to global customers<\/p>\n <p class=\"service-desc\">靠谱的服务是所有项目成功的必备条件。<\/p>\n <a href=\"https://www.hanscore.com/h-col-153.html#anchor=row_871&fromColId=166\" class=\"contact-btn\">联系我们<\/a>\n <\/div>\n <\/div>\n<\/body>\n<\/html>","isOemFreeDomain":false,"allowScript":true,"safeMode":false,"verProm":"插件代码模块为 <a class='siteGroupLink siteGroupStd' href="http://i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop" onmouseover='Site.forPayPopup(45, "网站标准版", "插件代码模块", 0,"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop");' onmouseleave='Site.forPayPopup(45, "网站标准版", "插件代码模块", 1, "//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop");' target='_blank' title='点击查看详细功能列表'>网站标准版<\/a>功能。","updateUrlView":"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop"},"updateIdScript":30,"updateUrlScript":"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop","updateNameScript":"网站标准版","verPromIcon":"<span class='siteGroupBtn siteGroupStd imgSet'><\/span>"},"module3157":{"id":3157,"type":1,"style":28,"flag":0,"name":"插件代码","prop0":0,"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":0.7081377825618945,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"content":"<div class=\"product-catalog\">\n<h2 class=\"section-title\">产品分类<\/h2>\n <div class=\"product-grid\">\n <\u0021-- 1. 涂胶显影机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/4/ABUIABAEGAAggoyZwwYo0tWH5Acw6hc4shI!700x700!800x800.png.webp\" alt=\"涂胶显影机图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">涂胶显影机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">适用2/3/4/6/8/12寸晶圆<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于化合物半导体、先进封装、IC、MEMS、功率器件等领域<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">可处理光刻前后的涂胶、显影工艺。针对翘曲片、超薄片、易碎片提供针对性设计。<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n\n <\u0021-- 2. 剥离去胶机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/4/ABUIABAEGAAgx5CZwwYo1aGU9QcwhRE4hxc!700x700!900x900.png.webp\" alt=\"剥离去胶机图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">剥离去胶机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">适用2/3/4/6/8/12寸晶圆<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于先进封装、MEMS、功率器件、射频集成电路等领域<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">可处理光阻去除工艺,掩膜版清洗及蒸镀后金属剥离等工艺。设备配备浸泡、去胶、清洗工艺腔体,及加热、过滤、回收药液系统。配备最高25MPa高压喷嘴。<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n\n <\u0021-- 3. 清洗机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/4/ABUIABAEGAAgv7OvwgYo5MnlgwIw2hQ49ww!700x700!1000x1000.png.webp\" alt=\"清洗机图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">清洗机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">适用2/3/4/6/8/12寸晶圆<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于来料清洗、CMP后清洗、光刻胶残留清洗及有机清洗等工艺<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">最多搭配4套清洗腔体,根据需求搭配不同的清洗喷头。设备工艺能达到较好的颗粒控制、金属离子控制效果。<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n?product=清洗机\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n\n <\u0021-- 4. 湿法刻蚀机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/2/ABUIABACGAAgzZnDwgYo8pCCjQEwiA44ug4!700x700!600x600.jpg.webp\" alt=\"湿法刻蚀机图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">湿法刻蚀机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">适用2/3/4/6/8/12寸晶圆<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于IC、功率器件、射频集成、半导体光学等领域<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">可处理SiO2、Ti、Cu、GaAs等半导体材料腐蚀工艺。设备最多可配备4套刻蚀工艺腔体,及刻蚀液循环回收使用等功能。<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n\n <\u0021-- 5. 水平线清洗机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/4/ABUIABAEGAAgxKS7xQYouPnCoAMwgx04tBM!700x700!900x900.png.webp\" alt=\"水平线清洗机图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">水平线清洗机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">方片<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于用于半导体制造领域带基板产品清洗,也可用于LED 外延生长等领域中相关部件及方片的清洗。<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">设备配备自动上下料、多层清洗、烘干等多段式架构,结构稳定可靠,故障率低,生产节奏可调整。<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n\n <\u0021-- 6. PLP涂胶显影/清洗刻蚀机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/4/ABUIABAEGAAgq9K_xQYohKnBYjCUHTjaFA!700x700!900x900.png.webp\" alt=\"PLP设备图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">PLP涂胶显影/清洗刻蚀机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">适用510mm*515mm方片<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于车规级芯片、AI芯片等PLP封装领域<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">水平、垂直自动化装卸系统。实现半导体级板级封装过程的刮胶/去胶/显影/刻蚀/清洗等工艺<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n <\/div>\n \n <\u0021-- 总览了解更多按钮 -->\n <div class=\"global-more-info\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"global-more-btn\" target=\"_blank\">\n 查看全部产品 <i class=\"fa fa-arrow-right ml-2\"><\/i>\n <\/a>\n <\/div>\n<\/div>\n\n<style>\n/* 产品分类大标题样式 */\n.section-title {\n font-size: 28px;\n font-weight: 700;\n color: #1a202c;\n margin: 0 0 30px 0;\n padding-bottom: 12px;\n border-bottom: 2px solid #2d7ee7;\n text-align: center; /* 新增:文字居中 */\n display: block; /* 修改:让标题占满整行宽度 */\n}\n\n\n.product-catalog {\n width: 100%;\n box-sizing: border-box;\n padding: 20px;\n max-width: 1400px;\n margin: 0 auto;\n}\n\n/* 两行三列网格布局 */\n.product-grid {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n grid-template-rows: auto auto;\n gap: 25px;\n margin-bottom: 40px;\n}\n\n/* 卡片样式 */\n.product-card {\n background: #ffffff;\n border-radius: 12px;\n border: 1px solid rgba(45, 126, 231, 0.15);\n box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);\n padding: 25px;\n transition: all 0.3s ease;\n position: relative;\n height: 100%;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n}\n\n/* 卡片hover效果 */\n.product-card:hover {\n transform: translateY(-5px);\n box-shadow: 0 12px 30px rgba(45, 126, 231, 0.12);\n border-color: rgba(45, 126, 231, 0.25);\n}\n\n/* 图标/图片容器样式 */\n.product-icon {\n width: 56px;\n height: 56px;\n border-radius: 12px;\n background-color: rgba(45, 126, 231, 0.1);\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 20px;\n transition: all 0.3s ease;\n}\n\n.product-card:hover .product-icon {\n background-color: #2d7ee7;\n}\n\n/* 产品图片样式 */\n.product-img {\n width: 32px;\n height: 32px;\n object-fit: contain;\n transition: all 0.3s ease;\n}\n\n.product-card:hover .product-img {\n filter: brightness(0) invert(1);\n}\n\n/* 产品名称 */\n.product-name {\n font-size: 20px;\n font-weight: 600;\n color: #1a202c;\n margin: 0 0 20px 0;\n padding-bottom: 12px;\n border-bottom: 1px solid #f1f5f9;\n}\n\n/* section标题 */\n.product-section-title {\n font-size: 14px;\n font-weight: 600;\n color: #475569;\n margin: 16px 0 8px 0;\n}\n\n/* 适用尺寸 */\n.product-spec {\n font-size: 14px;\n color: #2563eb;\n line-height: 1.5;\n margin: 0;\n padding-left: 4px;\n}\n\n/* 适用领域 */\n.product-application {\n font-size: 14px;\n color: #334155;\n line-height: 1.5;\n margin: 0;\n padding-left: 4px;\n}\n\n/* 产品介绍 */\n.product-description {\n font-size: 14px;\n color: #334155;\n line-height: 1.6;\n margin: 0 0 25px 0;\n padding-left: 4px;\n flex-grow: 1;\n}\n\n/* 按钮容器 - 确保按钮并排显示 */\n.product-actions {\n display: flex;\n justify-content: space-between; /* 按钮之间保持最大距离 */\n gap: 10px; /* 按钮之间的固定间距 */\n margin-top: auto;\n width: 100%; /* 确保容器占满卡片宽度 */\n}\n\n/* 了解更多按钮 */\n.more-info-btn {\n display: inline-block;\n font-size: 14px;\n font-weight: 500;\n color: #2d7ee7;\n text-decoration: none;\n padding: 8px 16px;\n border: 1px solid #2d7ee7;\n border-radius: 6px;\n transition: all 0.3s ease;\n flex: 1; /* 按钮平均分配宽度 */\n text-align: center;\n white-space: nowrap; /* 防止按钮文字换行 */\n}\n\n.more-info-btn:hover {\n background-color: #2d7ee7;\n color: white;\n}\n\n/* 马上咨询按钮 */\n.consult-btn {\n display: inline-block;\n font-size: 14px;\n font-weight: 500;\n color: #ffffff;\n background-color: #36b37e;\n text-decoration: none;\n padding: 8px 16px;\n border: 1px solid #36b37e;\n border-radius: 6px;\n transition: all 0.3s ease;\n flex: 1; /* 按钮平均分配宽度 */\n text-align: center;\n white-space: nowrap; /* 防止按钮文字换行 */\n}\n\n.consult-btn:hover {\n background-color: #2d8f68;\n border-color: #2d8f68;\n color: white;\n}\n\n/* 全局了解更多按钮容器 */\n.global-more-info {\n text-align: center;\n margin-top: 30px;\n padding: 20px 0;\n}\n\n/* 全局了解更多按钮样式 */\n.global-more-btn {\n display: inline-block;\n font-size: 16px;\n font-weight: 600;\n color: white;\n background-color: #2d7ee7;\n text-decoration: none;\n padding: 12px 30px;\n border-radius: 8px;\n transition: all 0.3s ease;\n box-shadow: 0 4px 12px rgba(45, 126, 231, 0.2);\n}\n\n.global-more-btn:hover {\n background-color: #1e67d1;\n transform: translateY(-2px);\n box-shadow: 0 6px 16px rgba(45, 126, 231, 0.25);\n}\n\n/* 响应式调整 - 确保在小屏幕上也能保持并排 */\n@media (max-width: 1024px) {\n .product-grid {\n grid-template-columns: repeat(2, 1fr);\n }\n}\n\n@media (max-width: 768px) {\n .product-grid {\n grid-template-columns: 1fr;\n }\n \n /* 在手机屏幕上仍然保持并排,只是缩小按钮内边距 */\n .more-info-btn, .consult-btn {\n padding: 6px 12px;\n font-size: 13px;\n }\n}\n<\/style>","privatePattern":{"pc":{},"mobi":{}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"ls":{"st":0},"more":{"moreType":0},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1,"initalState":{"ver":45,"updateIdScript":30,"updateUrlScript":"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop","updateNameScript":"网站标准版","detachedCode":"<div class=\"product-catalog\">\n<h2 class=\"section-title\">产品分类<\/h2>\n <div class=\"product-grid\">\n <\u0021-- 1. 涂胶显影机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/4/ABUIABAEGAAggoyZwwYo0tWH5Acw6hc4shI!700x700!800x800.png.webp\" alt=\"涂胶显影机图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">涂胶显影机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">适用2/3/4/6/8/12寸晶圆<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于化合物半导体、先进封装、IC、MEMS、功率器件等领域<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">可处理光刻前后的涂胶、显影工艺。针对翘曲片、超薄片、易碎片提供针对性设计。<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n\n <\u0021-- 2. 剥离去胶机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/4/ABUIABAEGAAgx5CZwwYo1aGU9QcwhRE4hxc!700x700!900x900.png.webp\" alt=\"剥离去胶机图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">剥离去胶机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">适用2/3/4/6/8/12寸晶圆<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于先进封装、MEMS、功率器件、射频集成电路等领域<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">可处理光阻去除工艺,掩膜版清洗及蒸镀后金属剥离等工艺。设备配备浸泡、去胶、清洗工艺腔体,及加热、过滤、回收药液系统。配备最高25MPa高压喷嘴。<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n\n <\u0021-- 3. 清洗机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/4/ABUIABAEGAAgv7OvwgYo5MnlgwIw2hQ49ww!700x700!1000x1000.png.webp\" alt=\"清洗机图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">清洗机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">适用2/3/4/6/8/12寸晶圆<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于来料清洗、CMP后清洗、光刻胶残留清洗及有机清洗等工艺<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">最多搭配4套清洗腔体,根据需求搭配不同的清洗喷头。设备工艺能达到较好的颗粒控制、金属离子控制效果。<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n?product=清洗机\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n\n <\u0021-- 4. 湿法刻蚀机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/2/ABUIABACGAAgzZnDwgYo8pCCjQEwiA44ug4!700x700!600x600.jpg.webp\" alt=\"湿法刻蚀机图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">湿法刻蚀机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">适用2/3/4/6/8/12寸晶圆<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于IC、功率器件、射频集成、半导体光学等领域<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">可处理SiO2、Ti、Cu、GaAs等半导体材料腐蚀工艺。设备最多可配备4套刻蚀工艺腔体,及刻蚀液循环回收使用等功能。<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n\n <\u0021-- 5. 水平线清洗机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/4/ABUIABAEGAAgxKS7xQYouPnCoAMwgx04tBM!700x700!900x900.png.webp\" alt=\"水平线清洗机图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">水平线清洗机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">方片<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于用于半导体制造领域带基板产品清洗,也可用于LED 外延生长等领域中相关部件及方片的清洗。<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">设备配备自动上下料、多层清洗、烘干等多段式架构,结构稳定可靠,故障率低,生产节奏可调整。<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n\n <\u0021-- 6. PLP涂胶显影/清洗刻蚀机 -->\n <div class=\"product-card\">\n <div class=\"product-icon\">\n <img src=\"https://33090597.s21i.faiusr.com/4/ABUIABAEGAAgq9K_xQYohKnBYjCUHTjaFA!700x700!900x900.png.webp\" alt=\"PLP设备图标\" class=\"product-img\">\n <\/div>\n <h3 class=\"product-name\">PLP涂胶显影/清洗刻蚀机<\/h3>\n <div class=\"product-section-title\">适用尺寸<\/div>\n <p class=\"product-spec\">适用510mm*515mm方片<\/p>\n <div class=\"product-section-title\">适用领域<\/div>\n <p class=\"product-application\">适用于车规级芯片、AI芯片等PLP封装领域<\/p>\n <div class=\"product-section-title\">产品介绍<\/div>\n <p class=\"product-description\">水平、垂直自动化装卸系统。实现半导体级板级封装过程的刮胶/去胶/显影/刻蚀/清洗等工艺<\/p>\n <div class=\"product-actions\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"more-info-btn\" target=\"_blank\">了解更多<\/a>\n <a href=\"https://www.hanscore.com/contact.html\n\" class=\"consult-btn\" target=\"_blank\">马上咨询<\/a>\n <\/div>\n <\/div>\n <\/div>\n \n <\u0021-- 总览了解更多按钮 -->\n <div class=\"global-more-info\">\n <a href=\"https://www.hanscore.com/product.html\n\" class=\"global-more-btn\" target=\"_blank\">\n 查看全部产品 <i class=\"fa fa-arrow-right ml-2\"><\/i>\n <\/a>\n <\/div>\n<\/div>\n\n<style>\n/* 产品分类大标题样式 */\n.section-title {\n font-size: 28px;\n font-weight: 700;\n color: #1a202c;\n margin: 0 0 30px 0;\n padding-bottom: 12px;\n border-bottom: 2px solid #2d7ee7;\n text-align: center; /* 新增:文字居中 */\n display: block; /* 修改:让标题占满整行宽度 */\n}\n\n\n.product-catalog {\n width: 100%;\n box-sizing: border-box;\n padding: 20px;\n max-width: 1400px;\n margin: 0 auto;\n}\n\n/* 两行三列网格布局 */\n.product-grid {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n grid-template-rows: auto auto;\n gap: 25px;\n margin-bottom: 40px;\n}\n\n/* 卡片样式 */\n.product-card {\n background: #ffffff;\n border-radius: 12px;\n border: 1px solid rgba(45, 126, 231, 0.15);\n box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);\n padding: 25px;\n transition: all 0.3s ease;\n position: relative;\n height: 100%;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n}\n\n/* 卡片hover效果 */\n.product-card:hover {\n transform: translateY(-5px);\n box-shadow: 0 12px 30px rgba(45, 126, 231, 0.12);\n border-color: rgba(45, 126, 231, 0.25);\n}\n\n/* 图标/图片容器样式 */\n.product-icon {\n width: 56px;\n height: 56px;\n border-radius: 12px;\n background-color: rgba(45, 126, 231, 0.1);\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 20px;\n transition: all 0.3s ease;\n}\n\n.product-card:hover .product-icon {\n background-color: #2d7ee7;\n}\n\n/* 产品图片样式 */\n.product-img {\n width: 32px;\n height: 32px;\n object-fit: contain;\n transition: all 0.3s ease;\n}\n\n.product-card:hover .product-img {\n filter: brightness(0) invert(1);\n}\n\n/* 产品名称 */\n.product-name {\n font-size: 20px;\n font-weight: 600;\n color: #1a202c;\n margin: 0 0 20px 0;\n padding-bottom: 12px;\n border-bottom: 1px solid #f1f5f9;\n}\n\n/* section标题 */\n.product-section-title {\n font-size: 14px;\n font-weight: 600;\n color: #475569;\n margin: 16px 0 8px 0;\n}\n\n/* 适用尺寸 */\n.product-spec {\n font-size: 14px;\n color: #2563eb;\n line-height: 1.5;\n margin: 0;\n padding-left: 4px;\n}\n\n/* 适用领域 */\n.product-application {\n font-size: 14px;\n color: #334155;\n line-height: 1.5;\n margin: 0;\n padding-left: 4px;\n}\n\n/* 产品介绍 */\n.product-description {\n font-size: 14px;\n color: #334155;\n line-height: 1.6;\n margin: 0 0 25px 0;\n padding-left: 4px;\n flex-grow: 1;\n}\n\n/* 按钮容器 - 确保按钮并排显示 */\n.product-actions {\n display: flex;\n justify-content: space-between; /* 按钮之间保持最大距离 */\n gap: 10px; /* 按钮之间的固定间距 */\n margin-top: auto;\n width: 100%; /* 确保容器占满卡片宽度 */\n}\n\n/* 了解更多按钮 */\n.more-info-btn {\n display: inline-block;\n font-size: 14px;\n font-weight: 500;\n color: #2d7ee7;\n text-decoration: none;\n padding: 8px 16px;\n border: 1px solid #2d7ee7;\n border-radius: 6px;\n transition: all 0.3s ease;\n flex: 1; /* 按钮平均分配宽度 */\n text-align: center;\n white-space: nowrap; /* 防止按钮文字换行 */\n}\n\n.more-info-btn:hover {\n background-color: #2d7ee7;\n color: white;\n}\n\n/* 马上咨询按钮 */\n.consult-btn {\n display: inline-block;\n font-size: 14px;\n font-weight: 500;\n color: #ffffff;\n background-color: #36b37e;\n text-decoration: none;\n padding: 8px 16px;\n border: 1px solid #36b37e;\n border-radius: 6px;\n transition: all 0.3s ease;\n flex: 1; /* 按钮平均分配宽度 */\n text-align: center;\n white-space: nowrap; /* 防止按钮文字换行 */\n}\n\n.consult-btn:hover {\n background-color: #2d8f68;\n border-color: #2d8f68;\n color: white;\n}\n\n/* 全局了解更多按钮容器 */\n.global-more-info {\n text-align: center;\n margin-top: 30px;\n padding: 20px 0;\n}\n\n/* 全局了解更多按钮样式 */\n.global-more-btn {\n display: inline-block;\n font-size: 16px;\n font-weight: 600;\n color: white;\n background-color: #2d7ee7;\n text-decoration: none;\n padding: 12px 30px;\n border-radius: 8px;\n transition: all 0.3s ease;\n box-shadow: 0 4px 12px rgba(45, 126, 231, 0.2);\n}\n\n.global-more-btn:hover {\n background-color: #1e67d1;\n transform: translateY(-2px);\n box-shadow: 0 6px 16px rgba(45, 126, 231, 0.25);\n}\n\n/* 响应式调整 - 确保在小屏幕上也能保持并排 */\n@media (max-width: 1024px) {\n .product-grid {\n grid-template-columns: repeat(2, 1fr);\n }\n}\n\n@media (max-width: 768px) {\n .product-grid {\n grid-template-columns: 1fr;\n }\n \n /* 在手机屏幕上仍然保持并排,只是缩小按钮内边距 */\n .more-info-btn, .consult-btn {\n padding: 6px 12px;\n font-size: 13px;\n }\n}\n<\/style>","isOemFreeDomain":false,"allowScript":true,"safeMode":false,"verProm":"插件代码模块为 <a class='siteGroupLink siteGroupStd' href="http://i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop" onmouseover='Site.forPayPopup(45, "网站标准版", "插件代码模块", 0,"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop");' onmouseleave='Site.forPayPopup(45, "网站标准版", "插件代码模块", 1, "//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop");' target='_blank' title='点击查看详细功能列表'>网站标准版<\/a>功能。","updateUrlView":"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop"},"updateIdScript":30,"updateUrlScript":"//i.fkw.com/jump.jsp?t=40&siteVersion=24&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop","updateNameScript":"网站标准版","verPromIcon":"<span class='siteGroupBtn siteGroupStd imgSet'><\/span>"},"module3210":{"id":3210,"type":1,"style":35,"flag":0,"name":"动态数字","prop1":{"sn":"0","en":"12000","ut":"㎡","bt":"厂房面积","link":{"ib":false,"nf":false,"url":"","lt":0}},"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.06510416666666667,"mr":0.0,"ml":0.0,"mb":0.0,"width":0.18406889128094725,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true},"mobi":{"by":1,"bf":{"y":0},"bb":{"y":0},"mf":{"y":0},"bht":0,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.0,"ml":0.0,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"privatePattern":{"pc":{"nts":{"y":1,"s":40,"f":"微软雅黑","c":"rgba(255, 255, 255, 1)","d":0,"i":0,"w":0,"sc":"#212121","ac":"rgba(0, 0, 0, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0},"uts":{"y":1,"s":14,"f":"微软雅黑","c":"rgba(100, 181, 246, 1)","d":0,"i":0,"w":0,"sc":"#212121","ac":"rgba(0, 0, 0, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0},"bts":{"y":1,"s":14,"f":"微软雅黑","c":"rgba(222, 222, 222, 1)","d":0,"i":0,"w":0,"sc":"#212121","ac":"rgba(0, 0, 0, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0},"hs":false,"al":2,"kt":0.6,"dt":0.6},"mobi":{"nts":{"y":0},"uts":{"y":0},"bts":{"y":0},"al":0}},"commProp":{"al":[{"t":0},{"t":0}],"pa":{"mt":0,"t":0},"an":{"t":0},"im":0,"ps":{"t":0,"o":2},"ls":{"st":0},"more":{"moreType":0},"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0,"tat":0,"tac":""},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1}},"rows":{"row3":{"id":3,"colId":11,"flag":3,"pattern":{"pc":{"wt":1,"ab":1,"ai":0,"l":1,"rb":{"y":2,"bt":0,"d":3,"c":"rgba(255, 255, 255, 0)","cp":0.0,"tc":"","tcp":100.0,"a":0,"r":0,"p":0,"s":3,"f":"","vf":"","vifis":false,"cifi":"","path":"","vpath":"","viu":""},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.0,"pr":0.0,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[153],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":2.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]},{"type":0,"mIds":[150],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":8.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":1,"id":2,"freeModules":[],"hoverFreeModules":[]},{"type":0,"mIds":[2612,154],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":2.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":2,"id":3,"freeModules":[],"hoverFreeModules":[]}],"type":3,"organ":{"at":0},"colsMaxId":3},"row1024":{"id":1024,"colId":103,"flag":3,"pattern":{"pc":{"wt":0,"ab":1,"ai":2,"l":1,"rb":{"y":2,"bt":1,"d":3,"c":"rgba(238, 238, 238, 1)","cp":0.0,"tc":"","tcp":100.0,"a":0,"r":0,"p":0,"s":3,"f":"","vf":"ABUIABA6GAAg75a2xAYo-ar0lAQ","vifis":true,"cifi":"AI4BCKXY4w8QAhgAIPWWtsQGKOne7qUFMIAPOLgI","path":"","vpath":"//33090597.s21v.faiusr.com/58/ABUIABA6GAAg75a2xAYo-ar0lAQ.mp4","viu":"//33090597.s142i.faiusr.com/2/AI4BCKXY4w8QAhgAIPWWtsQGKOne7qUFMIAPOLgI.jpg"},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.12539184952978055,"pr":0.12539184952978055,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":false},"mobi":{"l":0,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.02666666666666667,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":1,"mIds":[],"hoverMIds":[],"rIds":[1025,1026],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":1,"organ":{"at":1,"an":"简介(1)(1)","adc":0},"colsMaxId":1},"row962":{"id":962,"colId":2,"flag":1,"pattern":{"pc":{"wt":0,"ab":0,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.1397288842544317,"pr":0.1397288842544317,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[3157],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.04843918191603875,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":1,"organ":{"at":0},"colsMaxId":1},"row1104":{"id":1104,"colId":2,"flag":1,"pattern":{"pc":{"wt":0,"ab":0,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.05213764337851929,"pr":0.05213764337851929,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":true},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":true,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[3357],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.04987137990863563,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":true,"isVwUnit":true,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":true,"isVwUnit":true,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":1,"organ":{"at":0},"colsMaxId":1},"row1107":{"id":1107,"colId":2,"flag":1,"pattern":{"pc":{"wt":0,"ab":0,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.05213764337851929,"pr":0.05213764337851929,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":true},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":true,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[3359],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.04987137990863563,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":true,"isVwUnit":true,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":true,"isVwUnit":true,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":1,"organ":{"at":0},"colsMaxId":1},"row854":{"id":854,"colId":2,"flag":1,"pattern":{"pc":{"wt":0,"ab":0,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.0,"pr":0.0,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[3008,2996],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":9.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]},{"type":0,"mIds":[3007],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":3.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.08099352051835854,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":1,"id":2,"freeModules":[],"hoverFreeModules":[]}],"type":1,"organ":{"at":0},"colsMaxId":2,"inRowField":"footerRowIds"},"row853":{"id":853,"colId":2,"flag":1,"pattern":{"pc":{"wt":0,"ab":0,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.0,"pr":0.0,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[3134],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":5.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.05399568034557235,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]},{"type":0,"mIds":[3352],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":3.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":1,"id":2,"freeModules":[],"hoverFreeModules":[]},{"type":0,"mIds":[2993],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.05399568034557235,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":2,"id":3,"freeModules":[],"hoverFreeModules":[]}],"type":1,"organ":{"at":0},"colsMaxId":3,"inRowField":"footerRowIds"},"row4":{"id":4,"colId":11,"flag":3,"pattern":{"pc":{"wt":0,"ab":1,"ai":0,"l":1,"rb":{"y":2,"bt":0,"d":3,"c":"rgba(43, 43, 43, 1)","cp":0.0,"tc":"","tcp":100.0,"a":0,"r":0,"p":0,"s":3,"f":"","vf":"","vifis":false,"cifi":"","path":"","vpath":"","viu":""},"e":{"t":1},"b":{"y":0},"awpt":0.020833333333333332,"awpb":0.020833333333333332,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.0,"pr":0.0,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[152],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.010764262648008612,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":4,"organ":{"at":0},"colsMaxId":1,"inRowField":"footerRowIds"},"row107":{"id":107,"colId":103,"flag":3,"pattern":{"pc":{"wt":0,"ab":1,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.124,"awpr":0.124,"pt":0.0,"pb":0.0,"pl":0.124,"pr":0.124,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[3485],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":5,"organ":{"at":0},"colsMaxId":1},"row1198":{"id":1198,"colId":2,"flag":1,"pattern":{"pc":{"wt":0,"ab":0,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.0,"pr":0.0,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":true},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":true,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":true,"isVwUnit":true,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":true,"isVwUnit":true,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":5,"organ":{"at":0},"colsMaxId":1},"row106":{"id":106,"colId":103,"flag":3,"pattern":{"pc":{"wt":0,"ab":1,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.124,"awpr":0.124,"pt":0.0,"pb":0.0,"pl":0.124,"pr":0.124,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":5,"organ":{"at":0},"colsMaxId":1},"row102":{"id":102,"colId":11,"flag":3,"pattern":{"pc":{"wt":0,"ab":1,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.0,"pr":0.0,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":5,"organ":{"at":0},"colsMaxId":1},"row279":{"id":279,"colId":11,"flag":0,"pattern":{"pc":{"wt":0,"ab":0,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.0,"pr":0.0,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":5,"organ":{"at":0},"colsMaxId":1},"row101":{"id":101,"colId":11,"flag":3,"pattern":{"pc":{"wt":0,"ab":1,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.0,"pr":0.0,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[301],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]}],"type":5,"organ":{"at":0},"colsMaxId":1},"row1025":{"id":1025,"colId":117,"flag":3,"pattern":{"pc":{"wt":0,"ab":1,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.0,"pr":0.0,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":false},"mobi":{"l":0,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[3208,3217],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.014367816091954023,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]},{"type":0,"mIds":[3214],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.04305705059203445,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":1,"id":2,"freeModules":[],"hoverFreeModules":[]}],"type":1,"organ":{"at":0},"colsMaxId":2},"row1026":{"id":1026,"colId":117,"flag":3,"pattern":{"pc":{"wt":0,"ab":1,"ai":0,"l":1,"rb":{"y":0},"e":{"t":1},"b":{"y":0},"awpt":0.0,"awpb":0.0,"awpl":0.0,"awpr":0.0,"pt":0.0,"pb":0.0,"pl":0.0,"pr":0.0,"isHover":0,"isOpenAnimation":0,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":true,"rowHeightV2":false},"mobi":{"l":1,"rb":{"y":0},"e":{"t":0},"b":{"y":0},"mh":false,"mt":0.0,"mb":0.0,"ml":0.0,"mr":0.0,"st":0,"isSticky":false,"rowHeight":0,"rowHeightType":0,"useColV2":false,"rowHeightV2":false,"cot":0,"pt":0.0,"pr":0.0,"pb":0.0,"pl":0.0}},"cols":[{"type":0,"mIds":[3212],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":1,"mt":0.04,"mr":0.0,"mb":0.0,"ml":0.0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.020833333333333332,"mr":0.0,"mb":0.020833333333333332,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":0,"id":1,"freeModules":[],"hoverFreeModules":[]},{"type":0,"mIds":[3216],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":1,"mt":0.04,"mr":0.0,"mb":0.0,"ml":0.0},"mm2":{"t":0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":1,"id":2,"freeModules":[],"hoverFreeModules":[]},{"type":0,"mIds":[3213],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":1,"mt":0.05333333333333334,"mr":0.0,"mb":0.08,"ml":0.0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":2,"id":3,"freeModules":[],"hoverFreeModules":[]},{"type":0,"mIds":[3210],"hoverMIds":[],"rIds":[],"pattern":{"mo":-1,"g":0.0,"b":{"y":0},"bg":{"y":0},"mbg":{"y":0},"mb2":{"y":0},"mm":{"t":0},"mm2":{"t":1,"mt":0.05333333333333334,"mr":0.0,"mb":0.08,"ml":0.0},"m":{"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0},"fixed":false,"sa":{"open":0,"dir":0,"dt":0,"dis":-1,"ot":0,"o":-1,"t":0,"rt":0,"rs":0,"re":50,"rn":1,"bs":5,"st":0,"sv":-1,"es":0.5,"ssv":-1,"sev":-1,"bt":0},"br":0,"mbrt":0,"mbr":0,"colHeight":0,"colHeightType":0,"mColHeight":0,"mColHeightType":0,"al":[{"t":0,"s":0.6,"d":0.0,"c":1,"r":0,"o":0,"tg":0,"i":0},{"t":0,"s":1.0,"d":0.0,"c":-1,"r":0,"o":0,"tg":0,"i":0}],"hoverB":{"y":0},"hoverBg":{"y":0},"hoverMaskBg":{"y":0},"hoverBgEffect":0,"bs":0,"mbs":0,"hoverBs":0,"hoverIm":{"mt":0,"mr":0,"mb":0,"ml":0},"initialIm":{"mt":0,"mr":0,"mb":0,"ml":0},"hoverEffect":0,"showContentInMobi":0,"hoverBr":0,"mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"pc":{"hoc":0,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0},"mobi":{"hoc":-1,"colHeightV2":false,"isVwUnit":false,"hscw":-1,"hscwt":0}},"colContentType":0,"hoverColContentType":0,"index":3,"id":4,"freeModules":[],"hoverFreeModules":[]}],"type":1,"organ":{"at":0},"colsMaxId":4}},"sections":{"hasBeiAn":true,"multiLanguage":{"showLan":false},"oemHiddenSupport":false,"adminhref":"https://i.fkw.com?cacct=hanscore&_ta=103036","copyrightContentDefault":"?2026 苏州皇冠球探技有限公司 版权所有","ipcList":2,"supportText":"<a href="http://jz.fkw.com?_ta=2533" target='_blank' class='s_footer_anchor jz_hover jz_theme_font_hover_color'><svg viewBox='0 0 35.07 35' class='s_footer_support_icon'><path d='M14.66,5.53A33.58,33.58,0,0,0,0,26.53a22.3,22.3,0,0,1,6.74,7A34,34,0,0,1,14.66,5.53Z' fill='currentColor'/><path d='M15.31,11A34.94,34.94,0,0,1,32.48,5.63Q33.07,2.78,33.92,0A22.06,22.06,0,0,0,22.81,3.3,22.38,22.38,0,0,0,15.31,11Z' fill='currentColor'/><path d='M31.78,10a33.87,33.87,0,0,0-14.85,4.53A11.66,11.66,0,0,0,11.2,23a34.33,34.33,0,0,0,.4,12,57.08,57.08,0,0,1,22.26-1.62A57.25,57.25,0,0,1,31.78,10Z' fill='currentColor'/><\/svg>凡科建站提供技术支持<\/a>","footerLogin":"管理登录","topBarLogout":"退出","memberReg":"注册","memberLoginLoc":"登录","mCenterUrl":"/mCenter.jsp","signupUrl":"/signup.jsp","loginUrl":"/login.jsp","navColList":[{"id":2,"type":2,"name":"首页","flag":4642,"parentId":0,"url":"/","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"_reqArgs":"","href":"","targetArg":"_self","colList2":[],"navItemTitle":"","navItemFirst":true,"hasSelect":true},{"id":154,"type":1,"name":"走进大族芯","flag":6178,"parentId":0,"url":"?about.html","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"about","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"_reqArgs":"","href":"","targetArg":"_self","colList2":[{"id":228,"type":1,"name":"关于我们","flag":6178,"parentId":154,"url":"?about/001.html","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"about/001","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"title":"","_reqArgs":"","openType2":false,"href":"?about/001.html","targetArg":"_self","secondSubItemFirst":true,"hasSelect2":false,"colList3":[]},{"id":155,"type":1,"name":"影像图册","flag":6178,"parentId":154,"url":"?about/Image.html","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"about/Image","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"title":"","_reqArgs":"","openType2":false,"href":"?about/Image.html","targetArg":"_self","secondSubItemFirst":false,"hasSelect2":false,"colList3":[]}],"navItemTitle":"","navItemFirst":false,"hasSelect":false},{"id":158,"type":1,"name":"产品中心","flag":6178,"parentId":0,"url":"?product.html","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"product","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"_reqArgs":"","href":"","targetArg":"_self","colList2":[{"id":174,"type":1,"name":"涂胶显影","flag":38,"parentId":158,"url":"javascript:(function(){Site.jumpTabpack({moduleId:2626,tabId:1,colId:158,colPath:\"/product.html\"}); })()","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"title":"","_reqArgs":"","openType2":false,"href":"javascript:(function(){Site.jumpTabpack({moduleId:2626,tabId:1,colId:158,colPath:\"/product.html\"}); })()","targetArg":"_self","secondSubItemFirst":true,"hasSelect2":false,"colList3":[]},{"id":175,"type":1,"name":"湿法设备","flag":38,"parentId":158,"url":"javascript:(function(){Site.jumpTabpack({moduleId:2626,tabId:3,colId:158,colPath:\"/product.html\"}); })()","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"title":"","_reqArgs":"","openType2":false,"href":"javascript:(function(){Site.jumpTabpack({moduleId:2626,tabId:3,colId:158,colPath:\"/product.html\"}); })()","targetArg":"_self","secondSubItemFirst":false,"hasSelect2":false,"colList3":[]},{"id":176,"type":1,"name":"喷胶","flag":38,"parentId":158,"url":"javascript:(function(){Site.jumpTabpack({moduleId:2626,tabId:2,colId:158,colPath:\"/product.html\"}); })()","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"title":"","_reqArgs":"","openType2":false,"href":"javascript:(function(){Site.jumpTabpack({moduleId:2626,tabId:2,colId:158,colPath:\"/product.html\"}); })()","targetArg":"_self","secondSubItemFirst":false,"hasSelect2":false,"colList3":[]}],"navItemTitle":"","navItemFirst":false,"hasSelect":false},{"id":183,"type":1,"name":"新闻中心","flag":6178,"parentId":0,"url":"?news.html","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"news","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"_reqArgs":"","href":"","targetArg":"_self","colList2":[],"navItemTitle":"","navItemFirst":false,"hasSelect":false},{"id":153,"type":1,"name":"联系我们","flag":6178,"parentId":0,"url":"?contact.html","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"contact","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"_reqArgs":"","href":"","targetArg":"_self","colList2":[{"id":166,"type":1,"name":"联系方式","flag":4102,"parentId":153,"url":"javascript:(function(){JZ.jumpToAnchor(153, \"row_871\", \"/contact.html\");})()","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"cusColAddress":"","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"title":"","_reqArgs":"","openType2":false,"href":"javascript:(function(){JZ.jumpToAnchor(153, \"row_871\", \"/contact.html\");})()","targetArg":"_self","secondSubItemFirst":true,"hasSelect2":false,"colList3":[]},{"id":190,"type":1,"name":"人才招聘","flag":6178,"parentId":153,"url":"?hire.html","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"hire","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"title":"","_reqArgs":"","openType2":false,"href":"?hire.html","targetArg":"_self","secondSubItemFirst":false,"hasSelect2":false,"colList3":[]},{"id":9,"type":9,"name":"留言板","flag":2,"parentId":153,"updateTime":1773142083000,"subName":"Messages","authBuddyGroupIdBit1":0,"other":{"nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"url":"?sys-msgBoard/","nav_hidden":false,"title":"","_reqArgs":"","openType2":false,"href":"?sys-msgBoard/","targetArg":"_self","secondSubItemFirst":false,"hasSelect2":false,"colList3":[]},{"id":159,"type":1,"name":"申请打样","flag":38,"parentId":153,"url":"javascript:JZ.openSiteForm(10);","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"title":"","_reqArgs":"","openType2":false,"href":"javascript:JZ.openSiteForm(10);","targetArg":"_self","secondSubItemFirst":false,"hasSelect2":false,"colList3":[]},{"id":224,"type":1,"name":"网站优化建议","flag":38,"parentId":153,"url":"javascript:JZ.openSiteForm(11);","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"title":"","_reqArgs":"","openType2":false,"href":"javascript:JZ.openSiteForm(11);","targetArg":"_self","secondSubItemFirst":false,"hasSelect2":false,"colList3":[]}],"navItemTitle":"","navItemFirst":false,"hasSelect":false},{"id":168,"type":1,"name":"服务支持","flag":6178,"parentId":0,"url":"?service.html","updateTime":1773142083000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"service","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"_reqArgs":"","href":"","targetArg":"_self","colList2":[],"navItemTitle":"","navItemFirst":false,"hasSelect":false},{"id":148,"type":1,"name":"供销系统","flag":4130,"parentId":0,"url":"?h-col-148.html","updateTime":1773142084000,"subName":"Nav","authBuddyGroupIdBit1":0,"other":{"title":"","cusColAddress":"","nf":false,"FBShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"XShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":"","bclc":""},"INShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"LineShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"WAShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"YTShareIcon":{"ctitType":0,"ctit":"","ccontType":0,"ccont":"","clcType":0,"clc":""},"OGTag":{"ctit":"","ccont":"","clc":""}},"nav_hidden":false,"_reqArgs":"","href":"","targetArg":"_self","colList2":[],"navItemTitle":"","navItemFirst":false,"hasSelect":false}],"logined":false,"memberName":"","memberIconStyle":"color:#ffc600;","memberLevelClass":"faisco-icons-M001033","memberLevelAuthInfo":{"auid":170,"aid":33090597,"name":"外链文章","allow":true,"updateVer":40,"updateVerName":"网站推广版","minVer":40,"updateVerUrl":"//i.fkw.com/jump.jsp?t=40&siteVersion=14&buySiteVer=true&siteSid=0&stdOrPopVer=1#appId=shop"},"topShoppingCartInfo":{"open":false,"mobiShowShoppingCart":false,"cartSize":0,"mobiOpenShoppingCart2":true,"style":0,"iconColorType":0,"iconInitialColor":"","iconHoverColor":"","textColorType":0,"textInitialColor":"","textHoverColor":"","mt":0,"mb":0,"ml":0,"mr":0,"allSearchInfo":{"产品名称":0,"产品参数":1,"产品详情":2,"文章标题":3,"文章详情":4,"栏目标题":11,"栏目图文":8,"图册名称":9,"下载文件名称":10},"funcList":[{"id":1,"open":true,"type":1,"name":"搜索","fontPic":"","isPic":0,"search":{"inputTips":"请输入关键字","searchType":0,"searchRange":0,"searchRangeList":[],"recommendWords":[],"showHistory":0},"style":0,"picId":"","picPath":"","jumpInfo":{"jIde":"","nf":0,"target":""}},{"id":2,"open":true,"type":2,"name":"会员","fontPic":"","isPic":0,"style":0,"picId":"","picPath":"","jumpInfo":{"jIde":"","nf":0,"target":""}},{"id":6,"open":true,"type":6,"style":1,"name":"在线客服","fontPic":"","isPic":0,"picId":"","picPath":"","jumpInfo":{"jIde":"","nf":0,"target":""}}],"width":-1,"useLeft":false,"useRight":false,"mlV2":0,"mrV2":0,"isUseCustom":true}},"responsiveInfo":{"colId":2,"extId":0,"flag":855312,"browserTitle":"首页-苏州皇冠球探技有限公司","searchKeyword":"半导体设备制造,苏州皇冠球探技有限公司,涂胶显影,喷胶,湿法设备,芯片产业","searchDesc":"苏州皇冠球探技有限公司在半导体设备制造领域表现卓越,提供涂胶显影、喷胶及湿法设备等产品(涂胶、显影、喷胶、刻蚀、清洗、去胶等)及技术解决方案,为芯片产业的发展提供有力支持,推动半导体行业技术升级。","secondaryColor":"#3F23B4","bts":"","freeLayoutRows":[],"pattern":{"cloneNav":{"st":0,"nca":-1,"slpid":"","slp":"//0.ss.508sys.com/image/rimage/manage/logo.jpg","mt":0,"mr":0,"mb":0,"ml":0,"cplt":0,"cpls":0,"cplcp":{"c":"#e6e6e6","cp":0,"tc":"","tcp":100,"ft":0},"wht":0,"pt":0,"b":{"y":0},"brt":0,"brv":0,"ost":0,"bg":{"y":0,"d":0,"a":0,"p":0,"r":0,"s":0,"c":"#fff","cp":0,"tc":"","tcp":100,"f":"","ft":0},"hide":false,"dt":false,"navadapt":true,"type":0,"ihnn":true,"icon":0,"ed":0,"ispn":false,"iss":true,"rl":[],"cwht":1,"cw":110,"ch":85,"cf":{"y":1,"s":15,"f":"微软雅黑","w":0,"i":0,"d":0,"c":"rgba(119, 119, 119, 1)","sc":"rgba(3, 77, 255, 1)","hft":0,"sft":0,"ugf":1},"scf":{"y":0,"s":12,"f":"微软雅黑","w":0,"i":0,"d":0,"c":"#212121","sc":"#212121","hft":0,"sft":0,"ugf":0},"cbrt":0,"cbrv":0,"cb":{"y":1,"w":0,"c":"#000","sc":"#212121","t":true,"l":true,"b":true,"r":true,"hft":0,"sft":0},"cbg":{"y":0},"csbg":{"y":0},"cost":0,"ncpt":0,"ncpl":0,"ncpp":0,"ncpb":0,"ncpr":0,"iwht":0,"iw":0,"islt":0,"islw":0,"islh":0,"islc":"#000","at":0,"as":0,"ncc":{"t":0,"ta":0,"mfl":0,"bg":{"y":0},"sbg":{"y":0},"vwht":0,"vw":0,"vh":0,"vmt":0,"vmp":0,"vml":0,"hwht":0,"hw":0,"hh":0,"hmt":0,"hmp":0,"hml":0,"b":{"y":0},"ost":0,"brt":0,"brv":0,"viwht":0,"viw":0,"vih":0,"vilst":0,"vilsv":0,"vcpt":0,"vcpp":0,"vcpb":0,"vcpl":0,"vcpr":0,"hiwht":0,"hiw":0,"hih":0,"hilst":0,"hilsv":0,"hcpt":0,"hcpp":0,"hcpb":0,"hcpl":0,"hcpr":0,"if":{"y":0},"ib":{"y":0},"iost":0,"ibrt":0,"ibrv":0,"ibg":{"y":0},"isbg":{"y":0},"islt":0,"islc":"#f2f2f2","is":{"t":0}},"fts":{"cf":{"y":1,"s":15,"f":"微软雅黑","w":0,"i":0,"d":0,"c":"rgba(119, 119, 119, 1)","sc":"rgba(3, 77, 255, 1)","hft":0,"sft":0,"ugf":0},"scf":{"y":0,"s":12,"f":"微软雅黑","w":0,"i":0,"d":0,"c":"#212121","sc":"#212121","hft":0,"sft":0,"ugf":0},"cbrt":0,"cbrv":0,"cb":{"y":1,"w":0,"c":"#000","sc":"#212121","t":true,"l":true,"b":true,"r":true,"hft":0,"sft":0},"cplt":0,"cpls":0,"cplcp":{"c":"#e6e6e6","cp":0,"tc":"","tcp":100,"ft":0},"cbg":{"y":0},"csbg":{"y":0},"nca":-1,"ncc":{"if":{"y":0},"ibg":{"y":0},"isbg":{"y":0}}},"lgjl":{"ide":"","ib":false,"nf":false}},"nav":{"st":0,"nca":-1,"slpid":"","slp":"//0.ss.508sys.com/image/rimage/manage/logo.jpg","mt":0.0,"mr":0.0,"mb":0.0,"ml":0.0,"cplt":0,"cpls":0,"cplcp":{"c":"#e6e6e6","cp":0.0,"tc":"","tcp":100.0,"ft":0},"wht":0,"pt":0,"b":{"y":0},"brt":0,"brv":0,"ost":0,"bg":{"y":0},"hide":false,"dt":false,"navadapt":true,"type":0,"ihnn":true,"icon":0,"ed":0,"ispn":false,"iss":true,"rl":[],"cwht":1,"cw":90,"ch":83,"cf":{"y":1,"s":18,"f":"微软雅黑","w":0,"i":0,"d":0,"c":"rgba(169, 169, 169, 1)","sc":"linear-gradient(0deg, rgba(15, 81, 143, 1) 0%,rgba(47, 35, 253, 1) 100%)","hft":0,"sft":0,"ugf":0},"scf":{"y":0},"cbrt":0,"cbrv":0,"cb":{"y":0},"cbg":{"y":0},"csbg":{"y":0},"cost":0,"ncpt":0,"ncpl":0,"ncpp":0,"ncpb":0,"ncpr":0,"iwht":0,"iw":0,"islt":0,"islw":0,"islh":0,"islc":"#000","at":0,"as":0,"ncc":{"t":0,"ta":0,"mfl":0,"bg":{"y":0},"sbg":{"y":2,"d":3,"a":0,"p":4,"r":0,"s":3,"c":"rgba(255, 255, 255, 0)","cp":0.0,"tc":"","tcp":100.0,"f":"ABUIABAEGAAgzaGfzQYo1tf2uwQwjA448AI","ft":0,"path":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgzaGfzQYo1tf2uwQwjA448AI.png"},"vwht":0,"vw":0,"vh":0,"vmt":0,"vmp":0,"vml":0,"hwht":0,"hw":0,"hh":0,"hmt":0,"hmp":0,"hml":0,"b":{"y":0},"ost":0,"brt":0,"brv":0,"viwht":0,"viw":0,"vih":0,"vilst":0,"vilsv":0,"vcpt":0,"vcpp":0,"vcpb":0,"vcpl":0,"vcpr":0,"hiwht":0,"hiw":0,"hih":0,"hilst":0,"hilsv":0,"hcpt":0,"hcpp":0,"hcpb":0,"hcpl":0,"hcpr":0,"if":{"y":1,"s":20,"f":"微软雅黑","w":0,"i":0,"d":0,"c":"rgba(0, 0, 0, 1)","sc":"rgba(0, 0, 0, 1)","hft":0,"sft":0,"ugf":0},"ib":{"y":0},"iost":0,"ibrt":0,"ibrv":0,"ibg":{"y":0},"isbg":{"y":0},"islt":0,"islc":"rgba(0, 0, 0, 1)","is":{"t":2,"x":0,"y":0,"b":6,"c":"rgba(0, 0, 0, 0.20)"}},"fts":{"cf":{"y":1,"s":18,"f":"微软雅黑","w":0,"i":0,"d":0,"c":"#212121","sc":"linear-gradient(0deg, rgba(15, 81, 143, 1) 0%,rgba(47, 35, 253, 1) 100%)","hft":0,"sft":0,"ugf":0},"scf":{"y":0},"cbrt":0,"cbrv":0,"cb":{"y":0},"cplt":0,"cpls":0,"cplcp":{"c":"#e6e6e6","cp":0.0,"tc":"","tcp":100.0,"ft":0},"cbg":{"y":0},"csbg":{"y":0},"nca":-1,"ncc":{"if":{"y":0},"ibg":{"y":0},"isbg":{"y":0}}},"lgjl":{"ide":"","ib":false,"nf":false,"lt":0},"width":0.6646932185145318,"useLeft":true,"useRight":false,"mlV2":0,"mrV2":0,"isUseCustom":true,"s":-1,"cst":0,"w":-1,"h":-1,"t":-1,"l":-1,"cdl":false,"cdls":0,"cait":0},"footNav":{"h":true,"s":0,"c":"default","conts":0,"bg":{"y":0},"bd":{"y":0},"spt":{"y":0},"icon":{"y":0},"its":{"y":0},"aicon":{"y":0},"ats":{"y":0},"navs":[{"show":1,"name":"电话咨询","pId":"","fontPic":"a0912","isPic":0,"children":[],"link":{"jIde":"AMgBCAESDGphdmFzY3JpcHQ6Ow==","id":1,"jumpUrl":"","name":"电话咨询","type":200,"nofollow":false,"reqArgs":""},"picPath":""},{"show":1,"name":"信息咨询","pId":"","fontPic":"a0882","isPic":0,"children":[],"link":{"jIde":"AMgBCAISDGphdmFzY3JpcHQ6Ow==","id":2,"jumpUrl":"javascript: Mobi.triggerServiceNumber(2, \"\");","name":"信息咨询","type":200,"nofollow":false,"reqArgs":""},"picPath":""},{"show":1,"name":"微信客服","pId":"","fontPic":"a0918","isPic":0,"children":[],"link":{"jIde":"AHIIBRIMamF2YXNjcmlwdDo7","id":5,"jumpUrl":"javascript:;","name":"","type":114,"nofollow":false,"reqArgs":""},"picPath":""},{"show":1,"name":"qq咨询","pId":"","fontPic":"a0915","isPic":0,"children":[],"link":{"jIde":"AHIIARIMamF2YXNjcmlwdDo7","id":1,"jumpUrl":"http://wpa.qq.com/msgrd?v=3&uin=177488228&site=qq&menu=yes","name":"QQ客服","type":114,"nofollow":false,"reqArgs":""},"picPath":""}]},"header":{"display":0,"mobiHide":false,"background":{"y":2,"d":3,"a":0,"p":0,"r":0,"s":0,"c":"rgba(255, 255, 255, 0)","cp":0.0,"tc":"","tcp":100.0,"f":"","ft":0,"path":"//2.ss.508sys.com/image/no-pic.jpg"},"fixedTop":1,"fixedHeight":1,"fixedBackground":{"y":2,"d":3,"a":0,"p":0,"r":0,"s":0,"c":"#fff","cp":0.0,"tc":"","tcp":100.0,"f":"","ft":0,"path":"//2.ss.508sys.com/image/no-pic.jpg"},"ps":5,"bd":{"y":-1},"fsd":{"t":0},"se":true,"mobiBg":{"y":0},"mobiStyle":0,"mobiStyleNew":0,"mobiStyle0BgInit":true,"mobiIconColor":"#fff","mobiIconType":0,"mobiIconTypeInitSet":true,"mnp":0,"hftt":1,"sfts":false},"footer":{"display":0,"background":{"y":2,"d":3,"a":0,"p":4,"r":0,"s":3,"c":"rgba(45, 45, 45, 1)","cp":0.0,"tc":"","tcp":100.0,"f":"","ft":0,"path":"//2.ss.508sys.com/image/no-pic.jpg"},"copyright":{"type":1,"content":"?2025 - 苏州皇冠球探技有限公司 版权所有"},"support":0,"admin":0,"recordation":1,"mpsRecordation":1,"mpsRecordationSetting":{"code":"苏公网安备32050502012317号","html":"https://beian.mps.gov.cn/#/query/webSearch?code=32050502012317"},"font":{"y":0},"ipv6Identy":1,"sitemapPageUrl":"?sys-sitemap/","isShowSitemapPage":true},"backToTop":{"hide":false,"btnStyle":0,"btnStyleSelect":0,"btnColorType":0,"btnColor":"","btnImgId":"","btnUrl":""},"background":{"y":0},"memberLogin":{"h":true,"md":0,"mt":0.0234375,"mr":0.384375,"mb":0.0,"ml":0.384375,"width":-1,"useLeft":false,"useRight":false,"mlV2":0,"mrV2":0,"isUseCustom":true},"title":{"h":false,"mt":0.0063368989953354864,"mr":0.0,"mb":0.0,"ml":0.10416666666666667,"lm":12,"lmt":0,"lh":61,"lht":1,"mld":0,"ms":{"t":0,"fs":17},"fts":{"f":{"w":0,"i":0,"d":0,"c":"#212121","sc":"#212121"},"t":0},"width":0.16630785791173305,"useLeft":false,"useRight":true,"mlV2":0,"mrV2":0,"isUseCustom":true},"multiLanguage":{"h":false,"ra":0,"rt":"rich","rs":2,"md":0,"mt":0.006770833333333333,"mr":0.41,"mb":0.0,"ml":0.29,"mm":{"mt":0.0,"mr":0.5,"mb":0.0,"ml":0.5},"f":{"y":0},"mf":{"y":0},"rtl":[{"lcid":2052,"name":"中文"},{"lcid":1033,"name":"English"},{"lcid":1028,"name":"繁体"},{"lcid":1041,"name":"日本語"},{"lcid":1042,"name":"???"},{"lcid":1108,"name":"???????"},{"lcid":1054,"name":"???????"},{"lcid":11274,"name":"lengua espa?ola"},{"lcid":1049,"name":"русский"},{"lcid":1036,"name":"fran?ais"},{"lcid":1040,"name":"Italia"},{"lcid":1031,"name":"Deutsch"},{"lcid":20521,"name":"??????"}],"fts":{"type":0},"mobiIconType":0,"mobiIconId":"","pcIconType":2,"pcIconId":"","width":-1,"useLeft":false,"useRight":false,"mlV2":0,"mrV2":0,"isUseCustom":true,"rte":0,"mobiIconPath":"","pcIconPath":""},"rollingScreen":{"type":1,"animate":1,"sideNavPattern":2,"bottomType":2,"isMobiSync":false,"hftt":1,"fixedTop":1,"ps":5,"bd":{"y":-1},"fsd":{"t":0},"se":true,"st":false,"background":{"y":2,"d":3,"a":0,"p":0,"r":0,"s":0,"c":"rgba(255, 255, 255, 0)","cp":0.0,"tc":"","tcp":100.0,"f":"","ft":0,"path":"//2.ss.508sys.com/image/no-pic.jpg"},"fixedHeight":1,"fixedBackground":{"y":2,"d":3,"a":0,"p":0,"r":0,"s":0,"c":"#fff","cp":0.0,"tc":"","tcp":100.0,"f":"","ft":0,"path":"//2.ss.508sys.com/image/no-pic.jpg"},"fixedBackground ":{"y":0}},"suspendServ":{"c":"default","s":2,"bg":{"y":0},"sn":{"y":0},"cont":{"y":0},"show":true,"mshow":true,"hs":true,"hasInit":true,"deletedCart":false,"list":[{"name":"在线客服","pId":"","fontPic":"e9100","isPic":0,"content":"微信客服","link":{"jIde":"AGcI/////w8SM2h0dHBzOi8vd29yay53ZWl4aW4ucXEuY29tL2tmaWQva2ZjYmMxNmU3Yzk1MzNlNTNlMw==","target":"_self","nofollow":false,"id":-1,"jumpUrl":"https://work.weixin.qq.com/kfid/kfcbc16e7c9533e53e3","name":"https://work.weixin.qq.com/kfid/kfcbc16e7c9533e53e3","type":103,"reqArgs":""},"hidden":false,"picPath":""},{"name":"电话咨询","pId":"","fontPic":"a1094","isPic":0,"content":"19951145675","link":{"jIde":"AMgBCAESDGphdmFzY3JpcHQ6Ow==","nofollow":false,"id":1,"jumpUrl":"","name":"电话咨询","type":200,"reqArgs":""},"hidden":false,"picPath":""},{"name":"添加微信","pId":"","fontPic":"a1092","isPic":0,"content":"扫码咨询","link":{"jIde":"AHMI2wUSAA==","target":"_self","nofollow":false,"id":731,"jumpUrl":"javascript:Fai.top.JZ.openPopupZone(731);","name":"郭企业微信","type":115,"reqArgs":""},"hidden":false,"picPath":""}],"left":-1,"top":-1},"adaptWidth":{"io":1,"wo":2,"w":1276,"sd":0,"nroa":false},"globalRowInfo":{"delColIdsFirst":[],"delColIdsLast":[],"firstAllRowId":0,"lastAllRowId":0},"displayContent":{"type":0,"title":true,"logo":true,"languageNav":true,"memberLogin":true,"firstInit2":true},"mLogo":{"t":0,"s":40,"f":"ABUIABAEGAAgroivwgYo0pXb2gEw9EE4gQ0","fs":false,"lh":1665,"lw":8436,"p":"http://33090597.s21i.faiusr.com/4/ABUIABAEGAAgroivwgYo0pXb2gEw9EE4gQ0.png"},"indexPopup":{"open":0,"id":681},"globalFont":{"o":0,"textFont":1,"titleFont":0,"adapt":1,"tAlign":0,"hAl":-1,"tDir":0,"ff":[]},"mobiResolutoin":{"t":0,"wt":768,"width":1200},"topShoppingCart":{"open":false,"mobiShowShoppingCart":false,"cartSize":0,"mobiOpenShoppingCart2":true,"style":0,"iconColorType":0,"iconInitialColor":"","iconHoverColor":"","textColorType":0,"textInitialColor":"","textHoverColor":"","mt":0,"mb":0,"ml":0,"mr":0,"allSearchInfo":{"产品名称":0,"产品参数":1,"产品详情":2,"文章标题":3,"文章详情":4,"栏目标题":11,"栏目图文":8,"图册名称":9,"下载文件名称":10},"funcList":[{"id":1,"open":true,"type":1,"name":"搜索","fontPic":"","isPic":0,"search":{"inputTips":"请输入关键字","searchType":0,"searchRange":0,"searchRangeList":[],"recommendWords":[],"showHistory":0},"style":0,"picId":"","picPath":"","jumpInfo":{"jIde":"","nf":0,"target":""}},{"id":2,"open":true,"type":2,"name":"会员","fontPic":"","isPic":0,"style":0,"picId":"","picPath":"","jumpInfo":{"jIde":"","nf":0,"target":""}},{"id":6,"open":true,"type":6,"style":1,"name":"在线客服","fontPic":"","isPic":0,"picId":"","picPath":"","jumpInfo":{"jIde":"","nf":0,"target":""}}],"width":-1,"useLeft":false,"useRight":false,"mlV2":0,"mrV2":0,"isUseCustom":true},"tabletMode":0,"viewBreakpoint":{"pc":1200,"mobile":768},"viewResolution":{"pc":1920,"mobi":375,"tablet":768},"independent":{"colName":"首页","open":false,"self":false,"selfId":0,"hideNav":false,"selfBanner":false,"selfBg":false,"banner":{"hide":false,"mobiHide":false,"s":2,"psw":1826,"psh":899,"ps":1,"pc":1,"pcst":6.0,"fsh":0,"vpb":{"open":0,"style":0,"imgId":"","imgUrl":""},"wt":0,"isf":false,"fId":"AD0I47OiCxA6GAAgjaia9QUo_pTenQM","fpi":"AI4BCIzVqBAQAhgAIJPFhtAGKOGj__4DMIAPOLgI","frid":106,"bl":[{"pid":"ABUIABAEGAAgu5aK0AYowua1pgIwkBo45gk","dp":false,"prid":107,"width":3344,"height":1254,"psrc":"http://33090597.s21i.faiusr.com/4/ABUIABAEGAAgu5aK0AYowua1pgIwkBo45gk.png.webp","ide":"","url":"","ln":"","lt":0,"reqArgs":"","ib":false,"nf":false}],"nmbl":[{"pid":"ABUIABAEGAAgu5aK0AYowua1pgIwkBo45gk","dp":false,"prid":1198,"st":0,"width":3344,"height":1254,"psrc":"http://33090597.s21i.faiusr.com/4/ABUIABAEGAAgu5aK0AYowua1pgIwkBo45gk.png.webp","ide":"","url":"","ln":"","lt":0,"reqArgs":"","ib":false,"nf":false}],"mopb":1,"mbst":1,"mbsh":0,"mbhs":0.48,"mbcst":4.0,"ismt":false,"misf":true,"mfsh":0,"mnmbl":[{"pid":"/image/rimage/section/banner/default/0.jpg","dp":true,"st":0,"psrc":"//0.ss.508sys.com/image/rimage/section/banner/default/0.jpg","ide":"","url":"","ln":"","lt":0,"reqArgs":"","ib":false,"nf":false}],"mbl":[{"pid":"AD0I47OiCxACGAAgvbie9QUokIPd_gUw_g443AY","ide":"AMoBCAESAA==","dp":false,"width":1914,"height":860,"psrc":"//23632355.s61i.faiusr.com/2/AD0I47OiCxACGAAgvbie9QUokIPd_gUw_g443AY.jpg.webp","url":"javascript:JZ.openSiteForm(1);","ln":"【问题咨询】","lt":202,"reqArgs":"","ib":false,"nf":false}],"sa":0,"t":0,"pst":0,"pws":0.9900000095367432,"phs":0.4583300054073334,"pccs":1.5,"fst":0,"fhs":0.41999998688697815,"fUrl":"//23632355.s61i.faiusr.com/58/AD0I47OiCxA6GAAgjaia9QUo_pTenQM.mp4","fpp":"//34220684.s142i.faiusr.com/2/AI4BCIzVqBAQAhgAIJPFhtAGKOGj__4DMIAPOLgI.jpg","mbs":0,"mbct":0,"mt":0,"mfId":"/image/rimage/section/banner/default/flv.mp4","mfUrl":"//0.ss.508sys.com/image/rimage/section/banner/default/flv.mp4","mpof":0,"mpom":2,"mfst":0,"mfhs":0.41999998688697815,"mfpp":""},"bg":{"y":0}}},"rowIds":[1024,962,1104,1107],"headerRowIds":[3],"footerRowIds":[854,853,4],"banner":{"hide":false,"mobiHide":false,"s":2,"psw":1826,"psh":899,"ps":1,"pc":1,"pcst":6.0,"fsh":0,"vpb":{"open":0,"style":0,"imgId":"","imgUrl":""},"wt":0,"isf":false,"fId":"AD0I47OiCxA6GAAgjaia9QUo_pTenQM","fpi":"AI4BCIzVqBAQAhgAIJPFhtAGKOGj__4DMIAPOLgI","frid":106,"bl":[{"pid":"ABUIABAEGAAgu5aK0AYowua1pgIwkBo45gk","dp":false,"prid":107,"width":3344,"height":1254,"psrc":"http://33090597.s21i.faiusr.com/4/ABUIABAEGAAgu5aK0AYowua1pgIwkBo45gk.png.webp","ide":"","url":"","ln":"","lt":0,"reqArgs":"","ib":false,"nf":false}],"nmbl":[{"pid":"ABUIABAEGAAgu5aK0AYowua1pgIwkBo45gk","dp":false,"prid":1198,"st":0,"width":3344,"height":1254,"psrc":"http://33090597.s21i.faiusr.com/4/ABUIABAEGAAgu5aK0AYowua1pgIwkBo45gk.png.webp","ide":"","url":"","ln":"","lt":0,"reqArgs":"","ib":false,"nf":false}],"mopb":1,"mbst":1,"mbsh":0,"mbhs":0.48,"mbcst":4.0,"ismt":false,"misf":true,"mfsh":0,"mnmbl":[{"pid":"/image/rimage/section/banner/default/0.jpg","dp":true,"st":0,"psrc":"//0.ss.508sys.com/image/rimage/section/banner/default/0.jpg","ide":"","url":"","ln":"","lt":0,"reqArgs":"","ib":false,"nf":false}],"mbl":[{"pid":"AD0I47OiCxACGAAgvbie9QUokIPd_gUw_g443AY","ide":"AMoBCAESAA==","dp":false,"width":1914,"height":860,"psrc":"//23632355.s61i.faiusr.com/2/AD0I47OiCxACGAAgvbie9QUokIPd_gUw_g443AY.jpg.webp","url":"javascript:JZ.openSiteForm(1);","ln":"【问题咨询】","lt":202,"reqArgs":"","ib":false,"nf":false}],"sa":0,"t":0,"pst":0,"pws":0.9900000095367432,"phs":0.4583300054073334,"pccs":1.5,"fst":0,"fhs":0.41999998688697815,"fUrl":"//23632355.s61i.faiusr.com/58/AD0I47OiCxA6GAAgjaia9QUo_pTenQM.mp4","fpp":"//34220684.s142i.faiusr.com/2/AI4BCIzVqBAQAhgAIJPFhtAGKOGj__4DMIAPOLgI.jpg","mbs":0,"mbct":0,"mt":0,"mfId":"/image/rimage/section/banner/default/flv.mp4","mfUrl":"//0.ss.508sys.com/image/rimage/section/banner/default/flv.mp4","mpof":0,"mpom":2,"mfst":0,"mfhs":0.41999998688697815,"mfpp":""},"themeColor":"#1e50ae","title":{"prop3":[],"content":"<div style=\"text-align: left; font-size: 18px;\"><span style=\"color: rgb(0, 0, 0);\">皇冠球探技<\/span><\/div>","la":"","lpid":"ABUIABAEGAAgroivwgYo0pXb2gEw9EE4gQ0","lt":1,"rf":1,"ll":{"ide":"AGQIAhIA","ib":false,"nf":false,"ln":"首页","url":"/","lt":100,"reqArgs":""},"cfl":1,"cflID":"ABUIABAEGAAghJafzQYowPPqrAYw9EE4gQ0","cflw":8436,"cflh":1665,"lp":"http://33090597.s21i.faiusr.com/4/ABUIABAEGAAgroivwgYo0pXb2gEw9EE4gQ0.png","lh":1665,"lw":8436,"indexUrl":"?index.jsp","cflUrl":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAghJafzQYowPPqrAYw9EE4gQ0.png"},"layoutStatusModuleIds":[2253]},"isJzCdnFlowLimit":false,"isJzDownloadCdnFlowLimit":false,"isJzDesignRevisionNotice":false,"notUseRowBgLazyLoad":false,"jzCustodyExpireShowAD":false,"transformatinTrackingGlobalModel":{"onlyHasFreeDomain":false,"openTransformationTracking":false},"realNameAuth":{"allowShowMessage":true,"allowSubmitMessage":true,"msgBoardOpen":false,"newsCommentOpen":false,"productCommentOpen":false},"debugMode":false,"isOpenMResp":true,"imageUseThumb":true,"isOpenJzWebapp":true,"defaultCn":true,"hosts":{"portal":"i.fkw.com","home":"www.fkw.com","mHome":"m.fkw.com","jzHome":"jz.fkw.com","jzPortal":"i.jz.fkw.com","qzHome":"qz.fkw.com","qzPortal":"i.qz.fkw.com","mallHome":"mall.fkw.com","mallPortal":"i.mall.fkw.com","ykHome":"yk.fkw.com","ykPortal":"i.yk.fkw.com","hdHome":"hd.fkw.com","hdPortal":"i.hd.fkw.com","eduHome":"edu.fkw.com","eduPortal":"i.edu.fkw.com","ktHome":"kt.fkw.com","ktPortal":"i.kt.fkw.com","mpHome":"i.mp.fkw.com","yxHome":"kht.fkw.com","yxPortal":"i.yx.fkw.com","domainRecord":"domain.fkw.com","oss":"o.fkw.com","JSSdkReport":"report.fkw.com","homeDomain":"fkw.com"},"googleMapInfo":{"o":false},"respTablet":true,"siteCurrencyRight":false,"siteCurrencyVal":"¥","haveVideo":false,"jzGlobalTextAlignOpen":false,"needReqDistUvVisit":false,"ssrVersionConf":{"version":"c3cc01"},"isDebug":false,"flow":556426011,"url":"/","isSourceData":true}</script> <script>window.Hosts = {"portal":"i.fkw.com","home":"www.fkw.com","mHome":"m.fkw.com","jzHome":"jz.fkw.com","jzPortal":"i.jz.fkw.com","qzHome":"qz.fkw.com","qzPortal":"i.qz.fkw.com","mallHome":"mall.fkw.com","mallPortal":"i.mall.fkw.com","ykHome":"yk.fkw.com","ykPortal":"i.yk.fkw.com","hdHome":"hd.fkw.com","hdPortal":"i.hd.fkw.com","eduHome":"edu.fkw.com","eduPortal":"i.edu.fkw.com","ktHome":"kt.fkw.com","ktPortal":"i.kt.fkw.com","mpHome":"i.mp.fkw.com","yxHome":"kht.fkw.com","yxPortal":"i.yx.fkw.com","domainRecord":"domain.fkw.com","oss":"o.fkw.com","JSSdkReport":"report.fkw.com","homeDomain":"fkw.com"};</script> <script> window._resDistRoot = '//0.ss.508sys.com/js/rjs' + '/dist/v2/visitor/'; Fai = {}; Fai.top = window; Root = {}; JZ = {}; Comm = {}; _temporary = {}; //临时数据T Fai.top._curLanCode = 'cn'; Fai.top._isResponsive = true; Fai.top.isResponsiveNext = true; </script> <script src='https://0.ss.508sys.com/js/rjs/comm/jquery.min.js?v=202412301640'></script> <script src='https://0.ss.508sys.com/js/rjs/comm/vue-2.7.14.min.js?v=202307141526'></script> <script>var __jzFrontendResRoot__ = '//jzfe.faisys.com', __jzFrontendConfVersion__ = '202606101400';</script> <script src='https://jzfe.faisys.com/dist/jz/request/jzRequest.min.js?v=202606101400' type='text/javascript'></script> <script src='https://jzfe.faisys.com/dist/jz/utils/jzUtils.min.js?v=202606101400' type='text/javascript'></script> <script src='https://jzfe.faisys.com/dist/jz/biz-shared/bizShared.min.js?v=202606101400' type='text/javascript'></script> <link href='http://jzfe.faisys.com/dist/jz/biz-shared/bizShared.min.css?v=202606101400' type='text/css' rel='stylesheet'/> <script type="text/javascript" src="https://jzfe.faisys.com/dist/jz/locale/responsive/2052.min.js?v=202606101400"></script> <div class="jz_clear" ></div> </body> </html>