@charset "utf-8";

.header .header_w {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: min(1400px, calc(100% - 28px));
  min-height: 98px;
}

.header .siteTools,
.header .siteTools * {
  box-sizing: border-box;
}

.header .siteTools {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  white-space: nowrap;
}

.header .logo {
  float: none !important;
  flex: 0 0 auto;
  margin: 14px 16px 14px 0 !important;
}

.header .logo img {
  max-width: 242px !important;
}

.header .nav {
  float: none !important;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0 !important;
  line-height: 50px;
}

.header .nav li,
.header .dropdown {
  float: none !important;
}

.header .dropdown {
  width: auto !important;
  min-width: 76px;
}

.header .navname {
  padding: 0 8px;
  white-space: nowrap;
}

.header .siteSearch {
  display: flex;
  align-items: center;
  width: 196px;
  height: 34px;
  border: 1px solid #d8e0ec;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.header .siteSearch input {
  width: 100%;
  min-width: 0;
  height: 32px;
  border: 0;
  outline: 0;
  padding: 0 9px;
  color: #1f2937;
  font-size: 13px;
  line-height: 32px;
  font-family: inherit;
}

.header .siteSearch button {
  flex: 0 0 44px;
  height: 34px;
  border: 0;
  border-left: 1px solid #d8e0ec;
  background: #18408f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

.header .siteLangSwitch {
  display: inline-flex;
  align-items: center;
  height: 34px;
  border: 1px solid #d8e0ec;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.header .siteLangSwitch button {
  width: 38px;
  height: 32px;
  border: 0;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

.header .siteLangSwitch button + button {
  border-left: 1px solid #d8e0ec;
}

.header .siteLangSwitch button.is-active {
  background: #18408f;
  color: #fff;
}

.header .siteTools + span,
.header .header_w > span[role="img"] {
  flex: 0 0 220px;
  width: 220px !important;
  height: 44px !important;
  margin: 0 0 0 10px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* codex-header-phone-unified-start */
.header .headerActions {
  gap: 8px !important;
  margin-left: 8px !important;
}

.header .siteHeaderPhone {
  flex: 0 0 220px !important;
  display: inline-block !important;
  width: 220px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  white-space: nowrap !important;
  text-indent: -9999px !important;
  background: url("/uploads/tel-0755-25621811.png?v=202606141835") center center / contain no-repeat !important;
  border: 0 !important;
}

.header .siteLangLink {
  min-width: 62px !important;
  height: 34px !important;
}

.header .siteSearch {
  width: 168px;
}

.header .dropdown {
  min-width: 70px;
}

.header .navname {
  padding-left: 7px;
  padding-right: 7px;
}
/* codex-header-phone-unified-end */

.siteSearchPage {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 130px 0 60px;
}

.siteSearchHero {
  padding: 34px 38px;
  background: #fff;
  border: 1px solid #e3e9f2;
  box-shadow: 0 10px 30px rgba(15, 41, 131, 0.08);
}

.siteSearchHero h1 {
  color: #111827;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
  margin: 0 0 8px;
}

.siteSearchHero p {
  color: #536171;
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 22px;
}

.siteSearchPageForm {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 10px;
}

.siteSearchPageForm input {
  height: 44px;
  border: 1px solid #cfd8e6;
  padding: 0 14px;
  color: #111827;
  font-size: 15px;
  outline: 0;
  font-family: inherit;
}

.siteSearchPageForm button {
  height: 44px;
  border: 0;
  background: #d90012;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}

.siteSearchHot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.siteSearchHot a,
.siteSearchHot button {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid #d8e0ec;
  background: #f8fafc;
  color: #18408f;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
}

.siteSearchSummary {
  margin: 24px 0 12px;
  color: #64748b;
  font-size: 14px;
}

.siteSearchResults {
  display: grid;
  gap: 12px;
}

.siteSearchResult {
  display: block;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #e3e9f2;
  color: #334155;
}

.siteSearchResult:hover {
  border-color: #18408f;
  box-shadow: 0 8px 20px rgba(15, 41, 131, 0.08);
}

.siteSearchResult strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 6px;
}

.siteSearchResult p {
  color: #52606d;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 8px;
}

.siteSearchResult em {
  display: inline-block;
  color: #18408f;
  font-size: 13px;
  font-style: normal;
}

.siteSearchEmpty {
  padding: 26px;
  background: #fff;
  border: 1px solid #e3e9f2;
  color: #52606d;
  font-size: 15px;
  line-height: 26px;
}

.domestic-authority-links {
  width: min(1180px, calc(100% - 28px));
  margin: 28px auto 0;
  padding: 20px 24px;
  box-sizing: border-box;
  background: #f7f9fc;
  border: 1px solid #e4ebf5;
  border-left: 4px solid #d90012;
}

.domestic-authority-links h2 {
  margin: 0 0 12px;
  color: #1f2937;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.domestic-authority-links p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0;
  line-height: 1.6;
}

.domestic-authority-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #dbe5f1;
  background: #fff;
  color: #18408f;
  font-size: 14px;
  text-decoration: none;
}

.domestic-authority-links a:hover {
  border-color: #d90012;
  color: #d90012;
}

@media (max-width: 1180px) {
  .header .header_w {
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 0;
  }

  .header .logo {
    margin: 0 12px 6px 0 !important;
  }

  .header .logo img {
    max-width: 220px !important;
  }

  .header .nav {
    order: 3;
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    overflow-x: auto;
  }

  .header .siteTools {
    order: 2;
    justify-content: center;
    margin: 0 0 6px auto;
  }

  .header .header_w > span {
    display: none !important;
  }

  .header .siteSearch {
    width: min(280px, 62vw);
  }
}

@media (max-width: 768px) {
  .header .siteTools {
    gap: 6px;
  }

  .header .siteSearch {
    width: min(230px, 58vw);
  }

  .header .siteSearch button {
    flex-basis: 40px;
  }

  .header .siteLangSwitch button {
    width: 34px;
  }

  .siteSearchPage {
    width: calc(100% - 24px);
    padding: 160px 0 42px;
  }

  .siteSearchHero {
    padding: 24px 18px;
  }

  .siteSearchHero h1 {
    font-size: 25px;
    line-height: 34px;
  }

  .siteSearchPageForm {
    grid-template-columns: 1fr;
  }

  .domestic-authority-links {
    width: calc(100% - 24px);
    margin-top: 20px;
    padding: 18px 16px;
  }

  .domestic-authority-links p {
    display: grid;
    gap: 8px;
  }

  .domestic-authority-links a {
    justify-content: center;
    min-height: 36px;
    text-align: center;
  }
}
/* codex-header-dropdown-fix-start */
.header {
  z-index: 2000;
}

.header .nav,
.header .dropdown {
  overflow: visible !important;
}

.header .dropdown {
  position: relative !important;
}

.header .dropdown_menu {
  top: 100% !important;
  left: 0 !important;
  transform: none !important;
  z-index: 2100 !important;
  margin-top: 0 !important;
  padding: 6px 0 !important;
  border: 1px solid #e5eaf3;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(15, 41, 131, 0.14) !important;
}

.header .dropdown_menu a {
  box-sizing: border-box;
  min-width: 128px;
}
/* codex-header-dropdown-fix-end */
/* codex-home-carousel-size-final-start */
body .wrapper .swiper-container {
  width: min(100%, 1600px) !important;
  max-width: 1600px !important;
  aspect-ratio: 1600 / 679 !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}

body .wrapper .swiper-wrapper,
body .wrapper .swiper-slide,
body .wrapper .swiper-slide a {
  width: 100% !important;
  height: 100% !important;
}

body .wrapper .swiper-wrapper {
  display: flex !important;
}

body .wrapper .swiper-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (min-width: 1601px) {
  body .wrapper .swiper-container {
    height: 679px !important;
  }
}
/* codex-home-carousel-size-final-end */
/* codex-unified-header-final-start */
.header .header_w {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  width: min(1400px, calc(100% - 28px)) !important;
  min-height: 98px !important;
  overflow: visible !important;
}

.header .logo {
  flex: 0 0 auto !important;
  margin: 14px 14px 14px 0 !important;
}

.header .logo img {
  display: block !important;
  width: auto !important;
  max-width: 230px !important;
  height: auto !important;
}

.header .nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  overflow: visible !important;
}

.header .dropdown {
  position: relative !important;
  flex: 0 0 auto !important;
  min-width: 66px !important;
  width: auto !important;
}

.header .navname {
  display: block !important;
  padding: 0 6px !important;
  white-space: nowrap !important;
  line-height: 44px !important;
  font-size: 15px !important;
}

.header .navname.active,
.header .navname.is-active {
  color: #d90012 !important;
}

.header .dropdown-content,
.header .dropdown_menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  display: none !important;
  min-width: 136px !important;
  width: max-content !important;
  max-width: 260px !important;
  z-index: 2100 !important;
}

