body * {
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family:
    PingFangSC-Regular,
    Roboto,
    Helvetica Neue,
    Helvetica,
    Tahoma,
    Arial,
    PingFang SC-Light,
    Microsoft YaHei;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.stagger-children > * {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}
.stagger-children > *.visible {
  opacity: 1;
  transform: translateY(0);
}
.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}
.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}
.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.scale-in {
  opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.4s ease-out,
    transform 0.4s ease-out;
}
.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-start {
  display: flex;
  align-items: start;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-1 {
  flex: 1;
}
.padding8 {
  padding: 0 0.8rem;
}

/* 顶部导航 */
.top {
  width: 100%;
  height: 0.42rem;
  padding: 0.11rem 0.8rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  border-bottom: 0.01rem solid #ddd;
  background: #ffffff;
}
.top-logo {
  width: 0.19rem;
  height: 0.19rem;
  margin-right: 0.06rem;
}
.top-title {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: bold;
  font-size: 0.09rem;
  color: #083343;
  line-height: 0.16rem;
}
.top-subtitle {
  font-family:
    Work Sans,
    Work Sans;
  font-weight: bold;
  font-size: 0.05rem;
  color: #ea580c;
  letter-spacing: 1px;
}
.top nav a {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: bold;
  font-size: 0.08rem;
  color: #1e293b;
  line-height: 0.1rem;
  text-decoration: none;
  margin-right: 0.17rem;
  transition: color 0.3s ease;
}
.top nav span:last-child a {
  margin-right: 0;
}
.top nav a:hover {
  color: #ea580c;
  text-decoration: underline;
  text-underline-offset: 0.05rem;
}

.top nav a.active {
  color: #ea580c;
  text-decoration: underline;
  text-underline-offset: 0.05rem;
}

/* 主页 */
.content-section {
  position: relative;
  height: 3.96rem;
  background: #fdfbf7;
  margin-top: 0.42rem;
  padding: 0.94rem 0.8rem 0.5rem;
}
.content-section .index-left {
  margin-top: 0.31rem;
}
.content-section img {
  border-radius: 0.12rem;
}
.content-section .tag {
  padding: 0.03rem 0.08rem;
  line-height: 0.14rem;
  background: #ffedd5;
  border-radius: 0.52rem 0.52rem 0.52rem 0.52rem;
  font-family:
    Work Sans,
    Work Sans;
  font-weight: bold;
  font-size: 0.07rem;
  color: #ea580c;
  text-align: center;
}

.content-section .title {
  font-family:
    Noto Serif,
    Noto Serif;
  font-weight: 900;
  font-size: 0.27rem;
  color: #1e293b;
  line-height: 0.35rem;
  margin: 0.08rem 0;
}

.content-section .intro {
  width: 3.31rem;
  font-family:
    Work Sans,
    Work Sans;
  font-weight: 400;
  font-size: 0.09rem;
  color: #475569;
  line-height: 0.15rem;
  text-align: left;
}

.content-section .btns {
  margin: 0.21rem 0;
  gap: 0.08rem;
}
.content-section .btns .btn {
  padding: 0.08rem 0.19rem;
  background: #ea580c;
  border: 0.01rem solid #ea580c;
  border-radius: 0.04rem;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.09rem;
  color: #ffffff;
}
.content-section .btns .btn:last-child {
  background: rgba(0, 0, 0, 0);
  border: 0.01rem solid #083343;
  color: #083343;
  box-shadow: none;
}
.content-section .trait {
  gap: 0.13rem;
}
.content-section .trait span:first-child,
.trait-item-num {
  font-family:
    Noto Serif,
    Noto Serif;
  font-weight: 900;
  font-size: 0.19rem;
  color: #ea580c;
}
.content-section .trait span:last-child,
.content-section .trait span:last-child {
  font-family:
    Work Sans,
    Work Sans;
  font-weight: normal;
  font-size: 0.07rem;
  color: #475569;
  text-align: left;
  margin-top: 0.02rem;
}
section {
  scroll-margin-top: 0.5rem;
  padding-top: 0.5rem !important;
  padding-bottom: 0.53rem !important;
}
section .part-title {
  font-family:
    Noto Serif,
    Noto Serif;
  font-weight: bold;
  font-size: 0.19rem;
  color: #1e293b;
  line-height: 0.27rem;
  text-align: left;
  margin: 0.06rem 0;
}
section .part-subtitle {
  padding: 0.03rem 0.08rem;
  line-height: 0.14rem;
  background: #ffedd5;
  border-radius: 0.02rem;
  font-family:
    Work Sans,
    Work Sans;
  font-weight: bold;
  font-size: 0.06rem;
  color: #ea580c;
}
section .part-desc {
  font-family:
    Work Sans,
    Work Sans;
  font-weight: 400;
  font-size: 0.08rem;
  color: #94A3B8;
  line-height: 0.13rem;
}
section .content {
  margin: 0.29rem 0 0;
}
section .content .item-box {
  position: relative;
  flex: 1;
  background: #fdfbf7;
  box-shadow: 0rem 0.04rem 0.13rem 0rem rgba(15, 23, 42, 0.02);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #e2e8f0;
  overflow: hidden;
}

.section-item-title {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.1rem;
  color: #083343;
  line-height: 0.18rem;
  margin: 0.13rem 0 0.06rem;
}
.section-item-intro {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 0.07rem;
  color: #475569;
  line-height: 0.12rem;
  margin-bottom: 0.13rem;
}
/* 关于我们 */

.about_us {
  background: #f1f5f9;
}
.about_us .content {
  gap: 0.13rem;
}

section.about_us .item-box {
  padding: 0.17rem;
  background: #ffffff;
  box-shadow: 0rem 0.02rem 0.06rem 0rem rgba(15, 23, 42, 0.02);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #e2e8f0;
}

.about_us .item-box .img-box {
  width: 0.25rem;
  height: 0.25rem;
}

.item-box .more {
  font-family:
    Work Sans,
    Work Sans;
  font-weight: bold;
  font-size: 0.07rem;
  color: #ea580c;
}

/* 教育产品 */
.company_service {
  background: #082f49;
}
.company_service .content {
  margin: 0;
}
.company_service .content .left {
  width: 3.13rem;
}
.company_service .content .right {
  padding-left: 0.42rem;
}
.company_service .content .right .part-title {
  color: #f1f5f9;
  margin: 0.08rem 0 0.17rem;
}
.company_service .content .right .part-subtitle {
  display: inline-block;
  padding: 0.02rem 0.06rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  font-weight: bold;
  font-size: 0.06rem;
  color: #ffedd5;
  text-align: center;
}
.company_service .content .part-desc {
  margin-bottom: 0.08rem;
}
.company_service .content .trait {
  margin: 0.17rem 0;
  gap: 0.21rem;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 0.06rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.1);
}
.company_service .content .trait-item-line {
  width: 0.01rem;
  height: 0.21rem;
  background: rgba(255, 255, 255, 0.15);
}

