/*
 * XiaoyuCMS (http://www.zzshe.com)
 * Copyright (c) 2013-2018 http://www.zzshe.com All rights reserved.
 * Author: 小鱼儿网络 <195094303@qq.com>
 */
.head-search-wrap{display:inline;float:left;position: absolute;right: 25px;margin-top: -35px;}
.hbw-nav-search {
  float: none !important;
  flex: 0 0 auto;
}
.hbw-nav-search > .head-search-bg {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.head-search {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  vertical-align: top;
  min-width: 0;
  height: auto;
}
.head-search .hbw-search-toggle.search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #333;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
  position: relative;
  left: auto;
  z-index: 3;
  transition: color 0.25s;
}
.head-search .hbw-search-toggle .hbw-search-icon-close { display: none; }
.head-search.is-open .hbw-search-toggle .hbw-search-icon-open { display: none; }
.head-search.is-open .hbw-search-toggle .hbw-search-icon-close { display: inline-block; }
.head-search .hbw-search-toggle.search-btn:hover,
.head-search.is-open .hbw-search-toggle.search-btn {
  background: transparent;
  border: none;
  color: #1b4b95;
}
.head-search .hbw-search-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1020;
  display: flex;
  align-items: stretch;
  width: 300px;
  max-width: calc(100vw - 32px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  margin: 0;
  padding: 10px;
  border: 1px solid #e8ece8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  overflow: visible;
}
.head-search.is-open .hbw-search-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.head-search .search-ipt {
  display: block;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  border: 1px solid #dce5d6;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: #fff;
  color: #333;
  font-size: 14px;
  float: none;
  position: static;
  box-shadow: none;
  outline: none;
}
.head-search .search-ipt:focus {
  border-color: #1b4b95;
}
.head-search .search-ipt::placeholder { color: #98a2b3; }
.head-search .hbw-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 38px;
  border: 1px solid #1b4b95;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  background: #1b4b95;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background 0.25s;
}
.head-search .hbw-search-submit:hover { background: #15407e; border-color: #15407e; }
.head-search-show .head-search-ico,.head-search-wrap .head-search-ico:hover{background-position: center -33px;}

.navbar-fixed-top .logo {margin: 5px 0px;max-width: 300px;height:50px;}
.navbar-fixed-top #navbar .hbw-nav-search > .head-search-bg { padding: 0 0 0 8px; }
 
@font-face { 
font-family: Libre Baskerville; src: url('LibreBaskerville.otf'); }
body{font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; color: #333;}
header{background-color: #fff;}
a{transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;}
ul{list-style:none;}
ul, li {list-style: none;margin: 0; padding: 0;}
.clear{clear: both;}
.img-thumbnail{transition : opacity 0.7s;}
.img-thumbnail:hover,.opacity_img:hover{opacity: 0.75;}

/*顶部信息*/
.hbw-topbar {
  width: 100%;
  min-height: 42px;
  font-size: 13px;
  color: #fff;
  background: linear-gradient(90deg, #143872 0%, #1b4b95 48%, #15407e 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 12px rgba(31, 39, 31, 0.08);
}
.hbw-topbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 42px;
}
.hbw-topbar-contacts,
.hbw-topbar-contacts.top_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 28px;
  min-width: 0;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  text-align: left;
}
.hbw-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  background: transparent;
  transition: opacity 0.25s;
}
.hbw-topbar-item:hover,
.hbw-topbar-item:focus {
  color: #fff;
  text-decoration: none;
  background: transparent;
  opacity: 0.88;
}
.hbw-topbar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  flex: 0 0 auto;
}
.hbw-topbar-icon i {
  font-size: 14px;
  line-height: 1;
  opacity: 0.92;
}
.hbw-topbar-text {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}
.hbw-topbar-label {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.88;
  letter-spacing: 0.02em;
}
.hbw-topbar-value {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}
.hbw-topbar-item > .hbw-topbar-value {
  min-width: 0;
}
.hbw-topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: auto;
  min-width: 0;
}
.hbw-topbar-extra-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hbw-topbar-extra-list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hbw-topbar-social {
  float: none !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding: 0;
  flex: 0 0 auto;
  margin-left: 0;
  text-align: right;
}
.hbw-topbar-icons,
.hbw-topbar-social .nav_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.hbw-topbar-social .nav_icons a,
.hbw-topbar-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 0.25s, transform 0.25s, color 0.25s;
}
.hbw-topbar-social .nav_icons a:hover,
.hbw-topbar-social .nav_icons a:focus,
.hbw-topbar-icons a:hover,
.hbw-topbar-icons a:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}
.hbw-topbar-social .nav_icons a i,
.hbw-topbar-icons a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border-radius: 0;
}
.hbw-topbar-inquiry {
  background: rgba(254, 129, 1, 0.92) !important;
  border-color: rgba(254, 129, 1, 0.95) !important;
}
.hbw-topbar-inquiry:hover {
  background: #ff961f !important;
  border-color: #ff961f !important;
}
.hbw-topbar-inquiry i {
  display: inline-block !important;
  font-size: 14px !important;
  color: #fff !important;
  margin-top: 0 !important;
}
.top_menu { font-size: 13px; width: 100%; color: #fff; }
.top_lang { float: right; }
.top_name { display: block; padding: 0; }
.top_name a { color: #fff; }
.top_bg{color: #777;width: 100%;height: 35px;border-bottom: 1px solid #e4e4e4;}
.top_email {padding-top: 6px;color: #565656;float: left;margin: 35px 0px 0px 10px;font-size: 20px;}
.top_email i{color: #1b4b95;margin-right: 5px;}
.top_search {float: right;width: 40%;}
.top_email a{color: #565656;margin-right: 30px}
.top_email a:hover{color: #21c149;text-decoration: none;}
.nav_icons a{display: inline-block;color:#fff; border-radius: 50%;padding: 5px;text-decoration: none;}
.nav_icons a:hover,.nav_icons a:focus{text-decoration: none;}
.nav_icons i {font-size: 16px;border-radius: 50%;text-align: center;}
.nav_inquiry i{font-size: 24px;color: #fe8101;margin-top: -5px;}

/*幻灯片*/
.flash img{width: 100%;}
.flash ul.bxslider{list-style:none;}
.flash div.bx-pager{bottom: 4%;}
.flash div.bx-controls-direction{display:none;}

/*产品搜索*/
.search_group{float: right;height: 40px;background-color: #f2f2f2;color: #b7b7b7;margin: 32px 0px 0px 0px;}
.search_group input.form-control{border-radius: 0px;box-shadow: none;color: #585A5A;padding: 0px 0px 0px 15px;height: 40px;background: transparent;border: none;}
.search_group input.form-control:focus{box-shadow: none;}
#search_submit{background-color: #1b4b95;color:#fff;height: 40px;font-size: 16px;margin-top: -2px;border-radius: 0px;}
#search_submit:hover{color:#fff;background-color: #444;cursor: pointer;}





/*首页-公司简介*/
.about_bg{padding: 50px 0;}
.hbw-about-row{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hbw-about-media{padding-right: 24px;}
.hbw-about-content{padding-top: 0;}
.about_img{
  display: block;
  width: 100%;
  max-width: 100%;
}
.about_h2{
  margin: 0 0 20px;
  font-size: 38px;
  line-height: 1.2;
  color: #222;
  font-weight: bold;
  font-family: inherit;
}
@media screen and (max-width: 991px) {
  .hbw-about-media{
    padding-right: 0;
    margin-bottom: 24px;
  }
  .about_h2{font-size: 32px;}
}
.about_p{color: #1b4b95;font-size: 19px;margin-top: 60px;font-weight: bold;}
.about_content{font-size: 16px;line-height: 34px;color: #555;margin:20px 0;}
.about_btn{display: block;text-align: center;width: 100px;padding: 15px 0px;color: #fff;background-color: #1b4b95;border:1px solid #1b4b95;border-radius: 10px;font-weight: bold;}
.about_btn:hover,.about_btn:focus{color: #fff;text-decoration: none;background-color: #444;border:1px solid #444;}


/* 首页数据统计 */
#index-about{}
.hbw-stats.our_service {
  position: relative;
  margin-bottom: 40px;
  padding: 48px 0;
  background: linear-gradient(135deg, #143872 0%, #1b4b95 45%, #15407e 100%);
  overflow: hidden;
}
.hbw-stats.our_service::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.14) 0%, transparent 42%),
    radial-gradient(circle at 88% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
  pointer-events: none;
}
.hbw-stats .hbw-stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.hbw-stats .hbw-stats-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 108px;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 28px rgba(31, 39, 31, 0.08);
  backdrop-filter: blur(4px);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.hbw-stats .hbw-stats-item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(31, 39, 31, 0.14);
}
.hbw-stats .hbw-stats-icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(31, 39, 31, 0.12);
}
.hbw-stats .hbw-stats-icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  float: none;
  margin: 0;
  padding: 0;
}
.hbw-stats .hbw-stats-icon i.fa {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #1b4b95;
}
.hbw-stats .hbw-stats-body { min-width: 0; }
.hbw-stats .hbw-stats-num {
  display: block;
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  min-width: 2.8em;
}
.hbw-stats .hbw-stats-label {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}
.ve { padding: 0; }
.value { color: #fff; }
.value span { font-size: 40px; }
.icon img { max-width: 100%; }
@media screen and (max-width: 991px) {
  .hbw-stats .hbw-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .hbw-stats.our_service { padding: 32px 0; }
  .hbw-stats .hbw-stats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hbw-stats .hbw-stats-item {
    min-height: 0;
    padding: 16px 14px;
  }
  .hbw-stats .hbw-stats-num { font-size: 28px; }
  .hbw-stats .hbw-stats-label { font-size: 13px; }
}


/*首页图组*/
.adv{box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);border-radius: 5px;margin: 20px 0;transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in, -moz-transform 0.3s ease-in;}
.adv:hover{-webkit-transform: translateY(-20px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}
.adv img{width: 100%;border-radius: 5px 5px 0px 0;}
.adv_desc{padding: 20px;}
.adv_title a{color: #333;font-size: 22px;}
.adv_title a:hover{text-decoration: none;color:#1b4b95;}
.adv_desc p{color: #999;margin: 10px 0;}

.adv_btn{display: block;text-align: center;width: 140px;padding: 12px 0px;color: #fff;background-color: #1b4b95;border:1px solid #1b4b95;border-radius: 10px;font-weight: bold;margin-top: 25px;}
.adv_btn:hover,.about_btn:focus{color: #fff;text-decoration: none;background-color: #444;border:1px solid #444;}

/* 首页 What We Offer - 等高卡片 */
.hbw-offer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.hbw-offer-grid > [class*="col-"] {
  float: none;
  display: flex;
  flex-direction: column;
}
.hbw-offer-grid .adv {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  margin: 20px 0;
  background: #fff;
  overflow: hidden;
}
.hbw-offer-grid .adv > a {
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f6f1;
}
.hbw-offer-grid .adv > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.hbw-offer-grid .adv_desc {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px;
}
.hbw-offer-grid .adv_title {
  margin: 0;
}
.hbw-offer-grid .adv_desc p {
  flex: 1 1 auto;
  margin: 10px 0 0;
}
.hbw-offer-grid .adv_btn {
  margin-top: auto;
  align-self: flex-start;
}

/* 首页优势 Why Choose Us */
.adv_bg.hbw-choose {
  position: relative;
  margin-top: 35px;
  padding: 56px 0 48px;
  color: #fff;
  background: linear-gradient(135deg, #102d5c 0%, #1b4b95 45%, #143872 100%);
  overflow: hidden;
}
.adv_bg.hbw-choose::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.16) 0%, transparent 42%),
    radial-gradient(circle at 90% 82%, rgba(255, 255, 255, 0.1) 0%, transparent 38%);
  pointer-events: none;
}
.hbw-choose-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hbw-choose-content {
  padding: 8px 28px 8px 0;
}
.hbw-choose-label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}
.hbw-choose-title,
.about_head h2 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  font-family: inherit;
}
.hbw-choose-desc {
  margin: 0 0 28px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}
.hbw-choose-list {
  display: grid;
  gap: 14px;
}
.hbw-choose-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.hbw-choose-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 30px rgba(31, 39, 31, 0.14);
}
.hbw-choose-icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(31, 39, 31, 0.14);
}
.hbw-choose-icon img {
  display: block;
  width: 40px;
  height: 40px;
  max-width: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
}
.hbw-choose-icon i.fa {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #1b4b95;
}
.hbw-choose-item-body { min-width: 0; }
.hbw-choose-item-body h3,
.advantage_desc h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
}
.hbw-choose-item-body p,
.advantage_desc p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
}
.hbw-choose-media {
  display: flex;
  align-items: center;
  padding: 12px 0 12px 12px;
}
.hbw-choose-media-frame {
  position: relative;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(31, 39, 31, 0.16);
  overflow: hidden;
}
.hbw-choose-media-frame::after {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.hbw-choose-media .about_img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 460px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .adv_bg.hbw-choose { padding: 40px 0 36px; }
  .hbw-choose-content { padding: 0 0 24px; }
  .hbw-choose-title,
  .about_head h2 { font-size: 32px; }
  .hbw-choose-media { padding: 0; }
}
@media screen and (max-width: 575px) {
  .adv_bg.hbw-choose { padding: 32px 0 28px; }
  .hbw-choose-title,
  .about_head h2 { font-size: 28px; }
  .hbw-choose-item {
    padding: 14px;
    gap: 12px;
  }
  .hbw-choose-icon {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }
  .hbw-choose-icon img {
    width: 34px;
    height: 34px;
    max-width: 34px;
  }
  .hbw-choose-item-body h3,
  .advantage_desc h3 { font-size: 18px; }
}

/*首页产品*/
.product_index{margin:45px 0px 0px 0px;}
.product_head {text-align: center;}
.product_head h2{font-family: inherit;font-size: 36px; color: #232323;text-transform: uppercase;font-weight: bold;}
.product_head span{display: inline-block;padding: 2px 50px;background-color: #1b4b95;border-radius: 10px;}
.product_head p{font-size: 16px; color: #777;padding: 10px 0;}
.product_list{
  clear: both;
  padding: 15px 0 32px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
}
.product_list2{padding-top: 20px;}
.product_img{
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  min-height: 330px;
}
.product_img img{margin-right: auto;margin-left: auto;display: block;max-height: 340px; max-width: 100%;height: auto; margin-bottom: 10px; padding:0px 0px;}
.product_list2 div.product_img{min-height: 260px;margin-bottom: 0;}
.product_title{text-align: center;min-height: 40px;margin: 0;padding: 0 4px;}
.product_title a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4;
	color: #2F2F2F;
}
.product_title a:hover{text-decoration: none;color:#1b4b95;}

@media screen and (min-width:1200px) {
	.product_list .product_img:nth-child(4n+1){
		clear: both;
	}
}
@media screen and (max-width:768px) {
	.product_list .product_img:nth-child(2n+1){
		clear: both;
	}
}

/*首页-新闻*/
.news_box{box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);border-radius: 5px;margin: 20px 0;overflow: hidden;transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in, -moz-transform 0.3s ease-in;}
.news_box:hover{-webkit-transform: translateY(-20px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}
.news_thumb{position: relative;overflow: hidden;border-radius: 5px 5px 0 0;}
.news_thumb-link{display: block;}
.news_box img{width: 100%;display: block;border-radius: 0;transition: transform 0.45s ease;}
.news_box:hover img{transform: scale(1.04);}
.news_date-badge{
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  padding: 10px 14px 9px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-align: center;
  line-height: 1.1;
  pointer-events: none;
}
.news_date-day{
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #1b4b95;
  letter-spacing: -0.02em;
}
.news_date-sub{
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a5a5a;
}
.news_desc{padding: 20px;}
.news_title{margin: 0 0 12px;}
.news_title a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	color: #333;
	font-size: 22px;
	line-height: 1.4;
}
.news_title a:hover{text-decoration: none;color:#1b4b95;}
.news_desc .adv_btn{margin-top: 4px;}

/*首页联系我们*/
.contact_bg.hbw-contact {
  margin-top: 48px;
  padding: 0;
  background: linear-gradient(105deg, #f1f4f8 0%, #e8eef4 38%, #fff 68%, #fff 100%);
  overflow: hidden;
}
.hbw-contact-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.hbw-contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
}
.hbw-contact-media {
  padding: 0;
}
.hbw-contact-media-frame {
  position: relative;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.hbw-contact-media-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 39, 31, 0.08) 0%, transparent 55%);
  pointer-events: none;
}
.hbw-contact-img,
.contact_bg.hbw-contact .about_img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.hbw-contact-panel {
  display: flex;
  align-items: center;
  padding: 48px 56px 48px 40px;
}
.hbw-contact-head {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.hbw-contact-head.contact_head {
  margin-top: 0;
  width: 100%;
}
.hbw-contact-label {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1b4b95;
  background: rgba(27, 75, 149, 0.1);
  border: 1px solid rgba(27, 75, 149, 0.22);
  border-radius: 999px;
}
.hbw-contact-head h2 {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  color: #1f271f;
  font-family: inherit;
}
.hbw-contact-lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #5a6472;
}
.hbw-contact-form {
  margin: 0;
}
.hbw-contact-field {
  margin-bottom: 14px;
}
.hbw-contact-form .form-control {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 16px;
  font-size: 15px;
  color: #1f271f;
  background: #fff;
  border: 1px solid #dce5d6;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(31, 39, 31, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hbw-contact-form .form-control:focus {
  border-color: #1b4b95;
  box-shadow: 0 0 0 3px rgba(27, 75, 149, 0.16);
  outline: none;
}
.hbw-contact-form textarea.form-control {
  height: auto;
  min-height: 130px;
  padding: 14px 16px;
  resize: vertical;
}
.hbw-contact-actions {
  margin-top: 6px;
  text-align: left;
}
.hbw-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  background: linear-gradient(135deg, #1b4b95 0%, #143872 100%);
  box-shadow: 0 10px 24px rgba(27, 75, 149, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.hbw-contact-submit:hover,
.hbw-contact-submit:focus {
  color: #fff;
  background: linear-gradient(135deg, #15407e 0%, #123264 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(27, 75, 149, 0.32);
  outline: none;
}
.hbw-contact-submit i {
  font-size: 14px;
  transition: transform 0.2s ease;
}
.hbw-contact-submit:hover i {
  transform: translateX(3px);
}
.form_in .form-control { margin: 15px 0; border-radius: 8px; height: 50px; }
.butt_in { text-align: center; }
.butt_in button {
  display: block;
  width: 180px;
  padding: 15px 0;
  color: #fff;
  background-color: #1b4b95;
  border: 1px solid #1b4b95;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 15px;
}
.butt_in button:hover,
.about_btn:focus {
  color: #fff;
  text-decoration: none;
  background-color: #444;
  border: 1px solid #444;
}
.form_in textarea.form-control { height: auto; }
@media screen and (max-width: 991px) {
  .hbw-contact-panel { padding: 36px 28px; }
  .hbw-contact-head h2 { font-size: 30px; }
}
@media screen and (max-width: 767px) {
  .hbw-contact-media-frame,
  .hbw-contact-img,
  .contact_bg.hbw-contact .about_img { min-height: 260px; }
  .hbw-contact-panel { padding: 28px 20px 36px; }
  .hbw-contact-head h2 { font-size: 26px; }
}

/*列表页-购物车*/
.inquire_img img{max-width: 100%;}
.inquire_name a{font-size: 18px; color: #333;}
.inquire_desc a:hover{text-decoration: none;}
.inquire_name p{margin: 10px 0;}
.inquire_list li{padding: 10px 0;border-bottom: 1px dotted #ccc;}
.inquire_list .inquiry_num{border: 1px solid #ccc;border-radius: 4px;height: 34px;}
.remove {float: right;}
.remove a{color: #f00;}

/*列表页-左侧栏目*/
.left_h3{height: 50px;font-size: 20px;font-weight: normal;color: #545454;line-height: 50px;border-bottom: 1px solid #ebebeb;}
.left_h3 span{display: inline-block;height: 50px;border-bottom: 1px solid #1b4b95;}
.left_nav_ul{list-style:none;margin:0px;padding:0px; margin:15px 0px 0px 0px;padding-bottom: 10px;}
.left_nav_ul > li{position:relative; border-bottom: 1px solid #f2f2f2; background: url(../images/left_li.gif) 6px 15px no-repeat;padding:8px 0px 8px 18px; }
.left_nav_ul > li:last-child {border-bottom: none;}
.left_nav_ul > li > a{text-decoration:none; color:#656464;}
.left_nav_ul > li > a:hover,.left_nav_ul li a.left_active{color:#1b4b95;}

.menu_head{cursor:pointer; font: 600 18px/30px "Open Sans", sans-serif; width:35px; text-align:center;color:#303c4b;display:inline-block;position: absolute; top:3px; right:0px;}
.menu_head:hover{ color: #1b4b95;}

/*列表页-左侧二级栏目*/
ul.left_snav_ul{list-style:none;padding:0px;display: none; padding-top: 8px;}
ul.left_snav_ul > li{ margin:0px;padding:5px 0px 5px 10px; background: url(../images/left_sli.gif) 0px 13px no-repeat;}
ul.left_snav_ul > li > a{border:0;color:#797979;padding: 5px 0px 5px 0px;}
ul.left_snav_ul > li > a:hover{ text-decoration: none;color:#E60703;}

.left_snav_ul_li{ margin:0px;padding:5px 0px 5px 10px; background: url(../images/left_sli.gif) 0px 13px no-repeat;}
.left_snav_ul_li a{border:0;color:#969494;padding: 5px 0px 5px 0px;}

/*列表页-左侧新闻*/
.left_news{clear: both;list-style:none;margin:0px;padding:0px;}
.left_news li{color:#545455;border-bottom: 1px dotted #dddddd;background: url(../images/li.png) no-repeat left 15px;line-height:21px; padding: 10px 0px; padding-left:14px;}
.left_news li a{color:#2F2F2F;}
.left_news li a:hover,
.left_news li a:focus{text-decoration:none;color:#1b4b95;}

/*列表页-左侧联系*/
.left_contact{margin:30px 0px 35px 0px;}
.left_contact p{clear: both;line-height: 24px;}

/*列表页-横幅*/
.page_bg{height: 160px;margin-bottom: 0px;}

/*列表页-面包屑*/
.bread_bg{background-color: #f3f3f3;margin-top: 20px;}
.bread_nav{padding: 10px 20px;}
.bread_nav span,
.bread_nav .fa-home{color: #1b4b95;padding-right: 6px;}
.bread_nav a{color: #2F2F2F;}
.bread_nav a:hover{color: #1b4b95;text-decoration: none;}

/*列表页-右栏*/
.right_head{clear: both;}
.right_head h2{height: 50px;font-size: 20px;font-weight: normal;color: #545454;line-height: 50px;border-bottom: 1px solid #ebebeb;}
.right_head h2 span{display: inline-block;height: 50px;border-bottom: 1px solid #1b4b95;}
.right_contents{clear: both;padding:15px 0px 15px 0px; line-height:28px; overflow: auto;}
.right_contents_h1{margin: 0px;padding: 10px 0px;text-align: center;color: #000;font-size:24px;color:#434343;font-weight:bold;line-height: 34px;}
.right_contents img {max-width: 840px;}

/*列表页-右侧新闻*/
.right_new{clear: both; list-style:none;margin:0px; padding:0px 0px 20px 0px;}
.right_new li{color:#898989;background: url(../images/li.png) no-repeat left 18px;font-size: 16px;line-height:22px; padding:12px 0px; padding-left:13px;border-bottom: 1px dashed #e3e2e2;}
.right_new li a{color:#2F2F2F;}
.right_new li a:hover,.right_new li a:focus{text-decoration:none;color:#1b4b95;}
.right_new_time{float:right;}
.relevant_new ul.right_new li{font-size: 14px;}

/*列表页-右侧案例*/
.case_list{clear: both;padding: 25px 0px 0px 0px;margin-right: -15px;margin-left: -15px;}
.case_list2{padding-top: 20px;}
.case_img{padding-left: 15px;padding-right: 15px;min-height: 270px;}
.case_img img{margin-right: auto;margin-left: auto;display: block;max-height: 270px;max-width: 100%;height: auto; margin-bottom: 10px; padding: 0px 0px 0px 0px;}
.case_list2 div.case_img{min-height: 160px;}
.case_title{text-align: center;height: 40px;}
.case_title a{color: #2F2F2F;}
.case_title a:hover{text-decoration: none;color:#1b4b95;}

/*分页样式*/
.page {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px 0;
  text-align: center;
}
.page a.page-numbers,
.page > span.page-numbers,
.page a.prev,
.page a.next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  color: #31363c;
  text-decoration: none;
  background: #fff;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.page a.page-numbers span,
.page > span.page-numbers span {
  display: inline;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: inherit;
}
.page a.page-numbers:hover,
.page a.page-numbers:focus,
.page a.prev:hover,
.page a.prev:focus,
.page a.next:hover,
.page a.next:focus {
  border-color: #1b4b95;
  color: #fff;
  background-color: #1b4b95;
}
.page > span.page-numbers.current,
.page .current {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #1b4b95;
  border-radius: 8px;
  color: #fff;
  background-color: #1b4b95;
}
.page a.page-numbers + a.next.page-numbers {
  display: none;
}
.page a.prev.page-numbers,
.page a.next.page-numbers {
  font-size: 0;
  letter-spacing: 0;
}
.page a.prev.page-numbers::after,
.page a.next.page-numbers::after {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.page a.prev.page-numbers::after { content: '«'; }
.page a.next.page-numbers::after { content: '»'; }

/*产品详细页*/
.showpic_box,.proinfo_box{margin: 30px 0px 20px 0px;}
.product_h1{margin:0px; line-height:1.35; font-size:22px;font-weight: 700;color: #232323; padding-bottom:14px;border-bottom: none; }
.product_info{list-style:none;padding:0px;margin-top:10px;}
.product_info p{line-height:28px; }
.product_info{list-style:none; padding:0px; margin-top:8px;}
.product_info li{ line-height:24px; padding-bottom:10px;}
.product_btn{margin-top: 25px;}
#pic-page{text-align: center;margin-top:10px;}
#pic-page a{margin: 0 2px;}
#pic-page a img{width:40px;padding: 2px;border: solid #ccc 1px;margin-bottom:5px;}
#pic-page a:hover img,#pic-page a.active img {border: solid #1b4b95 1px;}
.product_con {clear: both; border-top: none;margin:0;padding:0; line-height:1.75;overflow: auto; }
.photo_con {clear: both;margin:0px 0px 20px 0px; padding:10px 0px 20px 0px;line-height:26px;overflow: auto; }
.product_con img,.photo_con img {max-width: 100%; height: auto; }
.list_related{margin-top: 50px; }
.list_related div.product_img{min-height: 240px;}

/*!- hbw-product-detail begin -*/
.hbw-inner-banner {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
}
body#product .xy-geo-answers,
body#product section.xy-geo-answers {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
body#product .hbw-inner-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
body#product .hbw-inner-row::before,
body#product .hbw-inner-row::after {
  display: none !important;
  content: none !important;
}
body#product .hbw-inner-main {
  float: none !important;
  order: 2;
  width: 100%;
}
body#product .hbw-inner-side {
  float: none !important;
  order: 1;
}
@media (min-width: 768px) {
  body#product .hbw-inner-main {
    width: 66.66666667%;
  }
  body#product .hbw-inner-side {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  body#product .hbw-inner-main {
    width: 75%;
  }
  body#product .hbw-inner-side {
    width: 25%;
  }
}
body#product .hbw-product-main {
  float: none;
  width: 100%;
  clear: both;
}
body#product .bread_bg {
  background: #f7f9f7;
  border: 1px solid #e8ece8;
  border-radius: 10px;
  margin-bottom: 20px;
}
body#product .bread_nav {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
body#product .bread_nav .current {
  color: #1b4b95;
  font-weight: 600;
}
body#product .hbw-inner-hero-crumb .current,
body#product .hbw-inner-hero .hbw-crumb .current {
  color: #fff;
}
.hbw-product-detail { padding-bottom: 10px; }
.hbw-product-detail .list_box { padding: 0; border: none; background: transparent; }
.hbw-product-detail .hbw-product-card {
  background: #fff;
  border: 1px solid #e8ece8;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(30, 40, 30, 0.06);
  padding: 28px 28px 12px;
  margin-bottom: 28px;
}
.hbw-product-detail .hbw-product-top { margin-left: -12px; margin-right: -12px; }
.hbw-product-detail .hbw-product-gallery { margin-top: 0; margin-bottom: 0; }
.hbw-product-detail .hbw-gallery-main {
  background: #f7f9f7;
  border: 1px solid #e8ece8;
  border-radius: 12px;
  padding: 16px;
  overflow: hidden;
}
.hbw-product-detail .hbw-gallery-main .showpic_flash { margin: 0; padding: 0; list-style: none; }
.hbw-product-detail .hbw-gallery-main .example-image {
  display: block;
  width: 100%;
  max-height: 420px;
  margin: 0 auto;
  object-fit: contain;
}
.hbw-product-detail .hbw-gallery-thumbs,
.hbw-product-detail #pic-page.hbw-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 14px;
  text-align: left;
}
.hbw-product-detail .hbw-gallery-thumbs a,
.hbw-product-detail #pic-page.hbw-gallery-thumbs a {
  display: block;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e8ece8;
  background: #fff;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.hbw-product-detail .hbw-gallery-thumbs a:hover,
.hbw-product-detail .hbw-gallery-thumbs a.active,
.hbw-product-detail #pic-page.hbw-gallery-thumbs a:hover,
.hbw-product-detail #pic-page.hbw-gallery-thumbs a.active {
  border-color: #1b4b95;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(27, 75, 149, 0.2);
}
.hbw-product-detail .hbw-gallery-thumbs a img,
.hbw-product-detail #pic-page.hbw-gallery-thumbs a img {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hbw-product-detail .hbw-product-summary { margin-top: 0; padding-left: 8px; }
.hbw-product-detail .hbw-product-specs { margin: 18px 0 0; }
.hbw-product-detail .hbw-product-specs li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #f7f9f7;
  border-left: 3px solid #1b4b95;
  border-radius: 0 8px 8px 0;
  line-height: 1.5;
}
.hbw-product-detail .hbw-spec-label {
  flex: 0 0 auto;
  min-width: 96px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1b4b95;
}
.hbw-product-detail .hbw-spec-label::after {
  content: ':';
  margin-left: 4px;
  font-weight: 700;
  color: #1b4b95;
}
.hbw-product-detail .hbw-spec-value { flex: 1 1 auto; color: #444; }
.hbw-product-detail .hbw-spec-value a { color: #333; text-decoration: none; }
.hbw-product-detail .hbw-spec-value a:hover { color: #1b4b95; }
.hbw-product-detail .hbw-product-gallery .bx-wrapper .bx-controls-direction,
.hbw-product-detail .hbw-product-gallery .bx-wrapper .bx-pager:not(#pic-page) {
  display: none !important;
}
.hbw-product-detail .hbw-product-gallery .bx-wrapper { margin-bottom: 0; box-shadow: none; border: none; background: transparent; }
.hbw-product-detail .hbw-product-share {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #ececec;
}
.hbw-product-detail .hbw-share-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}
.hbw-product-detail .hbw-share-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hbw-product-detail .hbw-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f0f4f0;
  color: #5a6b5a;
  text-decoration: none;
  font-size: 16px;
  transition: background .2s, color .2s, transform .2s;
}
.hbw-product-detail .hbw-share-btn:hover {
  background: #1b4b95;
  color: #fff;
  transform: translateY(-2px);
}
.hbw-product-detail .hbw-share-btn .xy-icon-x {
  width: 15px;
  height: 15px;
  display: block;
}
.hbw-product-detail .hbw-share-wa:hover { background: #25D366; }
.hbw-product-detail .hbw-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
  padding-top: 4px;
}
.hbw-product-detail .xy-product-qty-row {
  display: none !important;
}
.hbw-product-detail .hbw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .25s, color .25s, box-shadow .25s, transform .2s;
}
.hbw-product-detail .hbw-btn-primary {
  background: #1b4b95;
  color: #fff;
  box-shadow: 0 4px 14px rgba(27, 75, 149, 0.28);
}
.hbw-product-detail .hbw-btn-primary:hover { background: #15407e; color: #fff; transform: translateY(-1px); }
.hbw-product-detail .hbw-btn-secondary {
  background: #2f3b2f;
  color: #fff;
}
.hbw-product-detail .hbw-btn-secondary:hover { background: #1f271f; color: #fff; }
.hbw-product-detail .hbw-btn-outline {
  background: #fff;
  color: #555;
  border: 1px solid #d8d8d8;
}
.hbw-product-detail .hbw-btn-outline:hover { border-color: #1b4b95; color: #1b4b95; }
/* 系统询盘/加购按钮与 hbw-btn 统一 */
.hbw-product-detail .hbw-product-actions .xy-basket-add-form,
.hbw-product-detail .hbw-product-actions .xy-basket-buy-wrap {
  display: inline-flex;
  margin: 0;
  vertical-align: top;
}
.hbw-product-detail .hbw-product-actions .xy-basket-add-btn,
.hbw-product-detail .hbw-product-actions .xy-basket-buy-btn,
.hbw-product-detail .hbw-product-actions .xy-inquire-scroll-btn,
.hbw-product-detail .hbw-product-actions .xy-product-wa-btn,
.hbw-product-detail .hbw-product-actions .button.accents {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  margin: 0;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  background: #1b4b95;
  color: #fff;
  box-shadow: 0 4px 14px rgba(27, 75, 149, 0.28);
  transition: background .25s, color .25s, box-shadow .25s, transform .2s;
}
.hbw-product-detail .hbw-product-actions .xy-basket-add-btn:hover,
.hbw-product-detail .hbw-product-actions .xy-basket-buy-btn:hover,
.hbw-product-detail .hbw-product-actions .xy-inquire-scroll-btn:hover,
.hbw-product-detail .hbw-product-actions .xy-product-wa-btn:hover,
.hbw-product-detail .hbw-product-actions .button.accents:hover {
  background: #15407e;
  color: #fff;
  transform: translateY(-1px);
}
.hbw-product-detail .hbw-product-actions .xy-basket-buy-btn,
.hbw-product-detail .hbw-product-actions .xy-basket-buy-form .xy-basket-buy-btn {
  background: #2f3b2f;
  box-shadow: 0 4px 14px rgba(47, 59, 47, 0.2);
}
.hbw-product-detail .hbw-product-actions .xy-basket-buy-btn:hover {
  background: #1f271f;
}
.hbw-product-detail .hbw-product-actions .xy-product-wa-btn {
  background: #25D366;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}
.hbw-product-detail .hbw-product-actions .xy-product-wa-btn:hover {
  background: #1ebe57;
}
.hbw-product-detail .hbw-product-actions .xy-inquire-scroll-btn {
  display: none !important;
}
.hbw-product-detail .hbw-product-block { margin-top: 28px; }
.hbw-product-detail .hbw-block-title,
.hbw-product-detail .hbw-block-head .hbw-block-title,
.hbw-related .hbw-block-title {
  margin: 0 0 18px;
  padding: 0;
  height: auto;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
  color: #232323;
  border: none;
  font-family: inherit;
  text-transform: uppercase;
}
.hbw-product-detail .hbw-block-title span,
.hbw-related .hbw-block-title span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #1b4b95;
}
.hbw-product-detail .hbw-product-desc-block {
  margin-top: 0;
  padding-top: 24px;
  border-top: none;
}
.hbw-product-detail .hbw-product-desc { color: #555; font-size: 15px; }
.hbw-product-detail .hbw-desc-inner {
  background: #fafbfa;
  border: 1px solid #e8ece8;
  border-radius: 12px;
  padding: 24px 28px;
  line-height: 1.8;
}
.hbw-product-detail .hbw-desc-inner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.hbw-product-detail .hbw-desc-inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}
.hbw-product-detail .hbw-desc-inner td,
.hbw-product-detail .hbw-desc-inner th {
  border: 1px solid #e0e0e0;
  padding: 8px 12px;
}
.hbw-product-detail .hbw-product-tags a {
  margin: 0 8px 8px 0;
  padding: 6px 14px;
  line-height: 1.4;
  color: #5a6b5a;
  background: #f0f4f0;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  transition: background .2s, color .2s;
}
.hbw-product-detail .hbw-product-tags a:hover {
  background: #1b4b95;
  color: #fff;
}
.hbw-product-detail .hbw-product-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 8px;
  padding: 16px 0 0;
  border-top: 1px solid #ececec;
}
.hbw-product-detail .hbw-product-nav .to_prev,
.hbw-product-detail .hbw-product-nav .to_next {
  flex: 1 1 280px;
  float: none;
  width: auto;
  max-width: none;
  padding: 0;
  text-align: left;
  background: #f7f9f7;
  border-radius: 8px;
  border: 1px solid #e8ece8;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.hbw-product-detail .hbw-product-nav [data-i18n="nav.prev"],
.hbw-product-detail .hbw-product-nav [data-i18n="nav.next"] {
  display: none;
}
.hbw-product-detail .hbw-product-nav [data-i18n^="nav.noprev"],
.hbw-product-detail .hbw-product-nav [data-i18n^="nav.nonext"] {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 18px;
  color: #888;
}
.hbw-product-detail .hbw-product-nav .to_next { text-align: right; }
.hbw-product-detail .hbw-product-nav a {
  display: block;
  padding: 14px 18px;
  color: #444;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}
.hbw-product-detail .hbw-product-nav a:hover {
  color: #1b4b95;
  background: #f0f6ec;
}
.hbw-product-detail .hbw-product-nav .to_prev a::before {
  content: '← ';
  color: #1b4b95;
  font-weight: 700;
}
.hbw-product-detail .hbw-product-nav .to_next a::after {
  content: ' →';
  color: #1b4b95;
  font-weight: 700;
}
.hbw-product-detail .hbw-inquiry-panel {
  background: #fff;
  border: 1px solid #e8ece8;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(30, 40, 30, 0.05);
  padding: 24px 28px 8px;
  margin-bottom: 28px;
}
.hbw-product-detail .hbw-inquiry-form { margin-top: 0; }
.hbw-product-detail .hbw-inquiry-form .btn-danger {
  background: #1b4b95;
  border-color: #1b4b95;
}
.hbw-product-detail .hbw-inquiry-form .btn-danger:hover { background: #15407e; border-color: #15407e; }
.hbw-related {
  background: #fff;
  border: 1px solid #e8ece8;
  border-radius: 14px;
  padding: 24px 20px 16px;
  margin-top: 0;
  box-shadow: 0 8px 32px rgba(30, 40, 30, 0.05);
  clear: both;
  overflow: hidden;
}
.hbw-related .hbw-related-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
}
.hbw-related .hbw-related-item {
  float: none;
  width: 25%;
  padding: 0 10px 20px;
  min-height: 0;
  box-sizing: border-box;
}
.hbw-related .hbw-related-thumb {
  display: block;
  background: #f7f9f7;
  border-radius: 10px;
  padding: 12px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}
.hbw-related .hbw-related-thumb img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.hbw-related .hbw-related-item:hover .hbw-related-thumb {
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transform: translateY(-3px);
}
.hbw-related .product_title {
  height: auto;
  min-height: 40px;
  margin-top: 10px;
  padding: 0 4px;
}
.hbw-related .product_title a {
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body#product .hbw-product-main { float: none; }
  .hbw-product-detail .hbw-product-card,
  .hbw-product-detail .hbw-inquiry-panel,
  .hbw-related { padding: 18px 16px 8px; }
  .hbw-product-detail .hbw-product-summary { padding-left: 0; margin-top: 20px; }
  .hbw-product-detail .hbw-desc-inner { padding: 18px 16px; }
  .hbw-product-detail .proinfo_box { margin-bottom: 20px; }
  .hbw-related .hbw-related-item { width: 50%; }
}
@media screen and (max-width: 480px) {
  .hbw-related .hbw-related-item { width: 100%; }
  .hbw-product-detail .hbw-product-actions .hbw-btn,
  .hbw-product-detail .hbw-product-actions .xy-basket-add-btn,
  .hbw-product-detail .hbw-product-actions .xy-basket-buy-btn,
  .hbw-product-detail .hbw-product-actions .xy-product-wa-btn {
    flex: 1 1 100%;
    width: 100%;
  }
}
/*!- hbw-product-detail end -*/

/*!- hbw-faq-page begin -*/
.hbw-faq-page {
  --xy-skin-primary: #1b4b95;
  --xy-skin-accent: #15407e;
  padding: 36px 0 56px;
  background: linear-gradient(180deg, #f5f7fa 0%, #fff 120px);
}
.hbw-faq-head {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}
.hbw-faq-title {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f271f;
}
.hbw-faq-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: #1b4b95;
}
.hbw-faq-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #667085;
}
.hbw-faq-body {
  max-width: 920px;
  margin: 0 auto 40px;
}
.hbw-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hbw-faq-item {
  border: 1px solid #e6ebe3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(31, 39, 31, 0.05);
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.hbw-faq-item.is-open {
  border-color: rgba(27, 75, 149, 0.45);
  box-shadow: 0 10px 28px rgba(27, 75, 149, 0.12);
}
.hbw-faq-trigger {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.hbw-faq-num {
  flex: 0 0 auto;
  min-width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 10px;
  background: rgba(27, 75, 149, 0.12);
  color: #1b4b95;
  font-size: 15px;
  font-weight: 700;
}
.hbw-faq-q {
  flex: 1 1 auto;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  color: #1f271f;
}
.hbw-faq-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #dce5d6;
  color: #1b4b95;
  font-size: 13px;
  line-height: 1;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.hbw-faq-icon i {
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
}
.hbw-faq-icon .hbw-faq-icon-plus { display: block; }
.hbw-faq-icon .hbw-faq-icon-minus { display: none; }
.hbw-faq-item.is-open .hbw-faq-icon {
  background: #1b4b95;
  border-color: #1b4b95;
  color: #fff;
}
.hbw-faq-item.is-open .hbw-faq-icon .hbw-faq-icon-plus { display: none; }
.hbw-faq-item.is-open .hbw-faq-icon .hbw-faq-icon-minus { display: block; }
.hbw-faq-trigger:hover .hbw-faq-q { color: #1b4b95; }
.hbw-faq-panel { display: none; }
.hbw-faq-a {
  padding: 0 22px 22px 78px;
  font-size: 15px;
  line-height: 1.75;
  color: #5a6472;
}
.hbw-faq-a p { margin: 0 0 10px; }
.hbw-faq-a p:last-child { margin-bottom: 0; }
.hbw-faq-custom {
  padding: 28px 32px;
  border: 1px solid #e6ebe3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(31, 39, 31, 0.05);
  font-size: 15px;
  line-height: 1.75;
  color: #5a6472;
}
.hbw-faq-inquiry {
  max-width: 920px;
  margin: 0 auto;
}
.hbw-faq-inquiry .xy-inquiry-wrap {
  border-radius: 14px;
  border-color: rgba(27, 75, 149, 0.22);
  background: linear-gradient(180deg, rgba(27, 75, 149, 0.06) 0%, #fff 100%);
}
.hbw-faq-inquiry .xy-inquiry-title {
  font-size: 24px;
  color: #1f271f;
}
@media screen and (max-width: 768px) {
  .hbw-faq-page { padding: 24px 0 40px; }
  .hbw-faq-title { font-size: 26px; }
  .hbw-faq-lead { font-size: 14px; }
  .hbw-faq-trigger { padding: 16px 14px; gap: 10px; }
  .hbw-faq-num { min-width: 36px; height: 36px; line-height: 36px; font-size: 13px; }
  .hbw-faq-q { font-size: 15px; }
  .hbw-faq-a { padding: 0 14px 18px 14px; font-size: 14px; }
  .hbw-faq-custom { padding: 18px 16px; }
}
@media screen and (max-width: 480px) {
  .hbw-faq-icon { width: 30px; height: 30px; }
}
/*!- hbw-faq-page end -*/

/*!- hbw-inner-page unified begin -*/
body.hbw-site-inner {
  background: linear-gradient(180deg, #f5f7fa 0%, #fff 220px);
}
body.hbw-site-inner .hbw-inner-hero {
  position: relative;
  overflow: hidden;
  margin: 0;
}
body.hbw-site-inner .hbw-inner-hero--plain {
  min-height: 120px;
  background: linear-gradient(90deg, #143872 0%, #1b4b95 48%, #15407e 100%);
}
body.hbw-site-inner .hbw-inner-banner {
  display: block;
  width: 100%;
  max-height: 320px;
  min-height: 200px;
  object-fit: cover;
}
body.hbw-site-inner .hbw-inner-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 23, 15, 0.05) 0%, rgba(15, 23, 15, 0.58) 100%);
}
body.hbw-site-inner .hbw-inner-hero > .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-bottom: 16px;
}
body.hbw-site-inner .hbw-inner-hero-crumb,
body.hbw-site-inner .hbw-inner-hero .hbw-crumb {
  margin: 0;
  padding: 10px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  color: rgba(255, 255, 255, 0.88);
}
body.hbw-site-inner .hbw-inner-hero-crumb a,
body.hbw-site-inner .hbw-inner-hero .hbw-crumb a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
body.hbw-site-inner .hbw-inner-hero-crumb a:hover,
body.hbw-site-inner .hbw-inner-hero .hbw-crumb a:hover {
  color: #fff;
  text-decoration: underline;
}
body.hbw-site-inner .hbw-inner-hero-crumb .fa-home,
body.hbw-site-inner .hbw-inner-hero-crumb .fa-angle-double-right,
body.hbw-site-inner .hbw-inner-hero .hbw-crumb .fa-home,
body.hbw-site-inner .hbw-inner-hero .hbw-crumb .fa-angle-double-right {
  color: rgba(255, 255, 255, 0.82);
}
body.hbw-site-inner .hbw-inner-hero-crumb .current,
body.hbw-site-inner .hbw-inner-hero .hbw-crumb .current {
  display: inline;
  color: #fff;
  font-weight: 600;
  white-space: normal;
  word-break: break-word;
}
body.hbw-site-inner .hbw-inner-page {
  padding: 24px 0 48px;
}
body.hbw-site-inner .hbw-inner-page > .hbw-crumb,
body.hbw-site-inner .hbw-inner-page > .container > .hbw-crumb,
body.hbw-site-inner .bread_bg {
  margin: 0 0 20px;
  padding: 12px 18px;
  background: #fff;
  border: 1px solid #e6ebe3;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(31, 39, 31, 0.05);
}
body.hbw-site-inner .bread_bg .row,
body.hbw-site-inner .bread_bg .col-xs-12 { margin: 0; padding: 0; }
body.hbw-site-inner .hbw-crumb a,
body.hbw-site-inner .bread_nav a {
  color: #1b4b95;
  text-decoration: none;
}
body.hbw-site-inner .hbw-crumb a:hover,
body.hbw-site-inner .bread_nav a:hover { color: #15407e; text-decoration: underline; }
body.hbw-site-inner .hbw-crumb,
body.hbw-site-inner .bread_nav {
  font-size: 14px;
  line-height: 1.6;
  color: #667085;
}
body.hbw-site-inner .hbw-content-card {
  padding: 28px 30px 24px;
  background: #fff;
  border: 1px solid #e6ebe3;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(31, 39, 31, 0.06);
  margin-bottom: 24px;
}
body.hbw-site-inner .hbw-content-card--full {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
body.hbw-site-inner .right_head,
body.hbw-site-inner .hbw-page-head {
  clear: both;
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid #edf2e8;
}
body.hbw-site-inner h1.hbw-page-title {
  clear: both;
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid #edf2e8;
}
body.hbw-site-inner .right_head h2,
body.hbw-site-inner .hbw-page-title {
  margin: 0;
  height: auto;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
  color: #1f271f;
  border: 0;
}
body.hbw-site-inner .right_head h2 span,
body.hbw-site-inner .hbw-page-title span {
  display: inline-block;
  height: auto;
  padding-bottom: 0;
  border: 0;
  position: relative;
}
body.hbw-site-inner .right_head h2 span::after,
body.hbw-site-inner .hbw-page-title span::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  border-radius: 2px;
  background: #1b4b95;
}
body.hbw-site-inner .hbw-article-head {
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid #edf2e8;
}
body.hbw-site-inner .hbw-article-head .hbw-page-title {
  margin: 0;
  padding: 0;
  border: 0;
}
body.hbw-site-inner .hbw-article-meta {
  margin: 12px 0 0;
  padding: 0;
}
body.hbw-site-inner .hbw-article-date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  line-height: 1.4;
  color: #6b7a6f;
}
body.hbw-site-inner .hbw-article-date .fa {
  color: #1b4b95;
  font-size: 15px;
}
body.hbw-site-inner .right_contents,
body.hbw-site-inner .contents,
body.hbw-site-inner .hbw-page-body {
  font-size: 15px;
  line-height: 1.75;
  color: #5a6472;
}
body.hbw-site-inner .right_contents_h1,
body.hbw-site-inner .contents h1 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f271f;
}
body.hbw-site-inner .cat-desc {
  margin: 0 0 20px;
  padding: 16px 18px;
  color: #5a6472;
  border: 1px solid #e6ebe3;
  border-radius: 10px;
  background: #f5f7fa;
}
body.hbw-site-inner .right_new {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.hbw-site-inner .right_new li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border: 1px solid #e6ebe3;
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #5a6472;
  background-image: none;
}
body.hbw-site-inner .right_new li:hover {
  border-color: rgba(27, 75, 149, 0.45);
  box-shadow: 0 6px 18px rgba(27, 75, 149, 0.1);
}
body.hbw-site-inner .right_new li a {
  flex: 1 1 auto;
  color: #1f271f;
  font-weight: 500;
}
body.hbw-site-inner .right_new li a:hover { color: #1b4b95; }
body.hbw-site-inner .right_new_time {
  float: none;
  flex: 0 0 auto;
  font-size: 13px;
  color: #98a2b3;
}
body.hbw-site-inner .product_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 4px 0 0;
  row-gap: 28px;
  clear: both;
}
body.hbw-site-inner .product_list .product_img {
  float: none;
  padding: 0 10px;
  margin-bottom: 0;
  min-height: 0;
}
body.hbw-site-inner .product_list .product_img .img-thumbnail {
  border: 1px solid #e6ebe3;
  border-radius: 12px;
  padding: 8px;
  background: #fff;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
body.hbw-site-inner .product_list .product_img:hover .img-thumbnail {
  border-color: rgba(27, 75, 149, 0.5);
  box-shadow: 0 10px 24px rgba(27, 75, 149, 0.12);
  transform: translateY(-2px);
}
body.hbw-site-inner .product_title {
  margin: 12px 0 0;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}
body.hbw-site-inner .product_title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #1f271f;
  font-weight: 500;
}
body.hbw-site-inner .product_title a:hover { color: #1b4b95; }
body.hbw-site-inner .page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid #edf2e8;
  text-align: center;
}
body.hbw-site-inner .page a.page-numbers,
body.hbw-site-inner .page > span.page-numbers,
body.hbw-site-inner .page a.prev,
body.hbw-site-inner .page a.next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  margin: 0;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #dce5d6;
  color: #1f271f;
  text-decoration: none;
  background: #fff;
  font-size: 14px;
  line-height: 1;
}
body.hbw-site-inner .page a.page-numbers span,
body.hbw-site-inner .page > span.page-numbers span {
  display: inline;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: inherit;
  color: inherit;
}
body.hbw-site-inner .page a.page-numbers:hover,
body.hbw-site-inner .page a.page-numbers:focus,
body.hbw-site-inner .page a.prev:hover,
body.hbw-site-inner .page a.prev:focus,
body.hbw-site-inner .page a.next:hover,
body.hbw-site-inner .page a.next:focus {
  background: #1b4b95;
  border-color: #1b4b95;
  color: #fff;
}
body.hbw-site-inner .page > span.page-numbers.current,
body.hbw-site-inner .page .current {
  background: #1b4b95;
  border-color: #1b4b95;
  color: #fff;
}
body.hbw-site-inner .page a.page-numbers + a.next.page-numbers {
  display: none;
}
body.hbw-site-inner .point {
  margin: 28px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #edf2e8;
}
body.hbw-site-inner .point .to_prev,
body.hbw-site-inner .point .to_next {
  padding: 10px 0;
  text-align: left;
}
body.hbw-site-inner .point a { color: #1b4b95; }
body.hbw-site-inner .point a:hover { color: #15407e; }

/* 详情上下篇导航 */
body.hbw-site-inner .hbw-detail-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid #edf2e8;
}
body.hbw-site-inner .hbw-detail-nav-col {
  flex: 1 1 calc(50% - 7px);
  min-width: 0;
  padding: 16px 18px;
  background: linear-gradient(180deg, #fbfcfa 0%, #f5f8f3 100%);
  border: 1px solid #e5ebe0;
  border-radius: 12px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
body.hbw-site-inner .hbw-detail-nav-col:hover {
  border-color: rgba(27, 75, 149, 0.42);
  box-shadow: 0 8px 22px rgba(27, 75, 149, 0.1);
}
body.hbw-site-inner .hbw-detail-nav-next {
  text-align: right;
}
body.hbw-site-inner .hbw-detail-nav-label,
body.hbw-site-inner .hbw-detail-nav [data-i18n="nav.prev"],
body.hbw-site-inner .hbw-detail-nav [data-i18n="nav.next"] {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1b4b95;
  line-height: 1.3;
}
body.hbw-site-inner .hbw-detail-nav-col.to_prev,
body.hbw-site-inner .hbw-detail-nav-col.to_next {
  font-size: 0;
  line-height: 0;
}
body.hbw-site-inner .hbw-detail-nav-link,
body.hbw-site-inner .hbw-detail-nav-col a,
body.hbw-site-inner .hbw-detail-nav-empty,
body.hbw-site-inner .hbw-detail-nav [data-i18n^="nav.noprev"],
body.hbw-site-inner .hbw-detail-nav [data-i18n^="nav.nonext"] {
  font-size: 15px;
  line-height: 1.55;
}
body.hbw-site-inner .hbw-detail-nav-link,
body.hbw-site-inner .hbw-detail-nav-col a {
  display: inline-block;
  max-width: 100%;
  color: #1f271f;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.2s ease;
}
body.hbw-site-inner .hbw-detail-nav-prev a::before,
body.hbw-site-inner .hbw-detail-nav-col.to_prev a::before {
  content: '← ';
  color: #1b4b95;
  font-weight: 700;
}
body.hbw-site-inner .hbw-detail-nav-next a::after,
body.hbw-site-inner .hbw-detail-nav-col.to_next a::after {
  content: ' →';
  color: #1b4b95;
  font-weight: 700;
}
body.hbw-site-inner .hbw-detail-nav-link:hover,
body.hbw-site-inner .hbw-detail-nav-col a:hover {
  color: #1b4b95;
}
body.hbw-site-inner .hbw-detail-nav-empty,
body.hbw-site-inner .hbw-detail-nav [data-i18n^="nav.noprev"],
body.hbw-site-inner .hbw-detail-nav [data-i18n^="nav.nonext"] {
  display: block;
  color: #9aa89a;
  font-style: italic;
  font-weight: 400;
}
body.hbw-site-inner .relevant_new {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #edf2e8;
}
body.hbw-site-inner .left_h3 {
  height: auto;
  margin: 0 0 14px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f271f;
  border-bottom: 2px solid #edf2e8;
}
body.hbw-site-inner .left_h3 span {
  height: auto;
  border: 0;
  position: relative;
}
body.hbw-site-inner .left_h3 span::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 8px;
  border-radius: 2px;
  background: #1b4b95;
}
body.hbw-site-inner .left_column,
body.hbw-site-inner .left_news,
body.hbw-site-inner .left_contact {
  margin-bottom: 22px;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid #e6ebe3;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(31, 39, 31, 0.05);
}
body.hbw-site-inner .left_nav_ul li a:hover { color: #1b4b95; }
body.hbw-site-inner .left_contact p { margin: 0 0 8px; font-size: 14px; color: #5a6472; }
body.hbw-site-inner .download_btn .btn-danger,
body.hbw-site-inner .page-btn {
  background: #1b4b95 !important;
  border-color: #1b4b95 !important;
  border-radius: 8px;
}
body.hbw-site-inner .download_btn .btn-danger:hover,
body.hbw-site-inner .page-btn:hover {
  background: #15407e !important;
  border-color: #15407e !important;
}
body.hbw-site-inner .yk_about_us { padding: 8px 0 40px; }
body.hbw-site-inner .yk_about_us .bx_container {
  max-width: 1100px;
  margin: 0 auto 28px;
  padding: 0 15px;
}
body.hbw-site-inner .yk_about_us h2 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 700;
  color: #1f271f;
}
body.hbw-site-inner .yk_about_us h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  border-radius: 2px;
  background: #1b4b95;
}
body.hbw-site-inner .yk_company,
body.hbw-site-inner .yk_team,
body.hbw-site-inner .yk_Partner,
body.hbw-site-inner .yk_certificate {
  padding: 28px 30px;
  background: #fff;
  border: 1px solid #e6ebe3;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(31, 39, 31, 0.06);
}
body.hbw-site-inner .hbw-faq-page {
  background: transparent;
  padding-top: 0;
}
body.hbw-site-inner .web_main.page_main { padding: 0 0 48px; }
body.hbw-site-inner .tagList a {
  display: inline-block;
  margin: 0 8px 10px 0;
  padding: 8px 14px;
  border: 1px solid #dce5d6;
  border-radius: 999px;
  color: #1f271f;
  text-decoration: none;
  background: #fff;
}
body.hbw-site-inner .tagList a:hover {
  border-color: #1b4b95;
  color: #1b4b95;
  background: rgba(27, 75, 149, 0.08);
}
body.hbw-site-inner .ul_sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.hbw-site-inner .ul_sitemap li {
  padding: 10px 0;
  border-bottom: 1px solid #edf2e8;
  font-size: 14px;
  line-height: 1.5;
}
body.hbw-site-inner .ul_sitemap a { color: #1b4b95; }
body.hbw-site-inner .ul_sitemap a:hover { color: #15407e; }
body.hbw-site-inner .feedback .btn-danger {
  background: #1b4b95;
  border-color: #1b4b95;
}
body.hbw-site-inner .feedback .btn-danger:hover {
  background: #15407e;
  border-color: #15407e;
}
body.hbw-site-inner .hbw-inner-row { margin-left: -12px; margin-right: -12px; }
body.hbw-site-inner .hbw-inner-side { float: left !important; }
body.hbw-site-inner .hbw-inner-main { float: right !important; }
@media screen and (max-width: 768px) {
  body.hbw-site-inner .hbw-inner-side {
    display: none !important;
  }
  body.hbw-site-inner .hbw-inner-main {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.hbw-site-inner .hbw-content-card { padding: 18px 16px; }
  body.hbw-site-inner .right_head h2,
  body.hbw-site-inner .hbw-page-title { font-size: 22px; }
  body.hbw-site-inner .hbw-detail-nav-col {
    flex: 1 1 100%;
  }
  body.hbw-site-inner .hbw-detail-nav-next {
    text-align: left;
  }
  body.hbw-site-inner .right_new li { flex-direction: column; align-items: flex-start; }
  body.hbw-site-inner .right_new_time { display: block; }
}
/*!- hbw-inner-page unified end -*/

/*!- hbw-news-list begin -*/
.hbw-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hbw-news-item {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
}
.hbw-news-item:last-child { margin-bottom: 0; }
.hbw-news-card {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 16px;
  border: 1px solid #e6ebe3;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(31, 39, 31, 0.05);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.hbw-news-card:hover,
.hbw-news-card:focus {
  color: inherit;
  text-decoration: none;
  border-color: rgba(27, 75, 149, 0.45);
  box-shadow: 0 12px 28px rgba(27, 75, 149, 0.12);
  transform: translateY(-2px);
}
.hbw-news-thumb {
  flex: 0 0 220px;
  width: 220px;
  min-height: 150px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #f3f7ef 0%, #e8efe2 100%);
}
.hbw-news-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}
.hbw-news-card:hover .hbw-news-thumb img { transform: scale(1.04); }
.hbw-news-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 150px;
  color: #1b4b95;
  font-size: 42px;
  opacity: 0.55;
}
.hbw-news-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 4px 4px 0;
}
.hbw-news-date {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #1b4b95;
  letter-spacing: 0.02em;
}
.hbw-news-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #1f271f;
  transition: color 0.25s;
}
.hbw-news-card:hover .hbw-news-title { color: #1b4b95; }
.hbw-news-desc {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #5a6472;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hbw-news-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: 13px;
  font-weight: 600;
  color: #1b4b95;
  letter-spacing: 0.02em;
}
.hbw-news-more i { font-size: 14px; transition: transform 0.25s; }
.hbw-news-card:hover .hbw-news-more i { transform: translateX(3px); }
@media screen and (max-width: 768px) {
  .hbw-news-card {
    flex-direction: column;
    gap: 14px;
    padding: 14px;
  }
  .hbw-news-thumb {
    flex: none;
    width: 100%;
    min-height: 0;
  }
  .hbw-news-thumb img,
  .hbw-news-thumb-placeholder { min-height: 180px; }
  .hbw-news-title { font-size: 18px; }
  .hbw-news-desc { -webkit-line-clamp: 4; }
}
/*!- hbw-news-list end -*/

/*!- hbw-inquiry-page begin -*/
.hbw-inquiry-page-wrap {
  padding: 28px 0 48px;
}
.hbw-inquiry-page-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
.hbw-inquiry-page-title {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #1f271f;
}
.hbw-inquiry-page-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: #1b4b95;
}
.hbw-inquiry-page-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #667085;
}
.hbw-inquiry-page {
  --xy-skin-primary: #1b4b95;
  --xy-skin-accent: #15407e;
  max-width: 1100px;
  margin: 0 auto;
}
.hbw-inquiry-page .xy-basket {
  margin-bottom: 24px;
  border: 1px solid #e6ebe3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(31, 39, 31, 0.06);
  overflow: hidden;
}
.hbw-inquiry-page .xy-inquiry-wrap {
  border-radius: 14px;
  border-color: rgba(27, 75, 149, 0.22);
  background: linear-gradient(180deg, rgba(27, 75, 149, 0.06) 0%, #fff 100%);
}
.hbw-inquiry-page .xy-inquiry-alert {
  border-left-color: #1b4b95;
}
.hbw-inquiry-page .xy-inquiry-btn {
  background: #1b4b95;
}
.hbw-inquiry-page .xy-inquiry-btn:hover {
  background: #15407e;
}
@media screen and (max-width: 768px) {
  .hbw-inquiry-page-title { font-size: 26px; }
  .hbw-inquiry-page-lead { font-size: 14px; }
}
/*!- hbw-inquiry-page end -*/

/*按钮样式*/
.download_btn {float: right;display: block;margin: 10px 10px 20px 0px;}
.page-btn {display: inline-block;float: left; background-color: #1b4b95;border-radius: 0px; border: none; transition:background 0.3s;margin-right: 15px; }
.page-btn:hover,.page-btn:focus {background-color:#444;}
.grey-btn {border-radius: 0px;border: none;background-color: #E8E8E8;}
.grey-btn:hover,.grey-btn:focus {background-color: #ccc;}

/*在线留言订购*/
.feedback {margin-top: 50px;}
.form-horizontal .form-group{margin-right: -10px;margin-left: -10px;margin: 20px 20px;}
.codeimg{margin: 0px 0px -10px -18px;}
.a2a_default_style{display: inline-block;}

/*上一个下一个*/
.point{clear: both; margin:20px 0px 40px 0px;padding-bottom: 40px;line-height:22px;}
.point span.to_prev{text-align:center;}
.point span.to_prev a{color:#337AB7;}
.point span.to_prev a:hover{color: #ea042b;text-decoration: none;}
.point span.to_next{text-align:center;}
.point span.to_next a{color:#337AB7;}
.point span.to_next a:hover{color: #ea042b;text-decoration: none;}

/*标签样式*/
.tags{margin: 18px 0px 10px 0px;}
.tags a{margin: 0px 5px 8px 0px;}
.tags_list{padding: 5px 10px 100px 10px;}
.tags_ul{margin-top: 0px;}
.tags_ul li{line-height: 28px;margin-bottom: 8px;padding-bottom: 10px;}
.tags_ul h3{font-size: 14px;padding: 0px;margin: 0px;line-height: 20px;}
.tags_ul p{font-size: 13px;padding: 0px;margin: 0px;color: #777;line-height: 20px;padding-top: 8px;}

/*网站地图*/
ul.ul_sitemap{margin: 30px 0px 40px 30px;}
ul.ul_sitemap li{list-style: none;line-height: 26px;clear: both; }
ul.ul_sitemap li a{color: #7d7d7d;}
li.small_li_sitemap{clear: both;padding-left: 12px;}
li.small_li2_sitemap{float: left;padding-left: 20px; }

/*友情链接*/
.link_box{background-color: #000;padding:10px 0px;text-align: center;color: #fff;font-size: 13px;}
.link_box a{color: #fff;padding:0px 0px 0px 10px;font-size: 13px;}
.link_box a:hover{text-decoration: none;color: #fff;}
.link_box a:last-child{border-right:0px;}
.link_box button{display: none;}
.link_title{font-size: 13px;margin-right: -6px;}
.link_title:after{content:":";}
.link_box p {margin-top: 5px;}

/*底部TAGS*/
.tags_box{background-color: #121212;padding:10px 0px;text-align: center;color: #f6f6f6;font-size: 13px;}
.tags_box a{color: #fff;padding:0px 2px 0px 8px;font-size: 13px;}
.tags_box a:hover{text-decoration: none;color: #1b4b95; }
.tags_box a:last-child{border-right:0px;}
.tags_box button{display: none;}
.tags_title{font-size: 13px;margin-right: -6px; }
.tags_title a{padding:0px;}
.tags_title:after{content:":";}

.logo1 {max-width: 240px;}

/*!- xy-footer begin -*/
.xy-footer {
  position: relative;
  background: linear-gradient(165deg, #1c2619 0%, #141814 52%, #101110 100%);
  color: rgba(255, 255, 255, 0.78);
  padding: 52px 0 0;
  margin-top: 0;
  font-size: 14px;
}
.xy-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #143870 0%, #1b4b95 50%, #4a7ec8 100%);
}
.xy-footer .xy-footer-wrap { padding-bottom: 0; }
.xy-footer .xy-footer-content > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.xy-footer .xy-footer-content > ul:before,
.xy-footer .xy-footer-content > ul:after { display: none; }
.xy-footer .xy-footer-content > ul > li {
  display: block;
  float: none;
  flex: 1 1 20%;
  max-width: 25%;
  min-width: 180px;
  padding: 8px 24px 32px 0;
  box-sizing: border-box;
}
.xy-footer .xy-footer-about-col {
  flex: 1 1 26%;
  max-width: 28%;
  min-width: 220px;
}
.xy-footer .xy-footer-about-text {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
}
.xy-footer .xy-footer-about-text p { margin: 0 0 8px; }
.xy-footer .xy-footer-content dl { margin: 0; }
.xy-footer .xy-footer-content dl > dd {
  display: block;
  margin: 0 0 10px;
}
.xy-footer .xy-footer-content > ul > li.xy-footer-qrcode-col {
  flex: 0 0 auto;
  max-width: none;
  min-width: 0;
  padding-right: 16px;
}
.xy-footer .xy-footer-content .xy-footer-qrcode {
  display: block;
  width: 150px;
  height: 150px;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(27, 75, 149, 0.35);
  border-radius: 8px;
  box-sizing: border-box;
}
.xy-footer .xy-footer-content .xy-footer-qrcode > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.xy-footer .xy-footer-content .xy-footer-label.xy-footer-col-title,
.xy-footer .xy-footer-content .xy-footer-col-title {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 100%;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: none;
  transition: color .3s ease;
}
.xy-footer .xy-footer-content .xy-footer-label.xy-footer-col-title::after,
.xy-footer .xy-footer-content .xy-footer-col-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1b4b95;
  border-radius: 1px;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1), background-color .3s ease;
}
.xy-footer .xy-footer-content .xy-footer-col-title > a {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, letter-spacing .3s ease;
}
.xy-footer .xy-footer-content dl > dd:hover .xy-footer-col-title,
.xy-footer .xy-footer-content .xy-footer-col-title:hover,
.xy-footer .xy-footer-content .xy-footer-col-title:has(> a:hover) {
  color: #4a7ec8;
}
.xy-footer .xy-footer-content dl > dd:hover .xy-footer-col-title::after,
.xy-footer .xy-footer-content .xy-footer-col-title:hover::after,
.xy-footer .xy-footer-content .xy-footer-col-title:has(> a:hover)::after {
  transform: scaleX(1.35);
  background-color: #4a7ec8;
}
.xy-footer .xy-footer-content .xy-footer-col-title > a:hover {
  color: #4a7ec8;
  letter-spacing: 0.12em;
}
.xy-footer .xy-footer-content .xy-footer-col-link { display: block; }
.xy-footer .xy-footer-content .xy-footer-col-link > a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  padding: 2px 0;
  transition: color .25s, transform .25s;
}
.xy-footer .xy-footer-content .xy-footer-col-link > a:hover {
  color: #1b4b95;
  transform: translateX(3px);
}
.xy-footer .xy-footer-content .xy-footer-with-icon {
  position: relative;
  padding-left: 28px;
  min-height: 24px;
  margin-bottom: 16px;
}
.xy-footer .xy-footer-content .xy-footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center;
  font-size: 17px;
  position: absolute;
  top: 2px;
  left: 0;
  color: #1b4b95;
  background: transparent;
  border-radius: 0;
  transition: color .25s;
}
.xy-footer .xy-footer-content .xy-footer-with-icon:hover .xy-footer-icon {
  background: transparent;
  color: #9cd36a;
}
.xy-footer .xy-footer-content .xy-footer-icon > i { font-size: inherit; }
.xy-footer .xy-footer-content .xy-footer-label {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 2px;
}
.xy-footer .xy-footer-content .xy-footer-value {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}
.xy-footer .xy-footer-content .xy-footer-value > a {
  color: inherit;
  text-decoration: none;
  transition: color .25s;
}
.xy-footer .xy-footer-content .xy-footer-value > a:hover { color: #1b4b95; }
.xy-footer .xy-footer-contact-col {
  flex: 1 1 100%;
  max-width: 100%;
  padding-right: 0;
}
.xy-footer .xy-footer-contact-col dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 16px;
}
.xy-footer .xy-footer-contact-col dl > dd:first-child {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 4px;
}
.xy-footer .xy-footer-contact-col .xy-footer-with-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(25% - 12px);
  min-width: 180px;
  max-width: calc(25% - 12px);
  margin-bottom: 0;
  padding-left: 0;
}
.xy-footer .xy-footer-contact-col .xy-footer-with-icon--multiline {
  align-items: flex-start;
}
.xy-footer .xy-footer-contact-col .xy-footer-with-icon > .xy-footer-label {
  display: none !important;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.xy-footer .xy-footer-contact-col .xy-footer-icon {
  position: static;
  top: auto;
  left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin: 0;
  line-height: 1;
  align-self: center;
}
.xy-footer .xy-footer-contact-col .xy-footer-with-icon--multiline .xy-footer-icon {
  align-self: flex-start;
  margin-top: 2px;
}
.xy-footer .xy-footer-contact-col .xy-footer-value {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-word;
}
.xy-footer .xy-footer-contact-col .xy-footer-value > a {
  display: inline;
  vertical-align: top;
}
.xy-footer .xy-footer-contact-col .xy-footer-icons-group {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 4px;
}
.xy-footer .xy-footer-content .xy-footer-icons-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  padding-top: 4px;
  font-size: 0;
}
.xy-footer .xy-footer-content .xy-footer-icons-group > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(27, 75, 149, 0.4);
  background: rgba(255, 255, 255, 0.06);
  color: #4a7ec8;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: color .25s, border-color .25s, background-color .25s, transform .25s;
}
.xy-footer .xy-footer-content .xy-footer-icons-group > a > i {
  font-size: 14px;
  line-height: 1;
}
.xy-footer .xy-footer-content .xy-footer-icons-group > a .xy-icon-x,
.xy-footer .xy-footer-content .xy-footer-icons-group > a .xy-icon-svg {
  width: 13px;
  height: 13px;
  display: block;
}
.xy-footer .xy-footer-content .xy-footer-icons-group > a:hover {
  color: #fff;
  border-color: #1b4b95;
  background: #1b4b95;
  transform: translateY(-2px);
}
.xy-footer .xy-footer-extra {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  padding: 18px 8px 22px;
  border-top: 1px solid rgba(27, 75, 149, 0.22);
}
.xy-footer .xy-footer-extra > span {
  display: block;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.xy-footer .xy-footer-sitemap {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color .25s;
}
.xy-footer .xy-footer-sitemap:hover { color: #1b4b95; }
.xy-footer.footer-bar { margin-bottom: 0; }
@media screen and (max-width: 1200px) {
  .xy-footer { padding-top: 36px; }
  .xy-footer .xy-footer-content > ul > li,
  .xy-footer .xy-footer-about-col {
    flex: 1 1 45%;
    max-width: 50%;
    padding: 8px 16px 28px 0;
  }
  .xy-footer .xy-footer-content > ul > li.xy-footer-contact-col,
  .xy-footer .xy-footer-content > ul > li.xy-footer-qrcode-col {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 8px;
  }
  .xy-footer .xy-footer-contact-col .xy-footer-with-icon {
    flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .xy-footer { padding: 28px 0 0; }
  .xy-footer .xy-footer-content > ul > li {
    width: 100%;
    max-width: 100%;
    padding: 0 0 8px;
    display: none;
  }
  .xy-footer .xy-footer-about-col,
  .xy-footer .xy-footer-content > ul > li.xy-footer-contact-col,
  .xy-footer .xy-footer-content > ul > li.xy-footer-qrcode-col {
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .xy-footer .xy-footer-extra {
    font-size: 12px;
    padding: 14px 4px 20px;
    line-height: 1.7;
  }
  body {
    padding-bottom: 0 !important;
  }
  .xy-footer.footer-bar {
    margin-bottom: 0;
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
  }
  .xy-footer .xy-footer-contact-col .xy-footer-with-icon {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/*!- xy-footer end -*/
/*UEditor编辑器前端表格样式*/
table{
    margin-bottom:10px;
    border-collapse:collapse;
    display:table;
}
td,th{
    padding: 5px 10px;
    border: 1px solid #DDD;
}
caption{
    border:1px dashed #DDD;
    border-bottom:0;
    padding:3px;
    text-align:center;
}
th{
    border-top:1px solid #BBB;
    background-color:#F7F7F7;
}
table tr.firstRow th{
    border-top-width:2px;
}
.ue-table-interlace-color-single{
    background-color: #fcfcfc;
  } 
.ue-table-interlace-color-double{
    background-color: #f7faff;
}
td p{
    margin:0;
    padding:0;
}
.bshare-custom.icon-medium-plus,
.bshare-custom.icon-large{
    width: 230px;
    float: left;
}
/*大屏幕样式*/
@media screen and (min-width: 769px) {
.logo {margin: 5px 0px;max-width: 300px;}

/*导航样式*/
.navbar {margin:0px;border:none;background-color: #fff;min-height: 50px;}

.navbar-nav > li {}
.navbar-nav > li:first-child {}
.navbar-nav > li:last-child {}
.navbar-nav {float: right;}
#navbar .hbw-nav-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  float: right;
  max-width: 100%;
}
#navbar .hbw-nav-menu > li {
  float: none;
  flex: 0 0 auto;
}
#navbar .hbw-nav-search {
  display: flex;
  align-items: center;
  align-self: stretch;
}
#navbar .hbw-nav-search > .head-search-bg {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 8px;
}
#navbar,
#navbar .navbar-collapse,
.hbw-nav-menu > li.dropdown {
  overflow: visible !important;
}
.navbar-nav > li > a {text-align: center;}
.navbar-default .navbar-nav > li > a {color: #333;font-size: 16px;padding:30px 25px;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: rgba(27, 75, 149, 0.1); color: #1b4b95; }
.navbar-brand {display: none;}

/*导航-触发滚动*/
.navbar-fixed-top {margin-top:0px;background:#fff;}
.navbar-fixed-top ul.navbar-nav > li > a {padding:15px 25px;}
#top_nav.navbar-fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
}
.navbar-fixed-top #navbar .hbw-nav-search > .head-search-bg { padding: 0 0 0 8px; }

/* 导航下拉菜单 */
.hbw-nav-menu > li.dropdown { position: relative; }
.hbw-nav-menu > li.dropdown > .dropdown-menu.nav_small {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 1050;
  float: none;
  display: none;
  min-width: 268px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(27, 75, 149, 0.16);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(31, 39, 31, 0.14);
  overflow: visible;
}
.hbw-nav-menu .dropdown-menu.nav_small > li {
  list-style: none;
  height: auto;
  line-height: normal;
  padding: 0;
  background: transparent;
}
.hbw-nav-menu .dropdown-menu.nav_small > li > a {
  display: block;
  padding: 11px 22px;
  line-height: 1.45;
  text-align: left;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.hbw-nav-menu .dropdown-menu.nav_small > li > a:hover,
.hbw-nav-menu .dropdown-menu.nav_small > li > a:focus {
  color: #1b4b95;
  background: rgba(27, 75, 149, 0.1);
  padding-left: 26px;
}
.hbw-nav-menu .dropdown-menu.nav_small > li.has-sub,
.hbw-nav-menu .dropdown-menu.nav_small > li:has(.dropdown-menu2) {
  position: relative;
}
.hbw-nav-menu .dropdown-menu.nav_small > li.has-sub > a::after,
.hbw-nav-menu .dropdown-menu.nav_small > li:has(.dropdown-menu2) > a::after {
  content: '\f105';
  font-family: FontAwesome;
  float: right;
  margin-left: 12px;
  color: #1b4b95;
  font-size: 14px;
  line-height: 1.45;
}
.hbw-nav-menu .dropdown-menu2 {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1010;
  display: none;
  min-width: 230px;
  margin: 0 0 0 4px;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(27, 75, 149, 0.16);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(31, 39, 31, 0.12);
}
.hbw-nav-menu .dropdown-menu.nav_small > li.has-sub:hover > .dropdown-menu2,
.hbw-nav-menu .dropdown-menu.nav_small > li:has(.dropdown-menu2):hover > .dropdown-menu2 {
  display: block !important;
}
.hbw-nav-menu .dropdown-menu2 li {
  height: auto;
  line-height: normal;
  padding: 0;
  background: transparent;
}
.hbw-nav-menu .dropdown-menu2 li a {
  display: block;
  padding: 10px 18px;
  color: #444;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.hbw-nav-menu .dropdown-menu2 li a:hover,
.hbw-nav-menu .dropdown-menu2 li a:focus {
  color: #1b4b95;
  background: rgba(27, 75, 149, 0.1);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #1b4b95;
  color: #fff;
}
#app_menudown,#search_btn {display:none;}
.mfoot_box {display:none;}
.hbw-nav-menu > li.dropdown .dropdown-menu i { display: none; }

.contact_bg.hbw-contact .contact_head { width: 100%; }      
.product_head p{width: 45%;margin: 0 auto;line-height: 26px;}

}

/*小屏幕样式*/
@media screen and (max-width: 768px) {
#top_nav > .container.hbw-header-container {
  padding-left: 12px;
  padding-right: 12px;
}
#top_nav > .container > .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
#top_nav .navbar-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 0;
}
#top_nav .navbar-header > a {
  order: 1;
  flex: 0 1 auto;
  margin: 0;
  text-align: left;
}
#top_nav .navbar-header .navbar-toggle {
  order: 2;
  flex: 0 0 auto;
  float: none !important;
  margin: 0 0 0 auto !important;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(27, 75, 149, 0.28);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(31, 39, 31, 0.08);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.navbar-header .navbar-toggle .icon-bar {
  width: 20px;
  height: 2px;
  margin: 0 !important;
  border-radius: 2px;
  background-color: #1b4b95 !important;
  transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.2s ease;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background: rgba(27, 75, 149, 0.08) !important;
  border-color: #1b4b95;
  outline: none;
  box-shadow: 0 4px 14px rgba(27, 75, 149, 0.18);
}
.navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}
.navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}
#top_nav .navbar-header .logo {
  display: block;
  margin: 0;
  max-width: min(180px, 52vw);
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.top_email,.top_search{display: none;}
.hbw-topbar { min-height: auto; }
.hbw-topbar-wrap {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
}
.hbw-topbar-contacts,
.hbw-topbar-contacts.top_name {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  min-width: 0;
}
.hbw-topbar-contacts .hbw-topbar-item[href^="tel:"] {
  display: none !important;
}
.hbw-topbar-item {
  flex: 0 1 auto;
  justify-content: flex-start;
  min-width: 0;
}
.hbw-topbar-value { max-width: min(52vw, 220px); }
.hbw-topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: auto;
}
.hbw-topbar-social {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  align-self: center;
  margin-left: 0;
}
#navbar .hbw-nav-menu {
  display: block;
  float: none;
}
#navbar .hbw-nav-menu > li {
  float: none;
}
.hbw-nav-search > .head-search-bg { padding: 10px 15px 12px; }
.head-search { width: auto; justify-content: flex-start; }
.head-search .hbw-search-panel {
  right: 0;
  width: min(300px, calc(100vw - 24px));
}
.search_group{margin: 5px 0px 20px 0px;}
#topsearch{display: none;}

/*手机-导航搜索图标*/
#search_btn {float: right;margin-top: 7px;padding:8px 13px;font-size: 17px;border-radius: 4px; color: #fff;}
#search_btn:hover,#search_btn:focus {cursor: pointer;background-color: #444;}

/*手机-导航样式*/
.navbar {margin: 0px;border:0px;min-height: 50px;background-color: #fff;}
.navbar-default .navbar-brand {color: #fff;font-size: 16px;}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {color: #fff;}
.navbar-default .navbar-collapse,.navbar-default .navbar-form {}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: transparent;}
.navbar-default .navbar-toggle .icon-bar {background-color: #1b4b95;}
.navbar-default .navbar-nav {margin-top: 0px;margin-bottom: 0px;}
.navbar-default .navbar-nav > li:last-child{border: none;}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #333;}
#top_nav #navbar.navbar-default .navbar-nav > li > a:hover,
#top_nav #navbar.navbar-default .navbar-nav > li > a:focus,
#top_nav #navbar.navbar-default .navbar-nav > .active > a,
#top_nav #navbar.navbar-default .navbar-nav > .active > a:hover,
#top_nav #navbar.navbar-default .navbar-nav > .active > a:focus,
#top_nav #navbar.navbar-default .navbar-nav > li.hbw-nav-dropdown:hover > .hbw-nav-item-row,
#top_nav #navbar.navbar-default .navbar-nav > li.hbw-nav-dropdown.hbw-nav-dropdown--show > .hbw-nav-item-row,
#top_nav #navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
#top_nav #navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: rgba(27, 75, 149, 0.1) !important;
  color: #1b4b95 !important;
}
#top_nav #navbar.navbar-default .navbar-nav > li.hbw-nav-dropdown:hover > .hbw-nav-item-row .hbw-nav-item-link,
#top_nav #navbar.navbar-default .navbar-nav > li.hbw-nav-dropdown.hbw-nav-dropdown--show > .hbw-nav-item-row .hbw-nav-item-link,
#top_nav #navbar.navbar-default .navbar-nav > li.hbw-nav-dropdown:hover > .hbw-nav-item-row .hbw-nav-item-expand,
#top_nav #navbar.navbar-default .navbar-nav > li.hbw-nav-dropdown.hbw-nav-dropdown--show > .hbw-nav-item-row .hbw-nav-item-expand,
#top_nav #navbar.navbar-default .navbar-nav > li.hbw-nav-dropdown:hover > .hbw-nav-item-row .hbw-nav-caret,
#top_nav #navbar.navbar-default .navbar-nav > li.hbw-nav-dropdown.hbw-nav-dropdown--show > .hbw-nav-item-row .hbw-nav-caret {
  color: #1b4b95 !important;
}
#top_nav #app_menudown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
#top_nav #app_menudown:hover { background-color: #1b4b95; color: #fff; }
#top_nav .hbw-nav-dropdown-toggle .hbw-nav-caret { display: inline-block; }
.navbar-fixed-top {margin-top:0px;opacity: 0.9;}

.navbar-default .navbar-nav > li > .dropdown-menu.nav_small,
.hbw-nav-menu > li.dropdown > .dropdown-menu.nav_small {
  position: static !important;
  float: none !important;
  width: 100%;
  margin: 0;
  padding: 6px 0 8px;
  list-style: none;
  background: #f7faf5 !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}
.navbar-default .navbar-nav .open .dropdown-menu.nav_small > li,
.hbw-nav-menu .dropdown-menu.nav_small > li {
  list-style: none;
  height: auto;
  line-height: normal;
  padding: 0;
  background: transparent;
}
.hbw-nav-menu .dropdown-menu.nav_small > li > a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  color: #2f2f2f !important;
  text-decoration: none;
  background: transparent !important;
}
.hbw-nav-menu .dropdown-menu.nav_small > li > a:hover,
.hbw-nav-menu .dropdown-menu.nav_small > li > a:focus {
  padding-left: 22px;
}
.hbw-nav-menu .dropdown-menu2 {
  position: static;
  left: auto;
  top: auto;
  display: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: #e8eef4;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.hbw-nav-menu .dropdown-menu.nav_small > li.has-sub.open > .dropdown-menu2,
.hbw-nav-menu .dropdown-menu.nav_small > li.has-sub.hbw-nav-sub-open > .dropdown-menu2 {
  display: block !important;
}
.hbw-nav-menu .dropdown-menu2 li a {
  padding: 9px 26px;
  font-size: 13px;
}

/*手机-首页产品*/
.product_head h2{font-size: 30px;}
.product_index{margin-top: 10px;}
.product_list{padding: 20px 0px 0px 0px; row-gap: 24px;}
.product_img{min-height:80px; margin-bottom: 0;}
.product_list2 div.product_img{min-height:240px; margin-bottom: 0;}

/*手机-首页简介*/

/*手机-首页新闻*/
.right_new_time,.news_time {display: none;}

.page_bg{display: none;}
.right_contents img,.product_con img,.photo_con img {max-width: 100%;}
.right_contents_h1{font-size:18px;line-height: 24px;}
.feedback{margin-top:20px;}
.proinfo_box {margin-bottom: 20px;}
.hbw-product-detail .hbw-gallery-thumbs a,
.hbw-product-detail #pic-page.hbw-gallery-thumbs a { flex: 0 0 56px; width: 56px; height: 56px; }
#cmsFloatPanel{display: none;}
.point span.to_prev,.point span.to_next {text-align:left;padding-bottom: 8px;}

/*手机-底部信息（旧类名兼容）*/
.footer_contact {margin-bottom:30px;}

/*手机-友情链接*/
.link_box a {display: block;border-right:0px;padding:4px 0px;}
.link_title{display: block; }
.link_title:after {content:"";}
.link_box button{display: inline-block;background-color: transparent;border: none;float: right;margin-top: -20px;}
.link_box button:hover,
.link_box button:focus{color: #1b4b95;}
.link_list{display: none;padding-top: 7px;}

/*手机-Tags标签*/
.tags_box a{display: block;border-right:0px;padding:4px 0px;}
.tags_title{display: block;}
.tags_title:after{content:"";}
.tags_box button{display: inline-block;background-color: transparent;border: none;float: right;margin-top: -20px;}
.tags_box button:hover,.tags_box button:focus{color: #1b4b95;}
.tags_rows{display: none;padding-top: 7px; }

/*手机-底部按钮*/
.mfoot_box{background-color: #fafafa;}
.mfoot_nav {width:25%;float:left;background-color: #fafafa;text-align:center;color:#898989;} 
.mfoot_nav:hover,.mfoot_nav:focus {background-color: #e4e4e4;cursor:pointer;}
.mfoot_nav a {color:#898989;display:block;}
.mfoot_nav a:hover,.mfoot_nav a:focus{ text-decoration:none;}
.mfoot_nav span {display:block;padding:3px 0px 0px 0px;}
.mfoot_share {width: 200px;padding: 5px;}

.advantage_head {text-align: center;}
.advantage_head h2{font-size: 40px;}
.remove {float: left;}

}

@media screen and (max-width: 767px) {
.copyright_p{display:none;}
}

/*320px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {
.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
float: left;
}
.col-mm-12 {
width: 100%;
}
.col-mm-11 {
width: 91.66666667%;
}
.col-mm-10 {
width: 83.33333333%;
}
.col-mm-9 {
width: 75%;
}
.col-mm-8 {
width: 66.66666667%;
}
.col-mm-7 {
width: 58.33333333%;
}
.col-mm-6 {
width: 50%;
}
.col-mm-5 {
width: 41.66666667%;
}
.col-mm-4 {
width: 33.33333333%;
}
.col-mm-3 {
width: 25%;
}
.col-mm-2 {
width: 16.66666667%;
}
.col-mm-1 {
width: 8.33333333%;
}
}

/* 询盘提交结果页 */
.hbw-jump-page .hbw-jump-notice {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 0 64px;
  text-align: center;
}
.hbw-jump-card {
  padding: 48px 40px 40px;
  background: #fff;
  border: 1px solid #edf2e8;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(31, 39, 31, 0.08);
  box-sizing: border-box;
}
.hbw-jump-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  background: linear-gradient(135deg, #1b4b95 0%, #143872 100%);
  box-shadow: 0 12px 28px rgba(27, 75, 149, 0.28);
}
.hbw-jump-card--error .hbw-jump-icon {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  box-shadow: 0 12px 28px rgba(231, 76, 60, 0.24);
}
.hbw-jump-title,
.hbw-jump-page .ins_title {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f271f;
  font-family: inherit;
}
.hbw-jump-msg,
.hbw-jump-page .ins_txt {
  margin: 0 auto 12px;
  max-width: 420px;
  font-size: 16px;
  line-height: 1.65;
  color: #5a6472;
  font-family: inherit;
}
.hbw-jump-mail {
  margin: 0 auto 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #6a727c;
}
.hbw-jump-mail a {
  color: #1b4b95;
  text-decoration: none;
  font-weight: 600;
}
.hbw-jump-mail a:hover {
  color: #143872;
  text-decoration: underline;
}
.hbw-jump-actions {
  margin-top: 28px;
}
.hbw-jump-page .ins_btn,
.hbw-jump-btn {
  display: inline-block;
  min-width: 220px;
  padding: 14px 28px;
  border: 0;
  border-radius: 10px;
  background: #1b4b95;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 20px rgba(27, 75, 149, 0.22);
}
.hbw-jump-page .ins_btn:hover,
.hbw-jump-btn:hover {
  background: #143872;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(27, 75, 149, 0.28);
}
@media screen and (max-width: 575px) {
  .hbw-jump-page .hbw-jump-notice {
    padding: 32px 0 48px;
  }
  .hbw-jump-card {
    padding: 36px 22px 28px;
    border-radius: 16px;
  }
  .hbw-jump-title,
  .hbw-jump-page .ins_title {
    font-size: 26px;
  }
  .hbw-jump-page .ins_btn,
  .hbw-jump-btn {
    width: 100%;
    min-width: 0;
  }
}

/* 导航下拉 - 全站基样式（#top_nav 提高优先级，修复链接挤成一行） */
header,
#top_nav,
#top_nav .container,
#top_nav .hbw-header-container,
#top_nav #navbar,
#top_nav .navbar-collapse {
  overflow: visible !important;
}
#top_nav {
  z-index: 1030;
}
#top_nav #navbar .hbw-nav-menu > li.dropdown {
  position: relative !important;
}
#top_nav #navbar .hbw-nav-menu > li.dropdown.hbw-dropdown-open,
#top_nav #navbar .hbw-nav-menu > li.dropdown.open {
  z-index: 1045;
}
#top_nav .hbw-nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#top_nav .hbw-nav-dropdown-toggle .hbw-nav-caret {
  font-size: 12px;
  line-height: 1;
  transition: transform 0.2s ease;
}
#top_nav #navbar .hbw-nav-menu > li.dropdown.hbw-dropdown-open .hbw-nav-caret,
#top_nav #navbar .hbw-nav-menu > li.dropdown.open .hbw-nav-caret {
  transform: rotate(180deg);
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small {
  list-style: none !important;
  margin: 0;
  padding: 10px 0;
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li {
  display: block !important;
  float: none !important;
  width: 100%;
  list-style: none !important;
  height: auto;
  line-height: normal;
  padding: 0;
  margin: 0;
  background: transparent;
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li > a {
  display: block !important;
  padding: 11px 22px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  color: #2f2f2f !important;
  font-size: 14px !important;
  font-weight: 500;
  text-decoration: none !important;
  text-transform: none;
  white-space: nowrap;
  background: transparent !important;
  border: 0 !important;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li > a:hover,
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li > a:focus {
  color: #1b4b95 !important;
  background: rgba(27, 75, 149, 0.1) !important;
  padding-left: 26px !important;
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li.has-sub,
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li:has(.dropdown-menu2) {
  position: relative;
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li.has-sub > a::after,
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li:has(.dropdown-menu2) > a::after {
  content: '\f105';
  font-family: FontAwesome;
  float: right;
  margin-left: 12px;
  color: #1b4b95;
  font-size: 14px;
  line-height: 1.45;
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu2 {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1010;
  display: none;
  min-width: 230px;
  margin: 0 0 0 4px;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(27, 75, 149, 0.16);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(31, 39, 31, 0.12);
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li.has-sub:hover > .dropdown-menu2,
#top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li:has(.dropdown-menu2):hover > .dropdown-menu2 {
  display: block !important;
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu2 li {
  display: block !important;
  height: auto;
  line-height: normal;
  padding: 0;
  background: transparent;
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu2 li a {
  display: block !important;
  padding: 10px 18px !important;
  color: #444 !important;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
#top_nav #navbar .hbw-nav-menu .dropdown-menu2 li a:hover,
#top_nav #navbar .hbw-nav-menu .dropdown-menu2 li a:focus {
  color: #1b4b95 !important;
  background: rgba(27, 75, 149, 0.1) !important;
}

@media screen and (min-width: 769px) {
  #top_nav #navbar .hbw-nav-menu > li.dropdown > .dropdown-menu.nav_small {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    z-index: 1050 !important;
    float: none !important;
    display: none;
    min-width: 268px;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid rgba(27, 75, 149, 0.16) !important;
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(31, 39, 31, 0.14) !important;
    overflow: visible;
  }
  #top_nav .navbar-default .navbar-nav > li.dropdown > .dropdown-menu.nav_small,
  #top_nav .navbar-default .navbar-nav > li.dropdown.open > .dropdown-menu.nav_small,
  #top_nav #navbar .hbw-nav-menu > li.dropdown.open > .dropdown-menu.nav_small,
  #top_nav #navbar .hbw-nav-menu > li.dropdown.hbw-dropdown-open > .dropdown-menu.nav_small {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #fff !important;
    border: 1px solid rgba(27, 75, 149, 0.16) !important;
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(31, 39, 31, 0.14) !important;
  }
  #top_nav #app_menudown,
  #top_nav #app_menudown1 {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #top_nav #navbar .hbw-nav-menu > li.dropdown > .dropdown-menu.nav_small {
    position: static !important;
    float: none !important;
    width: 100%;
    padding: 6px 0 8px;
    background: #f7faf5 !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
  }
  #top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li > a {
    padding: 10px 28px !important;
    font-size: 14px;
  }
  #top_nav #navbar .hbw-nav-menu .dropdown-menu2 {
    position: static;
    left: auto;
    top: auto;
    display: none;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: #e8eef4;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  #top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li.has-sub.open > .dropdown-menu2,
  #top_nav #navbar .hbw-nav-menu .dropdown-menu.nav_small > li.has-sub.hbw-nav-sub-open > .dropdown-menu2 {
    display: block !important;
  }
  #top_nav #navbar .hbw-nav-menu .dropdown-menu2 li a {
    padding: 9px 26px !important;
    font-size: 13px;
  }
}

/* hbweiyi 全站换肤变量（第 1 层） */
html body {
  --xy-skin-primary: #1b4b95;
  --xy-skin-primary-2: #2d6bb8;
  --xy-skin-accent: #143872;
  --xy-skin-primary-dark: #143872;
  --xy-skin-ink: #2f2f2f;
}