#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item {
  position: relative;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item:hover > .p_level2Box,
#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item:focus-within > .p_level2Box,
#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item.is-open > .p_level2Box {
  display: block !important;
}

@media screen and (min-width: 769px) {
  #c_static_001-1692148749672 .e_navigationA-2 .p_level2Box {
    z-index: 9999;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_level2Box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
  }
}

@media screen and (max-width: 768px) {
  #c_static_001-1692148749672 .e_navigationA-2 .p_navContent.is-open {
    display: block !important;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_level1Item.is-open > .p_level2Box {
    display: block !important;
  }
}
/* Shared base styles for the clean dynamic header */
.yz-clean-header,
.yz-clean-header * {
  box-sizing: border-box;
}

.yz-clean-header a {
  color: inherit;
  text-decoration: none;
}

.yz-clean-header img {
  display: block;
  max-width: 100%;
}

.yz-clean-header .yz-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.yz-clean-header .yz-main-nav ul {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yz-clean-header .yz-main-nav li {
  position: relative;
}

.yz-clean-header .yz-subnav {
  position: absolute;
  left: 50%;
  top: 76px;
  display: grid;
  min-width: 150px;
  transform: translateX(-50%) translateY(8px);
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 18px 40px rgba(18, 25, 38, .15);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.yz-clean-header .yz-main-nav li:hover .yz-subnav,
.yz-clean-header .yz-main-nav li:focus-within .yz-subnav {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.yz-clean-header .yz-subnav a {
  display: block;
  padding: 9px 18px;
  color: #4b5563;
  font-size: 14px;
  white-space: nowrap;
}

.yz-clean-header .yz-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7dbe0;
  background: #fff;
  color: #1f2933;
  cursor: pointer;
}

.yz-clean-header .yz-menu-toggle span,
.yz-clean-header .yz-menu-toggle span::before,
.yz-clean-header .yz-menu-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
}

.yz-clean-header .yz-menu-toggle span {
  position: relative;
}

.yz-clean-header .yz-menu-toggle span::before,
.yz-clean-header .yz-menu-toggle span::after {
  position: absolute;
  left: 0;
}

.yz-clean-header .yz-menu-toggle span::before {
  top: -6px;
}

.yz-clean-header .yz-menu-toggle span::after {
  top: 6px;
}

@media (max-width: 860px) {
  .yz-clean-header .yz-shell {
    width: min(100% - 28px, 1200px);
  }

  .yz-clean-header .yz-main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    display: none;
    background: #fff;
    box-shadow: 0 18px 35px rgba(20, 30, 45, .14);
  }

  .yz-clean-header.is-open .yz-main-nav {
    display: block;
  }

  .yz-clean-header .yz-main-nav ul {
    display: block;
  }

  .yz-clean-header .yz-main-nav > ul > li > a {
    min-height: 46px;
    padding: 0 18px;
    border-top: 1px solid #edf0f2;
  }

  .yz-clean-header .yz-subnav {
    position: static;
    display: none;
    min-width: 0;
    transform: none;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
  }

  .yz-clean-header .yz-main-nav li:hover .yz-subnav,
  .yz-clean-header .yz-main-nav li:focus-within .yz-subnav {
    display: grid;
    transform: none;
  }

  .yz-clean-header .yz-subnav a {
    padding-left: 32px;
    background: #f8fafb;
  }
}
/* Top contact icons */
#c_static_001-1692148749672 .e_container-9 {
  align-items: center;
}

#c_static_001-1692148749672 .e_text-10,
#c_static_001-1692148749672 .e_text-11 {
  padding-left: 0 !important;
  background: none !important;
  background-image: none !important;
  margin-right: 34px;
  line-height: 24px;
}

#c_static_001-1692148749672 .yz-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

#c_static_001-1692148749672 .yz-topbar-link:hover {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

#c_static_001-1692148749672 .yz-topbar-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#c_static_001-1692148749672 .yz-topbar-phone .yz-topbar-icon {
  width: 20px;
  height: 20px;
}

/* Clean dynamic header */
.yz-clean-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 5px 22px rgba(12, 33, 63, .08);
}

.yz-clean-header .yz-topbar {
  display: block;
  background: #2f5da3;
  color: #fff;
  font-size: 14px;
}

.yz-clean-header .yz-topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
}

.yz-clean-header .yz-topbar-left,
.yz-clean-header .yz-topbar-right {
  display: flex;
  align-items: center;
  gap: 26px;
}

.yz-clean-header .yz-topbar-right {
  gap: 10px;
  font-size: 13px;
}

.yz-clean-header .yz-topbar-link,
.yz-clean-header .yz-topbar-right a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.yz-clean-header .yz-topbar-link {
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}

