* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  color: #333;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input {
  font: inherit;
}

.page-width {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 5;
  background: #fff;
}

.top-shell {
  position: relative;
  width: 1200px;
  max-width: calc(100% - 32px);
  height: 120px;
  margin: 0 auto;
}

.brand {
  position: absolute;
  top: 22px;
  left: 0;
  display: inline-flex;
  align-items: center;
}

.site-logo {
  display: block;
  width: auto;
  max-width: 280px;
  max-height: 77px;
  object-fit: contain;
}

.header-search {
  position: absolute;
  top: 40px;
  right: 0;
}

.language-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  min-width: 96px;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.08);
  transition: background .18s ease;
}

.language-switch a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 600;
}

.language-switch:hover {
  background: #13439d;
}

.language-switch a:hover {
  color: #fff;
}

html[lang="zh-CN"] .language-switch .lang-cn,
html[lang="en"] .language-switch .lang-en {
  color: #fff;
}

.main-nav {
  height: 50px;
  background: #1e50ae;
}

.nav-shell {
  display: flex;
  width: 1200px;
  max-width: calc(100% - 32px);
  height: 50px;
  margin: 0 auto;
}

.nav-group {
  position: relative;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 110px;
  padding: 0 24px;
  color: #fff;
  font-size: 16px;
  transition: background .18s ease;
}

.nav-parent {
  cursor: default;
}

.nav-item:hover,
.nav-item.active {
  background: #13439d;
}

.nav-group[data-children="0"] .nav-dropdown {
  display: none;
}

.nav-dropdown {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 20;
  display: none;
  min-width: 170px;
  padding: 6px 0;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.nav-group:hover .nav-dropdown {
  display: block;
}

.nav-group[data-children="0"]:hover .nav-dropdown {
  display: none;
}

.nav-subitem {
  display: block;
  padding: 11px 18px;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease;
}

.nav-subitem:hover,
.nav-subitem.active {
  color: #1e50ae;
  background: #f2f6ff;
}

.mobile-nav-toggle {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  width: 42px;
  height: 36px;
  padding: 8px;
  border: 0;
  background: #1e50ae;
  cursor: pointer;
}

.mobile-nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: #fff;
}

.hero-slider {
  position: relative;
  height: calc(100vh - 170px);
  height: calc(100dvh - 170px);
  min-height: 601px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #123d8d;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transition: opacity .6s ease;
}

.hero-slide.is-active,
.hero-slide:first-child {
  opacity: 1;
}

.hero-inner {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding-top: 70px;
  color: #061b32;
}

.hero-inner h1 {
  margin: 0;
  color: #061b32;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
}

.hero-inner h1 span {
  font-size: 48px;
}

.hero-inner h1 em {
  font-size: 24px;
  font-style: italic;
}

.hero-inner p {
  display: inline-flex;
  align-items: center;
  min-width: 595px;
  height: 52px;
  margin: 24px 0 0;
  padding: 0 38px;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  line-height: 1;
  background: #061b32;
}

.hero-inner span {
  display: none;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: flex;
  gap: 14px;
  transform: translateX(-50%);
  padding: 13px 18px;
  background: rgba(255,255,255,.72);
}

.hero-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid #595959;
  border-radius: 50%;
  background: transparent;
}

.hero-dots button.is-active,
.hero-dots button:first-child {
  background: #333;
}

.search-box {
  display: flex;
  width: 312px;
  height: 38px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.search-box input {
  flex: 1;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  outline: none;
  color: #666;
}

.search-box button {
  width: 46px;
  border: 0;
  border-left: 1px solid #e2e2e2;
  background: #fff;
  cursor: pointer;
}

.search-box button::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border: 2px solid #999;
  border-radius: 50%;
}

.search-box button::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  margin: -2px 0 0 27px;
  background: #999;
  transform: rotate(45deg);
}

.home-section {
  padding: 78px 0 90px;
}

.services-home {
  min-height: 930px;
  padding-top: 80px;
  padding-bottom: 190px;
}

.section-heading {
  text-align: center;
}

.section-heading h1,
.section-heading h2 {
  margin: 0;
  color: #2d2d2d;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.35;
}

.section-heading p {
  margin: 12px 0 0;
  color: #999;
  font-size: 14px;
}

