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;
}
.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);
}
/* 通用标题样式 */
.section-title {
  font-family:
    Nimbus Sans,
    Nimbus Sans;
  font-weight: bold;
  font-size: 0.08rem;
  color: #fb923c;
  line-height: 0.13rem;
  letter-spacing: 1px;
}
.section-subtitle {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 0.31rem;
  color: #0a192f;
  line-height: 0.31rem;
  margin: 0.06rem 0 0.17rem 0;
}

/* 顶部导航 */
.top {
  width: 100%;
  height: 0.44rem;
  background-color: #0a192f;
  padding: 0.08rem 0.2rem 0.08rem 0.08rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
}
.top-info {
  margin-top: 0.07rem;
}
.top-logo {
  width: 1.14rem;
  height: 0.23rem;
}

.top nav {
  margin: 0 0.86rem 0 4.39rem;
}
.top nav a {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: bold;
  font-size: 0.07rem;
  color: #96a1af;
  line-height: 0.1rem;
  text-decoration: none;
  margin-right: 0.25rem;
  transition: color 0.3s ease;
}
.top .top-right .button {
  width: 0.63rem;
  height: 0.18rem;
}
.top nav a:hover {
  color: #ffffff;
}

.top nav a.active {
  color: #ffffff;
}
/* 主页 */
.content-section {
  position: relative;
  text-align: center;
  height: 5.63rem;
  background: url(../images/index/top-bg.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 0.44rem;
}
.content-section .top-tag {
  position: absolute;
  left: 0.25rem;
  bottom: 0.5rem;
}
.content-section .tag {
  width: 1.93rem;
  height: 0.2rem;
  background: rgba(251, 146, 60, 0.2);
  border-radius: 52.08rem;
  border: 0.01rem solid rgba(251, 146, 60, 0.3);
}

.content-section .tag .text {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.07rem;
  color: #fb923c;
  line-height: 0.1rem;
  letter-spacing: 4px;
}
.content-section .title.linear {
  background: linear-gradient(to right, #c49d70, #6fb1c3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}

.content-section .title {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 900;
  font-size: 0.5rem;
  color: #ffffff;
  line-height: 0.5rem;
  margin: 0.1rem 0;
}

.content-section .desc {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.19rem;
  margin: 0.21rem 0 0.3rem;
}
.content-section .btns button {
  text-align: center;
  width: 1.1rem;
  height: 0.4rem;
  background: #fb923c;
  line-height: 0.4rem;
  color: #0a192f;
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: bold;
  font-size: 0.1rem;
}
.content-section .btns button:nth-child(2) {
  width: 0.94rem;
  background: transparent;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  margin-left: 0.17rem;
  color: #ffffff;
}
/* 关于我们 */
.about-section {
  padding: 0.83rem 0.82rem 0.63rem 0.13rem;
}
.about-section .left {
  width: 4.63rem;
  margin-right: 0.5rem;
}

.about-section .section-intro {
  width: 3.89rem;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 0.1rem;
  color: #3d3d3d;
  line-height: 0.19rem;
}
.about-section .section-desc {
  width: 3.8rem;
  height: 0.34rem;
  border-radius: 0rem 0.08rem 0.08rem 0rem;
  border-left: 0.02rem solid #fb923c;
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 500;
  font-size: 0.1rem;
  color: #6b7280;
  padding-left: 0.19rem;
  margin: 0.18rem 0 0.31rem 0;
}
.about-section .section-num .num-item {
  margin-top: 0.29rem;
  width: 50%;
}
.about-section .section-num .num {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 900;
  font-size: 0.19rem;
  color: #0a192f;
  line-height: 0.21rem;
}
.about-section .section-num .text {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: bold;
  font-size: 0.08rem;
  color: #9ca3af;
  line-height: 0.13rem;
  margin-top: 0.04rem;
}
/* 企业文化 */
.culture-section img {
  width: 100%;
  height: 3.61rem;
  vertical-align: bottom;
}
/* 业务核心 */
.core-section {
  padding: 0.83rem 0.54rem;
  background: #f8fafc;
}

.core-section .core-list {
  gap: 0.25rem;
  margin-top: 0.5rem;
}
.core-section .core-item {
  background: #fff;
  box-shadow: 0rem 0.13rem 0.26rem -0.06rem rgba(0, 0, 0, 0.25);
  border-bottom: 0.04rem solid #0a192f;
}

.core-section .core-item img {
  width: 100%;
  height: 1.67rem;
}
.core-section .core-item .text-box {
  padding: 0.25rem;
}
.core-section .core-item .core-idx {
  font-family:
    Nimbus Sans,
    Nimbus Sans;
  font-weight: bold;
  font-size: 0.13rem;
  color: #fb923c;
  line-height: 0.17rem;
  margin-bottom: 0.1rem;
}
.core-section .core-item .core-title {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 900;
  font-size: 0.16rem;
  line-height: 0.19rem;
  color: #0f172a;
}
.core-section .core-item .core-desc {
  width: 1.22rem;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.09rem;
  color: #475569;
  margin: 0.13rem 0 0.17rem;
}
.core-section .core-item .more {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: bold;
  font-size: 0.08rem;
  color: #0a192f;
  line-height: 0.15rem;
  cursor: pointer;
}
.core-section .core-item .more:hover {
  transform: translateY(-0.01rem);
  transition: all 0.3s;
}
/* 未来愿景 */
.feature-section img {
  width: 100%;
  height: 3.5rem;
  vertical-align: bottom;
}
/* 底部 */
.footer {
  height: 2.85rem;
  padding: 0.5rem 0.56rem 0;
  background: #020617;
}

.footer .footer-left img {
  width: 4.71rem;
  height: 0.31rem;
}

.footer .footer-left .left-bottom {
  max-width: 2.97rem;
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 400;
  font-size: 0.09rem;
  color: #64748b;
  line-height: 0.15rem;
  margin-top: 0.2rem;
}
.footer .footer-middle {
  margin-right: 1rem;
}
.footer .footer-middle .title,
.footer .footer-right .title {
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 0.07rem;
  color: #fb923c;
  line-height: 0.1rem;
  letter-spacing: 4px;
}
.footer .footer-middle .info span:first-child {
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.08rem;
  color: #fb923c;
  font-weight: bold;
}
.footer .footer-middle .info span {
  display: inline-block;
  max-width: 1.14rem;
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 400;
  font-size: 0.08rem;
  color: #94a3b8;
  line-height: 0.13rem;
}
.footer .footer-middle .email-info {
  margin: 0.17rem 0 0.1rem;
}
.footer .footer-right .title {
  margin-bottom: 0.17rem;
}
.footer-right span {
  display: inline-block;
  font-family:
    PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 0.08rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.13rem;
  margin: 0 0.81rem 0.08rem 0;
}
.footer-right span:nth-child(2n) {
  margin-right: 0;
}
.footer .line {
  width: 100%;
  height: 0;
  border-bottom: 0.01rem solid #1e293b;
  margin: 0.64rem 0 0.24rem;
}
.footer .copyright {
  text-align: center;
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.06rem;
  color: #475569;
  line-height: 0.08rem;
  letter-spacing: 3px;
}
