/* 主题三色：暗玫紫#720E4F / 青柠绿#38B000 / 亮金黄#FFD60A */
:root {
  --main: #720E4F;
  --aux: #38B000;
  --shine: #FFD60A;
  --dark-bg: #1F0817;
  --white: #ffffff;
  --gray-text: #C8AFC0;
  --light-bg: #F9EEF6;
  --trans: all 0.3s ease;
}
* {
  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: #2E0F24;
  background: #fff;
  overflow-x: hidden;
}
.wrap17 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

/* 导航 vt17-header */
.vt17-header {
  width: 100%;
  background: linear-gradient(90deg, #1F0817, #2C0C20);
  z-index: 999;
}
.head-row17 {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.log-vt17 h1 {
  font-size: 25px;
  font-weight: 700;
  color: var(--white);
}
.log-vt1717 {
  font-size: 25px;
  font-weight: 700;
  color: var(--white);
}
.nav-vt17 {
  display: flex;
  gap: 34px;
}
.nav-vt17 li a {
  color: #D4BBCD;
  font-size: 15px;
  padding: 7px 0;
  position: relative;
  transition: var(--trans);
}
.nav-vt17 li.active a {
  color: var(--shine);
}
.nav-vt17 li.active a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(var(--aux), var(--shine));
  position: absolute;
  left: 0;
  bottom: 0;
}
.nav-vt17 li a:hover {
  color: var(--shine);
}

/* 首页首屏 vt17-banner 超大动态光效 */
.vt17-banner {
  width: 100%;
  min-height: 680px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(114,14,79,0.94), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(56,176,0,0.89), transparent 32%),
    radial-gradient(circle at 50% 85%, rgba(255,214,10,0.86), transparent 36%),
    linear-gradient(150deg, #1F0817, #2C0C20);
}
.light-l17 {
  position: absolute;
  left: -235%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.27), transparent);
  animation: flowL17 4.2s linear infinite;
}
.light-r17 {
  position: absolute;
  right: -235%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, transparent, rgba(56,176,0,0.21), transparent);
  animation: flowR17 6.9s linear infinite;
}
.dot-box17 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dot-box17 span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  animation: dotDrift17 17.5s linear infinite;
}
.dot-box17 span:nth-child(1){top:7%;left:5%;animation-delay:0s;}
.dot-box17 span:nth-child(2){top:34%;left:18%;animation-delay:2.1s;}
.dot-box17 span:nth-child(3){top:71%;left:8%;animation-delay:4.2s;}
.dot-box17 span:nth-child(4){top:20%;left:79%;animation-delay:6.3s;}
.dot-box17 span:nth-child(5){top:69%;left:85%;animation-delay:8.4s;}
.ring-inner17 {
  width: 670px;
  height: 670px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: spin17 27.2s linear infinite;
}
.ring-outer17 {
  width: 840px;
  height: 840px;
  border: 1px solid rgba(255,214,10,0.12);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: spinRev17 38s linear reverse infinite;
}
.ban-cont17 {
  position: relative;
  z-index: 2;
  color: var(--white);
}
.ban-title-p17 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 22px;
}
.ban-desc-p17 {
  font-size: 20px;
  line-height: 2.05;
  margin-bottom: 46px;
  opacity: 0.96;
}
.ban-btn-row17 {
  display: flex;
  gap: 28px;
}
.btn-main17 {
  padding: 18px 46px;
  background: linear-gradient(135deg, var(--aux), #49C800);
  color: #0F2000;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 0 38px rgba(56,176,0,0.47);
  transition: var(--trans);
}
.btn-main17:hover {
  transform: translateY(-9px) scale(1.06);
  box-shadow: 0 0 60px rgba(56,176,0,0.77);
}
.btn-trans17 {
  padding: 18px 46px;
  border: 1px solid rgba(255,255,255,0.92);
  color: var(--white);
  border-radius: 999px;
  transition: var(--trans);
}
.btn-trans17:hover {
  background: #fff;
  color: var(--main);
  transform: translateY(-9px) scale(1.06);
}

/* 内页通用Banner */
.inner-ban17 {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 21%, rgba(114,14,79,0.91), transparent 30%),
    radial-gradient(circle at 87% 15%, rgba(56,176,0,0.87), transparent 30%),
    radial-gradient(circle at 50% 79%, rgba(255,214,10,0.84), transparent 34%),
    linear-gradient(150deg, #1F0817, #2C0C20);
}
.inner-ban17 .light-l17,.inner-ban17 .light-r17,.inner-ban17 .dot-box17,.inner-ban17 .ring-inner17,.inner-ban17 .ring-outer17 {
  transform: scale(0.6);
}
.inner-text17 h1 {
  font-size: 42px;
  color: var(--white);
  margin-bottom: 14px;
}
.inner-text17 p {
  font-size: 18px;
  opacity: 0.93;
  color: #fff;
}

/* 面包屑 */
.bread17 {
  padding: 30px 0;
  font-size: 14px;
  color: var(--gray-text);
}
.bread17 a {
  color: var(--main);
}

/* 二级子导航 */
.sub-nav17 {
  padding: 16px 0 38px;
}
.sub-row17 {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.sub-item17 a {
  padding: 14px 30px;
  border: 1px solid #F0E1E9;
  border-radius: 10px;
  display: inline-block;
  transition: var(--trans);
}
.sub-item17.active a {
  background: linear-gradient(135deg, var(--main), #83135C);
  color: #fff;
  border-color: var(--main);
}
.sub-tag {
  padding: 4px 11px;
  font-size: 12px;
  border-radius: 16px;
  margin-left: 9px;
}
.sub-item17.active .sub-tag {
  background: #fff;
  color: var(--main);
}
.sub-item17:not(.active) .sub-tag {
  background: var(--main);
  color: #fff;
}

/* 数据区块 vt17-data */
.vt17-data {
  width: 100%;
  padding: 86px 0;
  margin: 76px 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 23%, rgba(114,14,79,0.92), transparent 32%),
    radial-gradient(circle at 91% 15%, rgba(56,176,0,0.88), transparent 32%),
    radial-gradient(circle at 50% 83%, rgba(255,214,10,0.85), transparent 36%),
    linear-gradient(150deg, #1F0817, #2C0C20);
}
.vt17-data .light-l17 { animation-duration:6.3s; }
.vt17-data .dot-box17 span { background: rgba(255,255,255,0.57); }
.data-grid17 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 38px;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.data-num17 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 16px;
  animation: numPulse17 3.7s alternate infinite ease;
}
.data-desc17 {
  font-size: 19px;
  opacity: 0.95;
}

/* 区块标题 h2/h3 原样保留 */
.section-title17 {
  text-align: center;
  margin-bottom: 64px;
}
.section-title17 h2 {
  font-size: 38px;
  margin-bottom: 18px;
}
.section-title17 p {
  font-size: 19px;
  color: var(--gray-text);
}

/* 服务卡片 */
.service-grid17 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 34px;
  margin-bottom: 86px;
}
.service-card17 {
  display: block;
  border: 1px solid #F0E1E9;
  border-radius: 18px;
  padding: 38px 28px;
  text-align: center;
  transition: var(--trans);
}
.service-card17:hover {
  border-color: var(--main);
  transform: translateY(-14px);
  box-shadow: 0 20px 48px rgba(114,14,79,0.18);
}
.service-ico17 {
  width: 86px;
  height: 86px;
  margin: 0 auto 28px;
}
.service-card17 h3 {
  font-size: 24px;
  margin-bottom: 18px;
}
.service-card17 p {
  font-size: 16px;
  color: var(--gray-text);
  line-height: 1.85;
}

/* 图文卡片 */
.img-grid17 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 34px;
  margin-bottom: 56px;
}
.img-card17 {
  border: 1px solid #F0E1E9;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  transition: var(--trans);
}
.img-card17:hover {
  transform: translateY(-14px);
  box-shadow: 0 20px 48px rgba(114,14,79,0.18);
}
.card-img17 {
  width: 100%;
  height: 182px;
  object-fit: cover;
}
.card-text17 {
  padding: 28px;
}
.card-text17 h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.card-text17 p {
  font-size: 16px;
  color: var(--gray-text);
  line-height: 1.75;
}
.more-box17 {
  text-align: center;
  margin-bottom: 86px;
}
.more-link17 {
  color: var(--main);
  font-size: 19px;
  font-weight: 500;
}