.section-heading.inverse h2,
.section-heading.inverse p {
  color: #fff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 34px;
  margin-top: 58px;
}

.service-card {
  position: relative;
  overflow: hidden;
  height: 260px;
  background: #eee;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.service-card:hover img {
  transform: scale(1.035);
}

.service-card-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #353535;
  font-size: 16px;
  background: rgba(255,255,255,.88);
}

.adv-section {
  min-height: 1320px;
  padding: 84px 0 90px;
  color: #fff;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.adv-layout {
  position: relative;
  min-height: 1060px;
  margin-top: 54px;
}

.adv-decor {
  position: absolute;
  pointer-events: none;
}

.adv-decor-top {
  top: 76px;
  left: 7px;
  width: 543px;
}

.adv-decor-bottom {
  top: 561px;
  right: 1px;
  width: 584px;
}

.adv-list {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
}

.adv-item {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
}

.adv-item-1 {
  top: 47px;
  left: 628px;
  width: 572px;
}

.adv-item-2 {
  top: 280px;
  left: 628px;
  width: 572px;
}

.adv-item-3 {
  top: 565px;
  left: 0;
  width: 575px;
}

.adv-item-4 {
  top: 810px;
  left: 0;
  width: 575px;
}

.adv-item strong {
  color: #fff;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.adv-list h3 {
  margin: 9px 0 18px;
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.adv-list p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 2.15;
}

.news-home {
  min-height: 820px;
}

.news-home-layout {
  display: grid;
  grid-template-columns: 593px 1fr;
  gap: 18px;
  margin-top: 58px;
}

.news-feature {
  position: relative;
  display: block;
  width: 593px;
  height: 394px;
  overflow: hidden;
}

.news-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-feature h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 54px;
  margin: 0;
  padding: 0 26px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  background: rgba(255,255,255,.88);
}

.news-row {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 22px;
  min-height: 92px;
  padding: 0 0 18px;
  margin-bottom: 16px;
}

.news-row time {
  color: #b8b8b8;
  line-height: 1.1;
}

.news-row time span {
  display: block;
  font-size: 34px;
  font-weight: 400;
}

.news-row time small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

.news-row h3 {
  margin: 0 0 9px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.news-row p {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 1.75;
}

.about-home {
  min-height: 559px;
  padding: 0;
  background: #fff;
}

.about-home-inner {
  position: relative;
  min-height: 559px;
}

.about-home-inner img {
  position: absolute;
  top: 73px;
  right: 1px;
  width: 740px;
  height: 410px;
  object-fit: cover;
}

.about-home-text {
  position: absolute;
  top: 110px;
  left: 2px;
  width: 401px;
}

.about-home-text h2 {
  margin: 0 0 24px;
  color: #353535;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
}

.about-home-text h2 span,
.about-home-text h2 em {
  font-style: normal;
}

.about-home-text h2 em {
  color: #1e50ae;
}

.about-home-text p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 2.15;
}

.more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 44px;
  margin-top: 206px;
  border: 0;
  color: #fff;
  font-size: 14px;
  background: #076ce0;
}

.stats-section {
  height: 370px;
  background: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
  height: 370px;
  text-align: center;
}

