/* Derbo PbootCMS layout helpers — works with original SaaS component CSS */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#333;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
a:hover{color:#c9a227}
img{max-width:100%;height:auto;border:0;vertical-align:middle}
ul,ol{margin:0;padding:0;list-style:none}
.main{min-height:100vh;display:flex;flex-direction:column}
.db-wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}
.clearfix::after{content:"";display:block;clear:both}

/* ===== Header ===== */
.db-topbar{background:#1a1a1a;color:#fff;padding:12px 0}
.db-topbar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px}
.db-logo img{max-height:60px;width:auto}
.db-contact-bar{display:flex;gap:30px;flex-wrap:wrap}
.db-contact-item a{color:#fff;font-size:16px;font-weight:700}
.db-contact-item p{margin:2px 0 0;font-size:12px;color:#aaa}

/* Nav */
.db-nav{background:#222a35;position:relative;z-index:100}
.db-nav-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}
.db-nav ul.p_level1Box{display:flex;flex-wrap:wrap;justify-content:center;margin:0;padding:0}
.db-nav li.p_level1Item{position:relative;list-style:none}
.db-nav li.p_level1Item > p.p_menu1Item{margin:0}
.db-nav li.p_level1Item > p.p_menu1Item > a,
.db-nav li.p_level1Item > a{
  display:block;padding:14px 18px;color:#fff;font-size:14px;font-weight:600;
  letter-spacing:.5px;text-transform:uppercase;transition:background .2s
}
.db-nav li.p_level1Item > p.p_menu1Item > a:hover,
.db-nav li.p_level1Item > a:hover,
.db-nav li.p_level1Item > p.p_menu1Item > a.hover,
.db-nav li.p_level1Item.active > p.p_menu1Item > a{background:#c9a227;color:#fff}
.db-nav .db-sub{display:none;position:absolute;left:0;top:100%;min-width:180px;background:#2c3544;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:200}
.db-nav li.p_level1Item:hover > .db-sub{display:block}
.db-nav .db-sub a{display:block;padding:10px 16px;color:#ddd;font-size:13px;border-bottom:1px solid rgba(255,255,255,.06)}
.db-nav .db-sub a:hover{background:#c9a227;color:#fff}
.db-nav-toggle{display:none;background:none;border:0;color:#fff;font-size:28px;padding:8px 15px;cursor:pointer}

/* Banner / Swiper — full image, no crop; override SaaS Home CSS limits */
#c_banner_027-1676274670127,
#c_banner_027-1676274670127.homeBanner,
div[id^="c_banner_"]{
  position:relative !important;
  width:100% !important;
  max-height:none !important;
  min-height:0 !important;
  height:auto !important;
  overflow:visible !important;
}
.homeBanner{
  position:relative;
  width:100% !important;
  max-height:none !important;
  height:auto !important;
  overflow:hidden;
  background:#0b1a2a;
}
.homeBanner .swiper-container,
.homeBanner .swiper-wrapper,
.homeBanner .swiper-slide{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
}
.homeBanner .swiper-wrapper{display:flex;align-items:stretch}
.homeBanner .swiper-slide{flex-shrink:0;position:relative}
.homeBanner .p_img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  position:relative;
  overflow:visible !important;
}
.homeBanner .p_img a{display:block;width:100%;line-height:0}
/* 完整显示图片，不再 cover 裁切 / 不再负 margin 上移 */
.homeBanner .p_img img,
.homeBanner .swiper-container .p_img img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  max-width:100% !important;
  margin:0 !important;
  margin-top:0 !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  transform:none !important;
}
.homeBanner .p_btn_next,
.homeBanner .p_btn_prev,
.homeBanner .swiper-button-next,
.homeBanner .swiper-button-prev{
  position:absolute;top:50%;transform:translateY(-50%);z-index:10;
  width:44px;height:44px;margin:0;border-radius:50%;
  background:rgba(0,0,0,.55);color:#fff;cursor:pointer;
  display:flex;align-items:center;justify-content:center
}
.homeBanner .p_btn_prev,.homeBanner .swiper-button-prev{left:16px}
.homeBanner .p_btn_next,.homeBanner .swiper-button-next{right:16px}
.homeBanner .p_btn_next:after,
.homeBanner .p_btn_prev:after,
.homeBanner .swiper-button-next:after,
.homeBanner .swiper-button-prev:after{
  font-size:18px;color:#fff;font-weight:700
}
.homeBanner .p_pagenation,
.homeBanner .swiper-pagination{
  position:absolute;left:0;right:0;bottom:14px;z-index:10;
  display:flex;justify-content:center;gap:6px
}
.homeBanner .swiper-pagination-bullet{
  width:10px;height:10px;background:#fff;opacity:.5;border-radius:5px
}
.homeBanner .swiper-pagination-bullet-active{
  width:28px;opacity:1
}
/* 移动端也不再 150% 宽度裁切 */
@media screen and (max-width:768px){
  .homeBanner .swiper-container .p_img img{
    width:100% !important;
    transform:none !important;
    margin-top:0 !important;
  }
  .homeBanner .js_editor_click,
  .homeBanner .p_btn_next,
  .homeBanner .p_btn_prev{display:flex !important}
}
.db-banner{position:relative;overflow:hidden;background:#111}
.db-inner-banner{background:#1a2332;color:#fff;padding:40px 0 30px;text-align:center;position:relative}
.db-inner-banner h1,.db-inner-banner .db-page-title{font-size:32px;margin:0 0 8px;font-weight:700;color:#fff}
.db-inner-banner .db-page-sub{font-size:14px;color:#bbb;margin:0}
.db-breadcrumb{padding:12px 0;font-size:13px;color:#888}
.db-breadcrumb a{color:#666}
.db-breadcrumb a:hover{color:#c9a227}
.db-breadcrumb span{margin:0 6px;color:#ccc}

/* Home feature 4-cards: ensure SaaS float grid clears & images fill */
#c_grid-1676277578665{width:100%;overflow:hidden}
#c_grid-1676282234830 .p_gridbox::after{content:"";clear:both;display:block}
#c_grid-1676282234830 .e_image-1 img{
  width:100%;height:auto;display:block;object-fit:cover
}
#c_grid-1676282234830 .e_line-3{
  display:block;max-width:40px;margin:10px auto;border:0;border-top:1px solid #9c9c9c
}
#c_grid-1676282234830 .e_button-5{
  display:block;margin:20px auto;text-align:center;width:66px;line-height:30px;
  background:#337ab7;color:#fff;font-size:12px;border-radius:2px
}
#c_grid-1676282234830 .e_button-5:hover{background:#ce0c02;color:#fff}
#c_grid-1676282234830 .e_button-5 span{color:inherit}

/* Home PRODUCTS / PROJECT 标题：对齐源站 #c_static_001-1676340581722 */
#c_static_001-1676340581722,
#c_static_001-16763444172981{
  min-height:100px;
  text-align:center;
  padding-top:20px;
  margin-bottom:20px
}
#c_static_001-1676340581722 .e_text-1,
#c_static_001-16763444172981 .e_text-1{
  line-height:normal;
  font-size:36px;
  font-weight:bold;
  color:#555;
  text-align:center;
  margin:0 0 10px;
  padding-top:20px
}
#c_static_001-1676340581722 .e_image-2,
#c_static_001-16763444172981 .e_image-2{
  overflow:hidden;
  max-width:154px;
  margin:0 auto
}
#c_static_001-1676340581722 .e_image-2 img,
#c_static_001-16763444172981 .e_image-2 img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain
}

/* PROJECT 列表：对齐源站 #c_new_list_178-1676344686700（三列，图上文下叠字） */
#c_new_list_178-1676344686700{
  min-height:300px;
  max-width:1200px;
  margin:0 auto 10px;
  padding:0 15px 30px
}
#c_new_list_178-1676344686700 .e_loop-1{
  max-width:1400px;
  margin:10px auto 0
}
#c_new_list_178-1676344686700 .e_loop-1 .p_list{
  display:flex;
  flex-wrap:wrap;
  position:relative;
  max-width:100%
}
#c_new_list_178-1676344686700 .e_loop-1 .p_loopitem,
#c_new_list_178-1676344686700 .cbox-1.p_loopitem{
  flex:0 0 33.333%;
  max-width:33.333%;
  position:relative;
  box-sizing:border-box
}
#c_new_list_178-1676344686700 .e_container-2{
  display:block;
  position:relative;
  margin:0 20px 40px;
  overflow:hidden;
  background:#111
}
#c_new_list_178-1676344686700 .e_container-2 > .p_item,
#c_new_list_178-1676344686700 .cbox-2-0.p_item{
  position:relative;
  display:block;
  width:100%
}
#c_new_list_178-1676344686700 .e_image-3{
  overflow:hidden;
  display:block;
  width:100%;
  height:240px;
  background:#1a1a1a
}
#c_new_list_178-1676344686700 .e_image-3 a{display:block;height:100%}
#c_new_list_178-1676344686700 .e_image-3 img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .6s
}
#c_new_list_178-1676344686700 .e_container-2:hover .e_image-3 img{
  transform:scale(1.05)
}
/* 白字叠在图片底部半透明区 */
#c_new_list_178-1676344686700 .e_text-4,
#c_new_list_178-1676344686700 .e_text-5{
  position:absolute;
  left:0;
  right:0;
  z-index:2;
  margin:0;
  padding:0 15px;
  color:#fff !important;
  text-align:center;
  box-sizing:border-box
}
#c_new_list_178-1676344686700 .e_text-4{
  bottom:52px;
  font-size:16px;
  font-weight:bold;
  line-height:1.3;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden
}
#c_new_list_178-1676344686700 .e_text-5{
  bottom:14px;
  font-size:12px;
  line-height:1.4;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden
}
#c_new_list_178-1676344686700 .e_text-4 a,
#c_new_list_178-1676344686700 .e_text-5 a{
  color:#fff !important
}
#c_new_list_178-1676344686700 .e_container-2::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:45%;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));
  z-index:1;
  pointer-events:none
}
@media screen and (max-width:768px){
  #c_new_list_178-1676344686700 .e_loop-1 .p_loopitem,
  #c_new_list_178-1676344686700 .cbox-1.p_loopitem{
    flex:0 0 100%;
    max-width:100%
  }
  #c_new_list_178-1676344686700 .e_container-2{margin:0 10px 20px}
  #c_new_list_178-1676344686700 .e_image-3{height:200px}
}
/* PRODUCTS / 四卡片 / PROJECT 区块：保留源站 Home CSS 的 repeat-x 装饰背景 */
#c_grid-1676340501085,
#c_grid-1676277578665,
#c_grid-16763444172930{
  width:100%;
  overflow:hidden;
  padding-bottom:30px;
}
/* PRODUCTS 分类卡片：补强源站 flex 三列布局（Home CSS 已有，这里兜底） */
#c_category_263-1676343127470{
  min-height:300px;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  padding:0 15px 30px
}
#c_category_263-1676343127470 .e_loop-6{
  width:96%;
  max-width:1500px;
  margin:0 auto;
  padding-bottom:30px
}
#c_category_263-1676343127470 .e_loop-6 .p_list{
  display:flex;
  flex-wrap:wrap
}
#c_category_263-1676343127470 .e_loop-6 .p_loopitem,
#c_category_263-1676343127470 .cbox-6.p_loopitem{
  flex:0 0 33.333%;
  max-width:33.333%;
  position:relative;
  box-sizing:border-box
}
#c_category_263-1676343127470 .e_container-7{
  display:flex;
  flex-direction:column;
  margin:10px;
  padding:15px 10px 20px;
  background:#fff;
  box-sizing:border-box
}
#c_category_263-1676343127470 .e_image-10{
  overflow:hidden;
  height:220px;
  background:#f5f5f5
}
#c_category_263-1676343127470 .e_image-10 a{display:block;height:100%}
#c_category_263-1676343127470 .e_image-10 img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block
}
#c_category_263-1676343127470 .e_text-9{
  font-size:18px;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:bold;
  text-align:center;
  line-height:1.2;
  color:#555;
  margin:15px 0 10px
}
#c_category_263-1676343127470 .e_text-9 a{color:#555}
#c_category_263-1676343127470 .e_text-9 a:hover{color:#c9a227}
#c_category_263-1676343127470 .e_text-11{
  font-size:12px;
  font-family:Arial,Helvetica,sans-serif;
  text-align:center;
  color:#666;
  line-height:1.5;
  margin:0;
  min-height:1.5em;
  padding:0 8px
}
@media screen and (max-width:768px){
  #c_category_263-1676343127470 .e_loop-6 .p_loopitem,
  #c_category_263-1676343127470 .cbox-6.p_loopitem{
    flex:0 0 50%;
    max-width:50%
  }
  #c_category_263-1676343127470 .e_image-10{height:160px}
}
@media screen and (max-width:480px){
  #c_category_263-1676343127470 .e_loop-6 .p_loopitem,
  #c_category_263-1676343127470 .cbox-6.p_loopitem{
    flex:0 0 100%;
    max-width:100%
  }
}

