/* xk-bridge.css
 * 仅补齐原站 CSS 依赖 SaaS 运行时/JS 才能生效的布局与交互
 * 样式颜色、字号、间距等一律以 site.css / Home.min.css / 各页 min.css 为准
 * 禁止在此重写主题色与组件视觉
 */

/* 基础重置，避免 bootstrap/fastadmin 残留影响（本 layout 已不引入它们） */
html, body.xk-body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","oswald-variablefont_wght";
  color: #333;
  background: #fff;
}
body.xk-body img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
body.xk-body a { text-decoration: none; color: inherit !important;; }
body.xk-body ul, body.xk-body ol { list-style: none; margin: 0; padding: 0; }
body.xk-body p { margin: 0; }

/* ===== Header 固定顶栏 ===== */
.e_container-13.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
 
}
.e_container-14.h_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
   width: 96%;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 80px;
}
.e_container-14 .cbox-14-0 { flex: 0 0 auto; }
.e_container-14 .cbox-14-1 { flex: 1 1 auto; display: flex; justify-content: flex-end; }
.e_image-15 img { height: 48px; width: auto; display: block; }

/* ===== 导航 ===== */
.e_navigationA-16 .p_navContent {
  display: flex;
  align-items: center;
}
.e_navigationA-16 .p_level1Box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.e_navigationA-16 .p_level1Item {
  position: relative;
  list-style: none;
}
.e_navigationA-16 .p_menu1Item {
  margin: 0;
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 17px;
  color: #333;
  position: relative;
}
.e_navigationA-16 .p_menu1Item a { color: inherit; }
.e_navigationA-16 .p_menu1Item .p_jtIcon {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  fill: currentColor;
}
.e_navigationA-16 .p_menu1Item::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #023294;
  transition: width 0.3s ease;
}
.e_navigationA-16 .p_level1Item:hover .p_menu1Item,
.e_navigationA-16 .p_level1Item.active .p_menu1Item {
  /* color: #023294; */
}
.e_navigationA-16 .p_level1Item:hover .p_menu1Item::after,
.e_navigationA-16 .p_level1Item.active .p_menu1Item::after {
  width: calc(100% - 24px);
}
.e_navigationA-16 .p_level2Box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  padding: 8px 0;
  z-index: 20;
}
.e_navigationA-16 .p_level1Item:hover > .p_level2Box { display: block; }
.e_navigationA-16 .p_menu2Item {
  margin: 0;
  padding: 0;
}
.e_navigationA-16 .p_menu2Item a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #444;
}
.e_navigationA-16 .p_menu2Item a:hover {
  background: #f5f7fa;
  color: #00589e;
}
.e_navigationA-16 .p_navButton {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 10px;
}
.e_navigationA-16 .p_openIcon span {
  display: block;
  width: 22px;
  height: 2px;
  background: #00589e;
  margin: 3px 0;
}
.e_navigationA-16 .p_closeIcon { display: none; font-size: 28px; color: #00589e; line-height: 1; }
.e_navigationA-16.p_open .p_openIcon { display: none; }
.e_navigationA-16.p_open .p_closeIcon { display: block; }

/* 主内容避开固定头 */
body.xk-body > .e_bannerA-2,
body.xk-body > .e_container-33,
body.xk-body > .e_loop-37,
body.xk-body > .e_loop-6,
body.xk-body > .e_container-49,
body.xk-body > .e_scrollNumber-38,
body.xk-body > .e_container-58,
body.xk-body > .e_container-65,
body.xk-body > .e_container-16,
body.xk-body > .e_loop-1,
body.xk-body > .xk-page-wrap {
  /* first content after header - banner needs top padding via body */
}
body.xk-body { padding-top: 80px; }

/* ===== Banner ===== */
.e_bannerA-2 {
  position: relative;
  overflow: hidden;
  background: #0a2a4a;
}
.e_bannerA-2 .swiper-container { position: relative; width: 100%; }
.e_bannerA-2 .swiper-wrapper { position: relative; width: 100%; }
.e_bannerA-2 .swiper-slide {
  display: none;
  width: 100%;
  min-height: 420px;
  background-size: cover !important;
  background-position: center !important;
}
.e_bannerA-2 .swiper-slide-active { display: block; }
.e_bannerA-2 .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 0; right: 0;
  text-align: center;
  z-index: 5;
}
.e_bannerA-2 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  margin: 0 5px;
  cursor: pointer;
}
.e_bannerA-2 .swiper-pagination-bullet-active { background: #fff; }
.e_bannerA-2 .swiper-button-prev,
.e_bannerA-2 .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px; height: 44px;
  background: rgba(0,0,0,.25);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.e_bannerA-2 .xk-scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #c10000;
  cursor: pointer;
}
.e_bannerA-2 .xk-scroll-down .circle {
  width: 28px;
  height: 40px;
      border-radius: 12px;
    border: 2px #c10000 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.e_bannerA-2 .xk-scroll-down .arrow {
  width: 4px;
  height: 10px;
  background: #c10000;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  animation: scrollArrow 2s ease-in-out infinite;
}
@keyframes scrollArrow {
  0% {
    top: 8px;
    opacity: 1;
  }
  50% {
    top: 16px;
    opacity: 0.8;
  }
  100% {
    top: 24px;
    opacity: 0;
  }
}
.e_bannerA-2 .xk-scroll-down .text {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.e_bannerA-2 .swiper-button-prev { left: 20px; }
.e_bannerA-2 .swiper-button-next { right: 20px; }
.e_bannerA-2 .swiper-button-prev::after { content: "‹"; font-size: 28px; line-height: 44px; display: block; text-align: center; }
.e_bannerA-2 .swiper-button-next::after { content: "›"; font-size: 28px; line-height: 44px; display: block; text-align: center; }

/* ===== Products Center ===== */
.xk-products-bg {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: url('/assets/img/xinke/products-bg-1.jpg') no-repeat center center;
  background-size: cover;
}
.xk-products-content {
  position: relative;
  z-index: 1;
}
.xk-product-carousel {
  position: relative;
  /* max-width: 1400px; */
  margin: 0 auto;
  padding: 0 60px;
}
.xk-carousel-wrapper {
  overflow: hidden;
}
.xk-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}
.xk-carousel-item {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding: 0 12px;
  box-sizing: border-box;
  writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
}
.xk-carousel-item * {
  writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  -webkit-text-orientation: mixed !important;
  flex-direction: row !important;
}
.xk-carousel-item .cbox-6 {
  border: 2px solid #00589e !important;
  background: #fff !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  width: 100% !important;
  min-width: 0 !important;
}
.xk-carousel-item .e_container-7 {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.xk-carousel-item .cbox-7-0 {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.xk-carousel-item .e_container-28 {
  padding: 0 !important;
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.xk-carousel-item .cbox-28-0 {
  width: 100% !important;
}
.xk-carousel-item .e_image-8 {
  width: 100% !important;
  height: 250px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
}
.xk-carousel-item .e_image-8 img {
  max-width: 100% !important;
  max-height: 200px !important;
  object-fit: contain !important;
  position: static !important;
}
.xk-carousel-item .e_container-32 {
  padding: 0 !important;
  margin-top: auto !important;
}
.xk-carousel-item .cbox-32-0 {
  width: 100% !important;
}
.xk-carousel-item .e_text-10 {
  text-align: center !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 12px !important;
  background: #f5f5f5 !important;
  white-space: normal !important;
  word-break: break-all !important;
  writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  -webkit-text-orientation: mixed !important;
}
.xk-carousel-item .e_text-10 a {
  display: block !important;
  color: #333 !important;
  text-decoration: none !important;
}
.xk-carousel-prev,
.xk-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s;
}
.xk-carousel-prev span,
.xk-carousel-next span {
  display: block;
  width: 16px;
  height: 16px;
  border-left: 3px solid #00589e;
  border-bottom: 3px solid #00589e;
}
.xk-carousel-prev span {
  transform: rotate(45deg);
}
.xk-carousel-next span {
  transform: rotate(-135deg);
}
.xk-carousel-prev:hover span,
.xk-carousel-next:hover span {
  border-color: #023294;
}
.xk-carousel-prev { left: 0; }
.xk-carousel-next { right: 0; }

/* ===== Products Center Title ===== */
.xk-products-bg .e_container-33 {
  text-align: center;
  padding: 20px 15px 10px;
}
.xk-products-bg .e_text-34 {
  font-family: 'oswald-variablefont_wght' !important;
  font-size: 32px;
  font-weight: bold;
  color: #00589e;
  letter-spacing: 2px;
  margin: 0;
}
.xk-products-bg .e_line-35 {
  width: 80px;
  height: 3px;
  background: #c10000;
  border: none;
  margin: 10px auto;
}
.xk-products-bg .e_text-36 {
  font-size: 26px;
  color: #00589e;
  margin: 0;
  font-weight: normal;
  font-family: 'oswald-variablefont_wght' !important;
}

/* ===== 区块通用布局（配合原站 class 编号） ===== */
.e_container-33,
.e_container-16 {
  text-align: center;
  padding: 50px 15px 10px;
}
.xk-products-bg .e_loop-37 { max-width: 800px; margin: 20px auto 30px; width: 94%; }
.xk-products-bg .e_loop-37 .p_list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.xk-products-bg .e_loop-37 .p_loopitem { flex: 0 0 auto; text-align: center; min-width: 140px; }
.xk-products-bg .e_loop-37 .e_text-39 {
  display: block;
  padding: 8px 24px;
  background:rgba(230, 230, 230, 0.9);;
  color: #666;
  font-size: 14px;
  border-radius: 0;
  transition: all 0.3s;
}
.xk-products-bg .e_loop-37 .e_text-39:hover,
.xk-products-bg .e_loop-37 .p_loopitem.active .e_text-39 {
  background: #00589e;
  color: #fff;
}
.xk-products-bg .e_loop-37 .e_text-39 a {
  color: inherit;
  text-decoration: none;
}
.e_loop-37 { max-width: 700px; margin: 0 auto 30px; width: 94%; }
.e_loop-37 .p_list { display: flex; flex-wrap: wrap; justify-content: center; }
.e_loop-37 .p_loopitem { flex: 1 1 25%; text-align: center; min-width: 120px; }
.e_loop-6 { width: 94%;
    max-width: 1620px; margin: 0 auto;  }
.e_loop-6 .p_list { display: flex; flex-wrap: wrap; }
.e_loop-6 .p_loopitem { flex: 0 0 25%; padding: 0px; box-sizing: border-box; }
.xk-carousel-wrapper .e_loop-6,
.xk-carousel-wrapper .e_loop-6 .p_list {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.xk-carousel-wrapper .e_loop-6 .p_loopitem {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
.e_image-8 { overflow: hidden; position: relative; background: #fff; }
.e_image-8 img { width: 100%; height: auto; object-fit: contain; transition: transform .5s; }
.e_loop-6 .p_loopitem:hover .e_image-8 img { transform: scale(1.05); }
.e_text-10 { text-align: center; margin-top: 16px; margin-bottom: 10px; font-size: 16px; color: #333; }
.xk-center-btn { text-align: center; padding: 50px 0 0px; }
.xk-center-btn .e_button-55 {
  background: #00589e !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 12px 60px !important;
  font-size: 16px !important;
  color: #fff !important;
}
.xk-center-btn .e_button-55:hover {
  background: #023294 !important;
}

/* About */
.e_container-49 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 60px auto;
  padding: 0 30px;
  gap: 60px;
  align-items: center;
}
.e_container-49 .cbox-49-0 { flex: 1 1 50%; min-width: 300px; }
.e_container-49 .cbox-49-1 { flex: 1 1 45%; min-width: 320px; }
.e_image-54 img { width: 100%; display: block; }
.e_richText-7 { margin: 20px 0 30px; line-height: 2; color: #666; text-align: justify; font-size: 14px; }

.e_container-49 .e_text-51 {
  font-family: 'oswald-variablefont_wght', sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #00589e;
  letter-spacing: 2px;
  margin: 0;
}
.e_container-49 .e_line-52 {
  width: 60px;
  height: 3px;
  background: #c10000;
  border: none;
  margin: 10px 0;
}
.e_container-49 .e_text-53 {
  font-size: 26px;
  color: #00589e;
  margin: 5px 0 0;
}
.e_container-49 .e_button-55 {
  background: #00589e !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 12px 40px !important;
  font-size: 14px !important;
  color: #fff !important;
}
.e_container-49 .e_button-55:hover {
  background: #023294 !important;
}

/* Stats */
.e_scrollNumber-38 { padding: 0; }
.xk-stats-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.xk-stats-row .p_item {
  flex: 1 1 25%;
  text-align: center;
  padding: 40px 20px;
  min-width: 180px;
}
.xk-stats-row .p_item:nth-child(1),
.xk-stats-row .p_item:nth-child(2) {
  background: rgba(240, 241, 245, 1);;
}
.xk-stats-row .p_item:nth-child(3),
.xk-stats-row .p_item:nth-child(4) {
  background: rgba(5, 10, 53, 0.6);
}
.xk-stats-row .p_item:nth-child(3) .p_num,
.xk-stats-row .p_item:nth-child(3) > span:not(.p_num),
.xk-stats-row .p_item:nth-child(4) .p_num,
.xk-stats-row .p_item:nth-child(4) > span:not(.p_num),
.xk-stats-row .p_item:nth-child(3) p,
.xk-stats-row .p_item:nth-child(4) p {
  color: #fff;
}
.xk-stats-row .p_num {
  font-size: 56px;
  color: #c10000;
  line-height: 1;
}
.xk-stats-row .p_item > span:not(.p_num) {
  font-size: 16px;
  color: #c10000;
  margin-left: 4px;
}
.xk-stats-row .p_item p {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
}

/* Pillars */
.e_container-58 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 30px;
  gap: 40px;
  align-items: center;
}
.e_container-58 .cbox-58-0 { flex: 1 1 50%; min-width: 320px; }
.e_container-58 .cbox-58-1 { flex: 1 1 45%; min-width: 300px; }
.e_image-59 img { width: 100%; display: block; object-fit: cover; }

.e_container-58 .e_container-60 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.e_container-58 .cbox-60-0 {
  background: #00589e;
  padding: 8px 25px 8px 35px;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
}
.e_container-58 .e_text-61 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.e_container-58 .cbox-60-1 {
  display: flex;
  flex-direction: column;
}
.e_container-58 .e_text-63 {
  font-size: 26px;
  color: #333;
  margin: 0;
  font-weight: 500;
}
.e_container-58 .e_text-62 {
  font-size: 12px;
  color: #999;
  margin: 2px 0 0;
}
.e_richText-64 {
  margin-top: 20px;
  line-height: 2;
  color: #666;
  font-size: 16px;
}
.e_richText-64 p {
  margin: 0;
}
.e_richText-64 br {
  display: none;
}

.e_container-65 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 30px;
  gap: 40px;
  align-items: center;
}
.e_container-65 .cbox-65-0 { flex: 1 1 50%; min-width: 320px; order: 2; }
.e_container-65 .cbox-65-1 { flex: 1 1 45%; min-width: 300px; order: 1; }
.e_image-71 img { width: 100%; display: block; object-fit: cover; }

.e_container-65 .e_container-66 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.e_container-65 .cbox-66-0 {
  background: #00589e;
  padding: 8px 25px 8px 35px;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
}
.e_container-65 .e_text-70 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.e_container-65 .cbox-66-1 {
  display: flex;
  flex-direction: column;
}
.e_container-65 .e_text-69 {
  font-size: 26px;
  color: #333;
  margin: 0;
  font-weight: 500;
}
.e_container-65 .e_text-68 {
  font-size: 12px;
  color: #999;
  margin: 2px 0 0;
}
.e_richText-67 {
  margin-top: 20px;
  line-height: 2;
  color: #666;
  font-size: 16px;
}
.e_richText-67 p {
  margin: 0;
}
.e_richText-67 br {
  display: none;
}

/* Hexagon Section */
.xk-hexagon-section {
  margin: 30px 0;
  text-align: center;
}
.xk-hexagon-section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* News Center Title */
.e_container-16 {
  text-align: left !important;
  padding: 50px 30px 20px !important;
  max-width: 1400px;
  margin: 0 auto;
}
.e_container-16 .cbox-16-0 {
  display: block;
}
.e_container-16 .e_text-17 {
  font-family: 'oswald-variablefont_wght', sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #666;
  letter-spacing: 2px;
  margin: 0;
  display: block;
}
.e_container-16 .e_line-18 {
  width: 60px;
  height: 3px;
  background: #c10000;
  border: none;
  margin: 10px 0;
}
.e_container-16 .e_text-19 {
  font-size: 18px;
  color: #666;
  margin: 5px 0 0;
  display: block;
}

/* News List */
.e_loop-1 { max-width: 1400px; margin: 0 auto; padding: 0 30px; }
.e_loop-1 .p_list { display: block; }
.e_loop-1 .p_loopitem {
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.e_loop-1 .p_loopitem:last-child {
  border-bottom: none;
}
.e_container-2 { 
  display: flex; 
  align-items: center;
  width: 100%;
}
.e_container-4 { 
  display: flex; 
  flex-direction: column; 
  align-items: flex-start; 
  padding: 0; 
  width: 60px;
  flex-shrink: 0;
  margin-right: 30px;
}
.cbox-2-0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cbox-2-1 {
  display: flex;
  align-items: center;
  flex: 1;
}
.xk-news-line {
  width: 50px;
  height: 1px;
  background: #ddd;
  margin: 0 20px;
  transition: background 0.3s ease;
}
.e_timeFormat-13 { 
  font-size: 14px; 
  font-weight: normal; 
  color: #999; 
  margin: 0; 
}
.e_button-14 {
  width: 42px; 
  height: 42px;
  border-radius: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  margin-top: 8px;
  cursor: pointer;
  outline: none;
  transition: background 0.3s ease;
}
.e_button-14 svg { 
  width: 28px; 
  height: 28px; 
  fill: #999; 
  transition: fill 0.3s ease;
}
.e_loop-1 .p_loopitem:hover .e_button-14 { 
  background: #333; 
}
.e_loop-1 .p_loopitem:hover .e_button-14 svg { 
  fill: #fff; 
}
.e_loop-1 .p_loopitem:hover .xk-news-line {
  background: #333;
}
.Newscon { 
  display: flex; 
  align-items: center;
  flex: 1;
}
.cbox-5-0 {
  flex: 1;
  text-align: left;
}
.cbox-5-1 {
  width: 200px;
  flex-shrink: 0;
  margin-left: auto;
}
.e_text-8 { 
  padding: 0; 
  font-size: 20px; 
  line-height: 1.6; 
  margin: 0;
  color: #333;
}
.e_text-8 a {
  color: inherit;
  text-decoration: none;
}
.e_text-8 a:hover {
  color: #00589e;
}
.e_timeFormat-11 { 
  display: none; 
}
.cbox-5-1 {
  width: 200px;
  flex-shrink: 0;
}
.e_image-10 { 
  width: 200px; 
  height: 150px; 
  overflow: hidden; 
  background: transparent;
}
.e_image-10 img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  display: block; 
}

/* Footer */
.xk-footer-wrap {
  background: rgb(0, 19, 58);;
  color: rgba(255,255,255,.75);
  padding: 60px 15px 30px;
  margin-top: 40px;
}
.e_container-53 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  gap: 30px;
}
.e_container-53 .cbox-53-0 { 
  flex: 1; 
}
.e_container-53 .cbox-53-1 { 
  flex: 0 0 280px;
}
.e_bottomNav-87 .p_level1Box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.e_bottomNav-87 .p_level1Item {
  width: 140px;
}
.e_bottomNav-87 .p_menuItem { 
  margin: 0 0 10px; 
  line-height: 1.8; 
  color:rgb(158, 158, 158) !important;
}
.p_menuItem a {
  color:rgba(255, 255, 255, .75) !important;
}
.e_bottomNav-87 .s_templatetitle { 
  color: rgb(158, 158, 158) !important; 
  font-weight: 500; 
  margin-bottom: 15px; 
  font-size: 14px;
}
.e_bottomNav-87 a { 
  color: rgba(255,255,255,.75); 
  font-size: 13px; 
}
.e_bottomNav-87 a:hover { 
  color: #fff; 
}
.xk-footer-friendlinks {
  margin-top: 30px;
  padding-top: 20px;

}
.xk-footer-friendlinks .xk-ft-title { 
  color: rgb(158, 158, 158) !important; 
  font-size: 14px; 
  font-weight: 500;
  margin-bottom: 15px; 
}
.xk-fl-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.xk-fl-links a {
  color: rgba(255,255,255,.75);
  font-size: 13px;
}
.xk-fl-links a:hover {
  color: #fff;
}
.xk-footer-contact { 
  color: rgb(158, 158, 158) !important;
  font-size: 13px; 
  line-height: 1.8;
}
.xk-footer-contact .xk-ft-title { 
  color:rgb(158, 158, 158) !important; 
  font-size: 14px; 
  font-weight: 500;
  margin-bottom: 15px; 
}
.xk-footer-contact .e_text { 
  margin-bottom: 10px; 
  line-height: 1.8; 
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.xk-footer-contact .e_text svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.xk-footer-contact a { 
  color: rgba(255,255,255,.75); 
}
.xk-footer-qr { 
  display: flex; 
  gap: 25px; 
  margin-top: 25px; 
}
.xk-footer-qr .item { 
  text-align: center; 
}
.xk-footer-qr img { 
  width: 110px; 
  height: 110px; 
  background: #fff; 
  padding: 5px; 
}
.xk-footer-qr span { 
  display: block; 
  font-size: 12px; 
}
.xk-footer-qr span:first-of-type {
  margin-top: 10px;
}
.xk-footer-qr span:last-of-type {
  margin-top: 5px;
  font-size: 11px;
  color: rgba(255,255,255,.5);
}
.xk-copyright {
  background: rgb(0, 19, 58);;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.5);
  text-align: center;
  padding: 20px;
  font-size: 12px;
}
.xk-copyright a { 
  color: rgba(255,255,255,.5); 
}

/* ===== 内页通用 ===== */
.xk-page-wrap { padding: 30px 15px 60px; max-width: 1200px; margin: 0 auto; }
.xk-page-banner {
  height: 220px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.xk-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0, 19, 58);;
}
.xk-page-banner .inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.xk-page-banner h1 { font-size: 32px; margin: 0 0 8px; font-weight: 600; }
.xk-page-banner p { margin: 0; opacity: .85; font-size: 14px; }
.xk-inner-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
}
.xk-side {
  background: #fff;
  border: 1px solid #e5e8ef;
  align-self: start;
}
.xk-side h3 {
  background: #00589e;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
.xk-side a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid #e5e8ef;
  color: #444;
  font-size: 14px;
}
.xk-side a:hover,
.xk-side a.active {
  color: #00589e;
  background: #f5f7fa;
  border-left: 3px solid #fa0000;
  padding-left: 17px;
}
.xk-content {
  background: #fff;
  min-height: 400px;
}
.xk-breadcrumb {
  font-size: 13px;
  color: #999;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e8ef;
}
.xk-breadcrumb a { color: #666; }
.xk-content-title {
  font-size: 22px;
  color: #00589e;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #fa0000;
  display: inline-block;
}
.xk-article { font-size: 15px; line-height: 1.9; color: #444; }
.xk-article p { margin-bottom: 14px; }
.xk-article img { margin: 12px 0; max-width: 100%; }
.xk-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.xk-product-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e5e8ef;
  background: #fff;
}
.xk-product-card .thumb {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  background: #f5f5f5;
  overflow: hidden;
}
.xk-product-card .thumb img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}
.xk-product-card .thumb .xk-product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}
.xk-product-card .thumb .xk-product-overlay::before,
.xk-product-card .thumb .xk-product-overlay::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  width: 60px;
  transition: width 0.35s ease;
}
.xk-product-card .thumb .xk-product-overlay::before { top: calc(50% - 22px); }
.xk-product-card .thumb .xk-product-overlay::after { bottom: calc(50% - 22px); }
.xk-product-card:hover .thumb .xk-product-overlay { opacity: 1; }
.xk-product-card:hover .thumb .xk-product-overlay::before,
.xk-product-card:hover .thumb .xk-product-overlay::after { width: 30px; }
.xk-product-card:hover .thumb img { transform: scale(1.03); }
.xk-product-card .info {
  background: #00589e;
  text-align: center;
  padding: 12px 10px;
}
.xk-product-card .detail-link { display: none; }
.xk-product-card h3 { font-size: 14px; font-weight: 400; color: #fff; margin: 0; }
.xk-news-list .item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e8ef;
}
.xk-news-list .item .thumb { flex: 0 0 200px; height: 130px; overflow: hidden; background: #eee; }
.xk-news-list .item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.xk-news-list .item .meta { flex: 1; }
.xk-news-list .item .date { color: #00589e; font-size: 13px; margin-bottom: 8px; }
.xk-news-list .item h3 { font-size: 17px; margin: 0 0 10px; color: #222; }
.xk-news-list .item p { color: #888; font-size: 13px; margin: 0; }
.xk-pagination { margin-top: 30px; text-align: center; }
.xk-pagination .pagination { display: inline-flex; gap: 6px; list-style: none; padding: 0; margin: 0; }
.xk-pagination li a,
.xk-pagination li span,
.pagination > li > a,
.pagination > li > span {
  display: inline-block;
  min-width: 36px; height: 36px; line-height: 36px;
  padding: 0 10px;
  border: 1px solid #e5e8ef;
  color: #555;
  text-decoration: none;
}
.xk-pagination li.active span,
.pagination > .active > span {
  background: #00589e;
  border-color: #00589e;
  color: #fff;
}
.xk-empty { text-align: center; padding: 60px 20px; color: #999; }
.xk-product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.xk-product-detail .gallery {
  background: #f7f8fa;
  display: flex; align-items: center; justify-content: center;
  min-height: 360px; padding: 20px;
}
.xk-product-detail .gallery img { max-height: 360px; object-fit: contain; }
.xk-product-detail .info h1 { font-size: 24px; color: #00589e; margin: 0 0 16px; }
.xk-product-detail .info .summary { color: #666; margin-bottom: 20px; line-height: 1.8; }
.xk-related { margin-top: 40px; padding-top: 30px; border-top: 1px solid #e5e8ef; }
.xk-related h3 { font-size: 18px; margin: 0 0 20px; color: #00589e; }
.xk-case-group { margin-bottom: 32px; }
.xk-case-group h3 {
  font-size: 18px; color: #00589e; margin: 0 0 14px;
  padding-left: 12px; border-left: 4px solid #fa0000;
}
.xk-case-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.xk-case-list li {
  padding: 8px 0 8px 16px; position: relative; color: #555;
  border-bottom: 1px dashed #eee; font-size: 14px;
}
.xk-case-list li::before { content: "▸"; position: absolute; left: 0; color: #00589e; }

/* 成功案例三列布局 */
.xk-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  align-items: start;
}
.xk-cases-grid .xk-case-group { margin-bottom: 0; }
.xk-cases-grid .xk-case-group h3 {
  color: #333;
  border-left: none;
  padding-left: 0;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 600;
}
.xk-cases-grid .xk-case-list {
  display: block;
}
.xk-cases-grid .xk-case-list li {
  border-bottom: none;
  padding: 4px 0 4px 14px;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.xk-cases-grid .xk-case-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  top: 12px;
  left: 2px;
}

.xk-contact-info { margin-bottom: 30px; font-size: 15px; line-height: 2; }

/* 联系页信息卡片 */
.xk-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.xk-contact-card {
  background: #f5f7fa;
  padding: 32px 20px;
  text-align: center;
}
.xk-contact-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  color: #00589e;
}
.xk-contact-icon svg { width: 100%; height: 100%; }
.xk-contact-card h4 {
  font-size: 16px;
  color: #333;
  margin: 0 0 10px;
  font-weight: 600;
}
.xk-contact-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.xk-sales-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.xk-sales-table th, .xk-sales-table td {
  padding: 12px 14px; text-align: center; font-size: 14px;
  border: 1px solid #e5e8ef;
}
.xk-sales-table th { background: #00589e; color: #fff; font-weight: 500; }
.xk-sales-table tbody tr:nth-child(odd) { background: #fff; }
.xk-sales-table tbody tr:nth-child(even) { background: #e8f0f8; }
.xk-sales-table tbody tr:hover { background: #d9e8f5; }
.xk-form .form-group { margin-bottom: 18px; }
.xk-form label { display: block; margin-bottom: 6px; color: #444; font-weight: 500; }
.xk-form input, .xk-form textarea {
  width: 100%; padding: 10px 14px; border: 1px solid #ddd;
  font-size: 14px; font-family: inherit; box-sizing: border-box;
}
.xk-form .btn-submit {
  display: inline-block; padding: 12px 48px;
  background: #00589e; color: #fff; border: 0; font-size: 15px; cursor: pointer;
}
.xk-form-tip { color: #666; margin-bottom: 24px; font-size: 14px; }
.xk-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.xk-video-card { border: 1px solid #e5e8ef; overflow: hidden; }
.xk-video-card .thumb { position: relative; height: 180px; background: #111; }
.xk-video-card .thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.xk-video-card .play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.9);
  display: flex; align-items: center; justify-content: center; color: #00589e;
}
.xk-video-card h3 { padding: 14px; font-size: 15px; text-align: center; margin: 0; }
.xk-download-list { display: flex; flex-direction: column; gap: 16px; }
.xk-download-item {
  display: flex; align-items: center; gap: 16px;
  padding: 18px; border: 1px solid #e5e8ef;
}
.xk-download-item .icon {
  flex: 0 0 64px; width: 64px; height: 64px;
  background: linear-gradient(135deg, #00589e, #023294);
  display: flex; align-items: center; justify-content: center;
}
.xk-download-item .icon .ext { color: #fff; font-size: 12px; font-weight: 700; }
.xk-download-item .meta { flex: 1; min-width: 0; }
.xk-download-item .meta h3 { font-size: 16px; margin: 0 0 6px; color: #222; }
.xk-download-item .meta p { color: #888; font-size: 13px; margin: 0 0 8px; }
.xk-download-item .attrs { display: flex; flex-wrap: wrap; gap: 14px; font-size: 12px; color: #999; }
.xk-more-btn {
  display: inline-block; width: 180px; padding: 10px 0;
  border: 1px solid #00589e; color: #00589e; text-align: center; font-size: 14px;
  background: transparent;
}
.xk-more-btn:hover { background: #fa0000; border-color: #fa0000; color: #fff; }
.xk-news-detail .date { color: #999; margin-bottom: 20px; font-size: 13px; }
.xk-news-nav {
  margin-top: 40px; padding-top: 20px; border-top: 1px solid #e5e8ef;
  display: flex; justify-content: space-between; font-size: 13px; color: #666;
}

/* 登录注册 */
.user-section { max-width: 480px; margin: 40px auto 60px; padding: 0 15px; }
.user-section .login-main {
  background: #fff; border: 1px solid #e5e8ef; padding: 28px 24px 32px;
}
.user-section .logon-tab { display: flex; margin-bottom: 20px; border-bottom: 1px solid #eee; }
.user-section .logon-tab a { flex: 1; text-align: center; padding: 12px 0; font-size: 16px; color: #666; }
.user-section .logon-tab a.active { color: #00589e; border-bottom: 2px solid #00589e; font-weight: 600; }
.user-section .form-group { margin-bottom: 18px; }
.user-section .form-control { height: 44px; font-size: 15px; width: 100%; padding: 0 12px; border: 1px solid #ddd; box-sizing: border-box; }
.user-section .btn-lg { height: 46px; font-size: 16px; width: 100%; background: #00589e; color: #fff; border: 0; cursor: pointer; }
.captcha-text-wrap { display: flex; gap: 12px; }
.captcha-text-wrap .captcha-input { flex: 1; height: 50px; font-size: 16px; }
.captcha-text-wrap .captcha-img { flex: 0 0 180px; width: 180px; height: 50px; border: 1px solid #ddd; cursor: pointer; }

/* 移动端 */
@media (max-width: 992px) {
  .e_loop-6 .p_loopitem { flex: 0 0 50%; max-width: 50%; }
  .e_loop-1 .p_loopitem { flex: 1 1 45%; }
  .xk-inner-layout { grid-template-columns: 1fr; }
  .xk-product-grid { grid-template-columns: 1fr 1fr; }
  .xk-product-detail { grid-template-columns: 1fr; }
  .xk-video-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .e_navigationA-16 .p_navButton { display: flex; }
  .e_navigationA-16 .p_level1Box {
    display: none;
    position: absolute;
    top: 80px; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    z-index: 1001;
  }
  .e_navigationA-16.p_open .p_level1Box { display: flex; }
  .e_navigationA-16 .p_menu1Item { height: auto; padding: 12px 20px; }
  .e_navigationA-16 .p_level1Item:hover .p_menu1Item::after,
  .e_navigationA-16 .p_level1Item.active .p_menu1Item::after { display: none; }
  .e_navigationA-16 .p_level2Box {
    position: static;
    display: block;
    box-shadow: none;
    background: #f7f8fa;
    padding: 0;
  }
  .e_navigationA-16 .p_menu2Item a { padding: 8px 30px; font-size: 13px; }
  .e_loop-6 .p_loopitem,
  .e_loop-37 .p_loopitem { flex: 0 0 100%; max-width: 100%; }
  .e_loop-1 .p_loopitem {  }
  .e_bannerA-2 .swiper-slide { min-height: 240px; }
  .xk-product-grid,
  .xk-video-grid,
  .xk-case-list,
  .xk-cases-grid,
  .xk-contact-cards { grid-template-columns: 1fr; }
  .xk-sales-table { display: block; overflow-x: auto; }
  .xk-news-list .item { flex-direction: column; }
  .xk-news-list .item .thumb { flex: none; width: 100%; }
  .e_bottomNav-87 .p_level1Item { max-width: 50%; }
}

/* 关于我们页面顶部标签导航 */
.xk-page-tabs-bar {
  background: #fff;
  border-bottom: 1px solid #e5e8ef;
}
.xk-page-tabs-bar .xk-page-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}
.xk-page-tabs {
  display: flex;
  flex-wrap: wrap;
}
.xk-page-tabs a {
  display: block;
  position: relative;
  padding: 16px 28px;
  color: #555;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
}
.xk-page-tabs a:hover { color: #00589e; }
.xk-page-tabs a.active { color: #00589e; font-weight: 500; }
.xk-page-tabs a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: #00589e;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.xk-page-tabs a:hover::after,
.xk-page-tabs a.active::after {
  transform: translateX(-50%) scaleX(1);
}
.xk-page-tabs-bar .xk-breadcrumb {
  margin: 0;
  padding: 12px 0;
  border-bottom: 0;
  color: #888;
}
.xk-content-full {
  width: 100%;
  max-width: 100%;
}
.xk-title-center {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 0;
  padding-bottom: 0;
  color: #222;
}

/* 公司简介内容布局 */
.xk-company-profile {
  color: #555;
}
.xk-profile-intro {
  display: flex;
  gap: 45px;
  margin-bottom: 45px;
  align-items: flex-start;
}
.xk-profile-img {
  flex: 0 0 48%;
  max-width: 560px;
}
.xk-profile-img img {
  width: 100%;
  height: auto;
  display: block;
}
.xk-profile-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.9;
}
.xk-profile-text p {
  margin: 0;
}
.xk-profile-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #f5f6f8;
  padding: 40px 45px;
  border-radius: 4px;
}
.xk-profile-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
.xk-profile-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  color: #999;
}
.xk-profile-icon svg {
  width: 100%;
  height: 100%;
}
.xk-profile-card-body h3 {
  font-size: 20px;
  color: #222;
  margin: 0 0 10px;
  font-weight: 600;
}
.xk-profile-card-body p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .xk-page-tabs-bar .xk-page-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .xk-page-tabs a {
    padding: 12px 16px;
    font-size: 14px;
  }
  .xk-page-tabs-bar .xk-breadcrumb {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .xk-profile-intro {
    flex-direction: column;
  }
  .xk-profile-img {
    max-width: 100%;
  }
  .xk-profile-cards {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 25px;
  }
}