.stat-divider {
  width: 1px;
  height: 112px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.stat-item strong {
  color: #1e50ae;
  font-family: Arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

.stat-item span {
  margin-left: 8px;
  color: #1e50ae;
  font-size: 18px;
}

.stat-item p {
  margin: 10px 0 0;
  color: #888;
  font-size: 14px;
}

.site-footer {
  min-height: 44px;
  padding: 12px 0;
  background: #111;
}

.footer-inner {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  text-align: center;
}

.footer-copy {
  margin-top: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.footer-icp {
  margin-left: 12px;
  color: inherit;
}

.footer-icp:hover {
  color: #dbeafe;
  text-decoration: underline;
}

.inner-banner {
  height: 300px;
  background-position: center;
  background-size: cover;
}

.inner-section {
  padding: 72px 0 92px;
}

.inner-heading {
  margin-bottom: 54px;
}

.about-story {
  display: grid;
  grid-template-columns: 540px 1fr;
  gap: 58px;
  align-items: start;
}

.about-story-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-story-images img:first-child {
  grid-column: 1 / -1;
  width: 100%;
  height: 300px;
}

.about-story-images img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.about-story-text h2,
.contact-info h1 {
  margin: 0 0 24px;
  color: #333;
  font-size: 28px;
  font-weight: 400;
}

.about-story-section {
  padding: 125px 0 0;
}

.about-story-wrap {
  position: relative;
  min-height: 495px;
}

.about-story-copy {
  width: 752px;
  padding-top: 37px;
}

.about-story-copy h1 {
  margin: 0 0 48px;
  color: #353535;
  font-size: 36px;
  line-height: 1.3;
}

.about-story-copy h1 span,
.about-story-copy h1 em {
  font-style: normal;
  font-weight: 700;
}

.about-story-copy h1 em {
  color: #1e50ae;
}

.about-story-text {
  color: #666;
  font-size: 14px;
  line-height: 2.15;
}

.about-story-text p {
  margin: 0 0 22px;
}

.about-story-media {
  position: absolute;
  top: 0;
  right: 1px;
  width: 415px;
  height: 494px;
}

.about-story-tall {
  position: absolute;
  top: 0;
  right: 0;
  width: 371px;
  height: 408px;
  object-fit: cover;
}

.about-story-wide {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 415px;
  height: 154px;
  object-fit: cover;
}

.about-reason-section {
  color: #fff;
  background: #071c4a url('/skin/default/images/fanke/AD0IpOn2CRACGAAg3fet7gUootbmGjCADzikCA.jpg') repeat top center / cover !important;
  overflow: hidden;
}

.about-reason-wrap {
  position: relative;
  min-height: 1420px;
  padding-top: 101px;
}

.about-reason-heading {
  width: 520px;
  margin: 0 auto;
  text-align: center;
}

.about-reason-heading h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.about-reason-heading p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.about-reason-img {
  position: absolute;
  display: block;
}

.about-reason-img-1 {
  top: 269px;
  left: 7px;
  width: 543px;
}

.about-reason-img-2 {
  top: 840px;
  right: 1px;
  width: 584px;
}

.about-reason-list {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.about-reason-item {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr;
  color: #fff;
}

.about-reason-item strong {
  display: block;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.about-reason-item h3 {
  margin: 25px 0 10px;
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.about-reason-item h3::first-letter {
  font-weight: 700;
}

.about-reason-item p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 2.15;
}

.about-reason-item-1 {
  top: 240px;
  left: 635px;
  width: 565px;
}

.about-reason-item-2 {
  top: 473px;
  left: 635px;
  width: 565px;
}

.about-reason-item-3 {
  top: 858px;
  left: 2px;
  width: 565px;
}

.about-reason-item-4 {
  top: 1110px;
  left: 2px;
  width: 565px;
}

.about-partner-section {
  padding: 95px 0 120px;
  background: #fff;
}

.about-partner-heading {
  margin: 0 auto 38px;
  text-align: center;
}

.about-partner-heading h2 {
  margin: 0 0 8px;
  color: #353535;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.about-partner-heading h2 em {
  color: #1e50ae;
  font-style: normal;
}

.about-partner-heading h2 span {
  color: #353535;
}

.about-partner-heading p {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 1.8;
}

.about-partner-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 35px;
  justify-content: center;
  align-items: center;
}

.about-partner-logo {
  width: 165px;
  height: 84px;
}

.about-partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.editor-content {
  color: #666;
  font-size: 14px;
  line-height: 2.15;
}

.editor-content p {
  margin: 0 0 16px;
}

.editor-content img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.service-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 34px;
}

.service-list-card {
  display: block;
  min-height: 372px;
  background: #fff;
}

.service-list-card img {
  width: 100%;
  height: 246px;
  object-fit: cover;
}

.service-list-card div {
  padding-top: 18px;
}

.service-list-card h2 {
  margin: 0 0 12px;
  color: #353535;
  font-size: 16px;
  font-weight: 400;
}

.service-list-card p {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 1.8;
}

.services-page {
  padding: 68px 0 120px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 590px);
  gap: 26px 17px;
  justify-content: center;
}

.services-item {
  display: block;
  width: 590px;
}

.services-item-img {
  width: 590px;
  height: 374px;
  object-fit: cover;
}

.services-item-text {
  width: 590px;
  min-height: 141px;
  padding: 22px 38px 20px;
  background: #f7f7f7;
}

.services-item-text h1 {
  margin: 0 0 18px;
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.services-item-text p {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 1.7;
}

.news-page {
  padding: 98px 0 108px;
}

.news-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 543px);
  gap: 0 35px;
  justify-content: center;
}

.news-feature-card {
  display: block;
  min-width: 0;
}

.news-feature-card img {
  width: 543px;
  height: 322px;
  object-fit: cover;
}

.news-feature-body {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 28px;
  padding-top: 28px;
}

.news-feature-body time {
  color: #b8b8b8;
  line-height: 1.1;
}

.news-feature-body time span {
  display: block;
  font-size: 34px;
  font-weight: 400;
}

.news-feature-body time small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

.news-feature-body h1 {
  margin: 0 0 11px;
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.news-feature-body p {
  margin: 0;
  color: #a6a6a6;
  font-size: 14px;
  line-height: 1.8;
}

.news-tab-block {
  margin-top: 96px;
}

.news-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 1200px;
  max-width: 100%;
  height: 53px;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}

.news-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  line-height: 1;
  border-right: 1px solid #e5e5e5;
}

