@charset "utf-8";
/* 轮播 */
.borimg{position:relative;}
.borimg img{width:100%;}
.bortext{position:absolute;top: 50%;width: 74%;left: 11%;padding: 50px;text-align: left;transform: translateY(-50%);}
.bortext h2{font-size: 2vw;color: #000;margin-bottom: 35px;font-weight: 600;}
.bortext h3{font-size: 18px;color: #000000;margin-bottom: 20px;line-height: 1.5;font-weight: 500;}
.bortext  .trye {margin-top: 50px;}
.bortext .trye a{/* font-size: 16px; *//* padding: 15px 40px; *//* background: #00aeef; *//* color: #fff; *//* border-radius: 60px; *//* box-shadow: 0 0 15px 0 #00aeef; */}
.bortext p{font-size: 26px;color: #000;letter-spacing: 0;}
.bortexert{width: 50%;float: left;text-align: left;}
.bortext.wanhof{top: 25%;}
.bortext .bortexert.wantoe{text-align: center;width:100%;}
.bortext .bortexert.wantoe  .trye{justify-content:center;}
.bortext .bortexert.wantoe h2{color:#fff;}
.bortext .bortexert.wantoe h3{color:#fff}

.trye {
    display: flex;
    gap: 50px;
    align-items: center;
}
/* 左侧蓝色按钮 Get a Quote */
.trye a:first-child {
    background-color: #1b57f5;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 0;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    
    /* 过渡动画：所有属性 0.3秒 平滑过渡 */
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(65, 105, 255, 0.2);
    font-weight: bold;
}
/* 悬浮效果 */
.trye a:first-child:hover {
    background-color: #2d57ff; /* 加深蓝色 */
    transform: translateY(-3px); /* 轻微上浮 */
    box-shadow: 0 8px 20px rgba(65, 105, 255, 0.35); /* 阴影变大 */
}
/* 点击效果 */
.trye a:first-child:active {
    transform: translateY(0); /* 按下复位 */
    box-shadow: 0 2px 6px rgba(65, 105, 255, 0.25);
}

/* 右侧文字按钮 Learn More */
.trye a:last-child {
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    background: #000000;
    transition: all 0.3s ease;
    padding: 10px 30px;
    font-weight: bold;
}
/* 悬浮效果 */
.trye a:last-child:hover {
    color: #4169ff; /* 文字变蓝 */
    border-bottom-color: #4169ff; /* 下划线也变蓝 */
    padding-bottom: 10px; /* 下划线轻微下移 */
}
/* 右侧文字按钮 Learn More */
.bortext .bortexert.wantoe .trye a:last-child {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    padding-bottom: 6px;
    font-family: sans-serif;
    transition: all 0.3s ease;
}
@media (max-width: 980px) {
.bortext.wanhof {
    top: 40%;
}

.bortext .bortexert.wantoe .trye a:last-child {
    color: #fff;
    font-size: 12px;


}
	.page-bannermo{margin-top:60px;}
.bortexert{width:100%}
	
.bortext {
    position: absolute;
    top: 50%;
    width: 50%;
    padding: 20px;
    left: 0;
    text-align: left;
}

.bortext h3 {
    display: none;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.bortext h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}

.bortext .trye a {
    font-size: 12px;
    padding: 8px 20px;
    /* background: #37a218; */
    color: #fff;
    border-radius: 5px;
    /* box-shadow: 0 0 15px 0 #37a218; */
}
.trye a:last-child{display:none;}
.bortext .trye{margin-top:15px;}
.page-bannermo .bortext h3 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.bortext p {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
}

.page-bannermo .bortext h2 {
  display:none;
}

}

 /* 最外层包裹容器 最大宽度1400px */
        .product-tabs-wrap {
            max-width: 1400px;
            margin: 0 auto;
            padding: 60px 20px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }
        .product-tabs__header-title-sm {
            text-align: center;
            font-size: 20px;
            color: #777777;
            font-weight: 400;
            margin-bottom: 12px;
        }
        .product-tabs__header-title-lg {
            text-align: center;
            font-size: 44px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 40px;
            line-height: 1.2;
        }
        /* tab导航栏 */
        .product-tabs__nav {
            display: flex;
            gap: 14px;
            overflow-x: auto;
            padding-bottom: 16px;
            border-bottom: 1px solid #dddddd;
            margin-bottom: 40px;
            scrollbar-width: none;
        }
        .product-tabs__nav::-webkit-scrollbar {
            display: none;
        }
        .product-tabs__nav-item {
            white-space: nowrap;
            border: none;
            background: transparent;
            font-size: 15px;
            color: #777777;
            padding: 0 6px 16px;
            cursor: pointer;
            position: relative;
            transition: color 0.25s ease;
        }
        .product-tabs__nav-item::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 3px;
            background-color: #1b57f5;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        .product-tabs__nav-item:hover {
            color: #222222;
        }
        .product-tabs__nav-item.active {
            color: #000000;
            font-weight: 500;
        }
        .product-tabs__nav-item.active::after {
            transform: scaleX(1);
        }
        /* tab内容区域 三栏布局 */
        .product-tabs__panel {
            display: none;
            align-items: center;
            gap:40px;
        }
        .product-tabs__panel.active {
            display: flex;
        }
        .product-tabs__panel-col-left {
            flex: 1;
        }
        .product-tabs__panel-col-middle {
            flex:1;
        }
        .product-tabs__panel-col-right {
            flex:1;
            text-align: right;
        }
        .product-tabs__panel-col-right img {
            max-width: 100%;
            height: auto;
        }
        .product-tabs__panel-title {
            font-size: 40px;
            font-weight:700;
            margin-bottom:20px;
        }
        .product-tabs__panel-desc {
            font-size: 16px;
            color:#444444;
            line-height:1.7;
            margin-bottom:40px;
        }
        .product-tabs__list-item {
            display:flex;
            gap:12px;
            margin-bottom:24px;
            font-size: 16px;
            color:#333333;
            line-height:1.6;
        }
        .product-tabs__list-item .check-icon {
            color:#1b57f5;
            font-weight:bold;
            flex-shrink:0;
            margin-top:2px;
        }
        .product-tabs__btns-group {
            display:flex;
            gap:20px;
        }
        .product-tabs__btn-quote {
            padding:18px 42px;
            background-color:#1b57f5;
            color:#ffffff;
            border:none;
            border-radius:6px;
            font-size:18px;
            cursor:pointer;
            transition: background-color 0.25s ease, transform 0.2s ease;
        }
        .product-tabs__btn-quote:hover {
            background-color:#1d4ed8;
            transform: translateY(-2px);
        }
        .product-tabs__btn-more {
            padding:18px 42px;
            background-color:#e5e5e5;
            color:#222222;
            border:none;
            border-radius:6px;
            font-size:18px;
            cursor:pointer;
            transition: background-color 0.25s ease, transform 0.2s ease;
        }
        .product-tabs__btn-more:hover {
            background-color:#d4d4d4;
            transform: translateY(-2px);
        }
        /* 平板适配 */
        @media(max-width:1024px) {
            .product-tabs__header-title-lg {
                font-size:42px;
            }
            .product-tabs__panel.active {
                flex-wrap:wrap;
            }
            .product-tabs__panel-col-left,
            .product-tabs__panel-col-middle,
            .product-tabs__panel-col-right {
                flex: 0 0 100%;
            }
            .product-tabs__panel-col-right {
                text-align:center;
            }
            .product-tabs__panel-col-right img {
                max-width: 100%;
            }
        }
        /* 手机适配 */
        @media(max-width:767px) {
            .product-tabs__header-title-sm {
                font-size: 16px;
            }
            .product-tabs__header-title-lg {
                font-size: 26px;
            }
            .product-tabs__nav-item {
                font-size:15px;
            }
            .product-tabs__panel-title {
                font-size: 22px;
                text-align: c;
            }
            .product-tabs__btns-group {
                flex-direction: row;
            }
            .product-tabs__btn-quote,
            .product-tabs__btn-more {
                width: 50%;
                padding: 10px 20px;
                text-align: center;
                font-size: 16px;
            }
        }
		
		
		
/* 最外层包裹容器 */
.why-choose{background:#f6f7fb;margin: 0 0 50px 0;}
.why-choose-us-wrap {
  max-width: 1400px;
  margin: 0 auto;
  /* background-color: #ffffff; */
  padding: 60px 40px;
  border-radius: 12px;
}

.why-choose-us-header {
  text-align: center;
  margin-bottom: 48px;
}

.why-choose-us-subtitle {
  font-size: 20px;
  color: #666666;
  /* text-transform: uppercase; */
  margin-bottom: 8px;
}

.why-choose-us-title {
  font-size: 44px;
  font-weight: 700;
  color: #111111;
  line-height: 1.4;
}

/* 六宫格卡片布局 */
.why-choose-us-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.why-choose-us-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 32px 28px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.why-choose-us-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.why-choose-us-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: #1b57f5;
}

.why-choose-us-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 12px;
}

.why-choose-us-card-text {
  font-size: 15px;
  color: #555555;
  line-height: 1.7;
}

/* 平板适配 */
@media (max-width: 1024px) {
  .why-choose-us-wrap {
    padding: 40px 24px;
  }

  .why-choose-us-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* 手机适配 */
@media (max-width: 767px) {
  .why-choose-us-wrap {
    padding: 32px 16px;
  }

  .why-choose-us-title {
    font-size: 20px;
  }

  .why-choose-us-grid {
    grid-template-columns: 2fr 1fr;
    gap: 15px;
  }

  .why-choose-us-card {
    padding: 10px;
  }
}




/* 最外层包裹容器 */
.about-us-wrap {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

/* 上半部分：关于我们内容区 */
.about-us-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.about-us-image-wrapper {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
}

.about-us-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 播放按钮：白底，蓝色三角 */
.about-us-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1b57f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.about-us-play-btn:hover {
  color: #1d4ed8;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.about-us-play-btn::before,
.about-us-play-btn::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  animation: playRipple 1.8s infinite ease-out;
}

.about-us-play-btn::after {
  animation-delay: 0.9s;
}

@keyframes playRipple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.about-us-content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us-subtitle {
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.about-us-title {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
  line-height: 1.4;
}

.about-us-text {
  font-size: 15px;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 24px;
}

.about-us-list {
  list-style: none;
  margin-bottom: 28px;
}

.about-us-list li {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}

.about-us-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1b57f5;
  font-weight: bold;
}

.about-us-btn {
  align-self: flex-start;
  padding: 12px 28px;
  background-color: #1b57f5;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-us-btn:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
}

/* 底部数据区：全屏灰底 */
.about-us-stats {
  width: 100%;
  background-color: #f6f7fb;
  padding: 28px 0;
  margin: 50px 0;
}

.about-us-stats-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}

/* 分隔线只中间一小段，不全高 */
.about-us-stat-item {
  padding: 25px 50px;
  text-align: left;
  position: relative;
}

.about-us-stat-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 60px;
  background-color: #d1d5db;
}

.about-us-stat-number {
  font-size: 42px;
  font-weight: 700;
  color: #1b57f5;
  margin-bottom: 8px;
}

.about-us-stat-label {
  font-size: 14px;
  color: #666666;
}

/* 视频弹出层 native video */
.about-us-video-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.about-us-video-modal.active {
  opacity: 1;
  visibility: visible;
}

.about-us-video-modal-content {
  width: 90%;
  max-width: 900px;
  position: relative;
}

.about-us-video-modal-close {
  position: absolute;
  right: -12px;
  top: -36px;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.about-us-video-modal-close:hover {
  color: #1b57f5;
}

.about-us-video-modal video {
  width: 100%;
  border-radius: 8px;
  display:block;
}

/* 平板适配 */
@media (max-width: 1024px) {
  .about-us-top {
    grid-template-columns: 1fr;
  }

  .about-us-content {
    padding: 32px 24px;
  }

  .about-us-stats-inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 15px;
  }

  .about-us-stat-item:nth-child(2)::after {
  
  }
}

/* 手机适配 */
@media (max-width: 767px) {
  .about-us-image-wrapper {
    min-height: 260px;
  }

  .about-us-title {
    font-size: 20px;
  }

  .about-us-stats-inner {
    grid-template-columns: 1fr;
  }

  .about-us-stat-item:not(:last-child)::after {
    
  }

  .about-us-btn {
    width: auto;
  }
}



/* 外层容器 最大1400px */
.how-it-works-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.how-it-works-header {
  text-align: center;
  margin-bottom: 40px;
}

.how-it-works-subtitle {
  font-size: 20px;
  color: #777777;
  margin-bottom: 12px;
}

.how-it-works-title {
  font-size: 44px;
  font-weight: 700;
  color: #111111;
  line-height: 1.2;
}

/* 大外框，4步骤全部装在这个框里面 */
.how-it-works-container {
  border: 1px solid #cbd5f5;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  overflow: hidden;
}

/* 单个步骤格子 */
.how-it-works-step-item {
  padding: 48px 24px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.how-it-works-step-item:hover {
  transform: translateY(-8px);
  background-color: #fafbff;
}

/* 内部竖分割线，除最后一列 */
.how-it-works-step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #cbd5f5;
  transition: background-color 0.3s ease;
}

.how-it-works-step-item:hover:not(:last-child)::after {
  background-color: #1b57f5;
}

/* 圆形箭头，放在分割线中间 */
.how-it-works-step-item:not(:last-child)::before {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #cbd5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 16px;
  z-index: 2;
  transition: transform 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works-step-item:hover:not(:last-child)::before {
  transform: translate(50%, -50%) translateX(4px);
  border-color: #1b57f5;
  color: #1b57f5;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.how-it-works-step-num {
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.how-it-works-step-item:hover .how-it-works-step-num {
  color: #1b57f5;
}

.how-it-works-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 24px;
  fill: none;
  stroke: #666666;
  stroke-width: 1.8;
  transition: stroke 0.3s ease, stroke-width 0.3s ease, transform 0.3s ease;
}

.how-it-works-step-item:hover .how-it-works-icon {
  stroke: #1b57f5;
  stroke-width: 2.2;
  transform: scale(1.08);
}

.how-it-works-step-heading {
  font-size: 22px;
  color: #1b57f5;
  font-weight: 600;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.how-it-works-step-item:hover .how-it-works-step-heading {
  transform: scale(1.05);
}

.how-it-works-step-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.how-it-works-step-item:hover .how-it-works-step-desc {
  color: #444444;
}

/* 平板 */
@media (max-width: 1024px) {
  .how-it-works-title {
    font-size: 32px;
  }

  .how-it-works-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-it-works-step-item:nth-child(2)::before,
  .how-it-works-step-item:nth-child(4)::before {
    display: none;
  }

  .how-it-works-step-item:nth-child(2)::after {
    display: none;
  }

  .how-it-works-step-item:not(:nth-child(2)):not(:last-child)::before {
    right: 0;
    top: 100%;
    transform: translate(50%, -50%);
    display: none;
  }

  .how-it-works-step-item:not(:nth-child(2)):not(:last-child):hover::before {
    transform: translate(50%, -50%) translateX(4px);
  }
}

/* 手机 */
@media (max-width: 767px) {
  .how-it-works-title {
    font-size: 26px;
  }

  .how-it-works-subtitle {
    font-size: 18px;
  }

  .how-it-works-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border: none;
    padding: 10px;
  }

  .how-it-works-step-item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
    right: auto;
    display: none;
  }

  .how-it-works-step-item:not(:last-child)::before {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 50%);
  }

  .how-it-works-step-item:not(:last-child):hover::before {
    transform: translate(-50%, 50%) translateX(4px);
  }

  .how-it-works-step-item {
    padding: 10px;
    border: 1px solid #cbd5f5;
    border-radius: 5px;
  }

  .how-it-works-step-heading {
    font-size: 18px;
  }
}


/* ========== 全屏外层包裹，横向100%铺满浏览器 ========== */
.news-jaten-full-wrap{
    width:100%;
    background:#ffffff;
    padding:60px 20px;
}
/* ========== 内部内容容器，限制最大1400px居中 ========== */
.news-jaten-container{
    max-width:1400px;
    margin:0 auto;
}

.news-jaten-header{
    text-align:center;
    margin-bottom:48px;
}
.news-jaten-sub{
    font-size: 20px;
    color:#777;
    margin-bottom:12px;
}
.news-jaten-main-title{
    font-size: 44px;
    font-weight:700;
    color:#111;
}
.news-jaten-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}
.news-jaten-card{
    background:#f8f9fb;
    border-radius:8px;
    overflow:hidden;
    transition:transform 0.3s ease,box-shadow 0.3s ease;
}
.news-jaten-card:hover{
    transform:translateY(-6px);
    box-shadow:0 8px 24px rgba(0,0,0,0.07);
}
.news-jaten-img-box{
    width:100%;
    height:260px;
    overflow:hidden;
}
.news-jaten-img-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 0.35s ease;
}
.news-jaten-card:hover .news-jaten-img-box img{
    transform:scale(1.04);
}
.news-jaten-content{
    padding:28px 24px;
}
.news-jaten-card-title{
    font-size: 24px;
    font-weight:600;
    color:#111;
    margin-bottom:16px;
    line-height:1.35;
}
.news-jaten-desc{
    font-size:16px;
    color:#666;
    line-height:1.6;
    margin-bottom:24px;
}
.news-jaten-link{
    font-size:18px;
    color:#1b57f5;
    text-decoration:none;
    transition:color 0.3s ease;
}
.news-jaten-link:hover{
    color:#1d4ed8;
}