/* Home sections (other blocks) */
.db-section{padding:50px 0}
.db-section-title{text-align:center;margin-bottom:35px}
.db-section-title h2{font-size:32px;font-weight:700;margin:0 0 10px;color:#222;letter-spacing:2px}
.db-section-title .db-line{width:60px;height:3px;background:#c9a227;margin:0 auto}

.db-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.db-prod-card{border:1px solid #eee;background:#fff;overflow:hidden;transition:box-shadow .3s}
.db-prod-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.08)}
.db-prod-card .db-prod-img{height:200px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}
.db-prod-card .db-prod-img img{width:100%;height:100%;object-fit:cover}
.db-prod-card h3{font-size:16px;padding:14px 14px 4px;margin:0;color:#222}
.db-prod-card p{font-size:13px;color:#999;padding:0 14px 16px;margin:0;line-height:1.5}

.db-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.db-project-card{border:1px solid #eee;overflow:hidden;background:#fff}
.db-project-card .db-project-img{height:200px;overflow:hidden}
.db-project-card .db-project-img img{width:100%;height:100%;object-fit:cover}
.db-project-card h3{font-size:15px;padding:14px 14px 6px;margin:0}
.db-project-card p{font-size:13px;color:#888;padding:0 14px 16px;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* Inner layout: sidebar + content */
.db-inner{padding:30px 0 50px;flex:1}
.db-inner-row{display:flex;gap:30px;align-items:flex-start}
.db-sidebar{width:260px;flex-shrink:0;background:#f8f8f8;border:1px solid #eee}
.db-sidebar .db-side-title{background:#222a35;color:#fff;padding:14px 18px;font-size:16px;font-weight:700;margin:0}
.db-sidebar .p_c_tree{padding:8px 0}
.db-sidebar .p_c_title1 > a,
.db-sidebar .p_c_title2 > a,
.db-sidebar .p_c_title3 > a{display:block;padding:10px 18px;font-size:14px;color:#444;border-bottom:1px solid #eee}
.db-sidebar .p_c_title1 > a{font-weight:600}
.db-sidebar .p_c_title2 > a{padding-left:28px;font-size:13px;color:#666}
.db-sidebar .p_c_title3 > a{padding-left:40px;font-size:12px;color:#888}
.db-sidebar a:hover,.db-sidebar a.hover,.db-sidebar a.active{color:#c9a227;background:#fff}
.db-sidebar .deep-2,.db-sidebar .deep-3{display:block}
.db-content{flex:1;min-width:0}
.db-content-title{font-size:24px;font-weight:700;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #c9a227;color:#222}

/* Product list grid */
.db-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.db-list-item{border:1px solid #eee;background:#fff;transition:box-shadow .3s}
.db-list-item:hover{box-shadow:0 6px 16px rgba(0,0,0,.08)}
.db-list-item .db-list-img{height:180px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}
.db-list-item .db-list-img img{width:100%;height:100%;object-fit:cover}
.db-list-item h3{font-size:14px;padding:12px;margin:0;text-align:center;color:#333;line-height:1.4}

/* News list */
.db-news-list .db-news-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid #eee}
.db-news-list .db-news-img{width:200px;height:130px;flex-shrink:0;overflow:hidden;background:#f5f5f5}
.db-news-list .db-news-img img{width:100%;height:100%;object-fit:cover}
.db-news-list .db-news-body{flex:1}
.db-news-list h3{font-size:16px;margin:0 0 8px;color:#222}
.db-news-list h3 a:hover{color:#c9a227}
.db-news-list .db-news-date{font-size:12px;color:#999;margin-bottom:8px}
.db-news-list .db-news-desc{font-size:13px;color:#888;line-height:1.6}

/* Detail */
.db-detail-head{display:flex;gap:30px;margin-bottom:30px;flex-wrap:wrap}
.db-detail-gallery{width:420px;max-width:100%}
.db-detail-gallery .db-main-img{border:1px solid #eee;padding:10px;background:#fff;text-align:center}
.db-detail-gallery .db-main-img img{max-height:360px;width:auto}
.db-detail-gallery .db-thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}
.db-detail-gallery .db-thumbs img{width:70px;height:70px;object-fit:cover;border:1px solid #eee;cursor:pointer}
.db-detail-info{flex:1;min-width:260px}
.db-detail-info h1{font-size:24px;margin:0 0 15px;color:#222;line-height:1.3}
.db-detail-info .db-meta{font-size:13px;color:#999;margin-bottom:15px}
.db-detail-info .db-desc{font-size:14px;color:#666;line-height:1.7;margin-bottom:20px}
.db-detail-info .db-hotline{background:#f8f5eb;border-left:3px solid #c9a227;padding:12px 16px;margin:15px 0}
.db-detail-info .db-hotline strong{color:#c9a227;font-size:18px}
.db-detail-body{margin-top:30px;padding-top:20px;border-top:1px solid #eee}
.db-detail-body h2{font-size:18px;margin:0 0 15px;padding-bottom:10px;border-bottom:1px solid #eee}
.db-detail-body .db-rich{font-size:14px;line-height:1.8;color:#444}
.db-detail-body .db-rich img{max-width:100%;height:auto}
.db-prevnext{display:flex;justify-content:space-between;margin-top:30px;padding-top:20px;border-top:1px solid #eee;font-size:13px;color:#666;flex-wrap:wrap;gap:10px}
.db-prevnext a{color:#333}
.db-prevnext a:hover{color:#c9a227}
.db-related{margin-top:40px}
.db-related h2{font-size:20px;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #c9a227}

/* Pagination */
.db-pagebar{text-align:center;margin:30px 0 10px}
.db-pagebar .pagination{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:center}
.db-pagebar a,.db-pagebar span{
  display:inline-block;min-width:36px;height:36px;line-height:36px;padding:0 10px;
  border:1px solid #ebebeb;color:#8a8a8a;font-size:14px;text-align:center;border-radius:2px
}
.db-pagebar a:hover,.db-pagebar a.page-num-current,.db-pagebar .page-num-current{
  background:#222a35;color:#fff;border-color:#222a35
}

/* About single */
.db-about-body{font-size:14px;line-height:1.8;color:#444}
.db-about-body img{max-width:100%}
.db-subnav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}
.db-subnav a{display:inline-block;padding:8px 16px;border:1px solid #ddd;font-size:13px;color:#555;border-radius:2px}
.db-subnav a:hover,.db-subnav a.hover,.db-subnav a.active{background:#c9a227;border-color:#c9a227;color:#fff}

/* Message form */
.db-form{max-width:640px;margin:0 auto}
.db-form h1{text-align:center;font-size:28px;margin:0 0 10px}
.db-form .db-form-note{text-align:center;color:#888;font-size:13px;margin-bottom:25px}
.db-form .db-field{margin-bottom:16px}
.db-form label{display:block;font-size:13px;color:#666;margin-bottom:6px}
.db-form input[type=text],
.db-form input[type=email],
.db-form input[type=tel],
.db-form textarea{
  width:100%;padding:10px 14px;border:1px solid #e1e1e1;border-radius:2px;font-size:14px;outline:none
}
.db-form input:focus,.db-form textarea:focus{border-color:#c9a227;box-shadow:0 0 6px rgba(201,162,39,.25)}
.db-form textarea{height:120px;resize:vertical}
.db-form .db-submit{
  display:inline-block;padding:12px 40px;background:#c9a227;color:#fff;border:0;
  font-size:15px;cursor:pointer;border-radius:2px;margin-top:8px
}
.db-form .db-submit:hover{background:#b08d1a}
.db-form .db-req{color:#c00}

/* Footer */
.db-footer{background:#1a1a1a;color:#ccc;margin-top:auto}
.db-footer-main{padding:40px 0 30px}
.db-footer-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px}
.db-footer h3{color:#fff;font-size:16px;margin:0 0 16px;letter-spacing:1px}
.db-footer p,.db-footer a{font-size:13px;color:#aaa;line-height:1.9}
.db-footer a:hover{color:#c9a227}
.db-customers{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}
.db-customers img{height:40px;width:auto;background:#fff;padding:4px;border-radius:2px;object-fit:contain}
.db-footer-bottom{background:#111;padding:14px 0;font-size:12px;color:#777}
.db-footer-bottom-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}
.db-footer-bottom a{color:#777}
.db-footer-bottom a:hover{color:#c9a227}
.db-tags{font-size:12px;color:#666;margin-bottom:8px}
.db-links{font-size:12px;margin-bottom:8px}
.db-links a{margin-right:8px}

/* Empty state */
.db-empty{text-align:center;padding:40px;color:#999;font-size:14px}

/* Responsive */
@media (max-width:992px){
  .db-features,.db-products-grid,.db-project-grid,.db-list-grid{grid-template-columns:repeat(2,1fr)}
  .db-inner-row{flex-direction:column}
  .db-sidebar{width:100%}
  .db-detail-gallery{width:100%}
  .db-footer-grid{grid-template-columns:1fr}
}
@media (max-width:768px){
  .db-features,.db-products-grid,.db-project-grid,.db-list-grid{grid-template-columns:1fr}
  .db-nav-toggle{display:block}
  .db-nav-inner{display:none}
  .db-nav-inner.open{display:block}
  .db-nav ul.p_level1Box{flex-direction:column}
  .db-nav .db-sub{position:static;display:block;box-shadow:none;background:#1a2332}
  .db-news-list .db-news-item{flex-direction:column}
  .db-news-list .db-news-img{width:100%;height:180px}
  .db-contact-bar{flex-direction:column;gap:8px}
  .db-banner .p_btitle{font-size:22px}
}

/* Footer s_tmpl_footer — left CONTACT US / right CUSTOMER logos */
#c_grid-116273709439190,
.s_tmpl_footer{
  width:100%;
  background:#1e4f8a;
  color:#fff;
  overflow:hidden
}
#c_grid-1676354860306{
  width:100%;
  background:#3a7dda
}
#c_grid-1676354960339{
  max-width:1200px;
  margin:0 auto;
  padding:50px 15px;
  box-sizing:border-box
}
/* 强制左右两栏：左 CONTACT，右 CUSTOMER */
#c_grid-1676354960339 > .p_gridbox.e_comp{
  display:flex !important;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:30px;
  width:100%;
  overflow:visible !important
}
#c_grid-1676354960339 > .p_gridbox > .p_gridCell,
#content_box-1676354960339-0,
#content_box-1676354960339-1{
  float:none !important;
  clear:none !important;
  box-sizing:border-box;
  position:relative
}
#content_box-1676354960339-0{
  flex:0 0 42%;
  max-width:42%;
  width:42% !important
}
#content_box-1676354960339-1{
  flex:0 0 52%;
  max-width:52%;
  width:52% !important
}
/* CUSTOMER 标题在上，Logo 在下（整块右侧） */
#c_grid-1676356319563 > .p_gridbox.e_comp{
  display:flex !important;
  flex-direction:column;
  width:100%;
  overflow:visible !important
}
#c_grid-1676356319563 > .p_gridbox > .p_gridCell,
#content_box-1676356319563-0,
#content_box-1676356319563-1{
  float:none !important;
  width:100% !important;
  max-width:100% !important;
  clear:none !important
}
#content_box-1676356319563-0{margin-bottom:12px}
@media screen and (max-width:768px){
  #c_grid-1676354960339 > .p_gridbox.e_comp{flex-direction:column}
  #content_box-1676354960339-0,
  #content_box-1676354960339-1{
    flex:0 0 100%;
    max-width:100%;
    width:100% !important
  }
}
#c_static_001-1676355097773 .e_text-1,
#c_static_001-1676356557589 .e_text-1{
  color:#fff;font-size:18px;font-family:"Times New Roman",Times,serif;margin:0
}
#c_static_001-1676355097773 .e_text-2,
#c_static_001-1676355097773 .e_text-3,
#c_static_001-1676355097773 .e_text-5,
#c_static_001-1676355097773 .e_text-6{
  color:#fff;font-size:14px;font-family:"Times New Roman",Times,serif;margin:10px 0 0
}
#c_static_001-1676355097773 .e_text-4{
  color:#fff;font-size:18px;font-family:"Times New Roman",Times,serif;margin:35px 0 0
}
#c_static_001-1676355097773 a{color:#fff}
#c_static_001-1676355097773 a:hover{color:#c9a227}
#c_static_001-1676356557589 .e_line-2{
  display:block;max-width:50px;margin:10px 0 0;border:0;border-top:1px solid #fff
}
#c_links_list_004-1676356035793{margin-top:15px}
#c_links_list_004-1676356035793 .e_loop-1 .p_list{
  display:flex;flex-wrap:wrap;max-width:100%
}
#c_links_list_004-1676356035793 .e_loop-1 .p_loopitem,
#c_links_list_004-1676356035793 .cbox-1.p_loopitem{
  flex:0 0 25%;max-width:25%;box-sizing:border-box;padding:6px
}
#c_links_list_004-1676356035793 .e_image-3{
  background:#fff;border-radius:2px;padding:6px;height:60px;
  display:flex;align-items:center;justify-content:center;overflow:hidden
}
#c_links_list_004-1676356035793 .e_image-3 img{
  max-width:100%;max-height:48px;width:auto;height:auto;object-fit:contain
}
#c_links_list_004-1676356035793 .db-link-text{color:#333;font-size:12px}
@media screen and (max-width:768px){
  #c_links_list_004-1676356035793 .e_loop-1 .p_loopitem,
  #c_links_list_004-1676356035793 .cbox-1.p_loopitem{flex:0 0 50%;max-width:50%}
}
/* copyright bar */
#c_static_001-16420726718590{
  background:#3a7dda;color:#fff;width:100%
}
#c_static_001-16420726718590 .e_container-22{
  max-width:1200px;margin:0 auto;padding:20px 15px;
  background:rgba(0,0,0,.05)
}
#c_static_001-16420726718590 .e_container-23{
  display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px
}
#c_static_001-16420726718590 .e_text-27,
#c_static_001-16420726718590 .e_text-25,
#c_static_001-16420726718590 .e_text-31,
#c_static_001-16420726718590 .s_templatesum{
  color:#fff;font-size:12px;margin:0;line-height:1.8
}
#c_static_001-16420726718590 a{color:#fff}
#c_static_001-16420726718590 a:hover{color:#ffd76a}
/* ========== Footer 简洁两栏：左 CONTACT / 右 CUSTOMER ========== */
.db-footer-wrap{
  width:100%;
  background:#3a7dda;
  color:#fff
}
.db-footer-inner{
  max-width:1200px;
  margin:0 auto;
  padding:50px 20px;
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:40px;
  box-sizing:border-box
}
.db-footer-left{
  flex:0 0 42% !important;
  max-width:42% !important;
  width:42% !important;
  min-width:0;
  float:none !important
}
.db-footer-right{
  flex:0 0 52% !important;
  max-width:52% !important;
  width:52% !important;
  min-width:0;
  float:none !important
}
.db-ft-title{
  margin:0;
  font-size:18px;
  font-family:"Times New Roman",Times,serif;
  color:#fff;
  font-weight:normal;
  letter-spacing:.5px
}
.db-ft-line{
  margin:10px 0 0;
  font-size:14px;
  font-family:"Times New Roman",Times,serif;
  color:#fff;
  line-height:1.5
}
.db-ft-line a{color:#fff;text-decoration:none}
.db-ft-line a:hover{color:#ffd76a}
.db-ft-sub{
  margin:35px 0 0;
  font-size:18px;
  font-family:"Times New Roman",Times,serif;
  color:#fff
}
.db-ft-line-hr{
  display:block;
  width:50px;
  max-width:50px;
  margin:10px 0 18px;
  border:0;
  border-top:1px solid #fff
}
.db-ft-customers{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center
}
.db-ft-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border-radius:2px;
  padding:8px 12px;
  height:64px;
  min-width:110px;
  box-sizing:border-box
}
.db-ft-logo img{
  max-height:48px;
  max-width:120px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block
}
.db-ft-logo span{color:#333;font-size:12px}
.db-footer-copy{
  width:100%;
  background:#3a7dda;
  color:#fff;
  border-top:1px solid rgba(0,0,0,.08)
}
.db-footer-copy-inner{
  max-width:1200px;
  margin:0 auto;
  padding:18px 20px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:16px;
  background:rgba(0,0,0,.05);
  box-sizing:border-box
}
.db-ft-copy-line{
  margin:0;
  font-size:12px;
  line-height:1.8;
  color:#fff
}
.db-ft-copy-line a{color:#fff}
.db-ft-copy-line a:hover{color:#ffd76a}
@media screen and (max-width:768px){
  .db-footer-inner{flex-direction:column !important;padding:30px 15px}
  .db-footer-left,
  .db-footer-right{
    flex:0 0 100% !important;
    max-width:100% !important;
    width:100% !important
  }
  .db-ft-logo{min-width:90px;height:56px}
}

/* ========== 版权条：对齐源站 #c_static_001-16420726718590 ========== */
#c_static_001-16420726718590{
  width:100%;
  min-height:0;
  padding:0;
  background-color:#3a7dda;
  color:#fff;
  box-sizing:border-box
}
#c_static_001-16420726718590 .e_container-22{
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  width:100%;
  max-width:none;
  margin:0 auto;
  padding:20px 15px;
  background-color:rgba(0,0,0,.05);
  box-sizing:border-box
}
#c_static_001-16420726718590 .e_container-22 > .p_item,
#c_static_001-16420726718590 .cbox-22-0{
  flex:1 1 100%;
  max-width:100%;
  width:100%
}
#c_static_001-16420726718590 .e_container-23{
  display:flex !important;
  flex-wrap:wrap;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  max-width:1200px;
  width:100%;
  margin:0 auto;
  gap:16px;
  box-sizing:border-box
}
#c_static_001-16420726718590 .e_container-23 > .p_item,
#c_static_001-16420726718590 .cbox-23-0,
#c_static_001-16420726718590 .cbox-23-1{
  flex:0 0 auto;
  max-width:100%
}
#c_static_001-16420726718590 .cbox-23-0{
  margin-right:auto;
  text-align:left
}
#c_static_001-16420726718590 .cbox-23-1{
  margin-left:auto;
  text-align:right
}
#c_static_001-16420726718590 .e_container-30{
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  align-items:center;
  width:100%;
  gap:0
}
#c_static_001-16420726718590 .e_container-30 > .p_item,
#c_static_001-16420726718590 .cbox-30-0,
#c_static_001-16420726718590 .cbox-30-1{
  flex:0 0 auto
}
#c_static_001-16420726718590 .e_container-35,
#c_static_001-16420726718590 .e_container-24,
#c_static_001-16420726718590 .e_container-39{
  width:100%
}
#c_static_001-16420726718590 .e_text-27,
#c_static_001-16420726718590 .e_text-25,
#c_static_001-16420726718590 .e_text-31,
#c_static_001-16420726718590 .s_templatesum,
#c_static_001-16420726718590 .e_richText-38,
#c_static_001-16420726718590 .e_provider-41{
  font-size:12px;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.8;
  color:#fff;
  margin:0
}
#c_static_001-16420726718590 .e_text-31{margin-left:10px}
#c_static_001-16420726718590 .e_text-25{text-align:right}
#c_static_001-16420726718590 a{color:#fff;text-decoration:none}
#c_static_001-16420726718590 a:hover{color:#ffd76a}
#c_static_001-16420726718590 .e_richText-38 p{margin:0;color:#fff}
@media screen and (max-width:768px){
  #c_static_001-16420726718590 .e_container-23{
    flex-direction:column;
    align-items:flex-start
  }
  #c_static_001-16420726718590 .cbox-23-0,
  #c_static_001-16420726718590 .cbox-23-1{
    margin:0;
    text-align:left;
    width:100%
  }
  #c_static_001-16420726718590 .e_text-25{text-align:left}
}

/* ========== 右侧在线客服 .onlineBox（对齐源站 Home CSS） ========== */
:root{--c:#3a7dda}
.onlineBox{
  position:fixed;
  right:5px;
  bottom:10%;
  z-index:22;
  width:50px
}
.onlineBox ul{
  background:#fff;
  border-radius:5px;
  box-shadow:0 0 15px rgba(0,0,0,.1);
  margin:0 0 10px;
  padding:0;
  list-style:none
}
.onlineBox ul li{
  display:block;
  border-bottom:1px solid #eee;
  margin:0
}
.onlineBox ul li:last-child{border:none}
.onlineBox ul li a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:50px;
  line-height:50px;
  text-align:center;
  position:relative;
  color:#666
}
.onlineBox ul li a svg{fill:#666}
.onlineBox ul li a p{
  position:absolute;
  right:58px;
  top:50%;
  background:var(--c);
  padding:5px 15px;
  border-radius:5px;
  transform:translate(-50px,-50%);
  color:#fff;
  width:max-content;
  font-size:14px;
  line-height:30px;
  margin:0;
  opacity:0;
  visibility:hidden;
  transition:all .6s;
  white-space:nowrap
}
.onlineBox ul li a p:after{
  content:"";
  display:block;
  width:0;height:0;
  border-top:5px solid transparent;
  border-left:10px solid var(--c);
  border-bottom:5px solid transparent;
  position:absolute;
  right:-8px;
  top:50%;
  transform:translate(0,-50%)
}
.onlineBox ul li a:hover svg{fill:var(--c)}
.onlineBox ul li a:hover p{
  transform:translate(0,-50%);
  opacity:1;
  visibility:visible
}


/* ========== ABOUT 内页：对齐源站 #c_grid-1676379898907 ========== */
#c_grid-1676379898907{
  margin:50px auto;
  width:95%;
  max-width:1200px;
  background:#f0f0f0;
  padding:2px 0;
  box-shadow:1px 1px 3px 1px #ccc;
  box-sizing:border-box
}
#c_grid-1676379898907 > .p_gridbox.e_comp{
  display:flex !important;
  flex-wrap:wrap;
  width:100%;
  overflow:visible !important
}
#c_grid-1676379898907 > .p_gridbox > .p_gridCell,
#content_box-1676379898907-0,
#content_box-1676379898907-1{
  float:none !important;
  box-sizing:border-box
}
#content_box-1676379898907-0{
  flex:0 0 20.31%;
  max-width:20.31%;
  width:20.31% !important;
  background:#f0f0f0
}
#content_box-1676379898907-1{
  flex:0 0 79.66%;
  max-width:79.66%;
  width:79.66% !important;
  background:#fff
}
/* 侧栏 ABOUT 标题条 */
#c_static_001-1676380198258{
  min-height:60px;
  background:#3b7ddb
}
#c_static_001-1676380198258 .e_text-1{
  margin:0;
  padding-left:40px;
  line-height:60px;
  font-size:22px;
  color:#fff
}
/* 侧栏菜单：桌面常显（覆盖源站 .cateGory{display:none}） */
#c_category_417-1676381357982 .cateGory{
  display:block !important
}
#c_category_417-1676381357982 .cateGoryArr{
  display:none !important
}
#c_category_417-1676381357982 .e_text-6 p{
  margin:0;
  padding:0
}
#c_category_417-1676381357982 .e_text-6 p a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  padding:16px 16px 16px 30px;
  color:#333;
  font-size:15px;
  font-family:"Microsoft YaHei",Arial,sans-serif;
  transition:all .3s;
  box-sizing:border-box
}
#c_category_417-1676381357982 .e_text-6 p a svg{
  width:15px;
  height:auto;
  flex-shrink:0
}
#c_category_417-1676381357982 .e_container-5:hover,
#c_category_417-1676381357982 .active .e_container-5,
#c_category_417-1676381357982 .e_text-6 p a.hover,
#c_category_417-1676381357982 .e_text-6 p a:hover{
  background-color:#3b7ddb;
  color:#fff
}
#c_category_417-1676381357982 .e_container-5:hover a,
#c_category_417-1676381357982 .active .e_container-5 a,
#c_category_417-1676381357982 .e_text-6 p a.hover,
#c_category_417-1676381357982 .e_text-6 p a:hover{
  color:#fff
}
/* 右侧正文区 */
#c_static_001-16763818538780{
  min-height:300px;
  background:#fff
}
#c_static_001-16763818538780 .e_container-42{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  max-width:1270px;
  margin:0 auto;
  padding:30px;
  box-sizing:border-box
}
#c_static_001-16763818538780 .e_container-46{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  padding-bottom:22px;
  border-bottom:1px solid #e8e8e8;
  box-sizing:border-box
}
#c_static_001-16763818538780 .e_breadcrumb-60{
  margin-bottom:10px
}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_breadcrumb{
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden
}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_breadcrumbItem{
  position:relative;
  float:left;
  font-size:13px;
  color:#999
}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_breadcrumbItem a{
  color:#999;
  display:inline-flex;
  align-items:center;
  gap:4px
}
#c_static_001-16763818538780 .e_breadcrumb-60 .icon{
  width:12px;
  height:12px;
  fill:#999
}
#c_static_001-16763818538780 .e_text-47{
  margin:8px 0 0;
  font-size:30px;
  font-family:"Microsoft YaHei",Arial,sans-serif;
  color:#262626;
  text-align:center;
  font-weight:normal
}
#c_static_001-16763818538780 .e_container-48{
  width:100%;
  padding-top:35px;
  box-sizing:border-box
}
#c_static_001-16763818538780 .e_richText-52{
  font-size:16px;
  color:#666;
  font-family:"Microsoft YaHei",Arial,sans-serif;
  line-height:1.5
}
#c_static_001-16763818538780 .e_richText-52 p{
  margin:0 0 15px;
  font-size:16px;
  line-height:30px;
  color:#666;
  font-family:Arial,sans-serif
}
#c_static_001-16763818538780 .e_richText-52 img{
  max-width:100%;
  height:auto
}
@media screen and (max-width:768px){
  #c_grid-1676379898907{margin:30px auto}
  #c_grid-1676379898907 > .p_gridbox.e_comp{flex-direction:column}
  #content_box-1676379898907-0,
  #content_box-1676379898907-1{
    flex:0 0 100%;
    max-width:100%;
    width:100% !important
  }
  #c_category_417-1676381357982 .cateGoryArr{display:block !important}
  #c_category_417-1676381357982 .cateGory{display:none !important}
  #c_static_001-16763818538780 .e_text-47{font-size:24px}
  #c_static_001-16763818538780 .e_container-42{padding:20px 15px}
}