.header .dropdown:hover .dropdown-content,
.header .dropdown:hover .dropdown_menu {
  display: block !important;
}

.header .dropdown-content a,
.header .dropdown_menu a {
  display: block !important;
  padding: 9px 14px !important;
  color: #1f2937 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  background: #fff !important;
}

.header .dropdown-content a:hover,
.header .dropdown_menu a:hover {
  color: #d90012 !important;
  background: #f5f8fc !important;
}

.header .headerActions {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 0 8px !important;
  white-space: nowrap !important;
}

.header .siteLangLink {
  flex: 0 0 72px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 72px !important;
  min-width: 72px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 1px solid #d8e0ec !important;
  color: #18408f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: #fff !important;
}

.header .siteHeaderPhone {
  flex: 0 0 220px !important;
  display: inline-block !important;
  width: 220px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  white-space: nowrap !important;
  text-indent: -9999px !important;
  background: url("/uploads/tel-0755-25621811.png?v=202606141835") center center / contain no-repeat !important;
  border: 0 !important;
}

.header .siteTools {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 0 8px !important;
  white-space: nowrap !important;
}

.header .siteSearch {
  flex: 0 0 168px !important;
  width: 168px !important;
}

.header .siteLangSwitch button.active,
.header .siteLangSwitch button.is-active {
  background: #18408f !important;
  color: #fff !important;
}

