--> 皇冠球探技
当前位置:
人才招聘
联系我们
\n \n \n 科技公司招聘枢纽<\/title>\n <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css\">\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;\n }\n \n body {\n background-color: #f8f9fa;\n color: #333;\n line-height: 1.6;\n padding: 20px;\n }\n \n .recruitment-hub {\n max-width: 1100px;\n margin: 0 auto;\n padding: 30px 20px;\n background: white;\n border-radius: 16px;\n box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n }\n \n .hub-title {\n text-align: center;\n margin-bottom: 15px;\n color: #1a1a1a;\n font-size: 2.5rem;\n font-weight: 700;\n position: relative;\n }\n \n .hub-title:after {\n content: '';\n display: block;\n width: 80px;\n height: 4px;\n background: linear-gradient(90deg, #3a86ff, #8338ec);\n margin: 15px auto 0;\n border-radius: 2px;\n }\n \n .hub-subtitle {\n text-align: center;\n color: #666;\n font-size: 1.2rem;\n margin-top: 5px;\n margin-bottom: 40px;\n max-width: 600px;\n margin-left: auto;\n margin-right: auto;\n }\n \n .recruitment-categories {\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n gap: 40px;\n }\n \n .category-card {\n flex: 1;\n min-width: 320px;\n max-width: 480px;\n border-radius: 16px;\n overflow: hidden;\n box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n transition: all 0.4s ease;\n background: white;\n cursor: pointer;\n position: relative;\n }\n \n .category-card:hover {\n transform: translateY(-10px);\n box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n }\n \n .social-recruitment {\n border-top: 5px solid #3a86ff;\n }\n \n .campus-recruitment {\n border-top: 5px solid #ff006e;\n }\n \n .card-header {\n padding: 25px 25px 15px;\n display: flex;\n align-items: center;\n position: relative;\n z-index: 2;\n }\n \n .card-icon {\n width: 70px;\n height: 70px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 20px;\n font-size: 2rem;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n }\n \n .social-recruitment .card-icon {\n background: rgba(58, 134, 255, 0.15);\n color: #3a86ff;\n }\n \n .campus-recruitment .card-icon {\n background: rgba(255, 0, 110, 0.15);\n color: #ff006e;\n }\n \n .card-title {\n font-size: 1.8rem;\n font-weight: 700;\n margin-bottom: 5px;\n }\n \n .social-recruitment .card-title {\n color: #3a86ff;\n }\n \n .campus-recruitment .card-title {\n color: #ff006e;\n }\n \n .card-subtitle {\n color: #666;\n font-size: 1rem;\n }\n \n .card-content {\n padding: 0 25px 25px;\n position: relative;\n z-index: 2;\n }\n \n .card-description {\n color: #555;\n line-height: 1.7;\n margin-bottom: 20px;\n }\n \n .features-list {\n list-style: none;\n margin-bottom: 25px;\n }\n \n .features-list li {\n padding: 10px 0;\n display: flex;\n align-items: center;\n }\n \n .feature-icon {\n margin-right: 12px;\n font-size: 1.2rem;\n }\n \n .social-recruitment .feature-icon {\n color: #3a86ff;\n }\n \n .campus-recruitment .feature-icon {\n color: #ff006e;\n }\n \n /* 按钮组样式 - 新增 */\n .card-buttons {\n display: flex;\n gap: 12px;\n }\n \n .card-button {\n flex: 1; /* 让按钮平分宽度 - 修改 */\n padding: 14px;\n text-align: center;\n border-radius: 10px;\n font-weight: 600;\n font-size: 1.05rem;\n text-decoration: none;\n transition: all 0.2s ease;\n box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n display: flex; /* 新增 - 用于图标和文字居中 */\n align-items: center; /* 新增 */\n justify-content: center; /* 新增 */\n gap: 8px; /* 新增 - 图标和文字间距 */\n }\n \n /* 直投简历按钮样式 - 新增 */\n .resume-button {\n background: #8338ec;\n color: white;\n }\n \n .resume-button:hover {\n background: #7328dc;\n box-shadow: 0 6px 15px rgba(131, 56, 236, 0.3);\n }\n \n .social-recruitment .card-button {\n background: #3a86ff;\n color: white;\n }\n \n .social-recruitment .card-button:hover {\n background: #2a76ef;\n box-shadow: 0 6px 15px rgba(58, 134, 255, 0.3);\n }\n \n .campus-recruitment .card-button {\n background: #ff006e;\n color: white;\n }\n \n .campus-recruitment .card-button:hover {\n background: #e0005e;\n box-shadow: 0 6px 15px rgba(255, 0, 110, 0.3);\n }\n \n /* 视频区域样式 */\n .card-video-container {\n height: 180px;\n margin: 0 25px 25px;\n border-radius: 12px;\n overflow: hidden;\n position: relative;\n cursor: pointer;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n }\n \n .card-video {\n width: 100%;\n height: 100%;\n object-fit: cover;\n transition: transform 0.5s ease;\n }\n \n .card-video-container:hover .card-video {\n transform: scale(1.05);\n }\n \n .video-overlay {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.3);\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n transition: opacity 0.3s ease;\n }\n \n .card-video-container:hover .video-overlay {\n opacity: 1;\n }\n \n .play-icon {\n width: 60px;\n height: 60px;\n background: rgba(255, 255, 255, 0.9);\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n color: #333;\n font-size: 1.5rem;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n }\n \n /* 模态框样式 */\n .modal {\n display: none;\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.85);\n z-index: 1000;\n align-items: center;\n justify-content: center;\n padding: 20px;\n }\n \n .modal-content {\n max-width: 800px;\n width: 100%;\n background: white;\n border-radius: 12px;\n overflow: hidden;\n box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);\n }\n \n .modal-header {\n padding: 15px 20px;\n background: #f8f9fa;\n display: flex;\n justify-content: space-between;\n align-items: center;\n border-bottom: 1px solid #eaeaea;\n }\n \n .modal-title {\n font-weight: 600;\n font-size: 1.2rem;\n color: #333;\n }\n \n .close-modal {\n background: none;\n border: none;\n font-size: 1.5rem;\n cursor: pointer;\n color: #666;\n transition: color 0.2s;\n }\n \n .close-modal:hover {\n color: #333;\n }\n \n .modal-video {\n width: 100%;\n height: auto;\n display: block;\n }\n \n /* 响应式调整 */\n @media (max-width: 768px) {\n .recruitment-categories {\n flex-direction: column;\n align-items: center;\n }\n \n .category-card {\n width: 100%;\n max-width: 100%;\n }\n \n .hub-title {\n font-size: 2rem;\n }\n }\n <\/style>\n<\/head>\n<body>\n <div class=\"recruitment-hub\">\n <h2 class=\"hub-title\">加入创新团队<\/h2>\n <p class=\"hub-subtitle\">探索您的职业发展路径,与我们一起塑造科技未来<\/p>\n \n <div class=\"recruitment-categories\">\n <\u0021-- 社会招聘卡片 -->\n <div class=\"category-card social-recruitment\">\n <div class=\"card-header\">\n <div class=\"card-icon\">\n <i class=\"fas fa-briefcase\"><\/i>\n <\/div>\n <div>\n <h3 class=\"card-title\">社会招聘<\/h3>\n <p class=\"card-subtitle\">经验丰富的专业人士<\/p>\n <\/div>\n <\/div>\n \n <div class=\"card-video-container\" onclick=\"openModal('social')\">\n <video class=\"card-video\" loop muted autoplay playsinline poster=\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='200' viewBox='0 0 400 200'%3E%3Crect width='400' height='200' fill='%233a86ff'/%3E%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-family='Arial' font-size='18' fill='white'%3E社会招聘视频%3C/text%3E%3C/svg%3E\">\n <source src=\"https://33090597.s21v.faiusr.com/58/ABUIABA6GAAg2Jz7zAYo7_PLnQM.mp4\" type=\"video/mp4\">\n 您的浏览器不支持视频播放\n <\/video>\n <div class=\"video-overlay\">\n <div class=\"play-icon\">\n <i class=\"fas fa-play\"><\/i>\n <\/div>\n <\/div>\n <\/div>\n \n <div class=\"card-content\">\n <p class=\"card-description\">\n 寻找有经验的专业人士,共同推动技术创新和业务发展。\n <\/p>\n \n <ul class=\"features-list\">\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>高级技术岗位与领导职位<\/span>\n <\/li>\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>资深行业专家团队<\/span>\n <\/li>\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>灵活的工作安排与职业发展<\/span>\n <\/li>\n <\/ul>\n \n <\u0021-- 修改为按钮组,新增直投简历按钮 -->\n <div class=\"card-buttons\">\n <a href=\"https://www.hanscore.com/hire/005.html\" class=\"card-button\">\n <i class=\"fas fa-list\"><\/i>\n <span>查看社会招聘职位<\/span>\n <\/a>\n <a href=\"https://www.hanscore.com/hire/001.html\" class=\"card-button resume-button\">\n <i class=\"fas fa-paper-plane\"><\/i>\n <span>直投简历<\/span>\n <\/a>\n <\/div>\n <\/div>\n <\/div>\n \n <\u0021-- 校园招聘卡片 -->\n <div class=\"category-card campus-recruitment\">\n <div class=\"card-header\">\n <div class=\"card-icon\">\n <i class=\"fas fa-graduation-cap\"><\/i>\n <\/div>\n <div>\n <h3 class=\"card-title\">校园招聘<\/h3>\n <p class=\"card-subtitle\">新生力量与未来之星<\/p>\n <\/div>\n <\/div>\n \n <div class=\"card-video-container\" onclick=\"openModal('campus')\">\n <video class=\"card-video\" loop muted autoplay playsinline poster=\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='200' viewBox='0 0 400 200'%3E%3Crect width='400' height='200' fill='%23ff006e'/%3E%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-family='Arial' font-size='18' fill='white'%3E校园招聘视频%3C/text%3E%3C/svg%3E\">\n <source src=\"https://33090597.s21v.faiusr.com/58/ABUIABA6GAAgnciYwwYogv3GuAU.mp4\" type=\"video/mp4\">\n 您的浏览器不支持视频播放\n <\/video>\n <div class=\"video-overlay\">\n <div class=\"play-icon\">\n <i class=\"fas fa-play\"><\/i>\n <\/div>\n <\/div>\n <\/div>\n \n <div class=\"card-content\">\n <p class=\"card-description\">\n 为应届毕业生提供发展平台,培养下一代科技领袖和创新人才。\n <\/p>\n \n <ul class=\"features-list\">\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>应届毕业生与实习机会<\/span>\n <\/li>\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>全面培训与导师制度<\/span>\n <\/li>\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>清晰的职业发展路径<\/span>\n <\/li>\n <\/ul>\n \n <\u0021-- 修改为按钮组,新增直投简历按钮 -->\n <div class=\"card-buttons\">\n <a href=\"#\" class=\"card-button\">\n <i class=\"fas fa-list\"><\/i>\n <span>查看校园招聘职位<\/span>\n <\/a>\n <a href=\"https://www.hanscore.com/hire/001.html\" class=\"card-button resume-button\">\n <i class=\"fas fa-paper-plane\"><\/i>\n <span>直投简历<\/span>\n <\/a>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n \n <\u0021-- 模态框 -->\n <div id=\"socialModal\" class=\"modal\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h3 class=\"modal-title\">社会招聘介绍<\/h3>\n <button class=\"close-modal\" onclick=\"closeModal('social')\">×<\/button>\n <\/div>\n <video class=\"modal-video\" controls>\n <source src=\"https://33090597.s21v.faiusr.com/58/ABUIABA6GAAgnciYwwYogv3GuAU.mp4\" type=\"video/mp4\">\n 您的浏览器不支持视频播放\n <\/video>\n <\/div>\n <\/div>\n \n <div id=\"campusModal\" class=\"modal\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h3 class=\"modal-title\">校园招聘介绍<\/h3>\n <button class=\"close-modal\" onclick=\"closeModal('campus')\">×<\/button>\n <\/div>\n <video class=\"modal-video\" controls>\n <source src=\"https://33090597.s21v.faiusr.com/58/ABUIABA6GAAgnciYwwYogv3GuAU.mp4\" type=\"video/mp4\">\n 您的浏览器不支持视频播放\n <\/video>\n <\/div>\n <\/div>\n \n <script>\n function openModal(type) {\n const modal = document.getElementById(`${type}Modal`);\n modal.style.display = 'flex';\n \n // 播放视频\n const video = modal.querySelector('video');\n video.play();\n }\n \n function closeModal(type) {\n const modal = document.getElementById(`${type}Modal`);\n modal.style.display = 'none';\n \n // 暂停视频\n const video = modal.querySelector('video');\n video.pause();\n video.currentTime = 0;\n }\n \n // 点击模态框外部关闭\n window.onclick = function(event) {\n if (event.target.classList.contains('modal')) {\n event.target.style.display = 'none';\n \n // 暂停所有模态框中的视频\n const videos = event.target.querySelectorAll('video');\n videos.forEach(video => {\n video.pause();\n video.currentTime = 0;\n });\n }\n }\n \n // 预加载视频,提高播放体验\n document.addEventListener('DOMContentLoaded', function() {\n const videos = document.querySelectorAll('.card-video');\n videos.forEach(video => {\n video.load();\n });\n });\n <\/script>\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>科技公司招聘枢纽<\/title>\n <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css\">\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;\n }\n \n body {\n background-color: #f8f9fa;\n color: #333;\n line-height: 1.6;\n padding: 20px;\n }\n \n .recruitment-hub {\n max-width: 1100px;\n margin: 0 auto;\n padding: 30px 20px;\n background: white;\n border-radius: 16px;\n box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n }\n \n .hub-title {\n text-align: center;\n margin-bottom: 15px;\n color: #1a1a1a;\n font-size: 2.5rem;\n font-weight: 700;\n position: relative;\n }\n \n .hub-title:after {\n content: '';\n display: block;\n width: 80px;\n height: 4px;\n background: linear-gradient(90deg, #3a86ff, #8338ec);\n margin: 15px auto 0;\n border-radius: 2px;\n }\n \n .hub-subtitle {\n text-align: center;\n color: #666;\n font-size: 1.2rem;\n margin-top: 5px;\n margin-bottom: 40px;\n max-width: 600px;\n margin-left: auto;\n margin-right: auto;\n }\n \n .recruitment-categories {\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n gap: 40px;\n }\n \n .category-card {\n flex: 1;\n min-width: 320px;\n max-width: 480px;\n border-radius: 16px;\n overflow: hidden;\n box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n transition: all 0.4s ease;\n background: white;\n cursor: pointer;\n position: relative;\n }\n \n .category-card:hover {\n transform: translateY(-10px);\n box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n }\n \n .social-recruitment {\n border-top: 5px solid #3a86ff;\n }\n \n .campus-recruitment {\n border-top: 5px solid #ff006e;\n }\n \n .card-header {\n padding: 25px 25px 15px;\n display: flex;\n align-items: center;\n position: relative;\n z-index: 2;\n }\n \n .card-icon {\n width: 70px;\n height: 70px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 20px;\n font-size: 2rem;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n }\n \n .social-recruitment .card-icon {\n background: rgba(58, 134, 255, 0.15);\n color: #3a86ff;\n }\n \n .campus-recruitment .card-icon {\n background: rgba(255, 0, 110, 0.15);\n color: #ff006e;\n }\n \n .card-title {\n font-size: 1.8rem;\n font-weight: 700;\n margin-bottom: 5px;\n }\n \n .social-recruitment .card-title {\n color: #3a86ff;\n }\n \n .campus-recruitment .card-title {\n color: #ff006e;\n }\n \n .card-subtitle {\n color: #666;\n font-size: 1rem;\n }\n \n .card-content {\n padding: 0 25px 25px;\n position: relative;\n z-index: 2;\n }\n \n .card-description {\n color: #555;\n line-height: 1.7;\n margin-bottom: 20px;\n }\n \n .features-list {\n list-style: none;\n margin-bottom: 25px;\n }\n \n .features-list li {\n padding: 10px 0;\n display: flex;\n align-items: center;\n }\n \n .feature-icon {\n margin-right: 12px;\n font-size: 1.2rem;\n }\n \n .social-recruitment .feature-icon {\n color: #3a86ff;\n }\n \n .campus-recruitment .feature-icon {\n color: #ff006e;\n }\n \n /* 按钮组样式 - 新增 */\n .card-buttons {\n display: flex;\n gap: 12px;\n }\n \n .card-button {\n flex: 1; /* 让按钮平分宽度 - 修改 */\n padding: 14px;\n text-align: center;\n border-radius: 10px;\n font-weight: 600;\n font-size: 1.05rem;\n text-decoration: none;\n transition: all 0.2s ease;\n box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n display: flex; /* 新增 - 用于图标和文字居中 */\n align-items: center; /* 新增 */\n justify-content: center; /* 新增 */\n gap: 8px; /* 新增 - 图标和文字间距 */\n }\n \n /* 直投简历按钮样式 - 新增 */\n .resume-button {\n background: #8338ec;\n color: white;\n }\n \n .resume-button:hover {\n background: #7328dc;\n box-shadow: 0 6px 15px rgba(131, 56, 236, 0.3);\n }\n \n .social-recruitment .card-button {\n background: #3a86ff;\n color: white;\n }\n \n .social-recruitment .card-button:hover {\n background: #2a76ef;\n box-shadow: 0 6px 15px rgba(58, 134, 255, 0.3);\n }\n \n .campus-recruitment .card-button {\n background: #ff006e;\n color: white;\n }\n \n .campus-recruitment .card-button:hover {\n background: #e0005e;\n box-shadow: 0 6px 15px rgba(255, 0, 110, 0.3);\n }\n \n /* 视频区域样式 */\n .card-video-container {\n height: 180px;\n margin: 0 25px 25px;\n border-radius: 12px;\n overflow: hidden;\n position: relative;\n cursor: pointer;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n }\n \n .card-video {\n width: 100%;\n height: 100%;\n object-fit: cover;\n transition: transform 0.5s ease;\n }\n \n .card-video-container:hover .card-video {\n transform: scale(1.05);\n }\n \n .video-overlay {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.3);\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n transition: opacity 0.3s ease;\n }\n \n .card-video-container:hover .video-overlay {\n opacity: 1;\n }\n \n .play-icon {\n width: 60px;\n height: 60px;\n background: rgba(255, 255, 255, 0.9);\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n color: #333;\n font-size: 1.5rem;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n }\n \n /* 模态框样式 */\n .modal {\n display: none;\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.85);\n z-index: 1000;\n align-items: center;\n justify-content: center;\n padding: 20px;\n }\n \n .modal-content {\n max-width: 800px;\n width: 100%;\n background: white;\n border-radius: 12px;\n overflow: hidden;\n box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);\n }\n \n .modal-header {\n padding: 15px 20px;\n background: #f8f9fa;\n display: flex;\n justify-content: space-between;\n align-items: center;\n border-bottom: 1px solid #eaeaea;\n }\n \n .modal-title {\n font-weight: 600;\n font-size: 1.2rem;\n color: #333;\n }\n \n .close-modal {\n background: none;\n border: none;\n font-size: 1.5rem;\n cursor: pointer;\n color: #666;\n transition: color 0.2s;\n }\n \n .close-modal:hover {\n color: #333;\n }\n \n .modal-video {\n width: 100%;\n height: auto;\n display: block;\n }\n \n /* 响应式调整 */\n @media (max-width: 768px) {\n .recruitment-categories {\n flex-direction: column;\n align-items: center;\n }\n \n .category-card {\n width: 100%;\n max-width: 100%;\n }\n \n .hub-title {\n font-size: 2rem;\n }\n }\n <\/style>\n<\/head>\n<body>\n <div class=\"recruitment-hub\">\n <h2 class=\"hub-title\">加入创新团队<\/h2>\n <p class=\"hub-subtitle\">探索您的职业发展路径,与我们一起塑造科技未来<\/p>\n \n <div class=\"recruitment-categories\">\n <\u0021-- 社会招聘卡片 -->\n <div class=\"category-card social-recruitment\">\n <div class=\"card-header\">\n <div class=\"card-icon\">\n <i class=\"fas fa-briefcase\"><\/i>\n <\/div>\n <div>\n <h3 class=\"card-title\">社会招聘<\/h3>\n <p class=\"card-subtitle\">经验丰富的专业人士<\/p>\n <\/div>\n <\/div>\n \n <div class=\"card-video-container\" onclick=\"openModal('social')\">\n <video class=\"card-video\" loop muted autoplay playsinline poster=\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='200' viewBox='0 0 400 200'%3E%3Crect width='400' height='200' fill='%233a86ff'/%3E%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-family='Arial' font-size='18' fill='white'%3E社会招聘视频%3C/text%3E%3C/svg%3E\">\n <source src=\"https://33090597.s21v.faiusr.com/58/ABUIABA6GAAg2Jz7zAYo7_PLnQM.mp4\" type=\"video/mp4\">\n 您的浏览器不支持视频播放\n <\/video>\n <div class=\"video-overlay\">\n <div class=\"play-icon\">\n <i class=\"fas fa-play\"><\/i>\n <\/div>\n <\/div>\n <\/div>\n \n <div class=\"card-content\">\n <p class=\"card-description\">\n 寻找有经验的专业人士,共同推动技术创新和业务发展。\n <\/p>\n \n <ul class=\"features-list\">\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>高级技术岗位与领导职位<\/span>\n <\/li>\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>资深行业专家团队<\/span>\n <\/li>\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>灵活的工作安排与职业发展<\/span>\n <\/li>\n <\/ul>\n \n <\u0021-- 修改为按钮组,新增直投简历按钮 -->\n <div class=\"card-buttons\">\n <a href=\"https://www.hanscore.com/hire/005.html\" class=\"card-button\">\n <i class=\"fas fa-list\"><\/i>\n <span>查看社会招聘职位<\/span>\n <\/a>\n <a href=\"https://www.hanscore.com/hire/001.html\" class=\"card-button resume-button\">\n <i class=\"fas fa-paper-plane\"><\/i>\n <span>直投简历<\/span>\n <\/a>\n <\/div>\n <\/div>\n <\/div>\n \n <\u0021-- 校园招聘卡片 -->\n <div class=\"category-card campus-recruitment\">\n <div class=\"card-header\">\n <div class=\"card-icon\">\n <i class=\"fas fa-graduation-cap\"><\/i>\n <\/div>\n <div>\n <h3 class=\"card-title\">校园招聘<\/h3>\n <p class=\"card-subtitle\">新生力量与未来之星<\/p>\n <\/div>\n <\/div>\n \n <div class=\"card-video-container\" onclick=\"openModal('campus')\">\n <video class=\"card-video\" loop muted autoplay playsinline poster=\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='200' viewBox='0 0 400 200'%3E%3Crect width='400' height='200' fill='%23ff006e'/%3E%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-family='Arial' font-size='18' fill='white'%3E校园招聘视频%3C/text%3E%3C/svg%3E\">\n <source src=\"https://33090597.s21v.faiusr.com/58/ABUIABA6GAAgnciYwwYogv3GuAU.mp4\" type=\"video/mp4\">\n 您的浏览器不支持视频播放\n <\/video>\n <div class=\"video-overlay\">\n <div class=\"play-icon\">\n <i class=\"fas fa-play\"><\/i>\n <\/div>\n <\/div>\n <\/div>\n \n <div class=\"card-content\">\n <p class=\"card-description\">\n 为应届毕业生提供发展平台,培养下一代科技领袖和创新人才。\n <\/p>\n \n <ul class=\"features-list\">\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>应届毕业生与实习机会<\/span>\n <\/li>\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>全面培训与导师制度<\/span>\n <\/li>\n <li>\n <span class=\"feature-icon\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n <span>清晰的职业发展路径<\/span>\n <\/li>\n <\/ul>\n \n <\u0021-- 修改为按钮组,新增直投简历按钮 -->\n <div class=\"card-buttons\">\n <a href=\"#\" class=\"card-button\">\n <i class=\"fas fa-list\"><\/i>\n <span>查看校园招聘职位<\/span>\n <\/a>\n <a href=\"https://www.hanscore.com/hire/001.html\" class=\"card-button resume-button\">\n <i class=\"fas fa-paper-plane\"><\/i>\n <span>直投简历<\/span>\n <\/a>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n \n <\u0021-- 模态框 -->\n <div id=\"socialModal\" class=\"modal\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h3 class=\"modal-title\">社会招聘介绍<\/h3>\n <button class=\"close-modal\" onclick=\"closeModal('social')\">×<\/button>\n <\/div>\n <video class=\"modal-video\" controls>\n <source src=\"https://33090597.s21v.faiusr.com/58/ABUIABA6GAAgnciYwwYogv3GuAU.mp4\" type=\"video/mp4\">\n 您的浏览器不支持视频播放\n <\/video>\n <\/div>\n <\/div>\n \n <div id=\"campusModal\" class=\"modal\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h3 class=\"modal-title\">校园招聘介绍<\/h3>\n <button class=\"close-modal\" onclick=\"closeModal('campus')\">×<\/button>\n <\/div>\n <video class=\"modal-video\" controls>\n <source src=\"https://33090597.s21v.faiusr.com/58/ABUIABA6GAAgnciYwwYogv3GuAU.mp4\" type=\"video/mp4\">\n 您的浏览器不支持视频播放\n <\/video>\n <\/div>\n <\/div>\n \n <script>\n function openModal(type) {\n const modal = document.getElementById(`${type}Modal`);\n modal.style.display = 'flex';\n \n // 播放视频\n const video = modal.querySelector('video');\n video.play();\n }\n \n function closeModal(type) {\n const modal = document.getElementById(`${type}Modal`);\n modal.style.display = 'none';\n \n // 暂停视频\n const video = modal.querySelector('video');\n video.pause();\n video.currentTime = 0;\n }\n \n // 点击模态框外部关闭\n window.onclick = function(event) {\n if (event.target.classList.contains('modal')) {\n event.target.style.display = 'none';\n \n // 暂停所有模态框中的视频\n const videos = event.target.querySelectorAll('video');\n videos.forEach(video => {\n video.pause();\n video.currentTime = 0;\n });\n }\n }\n \n // 预加载视频,提高播放体验\n document.addEventListener('DOMContentLoaded', function() {\n const videos = document.querySelectorAll('.card-video');\n videos.forEach(video => {\n video.load();\n });\n });\n <\/script>\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>"},"module3446":{"id":3446,"type":1,"style":7,"flag":0,"name":"图片","prop1":"ABUIABAEGAAgoLXAzQYoxO6slQYwgA840AU","prop2":0,"prop3":{"ide":"AGQIvgESAA==","ib":false,"nf":false,"lt":0,"ln":"人才招聘","url":"?hire.html","reqArgs":""},"prop4":2,"prop5":"","prop7":{"mcf":-1,"br":0,"o":0,"st":0,"sx":0,"sy":0,"sb":6,"ss":0,"sc":"rgba(0, 0, 0, 0.20)","sm":{"w":1094,"h":407.21551899954363,"l":0,"t":0},"ci":{"w":1095,"h":410.625,"l":0,"t":0},"nid":"ABUIABAEGAAgorXAzQYop-_i5gUwxgg4lwM","brt":0,"niw":1094,"nih":407,"nsrc":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgorXAzQYop-_i5gUwxgg4lwM.png"},"blob0":{"jumpMode":0},"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.05423751766176209,"ml":0.05376517769445882,"mb":0.0,"width":0.5893433799784714,"useLeft":true,"useRight":false,"mlV2":0.07094321851453175,"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.02666,"mr":0.03733,"ml":0.03733,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"privatePattern":{"pc":{"ina":false,"ap":0,"hff":-1.0,"wff":-1.0,"lr":1,"hp":-1.0,"st":0},"mobi":{"ap":-1,"hff":-1.0,"wff":-1.0,"lr":1,"hp":-1.0,"br":0,"o":0,"sht":0,"sx":0,"sy":0,"sb":6,"sc":"rgba(0, 0, 0, 0.20)","brt":0,"ot":0,"st":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},"w":1920,"h":720,"psrc":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgoLXAzQYoxO6slQYwgA840AU.png","isBannerModule":false,"rowType":1},"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"},"module301":{"id":301,"type":1,"style":7,"flag":0,"name":"图片","prop1":"AD0I47OiCxAEGAAgtKia9QUo1-mkUjCdBDjqBA","prop2":0,"prop3":{"ide":"","ib":false,"nf":false,"lt":0},"prop4":0,"prop5":"","prop7":{"mcf":-1,"br":0,"o":0,"st":0,"sx":0,"sy":0,"sb":6,"ss":0,"sc":"rgba(0, 0, 0, 0.20)","sm":{"w":0,"h":0,"l":0,"t":0},"ci":{"w":0,"h":0,"l":0,"t":0},"nid":"","brt":0,"niw":0,"nih":0,"nsrc":"//23632355.s61i.faiusr.com/4/AD0I47OiCxAEGAAgtKia9QUo1-mkUjCdBDjqBA.png"},"blob0":{"jumpMode":0},"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.359050091431557,"ml":0.359050091431557,"mb":0.0,"width":-1.0,"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.03733,"ml":0.03733,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"privatePattern":{"pc":{"ina":false,"ap":0,"hff":-1,"wff":-1,"lr":1,"hp":-1,"st":0},"mobi":{"ap":-1,"hff":-1,"wff":-1,"lr":1,"hp":-1,"br":0,"o":0,"sht":0,"sx":0,"sy":0,"sb":6,"sc":"rgba(0, 0, 0, 0.20)","brt":0,"ot":0,"st":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},"w":541,"h":618,"psrc":"//23632355.s61i.faiusr.com/4/AD0I47OiCxAEGAAgtKia9QUo1-mkUjCdBDjqBA.png"},"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},"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"},"module3352":{"id":3352,"type":1,"style":38,"flag":0,"name":"友情链接","prop0":0,"prop1":[{"id":1,"name":"大族激光科技产业集团股份有限公司","link":{"ide":"AGcI/////w8SGmh0dHBzOi8vd3d3LmhhbnNsYXNlci5jb20v","ib":true,"nf":true,"lt":0,"ln":"https://www.hanslaser.com/","url":"https://www.hanslaser.com/","reqArgs":""}}],"prop2":1,"prop3":"友情链接","prop4":2,"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.0,"mr":0.375,"ml":0.375,"mb":0.0,"width":0.1883745963401507,"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":0,"mt":0.0,"mr":0.01733,"ml":0.01733,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"privatePattern":{"pc":{"tts":{"y":1,"s":12,"f":"微软雅黑","c":"rgba(169, 169, 169, 1)","d":0,"i":0,"w":0,"sc":"rgba(169, 169, 169, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0,"ac":"rgba(0, 0, 0, 1)"},"its":{"y":1,"s":12,"f":"微软雅黑","c":"rgba(169, 169, 169, 1)","d":0,"i":0,"w":0,"sc":"rgba(255, 255, 255, 1)","hc":"#212121","ta":0,"ta2":-1,"ugf":0,"ac":"rgba(0, 0, 0, 1)"},"cc":{"y":1,"c":"rgba(53, 53, 53, 1)","hc":"rgba(53, 53, 53, 1)"},"ddbc":{"y":1,"c":"rgba(53, 53, 53, 1)","hc":"rgba(53, 53, 53, 1)"},"rds":{"y":0},"fc":{"y":1,"c":"","sc":"","w":0},"lht":0,"l":{"t":0}},"mobi":{"tts":{"y":0},"its":{"y":0},"ddbc":{"y":0},"rds":{"y":0},"fc":{"y":0},"lht":0,"l":{"t":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},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1,"inRowField":"footerRowIds"},"module3406":{"id":3406,"type":1,"style":34,"flag":0,"name":"当前位置","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.7333826695371367,"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":{"cltf":{"y":0,"s":12,"f":"微软雅黑","c":"#212121","ct":0,"d":0,"i":0,"w":0,"ugf":0,"sc":"#212121"},"cllf":{"y":0,"s":12,"f":"微软雅黑","c":"#212121","ct":0,"d":0,"i":0,"w":0,"ugf":0,"sc":"#212121"},"clof":{"y":0,"s":12,"f":"微软雅黑","c":"#212121","ct":0,"d":0,"i":0,"w":0,"ugf":0,"sc":"#212121","hc":"#212121"},"align":0,"isNewTitle":false,"tctt":0,"tct":""},"mobi":{"cltf":{"y":0,"s":12,"f":"微软雅黑","c":"#212121","ct":0,"d":0,"i":0,"w":0,"ugf":0,"sc":"#212121"},"cllf":{"y":0,"s":12,"f":"微软雅黑","c":"#212121","ct":0,"d":0,"i":0,"w":0,"ugf":0,"sc":"#212121"},"clof":{"y":0,"s":12,"f":"微软雅黑","c":"#212121","ct":0,"d":0,"i":0,"w":0,"ugf":0,"sc":"#212121","hc":"#212121"},"align":0,"tctt":0,"tct":""}},"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,"locationData":[{"name":"首页","href":"/"},{"name":"联系我们","href":"?contact.html"},{"name":"人才招聘","href":""}]},"module2612":{"id":2612,"type":1,"style":29,"flag":0,"name":"全站搜索","prop0":8,"prop1":"","prop2":0,"prop3":[],"prop4":1,"prop5":[0,1,2,3,4,11,8,9,10],"pattern":{"pc":{"by":1,"b":{"y":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.007326426264800861,"mr":0.09000000000000002,"ml":0.07999999999999999,"mb":0.0,"width":0.16630785791173305,"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":0,"mt":0.0,"mr":0.01733,"ml":0.01733,"mb":0.0,"width":-1.0,"useLeft":false,"useRight":false,"mlV2":0.0,"mrV2":0.0,"isUseCustom":true}},"privatePattern":{"pc":{"pcht":0,"if":{"y":0},"tf":{"y":0}},"mobi":{"if":{"y":0},"tf":{"y":0}}},"commProp":{"al":[{"t":7,"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},"cal":[{"t":0}],"unst":true},"blob0":{},"isBannerModule":false,"rowType":3,"searchRangeList":{"产品名称":0,"产品参数":1,"产品详情":2,"文章标题":3,"文章详情":4,"栏目标题":11,"栏目图文":8,"图册名称":9,"下载文件名称":10}},"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},"module3007":{"id":3007,"type":1,"style":3,"flag":8,"name":"关注我们 ?","prop0":0,"prop1":[{"pid":"ABUIABAEGAAgiZGezQYo7fLdtwMwyAE4yAE","desc":"微信公众号","desc2":"","link":{"ide":"AHMIqQUSAA==","ib":false,"nf":false,"lt":0,"ln":"微信公众号","url":"javascript:Fai.top.JZ.openPopupZone(681);","reqArgs":""},"dt":false,"w":200,"h":200,"psrc":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgiZGezQYo7fLdtwMwyAE4yAE.png"},{"pid":"ABUIABAEGAAgoY_ezQYoqMWS-AQwyAE4yAE","desc":"抖音","desc2":"","link":{"ide":"AHMIqgUSAA==","ib":false,"nf":false,"lt":0,"ln":"抖音二维码","url":"javascript:Fai.top.JZ.openPopupZone(682);","reqArgs":""},"dt":false,"w":200,"h":200,"psrc":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgoY_ezQYoqMWS-AQwyAE4yAE.png"},{"pid":"ABUIABAEGAAgoY_ezQYopLCvtwUwyAE4yAE","desc":"视频号","desc2":"","link":{"ide":"AHMIrwUSAA==","ib":false,"nf":false,"lt":0,"ln":"视频号","url":"javascript:Fai.top.JZ.openPopupZone(687);","reqArgs":""},"dt":false,"w":200,"h":200,"psrc":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgoY_ezQYopLCvtwUwyAE4yAE.png"}],"prop2":20,"prop3":{"prop8":0},"prop4":-1,"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":0,"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":false,"b":true,"l":false,"r":false,"hft":0,"sft":0},"s":{"t":0},"bg":{"y":0},"r":{"t":0},"rf":0,"mt":0.005920344456404736,"mr":0.4749034749034749,"ml":0.0,"mb":0.0,"width":0.06566200215285252,"useLeft":true,"useRight":false,"mlV2":0.03283100107642627,"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":2,"ppht":1,"pph":0.3695652173913043,"ppwt":0,"ppw":28,"prlt":1,"prl":1,"ppmt":0,"ppmh":20,"ppmv":20,"ppst":3,"p3bh":240,"pds":1,"pf":{"s":16,"f":"微软雅黑","c":"rgba(255, 255, 255, 1)","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":2,"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":2},"ls":{"st":0},"more":{"moreType":0},"cal":[{"t":0}],"unst":true},"isBannerModule":false,"rowType":1,"inRowField":"footerRowIds","_openRemoveUrlArgs":true,"usePicName":true,"usePhotoGroupList":[],"photoList":[{"pid":"ABUIABAEGAAgiZGezQYo7fLdtwMwyAE4yAE","desc":"微信公众号","desc2":"","link":{"ide":"AHMIqQUSAA==","ib":false,"nf":false,"lt":0,"ln":"微信公众号","url":"javascript:Fai.top.JZ.openPopupZone(681);","reqArgs":""},"dt":false,"w":200,"h":200,"psrc":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgiZGezQYo7fLdtwMwyAE4yAE.png"},{"pid":"ABUIABAEGAAgoY_ezQYoqMWS-AQwyAE4yAE","desc":"抖音","desc2":"","link":{"ide":"AHMIqgUSAA==","ib":false,"nf":false,"lt":0,"ln":"抖音二维码","url":"javascript:Fai.top.JZ.openPopupZone(682);","reqArgs":""},"dt":false,"w":200,"h":200,"psrc":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgoY_ezQYoqMWS-AQwyAE4yAE.png"},{"pid":"ABUIABAEGAAgoY_ezQYopLCvtwUwyAE4yAE","desc":"视频号","desc2":"","link":{"ide":"AHMIrwUSAA==","ib":false,"nf":false,"lt":0,"ln":"视频号","url":"javascript:Fai.top.JZ.openPopupZone(687);","reqArgs":""},"dt":false,"w":200,"h":200,"psrc":"//33090597.s21i.faiusr.com/4/ABUIABAEGAAgoY_ezQYopLCvtwUwyAE4yAE.png"}],"initPage":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},"row797":{"id":797,"colId":190,"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.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":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":[3406,3446,3348],"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},"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"},"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}},"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":false},{"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":true,"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":true},{"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":190,"extId":0,"flag":265472,"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":0,"animate":1,"hftt":1,"fixedTop":1,"sideNavPattern":1,"bottomType":1,"isMobiSync":false,"ps":-1,"bd":{"y":-1},"fsd":{"t":0},"se":false,"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":0,"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,"t":0,"s":0,"pst":0,"psw":0,"pws":0.9900000095367432,"psh":0,"phs":0.4583300054073334,"ps":0,"pc":0,"pcst":4.5,"pccs":1.5,"fst":0,"fsh":0,"fhs":0.41999998688697815,"vpb":{"open":0,"style":0,"imgId":"","imgUrl":""},"wt":0,"fId":"/image/rimage/section/banner/default/flv.mp4","fUrl":"//0.ss.508sys.com/image/rimage/section/banner/default/flv.mp4","fpp":"","mopb":0,"mbst":0,"mbsh":0,"mbhs":0.5,"mbs":0,"mbct":0,"mbcst":4.0,"ismt":false,"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,"misf":true,"mfst":0,"mfsh":0,"mfhs":0.41999998688697815,"mfpp":"","bl":[{"pid":"/image/rimage/section/banner/default/0.jpg","ide":"","dp":true,"psrc":"//0.ss.508sys.com/image/rimage/section/banner/default/0.jpg","ib":false,"nf":false}],"nmbl":[{"pid":"/image/rimage/section/banner/default/0.jpg","ide":"","dp":true,"psrc":"//0.ss.508sys.com/image/rimage/section/banner/default/0.jpg","ib":false,"nf":false}],"mbl":[{"pid":"/image/rimage/section/banner/default/0.jpg","ide":"","dp":true,"psrc":"//0.ss.508sys.com/image/rimage/section/banner/default/0.jpg","ib":false,"nf":false}],"mnmbl":[{"pid":"/image/rimage/section/banner/default/0.jpg","ide":"","dp":true,"psrc":"//0.ss.508sys.com/image/rimage/section/banner/default/0.jpg","ib":false,"nf":false}],"sa":0},"bg":{"y":0}}},"rowIds":[797],"headerRowIds":[3],"footerRowIds":[854,853,4],"banner":{"hide":true,"mobiHide":false,"t":1,"psw":1920,"psh":600,"fsh":0,"fhs":1.0177638453500522,"vpb":{"open":0,"style":0,"imgId":"","imgUrl":""},"wt":0,"isf":false,"fId":"AD0I47OiCxA6GAAgjaia9QUo_pTenQM","fpi":"AI4BCIzVqBAQAhgAIJPFhtAGKOGj__4DMIAPOLgI","frid":101,"bl":[{"pid":"/image/rimage/section/banner/default/0.jpg","dp":true,"prid":102,"psrc":"//0.ss.508sys.com/image/rimage/section/banner/default/0.jpg","ide":"","url":"","ln":"","lt":0,"reqArgs":"","ib":false,"nf":false}],"nmbl":[{"pid":"/image/rimage/section/banner/default/0.jpg","dp":true,"prid":279,"st":0,"psrc":"//0.ss.508sys.com/image/rimage/section/banner/default/0.jpg","ide":"","url":"","ln":"","lt":0,"reqArgs":"","ib":false,"nf":false}],"mbsh":0,"mbhs":0.5,"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":"/image/rimage/section/banner/default/0.jpg","dp":true,"psrc":"//0.ss.508sys.com/image/rimage/section/banner/default/0.jpg","ide":"","url":"","ln":"","lt":0,"reqArgs":"","ib":false,"nf":false}],"sa":0,"s":0,"pst":0,"pws":0.9900000095367432,"phs":0.4583300054073334,"ps":0,"pc":0,"pcst":4.5,"pccs":1.5,"fst":0,"fUrl":"//23632355.s61i.faiusr.com/58/AD0I47OiCxA6GAAgjaia9QUo_pTenQM.mp4","fpp":"//34220684.s142i.faiusr.com/2/AI4BCIzVqBAQAhgAIJPFhtAGKOGj__4DMIAPOLgI.jpg","mopb":0,"mbst":0,"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":[]},"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":1854375200,"url":"/user-col.jsp?rname=hire&","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>