/* ============== 公司介绍 ============== */
.swy-company {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 800;
  min-width: 1400px;
  margin: 0 auto;
  background-image: url('../images/intro-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
}

.swy-company__left {
  position: absolute;
  top: 0;
  left: 8.333%;
  width: 20.3125%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.swy-company__title {
  color: #FFFFFF;
  font-size: 2.75em;
  font-weight: 900;
  margin: 0;
  letter-spacing: 6px;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(180, 80, 0, 0.25);
}
.swy-company__subtitle {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.94em;
  font-weight: 500;
  margin-top: 14px;
  letter-spacing: 2.5px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
}
.swy-company__tabs {
  margin-top: 22px;
}
.swy-company__line {
  width: 60px;
  height: 3px;
  background: #fff;
  margin-bottom: 14px;
}
.swy-company__tab {
  display: block;
  background: transparent;
  color: #FFFFFF;
  border: none;
  padding: 11px 0;
  font-size: 1.06em;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: left;
  cursor: pointer;
  width: 172px;
  font-family: inherit;
  transition: all 0.25s ease;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}
.swy-company__tab.is-active {
  background: #FFFFFF;
  color: #FF6B2C;
  font-weight: 800;
  text-shadow: none;
}
.swy-company__cta-wrap { margin-top: 36px; }
.swy-company__cta {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  padding: 13px 36px;
  font-size: 0.94em;
  font-weight: 700;
  letter-spacing: 1.5px;
  cursor: pointer;
  border-radius: 4px;
  font-family: inherit;
  transition: all 0.25s ease;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
.swy-company__cta:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.swy-company__card {
  position: absolute;
  top: 17.5%;
  left: 36.98%;
  width: 54.6875%;
  height: 65%;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.swy-company__card svg { display: block; width: 100%; height: 100%; }

.swy-company__tab-pane { display: none; }
.swy-company__tab-pane.is-active { display: block; }