/* ABOUT 面包屑：Home page > ABOUT > 当前栏目（对齐源站 p_breadcrumb） */
#c_static_001-16763818538780 .e_breadcrumb-60 .p_breadcrumb{
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  font-size:13px;
  color:#999
}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_breadcrumbItem{
  position:relative;
  float:none;
  display:inline-flex;
  align-items:center;
  color:#999;
  font-size:13px;
  line-height:1.6
}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_breadcrumbItem:not(:first-child){
  padding:0 3px 0 15px
}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_breadcrumbItem:not(:first-child)::before{
  content:'>';
  position:absolute;
  left:3px;
  color:#999
}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_breadcrumbItem a{
  color:#999;
  display:inline-flex;
  align-items:center;
  gap:4px;
  text-decoration:none
}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_breadcrumbItem a:hover{color:#3b7ddb}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_icon{
  display:inline-flex;
  align-items:center
}
#c_static_001-16763818538780 .e_breadcrumb-60 .icon{
  width:12px;
  height:12px;
  fill:#999;
  display:block
}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_title{color:#999}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_showTitle{
  display:inline-flex;
  align-items:center;
  color:#999
}
#c_static_001-16763818538780 .e_breadcrumb-60 .p_breadcrumbItem span{color:#999}
/* 去掉旧的 db-about-pos 显示 */
.db-about-pos{display:none !important}


