@charset "UTF-8";
.phone_menu,
.phone_menu_more {
  display: none;
}

.page_header {
  padding: 0;
  height: var(--top-navigation-all-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2004;
}

.notice_box_big {
  background-color: var(--notic_bg);
  width: 100%;
}

.notice_box {
  height: var(--top-notice-height);
  color: #ffffff;
}

.notice_box .is-text {
  color: #ffffff;
}

.notice_box .is-text:hover,
.notice_box .is-text:focus {
  background-color: transparent !important;
}

.notice_box .notice_img {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.8rem;
}

.notice_box .search_box {
  padding: 0 0.1rem;
  box-sizing: border-box;
  margin-right: 0.6rem;
  height: var(--top-notice-height);
}

.notice_box .search_box img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.3rem;
}

.navigation_box {
  --el-menu-hover-bg-color: transparent;
  --el-menu-bg-color: transparent;
  --el-menu-text-color: #ffffff;
}

.navigation_box .el-menu {
  border-bottom: 0 !important;
  height: 100%;
}

.navigation_box .el-menu--horizontal {
  justify-content: space-between;
}

.navigation_box .el-menu--horizontal > .el-menu-item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 0.15rem;
  width: 100%;
  background: var(--el-menu-text-color);
  bottom: 0.2rem;
}

.navigation_box .el-menu--horizontal > .el-menu-item.is-active.logo_home_box::after {
  display: none;
}

.navigation_box .el-menu--horizontal > .el-menu-item.is-active,
.navigation_box .el-menu--horizontal > .el-sub-menu.is-active {
  position: relative;
}

.navigation_box .el-menu--horizontal > .el-menu-item.is-active,
.navigation_box .el-menu--horizontal > .el-sub-menu.is-active .el-sub-menu__title {
  border-bottom: unset;
  font-weight: 600;
  color: var(--el-menu-text-color) !important;
}

.navigation_box .el-sub-menu__title {
  padding-right: 1.6rem;
  border-bottom: unset !important;
}

.navigation_box .el-sub-menu .el-sub-menu__icon-arrow {
  right: 0;
  width: 0.6rem;
}

.navigation_box .el-sub-menu__title:focus,
.navigation_box .el-menu-item:focus {
  color: var(--el-menu-text-color) !important;
}

.navigation_box .el-sub-menu__title:hover,
.navigation_box .el-menu-item:hover {
  background: transparent !important;
  color: var(--el-menu-text-color) !important;
  font-weight: 600;
}

.navigation_box .el-menu-item {
  padding: 0;
  border-bottom: unset !important;
}

.navigation_box .el-sub-menu__title {
  padding-left: 0.25rem;
}

.navigation_box .el-menu-item .el-sub-menu__title {
  padding: 0px;
}

.navigation_box {
  background: var(--menu_bg) !important;
  width: 100%;
  height: var(--top-navigation-height);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navigation_box .logo_img {
  width: 5.6rem;
  height: 2rem;
  background-size: cover;
  background-position: center;
}

.fixed_top_box .navigation_box {
  --el-menu-text-color: #ffffff;
  background: var(--menu_bg) !important;
}

.notice_swiper {
  height: 100%;
  overflow: hidden;
  width: calc(100% - 2rem);
  white-space: nowrap; /* 禁止文字换行 */
}

.notice_swiper .notice_swiper_box {
  display: inline-block; /* 保证横向排列 */
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice_swiper .notice_swiper_box .notice_swiper_item {
  display: inline-block;
  cursor: pointer;
  float: left;
  line-height: var(--top-notice-height);
  font-size: 0.6rem;
  cursor: pointer;
}

.search_box .el-input {
  --el-input-placeholder-color: rgba(255, 255, 255, 0.4);
  --el-input-hover-border: transparent !important;
  --el-input-focus-border: transparent !important;
}
.search_box .el-input__wrapper:hover,
.search_box .el-input__wrapper:focus {
  box-shadow: unset !important;
}
.search_box .is-focus {
  box-shadow: unset !important;
}
.search_box .el-input__wrapper {
  background-color: transparent;
  box-shadow: unset;
  padding: 0;
  width: 9.5rem;
}
.search_box .el-input__wrapper .el-input__inner {
  font-size: 0.6rem;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .notice_box_big,
  #menu_id {
    display: none;
  }
  .phone_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 1.1rem 0 1.6rem;
    box-sizing: border-box;
  }
  .phone_menu .phone_menu_right img {
    width: 2.7rem;
    height: 2.7rem;
    cursor: pointer;
  }
  .phone_menu .phone_menu_right img + img {
    margin-left: 1.7rem;
  }
  .navigation_box .logo_img {
    width: 7.5rem;
    height: 2.9rem;
  }
  .phone_menu_more {
    position: fixed;
    width: 100%;
    height: calc(100% - var(--top-navigation-all-height));
    top: var(--top-navigation-all-height);
    background: #ffffff;
    left: 0;
    overflow-y: auto;
    z-index: 999;
  }
  .phone_menu_more .el-sub-menu,
  .phone_menu_more .el-menu-item {
    padding: 0 1.6rem 0 2.9rem;
    border-bottom: 0.1rem solid #f2f2f2;
    font-weight: 500;
    font-size: 1.6rem;
    color: #262729;
    line-height: normal;
  }
  .phone_menu_more .el-sub-menu__title {
    padding: 0;
    font-weight: 500;
    font-size: 1.6rem;
    color: #262729;
    line-height: normal;
  }
  .phone_menu_more .menu_two_box {
    border-bottom: 0.1rem solid #f2f2f2;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
  }
  .phone_menu_more .menu_two_box .el-menu-item {
    padding: 0 1.6rem 0 5rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: #262729;
    line-height: normal;
    border-bottom: unset;
  }
  body.menu_mobile_opened {
    height: 100%;
    overflow: hidden;
  }
  .el-menu-item:focus,
  .el-menu-item:hover,
  .el-sub-menu__title:focus,
  .el-sub-menu__title:hover,
  .menu_two_box .el-menu-item:focus,
  .menu_two_box .el-menu-item:hover,
  .phone_menu_more .menu_two_box .el-menu-item.is-active {
    background-color: transparent;
    color: var(--el-color-primary);
  }
  .el-menu-item:focus i,
  .el-menu-item:hover i,
  .el-sub-menu__title:focus i,
  .el-sub-menu__title:hover i,
  .menu_two_box .el-menu-item:focus i,
  .menu_two_box .el-menu-item:hover i,
  .phone_menu_more .menu_two_box .el-menu-item.is-active i {
    color: var(--el-color-primary);
  }
  .el-sub-menu__title i {
    color: #262729;
    width: 1.6rem !important;
    font-size: 1.6rem !important;
    margin-top: -0.8rem !important;
  }
}
