@charset "UTF-8";
.about-us-box[data-v-039c5b43] {
  background: url(../../static/images/1e06b8c4785a47b8f9d1b444ff1ee720.png) no-repeat;
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  padding-bottom: 120px;
}
.about-us-box > div[data-v-039c5b43] {
    max-width: 1200px;
    margin: 0 auto;
}
.about-us-box .about-image[data-v-039c5b43] {
    flex: 1;
    max-width: 400px;
}
.about-us-box .about-image img[data-v-039c5b43] {
      max-width: 100%;
      height: auto;
}
.main-content[data-v-039c5b43] {
  position: relative;
}
.hero-section[data-v-039c5b43] {
  position: relative;
  width: 100%;
  height: 700px;
  background: url(../../static/images/bd57609545ea88d29fda3e281213ce3a.png) center/cover no-repeat;
  display: flex;
  flex-direction: column;
}
.hero-content[data-v-039c5b43] {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay[data-v-039c5b43] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.hero-text[data-v-039c5b43] {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.main-title[data-v-039c5b43] {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
}
.subtitle[data-v-039c5b43] {
  font-size: 18px;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.subnav[data-v-039c5b43] {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  margin-top: 80px;
}
.subnav-inner[data-v-039c5b43] {
  max-width: 1200px;
  margin: 30px auto 0;
}
.subnav-list[data-v-039c5b43] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}
.subnav-item[data-v-039c5b43] {
  position: relative;
  padding: 10px 16px;
  color: #666;
  cursor: pointer;
}
.subnav-item.active[data-v-039c5b43] {
  background: #c8402d;
  color: #fff;
}
.content-block[data-v-039c5b43] {
  background: #fff;
  padding: 60px 0 0;
}
.content-inner[data-v-039c5b43] {
  margin: 0 auto;
}
.intro[data-v-039c5b43] {
  padding-top: 10px;
}
.intro-title[data-v-039c5b43] {
  font-size: 32px;
  color: #c8402d;
  font-weight: 700;
  letter-spacing: 2px;
}
.intro-line[data-v-039c5b43] {
  width: 80px;
  height: 4px;
  background: #c8402d;
  margin: 12px 0 24px;
}
.intro-paragraph[data-v-039c5b43] {
  font-size: 14px;
  color: #444;
  line-height: 2;
  margin: 12px 0;
}
.stats[data-v-039c5b43] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 36px;
}
.stat-card[data-v-039c5b43] {
  background: #d4b686;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.stat-card--highlight[data-v-039c5b43] {
  background: #ca3525;
}
.stat-top[data-v-039c5b43] {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stat-number[data-v-039c5b43] {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}
.stat-desc[data-v-039c5b43] {
  font-size: 13px;
  opacity: 0.9;
}

/* 风险控制 */
.rc-grid[data-v-039c5b43] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.rc-card[data-v-039c5b43] {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 4px;
}
.rc-title[data-v-039c5b43] {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.rc-desc[data-v-039c5b43] {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

/* 公司荣誉（列表+分页） */
.honor-list[data-v-039c5b43] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.honor-row[data-v-039c5b43] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 8px;
  border-bottom: 1px dashed #d8d8d8;
}
.honor-row:hover .honor-title[data-v-039c5b43] {
  color: #c8402d;
}
.dot[data-v-039c5b43] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8402d;
  display: inline-block;
}
.honor-title[data-v-039c5b43] {
  color: #333;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-date[data-v-039c5b43] {
  color: #999;
  font-size: 12px;
}
.honor-pagination[data-v-039c5b43] {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

/* 覆盖 Element UI 分页颜色 - 深度选择器 */
[data-v-039c5b43] .el-pagination.is-background .el-pager li.active {
  background-color: #ca3525 !important;
  border-color: #ca3525 !important;
  color: #fff;
}

/* 保持悬停颜色不变（不覆写 hover） */
/* 诚聘英才（详情样式） */
.job-detail[data-v-039c5b43] {
  background: #fff;
  padding: 8px 6px 24px 6px;
}
.job-main-title[data-v-039c5b43] {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}
.job-section[data-v-039c5b43] {
  margin-top: 12px;
}
.job-subtitle[data-v-039c5b43] {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 6px;
}
.job-bullets[data-v-039c5b43] {
  margin: 0;
  padding-left: 18px;
}
.job-bullets li[data-v-039c5b43] {
  line-height: 2;
  color: #666;
}
.job-meta[data-v-039c5b43] {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  color: #666;
  line-height: 2;
}
.meta-label[data-v-039c5b43] {
  color: #333;
  font-weight: 700;
}

/* 组织架构图 */
.org[data-v-039c5b43] {
  height: 1080px;
  overflow: hidden;
  background: url(../../static/images/46baa673c00f2395fef452ddcd0b00f8.png) no-repeat;
  background-size: cover;
  height: auto;
  overflow: hidden;
  background-position: center center;
}
.org-box[data-v-039c5b43] {
  max-width: 1120px;
  margin: 50px auto 100px;
  padding: 16px;
}
.org-image[data-v-039c5b43] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* 核心优势（左图 + 底部三卡片） */
.core-adv[data-v-039c5b43] {
  background: #fff;
}
.core-adv-stage[data-v-039c5b43] {
  position: relative;
  display: flex;
}

/* .core-adv-image { width: 760px; height: 725px;} */
.core-adv-cards[data-v-039c5b43] {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.core-adv-card[data-v-039c5b43] {
  padding: 0 24px;
  text-align: left;
  height: 450px;
  display: flex;
  justify-content: center;
}
.core-adv-card--mid[data-v-039c5b43] {
  border-left: 1px dashed #e6e6e6;
  border-right: 1px dashed #e6e6e6;
}

/* end 核心优势 */
.adv-icon[data-v-039c5b43] {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 70px auto 10px;
  display: block;
}
.adv-card-title[data-v-039c5b43] {
  color: #c8402d;
  font-weight: 700;
  font-size: 26px;
  margin-top: 50px;
}
.adv-card-text[data-v-039c5b43] {
  color: #555;
  line-height: 1.9;
  font-size: 18px;
  margin: 30px 70px 0;
}
.vision[data-v-039c5b43] {
  position: relative;
  height: 680px;
}

/* 愿景/理念/文化 */
.vision-bg[data-v-039c5b43] {
  position: absolute;
  background: url(../../static/images/6977402eec1d571bed64599a823687ad.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 680px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.vision-grid[data-v-039c5b43] {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  place-items: center;
}
.vision-card[data-v-039c5b43] {
  background: rgba(255, 255, 255, 0.95);
  padding: 90px 50px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  width: 100%;
}
.vision-card img[data-v-039c5b43] {
  max-width: unset;
}
.vision-title[data-v-039c5b43] {
  font-size: 26px;
  color: #c8402d;
  font-weight: 800;
  letter-spacing: 1px;
}
.vision-underline[data-v-039c5b43] {
  width: 80px;
  height: 4px;
  background: #c8402d;
  margin: 10px 0 18px;
}
.vision-text[data-v-039c5b43] {
  color: #555;
  font-size: 18px;
  margin-top: 33px;
  min-height: 58px;
}

/* 风险控制图片展示 */
.risk-box[data-v-039c5b43] {
  margin: 68px 0 195px;
}
.risk-flow[data-v-039c5b43] {
  margin-top: 24px;
  text-align: center;
}
.risk-flow img[data-v-039c5b43] {
  max-width: 100%;
  display: inline-block;
}

/* 移动端适配 */
@media (max-width: 768px) {
.vision-card[data-v-039c5b43] {
    padding: 55px 35px;
}
.vision[data-v-039c5b43],
  .vision-bg[data-v-039c5b43] {
    height: 780px;
}
.main-title[data-v-039c5b43] {
    font-size: 32px;
}
.subtitle[data-v-039c5b43] {
    font-size: 14px;
}
.hero-section[data-v-039c5b43] {
    height: 40vh;
}
.hero-overlay[data-v-039c5b43] {
    width: 200px;
    height: 200px;
}
.subnav-inner[data-v-039c5b43] {
    padding: 0 15px;
}
.subnav-list[data-v-039c5b43] {
    gap: 12px;
}
.subnav-item[data-v-039c5b43] {
    padding: 8px 12px;
    font-size: 14px;
}
.content-inner[data-v-039c5b43] {
    padding: 0 15px;
}
.intro-title[data-v-039c5b43] {
    font-size: 24px;
}
.stats[data-v-039c5b43] {
    grid-template-columns: 1fr;
    gap: 12px;
}
.stat-card[data-v-039c5b43] {
    height: 100px;
}
.stat-number[data-v-039c5b43] {
    font-size: 20px;
}
.stat-desc[data-v-039c5b43] {
    font-size: 12px;
}
.org[data-v-039c5b43] {
    padding-left: 15px;
    padding-right: 15px;
}
.core-adv-stage[data-v-039c5b43] {
    flex-direction: column;
}
.core-adv-left[data-v-039c5b43] {
    flex: none;
    max-width: 100%;
}
.core-adv-image[data-v-039c5b43] {
    width: 100%;
    height: 250px;
}
.core-adv-cards[data-v-039c5b43] {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
}
.vision-grid[data-v-039c5b43] {
    grid-template-columns: 1fr;
    gap: 16px;
}
.honor-row[data-v-039c5b43] {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    padding: 12px 4px;
}
.honor-title[data-v-039c5b43] {
    font-size: 18px;
}
.honor-date[data-v-039c5b43] {
    font-size: 11px;
}
.job-detail[data-v-039c5b43] {
    padding: 6px 4px 20px 4px;
}
.job-main-title[data-v-039c5b43] {
    font-size: 18px;
}
.job-subtitle[data-v-039c5b43] {
    font-size: 14px;
}
.job-bullets[data-v-039c5b43] {
    padding-left: 16px;
}
.job-bullets li[data-v-039c5b43] {
    font-size: 13px;
    line-height: 1.8;
}
}
.jobs[data-v-039c5b43] {
  max-width: 1200px;
  margin: 0 auto;
}
.risk-management[data-v-039c5b43] {
  background: url(../../static/img/risk-management.svg) no-repeat;
  background-size: 90%;
  max-width: 527px;
  height: 100px;
}
.core-advantages-img[data-v-039c5b43] {
  background: url(../../static/img/core-advantages-img.svg) no-repeat;
  background-size: 90%;
  max-width: 494px;
  height: 100px;
}
.organization-chart-img[data-v-039c5b43] {
  background: url(../../static/img/organization-chart-img.svg) no-repeat;
  background-size: 90%;
  max-width: 560px;
  height: 90px;
  margin: 0 auto;
}