/* ========== Factory / 资质图集列表：#c_effect_022-1676512391216 ========== */
#c_effect_022-1676512391216{
  min-height:0;
  padding:20px 0;
  background:#fff
}
#c_effect_022-1676512391216 .e_container-1{
  display:flex;
  flex-wrap:wrap;
  width:96%;
  max-width:1400px;
  margin:0 auto;
  box-sizing:border-box
}
#c_effect_022-1676512391216 .e_breadcrumb-12 .p_breadcrumb{
  list-style:none;
  margin:0 0 16px;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  font-size:13px;
  color:#999
}
#c_effect_022-1676512391216 .e_breadcrumb-12 .p_breadcrumbItem{
  position:relative;
  display:inline-flex;
  align-items:center;
  color:#999
}
#c_effect_022-1676512391216 .e_breadcrumb-12 .p_breadcrumbItem:not(:first-child){
  padding:0 3px 0 15px
}
#c_effect_022-1676512391216 .e_breadcrumb-12 .p_breadcrumbItem:not(:first-child)::before{
  content:'>';
  position:absolute;
  left:3px;
  color:#999
}
#c_effect_022-1676512391216 .e_breadcrumb-12 .icon{
  width:12px;height:12px;fill:#999
}
#c_effect_022-1676512391216 .e_breadcrumb-12 a{color:#999;display:inline-flex;align-items:center;gap:4px}
#c_effect_022-1676512391216 .e_loop-6 .p_list{
  display:flex;
  flex-wrap:wrap;
  max-width:100%;
  margin:0 -8px
}
#c_effect_022-1676512391216 .e_loop-6 .p_loopitem,
#c_effect_022-1676512391216 .cbox-6.p_loopitem{
  flex:0 0 33.333%;
  max-width:33.333%;
  box-sizing:border-box;
  padding:8px
}
#c_effect_022-1676512391216 .e_image-8{
  overflow:hidden;
  background:#f5f5f5;
  aspect-ratio:4/3;
  display:flex;
  align-items:center;
  justify-content:center
}
#c_effect_022-1676512391216 .e_image-8 a{display:block;width:100%;height:100%}
#c_effect_022-1676512391216 .e_image-8 img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .4s
}
#c_effect_022-1676512391216 .e_image-8:hover img{transform:scale(1.05)}
#c_effect_022-1676512391216 .e_text-10{
  margin:8px 0 5px;
  font-size:15px;
  font-family:Arial,sans-serif;
  text-align:center;
  color:#333;
  line-height:1.4
}
#c_effect_022-1676512391216 .e_text-10 a{color:#333}
#c_effect_022-1676512391216 .e_text-10 a:hover{color:#3b7ddb}
#c_effect_022-1676512391216 .p_page{text-align:center;margin-top:20px}
#c_effect_022-1676512391216 .page_con{
  display:inline-flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  justify-content:center
}
#c_effect_022-1676512391216 .page_a,
#c_effect_022-1676512391216 .pagebar a,
#c_effect_022-1676512391216 .pagination a,
#c_effect_022-1676512391216 .page-link{
  display:inline-block;
  min-width:32px;
  height:32px;
  line-height:32px;
  padding:0 10px;
  border:1px solid #ddd;
  color:#666;
  text-align:center;
  text-decoration:none;
  box-sizing:border-box
}
#c_effect_022-1676512391216 .page_a.current,
#c_effect_022-1676512391216 .page_a:hover,
#c_effect_022-1676512391216 .page-item.active .page-link{
  background:#3b7ddb;
  border-color:#3b7ddb;
  color:#fff
}
#c_effect_022-1676512391216 .page_a.disabled{
  opacity:.4;
  pointer-events:none
}
@media screen and (max-width:768px){
  #c_effect_022-1676512391216 .e_loop-6 .p_loopitem,
  #c_effect_022-1676512391216 .cbox-6.p_loopitem{
    flex:0 0 100%;
    max-width:100%
  }
}