.yz-clean-header .yz-topbar-icon {
  width: 19px;
  height: 19px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.yz-clean-header .yz-nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.yz-clean-header .yz-logo {
  flex: 0 0 auto;
  min-width: 230px;
}

.yz-clean-header .yz-logo img {
  width: 230px;
  max-height: 60px;
  object-fit: contain;
}

.yz-clean-header .yz-main-nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

.yz-clean-header .yz-main-nav > ul > li > a {
  min-height: 84px;
  padding: 0 13px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.yz-clean-header .yz-main-nav > ul > li:hover > a,
.yz-clean-header .yz-main-nav > ul > li.is-active > a {
  color: #1f5aa6;
}

.yz-clean-header .yz-main-nav > ul > li.is-active > a::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 0;
  height: 3px;
  background: #1f5aa6;
}

.yz-clean-header .yz-subnav {
  top: 84px;
  border-top: 3px solid #1f5aa6;
  box-shadow: 0 14px 32px rgba(16, 41, 78, .16);
}

.yz-clean-header .yz-subnav a:hover {
  color: #1f5aa6;
  background: #f2f7fd;
}

.yz-clean-header .yz-header-phone {
  flex: 0 0 auto;
  min-width: 148px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid #2f5da3;
  color: #2f5da3;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.yz-clean-header .yz-header-phone svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1100px) {
  .yz-clean-header .yz-header-phone {
    display: none;
  }

  .yz-clean-header .yz-main-nav > ul > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (max-width: 860px) {
  .yz-clean-header .yz-topbar {
    display: none;
  }

  .yz-clean-header .yz-nav-wrap {
    min-height: 66px;
  }

  .yz-clean-header .yz-logo {
    min-width: 0;
  }

  .yz-clean-header .yz-logo img {
    width: 190px;
  }

  .yz-clean-header .yz-main-nav {
    top: 66px;
  }

  .yz-clean-header .yz-main-nav > ul > li.is-active > a::after {
    display: none;
  }

  .yz-clean-header .yz-subnav {
    border-top: 0;
  }
}

@media (max-width: 860px) {
  .yz-clean-header .yz-menu-toggle {
    display: inline-flex !important;
    flex: 0 0 42px;
    margin-left: auto;
    position: relative;
    z-index: 3;
    color: #1f2933;
    border-color: #d7dbe0;
    background: #fff;
  }
}

@media (max-width: 860px) {
  .yz-clean-header .yz-nav-wrap {
    position: relative;
    padding-right: 58px;
  }

  .yz-clean-header .yz-menu-toggle {
    position: absolute;
    top: 12px;
    right: 0;
    display: inline-flex !important;
  }
}

@media (max-width: 860px) {
  .yz-clean-header .yz-menu-toggle {
    background: #2f5da3 !important;
    border-color: #2f5da3 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(47, 93, 163, .18);
  }
}

/* Restored homepage-style dynamic header */
#c_grid-116273709439191,
#c_grid-116273709439191 * {
  box-sizing: border-box;
}

#c_grid-116273709439191 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  background: #fff;
}

#c_grid-116273709439191 a {
  color: inherit;
  text-decoration: none;
}

#c_grid-116273709439191 img {
  display: block;
  max-width: 100%;
}

#c_grid-116273709439191 p,
#c_grid-116273709439191 ul {
  margin: 0;
  padding: 0;
}

#c_grid-116273709439191 ul {
  list-style: none;
}

#c_static_001-1692148749672 {
  position: relative;
  z-index: 100;
  background: #fff;
}

#c_static_001-1692148749672 .e_container-6 {
  height: 45px;
  display: flex;
  align-items: center;
  background: linear-gradient(255deg, #286ec7 0%, #2a4c90 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#c_static_001-1692148749672 .e_container-6 > .p_item,
#c_static_001-1692148749672 .e_container-6 .cbox-6-0 {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}

#c_static_001-1692148749672 .e_container-7 {
  width: 92%;
  max-width: 1660px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#c_static_001-1692148749672 .e_container-9 {
  display: flex;
  align-items: center;
  gap: 34px;
}

#c_static_001-1692148749672 .e_container-7 .cbox-7-0 {
  flex: 1 1 auto;
  min-width: 0;
}

#c_static_001-1692148749672 .e_container-7 .cbox-7-1 {
  flex: 0 0 auto;
  margin-left: auto;
}

#c_static_001-1692148749672 .e_text-10,
#c_static_001-1692148749672 .e_text-11 {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  background-image: none !important;
}

#c_static_001-1692148749672 .yz-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
}

#c_static_001-1692148749672 .yz-topbar-link:hover,
#c_static_001-1692148749672 .e_richText-12 a:hover {
  color: rgba(255, 255, 255, .7);
}

#c_static_001-1692148749672 .yz-topbar-icon {
  width: 19px;
  height: 19px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#c_static_001-1692148749672 .e_richText-12 p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  white-space: nowrap;
}

