{"id":10922,"date":"2026-01-16T16:02:49","date_gmt":"2026-01-16T15:02:49","guid":{"rendered":"https:\/\/www.suragus-cn.com\/%e5%8f%82%e6%95%b0%e7%9f%a9%e9%98%b5\/"},"modified":"2026-03-04T11:52:40","modified_gmt":"2026-03-04T10:52:40","slug":"%e5%8f%82%e6%95%b0%e7%9f%a9%e9%98%b5","status":"publish","type":"post","link":"https:\/\/www.suragus-cn.com\/zh-hans\/%e5%8f%82%e6%95%b0%e7%9f%a9%e9%98%b5\/","title":{"rendered":"\u53c2\u6570\u77e9\u9635"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"10922\" class=\"elementor elementor-10922 elementor-10082\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f6ed7c1 e-flex e-con-boxed e-con e-parent\" data-id=\"f6ed7c1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d983776 e-con-full e-flex e-con e-child\" data-id=\"d983776\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ff9331 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"8ff9331\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t   <style>* {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    body {\r\n      font-family: 'Calibri Light', -apple-system, BlinkMacSystemFont, sans-serif;\r\n      background: white;\r\n      color: rgb(56,64,68);\r\n      line-height: 1.5;\r\n      min-height: 100vh;\r\n    }\r\n\r\n    .section-title {\r\n        font-size: 1.5rem;\r\n        \r\n    }\r\n    \r\n\r\n    .section-header {\r\n      text-align: center;\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .section-desc {\r\n      font-size: 1.25rem;\r\n      color: rgba(56,64,68,0.8);\r\n      max-width:1000px;\r\n      margin: 0;\r\n      padding-top: 16px;\r\n      padding-bottom: 48px;\r\n    }\r\n\r\n    .grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(4, 1fr);\r\n      gap: 24px;\r\n    }\r\n\r\n    @media (max-width: 1200px) {\r\n      .grid { grid-template-columns: repeat(3, 1fr); }\r\n    }\r\n\r\n    @media (max-width: 900px) {\r\n      .grid { grid-template-columns: repeat(2, 1fr); }\r\n      .section { padding: 60px 24px; }\r\n    }\r\n\r\n    @media (max-width: 580px) {\r\n      .grid { grid-template-columns: 1fr; gap: 16px; }\r\n      .section { padding: 40px 16px; }\r\n    }\r\n\r\n    .tile {\r\n      background: #ffffff;\r\n      border-radius: 20px;\r\n      padding: 32px 28px;\r\n      position: relative;\r\n      cursor: pointer;\r\n      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\r\n      box-shadow: 0 0 32px -8px rgba(0, 0, 0, 0.2);\r\n      overflow: hidden;\r\n    }\r\n\r\n    .tile::before {\r\n      content: '';\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      right: 0;\r\n      height: 4px;\r\n      background: var(--accent);\r\n      transform: scaleX(0);\r\n      transform-origin: left;\r\n      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);\r\n    }\r\n\r\n\r\n    .tile:hover::before {\r\n      transform: scaleX(1);\r\n    }\r\n\r\n    .tile-icon {\r\n      width: 48px;\r\n      height: 48px;\r\n      border-radius: 16px;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      margin-bottom: 16px;\r\n      background: var(--bg);\r\n      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);\r\n    }\r\n\r\n    .tile:hover .tile-icon {\r\n      transform: scale(1.1) rotate(-3deg);\r\n    }\r\n\r\n    .tile-icon svg {\r\n      width: 24px;\r\n      height: 24px;\r\n      stroke: var(--accent);\r\n      stroke-width: 1.75;\r\n      fill: none;\r\n    }\r\n\r\n    .tile h3 {\r\n      font-size: 1.5rem;\r\n      font-weight: 300;\r\n      color: rgb(56,64,68);\r\n      margin-bottom: 10px;\r\n      letter-spacing: -0.01em;\r\n    }\r\n\r\n    .tile p {\r\n      font-family: 'Calibri Light', monospace;\r\n      font-size: 1rem;\r\n      color: rgb(56,64,68);\r\n      line-height: 1.6;\r\n    }\r\n\r\n    .tile-arrow {\r\n      position: absolute;\r\n      bottom: 28px;\r\n      right: 28px;\r\n      width: 36px;\r\n      height: 36px;\r\n      border-radius: 50%;\r\n      background: #f1f5f9;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      opacity: 0;\r\n      transform: translateX(-10px);\r\n      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\r\n    }\r\n\r\n    .tile:hover .tile-arrow {\r\n      opacity: 1;\r\n      transform: translateX(0);\r\n      background: var(--bg);\r\n    }\r\n\r\n    .tile-arrow svg {\r\n      width: 16px;\r\n      height: 16px;\r\n      stroke: var(--accent);\r\n      stroke-width: 2;\r\n      fill: none;\r\n    }\r\n\r\n    \/* Color Themes *\/\r\n    .tile:nth-child(8n+1) { --accent: #A50E2D; --bg: rgba(165, 14, 45, 0.1); }\r\n    .tile:nth-child(8n+2) { --accent: #A50E2D; --bg: rgba(165, 14, 45, 0.1); }\r\n    .tile:nth-child(8n+3) { --accent: #A50E2D; --bg: rgba(165, 14, 45, 0.1); }\r\n    .tile:nth-child(8n+4) { --accent: #A50E2D; --bg: rgba(165, 14, 45, 0.1); }\r\n    .tile:nth-child(8n+5) { --accent: #A50E2D; --bg: rgba(165, 14, 45, 0.1); }\r\n    .tile:nth-child(8n+6) { --accent: #A50E2D; --bg: rgba(165, 14, 45, 0.1); }\r\n    .tile:nth-child(8n+7) { --accent: #A50E2D; --bg: rgba(165, 14, 45, 0.1); }\r\n    .tile:nth-child(8n+8) { --accent: #A50E2D; --bg: rgba(165, 14, 45, 0.1); }\r\n  \r\n  .tile {\r\n  position: relative; \/* bereits vorhanden *\/\r\n}\r\n\r\n.tile-link {\r\n  position: absolute;\r\n  inset: 0;\r\n  z-index: 10;\r\n}\r\n  \r\n  <\/style><section class=\"section\"><header class=\"section-header\"><h1 class=\"section-title\">Parameters We Measure<\/h1><p class=\"section-desc\">Our precision instruments cover a comprehensive range of measurement parameters for industrial applications.<\/p><\/header><div class=\"grid\"><!-- 1. Sheet Resistance --><article class=\"tile\"><a href=\"https:\/\/www.suragus-cn.com\/parameter-sheet-resistance\/?e-filter-91e1b81-category=parent-measurement-types%20child-parameters-sheet%20resistance\" class=\"tile-link\" aria-label=\"Sheet Resistance\"><\/a><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18M9 3v18\"\/><\/svg><\/div><h3>Sheet Resistance<\/h3><p>8 \u00b5\u03a9\/sq \u2013 300,000 \u03a9\/sq<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 2. Metal Layer Thickness --><article class=\"tile\"><a href=\"https:\/\/www.suragus-cn.com\/parameter-sheet-resistance\/?e-filter-91e1b81-category=parent-measurement-types%20child-parameters-metal-layer-thickness\" class=\"tile-link\" aria-label=\"Metal Layer Thickness\"><\/a><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M4 19h16M4 15h16M4 11h16M4 7h16\"\/><\/svg><\/div><h3>Metal Layer Thickness<\/h3><p>1 nm \u2013 2 mm<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 3. Resistivity --><article class=\"tile\"><a href=\"https:\/\/www.suragus-cn.com\/parameter-resistivity\/?e-filter-91e1b81-category=parent-measurement-types%20child-parameters-resistivity\" class=\"tile-link\" aria-label=\"Resistivity\"><\/a><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 3\"\/><\/svg><\/div><h3>Resistivity<\/h3><p>1 \u2013 3,000 m\u03a9\u00b7cm<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 5. Anisotropy --><article class=\"tile\"><a href=\"https:\/\/www.suragus-cn.com\/parameter-electrical-anisotropy\/?e-filter-91e1b81-category=parent-measurement-types%20child-parameters-electrical-anisotropy\" class=\"tile-link\" aria-label=\"Electrical Anisotropy\"><\/a><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M4 12h16M12 4v16\"\/><circle cx=\"12\" cy=\"12\" r=\"3\"\/><\/svg><\/div><h3>Electrical Anisotropy<\/h3><p>0.33 \u2013 3 MD\/TD<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 6. Emissivity --><article class=\"tile\"><a href=\"https:\/\/www.suragus-cn.com\/parameter-emissivity\/?e-filter-91e1b81-category=parent-measurement-types%20child-parameters-emissivity\" class=\"tile-link\" aria-label=\"Emissivity\"><\/a><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"4\"\/><path d=\"M12 2v2M12 20v2M2 12h2M20 12h2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41\"\/><\/svg><\/div><h3>Emissivity<\/h3><p>0.003 \u2013 0.5<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 7. Areal Weight --><article class=\"tile\"><a href=\"https:\/\/www.suragus-cn.com\/parameter-areal-weight\/?e-filter-91e1b81-category=parent-measurement-types%20child-parameters-areal-weight\" class=\"tile-link\" aria-label=\"Areal Weight\"><\/a><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M20 12H4M4 12l4-4M4 12l4 4M12 4v16\"\/><\/svg><\/div><h3>Areal Weight<\/h3><p>1 \u2013 100 g\/m\u00b2<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 8. Defects and Geometry --><article class=\"tile\"><a href=\"https:\/\/www.suragus-cn.com\/parameter-orientation\/?e-filter-91e1b81-category=parent-measurement-types%20child-parameters-defect-and-geometry\" class=\"tile-link\" aria-label=\"Defects and Geometry\"><\/a><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><path d=\"M21 21l-4.35-4.35\"\/><path d=\"M8 11h6\"\/><\/svg><\/div><h3>Defects & Geometry<\/h3><p>Cracks, Flaws<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 9. Wet Coating Thickness --><article class=\"tile\"><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 2v6M12 22a7 7 0 0 0 7-7c0-3-2-6-7-11-5 5-7 8-7 11a7 7 0 0 0 7 7z\"\/><\/svg><\/div><h3>Wet Coating Thickness<\/h3><p>10 \u2013 5,000 \u00b5m<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 10. Residual Moisture --><article class=\"tile\"><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 22a7 7 0 0 0 7-7c0-3-2-6-7-11-5 5-7 8-7 11a7 7 0 0 0 7 7z\"\/><path d=\"M8 14h8\"\/><path d=\"M10 17h4\"\/><\/svg><\/div><h3>Residual Moisture<\/h3><p>5 \u2013 1,000 %<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 13. Relative Permittivity --><article class=\"tile\"><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\/><\/svg><\/div><h3>Relative Permittivity<\/h3><p>1 \u2013 80<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 14. Carbon Fiber Orientation --><article class=\"tile\"><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M4 4l16 16M20 4L4 20\"\/><circle cx=\"12\" cy=\"12\" r=\"3\"\/><\/svg><\/div><h3> Fiber Orientation<\/h3><p>Directional analysis<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 15. Line Resistance --><article class=\"tile\"><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M4 12h4l2-6 4 12 2-6h4\"\/><\/svg><\/div><h3>Line Resistance<\/h3><p>0.5 m\u03a9\/m \u2013 500 \u03a9\/m<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><!-- 16. Wire Thickness --><article class=\"tile\"><div class=\"tile-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M3 12h18\"\/><path d=\"M3 8h18\"\/><path d=\"M3 16h18\"\/><circle cx=\"12\" cy=\"12\" r=\"2\"\/><\/svg><\/div><h3>Wire Thickness<\/h3><p>0.005 \u2013 5,000 \u00b5m<\/p><div class=\"tile-arrow\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/div><\/article><\/div><\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Parameters We Measure Our precision instruments cover a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[147],"tags":[],"class_list":["post-10922","post","type-post","status-publish","format-standard","hentry","category-147"],"_links":{"self":[{"href":"https:\/\/www.suragus-cn.com\/zh-hans\/wp-json\/wp\/v2\/posts\/10922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.suragus-cn.com\/zh-hans\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.suragus-cn.com\/zh-hans\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.suragus-cn.com\/zh-hans\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.suragus-cn.com\/zh-hans\/wp-json\/wp\/v2\/comments?post=10922"}],"version-history":[{"count":1,"href":"https:\/\/www.suragus-cn.com\/zh-hans\/wp-json\/wp\/v2\/posts\/10922\/revisions"}],"predecessor-version":[{"id":10923,"href":"https:\/\/www.suragus-cn.com\/zh-hans\/wp-json\/wp\/v2\/posts\/10922\/revisions\/10923"}],"wp:attachment":[{"href":"https:\/\/www.suragus-cn.com\/zh-hans\/wp-json\/wp\/v2\/media?parent=10922"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.suragus-cn.com\/zh-hans\/wp-json\/wp\/v2\/categories?post=10922"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.suragus-cn.com\/zh-hans\/wp-json\/wp\/v2\/tags?post=10922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}