:root{--public-color:#0055a0;--max:1430px}
body{color:#999999;font-size:18px;line-height:28px;font-weight:400;font-family:'Poppins','Outfit',Arial,Helvetica,sans-serif;letter-spacing:-.6px}
input,button,textarea,select,*:focus,*:focus-visible{border:none !important;outline:none !important}
a{display:inline-block;transition:all .4s ease-in-out}
a:hover{color:var(--public-color)}
.swiper-pagination-bullet-active{background:var(--public-color)}
.page-item.active .page-link{color:#fff;background-color:var(--public-color);border-color:var(--public-color)}
body,div,p,img,ul,ol,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
img{aspect-ratio:attr(width) / attr(height)}
ul,ol,li,dl,dd,dt{list-style-type:none}
.img-width{width:100%;height:auto}
.img-height{height:100%;width:auto}
.img-fluid{max-width:100%;height:auto}
.card-thumb img{transition:all .4s ease}
.card-thumb:hover img{transform:scale(1.1)}
.container-xl{max-width:var(--max)}
.container-xl.m-right{margin:0 0 0 auto;padding:0}
.container-xl.m-left{margin:0 auto 0 0;padding:0}
@media(max-width:768px){
    body{font-size:14px;line-height:20px;padding-top:50px}
    .container-xl.m-right{margin:0 auto;padding:0 15px}
    .container-xl.m-left{margin:0 auto;padding:0 15px}
}

.header{padding:23px 0;position:fixed;top:0;left:0;width:100%;z-index:99;transition:all .4s ease;max-height:120px;}
.header>*{max-width:1860px}
.header .header-logo{display:flex;align-items:center;justify-content:center}
.header .header-logo a{position:relative;display:block}
.header .header-logo .logo-default{display:block;transition:opacity .4s ease}
.header .header-logo .logo-scrolled{position:absolute;left:0;top:0;width:100%;height:auto;opacity:0;transition:opacity .4s ease}
.header .header-nav{display:flex;justify-content:space-between}
.header .header-menu{display:flex;align-items:center;gap:20px}
.header .search-svg{cursor:pointer;color:#fff}
.navbar{padding:0px;position:relative;z-index:9999}
.navbar-custom{top:0;z-index:2;justify-content:end}
.navbar-custom .navbar-nav{gap:40px;flex-direction:row}
.navbar-custom .navbar-nav .nav-item:last-child{background:linear-gradient(90deg, rgb(44,157,255) 0%, rgb(0,85,159) 100%);width: 160px;border-radius:30px;}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link{color:#fff;}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link:hover{color:#fff !important;opacity:.88;}
.navbar-custom .navbar-nav .nav-link{font-size:22px;line-height:40px;font-weight: 500;position:relative;padding:0;display:flex;align-items:center;justify-content:center;gap:10px}
.navbar-custom .navbar-nav .nav-item.down-icon .nav-link::after{font-family:cmsfont;content:"";font-size:22px;line-height:inherit;transition:.6s ease-in-out;color:#333333;font-weight:400;}
.navbar-custom .navbar-nav .nav-link:hover{color:var(--public-color);transition:.6s ease-in-out}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before{width:100%;transition:all 0}
.navbar-custom .navbar-nav .nav-item .nav-link::after{transform:rotate(0);transition:.6s ease-in-out}
.navbar-custom .navbar-nav .nav-item:hover .nav-link::after{transform:rotate(0);color:var(--public-color)}

.header-touch{color:#fff;cursor:pointer;border:1px solid #fff;width:150px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}
.header-touch:hover{background-color:var(--public-color);border-color:var(--public-color)}
.header-function{display:flex;align-items:center;gap:30px}
.header-function>*:not(:last-child){position:relative}
.header-function>*:not(:last-child)::after{content:"";display:block;position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:1px;height:24px;background:#ffffff66}
.header-search-box{position:relative}
.header-search-box .search-svg{display:flex;align-items:center;justify-content:center;padding:4px;cursor:pointer;transition:opacity .3s ease}
.header-search-box .search-svg:hover{opacity:.8}
.header-search-box .search-svg svg{width:20px;height:20px}
.header-search-box .input-group.search-group{position:absolute;top:100%;right:0;margin-top:10px;display:flex;align-items:center;width:260px;height:40px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:100}
.header-search-box.active .input-group.search-group{opacity:1;visibility:visible;transform:translateY(0)}
.header-search-box .header-search-input{flex:1;min-width:0;height:100%;padding:0 14px;font-size:14px;color:#333;background:transparent}
.header-search-box .header-search-input::placeholder{color:#999}
.header-search-box .header-search-btn{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--public-color);color:#fff;cursor:pointer;transition:background .3s}
.header-search-box .header-search-btn:hover{background:#3886fc}
.header-search-box .header-search-btn svg{flex-shrink:0}

.product-banner{position:relative;}
.product-banner-content{position:absolute;top:50%;left:39%;transform:translate(-50%,-50%);color:#ffffff;z-index:2;width:50%;justify-content:center;line-height:58px}
.product-banner-content p{font-size:18px}
.product-banner-content-title{font-size:42px;font-weight:600;width:740px}

@media(max-width:768px){
.product-banner-content{left:50%;top:30%; width:calc(100% - 24px);max-width:none;line-height:1.35;text-align:center;box-sizing:border-box;padding:0 12px}
.product-banner-content p{font-size:13px;line-height:1.45}
.product-banner-content-title{font-size:22px;line-height:1.25;width:auto;max-width:100%}
}

.top-search-box{cursor:pointer;z-index:10;border-radius:5px;margin-right:15px;margin-left:5px;width:30px;height:auto;display:flex;justify-content:center;position:relative}
.top-search-box i{color:#333333;font-size:18px;font-weight:400}
.top-search-box .top-search.show{opacity:0;overflow:hidden;transition:all 0.9s;display:none}
.top-search-box li .top-search{opacity:1;height:auto;overflow:hidden;width:auto;padding:0}
.top-search-box li .top-search{border-radius:10px}
.top-search-box .top-search{opacity:1;transition:all 0.8s;position:absolute;right:-7px;top:30px;z-index:99;padding:0;background-color:#fff;display:block;animation:fadeIn 0.5s ease-in-out}
.search-group{width:180px;height:40px;overflow:hidden;border:1px solid var(--public-color);border-radius:10px;overflow:hidden}
.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}
.search-group .form-control{border:none;border-radius:0px;background:transparent;color:rgba(0,0,0,0.5);height:40px;line-height:40px}
.search-group .btn{background-color:var(--public-color);border-radius:0px;height:auto;width:40px;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0}

.header-lang{display:flex;align-items:center;justify-content:center;padding:4px;cursor:pointer;transition:opacity .3s ease;position:relative}
.header-lang .lang-svg{position: relative;color: #333;}
.header-lang .lang-svg span{margin-left: 8px;}
.header-lang .lang-svg:after{content: "\f078";font-family: cmsfont;display: inline-block;margin-left: 5px;font-size: 14px;}

@media(max-width:768px) {
    .header-lang .lang-svg{position: relative;color: #fff;}
}

.header-lang .lang-link{position:absolute;top:100%;right:0;margin-top:10px;min-width:140px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:100}
.header-lang.active .lang-link{opacity:1;visibility:visible;transform:translateY(0)}
.header-lang .lang-item{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:14px;color:#333;text-decoration:none;transition:background .2s}
.header-lang .lang-item:hover{background:#f5f5f5;color:var(--public-color)}
.header-lang .lang-item img{width:20px;height:14px;object-fit:cover;flex-shrink:0}

.header.scrolled{background:#fff;box-shadow:0px 10px 20px 0px rgba(0,85,160,0.05);padding:14px 0}
.header.scrolled .header-logo .logo-default{opacity:0}
.header.scrolled .header-logo .logo-scrolled{opacity:1}
.header.scrolled .navbar-custom .nav-link{color:#333}
.header.scrolled .navbar-custom .nav-link:hover{color:var(--public-color)}
.header.scrolled .header-touch{color:#333;border-color:#333}
.header.scrolled .header-touch:hover{background:var(--public-color);border-color:var(--public-color);color:#fff}
.header.scrolled .search-svg{color:#333}
.header.scrolled .header-function>*:not(:last-child)::after{background:rgba(0,0,0,.1)}

.no-banner{padding-top:120px}
.no-banner .header{background:#fff}
.no-banner .header .header-logo .logo-default{opacity:0}
.no-banner .header .header-logo .logo-scrolled{opacity:1}
.no-banner .header .navbar-custom .nav-link{color:#333}
.no-banner .header .navbar-custom .nav-link:hover{color:var(--public-color)}
.no-banner .header .header-touch{color:#333;border-color:#333}
.no-banner .header .header-touch:hover{background:var(--public-color);border-color:var(--public-color);color:#fff}
.no-banner .header .search-svg{color:#333}
.no-banner .header .header-function>*:not(:last-child)::after{background:rgba(0,0,0,.1)}


.navbar-nav>.nav-item{position:relative}
.pull-down{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:9998;pointer-events:none}
.nav-item:hover .pull-down{opacity:1;visibility:visible;pointer-events:auto}
.pull-down:not(.pull-down-wide){position:absolute;left:50%;transform:translateX(-50%);top:90%;padding:10px 80vw 40px;box-sizing:content-box;width:max-content;max-width:100vw;}
.pull-down:not(.pull-down-wide) .pull-down-inner{display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;padding:12px 0;min-width:auto;width:auto;max-width:100%;box-sizing:border-box;background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.12)}
.header:not(.scrolled) .pull-down:not(.pull-down-wide) .pull-down-inner{background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
.pull-down:not(.pull-down-wide) .pull-down-inner .pull-down-item{display:block;padding:10px 20px;white-space:nowrap;width:100%}
.pull-down:not(.pull-down-wide) .pull-down-inner .pull-down-item+.pull-down-item{border-top:1px solid rgba(0,0,0,.06)}
.pull-down:not(.pull-down-wide) ul.pull-down-inner{list-style:none;margin:0;padding:0}
.pull-down:not(.pull-down-wide) ul.pull-down-inner>li+li{border-top:1px solid rgba(0,0,0,.06)}
.pull-down:not(.pull-down-wide) .pull-down-menu-item{position:relative}
.pull-down:not(.pull-down-wide) .pull-down-has-submenu>.pull-down-item{padding-right:28px;position:relative}
.pull-down:not(.pull-down-wide) .pull-down-has-submenu>.pull-down-item::after{content:'\203A';position:absolute;right:10px;top:50%;transform:translateY(-50%);opacity:.45;font-size:14px;line-height:1}
.pull-down:not(.pull-down-wide) .pull-down-submenu{list-style:none;margin:0;padding:0;position:absolute;left:100%;top:0;margin-left:0;min-width:220px;background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.12);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:10001}
.header:not(.scrolled) .pull-down:not(.pull-down-wide) .pull-down-submenu{background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
.pull-down:not(.pull-down-wide) .pull-down-submenu::before{content:'';position:absolute;left:-8px;top:0;bottom:0;width:8px}
.pull-down:not(.pull-down-wide) .pull-down-has-submenu:hover>.pull-down-submenu,.pull-down:not(.pull-down-wide) .pull-down-has-submenu:focus-within>.pull-down-submenu{opacity:1;visibility:visible;pointer-events:auto}
.pull-down:not(.pull-down-wide) .pull-down-submenu .pull-down-item{border-top:none}
.pull-down:not(.pull-down-wide) .pull-down-submenu li+li{border-top:1px solid rgba(0,0,0,.06)}
.pull-down:not(.pull-down-wide) .pull-down-submenu .pull-down-item--sub{font-size:13px}
.pull-down.pull-down-wide{position:fixed;left:0px;width:min(100vw);top:calc(120px - 46px);padding-top:46px}
.pull-down.pull-down-wide.pull-down-fullscreen{position:fixed;left:0;top:0;width:100vw;height:100vh;padding-top:120px}
.header.scrolled .pull-down.pull-down-wide{top:calc(80px - 26px)}
.header:not(.scrolled) .pull-down.pull-down-wide .pull-down-inner{background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
.header:not(.scrolled) .pull-down.pull-down-wide.pull-down-wide--mega .pull-down-inner.mega-menu-products{background:transparent;backdrop-filter:none}

.pull-down.pull-down-wide.pull-down-wide--mega{left:0;right:0;width:100%;max-width:none}
.pull-down-wide--mega .mega-menu-outer{width:100%;background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.12);max-width:1400px;margin:0 auto;}
.header:not(.scrolled) .pull-down-wide--mega .mega-menu-outer{background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}

.pull-down.pull-down-wide .pull-down-inner{max-width:inherit;margin:0 auto;width:100%;padding:30px var(--container-padding);background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.12);display:flex;gap:48px}
.pull-down.pull-down-wide .pull-down-inner.mega-menu-products{display:grid;grid-template-columns:minmax(168px,26%) minmax(260px,1fr);gap:0;align-items:stretch;padding:0;min-height:min(240px,38vh);max-width:1860px;margin:0 auto;width:100%;box-shadow:none;background:transparent}
.pull-down.pull-down-wide .pull-down-inner .pull-down-col{display:flex;flex-direction:column}
.mega-menu-intro{padding:32px 28px 32px 24px;display:flex;flex-direction:column;gap:16px;border-right:1px solid #eee}
.mega-menu-intro-head{display:flex;align-items:center;gap:12px}
.mega-menu-intro-title{font-size:18px;font-weight:700;letter-spacing:.06em;color:#222}
.mega-menu-intro-chevron{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#e8e8e8;color:#666;border-radius:4px;font-size:18px;line-height:1}
.mega-menu-intro-text{font-size:14px;line-height:1.6;color:#666;margin:0}
.mega-menu-intro-img{border-radius:8px;overflow:hidden;background:#f2f6fa}
.mega-menu-intro-img img{width:100%;height:auto;display:block;object-fit:cover}
.mega-menu-middle{background:#f5f5f5;border-right:1px solid #e8e8e8;min-width:0}
.mega-menu-cat-list{list-style:none;margin:0;padding:0}
.mega-menu-cat-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e8e8e8;transition:background .2s ease,color .2s ease}
.mega-menu-cat-item:last-child{border-bottom:none}
.mega-menu-cat-link{flex:1;padding:10px 40px;font-size:18px;font-weight:400;color:#333;text-decoration:none;min-width:0;line-height:1.35}
.mega-menu-cat-link:hover{color:var(--public-color)}
.mega-menu-cat-arrow{flex-shrink:0;width:22px;text-align:center;font-size:18px;color:var(--public-color);opacity:0;transition:opacity .2s ease}
.mega-menu-cat-item.is-active{background:#fff}
.mega-menu-cat-item.is-active .mega-menu-cat-link{color:var(--public-color)}
.mega-menu-cat-item.is-active .mega-menu-cat-arrow{opacity:1}
.mega-menu-sub-column{background:#fff;min-width:0;position:relative;padding:0}
.mega-menu-sub-panel{display:none;padding:0;min-height:100%;box-sizing:border-box}
.mega-menu-sub-panel.is-active{display:block}
.mega-menu-sub-panel--has-sub{padding:18px 20px 20px 18px}
.mega-menu-sub-panel--no-sub{background:#fff;padding:18px 20px 20px}
.mega-menu-sub-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,0.88fr);gap:14px 22px;align-items:start}
.mega-menu-sub-lead{margin:0;font-size:24px;font-weight:600;line-height:1.35;color:#333;margin-bottom: 20px;}
.mega-menu-sub-lead2{display: flex;}
.mega-menu-sub-lead2::after {
  content: "";
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-top: 0;
  background-color: var(--public-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform .22s ease,background-color .2s ease;
}
.mega-menu-sub-split-main{min-width:0}
.mega-menu-sub-split-media{position:relative;min-width:0;border-radius:4px;overflow:hidden;background:#e8e8e8;align-self:stretch}
.mega-menu-sub-aside-img{width:100%;height:100%;max-height:min(220px,28vh);min-height:120px;object-fit:cover;display:block;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 18%);mask-image:linear-gradient(90deg,transparent 0%,#000 18%)}
.mega-menu-sub-panel--hub .mega-menu-sub-banner-media img{max-height:min(200px,26vh);width:100%;object-fit:cover}
.mega-menu-sub-split:not(:has(.mega-menu-sub-split-media)){grid-template-columns:1fr}
.mega-menu-sub-list{list-style:none;margin:0;padding:0}
.mega-menu-sub-panel--has-sub .mega-menu-sub-list li{border-bottom:none;display:flex;align-items:center;gap:10px}
.mega-menu-sub-panel--has-sub .mega-menu-sub-list li::before{content:'';flex-shrink:0;width:6px;height:6px;border-right:2px solid #999;border-bottom:2px solid #999;transform:rotate(-45deg);transition:border-color .2s ease}
.mega-menu-sub-panel--has-sub .mega-menu-sub-list li:hover::before{border-right-color:var(--public-color);border-bottom-color:var(--public-color)}
.mega-menu-sub-link{display:block;padding:12px 4px;font-size:15px;line-height:1.45;color:#444;text-decoration:none;transition:color .2s ease;flex:1;min-width:0}
.mega-menu-sub-panel--has-sub .mega-menu-sub-link{font-size:18px;font-weight:400;line-height:1.5;color:#555;padding-left:0}
.mega-menu-sub-link:hover{color:var(--public-color)}
.mega-menu-sub-fallback--banner{margin:0;padding:0}
.mega-menu-sub-banner-link{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,0.88fr);gap:14px 22px;align-items:start}
.mega-menu-sub-banner-link:hover .mega-menu-sub-banner-text{color:var(--public-color)}
.mega-menu-sub-banner-text{display:block;font-size:18px;font-weight:400;line-height:1.5;color:#555;margin:20px 0 0}
.mega-menu-sub-banner-media{display:block;border-radius:6px;overflow:hidden;line-height:0}
.mega-menu-sub-banner-media img{width:auto;height:auto;display:block;}
@media(max-width:1200px){
  .pull-down.pull-down-wide .pull-down-inner.mega-menu-products{grid-template-columns:minmax(150px,30%) minmax(200px,1fr)}
  .mega-menu-sub-split{grid-template-columns:1fr;gap:14px}
  .mega-menu-sub-aside-img{-webkit-mask-image:none;mask-image:none;min-height:160px;max-height:240px}
}
@media(max-width:992px){
  .pull-down.pull-down-wide .pull-down-inner.mega-menu-products{grid-template-columns:1fr;min-height:auto}
  .mega-menu-intro{border-right:none;border-bottom:1px solid #eee}
  .mega-menu-middle{border-right:none;border-bottom:1px solid #eee}
  .mega-menu-sub-split{grid-template-columns:1fr}
}

@media(max-width:768px){
  body{padding-top:50px !important;font-size:14px;}
  .header-mb{background:#000;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid #b3190d;z-index:999}
  .header-mb .container-xl{height:50px;display:flex;}
  .header-mb .top-logo{width:30%;display: flex;align-items:center;}
  .header-mb .top-logo img{height:30px;width:auto;}
  .header-mb .top-mb{display:flex;align-items:center;justify-content:flex-end;flex:1;}
  .header-mb .top-mb>div{min-width:30px;margin-left:10px;}
  .header-mb .top-mb a{color:#fff}
.header-mb .top-mb a.lang-item{color:#333}
  .header-mb .top-mb .dropdown.lang .dropdown-toggle{background:transparent;padding:0}
  .header-mb .top-mb .dropdown-menu{min-width:80px;margin-top:8px}
  .header-mb .top-mb .top-mb-search{padding:.5rem .4rem;margin-left:10px;width:30px;text-align:center}
  .header-mb .top-mb .top-mb-search i{font-size:16px;color:#fff}
  .header-mb .top-mb .icon-bars{color:#fff}
  .header-mb .top-mb .dropdown.lang .dropdown-toggle{color:#fff}
  .top-mb-search-box{display:none;position:fixed;background:#fff;top:50px;padding:6px 15px 10px;box-shadow:2px 2px 4px rgba(0,0,0,0.2);z-index:998;width:100%}
  .top-mb-search-box .search-group{width:100%;height:34px}
  .top-mb-feed i{font-size:16px;color:#fff}
  .mobile-head-item .main-content-wrap{background:#fff;top:0;display:block;z-index:99999}
  .mobile-head-item .main-content-wrap .content-wrap{overflow-y:auto;height:100%;padding:15px 10px;background-color:#fff}
  .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap{overflow-y:hidden}
  .mobile-head-item .side-content-wrap{position:fixed;display:block;right:-78%;width:78%;height:100%}
  .mobile-head-item .middle-content-wrap{position:absolute;right:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden}
  .mobile-head-item .middle-show-content-wrap{top:30px;visibility:visible;opacity:1}
  .head_top .top_left{display:none}
  .head_nav{width:100%;padding:0 5px}
  .head_nav li{padding-left:28px;padding-top:4px;padding-bottom:4px}
  .head_nav li,.head_nav li a{color:#111}
  .head_nav li.has-child{padding-left:28px;margin-top:0;margin-bottom:0}
  .head_nav li.has-child>a{margin-top:3px;margin-bottom:3px;margin-right:35px}
  .head_nav li.has-child>ul{display:none}
  .head_nav li.siblings-no-menu{position:relative;padding-left:15px}
  .head_nav li a{display:block;height:auto;line-height:1.4em;position:relative}
  .head_nav li a:hover{color:inherit}
  .head_nav li em{display:block;height:1.4em;overflow:hidden}
  .head_nav li li{font-size:14px}
  .head_nav li li li{font-size:12px}
  .head_nav li li a{color:#666}
  .head_nav li.has-child a b{display:inline-block;width:15px;height:15px;border:1px solid #111;border-radius:2px;overflow:hidden;line-height:15px;position:absolute;right:-35px;top:1px;-webkit-box-sizing:content-box;box-sizing:content-box}
  .head_nav li.has-child a b:before,.head_nav li.has-child a b:after{content:'';display:block;width:9px;height:1px;background-color:#111;position:absolute;left:3px;top:50%;margin-top:-.5px}
  .head_nav li.has-child a b:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
  .head_nav li.has-child a:hover b{border-color:#111}
  .head_nav>li{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #f2f2f2}
  .head_nav>li>a{font-size:16px;text-transform:uppercase;margin-bottom:-1px;position:relative;text-transform:uppercase;position:relative}
  .head_nav li,.head_nav li.has-child{padding-left:0}
  .head_nav li li,.head_nav li li.has-child{padding-left:15px}
  .head_nav li.active>a>b:after{display:none}
  .head_nav li.active>a>b{background-color:#111}
  .head_nav li.active>a>b:before,.head_nav li.active>a>b:after{background-color:#fff}
  .mobile-ico-close{width:30px;height:30px;background-color:#b3190d;position:absolute;left:-30px;top:0;cursor:pointer}
  .mobile-ico-close .icon{color:#fff;font-size:30px;padding:0 0 0 6px}
  .search-box .form-control{border-radius:20px}
  .search-box .btn{border:1px solid #ced4da;border-radius:20px}
  .search-box .btn.focus{border:1px solid rgb(128,189,255)}
  .search-box .icon{color:#b3190d}
  .main-mask{position:absolute;background-color:#000;opacity:.4;width:100%;height:100vh;z-index:9;display:none}
}



.breadcrumb .breadcrumb-item:first-child::before{content:'';width: 16px;height: 16px;display:inline-block;background:url(../../images/sign-15.webp) no-repeat;margin-right: 10px}
.breadcrumb .breadcrumb-item{display: flex;align-items:center}
.breadcrumb-item+.breadcrumb-item::before{content:">";color:#fff;}
.small-nav .breadcrumb-item+.breadcrumb-item::before{content:">";color:#000;}
.all-banner{position:relative;}
.all-banner>img{width:100%}
.all-banner .banner-text{display: flex;flex-direction: column;}
.all-banner2 .banner-text{align-items: flex-start;max-width:1400px;margin:0 auto;}
.all-banner .small-nav .breadcrumb-item+.breadcrumb-item::before{content:">";color:#fff;}
.main-title{font-size:36px;color:#333333;line-height:48px;font-weight:500;padding-left:40px;position:relative}
.main-title::before{content:'';position:absolute;left:0;transform:translateY(14%);width:2px;height:71px;background-color:var(--public-color)}
.btn-button{color:var(--public-color);background-color:#fff;font-size:16px;line-height:24px;padding:14px 70px;font-weight:500}

.product-showcase{background:linear-gradient(to bottom,rgba(0, 85, 160,0.05) 90%,rgba(0, 85, 160,0))}
.product-showcase .top-search-bar{display:flex;justify-content:center;background:white;border-radius:40px;padding:10px 20px;box-shadow:0px 10px 20px 0px rgba(0,85,160,0.1);margin-top:-40px;z-index:10;position:relative;margin-bottom:50px}
.product-showcase .top-search-bar input{flex:1;border:none;outline:none;padding:10px;font-size:23px;height:60px}
.product-showcase .top-search-bar button{background:transparent;border:none;cursor:pointer;color:var(--public-color)}
.product-showcase .showcase-bottom{display:flex;gap:54px;padding:50px 0 70px}
.product-showcase .showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;letter-spacing:0px}
.product-showcase .showcase-card .product-title{font-size:24px;color:#333333;line-height:43px;font-weight:600;padding-top:20px;display:flex;align-items:center}
.product-showcase .showcase-card .product-title::after{content:'↗';color:var(--public-color);margin-left:15px;border-radius:50%;width:32px;height:32px;display:inline-block;background-color:#fff;display:flex;align-items:center;justify-content:center}
.product-showcase .product-desc{font-size:14px;line-height:22px;color:#999999;margin:10px 0;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.product-showcase .product-list{font-size:14px;color:#666666}
.product-showcase .product-list li::before{content:'✓';color:var(--public-color);margin-right:10px}
.product-showcase .showcase-view{position:relative}
.product-showcase .view-content{position:absolute;top:50%;left:0%;transform:translate(-0%,-50%);width:100%;text-align:center;color:#ffffff;padding:0 35px;}
.product-showcase .view-content .more-title{font-size:28px;line-height:43px;letter-spacing:-.4px}
.product-showcase .view-content p{font-size:14px;line-height:24px;padding:41px 0}
.product-showcase .swiper-container{max-width:1450px;margin:0 auto;overflow:visible;}
.product-showcase .featured-swiper{padding:20px;margin:60px 0 90px;}
.product-showcase .swiper-slide{display:flex;align-items:flex-start;padding:20px;background-color:#ffffff;border-radius:10px;transition:all 0.3s ease;cursor:pointer;gap:10px;min-height:340px;}
.product-showcase .swiper-slide:hover{box-shadow:0px 10px 20px 0px rgba(0,85,160,0.2)}
.product-showcase .swiper-slide img{object-fit:contain}
.product-showcase .slide-num{font-size:16px;color:var(--public-color);font-weight:600;line-height:24px;margin-bottom:5px}
.product-showcase .slide-text{font-size:18px;line-height:32px;color:#333333;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.product-showcase .swiper-button-next,.swiper-button-prev{width:36px;height:36px;background:white;border:none;border-radius:5px;color:var(--public-color);font-size:24px;cursor:pointer;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);z-index:10}
.product-showcase .swiper-button-next::after,.swiper-button-prev::after{font-size:24px}


.key-application-area{background:url(../../images/home-product-7.webp) no-repeat center center;text-align:center;color:#ffffff}
.key-application-area .key-application-title{font-size:36px;line-height:48px;padding-top:100px}
.key-application-area .key-application-text{font-size:16px;line-height:32px;letter-spacing:1px}
.key-application-area .key-area-content{display:flex;gap:30px;padding:60px 0}
.key-application-area .key-area{flex:1;}
.key-application-area .area-name{font-size:24px;line-height:53px;font-weight:500}
.key-application-area .area-text{font-size:16px;line-height:32px;letter-spacing:0px}

.oem-odm-section{padding:110px 0 120px;max-width:1920px;margin:0 auto;background:url(../../images/home-product-13.webp) no-repeat center bottom -55px;position:relative;z-index: 3;overflow:hidden;}
.oem-odm-section .oem-odm-content{padding:100px 0 0;display:flex;gap:110px}
.oem-odm-section .oem-odm-image{position:relative}
.oem-odm-section .oem-odm-image .btn-button{font-size:18px;position:absolute;bottom:45px;left:50%;transform:translateX(-50%);border-radius:4px;line-height:48px;padding:0 68px}
.oem-odm-section .oem-odm-header{display:flex;align-items:center;gap:35px;position:relative;}
.oem-odm-section .oem-odm-header::before{content:'';display: inline-block;width: 100vw;height: 2px;background-color:var(--public-color);position:absolute;bottom:-30px;}
.oem-odm-section .oem-odm-title{font-size:32px;color:var(--public-color);font-weight:500;line-height:43px}
.oem-odm-section .oem-odm-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:35px;padding-top:60px}
.oem-odm-section .oem-odm-item{display: flex;flex-direction: column;gap:20px;}
.oem-odm-section .oem-odm-card{display:flex;gap:18px;align-items:center}
.oem-odm-section .oem-odm-card img{width:32px;height:32px}
.oem-odm-section .oem-card-title{font-size:20px;color:#333333;line-height:43px;font-weight:700}
.company-profile-section{background:linear-gradient(to bottom,#f2f6fa 0%,#f9fbfd 100%);padding:160px 0 0;position:relative;z-index: 1;}
.company-profile-section .profile-section{padding-bottom:80px;text-align:center}
.company-profile-content{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.company-profile-item p{font-size:16px;color:#666666;line-height:30px;margin-top:33px}
.company-profile-item p a{text-decoration: underline;color: var(--public-color);}
.company-profile-num{display:flex;justify-content:space-evenly}
.profile-num{font-size:42px;line-height:48px;color:var(--public-color);padding:40px 0 10px;font-weight:300}
.profile-text{font-size:14px;color:#424242;line-height:24px}
.company-profile-big .profile-big-image{border-radius:12px;overflow:hidden}
.company-profile-big .profile-big-image img{display:block}
.company-profile-small img{display:block;border-radius:12px}
.company-profile-small{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.quality-assurance-section{text-align:center;background:linear-gradient(to bottom,#f9fbfd 100%,#ffffff 100%);padding:120px 0 80px}
.quality-assurance-section .container-xl{max-width:1530px;}
/* Global delivery — Swiper + copy (index) */
.global-delivery-section{position:relative;color:#fff;padding:72px 0;overflow:hidden}
.global-delivery-section::before{content:'';position:absolute;inset:0;left:0;background:url(../../images/home-bg-global.webp) center center no-repeat;pointer-events:none}
.global-delivery-inner{position:relative;z-index:1;max-width:1530px;display:flex;align-items:center;gap:clamp(28px,4vw,56px);box-sizing:border-box}
.global-delivery-carousel{position:relative;flex:1 1 58%;min-width:0;padding:0 48px 36px;box-sizing:border-box}
.global-delivery-swiper.swiper{overflow:hidden;width:100%}
.global-delivery-swiper .swiper-slide{height:auto;box-sizing:border-box}
.global-delivery-slide-img{width:100%;display:block;border-radius:8px;object-fit:cover;aspect-ratio:4/3}
.global-delivery-carousel .swiper-button-prev,.global-delivery-carousel .swiper-button-next{width:44px;height:44px;margin-top:0;top:42%;transform:translateY(-50%);z-index:10;color:#fff;background:transparent;border:none;box-shadow:none;--swiper-navigation-size:30px}
.global-delivery-carousel .swiper-button-prev::after,.global-delivery-carousel .swiper-button-next::after{font-weight:300;font-size:28px}
.global-delivery-carousel .swiper-button-prev{left:0;right:auto}
.global-delivery-carousel .swiper-button-next{right:0;left:auto}
.global-delivery-carousel .swiper-button-disabled{opacity:0.35;cursor:default}
.global-delivery-pagination.swiper-pagination-progressbar{top:auto;bottom:0;left:50%;transform:translateX(-50%);width:min(280px,70%);height:3px;border-radius:2px;background:rgba(255,255,255,0.28)}
.global-delivery-pagination .swiper-pagination-progressbar-fill{background:#fff;border-radius:2px}
.global-delivery-text{flex:1 1 38%;min-width:0;padding:12px 0}
.global-delivery-title{font-size:clamp(26px,2.4vw,40px);font-weight:400;line-height:1.2;color:#fff;margin:0 0 24px}
.global-delivery-desc{font-size:16px;line-height:1.75;color:rgba(255,255,255,0.92);margin:0 0 18px}
.global-delivery-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:28px;padding:12px 32px;border:1px solid rgba(255,255,255,0.95);border-radius:999px;color:#fff;font-size:15px;font-weight:500;text-decoration:none;transition:background .25s ease,color .25s ease,border-color .25s ease}
.global-delivery-btn:hover,.global-delivery-btn:focus-visible{background:#fff;color:#005a9e;border-color:#fff}
.quality-title{font-size:36px;color:#424242;line-height:48px;position:relative;display:inline-block;font-weight:500}
.quality-title::after{content:'';position:absolute;bottom:-26px;left:50%;transform:translateX(-50%);width:70px;height:2px;background-color:var(--public-color)}
.quality-image{padding-top:100px}
.latest-news a{font-size:14px;color:var(--public-color);line-height:30px}

.supply-chain-section{max-width:1920px;margin:0 auto;}
.supply-chain-section .supply-chain-content{display:flex;background-color:#2c9dff;height:auto;padding-bottom:8px;}
.supply-chain-section .supply-chain-content .supply-chain-image{flex:1;}
.supply-chain-section .supply-chain-page{background-image:url(../../images/home-product-21.webp);width:960px;height:auto;padding:50px;color:#ffffff;position:relative;flex:1;display: flex;flex-direction: column;justify-content: center;}
.supply-chain-section .supply-chain-page p{font-size:20px;line-height:48px}
.supply-chain-section .supply-chain-title{font-size:36px;line-height:48px;letter-spacing:1px}
.supply-chain-section .supply-chain-text{margin-top:40px}
.supply-chain-section .chain-item{display:flex;align-items:center;gap:33px;padding:5px}
.supply-chain-section .chain-item .chain-icon{width:45px;height:42px}
.supply-chain-section .chain-text{font-size:16px;line-height:27px;font-weight:400}

.latest-events-section{text-align:center;padding:120px 0}
.supplier-section+.latest-events-section{padding-top:0}
.application-section+.latest-events-section{padding-top:0}
.latest-events-content{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:90px 0 0;text-align:left}
.latest-event-image .latest-news a{font-size:16px;color:#00559f;padding-top:25px;font-weight:500;letter-spacing:0.5px}
.latest-event-title{font-size:22px;color:#333333;line-height:32px;font-weight:500;letter-spacing:0px;padding:5px 0}
.latest-event-date{font-size:14px;line-height:24px}
.latest-event-date img{width:20px;height:18px;margin-right:10px}
.latest-events-section .desc{color:#999;margin: 5px 0 15px;font-size: 15px;line-height: 24px;}


.resources-contact-section{background:#E5EEF5 url(../../images/home-product-25.webp) no-repeat center bottom;min-height:720px;}
.resources-contact-section .resources-contact-content{padding:100px 0;display:flex;gap:102px}
.resources-contact-section .resources-title{font-size:36px;color:#333333;font-weight:500;margin-bottom:56px}
.resources-contact-section .resources-text{font-size:18px;color:#666666;line-height:27px;margin-bottom:46px}
.resources-contact-section .resources-item{background-image:url(../../images/home-product-26.webp);background-repeat:no-repeat;background-position:center;display:flex;justify-content:center;align-items:center;gap:7px;width:648px;height:220px;position:relative}
.resources-contact-section .resources-card-title{position:absolute;top:50%;transform:translateX(20%);font-size:16px;color:#333333;line-height:50px;font-weight:500}
.resources-contact-section .contact-us{width:650px}
.home-form .form-control{padding:10px 20px;border:1px solid #cedeec;}
.resources-contact-section .btn-box button{position:relative;overflow:hidden;background:linear-gradient(90deg,#2c9dff 0%,#00559f 100%);-webkit-appearance:none;appearance:none;color:white;padding:12px 30px;border:none;width:100%;font-size:14px;cursor:pointer;margin-top:10px;letter-spacing:1px}
.resources-contact-section .btn-box button > span{position:relative;z-index:1}
.resources-contact-section .btn-box button::before{content:'';position:absolute;inset:0;background:linear-gradient(to right,#1a75e8,#003d99);opacity:0;transition:opacity 0.35s ease;z-index:0}
.resources-contact-section .btn-box button:hover::before{opacity:1}
.resources-contact-section .btn-box button:hover{color:#fff}
.resources-contact-section .resources ul li{position: relative;padding-left: 35px;margin-top: 10px;}
.resources-contact-section .resources ul li:before{content:"\f00c";font-family: cmsfont;color: var(--public-color);position: absolute;left: 0;}


.footer-content{display:grid;grid-template-columns:450px 470px 1fr;gap:30px;padding:100px 0;color:#666666}
.footer-content .footer-left img{width:219px;height:108px}
.footer-content .footer-text{font-size:16px;line-height:36px;letter-spacing:0px;padding-top:38px}
.footer-content .footer-title{font-size:20px;line-height:32px;color:#333333;font-weight:600;margin-bottom:42px}
.footer-content .footer-center-list{display:flex;flex-wrap:wrap;gap:32px 46px}
.footer-content .footer-center-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;flex-wrap:wrap;gap:0 20px;width:100%}
.footer-content .footer-center-list ul li{flex:1 1 45%;min-width:200px;max-width:48%;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:10px}
.footer-content .footer-center-list ul li a::after{content:'>';margin-left:10px}
.footer-content .footer-item-text{font-size:16px;line-height:36px}
.footer-content .footer-arrow{font-weight:bold}
.footer-content .footer-right-content .footer-part{display:flex;gap:16px}
.footer-content .footer-info{font-size:16px;line-height:36px;letter-spacing:0px;flex:1}

.footer-bottom{background-color:#0055a0;font-size:16px;line-height:25px;color:#ffffff;font-weight:400;padding:15px 0;display:flex;justify-content:space-between;align-items:center}
.footer-bottom .container-xl{display:flex;justify-content:space-between;align-items:center}

@media(max-width:768px){
    .footer-content{grid-template-columns:1fr;gap:40px;padding:48px 0 56px}
    .footer-content .footer-left img{width:auto;max-width:200px;height:auto;display:block}
    .footer-content .footer-text{font-size:14px;line-height:1.55;padding-top:16px;max-width:42em}
    .footer-content .footer-title{font-size:17px;line-height:1.35;margin-bottom:18px}
    .footer-content .footer-center-list{gap:16px}
    .footer-content .footer-center-list ul{flex-direction:column;gap:0;align-items:stretch}
    .footer-content .footer-center-list ul li{flex:none;max-width:none;min-width:0;width:100%;justify-content:flex-start;margin-bottom:8px}
    .footer-content .footer-center-list ul li a{display:inline-block;padding:4px 0}
    .footer-content .footer-right-content{display:flex;flex-direction:column;gap:20px}
    .footer-content .footer-right-content .footer-part{align-items:flex-start;gap:12px}
    .footer-content .footer-icon{flex-shrink:0;width:22px;line-height:0;padding-top:3px}
    .footer-content .footer-icon img{max-width:22px;height:auto;display:block}
    .footer-content .footer-info{font-size:14px;line-height:1.55;word-break:break-word}
    .footer-bottom{padding:14px 0 78px}
    .footer-bottom .container-xl{flex-direction:column;justify-content:center;align-items:center;gap:14px;text-align:center}
    .footer-bottom .copy{font-size:13px;line-height:1.45;padding:0 8px}
    .footer-bottom .all-social{justify-content:center}
}

.all-social{display:flex;gap:10px}
.all-social .hover-1,.all-social .hover-2{background-color:rgba(255,255,255,.5) !important;border:none;color:#fff !important;width:40px;height:40px;font-size:16px !important;display:inline-flex;justify-content:center;align-items:center;border-radius:100%}
.all-social .hover-1::before,.all-social .hover-2::before{font-size:16px;width:inherit}
.reveal-modal-bg{position:fixed;height:100%;width:100%;z-index:1000;display:none;top:0;left:0;background:rgba(00,00,00,0.8)}
.reveal-modal{visibility:hidden;top:150px;left:50%;margin-left:-25%;width:50%;position:absolute;z-index:1001;padding:35px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
.reveal-modal .title{font-size:30px;text-align:center;margin-bottom:25px}
.reveal-modal .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:8px;right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer}
.reveal-modal .form-feedback .btn{color:#fff;background:#9f1919;border-radius:0px;font-size:16px;line-height:22px;padding-top:8px;padding-bottom:8px}
.reveal-modal .form-feedback .btn:hover{background:#003b66;color:#fff}

@media(max-width:768px){
    .reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-45%;width:90%;position:absolute;z-index:1001;padding:25px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
    .reveal-modal .title{font-size:20px;text-align:center;margin-bottom:10px}
}

.popup{font-size:16px;position:fixed;left:50%;top:0%;transform:translate(-50%,-50%);z-index:98;background:linear-gradient(-70deg,#24b66f 0%,#88ca4e 70%);color:#fff;border-radius:10px;padding:15px 25px;display:none;cursor:pointer;box-shadow:0 0 10px -2px #000;opacity:0;transition:.6s all}
.search-group{width:200px;height:32px;overflow:hidden;border:1px solid #f7f7f7;border-radius:5px}
.search-group .form-control{border:none;border-radius:0px;background:transparent;color:#5c5352;height:32px;line-height:32px}
.search-group .form-control::-webkit-input-placeholder{color:#5c5352}
.search-group .btn{background-color:#9f1919;border-radius:0px;height:32px;width:32px;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0}
.search-group i{color:#fff;font-size:1rem}
.oem-banner{height:350px}
.oem-banner img{height:350px}
.banner-title{font-size:42px;letter-spacing:0px;font-weight:700;line-height:55px}
.banner-desc{font-size:18px;text-align:left;max-width:800px;margin: 15px 0 0;}
.oem-banner .banner-text{display:flex;flex-direction:column;color:#ffffff}

.work-steps-section{padding:130px 0;max-width:1920px;margin:0 auto;overflow:hidden}
.oem-timeline{margin-top:80px}
.timeline-container{position:relative;display:flex;justify-content:space-between;align-items:center}
.timeline-container::before{content:'';width:200vw;height:1px;display:inline-block;position:absolute;left:-25%;top:50%;transform:translateY(-50%);background-color:#ccddec}
.timeline-container .timeline-item:nth-child(even){flex-direction:column-reverse}
.timeline-container .timeline-item:nth-child(even) .step-desc{display:flex;align-items:flex-end}
.timeline-container .timeline-item:nth-child(even) .icon-circle::before{bottom:inherit}
.timeline-item{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;width:18%;gap:20px}
.step-icon{position:relative;z-index:3}
.icon-circle{display:flex;align-items:center;justify-content:center;height:160px;position:relative}
.icon-circle::before{content:'';width:1px;height:120px;background-color:#ccddec;position:absolute;bottom:-90px;left:50%;transform:translate(-0%,-50%)}
.icon-circle img{width:160px;height:160px;object-fit:contain;position:relative;z-index:3}
.step-number{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background-color:#5ab4e8;color:white;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:bold;z-index:3}
.step-content{width:100%;position:relative;z-index:3}
.step-content::after{content:'>';font-size:28px;font-weight:bold;color:var(--public-color);position:absolute;top:50%;right:-20px;transform:translateY(-50%)}
.timeline-container .timeline-item:last-child .step-content::after{display:none}
.step-title{font-size:16px;line-height:48px;letter-spacing:0px;color:#ffffff;font-weight:600;background-color:#0055a0;padding:0 40px;border-radius:4px;display:inline-block}
.step-desc{font-size:14px;line-height:30px;letter-spacing:0px;color:#666666;height:160px}
.timeline-arrow{color:var(--public-color);font-size:24px;font-weight:bold;z-index:2;margin:0 10px}
.engineer-support-section{background-image:url(../../images/home-product-36.webp);background-position:center;background-repeat:no-repeat;height:780px;text-align:center}
.engineer-title{font-size:36px;line-height:55px;letter-spacing:-1px;color:#424242;padding:144px 0 60px 0;position:relative;display:inline-block;font-weight:500}
.engineer-title::before{content:'';position:absolute;top:46%;left:46%;width:70px;height:3px;background-color:#0055a0}
.engineer-text{display:flex;justify-content:space-around}
.engineer-card{background-image:url(../../images/home-product-37.webp);background-position:center;background-size:cover;background-repeat:no-repeat;text-align:center;height:324px;width:349px;padding:65px 55px 0 55px}
.engineer-card-title{font-size:18px;line-height:43px;color:#333333;font-weight:500;padding-top:20px}
.engineer-card-text{font-size:14px;line-height:30px;letter-spacing:0px;color:#666666}
.quality-assurance-section1{padding:139px 0}
.quality-assurance-section1 p{font-size:20px;line-height:55px;color:#00559f}
.quality-assurance-section1 .quality-assurance-title{font-size:36px;line-height:55px;color:#333333;font-weight:500;position:relative;display:inline-block}
.quality-assurance-title::after{content:'';position:absolute;top:125%;left:43%;width:70px;height:3px;background-color:#0055a0}
.quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:39px;padding-top:120px}
.quality-card{position:relative}
.card-text-left{position:absolute;top:50%;left:28%;transform:translate(-50%,-50%);text-align:left;width:260px}
.card-text-right{position:absolute;top:50%;left:68%;transform:translate(-50%,-50%);text-align:left;width:260px}
.quality-card-title{font-size:18px;line-height:28px;color:#0156a0;font-weight:600}
.quality-card-desc{font-size:16px;letter-spacing:0px;color:#666666;margin-top:10px}
.product-category{background-color:#f2f6fa;padding-bottom:100px;}
.product-category .category-content{display:flex;gap:60px;padding:80px 0 0 0}
.product-category .top-intro{background-color:#ffffff;box-shadow: 0px 10px 20px 0px rgba(0, 85, 160, 0.05);border-radius:10px;padding:70px 75px;font-size:16px;line-height:28px;letter-spacing:0px;color:#666666;margin-top:-90px;z-index:10;position:relative;}
.product-category+.resource-faq-section{margin-top:120px}

.sidebar{width:100%;max-width:320px;box-sizing:border-box;align-self:flex-start;background:url(../../images/home-product-list-bg.png) no-repeat bottom center,linear-gradient(0deg,rgb(44,157,255) 0%,rgb(0,85,159) 100%);color:#fff;border-radius:10px;padding:70px 35px;box-shadow:0 4px 6px rgba(0,0,0,0.1);flex-shrink:1;flex-grow:0;position:sticky;top:120px;}
.category-title{font-weight:bold;margin-bottom:40px;font-size:24px;letter-spacing:0px}
.menu-item{cursor:pointer;transition:background 0.2s;display:flex;justify-content:space-between;align-items:center;font-size:18px;line-height:48px;letter-spacing:0px;font-weight:500;color:#fff;width: 100%;}
.menu-item::after{content:'>';font-size:22px;transform: rotate(90deg);display:flex;align-items: center;justify-content: center;width: 22px;height: 22px;}
.menu-item.active::after{content:'>';transform: rotate(0);padding-top:6px;}
.menu-item:hover{color:#fff;}

.submenu{display:flex;flex-direction:column;gap:10px;padding:10px 0}
.submenu-item{cursor:pointer;position:relative;transition:color 0.2s;font-size:14px;line-height:32px;letter-spacing:0;padding-right:22px;box-sizing:border-box;opacity:.75;border-bottom:1px solid #fff;transition:all .45s ease;color:#fff;}
.submenu-item.active,.submenu-item:hover{opacity:1;color:#fff}
.submenu-item::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:14px;height:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center / contain}
.submenu-item.active{color:#fff}

/* product-list-one：双列分类导航（布局参考工业站 CATEGORIES，主题色用 --public-color） */
.category-content .sticky{position:sticky;top:120px;max-width: 320px;align-self: flex-start;z-index: 10;width:100%}
.category-content .sticky .faq-button{margin: 20px auto 0;}
.sidebar.sidebar--product-mega{width: 100%; padding:28px 0 32px;position:static;background:#fff;color:#333;box-shadow:0 4px 24px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06);overflow:visible;z-index:12;}
.sidebar.sidebar--product-mega .category-title{color:var(--public-color);text-transform:uppercase;letter-spacing:.06em;font-size:20px;margin:0 24px 20px;padding:0}
.product-mega__layout{position:relative;display:block;min-height:0}
.product-mega__primary{width:100%;min-width:0;box-sizing:border-box}
.product-mega__row{border-bottom:1px solid #ededed}
.product-mega__row:last-child{border-bottom:none}
.product-mega__primary-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px 14px 15px;font-size:15px;font-weight:500;line-height:1.35;color:#333;text-decoration:none;border-left:3px solid transparent;transition:background .2s ease,border-color .2s ease,color .2s ease}
.product-mega__primary-link:hover,.product-mega__row:hover .product-mega__primary-link{color:#222}
.product-mega__row:hover .product-mega__primary-link,.product-mega__primary-link.is-active-route{background:rgba(0,85,160,.07);border-left-color:var(--public-color)}
.product-mega__chevron{flex-shrink:0;width:16px;height:16px;margin-left:8px;opacity:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%230055a0' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' d='M9 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center/contain}
.product-mega__primary-link:hover .product-mega__chevron,.product-mega__row:hover .product-mega__chevron{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%2300478f' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' d='M9 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center/contain}
.product-mega__panel-wrap{position:absolute;left:100%;top:0;margin-left:0;width:260px;max-width:0;min-width:0;box-sizing:border-box;padding:0;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);border-left:none;box-shadow:8px 12px 28px rgba(0,0,0,.12);opacity:0;visibility:hidden;pointer-events:none;z-index:20;transition:max-width .28s ease,opacity .22s ease,visibility .2s,pointer-events 0s linear .2s,box-shadow .28s ease,height .2s ease,top .2s ease}
.product-mega__layout.is-panel-open .product-mega__panel-wrap{width:100vw;max-width:350px;min-width:350px;padding:12px 20px 20px 22px;opacity:1;visibility:visible;pointer-events:auto;border-left:1px solid rgba(0,0,0,.08);transition:max-width .28s ease,opacity .22s ease,visibility .2s,pointer-events 0s,height .2s ease,top .2s ease}
.product-mega__panel{position:absolute;left:0;right:0;top:0;bottom:auto;height:auto;padding:10px;box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
.product-mega__panel--has-children.is-visible{opacity:1;visibility:visible;pointer-events:auto}
.product-mega__panel-list{display:flex;flex-direction:column;gap:4px}
.product-mega__sublink{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;padding:10px;font-size:14px;line-height:1.4;color:#555;text-decoration:none;border-radius:2px;transition:color .2s ease,background .2s ease;overflow-wrap:break-word;word-break:break-word}
.product-mega__sublink::after{content:'';flex-shrink:0;width:14px;height:14px;opacity:.5;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center/contain}
.product-mega__sublink:hover{color:var(--public-color);background:rgba(0,85,160,.04)}
.product-mega__sublink:hover::after{opacity:.65}
.product-mega__sublink.is-active{color:var(--public-color);font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}

.main-content{flex-grow:1;border-radius:8px;position: relative;}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:31px}
.product-card{border:1px solid transparent;border-radius:8px;box-sizing:border-box;padding:20px;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;height:100%;transition:border-color .25s ease,box-shadow .25s ease}
.img-container{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:15px}
.product-card img{max-width:100%;max-height:100%;object-fit:contain}
.divider{width:100%;height:1px;background-color:#ccc;margin:15px 0;transition:background-color .25s ease;position:relative;}
.divider-sku{position: absolute;left:0;bottom: 0;color: var(--public-color);font-size: 14px;}
.product-name{font-size:18px;color:#333;line-height:1.5;text-align:left;width:100%;transition:color .25s ease}
.product-card:hover{border-color:#0056b3;box-shadow:0 10px 28px rgba(0,86,179,0.14)}
.product-card:hover .divider{background-color:#0056b3}
.product-card:hover .product-name{color:#0056b3}
.supplier-section{background-color:#f2f6fa;margin:0 0 100px 0;}
.supplier-section .supplier-section-box{max-width:1920px;margin:0 auto;}
.supplier-section .supplier-page{display:flex}
.supplier-section .supplier-image{flex:1;max-width:790px;}
.supplier-section .supplier-card{flex:1;background:url(../../images/home-product-46.webp) no-repeat center center;color:#fff;display:flex;flex-direction:column;justify-content:center}
.supplier-section .supplider-card-content{padding-left:100px}
.supplier-section .supplier-title{font-size:32px;line-height:48px;letter-spacing:-1px;position:relative;padding-left:37px;max-width:520px;}
.supplier-section .supplier-title::before{content:'';position:absolute;left:0;transform:translateY(14%);width:3px;height:71px;background-color:#ffffff}
.supplier-section .supplier-text{padding-top:30px;font-size:16px;line-height:30px;letter-spacing:0px;font-weight:300;max-width:520px}

.custom-service-section2{background:#fff;}
.custom-service-section2 .custom-services-content{padding:40px 0;min-height:inherit}
.custom-service-section{background:url(../../images/home-product-48.webp) no-repeat center}
.custom-services-content{display:flex;gap:100px;min-height:540px;align-items:center}
.custom-services-content .custom-part .custom-title{margin-bottom: 30px;}

.custom-part{flex:1}
.custom-title{font-size:36px;line-height:48px;color:#333333;padding-left:37px;position:relative;font-weight:500}
.custom-title::before{content:'';position:absolute;left:0;transform:translateY(-14%);width:2px;height:71px;background-color:var(--public-color)}
.custom-text{font-size:16px;line-height:30px;letter-spacing:0px;color:#666666;padding:30px 0}
.custom-list{font-size:16px;line-height:30px;padding-top:0;}
.custom-list ul{list-style:none;padding-left:0;margin:0}
.custom-list ul li{position:relative;padding-left:46px;color:#666666;margin:10px 0}
.custom-list li::before{content:'';position:absolute;left:0;top:0.12em;width:26px;height:26px;background:var(--custom-list-icon,url(../../images/sign-22.webp)) center/contain no-repeat}
.custom-text.custom-list ul li{display:flex;align-items:flex-start;gap:10px;padding-left:0;margin:10px 0}
.custom-text.custom-list ul li::before{content:"";flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:0.32em;position:static;left:auto;top:auto;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' aria-hidden='true'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23014099'/%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5.5 10.2 8.5 13.2 14.5 6.8'/%3E%3C/svg%3E") center/contain no-repeat}
.custom-list strong{color:#333333;font-weight:600}

.custom-services-images{position:relative}
.custom-services-images .faq-button{position:absolute;top:80%;left:50%;transform:translate(-50%,-50%)}
.faq-button:hover{text-decoration: underline;}
.material-function-section{background:url(../../images/home-product-50.webp) repeat-x bottom}
.material-function-content{padding:146px 0 280px 0;display:flex;align-items:center;gap:90px}
.material-part{flex:1}
.custom-icon{display:flex;gap:20px}
.manufacturing-section{background-color:#eaf1f7}
.manufacturing-content{padding-bottom:114px;display:flex;gap:50px;padding:140px 0 114px 0}
.manufacturing-content h2{font-size:36px;line-height:48px;color:#333333;padding-left:37px;position:relative;font-weight:500}
.manufacturing-content h2::before{content:'';position:absolute;left:0;transform:translateY(-14%);width:2px;height:71px;background-color:var(--public-color)}
.manufacturing-content p{font-size:16px;line-height:30px;letter-spacing:0px;color:#666666}
.manufacturing-page .custom-text{padding:30px 0 0 0}
.manufacturing-title{font-size:22px;line-height:30px;letter-spacing:0px;color:#333333;font-weight:600;padding:33px 0 10px 0}
.manufacturing-text{font-size:16px;line-height:30px;letter-spacing:0px;color:#666666}
.application-section{background-image:linear-gradient(to bottom,#eaf1f7,#ffffff);padding:140px 0 160px 0;text-align:center}
.application-grid{display:flex;padding-top:100px;gap:40px}
.application-card{position:relative;flex:1;min-width:0;overflow:hidden;border-radius:8px}
.application-card img{display:block;width:100%;height:auto}
.application-card::before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:1;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.22) 22%,rgba(255,255,255,0.5) 42%,rgba(40,40,40,0.72) 68%,rgba(0,0,0,0.94) 100%)}
.application-card::after{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:1;opacity:0;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.28) 24%,rgba(255,255,255,0.48) 44%,rgba(0,85,160,0.7) 72%,rgba(0,85,160,0.97) 100%);transition:opacity .55s cubic-bezier(.4,0,.2,1)}
.application-card:hover::after{opacity:1}
.application-title{position:absolute;bottom:10%;width:100%;font-size:18px;line-height:48px;letter-spacing:0px;color:#fff;text-align:center;z-index:2}
.application-title::before{content:'';position:absolute;left:50%;transform:translateX(-50%);width:380px;height:1px;background-color:#ffffff;opacity:0.6}

.resource-faq-section .resources-title{font-size:36px;color:#fff;font-weight:500;margin-bottom: 40px;}
.resource-faq-section .resources-text{font-size:18px;line-height:28px;color:#ffffff;margin-bottom:60px}
.resource-faq-section .faq-title{margin-bottom:50px}
.resource-faq-section .resources-faq-content{display:flex;align-items:center;gap:90px;max-width:1920px;margin:0 auto;}
.resource-faq-section .resources-part{background:url(../../images/home-product-57.webp) #072a56 no-repeat top right;max-width:800px;flex:1;display: flex;justify-content: flex-end;}
.resource-faq-section .rsources-article{padding:100px 100px 100px 0 ;min-height:700px;max-width:540px;display: flex;flex-direction: column}
.resource-faq-section .resources-card{display:flex;gap:32px;align-items:center;padding:10px 0;background-color:#0b3662;border:1px solid #072a56;border-radius:4px}
.resource-faq-section .resources-card:hover{background-image:linear-gradient(90deg,#00559f 0%,#2c9dff 100%),linear-gradient(#2c9cfe,#2c9cfe)}
.resource-faq-section .resources-card .choose-title{color: #fff;}
.resource-faq-section .resources-icon{width:60px;height:60px;margin-left:30px}
.resource-faq-section .resources-choose{width:330px;display:flex;justify-content:space-between;padding-right:40px}
.resource-faq-section .choose-title a{font-size:24px;line-height:50px;letter-spacing:0px;color:#ffffff;font-weight:300}
.resource-faq-section .create-solution{text-align:center}
.resource-faq-section .create-solution-content{padding:80px 0}
.resource-faq-section .create-title{font-size:36px;line-height:48px;color:#333333;padding-left:37px;position:relative;font-weight:500;display: flex;align-items: center;justify-content: center;}
.resource-faq-section .create-title::before{content:'';width:3px;height:71px;background-color:var(--public-color);display: inline-block;margin-right: 30px}
.resource-faq-section .create-solution-content .create-p{font-size:16px;line-height:30px;letter-spacing:0px;color:#666666;padding-top:40px}
.resource-faq-section .faq-right{max-width:780px;height:100%}

/* 产品中心页 product-index */
.create-solution{text-align:center}
.create-solution-content{padding:140px 0}
.create-title{font-size:36px;line-height:48px;color:#333333;padding-left:37px;position:relative;font-weight:500}
.create-title::before{content:'';position:absolute;left:32%;transform:translateY(-14%);width:3px;height:71px;background-color:var(--public-color)}
.create-solution-content .create-p{font-size:16px;line-height:30px;letter-spacing:0;color:#666666;padding-top:40px}

.product-categories{max-width:1920px;margin:0 auto}
.product-categories-text{background-color:#0055a0;height:181px;padding:63px 0 93px 0;text-align:center}
.product-categories-title{font-size:36px;line-height:48px;letter-spacing:-1px;color:#ffffff;position:relative;display:inline-block}
.product-categories-title::after{content:'';position:absolute;top:125%;left:43%;width:71px;height:3px;background-color:#ffffff}
.product-categories .categories-card{display:flex;align-items:center}
.product-categories .categories-card:nth-child(even){flex-direction:row-reverse}
.product-categories .categories-card-image{flex:1}
.product-categories .categories-card-intro{text-align:center;margin:0 auto;flex:1;min-width:0;max-width:100%}
.product-categories .categories-summary{padding: 0 30px;}
.product-categories .categories-title{font-size:36px;line-height:48px;color:#333333;margin-bottom:20px;font-weight:500}
.product-categories .categories-card-intro p{font-size:16px;line-height:30px;letter-spacing:0px;color:#666666;margin-bottom:35px}
.product-categories .categories-ex{display:flex;flex-direction:column;justify-content: center;}
.product-categories .categories-part{display:flex;justify-content:center;gap:40px;margin-top:20px}
.product-categories .categories-part .ex-title{font-size:20px;line-height:32px;letter-spacing:0px;color:#333333;margin-top:20px;font-weight:500}
/* 产品子分类 Swiper：>4 项时一排四卡；限制占位避免撑满半屏宽高 */
.product-categories .categories-part--swiper{
  position:relative;margin-top:28px;display:block;box-sizing:border-box;width:100%;max-width:min(980px,100%);margin-left:auto;margin-right:auto;padding:0 30px;
}
.product-categories .categories-part--swiper .categories-sub-swiper.swiper{width:100%!important;max-width:100%;height:auto!important;min-height:0;margin:0;padding:0;overflow:hidden}
.product-categories .categories-part--swiper .swiper-wrapper{align-items:flex-start}
.product-categories .categories-part--swiper .swiper-slide{height:auto!important;box-sizing:border-box;display:flex;justify-content:center;align-self:flex-start}
.product-categories .categories-part--swiper .swiper-slide .categories-ex{width:100%;max-width:100%}
.product-categories .categories-part--swiper .ex-img{
  display:flex;align-items:center;justify-content:center;line-height:0;overflow:hidden;}
.product-categories .categories-part--swiper .ex-img img{
  width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;display:block;
  object-fit:contain;transition:transform .35s ease,opacity .25s ease
}
.product-categories .categories-part--swiper .ex-img:hover img{transform:scale(1.03)}
.product-categories .categories-part--swiper .swiper-slide .ex-title{font-size:20px;line-height:28px;display:block;text-decoration:none;transition:color .25s ease}
.product-categories .categories-part--swiper .swiper-slide .ex-title:hover{color:var(--public-color)}
.product-categories .categories-part--swiper .swiper-button-prev,
.product-categories .categories-part--swiper .swiper-button-next{width:48px;height:48px;margin-top:0;top:38%;transform:translateY(-50%);z-index:10;--swiper-navigation-size:0;background:#fff;border:1px solid #ddd;border-radius:50%;box-shadow:0 2px 14px rgba(0,0,0,.07);transition:background .25s ease,box-shadow .25s ease,color .25s ease,border-color .25s ease;cursor:pointer}
.product-categories .categories-part--swiper .swiper-button-prev::after,.product-categories .categories-part--swiper .swiper-button-next::after{font-family:'cmsfont','CmsFont',sans-serif;color:#333;font-weight:600;font-size:28px;line-height:1;text-align:center;display:block;margin:0;width:auto;height:auto;background:none}
.product-categories .categories-part--swiper .swiper-button-prev::after{content:"\f104"}
.product-categories .categories-part--swiper .swiper-button-next::after{content:"\f105"}
.product-categories .categories-part--swiper .swiper-button-prev{left:-4px;right:auto}
.product-categories .categories-part--swiper .swiper-button-next{right:-4px;left:auto}
.product-categories .categories-part--swiper .swiper-button-prev:hover,.product-categories .categories-part--swiper .swiper-button-prev:focus-visible,
.product-categories .categories-part--swiper .swiper-button-next:hover,.product-categories .categories-part--swiper .swiper-button-next:focus-visible{background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.12);border-color:#ccc}
.product-categories .categories-part--swiper .swiper-button-prev:hover::after,.product-categories .categories-part--swiper .swiper-button-prev:focus-visible::after,
.product-categories .categories-part--swiper .swiper-button-next:hover::after,.product-categories .categories-part--swiper .swiper-button-next:focus-visible::after{color:var(--public-color)}
.product-categories .categories-part--swiper .swiper-button-disabled{opacity:.32;cursor:default}
@media(max-width:991px){
.product-categories .categories-part--swiper{padding:0 clamp(40px,12vw,56px);margin-top:22px}
.product-categories .categories-part--swiper .swiper-button-prev,.product-categories .categories-part--swiper .swiper-button-next{width:40px;height:40px;top:36%}
.product-categories .categories-part--swiper .swiper-button-prev::after,.product-categories .categories-part--swiper .swiper-button-next::after{font-size:24px}
.product-categories .categories-part--swiper .swiper-slide .ex-title{font-size:18px;line-height:26px}
}



.about-banner{height:350px}
.about-banner img{height:350px}
.about-banner .banner-text{display:flex;flex-direction:column;text-align:left;position:absolute;left:0;width:100%;z-index:1;padding-left:15px}
.about-banner .banner-text .small-nav{position:relative;top:-50%}
.about-banner .banner-text .small-nav{}
.profile-company-section{padding:160px 0}
.profile-content{display:flex;align-items:center;gap:120px}
.profile-text{flex:1;text-align:left}
.profile-text .custom-title{margin-bottom:50px}
.profile-text p{font-size:16px;line-height:30px;letter-spacing:0px;color:#666666;margin-bottom:15px}
.service-oriented-section{background-color:#f3f7fb;padding:112px 0;text-align:center}
.service-oriented-section p{font-size:20px;line-height:55px;letter-spacing:0px;color:#0156a0}
.service-oriented-title{font-size:36px;line-height:55px;letter-spacing:-1px;color:#424242;position:relative;display:inline-block;font-weight:500}
.service-oriented-title::after{content:'';position:absolute;top:125%;left:43%;width:70px;height:3px;background-color:#0055a0}
.service-oriented-content{display:grid;grid-template-columns:repeat(4,1fr);padding-top:100px;text-align:left;gap:40px}
.oriented-title{font-size:20px;line-height:43px;color:#333333;font-weight:600;padding:15px 0}
.service-oriented-text:hover .oriented-title{color:#00559f}
.oriented-text{font-size:16px;line-height:30px;letter-spacing:0px;color:#666666}
.service-oriented-text:hover .oriented-text{color:#333333}
.service-oriented-text{padding:0 10px 30px 10px;transition:all 0.3s ease}
.service-oriented-text:hover{background-color:#fff;border-radius:8px;box-shadow:0px 20px 60px 0px rgba(0,85,160,0.08)}
.design-manufacture-content{display:flex;align-items:center;gap:120px;padding:146px 0}
.gallery-section{padding:0 0 180px 0;background-color:white}
.gallery-header{display:flex;justify-content:space-between;align-items:center}
.gallery-container{width:100%;max-width:1920px;margin:0 auto;overflow:hidden}
.gallery-controls{display:flex;align-items:center;gap:20px}
.gallery-prev,.gallery-next{width:40px;height:40px;border:1px solid var(--public-color);background-color:white;color:var(--public-color);font-size:20px;font-weight:bold;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;border-radius:4px}
.gallery-prev:hover,.gallery-next:hover{background-color:var(--public-color);color:white}
.gallery-indicator{font-size:16px;color:#666}
.gallery-container{overflow:hidden}
.gallery-slides{position:relative;padding-top:114px}
.gallery-slide{display:none}
.gallery-slide.active{display:block}
.gallery-images{display:flex;gap:20px}
.gallery-image-item{flex:1;overflow:hidden;border-radius:10px}
.gallery-image-item img{width:100%;object-fit:cover}
.reliable-supply-section{background-image:url(../../images/home-product-80.webp);background-repeat:no-repeat;background-position:center;padding:170px 0 253px 0;text-align:center;margin:0 auto;height:100%}
.reliable-supply-content{padding:0 200px}
.reliable-supply-content p{font-size:18px;line-height:55px;letter-spacing:0px;color:#0156a0;font-weight:500}
.reliable-supply-title{font-size:36px;line-height:55px;color:#424242;font-weight:500}
.reliable-supply-text{font-size:16px;line-height:30px;letter-spacing:0px;color:#666666;padding:30px 0}
.reliable-solution a{text-decoration:underline solid 1px #0156a0}
.details-all-content{display:flex}
.details-all-content .details-left{width:100%}
.details-all-content .product-details-content{width:100%}
.details-right{flex:1;transition:all 0.3s ease;}
.details-right{position:fixed;top:20%;right:1%;z-index:10;width:200px;height:400px;background-image:linear-gradient(0deg,#2c9dff 0%,#00559f 100%),linear-gradient(#ffffff,#ffffff);box-shadow:0px 0px 30px 0px rgba(51,51,51,0.1);border-radius:6px;padding:20px}
.details-code-title{font-size:16px;line-height:20px;letter-spacing:0px;color:#ffffff}
.details-right .all-social{display:flex;gap:5px;padding:10px 0}
.details-right .social span,.details-right .social a{width:27px;height:27px}
.details-right .details-code-img{background-color:#fff;margin:10px 0}
.details-right .details-code-img img{padding:10px}
.details-right .details-code-text{font-size:13px;line-height:20px;letter-spacing:0px;color:#ffffff;font-weight:300}
@media(max-width:1530px){
  .details-right{right:-260px;}
}
.product-details .small-nav{padding-top:10px}
.product-details .small-nav ul li a{color:#666666}
.product-details .small-nav ul li:not(:first-child)::before{content:">";font-family:'Poppins';font-weight:400;font-size:14px;line-height:14px;padding:0 15px;color:#666666;position:static}
.product-details-contnet{display:flex;gap:90px;padding-top:60px}
.product-details-image-intro{width:100%;max-width:700px;margin-bottom:16px;font-size:16px;line-height:1.6;color:#666}
.details-img-intro{width:700px;height:551px;background-color:#f2f6fa;border-radius:10px;display:flex;justify-content:center;align-items:center}
.details-img-intro.product-details-main-swiper{display:block;overflow:hidden;mix-blend-mode:multiply;}
.details-img-intro.product-details-main-swiper .swiper-wrapper{mix-blend-mode:multiply;}
.details-img-intro.product-details-main-swiper .swiper-wrapper .swiper-slide{}
.product-details-thumbs-swiper{width:100%;max-width:700px;margin-top:30px}
.product-details-thumbs-swiper .swiper-slide{width:160px;height:160px;border-radius:10px;background-color:#f2f6fa;overflow:hidden;cursor:pointer;border:2px solid transparent;box-sizing:border-box;transition:border-color .3s ease}
.product-details-thumbs-swiper .swiper-slide-thumb-active{border-color:#1e73d8}
.product-details-thumbs-swiper .swiper-slide img{width:100%;height:100%;padding:15px;object-fit:contain;display:block;mix-blend-mode:multiply;}
.product-details-contnet .swiper-slide{display: flex;align-items: center;justify-content: center;}
.product-details-contnet .swiper-slide>img{width:auto !important}

.product-details-info{min-width:300px}
.product-details-info .product-details-model{font-size:18px;line-height:28px;letter-spacing:0px;color:#0156a0;margin-bottom:8px}
.product-details-info .product-details-title{font-size:32px;line-height:38px;letter-spacing:0px;color:#333333;margin-bottom:20px;font-weight:500}
.product-details-info .product-details-description{font-size:16px;line-height:28px;letter-spacing:0px;color:#666666;margin-bottom:40px}
.details-all-content{display:flex;gap:30px}
.product-details-tabs{padding:152px 0}
.details-tab{display:flex;justify-content:flex-start;background-color:#f2f6fa;position:sticky;top:102px;z-index: 2;}
.product-details-tab{font-size:16px;line-height:48px;letter-spacing:0px;color:#0156a0;font-weight:500;padding:10px 40px;border:none;user-select:none;-webkit-user-select:none}
.product-details-tab.active{color:#ffffff;background-image:linear-gradient(90deg,#00559f 0%,#2c9dff 100%),linear-gradient(#0156a0,#0156a0);text-decoration:underline}
.details-title{font-size:32px;line-height:42px;color:#333333;padding-left:41px;position:relative;margin:60px 0;font-weight:500}
.details-title::before{content:'';position:absolute;left:0;transform:translateY(7%);width:2px;height:40px;background-color:var(--public-color)}
.details-part p,.details-text p{font-size:16px;line-height:28px;color:#666666}
.details-text strong{font-size:16px;line-height:28px;color:#0156a0;font-weight:500}

/* CMS 富文本内规格表：多列时横向滚动，避免挤压变形 */
.details-rich,.details-part > div:has(table){overflow-x:auto;-webkit-overflow-scrolling:touch;margin:20px 0 32px;border-radius:8px;scrollbar-color:#c5d4e2 #f2f6fa}
.details-rich::-webkit-scrollbar,.details-part > div:has(table)::-webkit-scrollbar{height:8px}
.details-rich::-webkit-scrollbar-track,.details-part > div:has(table)::-webkit-scrollbar-track{background:#f2f6fa;border-radius:4px}
.details-rich::-webkit-scrollbar-thumb,.details-part > div:has(table)::-webkit-scrollbar-thumb{background:#c5d4e2;border-radius:4px}

.details-part table{width:100%;min-width:720px;border-collapse:collapse;border:1px solid #cfdae6;background:#fff;font-variant-numeric:tabular-nums;margin:40px 0}
.details-part table thead th{font-size:14px;line-height:1.35;background-color:#0156a0;color:#fff;font-weight:500;padding:12px 10px;text-align:left;vertical-align:bottom;border:1px solid #014a8a;white-space:nowrap}
.details-part table thead th:first-child{position:sticky;left:0;z-index:2;box-shadow:4px 0 8px -4px rgba(1,86,160,.35)}
.details-part table tbody td{padding:10px 12px;border:1px solid #d8e2ec;font-size:15px;line-height:1.45;color:#555;vertical-align:middle}
.details-part table tbody td:first-child{font-weight:500;color:#333;background:#fafcfd;position:sticky;left:0;z-index:1;box-shadow:4px 0 8px -4px rgba(0,0,0,.08);min-width:12em;max-width:280px;white-space:normal}
.details-part table tbody tr:nth-child(even) td{background-color:#f6f9fc}
.details-part table tbody tr:nth-child(even) td:first-child{background-color:#eef4f8}
.details-part table tbody tr:hover td{background-color:#eef6ff}
.details-part table tbody tr:hover td:first-child{background-color:#e4f0fc}

.details-resource-header{margin-top:20px;font-size:16px;line-height:1.45;font-weight:500;color:#333;padding:14px 24px;background:linear-gradient(180deg,#f2f6fa 0%,#e8eef5 100%);border:1px solid #cfdae6;border-bottom:none;border-radius:8px 8px 0 0}
.details-resource-list{border:1px solid #cfdae6;border-top:none;border-radius:0 0 8px 8px;overflow:hidden;background:#fff}
.details-resource-item{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 24px;border-bottom:1px solid #e5edf5}
.details-resource-item:last-child{border-bottom:none}
.details-resource-name{font-size:16px;line-height:1.45;color:#555;font-weight:400}
.details-resource-item .download-link{flex-shrink:0;font-size:15px;color:#0156a0;text-decoration:underline;font-weight:600;cursor:pointer;transition:color .2s ease}
.details-resource-item .download-link:hover{color:#0a58ca}
.details-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.details-grid .product-card{border:solid 1px #dddddd}
.details-grid .product-card:hover{border-color:var(--public-color)}
.details-grid .product-name{font-size:18px;line-height:30px;letter-spacing:0px;color:#333333;font-weight:500}

/* 产品列表弹窗详情（product-list-tk）：宽度 / 纵向上下排版 / 单图无轮播 */
.product-quick-detail-modal.reveal-modal{width:min(900px,94vw);left:50%!important;right:auto;margin-left:0!important;transform:translateX(-50%);padding:28px 32px 36px;max-height:70vh;overflow-y:auto;box-sizing:border-box}
.product-quick-detail-modal .product-details{padding-top:0}
.product-quick-detail-modal .product-details-contnet{display:flex;flex-direction:column;align-items:stretch;gap:28px;padding-top:24px;width:100%;box-sizing:border-box}
.product-quick-detail-modal .product-details-image{width:100%;max-width:100%}
.product-quick-detail-modal .product-details-info{width:100%;min-width:0;max-width:100%}
.product-quick-detail-modal .details-img-intro.product-details-main-swiper,
.product-quick-detail-modal .product-modal-main-swiper.details-img-intro{width:100%;max-width:100%;height:auto;min-height:200px;max-height:none}
.product-quick-detail-modal .product-details-main-swiper .swiper-slide{min-height:0;display:flex;align-items:center;justify-content:center}
.product-quick-detail-modal .product-details-main-swiper .swiper-slide>img{max-height:280px;width:auto!important;max-width:100%;height:auto;object-fit:contain}
.product-quick-detail-modal .product-details-thumbs-swiper{width:100%;max-width:100%;margin-top:16px}
.product-quick-detail-modal .product-details-thumbs-swiper .swiper-slide{width:96px!important;height:96px!important}
.product-quick-detail-modal .product-details-thumbs-swiper .swiper-slide img{padding:10px!important}
.product-quick-detail-modal .product-details-tabs{padding:28px 0 40px}
.product-quick-detail-modal .details-tab{position:relative;top:auto;flex-wrap:wrap;box-shadow:none}
.product-quick-detail-modal .close-reveal-modal{z-index:3}
.product-detail-modal__fullink{display:inline-block;margin-top:16px;font-size:14px;color:#0156a0;text-decoration:underline}
.product-quick-detail-modal .product-modal-single-img-wrap{width:100%;max-width:100%;min-height:200px;background-color:#f2f6fa;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}
.product-quick-detail-modal .product-modal-single-img{max-height:280px;width:auto;max-width:100%;height:auto;object-fit:contain;display:block;mix-blend-mode:multiply}
.blog-section{padding:150px 0 0 0}
.blog-top{display:flex;justify-content:space-between}
.blog-top .custom-title{font-weight:400}
.blog-grid{padding-top:80px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog-date{display:flex;align-items:center;gap:16px;padding:10px 0}
.blog-title a,a.blog-title{font-size:22px;line-height:32px;letter-spacing:-1px;color:#333333;text-decoration:none;font-weight:600}
.blog-title a:hover,a.blog-title:hover{color:var(--public-color)}
.blog-text{font-size:16px;line-height:28px;letter-spacing:0px;color:#666666;padding:20px 0 30px 0}
.news-big-title{font-size:42px;line-height:43px;letter-spacing:-1px;color:#333333;font-weight:800;padding:50px 0}
.pagination{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:80px}
.page-btn{width:50px;height:50px;border:2px solid #e5eef5;background:#e5eef5;color:#0055a0;font-weight:bold;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;text-decoration:none;border-radius:4px}
.page-btn.active{background:#0055a0;border-color:#0055a0;color:white}
.page-btn:hover:not(.active){background:#0055a0;border-color:#0055a0;color:#ffffff}
.certifaction-section{padding-top:140px}
.certifaction-nav-tabs{display:flex;background-image:url(../../images/home-product-92.webp);background-repeat:no-repeat;background-position:center;background-size:cover;overflow:hidden;margin-bottom:30px}
.certifaction-nav-item{margin:20px 5px 20px 20px;padding:10px 50px;font-size:18px;letter-spacing:0px;color:#ffffff;cursor:pointer;transition:all 0.3s;text-decoration:none;font-weight:300;position:relative}
.certifaction-nav-item::after{content:"";position:absolute;left:40px;bottom:8px;width:240px;height:0.5px;background-color:#ffffff;font-weight:200;transform:scaleY(0);transform-origin:bottom;transition:transform 0.3s ease}
.certifaction-nav-item:hover::after,.certifaction-nav-item.active::after{transform:scaleY(1)}
.certifaction-nav-item img{margin-left:60px;width:21px;height:18px}
.certifaction-nav-item:hover{background:rgba(255,255,255,.2);color:#fff}
.certifaction-nav-item.active{background-image:linear-gradient(90deg,#00559f 0%,#2c9dff 100%),linear-gradient(#2c9cfe,#2c9cfe);color:#ffffff}
.certifaction-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding-top:100px}
.cert-card{padding:30px;text-align:center;background:#fff}
.cert-image{margin-bottom:30px}
.cert-card .divider{width:100%;height:1px;background-color:#333333;opacity:0.2}
.cert-title{font-size:16px;line-height:30px;letter-spacing:0px;color:#333333;font-weight:500;margin-top:20px}
.cert-card:hover{background-color:#f2f6fa}
.cert-card:hover .divider{background-color:#00559f;opacity:1}
.cert-card:hover .cert-title{color:#00559f}
.certifaction-pagination{display:flex;justify-content:flex-end;margin-top:80px;list-style:none}
.certifaction-pagination li{margin:0 5px}
.certifaction-pagination a{display:flex;justify-content:center;align-items:center;width:50px;height:50px;line-height:35px;border:1px solid #ddd;color:#333;text-decoration:none;cursor:pointer;transition:all 0.2s;background-color:#e5eef5;border-radius:4px}
.certifaction-pagination a:hover{background-color:#f0f0f0}
.certifaction-pagination a.active{background-color:#0056b3;color:#fff;border-color:#0056b3}
.hidden{display:none}

.catalog-download{padding:20px 0 0;background:#fff}
.catalog-download .catalog-download-inner{max-width:1920px}
.catalog-download .catalog-download-content{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(32px,5vw,88px);padding:48px 0 72px;max-width:1400px;margin:0 auto}
.catalog-download .catalog-download-img{flex:1 1 42%;min-width:0;max-width:560px}
.catalog-download .catalog-download-img img{width:100%;height:auto;display:block;border-radius:12px}
.catalog-download .catalog-download-text{flex:1 1 50%;min-width:min(100%,300px);max-width:560px}
.catalog-download .catalog-download-text>p{margin:0 0 28px;font-size:17px;line-height:1.65;color:#555}
.catalog-download .catalog-download-text .form-feedback .form-control{border-radius:6px}
.catalog-download .catalog-download-text .form-feedback .btn-box{padding-top:4px}
.catalog-download .footer-top-solid.catalog-download-footer-bar{width:100%;height:3px;background-color:#0156a0;margin-top:clamp(48px,10vw,160px)}

@media(max-width:992px){
  .catalog-download .catalog-download-content{flex-direction:column;align-items:stretch;padding:32px 0 48px}
  .catalog-download .catalog-download-img{max-width:none}
  .catalog-download .catalog-download-text{max-width:none}
}
.inner-page-section{padding:60px 0;background-color:white}
.inner-page-title{font-size:36px;line-height:48px;color:#333333;font-weight:500}
.inner-page-date{display:flex;align-items:center;gap:10px;font-size:16px;color:#999999;padding:40px 0}
.inner-page-date span{color:#0156a0}
.inner-page-date img{width:19px;height:17px;margin-right:5px}
.inner-page-content{display:flex;gap:60px}
.inner-page-left{flex:1}
.inner-page-main{flex:1}
.inner-page-sidebar{width:300px}
.table-of-contents{background-color:#ffffff;padding:20px;margin-bottom:40px;width:640px;border-radius:6px;border:solid 1px #bbbbbb}
.table-of-contents-title{display:flex;justify-content:space-between;align-items:center;font-size:28px;line-height:36px;letter-spacing:-1px;color:#999999}
.table-of-contents-img img{width:35px;height:32px}
.toc-list{list-style:none;padding:0;margin:0;margin-top:15px}
.toc-list li{margin-bottom:10px}
.toc-list li a{font-size:18px;line-height:36px;letter-spacing:-1px;color:#333333;text-decoration:none;transition:color 0.3s ease}
.toc-list li a:hover{color:var(--public-color)}
.toc-list li ul{list-style:none;padding-left:20px;margin-top:5px}
.toc-list li ul li a{font-size:16px;line-height:26px;color:#666666}
.inner-page-toc{background-color:#ffffff;padding:20px;margin-bottom:40px;width:330px;border-radius:6px;border:solid 1px #bbbbbb}
.inner-page-toc-text{font-size:16px;line-height:28px;letter-spacing:0px;color:#999999}
.article-content{margin-bottom:40px}
.article-content-toc{font-size:28px;font-weight:600;color:#333333;margin:30px 0 20px;padding-bottom:10px;line-height:38px}
.article-content-toc-list{font-size:22px;letter-spacing:0px;color:#333333;font-weight:600;margin:20px 0 15px}
.article-content p{font-size:16px;line-height:28px;letter-spacing:0px;color:#999999;margin-bottom:15px}
.article-footer{padding-top:20px;border-top:1px solid #e0e0e0}
.related-article-list{display:flex;flex-direction:column;gap:10px;font-size:16px;color:#666666;margin-bottom:10px;transition:color 0.3s ease}
.related-article-list span{font-size:18px;line-height:26px;letter-spacing:0px;font-weight:600;color:#000000}
.article-footer{display:flex;justify-content:space-between;align-items:center}
.related-article-list a:hover{color:#0156a0;text-decoration:underline}
.related-article-list a:hover span{color:#0156a0}
.contact-box{background-color:#0099df;padding:80px 20px 40px 20px;border-radius:10px;color:white;margin-bottom:30px;text-align:center}
.inner-page-contact-title{font-size:24px;line-height:32px;color:#ffffff;margin-bottom:20px;position:relative;display:inline-block}
.inner-page-contact-title::before{content:'';position:absolute;top:-45%;left:38%;width:70px;height:1px;background-color:#ffffff}
.contact-btn{display:inline-block;background-color:white;color:var(--public-color);padding:8px 30px;text-decoration:none;font-weight:600}
.contact-btn img{width:20px;height:20px;margin-left:20px}
.contact-btn:hover{background-color:#bee1f1;box-shadow:0px 10px 20px 0px rgba(0,85,160,0.05)}
.other-news{background-color:#f2f6fa;padding:75px 40px;border-radius:8px}
.other-news-title{font-size:28px;line-height:56px;color:#0156a0;font-weight:500;margin-bottom:20px;position:relative;padding-left:20px}
.other-news-title:before{content:'';position:absolute;left:0;transform:translateY(5%);width:1px;height:50px;background-color:var(--public-color)}
.news-list{list-style:none;padding:0;margin:0}
.news-list li{margin-bottom:15px;padding-bottom:15px}
.news-list li a{font-size:18px;line-height:28px;letter-spacing:-1px;color:#333333;text-decoration:none;display:block;margin-bottom:5px;transition:color 0.3s ease;font-weight:500}
.news-list li a:hover{color:var(--public-color)}
.news-list p{font-size:16px;line-height:24px;letter-spacing:-1px;color:#666666}
.news-list .line{display:flex;gap:12px}
.news-list li span{font-size:16px;line-height:28px;color:#999999;font-weight:500}
.news-list li span img{width:19px;height:17px;margin-right:10px}
.related-products-section{padding:60px 0 0 0;background-color:#f9f9f9}
.related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:50px 0 0 0}
.related-product-item{background-color:white;padding:20px;border:solid 1px #dddddd}
.related-product-item img{width:100%;height:auto;object-fit:contain}
.related-product-item:hover{border:solid 1px var(--public-color)}
.related-product-item .product-img-link{display:block;margin-bottom:15px;padding:20px}
.related-product-item .product-img-link:hover{border-color:var(--public-color)}
.related-product-item .product-img-link img{max-width:100%;height:auto;max-height:120px;object-fit:contain}
.related-product-item .product-title-link{text-decoration:none;display:block}
.related-product-item .product-title-link p{font-size:18px;line-height:30px;letter-spacing:0px;color:#333333;font-weight:600;margin-top:30px}
.related-product-item:hover p{color:var(--public-color)}
.related-product-item:hover .divider{background-color:var(--public-color)}
.contact-us-problem{font-size:24px;line-height:30px;color:#333333;font-weight:600;padding:30px 0}
.contact-us-answer p{font-size:18px;color:#666666;margin-bottom:25px}
.request-quote{padding:80px 0}
.request-quote-content{display:flex;gap:80px}
.quote-form{flex:1;background:white;border-radius:20px;padding:80px 60px;box-shadow:0px 0px 116px 0px rgba(99,99,99,0.15);min-width:300px}
.request-quote-title{font-size:36px;line-height:30px;letter-spacing:-1px;color:#333333;font-weight:500;margin-bottom:60px}
.form-group{margin-bottom:20px}
.request-quote .form-control{width:100%;padding:0.75rem 1rem;border:1px solid var(--border);font-size:1rem;transition:var(--transition)}
.request-quote .form-control:focus{outline:none;border:solid 2px #0156a0}
.request-quote .form-control.error{border-color:var(--danger);box-shadow:0 0 0 3px rgba(220,53,69,0.25)}
.request-quote .request-quote .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.request-quote textarea.form-control{min-height:120px;resize:vertical}
.captcha-row{display:flex;align-items:flex-end;gap:1rem}
.captcha-row-group{display:flex;align-items:center}
.captcha-input{flex:3}
.captcha-display{background-color:#dddfde;padding:13px 8px;font-family:monospace;font-weight:bold;letter-spacing:2px;color:#333;user-select:none;cursor:pointer;transition:var(--transition);min-width:80px;text-align:center;flex:2}
.captcha-display:hover{background:#e9ecef;transform:scale(1.02)}
.error-message{color:var(--danger);font-size:0.875rem;margin-top:0.25rem;display:none}
.button-group .submit-btn{background-color:#0156a0;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.1);border-radius:0px 6px 6px 0px;color:white;border:none;font-size:18px;letter-spacing:-1px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:16px}
.submit-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}
.submit-btn:active{transform:translateY(0)}
.submit-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}
.request-quote-card{background-image:url(../../images/home-product-95.webp);background-repeat:no-repeat;background-position:center;background-size:cover;max-width:600px;border-radius:20px}
.request-quote-card{padding:89px 85px;display:flex;flex-direction:column;justify-content:center;gap:30px}
.request-quote-card img{width:61px;height:62px}
.request-quote-card span{font-size:20px;line-height:32px;color:#ffffff;font-weight:500}
.request-quote-card p{font-size:18px;color:#ffffff;font-weight:400}
.request-quote-card p a{color:#fff;}
.faq-section{padding:0 0 140px 0}
.faq-content{display:flex;gap:70px}
.faq-content-item{flex:1;min-width:500px}
.faq-title{font-size:36px;color:#333333;font-weight:500}
.faq-content-item p{font-size:16px;line-height:27px;letter-spacing:0px;color:#666666;padding:28px 0 56px 0}
.faq-button{font-size:16px;line-height:48px;letter-spacing:0px;color:#ffffff;width:240px;height:50px;background-image:linear-gradient(90deg,#2c9dff 0%,#00559f 100%),linear-gradient(#0156a0,#0156a0);border-radius:4px;text-align:center}
.faq-button:hover{color:#fff;}
.faq-right{flex:1;min-width:300px}
.faq-item{border-bottom:1px solid #dddddd}
.faq-item:first-child{border-top:1px solid #e0e0e0}
.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;transition:background-color 0.2s}
.faq-question:hover{background-color:#f9f9f9}
.faq-question-text{font-size:18px;line-height24px;letter-spacing:0px;color:#333333;flex-grow:1;margin-right:16px;font-weight:500}
.faq-toggle-icon{width:29px;height:29px;transition:transform 0.3s ease}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1),padding 0.4s cubic-bezier(0.4,0,0.2,1)}
.faq-answer-content{padding:0 0 20px 0;font-size:14px;line-height:20px;letter-spacing:0px;color:#666}
.faq-item.active .faq-toggle-icon{content:url(../../images/sign-20.webp)}
.faq-item.active .faq-answer{max-height:500px}
.faq-item.active .faq-answer-content{}
.faq-list{margin-bottom:40px}
.index-faq-section{padding:48px 0 100px;background:#fff}
.index-faq-columns{display:flex;align-items:flex-start;gap:clamp(24px,4vw,56px);width:100%}
.index-faq-left{
  flex:0 0 clamp(240px,28vw,320px);
  max-width:100%;
  align-self:stretch;
  background:url(../../images/home-product-89.webp) no-repeat center;
  background-size:cover;
  overflow:hidden;
  box-shadow:0 8px 32px rgba(0,0,0,.08);
  position: sticky;
  top:120px;
}
.faq-nav{display:flex;flex-direction:column;gap:0;padding:0;margin:0;min-height:min(300px,42vh)}
.faq-nav-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:18px 22px;
  color:#fff;
  cursor:pointer;
  transition:background .25s ease;
  background:rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.2);
}
.faq-nav-item:last-child{border-bottom:none}
.faq-nav-item:hover,.faq-nav-item.active{background-image:linear-gradient(90deg,#00559f 0%,#2c9dff 100%)}
.faq-nav-title,.faq-nav-arrow{font-size:17px;line-height:1.45;color:#fff;font-weight:500}
.index-faq-right{flex:1;min-width:0;padding-top:4px}
.index-faq-section .faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:color .2s ease;padding:20px 0}
.index-faq-section .faq-question:hover{background-color:transparent;color:var(--public-color)}
.index-faq-section .faq-toggle-icon{width:30px;height:30px;transition:transform .3s ease;flex-shrink:0}
.index-faq-section .faq-item.active .faq-toggle-icon{transform:rotate(180deg)}
.index-faq-section .faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.index-faq-section .faq-item.active .faq-answer{max-height:500px}
.index-faq-section .faq-pagination{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;padding-top:40px}
@media(max-width:991px){
  .index-faq-columns{flex-direction:column}
  .index-faq-left{flex:0 0 auto;width:100%}
}
.footer-top-solid{width:100%;height:3px;background-color:#0156a0;margin-top:clamp(48px,12vw,200px)}
.page-btn:hover{border-color:var(--public-color);color:var(--public-color)}
.page-btn.active{background-color:var(--public-color);border-color:var(--public-color);color:white}

/* 联系侧边栏 */
.contact-sidebar{position:fixed;right:0;top:75%;transform:translateY(-50%);z-index:55;background-color:rgba(0,0,0,0.3);border-radius:30px;margin:0 20px 0 0;width:50px;overflow:visible}
.contact-sidebar .contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;align-items:center;overflow:visible}
.contact-sidebar .contact-item{margin:0;padding:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:relative;transition:all 0.3s ease;overflow:visible}
.contact-sidebar .contact-item:first-child{border-radius:0 25px 0 0}
.contact-sidebar .contact-item:nth-last-child(2){border-radius:0 0 25px 0}
.contact-sidebar.scroll-top-active .contact-item:nth-last-child(2){border-radius:0}
.contact-sidebar .contact-item .contact-item-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:transparent;transition:all 0.3s ease;text-decoration:none;position:relative;z-index:2}
.contact-sidebar .contact-item .contact-item-icon:hover{transform:scale(1.1)}
.contact-sidebar .contact-item .new-icon-upward svg{transition:all 0.3s ease}
.contact-sidebar .contact-item .new-icon-upward:hover svg{transform:scale(1.1)}
.contact-sidebar .contact-item.to-top .contact-item-icon{background-color:var(--public-color);width:40px;height:40px}
.contact-sidebar .contact-item:hover{background-color:var(--public-color);transition:background-color 0.3s ease}
.contact-sidebar .contact-item.to-top:hover{background-color:transparent !important}
.contact-sidebar .contact-item.to-top .contact-item-icon:hover{transform:scale(1)}
.contact-sidebar .contact-item-tips{position:absolute;right:50px;top:0;background-color:var(--public-color);color:#fff;height:50px;border-radius:30px 0 0 30px;padding:0 20px;white-space:nowrap;font-size:14px;display:flex;align-items:center;justify-content:center;min-width:0;width:0;overflow:hidden;transition:all 0.3s ease;z-index:10;opacity:0;visibility:hidden;pointer-events:auto}
.contact-sidebar .contact-item:hover .contact-item-tips,.contact-sidebar .contact-item-tips:hover{width:auto;min-width:120px;opacity:1;visibility:visible;pointer-events:auto}
.contact-sidebar .contact-item-tips .contact-item-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}
.contact-sidebar .contact-item-tips .contact-item-text:hover{color:var(--public-color-o);cursor:pointer}
@media(max-width:768px){
    .contact-sidebar{position:fixed;bottom:0;top:auto;left:50%;right:auto;transform:translateX(-50%);width:80%;max-width:100%;margin:10px 0;border-radius:30px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}
    .contact-sidebar .contact-list{flex-direction:row;width:100%;justify-content:space-between;align-items:center;align-content:center;padding:6px 10px;gap:4px}
    .contact-sidebar .contact-item{flex:1 1 0;min-width:0;max-width:none;width:auto;height:48px}
    .contact-sidebar .contact-item:first-child,.contact-sidebar .contact-item:nth-last-child(2){border-radius:0}
    .contact-sidebar .contact-item .contact-item-icon{width:44px;height:44px;margin:0 auto}
    .contact-sidebar .contact-item-tips{position:absolute;right:auto;left:50%;bottom:50px;top:auto;transform:translateX(-50%) translateY(100%);border-radius:30px;width:auto;min-width:150px;height:auto;padding:10px 15px;white-space:normal;word-break:break-word}
    .contact-sidebar .contact-item.to-top .contact-item-tips{display:none}
    .contact-sidebar .contact-item.to-top{display:none !important}
    .contact-sidebar .contact-item:hover{background-color:transparent}
    .contact-sidebar .contact-item:hover .contact-item-tips{display:none}
}


.form-feedback .form-group{border:1px solid #efefef}
.form-row .pos-btn{position:absolute;top:100%;left:0;padding:0 10px;width:100%;font-size:14px;line-height:24px;font-weight:400}
#mb-feedback.reveal-modal .form-row .pos-btn{position:absolute;top:100%;left:0;padding:0 10px;width:45vw;font-size:14px;line-height:24px;font-weight:400;box-sizing:content-box}
.contact-form .btn{position:relative;overflow:hidden;display:block;width:100%;margin-top:8px;padding:14px 28px;border:none;border-radius:6px;font-size:16px;font-weight:600;letter-spacing:0.5px;color:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#2c9dff 0%,#00559f 100%);transition:box-shadow .25s ease}
.contact-form .btn > span{position:relative;z-index:1}
.contact-form .btn::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#1a75e8 0%,#003d80 100%);opacity:0;transition:opacity .3s ease;z-index:0}
.contact-form .btn:hover::before{opacity:1}
.contact-form .btn:hover{color:#fff}
.contact-form .btn:focus-visible{outline:2px solid #0156a0;outline-offset:3px}
.contact-form .btn:disabled{opacity:.65;cursor:not-allowed}

.all-products .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.all-products .list{
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0;
  background-color:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:12px;
  box-shadow:0 8px 32px rgba(0,0,0,.06);
  padding:28px 22px 30px;
  transition:box-shadow .35s ease, transform .35s ease, border-color .35s ease;
}
.all-products .list:hover{
  border-color:rgba(0,153,223,.28);
  box-shadow:0 20px 48px rgba(0,153,223,.2);
  transform:translateY(-6px);
}
.all-products .list .img{
  flex-shrink:0;
  margin-bottom:22px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:8px;
  overflow:hidden;
  background:#f2f6fa;
}
.all-products .list .img img{max-height:100%;max-width:100%;width:auto;object-fit:contain}
.all-products .list .box{flex:1;display:flex;flex-direction:column;min-width:0}
.all-products .model{font-size:16px;line-height:1.4;font-weight:600;color:var(--public-color);margin-bottom:8px}
.all-products .t1{font-size:17px;line-height:1.45;font-weight:600;color:#333;text-decoration:none;display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:start;gap:0 10px;word-break:break-word;transition:color .2s ease}
/* .all-products .t1::after{content:"";width:24px;height:20px;background:url(../../images/sign-2.webp) no-repeat center;background-size:contain;margin-top:3px} */
.all-products .t1:hover{color:var(--public-color)}
@media(max-width:768px){
  .all-products .grid{grid-template-columns:repeat(1,1fr);gap:20px}
  .new-in-pro .title{margin-bottom: 30px;}
}

.news-in-paper .aside .all-news{margin:0}
.news-in-paper{margin-bottom:240px;margin-top:90px}
.news-in-paper .h1{font-size:36px;line-height:48px;color:#333;font-weight:bold;margin-bottom:30px;letter-spacing:-1px}
.news-in-paper .type{color:#999999;padding-bottom:30px;display:flex;gap:20px;font-size:16px;font-weight:500}
.news-in-paper .type-time img{display:inline-block;margin-right:10px}
.news-in-paper .type-view{color:var(--public-color)}
.news-in-paper .main-top{display:flex;justify-content:space-between}
.news-in-paper .article .content{line-height:28px;font-size:16px;font-weight:400;color:#999999;border-bottom:1px solid #bbbbbb;padding-bottom:55px;padding-top:30px;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}
.news-in-paper .article .content strong{color:var(--public-color);font-weight:500}
.news-in-paper .article img{max-width:100% !important;height:auto !important}
.news-in-paper .article .content p{margin-bottom:20px}
.news-in-paper .article h2{font-size:28px;line-height:36px;color:#333333;font-weight:500;margin-bottom:25px}
.news-in-paper .article h4{font-size:22px;line-height:32px;color:#333333;font-weight:500;margin-bottom:15px;letter-spacing:-1px}
.news-in-paper .box-tail{font-size:18px;line-height:30px;margin-top:60px;display:flex;justify-content:space-between;align-items:flex-start;gap:50px}
.news-in-paper .box-tail .left{width:100%}
.news-in-paper .box-tail .right{min-width:200px;width:200px;display:flex;justify-content:flex-end}
.news-in-paper .box-tail .right .a-ly{width:100%;height:50px;padding:0}
.news-in-paper .box-tail .right .a-ly:hover img{filter:none}
.news-in-paper .box-tail .right .a-ly img{width:12px;display:inline-block;filter:brightness(0) invert(1);margin-left:10px}
.news-in-paper .box-tail .left p{display:flex}
.news-in-paper .box-tail .left p a{display:inline-block;transition:all .6s;color:#666666;font-size:18px;line-height:30px;padding-left:16px}
.news-in-paper .box-tail .left p a:hover{color:var(--public-color);text-decoration:underline;text-decoration-skip-ink:none;text-underline-offset:3px}
.news-in-paper .box-tail .left p span{color:#000000;display:block;font-weight:bold}
.news-in-paper .box-tail .left p:first-child{margin-bottom:10px}
.news-in-paper .aside{padding:0px}
.news-in-paper .aside-con{height:270px;padding:25px 40px;background-image:linear-gradient(0deg,#106f9b 0%,#00a1e4 100%),linear-gradient(#0099df,#0099df);margin-bottom:30px;display:flex;flex-direction:column;justify-content:center;text-align:center;position:relative;border-radius:10px}
.news-in-paper .aside-con .img-1{margin-bottom:10px}
.news-in-paper .aside-con::after{content:"";background:url(../../images/p-i-3.webp) no-repeat;width:100%;height:100%;background-size:100% 100%;position:absolute;left:0;top:0}
.news-in-paper .aside-con .h5{position:relative;font-size:24px;line-height:32px;color:#ffffff;font-weight:500;letter-spacing:-1px;margin-bottom:30px;position:relative;z-index:1}
.news-in-paper .aside-con .a-ly-1{background-color:#ffffff;border-color:#ffffff;position:relative;z-index:1;color:var(--public-color);font-size:18px;padding:0;font-weight:500}
.news-in-paper .aside-con .a-ly-1 img{display:inline-block;margin-left:15px}
.news-in-paper .aside-con .a-ly-1:hover img{filter:brightness(0) invert(1)}
.news-in-paper .aside-con .a-ly-1:hover{color:#ffffff !important}
.news-in-paper .aside-con .a-ly-1:hover::before{box-shadow:inset 0 0 0 10em var(--public-color)}
.news-in-paper .other-news{background-color:rgba(0,153,223,.05);padding:40px 30px 40px 40px;border-radius:10px}
.news-in-paper .other-news .h4::before{content:url(../../images/p-6.webp);display:block;margin-bottom:20px}
.news-in-paper .other-news .h4{font-size:28px;color:var(--public-color);margin-bottom:30px;font-weight:bold;letter-spacing:-1px}
.news-in-paper .other-news .t1{font-size:18px;line-height:28px;color:#333333;font-weight:600;margin-bottom:5px;letter-spacing:-1px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.news-in-paper .other-news .cont{font-size:16px;line-height:24px;font-weight:300;color:#666666;letter-spacing:-.4px}
.news-in-paper .other-news .row-line{display:flex;justify-content:space-between;align-items:center;gap:12px}
.news-in-paper .other-news .line{width:calc(100% - 50px);height:1px;background-color:#dddddd}
.news-in-paper .other-news .arrow{width:26px;min-width:26px;aspect-ratio:1;border-radius:100%;border:1px solid var(--public-color);background-color:var(--public-color);border-radius:100%;display:inline-flex;justify-content:center;align-items:center}
.news-in-paper .other-news .arrow img{filter:brightness(0) invert(1)}
.news-in-paper .other-news .arrow:hover img{filter:none}
.news-in-paper .other-news .arrow:hover{background-color:#ffffff}
.news-in-paper .other-news .time{font-size:16px;line-height:28px;font-weight:500}
.news-in-paper .other-news .time img{margin-right:10px;margin-top:-5px}
.news-in-paper .other-news .box{margin-bottom:30px}
.new-in-pro{padding-top:100px}
.new-in-pro .title{margin-bottom:100px;font-size:32px;line-height:48px;font-weight:bold;letter-spacing:-1px}
.new-in-pro .title::after{content:url(../../images/p-6.webp);display:block;line-height:20px}
.new-in-pro .grid{--bs-gap:40px}
.main-box .aside{width:330px;min-width:330px;position:sticky;top:100px;height:min-content}
.main-box .article{width:calc(100% - 330px - 60px)}
.news-name-box{min-width:300px;border-radius:6px;border:solid 1px #bbbbbb;padding:15px 15px 20px;display:inline-flex;flex-direction:column;margin-top:20px;position:sticky;top:120px;background-color:#fff;}
.news-name-box .table-title{display:flex;justify-content:space-between;font-size:28px;line-height:36px;color:#999999;font-weight:400}
.news-name-box .table-title span{width:35px;height:32px;background-color:#ffffff;border-radius:4px;border:solid 1px #999191;display:inline-flex;justify-content:center;align-items:center;cursor:pointer}
.news-name-box .news-name{margin-top:10px}
.news-name-box .h2 a{font-size:18px;line-height:36px;color:#333333;font-weight:400}
.news-name-box ul{padding-left:30px}
.news-name-box li a{font-size:16px;line-height:26px;color:#666666;font-weight:400}
@media(max-width:1530px){.news-in-paper .box-tail{flex-direction:column}
.news-in-paper .box-tail .left{margin-bottom:20px}
.news-in-paper .box-tail .right{width:100%;justify-content:flex-start}
.news-in-paper .box-tail .right .a-pc{width:auto;padding:0 25px}
}@media(max-width:1460px){.news-in-paper .other-news .t1{font-size:20px}
.news-in-paper .h1{font-size:32px;line-height:46px}
}@media(max-width:1340px){.news-in-paper .other-news .t1{font-size:18px;line-height:28px}
.news-in-paper .article h2{font-size:24px;line-height:32px}
.news-in-paper .article h4{font-size:20px;line-height:28px}
.news-in-paper .h4{font-size:26px;margin-bottom:30px}
}@media(max-width:1260px){.news-in-paper .article h2{font-size:28px;line-height:36px}
.news-in-paper .article h4{font-size:20px}
.news-in-paper .aside-con .a-pc{padding:0 20px;height:48px}
}@media(max-width:1000px){.news-in-paper .main-top{flex-direction:column}
.main-box .article{width:100%;margin-bottom:60px}
.main-box .aside{width:100%;display:flex;gap:30px;align-items:flex-start}
.news-in-paper .aside .aside-con{position:sticky;top:100px;height:fit-content}
.new-in-pro .content{gap:20px 25px}
.new-in-pro .all-products .list{padding:30px 15px 50px}
.new-in-pro .all-products .list::after{bottom:30px}
}
@media(max-width:768px){
    .main-box{margin-top: 0;}
    .news-in-paper .h1{margin-bottom: 15px;font-size: 20px;line-height: 28px;}
    .news-in-paper .article h2{font-size: 19px;line-height: 28px;margin-bottom: 10px;}
    .news-in-paper .article h4{font-size: 16px;line-height: 24px;}
    .news-in-paper .box-tail .left p{font-size: 16px;line-height: 24px;}
    .news-in-paper .box-tail .left p a{line-height: 24px;}

    .news-in-paper{margin-bottom: 30px;margin-top: 0px;padding-top: 20px;}
    .news-in-paper .main-top {flex-wrap: wrap;}
    .news-in-paper .article{width: 100%;margin-bottom: 30px;}
    .news-in-paper .aside{width: 100%;margin-top: 0;}
    .news-in-paper .type{font-size: 14px;line-height: 20px;margin-top: 20px;padding-top: 0;padding-bottom: 15px;}
    .news-in-paper .article .content{line-height: 20px;font-size: 14px;padding-top: 20px;padding-bottom: 20px;}
    .news-in-paper .article .content p{margin-bottom: 10px;}
    .news-in-paper .box-tail{font-size: 16px;line-height: 24px;margin-top: 20px;gap: 20px;}
    .news-in-paper .box-tail .left p:first-child{margin-bottom: 15px;}
    .news-in-paper .box-tail .right{margin-bottom: 0px;}
    .news-in-paper .aside .aside-box .text .h3 a{line-height: 24px;}
    .news-in-paper .aside .aside-box {padding-bottom: 30px;}
    .news-in-paper .aside-box-1{padding: 15px;}
    .news-in-paper .aside-box-1 .t1 {font-size: 18px;line-height: 26px;}
    .news-in-paper .main-top{margin-bottom: 30px;}
    .news-in-paper .h4 ,.news-in-paper .aside .h4{font-size: 20px;line-height: 28px;margin-bottom: 20px;}
    .news-in-paper .aside-con{margin-bottom: 20px;}
    .news-in-paper .aside>div{padding: 20px 10px;}
    .p-d-rec .title{margin-bottom: 15px !important;}
    .p-d-rec .all-param{display: block;opacity: 1;}
    .p-d-rec{margin-bottom: 30px;}
    .news-in-paper .other-news .list{margin-bottom: 15px;}

    .main-box .main-left-box .table-title{font-size: 20px;line-height: 28px;padding: 15px 10px;margin-bottom: 15px;background-color: var(--public-color);color: #fff;}
    .main-box .main-left-box .table-title::before {height: 15px;position: absolute;top: 17px;left: 0;background-color: #fff;}
    .main-box .main-left-box .h2 a {font-size: 18px;line-height: 26px;}
    .main-box .main-left-box .h2{margin-bottom: 15px;padding-bottom: 0px;}
    .main-box .name-box ul {padding-top: 0;}
    .main-box .name-box li{margin-bottom: 10px;}
    .main-box .name-box li a {font-size: 16px;line-height: 24px;}
    .main-box .name-box li::before {top: 8px;}
    .main-box .name-box + .name-box{padding-top: 10px;}
    .main-box .main-left{margin-bottom: 30px;position: relative;}
    .main-box .article{width: 100%;}
    .main-box .aside{width: 100%;}

    .main-box .news-name{display: none;}
    .main-box .main-left .main-left-box{position: fixed;left: -17px;top: 50px;z-index: 3;background-color: #fff;border-bottom: 2px solid var(--public-color);}
    .main-box .main-left .main-left-box.active{left: 0;}
    .main-box .main-left .main-left-box.active .news-name{padding-left: 10px;padding-top: 20px;}
    .main-box .table-title .s1{display: none;color: #fff;}
    .main-box .table-title .s2{display: flex;color:#fff;}
    .main-box .table-title {background-color: var(--public-color-red);}
    .main-box .table-title.active .s1{display: flex;align-items: center;justify-content: space-between;padding-right: 15px;}
    .main-box .table-title.active .s1 strong{color: var(--public-color-red);}
    .main-box .table-title.active .s2{display: none;}
    .main-box .main-left-box{border: none;}
    .main-box .main-left-box .table-title{padding: 10px;margin-bottom: 0;}
    .main-box .main-left-box .table-title.active{left: 0;}
    .main-box .main-left{width: 0;}
    .main-box{gap: 0;}
    .main-box .main-top{width: 100%;}

    .news-in-paper .box-tail .left{margin-bottom: 0;}
    .news-in-paper .box-tail .right .a-jd{width: auto;padding: 0 30px !important;}
    .news-in-paper .aside-con .a-jd{margin-bottom: 20px;}
    .news-in-paper span.img-small{width: 20px;margin-right: 10px;}
    .news-in-paper .aside .aside-con{margin-bottom: 30px;position: static;width: 100%;align-items: center;padding: 20px 15px;margin-bottom: 0;}
    .news-in-paper .aside .a-box a{margin-bottom: 10px;}
    .news-name-box{padding: 10px 15px;}
    .main-box .aside{flex-direction: column;min-width: auto;position: static;}
    .news-in-paper .other-news .box:nth-last-of-type(1){margin-bottom: 0;}
    .new-in-pro .content{grid-template-columns: repeat(2, 1fr);}
    .news-name-box .table-title{font-size: 24px;line-height: 32px;}
    .news-name-box .h2 a{font-size: 16px;line-height: 24px;}
    .main-box .name-box + .name-box{padding-top: 5px;}
    .main-box .news-name{margin-top: 15px;}

    .new-in-pro{padding-top: 30px;}
    .new-in-pro .all-pag{width: 100%;display: flex;justify-content: center;gap: 10px;bottom: -20px;}
    .new-in-pro .all-pag span{background-color: var(--public-color);opacity: .2;}
    .new-in-pro .all-pag span.swiper-pagination-bullet-active{opacity: 1;}
}

/* HOT PRODUCTS / Products By Category：版心 1280px 轨道，桌面一行 5 卡（spaceBetween 24 → 4×24=96） */
.new-index-pro{padding-bottom:100px;max-width:1920px;margin:0 auto;overflow:hidden}
.new-index-pro-carousel{position:relative;max-width:1660px;margin-left:auto;margin-right:auto;padding:0 15px;box-sizing:border-box;overflow:visible;margin-top:60px}
.new-index-pro-viewport{max-width:1280px;margin-left:auto;margin-right:auto;position:relative;z-index:0;overflow:visible}
.new-index-pro-swiper.swiper{overflow:visible !important;width:100%}
.new-index-pro-swiper .swiper-wrapper{align-items:stretch}
@media(min-width:768px){.new-index-pro-swiper .swiper-slide{width:calc((100% - 96px) / 5);flex-shrink:0;box-sizing:border-box}}
.new-index-pro-card{display:flex;flex-direction:column;height:100%;color:#222 !important;text-decoration:none;box-sizing:border-box}
.new-index-pro-card:hover{color:#222 !important}
.new-index-pro-card__img{background:linear-gradient(160deg,#ececec 0%,#b8c4d4 100%);border-radius:4px;overflow:hidden;line-height:0;flex-shrink:0}
.new-index-pro-card__img img{width:100%;height:auto;display:block}
.new-index-pro-card__cap{margin-top:12px;font-size:16px;line-height:1.35;font-weight:500;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}
.new-index-pro-card__sku{margin-top:6px;font-size:13px;line-height:1.3;color:var(--public-color);font-weight:500;letter-spacing:.03em}
.new-index-pro-card:hover .new-index-pro-card__cap{color:var(--public-color)}
.new-index-pro-card:hover .new-index-pro-card__sku{color:#666}
.new-index-pro-carousel .swiper-button-prev,.new-index-pro-carousel .swiper-button-next{position:absolute;width:80px;height:80px;margin-top:0;top:40%;transform:translateY(-50%);z-index:10;--swiper-navigation-size:44px;background:#fff;border:1px solid #ddd;border-radius:50%;box-shadow:none;cursor:pointer;pointer-events:auto;transition:background .25s ease,box-shadow .25s ease,color .25s ease}
.new-index-pro-carousel .swiper-button-prev::after,.new-index-pro-carousel .swiper-button-next::after{font-size:20px;font-weight:600;font-family:inherit;transition:color .25s ease}
.new-index-pro-carousel .swiper-button-prev{left:0;right:auto}
.new-index-pro-carousel .swiper-button-prev::after{content:"\f104";font-family:'cmsfont','CmsFont',sans-serif;color:#333;font-size:36px}
.new-index-pro-carousel .swiper-button-next{right:0;left:auto}
.new-index-pro-carousel .swiper-button-next::after{content:"\f105";font-family:'cmsfont','CmsFont',sans-serif;color:#333;font-size:36px}
.new-index-pro-carousel .swiper-button-next:hover,.new-index-pro-carousel .swiper-button-next:focus-visible{background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.12)}
.new-index-pro-carousel .swiper-button-next:hover::after,.new-index-pro-carousel .swiper-button-next:focus-visible::after{color:var(--public-color)}
.new-index-pro-carousel .swiper-button-prev:hover,.new-index-pro-carousel .swiper-button-prev:focus-visible{background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.12)}
.new-index-pro-carousel .swiper-button-prev:hover::after,.new-index-pro-carousel .swiper-button-prev:focus-visible::after{color:var(--public-color)}
@media(max-width:767px){
    .new-index-pro-carousel .swiper-button-prev,.new-index-pro-carousel .swiper-button-next{width:40px;height:40px;top:38%}
    .new-index-pro{padding-bottom:48px}
    .new-index-pro-carousel{margin-top:32px;padding:0 12px}
    .new-index-pro-card__cap{font-size:15px;margin-top:10px}
    .new-index-pro-card__sku{font-size:12px;margin-top:4px}
}

/* Find by Series：版心 1280px，文案 450 + 间距 130 + 图 700 */
.new-index-pro2{padding:40px 0 80px}
.new-index-pro2__inner{max-width:1430px;width:100%;margin-left:auto;margin-right:auto;padding:0 15px;box-sizing:border-box}
.new-index-pro2__title{font-size:36px;line-height:1.2;font-weight:600;color:#111;margin:0 0 28px;letter-spacing:-0.02em}
.new-index-pro2__tabbar{display:flex;align-items:center;gap:16px;margin-bottom:40px}
.new-index-pro2__tabs{flex:1;min-width:0;display:flex;flex-wrap:nowrap;gap:0 28px;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none}
.new-index-pro2__tabs::-webkit-scrollbar{display:none}
.new-index-pro2__tab{flex-shrink:0;background:none;border:none;padding:10px 0 12px;margin:0;font-size:20px;line-height:1.3;color:#888;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:0px;transition:color .2s ease,border-color .2s ease;font-family:inherit;box-sizing:border-box}
.new-index-pro2__tab:hover{color:var(--public-color)}
.new-index-pro2__tab:focus{outline:none !important;border-bottom:2px solid transparent !important}
.new-index-pro2__tab.is-active:focus{border-bottom-color:var(--public-color) !important}
.new-index-pro2__tab:focus-visible{outline:2px solid var(--public-color) !important;outline-offset:3px;border-radius:2px;border-bottom:2px solid transparent !important}
.new-index-pro2__tab.is-active:focus-visible{border-bottom-color:var(--public-color) !important}
.new-index-pro2__tab.is-active{color:var(--public-color);border-bottom:2px solid var(--public-color);font-weight:400}
.new-index-pro2__tab-arrows{display:flex;align-items:center;gap:10px;flex-shrink:0;padding-bottom:4px}
.new-index-pro2__tab-arrow{width:40px;height:40px;border-radius:50%;border:1px solid #d0d0d0;background:#fff;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;padding:0;transition:border-color .2s ease,background .2s ease;box-sizing:border-box}
.new-index-pro2__tab-arrow:hover{border-color:#999;background:#fafafa}
.new-index-pro2__tab-arrow:focus{outline:none}
.new-index-pro2__tab-arrow:focus-visible{outline:2px solid var(--public-color);outline-offset:2px}
.new-index-pro2__tab-arrow.is-disabled{opacity:.35;cursor:not-allowed;pointer-events:none}
.new-index-pro2__content{display:flex;flex-direction:row-reverse;align-items:flex-start;justify-content:space-between;gap:30px;box-sizing:border-box}
.new-index-pro2__text{width:600px;max-width:100%;flex-shrink:0;box-sizing:border-box;padding-right:50px;}
.new-index-pro2__figure{width:700px;max-width:100%;flex-shrink:0;box-sizing:border-box;background:#f0f0f0;line-height:0}
.new-index-pro2__figure img{width:100%;height:auto;display:block;vertical-align:top}
.new-index-pro2__headline{font-size:28px;line-height:1.25;font-weight:600;margin:0 0 22px;letter-spacing:-0.02em}
.new-index-pro2__headline .t-red{color:var(--public-color)}
.new-index-pro2__headline .t-black{color:#111;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:10px;max-width:100%;transition:color .2s ease}
.new-index-pro2__headline .t-black::after{content:"";flex-shrink:0;width:30px;height:30px;margin-top:0;background-color:var(--public-color);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;transition:transform .22s ease,background-color .2s ease}
.new-index-pro2__headline .t-black:hover{color:var(--public-color)}
.new-index-pro2__headline .t-black:hover::after{transform:translateX(4px)}
.new-index-pro2__headline .t-black:focus{outline:none !important}
.new-index-pro2__headline .t-black:focus-visible{outline:2px solid var(--public-color) !important;outline-offset:3px;border-radius:2px}
.new-index-pro2__desc{font-size:16px;line-height:1.65;color:#666;margin:0 0 28px}
.new-index-pro2__desc ul{list-style:none;padding-left:0;margin:1.5em 0 0}
.new-index-pro2__desc ul li{display:flex;align-items:flex-start;gap:10px;margin:0 0 .45em}
.new-index-pro2__desc ul li:last-child{margin-bottom:0}
.new-index-pro2__desc ul li::before{content:"";flex-shrink:0;width:1.05em;height:1.05em;margin-top:.22em;background-color:var(--public-color);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}
.new-index-pro2__btn{display:inline-block;padding:12px 26px;border:1px solid var(--public-color);background:#fff;color:var(--public-color) !important;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:background .25s ease,color .25s ease}
.new-index-pro2__btn:hover{background:var(--public-color);color:#fff !important}
.new-index-pro2__btn-arr{margin-left:4px;font-weight:700}
.new-index-pro2__panel:not(.is-active){display:none !important}
.new-index-pro2__panel[hidden]{display:none !important}
.new-index-pro2__panel.is-active{display:block !important}
@media(max-width:1200px){
    .new-index-pro2__content{gap:48px}
    .new-index-pro2__text,.new-index-pro2__figure{width:100%;max-width:100%}
}
@media(max-width:767px){
    .new-index-pro2{padding:28px 0 44px}
    .new-index-pro2__title{font-size:28px}
    .new-index-pro2__tabbar{flex-wrap:wrap;gap:10px;margin-bottom:24px}
    .new-index-pro2__tab{font-size:15px;padding:8px 0 10px}
    .new-index-pro2__tabs{gap:0 16px}
    .new-index-pro2__tab-arrows{width:100%;justify-content:flex-end;padding-top:8px}
    .new-index-pro2__content{flex-direction:column;gap:24px}
    .new-index-pro2__text{padding-right:0}
    .new-index-pro2__headline{font-size:20px;margin:0 0 14px}
    .new-index-pro2__desc{font-size:14px;line-height:1.6;margin:0 0 16px}
}

.z1-dflex{justify-content: center;margin-top: 50px;display: flex;}

/* 首页与各页通用区块 — 移动端 */
@media(max-width:768px){
    .home-product-banner .product-banner img{min-height:160px;object-fit:cover}
    main.home .product-showcase{padding:1px 0 0;}
    main.home .product-showcase .top-search-bar{margin-top:50px;margin-bottom:32px;padding:6px 14px;border-radius:28px}
    main.home .product-showcase .top-search-bar input{font-size:15px;height:44px;padding:6px 10px}
    main.home .product-showcase .top-search-bar .header-search-btn svg{width:28px;height:28px}
    .main-title{font-size:22px;line-height:30px;padding-left:18px}
    .main-title::before{height:52px;transform:translateY(5%)}
    .key-application-area{background-size:cover;padding:0 12px}
    .key-application-area .key-application-title{font-size:22px;line-height:1.35;padding-top:56px}
    .key-application-area .key-application-text{font-size:14px;line-height:1.55;letter-spacing:0;max-width:36em;margin-left:auto;margin-right:auto}
    .key-application-area .key-area-content{flex-direction:column;gap:22px;padding:36px 0 48px}
    .key-application-area .area-name{font-size:18px;line-height:1.4}
    .key-application-area .area-text{font-size:14px;line-height:1.55}
    .oem-odm-section{padding:48px 0 72px;background-size:cover;background-position:center bottom}
    .oem-odm-section .oem-odm-content{flex-direction:column;gap:28px;padding-top:28px}
    .oem-odm-section .oem-odm-image>img{width:100%;height:auto;}
    .oem-odm-section .oem-odm-header{flex-wrap:wrap;gap:16px}
    .oem-odm-section .oem-odm-header img{max-width:min(140px,40vw);height:auto}
    .oem-odm-section .oem-odm-header::before{bottom:-16px;height:1px}
    .oem-odm-section .oem-odm-title{font-size:22px;line-height:1.35}
    .oem-odm-section .oem-odm-grid{grid-template-columns:1fr;gap:22px;padding-top:36px}
    .oem-odm-section .oem-card-title{font-size:17px;line-height:1.4}
    .oem-odm-section .oem-card-text{font-size:14px;line-height:1.5}
    .company-profile-section{padding:52px 0 0}
    .company-profile-content{grid-template-columns:1fr;gap:28px}
    .company-profile-item .main-title{font-size:20px;line-height:1.35;padding-left:16px}
    .company-profile-item p{font-size:14px;line-height:1.6;margin-top:16px}
    .company-profile-num{flex-direction:row;gap:8px;padding:8px 0}
    .company-profile-num>.profile-section{padding-bottom:28px}
    .company-profile-num>div:nth-child(2){display:none}
    .company-profile-num .profile-num{font-size:34px;line-height:1;padding:24px 0 8px}
    .company-profile-num .profile-text{font-size:13px;line-height:1.45}
    .company-profile-small{grid-template-columns:repeat(2,1fr);gap:12px}
    .quality-assurance-section{padding:52px 0 48px}
    .quality-title{font-size:22px;line-height:1.35}
    .quality-title::after{bottom:-16px;width:52px;height:2px}
    .quality-assurance-section .quality-image{padding-top:48px}
    .global-delivery-section{padding:40px 0 44px}
    .global-delivery-inner{flex-direction:column;align-items:stretch;gap:28px;padding:0 12px}
    .global-delivery-carousel{flex:1 1 auto;padding:0 40px 32px}
    .global-delivery-carousel .swiper-button-prev,
    .global-delivery-carousel .swiper-button-next{width:36px;height:36px;top:40%}
    .global-delivery-carousel .swiper-button-prev::after,
    .global-delivery-carousel .swiper-button-next::after{font-size:22px}
    .global-delivery-title{font-size:22px;margin-bottom:16px}
    .global-delivery-desc{font-size:14px;line-height:1.6;margin-bottom:14px}
    .global-delivery-btn{margin-top:12px;width:100%;max-width:280px;box-sizing:border-box}
    .supply-chain-section .supply-chain-content{flex-direction:column;padding-bottom:0}
    .supply-chain-section .supply-chain-page{width:100%;max-width:none;box-sizing:border-box;padding:32px 20px 36px;background-size:cover;background-position:center}
    .supply-chain-section .supply-chain-page p{font-size:15px;line-height:1.45}
    .supply-chain-section .supply-chain-title{font-size:23px;line-height:1.35;letter-spacing:0}
    .supply-chain-section .supply-chain-text{margin-top:28px}
    .supply-chain-section .chain-item{gap:16px;padding:10px 0;align-items:flex-start}
    .supply-chain-section .chain-text{font-size:14px;line-height:1.55}
    .latest-events-section{padding:52px 0 40px}
    .latest-events-content{grid-template-columns:1fr;gap:28px;padding:40px 0 0;text-align:left}
    .latest-event-title{font-size:18px;line-height:1.35}
    .latest-events-section .desc{font-size:14px;line-height:1.5;margin:8px 0 12px}
    .oem-odm-section .z1-dflex{margin-top:32px;margin-bottom:8px;padding:0 12px}
    .oem-odm-section .faq-button{max-width:100%;width:min(100%,280px)}
    .resources-contact-section{min-height:0;background-size:contain}
    .resources-contact-section .resources-contact-content{flex-direction:column;gap:32px;padding:44px 0 52px}
    .resources-contact-section .resources-title{font-size:22px;margin-bottom:20px;line-height:1.35}
    .resources-contact-section .resources-text{font-size:15px;line-height:1.55;margin-bottom:28px}
    .resources-contact-section .resources-text br{display:none}
    .resources-contact-section .contact-us{width:100%;max-width:100%;box-sizing:border-box}
}

/* 产品中心 / 产品列表 / 产品详情 — 移动端 */
@media(max-width:768px){
  .all-banner>img{min-height:180px;}
    /* 内页横幅与面包屑 */
    .banner .banner-title{font-size:clamp(1rem,5vw,1.5rem);line-height:1.25;margin:0 8px;word-break:break-word}
    .all-banner .container-xl{padding-left:15px;padding-right:15px;box-sizing:border-box}
    .all-banner .small-nav{margin-top:8px;padding:0}
    .all-banner .small-nav .breadcrumb{flex-wrap:wrap;justify-content:center;row-gap:4px;margin-bottom:0}

    /* 产品大类 product-index：分类条 + 斑马卡 */
    .product-categories-text{height:auto;min-height:0;padding:32px 16px 44px}
    .product-categories-title{font-size:22px;line-height:1.35}
    .product-categories-title::after{left:50%;transform:translateX(-50%);top:120%}
    .product-categories .categories-card{flex-direction:column!important;align-items:stretch;padding:28px 0;gap:15px;}
    .product-categories .categories-card:nth-child(even){flex-direction:column!important}
    .product-categories .categories-title{font-size:22px;line-height:1.3;margin-bottom:12px}
    .product-categories .categories-summary{padding:0 4px;font-size:14px;line-height:1.55}
    .product-categories .categories-part{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:16px}
    .product-categories .categories-part .ex-img img{max-height:none}
    .product-categories .categories-part .ex-title{font-size:17px;line-height:1.35;margin-top:12px;text-align:center}
    .product-categories .categories-part--swiper{padding:0 36px;margin-top:16px;max-width:100%}
    .product-categories .categories-part--swiper .swiper-button-prev{left:4px}
    .product-categories .categories-part--swiper .swiper-button-next{right:4px}

    /* 带侧栏列表 product-list / product-list-one */
    .product-category{padding-bottom:44px}
    .product-category .category-content{flex-direction:column;gap:0;padding:32px 0 40px}
    .product-category .top-intro{padding:22px 16px;margin-top:-36px;font-size:14px;line-height:1.6}
    .product-category .pagination{margin-top:32px;margin-bottom:24px}
    .category-title{font-size:20px;margin-bottom:24px}
    .sidebar{position:static;width:100%!important;max-width:none;top:auto;margin:0 0 20px;padding:26px 18px;border-radius:10px}
    .sidebar.sidebar--product-mega{padding:20px 0 22px}
    .sidebar.sidebar--product-mega .category-title{margin:0 16px 16px;font-size:18px}
    .product-mega__layout{flex-direction:column;min-height:0}
    .product-mega__primary{width:100%;border-bottom:1px solid #ededed}
    .product-mega__panel-wrap{position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;margin-left:0!important;width:auto!important;max-width:none!important;min-width:0!important;background:transparent;border:none!important;box-shadow:none!important;z-index:auto;max-height:0;min-height:0;padding:0 16px!important;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:max-height .35s ease,opacity .2s ease,padding .25s ease,visibility .2s}
    .product-mega__layout.is-panel-open .product-mega__panel-wrap{max-height:2000px;opacity:1;visibility:visible;padding-top:12px!important;padding-bottom:8px!important;pointer-events:auto}
    .product-mega__panel{position:relative;left:auto;right:auto;top:auto;bottom:auto;padding:0;opacity:0;max-height:0;overflow:hidden;transition:opacity .2s ease,max-height .35s ease;visibility:hidden}
    .product-mega__panel--has-children.is-visible{opacity:1;max-height:2000px;visibility:visible;pointer-events:auto}
    .product-mega__primary-link{padding:12px 16px 12px 13px;font-size:14px}
    .main-content{width:100%;min-width:0}
    .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
    .product-card{padding:12px;font-size:14px}

    /*  supplier 条 block */
    .supplier-section{margin:0 0 48px}
    .supplier-section .supplier-section-box .container-xl{max-width:100%!important;width:100%;box-sizing:border-box}
    .supplier-section .supplier-page{flex-direction:column}
    .supplier-section .supplier-image{max-width:none}
    .supplier-section .supplier-card{width:100%;background-size:cover}
    .supplier-section .supplider-card-content{padding:32px 20px}

    /* 选配区块：定制 / 材质 / 制造 / 应用 */
    .custom-service-section{background-size:cover}
    .custom-services-content{flex-direction:column;gap:32px;min-height:0;padding:36px 0 48px}
    .custom-title{font-size:22px;padding-left:20px;line-height:1.3}
    .custom-title::before{width:3px;height:48px}
    .custom-text,.custom-list{font-size:14px;line-height:1.6;padding:16px 0}
    .custom-list ul li{padding-left:36px;margin:8px 0}
    .custom-text.custom-list ul li{padding-left:0;margin:8px 0}
    .custom-services-images{text-align:center}
    .custom-services-images .faq-button{position:static;display:inline-flex;justify-content:center;align-items:center;margin-top:20px;width:min(100%,260px);height:48px;transform:none;top:auto;left:auto}
    .material-function-content{flex-direction:column;gap:32px;padding:40px 0 80px}
    .material-function-section .img-width{width:100%;height:auto}
    .manufacturing-content{flex-direction:column;padding:40px 0 48px;gap:24px}
    .manufacturing-content h2{font-size:22px;line-height:1.35;padding-left:20px;margin:0}
    .manufacturing-process{width:100%;min-width:0}
    .manufacturing-title{font-size:18px;padding:20px 0 8px}
    .application-section{padding:48px 0 56px}
    .application-grid{flex-direction:column;padding-top:36px;gap:16px}
    .application-title{font-size:16px;line-height:1.35;bottom:8%}
    .application-title::before{width:min(380px,86%)}

    /* FAQ + Resources */
    .resource-faq-section .resources-faq-content{flex-direction:column;gap:0;align-items:stretch;width:100%;padding:0;box-sizing:border-box}
    .resource-faq-section .resources-part{max-width:none;width:100%;background-position:center top;background-size:auto 220px}
    .resource-faq-section .rsources-article{min-height:0;max-width:none;padding:32px 20px 36px}
    .resource-faq-section .resources-title{font-size:23px;line-height:1.35;margin-bottom:20px}
    .resource-faq-section .resources-text{font-size:15px;line-height:1.55;margin-bottom:32px}
    .resource-faq-section .faq-right{max-width:none;width:100%;padding:0 16px 40px;margin:0;box-sizing:border-box}
    .resource-faq-section .faq-title{font-size:22px;line-height:1.35;margin-bottom:24px}
    .resource-faq-section .resources-card{padding:14px 0;gap:12px;width:100%;box-sizing:border-box}
    .resource-faq-section .resources-icon{width:44px;height:44px;margin-left:12px;flex-shrink:0}
    .resource-faq-section .resources-choose{width:auto;flex:1;min-width:0;padding-right:12px;margin-left:auto;box-sizing:border-box}
    .resource-faq-section .choose-title{font-size:17px;line-height:1.4}
    .resource-faq-section .choose-title a{font-size:17px;line-height:1.4}
    .faq-question{padding:14px 0}
    .faq-question-text{font-size:15px;line-height:1.35}
    .faq-item.active .faq-answer{max-height:2600px}
    .faq-answer-content{padding:0 0 16px;font-size:13px;line-height:1.5}

    /* 产品详情 product-content */
    .product-details .small-nav{padding-bottom:8px;margin-top:-4px}
    .product-details .small-nav .breadcrumb{font-size:12px;line-height:1.4;margin-bottom:0;justify-content:flex-start;flex-wrap:wrap;row-gap:4px;width:100%;max-width:none}
    .product-details .small-nav ul li:not(:first-child)::before{padding:0 8px;font-size:12px}
    .product-details-contnet{flex-direction:column;gap:28px;padding-top:28px;padding-bottom:8px;width:100%;box-sizing:border-box}
    .product-details-info{min-width:0;width:100%}
    .details-img-intro{width:100%!important;height:auto!important;max-width:none!important;min-height:220px!important;padding:12px!important;border-radius:8px;display:flex!important;justify-content:center;align-items:center;box-sizing:border-box}
    .product-details-thumbs-swiper{margin-top:12px;width:100%;max-width:100%!important}
    .product-details-thumbs-swiper .swiper-slide{width:72px!important;height:72px!important}
    .product-details-thumbs-swiper .swiper-slide img{padding:8px!important}
    .product-details-info .product-details-model{font-size:15px;line-height:1.4;margin-bottom:6px}
    .product-details-info .product-details-title{font-size:22px;line-height:1.3;margin-bottom:16px;font-weight:600}
    .product-details-info .product-details-description{font-size:14px;line-height:1.55;margin-bottom:20px;word-break:break-word}
    .product-details-info .faq-button{display:inline-flex;justify-content:center;align-items:center;width:min(100%,260px);height:46px;line-height:1;margin-top:8px}

    .product-details-tabs{padding:40px 0 48px}
    .details-tab{top:50px!important;flex-wrap:wrap;gap:0;justify-content:center;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,0.2);}
    .product-details-tab{flex:1 1 auto;min-width:0;padding:10px 12px;font-size:11px;line-height:1.25;text-align:center}
    .details-title{font-size:20px;line-height:1.35;padding-left:18px;margin:28px 0 20px}
    .details-title::before{height:32px;transform:translateY(8%)}
    .details-part table{min-width:560px;font-size:13px}
    .details-part table tbody td,.details-part table thead th{padding:8px 6px;font-size:12px}
    .details-resource-item{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 16px}
    .details-resource-item .download-link{align-self:flex-start}
    .details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
    .details-grid .product-name{font-size:15px;line-height:1.35}

    /* 产品列表弹窗详情 移动端 */
    .product-quick-detail-modal.reveal-modal{width:94vw;padding:16px 14px 24px}
    .product-quick-detail-modal .product-details-contnet{gap:20px;padding-top:16px}
    .product-quick-detail-modal .details-img-intro.product-details-main-swiper,
    .product-quick-detail-modal .product-modal-main-swiper.details-img-intro{min-height:160px}
    .product-quick-detail-modal .product-details-main-swiper .swiper-slide>img{max-height:220px}
    .product-quick-detail-modal .product-details-thumbs-swiper .swiper-slide{width:72px!important;height:72px!important}
    .product-quick-detail-modal .product-details-thumbs-swiper .swiper-slide img{padding:6px!important}
    .product-quick-detail-modal .product-modal-single-img-wrap{min-height:160px;padding:12px}
    .product-quick-detail-modal .product-modal-single-img{max-height:240px}
    .product-quick-detail-modal .product-details-tabs{padding:20px 0 32px}

    /* About 页 article-index-about：公司简介 / 服务卡片 / 制造 / 图库 / 可靠供应 */
    .profile-company-section{padding:48px 0}
    .profile-content{flex-direction:column;gap:36px;align-items:stretch}
    .profile-text .custom-title{margin-bottom:24px}
    .profile-text p{font-size:14px;line-height:1.65;margin-bottom:12px}
    .profile-image img{width:100%}
    .service-oriented-section{padding:48px 0}
    .service-oriented-section p{font-size:16px;line-height:1.5}
    .service-oriented-title{font-size:22px;line-height:1.35;display:block;padding:0 8px}
    .service-oriented-title::after{left:50%;transform:translateX(-50%);top:115%}
    .service-oriented-content{grid-template-columns:1fr;gap:20px;padding-top:36px}
    .service-oriented-content img{width:100%}
    .oriented-title{font-size:17px;line-height:1.35;padding:10px 0}
    .oriented-text{font-size:14px;line-height:1.55}
    .design-manufacture-content{flex-direction:column;gap:32px;padding:48px 0}
    .design-manufacture-section .design-manufacture-image,.design-manufacture-section .custom-part{width:100%;min-width:0}
    .gallery-section{padding:0 0 56px}
    .gallery-header{flex-direction:column;align-items:flex-start;gap:16px}
    .gallery-slides{padding:28px 15px 0}
    .gallery-images{display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:4px 0 12px;margin:0 -4px;padding-left:4px;padding-right:4px}
    .gallery-image-item{flex:0 0 min(78vw,260px);max-width:none;scroll-snap-align:start;border-radius:8px}
    .gallery-image-item img{aspect-ratio:4/3;object-fit:cover;display:block}
    .gallery-prev,.gallery-next{width:36px;height:36px;font-size:16px}
    .reliable-supply-section{padding:56px 0 72px;background-size:cover;background-position:center}
    .reliable-supply-content{padding:0 12px}
    .reliable-supply-content p{font-size:15px;line-height:1.5}
    .reliable-supply-title{font-size:22px;line-height:1.35;display:block}
    .reliable-supply-text{font-size:14px;line-height:1.6;padding:16px 0}
    .reliable-solution a{font-size:14px;line-height:1.55;word-break:break-word}

    /* Contact 页 article-index-contact */
    .news-big-title{font-size:26px;line-height:1.25;padding:28px 0 12px;word-break:break-word}
    .contact-us-problem{font-size:17px;line-height:1.45;padding:16px 0}
    .contact-us-answer p{font-size:14px;line-height:1.6;margin-bottom:16px}
    .request-quote{padding:32px 0 48px}
    .request-quote-content{flex-direction:column;gap:28px}
    .quote-form{padding:28px 18px;min-width:0;width:100%;box-sizing:border-box;border-radius:12px}
    .request-quote-title{font-size:24px;line-height:1.25;margin-bottom:28px}
    .request-quote-card{max-width:none;width:100%;padding:36px 22px;box-sizing:border-box;border-radius:12px}
    .request-quote-card img{width:48px;height:48px}
    .request-quote-card span{font-size:17px;line-height:1.4}
    .request-quote-card p{font-size:15px;line-height:1.5;word-break:break-word}

    /* Download 页 article-index-download（992 已纵向叠放，此处收紧排版） */
    .catalog-download .catalog-download-content{padding:24px 0 36px}
    .catalog-download .catalog-download-text>p{font-size:15px;margin-bottom:20px}

    /* OEM 页 article-index-oem：时间轴 / 工程支持 / 质检 / FAQ */
    .work-steps-section{padding:48px 0 64px}
    .oem-timeline{margin-top:36px}
    .work-steps-section .timeline-container{flex-direction:column;align-items:stretch;gap:28px}
    .work-steps-section .timeline-container::before{display:none}
    .work-steps-section .timeline-item{width:100%!important;max-width:420px;margin:0 auto;gap:12px}
    .work-steps-section .timeline-container .timeline-item:nth-child(even){flex-direction:column!important}
    .work-steps-section .timeline-container .timeline-item:nth-child(even) .step-desc{align-items:flex-start}
    .work-steps-section .icon-circle{height:auto;min-height:0}
    .work-steps-section .icon-circle::before{display:none}
    .work-steps-section .icon-circle img{width:112px;height:112px}
    .work-steps-section .step-content::after{display:none}
    .work-steps-section .step-title{font-size:14px;line-height:1.35;padding:10px 22px;white-space:normal;text-align:center;max-width:100%}
    .work-steps-section .step-desc{height:auto;min-height:0;font-size:13px;line-height:1.55;padding:0 8px}
    .work-steps-section .step-number{top:6px;right:6px;width:30px;height:30px;font-size:13px}
    .engineer-support-section{height:auto;min-height:0;background-size:cover;padding-bottom:48px}
    .engineer-title{font-size:22px;line-height:1.35;padding:48px 12px 28px;display:block}
    .engineer-title::before{display:none}
    .engineer-text{flex-direction:column;align-items:center;gap:20px;padding:0 12px}
    .engineer-card{width:100%;max-width:400px;height:auto;min-height:260px;padding:40px 28px 28px;box-sizing:border-box}
    .engineer-card-title{font-size:16px;padding-top:12px}
    .engineer-card-text{font-size:13px;line-height:1.55}
    .quality-assurance-section1{padding:48px 0}
    .quality-assurance-section1 p{font-size:15px;line-height:1.45}
    .quality-assurance-section1 .quality-assurance-title{font-size:22px;line-height:1.35;display:block;padding:0 8px}
    .quality-assurance-title::after{left:50%;transform:translateX(-50%);top:115%}
    .quality-grid{grid-template-columns:1fr;gap:24px;padding-top:40px}
    .quality-card{display:flex;flex-direction:column}
    .quality-card-image{width:100%}
    .quality-card-image img{width:100%;display:block}
    .card-text-left,.card-text-right{position:static;transform:none;width:100%;max-width:none;padding:16px 4px 0;box-sizing:border-box;text-align:left;left:auto}
    .quality-card-title{font-size:16px;line-height:1.35}
    .quality-card-desc{font-size:14px;line-height:1.5}
    .faq-section{padding:0 0 56px}
    .faq-content{flex-direction:column;gap:32px}
    .faq-content-item{min-width:0;width:100%}
    .faq-title{font-size:24px;line-height:1.3}
    .faq-content-item p{padding:16px 0 28px;font-size:14px;line-height:1.55}
    .faq-button{width:100%;max-width:280px;height:48px;line-height:48px;display:inline-flex;align-items:center;justify-content:center}
    .faq-right{min-width:0;width:100%}

    /* article-list.html — 资讯列表 product-blog */
    .product-blog{padding-bottom:8px}
    .product-blog .blog-grid{padding-top:24px;grid-template-columns:1fr;gap:20px}
    .product-blog .blog-image img{width:100%;display:block;border-radius:8px}
    .product-blog .blog-date{align-items:center;padding:8px 0}
    .product-blog .latest-news{font-size:13px;color:var(--public-color);font-weight:500}
    .product-blog a.blog-title{font-size:17px;line-height:1.35;letter-spacing:0}
    .product-blog .blog-text{font-size:14px;line-height:1.6;padding:10px 0 18px}

    /* article-list-certification.html — 认证网格 */
    .certifaction-section{padding-top:36px;padding-bottom:8px}
    .certifaction-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:28px}
    .certifaction-section .cert-card{padding:14px 10px}
    .certifaction-section .cert-image{margin-bottom:10px;display:block;line-height:0}
    .certifaction-section .cert-image img{width:100%;height:auto;display:block;border-radius:6px}
    .certifaction-section .cert-title{font-size:13px;line-height:1.45;margin-top:10px}
    .certifaction-pagination{margin-top:36px;justify-content:center;flex-wrap:wrap;gap:8px}
    .certifaction-pagination a{width:42px;height:42px;font-size:14px}

    /* article-list-faq.html — index-faq-section（991 已纵向，此处收紧并与 OEM FAQ 一致放宽展开高度） */
    .index-faq-section{padding:28px 0 52px}
    .index-faq-left{position:static;top:auto;box-shadow:0 4px 16px rgba(0,0,0,.06)}
    .index-faq-section .faq-nav{min-height:0}
    .index-faq-section .faq-nav-item{padding:14px 16px}
    .index-faq-section .faq-nav-title,.index-faq-section .faq-nav-arrow{font-size:15px}
    .index-faq-section .faq-question{padding:14px 0}
    .index-faq-section .faq-question-text{font-size:15px;line-height:1.35;margin-right:10px}
    .index-faq-section .faq-toggle-icon{width:26px;height:26px}
    .index-faq-section .faq-item.active .faq-answer{max-height:2600px}
    .index-faq-section .faq-answer-content{font-size:13px;line-height:1.55;padding-bottom:14px}
    .index-faq-section .faq-pagination{justify-content:center;padding-top:24px;gap:8px}

    /* 内联 margin-top 的页脚装饰条在窄屏收紧（contact / article-list 等） */
    .footer-top-solid[style*="margin-top"]{margin-top:36px!important}
}