#header.active {
  transform: translateY(-100%);
}
#header .header__inner__top {
  border-width: 0px 0px 1px 0px;
  border-color: #b7b7b7;
  border-style: solid;
}
@media (min-width: 1000px) {
  #header .header__inner__top {
    padding: 30px 0 27px 0;
  }
}
#header .header__inner__top .head__container .head__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header__inner__top .head__container .head__flex .head__logo {
  display: flex;
}
@media (min-width: 1000px) {
  #header .header__inner__top .head__container .head__flex .head__logo {
    width: 205px;
    min-width: 205px;
  }
}
@media (max-width: 1000px) {
  #header .header__inner__top .head__container .head__flex .head__logo {
    width: 2.4rem;
    min-width: 1.8rem;
    padding: 0.12rem 0;
  }
}
#header .header__inner__top .head__container .head__flex .head__logo a.left {
  display: block;
  width: 100%;
  height: auto;
}
#header .header__inner__top .head__container .head__flex .head__logo a.left .left-img {
  width: 100%;
  display: flex;
}
#header .header__inner__top .head__container .head__flex .head__logo a.left .left-img img {
  width: 100%;
  height: auto;
}
#header .header__inner__top .head__container .head__flex .head__logo a.left .left-txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  letter-spacing: 0.625px;
  margin-top: 7px;
}
@media screen and (max-width: 1000px) {
  #header .header__inner__top .head__container .head__flex .head__logo a.left .left-txt {
    font-size: 0.12rem;
    margin-top: 0.06rem;
    letter-spacing: 0.012rem;
  }
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus {
  display: flex;
  flex-direction: column;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus {
  display: flex;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.84px;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a:hover {
  color: #1ba7d1;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon {
  position: relative;
  display: flex;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon::after {
  content: "";
  display: block;
  height: auto;
  margin-left: 2.5px;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon.link__out::after {
  background: url(/wp-includes/images/Icon-akar-link-out.svg) no-repeat center 75%;
  width: 11px;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon.link__out:hover::after {
  background: url(/wp-includes/images/Icon-akar-link-out-hover.svg) no-repeat center 75%;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon.link__login::after {
  background: url(/wp-includes/images/Icon-material-round-login.svg) no-repeat center 75%;
  width: 14px;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus a.item__icon.link__login:hover::after {
  background: url(/wp-includes/images/Icon-material-round-login-hover.svg) no-repeat center 75%;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .top__menus .list__top__menus .divider {
  width: 1px;
  height: 77%;
  background-color: #c6c6c6;
  margin: 0 20px;
  align-self: center;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus {
  display: flex;
  justify-content: flex-end;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus {
  display: flex;
  gap: 37px;
  align-items: center;
}
@media (min-width: 1100px) {
  #header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus {
    gap: 57px;
  }
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.84px;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus a:hover {
  color: #1ba7d1;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus a.btn__head {
  color: #fff;
  border-radius: 5px;
  padding: 9px 10px 11px;
  min-width: 195px;
  text-align: center;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus a.btn__head:hover {
  opacity: 0.8;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus a.btn__head.type__1 {
  background-color: #4d8c8c;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus a.btn__head.type__2 {
  background-color: #1ba7d1;
}
#header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus .wrap__btns__head {
  display: flex;
  gap: 37px;
}
@media (min-width: 1100px) {
  #header .header__inner__top .head__container .head__flex .head__menus .wrap__menus .bottom__menus .list__bottom__menus .wrap__btns__head {
    gap: 45px;
  }
}
#header .header__inner__top .head__container .head__flex .menu-btn {
  position: relative;
  width: 0.6rem;
  height: 0.57rem;
}
#header .header__inner__top .head__container .head__flex .menu-btn .line {
  width: 0.6rem;
  height: 0.04rem;
  background: #707070;
  border-radius: 0.015rem;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#header .header__inner__top .head__container .head__flex .menu-btn .line1 {
  transform: translate(-50%, -0.2rem);
}
#header .header__inner__top .head__container .head__flex .menu-btn .line3 {
  transform: translate(-50%, 0.2rem);
}
#header .header__inner__top .head__container .head__flex .menu-btn.active .line1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header .header__inner__top .head__container .head__flex .menu-btn.active .line2 {
  width: 0;
}
#header .header__inner__top .head__container .head__flex .menu-btn.active .line3 {
  position: absolute;
  margin-top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header .head__container {
  margin: 0 auto;
  max-width: 6.9rem;
}
@media (min-width: 1000px) {
  #header .head__container {
    max-width: 1670px;
    padding: 0 15px;
  }
}
#header .head__container .wrapper__news__feat {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  #header .head__container .wrapper__news__feat {
    flex-direction: row;
    align-items: center;
    align-items: center;
  }
}
#header .head__container .wrapper__news__feat a.link__news__feat__right {
  font-size: 0.24rem;
  font-weight: 500;
  position: relative;
  display: flex;
  color: #1DA6D1;
}
@media (min-width: 1000px) {
  #header .head__container .wrapper__news__feat a.link__news__feat__right {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}
#header .head__container .wrapper__news__feat a.link__news__feat__right::after {
  content: "";
  display: block;
  background: url(/wp-includes/images/Icon-feather-arrow-right.svg) no-repeat center 75%;
  width: 0.24rem;
  background-size: contain;
  height: auto;
  margin-left: 0.24rem;
}
@media (min-width: 1000px) {
  #header .head__container .wrapper__news__feat a.link__news__feat__right::after {
    width: 9px;
    margin-left: 13px;
  }
}
#header .header__inner__bottom {
  background-color: #f5f5f5;
  padding: 0.24rem 0;
  border-width: 0px 0px 1px 0px;
  border-color: #b7b7b7;
  border-style: solid;
}
@media (min-width: 1000px) {
  #header .header__inner__bottom {
    padding: 12px 0;
  }
}
#header .header__inner__bottom a.link__news__feat {
  color: #000;
  display: inline-block;
}
#header .header__inner__bottom .news__box__head {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
@media (min-width: 1000px) {
  #header .header__inner__bottom .news__box__head {
    flex-direction: row;
    align-items: center;
  }
}
#header .header__inner__bottom .news__box__head .news__info {
  display: flex;
  align-items: center;
}
#header .header__inner__bottom .news__box__head .news__date {
  letter-spacing: 1px;
}
#header .header__inner__bottom .news__box__head .news__title {
  letter-spacing: 1.5px;
  margin-left: 0;
  font-size: 0.28rem;
}
@media (min-width: 1000px) {
  #header .header__inner__bottom .news__box__head .news__title {
    margin-left: 37px;
    font-size: 14px;
    line-height: 20px;
  }
}
#header .header__inner__bottom .news__box__head .news__date {
  font-size: 0.28rem;
}
@media (min-width: 1000px) {
  #header .header__inner__bottom .news__box__head .news__date {
    font-size: 14px;
  }
}
#header .header__inner__bottom .news__box__head .news__cat {
  display: inline-flex;
  margin-left: 0.18rem;
}
@media (min-width: 1000px) {
  #header .header__inner__bottom .news__box__head .news__cat {
    margin-left: 9px;
  }
}
#header .header__inner__bottom .news__box__head .news__cat span {
  font-size: 0.24rem;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  padding: 0 0.32rem;
  font-weight: 500;
}
@media (min-width: 1000px) {
  #header .header__inner__bottom .news__box__head .news__cat span {
    font-size: 12px;
    padding: 0 16px;
  }
}
#header-menu {
  background: rgb(0, 82, 173);
  padding: 0.12rem 15px 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(-100%);
  display: flex;
  flex-direction: column;
  z-index: 999;
}
#header-menu.active {
  transform: translateY(0);
}
#header-menu .list-til-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  left: 0;
  top: 0;
}
#header-menu .list-til-blk .lt-right {
  width: 0.8rem;
  height: 0.8rem;
  background: #FFFFFF;
  position: relative;
}
#header-menu .list-til-blk .lt-right:before {
  content: "";
  width: 0.6rem;
  height: 0.06rem;
  background: #006CE5;
  border-radius: 0.035rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header-menu .list-til-blk .lt-right:after {
  content: "";
  width: 0.6rem;
  height: 0.06rem;
  background: #006CE5;
  border-radius: 0.035rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#header-menu .list-til-blk .lt-left .left-img {
  display: flex;
  width: 2.28rem;
}
#header-menu .list-til-blk .lt-left .left-txt {
  font-size: 0.16rem;
  font-weight: 500;
  color: #ffffff;
  margin-top: 0.056rem;
  letter-spacing: 0.006rem;
}
#header-menu .list-item-link {
  overflow: auto;
  flex: 1;
  margin-top: 0.448rem;
  padding-bottom: 0.88rem;
}
#header-menu .list-item-link .menu-item {
  color: #ffffff;
  position: relative;
  font-size: 0.3rem;
  font-weight: 500;
  display: block;
  padding: 0.24rem 0;
  border-bottom: 0.03rem solid rgba(255, 255, 255, 0.5019607843);
}
#header-menu .list-item-link .wrap-link-sp {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
#header-menu .list-item-link .wrap-link-sp a {
  font-size: 0.24rem;
  color: #000;
  font-weight: 500;
}
#header-menu .list-item-link .wrap-link-sp a.btn__head {
  color: #fff;
  border-radius: 5px;
  padding: 0.16rem 0.2rem;
  width: 100%;
  text-align: center;
}
#header-menu .list-item-link .wrap-link-sp a.btn__head.type__1 {
  background-color: #4d8c8c;
}
#header-menu .list-item-link .wrap-link-sp a.btn__head.type__2 {
  background-color: #1ba7d1;
}/*# sourceMappingURL=head_v3.css.map */