/*-------整屏轮播---------------*/
 * {
            padding: 0;
            margin: 0;
        }
ol, ul {
	list-style: none;
	text-decoration:none;
}
a {
  text-decoration: none;
}
html,body {
            width: 100%;
			text-decoration:none;
			list-style:none;
			font: 14px/1.8 "HarmonyOS";
			color:#222;
        }
		
.sjcy_a{width:100%;float:left;position:fixed;top:0px;left:0px;z-index:999;}	
.sjcy_aa{width:96%;float:left;margin:0px 2%;}
.sjcy_aac{width:7%;margin:1%;float:left;}
.sjcy_aac h1 a img{width:100%;float:left;}
.sjc_ban{width:100%;float:left;}
.sjc_ban img{width:100%;float:left;}
.sjcy_aab{width:70%;float:left;}
.sjcy_aab span{width:100%;float:left;}
.sjcy_aab span a{width:11%;float:left;line-height:120px;font-size:18px;color:#fff;text-align:center;}
.sjcy_aac{width:6%;float:left;}
.jij_ser{width:100%;float:right;margin-top:12%;}
.jij_ser form{ width:100%;float:left;align-items: center; height: 36px;line-height: 34px; border-radius: 18px;border: solid 1px #fff;padding-right: 12px;}
.search-sub {width:10%; margin-top:5%;height: 18px;font-size: 18px; border:none;color: #fff;cursor: pointer;background:transparent;}
.search-inp{width:85%;padding-left:5%;float:left;border:none;background:transparent;outline:none;height:38px;box-sizing:border-box;}
.search-sub img{width:100%;float:left;}
.jj_nav a:hover,.ncp_left span a:hover{color:#c39c61 !important;}
.sjcy_aad{width:10%;float:right;}
.sjcy_aad span{width:100%;float:left;font-size:25px;line-height:120px;color:#fff;font-weight:bold;}
/* 头部默认样式 */
/* 滚动后添加的类，透明黑色 */
.sjcy_a.scroll-dark {
    background: rgba(0,0,0,0.3); /* 黑色透明，0.7透明度可自行调整0~1 */
}
/* 滚动后导航文字变白，避免看不清 */
.sjcy_a.scroll-dark .sjcy_aab a,
.sjcy_a.scroll-dark .sjcy_aad span {
    color: #ffffff;
}
/*----------产品展示-----------*/
.sjc_cp{width:100%;float:left;}
.section-title{width:20%;float:left;margin-top:3%;}
.sjc_cphj{width:100%;float:left;border-bottom:solid 1px #e1e1e1;}
.section-title h2 {
            font-size: 52px;
            letter-spacing: 2px;
        }
        .product-show {
			width:80%;float:left;
            padding:0px 10% 4% 10%;
            background: var(--black-mid);
        }
		 .product-how {
			width:80%;float:left;
            padding:0px 10% 0% 10%;
            background: var(--black-mid);
        }
        .product-card-wrap {
			width:100%;float:right;
			margin-top:3%;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 60px;
            align-items: center;
        }
        .card-img {
            width: 100%;
            border-radius: 6px;
            overflow: hidden;
            position: relative;
        }
        .card-img img {
            width: 100%;
            transition: transform 0.6s ease;
        }
        .card-img:hover img {
            transform: scale(1.08);
        }
        .light-line {
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
            transition: left 0.8s ease;
        }
        .card-img:hover .light-line {
            left: 100%;
        }
        .card-text h3 {
            font-size: 36px;
            margin-bottom: 20px;
			color:#222;
        }
        .card-text p {
            color: var(--text-gray);
            line-height: 1.8;
            margin-bottom: 32px;
            font-size: 17px;
			color:#222;
        }
        .spec-list {
            margin-bottom: 40px;
        }
        .spec-list li {
            list-style: none;
            color: var(--text-gray);
            padding: 10px 0;
            border-bottom: 1px solid rgba(212,175,55,0.1);
            display: flex;
            justify-content: space-between;
			color:#222;
        }
        .spec-list li span {
            color: var(--gold);
			color:#222;
        }
        /* 底部预约区 */
        .reserve {
            padding: 120px 6%;
            text-align: center;
        }
        .reserve h2 {
            font-size: 30px;
            margin-bottom: 22px;
        }
        .reserve p {
            color: var(--text-gray);
            max-width: 650px;
            margin: 0 auto 45px;
            font-size: 15px;
            line-height: 1.8;
        }
		.main-btn {
            padding: 16px 40px;
            background:linear-gradient(90deg, #bfbfbf, #9ea5af);
            color: #000;
            text-decoration: none;
            font-weight: 500;
            letter-spacing: 2px;
            transition: var(--transition-all);
            box-shadow: 0 0 25px rgb(200 201 219 / 30%);
        }
        .main-btn:hover {
            box-shadow: 0 0 40px rgba(200,201,219,0.5);
            transform: translateY(-4px);
        }
        /* 响应式适配 */
        @media(max-width:1024px) {
            h1 { font-size: 52px; }
            .adv-list { grid-template-columns: repeat(2,1fr); }
            .product-card-wrap { grid-template-columns: 1fr; gap: 40px; }
        }
        @media(max-width:768px) {
            .nav-list { display: none; }
            h1 { font-size: 40px; }
            .hero { flex-direction: column; text-align: center; gap: 60px; padding-top: 120px; }
            .hero-buttons { justify-content: center; flex-wrap: wrap; }
            .adv-list { grid-template-columns: 1fr; }
            .section-title h2 { font-size: 32px; }
        }
		
.spjce_a{width:80%;margin:0px 10%;float:left;}
/* 产品网格布局 */
    .product-wrap {
      padding-bottom: 80px;
    }
    .product-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 32px;
    }
    /* 平板两列 */
    @media (min-width: 640px) {
      .product-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    /* 桌面三列 */
    @media (min-width: 1024px) {
      .product-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    /* 高端产品卡片 */
    .product-card {
		width:20.8%;
		float:left;
		margin:1%;
		background:linear-gradient(145deg, #c4c6c9, #ededed);
		border: 1px solid rgba(200, 169, 126, 0.15);
		border-radius: 16px;
		padding: 1%;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    .product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(200, 169, 126, 0.12);
      border-color: rgba(200, 169, 126, 0.4);
    }
    /* 产品图片容器 */
    .img-box {
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 24px;
    }
    .product-img {
      width: 100%;
      height: 256px;
      object-fit: cover;
      filter: brightness(0.95) contrast(1.05);
      transition: transform 0.5s ease;
    }
    .product-card:hover .product-img {
      transform: scale(1.05);
    }
    /* 产品标签、文字 */
    .product-tag {
      font-size: 12px;
      letter-spacing: 0.2em;
      color: #4d4d4d;
    }
    .product-name {
      font-size: 20px;
      font-weight: 300;
      margin: 8px 0 12px;
      color: #222;
    }
    .product-intro {
      font-size: 14px;
      color: #999;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    .price-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .price-text {
      font-size: 18px;
      color: #8f8a82;
      font-weight: 500;
    }
    .detail-btn {
      border: 1px solid rgb(211 205 196 / 40%);
      color: #7f7e7d;
      background: transparent;
      padding: 8px 16px;
      border-radius: 4px;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .detail-btn:hover {
      background-color: #C8A97E;
      color: #0F1118;
    }
.setion-title{width:100%;float:left;}
/*----------产品展示-----------*/

/*----------新闻资讯-----------*/
.jcy_xw{width:100%;float:left;}
/* 区块外层容器 */
    .module-section {
      padding: 80px 0;
      position: relative;
      background: linear-gradient(135deg, #060b1a 0%, #0f1b42 100%);
      overflow: hidden;
    }
    /* 旋转流光背景 */
    .light-glow::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle, rgba(0,150,255,0.08) 0%, transparent 60%);
      animation: rotateGlow 12s linear infinite;
      z-index: 0;
    }
    /* 模糊光斑装饰 */
    .bg-blur-1 {
      position: absolute;
      top: 80px;
      left: 40px;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background: rgba(0, 102, 255, 0.05);
      filter: blur(48px);
    }
    .bg-blur-2 {
      position: absolute;
      bottom: 40px;
      right: 80px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(32, 96, 255, 0.05);
      filter: blur(48px);
    }
    .container {
		
	  width: 80%;
      margin: 0px 10%;
	  float:left;
      position: relative;
      z-index: 1;
    }
    /* 头部标题区域 */
    .section-head {
      text-align: center;
      margin-bottom: 100px;
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .section-head.show {
      opacity: 1;
      transform: translateY(0);
    }
    .tag-label {
      display: inline-block;
      padding: 6px 16px;
      border: 1px solid rgba(0, 102, 255, 0.4);
      border-radius: 999px;
      color: #0066ff;
      font-size: 14px;
      letter-spacing: 2px;
      margin-bottom: 24px;
    }
    .main-title {
      font-size: clamp(32px, 5vw, 56px);
      font-weight: bold;
      margin-bottom: 16px;
      background: linear-gradient(90deg, #40a0ff, #00e0ff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .desc-text {
      max-width: 720px;
      margin: 0 auto;
      font-size: 18px;
      color: #9ca3af;
      line-height: 1.7;
    }

    /* 三栏布局容器 */
    .card-wrap {
      width:100%;float:left;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
    }
    @media screen and (max-width: 992px) {
      .card-wrap {
        grid-template-columns: repeat(1, 1fr);
      }
    }
    /* 卡片基础动画入场 */
    .column-card {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .column-card.show {
		width:23%;float:left;margin:1%;
      opacity: 1;
      transform: translateY(0);
    }
    .card-box {
      background: #0a1024;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 10px 40px rgba(0, 102, 255, 0.15);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      height: 100%;
    }
    .card-box:hover {
      transform: translateY(-12px);
      box-shadow: 0 20px 60px rgba(0, 102, 255, 0.25);
    }
    /* 卡片图片区域 */
    .card-img-box {
		width:100%;float:left;
      height: 240px;
      overflow: hidden;
      position: relative;
    }
    .card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.7s ease;
    }
    .card-box:hover .card-img {
      transform: scale(1.1);
    }
    .img-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0,10,30,0.9) 0%, rgba(0,80,200,0.2) 60%, transparent 100%);
    }
    .icon-float-box {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: rgba(0, 102, 255, 0.2);
      backdrop-filter: blur(8px);
      display: flex;
      align-items: center;
      justify-content: center;
      animation: slowFloat 5s ease-in-out infinite;
    }
    .icon-float-box i {
      font-size: 24px;
      color: #0066ff;
    }
    /* 卡片内容 */
    .card-content {
		width:90%;float:right;
      padding:5%;
    }
    .card-title {
		color:#fff;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 12px;
      transition: color 0.3s ease;
    }
    .card-box:hover .card-title {
      color: #0066ff;
    }
    .card-desc {
      color: #9ca3af;
      line-height: 1.7;
      margin-bottom: 24px;
    }
    .item-list {
      margin-bottom: 32px;
    }
    .item-list li {
      display: flex;
      align-items: center;
      color: #d1d5db;
      margin-bottom: 12px;
    }
	.item-list li a{color:#d1d5db	;}
    .item-list li i {
      color: #0066ff;
      margin-right: 12px;
    }
    /* 按钮样式 */
    .more-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 24px;
      border-radius: 999px;
      border: 1px solid rgba(0, 102, 255, 0.3);
      background: rgba(0, 102, 255, 0.1);
      color: #0066ff;
      transition: all 0.3s ease;
    }
    .more-btn i {
      transition: transform 0.3s ease;
    }
    .card-box:hover .more-btn {
      background: #0066ff;
      color: #fff;
    }
    .card-box:hover .more-btn i {
      transform: translateX(8px);
    }

    /* 动画定义 */
    @keyframes rotateGlow {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    @keyframes slowFloat {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }
/*----------新闻资讯-----------*/
/*----------客户案例-----------*/
.jcy_anli{width:100%;float:left;margin-bottom:5%;}
/* 页面头部标题区域 滚动入场动画 */
	/* 头部标题区域 */
    .setion-head {
      text-align: center;
	  padding:2% 0px 4% 0px;
	  width:100%;float:left;
      transform: translateY(40px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .section-head.show {
      opacity: 1;
      transform: translateY(0);
    }
	.cad-box{width:100%;margin-top:2%;float:left;}
    .tg-label {
      display: inline-block;
      padding: 6px 16px;
      border: 1px solid rgba(0, 102, 255, 0.4);
      border-radius: 999px;
      color: #222;
      font-size: 14px;
      letter-spacing: 2px;
      margin-bottom: 24px;
    }
    .min-title {
      font-size: clamp(32px, 5vw, 56px);
      font-weight: bold;
      margin-bottom: 16px;
      background: linear-gradient(90deg, #40a0ff, #00e0ff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
	  color:#222;
    }
    .dsc-text {
      max-width: 720px;
      margin: 0 auto;
      font-size: 18px;
      color: #222;
      line-height: 1.7;
    }



    .case-page-wrap .section-head {
      text-align: center;
      margin-bottom: 80px;
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .case-page-wrap .section-head.show {
      opacity: 1;
      transform: translateY(0);
    }
    .case-page-wrap .tag-label {
      display: inline-block;
      padding: 6px 16px;
      border: 1px solid rgba(0, 102, 255, 0.4);
      border-radius: 999px;
      color: #0066ff;
      font-size: 14px;
      letter-spacing: 2px;
      margin-bottom: 24px;
    }
    .case-page-wrap .main-title {
      font-size: clamp(32px, 5vw, 56px);
      font-weight: bold;
      margin-bottom: 16px;
      background: linear-gradient(90deg, #0066ff, #0099ff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .case-page-wrap .desc-text {
      max-width: 720px;
      margin: 0 auto;
      font-size: 18px;
      color: #6b7280;
      line-height: 1.7;
    }
	.main-case-card{width:80%;float:left;margin:0px 10%;}

    /* 主标杆案例 通栏左右分栏（非排列网格） */
    .case-page-wrap .main-case-card {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.8s ease, transform 0.8s ease;
      margin-bottom: 60px;
    }
    .case-page-wrap .main-case-card.show {
      opacity: 1;
      transform: translateY(0);
    }
    .case-page-wrap .card-box {
      background: #f8fafc;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 10px 40px rgba(0, 102, 255, 0.08);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 500px;
    }
    .case-page-wrap .card-box:hover {
      transform: translateY(-12px);
      box-shadow: 0 20px 60px rgba(0, 102, 255, 0.15);
    }

    /* 案例图片区域 */
    .case-page-wrap .card-img-box {
      overflow: hidden;
      position: relative;
    }
    .case-page-wrap .card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.7s ease;
    }
    .case-page-wrap .card-box:hover .card-img {
      transform: scale(1.1);
    }
    .case-page-wrap .img-mask {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(0,102,255,0.05), transparent 70%);
    }
    .case-page-wrap .icon-float-box {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: rgba(0, 102, 255, 0.15);
      backdrop-filter: blur(8px);
      display: flex;
      align-items: center;
      justify-content: center;
      animation: caseSlowFloat 5s ease-in-out infinite;
    }
    .case-page-wrap .icon-float-box i {
      font-size: 24px;
      color: #0066ff;
    }

    /* 案例文字内容 */
    .case-page-wrap .card-content {
      padding: 48px 36px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .case-page-wrap .case-badge {
      display: inline-block;
      padding: 5px 14px;
      background: rgba(0, 102, 255, 0.1);
      color: #0066ff;
      border-radius: 99px;
      font-size: 13px;
      margin-bottom: 16px;
      width: fit-content;
    }
    .case-page-wrap .card-title {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 12px;
      transition: color 0.3s ease;
      color: #111827;
    }
    .case-page-wrap .card-box:hover .card-title {
      color: #0066ff;
    }
    .case-page-wrap .card-desc {
      color: #6b7280;
      line-height: 1.7;
      margin-bottom: 24px;
    }
    .case-page-wrap .item-list {
      margin-bottom: 32px;
    }
    .case-page-wrap .item-list li {
      display: flex;
      align-items: center;
      color: #374151;
      margin-bottom: 12px;
    }
    .case-page-wrap .item-list li i {
      color: #0066ff;
      margin-right: 12px;
    }

    /* 查看详情按钮 */
    .case-page-wrap .more-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 24px;
      border-radius: 999px;
      border: 1px solid rgba(0, 102, 255, 0.3);
      background: rgba(0, 102, 255, 0.1);
      color: #0066ff;
      transition: all 0.3s ease;
      width: fit-content;
    }
    .case-page-wrap .more-btn i {
      transition: transform 0.3s ease;
    }
    .case-page-wrap .card-box:hover .more-btn {
      background: #0066ff;
      color: #fff;
    }
    .case-page-wrap .card-box:hover .more-btn i {
      transform: translateX(8px);
    }

    /* 横向小标题分隔 */
    .case-page-wrap .sub-title {
      font-size: 26px;
      font-weight: bold;
      color: #111827;
      margin: 60px 0 30px;
      opacity: 0;
      transform: translateY(30px);
      transition: 0.6s all ease;
    }
    .case-page-wrap .sub-title.show {
      opacity: 1;
      transform: translateY(0);
    }

    /* 更多案例横向滚动容器（非网格排列） */
    .case-page-wrap .scroll-case-wrap {
      opacity: 0;
      transform: translateY(30px);
      transition: 0.6s all ease;
      overflow-x: auto;
      padding-bottom: 10px;
      display: flex;
      gap: 24px;
    }
    .case-page-wrap .scroll-case-wrap.show {
      opacity: 1;
      transform: translateY(0);
    }
	.cardd-img-box {
	width:40%;float:left;
      overflow: hidden;
      position: relative;
    }
	.cardd-content {
	width:55%;float:right;
     padding: 28px;
    }
	.card-tiitle {
		width:100%;float:left;
		margin-top:2%;
		color:#222;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 12px;
      transition: color 0.3s ease;
    }
.case-badge{padding:1%;border-radius:20px;border:solid 1px #e1e1e1;margin:1% 0px;}
/*----------客户案例-----------*/
/*----------解决方案-----------*/
.jcy_fani{width:100%;float:left;border-top:solid 1px #e1e1e1;}
.jcy_fangan{width:90%;margin:0px 5%;float:left;}
.sjc_phj{width:50%;float:left;}
.spec-list li a{color:#222;}
.spec-list li a span{color:#222;}
/*----------解决方案-----------*/
/*----------底部-----------*/
.nj_foot{width:100%;border-top:solid 1px #e1e1e1;height:800px;margin-top:1%;float:left;background:url(../images/ban_bg.jpg) no-repeat;background-size:100% 100%;}
.nj_fota{width:1500px;margin:0px auto;}
.nj_foa{width:24%;padding:3%;margin-top:7%;float:left;}
.nj_foa span{width:100%;float:left;}
.nj_foa span img{width:50%;float:left;margin:2% 25%;}
.nj_foa span p{width:100%;color:#fff;float:left;line-height:80px;font-size:22px;text-align:center;}
.nj_foa span font{width:100%;float:left;}
.nj_foa span font strong{width:50%;float:left;}
.nj_foa span font strong img{width:80%;float:left;margin:10%;}
.nj_foa span font strong b{width:100%;float:left;text-align:center;font-size:15px;color:#fff;}
.nj_fob{width:60%;margin-top:9%;border-bottom:solid 1px #e1e1e1;padding-bottom:2%;float:right;}
.nj_fob span{width:100%;margin-top:5%;float:left;}
.nj_fob span a{width:16.5%;border-right:solid 1px #e1e1e1;text-align:center;float:left;font-size:16px;font-weight:normal;line-height:25px;color:#222;}
.nj_foc{width:60%;float:right;}
.nj_foc span{width:70%;margin-top:3%;float:right;}
.nj_foc span p{width:100%;float:left;font-size:16px;line-height:45px;font-weight:normal;color:#333;}
.nj_fod{width:50%;float:right;border-top:solid 1px #e1e1e1;margin-top:3%;}
.nj_fod span{width:100%;float:left;font-size:18px;font-weight:normal;line-height:50px;color:#333;}
.nj_fod span a{font-size:16px;color:#222;}
.youlian{width:100%;float:left;}
.youlian span{float:left;}
.youlian a{float:left;font-size:12px;color:#fff;color:#222;}
/*---------底部-----------*/
