{"id":528,"date":"2026-08-09T02:17:53","date_gmt":"2026-08-09T10:17:53","guid":{"rendered":"https:\/\/hangzhoubiopak.com\/?page_id=528"},"modified":"2026-08-23T05:29:20","modified_gmt":"2026-08-23T13:29:20","slug":"electronic-chemical-krf-photoresist-resin","status":"publish","type":"page","link":"https:\/\/hangzhoubiopak.com\/en\/electronic-chemical-krf-photoresist-resin\/","title":{"rendered":"\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684&#8221;\u786c\u6838&#8221;\u5e95\u5ea7"},"content":{"rendered":"<style data-wp-block-html=\"css\">\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: \"Microsoft YaHei\", \"PingFang SC\", sans-serif;\n            background: linear-gradient(180deg, #f0f7ff 0%, #e6f0fa 50%, #f5f9ff 100%);\n            color: #335577;\n            line-height: 1.8;\n            min-height: 100vh;\n            overflow-x: hidden;\n        }\n\n        \/* \u80cc\u666f\u7c92\u5b50 *\/\n        .particles {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 0;\n            overflow: hidden;\n        }\n\n        .particle {\n            position: absolute;\n            width: 6px;\n            height: 6px;\n            background: radial-gradient(circle, rgba(24, 144, 255, 0.4), transparent);\n            border-radius: 50%;\n            animation: float 8s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0) scale(1); opacity: 0.3; }\n            50% { transform: translateY(-30px) scale(1.2); opacity: 0.6; }\n        }\n\n        \/* \u4e3b\u5bb9\u5668 *\/\n        .container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 60px 30px 80px;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* \u6807\u9898\u533a *\/\n        .header {\n            text-align: center;\n            margin-bottom: 60px;\n            animation: fadeInDown 0.8s ease-out;\n        }\n\n        .header h1 {\n            font-size: 36px;\n            color: #0a3d7a;\n            font-weight: 700;\n            margin-bottom: 20px;\n            line-height: 1.4;\n            letter-spacing: 1px;\n        }\n\n        .header .subtitle-line {\n            width: 120px;\n            height: 4px;\n            background: linear-gradient(90deg, #1890ff, #ffd700);\n            margin: 0 auto 25px;\n            border-radius: 2px;\n        }\n\n        .header .subtitle {\n            font-size: 16px;\n            color: #6688aa;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n        }\n\n        \/* \u5f15\u8a00\u6bb5\u843d *\/\n        .intro {\n            background: white;\n            border-radius: 16px;\n            padding: 35px 40px;\n            margin-bottom: 50px;\n            box-shadow: 0 8px 30px rgba(24, 144, 255, 0.12);\n            border: 1px solid rgba(24, 144, 255, 0.1);\n            position: relative;\n            overflow: hidden;\n            animation: fadeInUp 0.8s ease-out 0.2s both;\n        }\n\n        .intro::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 5px;\n            height: 100%;\n            background: linear-gradient(180deg, #1890ff, #00d4ff);\n        }\n\n        .intro p {\n            font-size: 16px;\n            color: #446688;\n            text-indent: 2em;\n            line-height: 2;\n        }\n\n        \/* \u7ae0\u8282\u6807\u9898 *\/\n        .section-title {\n            display: flex;\n            align-items: center;\n            margin-bottom: 30px;\n            animation: fadeInUp 0.8s ease-out;\n        }\n\n        .section-title .number {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #1890ff, #00d4ff);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 22px;\n            font-weight: 700;\n            margin-right: 18px;\n            box-shadow: 0 4px 15px rgba(24, 144, 255, 0.3);\n        }\n\n        .section-title h2 {\n            font-size: 26px;\n            color: #0a3d7a;\n            font-weight: 700;\n        }\n\n        .section-title .en {\n            font-size: 13px;\n            color: #88aacc;\n            margin-left: 15px;\n            letter-spacing: 1px;\n        }\n\n        \/* \u5185\u5bb9\u5361\u7247 *\/\n        .content-card {\n            background: white;\n            border-radius: 16px;\n            padding: 35px 40px;\n            margin-bottom: 40px;\n            box-shadow: 0 8px 30px rgba(24, 144, 255, 0.1);\n            border: 1px solid rgba(24, 144, 255, 0.08);\n            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);\n            position: relative;\n            overflow: hidden;\n            animation: fadeInUp 0.8s ease-out;\n        }\n\n        .content-card:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 15px 45px rgba(24, 144, 255, 0.18);\n            border-color: rgba(24, 144, 255, 0.2);\n        }\n\n        \/* \u5b50\u5361\u7247\uff08\u53cc\u4ea7\u7ebf\uff09 *\/\n        .sub-cards {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 25px;\n            margin-top: 25px;\n        }\n\n        .sub-card {\n            background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 100%);\n            border-radius: 14px;\n            padding: 28px 25px;\n            border: 1px solid rgba(24, 144, 255, 0.15);\n            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);\n            position: relative;\n        }\n\n        .sub-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 10px 30px rgba(24, 144, 255, 0.2);\n        }\n\n        .sub-card .icon {\n            font-size: 32px;\n            margin-bottom: 12px;\n        }\n\n        .sub-card h3 {\n            font-size: 19px;\n            color: #0a3d7a;\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n\n        .sub-card .tag {\n            display: inline-block;\n            background: linear-gradient(90deg, #ffd700, #ff9500);\n            color: white;\n            font-size: 12px;\n            padding: 3px 12px;\n            border-radius: 20px;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .sub-card p {\n            font-size: 14.5px;\n            color: #557799;\n            line-height: 1.9;\n        }\n\n        \/* \u6b63\u6587\u6bb5\u843d *\/\n        .content-card p {\n            font-size: 15.5px;\n            color: #446688;\n            text-indent: 2em;\n            margin-bottom: 18px;\n            line-height: 2;\n        }\n\n        .content-card p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* \u5217\u8868\u6837\u5f0f *\/\n        .feature-list {\n            list-style: none;\n            margin: 20px 0;\n            padding: 0;\n        }\n\n        .feature-list li {\n            position: relative;\n            padding: 12px 0 12px 30px;\n            font-size: 15px;\n            color: #446688;\n            line-height: 1.8;\n            transition: all 0.3s ease;\n        }\n\n        .feature-list li:hover {\n            transform: translateX(8px);\n            color: #1890ff;\n        }\n\n        .feature-list li::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 20px;\n            width: 10px;\n            height: 10px;\n            background: linear-gradient(135deg, #1890ff, #ffd700);\n            border-radius: 50%;\n            box-shadow: 0 0 10px rgba(24, 144, 255, 0.4);\n            transition: all 0.3s ease;\n        }\n\n        .feature-list li:hover::before {\n            transform: scale(1.3);\n            box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);\n        }\n\n        .feature-list li strong {\n            color: #0a3d7a;\n            font-weight: 700;\n        }\n\n        \/* \u96be\u70b9\u5361\u7247 *\/\n        .difficulty-cards {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n            margin-top: 25px;\n        }\n\n        .difficulty-card {\n            background: linear-gradient(180deg, #fff9e6 0%, #fff5d6 100%);\n            border-radius: 14px;\n            padding: 25px 20px;\n            border: 1px solid rgba(255, 215, 0, 0.3);\n            text-align: center;\n            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);\n            position: relative;\n        }\n\n        .difficulty-card:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 12px 35px rgba(255, 149, 0, 0.2);\n        }\n\n        .difficulty-card .diff-num {\n            width: 40px;\n            height: 40px;\n            background: linear-gradient(135deg, #ff9500, #ffd700);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 18px;\n            font-weight: 700;\n            margin: 0 auto 15px;\n        }\n\n        .difficulty-card h4 {\n            font-size: 17px;\n            color: #8b6914;\n            margin-bottom: 12px;\n            font-weight: 700;\n        }\n\n        .difficulty-card p {\n            font-size: 13.5px;\n            color: #7a6530;\n            line-height: 1.8;\n            text-indent: 0;\n            text-align: left;\n        }\n\n        \/* \u6280\u672f\u4eae\u70b9\u6846 *\/\n        .tech-highlight {\n            background: linear-gradient(135deg, #e6f7ff 0%, #f0f5ff 100%);\n            border-left: 4px solid #1890ff;\n            border-radius: 0 12px 12px 0;\n            padding: 22px 25px;\n            margin: 20px 0;\n        }\n\n        .tech-highlight h4 {\n            color: #0a3d7a;\n            font-size: 17px;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .tech-highlight p {\n            font-size: 14.5px;\n            color: #446688;\n            text-indent: 0;\n            margin-bottom: 0;\n        }\n\n        \/* \u5e95\u90e8\u5c55\u671b\u533a *\/\n        .outlook {\n            background: linear-gradient(135deg, #0a3d7a 0%, #1565c0 50%, #0d47a1 100%);\n            border-radius: 20px;\n            padding: 50px 45px;\n            margin-top: 50px;\n            position: relative;\n            overflow: hidden;\n            animation: fadeInUp 0.8s ease-out;\n        }\n\n        .outlook::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #ffd700, #ff9500, #ffd700);\n        }\n\n        .outlook::after {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -10%;\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(255, 215, 0, 0.1), transparent 70%);\n            border-radius: 50%;\n        }\n\n        .outlook h2 {\n            color: white;\n            font-size: 28px;\n            margin-bottom: 25px;\n            font-weight: 700;\n            position: relative;\n            z-index: 1;\n        }\n\n        .outlook p {\n            color: rgba(255, 255, 255, 0.9);\n            font-size: 16px;\n            line-height: 2;\n            text-indent: 2em;\n            margin-bottom: 20px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .outlook .highlight-num {\n            display: inline-block;\n            color: #ffd700;\n            font-size: 22px;\n            font-weight: 700;\n            margin: 0 5px;\n        }\n\n        \/* \u6570\u636e\u4eae\u70b9 *\/\n        .data-row {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n            margin-top: 30px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .data-item {\n            text-align: center;\n            padding: 20px 15px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 12px;\n            border: 1px solid rgba(255, 255, 255, 0.15);\n            backdrop-filter: blur(10px);\n            transition: all 0.4s ease;\n        }\n\n        .data-item:hover {\n            background: rgba(255, 255, 255, 0.15);\n            transform: translateY(-4px);\n        }\n\n        .data-item .num {\n            font-size: 36px;\n            font-weight: 700;\n            color: #ffd700;\n            margin-bottom: 8px;\n            text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);\n        }\n\n        .data-item .label {\n            font-size: 14px;\n            color: rgba(255, 255, 255, 0.85);\n        }\n\n        \/* \u52a8\u753b *\/\n        @keyframes fadeInDown {\n            from { opacity: 0; transform: translateY(-30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* \u54cd\u5e94\u5f0f *\/\n        @media (max-width: 900px) {\n            .sub-cards {\n                grid-template-columns: 1fr;\n            }\n            .difficulty-cards {\n                grid-template-columns: 1fr;\n            }\n            .data-row {\n                grid-template-columns: 1fr;\n            }\n            .header h1 {\n                font-size: 26px;\n            }\n            .container {\n                padding: 40px 20px 60px;\n            }\n        }\n<\/style>\n\n<!-- \u80cc\u666f\u7c92\u5b50 -->\n    <div class=\"particles\" id=\"particles\"><\/div>\n\n    <div class=\"container\">\n        <!-- \u6807\u9898\u533a -->\n        <div class=\"header\">\n            <h1>\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684\"\u786c\u6838\"\u5e95\u5ea7<\/h1>\n            <div class=\"subtitle-line\"><\/div>\n            <div class=\"subtitle\">SEMICONDUCTOR MATERIALS<\/div>\n        <\/div>\n\n        <!-- \u5f15\u8a00 -->\n        <div class=\"intro\">\n            <p>\u5728\u534a\u5bfc\u4f53\u6750\u6599\u56fd\u4ea7\u5316\u66ff\u4ee3\u7684\u6d6a\u6f6e\u4e2d\uff0c\u5149\u523b\u80f6\u4e0a\u6e38\u6838\u5fc3\u539f\u6599\u2014\u2014\u6811\u8102\u7684\u81ea\u4e3b\u4f9b\u5e94\uff0c\u5df2\u6210\u4e3a\u6253\u7834\"\u5361\u8116\u5b50\"\u56f0\u5c40\u7684\u5173\u952e\u73af\u8282\u3002\u516b\u4ebf\u65f6\u7a7a\uff08688181.SH\uff09\u4ee5\u524d\u77bb\u6027\u6218\u7565\u5e03\u5c40\uff0c\u5728\u6d59\u6c5f\u7701\u7ecd\u5174\u5e02\u4e0a\u865e\u533a\u5efa\u8bbe\u4e86\u56fd\u5185\u9886\u5148\u7684\u5148\u8fdb\u6750\u6599\u751f\u4ea7\u57fa\u5730\uff0c\u805a\u7126KrF\u5149\u523b\u80f6\u6811\u8102\u3001PSPI\u6811\u8102\u53ca\u5149\u9178\u7b49\u9ad8\u7aef\u534a\u5bfc\u4f53\u6750\u6599\u7684\u7814\u53d1\u4e0e\u91cf\u4ea7\uff0c\u4e3a\u56fd\u5185\u5149\u523b\u80f6\u4ea7\u4e1a\u94fe\u7684\u81ea\u4e3b\u53ef\u63a7\u63d0\u4f9b\u4e86\u575a\u5b9e\u7684\u6750\u6599\u5e95\u5ea7\u3002<\/p>\n        <\/div>\n\n        <!-- \u7b2c\u4e00\u90e8\u5206\uff1a\u767e\u5428\u7ea7\u53cc\u4ea7\u7ebf -->\n        <div class=\"section-title\">\n            <div class=\"number\">\u4e00<\/div>\n            <h2>\u767e\u5428\u7ea7\u53cc\u4ea7\u7ebf<\/h2>\n            <span class=\"en\">HUNDRED-TON DUAL PRODUCTION LINES<\/span>\n        <\/div>\n\n        <div class=\"content-card\">\n            <p>\u516b\u4ebf\u65f6\u7a7a\u4e0a\u865e\u57fa\u5730\u7684\u6838\u5fc3\u4f18\u52bf\u5728\u4e8e\u5176\u56fd\u5185\u9996\u6761\u767e\u5428\u7ea7\u534a\u5bfc\u4f53\u5149\u523b\u80f6\u6811\u8102\u9ad8\u81ea\u52a8\u5316\u67d4\u6027\/\u91cf\u4ea7\u53cc\u4ea7\u7ebf\uff0c\u8fd9\u662f\u56fd\u5185\u5c11\u6709\u7684\u80fd\u540c\u65f6\u8986\u76d6\u7814\u53d1\u4e2d\u8bd5\u4e0e\u89c4\u6a21\u5316\u91cf\u4ea7\u7684\u4e13\u4e1a\u5e73\u53f0\u3002<\/p>\n\n            <div class=\"sub-cards\">\n                <div class=\"sub-card\">\n                    <div class=\"icon\">\ud83d\udd2c<\/div>\n                    <h3>\u9ad8\u67d4\u6027\u7814\u53d1\u4e2d\u8bd5\u7ebf<\/h3>\n                    <div class=\"tag\">\"\u5b75\u5316\u5668\"\u4e0e\"\u52a0\u901f\u5668\"<\/div>\n                    <p>\u8be5\u4ea7\u7ebf\u4e13\u4e3a\u914d\u5408\u56fd\u5185\u5149\u523b\u80f6\u5382\u5546\u53ca\u79d1\u7814\u673a\u6784\"\u5c0f\u91cf\u591a\u54c1\u79cd\"\u7684\u7814\u53d1\u8fed\u4ee3\u548c\u4e2d\u8bd5\u9a8c\u8bc1\u9700\u6c42\u800c\u8bbe\u8ba1\u3002\u914d\u7f6e\u4e86\u7cbe\u5bc6\u53cd\u5e94\u4e0e\u540e\u5904\u7406\u7cfb\u7edf\uff0c\u5177\u5907\u6781\u9ad8\u7684\u751f\u4ea7\u67d4\u6027\uff0c\u80fd\u591f\u5feb\u901f\u5207\u6362\u4e0d\u540c\u914d\u65b9\u548c\u5de5\u827a\uff0c\u8fdb\u884c\u5c0f\u6279\u91cf\u3001\u591a\u6279\u6b21\u7684\u9ad8\u54c1\u8d28\u6811\u8102\u751f\u4ea7\u3002\u5b83\u6709\u6548\u89e3\u51b3\u4e86\u56fd\u5185\u5149\u523b\u80f6\u7814\u53d1\u8fc7\u7a0b\u4e2d\"\u65e0\u7c73\u4e0b\u9505\"\u7684\u75db\u70b9\uff0c\u662f\u52a0\u901f\u56fd\u4ea7\u5149\u523b\u80f6\u65b0\u54c1\u5f00\u53d1\u3001\u7f29\u77ed\u4ece\u5b9e\u9a8c\u5ba4\u5230\u4ea7\u4e1a\u5316\u8fdb\u7a0b\u7684\u5173\u952e\u63a8\u624b\u3002<\/p>\n                <\/div>\n\n                <div class=\"sub-card\">\n                    <div class=\"icon\">\ud83c\udfed<\/div>\n                    <h3>\u9ad8\u4ea7\u80fd\u91cf\u4ea7\u7ebf<\/h3>\n                    <div class=\"tag\">\"\u7a33\u5b9a\u5668\"\u4e0e\"\u538b\u8231\u77f3\"<\/div>\n                    <p>\u9488\u5bf9\u5df2\u901a\u8fc7\u9a8c\u8bc1\u3001\u8fdb\u5165\u7a33\u5b9a\u91cf\u4ea7\u9636\u6bb5\u7684\u5149\u523b\u80f6\u4ea7\u54c1\uff0c\u8be5\u4ea7\u7ebf\u4e13\u6ce8\u4e8e\u6548\u7387\u4e0e\u7a33\u5b9a\u6027\u3002\u914d\u7f6e\u5927\u578b\u9ad8\u6548\u53cd\u5e94\u53ca\u7cbe\u5236\u7cfb\u7edf\uff0c\u5b9e\u73b0\u4e86\u751f\u4ea7\u6d41\u7a0b\u7684\u9ad8\u5ea6\u96c6\u6210\u4e0e\u81ea\u52a8\u5316\u63a7\u5236\uff0c\u786e\u4fdd\u4ea7\u54c1\u6279\u6b21\u95f4\u7684\u9ad8\u5ea6\u4e00\u81f4\u6027\u3002\u8be5\u4ea7\u7ebf\u4e3a\u56fd\u4ea7\u9ad8\u7aef\u5149\u523b\u80f6\u7684\u89c4\u6a21\u5316\u5e94\u7528\u548c\u5e02\u573a\u4efd\u989d\u63d0\u5347\uff0c\u63d0\u4f9b\u4e86\u5f3a\u6709\u529b\u7684\u6750\u6599\u4fdd\u969c\u3002<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"tech-highlight\" style=\"margin-top: 25px;\">\n                <h4>\ud83d\udca1 \u81ea\u52a8\u5316\u63a7\u5236\u7cfb\u7edf<\/h4>\n                <p>\u4e24\u6761\u4ea7\u7ebf\u5747\u914d\u5907\u4e86\u516b\u4ebf\u65f6\u7a7a\u81ea\u4e3b\u8bbe\u8ba1\u7684\u5148\u8fdb\u81ea\u52a8\u5316\u63a7\u5236\u7cfb\u7edf\uff0c\u663e\u8457\u63d0\u5347\u4e86\u751f\u4ea7\u6548\u7387\u548c\u4ea7\u54c1\u826f\u7387\uff0c\u540c\u65f6\u6ee1\u8db3\u9ad8\u7aef\u6750\u6599\u751f\u4ea7\u5bf9\u6d01\u51c0\u5ea6\u548c\u5de5\u827a\u7a33\u5b9a\u6027\u7684\u4e25\u82db\u8981\u6c42\u3002<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- \u7b2c\u4e8c\u90e8\u5206\uff1aKrF\u5149\u523b\u80f6\u6811\u8102 -->\n        <div class=\"section-title\">\n            <div class=\"number\">\u4e8c<\/div>\n            <h2>KrF\u5149\u523b\u80f6\u6811\u8102<\/h2>\n            <span class=\"en\">KrF PHOTORESIST RESIN<\/span>\n        <\/div>\n\n        <div class=\"content-card\">\n            <p>KrF\u5149\u523b\u80f6\u6811\u8102\u5360\u6574\u4e2a\u5149\u523b\u80f6\u8d28\u91cf\u768470%\u4ee5\u4e0a\uff0c\u662f\u51b3\u5b9a\u5149\u523b\u80f6\u6027\u80fd\u7684\u6838\u5fc3\u7ec4\u5206\u3002\u516b\u4ebf\u65f6\u7a7a\u5728KrF\u6811\u8102\u9886\u57df\u5b9e\u73b0\u4e86\u4ece\u5355\u4f53\u81ea\u4e3b\u914d\u5957\u5230\u805a\u5408\u5de5\u827a\u7684\u5168\u94fe\u6761\u6280\u672f\u7a81\u7834\u3002<\/p>\n\n            <!-- \u6811\u8102\u4f53\u7cfb -->\n            <h3 style=\"color: #0a3d7a; font-size: 20px; margin: 30px 0 15px; padding-left: 15px; border-left: 4px solid #1890ff;\">\ud83e\uddec \u6811\u8102\u4f53\u7cfb\uff1a\u590d\u6742\u800c\u7cbe\u5bc6\u7684\u5206\u5b50\u8bbe\u8ba1<\/h3>\n            <p>KrF\u5149\u523b\u80f6\u7684\u57fa\u4f53\u6811\u8102\u4e00\u822c\u4ee5\u805a\u5bf9\u7f9f\u57fa\u82ef\u4e59\u70ef\u4e3a\u4e3b\u94fe\uff0c\u901a\u8fc7\u5747\u805a\u6216\u5171\u805a\u5f15\u5165\u5404\u79cd\u529f\u80fd\u5355\u4f53\uff0c\u6784\u6210\u590d\u6742\u4f53\u7cfb, \u884c\u4e1a\u5185\u5e38\u56e0\u7f9f\u57fa\u82ef\u4e59\u70ef\u7684\u82f1\u6587\u9996\u5b57\u6bcd<strong>P<\/strong>oly<strong>H<\/strong>ydroxy<strong>S<\/strong>tyrene \u800c\u79f0\u4e4b\u4e3a<strong>PHS\u6811\u8102<\/strong>\uff1a<\/p>\n\n            <ul class=\"feature-list\">\n                <li><strong>\u5e38\u89c1\u5355\u4f53\uff1a<\/strong>4-\u7f9f\u57fa\u82ef\u4e59\u70ef\u30014-\u4e59\u9170\u6c27\u57fa\u82ef\u4e59\u70ef\u30014-\u53d4\u4e01\u6c27\u57fa\u82ef\u4e59\u70ef\u30014-\u53d4\u620a\u6c27\u57fa\u82ef\u4e59\u70ef\u3001\u73af\u5df1\u70f7\u4e59\u70ef\u7c7b\u3001\u4e19\u70ef\u9178\u916f\/\u7532\u57fa\u4e19\u70ef\u9178\u916f\u7b49<\/li>\n                <li><strong>\u4fa7\u94fe\u529f\u80fd\u5316\uff1a<\/strong>\u915a\u7f9f\u57fa\u5e38\u9700\u88ab\u4e0d\u540c\u7a0b\u5ea6\u4fdd\u62a4\uff0c\u4fa7\u94fe\u53ef\u5f15\u5165\u91d1\u521a\u70f7\u57fa\u7cfb\u5217\u3001\u964d\u51b0\u7247\u70ef\u7cfb\u5217\u3001\u73af\u5df1\u57fa\u7b49\u73af\u70f7\u57fa\uff0c\u4ee5\u53ca\u542b\u7845\u57fa\u56e2\u3001\u542b\u6c1f\u57fa\u56e2\u3001\u4ea4\u8054\u57fa\u56e2\u7b49\uff0c\u4ee5\u6ee1\u8db3\u6280\u672f\u6f14\u8fdb\u548c\u7279\u6b8a\u529f\u80fd\u9700\u6c42<\/li>\n            <\/ul>\n\n            <!-- \u805a\u5408\u6280\u672f -->\n            <h3 style=\"color: #0a3d7a; font-size: 20px; margin: 35px 0 15px; padding-left: 15px; border-left: 4px solid #1890ff;\">\u2699\ufe0f \u805a\u5408\u6280\u672f\uff1a\u9634\u79bb\u5b50\u4e0e\u81ea\u7531\u57fa\u53cc\u8def\u7ebf\u5e76\u8fdb<\/h3>\n            <p>\u516b\u4ebf\u65f6\u7a7a\u638c\u63e1\u9634\u79bb\u5b50\u805a\u5408\u4e0e\u81ea\u7531\u57fa\u805a\u5408\u4e24\u5927\u6838\u5fc3\u6280\u672f\u8def\u7ebf\uff1a<\/p>\n\n            <ul class=\"feature-list\">\n                <li><strong>\u9634\u79bb\u5b50\u805a\u5408\uff1a<\/strong>\u53ef\u5b9e\u73b0\u5206\u5b50\u91cf\u5206\u5e03\uff08PDI\uff09&lt;1.2\u7684\u7a84\u5206\u5e03\u6811\u8102\u89c4\u6a21\u5316\u751f\u4ea7\uff0c\u8fbe\u5230\u56fd\u5185\u9886\u5148\u3001\u56fd\u9645\u5148\u8fdb\u7684\u6c34\u5e73<\/li>\n                <li><strong>\u81ea\u7531\u57fa\u805a\u5408\uff1a<\/strong>\u63d0\u4f9b\u5bbd\u5206\u5e03\u6811\u8102\u4ea7\u54c1\uff0c\u6ee1\u8db3\u4e0d\u540c\u5149\u523b\u80f6\u4f53\u7cfb\u7684\u5e94\u7528\u9700\u6c42<\/li>\n            <\/ul>\n\n            <!-- \u4e09\u5927\u96be\u70b9 -->\n            <h3 style=\"color: #0a3d7a; font-size: 20px; margin: 35px 0 15px; padding-left: 15px; border-left: 4px solid #ff9500;\">\ud83d\udea7 \u653b\u514b\u56fd\u4ea7\u5316\u4e09\u5927\u6838\u5fc3\u96be\u70b9<\/h3>\n\n            <div class=\"difficulty-cards\">\n                <div class=\"difficulty-card\">\n                    <div class=\"diff-num\">1<\/div>\n                    <h4>\u5355\u4f53\u81ea\u4e3b\u914d\u5957<\/h4>\n                    <p>\u5355\u4f53\u5408\u6210\u96be\u5ea6\u9ad8\uff0c\u5bf9\u7eaf\u5ea6\u548c\u91d1\u5c5e\u79bb\u5b50\u542b\u91cf\u8981\u6c42\u6781\u4e3a\u82db\u523b\uff08ppb\u7ea7\u522b\uff09\u3002\u516b\u4ebf\u65f6\u7a7a\u5df2\u5b9e\u73b0\u5408\u6210\u6811\u8102\u6240\u9700\u5355\u4f53\u7684\u81ea\u4e3b\u751f\u4ea7\u5de5\u827a\u6210\u719f\uff0c\u4ece\u6e90\u5934\u6253\u901a\u4e86\u4f9b\u5e94\u94fe\uff0c\u89e3\u51b3\u4e86\u957f\u671f\u56f0\u6270\u56fd\u5185\u4ea7\u4e1a\u7684\"\u5355\u4f53\u6ca1\u6709\u914d\u5957\"\u7684\u5361\u8116\u5b50\u95ee\u9898\u3002<\/p>\n                <\/div>\n\n                <div class=\"difficulty-card\">\n                    <div class=\"diff-num\">2<\/div>\n                    <h4>\u805a\u5408\u5de5\u827a\u4e0ePDI\u63a7\u5236<\/h4>\n                    <p>\u5171\u805a\u9700\u8981\u7cbe\u786e\u63a7\u5236\u5355\u4f53\u79cd\u7c7b\u3001\u914d\u6bd4\u3001\u53cd\u5e94\u6e29\u5ea6\u3001\u65f6\u95f4\u7b49\u65e0\u6570\u53c2\u6570\u3002\u516b\u4ebf\u65f6\u7a7a\u901a\u8fc7\u81ea\u4e3b\u5f00\u53d1\u7684\u5148\u8fdb\u805a\u5408\u5de5\u827a\uff0c\u6210\u529f\u5c06\u9ad8\u7aefKrF\u6811\u8102\u7684PDI\u7a33\u5b9a\u63a7\u5236\u57281.2\u4ee5\u4e0b\uff0c\u8fd9\u662f\u6781\u9ad8\u7684\u5de5\u827a\u63a7\u5236\u6c34\u5e73\u7684\u4f53\u73b0\u3002<\/p>\n                <\/div>\n\n                <div class=\"difficulty-card\">\n                    <div class=\"diff-num\">3<\/div>\n                    <h4>\u6676\u5706\u5382\u9a8c\u8bc1\u4e0e\u4fe1\u4efb\u6784\u5efa<\/h4>\n                    <p>\u56fd\u4ea7\u5316\u66ff\u4ee3\u662f\"\u6280\u672f\u7a81\u7834\"\u4e0e\"\u4fe1\u4efb\u6784\u5efa\"\u7684\u53cc\u91cd\u957f\u8dd1\u3002\u516b\u4ebf\u65f6\u7a7a\u7684KrF\u5149\u523b\u80f6\u7528PHS\u6811\u8102\u5728\u91d1\u5c5e\u79bb\u5b50\u6742\u8d28\u63a7\u5236\u3001\u5206\u5b50\u91cf\u5206\u5e03\u7b49\u5173\u952e\u6307\u6807\u4e0a\u5df2\u8fbe\u56fd\u9645\u5148\u8fdb\u6c34\u5e73\uff0c\u91d1\u5c5e\u6742\u8d28\u53ef\u7a33\u5b9a\u63a7\u5236\u5728ppt\u7ea7\u522b\u3002\u591a\u6b3e\u4ea7\u54c1\u5df2\u5b9e\u73b0\u5ba2\u6237\u91cf\u4ea7\u4ea4\u4ed8\uff0c\u5e76\u5728\u6676\u5706\u5382\u9a8c\u8bc1\u901a\u8fc7\u5b9e\u73b0\u91cf\u4ea7\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- \u7b2c\u4e09\u90e8\u5206\uff1a\u5c55\u671b -->\n        <div class=\"outlook\">\n            <h2>\u4e09\u3001\u5c55\u671b\uff1a\u6253\u9020\u534a\u5bfc\u4f53\u6750\u6599\u56fd\u4ea7\u5316\u7684\u6807\u6746<\/h2>\n            <p>\u4ece\u5355\u4f53\u81ea\u4e3b\u914d\u5957\u5230\u767e\u5428\u7ea7\u53cc\u4ea7\u7ebf\uff0c\u4ece\u9634\u79bb\u5b50\u805a\u5408\u7a84\u5206\u5e03\u6811\u8102\u5230ppt\u7ea7\u91d1\u5c5e\u6742\u8d28\u63a7\u5236\uff0c\u516b\u4ebf\u65f6\u7a7a\u5df2\u6784\u5efa\u8d77\u8986\u76d6\u7814\u53d1\u3001\u4e2d\u8bd5\u3001\u91cf\u4ea7\u7684\u5168\u94fe\u6761\u4ea7\u4e1a\u5316\u80fd\u529b\u3002\u5728\u534a\u5bfc\u4f53\u6750\u6599\u56fd\u4ea7\u5316\u7684\u5927\u6f6e\u4e2d\uff0c\u516b\u4ebf\u65f6\u7a7a\u6b63\u4ee5\u624e\u5b9e\u7684\u6280\u672f\u79ef\u7d2f\u548c\u4ea7\u4e1a\u5316\u80fd\u529b\uff0c\u6210\u4e3a\u56fd\u4ea7\u9ad8\u7aef\u5149\u523b\u80f6\u6811\u8102\u66ff\u4ee3\u7684\u4e2d\u575a\u529b\u91cf\u3002<\/p>\n\n            <div class=\"data-row\">\n                <div class=\"data-item\">\n                    <div class=\"num\">\u767e\u5428\u7ea7<\/div>\n                    <div class=\"label\">\u53cc\u4ea7\u7ebf\u4ea7\u80fd<\/div>\n                <\/div>\n                <div class=\"data-item\">\n                    <div class=\"num\">PDI&lt;1.2<\/div>\n                    <div class=\"label\">\u7a84\u5206\u5e03\u6811\u8102<\/div>\n                <\/div>\n                <div class=\"data-item\">\n                    <div class=\"num\">ppt\u7ea7<\/div>\n                    <div class=\"label\">\u91d1\u5c5e\u6742\u8d28\u63a7\u5236<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ \u751f\u6210\u80cc\u666f\u7c92\u5b50\n        const particlesContainer = document.getElementById('particles');\n        for (let i = 0; i < 25; i++) {\n            const particle = document.createElement('div');\n            particle.className = 'particle';\n            particle.style.left = Math.random() * 100 + '%';\n            particle.style.top = Math.random() * 100 + '%';\n            particle.style.animationDelay = Math.random() * 8 + 's';\n            particle.style.animationDuration = (6 + Math.random() * 6) + 's';\n            particle.style.width = (4 + Math.random() * 6) + 'px';\n            particle.style.height = particle.style.width;\n            particlesContainer.appendChild(particle);\n        }\n\n        \/\/ \u6eda\u52a8\u5165\u573a\u52a8\u753b\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.animationPlayState = 'running';\n                }\n            });\n        }, { threshold: 0.1 });\n\n        document.querySelectorAll('.content-card, .section-title, .outlook').forEach(el => {\n            el.style.animationPlayState = 'paused';\n            observer.observe(el);\n        });\n    <\/script>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"731\" src=\"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/07\/PHS\u6811\u8102-\u7b14\u8bb0\u6548\u679c-1024x731.png\" alt=\"Krf\u5149\u523b\u80f6\u6811\u8102, PHS\u6811\u8102\uff0c\u805a\u5bf9\u7f9f\u57fa\u82ef\u4e59\u70ef, \u5bf9\u7f9f\u57fa\u82ef\u4e59\u70ef\u6811\u8102, \u805a\u7f9f\u57fa\u82ef\u4e59\u70ef\uff0c\u805a\u5bf9\u7f9f\u57fa\u82ef\u4e59\u70ef\" class=\"wp-image-535\" srcset=\"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/07\/PHS\u6811\u8102-\u7b14\u8bb0\u6548\u679c-1024x731.png 1024w, https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/07\/PHS\u6811\u8102-\u7b14\u8bb0\u6548\u679c-300x214.png 300w, https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/07\/PHS\u6811\u8102-\u7b14\u8bb0\u6548\u679c-768x548.png 768w, https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/07\/PHS\u6811\u8102-\u7b14\u8bb0\u6548\u679c-1536x1097.png 1536w, https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/07\/PHS\u6811\u8102-\u7b14\u8bb0\u6548\u679c.png 2028w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">\u5bf9\u7f9f\u57fa\u82ef\u4e59\u70ef\uff08PHS) \u4ee5\u53ca\u884d\u751f\u7269\u4ece\u5355\u4f53\u6750\u6599\u5982(<a href=\"https:\/\/hangzhoubiopak.com\/en\/photoresist-monomer-146716-59-8\/\">\u5bf9\u53d4\u620a\u6c27\u57fa\u82ef\u4e59\u70ef<\/a>PTAS\u3001<a href=\"https:\/\/hangzhoubiopak.com\/en\/photoresist-monomer-95418-58-9\/\">\u5bf9\u53d4\u4e01\u6c27\u57fa\u82ef\u4e59\u70ef<\/a>PTBS \uff09\u5230\u5747\u805a\u7269\u3001\u5171\u805a\u5d4c\u6bb5\u3001\u8131\u4fdd\u62a4\u3001\u63a5\u679d\u7684PHS\u6811\u8102\uff0c\u5206\u5b50\u91cf\u5927\u5c0f\u53ef\u5b9a\u5236\u3001\u7ed3\u6784\u53ef\u5b9a\u5236, \u8054\u7cfb\u7535\u8bdd\uff1a13858587756<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">\u5149\u523b\u80f6\u7684\u56fd\u4ea7\u66ff\u4ee3\u4e4b\u8def\uff0c\u65e2\u9700\u8981\u5404\u81ea\u6df1\u8015\uff0c\u4e5f\u9700\u8981\u5f7c\u6b64\u9760\u8fd1\u3002\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5728\u8fd9\u6761\u8def\u4e0a\u505a\u4e86\u4e00\u4e9b\u57fa\u7840\u6027\u5de5\u4f5c\u2014\u2014\u76ee\u524d\u5df2\u7ecf\u80fd\u81ea\u4e3b\u751f\u4ea7\u5bf9\u53d4\u620a\u6c27\u57fa\u82ef\u4e59\u70ef\u3001\u5bf9\u53d4\u4e01\u6c27\u57fa\u82ef\u4e59\u70ef\u3001\u5bf9\u4e59\u6c27\u57fa\u4e59\u6c27\u57fa\u82ef\u4e59\u70ef\u3001\u4e19\u70ef\u9178\u6302\u4fa7\u94fe\u7b49\u4e00\u4f17\u5355\u4f53\uff0c\u5e76\u5b8c\u6210\u4e86\u4ece\u5408\u6210\u5230\u805a\u5408\u5de5\u827a\u3001\u518d\u5230\u7532\u7c7b\u8f66\u95f4\u548c\u6d01\u51c0\u5382\u623f\u7684\u914d\u5957\u5efa\u8bbe\u3002\u4f46\u5149\u523b\u80f6\u6811\u8102\u7684\u914d\u65b9\u5343\u5dee\u4e07\u522b\uff0c\u7279\u6b8a\u5355\u4f53\u54c1\u79cd\u7e41\u591a\uff0c\u5355\u9760\u4e00\u5bb6\u4f01\u4e1a\u8fdc\u8fdc\u4e0d\u591f\uff0c\u4ea7\u4e1a\u751f\u6001\u7684\u6210\u719f\u9700\u8981\u66f4\u591a\u4f19\u4f34\u5171\u540c\u53c2\u4e0e\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u6211\u4eec\u7406\u89e3\uff0c\u5f88\u591a\u56e2\u961f\u5728\u7279\u6b8a\u529f\u80fd\u6027\u5355\u4f53\u7684\u6280\u672f\u5de5\u827a\u4e0a\u6295\u5165\u4e86\u591a\u5e74\u5fc3\u8840\uff0c\u6210\u679c\u6590\u7136\uff0c\u5374\u5728\u4ea7\u4e1a\u5316\u843d\u5730\u65f6\u9762\u4e34\u573a\u5730\u3001\u8d44\u8d28\u6216\u4e2d\u8bd5\u6761\u4ef6\u7684\u74f6\u9888\u3002\u8fd9\u79cd\u201c\u4e34\u95e8\u4e00\u811a\u201d\u7684\u96be\u5904\uff0c\u6211\u4eec\u611f\u540c\u8eab\u53d7\u3002 \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u771f\u8bda\u5730\u5e0c\u671b\u80fd\u6210\u4e3a\u5927\u5bb6\u7684\u201c\u843d\u811a\u70b9\u201d\u548c\u201c\u52a9\u63a8\u5668\u201d\u2014\u2014\u73b0\u6709\u7684\u5382\u623f\u3001\u8f66\u95f4\u3001\u8d44\u8d28\u4f53\u7cfb\uff0c\u613f\u610f\u4e3a\u7279\u8272\u6280\u672f\u63d0\u4f9b\u4ea7\u4e1a\u5316\u914d\u5957\u652f\u6491\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u5408\u4f5c\u4e0d\u8ffd\u6c42\u5355\u65b9\u9762\u7684\u5229\u76ca\uff0c\u800c\u662f\u5e0c\u671b\u5728\u6280\u672f\u4e92\u8865\u3001\u8d44\u6e90\u5171\u4eab\u7684\u57fa\u7840\u4e0a\uff0c\u8ba9\u57fa\u7840\u5355\u4f53\u4ea7\u80fd\u4e0e\u7279\u8272\u5355\u4f53\u6280\u672f\u5f62\u6210\u5408\u529b\uff0c\u5171\u540c\u62d3\u5c55\u4ea7\u54c1\u7ebf\uff0c\u5206\u62c5\u98ce\u9669\u3001\u5171\u4eab\u6210\u957f\u4ef7\u503c\u3002\u5982\u6709\u7279\u6b8a\u5355\u4f53\u6280\u672f\u5de5\u827a\u9700\u8981\u4ea7\u4e1a\u5316\u627f\u8f7d\uff0c\u6b22\u8fce\u968f\u65f6\u63a5\u6d3d\u3002\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u613f\u505a\u90a3\u5ea7\u8fde\u63a5\u7814\u53d1\u4e0e\u5e02\u573a\u7684\u6865\uff0c\u5171\u540c\u628a\u56fd\u4ea7\u5149\u523b\u80f6\u7684\u8def\u8d70\u5bbd\u3001\u8d70\u8fdc\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n<div class=\"brz-root__container\"><\/div>","protected":false},"excerpt":{"rendered":"<p>\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684&#8221;\u786c\u6838&#8221;\u5e95\u5ea7 SEMICONDUCTOR MATERIALS \u5728\u534a &#8230; <a title=\"\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684&#8221;\u786c\u6838&#8221;\u5e95\u5ea7\" class=\"read-more\" href=\"https:\/\/hangzhoubiopak.com\/en\/electronic-chemical-krf-photoresist-resin\/\" aria-label=\"Read more about \u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684&#8221;\u786c\u6838&#8221;\u5e95\u5ea7\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"brizy-blank-template.php","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-528","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684&quot;\u786c\u6838&quot;\u5e95\u5ea7 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8<\/title>\n<meta name=\"description\" content=\"Krf\u5149\u523b\u80f6\u6811\u8102, PHS\u6811\u8102, \u5149\u654f\u805a\u9170\u4e9a\u80fa\uff08PSPI\uff09\u767e\u5428\u7ea7\u751f\u4ea7\u57fa\u5730\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hangzhoubiopak.com\/en\/electronic-chemical-krf-photoresist-resin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684&quot;\u786c\u6838&quot;\u5e95\u5ea7 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\" \/>\n<meta property=\"og:description\" content=\"Krf\u5149\u523b\u80f6\u6811\u8102, PHS\u6811\u8102, \u5149\u654f\u805a\u9170\u4e9a\u80fa\uff08PSPI\uff09\u767e\u5428\u7ea7\u751f\u4ea7\u57fa\u5730\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hangzhoubiopak.com\/en\/electronic-chemical-krf-photoresist-resin\/\" \/>\n<meta property=\"og:site_name\" content=\"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-23T13:29:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/electronic-chemical-krf-photoresist-resin\\\/\",\"url\":\"https:\\\/\\\/hangzhoubiopak.com\\\/electronic-chemical-krf-photoresist-resin\\\/\",\"name\":\"\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684\\\"\u786c\u6838\\\"\u5e95\u5ea7 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#website\"},\"datePublished\":\"2026-08-09T10:17:53+00:00\",\"dateModified\":\"2026-08-23T13:29:20+00:00\",\"description\":\"Krf\u5149\u523b\u80f6\u6811\u8102, PHS\u6811\u8102, \u5149\u654f\u805a\u9170\u4e9a\u80fa\uff08PSPI\uff09\u767e\u5428\u7ea7\u751f\u4ea7\u57fa\u5730\u3002\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/electronic-chemical-krf-photoresist-resin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hangzhoubiopak.com\\\/electronic-chemical-krf-photoresist-resin\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/electronic-chemical-krf-photoresist-resin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/hangzhoubiopak.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684&#8221;\u786c\u6838&#8221;\u5e95\u5ea7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#website\",\"url\":\"https:\\\/\\\/hangzhoubiopak.com\\\/\",\"name\":\"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\",\"description\":\"Zhejiang Bayi Space Advanced Materials Co., Ltd\",\"publisher\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hangzhoubiopak.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#organization\",\"name\":\"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\",\"url\":\"https:\\\/\\\/hangzhoubiopak.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hangzhoubiopak.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/logo_small.svg\",\"contentUrl\":\"https:\\\/\\\/hangzhoubiopak.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/logo_small.svg\",\"width\":91,\"height\":94,\"caption\":\"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8\"},\"image\":{\"@id\":\"https:\\\/\\\/hangzhoubiopak.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684\"\u786c\u6838\"\u5e95\u5ea7 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8","description":"Krf\u5149\u523b\u80f6\u6811\u8102, PHS\u6811\u8102, \u5149\u654f\u805a\u9170\u4e9a\u80fa\uff08PSPI\uff09\u767e\u5428\u7ea7\u751f\u4ea7\u57fa\u5730\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hangzhoubiopak.com\/en\/electronic-chemical-krf-photoresist-resin\/","og_locale":"en_US","og_type":"article","og_title":"\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684\"\u786c\u6838\"\u5e95\u5ea7 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8","og_description":"Krf\u5149\u523b\u80f6\u6811\u8102, PHS\u6811\u8102, \u5149\u654f\u805a\u9170\u4e9a\u80fa\uff08PSPI\uff09\u767e\u5428\u7ea7\u751f\u4ea7\u57fa\u5730\u3002","og_url":"https:\/\/hangzhoubiopak.com\/en\/electronic-chemical-krf-photoresist-resin\/","og_site_name":"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8","article_modified_time":"2026-08-23T13:29:20+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hangzhoubiopak.com\/electronic-chemical-krf-photoresist-resin\/","url":"https:\/\/hangzhoubiopak.com\/electronic-chemical-krf-photoresist-resin\/","name":"\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684\"\u786c\u6838\"\u5e95\u5ea7 - \u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8","isPartOf":{"@id":"https:\/\/hangzhoubiopak.com\/#website"},"datePublished":"2026-08-09T10:17:53+00:00","dateModified":"2026-08-23T13:29:20+00:00","description":"Krf\u5149\u523b\u80f6\u6811\u8102, PHS\u6811\u8102, \u5149\u654f\u805a\u9170\u4e9a\u80fa\uff08PSPI\uff09\u767e\u5428\u7ea7\u751f\u4ea7\u57fa\u5730\u3002","breadcrumb":{"@id":"https:\/\/hangzhoubiopak.com\/electronic-chemical-krf-photoresist-resin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hangzhoubiopak.com\/electronic-chemical-krf-photoresist-resin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hangzhoubiopak.com\/electronic-chemical-krf-photoresist-resin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/hangzhoubiopak.com\/"},{"@type":"ListItem","position":2,"name":"\u516b\u4ebf\u65f6\u7a7a\uff1a\u6253\u9020Krf\u5149\u523b\u80f6\u6811\u8102\u57fa\u4f53\u81ea\u4e3b\u53ef\u63a7\u7684&#8221;\u786c\u6838&#8221;\u5e95\u5ea7"}]},{"@type":"WebSite","@id":"https:\/\/hangzhoubiopak.com\/#website","url":"https:\/\/hangzhoubiopak.com\/","name":"Zhejiang Bayi Space Advanced Materials Co., Ltd","description":"Zhejiang Bayi Space Advanced Materials Co., Ltd","publisher":{"@id":"https:\/\/hangzhoubiopak.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hangzhoubiopak.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hangzhoubiopak.com\/#organization","name":"Zhejiang Bayi Space Advanced Materials Co., Ltd","url":"https:\/\/hangzhoubiopak.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hangzhoubiopak.com\/#\/schema\/logo\/image\/","url":"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/logo_small.svg","contentUrl":"https:\/\/hangzhoubiopak.com\/wp-content\/uploads\/2026\/08\/logo_small.svg","width":91,"height":94,"caption":"\u6d59\u6c5f\u516b\u4ebf\u65f6\u7a7a\u5148\u8fdb\u6750\u6599\u6709\u9650\u516c\u53f8"},"image":{"@id":"https:\/\/hangzhoubiopak.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/pages\/528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/comments?post=528"}],"version-history":[{"count":4,"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/pages\/528\/revisions"}],"predecessor-version":[{"id":765,"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/pages\/528\/revisions\/765"}],"wp:attachment":[{"href":"https:\/\/hangzhoubiopak.com\/en\/wp-json\/wp\/v2\/media?parent=528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}