body { background: #f6f8fa; font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif; margin: 0; }
.tq-nav { background: #fff; border-bottom: 1.5px solid #e3e8f0; }
.tq-nav-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; height: 64px; }
.tq-logo { font-size: 28px; color: #2196f3; font-weight: bold; letter-spacing: 2px; margin-right: 48px; text-decoration: none; }
.tq-nav-links { display: flex; align-items: center; }
.tq-nav-links a { color: #222; font-size: 17px; margin-right: 32px; text-decoration: none; font-weight: 500; padding-bottom: 2px; transition: color 0.2s, border-bottom 0.2s; }
.tq-nav-links a.active, .tq-nav-links a:hover { color: #2196f3; border-bottom: 2px solid #2196f3; }
.tq-main { background: none; }
.tq-main-inner { max-width: 1160px; margin: 3px auto 0 auto; }
.tq-block { background: #fff; border-radius: 14px; box-shadow: none; margin-bottom: 3px; padding: 28px 36px 22px 36px; border: 1.5px solid #f0f0f0; }
.tq-block-title { font-size: 20px; color: #222; font-weight: bold; border-left: 4px solid #2196f3; padding-left: 14px; margin-bottom: 18px; letter-spacing: 1px; }
.tq-province-list, .tq-hotcity-list, .tq-latest-list { display: flex; flex-wrap: wrap; gap: 16px; }
.tq-province-list a, .tq-hotcity-list a, .tq-latest-list a { color: #2196f3; font-size: 16px; background: #f6f8fa; border-radius: 8px; padding: 6px 18px; text-decoration: none; }
.tq-province-list a:hover, .tq-hotcity-list a:hover, .tq-latest-list a:hover { background: #e3e8f0; }
.tq-news-list { list-style: none; margin: 0; padding: 0; }
.tq-news-list li { font-size: 16px; color: #333; margin-bottom: 10px; }
.tq-search-form { display: flex; align-items: center; gap: 12px; }
.tq-search-input { height: 36px; border: 1.5px solid #e3e8f0; border-radius: 6px 0 0 6px; padding: 0 14px; font-size: 16px; outline: none; }
.tq-search-btn { height: 36px; border: none; background: #2196f3; color: #fff; font-size: 16px; border-radius: 0 6px 6px 0; padding: 0 22px; cursor: pointer; }
.tq-footer { background: #f0f2f5; color: #888; font-size: 15px; text-align: center; padding: 28px 0 18px 0; margin-top: 48px; }
.tq-footer-inner { max-width: 1160px; margin: 0 auto; }
.tq-flex-row { display: flex; gap: 3px; align-items: flex-start; }
.tq-main-left { flex: 1; min-width: 0; }
.tq-main-right { width: 320px; min-width: 220px; }
.tq-china-map-wrap {
  width: 100%;
  background: #fafbfc;
  border-radius: 12px;
  padding: 18px 0 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* 新增：强制居中SVG */
  flex-direction: column;
}
.tq-china-map-center {
  justify-content: center !important;
}
.tq-china-map {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* 新增：消除SVG内联宽度影响 */
  box-sizing: border-box;
  position: relative;
}
.china-map-img {
  width: 100%;
  height: auto;
  display: block;
}
.province-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.province-label {
  position: absolute;
  background: rgba(33, 150, 243, 0.9);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  white-space: nowrap;
  z-index: 10;
}
.province-label:hover {
  background: rgba(33, 150, 243, 1);
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.tq-china-map svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tq-china-map a { text-decoration: none; }
.tq-china-map a rect { fill: #888; transition: all 0.3s ease; cursor: pointer; stroke: #fff; stroke-width: 1; }
.tq-china-map a:hover rect { fill: #2196f3; transform: scale(1.05); }
.tq-china-map a:active rect { fill: #1976d2; transform: scale(0.98); }
.tq-china-map a rect[fill="#ffb300"] { fill: #ffb300 !important; }
.tq-china-map a:hover rect[fill="#ffb300"] { fill: #ff9800 !important; }
.tq-china-map text { font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif; font-size: 14px; pointer-events: none; transition: all 0.3s ease; }
.tq-china-map a:hover text { fill: #fff; font-weight: bold; }
.tq-china-map g text { font-size: 12px; fill: #888; }
.tq-china-map g rect { fill: #f0f0f0; stroke: #ddd; stroke-width: 1; }
.home_map a {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  color: #fff;
  background: #666;
  border-radius: 10px;
  text-align: center;
  font-family: 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif;
  font-weight: bold;
  box-shadow: none;
  border: none;
  line-height: 1.2;
  letter-spacing: 1px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.home_map a.em {
  background: #f1aa00;
  color: #fff;
}
.home_map a:hover {
  background: #444;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
 