/*平板*/
@media(max-width:1024px){
    .news-jaten-main-title{
        font-size:36px;
    }
    .news-jaten-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .news-jaten-card-title{
        font-size:22px;
    }
}
/*手机*/
@media(max-width:767px){
    .news-jaten-full-wrap{
        padding:40px 16px;
    }
    .news-jaten-sub{
        font-size:20px;
    }
    .news-jaten-main-title{
        font-size:28px;
    }
    .news-jaten-grid{
        grid-template-columns:1fr;
    }
    .news-jaten-img-box{
        height:220px;
    }
}



/* 全屏外层包裹 */
.faq-jaten-full-wrap{
    width:100%;
    background:#ffffff;
    padding:60px 20px;
}

/* 内容容器，最大1400px居中 */
.faq-jaten-container{
    max-width:1400px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1.4fr;
    gap:64px;
    align-items:start;
}

/* 左侧标题区 */
.faq-jaten-left{
    padding-top:4px;
}

.faq-jaten-label{
    font-size:22px;
    color:#777777;
    margin-bottom:12px;
}

.faq-jaten-title{
    font-size: 44px;
    font-weight:700;
    color:#111111;
    line-height:1.25;
    margin-bottom:26px;
}

.faq-jaten-desc{
    font-size:16px;
    color:#707070;
    line-height:1.65;
    margin-bottom:30px;
}