/* 解决方案 */
.company_case {
  border-bottom: 0.01rem solid #e2e8f0;
}
.company_case .content {
  gap: 0.17rem;
}

.company_case .content .img-box {
  width: 100%;
  height: 1.15rem;
}
.company_case .content .img-box img {
  width: 100%;
  height: 1.15rem;
}

.company_case .text-box {
  width: 100%;
  text-align: left;
  padding: 0.1rem 0.13rem;
}
.company_case .text-box .section-item-subtitle {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.06rem;
  color: #ea580c;
  margin-bottom: 0.02rem;
}
.company_case .text-box .section-item-title {
  margin: 0;
  margin-bottom: 0.1rem;
}
.company_case .text-box .section-item-title span {
  font-family:
    Work Sans,
    Work Sans;
  font-weight: 600;
  font-size: 0.06rem;
  color: #7a8b7b;
}
.success-story {
  height: 1.68rem;
  background: linear-gradient(270deg, #ea580c 0%, #c2410c 100%);
  text-align: center;
  padding-top: 0.42rem;
}
.success-story .title {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 900;
  font-size: 0.21rem;
  color: #ffffff;
  line-height: 0.27rem;
}
.success-story .intro {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 400;
  font-size: 0.09rem;
  color: #ffedd5;
  line-height: 0.16rem;
  margin-top: 0.08rem;
}
.success-story .btns {
  gap: 0.08rem;
  margin-top: 0.17rem;
}
.success-story .btn {
  padding: 0.06rem 0.13rem;
  border: 0.01rem solid #ffffff;
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: bold;
  font-size: 0.08rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.success-story .btn:last-child {
  background: #ffedd5;
  color: #ea580c;
  border: 0.01rem solid #ea580c;
}
/* 底部 */
.footer {
  height: 2.21rem;
  padding: 0.33rem 0.83rem 0.21rem;
  background: #082f49;
}

.footer .footer-left img {
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.06rem;
}
.footer .footer-left .company-name {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 900;
  font-size: 0.09rem;
  color: #ffffff;
  line-height: 0.16rem;
}
.footer .footer-left .company-tag {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.04rem;
  color: #ea580c;
  letter-spacing: 1px;
}
.footer .footer-left .left-bottom {
  max-width: 2.5rem;
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 400;
  font-size: 0.07rem;
  color: #d1d5dc;
  line-height: 0.15rem;
  margin-top: 0.13rem;
}
.footer .footer-right {
  margin-left: 2.81rem;
}

.footer .footer-right .nav-item {
  margin-right: 0.42rem;
}
.footer .footer-right .nav-item:last-child {
  margin-right: 0;
}
.footer .footer-right .title {
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 0.08rem;
  color: #ffffff;
  line-height: 0.13rem;
  margin-bottom: 0.12rem;
}
.footer .footer-right .item-link {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 0.07rem;
  color: #d1d5dc;
  line-height: 0.1rem;
  margin-bottom: 0.1rem;
}
.footer .footer-right .item-link img {
  width: 0.09rem;
  height: 0.09rem;
  margin-right: 0.06rem;
}
.footer .line {
  width: 100%;
  height: 0;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.12);
  margin: 0.25rem 0;
}
.footer .copyright {
  text-align: center;
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 0.07rem;
  color: #d1d5dc;
  line-height: 0.1rem;
}
.footer .copyright span {
  display: inline-block;
  margin-right: 0.13rem;
}
.footer .copyright span:last-child {
  margin-right: 0;
}
