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: Inter, Inter;
  font-weight: bold;
  font-size: 0.07rem;
  color: #2563eb;
  line-height: 0.1rem;
  letter-spacing: 5px;
}
.section-subtitle {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 900;
  font-size: 0.31rem;
  color: #0f172a;
  line-height: 0.31rem;
  margin: 0.1rem 0 0.25rem 0;
}

/* 顶部导航 */
.top {
  width: 100%;
  height: 0.44rem;
  background-color: #ced5da;
  padding: 0.1rem 0.2rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
}
.top-info {
  margin-top: 0.07rem;
}
.top-logo {
  width: 0.3rem;
  height: 0.31rem;
  margin-right: 0.06rem;
}
.top-title {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 900;
  font-size: 0.1rem;
  color: #0f172a;
  line-height: 0.15rem;
}
.top-subtitle {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.06rem;
  color: #2563eb;
  line-height: 0.06rem;
  letter-spacing: 2px;
  margin-top: 0.01rem;
}
.top nav a {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: bold;
  font-size: 0.07rem;
  color: #475569;
  line-height: 0.1rem;
  text-decoration: none;
  margin-right: 0.25rem;
  transition: color 0.3s ease;
}

.top nav a:hover {
  color: #5a8bf5;
}

.top nav a.active {
  color: #5a8bf5;
}
/* 主页 */
.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 .arrow {
  position: absolute;
  bottom: 0.31rem;
  left: 50%;
  transform: translateX(-50%);
  color: #94a3b8;
  font-size: 0.2rem;
  z-index: 99999;
}
.content-section .tag {
  width: 1.48rem;
  height: 0.16rem;
  background: rgba(59, 130, 246, 0.2);
  border-radius: 52.08rem 52.08rem 52.08rem 52.08rem;
  border: 0.01rem solid rgba(96, 165, 250, 0.3);
}
.content-section .tag .circle {
  width: 0.05rem;
  height: 0.05rem;
  background: #3b82f6;
  border-radius: 50%;
}
.content-section .tag .text {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 0.06rem;
  color: #bfdbfe;
  line-height: 0.08rem;
  letter-spacing: 2px;
  margin-left: 0.04rem;
}
.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.21rem 0;
}
.content-section .subtitle {
  font-weight: 900;
  font-size: 0.36rem;
  color: #64cef9;
  line-height: 0.5rem;
}
.content-section .desc {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 300;
  font-size: 0.13rem;
  color: #cbd5e1;
  line-height: 0.17rem;
  margin: 0.21rem 0;
}
.content-section .btns button {
  text-align: center;
  width: 0.92rem;
  height: 0.35rem;
  line-height: 0.35rem;
  background: #2563eb;
  border-radius: 0.06rem;
  color: #ffffff;
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: bold;
  font-size: 0.1rem;
}
.content-section .btns button:nth-child(2) {
  background: transparent;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  margin-left: 0.13rem;
}
/* 关于我们 */
.about-section {
  padding: 0.83rem 0.69rem 0.74rem 0.17rem;
}
.about-section .left {
  width: 4.58rem;
  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: 4.58rem;
  height: 0.59rem;
  background: #f8fafc;
  border-radius: 0rem 0.08rem 0.08rem 0rem;
  border-left: 0.02rem solid #3b82f6;
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 500;
  font-size: 0.1rem;
  color: #334155;
  padding-left: 0.19rem;
  margin: 0.21rem 0 0.33rem 0;
}
.about-section .section-num .num-item {
  width: 50%;
}
.about-section .section-num .num {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 900;
  font-size: 0.19rem;
  color: #2563eb;
  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: #64748b;
  line-height: 0.13rem;
  margin-top: 0.04rem;
}
/* 企业文化 */
.culture-section {
  padding-top: 0.2rem;
  background-color: #2d2d2d;
}
.culture-section .section-subtitle {
  color: #ffffff;
}
.culture-section img {
  width: 100%;
  height: 2.37rem;
  vertical-align: bottom;
}
/* 业务核心 */
.core-section {
  padding: 0.5rem 0.17rem;
  background: #f8fafc;
}
.core-section .line {
  width: 0.5rem;
  height: 0.04rem;
  background: #2563eb;
  border-radius: 52.08rem;
}
.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 {
  text-align: center;
  padding: 0.83rem 0.17rem;
  background: url(../images/index/feature-bg.png) no-repeat center center;
  background-size: cover;
  background-color: #020617;
}
.feature-section .section-subtitle {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.feature-section .feature-list {
  gap: 0.25rem;
}
.feature-section .feature-item {
  padding: 0.34rem 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.21rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
}
.feature-section .feature-item:hover {
  box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.3);
}
.feature-section .feature-item img {
  width: 0.58rem;
  height: 0.58rem;
}
.feature-section .feature-item .feature-title {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 900;
  font-size: 0.16rem;
  line-height: 0.19rem;
  margin: 0.21rem 0 0.13rem;
}
.feature-section .feature-item .feature-desc {
  width: 1.22rem;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.09rem;
}
/* 底部 */
.footer {
  height: 2.85rem;
  padding: 0.5rem 0.56rem 0;
  background: #2d2d2d;
}
.footer .footer-left {
  max-width: 2.97rem;
  margin-right: 2.9rem;
}
.footer .footer-left img {
  width: 0.39rem;
  margin: 0.12rem 0.08rem 0 0;
}
.footer .footer-left .name {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 900;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.16rem;
}
.footer .footer-left .left-bottom {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: 400;
  font-size: 0.09rem;
  color: #64748b;
  line-height: 0.15rem;
  margin-top: 0.17rem;
}
.footer .footer-right .title {
  font-family:
    Noto Sans SC,
    Noto Sans SC;
  font-weight: bold;
  font-size: 0.08rem;
  color: #ffffff;
  line-height: 0.13rem;
  letter-spacing: 3px;
}
.footer .footer-right .info img {
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.08rem;
}
.footer .footer-right .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-right .email-info {
  margin: 0.17rem 0 0.1rem;
}
.footer .line {
  width: 100%;
  height: 0;
  border-bottom: 0.01rem solid #1e293b;
  margin: 0.59rem 0 0.5rem;
}
.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;
}