.faq-jaten-contact-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:18px;
    color:#1b57f5;
    text-decoration:none;
    font-weight:500;
    margin-bottom:14px;
}
.faq-jaten-contact-item svg{
    width:20px;
    height:20px;
}

/* 右侧FAQ列表 */
.faq-jaten-list{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.faq-jaten-item{
    border:1px solid #e2e2e2;
    border-radius:6px;
    overflow:hidden;
}

.faq-jaten-question{
    width:100%;
    border:none;
    background:#ffffff;
    padding:24px 28px;
    text-align:left;
    font-size:22px;
    font-weight:600;
    color:#111;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
/* 打开状态标题背景浅灰 */
.faq-jaten-item.active .faq-jaten-question{
    background-color:#f7f8fa;
}

.faq-jaten-symbol{
    font-size:28px;
    line-height:1;
    font-weight:400;
}

.faq-jaten-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.3s ease,padding 0.3s ease;
}
.faq-jaten-item.active .faq-jaten-answer{
    max-height:240px;
    padding:0 28px 28px;
}

.faq-jaten-answer p{
    font-size:16px;
    color:#666666;
    line-height:1.7;
}

/*平板*/
@media(max-width:1024px){
    .faq-jaten-container{
        grid-template-columns:1fr;
        gap:40px;
    }
    .faq-jaten-title{
        font-size:40px;
    }
    .faq-jaten-question{
        font-size:20px;
        padding:20px 22px;
    }
    .faq-jaten-item.active .faq-jaten-answer{
        padding:0 22px 22px;
    }
}

/*手机*/
@media(max-width:767px){
    .faq-jaten-full-wrap{
        padding:40px 16px;
    }
    .faq-jaten-label{
        font-size:18px;
    }
    .faq-jaten-title{
        font-size: 26px;
    }
    .faq-jaten-question{
        font-size:18px;
        padding:18px 18px;
    }
    .faq-jaten-item.active .faq-jaten-answer{
        padding:0 18px 18px;
    }
	
	.about-us-stat-item {
    padding: 20px 20px;
    text-align: left;
    position: relative;
	width: 50%;
}


.about-us-stat-number {
    font-size: 30px;
    font-weight: 700;
    color: #1b57f5;
    margin-bottom: 8px;
}
	
	.about-us-wrap {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    padding: 0 15px;
}
	
	
}