.header .header_w > span[role="img"],
.header .header_w > span.siteHeaderPhone {
  display: none !important;
}

@media (max-width: 1320px) {
  .header .logo img {
    max-width: 210px !important;
  }

  .header .dropdown {
    min-width: 58px !important;
  }

  .header .navname {
    padding: 0 5px !important;
    font-size: 14px !important;
  }

  .header .siteLangLink {
    flex-basis: 64px !important;
    width: 64px !important;
    min-width: 64px !important;
  }

  .header .siteHeaderPhone {
    flex-basis: 198px !important;
    width: 198px !important;
  }

  .header .siteSearch {
    flex-basis: 148px !important;
    width: 148px !important;
  }
}

@media (max-width: 1180px) {
  .header .header_w {
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 8px 0 !important;
  }

  .header .logo {
    margin: 0 12px 6px 0 !important;
  }

  .header .nav {
    order: 3 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    justify-content: center !important;
    overflow-x: auto !important;
  }

  .header .headerActions {
    margin-left: auto !important;
    margin-bottom: 6px !important;
  }

  .header .siteTools {
    margin-bottom: 6px !important;
  }
}

@media (max-width: 768px) {
  .header .headerActions,
  .header .siteTools {
    margin-left: 0 !important;
  }

  .header .siteHeaderPhone {
    flex-basis: 192px !important;
    width: 192px !important;
    height: 38px !important;
  }

  .header .siteSearch {
    flex-basis: min(230px, 58vw) !important;
    width: min(230px, 58vw) !important;
  }
}
/* codex-unified-header-final-end */

/* codex-product-nav-alignment-20260614-start */
.header .header_w {
  width: min(1500px, calc(100% - 28px)) !important;
}

.header .logo {
  margin: 14px 14px 14px 0 !important;
}

.header .logo img {
  width: 242px !important;
  max-width: 242px !important;
}

.header .dropdown {
  min-width: 62px !important;
}

.header .nav {
  flex-wrap: nowrap !important;
}

.header .navname {
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.header .siteSearch {
  flex: 0 0 190px !important;
  width: 190px !important;
}

.header .siteSearch button {
  flex-basis: 48px !important;
}

.header .siteLangSwitch a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 32px !important;
  color: #334155 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: #fff !important;
}

.header .siteLangSwitch button {
  width: 36px !important;
}

.header .siteLangSwitch a + a {
  border-left: 1px solid #d8e0ec !important;
}

.header .siteLangSwitch a.is-active {
  background: #18408f !important;
  color: #fff !important;
}

@media (max-width: 1460px) {
  .header .header_w {
    width: min(1460px, calc(100% - 24px)) !important;
  }

  .header .logo img {
    width: 226px !important;
    max-width: 226px !important;
  }

  .header .siteHeaderPhone {
    flex-basis: 206px !important;
    width: 206px !important;
  }

  .header .siteSearch {
    flex-basis: 168px !important;
    width: 168px !important;
  }

  .header .navname {
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 14px !important;
  }

  .header .dropdown {
    min-width: 58px !important;
  }
}

@media (max-width: 640px) {
  .header .header_w {
    width: min(100% - 24px, 1400px) !important;
    min-height: 86px !important;
  }

  .header .logo img {
    width: 190px !important;
    max-width: 190px !important;
  }

  .header .logo {
    margin: 0 12px 6px 0 !important;
  }

  .header .siteHeaderPhone {
    flex-basis: 192px !important;
    width: 192px !important;
    height: 38px !important;
  }

  .header .siteSearch {
    flex-basis: min(230px, 58vw) !important;
    width: min(230px, 58vw) !important;
  }

  .header .nav {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .header .nav li,
  .header .dropdown {
    flex: 0 0 auto !important;
  }

  .header .navname {
    padding: 0 10px !important;
  }

  .header .headerActions,
  .header .siteTools {
    width: 100% !important;
    justify-content: center !important;
  }

  .header .siteTools {
    flex-wrap: wrap !important;
  }
}
/* codex-product-nav-alignment-20260614-end */
