:root{--public-color:#e70012;--public-color-secondary:#0a22a2;--design-width:1920px;--container-max:1430px;--container-padding:15px;--font-title:48px;--font-body:16px;--font-sm:14px;--font-lg:18px;--font-h4:20px;--font-h3:24px;--font-h2:28px;--font-h1:32px;--line-body:1.5;--line-body-mb:1.4;--breakpoint-mb:768px;--breakpoint-container:1400px}
*,*::before,*::after{box-sizing:border-box}
body,div,p,img,ul,ol,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
input,button,input:focus,button:focus{border:none;outline:none;}
ul,ol,li,dl,dd,dt{list-style-type:none}
img{aspect-ratio:attr(width) / attr(height);max-width:100%;height:auto}
a{color:#333;display:inline-block}
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)}
.img-width{width:100%;height:auto}
.img-height{height:100%;width:auto}
.img-fluid{max-width:100%;height:auto}
.ui-container,.container-xl{max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}
.ui-container.m-right,.container-xl.m-right{margin-left:auto;margin-right:0;padding:0}
.ui-container.m-left,.container-xl.m-left{margin-left:0;margin-right:auto;padding:0}
.ui-full-width{width:100%;max-width:var(--design-width);margin-left:auto;margin-right:auto}
.ui-content{max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}
body{color:#333;font-size:var(--font-body);line-height:var(--line-body);font-family:'Poppins','Outfit',Arial,Helvetica,sans-serif}
h1{font-size:var(--font-h1);font-weight:600;line-height:1.3}
h2{font-size:var(--font-h2);font-weight:600;line-height:1.3}
h3{font-size:var(--font-h3);font-weight:600;line-height:1.4}
h4{font-size:var(--font-h4);font-weight:600;line-height:1.4}
.ui-font-body{font-size:var(--font-body);line-height:var(--line-body)}
.ui-font-sm{font-size:var(--font-sm)}
.ui-font-lg{font-size:var(--font-lg)}
.ui-transition{transition:transform 0.3s ease,opacity 0.3s ease}
@media (max-width:768px){
    :root{--font-body:14px;--font-sm:12px;--font-lg:16px;--font-h4:18px;--font-h3:20px;--font-h2:24px;--font-h1:28px}
    body{font-size:var(--font-body);line-height:var(--line-body-mb);padding-top:50px}
    .ui-container.m-right,.ui-container.m-left,.container-xl.m-right,.container-xl.m-left{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}
    .ui-container,.ui-content{padding-left:15px;padding-right:15px}
}
@media (max-width:1400px){
    .ui-container,.ui-content,.container-xl{padding-left:var(--container-padding);padding-right:var(--container-padding)}
}

:root{
    --public-color-gradient-main:linear-gradient(to bottom, #f8ee05 0%, #ef860f 100%);
    --public-color-gradient-secondary:linear-gradient(to bottom, #0a23a4 0%, #000b5e 100%);
}

/*#留言表单 默认样式*/
.form-feedback .btn{display:inline-block;padding:14px 32px;background:#09209d;color:#fff;font-size:var(--font-body);font-weight:500;border-radius:0;text-decoration:none;transition:background .3s}
.form-feedback .btn:hover{background:var(--public-color-secondary);color:#fff}
.form-feedback .form-control{display:block;width:100%;padding:7px 12px;font-size:var(--font-body);line-height:1.5;color:#333;background:#fff;border:1px solid #ddd;border-radius:0}
.form-feedback .form-control::placeholder{color:#999}
.form-feedback textarea.form-control{min-height:100px;resize:vertical}
.form-feedback .form-row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-bottom:16px}
.form-feedback .form-row>*{margin-bottom:0}
.form-feedback .form-row .form-group,.form-feedback .form-row .btn-box{padding-left:10px;padding-right:10px}
.form-feedback .form-row .col-md-6{flex:0 0 50%;max-width:50%}
.form-feedback .form-row .col-md-8{flex:0 0 66.666667%;max-width:66.666667%}
.form-feedback .form-row .col-md-4{flex:0 0 33.333333%;max-width:33.333333%}
.form-feedback .form-row .col-md-12,.form-feedback .form-row .col-12{flex:0 0 100%;max-width:100%}
.form-feedback .form-group.required{position:relative;margin-bottom:0}
.form-feedback .form-group.required::before{content:'';position:absolute;top:0;left:10px;border-left:8px solid var(--public-color);border-bottom:8px solid transparent;z-index:1}
.form-feedback .input-group{display:flex;align-items:stretch;gap:20px;}
.form-feedback .input-group .form-control{flex:1;min-width:0;}
.form-feedback .input-group-text{border:1px solid #ddd;background:#fff;padding:0;display:flex;align-items:center}
.form-feedback .input-group-text img{display:block;height:38px}
@media(max-width:768px){
    .form-feedback .form-control{padding:10px 12px;font-size:16px}
    .form-feedback .btn{padding:14px 24px}
    .form-feedback .form-row .col-md-6,.form-feedback .form-row .col-md-8,.form-feedback .form-row .col-md-4{flex:0 0 100%;max-width:100%}
    .contact-wrapper .feedback-box .form-control{margin-bottom:0}
}

.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}
.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#f5543f;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}


/*PC端头部样式*/
.header{padding:40px 0;position:fixed;top:0;left:0;width:100%;z-index:99;background-color:transparent;transition:all .4s ease,box-shadow .4s ease;max-height:140px}
.header>*{max-width:1600px}
.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:40px}
.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}
.navbar-custom .navbar-nav .nav-link{font-size:20px;line-height:36px;color:#fff;position:relative;padding:5px 0}
.navbar-custom .navbar-nav .nav-link:hover{color:var(--public-color);transition:.6s ease-in-out}
.navbar-custom .navbar-nav .nav-link:before{content:"";width:0px;height:2px;background:var(--public-color-gradient-main);position:absolute;left:0;bottom:0px}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before{width:100%;transition:all 0s;}
.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{transform:rotate(90deg);transition:.6s ease-in-out;color:#f8ee05}
.navbar-custom .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg);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:#c40010}
.header-search-box .header-search-btn svg{flex-shrink: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{width:24px;height:24px;background:url(../../images/lang.gif) no-repeat center center;background-size:100% 100%;filter:brightness(0) saturate(100%) hue-rotate(-20deg) invert(12%) sepia(96%) saturate(7312%) hue-rotate(0deg) brightness(104%) contrast(128%)}
.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-lang-btn{background-color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;height:60px;width:256px;border-radius:50px;transition:all .3s ease}
.header-lang-btn .lang-text{color:var(--public-color);font-weight:bold}
.header-lang-btn:hover{opacity:.8;}
.header-lang-btn .lang-text::after{transition:.6s ease-in-out;color:var(--public-color);margin-left: .5rem;font-family: cmsfont;content: "";}


/* 头部滚动样式 */
.header.scrolled{background:var(--public-color-secondary);box-shadow:0 2px 20px rgba(0,0,0,.08);padding:20px 0}
/* .header.scrolled .header-logo .logo-default{opacity:0} */
/* .header.scrolled .header-logo .logo-scrolled{opacity:1} */
.header.scrolled .navbar-custom .nav-link{color:#fff}
.header.scrolled .navbar-custom .nav-link:hover{color:var(--public-color)}
.header.scrolled .header-touch{color:#fff;border-color:#fff}
.header.scrolled .header-touch:hover{background:var(--public-color);border-color:var(--public-color);color:#fff}
.header.scrolled .search-svg{color:#fff}
.header.scrolled .header-function > *:not(:last-child)::after{background:rgba(0,0,0,.1)}
.header.scrolled .header-lang-btn{background:#fff}
/* .header.scrolled .header-lang-btn *{color:#fff;} */
/* .header.scrolled .lang-svg{filter:brightness(1)} */
/* .header.scrolled .header-lang-btn .lang-text::after{color:#fff;} */

/* 无banner图 */
.no-banner{padding-top:140px}
.no-banner .header{background:var(--public-color-secondary)}
/* .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:#fff}
.no-banner .header .navbar-custom .nav-link:hover{color:var(--public-color)}
.no-banner .header .header-touch{color:#fff;border-color:#fff}
.no-banner .header .header-touch:hover{background:var(--public-color);border-color:var(--public-color);color:#fff}
.no-banner .header .search-svg{color:#fff}
.no-banner .header .header-function > *:not(:last-child)::after{background:rgba(0,0,0,.1)}
/* .no-banner .header .lang-svg{filter:brightness(.3)} */

.page-banner{position:relative;overflow:hidden;}
.page-banner>img{width:100%}
.page-banner-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.page-banner-title{font-size:38px;font-weight:600;color:#fff;text-align:center;margin:0 0 24px}
.page-banner-breadcrumb{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0 8px;font-size:var(--font-body);color:#fff}
.page-banner-breadcrumb-item{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;transition:all .3s ease;}
.page-banner-breadcrumb-item:hover{color:var(--public-color)}
.page-banner-breadcrumb-icon{display:inline-block;width:18px;height:18px;background:var(--public-color);border-radius:4px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><rect x="9" y="12" width="6" height="10"/></svg>');background-size:12px 12px;background-position:center;background-repeat:no-repeat}
.page-banner-breadcrumb-item::before{content:'>';margin:0 4px;color:rgba(255,255,255,.9)}
.page-banner-breadcrumb-item:first-child::before{display:none}
@media(max-width:768px){
    .no-banner{padding-top:50px}
    .page-banner{height:160px;display: flex;justify-content: center;}
    .page-banner>img{width: auto;height: 100%;max-width: inherit;}
    .page-banner-inner{padding:60px 15px}
    .page-banner-title{font-size:28px;padding:0 24px}
}

/* 
    特殊下拉菜单样式
    .pull-down 根据容器宽度自动计算位置
    .pull-down-fullscreen 全屏
    后续自定义添加样式
*/
.pull-down{position:fixed;left:max(0px,calc((100vw - 1860px)/2));width:min(1860px,100vw);top:calc(120px - 46px);padding-top:20px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:9998;pointer-events:none}
.pull-down.pull-down-fullscreen{position:fixed;left:0;top:0;width:100vw;height:100vh;padding-top:120px;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}
.header.scrolled .pull-down{top:calc(80px - 16px)}
.pull-down-inner{width:100%;padding:30px var(--container-padding);background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.12);display:flex;gap:48px}
.header:not(.scrolled) .pull-down-inner{background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}

/*移动端头部样式*/
@media(max-width:768px){
    body{padding-top:50px;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;align-items: center;}
    .header-mb .top-logo{width:50%}
    .header-mb .top-logo img{height:30px;width:auto;}
    .header-mb .top-mb{display:flex;align-items:center;width:50%;justify-content:flex-end}
    .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}
}

/* 联系侧边栏 */
.contact-sidebar{position:fixed;right:0;top:60%;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:50px;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}
}


/*#弹出框*/
.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 .close-reveal-modal:hover{color: var(--public-color);}
@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}
}

.all-btn{padding:20px 40px;border-radius:40px;background:var(--public-color-gradient-secondary);color:#fff;text-decoration:none;transition:all 0.3s ease;max-width:max-content;min-width:260px;display:flex;justify-content:space-between;align-items:center}
.all-btn::after{content:'';display:inline-block;width:14px;height:10px;margin-right:10px;vertical-align:middle;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="10px"><path fill-rule="evenodd" fill="rgb(255,255,255)" d="M-0.004,5.999 L10.281,5.999 L6.391,9.997 L9.141,9.997 L14.004,4.999 L9.141,0.001 L6.391,0.001 L10.281,4.000 L-0.004,4.000 L-0.004,5.999 Z"/></svg>') no-repeat center center / contain}
.all-btn:hover{opacity:0.8;color:#f2f2f2}

.all-nav{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}
.all-nav-item{background-color:#e4e4e4;padding:20px 30px;border-radius:40px;min-width:260px;text-align:center;transition:all .3s ease;}
.all-nav-item.active,.all-nav-item:hover{background-color:var(--public-color-secondary);color:#fff;}
@media(max-width:768px){
 .all-nav{gap:10px;justify-content:center}
 .all-nav-item{min-width:0;flex:1 1 auto;padding:12px 16px;font-size:var(--font-sm);border-radius:24px;max-width:100%;box-sizing:border-box}
}

/* 首页 */
.home{position:relative}
.home-banner-new{background:linear-gradient(to bottom, #0a23a4 0%, #000b5e calc(100% - 130px), #fff calc(100% - 130px), #fff 100%);padding:120px 0 0;background-size:cover;max-height:960px;position:relative}

.home-banner-new>* .ui-container{max-width:1820px;height:800px}
.home-banner-new .swiper-pagination-bullets{position:absolute;bottom:40px;left:0%;transform:translateX(0%);z-index:10}
.home-banner-new .swiper-pagination-bullets .swiper-pagination-bullet{background:#e7e7e7;opacity:1;width:100px;height:6px;border-radius:5px;margin:0 5px;transition:all 0.3s ease}
.home-banner-new .swiper-pagination-bullets .swiper-pagination-bullet-active{background:var(--public-color)}

.banner1{position:relative;width:100%;height:100%;color:#666}
.banner1 .banner-box-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:40px;padding:0 100px}
.banner1 .banner-box-inner .banner-box-text{flex:0 0 700px}
.banner1 .banner-box-inner .banner-box-text .banner-title{font-size:var(--font-title);font-weight:600;color:#000;margin:0}
.banner1 .banner-box-inner .banner-box-text .banner-desc{font-size:calc(var(--font-body) + 4px);font-weight:400;color:#666;margin:20px 0}
.banner1 .banner-box-inner .banner-box-text .banner-list{font-size:calc(var(--font-body) + 4px);font-weight:400;color:#666;margin:0}
.banner1 .banner-box-inner .banner-box-text .banner-list li{font-size:calc(var(--font-body) + 4px);font-weight:400;color:#666;margin:0}
.banner1 .banner-box-inner .banner-box-text .banner-list li:before{content:'';display:inline-block;width:16px;height:16px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px"><path fill-rule="evenodd"  fill="rgb(0,103,255)" d="M4.474,7.373 L6.644,11.687 C6.644,11.687 10.169,2.921 15.729,-0.001 C15.593,2.087 15.051,3.895 16.000,6.122 C13.559,6.678 8.542,12.939 6.915,16.000 C4.610,13.078 1.898,10.852 -0.000,10.156 L4.474,7.373 Z"/></svg>') no-repeat center center / contain;border-radius:0;margin-right:10px}
.banner-btns{display:flex;gap:20px;flex-direction:column;justify-content:flex-start;margin-top:30px}
.banner-btn{padding:20px 40px;border-radius:40px;background:var(--public-color-gradient-secondary);color:#fff;text-decoration:none;transition:all 0.3s ease;max-width:max-content;min-width:290px;display:flex;justify-content:space-between;align-items:center}
.banner-btn::after{content:'';display:inline-block;width:14px;height:10px;margin-right:10px;vertical-align:middle;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="10px"><path fill-rule="evenodd" fill="rgb(255,255,255)" d="M-0.004,5.999 L10.281,5.999 L6.391,9.997 L9.141,9.997 L14.004,4.999 L9.141,0.001 L6.391,0.001 L10.281,4.000 L-0.004,4.000 L-0.004,5.999 Z"/></svg>') no-repeat center center / contain}
.btn-primary{background:var(--public-color-gradient-main)}
.banner-btn:hover{opacity:0.8;color:#f2f2f2}

@media(max-width:768px){
 .home-banner-new{padding:0;max-height:none;background:linear-gradient(to bottom,#0a23a4 0%,#000b5e 100%)}
 .home-banner-new .swiper-slide{height:auto}
 .home-banner-new>* .ui-container{height:auto;min-height:0;max-width:100%}
 .home-banner-new .swiper-pagination-bullets{bottom:16px;left:50%;transform:translateX(-50%);width:100%;text-align:center;padding:0 12px;box-sizing:border-box}
 .home-banner-new .swiper-pagination-bullets .swiper-pagination-bullet{width:36px;height:4px;margin:0 4px}
 .banner1{height:auto;min-height:0}
 .banner1 .banner-img{display:none}
 .banner1 .banner-img img{width:100%;height:auto;display:block;vertical-align:top}
 .banner1 .banner-box-inner{position:relative;top:auto;left:auto;width:100%;height:auto;min-height:0;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:20px;padding:20px 0 48px}
 .banner1 .banner-box-inner .banner-box-text{flex:1 1 auto;width:100%;max-width:100%;color:#fff;}
 .banner1 .banner-box-inner .banner-box-text .banner-title{font-size:var(--font-h1);line-height:1.25;color:#fff}
 .banner1 .banner-box-inner .banner-box-text .banner-desc{font-size:var(--font-body);margin:12px 0 16px;color:#fff;}
 .banner1 .banner-box-inner .banner-box-text .banner-list li{font-size:var(--font-body);color:#fff;}
 .banner1 .banner-box-inner .banner-box-img{width:100%;max-width:320px;margin:0 auto;text-align:center}
 .banner1 .banner-box-inner .banner-box-img img{margin:0 auto}
 .banner-btns{margin-top:16px;gap:12px;width:100%}
 .banner-btn{min-width:0;width:100%;max-width:100%;padding:14px 20px;border-radius:32px;box-sizing:border-box}
}

/* home-about */
.home-about{padding-top:140px}
.home-about-inner{display:flex;align-items:center;justify-content:center;gap:70px;padding:0}
.home-about-img{flex:0 0 980px;border-radius:0 80px 0 0;overflow:hidden;}
.home-about-text{flex:1;}
.home-about-title{font-size:var(--font-title);font-weight:600;color:#000;line-height:44px;}
.home-about-title::before{content:'';display:inline-block;width:20px;height:30px;background:url(../../images/title-before.webp) no-repeat center;margin-right:10px}
.home-about-desc{font-size:18px;font-weight:400;color:#666;margin:20px 0 40px;max-width:700px;}
.home-about-desc p{margin:0 0 20px 0;}
.home-about-desc p:last-child{margin-bottom:0;}
@media(max-width:768px){
 .home-about{padding:40px 0}
 .home-about-inner{flex-direction:column;gap:28px;align-items:stretch;padding:0 15px;}
 .home-about-img{flex:none;width:100%;max-width:100%;border-radius:0}
 .home-about-title{font-size:var(--font-h2);line-height:1.3}
 .home-about-desc{font-size:var(--font-body);margin:16px 0 24px}
 .home-about .all-btn{min-width:0;width:100%;max-width:100%;justify-content:center;box-sizing:border-box;padding:16px 24px}
}

/* home-seconds */
.home-seconds{background-color:#f79400;}
.home-seconds-inner{display:flex;align-items:center;justify-content:space-between;gap:70px;padding:80px 0}
.home-seconds-title{font-size:28px;font-weight:500;color:#fff;margin:0;display:flex;align-items:center;gap:80px;flex-shrink:0}
.home-seconds-title::after{content:'';display:inline-block;width:14px;height:10px;margin-right:10px;vertical-align:middle;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="10px"><path fill-rule="evenodd" fill="rgb(255,255,255)" d="M-0.004,5.999 L10.281,5.999 L6.391,9.997 L9.141,9.997 L14.004,4.999 L9.141,0.001 L6.391,0.001 L10.281,4.000 L-0.004,4.000 L-0.004,5.999 Z"/></svg>') no-repeat center center / contain}
.home-seconds-input{display:flex;align-items:stretch;flex:1;max-width:720px;min-width:0;background:#fff;border-radius:999px;overflow:hidden}
.home-seconds-input .header-search-input{flex:1;min-width:0;height:80px;padding:10px 60px;font-size:20px;color:#333;background:transparent;border:none}
.home-seconds-input .header-search-input::placeholder{color:#999}
.home-seconds-input .input-group-append{flex-shrink:0;display:flex}
.home-seconds-input .header-search-btn{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:transparent;color:#800000;cursor:pointer;transition:color .3s;border:none;padding:0}
.home-seconds-input .header-search-btn:hover{color:#a00}
.home-seconds-input .header-search-btn svg{width:22px;height:22px;flex-shrink:0}
@media(max-width:768px){
 .home-seconds-inner{flex-direction:column;align-items:stretch;gap:20px;padding:32px 0}
 .home-seconds-title{font-size:var(--font-h3);font-weight:600;gap:12px;text-align:center;justify-content:center;flex-wrap:wrap}
 .home-seconds-title::after{margin-left:4px;margin-right:0}
 .home-seconds-input{border-radius:14px;max-width:100%}
 .home-seconds-input .header-search-input{height:52px;padding:10px 16px;font-size:16px}
 .home-seconds-input .header-search-btn{width:52px;height:52px}
 .home-seconds-input .header-search-btn svg{width:20px;height:20px}
}

/* home-products */
.home-products{padding:80px 0 0;background:transparent;position:relative;z-index:2}
.home-products .ui-container{max-width:1600px}
.home-products-title{font-size:var(--font-title);font-weight:600;color:#000;text-align:center;text-transform:uppercase;margin:0 0 16px}
.home-products-subtitle{font-size:var(--font-body);color:#999;text-align:center;margin:0 0 48px;line-height:1.5}
.home-products-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:48px}
.home-products-tab{position:relative;padding:14px 28px;font-size:var(--font-body);font-weight:500;color:#fff;background:var(--public-color-gradient-secondary);border:none;border-radius:999px;cursor:pointer;transition:background .3s,color .3s}
.home-products-tab:hover{opacity:.8}
.home-products-tab.active{background:#ffa500}
.home-products-tab.active::after{content:'';position:absolute;left:50%;bottom:-20px;transform:translateX(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #ffa500}
.home-products-content{padding:80px 50px 60px;background-color:#f7f7f7;border-radius:10px}
.home-products-panel{display:none}
.home-products-panel.active{display:block}
.home-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.home-products-card{background:#fff;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s;border-top:3px solid transparent}
.home-products-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.home-products-card-img-link{display:block;background:#fff;aspect-ratio:1;padding:0}
.home-products-card-img-link img{width:100%;height:100%;object-fit:contain}
.home-products-card-footer{padding:20px;flex:1;transition:all .3s}
.home-products-card:hover .home-products-card-footer{background:#001a9e;color:#fff}
.home-products-card:hover{border-top:3px solid #001a9e}
.home-products-card:not(:hover) .home-products-card-footer{background:#ededed}
.home-products-card-title{margin:0 0 8px;font-size:var(--font-h4);font-weight:600}
.home-products-card:hover .home-products-card-title-link{color:#fff}
.home-products-card:hover .home-products-card-title-link:hover{color:rgba(255,255,255,.9)}
.home-products-card:not(:hover) .home-products-card-title-link{color:#333}
.home-products-card:not(:hover) .home-products-card-title-link:hover{color:var(--public-color)}
.home-products-card-no{font-size:var(--font-sm);margin:0 0 6px;color:inherit}
.home-products-card:hover .home-products-card-no{opacity:.95}
.home-products-card:not(:hover) .home-products-card-no{color:#666}
.home-products-card-eo{font-size:12px;margin:0;color:inherit;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:100%;text-overflow:ellipsis;white-space:normal}
.home-products-card-eo br:before{content:" ";white-space:pre}
.home-products-card-eo br{display:none}
.home-products-card:hover .home-products-card-eo{opacity:.85}
.home-products-card:not(:hover) .home-products-card-eo{color:#888}
.more-products{margin:60px auto 0;display:table;border:1px solid var(--public-color);font-size:20px;padding:15px 30px;border-radius:200px;color:#666;transition:all .3s ease;}
.more-products::after{content:'';display:inline-block;width:14px;height:10px;margin-left:20px;vertical-align:middle;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="10px"><path fill-rule="evenodd" fill="rgb(208,7,21)" d="M-0.004,5.999 L10.281,5.999 L6.391,9.998 L9.141,9.998 L14.004,5.000 L9.141,0.001 L6.391,0.001 L10.281,4.000 L-0.004,4.000 L-0.004,5.999 Z"/></svg>') no-repeat center center / contain}
@media(max-width:768px){
 .home-products{padding:40px 0 0}
 .home-products-title{font-size:var(--font-h2);margin-bottom:12px}
 .home-products-subtitle{margin-bottom:24px;padding:0 4px}
 .home-products-tabs{gap:8px;margin-bottom:20px}
 .home-products-tab{padding:10px 16px;font-size:var(--font-sm)}
 .home-products-tab.active::after{bottom:-10px;border-left-width:8px;border-right-width:8px;border-top-width:8px}
 .home-products-content{padding:28px 0 36px;overflow:visible}
 .home-products-grid{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:0 14px 12px;margin:0;scrollbar-width:thin}
 .home-products-grid::-webkit-scrollbar{height:6px}
 .home-products-grid::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}
 .home-products-grid .home-products-card{flex:0 0 min(72vw,280px);max-width:280px;scroll-snap-align:start;min-width:0}
 .more-products{margin:28px 14px 0;display:block;text-align:center;font-size:var(--font-body);padding:12px 20px}
}

/* home-quality */
.home-quality{position:relative;background:url(../../images/home-quality-bg.webp) no-repeat center center;background-size:cover;padding:230px 0 0;margin-top: -80px;position:relative;z-index:1;min-height:816px;}
.home-quality .ui-container{position:relative;z-index:1}
.home-quality-title{font-size:var(--font-title);font-weight:600;color:#fff;text-align:center;margin:0 0 24px}
.home-quality-subtitle{font-size:var(--font-body);color:rgba(255,255,255,.95);text-align:center;margin:0 0 60px;line-height:1.6;max-width:900px;margin-left:auto;margin-right:auto}
.home-quality-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 60px}
.home-quality-item{display:flex;align-items:flex-start;gap:24px}
.home-quality-icon{flex-shrink:0;width:70px;height:70px}
.home-quality-icon img{width:100%;height:100%;object-fit:contain}
.home-quality-text{flex:1;min-width:0}
.home-quality-item-title{font-size:var(--font-h4);font-weight:600;color:#fff;margin:0 0 8px}
.home-quality-item-desc{font-size:var(--font-body);color:rgba(255,255,255,.9);margin:0;line-height:1.5}
@media(max-width:768px){
 .home-quality{margin-top:0;min-height:0;padding:48px 0 40px;background-position:center top}
 .home-quality-title{font-size:var(--font-h2)}
 .home-quality-subtitle{margin-bottom:32px;padding:0 4px}
 .home-quality-grid{grid-template-columns:1fr;gap:28px}
 .home-quality-item{gap:16px}
 .home-quality-icon{width:48px;height:48px}
}

/* home-why */
.home-why{background:#f8f8f8}
.home-why>*{background:url(../../images/home-why-bg.webp) no-repeat center center;min-height:1680px;padding:180px 0 100px;}
.home-why-title{font-size:var(--font-title);font-weight:600;color:#000;text-align:center;margin:0 0 110px}
.home-why-production{display:flex;align-items:center;gap:70px;margin-bottom:80px}
.home-why-production-text{flex:1;min-width:0;max-width:640px;}
.home-why-production-title{font-size:var(--font-h2);font-weight:600;color:#000;margin:0 0 20px}
.home-why-production-desc{font-size:var(--font-body);color:#666;line-height:1.6;margin:0 0 28px}
.home-why-production-list{margin:0;padding:0;list-style:none}
.home-why-production-list li{position:relative;font-size:var(--font-body);color:#333;line-height:1.6;margin-bottom:14px;padding-left:28px}
.home-why-production-list li::before{content:'';position:absolute;left:0;top:5px;width:18px;height:14px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path fill="%23e70012" d="M6.2 14L0 7.8l2.1-2.1 4.1 4.1 9.7-9.7L18 1.9z"/></svg>') no-repeat center/contain}
.home-why-production-img{flex:0 0 680px}
.home-why-production-img img{border-radius:12px;width:100%;height:auto}
.home-why-services-title{font-size:var(--font-h2);font-weight:600;color:#000;margin:0 0 12px}
.home-why-services-subtitle{font-size:var(--font-body);color:#999;margin:0 0 40px;line-height:1.5}
.home-why-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.home-why-card{background:#fff;border-radius:8px;padding:32px 24px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .3s}
.home-why-card:hover{background:#ffa500;color:#fff}
.home-why-card:hover .home-why-card-title{color:#fff}
.home-why-card:hover .home-why-card-desc{color:rgba(255,255,255,.95)}
.home-why-card:hover .home-why-card-icon img{filter:brightness(0) invert(1)}
.home-why-card:not(:hover) .home-why-card-title{color:#333}
.home-why-card-icon{width:56px;height:56px;margin:0 auto 20px}
.home-why-card-icon img{width:100%;height:100%;object-fit:contain}
.home-why-card-title{font-size:var(--font-h4);font-weight:600;margin:0 0 12px}
.home-why-card-desc{font-size:var(--font-sm);color:#999;margin:0;line-height:1.5}
.home-why-card.active .home-why-card-title{color:#fff}
.home-why-card.active .home-why-card-desc{color:inherit}
@media(max-width:768px){
 .home-why{padding:0}
 .home-why>*{min-height:auto;padding:40px 0 48px;background-size:cover;background-position:center top}
 .home-why-title{font-size:var(--font-h2);margin-bottom:32px}
 .home-why-production{flex-direction:column;gap:28px;margin-bottom:40px}
 .home-why-production-text{max-width:100%}
 .home-why-production-img{flex:0 0 auto;width:100%}
 .home-why-services-title{font-size:var(--font-h3)}
 .home-why-services-subtitle{margin-bottom:28px}
 .home-why-cards{grid-template-columns:repeat(2,1fr);gap:12px 14px}
 .home-why-card{padding:16px 12px}
 .home-why-card-icon{width:44px;height:44px;margin-bottom:12px}
 .home-why-card-title{font-size:var(--font-sm);line-height:1.35}
 .home-why-card-desc{font-size:12px;line-height:1.45}
}

/* home-news */
.home-news{padding:80px 0 100px;background:#fff}
.home-news-layout{display:grid;grid-template-columns:1fr;gap:40px}
.home-news-heading{font-size:var(--font-title);font-weight:600;color:#000;margin:0 0 24px}
.home-news-col{min-width:0}
.home-news-card{display:flex;gap:20px;background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 4px 16px rgba(0,0,0,.06);overflow:hidden}
.home-news-cards{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.home-news-card-img-link{flex-shrink:0;border-radius:6px;overflow:hidden;max-width:230px}
.home-news-card-img-link img{width:100%;height:auto}
.home-news-card-body{flex:1;min-width:0;display:flex;flex-direction:column}
.home-news-card-date{font-size:var(--font-sm);color:#999;margin-bottom:8px}
.home-news-card-title-link{font-size:var(--font-h4);font-weight:600;color:#000;text-decoration:none;margin-bottom:8px;line-height:1.4;display:block}
.home-news-card-title-link:hover{color:var(--public-color)}
.home-news-card-desc{font-size:var(--font-sm);color:#999;line-height:1.5;margin:0 0 12px;flex:1}
.home-news-card-accent{display:block;width:40px;height:2px;background:var(--public-color)}
.home-news-event-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.home-news-event-img-link{display:block;aspect-ratio:684/190;overflow:hidden}
.home-news-event-img-link img{width:100%;height:100%;object-fit:cover}
.home-news-event-body{background:#001a9e;padding:28px;color:#fff}
.home-news-event-date{font-size:var(--font-sm);color:rgba(255,255,255,.8);margin-bottom:10px;display:block}
.home-news-event-title-link{font-size:var(--font-h2);font-weight:600;color:#fff;text-decoration:none;display:block;margin-bottom:12px;line-height:1.3}
.home-news-event-title-link:hover{color:rgba(255,255,255,.9)}
.home-news-event-desc{font-size:var(--font-body);color:rgba(255,255,255,.9);line-height:1.5;margin:0 0 16px}
.home-news-event-body .home-news-card-accent{background:#fff}
@media(max-width:768px){
.home-news-cards{grid-template-columns: 1fr;}
 .home-news{padding:40px 0 48px}
 .home-news-heading{font-size:var(--font-h2);margin-bottom:20px}
 .home-news-layout{grid-template-columns:1fr;gap:28px}
 .home-news-card{flex-direction:column;padding:16px;gap:16px}
 .home-news-card-img-link{width:100%;height:160px;flex-shrink:0;max-width:inherit}
 .home-news-card-title-link{font-size:var(--font-h4)}
 .home-news-event-img-link{aspect-ratio:16/9}
 .home-news-event-body{padding:20px}
 .home-news-event-title-link{font-size:var(--font-h3)}
.home-news-card-img-link img{width:100%;height:auto;}
}

/* sub-footer */
.sub-footer{background:#f8fbff;min-height:804px;}
.sub-footer>*{background:url(../../images/sub-footer-faq-bg.webp) no-repeat center right;min-height:804px;}
.sub-footer .ui-container{max-width:1600px;}
.sub-footer-layout{display:grid;grid-template-columns:1fr 1fr;min-height:0}
.sub-footer-label{font-size:20px;font-weight:600;color:var(--public-color);letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:12px}
.sub-footer-form-col{padding:80px 0;max-width:700px;}
.sub-footer-form-title{font-size:36px;font-weight:600;color:#000;margin:0 0 36px}
.sub-footer-form .form-group.required::before{display:none}
.sub-footer-form .form-control{border:1px solid #ddd;border-radius:8px;padding:12px 16px}
.sub-footer-form .form-row{margin-bottom:20px}
.sub-footer-form .form-row:last-of-type{margin-bottom:0}
.sub-footer-captcha-row .form-row{margin-bottom:0}
.sub-footer-btn{display:inline-block;padding:16px 40px;background:#001a9e;color:#fff;font-size:var(--font-body);font-weight:500;border-radius:999px;border:none;cursor:pointer;transition:background .3s}
.sub-footer-btn:hover{background:#0022c4;color:#fff}
.sub-footer-faq-col{position:relative;}
.sub-footer-faq-col>*{position:relative;z-index:1}
.sub-footer-faq-col{padding:80px 0 80px 80px}
.sub-footer-faq-title{font-size:36px;font-weight:600;color:#000;margin:0 0 20px;max-width:400px;}
.sub-footer-faq-desc{font-size:18px;color:#666;line-height:1.6;margin:0 0 32px}
.sub-footer-accordion-item{margin-bottom:20px}
.sub-footer-accordion-item:last-child{margin-bottom:0}
.sub-footer-accordion-toggle{width:100%;padding:18px 24px;font-size:var(--font-body);font-weight:600;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:8px;text-align:left;cursor:pointer;transition:all .3s}
.sub-footer-accordion-item.active .sub-footer-accordion-toggle{background:#001a9e;color:#fff;border-color:#001a9e;border-radius:8px 8px 0 0}
.sub-footer-accordion-content{display:none;padding:24px;background:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px}
.sub-footer-accordion-item.active .sub-footer-accordion-content{display:flex;border-color:#001a9e}
.sub-footer-accordion-content p{margin:0 0 12px;font-size:var(--font-body);color:#333;line-height:1.6}
.sub-footer-accordion-content p:last-child{margin-bottom:0}
.sub-footer-accordion-answer{color:var(--public-color);font-weight:600;margin-right:4px;display:inline-block;flex-shrink:0}
.sub-footer-accordion-answer-content{flex:1;min-width:0}
.sub-footer-accordion-item.active .sub-footer-accordion-content{align-items:flex-start;gap:10px}
.reveal-modal .form-group+.form-group{margin-top:10px}
@media(max-width:768px){
 .sub-footer{min-height:0}
 .sub-footer>*{min-height:0;background-size:cover;background-position:center top}
 .sub-footer-layout{grid-template-columns:1fr;gap:0}
 .sub-footer-form-col{padding:32px 15px 28px;max-width:100%}
 .sub-footer-faq-col{padding:28px 15px 36px;background:#f8f8f8}
 .sub-footer-faq-col::before{background:rgba(248,248,248,.95)}
 .sub-footer-label{font-size:var(--font-sm);margin-bottom:8px;letter-spacing:.06em}
 .sub-footer-form-title,.sub-footer-faq-title{font-size:var(--font-h2);margin-bottom:16px}
 .sub-footer-faq-title{max-width:none;line-height:1.3}
 .sub-footer-faq-desc{font-size:var(--font-body);margin-bottom:22px;line-height:1.55}
 .sub-footer-form .form-row{margin-bottom:14px}
 .sub-footer-form textarea.form-control{min-height:120px}
 .sub-footer-form .input-group{flex-direction:column;align-items:stretch;gap:12px}
 .sub-footer-form .input-group .form-control{width:100%}
 .sub-footer-form .input-group-text{justify-content:center;min-height:44px;padding:8px 12px}
 .sub-footer-form .input-group-text img{max-height:40px;height:auto;width:auto;margin:0 auto}
 .sub-footer-captcha-row .form-group{margin-bottom:0}
 .sub-footer-form .form-group+.form-group{margin-top:10px}
 .sub-footer-btn{width:100%;max-width:100%;display:block;text-align:center;box-sizing:border-box;padding:16px 24px}
 .sub-footer-form .btn-box{width:100%}
 .sub-footer-accordion-item{margin-bottom:12px}
 .sub-footer-accordion-toggle{padding:14px 14px 14px 16px;font-size:var(--font-sm);line-height:1.45;min-height:48px;box-sizing:border-box}
 .sub-footer-accordion-item.active .sub-footer-accordion-content{flex-direction:column;align-items:stretch;gap:8px}
 .sub-footer-accordion-content{padding:14px 16px 16px}
 .sub-footer-accordion-content p{font-size:var(--font-sm);line-height:1.55}
}

/*#Footer*/
.footer{background:#001a9e;color:#fff}
.footer-container{max-width:1600px}
.footer-main{padding:60px 0 48px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1.2fr 1fr 1.2fr;gap:48px}
.footer-logo-text{font-size:36px;font-weight:700;font-style:italic;color:#fff;text-decoration:none;transition:opacity .3s;display:inline-block}
.footer-logo-text:hover{opacity:.9;color:#fff}
.footer-desc{font-size:var(--font-body);line-height:1.6;color:rgba(255,255,255,.9);margin:16px 0 24px}
.footer-social{display:flex;gap:12px}
.footer-social-item{width:40px;height:40px;border-radius:50%;background:var(--public-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;text-decoration:none;transition:opacity .3s}
.footer-social-item:hover{opacity:.9;color:#fff}
.footer-title{font-size:var(--font-h4);font-weight:600;color:#fff;margin-bottom:20px}
.footer-contact-wrap{display:flex;gap:20px}
.footer-qr{flex-shrink:0;width:120px;height:120px;border-radius:4px;overflow:hidden}
.footer-qr img{width:100%;height:100%;object-fit:contain}
.footer-contact-info p{font-size:var(--font-body);line-height:1.8;color:rgba(255,255,255,.9);margin:0 0 6px}
.footer-contact-info p:last-child{margin-bottom:0}
.footer-contact-info p a{color:#fff;text-decoration:none;transition:color .3s}
.footer-contact-info p a:hover{color:var(--public-color)}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin-bottom:12px}
.footer-links li::before{content:'';display:inline-block;width:6px;height:10px;margin-right:12px;vertical-align:middle;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path fill="%23e70012" d="M0 0l6 5-6 5V0z"/></svg>') no-repeat center/contain}
.footer-links a{color:#fff;font-size:var(--font-body);line-height:1.5;text-decoration:none;transition:color .3s}
.footer-links a:hover{color:var(--public-color)}
.footer-nav-wrap{display:flex;gap:48px}
.footer-nav-wrap .footer-links{min-width:0}
.footer-bottom{background:#001a9e;padding:16px 0;border-top:1px solid rgba(255,255,255,.15)}
.footer-copyright{font-size:var(--font-sm);color:rgba(255,255,255,.7);margin:0}
@media(max-width:768px){
 .footer-main{padding:36px 0 28px}
 .footer-grid{grid-template-columns:1fr;gap:28px}
 .footer-logo-text{font-size:clamp(28px,7.5vw,34px)}
 .footer-desc{margin:12px 0 18px;font-size:var(--font-sm);line-height:1.55}
 .footer-title{margin-bottom:14px}
 .footer-contact-wrap{flex-direction:column;align-items:flex-start;gap:16px}
 .footer-qr{width:104px;height:104px}
 .footer-contact-info{width:100%;min-width:0}
 .footer-contact-info p{font-size:var(--font-sm);line-height:1.65;word-break:break-word}
 .footer-contact-info p a{word-break:break-word}
 .footer .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;align-items:start}
 .footer .footer-links li{margin-bottom:0;min-width:0}
 .footer .footer-links li::before{margin-right:8px}
 .footer-links a{display:inline-block;padding:3px 0;max-width:100%}
 .footer-nav-wrap{flex-direction:column;align-items:stretch;gap:0}
 .footer-nav-wrap .footer-links{width:100%;min-width:0}
 .footer-bottom{padding:14px 0 18px;text-align:center}
 .footer-copyright{font-size:12px;line-height:1.55;padding:0 12px;max-width:100%;box-sizing:border-box}
}

/*#about*/
.about-content{padding:70px 0 100px;background-color:#f6f6f6;}
.about-header-inner{display:flex;gap:80px;align-items:center;margin-top:80px}
.about-header-text{flex:1;min-width:0;}
.about-header-title{font-size:48px;font-weight:600;color:#000;margin:0 0 20px;}
.about-header-title::before{content:'';display:inline-block;width:20px;height:30px;background:url(../../images/title-before.webp) no-repeat center;margin-right:10px}
.about-header-desc{font-size:var(--font-body);color:#666;line-height:1.6;margin:0;}
.about-header-desc p{margin:0 0 20px;}
.about-header-img{flex:0 0 800px;}
.about-header-img img{border-radius:50px 0 50px 0;width:100%;height:auto;}
@media(max-width:768px){
 .about-content{padding:32px 0 40px}
 .about-header-inner{flex-direction:column;gap:24px;margin-top:24px;align-items:stretch}
 .about-header-title{font-size:var(--font-h2);line-height:1.3;margin-bottom:16px}
 .about-header-img{flex:none;width:100%;max-width:100%}
 .about-header-img img{border-radius:20px 0 20px 0}
 .about-header-desc p{margin:0 0 14px}
}

/* about-list */
.about-list{padding:100px 0;background:#fff}
.about-list-item{display:flex;align-items:center;gap:70px;margin-bottom:100px}
.about-list-item:last-child{margin-bottom:0}
.about-list-item-reverse{flex-direction:row-reverse}
.about-list-img{flex:0 0 665px;border-radius:30px 0 30px 0;overflow:hidden}
.about-list-img img{width:100%;height:auto;display:block}
.about-list-text{flex:1;min-width:0;padding-left:50px}
.about-list-title{font-size:48px;line-height:52px;;font-weight:600;color:#000;margin:0 0 30px -50px;display: flex;}
.about-list-title::before{content:'';display:inline-block;width:20px;height:30px;background:url(../../images/title-before.webp) no-repeat top left;min-width:50px;}
.about-list-desc{font-size:var(--font-body);color:#666;line-height:1.6;margin:0 0 28px}
.about-list-checklist{margin:0;padding:0;list-style:none}
.about-list-checklist li{position:relative;font-size:var(--font-body);color:#333;line-height:1.6;margin-bottom:14px;padding-left:28px}
.about-list-checklist li::before{content:'';position:absolute;left:0;top:5px;width:18px;height:14px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path fill="%23e70012" d="M6.2 14L0 7.8l2.1-2.1 4.1 4.1 9.7-9.7L18 1.9z"/></svg>') no-repeat center/contain}
@media(max-width:768px){
 .about-list{padding:40px 0 48px}
 .about-list-item,.about-list-item-reverse{flex-direction:column;gap:24px;margin-bottom:48px}
 .about-list-img{flex:none;width:100%;border-radius:16px 0 16px 0}
 .about-list-text{padding-left:0}
 .about-list-title{font-size:var(--font-h3);line-height:1.35;margin:0 0 14px 0;display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}
 .about-list-title::before{min-width:20px;flex-shrink:0}
 .about-list-desc{margin-bottom:16px;font-size:var(--font-body)}
 .about-list-checklist li{font-size:var(--font-sm);padding-left:24px;margin-bottom:10px}
}

/* about-partners */
.about-partners{padding:80px 0 100px;background:#fff}
.about-partners-title{font-size:var(--font-title);font-weight:600;color:#000;text-align:center;margin:0 0 60px}
.about-partners-swiper-wrap{position:relative;padding:0 20px}
.about-partners-quote{position:absolute;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:#eff3fe}
.about-partners-quote-br{bottom:40px;right:0;top:auto}
.about-partners-quote-tl{top:0;left:0}
.about-partners-quote-tl::before{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;background:url(../../images/quote-tl.webp) no-repeat center/contain;transform:translate(-50%,-50%)}
.about-partners-quote-br::before{content:"";position:absolute;bottom:50%;right:50%;top:auto;width:40px;height:40px;background:url(../../images/quote-br.webp) no-repeat center/contain;transform:translate(50%,50%)}
.about-partners-swiper{padding:20px 0 50px;overflow:visible}
.about-partners-card{background:#fff;border-radius:16px;padding:70px 30px;box-shadow:0 4px 24px rgba(0,0,0,.06);height:100%;display:flex;flex-direction:column}
.about-partners-card-head{display:flex;align-items:center;gap:16px;margin-bottom:20px;position:relative;}
.about-partners-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.about-partners-name{font-size:var(--font-h4);font-weight:600;color:#000;margin-bottom:6px}
.about-partners-stars{font-size:18px;letter-spacing:2px;color:#f5a623}
.about-partners-quote-box{flex:1;background:#f8f8f8;border-radius:12px;padding:24px}
.about-partners-quote-box p{margin:0;font-size:var(--font-body);color:#333;line-height:1.6}
.about-partners-pagination{position:relative;margin-top:24px;left: 0 !important;bottom: 0 !important;}
.about-partners-pagination .swiper-pagination-bullet{width:40px;height:6px;border-radius:3px;background:#e0e0e0;opacity:1;margin:0 6px;transition:all .3s}
.about-partners-pagination .swiper-pagination-bullet-active{background:var(--public-color);width:60px}
@media(max-width:768px){
 .about-partners{padding:40px 0 48px}
 .about-partners-title{margin-bottom:28px;font-size:var(--font-h2);line-height:1.3;padding:0 8px}
 .about-partners-swiper-wrap{padding:0 8px}
 .about-partners-swiper{padding:12px 0 44px}
 .about-partners-card{padding:24px 18px;border-radius:12px}
 .about-partners-quote-box{padding:16px;border-radius:10px}
 .about-partners-quote-box p{font-size:var(--font-sm);line-height:1.55}
 .about-partners-name{font-size:var(--font-body)}
 .about-partners-stars{font-size:16px}
 .about-partners-pagination{margin-top:16px}
 .about-partners-pagination .swiper-pagination-bullet{width:28px;height:5px;margin:0 4px}
 .about-partners-pagination .swiper-pagination-bullet-active{width:40px}
 .about-partners-quote{width:50px;height:50px}
 .about-partners-quote-tl{top:-10px}
 .about-partners-quote-br{bottom:-10px}
}

/* factory */
.factory-content{padding:70px 0;background:#fff}
.factory-header-inner{display:flex;align-items:center;gap:80px;margin-top:80px}
.factory-header-title{font-size:48px;font-weight:600;color:#000;margin:0 0 20px;}
.factory-header-title::before{content:'';display:inline-block;width:20px;height:30px;background:url(../../images/title-before.webp) no-repeat top left;min-width:50px;}
.factory-list{margin:40px 0;gap:30px 50px;display:grid;grid-template-columns:repeat(4,1fr);align-items:start}
.factory-list .item{min-width:0;border-radius:8px;overflow:hidden;background:#f5f5f5;line-height:0}
.factory-list .item a.magicthumb{display:block;width:100%}
.factory-list .item img{width:100%;height:auto;display:block}
.factory-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:32px 0 0;padding:0}
.factory-pagination .page-item{margin:0}
.factory-pagination .page-link{min-width:40px;text-align:center}
@media(max-width:992px){
 .factory-list{grid-template-columns:repeat(3,1fr);gap:20px 24px}
}
@media(max-width:768px){
 .factory-content{padding:32px 0 40px}
 .factory-header-inner{margin-top:24px;gap:0}
 .factory-header-title{font-size:var(--font-h2);line-height:1.3;margin-bottom:16px}
 .factory-header-title::before{vertical-align:middle}
 .factory-list{margin:24px 0;grid-template-columns:repeat(2,1fr);gap:10px 8px}
 .factory-list .item{border-radius:6px}
 .factory-pagination{margin-top:24px;gap:6px}
 .factory-pagination .page-link{padding:8px 12px;font-size:var(--font-sm);min-width:36px}
}

/* list-news */
.list-news-content{padding:70px 0 90px;background:#fff}
.list-news-header-title{font-size:48px;font-weight:600;color:#000;margin:60px 0 40px}
.list-news-header-title::before{content:'';display:inline-block;width:20px;height:30px;background:url(../../images/title-before.webp) no-repeat top left;min-width:50px}
.list-news-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 28px;margin:0}
.list-news-card{background:#fff;border:1px solid #eee;border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;min-width:0}
.list-news-card-img-link{display:block;line-height:0;width:100%;overflow:hidden;background:#f0f0f0}
.list-news-card-img-link img{display:block;width:100%;height:auto}
.list-news-card-body{padding:20px 20px 22px;flex:1;display:flex;flex-direction:column;min-width:0}
.list-news-card-title-link{text-decoration:none;color:inherit;display:block;min-width:0;margin-bottom:12px}
.list-news-card-title-link:hover .list-news-card-title{color:var(--public-color)}
.list-news-card-title{font-size:var(--font-h4);font-weight:600;color:#333;margin:0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.list-news-card-excerpt{font-size:var(--font-body);color:#666;line-height:1.6;margin:0 0 16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}
.list-news-card-date{font-size:var(--font-sm);color:var(--public-color);margin-top:auto}
@media(max-width:992px){
 .list-news-list{grid-template-columns:repeat(2,1fr);gap:24px 20px}
}
@media(max-width:768px){
 .list-news-content{padding:40px 0 48px}
 .list-news-header-title{font-size:var(--font-h2);margin:24px 0 20px;line-height:1.3}
 .list-news-list{grid-template-columns:1fr;gap:16px}
 .list-news-card-body{padding:16px 14px 18px}
 .list-news-card-title{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
 .list-news-card-excerpt{font-size:var(--font-sm)}
 .list-news-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:24px 0 0;padding:0}
 .list-news-pagination .page-item{margin:0}
 .list-news-pagination .page-link{min-width:36px;padding:8px 12px;font-size:var(--font-sm);text-align:center}
}

/* content-news */
.content-news-content{padding:70px 0 100px;background:#fff}
.content-news-layout{display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:60px;align-items:start;margin-top:60px;}
.content-news-title{font-size:var(--font-title);font-weight:600;color:#000;margin:0 0 24px;line-height:1.25}
.content-news-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:16px 24px;margin-bottom:20px}
.content-news-meta-left{display:flex;flex-wrap:wrap;align-items:center;gap:12px 28px;font-size:var(--font-body);color:#888}
.content-news-date{display:inline-flex;align-items:center;gap:8px;color:#888}
.content-news-date-icon{display:inline-flex;color:var(--public-color);flex-shrink:0;line-height:0}
.content-news-date-icon svg{display:block}
.content-news-author{color:#888}
.content-news-share{display:flex;align-items:center;gap:10px;flex-shrink:0}
.content-news-social-item{width:36px;height:36px;border-radius:50%;background:var(--public-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;text-decoration:none;transition:opacity .25s}
.content-news-social-item:hover{opacity:.9;color:#fff}
.content-news-divider{height:0;border:none;margin:0 0 28px;border-top:1px dotted #9ec5e8}
.content-news-body{font-size:var(--font-body);color:#333;line-height:1.65}
.content-news-body p{margin:0 0 24px}
.content-news-figure{margin:0}
.content-news-feature-img{position:relative;line-height:0;margin-top:8px;overflow:hidden;border-radius:4px;background:#f0f0f0}
.content-news-feature-img img{display:block;width:100%;height:auto}
.content-news-aside{min-width:0}
.content-news-aside-head{margin:0 0 20px;padding:14px 20px;font-size:var(--font-h4);font-weight:600;color:#fff;background:var(--public-color);border-radius:8px;text-align:center;line-height:1.3}
.content-news-recommend-list{display:flex;flex-direction:column;gap:20px}
.content-news-recommend-item{display:flex;gap:14px;align-items:flex-start;min-width:0}
.content-news-recommend-img-link{flex-shrink:0;display:block;width:100px;line-height:0;overflow:hidden;border-radius:4px;background:#eee}
.content-news-recommend-img-link img{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio:4/3}
.content-news-recommend-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}
.content-news-recommend-title-link{text-decoration:none;color:inherit}
.content-news-recommend-title-link:hover .content-news-recommend-title{color:var(--public-color)}
.content-news-recommend-title{font-size:var(--font-body);font-weight:600;color:#000;margin:0;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}
.content-news-recommend-excerpt{font-size:var(--font-sm);color:#666;line-height:1.55;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}
.content-news-recommend-date{font-size:var(--font-sm);color:var(--public-color);margin-top:auto}
@media(max-width:992px){
 .content-news-layout{grid-template-columns:1fr;gap:40px}
 .content-news-aside-head{text-align:left}
}
@media(max-width:768px){
 .content-news-content{padding:48px 0 70px}
 .content-news-title{font-size:var(--font-h2)}
 .content-news-meta{flex-direction:column;align-items:flex-start}
 .content-news-share{align-self:flex-start}
}

/* content-news: related products */
.content-news-related{margin-top:80px}
.content-news-related-head{margin:0 0 60px;padding:16px 24px;font-size:var(--font-h4);font-weight:600;color:#fff;background:var(--public-color);border-radius:0;text-align:left;line-height:1.35}
.content-news-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:0 auto;max-width:1300px;}
.content-news-related-card{background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;min-width:0;border:1px solid #eee;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:box-shadow .25s}
.content-news-related-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1)}
.content-news-related-card-img-link{display:block;background:#fff;line-height:0;padding:20px 16px;text-align:center;aspect-ratio:1}
.content-news-related-card-img-link img{display:inline-block;max-width:100%;height:auto;vertical-align:middle;object-fit:contain}
.content-news-related-card-info{background:#f2f2f2;padding:18px 16px 20px;flex:1;display:flex;flex-direction:column;gap:6px}
.content-news-related-card-title-link{text-decoration:none;color:#000}
.content-news-related-card-title-link:hover .content-news-related-card-title{color:var(--public-color)}
.content-news-related-card-title{margin:0;font-size:var(--font-h4);font-weight:600;color:#000;line-height:1.35}
.content-news-related-card-model{margin:0;font-size:var(--font-body);font-weight:400;color:#000;line-height:1.45}
.content-news-related-card-refs{margin:0;font-size:var(--font-sm);font-weight:400;color:#333;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}
@media(max-width:992px){
 .content-news-related-grid{grid-template-columns:repeat(2,1fr);gap:20px 22px}
}
@media(max-width:576px){
 .content-news-related{margin-top:40px}
 .content-news-related-head{padding:14px 18px;font-size:var(--font-body)}
 .content-news-related-grid{grid-template-columns:1fr;gap:18px}
}

/* product-solution */
.product-solution{padding:100px 0 70px;background:#fff}
.product-solution-header-inner{display:flex;align-items:center;gap:80px;margin-top:80px}
.product-solution-header-text{padding-right:40px}
.product-solution-header-title{font-size:36px;line-height:40px;font-weight:600;color:#000;margin:0 0 40px}
.product-solution-header-title::before{content:'';display:inline-block;width:20px;height:30px;background:url(../../images/title-before.webp) no-repeat bottom center;min-width:50px;margin-left: -50px}
.product-solution-header-desc{font-size:var(--font-body);color:#666;line-height:1.6;margin:0;}
.product-solution-header-desc p{margin:0 0 20px;}
.product-solution-header-desc p:last-child{margin-bottom:0}
.product-solution-header-img{flex:0 0 626px;}

.product-solution-content{padding:70px 0;display: flex;flex-direction: column;gap:100px;}
.product-solution-content>*{width: 100%;}
.product-solution-content-inner{padding-left:40px}
.product-solution-content-title{font-size:36px;line-height:40px;font-weight:600;color:#000;margin:0 0 40px}
.product-solution-content-title::before{content:'';display:inline-block;width:20px;height:30px;background:url(../../images/title-before.webp) no-repeat bottom center;min-width:50px;margin-left: -50px}
.product-solution-content-desc{font-size:var(--font-body);color:#666;line-height:1.6;margin:0;}
.product-solution-content-desc ul{margin-top:20px;padding: 0;list-style:none}
.product-solution-content-desc ul li{position:relative;font-size:var(--font-body);color:#333;line-height:1.6;margin-bottom:14px;padding-left:28px}
.product-solution-content-desc ul li::before{content:'';position:absolute;left:0;top:5px;width:18px;height:14px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path fill="%23e70012" d="M6.2 14L0 7.8l2.1-2.1 4.1 4.1 9.7-9.7L18 1.9z"/></svg>') no-repeat center/contain}

.product-solution-content-inner1{padding-left:40px}
.product-solution-content-inner1 .product-solution-content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 50px;margin-top:8px}
.product-solution-content-inner1 .product-solution-content-grid-item{background:#f7f7f7;border-radius:8px;padding:28px 24px}
.product-solution-content-inner1 .product-solution-content-grid-title{font-size:24px;font-weight:600;color:#000;margin:20px 0 15px;line-height:1.35}
.product-solution-content-inner1 .product-solution-content-grid-desc{font-size:18px;color:#666;margin:0;line-height:1.6}

.product-solution-content-inner2{padding-left:40px}
.product-solution-content-inner2 .product-solution-content-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 50px;margin-top:90px}
.product-solution-content-inner2 .product-solution-content-grid-item{background:#fff;border-radius:8px;border:1px solid #e0e0e0;border-radius:5px;overflow:hidden;}
.product-solution-content-inner2 .product-solution-content-grid-item-text{font-size:20px;font-weight:600;background-color:#0a21a1;color:#fff;line-height:1.35;text-align:center;padding:20px 0;}
.product-solution-content-inner2 .product-solution-content-grid-item-text a{color:#fff;text-decoration:none;}
.product-solution-content-inner2 .product-solution-content-grid-item-text a:hover{color:#fff;}
.product-solution-content-inner2 .product-solution-content-grid-item-text a:hover{color:#fff;}

.product-solution-content-inner3{padding-left:40px}
.product-solution-process{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:10px 12px;list-style:none;margin:0;padding:0}
.product-solution-process-step{display:flex;align-items:center;gap:14px;min-width:0;background:#f5f5f5;border-radius:6px;padding:14px 16px}
.product-solution-process-num{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#0a21a1;color:#fff;font-size:var(--font-sm);font-weight:700;display:flex;align-items:center;justify-content:center;font-family:'Poppins','Outfit',Arial,Helvetica,sans-serif}
.product-solution-process-label{font-size:var(--font-body);font-weight:500;color:#333;line-height:1.35}
.product-solution-process-arrow{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;color:var(--public-color);font-size:20px;font-weight:600;line-height:1}
@media(max-width:1200px){
 .product-solution-process{grid-template-columns:1fr;justify-items:stretch;gap:8px}
 .product-solution-process-arrow{transform:rotate(90deg);padding:4px 0}
}

.product-solution-content-inner4{display:flex;align-items:center;gap:80px;padding-left: 40px;}
.product-solution-content-inner4-text{flex:1;min-width:0;padding-right:20px}
.product-solution-content-inner4 .product-solution-content-title{margin-bottom:28px}
.product-solution-content-inner4-desc p{margin:0 0 20px;line-height:1.6}
.product-solution-content-inner4-desc p:last-child{margin-bottom:0}
.product-solution-content-inner4-img{flex:0 0 626px;max-width:50%;border-radius:24px;overflow:hidden;line-height:0}
.product-solution-content-inner4-img img{display:block;width:100%;height:auto;border-radius:24px}
@media(max-width:992px){
    .product-solution-content-inner4{flex-direction:column;align-items:stretch;gap:40px;padding-left:0}
    .product-solution-content-inner4-text{padding-right:0}
    .product-solution-content-inner4-img{flex:1 1 auto;max-width:100%;width:100%}
}

.product-solution-content-inner5{padding-left:40px}
.product-solution-content-inner5 .product-solution-content-grid-5{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 28px;margin-top:8px;align-items:stretch}
.product-solution-content-inner5 .product-solution-grid-5-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.08);overflow:hidden;min-height:0}
.product-solution-content-inner5 .product-solution-grid-5-card-img-link{display:block;line-height:0;width:100%;overflow:hidden;background:#f5f5f5;position:relative;aspect-ratio:4/3}
.product-solution-content-inner5 .product-solution-grid-5-card-img-link img{display:block;width:100%;height:100%;max-width:none;object-fit:cover}
.product-solution-content-inner5 .product-solution-grid-5-card-title-link{display:block;padding:18px 14px 22px;text-align:center;text-decoration:none;color:#000;width:100%}
.product-solution-content-inner5 .product-solution-grid-5-card-title-link:hover{color:#000}
.product-solution-content-inner5 .product-solution-grid-5-card-title{font-size:var(--font-body);font-weight:600;color:#000;margin:0;line-height:1.4}
@media(max-width:1200px) and (min-width:769px){
    .product-solution-content-inner5 .product-solution-content-grid-5{grid-template-columns:repeat(2,1fr);gap:22px}
}

@media(max-width:768px){
.product-solution{padding:32px 0 40px}
.product-solution-header-inner{flex-direction:column;align-items:stretch;gap:24px;margin-top:28px}
.product-solution-header-img{flex:none;width:100%;max-width:100%}
.product-solution-header-text{padding-right:0}
.product-solution-header-title{font-size:var(--font-h2);line-height:1.3;margin-bottom:16px}
.product-solution-header-title::before{margin-left:0;margin-right:8px;vertical-align:middle}
.product-solution-content{padding:36px 0;gap:40px}
.product-solution-content-inner,.product-solution-content-inner1,.product-solution-content-inner2,.product-solution-content-inner3,.product-solution-content-inner4,.product-solution-content-inner5{padding-left:0}
.product-solution-content-title{font-size:var(--font-h2);line-height:1.3;margin-bottom:20px}
.product-solution-content-title::before{margin-left:0;margin-right:8px;vertical-align:middle}
.product-solution-content-desc ul li{padding-left:24px;margin-bottom:10px}
.product-solution-content-inner1 .product-solution-content-grid{grid-template-columns:1fr;gap:16px}
.product-solution-content-inner1 .product-solution-content-grid-item{padding:18px 16px}
.product-solution-content-inner1 .product-solution-content-grid-title{font-size:var(--font-h3);margin:14px 0 10px}
.product-solution-content-inner1 .product-solution-content-grid-desc{font-size:var(--font-body)}
.product-solution-content-inner2 .product-solution-content-grid{grid-template-columns:repeat(2,1fr);gap:10px 8px;margin-top:24px}
.product-solution-content-inner2 .product-solution-content-grid-item-text{font-size:var(--font-sm);padding:14px 8px}
.product-solution-content-inner2 .product-solution-content-grid-item-title{font-size:var(--font-sm);line-height:1.35}
.product-solution-content-inner3{padding-left:0}
.product-solution-process-step{padding:12px 14px;gap:10px}
.product-solution-process-num{width:40px;height:40px;font-size:11px}
.product-solution-process-label{font-size:var(--font-sm);line-height:1.3}
.product-solution-content-inner4{gap:24px;padding-left:0}
.product-solution-content-inner4-img{border-radius:16px}
.product-solution-content-inner4-img img{border-radius:16px}
.product-solution-content-inner5{padding-left:0}
.product-solution-content-inner5 .product-solution-content-grid-5{grid-template-columns:repeat(2,1fr);gap:10px 8px}
.product-solution-content-inner5 .product-solution-grid-5-card-title-link{padding:14px 10px 16px}
.product-solution-content-inner5 .product-solution-grid-5-card-title{font-size:var(--font-sm);line-height:1.35}
}

/* contact page */
.contact{padding:130px 0 180px;background:#fff}
.contact-panel{display:grid;grid-template-columns:1fr 1fr;min-height:0;overflow:hidden;min-height:700px;}
.contact-hero{background:url(../../images/contact-bg.webp) no-repeat center/cover;color:#fff;padding:70px;position:relative;display:flex;flex-direction:column;min-height:0}
.contact-hero::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 80% 55% at 50% 100%,rgba(0,200,255,.22) 0%,transparent 55%);opacity:.9}
.contact-hero-title{font-size:36px;font-weight:700;color:#fff;margin:0 0 20px;position:relative;z-index:1}
.contact-hero-lead{font-size:18px;line-height:1.65;color:rgba(255,255,255,.95);margin:0 0 28px;position:relative;z-index:1}
.contact-hero-subtitle{font-size:24px;font-weight:600;color:#fff;margin:0 0 16px;position:relative;z-index:1}
.contact-hero-list{margin:0;padding:0;list-style:none;position:relative;z-index:1}
.contact-hero-list li{position:relative;padding-left:18px;margin-bottom:12px;font-size:18px;line-height:1.5;color:rgba(255,255,255,.95)}
.contact-hero-list li::before{content:'';position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:rgba(255,255,255);box-shadow:0 0 8px rgba(255,255,255)}
.contact-hero-img{position:relative;z-index:1;max-width:100%;height:auto;display:block;filter:drop-shadow(0 0 24px rgba(0,200,255,.35))}
.contact-quick{background:#f4f5f7;padding:70px;display:flex;flex-direction:column;justify-content:center}
.contact-quick-title{font-size:36px;font-weight:600;color:#2a2a2a;margin:0 0 28px}
.contact-quick-list{margin:0;padding:0;list-style:none}
.contact-quick-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;font-size:18px;color:#333;line-height:1.55}
.contact-quick-item:last-of-type{margin-bottom:0}
.contact-quick-icon{flex-shrink:0;width:22px;height:22px;color:var(--public-color);margin-top:2px}
.contact-quick-icon svg{display:block;width:100%;height:100%}
.contact-quick-text{display:block;color:#333}
.contact-quick-text a{color:#333;text-decoration:none;display:inline;transition:color .25s}
.contact-quick-text a:hover{color:var(--public-color)}
.contact-quick-note{margin:28px 0 0;font-size:18px;font-weight:600;color:#2a2a2a;line-height:1.45}
@media(max-width:992px){
 .contact-panel{grid-template-columns:1fr;min-height:0}
}
@media(max-width:768px){
 .contact{padding:36px 0 48px}
 .contact-hero{padding:28px 18px}
 .contact-hero-title{font-size:var(--font-h2);line-height:1.3;margin-bottom:16px}
 .contact-hero-lead{font-size:var(--font-body);margin-bottom:20px}
 .contact-hero-subtitle{font-size:var(--font-h3);margin-bottom:12px}
 .contact-hero-list li{font-size:var(--font-body);padding-left:16px;margin-bottom:10px}
 .contact-hero-list li::before{top:7px}
 .contact-quick{padding:24px 18px}
 .contact-quick-title{font-size:var(--font-h2);line-height:1.3;margin-bottom:20px}
 .contact-quick-item{font-size:var(--font-body);line-height:1.55;margin-bottom:16px;gap:12px}
 .contact-quick-text{word-break:break-word;min-width:0}
 .contact-quick-text a{word-break:break-word}
 .contact-quick-note{margin-top:20px;font-size:var(--font-body);line-height:1.5}
}

/* faq list page */
.faq-page{background:#f5f5f6;padding-top:90px}
.faq-content{padding:70px 0 100px}
.faq-intro{display:flex;align-items:center;gap:24px;margin-bottom:48px;}
.faq-intro-icon{flex-shrink:0;}
.faq-intro-text{flex:1;min-width:0}
.faq-intro-title{font-size:var(--font-title);font-weight:600;color:#111;margin:0 0 12px}
.faq-intro-desc{font-size:var(--font-body);color:#666;line-height:1.65;margin:0;}
.faq-list{display:flex;flex-direction:column;gap:24px}
.faq-card{position:relative;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.07);padding:45px 70px;overflow:hidden;}
.faq-card-head{display:flex;align-items:flex-start;gap:0;margin-bottom:16px}
.faq-card-badge span{position:absolute;top:0;left:0;color:#fff;height:44px;width:44px;font-size:20px;display: flex;align-items: center;justify-content: center;z-index: 2;}
.faq-card-badge::before{content:'';background-color:var(--public-color);width: 120px;height: 120px;display: inline-block;position:absolute;top:-68px;left: -62px;border-radius:50%;z-index: 1;}
.faq-card-q{font-size:var(--font-h4);font-weight:600;color:#111;margin:0;flex:1;min-width:0;line-height:1.4;padding-top:2px}
.faq-card-a{font-size:var(--font-body);color:#666;line-height:1.65;margin:0}
@media(max-width:768px){
 .faq-page{padding:40px 0}
 .faq-content{padding:32px 0 48px}
 .faq-intro{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:28px}
 .faq-intro-title{font-size:var(--font-h2);line-height:1.25}
 .faq-intro-desc{font-size:var(--font-body)}
 .faq-intro-icon{width:52px;max-width:52px}
 .faq-list{gap:14px}
 .faq-card{padding:22px 16px 22px 18px}
 .faq-card-badge::before{width:96px;height:96px;top:-56px;left:-50px}
 .faq-card-badge span{height:40px;width:40px;font-size:16px}
 .faq-card-head{margin-bottom:12px}
 .faq-card-q{font-size:var(--font-body);padding:6px 0 0 40px;line-height:1.4}
 .faq-card-a{font-size:var(--font-sm);line-height:1.55}
}

/* ecatalog */
.ecatalog{padding-top:90px}
.ecatalog-inner{padding:60px 0 80px}
.ecatalog-block-head{margin-bottom:60px}
.ecatalog-brand{display:flex;align-items:center;gap:16px}
.ecatalog-title{font-size:var(--font-title);font-weight:700;color:#111;margin:0}
.ecatalog-title::before{content:'';display:inline-block;width:20px;height:30px;background:url(../../images/title-before.webp) no-repeat center;margin-right:10px}
.ecatalog-layout{display:flex;justify-content:space-between;align-items:stretch;min-height:0;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.07)}
.ecatalog-showcase{background:#e7e7e9;display:flex;justify-content:center;flex:1;min-width:0;}
.ecatalog-form-wrap{background:var(--public-color-secondary);flex:1;min-width:0;max-width:560px;display:flex;flex-direction:column;justify-content:center;align-items:stretch;box-sizing:border-box;padding:48px 44px 52px}
.ecatalog-form-header{width:100%;margin-bottom:8px}
.ecatalog-form-heading{font-size:var(--font-h2);font-weight:600;color:#fff;margin:0 0 12px;line-height:1.25}
.ecatalog-form-lead{font-size:var(--font-body);color:rgba(255,255,255,.9);margin:0 0 26px;line-height:1.55}
.ecatalog-form-wrap .ecatalog-form.form-feedback{width:100%}
.ecatalog-form-wrap .ecatalog-form.form-feedback .form-row{margin-bottom:0}
.ecatalog-form-wrap .ecatalog-form.form-feedback .form-row:last-child{margin-bottom:0}
.ecatalog-form-wrap .ecatalog-form.form-feedback .form-group{margin-bottom:18px;padding-left:0;padding-right:0}
.ecatalog-form-wrap .ecatalog-form.form-feedback .form-group.required::before{display:none}
.ecatalog-form-wrap .ecatalog-form.form-feedback .form-control{display:block;width:100%;padding:10px 0 12px;font-size:var(--font-body);line-height:1.45;color:#fff;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.82);border-radius:0;box-shadow:none;transition:border-color .2s,color .2s}
.ecatalog-form-wrap .ecatalog-form.form-feedback .form-control::placeholder{color:rgba(255,255,255,.42)}
.ecatalog-form-wrap .ecatalog-form.form-feedback .form-control:focus{border-bottom-color:#fff;outline:none;background:transparent;color:#fff}
.ecatalog-form-wrap .ecatalog-form.form-feedback textarea.form-control{min-height:96px;resize:vertical;max-height:220px;padding-top:12px}
.ecatalog-form-wrap .ecatalog-form.form-feedback .form-row.sub-footer-captcha-row .form-group{margin-bottom:22px}
.ecatalog-form-wrap .ecatalog-form.form-feedback .input-group{display:flex;align-items:stretch;gap:0 14px;background:transparent;border:none;flex-wrap:nowrap}
.ecatalog-form-wrap .ecatalog-form.form-feedback .input-group .form-control{flex:1;min-width:0;border-bottom:1px solid rgba(255,255,255,.82)}
.ecatalog-form-wrap .ecatalog-form.form-feedback .input-group-append{align-self:flex-end;margin-bottom:1px}
.ecatalog-form-wrap .ecatalog-form.form-feedback .input-group-text{border:none;border-radius:4px;background:#fff;padding:8px 14px;min-width:100px;min-height:42px;display:flex;align-items:center;justify-content:center}
.ecatalog-form-wrap .ecatalog-form.form-feedback .input-group-text img{max-height:36px;height:auto;display:block}
.ecatalog-form-wrap .ecatalog-form.form-feedback .btn-box{padding-left:0;padding-right:0;margin-top:4px}
.ecatalog-form-wrap .ecatalog-form.form-feedback .sub-footer-btn{display:inline-flex;align-items:center;justify-content:center;min-width:200px;padding:14px 36px;font-size:var(--font-body);font-weight:600;color:#fff;background:#111;border:none;border-radius:999px;cursor:pointer;transition:background .25s,opacity .25s}
.ecatalog-form-wrap .ecatalog-form.form-feedback .sub-footer-btn:hover{background:#000;color:#fff;opacity:.95}
.ecatalog-form-wrap .ecatalog-form.form-feedback .feedback-result{margin-top:12px;font-size:var(--font-sm);color:rgba(255,255,255,.92);line-height:1.45}
.ecatalog-form-wrap .ecatalog-form.form-feedback .popup{color:#333}
@media(max-width:992px){
 .ecatalog-layout{flex-direction:column}
 .ecatalog-form-wrap{max-width:none;padding:40px 28px 44px}
 .ecatalog-showcase{padding:32px 24px}
}
@media(max-width:768px){
 .ecatalog{padding:40px 0}
 .ecatalog-inner{padding:20px 0 40px}
 .ecatalog-block-head{margin-bottom:20px}
 .ecatalog-title{font-size:var(--font-h2);line-height:1.3}
 .ecatalog-showcase{padding:24px 16px}
 .ecatalog-form-wrap{padding:28px 18px 36px}
 .ecatalog-form-heading{font-size:var(--font-h3)}
 .ecatalog-form-lead{font-size:var(--font-sm);margin-bottom:20px;line-height:1.5}
 .ecatalog-form-wrap .ecatalog-form.form-feedback .form-control{font-size:16px}
 .ecatalog-form-wrap .ecatalog-form.form-feedback .input-group{flex-direction:column;align-items:stretch;gap:12px}
 .ecatalog-form-wrap .ecatalog-form.form-feedback .input-group-append{align-self:stretch;margin-bottom:0}
 .ecatalog-form-wrap .ecatalog-form.form-feedback .input-group-text{min-width:0;width:100%;justify-content:center}
 .ecatalog-form-wrap .ecatalog-form.form-feedback .sub-footer-btn{width:100%;min-width:0;max-width:100%;box-sizing:border-box}
 .ecatalog-form-wrap .ecatalog-form.form-feedback .form-row .col-md-8{flex:0 0 100%;max-width:100%}
}

/* product-list */
.product-list{padding:60px 0;background:#fff}
.product-list-header{display:flex;flex-direction:column;gap:0}
.product-list-filter-form{width:100%}
.product-list-search-inner{display:flex;align-items:stretch;width:100%;min-height:78px;background:#f2f2f2;border-radius:999px;overflow:hidden;border:0 solid #e8e8e8;padding:20px;position:relative;margin-bottom:40px}
.product-list-search-input{flex:1;min-width:0;border:none;background:transparent;padding:0 22px;font-size:var(--font-body);color:#333;outline:none}
.product-list-search-input::placeholder{color:#aaa}
.product-list-search-submit{flex-shrink:0;width:150px;display:flex;align-items:center;justify-content:center;background:#f38b14;color:#fff;border:none;cursor:pointer;transition:background .25s,opacity .25s;margin:4px 4px 4px 0;border-radius:0 999px 999px 0;position:absolute;right:0;top:0;bottom:0;}
.product-list-search-submit:hover{background:#e07d0f;color:#fff}
.product-list-search-submit:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}
.product-list-search-submit svg{display:block}
.product-list-tabs{display:flex;flex-wrap:wrap;gap:12px 16px;margin:0 0 30px;padding:0 0 18px;position:relative;z-index:2}
.product-list-tab{position:relative;padding:18px 40px;font-size:var(--font-body);font-weight:500;color:#444;background:#f2f2f2;border:none;border-radius:999px;cursor:pointer;transition:background .25s,color .25s;font-family:inherit;line-height:1.3;min-width:260px;text-align: center;}
.product-list-tab:hover{color:#222;background:#e8e8e8}
.product-list-tab.active{background:#0a22aa;color:#fff}
.product-list-tab.active:hover{color:#fff;background:#081d8f}
.product-list-tab.active::after{content:'';position:absolute;left:50%;bottom:-9px;transform:translateX(-50%);border-left:9px solid transparent;border-right:9px solid transparent;border-top:10px solid #0a22aa;z-index:3}
.product-list-brand-panel{background:#f2f2f2;border-radius:0;padding:28px 24px 16px;margin-top:-6px;position:relative;z-index:1;border:1px solid #eaeaea}
.product-list-brand-grid-wrap{overflow:hidden;transition:max-height .4s ease}
.product-list-brand-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px 12px;margin:0;padding:0}
.product-list-brand-item{display:flex;align-items:center;gap:8px;min-width:0;font-size:var(--font-sm);font-weight:500;color:#444;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;font-size: 18px;}
.product-list-brand-item input{flex-shrink:0;width:20px;height:20px;margin:0;accent-color:#0a22aa;border:1px solid #e6e6e6;border-radius:1px;cursor:pointer;background-color:#fff;}
.product-list-brand-item span{min-width:0}
.product-list-brand-toggle-wrap{display:flex;justify-content:center;margin-top:20px;padding-top:8px}
.product-list-brand-toggle{display:flex;align-items:center;justify-content:center;min-width:52px;height:32px;padding:0 18px;border:2px solid var(--public-color-secondary);background:#fff;color:var(--public-color-secondary);cursor:pointer;border-radius:999px;transition:color .2s,background .2s,border-color .2s,box-shadow .2s;box-shadow:0 3px 14px rgba(10,34,162,.18)}
.product-list-brand-toggle:hover{color:#fff;background:var(--public-color-secondary);border-color:var(--public-color-secondary);box-shadow:0 5px 20px rgba(10,34,162,.32)}
.product-list-brand-toggle:focus-visible{outline:3px solid rgba(10,34,162,.35);outline-offset:3px}
.product-list-brand-toggle.is-open{background:var(--public-color-secondary);color:#fff;border-color:var(--public-color-secondary)}
.product-list-brand-toggle svg{display:block;width:22px;height:22px;transition:transform .35s ease;flex-shrink:0}
.product-list-brand-toggle.is-open svg{transform:rotate(180deg)}
@media(max-width:992px){
 .product-list-brand-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:768px){
 .product-list{padding:24px 0 40px}
 .product-list-tabs{gap:8px;margin-bottom:20px;padding-bottom:12px}
 .product-list-tab{min-width:0;max-width:100%;padding:12px 14px;font-size:var(--font-sm);flex:1 1 auto;text-align:center}
 .product-list-tab.active::after{bottom:-10px;border-left-width:7px;border-right-width:7px;border-top-width:8px}
 .product-list-brand-panel{padding:18px 12px 10px;margin-top:0}
 .product-list-brand-grid{grid-template-columns:repeat(2,1fr);gap:10px 8px}
 .product-list-brand-item{font-size:var(--font-sm);gap:6px}
 .product-list-brand-item input{width:18px;height:18px}
 .product-list-search-inner{min-height:48px;border-radius:12px;padding:8px 52px 8px 12px;margin-bottom:24px}
 .product-list-search-input{padding:0 8px;font-size:16px}
 .product-list-search-submit{width:44px;margin:3px 3px 3px 0;border-radius:0 10px 10px 0}
 .product-list-brand-toggle{min-width:48px;height:44px;padding:0 14px}
 .product-list-brand-toggle svg{width:20px;height:20px}
 .product-list-content{margin-top:32px}
}

/* product-list-content */
.product-list-content{margin-top:48px;padding:0 0 20px;position:relative}
.product-list-content.is-loading{min-height:200px}
.product-list-loading{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.78);backdrop-filter:blur(2px);transition:opacity .2s ease}
.product-list-loading[hidden]{display:none}
.product-list-loading-spinner{width:44px;height:44px;border:3px solid #e6e6e6;border-top-color:#0a22aa;border-radius:50%;animation:product-list-spin .75s linear infinite}
@keyframes product-list-spin{to{transform:rotate(360deg)}}
.product-list-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 40px;margin:0}
.product-list-empty{grid-column:1/-1;text-align:center;padding:48px 20px;color:#666;font-size:var(--font-body);margin:0}
.product-list-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;margin:32px 0 0;padding:0}
.product-list-pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:40px;color:#999;font-size:var(--font-sm);user-select:none;pointer-events:none}
.product-list-pagination-item{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #ddd;color:#333;text-decoration:none;border-radius:4px;font-size:var(--font-sm);transition:background .2s,color .2s,border-color .2s}
.product-list-pagination-item:hover{background:#f5f5f5;color:var(--public-color);border-color:#ccc}
.product-list-pagination-item.active{background:#0a22aa;color:#fff;border-color:#0a22aa}
.product-list-pagination-item.active:hover{color:#fff;background:#081d8f}
.product-list-pagination button.product-list-pagination-item{background:#fff;font-family:inherit}
.product-list-pagination span.product-list-pagination-item.active{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #0a22aa;border-radius:4px;font-size:var(--font-sm)}
.product-list-card{background:#fff;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:box-shadow .3s,border-color .3s;border-top:3px solid transparent;border: 1px solid #ddd}
.product-list-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);border-top-color:#001a9e}
.product-list-card-img-link{display:block;background:#fff;aspect-ratio:1;padding:0;line-height:0;overflow:hidden}
.product-list-card-img-link img{width:100%;height:100%;object-fit:contain;display:block}
.product-list-card-footer{padding:20px;flex:1;transition:background .3s,color .3s;background-color:#ededed}
.product-list-card:hover .product-list-card-footer{background:#001a9e;color:#fff}
.product-list-card-title{margin:0 0 8px;font-size:var(--font-h4);font-weight:600;line-height:1.35}
.product-list-card:hover .product-list-card-title-link{color:#fff}
.product-list-card:hover .product-list-card-title-link:hover{color:rgba(255,255,255,.9)}
.product-list-card:not(:hover) .product-list-card-title-link{color:#333;text-decoration:none}
.product-list-card:not(:hover) .product-list-card-title-link:hover{color:var(--public-color)}
.product-list-card-no{font-size:var(--font-sm);margin:0 0 6px;color:inherit}
.product-list-card:hover .product-list-card-no{opacity:.95}
.product-list-card:not(:hover) .product-list-card-no{color:#666}
.product-list-card-eo{font-size:12px;margin:0;color:inherit;line-height:1.4}
.product-list-card:hover .product-list-card-eo{opacity:.85}
.product-list-card:not(:hover) .product-list-card-eo{color:#888}
@media(max-width:992px){
 .product-list-grid{grid-template-columns:repeat(2,1fr);gap:24px 28px}
}
@media(max-width:576px){
 .product-list-content{margin-top:24px;padding-bottom:12px}
 .product-list-grid{grid-template-columns:repeat(2,1fr);gap:10px 8px}
 .product-list-card-img-link{padding:10px}
 .product-list-card-footer{padding:12px}
 .product-list-card-title{font-size:var(--font-sm);line-height:1.3;margin-bottom:6px}
 .product-list-card-no{font-size:12px;margin-bottom:4px}
 .product-list-card-eo{font-size:11px;line-height:1.35}
 .product-list-pagination{margin-top:20px;gap:6px}
 .product-list-pagination-item{min-width:34px;height:34px;padding:0 8px;font-size:12px}
}

/* product-list-adv */
.product-list-adv{padding:80px 0 100px;background:#fff}
.product-list-adv-row{display:flex;align-items:center;gap:0;margin:0}
.product-list-adv-row-reverse{flex-direction:row-reverse}
.product-list-adv-img{flex:1;min-width:0;border-radius:0;overflow:hidden;line-height:0;background:#f5f5f5}
.product-list-adv-img img{display:block;width:100%;height:auto}
.product-list-adv-text{flex:1;min-width:0;padding:40px;display: flex;align-items:flex-start;justify-content: center;flex-direction: column;max-width:700px;}
.product-list-adv-row-reverse .product-list-adv-text{padding-right:80px;}
.product-list-adv-text h2{font-size:var(--font-h2);font-weight:600;color:#000;margin:0 0 20px;line-height:1.35;display: flex;}
.product-list-adv-text h2::before{content:'';display:inline-block;width:20px;height:30px;background:url(../../images/title-before.webp) no-repeat center;margin-right:10px;margin-top:4px;}
.product-list-adv-text p{font-size:var(--font-body);color:#555;line-height:1.65;margin:0 0 22px 30px;}
.product-list-adv-text ul{margin:0;padding:0;list-style:none;margin-left:30px}
.product-list-adv-text ul li{position:relative;font-size:var(--font-body);color:#333;line-height:1.6;margin-bottom:14px;padding-left:28px}
.product-list-adv-text ul li:last-child{margin-bottom:0}
.product-list-adv-text ul li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:14px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path fill="%23e70012" d="M6.2 14L0 7.8l2.1-2.1 4.1 4.1 9.7-9.7L18 1.9z"/></svg>') no-repeat center/contain}
.product-list-adv-text ul li strong{font-weight:600;color:#111}
@media(max-width:992px){
 .product-list-adv{padding:56px 0 72px}
 .product-list-adv-row,.product-list-adv-row-reverse{flex-direction:column;gap:28px;margin-bottom:56px}
 .product-list-adv-img{width:100%}
}
@media(max-width:768px){
 .product-list-adv{padding:32px 0 48px}
 .product-list-adv-row,.product-list-adv-row-reverse{gap:20px;margin-bottom:40px}
 .product-list-adv-row:last-child{margin-bottom:0}
 .product-list-adv-text{padding:16px 0;max-width:none}
 .product-list-adv-row-reverse .product-list-adv-text{padding-right:0}
 .product-list-adv-text h2{font-size:var(--font-h2);margin-bottom:14px}
 .product-list-adv-text p{margin:0 0 16px 0;padding-left:0}
 .product-list-adv-text ul{margin-left:0}
 .product-list-adv-text ul li{padding-left:24px;margin-bottom:10px}
}

/* product-faq */
.product-list .faq-intro-title{font-size:32px}
.product-list .faq-intro-icon{width:66px}
@media(max-width:768px){
 .product-list .faq-intro{flex-direction:row;align-items:center;gap:16px;margin-bottom:28px}
 .product-list .faq-intro-title{font-size:var(--font-h2);line-height:1.25}
 .product-list .faq-intro-icon{width:52px;flex-shrink:0}
 .product-list .faq-list{gap:14px}
 .product-list .faq-card{padding:22px 16px 22px 18px}
 .product-list .faq-card-badge::before{width:96px;height:96px;top:-56px;left:-50px}
 .product-list .faq-card-badge span{height:40px;width:40px;font-size:16px}
 .product-list .faq-card-head{margin-bottom:12px}
 .product-list .faq-card-q{font-size:var(--font-body);padding:6px 0 0 40px;line-height:1.4}
 .product-list .faq-card-a{font-size:var(--font-sm);line-height:1.55}
}



/* product-content */
.product-content{background:#fff;margin-top:60px}

/* product-content-main */
.product-content-main{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:0 48px;padding:48px 0 72px}
.product-content-main-img{flex:1;background:#fff;padding:20px;box-sizing:border-box;display: flex;align-items:flex-start;justify-content:flex-start;max-width:700px;}
.product-content-main-img img{display:block;max-width:450px;max-height:100%;width:auto;height:auto;object-fit:contain;border:1px solid #e5e5e5;}
.product-content-main-text{flex:1;min-width:0;max-width:700px;}
.product-content-main-cat{font-size:var(--font-body);font-weight:600;color:#000;margin:0 0 12px;line-height:1.4;text-transform:capitalize}
.product-content-main-title{font-size:var(--font-h1);font-weight:600;color:#000;margin:0 0 24px;line-height:1.25;word-break:break-word}
.product-content-main-spec{font-size:var(--font-body);color:#555;margin:0 0 10px;line-height:1.55;display:flex}
.product-content-main-spec:last-of-type{margin-bottom:0}
.product-content-main-spec-label{font-weight:500;color:#444;margin-right:6px;flex-shrink:0}
.product-content-main-spec .product-content-oe-oem-field{flex:1;min-width:0;word-break:break-word}
.product-content-related-pcard-refs .product-content-oe-oem-field,
.content-news-related-card-refs .product-content-oe-oem-field{word-break:break-word}
.product-content-main-inquiry{display:inline-flex;align-items:center;gap:12px;margin-top:36px;padding:16px 36px;background:#001a9e;color:#fff;font-size:var(--font-body);font-weight:600;text-decoration:none;border-radius:999px;transition:background .25s,opacity .25s}
.product-content-main-inquiry:hover{background:#001588;color:#fff;opacity:.95}
.product-content-main-inquiry-icon{display:flex;align-items:center;justify-content:center;line-height:0;flex-shrink:0}
.product-content-main-inquiry-icon svg{display:block}
.product-content-main-social{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.product-content-main-social-item{width:42px;height:42px;border-radius:50%;border:1px solid var(--public-color);background:#fff;color:var(--public-color);display:flex;align-items:center;justify-content:center;font-size:16px;text-decoration:none;transition:background .25s,color .25s,border-color .25s}
.product-content-main-social-item:hover{background:var(--public-color);color:#fff;border-color:var(--public-color)}
@media(max-width:992px){
 .product-content-main{flex-direction:column;gap:32px;padding:32px 0 56px}
 .product-content-main-img{flex:none;width:100%;max-width:480px;margin:0 auto}
}
@media(max-width:768px){
 .product-content{margin-top:32px}
 .product-content-main{padding:24px 0 40px;gap:24px}
 .product-content-main-img{padding:12px;max-width:100%}
 .product-content-main-img img{max-width:100%;width:100%;height:auto}
 .product-content-main-title{font-size:var(--font-h2);margin-bottom:16px}
 .product-content-main-spec{font-size:var(--font-sm);align-items:flex-start}
 .product-content-main-text > div:not(.product-content-main-spec){font-size:var(--font-sm);color:#555;line-height:1.55;margin:0 0 10px}
 .product-content-main-text > div:not(.product-content-main-spec) .product-content-main-spec-label{margin-right:6px}
 .product-content-main-inquiry{margin-top:22px;padding:14px 24px;width:100%;justify-content:center;box-sizing:border-box;font-size:var(--font-sm)}
}

.product-content-main-table{flex:1 1 100%;width:100%;background-color:#fbfbfb;padding-bottom: 80px;}
.product-content-main-table-bar{height:10px;background:var(--public-color-secondary);border-radius:0;margin:0 0 20px}
.product-content-main-table-title{font-size:var(--font-h2);font-weight:600;color:#444;margin:0 0 20px;line-height:1.35;padding:10px 50px}
.product-content-main-table-info,.product-content-main-table-spec{width:calc(100% - 100px);border-collapse:collapse;font-size:var(--font-body);color:#111;background:#fff;margin:0 50px 50px}
.product-content-main-table-spec{margin-bottom:0}
.product-content-main-table-info th,.product-content-main-table-info td,
.product-content-main-table-spec th,.product-content-main-table-spec td{border:1px solid #ddd;padding:10px 12px;text-align:left;vertical-align:top}
.product-content-main-table-info th{font-weight:600;color:#000;width:38%}
.product-content-main-table-info td{font-weight:400;color:#111}
.product-content-main-table-spec-head{font-weight:600;color:#000;background:#fafafa}
.product-content-main-table-spec tbody th{font-weight:600;color:#000;width:22%}
.product-content-main-table-spec tbody td{font-weight:400;color:#111;width:28%}
@media(max-width:768px){
 .product-content-main-table{max-width:none;margin-top:28px;padding-bottom:48px}
 .product-content-main-table-title{padding:10px 15px;margin:0 0 14px;font-size:var(--font-h3)}
 .product-content-main-table-info,.product-content-main-table-spec{width:calc(100% - 30px);margin-left:15px;margin-right:15px;margin-bottom:32px}
 .product-content-main-table-spec{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
 .product-content-main-table-spec thead,.product-content-main-table-spec tbody,.product-content-main-table-spec tr{display:table;width:100%;min-width:560px}
}

.product-content-main-table-content{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 50px 50px;margin:0}
.product-content-main-table-content table{width:100%;min-width:680px;border-collapse:collapse;border-spacing:0;background:#fff;font-size:var(--font-body);line-height:1.55;color:#333;border-radius:0;overflow:hidden}
.product-content-main-table-content table td{border:1px solid #e2e6ef;padding:14px 16px;vertical-align:top;transition:background .15s ease}
.product-content-main-table-content table tbody tr:first-child td{background:linear-gradient(180deg,#0a22a2 0%,#081d8a 100%);color:#fff;font-weight:600;font-size:13px;letter-spacing:.04em;text-transform:uppercase;border-color:#0a22a2;padding:16px 14px;white-space:nowrap}
.product-content-main-table-content table tbody tr:first-child td:first-child{border-left-color:transparent}
.product-content-main-table-content table tbody tr:first-child td:last-child{border-right-color:transparent}
.product-content-main-table-content table tbody tr:not(:first-child) td{background:#fff}
.product-content-main-table-content table tbody tr:not(:first-child):nth-child(even) td{background:#f8f9fc}
.product-content-main-table-content table tbody tr:not(:first-child):hover td{background:#f0f3fb}
.product-content-main-table-content table tbody tr:not(:first-child):hover td[rowspan]{background:#e8edff!important}
.product-content-main-table-content table tbody tr:not(:first-child) td[rowspan]{vertical-align:middle;font-weight:600;color:#0a22a2;background:#f0f4ff!important}
.product-content-main-table-content table tbody tr:not(:first-child) td:first-child:not([rowspan]){font-weight:600;color:#333}
.product-content-main-table-content table tbody tr:not(:first-child) td:first-child[rowspan] + td{font-weight:600;color:#333}
@media(max-width:768px){
 .product-content-main-table-content{padding:0 15px 40px}
 .product-content-main-table-content table{min-width:560px;font-size:var(--font-sm)}
 .product-content-main-table-content table td{padding:12px 10px}
 .product-content-main-table-content table tbody tr:first-child td{font-size:11px;padding:12px 8px;white-space:normal;vertical-align:middle}
}

/* product-content: related products & news */
.product-content-related{padding:48px 0 80px;background:#fff}
.product-content-related-block{margin:0 0 56px}
.product-content-related-block:last-child{margin-bottom:0}
.product-content-related-head{margin:0 0 60px;padding:16px 24px;font-size:var(--font-h4);font-weight:600;color:#fff;background:#001a9e;text-align:left;line-height:1.35}
.product-content-related-products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 28px;margin:0 auto;max-width:1300px;}
.product-content-related-pcard{background:#fff;border:1px solid #e8e8e8;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:box-shadow .25s}
.product-content-related-pcard:hover{box-shadow:0 6px 20px rgba(0,0,0,.08)}
.product-content-related-pcard-img-link{display:block;background:#fff;line-height:0;padding:0;text-align:center;aspect-ratio:1;flex:0 0 auto}
.product-content-related-pcard-img-link img{display:inline-block;max-width:100%;height:auto;object-fit:contain;vertical-align:middle}
.product-content-related-pcard-info{background:#ececec;padding:16px 14px 18px;flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}
.product-content-related-pcard-title-link{text-decoration:none;color:inherit}
.product-content-related-pcard-title-link:hover .product-content-related-pcard-title{color:var(--public-color)}
.product-content-related-pcard-title{margin:0;font-size:var(--font-h4);font-weight:600;color:#222;line-height:1.35}
.product-content-related-pcard-model{margin:0;font-size:var(--font-sm);color:#333;line-height:1.45}
.product-content-related-pcard-refs{margin:0;font-size:12px;color:#888;line-height:1.4}
.product-content-related-news{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 28px;margin:0 auto;max-width:1300px;}
.product-content-related-ncard{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:22px 24px 20px;display:flex;flex-direction:column;min-height:0;min-width:0;transition:box-shadow .25s}
.product-content-related-ncard:hover{box-shadow:0 6px 18px rgba(0,0,0,.07)}
.product-content-related-ncard-title-link{text-decoration:none;color:inherit;display:block;margin-bottom:12px}
.product-content-related-ncard-title-link:hover .product-content-related-ncard-title{color:var(--public-color)}
.product-content-related-ncard-title{margin:0;font-size:var(--font-body);font-weight:600;color:#333;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}
.product-content-related-ncard-excerpt{margin:0 0 16px;font-size:var(--font-sm);color:#666;line-height:1.55;flex:1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}
.product-content-related-ncard-date{margin-top:auto;font-size:var(--font-sm);color:#98c963;font-weight:500}
@media(max-width:992px){
 .product-content-related-products{grid-template-columns:repeat(2,1fr);gap:20px}
}
@media(max-width:768px){
 .product-content-related{padding:28px 0 48px}
 .product-content-related-block{margin-bottom:40px}
 .product-content-related-head{margin-bottom:18px;padding:12px 16px;font-size:var(--font-body)}
 .product-content-related-products{grid-template-columns:repeat(2,1fr);gap:10px 8px}
 .product-content-related-pcard-info{padding:12px 10px 14px;gap:4px}
 .product-content-related-pcard-title{font-size:var(--font-sm);line-height:1.3}
 .product-content-related-pcard-model{font-size:12px}
 .product-content-related-pcard-refs{font-size:11px;line-height:1.35}
 .product-content-related-news{grid-template-columns:1fr;gap:14px}
 .product-content-related-ncard{padding:16px 18px}
 .product-content-related-ncard-title{font-size:var(--font-sm)}
 .product-content-related-ncard-excerpt{-webkit-line-clamp:4;line-clamp:4}
}

/* product-content2: 侧栏 + 主内容（仅 .product-content--layout-sidebar） */
.product-content--layout-sidebar .product-content-layout{display:flex;align-items:flex-start;gap:40px 48px;padding:24px 0 0}
.product-content--layout-sidebar .product-content-sidebar{flex:0 0 300px;width:300px;max-width:100%;position:sticky;top:100px;align-self:flex-start}
.product-content--layout-sidebar .product-content-body{flex:1;min-width:0}
.product-content--layout-sidebar .product-content-sidebar-form{margin:0 0 0}
.product-content--layout-sidebar .product-content-sidebar-search{display:flex;align-items:stretch;gap:0;margin:0 0 0;background:#f2f2f2;border-radius:6px;overflow:hidden;border:1px solid #e5e5e5}
.product-content--layout-sidebar .product-content-sidebar-input{flex:1;min-width:0;border:none;background:transparent;padding:12px 12px;font-size:var(--font-body);color:#333;outline:none}
.product-content--layout-sidebar .product-content-sidebar-input::placeholder{color:#999}
.product-content--layout-sidebar .product-content-sidebar-submit{flex-shrink:0;width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;background:#f38b14;color:#fff;border:none;cursor:pointer;transition:background .2s}
.product-content--layout-sidebar .product-content-sidebar-submit:hover{background:#e07d0f}
.product-content--layout-sidebar .product-content-sidebar-submit svg{display:block}
.product-content--layout-sidebar .product-content-sidebar-head{background:#0a22aa;color:#fff;font-size:var(--font-body);font-weight:600;padding:14px 16px;border-radius:10px 10px 0 0;margin:16px 0 0;line-height:1.35}
.product-content--layout-sidebar .product-content-sidebar-brand-panel{margin:0;padding:0 0 8px;border:1px solid #e5e5e5;border-top:none;border-radius:0 0 8px 8px;background:#f7f7f7;max-height:min(420px,55vh);overflow-y:auto}
.product-content--layout-sidebar .product-content-sidebar-brand-list{display:flex;flex-direction:column;gap:0;grid-template-columns:unset;margin:0;padding:0}
.product-content--layout-sidebar .product-content-sidebar .product-list-brand-item{margin:0;padding:10px 12px 10px 12px;border-bottom:1px solid #eaeaea;font-size:var(--font-sm);position:relative}
.product-content--layout-sidebar .product-content-sidebar .product-list-brand-item:last-of-type{border-bottom:none}
.product-content--layout-sidebar .product-content-sidebar .product-list-brand-item input{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;flex-shrink:0}
.product-content--layout-sidebar .product-content-sidebar .product-list-brand-item span{display:block;padding-left:46px}
.product-content--layout-sidebar .product-content-sidebar .product-list-brand-item span::before{content:'>';position:absolute;left:30px;top:50%;transform:translateY(-50%);color:#666;font-size:11px;font-weight:600}
.product-content--layout-sidebar .product-list-brand-toggle-wrap{margin-top:4px;padding-top:4px}
.product-content--layout-sidebar .product-content-sidebar-cats{display:flex;flex-direction:column;gap:10px;margin-top:16px}
.product-content--layout-sidebar .product-content-sidebar-cat{display:block;padding:12px 14px 12px 16px;background:#f2f2f2;color:#333;text-decoration:none;font-size:var(--font-sm);font-weight:500;border-left:4px solid #0a22aa;border-radius:0 6px 6px 0;transition:background .2s,color .2s;line-height:1.4}
.product-content--layout-sidebar .product-content-sidebar-cat:hover{background:#e8e8e8;color:#000}
.product-content--layout-sidebar .product-content-main{padding:0 0 40px;gap:32px 40px}
.product-content--layout-sidebar .product-content-main-img{max-width:none}
.product-content--layout-sidebar .product-content-main-text{max-width:none}
.product-content--layout-sidebar .product-content-main-table{width:100%;padding-bottom:48px}
.product-content--layout-sidebar .product-content-main-table-title{padding:10px 0;margin:0 0 16px;width:100%}
.product-content--layout-sidebar .product-content-main-table-info,
.product-content--layout-sidebar .product-content-main-table-spec{width:100%;margin:0 0 28px}
.product-content--layout-sidebar .product-content-main-table-content{padding-left:0;padding-right:0}
.product-content--layout-sidebar .product-content-main-table-info th{background:#f0f0f0}
@media(max-width:992px){
 .product-content--layout-sidebar .product-content-layout{flex-direction:column;padding-top:16px}
 .product-content--layout-sidebar .product-content-sidebar{flex:none;width:100%;position:static;max-height:none}
 .product-content--layout-sidebar .product-content-sidebar-brand-panel{max-height:320px}
}