/* 资讯列表 */
.news-wrap17 {
  margin-bottom: 56px;
}
.news-item17 {
  display: flex;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid #F0E1E9;
}
.news-pic17 {
  width: 260px;
  height: 162px;
  border-radius: 12px;
  object-fit: cover;
}
.news-text17 h2 {
  font-size: 24px;
  margin-bottom: 18px;
}
.news-time17 {
  font-size: 15px;
  color: var(--gray-text);
  margin-bottom: 18px;
}
.news-desc17 {
  font-size: 16px;
  color: var(--gray-text);
  line-height: 1.85;
}
.page-bar17 {
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 42px 0;
}
.page-bar17 a {
  padding: 14px 22px;
  border: 1px solid #F0E1E9;
  border-radius: 8px;
  font-size: 14px;
}

/* 文章详情 */
.detail-wrap17 {
  padding-bottom: 86px;
}
.detail-h17 {
  font-size: 38px;
  margin-bottom: 24px;
}
.detail-date17 {
  font-size: 17px;
  color: var(--gray-text);
  padding-bottom: 24px;
  margin-bottom: 42px;
  border-bottom: 1px solid #F0E1E9;
}
.detail-cont17 {
  font-size: 20px;
  line-height: 2.1;
  color: #2E0F24;
}
.prev-next17 {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #F0E1E9;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: var(--gray-text);
}

