@charset "UTF-8";
.page-about {
  /* 企业概况 */
  /* 董事长 */
  /* 发展历程 */
  /* 企业荣誉 */
}

.page-about .page .idea {
  height: 698px;
  box-sizing: border-box;
  padding: 120px;
  background: url(/static/module/index/theme/images/about/idea-bg.png) no-repeat center bottom/cover;
}

.page-about .page .idea .content {
  width: 543px;
}

.page-about .page .idea .content .text1 {
  font-size: 14px;
  color: #005ead;
}

.page-about .page .idea .content .title {
  font-size: 32px;
  font-weight: bold;
  margin: 12px 0 45px 0;
  color: #333;
}

.page-about .page .idea .content .intro {
  font-size: 14px;
  color: gray;
  line-height: 2.5em;
}

.page-about .page1 .content {
  padding: 100px 120px;
  display: flex;
  gap: 60px;
  background: url(/static/module/index/theme/images/about/page1-bg.png) no-repeat center bottom/cover;
}

.page-about .page1 .content img {
  width: 543px;
  height: 690px;
}

.page-about .page1 .content .sub-title {
  font-size: 20px;
}

.page-about .page1 .content .title {
  font-size: 24px;
  margin: 16px 0 32px;
  font-weight: bold;
  color: #333;
}

.page-about .page1 .content .text {
  font-size: 16px;
  line-height: 1.5em;
}

.page-about .page2 .tab-wrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 60px auto 60px auto;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  align-items: center;
}

.page-about .page2 .tab-wrap .column-title {
  margin-bottom: 20px;
}

.page-about .page2 .tab-wrap .tab {
  display: flex;
  gap: 60px;
  height: 105px;
}

.page-about .page2 .tab-wrap .tab .tab-item {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.page-about .page2 .tab-wrap .tab .tab-item span {
  font-size: 18px;
}

.page-about .page2 .tab-wrap .tab .tab-item.active {
  border-bottom: 4px solid #005ead;
  position: relative;
}

.page-about .page2 .tab-wrap .tab .tab-item.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #005ead;
  bottom: -10px;
  left: calc(50% - 7px);
}

.page-about .page2 .tab-content-item {
  display: none;
}

.page-about .page2 .tab-content-item img {
  max-width: 100%;
}

.page-about .page2 .tab-content-item.active {
  display: block;
}

.page-about .page3 {
  background: whitesmoke;
  padding: 80px 0;
}

.page-about .page3 .list {
  display: flex;
  padding: 80px 0;
  flex-wrap: wrap;
  gap: 10px;
}

.page-about .page3 .list .list-item {
  width: calc(33.3% - 10px);
  text-align: center;
}

.page-about .page3 .list .list-item img {
  width: 100%;
  height: 260px;
}

.page-about .page3 .list .list-item h3 {
  height: 100px;
  background: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
