* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
body {
  font-family: "Microsoft YaHei", system-ui;
  color: #182838;
  background: #fff;
  overflow-x: hidden;
}
.wrap10 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

/* 导航 */
.hx10-header {
  width: 100%;
  background: linear-gradient(90deg, #08121D, #122A3F);
  z-index: 999;
}
.hx10-head-row {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hx10-logo h1 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}
.hx10-logo1 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}
.hx10-nav {
  display: flex;
  gap: 34px;
}
.hx10-nav li a {
  color: #AAB7C4;
  font-size: 15px;
  padding: 7px 0;
  position: relative;
  transition: var(--trans);
}
.hx10-nav li.active a {
  color: #FF6B35;
}
.hx10-nav li.active a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(#FF6B35, #D4AF37);
  position: absolute;
  left: 0;
  bottom: 0;
}
.hx10-nav li a:hover {
  color: #FF6B35;
}

/* 首页 Banner */
.hx10-banner {
  width: 100%;
  min-height: 680px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(31,78,121,0.95), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(255,107,53,0.90), transparent 32%),
    radial-gradient(circle at 50% 85%, rgba(212,175,55,0.86), transparent 36%),
    linear-gradient(150deg, #08121D, #122A3F);
}
.hx10-light-left {
  position: absolute;
  left: -220%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  animation: hx10FlowL 4.2s linear infinite;
}
.hx10-light-right {
  position: absolute;
  right: -220%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, transparent, rgba(255,107,53,0.20), transparent);
  animation: hx10FlowR 6.2s linear infinite;
}
.hx10-dots span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  animation: hx10Float 17s linear infinite;
}
.hx10-dots span:nth-child(1) { top:7%; left:4%; animation-delay:0s; }
.hx10-dots span:nth-child(2) { top:35%; left:18%; animation-delay:2s; }
.hx10-dots span:nth-child(3) { top:72%; left:8%; animation-delay:4s; }
.hx10-dots span:nth-child(4) { top:22%; left:76%; animation-delay:6s; }
.hx10-dots span:nth-child(5) { top:68%; left:85%; animation-delay:8s; }
.hx10-ring {
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: hx10Spin 30s linear infinite;
}
.hx10-ring-outer {
  width: 860px;
  height: 860px;
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: hx10SpinOuter 38s linear infinite reverse;
}
.hx10-ban-text {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.hx10-ban-text .ban-title {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 24px;
}
.hx10-ban-text .ban-desc {
  font-size: 21px;
  line-height: 2.1;
  margin-bottom: 48px;
  opacity: 0.96;
}
.hx10-ban-btn {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.hx10-btn-main {
  padding: 18px 48px;
  background: linear-gradient(135deg, #FF6B35, #FF8E53);
  color: #111;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 0 38px rgba(255,107,53,0.48);
  transition: var(--trans);
}
.hx10-btn-main:hover {
  transform: translateY(-10px) scale(1.07);
  box-shadow: 0 0 64px rgba(255,107,53,0.78);
}
.hx10-btn-line {
  padding: 18px 48px;
  border: 1px solid rgba(255,255,255,0.92);
  color: #fff;
  border-radius: 999px;
  transition: var(--trans);
}
.hx10-btn-line:hover {
  background: #fff;
  color: #1F4E79;
  transform: translateY(-10px) scale(1.07);
}

/* 内页 Banner */
.hx10-inner-ban {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 21%, rgba(31,78,121,0.92), transparent 30%),
    radial-gradient(circle at 87% 15%, rgba(255,107,53,0.88), transparent 30%),
    radial-gradient(circle at 50% 79%, rgba(212,175,55,0.84), transparent 34%),
    linear-gradient(150deg, #08121D, #122A3F);
}
.hx10-inner-ban .hx10-light-left,
.hx10-inner-ban .hx10-light-right,
.hx10-inner-ban .hx10-dots,
.hx10-inner-ban .hx10-ring,
.hx10-inner-ban .hx10-ring-outer {
  transform: scale(0.55);
}
.hx10-inner-text h1 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 14px;
}
.hx10-inner-text p {
  font-size: 18px;
  color: rgba(255,255,255,0.92);
}

/* 面包屑 */
.hx10-bread {
  padding: 30px 0;
  font-size: 14px;
  color: #AAB7C4;
}
.hx10-bread a {
  color: #1F4E79;
}

/* 二级导航 */
.hx10-subnav {
  padding: 16px 0 38px;
}
.hx10-subnav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.hx10-subnav-item a {
  padding: 14px 30px;
  border: 1px solid #DDEBF2;
  border-radius: 10px;
  display: inline-block;
  transition: var(--trans);
}
.hx10-subnav-item.active a {
  background: linear-gradient(135deg, #1F4E79, #2A6590);
  color: #fff;
  border-color: #1F4E79;
}
.hx10-badge {
  padding: 4px 11px;
  font-size: 12px;
  border-radius: 16px;
  margin-left: 9px;
}
.hx10-subnav-item.active .hx10-badge {
  background: #fff;
  color: #1F4E79;
}
.hx10-subnav-item:not(.active) .hx10-badge {
  background: #1F4E79;
  color: #fff;
}

/* 数据区块 */
.hx10-data {
  width: 100%;
  padding: 86px 0;
  margin: 76px 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 23%, rgba(31,78,121,0.93), transparent 32%),
    radial-gradient(circle at 91% 15%, rgba(255,107,53,0.89), transparent 32%),
    radial-gradient(circle at 50% 83%, rgba(212,175,55,0.85), transparent 36%),
    linear-gradient(150deg, #08121D, #122A3F);
}
.hx10-data .hx10-light-left {
  animation-duration: 5.5s;
}
.hx10-data .hx10-dots span {
  background: rgba(255,255,255,0.55);
}
.hx10-data-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 38px;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.hx10-data-num {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 16px;
  animation: hx10Breath 3.6s alternate infinite ease;
}
.hx10-data-text {
  font-size: 19px;
  opacity: 0.95;
}

/* 区块标题 */
.hx10-title {
  text-align: center;
  margin-bottom: 64px;
}
.hx10-title h2 {
  font-size: 38px;
  margin-bottom: 18px;
}
.hx10-title p {
  font-size: 19px;
  color: #AAB7C4;
}

/* 服务卡片 */
.hx10-service-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 34px;
  margin-bottom: 86px;
}
.hx10-service-card {
  display: block;
  border: 1px solid #DDEBF2;
  border-radius: 18px;
  padding: 38px 28px;
  text-align: center;
  transition: var(--trans);
}
.hx10-service-card:hover {
  border-color: #1F4E79;
  transform: translateY(-14px);
  box-shadow: 0 20px 48px rgba(31,78,121,0.18);
}
.hx10-service-ico {
  width: 86px;
  height: 86px;
  margin: 0 auto 28px;
}
.hx10-service-card h3 {
  font-size: 24px;
  margin-bottom: 18px;
}
.hx10-service-card p {
  font-size: 16px;
  color: #AAB7C4;
  line-height: 1.85;
}

/* 图文卡片 */
.hx10-img-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 34px;
  margin-bottom: 56px;
}
.hx10-img-card {
  border: 1px solid #DDEBF2;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  transition: var(--trans);
}
.hx10-img-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 20px 48px rgba(31,78,121,0.18);
}
.hx10-img {
  width: 100%;
  height: 182px;
  object-fit: cover;
}
.hx10-card-text {
  padding: 28px;
}
.hx10-card-text h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.hx10-card-text p {
  font-size: 16px;
  color: #AAB7C4;
  line-height: 1.75;
}
.hx10-more {
  text-align: center;
  margin-bottom: 86px;
}
.hx10-more a {
  color: #1F4E79;
  font-size: 19px;
  font-weight: 600;
}

