@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei;
  background-color: #fafafa !important;
}

.header_box {
  display: flex;
  width: 100%;
  height: 102px;
  opacity: 0.94;
  flex-shrink: 0;
  background: #ffffff;
  box-shadow: 0px 3px 28px 0px #cacaca;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
}

.header_box .header_child {
  width: 1600px;
  height: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.header_box .header_child .header_logo {
  display: flex;
  width: 145px;
  height: 42px;
  opacity: 1;
  background: url(../images/logo.png) no-repeat;
  cursor: pointer;
}

.header_box .header_child .header_vline {
  display: flex;
  margin-top: 19.73px;
  width: 37px;
  height: 0.5px;
  transform: rotate(90deg);
  border-radius: 84.47px;
  opacity: 1;
  background: #a6a6a6;
}

.header_box .header_child .header_txt_jgyw {
  display: flex;
  margin-left: 18px;
  margin-top: 3px;
  width: 110px;
  height: 35px;
  opacity: 1;
  font-family: Alibaba PuHuiTi 2;
  font-size: 21px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #434343;
  cursor: pointer;
}

.header_box .header_child .header_txt_box {
  display: flex;
  gap: 50px;
  margin-left: 85px;
  width: 642px;
  height: inherit;
  opacity: 1;
  /* 自动布局 */
  flex-direction: row;
  align-items: center;
  padding: 0px;
}

.header_box .header_child .header_txt_box .header_txt {
  /* 自动布局子元素 */
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  opacity: 1;
  font-family: 思源黑体;
  font-size: 21px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3d3d3d;
  /* flex: 1; */
  cursor: pointer;
  position: relative;
}

.header_box .header_child .header_txt_box .header_txt:hover .header_dropdown {
  display: block;
}

.header_box .header_child .header_txt_box .header_txt.active {
  font-weight: bold;
  color: #be0008;
}

.header_box .header_child .header_txt_box .header_txt .header_dropdown {
  position: absolute;
  top: 102px;
  left: 0;
  display: none;
  box-shadow: 0px 9px 17px 0px rgba(25, 25, 25, 0.14);
  background-color: #ffffff;
  opacity: 1;
  border-radius: 3px;
}

.header_box .header_child .header_txt_box .header_txt .header_dropdown .header_dropdown_item {
  width: auto;
  white-space: nowrap;
  padding: 20.5px 40px 20.5px 20px;
  border: 1px solid #ffffff;
  opacity: 1;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  color: #434343;
}

.header_box .header_child .header_txt_box .header_txt .header_dropdown .header_dropdown_item:hover {
  border: 1px solid #fff0f0;
  background-color: #fff0f0;
  opacity: 1;
  color: #be0008;
}
