<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-about {
  padding-bottom: 48px;
}
.section-about .row .col {
  margin-bottom: 10px;
}
.section-about .row .col img {
  width: 100%;
}
.section-about .row .col.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-about .row .col.text p {
  font-size: 18px;
  color: #999999;
}
.section-culture {
  padding-bottom: 48px;
  background: #f9f9f9;
}
.section-culture .col {
  margin-bottom: 20px;
}
.section-culture .col .card {
  border: none;
  height: 100%;
}
.section-culture .col .card .card-title {
  font-size: 24px;
  color: #666666;
  font-weight: normal;
}
.section-culture .col .card .card-text {
  font-size: 18px;
  color: #999999;
}
.section-core .sub-title {
  margin-bottom: 58px;
  text-align: center;
}
.section-core .sub-title p {
  margin: 0;
  font-size: 24px;
  color: #000000;
  line-height: 35px;
}
.section-core .sub-title p:last-child {
  color: red;
}
.section-core .row .col {
  padding: 12px;
  position: relative;
  margin-bottom: 59px;
  text-align: center;
  cursor: pointer;
}
.section-core .row .col:hover .detail-cards {
  display: block;
}
.section-core .row .col img {
  margin-bottom: 20px;
  width: 140px;
}
.section-core .row .col .introduction {
  border: 1px solid transparent;
}
.section-core .row .col .introduction p.name {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333333;
}
.section-core .row .col .introduction p.position {
  font-size: 18px;
  color: #666666;
}
.section-core .row .col .detail-cards {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 12px;
  width: 100%;
  border: 1px solid #F4F4F4;
  background: #fff;
  display: none;
  transition: all 0.2s;
}
.section-core .row .col .detail-cards p {
  color: #999999;
  font-size: 14px;
  text-align: left;
}
.section-core .row .col .detail-cards p.name {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.section-core .row .col .detail-cards p.position {
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.section-core .row .col .detail-cards p strong {
  font-weight: normal;
}
.section-layout {
  padding-bottom: 48px;
}
.section-layout .row .col {
  padding: 0;
}
.section-layout .row .col img {
  width: 100%;
}
.section-layout .row .col:nth-of-type(2) {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-layout .row .col:nth-of-type(2) .layout-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-layout .row .col:nth-of-type(2) .layout-detail {
  position: absolute;
  width: 90%;
}
.section-history {
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section-about {
    padding-bottom: 0;
  }
  .section-about .row .col {
    margin-bottom: 10px;
  }
  .section-about .row .col img {
    width: 100%;
  }
  .section-about .row .col.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-about .row .col.text p {
    font-size: 18px;
    color: #999999;
  }
  .section-culture {
    padding-bottom: 20px;
  }
  .section-layout {
    padding-bottom: 20px;
  }
  .section-layout .row .col:nth-of-type(2) {
    justify-content: center;
  }
  .section-history {
    padding-bottom: 20px;
  }
}
</pre></body></html>