/**
 * TimeMachine AI Generated Style
 * Domain: siemenscn.com
 * Generated: 2026-01-16 18:08:45
 */



:root {
  --primary: #2E5CFF;
  --primary-2: #6EA8FF;
  --primary-grad: linear-gradient(135deg,#2E5CFF 0%,#6EA8FF 50%,#9BC3FF 100%);
  --bg: #f8fafc;
  --bg-alt: #f5f7fa;
  --text: #333;
  --muted: #666;
  --muted-2: #8a8a8a;
  --border: #e6eaf2;
  --white: #ffffff;
  --accent-cyan-grad: linear-gradient(135deg,#2DD4BF,#22D3EE);
  --accent-purple-grad: linear-gradient(135deg,#A78BFA,#8B5CF6);
  --accent-orange-grad: linear-gradient(135deg,#F59E0B,#FB923C);
  --shadow-sm: 0 4px 16px rgba(46,92,255,.08);
  --shadow-md: 0 10px 30px rgba(46,92,255,.12);
  --radius: 20px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html, body { height: 100%; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: #2E5CFF; }
.clearfix::after { content: ""; display: table; clear: both; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }

#wrapper { width: 100%; }

#head {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.75);
  border-bottom: 1px solid rgba(46,92,255,.08);
  box-shadow: 0 10px 30px rgba(46,92,255,.08);
  backdrop-filter: saturate(180%) blur(16px);
}

#head .top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

#head .top .link {
  margin-left: auto;
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}
#head .top .link .telW { color: var(--muted); }
#head .top .link .telN { color: var(--primary); font-weight: 600; }
#head .top .link a { color: var(--muted); margin-left: 12px; }
#head .top .link a:hover { color: var(--primary); }

.TopLogo { display: flex; align-items: center; }
.TopLogo a { display: inline-flex; align-items: center; }
.TopLogo img { max-height: 56px; border-radius: 12px; box-shadow: var(--shadow-sm); }

.TopInfo { margin-left: auto; display: flex; align-items: center; }
.SearchBar {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(46,92,255,.18);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.SearchBar input[type="text"] {
  padding: 10px 12px;
  border: 0;
  background: transparent;
  width: 220px;
  font-size: 14px;
  color: var(--text);
}
.SearchBar input[type="submit"] {
  padding: 10px 16px;
  border: 0;
  background: var(--primary-grad);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.SearchBar input[type="submit"]:hover { filter: brightness(1.05); }

#NavLink { width: 100%; }
#NavLink .NavBG {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
#sddm {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
#sddm > li { position: relative; }
#sddm > li > a {
  display: inline-block;
  padding: 14px 16px;
  color: var(--text);
  border-radius: 12px;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
#sddm > li > a:hover {
  background: rgba(46,92,255,.08);
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}
#sddm > li:hover > a { color: var(--primary); }

.index_focus {
  position: relative;
  max-width: 1200px;
  margin: 18px auto 0;
  padding: 0 16px;
}
.index_focus .bd,
.index_focus .bd ul,
.index_focus .bd li { margin: 0; padding: 0; list-style: none; }
.index_focus .bd ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.index_focus .bd li {
  background: var(--primary-grad);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  min-height: 160px;
  position: relative;
}
.index_focus .bd li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
.index_focus .bd li a::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.0) 40%, rgba(0,0,0,.18) 100%);
}
.index_focus .bd li p { margin: 0; }

.index_focus .index_focus_pre,
.index_focus .index_focus_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.85);
  color: var(--primary);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: all .2s ease;
}
.index_focus .index_focus_pre:hover,
.index_focus .index_focus_next:hover {
  background: #fff;
  box-shadow: var(--shadow-md);
}
.index_focus .index_focus_pre { left: 24px; }
.index_focus .index_focus_next { right: 24px; }