/* ========== /?zizhi/ Factory 列表：悬停标题深蓝底白字（对齐源站 p2） ========== */
#c_effect_022-1676512391216 .e_container-9{
  background-color:#f5f5f5 !important;
  padding:15px 10px !important;
  transition:all .5s ease;
  width:100%;
  box-sizing:border-box
}
#c_effect_022-1676512391216 .e_text-10,
#c_effect_022-1676512391216 .e_text-10 a{
  color:#333 !important;
  text-align:center;
  font-size:15px;
  margin:0;
  transition:color .5s ease;
  display:block
}
/* 悬停卡片：标题区深蓝 + 白字（匹配源站 rgba(0,59,131)） */
#c_effect_022-1676512391216 .cbox-6:hover .e_container-9,
#c_effect_022-1676512391216 .p_loopitem:hover .e_container-9,
#c_effect_022-1676512391216 .e_container-7:hover .e_container-9,
#c_effect_022-1676512391216 .e_container-7 > .p_item:hover .e_container-9{
  background-color:#003b83 !important
}
#c_effect_022-1676512391216 .cbox-6:hover .e_text-10,
#c_effect_022-1676512391216 .cbox-6:hover .e_text-10 a,
#c_effect_022-1676512391216 .p_loopitem:hover .e_text-10,
#c_effect_022-1676512391216 .p_loopitem:hover .e_text-10 a,
#c_effect_022-1676512391216 .e_container-7:hover .e_text-10,
#c_effect_022-1676512391216 .e_container-7:hover .e_text-10 a,
#c_effect_022-1676512391216 .e_container-7 > .p_item:hover .e_container-9 p,
#c_effect_022-1676512391216 .e_container-7 > .p_item:hover .e_container-9 a{
  color:#fff !important
}
/* 源站 pointer-events:none 会拦掉标题链接，恢复可点 */
#c_effect_022-1676512391216 .e_container-7 a{
  pointer-events:auto !important
}

