

.section-header {
    position: relative;
    width: 100%;
    height: 420px;
    padding-top: 60px;
    background: #F9FBFF;
}

.bannertext1 {
    padding-top: 160px;
    margin-bottom: 36px;
    font-size: 72px;
    color: #2347FC;
    letter-spacing: 0;
    line-height: 64px;
    font-weight: 400;
}
.bannertext2 {
    font-size: 36px;
    color: #696969;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
}

.section-wrapper {
    width: 100%;
}

/* 公司简介 */
.about-intro {
    width: 100%;
    padding: 80px 0;
}
.about-intro-title,
.about-culture-title,
.about-advantage-title,
.about-contact-title {
    font-size: 36px;
    color: #292929;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 48px;
    text-align: center;
}
.about-intro-content {
    max-width: 960px;
    margin: auto;
    font-size: 18px;
    color: #454545;
    line-height: 40px;
    font-weight: 400;
    text-align: left;
}
.about-intro-content p {
    margin-bottom: 16px;
}

/* 企业文化 */
.section-culture {
    background: #F9FBFF;
}
.about-culture {
    width: 100%;
    padding: 80px 0;
}
.about-culture-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.about-culture-item {
    width: 384px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 36px;
    text-align: center;
}
.about-culture-item-title {
    padding-top: 80px;
    margin-bottom: 24px;
    font-size: 24px;
    color: #2347FC;
    line-height: 24px;
    font-weight: 500;
}
.about-culture-item-content {
    font-size: 16px;
    color: #696969;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
}

/* 核心优势 */
.about-advantage {
    width: 100%;
    padding: 80px 0;
}
.about-advantage-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.about-advantage-item {
    width: 288px;
    height: 280px;
    background: #F7F8FA;
    border-radius: 36px;
    text-align: center;
}
.about-advantage-item-title {
    padding-top: 64px;
    margin-bottom: 24px;
    font-size: 20px;
    color: #292929;
    line-height: 24px;
    font-weight: 500;
}
.about-advantage-item-content {
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
}

/* 联系我们 */
.section-contact {
    background: #F9FBFF;
}
.about-contact {
    width: 100%;
    padding: 80px 0;
}
.about-contact-wrapper {
    max-width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.about-contact-item {
    text-align: center;
}
.about-contact-item-label {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
}
.about-contact-item-value {
    font-size: 20px;
    color: #292929;
    line-height: 28px;
    font-weight: 500;
}

/* 体验 */
.section-try {
  padding: 80px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/try-bg.png);
}
.section-try .experience_btn {
  background-image: linear-gradient(270deg, #776ee3 0%, #2d4ff2 100%);
  border-radius: 32px;
  margin-left: 50px;
  width: 200px;
  height: 64px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.section-try .experience_title {
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 64px;
  font-weight: 500;
}