.news-tab:last-child {
  border-right: 0;
}

.news-tab:hover,
.news-tab.is-active {
  color: #fff;
  background: #6387c8;
}

.news-tab.is-active::after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 0;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top-color: #6387c8;
  border-bottom: 0;
  content: "";
}

.news-tab-panels {
  padding-top: 35px;
}

.news-tab-panel {
  display: none;
}

.news-tab-panel.is-active {
  display: block;
}

.news-tab-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 26px;
  min-height: 112px;
  padding: 0 0 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #eee;
}

.news-tab-thumb {
  display: block;
  width: 112px;
  height: 112px;
  overflow: hidden;
  background: #f5f5f5;
}

.news-tab-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-tab-body {
  min-width: 0;
}

.news-tab-row h2 {
  margin: 0 0 10px;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.news-tab-summary {
  position: relative;
  min-height: calc(14px * 1.9 * 3);
  padding-right: 108px;
}

.news-tab-row p {
  margin: 0;
  color: #a6a6a6;
  font-size: 14px;
  line-height: 1.9;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-tab-date {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #a6a6a6;
  font-size: 13px;
  line-height: 1.9;
  white-space: nowrap;
}

.gallery-page {
  padding-top: 90px;
  padding-bottom: 132px;
}

.equipment-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 28px;
  overflow-x: auto;
  scrollbar-width: none;
}

.equipment-tabs::-webkit-scrollbar {
  display: none;
}

.equipment-tab {
  flex: 0 0 164px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  border-radius: 23px;
  color: #6f6f6f;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  transition: color .2s ease;
}

.equipment-tab:last-child {
  margin-right: 0;
}

.equipment-tab:hover,
.equipment-tab.is-active {
  color: #fff;
  background: #2f67c4;
}

.equipment-panel {
  display: none;
}

.equipment-panel.is-active {
  display: block;
}

body.has-child-equipment-tabs .equipment-tab[data-tab="0"],
body.has-child-equipment-tabs .equipment-panel[data-panel="0"] {
  display: none;
}

.equipment-tabs .equipment-tab.is-active {
  color: #fff;
  background-color: #2f67c4;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  justify-content: center;
  gap: 24px 25px;
}

.gallery-item {
  display: block;
  width: 350px;
  overflow: hidden;
  text-align: center;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 242px;
  object-fit: cover;
  transition: transform .25s ease;
}

.gallery-item h2 {
  margin: 14px 0 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.contact-content {
  min-height: 360px;
}

.article-inner {
  width: 860px;
}

.article-inner h1 {
  margin: 0;
  color: #333;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.article-meta {
  margin: 18px 0 38px;
  color: #999;
  font-size: 14px;
  text-align: center;
}

.article-nav {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
  color: #666;
  font-size: 14px;
  line-height: 2;
}

.pagebar {
  margin-top: 44px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

.pagebar a,
.pagebar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  margin: 0 3px;
  padding: 0 8px;
  border: 1px solid #ddd;
}

@media (max-width: 900px) {
  .page-width,
  .top-shell,
  .nav-shell,
  .footer-inner {
    max-width: calc(100% - 28px);
  }

  .top-shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 128px;
    margin: 0;
    padding: 12px 14px;
  }

  .brand {
    position: static;
    flex: 0 1 auto;
    min-width: 0;
  }

  .header-search {
    position: static;
    flex: 1 0 100%;
    order: 3;
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .language-switch {
    width: 100%;
    height: 46px;
    min-width: 0;
    margin: 0;
    padding: 0 22px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    justify-content: flex-start;
    gap: 6px;
    font-size: 13px;
    background: #1e50ae;
  }

  .site-logo {
    max-width: 220px;
    max-height: 61px;
  }

  .mobile-nav-toggle {
    display: block;
    position: static;
    flex: 0 0 42px;
    margin-left: auto;
  }

  .main-nav {
    display: none;
    height: auto;
  }

  body.nav-open .main-nav {
    display: block;
  }

  .nav-shell {
    display: block;
    height: auto;
    max-width: 100%;
  }

  .nav-group {
    width: 100%;
  }

  .nav-item {
    justify-content: flex-start;
    width: 100%;
    height: 46px;
    padding: 0 22px;
  }

  .nav-dropdown {
    position: static;
    display: block;
    min-width: 0;
    padding: 0;
    background: #174aa6;
    box-shadow: none;
  }

  .nav-group[data-children="0"] .nav-dropdown {
    display: none;
  }

  .nav-subitem {
    padding: 10px 22px 10px 38px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
  }

  .nav-subitem:hover,
  .nav-subitem.active {
    color: #fff;
    background: #13439d;
  }

  .hero-slider {
    height: clamp(188px, 42.86vw, 390px);
    min-height: 0;
    background: #123d8d;
  }

  .hero-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hero-inner h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.25;
    white-space: normal;
  }

  .hero-inner h1 span {
    font-size: 30px;
  }

  .hero-inner h1 em {
    display: block;
    font-size: 18px;
  }

  .hero-inner p {
    min-width: 0;
    width: 100%;
    height: auto;
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.55;
    white-space: normal;
  }

  .search-box {
    width: 100%;
    margin-top: 14px;
  }

  .header-search {
    margin-top: 10px;
  }

  .home-section {
    padding: 48px 0 56px;
  }

  .section-heading h1,
  .section-heading h2 {
    font-size: 28px;
  }

  .service-grid,
  .service-list-grid,
  .services-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gallery-page {
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .equipment-tabs {
    justify-content: flex-start;
    max-width: none;
    width: calc(100% + 28px);
    margin: 0 -14px 24px;
    padding: 0 14px 4px;
  }

  .equipment-tab {
    flex-basis: auto;
    min-width: 132px;
    height: 40px;
    margin-right: 10px;
    padding: 0 18px;
    font-size: 14px;
  }

  .service-card,
  .service-list-card img,
  .services-item {
    width: 100%;
    height: auto;
    aspect-ratio: 350 / 242;
  }

  .gallery-item {
    width: 100%;
  }

  .gallery-item img {
    height: auto;
    aspect-ratio: 350 / 242;
  }

  .services-item {
    aspect-ratio: auto;
  }

  .services-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 590 / 374;
    object-fit: cover;
  }

  .services-page {
    padding: 42px 0 58px;
  }

  .services-item-text {
    width: 100%;
    min-height: 0;
    padding: 18px 20px 20px;
  }

  .adv-section {
    min-height: 0;
    padding: 54px 0 58px;
  }

  .adv-layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: 32px;
  }

  .adv-decor,
  .adv-decor-top,
  .adv-decor-bottom {
    position: static;
    width: 100%;
    height: auto;
    margin: 18px 0;
  }

  .adv-list {
    position: static;
    display: grid;
    gap: 24px;
    width: 100%;
    order: 3;
  }

  .adv-decor-top {
    order: 1;
  }

  .adv-decor-bottom {
    order: 2;
  }

  .adv-item,
  .adv-item-1,
  .adv-item-2,
  .adv-item-3,
  .adv-item-4 {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .adv-item strong {
    font-size: 44px;
  }

  .adv-list h3 {
    margin-top: 4px;
    font-size: 20px;
  }

  .news-home-layout,
  .about-story,
  .news-home-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .news-feature,
  .news-feature img {
    width: 100%;
    height: auto;
    aspect-ratio: 593 / 394;
  }

  .news-row {
    grid-template-columns: 62px 1fr;
    gap: 14px;
  }

  .news-row time span {
    font-size: 28px;
  }

  .news-feature-grid,
  .news-feature-body,
  .news-tab-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .news-page {
    padding: 46px 0 58px;
  }

  .news-feature-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 543 / 322;
  }

  .news-feature-body {
    padding-top: 16px;
  }

  .news-feature-body time span {
    font-size: 28px;
  }

  .news-tab-block {
    margin-top: 32px;
  }

  .news-tabs {
    height: 46px;
    overflow: visible;
  }

  .news-tab {
    font-size: 14px;
  }

  .news-tab-panels {
    padding-top: 28px;
  }

  .news-tab-row {
    grid-template-columns: 92px 1fr;
    gap: 14px;
    min-height: 0;
  }

  .news-tab-thumb {
    width: 92px;
    height: 92px;
  }

  .news-tab-summary {
    min-height: calc(13px * 1.8 * 3);
    padding-right: 92px;
  }

  .news-tab-row p {
    font-size: 13px;
    line-height: 1.8;
  }

  .news-tab-date {
    font-size: 12px;
    line-height: 1.8;
  }

  .about-home {
    min-height: 0;
    padding: 54px 0 58px;
  }

  .about-home-inner {
    min-height: 0;
  }

  .about-home-text,
  .about-home-inner img {
    position: static;
    width: 100%;
  }

  .about-home-text {
    margin-bottom: 28px;
  }

  .about-home-inner img {
    height: auto;
  }

  .about-home-text h2 {
    font-size: 28px;
  }

  .more-btn {
    margin-top: 24px;
  }

  .stats-section,
  .stats-grid {
    height: auto;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 46px 0;
  }

  .stat-divider {
    display: none;
  }

  .inner-banner {
    height: 180px;
  }

  .inner-section {
    padding: 46px 0 58px;
  }

  .about-story-images {
    grid-template-columns: 1fr;
  }

  .about-story-images img:first-child,
  .about-story-images img {
    grid-column: auto;
    height: auto;
  }

  .about-story-section {
    padding: 48px 0 54px;
  }

  .about-story-wrap {
    min-height: 0;
  }

  .about-story-copy {
    width: 100%;
    padding-top: 0;
  }

  .about-story-copy h1 {
    margin-bottom: 26px;
    font-size: 28px;
  }

  .about-story-media {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    margin-top: 28px;
  }

  .about-story-tall,
  .about-story-wide {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 12px;
  }

  .about-reason-wrap {
    min-height: 0;
    padding: 48px 0 54px;
  }

  .about-reason-heading {
    width: 100%;
    margin-bottom: 28px;
  }

  .about-reason-heading h2,
  .about-partner-heading h2 {
    font-size: 28px;
  }

  .about-reason-img {
    position: static;
    width: 100%;
    height: auto;
    margin: 18px 0;
  }

  .about-reason-list {
    position: static;
    inset: auto;
    display: grid;
    gap: 24px;
    pointer-events: auto;
  }

  .about-reason-item,
  .about-reason-item-1,
  .about-reason-item-2,
  .about-reason-item-3,
  .about-reason-item-4 {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .about-reason-item strong {
    font-size: 44px;
  }

  .about-reason-item h3 {
    margin-top: 4px;
    font-size: 20px;
  }

  .about-partner-section {
    padding: 48px 0 58px;
  }

  .about-partner-heading {
    margin-bottom: 28px;
  }

  .about-partner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    justify-content: stretch;
  }

  .about-partner-logo {
    width: 100%;
    height: auto;
    aspect-ratio: 165 / 84;
  }

  .article-inner {
    width: auto;
  }

}

@media (max-width: 768px) {
  .language-switch {
    gap: 5px;
  }
}

@media (max-width: 480px) {
  .site-logo {
    max-width: 170px;
  }

  .language-switch {
    min-width: 76px;
    margin-right: 0;
    padding: 0 22px;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .site-logo {
    max-width: 150px;
  }

  .language-switch {
    min-width: 0;
    padding: 0 22px;
    font-size: 11px;
  }
}