/* ========== PROJECT 列表/详情（对齐 210/811/721） ========== */
#c_new_list_178-16764411830510{
  min-height:300px;max-width:1200px;margin:0 auto;padding:20px;background:#fff;box-sizing:border-box
}
#c_new_list_178-16764411830510 .db-project-bc{margin-bottom:16px}
#c_new_list_178-16764411830510 .p_breadcrumb{
  list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;font-size:13px;color:#999
}
#c_new_list_178-16764411830510 .p_breadcrumbItem{position:relative;display:inline-flex;align-items:center;color:#999}
#c_new_list_178-16764411830510 .p_breadcrumbItem:not(:first-child){padding:0 3px 0 15px}
#c_new_list_178-16764411830510 .p_breadcrumbItem:not(:first-child)::before{content:'>';position:absolute;left:3px;color:#999}
#c_new_list_178-16764411830510 .p_breadcrumbItem a{color:#999;display:inline-flex;align-items:center;gap:4px}
#c_new_list_178-16764411830510 .icon{width:12px;height:12px;fill:#999}
#c_new_list_178-16764411830510 .p_list{display:flex;flex-wrap:wrap;max-width:100%;margin:0 -8px}
#c_new_list_178-16764411830510 .cbox-1.p_loopitem{flex:0 0 33.333%;max-width:33.333%;box-sizing:border-box;padding:8px}
#c_new_list_178-16764411830510 .e_image-3{overflow:hidden;background:#f5f5f5;aspect-ratio:4/3}
#c_new_list_178-16764411830510 .e_image-3 a{display:block;width:100%;height:100%}
#c_new_list_178-16764411830510 .e_image-3 img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
#c_new_list_178-16764411830510 .e_image-3:hover img{transform:scale(1.05)}
#c_new_list_178-16764411830510 .e_text-4{
  margin:10px 0;font-size:13px;font-family:"Microsoft YaHei",Arial,sans-serif;color:#333;line-height:1.4;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
