.headerBox {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.headerBox .headerBox_con {
  width: 1420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerBox .headerBox_con .h_c_left img {
  width: 260px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default {
  /* width: 650px; */
  /* height: 109px; */
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_search {
  margin-top: 16px;
  width: 650px;
  padding: 8px 12px;
  border: 1px solid #666666;
  border-radius: 4px;
  position: relative;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_search input {
  box-shadow: none;
  outline: none;
  border: none;
  /* font-family: DIN; */
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 95%;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_search input:placeholder {
  color: #999999;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_search img {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 18px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item {
  cursor: pointer;
  height: 35px;
  /* margin-bottom: 3px; */
  /* padding-bottom: 8px; */
  border-bottom: 3px solid #fff;
}

.h_c_m_d_m_item_nosearch {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 25px;
  position: relative;
}

.h_c_m_d_m_item_nosearch::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 100%;
  height: 3px;
  background-color: #003f7d;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_title {
  /* font-family: DIN; */
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #444;

}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox {
  width: 100vw;
  position: fixed;
  top: 107px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s all linear;
  background-color: #fff;
  /* box-shadow: 4px 8px 16px 1px #0000001a; */
  box-shadow: 0px 16px 16px 1px #00000050;
  border-top: 1px solid #e5e5e5;

  cursor: auto;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content {
  margin: 0 auto;
  width: 1420px;
  height: 560px;
  padding-top: 32px;
  display: flex;
  /* justify-content: space-between; */
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_left {
  width: 320px;
  color: #333;
  display: block;
  margin-right: 41px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_left .h_c_m_d_m_i_c_l_title {
  /* font-family: DIN Alternate; */
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_left .h_c_m_d_m_i_c_l_text {
  margin-top: 16px;
  margin-bottom: 24px;
  /* font-family: DIN; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_left .h_c_m_d_m_i_c_l_img img {
  width: 300px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_left:hover .h_c_m_d_m_i_c_l_title {
  color: #003f7d;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_left:hover .h_c_m_d_m_i_c_l_text {
  text-decoration: underline;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_line {
  width: 2px;
  height: 472px;
  background: #003f7d1a;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_go {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 60px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_go .h_c_m_d_m_i_c_g_item {
  width: 250px;
  /* font-family: DIN; */
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.3s all linear;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_go .h_c_m_d_m_i_c_g_item .h_c_m_d_m_i_c_g_i_top img {
  width: 150px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_go .h_c_m_d_m_i_c_g_item .h_c_m_d_m_i_c_g_i_title {
  font-weight: 700;
  color: #333;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_go .h_c_m_d_m_i_c_g_item .h_c_m_d_m_i_c_g_i_text {
  font-size: 16px;
  color: #999;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_go .h_c_m_d_m_i_c_g_item:hover .h_c_m_d_m_i_c_g_i_title {
  color: #003f7d;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_go .h_c_m_d_m_i_c_g_item:hover .h_c_m_d_m_i_c_g_i_text {
  text-decoration: underline;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_back {
  display: flex;
  gap: 48px;
  flex: 0.8;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_back .h_c_m_d_m_i_c_b_item {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: 42px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_back .h_c_m_d_m_i_c_b_item .h_c_m_d_m_i_c_b_i_bold {
  /* font-family: DIN Alternate; */
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_back .h_c_m_d_m_i_c_b_item .h_c_m_d_m_i_c_b_i_bold:hover {
  color: #003f7d;
  text-decoration: underline;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox a:hover {
  color: #003f7d !important;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_back .h_c_m_d_m_i_c_b_item .h_c_m_d_m_i_c_b_i_text {
  /* font-family: DIN; */
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item .h_c_m_d_m_i_contentBox .h_c_m_d_m_i_content .h_c_m_d_m_i_c_back .h_c_m_d_m_i_c_b_item .h_c_m_d_m_i_c_b_i_text:hover {
  color: #003f7d;
  text-decoration: underline;
}

/* .headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item:hover {
  border-bottom: 3px solid #003f7d;
} */
.h_c_m_d_m_item_h {
  border-bottom: 3px solid #003f7d !important;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item:hover .h_c_m_d_m_i_title {
  color: #003f7d;
}

/* .headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item:hover .h_c_m_d_m_i_contentBox {
  visibility: visible;
  opacity: 1;
} */
.h_c_m_d_m_i_contentBox_v {
  visibility: visible !important;
  opacity: 1 !important;
}

/* .headerBox .headerBox_con .h_c_mid .h_c_m_default .h_c_m_d_menu .h_c_m_d_m_item.menu-active:hover .h_c_m_d_m_i_contentBox{
  visibility: hidden;
  opacity: 0;
} */
.headerBox .headerBox_con .h_c_mid .h_c_m_openBox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_bg {
  width: 100vw;
  height: 100vh;
  background-color: #00000066;
  position: fixed;
  top: 0;
  left: 0;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con {
  background-color: #fff;
  width: 80vw;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
}
/* 手机端样式 */
@media (max-width: 520px) { /* 通常以768px作为分界点，可根据需要调整 */
  .headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con {
    width: 100vw; /* 改为全宽 */
    max-width: none; /* 移除最大宽度限制 */
    border-radius: 0; /* 可选：移除圆角，使样式更贴合屏幕 */
    padding: 0 12px; /* 左右内距20px */
    box-sizing: border-box; /* 确保内距包含在宽度内 */
  }
}
.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_search {
  width: 92%;
  padding: 8px 12px;
  margin: 12px auto;
  border: 1px solid #666666;
  border-radius: 4px;
  position: relative;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_search input {
  width: 95%;
  box-shadow: none;
  outline: none;
  border: none;
  /* font-family: DIN; */
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 25px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_search input:placeholder {
  color: #999999;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_search .icon_search {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 18px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_search .icon_clear {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 18px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom {
  width: 100%;
  margin: 20px auto 28px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_his {
  width: 93%;
  margin: 0 auto;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_his .h_c_m_o_c_b_h_item {
  /* font-family: DIN; */
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 1;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_his .h_c_m_o_c_b_h_item .h_c_m_o_c_b_h_i_title {
  margin-bottom: 24px;
  color: #999;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_his .h_c_m_o_c_b_h_item .h_c_m_o_c_b_h_i_con {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_his .h_c_m_o_c_b_h_item .h_c_m_o_c_b_h_i_con .h_c_m_o_c_b_h_i_c_item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_his .h_c_m_o_c_b_h_item .h_c_m_o_c_b_h_i_con .h_c_m_o_c_b_h_i_c_item img {
  width: 14px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_his .h_c_m_o_c_b_h_item .h_c_m_o_c_b_h_i_con .h_c_m_o_c_b_h_i_c_item span {
  color: #333333;
  font-weight: 700;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_his .h_c_m_o_c_b_h_item .h_c_m_o_c_b_h_i_con .h_c_m_o_c_b_h_i_c_item:hover span {
  color: #003f7d;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_his .h_c_m_o_c_b_h_popular {
  margin-top: 32px;
  margin-bottom: 32px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related {
  display: none;
  /* font-family: DIN; */
  font-size: 14px;
  line-height: 1.2;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top {
  display: flex;
  justify-content: space-between;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_title {
  color: #999999;
  /* padding-left: 90px; */
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_line {
  width: 1px;
  background-color: #aaa;
  /* height: 345px; */
  margin: 5% 0 0;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_left {
  width: 48%;
  /* margin-left: 28px; */
  margin-left: 2vw;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_left .h_c_m_o_c_b_r_t_l_con {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 10px; */
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_left .h_c_m_o_c_b_r_t_l_con .h_c_m_o_c_b_r_t_l_c_item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  /* padding-left: 90px; */
  padding: 12px 8px 12px 0px;
  /* margin-left: 86px; */
  border-bottom: 1px solid #e8e8e8;
  text-underline-offset: 5px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_left .h_c_m_o_c_b_r_t_l_con .h_c_m_o_c_b_r_t_l_c_item img {
  max-width: 48px;
  max-height: 48px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_left .h_c_m_o_c_b_r_t_l_con .h_c_m_o_c_b_r_t_l_c_item span {
  /* font-family: DIN; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_left .h_c_m_o_c_b_r_t_l_con .h_c_m_o_c_b_r_t_l_c_item:hover {
  background-color: #003f7d1a;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_left .h_c_m_o_c_b_r_t_l_con .h_c_m_o_c_b_r_t_l_c_item:hover span {
  color: #003f7d;
  text-decoration: underline;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_right {
  width: 48%;
  /* margin-right: 28px; */
  margin-right: 2vw;
  margin-left: 10px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_right .h_c_m_o_c_b_r_t_title {
  padding-left: 0;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_right .h_c_m_o_c_b_r_t_r_con {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 10px; */
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_right .h_c_m_o_c_b_r_t_r_con .h_c_m_o_c_b_r_t_r_c_item {
  display: flex;
  gap: 8px;
  /* margin-right: 86px; */
  padding: 12px 0px 12px 4px;
  border-bottom: 1px solid #e8e8e8;
  text-underline-offset: 5px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_right .h_c_m_o_c_b_r_t_r_con .h_c_m_o_c_b_r_t_r_c_item img {
  height: 20px;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_right .h_c_m_o_c_b_r_t_r_con .h_c_m_o_c_b_r_t_r_c_item span {
  width: 80%;
  color: #333;
  /* font-family: DIN; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_right .h_c_m_o_c_b_r_t_r_con .h_c_m_o_c_b_r_t_r_c_item:hover {
  background-color: #003f7d1a;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_top .h_c_m_o_c_b_r_t_right .h_c_m_o_c_b_r_t_r_con .h_c_m_o_c_b_r_t_r_c_item:hover span {
  color: #003f7d;
  text-decoration: underline;
}

.headerBox .headerBox_con .h_c_mid .h_c_m_openBox .h_c_m_o_con .h_c_m_o_c_bom .h_c_m_o_c_b_related .h_c_m_o_c_b_r_bom {
  margin-top: 28px;
  color: #003f7d;
  text-align: center;
  /* font-weight: 700; */
}

.headerBox .headerBox_con .h_c_right {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox {
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_contact,
.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_download {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_contact .h_c_r_iconBox_text,
.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_download .h_c_r_iconBox_text {
  font-size: 14px;
  margin-top: 2px;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_contact .h_c_r_iconBox_text {
  margin-top: 3px;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_contact .h_c_r_iconBox_text:hover,
.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_download .h_c_r_iconBox_text:hover {
  color: #223358;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_contact img {
  height: 20px;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_download,
.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_people {
  position: relative;
}

.h_tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #003F7D;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 8px 10px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_download:hover .h_tooltip-text {
  visibility: visible;
  opacity: 1;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_people:hover .h_tooltip-text {
  visibility: visible;
  opacity: 1;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_download img {
  height: 20px;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_people img {
  width: 26px;
  height: 26px;
}

/* .headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_cart{
  position: absolute;
} */
.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_cart img {
  width: 24px;
  height: 24px;
}

.headerBox .headerBox_con .h_c_right .h_c_r_iconBox .h_c_r_i_cart .cartCount {
  display: none;
  position: absolute;
  top: -4px;
  margin-left: 7px;
  /* width: 15px; */
  /* height: 15px; */
  font-weight: 700;
  border-radius: 100px;
  text-align: center;
  background-color: #e90a0a;
  color: #ffffff;
  padding: 2px 5px;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language {
  position: relative;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language:hover .h_c_r_l_bom {
  visibility: visible;
  opacity: 1;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language .h_c_r_l_top {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language .h_c_r_l_top .img_act {
  width: 27px;
  height: 18px;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language .h_c_r_l_top .h_c_r_l_t_dowm {
  width: 12px;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language .h_c_r_l_bom {
  visibility: hidden;
  opacity: 0;
  padding: 8px 0;
  position: absolute;
  right: 0;
  top: 130%;
  border-radius: 3px;
  box-shadow: 0px 0px 8px 0px #0000001a;
  transition: 0.3s all linear;
  background-color: #fff;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language .h_c_r_l_bom .h_c_r_l_b_item {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language .h_c_r_l_bom .h_c_r_l_b_item a {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language .h_c_r_l_bom .h_c_r_l_b_item img {
  width: 30px;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language .h_c_r_l_bom .h_c_r_l_b_item span {
  /* font-family: DIN; */
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.headerBox .headerBox_con .h_c_right .h_c_r_language .h_c_r_l_bom .h_c_r_l_b_item:hover {
  background-color: #003f7d1a;
}

.headerBox .headerBox_con .h_c_right .h_c_r_search {
  position: absolute;
  left: -42px;
  display: none;
}

.headerBox .headerBox_con .h_c_right .h_c_r_search img {
  width: 18px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_contactBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

.headerBox .headerBox_con .h_contactBox .h_c_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.headerBox .headerBox_con .h_contactBox .h_c_contant {
  width: 750px;
  padding: 32px;
  position: absolute;
  z-index: 1;
  color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #eaedf1;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_header span {
  /* font-family: DIN; */
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_header img {
  width: 20px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body {
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 0;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item {
  width: 47%;
  /* font-family: DIN; */
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item .h_c_c_b_i_key {
  color: #333333;
  margin-bottom: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item .h_c_c_b_i_key .h_c_c_b_i_k_tip {
  /* font-family: DIN; */
  font-size: 14px;
  font-weight: 400;
  color: #b70107;
  display: none;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item .h_c_c_b_i_value input {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  border: none;
  /* font-family: DIN; */
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid #666666;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item .h_c_c_b_i_value input:placeholder {
  color: #999999;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item .h_c_c_b_i_value input:focus {
  border-color: #0684ff;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item_100 {
  width: 100%;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item_100 .h_c_c_b_i_key {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item_100 .h_c_c_b_i_key span {
  color: #999;
  /* font-family: DIN; */
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item_100 .h_c_c_b_i_value textarea {
  width: 100%;
  min-height: 40px;
  max-height: 100px;
  padding: 12px;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  border: none;
  /* font-family: DIN; */
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid #666666;
  resize: none;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item_100 .h_c_c_b_i_value textarea:placeholder {
  color: #999999;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item_100 .h_c_c_b_i_value textarea:focus {
  border-color: #0684ff;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item_error .h_c_c_b_i_key .h_c_c_b_i_k_tip {
  display: block;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item_error .h_c_c_b_i_value input,
.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_body .h_c_c_b_item_error .h_c_c_b_i_value textarea {
  border: 1px solid #b70107;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_xieyi {
  display: flex;
  gap: 6px;
  font-weight: 700;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_xieyi input {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  position: relative;
  transition: 0.3s all linear;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_xieyi label {
  cursor: pointer;
  flex: 1;
  line-height: 1.5;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_xieyi input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_xieyi input[type="checkbox"]:hover::before {
  border: 1px solid #003f7d;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_xieyi input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #003f7d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #003f7d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_submit {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_submit .h_c_c_f_s_btn {
  width: fit-content;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #810004;
  border-radius: 8px;
  cursor: pointer;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_submit .h_c_c_f_s_btn img {
  width: 24px;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_submit .h_c_c_f_s_btn span {
  /* font-family: DIN; */
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}

.headerBox .headerBox_con .h_contactBox .h_c_contant .h_c_c_footer .h_c_c_f_submit .h_c_c_f_s_btn:hover {
  background-color: #b70107;
}


/* 闈㈠寘灞� */
.h_Breadcrumb {
  position: fixed;
  top: 108px;
  left: 0px;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 100;
  border-bottom: 1px solid #e2e2e2;
}

.h_Breadcrumb .h_Breadcrumb_con {
  width: 1420px;
  height: 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.h_Breadcrumb .h_Breadcrumb_con a {
  /* font-family: DIN; */
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  /* text-transform: uppercase; */
  color: #999999;
}

.h_Breadcrumb .h_Breadcrumb_con .h_Breadcrumb_con_l {
  padding: 0 12px;
  /* font-family: DIN; */
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #d5d5d5;
}

.h_Breadcrumb .h_Breadcrumb_con a:last-child {
  /* font-family: DIN; */
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}