/* ========================================
   昆山亨美特干燥剂 - 全站响应式适配
   ======================================== */

/* === 基础重置 === */
*, *::before, *::after { box-sizing: border-box; }
body.menu-open { overflow: hidden; }

/* ========================================
   汉堡菜单按钮（默认隐藏，<1024px 才显示）
   ======================================== */
.mobile-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  background: #0359b6;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  border-radius: 4px;
}
.mobile-menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.mobile-menu-btn span:nth-child(1) { top: 13px; }
.mobile-menu-btn span:nth-child(2) { top: 21px; }
.mobile-menu-btn span:nth-child(3) { top: 29px; }
.mobile-menu-btn.active span:nth-child(1) { top: 21px; transform: translateX(-50%) rotate(45deg); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active span:nth-child(3) { top: 21px; transform: translateX(-50%) rotate(-45deg); }

/* ========================================
   ≥1024px：电脑端样式，缩减导航间距，左右布局
   ======================================== */
@media screen and (max-width: 1400px) {
  /* 导航间距缩减 */
  .nav li + li { margin-left: 30px !important; }
  .nav li > a { font-size: 15px !important; padding: 44px 5px !important; }
}

@media screen and (max-width: 1200px) {
  .nav li + li { margin-left: 18px !important; }
  .nav li > a { font-size: 13px !important; padding: 44px 3px !important; }
  .nav li > a em { font-size: 11px !important; }
}

/* ========================================
   <1024px：汉堡菜单模式
   ======================================== */
@media screen and (max-width: 1023px) {

  /* --- 顶部栏 --- */
  .htop { display: none !important; height: auto !important; padding: 0; }
  .htop p.fr { display: none !important; }
  .htop p.fl { width: 100% !important; text-align: center !important; float: none !important; }
  .htop p.fl a { margin-right: 10px; padding-left: 22px; font-size: 13px; }
  .htop p.fl b { font-size: 14px; }

  /* --- Header 二级：Logo 左 + 汉堡按钮 右 --- */
  .header { height: auto !important; }
  .hsecond {
    height: 92px !important;
    min-height: 92px !important;
    padding: 10px 0 !important;
  }
  .hsecond .w1400 {
    display: block !important;
    width: 96% !important;
    float: none !important;
  }
  .hsecond .w1400:after { content: ""; display: block; clear: both; }
  /* Logo */
  .hlogo {
    float: left !important;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 !important;
  }
  .hlogo p { display: inline-block !important; vertical-align: middle; margin: 0 !important; }
  .hlogo p + p { margin-left: 8px !important; margin-top: 0 !important; }
  .hlogo p img { max-width: 140px !important; height: auto !important; }
  .hlogo p span { font-size: 12px !important; }

  /* 汉堡按钮 显示 */
  .mobile-menu-btn { display: block !important; float: right !important; margin-top: 7px !important; }

  /* 导航菜单：全屏抽屉 */
  .nav {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 1000 !important;
    padding: 70px 0 20px !important;
    box-sizing: border-box;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    float: none !important;
  }
  .nav.show { display: block !important; }
  .nav > ul {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .nav li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    text-align: left !important;
    border-bottom: 1px solid #eee !important;
    margin-left: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
  .nav li + li {
    margin-left: 0 !important;
  }
  .nav li > a {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 38px 0 24px !important;
    margin: 0 !important;
    text-align: left !important;
    text-indent: 0 !important;
    font-size: 16px !important;
    line-height: 56px !important;
    white-space: normal !important;
    height: 56px !important;
    box-sizing: border-box !important;
    overflow: hidden;
  }
  .nav li > a em {
    float: none !important;
    display: block !important;
    position: static !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 110px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
    transform: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  .nav li.cur,
  .nav li:hover {
    padding: 0 !important;
    margin-left: 0 !important;
    text-indent: 0 !important;
  }
  .nav li.cur > a,
  .nav li:hover > a {
    padding: 0 38px 0 24px !important;
    margin: 0 !important;
    text-indent: 0 !important;
  }
  .nav li.cur > a,
  .nav li:hover > a { color: #0359b6; background: #f5f8fc; }

  /* 下拉菜单（移动端点击展开） */
  .dropmenu {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: #f5f8fc !important;
    padding: 10px 20px !important;
    box-sizing: border-box;
    overflow-x: hidden !important;
    display: none !important;
    border-bottom: 1px solid #eee;
  }
  .nav li.open .dropmenu { display: block !important; }
  .dropmenu .w1400 { width: 100% !important; }
  .dropmenu table,
  .dropmenu table tbody,
  .dropmenu table tr,
  .dropmenu table td { display: block !important; width: 100% !important; }
  .dropmenu table td { height: auto !important; }
  .dropmenu a,
  .dropmenu table td a {
    display: block !important;
    line-height: 44px !important;
    font-size: 15px !important;
    color: #333 !important;
    margin-left: 0 !important;
  }
  .dropmenu a + a { margin-left: 0 !important; }
  .dropmenu .nav-pro-col { display: block !important; width: 100% !important; margin: 0 0 8px !important; }
  .dropmenu .nav-pro-title { line-height: 40px !important; margin: 0 !important; text-align: left !important; color: #fff !important; }
  .dropmenu .nav-pro-sub a { display: block !important; width: 100% !important; line-height: 36px !important; padding-left: 26px !important; box-sizing: border-box !important; color: #333 !important; }
  .dropmenu .nav-pro-sub a:before { color: #333 !important; }

  /* --- 搜索栏 --- */
  .search .w1400 { display: block; }
  .keywords { float: none !important; text-align: center; line-height: 40px !important; padding: 10px 0; }
  .keywords span { font-size: 16px; }
  .search .fr { float: none !important; width: 100%; display: block; text-align: center; padding: 10px 0 20px; }
  .seaconcat {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    height: auto !important;
    display: inline-block !important;
    vertical-align: top;
    width: 100%;
  }
  .seaphone { padding-left: 30px !important; font-size: 13px !important; margin-right: 0 !important; }
  .seaphone b { font-size: 16px !important; }
  .seacode li img { width: 80px; }
  .searchform { float: none !important; margin-top: 0 !important; }
  .search_bg { margin-top: 0 !important; width: 100%; max-width: 300px; }

  /* --- 数字统计 --- */
  .num ul { display: block; font-size: 0; }
  .num li {
    display: inline-block;
    vertical-align: top;
    width: 50% !important;
    height: 140px !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .num li:nth-child(1) { border-left: none !important; }
  .num li:nth-child(2n) { border-right: none !important; }
  .num li:last-child { width: 100%; }
  .num_t { padding-top: 15px !important; }
  .num_t b { font-size: 40px; }
  .num_c { font-size: 14px; }
  .num_c em { font-size: 10px; margin-top: 5px; }
  .num_t i { width: 24px; height: 24px; line-height: 24px; font-size: 13px; margin-left: 5px; }

  /* --- Banner --- */
  .banner-box { min-width: auto !important; height: 400px !important; }
  .banner-box .bd li { height: 400px !important; background-size: cover !important; }
  .banner-btn { top: 140px; }
  .banner-btn a { width: 36px; height: 80px; }
  .banner-btn a.prev { left: 10px; background-size: cover; }
  .banner-btn a.next { right: 10px; background-size: cover; }

  /* --- 产品区域 --- */
  .procenter { display: block; }
  .proclass { width: 100% !important; max-width: 100% !important; float: none !important; margin-bottom: 20px; display: none; }
  .proclass .pcc .pcc-list { font-size: 0; }
  .proclass .pcc .pcc-item { display: inline-block; width: 50%; vertical-align: top; }
  .proclass .pcc .pcc-item a { font-size: 14px; }
  .proconcat { display: none; }
  .proright { width: 100% !important; max-width: 100% !important; float: none !important; }
  .hotpro { height: auto !important; min-height: 300px; }
  .hotpro { display: none !important; }
  .hotprocon .product_div_item_pic {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px !important;
    border-left: none !important;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
  }
  .hotprocon .product_div_item_pic img { max-height: 250px; object-fit: contain; }
  .hotprocon .divproduct_new_div_item_content {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px !important;
    padding: 0 10px !important;
  }
  .hotprocon .divproduct_new_div_item_a { font-size: 20px !important; }
  .hotprocon .divproduct_new_div_item_body { height: auto !important; margin: 15px 0 !important; }
  .hotprocon .probtn a { width: 45% !important; line-height: 40px !important; font-size: 13px !important; }
  .hotrait { position: static !important; display: block !important; text-align: center; padding: 10px 0; top: auto !important; left: auto !important; }
  .hotrait li { display: inline-block; vertical-align: top; padding-top: 40px; font-size: 14px !important; }
  .hotrait li + li { margin-left: 30px !important; }
  .projt { top: 100px !important; }

  /* 产品展示网格 */
  .proshow li { width: calc(50% - 10px) !important; }

  /* --- 问题区域 --- */
  .problem { padding: 40px 0; }
  .pbtitle { font-size: 28px !important; }
  .pbtitle b i { width: 40px; height: 40px; font-size: 20px; line-height: 40px; }
  .pb_c { width: 100% !important; }
  .pb_c b { font-size: 16px !important; }
  .pbtel { font-size: 20px !important; }
  .pbtel span { display: none !important; margin-left: 0 !important; margin-top: 10px !important; padding-left: 30px !important; font-size: 14px !important; }
  .pbbtn a { width: 220px !important; line-height: 46px !important; font-size: 16px !important; }
  .ban01 { display: none !important; }
  /* --- 特性区域 --- */
  .trait { height: auto !important; min-height: auto; padding: 40px 0 !important; }
  .tratitle b { font-size: 28px !important; }
  .traul li { width: 100% !important; display: block !important; margin-left: 0 !important; margin-bottom: 15px; }
  .traul li.on { width: 100% !important; }
  .traul li > div { display: block !important; }
  .traicon { margin-left: auto !important; margin-right: auto !important; }
  .trawa { width: 100% !important; height: auto !important; padding: 20px !important; margin-top: 10px !important; }
  .trabox { width: 100% !important; height: auto !important; margin-left: 0 !important; padding: 20px !important; opacity: 1 !important; }

  /* --- 优势区域 --- */
  .adv { height: auto !important; min-height: auto; padding: 40px 0 !important; }
  .advtitle { font-size: 30px !important; }
  .advtab li { width: 50% !important; height: 120px !important; }
  .advtab li:nth-child(3) { border-left: 1px solid #dedede; }
  .advnum { font-size: 48px !important; padding-top: 10px !important; }
  .advcon { padding: 20px !important; }
  .advright { margin-left: 0 !important; margin-top: 20px; }
  .adv_t { font-size: 22px !important; }
  .advwa { margin: 15px 0 !important; font-size: 14px !important; line-height: 35px; }
  .advbtn a { width: 100% !important; max-width: 280px; }

  /* --- 应用场景 --- */
  .casetitle { font-size: 30px !important; }
  .casetab { margin: 20px 0; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
  .casetab td,
  .casetab li { display: inline-block !important; }
  .casetab td img,
  .casetab li img { width: 80px !important; height: 60px !important; object-fit: cover; }
  .casetab td div a,
  .casetab li div a,
  .casetab li > a { width: 100px !important; line-height: 36px !important; font-size: 13px !important; }
  .casecon { height: auto !important; min-height: 300px; padding: 20px; }
  .casecon .news_div_item_pic { float: none !important; width: 100% !important; max-width: 100% !important; height: 200px !important; }
  .casecon .divdgweb_new_div_item_content { float: none !important; width: 100% !important; max-width: 100% !important; padding: 20px 0 0 0 !important; }
  .casecon .divdgweb_new_div_item_a { font-size: 20px !important; }
  .casecon .divdgweb_new_div_item_body { height: auto !important; }
  .caseadver { position: static !important; margin: 15px 0; }
  .casephone { position: static !important; text-align: center; padding: 15px 0; font-size: 22px !important; background-size: 20px auto !important; padding-left: 30px !important; display: inline-block; }
  .casebtn { position: static !important; text-align: center; }

  /* --- 合作客户滚动 --- */
  #roller_left { width: 100% !important; height: auto !important; overflow-x: auto !important; overflow-y: hidden; }
  #roller_left .roller-track,
  #roller_left #roller_content,
  #roller_left #roller_temp,
  #roller_left .roller-list { display: inline-block !important; white-space: nowrap; }
  #roller_left .roller-list li { width: 150px !important; }
  #roller_left .roller-list li img { width: 130px !important; height: auto !important; }

  /* --- 流程 --- */
  .process { height: auto !important; min-height: auto; padding: 40px 0 !important; }
  .pctitle { font-size: 28px !important; }
  .pcul { display: block !important; text-align: center; font-size: 0; padding: 0 10px; background: none !important; white-space: normal !important; }
  .pcul li { width: calc(50% - 10px) !important; margin-left: 0 !important; }
  .pcul li:nth-child(2n) { margin-left: 15px !important; }
  .pcwa { height: auto !important; padding: 40px 10px 20px !important; }

  /* --- 新闻 --- */
  .news { padding: 40px 0 !important; }
  .newstitle { font-size: 28px !important; }
  .newstab a { width: 100% !important; max-width: 300px; margin-left: 0 !important; margin-bottom: 10px; padding-left: 80px !important; line-height: 50px !important; font-size: 16px !important; }
  .news .news_div_item,
  .news .divdgweb_new_div_item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    display: block !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  .news .news_div_item + .news_div_item,
  .news .divdgweb_new_div_item + .divdgweb_new_div_item { margin-left: 0 !important; }
  .news .news_div_item_pic { margin-bottom: 0 !important; position: relative !important; max-height: 250px !important; }
  .news .news_div_item_content,
  .news .divdgweb_new_div_item_content {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    padding: 15px !important;
    bottom: auto !important;
  }
  .news .news_div_item_date,
  .news .divdgweb_new_div_item_date { position: relative !important; bottom: auto !important; left: auto !important; padding: 10px 15px !important; }
  .news .news_div_item_a:after,
  .news .divdgweb_new_div_item_a:after { display: none !important; }

  /* --- 关于我们 --- */
  .about { padding: 40px 0 !important; }
  .abcenter { display: block; }
  .about .fl { float: none !important; width: 100% !important; text-align: center !important; }
  .about .fl img { max-width: 100% !important; height: auto !important; }
  .abright { width: 100% !important; margin: 20px 0 0 0 !important; float: none !important; }
  .ab_t { font-size: 26px !important; }
  .abtab a { width: 110px !important; font-size: 15px !important; }
  .abcen td { width: calc(50% - 10px) !important; max-width: calc(50% - 10px) !important; }
  .abcen td img { width: 100% !important; height: auto !important; }

  /* --- 版权 --- */
  .crcon { padding: 30px 0 !important; }
  .kslj { float: none !important; width: 100% !important; }
  .kslj li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px 10px !important;
    border-right: none !important;
    border-bottom: 1px solid #333 !important;
  }
  .kslj li:nth-child(1) { border-left: none !important; }
  .kslj li:last-child { border-bottom: none !important; }
  .crcontact p { font-size: 13px !important; line-height: 30px !important; }
  .crcode { float: none !important; width: 100% !important; margin-top: 20px; display: block !important; text-align: center; font-size: 0; }
  .crcode li { display: inline-block; vertical-align: top; }
  .crcode li + li { margin-left: 20px !important; }
  .crcode li + li { margin-left: 0 !important; }
  .crcode li img { width: 100px !important; height: 100px !important; }
  .end p { line-height: 35px !important; padding: 10px 0 !important; }

  /* --- 在线客服 --- */
  .y-kefu-box { display: none !important; }
}

/* ========================================
   ≤600px 手机端进一步优化
   ======================================== */
@media screen and (max-width: 600px) {
  .htop { padding:0; }
  .htop p.fl a { font-size: 12px !important; margin-right: 8px !important; padding-left: 18px !important; }
  .htop p.fl b { font-size: 13px !important; }
  .hsecond { padding: 8px 0 8px 0 !important; padding-right: 5% !important; }
  .hlogo p img { max-width: 130px !important; }
  .hlogo p span { font-size: 11px !important; }

  /* Banner */
  .banner-box { height: 220px !important; }
  .banner-box .bd li { height: 220px !important; }
  .banner-btn { top: 70px; }
  .banner-btn a { width: 30px !important; height: 60px !important; }
  .banner-box .hd { bottom: 5px; }
  .banner-box .hd ul li { width: 8px; height: 8px; margin: 0 3px; }
  .banner-box .hd ul li.on { width: 40px; }

  /* 搜索 */
  .keywords span { font-size: 14px !important; display: block; margin-bottom: 5px; }
  .keywords a { font-size: 13px !important; }
  .seaphone b { font-size: 14px !important; }
  .search_bg { width: 100% !important; height: 40px !important; }
  #infoname { height: 40px !important; width: 100% !important; }

  /* 数字统计 */
  .num li { width: 100% !important; height: 110px !important; border-bottom: 1px solid #e6e6e6 !important; border-right: none !important; }
  .num li:last-child { border-bottom: none !important; }
  .num_t b { font-size: 32px !important; }
  .num_t i { width: 20px; height: 20px; font-size: 12px; }
  .num_c { font-size: 13px !important; }

  /* 产品标题 */
  .protitle { font-size: 22px !important; }
  .protitle span { font-size: 13px !important; }
  .product { padding: 30px 0 !important; }

  /* 产品展示 */
  .proshow li { width: calc(50% - 5px) !important; padding: 5px !important; }
  .proshow li img { width: 100% !important; height: auto !important; }
  .proshow li span a { font-size: 12px !important; line-height: 40px !important; padding: 0 20px !important; }

  /* 问题区域 */
  .problem { padding: 30px 15px !important; }
  .pbtitle { font-size: 22px !important; }
  .pbtitle b i { width: 32px; height: 32px; font-size: 16px; line-height: 32px; }
  .pbtel { font-size: 18px !important; }
  .pbbtn a { width: 200px !important; line-height: 42px !important; font-size: 15px !important; }

  /* 特性 */
  .trait { padding: 30px 15px !important; }
  .tratitle { font-size: 14px !important; }
  .tratitle b { font-size: 22px !important; }
  .tra_t { font-size: 26px !important; }
  .tra_c { font-size: 14px !important; }
  .tra_c b { font-size: 20px !important; margin: 15px 0 !important; }

  /* 优势 */
  .adv { padding: 30px 15px !important; }
  .advtitle { font-size: 24px !important; }
  .advtitle span { font-size: 14px !important; }
  .advtab li { width: 50% !important; height: 100px !important; }
  .advnum { font-size: 36px !important; padding-top: 5px !important; }
  .adv_t { font-size: 18px !important; }
  .advwa { font-size: 13px !important; line-height: 30px; }

  /* 应用场景 */
  .case { padding: 30px 0 !important; }
  .casetitle { font-size: 24px !important; }
  .casetitle span { font-size: 14px !important; }
  .casetab td img,
  .casetab li img { width: 60px !important; height: 45px !important; }
  .casetab td div a,
  .casetab li div a,
  .casetab li > a { width: 80px !important; line-height: 30px !important; font-size: 11px !important; }
  .casecon .news_div_item_pic { height: 180px !important; }
  .casecon .divdgweb_new_div_item_a { font-size: 16px !important; }

  /* 流程 */
  .process { padding: 30px 15px !important; }
  .pctitle { font-size: 22px !important; }
  .pcul li { width: calc(50% - 10px) !important; }
  .pcwa { padding: 35px 8px 15px !important; font-size: 18px !important; }

  /* 新闻 */
  .newstitle { font-size: 22px !important; }
  .newstitle span { font-size: 14px !important; }
  .newstab a { font-size: 14px !important; max-width: 100%; }

  /* 关于 */
  .ab_t { font-size: 20px !important; }
  .ab_c { font-size: 13px !important; line-height: 28px !important; margin: 20px 0 30px 0 !important; }
  .abtab a { width: 90px !important; font-size: 13px !important; line-height: 40px !important; height: 40px !important; }
  .abcen td { width: calc(50% - 5px) !important; max-width: calc(50% - 5px) !important; }

  /* 友情链接 */
  .links { font-size: 14px !important; padding: 10px 0; }
  .links .w1400 > p, .links .w1400 > div { float: none !important; width: 100%; text-align: center; }
  .linkTagcs { width: 100% !important; }
  .linkTagcs li { line-height: 30px !important; float: none !important; display: inline-block !important; padding-right: 15px !important; }

  /* 版权 */
  .end, .end a { font-size: 12px !important; line-height: 30px !important; }
  .end { padding: 10px 0 !important; }
  .end p { line-height: 25px !important; }
}

/* ========================================
   ≤380px 超小屏
   ======================================== */
@media screen and (max-width: 380px) {
  .banner-box { height: 180px !important; }
  .banner-box .bd li { height: 180px !important; }
  .pcul li { width: 100% !important; }
  .proshow li { width: 100% !important; }
  .abcen td { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; }
}

/* ========================================
   ≥1401px 大屏
   ======================================== */
@media screen and (min-width: 1401px) {
  .w1400 { width: 1400px; margin: 0 auto; }
}

/* ========================================
   Final responsive hardening for index.html
   ======================================== */
html,
body {
  width: 100%;
  max-width: 100%;
  background: #fff;
  overflow-x: hidden;
}

.banner-box .bd li {
  background-color: #fff;
}

img,
embed,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
}

table {
  max-width: 100%;
}

.w1400 {
  max-width: 1400px;
  width: min(1400px, 94vw);
}

.search .w1400 {
  display: block;
}

.search .fr {
  display: block;
  text-align: right;
}

.searchform ul,
.searchform li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search_bg {
  display: block;
}

#infoname {
  float: left;
}

#sso {
  float: right;
}

.banner-box .bd li {
  background-size: cover;
  background-position: center center;
}

.proshow-list,
.proshow ul {
  display: block;
  width: 100%;
  font-size: 0;
}

.proshow li {
  vertical-align: top;
}

.proshow li img,
.abcen td img,
.casecon .news_div_item_pic img,
.news .news_div_item_pic img,
.hzcust img {
  display: block;
}

.advcon img,
.about .fl img {
  height: auto;
}

.links .w1400 {
  min-height: 1px;
}

@media screen and (max-width: 1440px) {
  .newscenter.w1400 {
    width: 94vw;
  }

  .news .news_div,
  .news .divdgweb_new_div {
    gap: 22px;
  }

  .news .news_div_item,
  .news .divdgweb_new_div_item {
    width: calc((100% - 44px)/3);
    flex-basis: calc((100% - 44px)/3);
  }
}

@media screen and (max-width: 1400px) {
  .w1400 {
    width: 94vw;
  }

  .product.w1400,
  .newscenter.w1400,
  .abcenter.w1400,
  .crcon.w1400 {
    width: 94vw;
  }

  .proright {
    width: calc(100% - 280px);
  }

  .hotprocon .divproduct_new_div_item_content {
    margin-left: 6%;
  }

  .casephone {
    left: 58%;
  }

  .news .news_div,
  .news .divdgweb_new_div {
    gap: 22px;
  }

  .news .news_div_item,
  .news .divdgweb_new_div_item {
    width: calc((100% - 44px)/3);
    flex-basis: calc((100% - 44px)/3);
  }
}

@media screen and (max-width: 1200px) {
  .content {
    width: 94vw !important;
    max-width: 100% !important;
  }

  .hlogo p img {
    max-width: 180px;
  }

  .hlogo p + p img {
    max-width: 150px;
  }

  .search .w1400 {
    display: block;
  }

  .keywords {
    max-width: 46%;
    line-height: 32px !important;
    padding: 22px 0;
  }

  .seaconcat {
    margin-right: 18px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hotrait {
    left: 6%;
  }

  .product.w1400 {
    width: 94vw;
  }

  .procenter:after,
  .hotprocon .divproduct_new_div_item:after {
    content: "";
    display: block;
    clear: both;
  }

  .proclass {
    width: 252px !important;
  }

  .proright {
    width: calc(100% - 282px) !important;
    max-width: calc(100% - 282px) !important;
  }

  .hotpro {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    padding: 0 0 24px 0;
  }

  .hotprocon {
    width: 100%;
  }

  .hotprocon .divproduct_new_div_item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 40%;
    column-gap: 0;
    min-height: 360px;
    overflow: hidden;
  }

  .hotprocon .product_div_item_pic {
    float: none !important;
    position: static !important;
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    max-width: 100% !important;
    height: 360px;
    padding: 0 !important;
    border-left: 1px solid #e8e8e8;
    box-sizing: border-box;
  }

  .hotprocon .product_div_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .hotprocon .divproduct_new_div_item_content {
    float: none !important;
    grid-column: 1;
    grid-row: 1;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 58px 46px 0 58px !important;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }

  .hotprocon .divproduct_new_div_item_a {
    font-size: 24px !important;
    line-height: 1.35;
  }

  .hotprocon .divproduct_new_div_item_body {
    height: 66px !important;
    margin: 36px 0 28px 0 !important;
  }

  .hotprocon .probtn {
    display: block !important;
    white-space: nowrap;
    font-size: 0;
  }

  .hotprocon .probtn a {
    width: 170px !important;
    line-height: 45px !important;
    height: 45px;
    vertical-align: top;
  }

  .hotprocon .probtn a + a {
    width: 132px !important;
    margin-left: 0 !important;
  }

  .hotrait {
    position: static !important;
    display: block !important;
    width: 60% !important;
    margin: -45px 0 0 58px !important;
    padding: 0 !important;
    text-align: left;
    white-space: nowrap;
    z-index: 1;
  }

  .hotrait li {
    width: 86px;
    font-size: 16px !important;
    padding-top: 48px !important;
    display: inline-block;
    vertical-align: top;
  }

  .hotrait li + li {
    margin-left: 14px !important;
  }

  .projt {
    top: 170px !important;
    z-index: 3;
  }

  .problem {
    padding: 46px 0 !important;
  }

  .pb_c {
    width: 100% !important;
  }

  .pb_c b {
    font-size: 18px !important;
  }

  .trait {
    height: auto !important;
    padding: 50px 0 !important;
  }

  .traul {
    white-space: normal !important;
    text-align: center;
  }

  .traul li,
  .traul li.on {
    width: calc(50% - 8px) !important;
    margin: 0 0 16px 0 !important;
    white-space: normal !important;
  }

  .traul li:nth-child(2n) {
    margin-left: 12px !important;
  }

  .traul li > div {
    display: block !important;
  }

  .traicon {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .trawa,
  .trabox {
    width: 100% !important;
  }

  .trabox {
    height: auto !important;
    min-height: 220px;
    margin-left: 0 !important;
    opacity: 1 !important;
  }

  .adv {
    height: auto !important;
    padding: 50px 0 !important;
  }

  .advtab li {
    font-size: 24px !important;
    height: 150px !important;
  }

  .advnum {
    font-size: 54px !important;
  }

  .advcon {
    padding: 32px !important;
  }

  .advcon .fl {
    max-width: 48%;
  }

  .advright {
    width: 48%;
  }

  .case {
    padding: 46px 0 !important;
  }

  .casetab {
    white-space: normal !important;
    overflow: visible !important;
  }

  .casetab td,
  .casetab li {
    margin-bottom: 10px;
  }

  .casecon {
    height: auto !important;
    min-height: 330px;
    overflow: hidden;
  }

  .casecon .divdgweb_new_div_item {
    flex-direction: column !important;
  }

  .casecon .divdgweb_new_div_item:not([style*="display: none"]):not([style*="display:none"]) {
    display: flex !important;
  }

  .casecon .divdgweb_new_div_item_content {
    order: 2 !important;
  }

  .casecon .news_div_item_pic {
    order: 1 !important;
    height: 330px;
  }

  .casephone {
    left: 58% !important;
    bottom: 48px !important;
  }

  .casebtn {
    bottom: 48px !important;
  }

  .process {
    height: auto !important;
    padding: 50px 0 !important;
  }

  .pcul {
    background: none !important;
    white-space: normal !important;
    font-size: 0;
  }

  .pcul li {
    width: calc(25% - 12px) !important;
    margin: 0 0 18px 0 !important;
  }

  .pcul li + li {
    margin-left: 16px !important;
  }

  .pcul li:nth-child(4n+1) {
    margin-left: 0 !important;
  }

  .links {
    line-height: 1.7 !important;
  }

  .links .w1400 {
    padding: 20px 0;
    background: none !important;
  }

  .links .fl {
    float: none !important;
  }

  .linkTagcs {
    width: auto !important;
    max-width: 100% !important;
  }

  .linkTagcs li {
    line-height: 28px !important;
  }

  .kslj li {
    padding-left: 24px;
    padding-right: 24px;
  }

  .crcode li img {
    width: 118px;
    height: 118px;
  }
}

@media screen and (max-width: 1023px) {
  .w1400,
  .product.w1400,
  .newscenter.w1400,
  .abcenter.w1400,
  .crcon.w1400 {
    width: 92vw !important;
  }

  .hsecond {
    padding-right: 0 !important;
  }

  .hlogo {
    max-width: calc(100% - 56px);
  }

  .hlogo p:first-child img {
    max-width: 150px !important;
  }

  .hlogo p + p img {
    max-width: 120px !important;
  }

  .nav.show {
    box-shadow: 0 12px 30px rgba(0,0,0,.16);
  }

  .search .w1400 {
    display: block !important;
  }

  .keywords {
    max-width: none;
    width: 100% !important;
  }

  .search_bg {
    max-width: 360px;
  }

  .num ul {
    padding: 0;
  }

  .procenter {
    display: block !important;
  }

  .proclass,
  .proright {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .proclass {
    margin-bottom: 20px !important;
  }

  .pcc .pcc-list,
  .pcc .pcc-item {
    max-width: 100%;
  }

  .pconcat {
    display: none !important;
  }

  .hotprocon .divproduct_new_div_item_content {
    box-sizing: border-box;
    margin: 20px 0 0 0 !important;
  }

  .hotprocon .probtn {
    display: block;
    font-size: 0;
  }

  .hotprocon .probtn a {
    width: calc(50% - 5px);
  }
  .hotprocon .probtn a + a { margin-left: 10px; }

  .proshow-list,
  .proshow ul {
    display: block !important;
    font-size: 0;
    width: 100% !important;
  }

  .proshow li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 7px) !important;
    max-width: calc(50% - 7px) !important;
    margin: 0 0 14px 0 !important;
    padding: 10px !important;
  }
  .proshow li:nth-child(2n) { margin-left: 14px !important; }

  .proshow li:nth-child(2n+1) {
    margin-left: 0 !important;
  }

  .proshow li img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .trait,
  .adv,
  .process {
    background-position: center center;
  }

  .traul {
    white-space: normal !important;
  }

  .trabox:after {
    display: none;
  }

  .advcenter,
  .advcen {
    width: 100%;
  }

  .advcon .fl,
  .advright {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .advcon img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
  }

  .casecenter {
    overflow: hidden;
  }

  .casecon {
    overflow: hidden;
  }

  .casecon .news_div_item_pic img {
    height: 100%;
    object-fit: cover;
  }

  .casephone {
    left: auto;
  }

  .hzcust {
    overflow: hidden;
  }

  #roller_left {
    max-width: 100%;
  }

  #roller_left .roller-list {
    width: auto !important;
  }

  #roller_left .roller-list li img {
    object-fit: cover;
  }

  .pcul {
    margin-left: auto;
    margin-right: auto;
  }

  .news .news_div,
  .news .divdgweb_new_div {
    display: block !important;
    width: 100%;
  }

  .news .news_div_item_pic img {
    width: 100%;
  }

  .abcenter {
    padding: 20px;
  }

  .abcen table,
  .abcen tbody,
  .abcen tr {
    display: block !important;
    font-size: 0;
    width: 100%;
  }

  .abcen td {
    display: inline-block !important;
    width: calc(50% - 6px) !important;
    margin: 0 !important;
  }
  .abcen td:nth-child(2n) { margin-left: 12px !important; }

  .links {
    line-height: 1.7 !important;
  }

  .links .w1400 {
    background: none !important;
    padding: 18px 0;
  }

  .crcon {
    display: block;
  }
  .crcon > * + * { margin-top: 22px; }
}

@media screen and (max-width: 768px) {
  .w1400,
  .product.w1400,
  .newscenter.w1400,
  .abcenter.w1400,
  .crcon.w1400 {
    width: 94vw !important;
  }

  .htop p.fl a,
  .htop p.fl b {
    line-height: 28px !important;
  }

  .hlogo p:first-child img {
    max-width: 130px !important;
  }

  .hlogo p + p {
    display: none !important;
  }

  .mobile-menu-btn {
    width: 42px;
    height: 42px;
    margin-right: 0 !important;
  }

  .seacode {
    display: block !important;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
  }

  .seacode li {
    display: inline-block;
    vertical-align: top;
  }

  .seacode li + li {
    margin-left: 12px !important;
  }

  .proclass .pcc .pcc-item {
    width: 100% !important;
  }

  .hotrait {
    white-space: normal;
  }

  .hotrait li {
    width: 90px;
    margin-bottom: 14px;
  }

  .projt {
    display: none !important;
  }

  .advtab {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .advtab li {
    font-size: 22px !important;
  }

  .adv_c span {
    display: block;
    font-size: 18px;
  }

  .caseadver {
    text-align: center;
  }

  .casephone {
    padding-left: 0 !important;
    background: none !important;
  }

  .pcul li {
    width: calc(50% - 8px) !important;
  }

  .newstab {
    display: block;
    text-align: center;
  }

  .newstab a + a {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .crcontact p {
    word-break: break-all;
  }
}

@media screen and (max-width: 600px) {
  .w1400,
  .product.w1400,
  .newscenter.w1400,
  .abcenter.w1400,
  .crcon.w1400 {
    width: 92vw !important;
  }

  .banner-box .bd li {
    background-size: cover !important;
  }

  .hsecond .w1400 {
    width: 100% !important;
    padding: 0 !important;
  }

  .hlogo {
    max-width: calc(96vw - 58px) !important;
    overflow: visible !important;
  }

  .hlogo p:first-child,
  .hlogo p:first-child a {
    display: block !important;
    overflow: visible !important;
  }

  .hlogo p:first-child img {
    width: auto !important;
    max-width: min(180px, calc(96vw - 68px)) !important;
    height: auto !important;
    object-fit: contain;
  }

  .keywords {
    line-height: 24px !important;
    padding: 8px 0 !important;
    max-height: 40px !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  .keywords span {
    display: inline !important;
    margin-bottom: 0 !important;
  }

  .keywords a {
    display: inline-block !important;
    line-height: 24px !important;
    white-space: nowrap !important;
    vertical-align: top;
  }

  .search .fr {
    padding-bottom: 14px !important;
  }

  .seaconcat {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .seaphone {
    background-size: 20px auto;
  }

  .searchform {
    width: 100%;
  }

  .search_bg {
    max-width: none;
    padding: 0 10px !important;
  }

  #sso {
    margin-top: 0 !important;
    width: 28px;
  }

  .num li {
    display: inline-block !important;
    width: 50% !important;
    height: 126px !important;
    padding: 0 6px;
  }

  .num li:last-child {
    width: 50% !important;
  }

  .num_t {
    padding-top: 12px !important;
  }

  .num_t b {
    font-size: 30px !important;
  }

  .num_c {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .num_c em {
    font-size: 9px !important;
  }

  .hotprocon .probtn a {
    width: 100% !important;
  }

  .hotrait,
  .hotprocon .divproduct_new_div_item:nth-child(n+2) {
    display: none !important;
  }

  .proshow-list,
  .proshow ul {
    font-size: 0;
  }

  .proshow li {
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
  }
  .proshow li:nth-child(2n) { margin-left: 0 !important; }

  .proshow li span a {
    text-align: center !important;
    white-space: normal !important;
    padding: 0 12px !important;
    min-height: 40px;
  }

  .proshow li span a:after {
    display: none !important;
  }

  .pbtitle,
  .tratitle,
  .advtitle,
  .casetitle,
  .pctitle,
  .newstitle {
    line-height: 1.35 !important;
  }

  .pbtitle b {
    position: relative;
    top: -5px;
  }

  .pbbtn a {
    display: inline-block !important;
    line-height: 3.4 !important;
    padding: 0 14px;
  }

  .advcon {
    box-shadow: none !important;
    overflow: visible !important;
  }

  .advcon .tempWrap,
  .advcon .advcen,
  .advcon .advcen > ul {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .advcon .advcen > ul {
    box-sizing: border-box;
  }

  .advcon img {
    max-height: 220px;
  }

  .advtab li {
    height: 86px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .advnum {
    font-size: 30px !important;
    padding-top: 6px !important;
    line-height: 1 !important;
  }

  .adv_c span {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .adv_c em,
  .advtab li em {
    font-size: 10px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .advwa,
  .advwa p,
  .adv_t,
  .adv_t em {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .adv_t {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .adv_t em {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  .advwa {
    line-height: 1.8 !important;
    height: auto !important;
  }

  .casetab {
    display: block !important;
    text-align: center;
    font-size: 0;
    overflow: visible !important;
    white-space: normal !important;
    padding-bottom: 0;
  }

  .casetab table,
  .casetab ul,
  .casetab tbody,
  .casetab tr {
    display: block !important;
  }

  .casetab td,
  .casetab li {
    display: inline-block !important;
    width: calc(50% - 6px) !important;
    margin: 0 0 8px 0 !important;
  }
  .casetab td:nth-child(2n),
  .casetab li:nth-child(2n) { margin-left: 8px !important; }

  .casetab td div a,
  .casetab li div a,
  .casetab li > a {
    width: 100% !important;
  }

  .casecon {
    padding: 12px !important;
  }

  .casecon .news_div_item_pic {
    height: 170px !important;
  }

  .pcul {
    font-size: 0;
  }

  .pcul li {
    width: calc(50% - 8px) !important;
  }

  .pcwa {
    font-size: 15px !important;
    line-height: 1.25 !important;
    padding: 34px 8px 12px !important;
  }

  .pcwa em {
    margin-bottom: 4px !important;
  }

  .pcwa i {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .news .news_div_item_pic img {
    max-height: 220px;
    object-fit: cover;
  }

  .abcenter {
    display: block !important;
    padding: 18px;
    text-align: center;
  }

  .about .fl {
    width: 100% !important;
  }

  .about .fl img {
    width: 100% !important;
    max-height: 230px;
    object-fit: cover;
  }

  .abright {
    margin-top: 18px !important;
    text-align: center;
  }

  .ab_t {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .ab_c {
    margin: 14px 0 22px !important;
    text-align: left;
    line-height: 1.85 !important;
  }

  .abtab {
    display: block;
    text-align: center;
    font-size: 0;
  }

  .abtab a {
    margin-left: 0 !important;
    display: inline-block;
    width: 90px;
    max-width: 120px;
  }
  .abtab a + a { margin-left: 8px !important; }

  .crcode {
    text-align: center;
  }
  .crcode li + li { margin-left: 14px !important; }

  .hzcust,
  #roller_left {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #roller_content,
  #roller_temp,
  #roller_content ul,
  #roller_temp ul {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap;
  }

  #roller_left {
    height: auto !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  #roller_content li,
  #roller_temp li {
    display: inline-block !important;
    width: 150px !important;
    padding: 4px !important;
    vertical-align: top;
    box-sizing: border-box;
  }

  #roller_content li img,
  #roller_temp li img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }

}

@media screen and (max-width: 380px) {
  .htop p.fl a,
  .htop p.fl b {
    display: inline-block;
    margin-right: 6px !important;
  }

  .proshow li,
  .proshow li:nth-child(n) {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pcul li {
    width: 100% !important;
  }

  .advtab li {
    width: 100% !important;
  }

  .casecon .news_div_item_pic {
    height: 150px !important;
  }

  .newstab a {
    padding-left: 100px !important;
  }
}

/* Search strip alignment fixes */
.search {
  background: #fff;
}

.search .w1400 {
  height: 110px;
  min-height: 110px;
  padding-top: 28px !important;
  padding-bottom: 0 !important;
  display: block;
  overflow: visible;
}

.search .w1400:after {
  content: "";
  display: block;
  clear: both;
}

.search .keywords {
  float: left !important;
  width: 46%;
  line-height: 24px !important;
  padding: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  margin-top: 17px;
}

.search .keywords span,
.search .keywords a {
  line-height: 24px !important;
}

.search .fr {
  float: right !important;
  display: block;
  text-align: right;
  white-space: nowrap;
  width: auto;
  padding: 0 !important;
}

.search .seaconcat {
  float: none !important;
  height: 58px !important;
  margin: 0 28px 0 0 !important;
  padding: 0 24px !important;
  display: inline-block !important;
  vertical-align: middle;
  border-left: 1px solid #8b8b8b !important;
  border-right: 1px solid #8b8b8b !important;
  border-bottom: none !important;
}

.search .seaphone {
  float: none !important;
  margin-right: 20px !important;
  line-height: 20px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}

.search .seaphone b {
  line-height: 24px;
}

.search .seacode {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  white-space: nowrap;
}

.search .seacode li {
  display: inline-block;
  vertical-align: top;
}

.search .seacode li + li {
  margin-left: 14px !important;
}

.search .seacode li span {
  margin: 0 auto 4px;
}

.search .seacode li p {
  line-height: 18px;
}

.search .seacode li img {
  width: 160px !important;
  max-width: none !important;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px !important;
  background: #fff !important;
  border: 1px solid #eee;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.search .seacode li:hover img {
  top: calc(100% + 8px) !important;
}

.search .searchform {
  float: none !important;
  width: 264px;
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.search .search_bg {
  width: 264px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 8px 0 12px !important;
  display: block !important;
  background: #e2e2e2;
  overflow: hidden;
}

.search #infoname {
  float: left;
  width: 210px !important;
  height: 42px !important;
  line-height: 42px;
}

.search #sso {
  float: right;
  width: 34px;
  height: 34px;
  margin: 4px 0 0 0 !important;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .search .w1400 {
    height: auto;
    min-height: 0;
    padding: 0 !important;
  }

  .search .keywords {
    max-width: none !important;
    width: 100%;
    float: none !important;
    text-align: center;
    margin-top: 0;
  }

  .search .fr {
    width: 100%;
    float: none !important;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .pbul {
    margin: 34px 0 !important;
    text-align: center;
    white-space: normal !important;
  }

  .pbul li {
    width: calc(33.333% - 14px) !important;
    height: auto !important;
    min-height: 112px;
    margin: 0 0 18px 0 !important;
    padding: 30px 12px 24px 66px !important;
    box-sizing: border-box;
    text-align: left;
  }

  .pbul li + li {
    margin-left: 16px !important;
  }

  .pbul li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .search .w1400 {
    min-height: 0;
  }

  .search .keywords {
    max-height: 24px !important;
    text-align: left;
  }

  .search .fr {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .search .seaconcat {
    width: 100%;
    height: auto !important;
    padding: 8px 0 !important;
    margin: 0 0 14px 0 !important;
    border-left: none !important;
    border-right: none !important;
  }

  .search .seacode li img {
    width: 140px !important;
  }

  .search .searchform,
  .search .search_bg {
    width: 100% !important;
    max-width: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .mobile-menu-btn {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .search {
    display: none !important;
  }
}

/* Top bar: keep quick links visible at 1440px and below */
@media screen and (max-width: 1440px) {
  .htop .w1400 {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    overflow: visible;
  }

  .htop p.fl {
    float: none !important;
    display: flex !important;
    align-items: center;
    flex: 0 0 auto;
    white-space: nowrap;
    position: relative;
    z-index: 2;
  }

  .htop p.fl a,
  .htop p.fl b {
    display: inline-block !important;
    line-height: 50px !important;
  }

  .htop p.fr {
    float: none !important;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 28px;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 1200px) {
  .htop .w1400 {
    justify-content: center;
  }

  .htop p.fr {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .hlogo {
    display: flex !important;
    align-items: center;
  }

  .hlogo > img[src*="logo.png"] {
    height: 66px !important;
    width: auto !important;
    max-height: 66px !important;
    max-width: calc(100vw - 120px) !important;
    object-fit: contain;
  }
}

@media screen and (max-width: 1023px) {
  .pbul {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .pbul li,
  .pbul li:nth-child(n) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
    padding: 28px 24px 28px 82px !important;
    background: #fff url(../image/a2.png) no-repeat 26px center !important;
    background-size: 40px 46px !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .adv {
    overflow: hidden !important;
  }

  .advcenter,
  .advcon {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .advcon {
    padding: 18px !important;
    overflow: hidden !important;
  }

  .advcon .tempWrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .advcon .advcen > ul > .fl {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .advcon .advcen > ul > .fl:first-child {
    text-align: center !important;
  }

  .advcon .advcen > ul > .fl:first-child img,
  .advcon img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 220px !important;
    object-fit: cover !important;
  }

  .advright {
    margin: 16px 0 0 0 !important;
    text-align: left !important;
  }

  .adv_t {
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .adv_t em {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }
}

@media screen and (max-width: 768px) {
  .process {
    overflow: hidden !important;
  }

  .pcul,
  .pcul.w1400 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px auto 0 !important;
    padding: 0 18px !important;
    text-align: center !important;
    white-space: normal !important;
    background: none !important;
    box-sizing: border-box !important;
  }

  .pcul li,
  .pcul li:nth-child(n),
  .pcul li + li {
    display: block !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .pcicon {
    display: block !important;
    margin: 0 auto !important;
    left: auto !important;
    right: auto !important;
  }

  .pcwa {
    width: 100% !important;
    min-height: 102px !important;
    height: auto !important;
    margin: -40px auto 0 !important;
    padding: 52px 16px 20px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .pcwa p {
    margin: 0 !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .newscenter.w1400 {
    width: 94vw !important;
    overflow: hidden !important;
  }

  .news .news_div,
  .news .divdgweb_new_div {
    overflow: hidden !important;
    display: block !important;
    width: 100% !important;
  }

  .news .news_div_item,
  .news .divdgweb_new_div_item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 0 22px 0 !important;
    padding: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: #fff !important;
    border-bottom: 1px solid #e4e6e7 !important;
  }

  .news .news_div_item_pic {
    order: 1 !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 190px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 2px !important;
    overflow: hidden !important;
  }

  .news .news_div_item_pic a,
  .news .news_div_item_pic img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .news .news_div_item_pic img {
    object-fit: cover !important;
  }

  .news .news_div_item_date,
  .news .divdgweb_new_div_item_date {
    order: 2 !important;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    padding: 14px 14px 0 !important;
    text-align: left !important;
  }

  .news .news_div_item_content,
  .news .divdgweb_new_div_item_content {
    order: 3 !important;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 10px 14px 18px !important;
    border-bottom: 0 !important;
  }

  .news .news_div_item_a,
  .news .divdgweb_new_div_item_a {
    margin: 0 0 10px 0 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .news .news_div_item_body,
  .news .divdgweb_new_div_item_body {
    height: auto !important;
    max-height: 54px !important;
    padding-right: 0 !important;
    overflow: hidden !important;
    line-height: 27px !important;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 34px 0 !important;
  }

  .about .abcenter.w1400 {
    width: 92vw !important;
    max-width: 92vw !important;
    padding: 18px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .about .abcenter > .fl {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .about .abcenter > .fl > img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 260px !important;
    object-fit: cover !important;
  }

  .about .abright {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px 0 0 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .about .ab_t {
    max-width: 240px !important;
    margin: 0 auto !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
  }

  .about .ab_c {
    width: 100% !important;
    max-width: 100% !important;
    margin: 16px 0 24px !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
    text-align: left !important;
    word-break: normal !important;
  }

  .about .abtab {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 0 24px !important;
    font-size: 0 !important;
  }

  .about .abtab a,
  .about .abtab a + a {
    display: block !important;
    width: 90px !important;
    height: 40px !important;
    margin: 0 !important;
    line-height: 40px !important;
    font-size: 14px !important;
    text-align: center !important;
  }

  .about .abcen table,
  .about .abcen tbody,
  .about .abcen tr {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    text-align: center !important;
  }

  .about .abcon .tempWrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .about .abcen {
    min-height: 108px !important;
  }

  .about .abcen > ul {
    width: 100% !important;
    min-height: 108px !important;
  }

  .about .abcen td,
  .about .abcen td:nth-child(2n),
  .about .abcen td + td,
  .about .abcen .ab-list-item,
  .about .abcen .ab-list-item:nth-child(2n),
  .about .abcen .ab-list-item + .ab-list-item {
    display: inline-block !important;
    width: calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    margin: 0 3px 12px !important;
    padding: 0 !important;
    vertical-align: top !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  .about .abcen td > a,
  .about .abcen .ab-list-item > a {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .about .abcen td img,
  .about .abcen .ab-list-item img {
    display: block !important;
    width: 100% !important;
    height: 92px !important;
    max-height: none !important;
    object-fit: cover !important;
  }

  .about .abcen td div,
  .about .abcen .ab-list-item div {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .about .abcen td div a,
  .about .abcen .ab-list-item div a {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 4px !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media screen and (max-width: 420px) {
  .about .abcen td,
  .about .abcen td:nth-child(2n),
  .about .abcen td + td,
  .about .abcen .ab-list-item,
  .about .abcen .ab-list-item:nth-child(2n),
  .about .abcen .ab-list-item + .ab-list-item {
    width: calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
  }
}

@media screen and (max-width: 768px) {
  .about .ab_t {
    max-width: 100% !important;
    margin: 0 0 14px 0 !important;
    text-align: left !important;
  }

  .about .abtab {
    display: none !important;
  }

  .about .abcon {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px !important;
    overflow: visible !important;
  }

  .about .abcon .tempWrap,
  .about .abcen,
  .about .abcen > ul {
    min-height: 0 !important;
  }

  .about .abcen > ul {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .about .abcen > ul:not(:first-child) {
    display: none !important;
  }

  .about .abcen .ab-list-item,
  .about .abcen .ab-list-item + .ab-list-item {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
  }

  .about .abcen .ab-list-item img {
    width: 100% !important;
    height: 190px !important;
    max-height: none !important;
    object-fit: contain !important;
    background: #f5f7f8 !important;
    transform: none !important;
  }

  .about .abcen .ab-list-item div {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
  }

  .about .abcen .ab-list-item div a {
    height: 38px !important;
    line-height: 38px !important;
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  .caseadver,
  .casephone,
  .casebtn {
    display: none !important;
  }

  ul.crcode,
  .crcon ul.crcode {
    display: none !important;
  }

  ul.kslj > li:nth-child(-n+3),
  .crcon ul.kslj > li:nth-child(-n+3) {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .pbul {
    display: flex !important;
    justify-content: space-between !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 50px 0 45px 0 !important;
    font-size: 0 !important;
  }

  .pbul li,
  .pbul li + li,
  .pbul li:nth-child(n) {
    display: block !important;
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 120px !important;
    margin: 0 !important;
    padding: 38px 10px 0 74px !important;
    box-sizing: border-box !important;
    background-position: 18px 37px !important;
  }

  .pbul li p + p {
    margin-left: 0 !important;
  }

  .pb_c {
    width: auto !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .process {
    overflow: hidden !important;
  }

  .pcul,
  .pcul.w1400 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 14px !important;
    width: 94vw !important;
    max-width: 1400px !important;
    margin: 30px auto 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    background: none !important;
    box-sizing: border-box !important;
  }

  .pcul li,
  .pcul li + li,
  .pcul li:nth-child(n) {
    display: block !important;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .pcwa {
    width: 100% !important;
    font-size: 23px !important;
    box-sizing: border-box !important;
  }

  .pcwa i {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 769px) {
  .news .news_div,
  .news .divdgweb_new_div {
    display: flex !important;
    gap: 0 !important;
    align-items: flex-start !important;
  }

  .news .news_div_item,
  .news .divdgweb_new_div_item {
    width: calc((100% - 44px)/3) !important;
    flex: 0 0 calc((100% - 44px)/3) !important;
    max-width: calc((100% - 44px)/3) !important;
  }

  .news .news_div_item + .news_div_item,
  .news .divdgweb_new_div_item + .divdgweb_new_div_item {
    margin-left: 22px !important;
  }
}

@media screen and (max-width: 1200px) {
  .casecon {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .casecon .divdgweb_new_div {
    order: 1 !important;
    width: 100% !important;
  }

  .casecon .divdgweb_new_div_item {
    flex-direction: column !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .casecon .divdgweb_new_div_item[style*="display: none"],
  .casecon .divdgweb_new_div_item[style*="display:none"] {
    display: none !important;
  }

  .casecon .divdgweb_new_div_item:not([style*="display: none"]):not([style*="display:none"]) {
    display: flex !important;
  }

  .casecon .news_div_item_pic {
    order: 1 !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    margin: 0 0 20px 0 !important;
    overflow: hidden !important;
  }

  .casecon .news_div_item_pic img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .casecon .divdgweb_new_div_item_content {
    order: 2 !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .casecon .divdgweb_new_div_item_body {
    height: auto !important;
    margin: 18px 0 !important;
    overflow: visible !important;
  }

  .caseadver {
    order: 2 !important;
    position: static !important;
    margin: 16px 0 14px 0 !important;
    text-align: left !important;
  }

  .casephone {
    order: 3 !important;
    position: static !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0 0 14px 0 !important;
    padding: 0 0 0 35px !important;
    text-align: left !important;
    background-position: left center !important;
  }

  .casebtn {
    order: 4 !important;
    position: static !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 1024px) {
  .caseadver,
  .casephone,
  .casebtn {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pcul,
  .pcul.w1400 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 18px 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px auto 0 !important;
    padding: 0 14px !important;
    background: none !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }

  .pcul li,
  .pcul li:nth-child(n),
  .pcul li + li {
    display: block !important;
    flex: 0 0 calc(50% - 6px) !important;
    width: calc(50% - 6px) !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .pcul li:last-child:nth-child(odd) {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .pcwa {
    width: 100% !important;
    min-height: 108px !important;
    height: auto !important;
    padding: 52px 8px 16px !important;
    box-sizing: border-box !important;
  }

  .pcwa i {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }
}

@media screen and (max-width: 1024px) {
  .advtab {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .advcon {
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .advcon::-webkit-scrollbar {
    display: none;
  }

  .advcon .advcen {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }

  .advcon .advcen > ul {
    display: block !important;
    flex: 0 0 100% !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 18px !important;
    box-sizing: border-box !important;
    scroll-snap-align: start;
  }

  .advcon .advcen > ul > .fl:first-child {
    margin: 0 0 20px 0 !important;
  }

  .advright {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .casetab {
    overflow: visible !important;
    white-space: normal !important;
  }

  .casetab ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .casetab li,
  .casetab li + li,
  .casetab li:nth-child(n) {
    display: block !important;
    flex: 0 0 calc(50% - 4px) !important;
    width: calc(50% - 4px) !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .casetab li > a {
    width: 100% !important;
    line-height: 36px !important;
    font-size: 12px !important;
    padding: 0 6px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}