#c_new_list_178-16764411830510 .e_text-4 a{color:#333}
#c_new_list_178-16764411830510 .e_text-4 a:hover{color:#003b83}
#c_new_list_178-16764411830510 .p_page{text-align:center;margin-top:16px}
#c_new_list_178-16764411830510 .page_con{display:inline-flex;gap:6px;flex-wrap:wrap;justify-content:center}
#c_new_list_178-16764411830510 .page_a{
  display:inline-block;min-width:32px;height:32px;line-height:32px;padding:0 10px;border:1px solid #ddd;color:#666;text-align:center;box-sizing:border-box
}
#c_new_list_178-16764411830510 .page_a:hover{background:#3b7ddb;border-color:#3b7ddb;color:#fff}
.db-project-detail .e_text-47{margin:8px 0 0;font-size:28px;text-align:center;color:#262626}
.db-project-detail .e_richText-52{font-size:16px;color:#666;line-height:1.7;padding-top:20px}
.db-project-detail .e_richText-52 img{max-width:100%;height:auto}
.db-project-detail .e_richText-52 p{margin:0 0 15px;line-height:30px}
.db-project-pager{margin-top:30px;padding-top:16px;border-top:1px solid #eee;font-size:14px;color:#666}
.db-project-pager a{color:#3b7ddb}
@media screen and (max-width:768px){
  #c_new_list_178-16764411830510 .cbox-1.p_loopitem{flex:0 0 100%;max-width:100%}
}


/* PRODUCTS list/detail */
.db-product-side{background:#f5f5f5;min-height:100%}
.db-product-side-title{margin:0;padding:16px 20px;background:#3b7ddb;color:#fff;font-size:18px;font-weight:700}
.e_categoryB-12 .p_c_tree,.e_categoryB-12 .p_c_content{list-style:none;margin:0;padding:0}
.e_categoryB-12 .p_c_item{border-bottom:1px solid #e5e5e5}
.e_categoryB-12 .p_c_title1,.e_categoryB-12 .p_c_title2,.e_categoryB-12 .p_c_title3{margin:0;position:relative}
.e_categoryB-12 .p_c_title1>a,.e_categoryB-12 .p_c_title2>a,.e_categoryB-12 .p_c_title3>a{display:flex;align-items:center;text-decoration:none}


.e_categoryB-12 .p_arrbtm{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:14px;height:14px}
.e_categoryB-12 .p_arrow{width:12px;height:12px;fill:#999}
.e_categoryB-12 .p_c_item.active>.p_c_title1>a,.e_categoryB-12 .p_c_item.active>.p_c_title2>a,.e_categoryB-12 .p_c_item.active>.p_c_title3>a,
.e_categoryB-12 .p_c_title1>a:hover,.e_categoryB-12 .p_c_title2>a:hover,.e_categoryB-12 .p_c_title3>a:hover{background:#3b7ddb;color:#fff}













.db-product-detail{background:#fff;padding:20px;box-sizing:border-box}
.db-product-detail-main{display:flex;flex-wrap:wrap;gap:24px;margin:16px 0 24px}
.db-product-gallery{flex:0 0 45%;max-width:45%}
.db-product-gallery img{width:100%;height:auto;display:block;border:1px solid #eee}
.db-product-info{flex:1;min-width:240px}
.db-product-info .e_h1-31{font-size:22px;margin:0 0 12px;color:#222;line-height:1.4}
.db-product-info .e_text-32{font-size:14px;color:#666;line-height:1.6}
.db-product-body{font-size:15px;color:#555;line-height:1.8}
.db-product-body p{margin:0 0 12px}
.db-product-body img{max-width:100%;height:auto}
.db-product-pager{margin-top:24px;padding-top:16px;border-top:1px solid #eee;font-size:14px;color:#666}
.db-product-related{margin-top:30px}
.db-product-related .p_list{display:flex;flex-wrap:wrap;margin:0 -8px}
.db-product-related .cbox-1{flex:0 0 25%;max-width:25%;padding:8px;box-sizing:border-box}
.db-product-related .e_image-3{aspect-ratio:1/1;overflow:hidden;background:#f5f5f5}
.db-product-related .e_image-3 img{width:100%;height:100%;object-fit:cover}
@media screen and (max-width:768px){
  #c_product_list_041-1676447743901 .cbox-1.p_loopitem,.db-product-related .cbox-1{flex:0 0 50%;max-width:50%}
  .db-product-gallery{flex:0 0 100%;max-width:100%}
  .db-product-detail-main{flex-direction:column}
}

/* product side accordion animation */
.e_categoryB-12 .p_c_content.deep-2,
.e_categoryB-12 .p_c_content.deep-3{
  overflow:hidden;
}
.e_categoryB-12 .p_arrbtm{cursor:pointer;pointer-events:auto;z-index:3}
.e_categoryB-12 .p_arrow{
  display:block;
  transition:transform .28s ease;
  transform-origin:center center
}
.e_categoryB-12 .p_c_item.is-open > p > .p_arrbtm .p_arrow{
  transform:rotate(-90deg)
}
.e_categoryB-12 .p_c_title1,
.e_categoryB-12 .p_c_title2{position:relative}
.e_categoryB-12 .p_c_title1>a,
.e_categoryB-12 .p_c_title2>a{position:relative;z-index:1}
.e_categoryB-12 .p_c_item > p > a{
  transition:background .2s ease, color .2s ease
}

/* CRITICAL: override products CSS .deep-2{display:none} so accordion works */
#c_category_364-1676443957030 .e_categoryB-12 .deep-2,
#c_category_364-1676443957030 .e_categoryB-12 .deep-3,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item > .p_c_content{
  /* default closed; JS sets display important when open */
}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.is-open > ul.p_c_content,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.is-open > .p_c_content.deep-2,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.is-open > .p_c_content.deep-3,
#c_category_364-1676443957030 .e_categoryB-12 li.is-open > ul.p_c_content,
#c_category_364-1676443957030 .e_categoryB-12 li.active.is-open > ul.p_c_content{
  display:block !important;
}
#c_category_364-1676443957030 .e_categoryB-12 .p_arrbtm{cursor:pointer;pointer-events:auto}
#c_category_364-1676443957030 .e_categoryB-12 .p_arrow{transition:transform .28s ease;display:block}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.is-open > p > .p_arrbtm .p_arrow{transform:rotate(-90deg)}

/* PRODUCT side font sizes — match source products CSS */
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title1{
  display:flex;justify-content:space-between;align-items:center;
  line-height:50px;font-size:15px;color:#555;width:100%;margin:0;position:relative
}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title1 > a{
  display:flex;align-items:center;width:100%;color:#555;font-size:15px;padding:0;line-height:50px
}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title1 > a span{padding-left:40px;font-size:15px}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title2{
  display:flex;justify-content:space-between;align-items:center;
  line-height:38px;font-size:13px;color:#666;width:100%;margin:0;position:relative;padding-right:15px
}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title2 > a{
  display:flex;align-items:center;width:100%;color:#666;font-size:13px !important;padding:0;line-height:38px
}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title2 > a span{padding-left:40px;font-size:13px !important;font-weight:normal}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title3{
  display:flex;justify-content:space-between;align-items:center;
  line-height:44px;font-size:13px;color:#999;width:100%;margin:0;position:relative;
  border-left:7px solid #cecece;padding-right:15px
}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title3 > a{
  display:flex;align-items:center;width:100%;color:#999;font-size:13px !important;padding:0;line-height:44px
}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title3 > a span{padding-left:33px;font-size:13px !important;font-weight:normal}
#c_category_364-1676443957030 .e_categoryB-12 .deep-2{background:#f7f7f7}
#c_category_364-1676443957030 .e_categoryB-12 .deep-3{background:#f7f7f7}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title1:hover,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title2:hover,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title3:hover{background-color:#3b7ddb}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title1:hover a,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title2:hover a,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title3:hover a,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title1:hover a span,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title2:hover a span,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_title3:hover a span{color:#fff !important}

/* PRODUCT list cards — align with source products CSS (11.html) */
#c_product_list_041-1676447743901{
  min-height:0;
  background:#fff;
  padding:0;
  box-sizing:border-box
}
#c_product_list_041-1676447743901 .e_loop-1{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  padding:20px;
  box-sizing:border-box
}
#c_product_list_041-1676447743901 .e_text-11{
  font-size:22px;
  margin:0 0 8px;
  color:#222;
  font-weight:700
}
#c_product_list_041-1676447743901 .e_text-12{
  font-size:13px;
  color:#888;
  margin:0 0 12px
}
#c_product_list_041-1676447743901 .e_loop-1 .p_list{
  display:flex;
  flex-wrap:wrap;
  position:relative;
  max-width:100%;
  margin:0
}
/* PC: 4 columns like source min-width 769 */
#c_product_list_041-1676447743901 .e_loop-1 .p_loopitem,
#c_product_list_041-1676447743901 .cbox-1.p_loopitem{
  flex:0 0 25% !important;
  max-width:25% !important;
  width:25% !important;
  position:relative;
  box-sizing:border-box;
  padding:0
}
#c_product_list_041-1676447743901 .e_container-2{
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  width:auto;
  margin:10px;
  border:1px solid #e5e5e5;
  background:#fff;
  box-sizing:border-box;
  transition:box-shadow .3s ease
}
#c_product_list_041-1676447743901 .e_container-2:hover{
  box-shadow:0 4px 16px rgba(0,0,0,.08)
}
#c_product_list_041-1676447743901 .e_container-7{
  display:flex;
  flex-wrap:wrap;
  width:100%
}
#c_product_list_041-1676447743901 .e_image-3{
  overflow:hidden;
  width:100%;
  background:#fff
}
#c_product_list_041-1676447743901 .e_image-3 a{
  display:block;
  width:100%;
  line-height:0
}
#c_product_list_041-1676447743901 .e_image-3 img{
  width:100%;
  height:auto;
  max-height:132px;
  object-fit:contain;
  display:block;
  margin:0 auto;
  transition:transform .5s ease
}
#c_product_list_041-1676447743901 .e_container-2:hover .e_image-3 img{
  transform:scale(1.05)
}
#c_product_list_041-1676447743901 .e_line-4{
  border:0;
  border-top:1px solid #e5e5e5;
  margin:0;
  padding:0;
  height:1px;
  position:relative
}
#c_product_list_041-1676447743901 .e_line-4:before{
  content:"";
  position:absolute;
  top:0;left:0;
  width:0;
  height:2px;
  background:#0c64b3;
  z-index:1;
  transition:width .5s ease
}
#c_product_list_041-1676447743901 .e_container-2:hover .e_line-4:before{width:100%}
#c_product_list_041-1676447743901 .e_line-9{
  border:0;
  border-top:2px solid #3b7ddb;
  margin:0;
  padding:0 0 10px;
  height:auto;
  width:0;
  transition:width .5s ease
}
#c_product_list_041-1676447743901 .e_container-2:hover .e_line-9{width:100%}
#c_product_list_041-1676447743901 .e_text-5{
  line-height:21px;
  font-size:12px !important;
  font-family:"Microsoft YaHei",Arial,sans-serif;
  text-align:center;
  color:#3a7dda !important;
  font-weight:bold;
  height:42px;
  overflow:hidden;
  margin:0 8px 10px;
  padding:0
}
#c_product_list_041-1676447743901 .e_text-5 a{
  color:#3a7dda !important;
  font-size:12px !important;
  font-weight:bold;
  text-decoration:none
}
#c_product_list_041-1676447743901 .e_text-5 a:hover{color:#0c64b3 !important}
#c_product_list_041-1676447743901 .p_page{text-align:center;margin-top:10px}
#c_product_list_041-1676447743901 .page_con{
  display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center
}
#c_product_list_041-1676447743901 .page_a,
#c_product_list_041-1676447743901 .page-num{
  display:inline-block;min-width:32px;height:32px;line-height:32px;padding:0 10px;
  border:1px solid #ddd;color:#666;text-align:center;text-decoration:none;box-sizing:border-box
}
#c_product_list_041-1676447743901 .page_a:hover,
#c_product_list_041-1676447743901 .page-num:hover,
#c_product_list_041-1676447743901 .page-num-current,
#c_product_list_041-1676447743901 .page_a.current{
  background:#3b7ddb;border-color:#3b7ddb;color:#fff
}
@media screen and (max-width:768px){
  #c_product_list_041-1676447743901 .e_loop-1 .p_loopitem,
  #c_product_list_041-1676447743901 .cbox-1.p_loopitem{
    flex:0 0 100% !important;max-width:100% !important;width:100% !important
  }
}