/* 资讯列表 */
.hx10-news-list {
  margin-bottom: 56px;
}
.hx10-news-item {
  display: flex;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid #DDEBF2;
}
.hx10-news-pic {
  width: 260px;
  height: 162px;
  border-radius: 12px;
  object-fit: cover;
}
.hx10-news-text h2 {
  font-size: 24px;
  margin-bottom: 18px;
}
.hx10-news-time {
  font-size: 15px;
  color: #AAB7C4;
  margin-bottom: 18px;
}
.hx10-news-desc {
  font-size: 16px;
  color: #AAB7C4;
  line-height: 1.85;
}
.hx10-page {
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 42px 0;
}
.hx10-page a {
  padding: 14px 22px;
  border: 1px solid #DDEBF2;
  border-radius: 8px;
  font-size: 14px;
}

/* 文章详情 */
.hx10-detail {
  padding-bottom: 86px;
}
.hx10-detail h1 {
  font-size: 38px;
  margin-bottom: 24px;
}
.hx10-detail-date {
  font-size: 17px;
  color: #AAB7C4;
  padding-bottom: 24px;
  margin-bottom: 42px;
  border-bottom: 1px solid #DDEBF2;
}
.hx10-detail-content {
  font-size: 20px;
  line-height: 2.1;
  color: #182838;
}
.hx10-prev-next {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #DDEBF2;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #AAB7C4;
}

/* 通用正文 */
.hx10-content {
  font-size: 20px;
  line-height: 2.1;
  color: #182838;
  padding-bottom: 86px;
}