#c_static_001-1692148749672 .e_container-1 {
  width: 92%;
  max-width: 1680px;
  min-height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#c_static_001-1692148749672 .e_container-1 > .p_item {
  min-width: 0;
}

#c_static_001-1692148749672 .e_container-1 .cbox-1-0 {
  flex: 0 0 310px;
}

#c_static_001-1692148749672 .e_container-1 .cbox-1-1 {
  flex: 1 1 auto;
}

#c_static_001-1692148749672 .e_container-1 .cbox-1-2 {
  flex: 0 0 54px;
  display: flex;
  justify-content: flex-end;
}

#c_static_001-1692148749672 .e_image-3 img {
  width: 300px;
  max-height: 72px;
  object-fit: contain;
}

#c_static_001-1692148749672 .e_image-5 img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_navButton {
  display: none;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_navContent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_level1Box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item {
  position: relative;
  border: none;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item > .p_menu1Item > a {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0 clamp(9px, .9vw, 18px);
  color: #222;
  font-size: 17px;
  line-height: 100px;
  text-align: center;
  white-space: nowrap;
  transition: color .2s ease;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_menu1Item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #004e97;
  opacity: 0;
  transition: opacity .2s ease;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item:hover > .p_menu1Item > a,
#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item.active > .p_menu1Item > a {
  color: #004e97;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item:hover > .p_menu1Item::before,
#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item.active > .p_menu1Item::before {
  opacity: 1;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_jtIcon {
  display: none;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_level2Box {
  display: none;
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 9999;
  min-width: 180px;
  padding: 12px 0;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .13);
}

#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item:hover > .p_level2Box,
#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item:focus-within > .p_level2Box,
#c_static_001-1692148749672 .e_navigationA-2 .p_level1Item.is-open > .p_level2Box {
  display: block !important;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_level2Item a {
  display: block;
  padding: 0 22px;
  color: #666;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

#c_static_001-1692148749672 .e_navigationA-2 .p_level2Item a:hover,
#c_static_001-1692148749672 .e_navigationA-2 .p_level2Item.active a {
  color: #fff;
  background: #194397;
}

#c_static_001-1692148749672 .nav-tel {
  display: none;
}

@media screen and (max-width: 1280px) and (min-width: 769px) {
  #c_static_001-1692148749672 .e_container-1 {
    width: 96%;
  }

  #c_static_001-1692148749672 .e_container-1 .cbox-1-0 {
    flex-basis: 270px;
  }

  #c_static_001-1692148749672 .e_image-3 img {
    width: 260px;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_level1Item > .p_menu1Item > a {
    padding: 0 8px;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  #c_static_001-1692148749672 .e_container-6 {
    display: none;
  }

  #c_static_001-1692148749672 .e_container-1 {
    width: 92%;
    min-height: 68px;
    position: relative;
  }

  #c_static_001-1692148749672 .e_container-1 .cbox-1-0 {
    flex: 0 0 70%;
  }

  #c_static_001-1692148749672 .e_container-1 .cbox-1-1 {
    flex: 1 1 auto;
  }

  #c_static_001-1692148749672 .e_container-1 .cbox-1-2 {
    display: none;
  }

  #c_static_001-1692148749672 .e_image-3 img {
    width: 210px;
    max-height: 52px;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_navButton {
    display: flex;
    justify-content: flex-end;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_iconBox {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_openIcon,
  #c_static_001-1692148749672 .e_navigationA-2 .p_closeIcon {
    width: 30px;
    height: 30px;
    fill: #004e97;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_navContent {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow-y: auto;
    padding-top: 60px;
    background: #f2f2f2;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_navContent.is-open {
    display: block !important;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_navContent > .p_navButton {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    background: #fff;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_level1Box {
    display: block;
    width: 100%;
    padding: 0 22px 26px;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_level1Item {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_level1Item > .p_menu1Item > a {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_menu1Item::before {
    display: none;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_level2Box {
    position: static;
    display: none;
    min-width: 0;
    padding: 0 0 8px 26px;
    transform: none;
    background: none;
    box-shadow: none;
  }

  #c_static_001-1692148749672 .e_navigationA-2 .p_level2Item a {
    padding: 0;
    color: #666;
    line-height: 38px;
    text-align: left;
    background: none;
  }

  #c_static_001-1692148749672 .nav-tel {
    display: block;
    padding: 18px 22px 28px;
  }

  #c_static_001-1692148749672 .tel-con {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #c_static_001-1692148749672 .tel-ico svg {
    width: 28px;
    height: 28px;
    fill: #f08200;
  }

  #c_static_001-1692148749672 .tel-text {
    color: #f08200;
    font-size: 20px;
    font-weight: 700;
  }
}
