/* 引入全局样式 */
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.common-title {
  font-weight: 500;
  font-size: 0.36rem;
  color: #ff4b91;
  text-align: center;
  padding: 0.4rem 0 0.32rem;
}
.container {
  margin: 0 auto;
  max-width: 7.5rem;
  min-width: 3.5rem;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}
.w1200 {
  margin: 0 auto;
}
.mb-40 {
  margin-bottom: 0.4rem;
}
.pb-60 {
  padding-bottom: 0.6rem;
}
.mb-24 {
  margin-bottom: 0.24rem;
}
body {
  background: #f9f9f9;
}
/* Banner样式 */
.banner {
  width: 100%;
  height: 1.9rem;
}
.banner img {
  max-width: 100%;
  height: 100%;
  display: block;
}
.company-section {
  width: 100%;
  background: #ffffff;
  padding: 0.4rem 0;
}
.company-section .company-profile .company-profile-title {
  text-align: center;
  margin-bottom: 0.3rem;
}
.company-section .company-profile .company-profile-title h2 {
  font-size: 0.36rem;
  color: #222222;
  line-height: 0.5rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
}
.company-section .company-profile .company-profile-title p {
  font-size: 0.18rem;
  color: #999999;
}
.company-section .company-profile .company-profile-content .company-profile-image {
  width: 7.1rem;
  height: 3.65rem;
  margin: 0 auto 0.26rem;
}
.company-section .company-profile .company-profile-content .company-profile-image .company-logo-placeholder {
  width: 100%;
  height: 100%;
}
.company-section .company-profile .company-profile-content .company-profile-image .company-logo-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
}
.company-section .company-profile .company-profile-content .company-profile-text {
  width: 7.1rem;
  margin: 0 auto;
}
.company-section .company-profile .company-profile-content .company-profile-text .company-name {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
}
.company-section .company-profile .company-profile-content .company-profile-text .company-name::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.2rem;
  background-color: #222222;
  height: 1px;
}
.company-section .company-profile .company-profile-content .company-profile-text .company-name img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.1rem;
}
.company-section .company-profile .company-profile-content .company-profile-text .company-intro-text {
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.42rem;
}
.company-section .company-profile .company-profile-content .company-profile-text .company-intro-text p {
  text-align: justify;
  margin-bottom: 0.24rem;
}
.company-section .company-profile .company-profile-content .company-profile-text .company-intro-text p:last-child {
  margin-bottom: 0;
}
/* 团队介绍区域 */
.team-section {
  background-color: #fff;
  margin: 0.2rem auto;
  /* 标题容器 */
  /* 团队卡片容器 */
  /* 团队卡片 */
}
.team-section .w1200 {
  position: relative;
}
.team-section .team-title-container {
  text-align: center;
  padding: 0.4rem 0 0.3rem;
}
.team-section .team-title-container .team-title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.36rem;
  margin-bottom: 0.05rem;
  color: #222222;
  line-height: 1.4;
  letter-spacing: 3.125%;
}
.team-section .team-title-container .team-subtitle {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
}
.team-section .team-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.team-section .team-card {
  width: 3.45rem;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid #eeeeee;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  /* 图片占位区域 */
  /* 信息区域 */
}
.team-section .team-card:nth-child(2n) {
  margin-right: 0;
}
.team-section .team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.team-section .team-card .team-image-placeholder {
  width: 100%;
  height: 2.56rem;
}
.team-section .team-card .team-image-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
}
.team-section .team-card .team-info {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* 团队名称 */
  /* 团队描述 */
}
.team-section .team-card .team-info .team-icon-placeholder {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.4rem;
}
.team-section .team-card .team-info .team-name {
  font-weight: 500;
  font-size: 0.28rem;
  color: #222222;
  margin: 0 0 0.1rem;
  line-height: 1.4;
  text-align: center;
}
.team-section .team-card .team-info .team-description {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.25rem;
  color: #666666;
  padding: 0 0.27rem 0.14rem;
  line-height: 1.4;
  text-align: center;
}
/* 愿景和价值观区域 */
.vision-section {
  background-color: #fff;
  padding: 0.4rem 0;
  margin-top: 0.2rem;
  /* 核心口号 */
  /* 公司愿景标题 */
  /* 卡片容器 */
  /* 愿景卡片 */
}
.vision-section .w1200 {
  position: relative;
  margin: 0 auto;
}
.vision-section .vision-slogan {
  text-align: center;
  margin-top: 0.4rem;
}
.vision-section .vision-slogan p {
  font-weight: 400;
  font-size: 0.32rem;
  color: #ff4b91;
  margin: 0;
  line-height: 1.2;
}
.vision-section .vision-title {
  text-align: center;
  margin-bottom: 0.3rem;
}
.vision-section .vision-title .vision-main-title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.36rem;
  margin-bottom: 0.05rem;
  color: #222222;
  line-height: 1.4;
  letter-spacing: 3.125%;
}
.vision-section .vision-title .vision-subtitle {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
}
.vision-section .vision-cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.2rem;
}
.vision-section .vision-card {
  width: 2.23rem;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid #eeeeee;
  /* 信息区域 */
}
.vision-section .vision-card:not(:last-child) {
  margin-right: 0.2rem;
}
.vision-section .vision-card .vision-image-placeholder {
  width: 100%;
  height: 1.67rem;
}
.vision-section .vision-card .vision-image-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
}
.vision-section .vision-card .vision-info {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.14rem 0;
  /* 图标占位 */
  /* 标题 */
  /* 描述 */
}
.vision-section .vision-card .vision-info .vision-icon-placeholder {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.06rem;
}
.vision-section .vision-card .vision-info .vision-icon-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
}
.vision-section .vision-card .vision-info .vision-name {
  font-weight: 500;
  font-size: 0.28rem;
  color: #222222;
  margin: 0 0 0.1rem;
  line-height: 1.4;
  text-align: center;
}
.vision-section .vision-card .vision-info .vision-description {
  font-weight: 400;
  font-size: 0.24rem;
  color: #666666;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  padding: 0 0.16rem;
}
/* 创新模式区域 */
.innovation-section {
  background-color: #fff;
  padding: 0.4rem 0;
  margin-top: 0.2rem;
  /* 标题区域 */
  /* 核心内容区域 */
  /* 左侧配图区域 */
  /* 右侧内容区域 */
}
.innovation-section .w1200 {
  position: relative;
}
.innovation-section .innovation-title {
  text-align: center;
  margin-bottom: 0.3rem;
}
.innovation-section .innovation-title h2 {
  font-weight: 500;
  font-size: 0.36rem;
  color: #222222;
  margin: 0 0 0.05rem;
  line-height: 1.4;
  letter-spacing: 3.125%;
}
.innovation-section .innovation-title p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
}
.innovation-section .innovation-content {
  width: 7.1rem;
  margin: 0 auto;
}
.innovation-section .innovation-image-container {
  position: relative;
  width: 100%;
  height: 3.65rem;
  margin-bottom: 0.2rem;
  /* 图片占位 */
}
.innovation-section .innovation-image-container .innovation-image-placeholder {
  width: 100%;
  height: 100%;
}
.innovation-section .innovation-image-container .innovation-image-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
}
.innovation-section .innovation-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* 单个内容项 */
}
.innovation-section .innovation-items .innovation-item {
  width: 100%;
  height: 131px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
  cursor: pointer;
  /* 图标占位 */
  /* 信息区域 */
}
.innovation-section .innovation-items .innovation-item:not(:last-child) {
  margin-bottom: 0.2rem;
}
.innovation-section .innovation-items .innovation-item .innovation-item-icon {
  width: 1.64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.innovation-section .innovation-items .innovation-item .innovation-item-icon::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.9rem;
  background: #f6f6f6;
  top: 50%;
  transform: translateY(-50%);
  right: -0.05rem;
}
.innovation-section .innovation-items .innovation-item .innovation-item-icon img {
  width: 0.56rem;
  height: 0.56rem;
  margin-bottom: 0.1rem;
}
.innovation-section .innovation-items .innovation-item .innovation-item-title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.28rem;
  color: #222222;
  line-height: 1.4;
}
.innovation-section .innovation-items .innovation-item .innovation-item-info {
  flex: 1;
  padding-left: 0.2rem;
  /* 描述 */
}
.innovation-section .innovation-items .innovation-item .innovation-item-info .innovation-item-desc {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #666666;
  margin: 0;
  line-height: 1.4;
}
/* 核心口号 */
.innovation-slogan {
  font-size: 0.32rem;
  color: #ff4b91;
  line-height: 1.2;
  margin-top: 0.4rem;
  text-align: center;
}