/* 通用正文 */
.cont-wrap17 {
  font-size: 20px;
  line-height: 2.1;
  color: #2E0F24;
  padding-bottom: 86px;
}

/* 底部转化 vt17-action h2替换加粗p */
.vt17-action {
  width: 100%;
  padding: 110px 0;
  margin-top: 76px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(114,14,79,0.93), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(56,176,0,0.89), transparent 34%),
    radial-gradient(circle at 50% 88%, rgba(255,214,10,0.86), transparent 38%),
    linear-gradient(150deg, #1F0817, #2C0C20);
}
.vt17-action .light-l17 { animation-duration:4.2s; }
.vt17-action .light-r17 { animation-duration:6.2s; }
.vt17-action .dot-box17 span { background: rgba(255,255,255,0.64); }
.action-row17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.action-bold-p17 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.action-desc17 {
  font-size: 20px;
  opacity: 0.96;
}
.action-btn-group17 {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.action-btn17 {
  padding: 19px 48px;
  background: linear-gradient(135deg, var(--aux), #49C800);
  color: #0F2000;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 0 40px rgba(56,176,0,0.45);
  transition: var(--trans);
}
.action-btn17:hover {
  transform: translateY(-9px) scale(1.06);
  box-shadow: 0 0 62px rgba(56,176,0,0.73);
}
.action-btn27 {
  padding: 19px 48px;
  background: #fff;
  color: var(--main);
  border-radius: 999px;
  transition: var(--trans);
}
.action-btn27:hover {
  transform: translateY(-9px) scale(1.06);
  box-shadow: 0 0 48px rgba(255,255,255,0.4);
}

/* 页脚 vt17-footer h4全部替换p */
.vt17-footer {
  background: linear-gradient(90deg, #1F0817, #2C0C20);
  color: #D4BBCD;
  padding: 80px 0 48px;
}
.foot-row17 {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 60px;
}
.foot-block17 .foot-title-p {
  font-size: 22px;
  color: var(--white);
  margin-bottom: 30px;
}
.foot-block17 p {
  line-height: 2.3;
  font-size: 14px;
}
.foot-link-bar span {
  color: #fff;
  margin-right: 14px;
}
.foot-link-bar a {
  margin-right: 20px;
  font-size: 14px;
  color: #D4BBCD;
}
.copy17 {
  border-top: 1px solid #321327;
  padding-top: 32px;
  text-align: center;
  font-size: 14px;
}
.copy17 a {
  color: var(--shine);
  margin-left: 18px;
}

/* 全局动画 */
@keyframes flowL17 {
  0% { left: -235%; }
  100% { left: 235%; }
}
@keyframes flowR17 {
  0% { right: -235%; }
  100% { right: 235%; }
}
@keyframes dotDrift17 {
  0% { transform: translate(0,0) scale(1); opacity:0; }
  20% { opacity:1; }
  80% { opacity:1; }
  100% { transform: translate(220px,-320px) scale(0); opacity:0; }
}
@keyframes spin17 {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes spinRev17 {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(-360deg); }
}
@keyframes numPulse17 {
  0% { transform: scale(1); }
  100% { transform: scale(1.09); }
}

/* 移动端适配 */
@media screen and (max-width:1024px) {
  .data-grid17,.service-grid17,.img-grid17 { grid-template-columns: repeat(2,1fr); }
  .action-row17,.foot-row17 { flex-direction: column; text-align:center; }
  .action-btn-group17 { justify-content:center; }
  .ban-title-p17 { font-size:42px; }
}
@media screen and (max-width:768px) {
  .head-row17 { height:auto; flex-direction:column; padding:24px 0; gap:24px; }
  .nav-vt17 { flex-wrap:wrap; justify-content:center; gap:24px; }
  .vt17-banner { min-height:500px; }
  .ban-title-p17 { font-size:34px; }
  .ban-btn-row17 { flex-direction:column; }
  .btn-main17,.btn-trans17 { width:100%; text-align:center; }
  .inner-ban17 { height:240px; }
  .inner-text17 h1 { font-size:32px; }
  .section-title17 h2,.action-bold-p17 { font-size:32px; }
  .news-item17 { flex-direction:column; }
  .news-pic17 { width:100%; height:240px; }
  .detail-h17 { font-size:30px; }
  .ring-inner17,.ring-outer17 { width:400px; height:400px; }
}
@media screen and (max-width:480px) {
  .ban-title-p17 { font-size:28px; }
  .data-grid17,.service-grid17,.img-grid17 { grid-template-columns:1fr; }
  .data-num17 { font-size:40px; }
  .sub-row17 { gap:14px; }
  .sub-item17 a { padding:10px 20px; font-size:13px; }
  .vt17-action { padding:78px 0; }
  .action-btn17,.action-btn27 { width:100%; text-align:center; }
  .page-bar17 { flex-wrap:wrap; }
}
