/*-------整屏轮播---------------*/
 * {
            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;border-bottom:solid 1px #e1e1e1;top:0px;left:0px;z-index:999;background:#fff;}	
.sjcy_aa{width:96%;float:left;margin:0px 2%;}
.sjcy_aaa{width:7%;margin:1%;float:left;}
.sjcy_aaa 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:#222;text-align:center;}
.sjcy_aac{width:6%;float:left;margin-top:1%;}
.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 #e1e1e1;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:#222;font-weight:bold;}
/* 头部默认样式 */

/*----------底部-----------*/
.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;}
/*---------底部-----------*/



/*---------卤素水分检测仪单页-----------*/

/* 主内容 */
        main {
            padding: 40px 0 60px;
        }
        @media(min-width:768px){
            main {
                padding: 64px 0;
            }
        }
        .product-row {
            display: grid;
            gap: 40px;
        }
        @media(min-width:768px){
            .product-row {
                grid-template-columns: 1fr 1fr;
                gap: 64px;
                align-items: center;
            }
        }

        /* 图片容器 */
        .scale-wrap {
            overflow: hidden;
            border-radius: 16px;
            background: #fff;
            box-shadow: 0 10px 40px rgba(148, 124, 102, 0.08);
        }
        .scale-img {
            width: 100%;
            display: block;
            object-fit: cover;
            aspect-ratio: 4/5;
            transition: transform 0.5s ease;
        }
        .scale-wrap:hover .scale-img {
            transform: scale(1.06);
        }

        .tag-text {
            font-size: 14px;
            letter-spacing: 0.3em;
            color: #947C66;
        }
        h1.product-title {
            font-size: clamp(1.8rem,4vw,2.8rem);
            font-weight: 500;
            margin-top:12px;
            line-height:1.25;
        }
        .divider-line {
            width: 112px;
            height: 1px;
            background: linear-gradient(90deg, transparent, #947C66, transparent);
            margin:24px 0;
        }
        .desc-text {
            color:#555;
            font-size:16px;
        }
        .price-box {
            margin-top:32px;
        }
        .price-current {
            font-size:32px;
            font-weight:500;
            color:#947C66;
        }
        .price-old {
            color:#bbb;
            text-decoration: line-through;
            margin-left:12px;
        }
        .tip-discount {
            font-size:14px;
            color:#dc2626;
            margin-top:8px;
        }

        /* 颜色选择 */
        .form-block {
            margin-top:32px;
        }
        .form-title {
            font-weight:500;
            margin-bottom:12px;
        }
        .color-group {
            display:flex;
            gap:12px;
        }
        .color-dot {
            width:40px;
            height:40px;
            border-radius:50%;
            cursor:pointer;
            transition: all 0.3s;
        }
        .color-dot.active {
            box-shadow: 0 0 0 2px #fff, 0 0 0 4px #947C66;
        }
        .color-dot:hover:not(.active) {
            box-shadow: 0 0 0 2px #fff, 0 0 0 4px #cccccc;
        }

        .service-row {
            display:flex;
            flex-wrap:wrap;
            gap:24px;
            margin-top:32px;
            font-size:14px;
            color:#666;
        }
        .service-row i {
            color:#947C66;
            margin-right:6px;
        }

        /* 区块间距 */
        .space-block {
            height:80px;
        }
        @media(min-width:768px){
            .space-block {
                height:112px;
            }
        }

        /* 产品优势区域 */
        .section-head {
            text-align:center;
        }
        .section-title {
            font-size: clamp(1.5rem,3vw,2rem);
            font-weight:500;
        }
        .card-grid {
			width:100%;
            display:grid;
            gap:24px;
            margin-top:48px;
        }
        @media(min-width:768px){
            .card-grid {
                grid-template-columns: repeat(3,1fr);
            }
        }
        .feature-card {
            background:#fff;
            border-radius:16px;
            padding:32px;
            box-shadow:0 10px 40px rgba(148, 124, 102, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .feature-card:hover {
            transform: translateY(-6px);
            box-shadow:0 16px 50px rgba(148, 124, 102, 0.12);
        }
        .card-icon {
            width:56px;
            height:56px;
            border-radius:50%;
            background:rgba(148,124,102,0.1);
            color:#947C66;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:20px;
            margin-bottom:20px;
        }
        .card-title {
            font-size:18px;
            font-weight:500;
            margin-bottom:12px;
        }
        .card-desc {
            color:#555;
        }

        /* 参数区域 */
        .param-wrap {
            background:#fff;
            border-radius:20px;
            padding:32px;
            box-shadow:0 10px 40px rgba(148, 124, 102, 0.08);
        }
        @media(min-width:768px){
            .param-wrap {
                padding:48px;
            }
        }
        .param-title {
            font-size: clamp(1.3rem,3vw,1.8rem);
            font-weight:500;
            margin-bottom:32px;
        }
        .param-grid {
            display:grid;
            gap-x:48px;
        }
        @media(min-width:768px){
            .param-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        .param-item {
            display:flex;
            padding-bottom:12px;
            border-bottom:1px solid #EAE8E3;
            margin-bottom:12px;
        }
        .param-label {
            width:144px;
            color:#666;
        }

        /* 滚动渐入动画 */
        .fade-in {
            opacity:0;
            transform: translateY(30px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }
        .fade-in.active {
            opacity:1;
            transform: translateY(0);
        }
.coiner{width:60%;float:left;margin:0px 20%;margin-top:8%;}
.lusu_shuof{width:58%;padding:1%;margin:2% 20%;float:left;background: #fff;border-radius: 20px;padding: 32px;box-shadow: 0 10px 40px rgba(148, 124, 102, 0.08);}
.lusu_aj{width:100%;float:left;font-size:15px;line-height:35px;text-align:justify;}
.tion-title{width:100%;float:left;font-size:18px;text-align:left;line-height:80px;}
.param-table{width:100%;float:left;border:solid 1px #e1e1e1;}
thead{width:100%;font-size:15px;line-height:45px;background-color:#e1e1e1;text-align:center;}
tbody{width:100%;font-size:13px;line-height:40px;background-color:#f1f1f1;text-align:center;}
/*---------卤素水分检测	仪单页-----------*/

/*---------产品展示仪单页-----------*/
.shiyanz{width:80%;margin:5% 10% 0px 10%;float:left;}
.sjc_cp{width:100%;float:left;}
.section-title{width:100%;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:100%;float:left;
            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;
        }
 /* 产品卡片 - 高端质感 */

        .product-card {
			width:19%;float:left;margin:0.5%;
            border-radius: 16px;
            overflow: hidden;
			height:550px;
            transition: all 0.4s ease;
            position: relative;
            background-color:#f1f1f1;
        }
        .product-card:hover {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transform: translateY(-8px);
        }
		.csda_a span:hover {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transform: translateY(-8px);
			transform: scale(1.05);
		}
        /* 产品图片容器 */

        .product-img-box {

            width: 96%;
			margin:2%;
            background-color: #fafafa;
            display: flex;
			align-items: center;
            justify-content: center;

        }
        .product-img {
			border-radius:5px;
            max-width: 100%;
            max-height: 100%;
			padding-top:15%;
            object-fit: contain;
            transition: transform 0.3s ease;
        }
        .product-card:hover .product-img {
            transform: scale(1.05);
        }
        /* 产品信息区域 */
        .product-info {
            padding: 30px 25px;
        }
        .product-model {
            font-size: 14px;
            color: #888;
            margin-bottom: 8px;
            letter-spacing: 0.5px;
 }
        .product-name {
			width:100%;
            font-size: 18px;
            color: #222;
            margin-bottom: 15px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .product-price {
            font-size:13px;
            color: #1a1a1a;
            margin-bottom: 20px;
            display: flex;
            align-items: baseline;
        }
        .product-price span {
            font-size: 15px;
            color: #666;
            font-weight: 400;
            margin-left: 8px;
        }
        /* 产品标签（可选） */
        .product-tag {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: #005893;
            color: #fff;
            font-size: 12px;
            padding: 4px 12px;
            border-radius: 20px;
            letter-spacing: 1px;
        }
        /* 按钮样式 */
        .product-btn {
            display: block;
            width: 100%;
            padding: 12px 0;
            background-color: #b1b1b1;
            color: #fff;
            text-align: center;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 500;
            transition: background-color 0.3s ease;
            border: none;
            cursor: pointer;
        }
        .product-btn:hover {
            background-color: #444;
        }
        /* 响应式适配 */
        @media (max-width: 768px) {
            .product-wrapper {
                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
                gap: 30px;
            }
            .page-header h1 {
                font-size: 30px;
            }
            .product-img-box {
                height: 240px;
            }
        }
        @media (max-width: 480px) {
            .product-info {
                padding: 25px 20px;
            }
            .product-name {
                font-size: 18px;
            }
            .product-price {
                font-size: 22px;
            }
        }
.sdx_cpa{width:100%;margin-top:2%;float:left;}
.sdx_cpa h2{width:20%;float:left;font-size:35px;line-height:65px;}
.sdx_cpa span{width:50%;margin-top:1%;float:right;font-size:14px;color:#f1f1f1;text-align:right;}
.sdx_cpa span a{color:#f1f1f1;}
.sdx_ca{width:80%;float:left;margin:0px 10%;}
.csda_a{width:100%;margin-top:2%;float:left;}
.csda_a span{height:50px;padding:1%;border-radius:5px;margin:0.5%;background-color:#f1f1f1;float:left;}
.csda_a span a{width:100%;float:left;font-size:15px;text-align:center;line-height:50px;color:#555555;}
.pgtage{width:100%;padding:2% 0px;text-align:center;float:left;}
.pgtage span{margin:0px 0.3%;}
.pgtage span a{color:#555;margin:0px 0.3%;}
.page-num-current{color:rgb(0, 88, 147) !important;font-weight:bold;}
.page-status{display:none;}
.dsda{width:100%;float:left;padding:1%;}
.dsda span{width:9.3%;border:solid 1px #c7c7c7;margin:0.2%;float:left;font-size:13px;text-align:center;border-radius:20px;}
.dsda span a{width:100%;float:left;color:#c7c7c7;}
.fenye{width:100%;margin-top:3%;float:left;text-align:center;}
.fenye span{padding:0.5%;color:#222;font-size:12px;}
.fenye span a{padding-left:1%;color:#222;}
/*---------产品展示仪单页-----------*/



/*----------新闻资讯-----------*/
.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;
      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;}
.dakju_al{width:100%;float:left;}
/*----------客户案例-----------*/



/*-------关于我们页-------*/
.bxj_gy{width:76%;padding:3%;float:left;margin:0 10%;}
/* Hero 大区 — 企业高光动态 */
        .hero {
			width:60%;float:left;
			background-color:#fff;
            align-items: center;
            justify-content: center;
            text-align: center;
			position:absolute;
			top:15%;
			margin:0px 20%;
			padding:3% 0px;
        }
        .hero-content {
            width:100%;
        }
        .hero-badge {
            display: inline-block;
            border-radius: 60px;
            font-size: 0.8rem;
            font-weight: 500;
            color: #4a74b2;
            margin-bottom: 1.5rem;
            letter-spacing: 1px;
            animation: fadeUp 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        }
        .hero h1 {
            font-size: 4.2rem;
            font-weight: 600;
            background: linear-gradient(120deg, #2d2a24, #337ebd);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            margin-bottom: 1rem;
            animation: fadeUp 0.8s 0.1s forwards;
            opacity: 0;
            animation-fill-mode: forwards;
        }
        .hero .tagline {
            font-size: 1.25rem;
            color: #4a463e;
            max-width: 700px;
            margin: 0 auto 2rem;
            animation: fadeUp 0.8s 0.2s forwards;
            opacity: 0;
            animation-fill-mode: forwards;
        }
        .btn-gold {
            background: transparent;
            border: 1.5px solid rgb(0, 88, 147);
            padding: 0.8rem 2rem;
            font-weight: 600;
            color: rgb(0, 88, 147);
            border-radius: 40px;
            transition: 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            text-decoration: none;
        }
        .btn-gold:hover {
            background: rgb(0, 88, 147);
            color: #fff;
            box-shadow: 0 12px 24px -12px rgba(194, 161, 91, 0.4);
            transform: translateY(-3px);
        }
        @keyframes fadeUp {
            from { opacity: 0; transform: translateY(30px);}
            to { opacity: 1; transform: translateY(0);}
        }

        .section-title {
            font-size: 2.6rem;
            font-weight: 500;
            text-align: center;
            margin-bottom: 1rem;
            letter-spacing: -0.3px;
        }
        .section-sub {
            text-align: center;
            color: #7b725a;
            margin-bottom: 3.5rem;
            font-size: 1rem;
            max-width: 680px;
            margin-left: auto;
            margin-right: auto;
        }
        .divider {
            width: 80px;
            height: 2px;
            background: rgb(0, 88, 147);
            margin: 1rem auto 2rem;
        }

        /* 关于我们 双栏布局 + 动态卡片 */
		#about{
			width:96%;float:left;
			border-radius:20px;
			padding:2%;
			background:linear-gradient(145deg, #ffffff 0%, #eff6fe 100%);
		}
        .about-grid {
			width:100%;
			float:left;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
        .about-text p {
            margin-bottom: 1.2rem;
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
            color: #616161;
            line-height: 1.6;
        }
        .about-stats {
            display: flex;
            gap: 2rem;
            margin-top: 2rem;
        }
        .stat-item {
            background: #e9f1ff;
            padding: 1rem 1.2rem;
            border-radius: 24px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.02);
            border: 1px solid #dce8ef;
            flex: 1;
            text-align: center;
            transition: all 0.3s;
        }
        .stat-item:hover {
            transform: translateY(-5px);
            border-color: rgb(0, 88, 147);
        }
        .stat-number {
            font-size: 2.2rem;
            font-weight: 700;
            color: rgb(0, 88, 147);
        }
        .about-image {
            position: relative;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 30px 40px -20px rgba(0,0,0,0.2);
        }
        .about-image img {
            width: 100%;
            display: block;
            transition: transform 0.8s ease;
        }
        .about-image:hover img {
            transform: scale(1.03);
        }

        /* 资质证书 动态画廊 */
        .cert-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 2.5rem;
            margin-top: 1rem;
        }
        .cert-card {
            background: #ffffffdd;
            backdrop-filter: blur(2px);
            border-radius: 32px;
            padding: 1.8rem 1.5rem;
            transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            border: 1px solid rgba(210, 190, 140, 0.3);
            box-shadow: 0 12px 24px -16px rgba(0,0,0,0.05);
            text-align: center;
            cursor: default;
            position: relative;
            overflow: hidden;
        }
        .cert-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, rgb(0, 88, 147), #e8d6b0);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }
        .cert-card:hover:before {
            transform: scaleX(1);
        }
        .cert-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 28px 38px -18px rgba(0,0,0,0.2);
            border-color: #e0ca96;
        }
        .cert-icon {
            font-size: 3rem;
            color: rgb(0, 88, 147);
            margin-bottom: 1rem;
        }
        .cert-card h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
        }
        .cert-card p {
            color: #6b6250;
            font-size: 0.9rem;
        }
        .cert-badge {
            display: inline-block;
            margin-top: 1rem;
            background: #f4efe2;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            font-size: 0.7rem;
            font-weight: 600;
            color: #aa874b;
        }

        /* 动态时间轴 - 荣誉资质扩展 */
        .honor-timeline {
            margin-top: 5rem;
         fv   border-radius: 48px;
            padding: 3rem 2rem;
        }
        .timeline-items {
            width:100%;float:left;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 1rem;
        }
        .timeline-item {
			margin:1% 0px;
			width:18%;float:left;
            flex: 1;
            text-align: center;
            padding: 1rem;
            border-right: 1px dashed #ddd2bb;
        }
        .timeline-item:last-child {
            border-right: none;
        }
        .year {
            font-size: 2rem;
            font-weight: 700;
            color: rgb(0, 88, 147);
        }
        
        /* 动态浮动元素 */
        .floating-shapes {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: 0;
        }
        .shape {
            position: absolute;
            background: rgba(210, 185, 120, 0.12);
            border-radius: 60% 40% 70% 30%;
            filter: blur(40px);
            animation: float 18s infinite alternate;
        }
        @keyframes float {
            0% { transform: translate(0,0) rotate(0deg);}
            100% { transform: translate(30px, -30px) rotate(8deg);}
        }
.kyk{width:100%;margin-top:1%;float:left;}
.kyk img{width:100%;float:left;}
.ytsl_aa{width:100%;float:left;}
.ytsl_aa span{width:97%;float:left;border-left:solid 4px #004ea2;font-size:30px;padding-right:3%;}
.ytsl_aa font{width:65%;float:left;margin-top:2%;}
.ytsl_aa font p{width:100%;float:left;font-size:16px;line-height:30px;color:#595757;}
.ytsl_aa b{width:15%;float:left;margin:5% 1% 1% 1%;font-size:55px;font-weight:normal;text-align:center;}
.ytsl_aa b strong{width:100%;float:left;text-align:center;font-size:15px;line-height:35px;font-weight:normal;}
.ytsl_aa i{width:31.3%;cursor:pointer;height:150px;overflow:hidden;float:left;margin-top:4%;margin-bottom:6%;margin-right:2%;}
.ytsl_aa i img{width:100%;float:left;}
.ytsl_aa i:hover #ldp{transition: transform .5s;transform: scale(1.1);}
.ytsl_aa p{width:100%;float:left;}
.ytsl_ab{width:100%;border-top:solid 1px #e1e1e1;padding-top:2%;float:left;}
.ytsl_ab span{ width:100%;float:left;  text-align:center; font-size: 32px;color: #1b202e;}
.ytsl_ab p{width:100%;float:left;text-align:center;font-size: 16px; line-height: 30px;margin-top:2%;}
.ytsl_ab font{width:100%;margin-top:1%;float:left;}
.ytsl_ab font img{width:11.2%;float:left;margin:1.5%;}
.honor-timeline h3{width:100%;float:left;padding-top:2%;}
.scsl{width:100%;margin:1% 0px;float:left;}
.scsl font{width:23%;cursor:pointer;float:left;margin:1%;}
.scsl font span{width:100%;float:left;height:250px;overflow:hidden;}
.scsl font span img{width:100%;float:left;}
.scsl font p{width:100%;float:left;font-size:45px;margin-top:2%;text-align:center;}
.scsl font p b{width:100%;float:left;text-align:center;font-size:15px;line-height:45px;font-weight:normal;}
.scsl font:hover #ldp{transition: transform .5s;transform: scale(1.1);}

/*-------关于我们页-------*/

/*-------联系我们页-------*/
/* 顶部横幅 */
        .page-banner {
            position: relative;
            min-height: 360px;
            height: 50vh;
            background: linear-gradient(135deg,#0F52BA,#1E3A8A);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .page-banner .mask {
            position: absolute;
            inset: 0;
            background-color: rgba(0,0,0,0.4);
        }
        .banner-content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 0 20px;
            max-width: 680px;
        }
        .banner-content h1 {
			color:#fff;
            font-size: clamp(2rem,5vw,3.5rem);
            margin-bottom: 16px;
            text-shadow: 0 2px 12px rgba(0,0,0,0.3);
        }
        .banner-content p {
            font-size: clamp(1rem,2vw,1.2rem);
            color: #94A3B8;
        }
        .circle-light-1 {
            position: absolute;
            width: 320px;
            height: 320px;
            background: rgba(15,82,186,0.2);
            border-radius: 50%;
            filter: blur(60px);
            right: -100px;
            bottom: -100px;
        }
        .circle-light-2 {
            position: absolute;
            width: 240px;
            height: 240px;
            background: rgba(15,82,186,0.15);
            border-radius: 50%;
            filter: blur(60px);
            left: -40px;
            top: 40px;
        }
		.cntact-left{width:50%;float:left;}
		.cntact-right{width:48%;float:right;margin-top:6%;}
		.split-line,.section-title-wrap{width:100%;}
/* 联系主体区域 */
        .coct-wrap {
			width:80%;float:left;
            margin:2% 10%;
        }
        @media(min-width:992px){
            .contact-wrap{
                grid-template-columns: 3fr 2fr;
            }
        }
        .contact-left .section-title-wrap{
            text-align: left;
        }
        @media(max-width:991px){
            .contact-left .section-title-wrap{
                text-align: center;
            }
            .contact-left .split-line{
                margin:0 auto;
            }
        }
        .contact-list {
			width:100%;
            display: flex;
            flex-direction: column;
            gap:24px;
        }
        .contact-item {
            display: flex;
            align-items: center;
            gap:20px;
            background: rgba(71, 85, 105, 0.25);
            border:1px solid rgba(148,163,184,0.2);
            border-radius:16px;
            padding:20px;
            box-shadow: 0 10px 40px rgba(15,82,186,0.12);
            transition: 0.3s;
        }
        .contact-item:hover{
            border-color: rgba(15,82,186,0.6);
        }
        .contact-icon-box{
            width:56px;
            height:56px;
            border-radius:50%;
            background:rgba(15,82,186,0.2);
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:24px;
            color:#0F52BA;
            flex-shrink:0;
        }
        .contact-text .label{
            font-size:14px;
            color:#94A3B8;
        }
        .contact-text .val{
            font-size:20px;
            margin-top:4px;
        }
        .contact-text .val a{
            color:#fff;
            text-decoration:none;
            transition: color 0.3s;
        }
        .contact-text .val a:hover{
            color:#0F52BA;
        }

        /* 二维码卡片 */
        .qrcode-card {
            background: rgba(71, 85, 105, 0.25);
            border:1px solid rgba(148,163,184,0.2);
            border-radius:16px;
            padding:32px 24px;
            box-shadow: 0 10px 40px rgba(15,82,186,0.12);
            display:flex;
            flex-direction:column;
            align-items:center;
            justify-content:center;
            animation: float 4s ease-in-out infinite;
        }
        @keyframes float {
            0%,100% {transform: translateY(0);}
            50% {transform: translateY(-10px);}
        }
        .qrcode-card h3{
            font-size:20px;
            margin-bottom:24px;
        }
        .qrcode-box{
            width:220px;
            height:220px;
            background:#fff;
            border-radius:8px;
            overflow:hidden;
            margin-bottom:16px;
        }
        .qrcode-box img{
            width:100%;
            height:100%;
            object-fit:contain;
        }
        .qrcode-tip{
            text-align:center;
            color:#94A3B8;
        }
        .tel-btn{
            width:100%;
            margin-top:24px;
            display:block;
            text-align:center;
            padding:14px 0;
            background:#0F52BA;
            color:#fff;
            border-radius:8px;
            text-decoration:none;
            font-weight:500;
            transition: background 0.3s;
        }
        .tel-btn:hover{
            background:#1E3A8A;
        }


/*-------联系我们页-------*/

/*---------卤素水分检测仪单页-----------*/

/* 主内容 */
        main {
            padding: 40px 0 60px;
        }
        @media(min-width:768px){
            main {
                padding: 64px 0;
            }
        }
        .product-row {
            display: grid;
            gap: 40px;
        }
        @media(min-width:768px){
            .product-row {
                grid-template-columns: 1fr 1fr;
                gap: 64px;
                align-items: center;
            }
        }

        /* 图片容器 */
        .scale-rap {
            overflow: hidden;
            border-radius: 16px;
            background: #fff;
            box-shadow: 0 10px 40px rgba(148, 124, 102, 0.08);
        }
        .scale-mg {
            width: 100%;
            display: block;
            transition: transform 0.5s ease;
        }
        .scale-rap:hover .scale-img {
            transform: scale(1.06);
        }

        .tag-text {
            font-size: 14px;
            letter-spacing: 0.3em;
            color: #947C66;
        }
        h1.product-title {
            font-size: clamp(1.8rem,4vw,2.8rem);
            font-weight: 500;
            margin-top:12px;
            line-height:1.25;
        }
        .divider-line {
            width: 112px;
            height: 1px;
            background: linear-gradient(90deg, transparent, #947C66, transparent);
            margin:24px 0;
        }
        .desc-text {
            color:#555;
            font-size:16px;
        }
        .price-box {
            margin-top:32px;
        }
        .price-current {
            font-size:32px;
            font-weight:500;
            color:#947C66;
        }
        .price-old {
            color:#bbb;
            text-decoration: line-through;
            margin-left:12px;
        }
        .tip-discount {
            font-size:14px;
            color:#dc2626;
            margin-top:8px;
        }

        /* 颜色选择 */
        .form-block {
            margin-top:32px;
        }
        .form-title {
            font-weight:500;
            margin-bottom:12px;
        }
        .color-group {
            display:flex;
            gap:12px;
        }
        .color-dot {
            width:40px;
            height:40px;
            border-radius:50%;
            cursor:pointer;
            transition: all 0.3s;
        }
        .color-dot.active {
            box-shadow: 0 0 0 2px #fff, 0 0 0 4px #947C66;
        }
        .color-dot:hover:not(.active) {
            box-shadow: 0 0 0 2px #fff, 0 0 0 4px #cccccc;
        }

        .service-row {
            display:flex;
            flex-wrap:wrap;
            gap:24px;
            margin-top:32px;
            font-size:14px;
            color:#666;
        }
        .service-row i {
            color:#947C66;
            margin-right:6px;
        }

        /* 区块间距 */
        .space-block {
            height:80px;
        }
        @media(min-width:768px){
            .space-block {
                height:112px;
            }
        }

        /* 产品优势区域 */
        .section-head {
            text-align:center;
        }
        .section-title {
            font-size: clamp(1.5rem,3vw,2rem);
            font-weight:500;
        }
        .card-grid {
            display:grid;
            gap:24px;
            margin-top:48px;
        }
        @media(min-width:768px){
            .card-grid {
                grid-template-columns: repeat(3,1fr);
            }
        }
        .feature-card {
            background:#fff;
            border-radius:16px;
            padding:32px;
            box-shadow:0 10px 40px rgba(148, 124, 102, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .feature-card:hover {
            transform: translateY(-6px);
            box-shadow:0 16px 50px rgba(148, 124, 102, 0.12);
        }
        .card-icon {
            width:56px;
            height:56px;
            border-radius:50%;
            background:rgba(148,124,102,0.1);
            color:#947C66;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:20px;
            margin-bottom:20px;
        }
        .card-title {
            font-size:18px;
            font-weight:500;
            margin-bottom:12px;
        }
        .card-desc {
            color:#555;
        }

        /* 参数区域 */
        .param-wrap {
            background:#fff;
            border-radius:20px;
            padding:32px;
            box-shadow:0 10px 40px rgba(148, 124, 102, 0.08);
        }
        @media(min-width:768px){
            .param-wrap {
                padding:48px;
            }
        }
        .param-title {
            font-size: clamp(1.3rem,3vw,1.8rem);
            font-weight:500;
            margin-bottom:32px;
        }
        .param-grid {
            display:grid;
            gap-x:48px;
        }
        @media(min-width:768px){
            .param-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        .param-item {
            display:flex;
            padding-bottom:12px;
            border-bottom:1px solid #EAE8E3;
            margin-bottom:12px;
        }
        .param-label {
            width:144px;
            color:#666;
        }

        /* 滚动渐入动画 */
        .fade-in {
            opacity:0;
            transform: translateY(30px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }
        .fade-in.active {
            opacity:1;
            transform: translateY(0);
        }



/*---------卤素水分检测仪单页-----------*/
/*------------------äº§å“å†…å®¹å†…é¡µ-------------*/
.ner_ppa{width:98%;padding:0px 1%;float:left;font-size:15px;line-height:35px;color:#666;background-color:rgb(247, 247, 247);}
.ner_ppb1 td strong{font-size:15px;}
.jsbr_a{width:33%;float:left;border-left:solid 1px #e1e1e1;}
.jsbr_a td{width:90%;padding:0px 5%;float:left;border-bottom:solid 1px #e1e1e1;}
.jsbr_b{width:33%;float:left;border-left:solid 1px #e1e1e1;}
.jsbr_b td{width:90%;padding:0px 5%;float:left;border-bottom:solid 1px #e1e1e1;}
.jsbr_c{width:33%;float:left;border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;}
.jsbr_c td{width:90%;padding:0px 5%;float:left;border-bottom:solid 1px #e1e1e1;}
.jsbbr_a{width:100%;float:left;background-color:rgb(43, 77, 137);color:#fff !important;text-align:center;}
.ske_s{width:100%;float:left;margin:3% 0px;}
.kdk{width:100%;float:left;}
.kdk a{width:100%;float:left;font-size:12px;color:#999;line-height:35px;text-align:right;}
.ehu_a{width:50%;float:left;font-size:15px;line-height:35px;color:#333;}
.ehu_b{width:50%;float:right;font-size:15px;text-align:right;line-height:35px;color:#333;}
.kso_tc{width:25%;background-color:#fff;background:url(../images/2f.jpg) no-repeat right;border:solid 1px #e1e1e1;padding:3% 5% 3% 1%;float:left;position:fixed;top:25%;left:37.5%;z-index:666;display:none;box-shadow: 0 5px 13px rgba(0, 0, 0, .1);}
.kso_tc img{width:40%;float:left;}
.kso_tc span{width:55%;float:right;margin-top:1.5% !important;}
.kso_tc span p{width:100%;float:left;font-size:25px;font-weight:bold;margin-top:2%;}
.kso_tc span font{width:100%;float:left;font-size:16px;line-height:35px;}
.kso_tc b{width:50px;float:right;position:absolute;top:0px;right:0px;font-size:13px;color:#666;line-height:75px;font-weight:normal;color:#004ea2;}
.kso_tc b:hover{font-weight:bold;cursor:pointer;}
.bcj_bg{width:100%;float:left;}
.bcj_bg tbody{width:100%;float:left;background-color:#f9f9f9;}
.bcj_bg1{width:10%;float:left;}
.bcj_bg1 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #e1e1e1;}
.bcj_bg2{width:10%;float:left;}
.bcj_bg2 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #e1e1e1;}
.bcj_bg3{width:15%;float:left;}
.bcj_bg3 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #e1e1e1;}
.bcj_bg4{width:55%;float:left;}
.bcj_bg4 td{width:100%;height:30px;overflow:hidden;float:left;text-align:left;border-bottom:solid 1px #e1e1e1;}
.bcj_bg5{width:10%;float:left;}
.bcj_bg5 td{width:100%;float:left;text-align:left;border-bottom:solid 1px #e1e1e1;}
.sdlr_a{width:100%;float:left;}
.sdlr_a tbody{width:100%;float:left;background-color:#f9f9f9;}
.sdlr_a1{width:10%;float:left;}
.sdlr_a1 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.sdlr_a2{width:20%;float:left;}
.sdlr_a2 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.sdlr_a3{width:50%;float:left;}
.sdlr_a3 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.sdlr_a4{width:20%;float:left;}
.sdlr_a4 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.tbbg{width:100%;float:left;border-top:solid 1px #f9f9f9;border-left:solid 1px #f9f9f9;border-right:solid 1px #f9f9f9;}
.tbbg_a{width:100%;float:left;}
.tbbg_a1{width:100%;float:left;background-color:#f9f9f9;}
.tbbg_a tr{width:100%;float:left;border-bottom:solid 1px #f9f9f9;}
.tbbg_a11{width:47%;padding:0px 1%;border-right:solid 1px #f9f9f9;float:left;font-size:14px;line-height:25px;}
.tbbg_a22{width:48%;padding:0px 1%;float:left;font-size:14px;line-height:25px;}
.ner_pp{width:100%;float:left;color:rgb(43, 77, 137);font-size: 19px;line-height:65px;margin-top:2%;}
.ner_ppb,.ner_ppb1{width:100%;float:left;}
.ner_ppb1a{width:98%;text-align:left;padding:0px 1%;float:left;background-color:rgb(247, 247, 247);font-size:14px;line-height:35px;}
.ner_ppb1b{width:98%;text-align:left;padding:0px 1%;float:left;background-color:rgb(255, 255, 255);font-size:14px;line-height:35px;}
.ner_ppc{width:100%;float:left;color:rgb(43, 77, 137);font-size: 19px;line-height:65px;margin-top:2%;}
.ner_ppca{width:100%;float:left;}
.ner_ppca1{width:100%;float:left;}
.ner_ppca1a{width:98%;text-align:left;padding:0px 1%;float:left;background-color:rgb(247, 247, 247);font-size:14px;line-height:35px;}
.ner_ppca1b{width:98%;text-align:left;padding:0px 1%;float:left;background-color:rgb(255, 255, 255);font-size:14px;line-height:35px;}
.ner_ppcd{width:100%;float:left;color:rgb(43, 77, 137);font-size: 19px;line-height:65px;margin-top:2%;}
.ner_ppcda{width:100%;float:left;}
.ner_ppce{width:85%;float:left;}
.ner_ppcda1{width:15%;float:left;}
.ner_ppcda1a{width:90%;line-height:30px;padding:0px 5%;background-color:rgb(43, 77, 137);float:left;color:#fff !important;}
.ner_ppcda1b{width:90%;line-height:30px;padding:0px 5%;background-color:rgb(43, 77, 137);float:left;color:#fff !important;}
.ner_ppcea{width:98%;line-height:30px;padding:0px 1%;float:left;background-color:rgb(255, 255, 255);}
.ner_ppceb{width:98%;line-height:30px;padding:0px 1%;float:left;background-color:rgb(247, 247, 247);}
.ner_csj{width:100%;float:left;color:rgb(43, 77, 137) !important;font-size: 19px;line-height:65px;font-weight:bold;margin-top:2%;}
.ner_ppa{width:98%;padding:0px 1%;margin:0.5% 0px;float:left;font-size:15px;line-height:35px;color:#666;background-color:rgb(247, 247, 247);}
.ner_ppb1 td strong{font-size:15px;}
.ner_ppcda11a{width:100%;float:left;background-color:#f9f9f9;font-size:14px;line-height:30px;}
.ner_ppcda11b{width:100%;float:left;background-color:#fff;font-size:14px;line-height:30px;}
/*-------------äº§å“å†…å®¹å†…é¡µ----------------------*/

@media (max-width: 1900px) {
	
}
@media screen and (min-width:1900px) and (max-width:2000px) {
.sjcy_aab span a{line-height:75px;font-size:16px;}
.sjcy_aad{width:12%;}
.sjcy_aad span{line-height:80px;}
.jij_ser{margin-top:0px;}
.card-text p{font-size:15px;}
.item-list li{height:25px;overflow:hidden;}
.cardd-img-box{margin-top:5%;}

}
@media screen and (min-width:1500px) and (max-width:1899px) {
.sjcy_aab span a{line-height:75px;font-size:16px;}
.sjcy_aad{width:12%;}
.sjcy_aad span{line-height:80px;}
.jij_ser{margin-top:0px;}
.card-text p{font-size:15px;}
.item-list li{height:25px;overflow:hidden;}
.cardd-img-box{margin-top:5%;}
.sjcy_aab span a{height:75px;overflow:hidden;}
.sjcy_aab{width:65%;}
.sjcy_aad span{font-size:20px;}
.sjcy_aac{width:8%;}
.product-card{width:29%;}
.column-card.show{width:48%;}
}
@media screen and (min-width:1300px) and (max-width:1499px) {
.sjcy_aab span a{line-height:75px;font-size:16px;}
.sjcy_aad{width:13%;}
.sjcy_aad span{line-height:80px;}
.jij_ser{margin-top:0px;display:none;}
.card-text p{font-size:15px;}
.item-list li{height:25px;overflow:hidden;}
.cardd-img-box{margin-top:5%;}
.sjcy_aab span a{height:75px;overflow:hidden;}
.sjcy_aab{width:65%;}
.sjcy_aad span{font-size:20px;}
.sjcy_aac{width:8%;}
.product-card{width:29%;}
.column-card.show{width:48%;}
.section-title{width:50%;}
.product-show{width:90%;padding:0px 5% 4% 5%;}
.spjce_a{width:90%;margin:0px 5%;}
.cad-box{width:46%;margin:2%;}
.cardd-img-box{width:100%;}
.cardd-content{width:90%;padding:5%;border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;border-bottom:solid 1px #e1e1e1;}
.sjc_phj{width:100%;}
.nj_fota{width:100%;}
}
@media screen and (min-width:1000px) and (max-width:1299px) {
.sjcy_aab span a{line-height:75px;font-size:16px;}
.sjcy_aad{width:12%;}
.sjcy_aad span{line-height:80px;}
.jij_ser{margin-top:0px;}
.card-text p{font-size:15px;}
.item-list li{height:25px;overflow:hidden;}
.cardd-img-box{margin-top:5%;}
.sjcy_aab span a{height:75px;overflow:hidden;}
.sjcy_aab{width:100%;}
.sjcy_aad span{font-size:20px;}
.sjcy_aac{width:10%;margin:2% 40%;}
.jij_ser,.sjcy_aad{display:none;}
.product-card{width:45%;}
.column-card.show{width:48%;}
.section-title{width:50%;}
.product-show{width:90%;padding:0px 5% 4% 5%;}
.spjce_a{width:90%;margin:0px 5%;}
.cad-box{width:46%;margin:2%;}
.cardd-img-box{width:100%;}
.cardd-content{width:90%;padding:5%;border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;border-bottom:solid 1px #e1e1e1;}
.sjc_phj{width:100%;}
.nj_fota{width:100%;}
}
@media screen and (min-width:700px) and (max-width:999px) {
.sjcy_aab span a{line-height:75px;font-size:16px;}
.sjcy_aad{width:12%;}
.sjcy_aad span{line-height:80px;}
.jij_ser{margin-top:0px;}
.card-text p{font-size:15px;}
.item-list li{height:25px;overflow:hidden;}
.cardd-img-box{margin-top:5%;}
.sjcy_aab span a{height:75px;overflow:hidden;}
.sjcy_aab{width:100%;}
.sjcy_aad span{font-size:20px;}
.sjcy_aac{width:10%;margin:2% 40%;}
.jij_ser,.sjcy_aad{display:none;}
.product-card{width:45%;}
.column-card.show{width:48%;}
.section-title{width:50%;}
.product-show{width:90%;padding:0px 5% 4% 5%;}
.spjce_a{width:90%;margin:0px 5%;}
.cad-box{width:46%;margin:2%;}
.cardd-img-box{width:100%;}
.cardd-content{width:90%;padding:5%;border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;border-bottom:solid 1px #e1e1e1;}
.sjc_phj{width:100%;}
.nj_fota{width:100%;}
}
@media screen and (min-width:300px) and (max-width:699px) {
.sjcy_aab span a{line-height:75px;font-size:16px;}
.sjcy_aad{width:12%;}
.sjcy_aad span{line-height:80px;}
.jij_ser{margin-top:0px;}
.card-text p{font-size:15px;}
.item-list li{height:25px;overflow:hidden;}
.cardd-img-box{margin-top:5%;}
.sjcy_aab span a{height:75px;overflow:hidden;}
.sjcy_aab{width:100%;}
.sjcy_aad span{font-size:20px;}
.sjcy_aac{width:10%;margin:2% 40%;}
.jij_ser,.sjcy_aad{display:none;}
.product-card{width:45%;}
.column-card.show{width:48%;}
.section-title{width:50%;}
.product-show{width:90%;padding:0px 5% 4% 5%;}
.spjce_a{width:90%;margin:0px 5%;}
.cad-box{width:46%;margin:2%;}
.cardd-img-box{width:100%;}
.cardd-content{width:90%;padding:5%;border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;border-bottom:solid 1px #e1e1e1;}
.sjc_phj{width:100%;}
.nj_fota{width:100%;}
}