/* side active: only current row blue, not whole parent block */
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.active > p.p_c_title1,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.active > p.p_c_title2,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.active > p.p_c_title3{
  background-color:#3b7ddb
}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.active > p > a,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.active > p > a span,
#c_category_364-1676443957030 .e_categoryB-12 a.hover,
#c_category_364-1676443957030 .e_categoryB-12 a.hover span{
  color:#fff !important
}
/* parent open but not active: keep normal colors */
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.is-open:not(.active) > p.p_c_title1,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.is-open:not(.active) > p.p_c_title2{
  background:transparent
}
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.is-open:not(.active) > p > a,
#c_category_364-1676443957030 .e_categoryB-12 .p_c_item.is-open:not(.active) > p > a span{
  color:inherit !important
}
/* prevent source li.active > whole block paint if any */
#c_category_364-1676443957030 .e_categoryB-12 li.active{
  background:transparent
}
#c_category_364-1676443957030 .e_categoryB-12 li.active > ul{
  background:#f7f7f7
}


/* NEWS list pagination: match source /news/1/ page_a structure */
#c_new_list_201-1676455412241 .e_loop-2 .p_page{
  text-align:center;
  margin-top:30px;
}
#c_new_list_201-1676455412241 .page_con{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
}
#c_new_list_201-1676455412241 .page_a{
  display:inline-block;
  min-width:32px;
  height:32px;
  line-height:30px;
  margin:0 3px;
  padding:0 10px;
  border:1px solid #ddd;
  background:#fff;
  color:#666;
  font-size:14px;
  font-family:Arial,Helvetica,sans-serif;
  text-align:center;
  box-sizing:border-box;
  text-decoration:none;
}
#c_new_list_201-1676455412241 .page_a:hover,
#c_new_list_201-1676455412241 .page_a.current{
  border-color:#3a7dda;
  background:#3a7dda;
  color:#fff;
}
#c_new_list_201-1676455412241 .page_a.disabled{
  color:#bbb;
  background:#f7f7f7;
  border-color:#ddd;
  cursor:not-allowed;
  pointer-events:none;
}
#c_new_list_201-1676455412241 .page_ellipsis,
#c_new_list_201-1676455412241 .page_ellipsis:hover{
  color:#999;
  background:#fff;
  border-color:#ddd;
  cursor:default;
}

/* Home spacing fix: allow shorter banner images and content blocks to define their own height. */
#c_banner_027-1676274670127,
#c_banner_027-1676274670127 .homeBanner,
#c_banner_027-1676274670127 .swiper-container,
#c_banner_027-1676274670127 .swiper-wrapper,
#c_banner_027-1676274670127 .swiper-slide,
#c_banner_027-1676274670127 .p_img,
#c_banner_027-1676274670127 .p_img a{
  min-height:0 !important;
  height:auto !important;
  max-height:none !important;
}
#c_banner_027-1676274670127 .swiper-wrapper{
  align-items:flex-start !important;
}
#c_banner_027-1676274670127 .swiper-container .p_img img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  margin:0 !important;
  object-fit:contain !important;
}
#c_grid-1676340501085,
#c_grid-16763444172930{
  padding-bottom:0 !important;
}
#c_category_263-1676343127470,
#c_new_list_178-1676344686700{
  min-height:0 !important;
  height:auto !important;
  padding-bottom:0 !important;
}
#c_category_263-1676343127470 .e_loop-6,
#c_new_list_178-1676344686700 .e_loop-1{
  padding-bottom:0 !important;
}