/* 底部转化 */
.hx10-action {
  width: 100%;
  padding: 110px 0;
  margin-top: 76px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(31,78,121,0.95), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(255,107,53,0.90), transparent 34%),
    radial-gradient(circle at 50% 88%, rgba(212,175,55,0.86), transparent 38%),
    linear-gradient(150deg, #08121D, #122A3F);
}
.hx10-action .hx10-light-left {
  animation-duration: 4.2s;
}
.hx10-action .hx10-light-right {
  animation-duration: 6.2s;
}
.hx10-action .hx10-dots span {
  background: rgba(255,255,255,0.65);
}
.hx10-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.hx10-action-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hx10-action-desc {
  font-size: 20px;
  opacity: 0.96;
}
.hx10-action-btn {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.hx10-action-btn1 {
  padding: 19px 48px;
  background: linear-gradient(135deg, #FF6B35, #FF8E53);
  color: #111;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 0 42px rgba(255,107,53,0.46);
  transition: var(--trans);
}
.hx10-action-btn1:hover {
  transform: translateY(-9px) scale(1.06);
  box-shadow: 0 0 66px rgba(255,107,53,0.76);
}
.hx10-action-btn2 {
  padding: 19px 48px;
  background: #fff;
  color: #1F4E79;
  border-radius: 999px;
  transition: var(--trans);
}
.hx10-action-btn2:hover {
  transform: translateY(-9px) scale(1.06);
  box-shadow: 0 0 50px rgba(255,255,255,0.42);
}

/* 页脚 */
.hx10-footer {
  background: linear-gradient(90deg, #08121D, #122A3F);
  color: #AAB7C4;
  padding: 80px 0 48px;
}
.hx10-footer-row {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 60px;
}
.hx10-footer h4,
.hx10-footer .hx10-foot-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
}
.hx10-footer p {
  line-height: 2.3;
  font-size: 14px;
}
.hx10-footer-links span {
  color: #fff;
  margin-right: 14px;
}
.hx10-footer-links a {
  margin-right: 20px;
  font-size: 14px;
  color: #AAB7C4;
}
.hx10-copyright {
  border-top: 1px solid #1E3044;
  padding-top: 32px;
  text-align: center;
  font-size: 14px;
}
.hx10-copyright a {
  color: #FF6B35;
  margin-left: 18px;
}

/* 动画 */
@keyframes hx10FlowL {
  0% { left: -220%; }
  100% { left: 220%; }
}
@keyframes hx10FlowR {
  0% { right: -220%; }
  100% { right: 220%; }
}
@keyframes hx10Float {
  0% { transform: translate(0,0) scale(1); opacity:0; }
  20% { opacity:1; }
  80% { opacity:1; }
  100% { transform: translate(200px,-300px) scale(0); opacity:0; }
}
@keyframes hx10Spin {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes hx10SpinOuter {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(-360deg); }
}
@keyframes hx10Breath {
  0% { transform: scale(1); }
  100% { transform: scale(1.10); }
}

/* 移动端适配 */
@media screen and (max-width:1024px) {
  .hx10-data-grid,
  .hx10-service-grid,
  .hx10-img-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .hx10-action-row,
  .hx10-footer-row {
    flex-direction: column;
    text-align: center;
  }
  .hx10-action-btn {
    justify-content: center;
  }
  .hx10-ban-text .ban-title {
    font-size: 42px;
  }
}
@media screen and (max-width:768px) {
  .hx10-head-row {
    height: auto;
    flex-direction: column;
    padding: 24px 0;
    gap: 24px;
  }
  .hx10-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .hx10-banner {
    min-height: 500px;
  }
  .hx10-ban-text .ban-title {
    font-size: 34px;
  }
  .hx10-ban-btn {
    flex-direction: column;
  }
  .hx10-btn-main,
  .hx10-btn-line {
    width: 100%;
    text-align: center;
  }
  .hx10-inner-ban {
    height: 240px;
  }
  .hx10-inner-text h1 {
    font-size: 32px;
  }
  .hx10-title h2,
  .hx10-action-title {
    font-size: 32px;
  }
  .hx10-news-item {
    flex-direction: column;
  }
  .hx10-news-pic {
    width: 100%;
    height: 240px;
  }
  .hx10-detail h1 {
    font-size: 30px;
  }
  .hx10-ring,
  .hx10-ring-outer {
    width: 420px;
    height: 420px;
  }
}
@media screen and (max-width:480px) {
  .hx10-ban-text .ban-title {
    font-size: 28px;
  }
  .hx10-data-grid,
  .hx10-service-grid,
  .hx10-img-grid {
    grid-template-columns: 1fr;
  }
  .hx10-data-num {
    font-size: 40px;
  }
  .hx10-subnav-row {
    gap: 14px;
  }
  .hx10-subnav-item a {
    padding: 10px 20px;
    font-size: 13px;
  }
  .hx10-action {
    padding: 78px 0;
  }
  .hx10-action-btn1,
  .hx10-action-btn2 {
    width: 100%;
    text-align: center;
  }
  .hx10-page {
    flex-wrap: wrap;
  }
}