.slide_nav {
  position: absolute; right: 24px; bottom: 16px;
  display: flex; gap: 8px;
}
.slide_nav a {
  display: inline-flex; width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.7);
}
.slide_nav a:hover,
.slide_nav a.active { background: #fff; }

.HeightTab, .HeightTab2 { height: 18px; }

#body { width: 100%; }
.MainBlock {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 16px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.left, .right, .right2 {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.right { display: grid; grid-template-rows: auto auto auto; }
.right .topic, .left .topic, .right2 .topic {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(0deg, rgba(46,92,255,.04), rgba(46,92,255,.04)), #fff;
}
.TopicTitle a {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}
.TopicMore a img { height: 24px; }

.right .img, .right2 .img { padding: 14px 16px 0; }
.right .img img, .right2 .img img {
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}
.right .txt, .right2 .txt { padding: 10px 16px 16px; color: var(--muted); }
.right .txt p, .right2 .txt p { margin: 6px 0; }

.left { padding-bottom: 8px; }
.MBlockTable {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}
.MBlockTable ul { margin: 0; padding: 0; list-style: none; }
.MBlockTable tr { border-bottom: 1px solid var(--border); }
.MBlockTable tr:hover { background: #f9fbff; }
.MBlockTable td { padding: 12px 16px; vertical-align: middle; }
.MBlockTable .ListTitle a { color: var(--text); }
.MBlockTable .ListTitle a:hover { color: var(--primary); }
.MBlockTable td span { color: var(--muted-2); font-size: 12px; }

.WidthTab2 { width: 16px; }

.productIndexTuijian .topic,
.MainBlock3 .topic,
.MainBlock5 .topic {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(0deg, rgba(46,92,255,.04), rgba(46,92,255,.04)), #fff;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.MainBlock3, .MainBlock5 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.TabBlock {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.juhaoyong4hangList, .juhaoyong3hangList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  padding: 16px;
}
.juhaoyong3hangList { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.box:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.boxImage a.imgBorder {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.boxImage img { width: 100%; height: auto; display: block; }
.boxTittle a.imgBorder {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--text);
  font-size: 14px;
  line-height: 1.4;
}
.boxTittle a.imgBorder:hover { color: var(--primary); }

.jhyArticleListMainBlock {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.juhaoyongALCommonUnit1,
.juhaoyongALCommonUnit2 {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.juhaoyongCommonUnitArticleList { padding: 8px 0; }
.JHYBlockTable {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.JHYBlockTable tr { border-bottom: 1px solid var(--border); }
.JHYBlockTable tr:hover { background: #f9fbff; }
.JHYBlockTable td { padding: 12px 16px; vertical-align: middle; }
.JHYBlockTable .ListTitle a { color: var(--text); }
.JHYBlockTable .ListTitle a:hover { color: var(--primary); }
.JHYBlockTable td span { color: var(--muted-2); font-size: 12px; }

#Links {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px 0;
  color: var(--muted);
}
#Links span { margin-right: 8px; }
#Links a {
  display: inline-block;
  margin: 6px 8px 6px 0;
  padding: 6px 10px;
  background: #fff;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  color: var(--muted);
}
#Links a:hover { background: rgba(46,92,255,.08); color: var(--primary); }

#footer {
  margin-top: 24px;
  background: #2c3e50;
  color: #eaecef;
}
#footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 16px;
}
#footer .BottomNav a {
  color: #eaecef;
  margin-right: 12px;
}
#footer .BottomNav a:hover { color: #fff; text-decoration: underline; }
#footer p { margin: 8px 0; color: #cbd5e1; }

#juhaoyong_xuanfukefu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
#juhaoyong_xuanfukefuBut { cursor: pointer; }
#juhaoyong_xuanfukefuBut_table { width: 56px; height: 56px; }
#juhaoyong_xuanfukefuBut_table td {
  background: var(--primary-grad);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  font-weight: 700;
}
#juhaoyong_xuanfukefuContent {
  position: absolute;
  right: 0;
  bottom: 64px;
  display: none;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
#juhaoyong_xuanfukefu:hover #juhaoyong_xuanfukefuContent { display: block; }
#juhaoyong_xuanfukefuContent table { width: 143px; }
.juhaoyong_xuanfukefuContent01,
.juhaoyong_xuanfukefuContent03 {
  height: 8px;
  background: var(--primary-grad);
}
.jhykefu_box1 {
  background: rgba(46,92,255,.08);
  color: var(--text);
  font-size: 12px;
  padding: 6px 8px;
}
.jhykefu_box2 { padding: 8px; }
.jhykefu_box2 img { width: 100%; border-radius: 10px; }

.tm-links-section {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 16px;
}
.tm-links-section h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  padding: 12px 0;
  border-bottom: 2px solid var(--primary);
  margin-bottom: 12px;
}
.tm-links-section h3 span { color: var(--primary); }
.tm-links-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.tm-links-list li {
  background: #fff;
  border-radius: 12px;
  transition: all .2s ease;
  box-shadow: var(--shadow-sm);
}
.tm-links-list li:hover { background: #f0f7ff; transform: translateX(3px); }
.tm-links-list li a {
  display: block;
  padding: 10px 12px;
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tm-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.tm-tags-list li a {
  display: inline-block;
  padding: 6px 14px;
  background: var(--bg-alt);
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  border-radius: 999px;
  transition: all .2