/* ===================== 新增：手机端全适配CSS（不修改原有代码） ===================== */
@media (max-width: 768px) {
  /* 全局重置 - 禁止横向滚动 */
  html, body {
    overflow-x: hidden !important;
    width: 100vw !important;
    margin: 0;
    padding: 0;
  }
  /* 容器统一内边距 */
  .wjh_container, .wji_container, .wjk_container, .wjl_container, .wjn_container, .whp_product_wrapper {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  /* 1. 导航栏适配 */
  .wjh_nav_logo {
    width: 50% !important;
  }
  .wjh_nav_logo img {
    width: 100% !important;
    height: auto !important;
  }
  .wjh_nav_right {
    margin-top: 0 !important;
  }
  .wjh_btn_z {
    display: none !important;
  }
  .wjh_mobile_menu {
    width: 100% !important;
  }

  /* 2. Banner适配 */
  .wjh_banner {
    height: 70vh !important;
    min-height: 100vh !important;
  }
  .wjh_banner_text {
    width: 100% !important;
    top: 50px !important;
  }
  .wjh_banner_title {
    font-size: 24px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
  }
  .wjh_banner_btns {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .wjh_banner_dots {
    bottom: 20px !important;
  }
  .wjh_feature_bar {
    display: none !important;
  }

  /* 3. 关于我们板块适配 */
  .wji_about_images {
    height: 300px !important;
    max-width: 100% !important;
  }
  .wji_about_title {
    font-size: 24px !important;
  }
  .wji_about_desc {
    line-height: 1.6 !important;
  }
  .wji_about_features {
    margin: 10px 0 !important;
  }

  /* 4. 合作伙伴适配 */
  .sy-hezuo {
    height: auto !important;
    padding-bottom: 20px !important;
    background-size: cover !important;
  }
  .sy-hezuo h2 {
    padding-top: 50px !important;
  }
  .sy-hezuo h2 em {
    font-size: 28px !important;
  }
  .indLogo {
    margin-bottom: 0 !important;
  }
  .abiUn .customer-icon {
    width: 80px !important;
    height: 60px !important;
    margin: 0 5px !important;
  }
  .abiUn .customer-icon>img {
    width: 100% !important;
    height: 100% !important;
  }

  /* 5. 产品板块适配 - 取消手机端全屏锁定 */
  .whp_product_wrapper {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    padding: 50px 15px !important;
  }
  .whp_content_body {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .whp_left_section, .whp_right_section {
    width: 100% !important;
  }
  .whp_right_section {
    height: 300px !important;
    top: 0 !important;
    background: none !important;
  }
  .whp_product_color_block {
    width: 100% !important;
    height: 280px !important;
    position: relative !important;
    left: 0 !important;
    transform: none !important;
  }
  .whp_product_title {
    font-size: 20px !important;
    margin-top: 20px !important;
  }
  .whp_switch_control_area {
    margin-top: 20px !important;
    gap: 20px !important;
  }
  .whp_product_tab {
    font-size: 14px !important;
  }
  .whp_product_tab_list {
    gap: 15px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  /* 6. 产品优势卡片适配 */
  .wjj_hero_section_z {
    height: auto !important;
  }
  .wjj_hero_section {
    padding: 50px 20px !important;
    background-position: center !important;
  }
  .wjj_hero_title {
    font-size: 24px !important;
  }
  .wjj_cards_section {
    grid-template-columns: 1fr !important;
    transform: none !important;
    margin-top: 20px !important;
    gap: 20px !important;
  }
  .wjj_card {
    height: 350px !important;
  }
  .wjj_card_hover {
    padding: 20px !important;
  }
  .wjj_card_hover_title {
    font-size: 18px !important;
  }

  /* 7. 新闻板块适配 */
  .wjk_container_z {
    padding: 50px 0 !important;
  }
  .wjk_title {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }
  .wjk_cards_grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .wjk_card {
    width: 100% !important;
  }
  .wjk_card_image {
    height: 200px !important;
  }

  /* 8. 底部footer适配 */
  .wjn_cta_section {
    padding: 50px 0 30px !important;
  }
  .wjn_cta_title {
    font-size: 20px !important;
  }
  .wjn_footer_content {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .wjn_brand_logo img {
    height: 50px !important;
  }
  .wjn_copyright_section {
    text-align: center !important;
    padding: 20px 0 !important;
  }
	
	
.wjh_btn {
    
	width: 110px;	}
	
	
	.whp_right_section {  display: block;}
	
	.whp_switch_control_area  { display: none;}
	
	.wjn_links_column  { display: none;}
	
	
	.whp_product_color_block {
 
		top: 0px;}
	
	/* ===================== 修复：手机端产品轮播 位置固定/不串位 ===================== */
/* 1. 右侧产品区统一父容器：固定定位、居中、无偏移 */
.whp_right_section {
  position: relative !important;
  top: 0 !important;
  height: 280px !important;
  background: none !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
/* 2. 新增：产品色块统一包裹层（强制所有图叠在同一位置） */
.whp_right_section::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* 3. 所有产品色块：绝对定位、完全重叠、固定尺寸 */
.whp_product_color_block {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 280px !important;
  transform: none !important;
  margin: 0 !important;
  box-shadow: 0 14px 14px rgba(0,0,0,0.1) !important;
}
/* 4. 产品图片：铺满容器、不变形 */
.whp_product_color_block img {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
  display: block !important;
}
/* 5. 重置产品板块手机端高度，取消全屏锁定（避免滚动冲突） */
.whp_product_wrapper {
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  padding: 50px 15px !important;
}
/* 6. 左侧文字区：取消多余margin，对齐产品图 */
.whp_product_title {
  margin-top: 20px !important;
}
.whp_dynamic_info_area {
  margin-top: 0 !important;
}
	
	
	.menu_location  { display: none;}	
	
	
	.polaris-banner { height: 320px;}
	
	.polaris-banner .title-1 {
  
    font-size: 30px;
}
	
	
	.polaris-banner .text {
   
		top: 60%;}
	
	
	.index_jieshao-top .title-2 {
 
    font-size: 25PX;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

/* 小屏手机（<375px）额外适配 */
@media (max-width: 375px) {
  .wjh_banner_title {
    font-size: 28px !important;
  }
  .whp_product_tab {
    font-size: 12px !important;
  }
  .abiUn .customer-icon {
    width: 60px !important;
    height: 50px !important;
  }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}


/* 移动端菜单按钮 固定大小+相对定位 */
.wjh_mobile_menu_btn {
    position: relative !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important; margin-top: 5px!important;
}

/* 两个图标 强制完全重叠居中 */
#menuIconBars,
#menuIconClose {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 26px !important;
    color: #21499b !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: all 0.2s ease !important; font-weight: 400!important;
}

/* 默认状态：只显示三横，关闭图标彻底隐藏 */
#menuIconBars {
    display: block !important;
}
#menuIconClose {
    display: none !important;
}

/* 移动端菜单按钮 核心样式 */
.wjh_mobile_menu_btn {
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
}
/* 图标重叠定位 */
.wjh_menu_icon_bars,
.wjh_menu_icon_close {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
    color: #21499b !important;
    transition: all 0.3s ease;
}
/* 默认状态：显示三横，隐藏关闭 */
.wjh_menu_icon_bars {
    display: block;
}
.wjh_menu_icon_close {
    display: none;
}
/* 菜单打开时：隐藏三横，显示关闭（通过父级类名控制） */
.wjh_mobile_menu_btn.wjh_menu_open .wjh_menu_icon_bars {
    display: none;
}
.wjh_mobile_menu_btn.wjh_menu_open .wjh_menu_icon_close {
    display: block;
}


.wjh_menu_open #menuIconBars {
    display: none !important;
}
.wjh_menu_open #menuIconClose {
    display: block !important;
}


@media only screen  and (max-width:1024px){
	
/*sy*/	
.banner .swiper-slide-active .a-fadeinB2 { font-size:22px !important;}	
.banner .swiper-slide .con .c { width:100% !important; font-size:16px !important; line-height:25px !important;}
.bannerzwcpxc { font-size:18px !important;}
.banner .swiper-slide .con { top:48% !important;}

.aboutbox { width:100% !important;}
.digital{ width:100% !important; float:inherit !important; padding-bottom:0px !important;}

.aboutz .con { display:block !important; padding:0% !important;}

.aboutz { background-size: auto 100% !important; padding-top:30px !important; }
.aboutbox .nameabtzwen p { font-size:24px !important; line-height:35px !important;}
	
.nameabtzwen .des p { font-size:15px !important; letter-spacing:0px !important; line-height:24px !important;}	

.digital li { padding-top:0px !important; height:112px !important; width:31.333% !important; margin:0px 1% !important;}
.digital ul {height:112px !important;}
.digital  { padding-bottom:0px !important;}

.aboutz .con .digital li em b { font-size:28px !important;}
.digital li em b { height:auto !important;}
.digital li em { height:52px !important;}
.digital li h3 { font-size:14px !important;}
.aboutz .con .digital li em i{ font-size:12px !important; width:auto !important;}

.container-fluid .nameabtzwen p { font-size:15px !important; line-height:27px !important;}

.nameabt { font-size:25px !important;}
.advanbox { padding:0px !important; background-size:auto 100% !important;}

.advan-list { margin-top:20px !important;}

.row { margin-left:0px !important; margin-right:0px !important;}

.advan-list li h3 { font-size:20px !important;}


.advan-list li .intro p {text-overflow: ellipsis; padding:0px 3%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 29px;
line-height: 29px;}

.advan-list .row .col-md-3A:nth-child(6) { width:100% !important;}
.advanbox { height:1480px !important;}
.container-fluid { padding-left:0px !important; padding-right:0px !important;}

.newnr .nameabtzwen p { font-size:15px !important; line-height:27px !important;}


.index_2_mid_name_1 { font-size:22px !important;}
.index_2_mid_name_2  { font-size:15px !important;}

.index_2_img img {
    width: auto !important;
    height: 250px !important;
}

.footer-left { display:none !important;}
.footer-nav { width:100% !important;}
.footer-nav ul:nth-child(1){ display:none;} 
.footer-nav ul:nth-child(2){ display:none;} 
.footer-nav ul:nth-child(3){ display:none;} 
.footer-nav ul:nth-child(4){ display:none;} 


.footer-nav .contact-1 { max-width:100% !important; width:100% !important; margin-left:0px !important;}









/*ny*/


.menu_location .menu { display:none !important;}
.menu_location .location { display:block !important;}
.polaris-company-profile { padding:5% 0px !important;}
.index_jieshao-top .title-2 { font-size:20px !important;}

.polaris-company-profile .index-content { display:block !important;}
.menu_location { display:none !important;}


.zhanlue .index-content .company-profile-right .neirong h3 { font-size:25px !important;}



.polaris-company-profile .index-content:nth-child(2) .company-profile-right .neirong h3:nth-child(1) { display:none;}
.polaris-company-profile .index-content:nth-child(2) .company-profile-right .neirong h3:nth-child(2) { display:none;}

.polaris-company-profile .index-content:nth-child(2) .company-profile-right .neirong h3:nth-child(3) { display:none;}

.company-profile-right .text-1 .neirong { width:100% !important;}
.zhanlue .index-content .company-profile-right h3 {  font-size:25px !important; padding-top:20px !important;}

.polaris-company-profile .index-content p img { width:100% !important; height:auto !important;}



.product-title { padding-top:0px !important;}


.proda_left { width:100% !important;}
.product-detail-text{ width:100% !important;}
.pro_nr { width:100% !important; margin:0px 0% !important;}

.polaris-news-detail .polaris-news { margin-top:-70px !important;}


.product-detail-text .title h2 { font-size:25px !important; margin-top:20px !important;}

.ny_prodaz { width:90% !important; margin:0px 5% !important;}







.ny_prodaz .text_js table tr td { word-wrap: break-word!important;word-break:break-all !important;}





.ny_prodaz .text_js table tr td { width:100% !important; float:left !important; padding:5px 5px!important; text-align:center !important;}
.ny_prodaz .text_js table tr:nth-child(1) td { /* padding:5% !important;*/ }

.ny_prodaz .text_js table tr:nth-child(1)  td {
    color: #fff;
    font-weight: 900; }
	
	
	
.ny_prodaz .text_js table tr:nth-child(2n) td { }
	
	
.ny_prodaz .text_js table tr { width:100% !important; float:left !important;  display:block !important;  height:auto !important;}

.ny_prodaz .text_js table tr td:nth-child(1) { color:#0964ba;}
.ny_prodaz .text_js table tr:nth-child(1) td:nth-child(1) { color:#fff;}

.ny_prodaz .text_js table tr td {  word-wrap: break-word;word-break:break-all; display:block !important;}


.ny_prodaz .text_js table { width:100%; display:block;}
.ny_prodaz .text_js table tbody { width:100%; display:block;}







.polaris-product-item .text { top:auto !important;}
.polaris-product-item .text-1 { font-size:16px !important;}

.news-content-item { width:100% !important; }

.news-content-bottom { margin-top:50px !important;}
	
	
	
.ny_con_r { display:block !important;} 
.ny_con_r_list { width:100% !important; margin-bottom:20px !important;}


	
	.index-banner-swiper img { height: 100vh;}
	
	
	.index-banner-swiper .downroll img { height:  auto;}
	
	.index-about-left {
    width: 100%;
 
    padding-top: 30px;}
	
	
	.nftk-content-text .text-1 {
   
    line-height: 30px;
    font-size: 22px;
}
	
	.index-about-left {
   
    background: url(../../images/yinhao.png) no-repeat 0% 0; background-size: 20%;
}
	
	
	.index_about_qiye {
   
    background-size: auto 100%;
  
}
	
	
.index-business-data .index-about-item .data-1 strong {
    font-size: 40px;
}	
	
	.index-about-item .data-1 strong {
    
    letter-spacing: -2px;
}
	
.index_about_qiye .nftk-content {

    border-radius: 80px;
    height: 600px;
 }
	
	
   .sol-list .con {
        width: 100% !important; 
        margin: 0px 0% !important; 
    }
	
	
	.solution .sol-con {
    width: 100%;
    height: 700px;
  
    margin-top: 0px;
}
	
	.solution .sol-con .sol-hd {
    width: 100%;
    height: calc(100% - 100px);}
	
.solution .sol-con .sol-hd ul li i {

    font-size: 32px;
  
    margin-top: 0px;
   
}	
	.solution .sol-con .sol-hd ul li span {
  
    height: 27px;
    line-height: 27px;
    font-size: 22px;
	}
	
	
	.solution .sol-con .sol-pic .sol-left {
  
    display: none;
}
	.advan-list ul { grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
	
	
	
.advan-list li a {

    border-radius: 50px;} 
	
	.index-cases-top .text-2 br { display: none}
	
	
	.home11_1.between {
    display: grid; grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
	
.home11_1 li {
    width: 100%;
}	
	
	
	
	.home11_1 { padding-top: 0px;}
	
	.home11_1 li b {
 
    background: #fff;
}
	
	
	.company_subscribe {
   
   
    border-radius: 0;   background-repeat: no-repeat; background-size: auto 100%;
  
}
	
	.newnr {
    margin: 0px auto 0px;
   
}
	
	.company_subscribe img {
     
        height: 80px;
    }

	.company_subscribe .layout {
  
     padding-right:0%;
}
	    .company_subscribe .subscribe_title {
        font-size: 25px;
    }

	.company_subscribe .subscribe_desc {
   
    line-height: 20px;
    margin-top: 20px;
}
	
	    body .company_subscribe .learn_more {
        
        text-align: center !important;
       
    }
	
	.sys_btnn { margin: 0px auto;}

	
	.Footer .Footer_top .Footer_top_left .top_left_list:nth-child(1) { display:none;}
	.Footer .Footer_top .Footer_top_left .top_left_list:nth-child(2) { display:none;}
	.Footer .Footer_top .Footer_top_left .top_left_list:nth-child(3) { display:none;}
	.Footer .Footer_top .Footer_top_left .top_left_list:nth-child(4) { display:none;}
	
	.Footer_top_right { display: none;}
	.Footer .Footer_top {
    padding: 40px 0vw;
  
}
	
	.Footer .Footer_top .Footer_top_left .top_left_list:last-child {
    width: 100%;
}
	.Footer .Footer_top .Footer_top_left .top_left_list {
    margin-right: 0px;}
		
		
	.leit li {
   
    height: 400px;	}
	
	
	.shu2 span {
  
    font-size: 19px;}
		
	.shu2 em {
  
    font-size: 12px;
  
    line-height: 20px;
   
}
.shu2 {

    top: 40%;	}
	
	
	.Footer .Footer_top .Footer_top_left {

    width: 100%;
}
	
    body .menu_location {
        display: none!important;
    }	
	
	.polaris-banner {
  
		height: 300px;}
	
	.polaris-banner .title-1 {
    
    font-size: 25px;
}
	
	    .menu_location .menu {
        display: block!important; 
    }
	    .menu .wapmenu {
        display: none !important;
    }
	
	
	   .polaris-about .polaris-company-profile .company-profile-top {
        margin-top: 0px !important; 
    }
	
	.company-profile-right .text-1 { font-size: 16px;
        line-height: 30px;}
	
	.digital ul {
    width: 100%;}
	
	
	.digital li em b { font-size: 25px;}
.digital li em i {
    font-size: 15px;

    line-height: 20px;
    width: 20px;
    height: 20px;}
	
	
	.ny_index-about-nftk {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.ny_nftk-content { display: block;}
	
	
	.ny_wenhua img {
   
    height: 25px;
}
	
.ny_about_hj h3 {
    font-size: 25px;	}
	
	
.ny_about_hj {
 
    padding-bottom: 50px;
    padding-top: 50px;
}
	
	
	.ny_about_hj_con .hc_owla .owl {
   

    grid-template-columns: repeat(1, 1fr);
  
}

.ny_about_hj h3 {
 
    padding: 0px 0px 0px;
 
}
	
	.ny_about_hj_con .hc_owla .owl li .text {
  
    width: 100%;
   
}
	.ny_about_hj_con .hc_owla .owl li {
    padding: 0px;
}
	
	.ny_about_3 {
   
    padding: 50px 0px;
}
	.ny_about_3 h3 {
    font-size: 25px;
    line-height: 100px;
    font-weight: 400;
    padding: 0px 0px 0px;
    text-align: center;
}
	
	.w {
   
    height: auto!important;
 
}.leftBox {
   
    height: auto!important;
}
	
	.ny_cpxq h3 {
 
    width: 96%; padding: 15px 2%; line-height: 25px;  font-size: 18px;
   
}
	
	.pro_nr .ny_cpxq img { width: 100%!important; height: auto!important;}
	
	
	.wj_card {
 
    gap: 50px;
}

	
.wj_download_btn {
   
    padding: 4px 16px;}	
	
.company-profile-right .wj_download_btn span {
        font-size: 15px !important;
    }
   .index-content .MsoNormal .fy .newspage .zi {
          font-size: 15px !important;
    }

	
.ny_yanfa {
   width: 100%; 
      overflow-x: auto; 
      overflow-y: hidden; 
      -webkit-overflow-scrolling: touch; 
      padding: 0 10px;
}
	
	.ny_yanfa table {
      width: auto; /* 【关键】表格宽度自适应内容，绝对不能设100%，否则不会滚动 */
      min-width: 700px; /* 给表格设置最小宽度，避免列太挤，根据列数调整（4列建议700-800px） */
      border-collapse: collapse; /* 合并单元格边框，让表格更整齐 */
      border-spacing: 0;
      text-align: center;
    }
	
	
	
	
	
	.ny_yanfa h3 {
    letter-spacing: 5px;
    line-height: 35px;}
	
	
	.polaris-news-detail::before { display: none;}
	
	.index-content .ny_lxwm {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
	
	    .polaris-company-profile .index-content p img {
        width: 60% !important;
        height: auto !important;
    }
	
	.Hnylxz {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);}
	
	.index_jieshao-top .title-3 {
    font-family: ;
    color: #666;
    width: 100%;
    margin: 20px auto;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
}
	
	.index_jieshao-top .title-3 br { display: none;}		
		
		
		
	.ny_cpxq {
   
    overflow-x: auto;
}	
.polaris-news-detail {
  
    padding-top: 130px!important;
   
}	

	
	
	
	
	}



