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

/*cookies板式二*/
.google-cookies{position:fixed;z-index:99;bottom:20px;left:0;right:0;}
.google-cookies.off{display:none;}
.google-cookies .container-xl{max-width:1400px; }
.google-cookies .left{width:70%;}
.google-cookies .right{text-align:center;display: flex;align-items: center;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:var(--public-color);margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;margin-top: 0;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid var(--public-color);color:var(--public-color);display:block;font-size:16px;padding:8px 25px;margin-left: 10px; background:#fff; transition: all 0.5s;border-radius:10px;cursor:pointer;}
.google-cookies .cookies-btn:hover{text-decoration:underline;}
.google-cookies .cookies-btn:first-child{background:var(--public-color);color:#fff;margin-left:0px;}
.google-box{position: relative;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:30px 35px;border-radius:10px;}
.google-box .cookies-close{position: absolute;right: 10px;top:5px;font-size: 28px;cursor: pointer;}

@media(max-width:768px) {
  .google-cookies{padding:0;bottom:0;}
  .google-cookies .container-xl{padding:0px;}
  .google-cookies .left{width:100%;}
  .google-cookies .t1{font-size:16px;line-height:24px;}
  .google-cookies .p1{font-size:14px;line-height:16px;margin-bottom:10px;}
  .google-cookies .right{width:100%;text-align:left;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;margin-top:10px;font-size:14px;display:inline-block;}
  .google-box{border-radius:0;padding:10px 15px;}
}

.header{padding:16px 0;position:fixed;top:0;left:0;width:100%;z-index:99;background-color:transparent;box-shadow:none;transform:translateY(0);transition:transform .45s cubic-bezier(.4,0,.2,1),background-color .45s ease,box-shadow .45s ease,padding .45s ease;max-height:120px}
.header.scrolled{background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.1);padding:8px 0}
.header.header-hide{transform:translateY(-100%);box-shadow:none}
body:not(.no-banner) .header:not(.scrolled) .navbar-custom .nav-link{color:#fff}
body:not(.no-banner) .header:not(.scrolled) .search-svg,body:not(.no-banner) .header:not(.scrolled) .lang-svg{color:#fff}
body:not(.no-banner) .header:not(.scrolled) .header-function > *:not(:last-child)::after{background:rgba(255,255,255,.35)}
body:not(.no-banner) .header:not(.scrolled) .header-touch{background-color:var(--public-color)}
.header.scrolled .navbar-custom .nav-link{color:#333}
.header.scrolled .search-svg{color:#666}
.header.scrolled .lang-svg{color:#666}
.header.scrolled .header-function > *:not(:last-child)::after{background:rgba(0,0,0,.12)}
.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:30px}
.header .search-svg{cursor:pointer;color:#666;transition:color .45s ease}
.navbar{padding:0px;position:relative;z-index:9999}
.navbar-custom{top:0;z-index:2;justify-content:end}
.navbar-custom .navbar-nav{gap:40px;flex-direction:row}
.navbar-custom .navbar-nav > .nav-item{position:relative}
.navbar-custom .navbar-nav .nav-link{font-size:20px;line-height:48px;color:#333;position:relative;padding:0;transition:color .45s ease}
.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);position:absolute;left:0;bottom:5px;transition:width .25s ease}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before,.navbar-custom .navbar-nav .nav-item.active > .nav-link:before{width:100%}
.navbar-custom .navbar-nav .nav-item.active > .nav-link{color:var(--public-color)}
.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{transform:rotate(90deg);transition:.6s ease-in-out}
.navbar-custom .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg);color:var(--public-color)}
.navbar-custom .navbar-nav .nav-item.active > .dropdown-toggle::after{color:var(--public-color)}
.navbar-custom .dropdown-menu{min-width:200px;padding:8px 0;border:0;border-radius:0;box-shadow:0 8px 28px rgba(10,46,92,.14)}
.navbar-custom .dropdown-item{font-size:15px;line-height:1.4;color:#333;padding:10px 20px;transition:color .2s ease,background-color .2s ease}
.navbar-custom .dropdown-item:hover,.navbar-custom .dropdown-item:focus{color:var(--public-color);background:rgba(0,109,184,.06)}
.navbar-custom .dropdown-item.active,.navbar-custom .dropdown-item:active,.navbar-custom li.active > .dropdown-item{color:var(--public-color);background:rgba(0,109,184,.1);font-weight:600}
.navbar-custom .dropright.active > .dropdown-item{color:var(--public-color);background:rgba(0,109,184,.08);font-weight:600}
.header-touch{color:#fff;cursor:pointer;border:0;background-color:var(--public-color);min-width:140px;height:40px;padding:0 20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:0;flex-shrink:0}
.header-touch a{color:#fff;font-size:14px;font-weight:600;line-height:1;letter-spacing:0;text-transform:uppercase;text-decoration:none}
.header-touch:hover{background-color:#005a9a}
.header-touch:hover a{color:#fff}
.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:rgba(0,0,0,.12)}
.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;border:0;outline:none}
.header-search-box .header-search-input::placeholder{color:#999}
.header-search-box .header-search-input:focus,.header-search-box .header-search-input:focus-visible{outline:none;box-shadow:none}
.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;outline:none}
.header-search-box .header-search-btn:focus,.header-search-box .header-search-btn:focus-visible{outline:none;box-shadow:none}
.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{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#666;transition:color .45s ease}
.header-lang .lang-svg svg{width:24px;height:24px}
.header-lang .lang-link{position:absolute;top:100%;right:0;margin-top:10px;min-width:140px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:100}
.header-lang.active .lang-link{opacity:1;visibility:visible;transform:translateY(0)}
.header-lang .lang-item{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:14px;color:#333;text-decoration:none;transition:background .2s}
.header-lang .lang-item:hover{background:#f5f5f5;color:var(--public-color)}
.header-lang .lang-item img{width:20px;height:14px;object-fit:cover;flex-shrink:0}
.header.scrolled .navbar-custom .nav-link:hover,.header.scrolled .navbar-custom .nav-item.active > .nav-link{color:var(--public-color)}
body:not(.no-banner) .header:not(.scrolled) .navbar-custom .nav-link:hover{color:rgba(255,255,255,.75)}
body:not(.no-banner) .header:not(.scrolled) .navbar-custom .nav-item.active > .nav-link{color:#fff}
body:not(.no-banner) .header:not(.scrolled) .navbar-custom .nav-item.active > .nav-link:before{background:#fff}
body:not(.no-banner) .header:not(.scrolled) .navbar-custom .nav-item.active > .dropdown-toggle::after{color:#fff}
.header.scrolled .header-touch{color:#fff;border-color:var(--public-color)}
.header.scrolled .header-touch:hover{background:#005a9a;color:#fff}
.no-banner{padding-top:120px}
.no-banner .header{background:#fff}
.no-banner .header .navbar-custom .nav-link{color:#333}
.no-banner .header .navbar-custom .nav-link:hover,.no-banner .header .navbar-custom .nav-item.active > .nav-link{color:var(--public-color)}
.no-banner .header .header-touch{color:#fff;border-color:var(--public-color)}
.no-banner .header .header-touch a{color:#fff;font-size:14px}
.no-banner .header .header-touch:hover a{color:#fff;text-decoration:underline}
.no-banner .header .search-svg{color:#333}
.no-banner .header .header-function > *:not(:last-child)::after{background:rgba(0,0,0,.1)}
.no-banner .header .lang-svg{color:#666}
.pull-down{position:fixed;left:max(0px,calc((100vw - 1860px)/2));width:min(1860px,100vw);top:calc(100px - 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:100px;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 - 36px)}
.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)}
.pull-down{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:9998;pointer-events:none}
.nav-item:hover .pull-down{opacity:1;visibility:visible;pointer-events:auto}
.pull-down:not(.pull-down-wide){position:absolute;left:50%;transform:translateX(-50%);top:89%;padding:10px 10vw 40px;box-sizing:content-box;width:max-content;max-width:100vw}
.pull-down:not(.pull-down-wide) .pull-down-inner{display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;padding:12px 0;min-width:auto;width:auto;max-width:100%;box-sizing:border-box;background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.12)}
.header:not(.scrolled) .pull-down:not(.pull-down-wide) .pull-down-inner{background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
.pull-down:not(.pull-down-wide) .pull-down-inner .pull-down-item{display:block;padding:10px 0px;white-space:nowrap;width:100%;display:flex;justify-content:space-between;align-items:center;gap:5px 20px}
.pull-down:not(.pull-down-wide) .pull-down-inner .pull-down-item .icon{color:var(--public-color)}
.pull-down:not(.pull-down-wide) .pull-down-inner .pull-down-item.active{color:var(--public-color)}
.pull-down:not(.pull-down-wide) .pull-down-inner .pull-down-item+.pull-down-item{border-top:1px solid rgba(0,0,0,.06)}
.pull-down:not(.pull-down-wide) ul.pull-down-inner{list-style:none;margin:0;padding:0 20px;border-radius:12px;position:relative}
.pull-down:not(.pull-down-wide) ul.pull-down-inner>li+li{border-top:1px solid rgba(0,0,0,.06)}
.pull-down:not(.pull-down-wide) .pull-down-menu-item{position:relative}
.pull-down:not(.pull-down-wide) .pull-down-has-submenu>.pull-down-item{padding-right:28px;position:relative}
.pull-down:not(.pull-down-wide) .pull-down-has-submenu>.pull-down-item::after{content:'\203A';position:absolute;right:10px;top:50%;transform:translateY(-50%);opacity:.45;font-size:14px;line-height:1}
.pull-down:not(.pull-down-wide) .pull-down-submenu{list-style:none;margin:0;padding:0;position:absolute;left:100%;top:0;margin-left:0;min-width:220px;background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.12);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:10001}
.header:not(.scrolled) .pull-down:not(.pull-down-wide) .pull-down-submenu{background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
.pull-down:not(.pull-down-wide) .pull-down-submenu::before{content:'';position:absolute;left:-8px;top:0;bottom:0;width:8px}
.pull-down:not(.pull-down-wide) .pull-down-has-submenu:hover>.pull-down-submenu,.pull-down:not(.pull-down-wide) .pull-down-has-submenu:focus-within>.pull-down-submenu{opacity:1;visibility:visible;pointer-events:auto}
.pull-down:not(.pull-down-wide) .pull-down-submenu .pull-down-item{border-top:none}
.pull-down:not(.pull-down-wide) .pull-down-submenu li+li{border-top:1px solid rgba(0,0,0,.06)}
.pull-down:not(.pull-down-wide) .pull-down-submenu .pull-down-item--sub{font-size:13px}
.pull-down.pull-down-wide{position:fixed;left:max(0px,calc((100vw - 1920px)/2));width:min(1920px,100vw);top:50px;padding-top:34px}
.pull-down.pull-down-wide.pull-down-fullscreen{position:fixed;left:0;top:0;width:100vw;height:100vh;padding-top:120px}
.header.scrolled .pull-down.pull-down-wide{top:56px}
.header:not(.scrolled) .pull-down.pull-down-wide .pull-down-inner{background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
.pull-down.pull-down-wide .pull-down-inner{max-width:1400px;margin:0 auto;width:100%;padding:30px var(--container-padding);background:#fff;box-shadow:0 10px 40px rgba(0,0,0,.12);display:flex;gap:48px}
.pull-down.pull-down-wide .pull-down-inner .pull-down-col{display:flex;flex-direction:column}
@media(max-width:768px){
	.no-banner,body{padding-top:56px;font-size:14px}
	.header-mb{background:#fff;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid #eef2f6;z-index:999;box-shadow:none;transition:box-shadow .3s ease}
	.header-mb.fadeInDown{box-shadow:0 4px 16px rgba(0,0,0,.08)}
	.header-mb-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;height:56px;padding-left:15px;padding-right:10px}
	.header-mb .top-logo{flex:1;min-width:0;display:flex;align-items:center}
	.header-mb .top-logo a{display:inline-flex;align-items:center;line-height:0;max-width:100%}
	.header-mb .top-logo img{height:32px;width:auto;max-width:150px;object-fit:contain}
	.header-mb .top-mb{display:flex;align-items:center;justify-content:flex-end;gap:2px;flex-shrink:0}
	.header-mb .top-mb-item{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;margin:0;border:0;background:transparent;color:#333;cursor:pointer;text-decoration:none;line-height:1;appearance:none;-webkit-appearance:none}
	.header-mb .top-mb-item:hover,.header-mb .top-mb-item:focus{color:#333;opacity:.75;outline:none}
	.header-mb .top-mb-item .icon{font-size:18px;color:inherit;line-height:1}
	.header-mb .top-mb-item.navbar-toggler{border-radius:0}
	.top-mb-search-box{display:none;position:fixed;background:#fff;top:56px;left:0;padding:10px 15px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:998;width:100%}
	.top-mb-search-box .search-group{display:flex;width:100%;height:42px;border:1px solid #e5eaf0;border-radius:0;overflow:hidden;background:#f0f3f7}
	.top-mb-search-box .search-group .form-control{flex:1;min-width:0;height:42px;border:0;border-radius:0;background:transparent;color:#333;font-size:14px;padding:0 14px;box-shadow:none}
	.top-mb-search-box .search-group .form-control::placeholder{color:#999}
	.top-mb-search-box .search-group .form-control:focus{outline:none;box-shadow:none}
	.top-mb-search-box .search-group .btn{flex-shrink:0;width:46px;height:42px;border:0;border-radius:0;background:var(--public-color);color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0}
	.top-mb-search-box .search-group .btn .icon{color:#fff;font-size:16px}
	.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:20px 16px;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:-80%;width:80%;height:100%;max-width:320px}
	.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;margin:0;list-style:none}
	.head_nav li{padding-left:28px;padding-top:4px;padding-bottom:4px}
	.head_nav li,.head_nav li a{color:#333;text-decoration:none}
	.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;margin:0;padding:0;list-style: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:var(--public-color)}
	.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:18px;height:18px;border:1px solid #ccc;border-radius:2px;overflow:hidden;line-height:18px;position:absolute;right:-35px;top:0;-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:10px;height:1px;background-color:#666;position:absolute;left:4px;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:var(--public-color)}
	.head_nav>li{padding-top:14px;padding-bottom:14px;border-bottom:1px solid #eef2f6}
	.head_nav>li>a{font-size:16px;font-weight:500;text-transform:capitalize;margin-bottom:-1px;position:relative;letter-spacing:.3px}
	.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:var(--public-color);border-color:var(--public-color)}
	.head_nav li.active>a>b:before,.head_nav li.active>a>b:after{background-color:#fff}
	.mobile-ico-close{width:36px;height:36px;background-color:var(--public-color);position:absolute;left:-36px;top:0;cursor:pointer;display:flex;align-items:center;justify-content:center}
	.mobile-ico-close .icon{color:#fff;font-size:22px;padding:0;line-height:1}
	.search-box .form-control{border-radius:0}
	.search-box .btn{border-radius:0}
	.search-box .icon{color:#fff}
	.main-mask{position:fixed;background-color:#000;opacity:.45;width:100%;height:100vh;inset:0;z-index:998;display:none}
}
.reveal-modal-bg{position:fixed;height:100%;width:100%;z-index:1000;display:none;top:0;left:0;background:rgba(10,46,92,.55)}
.reveal-modal{visibility:hidden;top:100px;left:50%;margin-left:-280px;width:560px;max-width:calc(100vw - 32px);position:absolute;z-index:1001;padding:40px 36px 36px;border-radius:0;box-shadow:0 24px 64px rgba(0,0,0,.22);background-color:#fff;border:0}
.reveal-modal .title{font-size:28px;font-weight:600;line-height:1.25;color:#333;text-align:center;margin:0 0 8px;letter-spacing:0;text-transform:uppercase}
.reveal-modal .close-reveal-modal{position:absolute;top:12px;right:12px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;font-size:18px;line-height:1;color:#999;cursor:pointer;transition:color .25s,background .25s}
.reveal-modal .close-reveal-modal:hover{color:#333;background:#f0f3f7}
.reveal-modal-feedback-desc{margin:0 0 28px;font-size:14px;line-height:22px;color:#999;text-align:center}
.form-feedback-mb{padding-bottom:8px}
.form-feedback-mb-field{margin-bottom:12px}
.form-feedback-mb-field .form-control,.form-feedback-mb-captcha .form-control{width:100%;background:#f0f3f7;border:1px solid transparent;border-radius:0;padding:14px 16px;font-size:14px;line-height:1.4;color:#333;box-shadow:none;transition:border-color .25s,background .25s}
.form-feedback-mb-field .form-control::placeholder,.form-feedback-mb-captcha .form-control::placeholder{color:#999}
.form-feedback-mb-field .form-control:hover,.form-feedback-mb-captcha .form-control:hover{border-color:rgba(0,109,184,.35)}
.form-feedback-mb-field .form-control:focus,.form-feedback-mb-captcha .form-control:focus{outline:none;border-color:var(--public-color);background:#fff;box-shadow:0 0 0 2px rgba(0,109,184,.12)}
.form-feedback-mb-field textarea.form-control{min-height:110px;resize:vertical}
.form-feedback-mb-captcha{margin-bottom:16px}
.form-feedback-mb-captcha .input-group{display:flex;width:100%;flex-wrap:nowrap;gap:0}
.form-feedback-mb-captcha .input-group .form-control{flex:1;min-width:0;height:48px;border-radius:0}
.form-feedback-mb-captcha .input-group-append{flex-shrink:0}
.form-feedback-mb-captcha .input-group-text.input-group-img{padding:0;border:0;background:#e8eef5;height:48px;display:flex;align-items:center}
.form-feedback-mb-captcha .input-group-text.input-group-img img{height:48px;width:auto;display:block;cursor:pointer}
.form-feedback-mb-actions{position:relative;margin:0}
.form-feedback-mb-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 24px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;letter-spacing:.5px;text-transform:uppercase;border:0;border-radius:0;cursor:pointer;transition:background .25s}
.form-feedback-mb-submit:hover{background:#005a9a;color:#fff}
#form-feedback.form-feedback .feedback-result{bottom:-36px;font-size:14px}
.form-feedback-mb .iti{width:100%;display:block}
.form-feedback-mb .iti .form-control{padding-left:90px}
.form-feedback-mb .iti__flag-container{left:0}
@media(max-width:768px){
	.reveal-modal{top:24px;left:50%;margin-left:-45%;width:90%;max-width:420px;padding:28px 18px 22px;max-height:calc(100vh - 48px);overflow-y:auto;-webkit-overflow-scrolling:touch}
	.reveal-modal .title{font-size:22px;margin-bottom:6px}
	.reveal-modal-feedback-desc{font-size:13px;line-height:20px;margin-bottom:20px}
	.reveal-modal .close-reveal-modal{top:8px;right:8px;width:32px;height:32px;font-size:16px}
	.form-feedback-mb-field{margin-bottom:10px}
	.form-feedback-mb-field .form-control,.form-feedback-mb-captcha .form-control{padding:12px 14px;font-size:16px}
	.form-feedback-mb-field textarea.form-control{min-height:100px}
	.form-feedback-mb-captcha .input-group .form-control,.form-feedback-mb-captcha .input-group-text.input-group-img,.form-feedback-mb-captcha .input-group-text.input-group-img img{height:44px}
	.form-feedback-mb-submit{min-height:44px;font-size:13px}
}
.product-video-modal{display:none;position:fixed;inset:0;z-index:10050;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.72)}
.product-video-modal.is-open{display:flex}
.product-video-modal-dialog{position:relative;width:min(960px,100%);background:#000;box-shadow:0 24px 64px rgba(0,0,0,.45)}
.product-video-modal-close{position:absolute;top:8px;right:8px;z-index:2;width:36px;height:36px;padding:0;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.45);cursor:pointer}
.product-video-modal-close:hover{color:#fff;background:rgba(0,0,0,.7)}
.product-video-modal-frame{position:relative;width:100%;padding-top:56.25%;background:#000;line-height:0}
.product-video-modal-frame iframe,.product-video-modal-frame video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#000;object-fit:contain}
@media(max-width:768px){
	.product-video-modal{padding:16px}
}
.form-feedback{position:relative;padding-bottom:28px}
.form-feedback .btn{color:#fff;background:var(--public-color);border-radius:0px;font-size:16px;line-height:22px;padding-top:8px;padding-bottom:8px}
.form-feedback .btn:hover{background:#003b66;color:#fff}
.form-feedback .feedback-result{position:absolute;left:50%;bottom:-40px;transform:translateX(-50%);z-index:2;width:max-content;max-width:100%;margin:0;padding:0;text-align:center;font-size:16px;line-height:1.5;color:#d93025;pointer-events:none;white-space:normal}
.form-feedback .feedback-result:empty{display:none}
.form-feedback .feedback-result.text-success{color:#24b66f}
@media(max-width:768px){
	.form-feedback .form-control{padding-top:10px;padding-bottom:10px;font-size:16px}
	.form-feedback .btn{padding-top:10px;padding-bottom:10px}
	.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}
.search-group{width:200px;height:32px;overflow:hidden;border:1px solid #f4f4f4;border-radius:5px}
.search-group .form-control{border:none;border-radius:0px;background:transparent;color:#5c5352;height:32px;line-height:32px}
.search-group .form-control::-webkit-input-placeholder{color:#5c5352}
.search-group .btn{background-color:#9f1919;border-radius:0px;height:32px;width:32px;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0}
.search-group i{color:#fff;font-size:1rem}
.content-wrapper{line-height:1.7;margin-bottom:1.5rem}
.content-wrapper h2{font-size:26px;font-weight:600;margin-bottom:15px;margin-top:30px}
.content-wrapper h3{font-size:24px;font-weight:600;margin-bottom:15px;margin-top:30px}
.content-wrapper h4{font-size:20px;font-weight:600;margin-bottom:15px;margin-top:30px}
.content-wrapper p{margin-bottom:15px}
.content-wrapper img{max-width:100% !important;height:auto !important;margin-bottom:15px}
.content-wrapper video{max-width:100% !important;height:auto !important}
.content-wrapper ul{padding-left:20px;margin-bottom:15px}
.content-wrapper ul li{list-style-type:initial;margin-bottom:10px}
.content-wrapper ol{padding-left:20px;margin-bottom:15px}
.content-wrapper ol li{list-style-type:initial;margin-bottom:10px}
.content-wrapper iframe{max-width:100%}
.content-wrapper table{width:100%;margin-bottom:1rem;color:#212529;margin-bottom:15px}
.content-wrapper table p{margin-bottom:0}
.content-wrapper table th,.content-wrapper table td{padding:0.5rem;vertical-align:middle;border:1px solid #dee2e6;text-align:center}
.content-wrapper table tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.03)}
.content-wrapper table tbody tr:hover{background-color:rgba(0,0,0,0.075);color:#555}
.content-wrapper table p{margin-bottom:0;line-height:32px}
.content-wrapper tbody th{color:#2980c7}
.banner-home{position:relative;overflow:hidden}
.banner-home .img-back{position:relative;z-index:0;line-height:0}
.banner-home .img-back img{width:100%;height:auto;display:block}
.banner-home .banner-text1{position:absolute;inset:0;z-index:1;display:flex;align-items:flex-end;justify-content:center;text-align:center;color:#fff;background:-moz-linear-gradient(bottom,rgb(27,90,167) 0%,rgba(27,90,167,0) 100%);background:linear-gradient(to top,rgb(27,90,167) 0%,rgba(27,90,167,0) 100%)}
.banner-home .banner-text1>.container-xl{width:100%;padding:0 0 80px;display:flex;flex-direction:column;align-items:center}
.banner-home .home-title{font-size:56px;font-weight:700;line-height:1.3;color:#fff;text-transform:none;letter-spacing:0;margin:0 0 50px;word-break:normal;overflow-wrap:normal}
.banner-home .home-title-br-m{display:none}
.banner-home .home-stats{display:flex;align-items:center;justify-content:center}
.banner-home .home-stat-item{position:relative;padding:0 60px}
.banner-home .home-stat-item::before,.banner-home .home-stat-item::after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:1px;height:56px;background:rgba(255,255,255,.45)}
.banner-home .home-stat-item::before{left:0}
.banner-home .home-stat-item::after{right:0}
.banner-home .home-stat-num{font-size:36px;font-weight:400;line-height:1.2;color:#fff}
.banner-home .home-stat-label{font-size:18px;font-weight:400;line-height:1.4;color:#fff;margin-top:8px}
@media(max-width:1430px){
	.banner-home .home-title{font-size:44px}
	.banner-home .home-stat-num{font-size:32px}
	.banner-home .home-stat-label{font-size:16px}
}
@media(max-width:992px){
	.banner-home .banner-text1>.container-xl{padding:0 15px 60px}
	.banner-home .home-title{margin-bottom:40px;font-size:36px}
	.banner-home .home-stat-item{padding:0 40px}
}
@media(max-width:768px){
	.banner-home{height:auto}
	.banner-home .img-back{position:absolute;inset:0}
	.banner-home .img-back img{width:100%;height:100%;object-fit:cover;object-position:center center}
	.banner-home .banner-text1{position:relative;align-items:flex-end;justify-content:center;padding:0}
	.banner-home .banner-text1>.container-xl{padding:72px 16px 36px;max-width:100%}
	.banner-home .home-title{font-size:22px;line-height:1.4;margin:0 0 28px;max-width:100%;font-weight:700}
	.banner-home .home-title-br-m{display:block}
	.banner-home .home-stats{flex-direction:row;align-items:stretch;justify-content:space-between;gap:0;width:100%;max-width:100%}
	.banner-home .home-stat-item{flex:1;min-width:0;padding:0 10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
	.banner-home .home-stat-item::before,.banner-home .home-stat-item::after{display:block;top:50%;transform:translateY(-50%);width:1px;height:42px;background:rgba(255,255,255,.45)}
	.banner-home .home-stat-item::before{left:0}
	.banner-home .home-stat-item::after{right:0}
	.banner-home .home-stat-item:first-child::before,.banner-home .home-stat-item:last-child::after{display:none}
	.banner-home .home-stat-item:not(:last-child){border-bottom:0}
	.banner-home .home-stat-num{font-size:22px;font-weight:600;line-height:1.2}
	.banner-home .home-stat-label{font-size:11px;line-height:1.35;margin-top:6px;opacity:.95;max-width:100%}
}
.all-banner{position:relative;overflow:hidden}
.all-banner::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:-moz-linear-gradient(bottom,rgb(27,90,167) 0%,rgba(27,90,167,0) 100%);background:linear-gradient(to top,rgb(27,90,167) 0%,rgba(27,90,167,0) 100%)}
.all-banner-bg{position:relative;z-index:0;line-height:0}
.all-banner-bg img{width:100%;height:auto;display:block}
.all-banner-nav{position:absolute;top:0;left:0;right:0;z-index:3;width:100%;padding:30px 0 0}
.all-banner-breadcrumb{display:flex;align-items:center;gap:10px}
.all-banner-globe{display:flex;align-items:center;color:#fff;flex-shrink:0}
.all-banner-text{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;padding:40px 0 0;color:#fff;text-align:center}
.all-banner-main{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}
.all-banner .breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin:0;background:transparent;border-radius:0;font-size:16px;font-weight:500;line-height:1.6;text-transform:none;letter-spacing:0}
.all-banner .breadcrumb-item{color:#fff}
.all-banner .breadcrumb-item+.breadcrumb-item::before{color:rgba(255,255,255,1);content:"//";padding:0 6px}
.all-banner .breadcrumb-item a{color:#fff;text-decoration:none}
.all-banner .breadcrumb-item a:hover{color:var(--public-color)}
.all-banner .breadcrumb-item.active{color:#fff}
.all-banner-badge{display:inline-block;padding:6px 18px;background:var(--public-color);color:#fff;font-size:14px;font-weight:500;line-height:1.4;border-radius:100px;margin-bottom:20px;letter-spacing:0;text-transform:none}
.all-banner-title{font-size:48px;font-weight:700;line-height:1.15;color:#fff;text-transform:none;letter-spacing:0;margin:0}
.all-banner-title .text-white{color:#fff}
.all-banner-title .text-blue{color:var(--public-color)}
.all-banner-desc{font-size:18px;line-height:28px;color:rgba(255,255,255,.85);max-width:1100px;letter-spacing:0;margin:30px auto 0}
.all-banner-left .all-banner-text{text-align:left}
.all-banner-left .all-banner-main{align-items:flex-start;text-align:left}
.all-banner-left .all-banner-desc{margin-left:0;margin-right:auto}
@media(max-width:1430px){
	.all-banner-title{font-size:40px}
}
@media(max-width:992px){
	.all-banner-text{padding:32px 0 60px}
}
@media(max-width:768px){
	.all-banner .all-banner-bg{position:absolute;inset:0}
	.all-banner .all-banner-bg img{width:100%;height:100%;object-fit:cover}
	.all-banner .all-banner-nav{position:relative;padding:30px 0 0}
	.all-banner .all-banner-text{position:relative;align-items:center;padding:40px 0}
	.all-banner .breadcrumb{font-size:12px}
	.all-banner-badge{font-size:12px;padding:5px 14px;margin-bottom:14px}
	.all-banner-title{font-size:28px}
	.all-banner-desc{font-size:14px;line-height:22px;margin-top:16px}
}
.home{background-color:#fff;background-image:linear-gradient(to bottom,#e8f0fa 0,#fff 1400px,#fff 1400px);max-width:1920px;margin:0 auto;}
.home-products{padding:100px 0 60px}
.home-products-title{font-size:48px;font-weight:300;line-height:1.2;color:#333;margin:0 0 40px;letter-spacing:0}
.home-products-slider{position:relative;max-width:1920px;width:100%;margin:0 auto;overflow:hidden}
.home-products-swiper{overflow:hidden;width:100%;box-sizing:border-box;padding-left:max(15px,min(calc((100vw - 1430px) / 2),245px));padding-right:0;transition:padding .4s ease;cursor:grab;user-select:none;padding-top:20px;padding-bottom:80px}
.home-products-swiper.is-dragging{cursor:grabbing}
.home-products-swiper.is-peek{padding-left:0;padding-right:0}
.home-products-swiper.is-end{padding-left:0;padding-right:max(15px,min(calc((100vw - 1430px) / 2),245px))}
.home-products-swiper .swiper-slide{width:450px}
.home-products-swiper .swiper-wrapper{transition-property:transform;transition-timing-function:ease}
.home-products-item{position:relative;height:460px;background:#fff;border-radius:12px;display:flex;flex-direction:column;box-shadow:0px 30px 60px 0px rgba(0,0,0,0.08);overflow:hidden}
.home-products-speed{position:absolute;top:10px;left:10px;z-index:2;width:115px;height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:url(../../images/home-products-speed-bg.svg) no-repeat center/contain;pointer-events:none}
.home-products-new{position:absolute;top:16px;right:16px;z-index:2;width:66px;height:49px;display:flex;align-items:flex-start;justify-content:center;padding-top:10px;color:#fff;font-size:12px;font-weight:600;line-height:1.4;letter-spacing:.5px;background:url(../../images/home-products-new-bg.svg) no-repeat top right/contain;pointer-events:none}
.home-products-img{flex:1;display:flex;align-items:center;justify-content:center;padding:20px 24px 10px;line-height:0}
.home-products-img img{max-width:100%;width:auto;height:auto;margin:0 auto;z-index:3}
.home-products-foot{padding:0 24px 24px}
.home-products-speed-num{font-size:22px;font-weight:700;line-height:1.2;color:var(--public-color)}
.home-products-speed-unit{font-size:14px;line-height:1.2;color:var(--public-color);margin-top:2px}
.home-products-model{display:block;font-size:18px;font-weight:700;line-height:1.3;color:var(--public-color);margin-bottom:6px}
.home-products-model:hover{color:#005a9a}
.home-products-name{display:block;font-size:16px;font-weight:500;line-height:1.4;color:#333;text-transform:uppercase;letter-spacing:0;min-height:33px;}
.home-products-name:hover{color:#333}
.home-products-nav{display:flex;align-items:center;justify-content:center;gap:24px}
.home-products-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgba(27,90,167,.6);cursor:pointer;transition:color .3s}
.home-products-arrow:hover{color:var(--public-color)}
.home-products-arrow.is-disabled{opacity:.3;cursor:default;pointer-events:none}
.home-products-pagination{display:flex;align-items:center;justify-content:center;gap:8px;position:static;width:auto}
.home-products-dot{width:10px;height:10px;border-radius:0;background:#c5d4e8;cursor:pointer;transition:background .3s}
.home-products-dot.is-active{background:var(--public-color)}
.home-solutions{padding:50px 0 50px}
.home-solutions-inner{display:flex;align-items:center;gap:60px;justify-content:space-between}
.home-solutions-grid{position:relative;flex:0 0 auto;width:680px;display:grid;grid-template-columns:335px 335px;grid-template-rows:200px 200px;gap:10px}
.home-solutions-item{position:relative;display:block;border-radius:12px;overflow:hidden;line-height:0}
.home-solutions-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.home-solutions-item:hover img{transform:scale(1.05)}
.home-solutions-label{position:absolute;left:0;right:0;bottom:0;padding:12px 16px;background:rgba(27,90,167,.75);color:#fff;font-size:14px;font-weight:500;line-height:1.4;text-align:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
.home-solutions-item:hover .home-solutions-label{opacity:1;visibility:visible}
.home-solutions-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:90px;height:90px;border-radius:50%;background:var(--public-color);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 6px #e8f0fa}
.home-solutions-badge img{width:60px;height:60px;object-fit:contain}
.home-solutions-text{flex:1;max-width:600px}
.home-solutions-title{font-size:48px;font-weight:300;line-height:1.2;color:#333;margin:0 0 30px;letter-spacing:0}
.home-solutions-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 36px;letter-spacing:0}
.home-solutions-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:280px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.home-solutions-btn a:hover{background:#005a9a;color:#fff}
.home-about{position:relative;height:800px;overflow:hidden;margin:80px 0}
.home-about-bg{position:absolute;inset:0;z-index:0;line-height:0}
.home-about-bg img{width:100%;height:100%;object-fit:cover}
.home-about .container-xl{position:relative;z-index:1;max-width:1660px;width:100%;margin-left:auto;margin-right:0;padding-left:0;padding-right:0;height:100%;display:flex;align-items:flex-end;padding-bottom:80px}
.home-about-inner{display:flex;align-items:flex-start;width:100%}
.home-about-text{flex:0 0 600px;width:600px}
.home-about-label{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;line-height:1;color:var(--public-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}
.home-about-label::before{content:"";flex-shrink:0;width:3px;height:14px;background:var(--public-color)}
.home-about-title{font-size:48px;font-weight:300;line-height:1.2;color:#333;margin:0 0 24px;letter-spacing:0}
.home-about-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 36px;letter-spacing:0}
.home-about-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.home-about-btn a:hover{background:#005a9a;color:#fff}
.home-about-img{flex:0 0 960px;width:960px;height:550px;margin-left:auto;line-height:0;border-radius:12px 0 0 12px;overflow:hidden}
.home-about-img img{width:100%;height:100%;object-fit:cover;display:block}
.home-strength{padding:30px 0 30px;background:#fff}
.home-strength-title{font-size:48px;font-weight:300;line-height:1.2;color:#333;text-align:center;margin:0 0 40px;letter-spacing:0}
.home-strength-tabs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:48px 80px;margin:0 0 56px;padding:0;list-style:none}
.home-strength-tab{padding:0 0 10px;font-size:18px;font-weight:500;line-height:1.4;color:#999;cursor:pointer;position:relative;transition:color .3s;user-select:none}
.home-strength-tab::after{content:"";position:absolute;left:50%;bottom:0;width:100%;height:3px;background:var(--public-color);transform:translateX(-50%) scaleX(0);transform-origin:center;transition:transform .3s ease}
.home-strength-tab:hover{color:#666}
.home-strength-tab.is-active{color:#333}
.home-strength-tab.is-active::after{transform:translateX(-50%) scaleX(1)}
.home-strength-panels{position:relative}
.home-strength-panel{display:none;align-items:center;gap:64px}
.home-strength-panel.is-active{display:flex}
.home-strength-copy{flex:0 1 42%;max-width:480px}
.home-strength-kicker{font-size:18px;font-weight:500;line-height:1.5;color:var(--public-color);margin:0 0 18px;letter-spacing:0}
.home-strength-lead{font-size:28px;font-weight:500;line-height:1.45;color:#333;margin:0 0 36px;letter-spacing:0}
.home-strength-btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:48px;padding:0 32px;border:1px solid var(--public-color);border-radius:999px;background:transparent;color:var(--public-color);font-size:15px;font-weight:500;line-height:1;text-decoration:none;transition:background .3s ease,color .3s ease,border-color .3s ease}
.home-strength-btn:hover{background:var(--public-color);color:#fff;border-color:var(--public-color)}
.home-strength-media{flex:1 1 55%;min-width:0;border-radius:24px;overflow:hidden;line-height:0}
.home-strength-media img{width:100%;height:auto;display:block;aspect-ratio:16/10;object-fit:cover}
.home-patent{position:relative;padding:100px 0 180px;overflow:hidden;background:linear-gradient(to top,#e8f0fa 0%,#fff 100%)}
.home-patent-watermark{position:absolute;right:100px;top:50%;transform:translateY(-50%);z-index:0;line-height:0;pointer-events:none}
.home-patent-watermark img{max-width:520px;height:auto}
.home-patent .container-xl{position:relative;z-index:1}
.home-patent-inner{display:flex;align-items:center;gap:100px}
.home-patent-card{position:relative;flex:0 0 700px;width:700px;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.08);padding:120px 40px 80px;overflow:hidden}
.home-patent-badge{position:absolute;top:50px;left:0;z-index:2;min-width:240px;padding:14px 22px 14px 18px;background:var(--public-color);color:#fff;text-align:right;clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,0 100%)}
.home-patent-model{display:block;font-size:32px;font-weight:700;line-height:1.1;letter-spacing:0}
.home-patent-sub{display:block;font-size:18px;font-weight:500;line-height:1.35;text-transform:uppercase;letter-spacing:0}
.home-patent-img{display:flex;align-items:center;justify-content:center;line-height:0;padding:20px 0}
.home-patent-img img{max-width:100%;height:auto}
.home-patent-no{font-size:18px;font-weight:400;line-height:1.4;color:#666;margin:0;letter-spacing:0;max-width:500px;margin:0 auto}
.home-patent-no strong{font-weight:600;color:var(--public-color)}
.home-patent-text{flex:1;min-width:0}
.home-patent-title{font-size:48px;font-weight:300;line-height:1.2;color:#333;margin:0 0 30px;letter-spacing:0}
.home-patent-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0;letter-spacing:0}
.home-services{position:relative;padding:120px 0;overflow:hidden}
.home-services-bg{position:absolute;inset:0;z-index:0;line-height:0}
.home-services-bg img{width:100%;height:100%}
.home-services .container-xl{position:relative;z-index:1}
.home-services-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}
.home-services-text{flex:0 0 600px;width:600px;color:#fff}
.home-services-title{font-size:48px;font-weight:700;line-height:1.2;color:#fff;margin:0 0 30px;letter-spacing:0}
.home-services-desc{font-size:18px;font-weight:400;line-height:28px;color:rgba(255,255,255,.85);margin:0 0 36px;letter-spacing:0}
.home-services-list{margin:0;padding:0;list-style:none}
.home-services-list li{display:flex;align-items:center;gap:14px;font-size:18px;font-weight:400;line-height:1.4;color:#fff;margin-bottom:18px;letter-spacing:0}
.home-services-list li:last-child{margin-bottom:0}
.home-services-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;color:#fff}
.home-services-form{flex:0 0 700px;width:700px;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.15);padding:40px}
.home-services-form .form-feedback{padding-bottom:28px}
.home-services-form .form-group{margin-bottom:0}
.home-services-form .btn-box{position:relative}
.home-services-form-row{display:flex;gap:16px;margin-bottom:16px}
.home-services-field{flex:1;min-width:0}
.home-services-field .form-control{width:100%;background:#f0f3f7;border:0;border-radius:4px;padding:14px 16px;font-size:14px;line-height:1.4;color:#333;box-shadow:none}
.home-services-field .form-control::placeholder{color:#999}
.home-services-field .form-control:focus{outline:none;box-shadow:0 0 0 2px rgba(0,109,184,.2)}
.home-services-field textarea.form-control{resize:vertical;min-height:140px;margin-bottom:16px}
.home-services-submit{display:inline-flex;align-items:center;justify-content:center;min-width:220px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;border:0;border-radius:0;cursor:pointer;transition:background .3s}
.home-services-submit:hover{background:#005a9a;color:#fff}
.home-case{padding:100px 0;background:linear-gradient(180deg,#134a8c 0%,#1b5aa7 55%,#164e96 100%)}
.home-case-head{text-align:center;margin:0 0 56px}
.home-case-label{font-size:14px;font-weight:600;line-height:1;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:1px;margin:0 0 16px}
.home-case-title{font-size:48px;font-weight:300;line-height:1.2;color:#fff;margin:0 auto;letter-spacing:0;max-width:920px}
.home-case-slider{position:relative}
.home-case-swiper{overflow:hidden;padding:12px 0 4px}
.home-case-swiper .swiper-wrapper{align-items:stretch;height:auto}
.home-case-swiper .swiper-slide{height:auto !important;display:flex;align-self:stretch}
.home-case-card{position:relative;display:flex;flex-direction:column;flex:1;width:100%;min-height:100%;padding:10px 10px 26px;border-radius:16px;overflow:hidden;background:linear-gradient(165deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.05) 42%,rgba(0,0,0,.08) 100%),#2a6bb8;border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 12px 32px rgba(8,28,64,.28);transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease}
.home-case-card::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.18) 0%,transparent 38%);opacity:.9}
.home-case-card:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.4);box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 24px 48px rgba(8,28,64,.42)}
.home-case-card-media{position:relative;z-index:2;display:block;line-height:0;overflow:hidden;border-radius:10px;box-shadow:0 8px 22px rgba(0,20,50,.28)}
.home-case-card-media::after{content:"";position:absolute;left:0;right:0;bottom:0;height:46%;background:linear-gradient(to top,rgba(18,58,120,.45),transparent);pointer-events:none}
.home-case-card-media img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;display:block;transition:transform .5s ease}
.home-case-card-play{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#fff;color:var(--public-color);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.2);transition:transform .3s;pointer-events:none}
.home-case-card-play svg{margin-left:3px}
.home-case-card:hover .home-case-card-media img{transform:scale(1.06)}
.home-case-card:hover .home-case-card-play{transform:translate(-50%,-50%) scale(1.06)}
.home-case-card-body{position:relative;z-index:2;display:flex;flex-direction:column;flex:1;padding:22px 12px 2px}
.home-case-card-title{font-size:20px;font-weight:600;line-height:1.4;color:#fff;margin:0 0 8px;letter-spacing:0;min-height:56px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.home-case-card-title a{color:#fff;font-size: 20px;text-decoration:none}
.home-case-card-title a:hover{color:#fff;opacity:.88}
.home-case-card-desc{font-size:15px;font-weight:400;line-height:24px;color:rgba(255,255,255,.72);margin:0 0 22px;letter-spacing:0;flex:1;min-height:72px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.home-case-card-btn{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:auto;min-width:132px;height:42px;padding:0 24px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font-size:14px;font-weight:500;line-height:1;text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.18);transition:background .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}
.home-case-card-btn:hover{background:#fff;color:var(--public-color);border-color:#fff;box-shadow:0 8px 20px rgba(0,20,50,.18)}
.home-case-nav{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:32px}
.home-case-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgba(255,255,255,.6);cursor:pointer;transition:color .3s,opacity .3s}
.home-case-arrow:hover{color:#fff}
.home-case-arrow.is-disabled{opacity:.3;cursor:default;pointer-events:none}
.home-case-pagination{display:flex;align-items:center;justify-content:center;gap:8px;position:static;width:auto}
.home-case-pagination .swiper-pagination-bullet{width:10px;height:10px;margin:0;border-radius:0;background:rgba(255,255,255,.35);opacity:1;cursor:pointer;transition:background .3s}
.home-case-pagination .swiper-pagination-bullet-active{background:#fff}
.home-news{padding:100px 0 120px}
.all-products-title{font-size:28px;font-weight:600;line-height:1.3;color:var(--public-color);margin:0 0 40px;letter-spacing:0}
.all-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.all-products-item{position:relative;height:420px;background:#fff;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 8px 40px rgba(0,0,0,.08);overflow:hidden}
.all-products-new{position:absolute;top:16px;right:16px;z-index:2;width:66px;height:49px;display:flex;align-items:flex-start;justify-content:center;padding-top:10px;color:#fff;font-size:12px;font-weight:600;line-height:1.4;letter-spacing:.5px;background:url(../../images/home-products-new-bg.svg) no-repeat top right/contain;pointer-events:none}
.all-products-img{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 24px 10px;line-height:0;text-decoration:none}
.all-products-img img{max-width:100%;width:auto;height:auto;margin:0 auto}
.all-products-foot{padding:0 24px 24px}
.all-products-model{display:block;font-size:14px;font-weight:600;line-height:1.3;color:var(--public-color);text-transform:uppercase;margin-bottom:6px;text-decoration:none;letter-spacing:0}
.all-products-model:hover{color:#005a9a}
.all-products-name{display:block;font-size:18px;font-weight:500;line-height:1.4;color:#333;letter-spacing:0;text-decoration:none}
.all-products-name:hover{color:#333}
.all-news-title{font-size:48px;font-weight:700;line-height:1.2;color:var(--public-color);margin:0 0 50px;letter-spacing:0}
.all-news-swiper{overflow:visible}
.all-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.all-news-swiper .swiper-slide{height:auto}
.all-news-nav{display:none}
.all-news-pagination{display:flex;align-items:center;justify-content:center;gap:8px;position:static;width:auto}
.all-news-item{display:flex;flex-direction:column}
.all-news-thumb{display:block;border-radius:12px;overflow:hidden;line-height:0;margin-bottom:20px}
.all-news-thumb img{width:100%;height:auto;aspect-ratio:450/280;object-fit:cover;transition:transform .4s ease}
.all-news-thumb:hover img{transform:scale(1.05)}
.all-news-item-title{font-size:20px;font-weight:600;line-height:1.4;color:#333;margin-bottom:14px;letter-spacing:0;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.all-news-item-title:hover{color:var(--public-color)}
.all-news-meta{display:flex;align-items:center;gap:20px;margin-bottom:14px}
.all-news-cat{font-size:14px;font-weight:600;line-height:1;color:var(--public-color);text-transform:uppercase;letter-spacing:.5px}
.all-news-date{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:400;line-height:1;color:#999}
.all-news-date svg{flex-shrink:0}
.all-news-desc{font-size:16px;font-weight:400;line-height:24px;color:#999;margin:0;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.all-faq-inner{display:flex;align-items:flex-start;justify-content: space-between;gap:60px}
.all-faq-main{flex:1;min-width:0;max-width:700px;}
.all-faq-title{font-size:48px;font-weight:700;line-height:1.2;color:#333;margin:0 0 40px;letter-spacing:0}
.all-faq-list{border-top:1px solid #e0e0e0}
.all-faq-item{border-bottom:1px solid #e0e0e0}
.all-faq-question{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;padding:24px 0;cursor:pointer;transition:padding .3s ease}
.all-faq-question-text{flex:1;min-width:0;font-size:18px;font-weight:600;line-height:28px;color:#333;letter-spacing:0;transition:color .3s ease}
.all-faq-question:hover .all-faq-question-text,.all-faq-item.is-active .all-faq-question-text{color:var(--public-color)}
.all-faq-toggle{position:relative;flex-shrink:0;width:20px;height:20px;transition:transform .3s ease}
.all-faq-toggle::before,.all-faq-toggle::after{content:"";position:absolute;top:50%;left:50%;background:#333;transform:translate(-50%,-50%);transition:background .3s ease,opacity .3s ease,transform .3s ease}
.all-faq-toggle::before{width:14px;height:2px}
.all-faq-toggle::after{width:2px;height:14px}
.all-faq-question:hover .all-faq-toggle::before,.all-faq-question:hover .all-faq-toggle::after,.all-faq-item.is-active .all-faq-toggle::before,.all-faq-item.is-active .all-faq-toggle::after{background:var(--public-color)}
.all-faq-item.is-active .all-faq-toggle::after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}
.all-faq-answer{overflow:hidden;max-height:0;padding:0;transition:max-height .35s ease,padding .35s ease}
.all-faq-item.is-active .all-faq-answer{max-height:400px;padding:0 0 28px}
.all-faq-answer-inner{display:flex;align-items:flex-start;gap:16px}
.all-faq-answer-badge{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--public-color);color:#fff;font-size:16px;font-weight:700;line-height:1}
.all-faq-answer-text{flex:1;min-width:0}
.all-faq-answer-text p{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0;letter-spacing:0}
.all-faq-form-card{flex:0 0 560px;width:560px;max-width:100%;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.1);padding:40px}
.all-faq-form-title{font-size:24px;font-weight:600;line-height:1.3;color:#333;margin:0 0 24px;letter-spacing:0}
.all-faq-form-card .form-feedback{padding-bottom:28px}
.all-faq-form-card .form-group{margin-bottom:0}
.all-faq-form-card .btn-box{position:relative}
.all-faq-form-row{display:flex;gap:16px;margin-bottom:16px}
.all-faq-field{flex:1;min-width:0}
.all-faq-field .form-control{width:100%;background:#f0f3f7;border:0;border-radius:4px;padding:14px 16px;font-size:14px;line-height:1.4;color:#333;box-shadow:none}
.all-faq-field .form-control::placeholder{color:#999}
.all-faq-field .form-control:focus{outline:none;box-shadow:0 0 0 2px rgba(0,109,184,.2)}
.all-faq-field textarea.form-control{resize:vertical;min-height:140px;margin-bottom:16px}
.all-faq-submit{display:inline-flex;align-items:center;justify-content:center;min-width:220px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;border:0;border-radius:0;cursor:pointer;transition:background .3s}
.all-faq-submit:hover{background:#005a9a;color:#fff}
@media(max-width:1430px){
	.home-products-title,.home-solutions-title,.home-about-title,.home-strength-title,.home-patent-title,.home-services-title,.home-case-title,.all-news-title{font-size:40px}
}
@media(max-width:992px){
	.home-products{padding:60px 0 40px}
	.home-products-title{margin-bottom:20px}
	.home-products-swiper{padding-left:15px;padding-right:15px;padding-bottom:50px}
	.home-products-swiper.is-peek,.home-products-swiper.is-end{padding-left:15px;padding-right:15px}
	.home-products-swiper .swiper-slide{width:340px}
	.home-products-item{height:auto;min-height:380px}
	.home-solutions{padding:30px 0 70px}
	.home-solutions-inner{flex-direction:column;gap:40px}
	.home-solutions-grid{flex:none;width:100%;max-width:680px;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center}
	.home-solutions-label{opacity:1;visibility:visible}
	.home-solutions-badge{width:72px;height:72px}
	.home-solutions-badge img{width:48px;height:48px}
	.home-about{height:auto;min-height:0;margin:0}
	.home-about .container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;padding-bottom:60px;padding-top:60px;align-items:flex-end}
	.home-about-inner{flex-direction:column;align-items:flex-start;gap:40px}
	.home-about-text{flex:none;width:100%;max-width:600px}
	.home-about-img{flex:none;width:100%;max-width:960px;height:auto;margin-left:0;aspect-ratio:960/550;border-radius:12px}
	.home-strength{padding:60px 0 80px}
	.home-strength-tabs{gap:24px 36px;margin-bottom:40px}
	.home-strength-tab{font-size:16px;padding-bottom:8px}
	.home-strength-panel{flex-direction:column-reverse;align-items:stretch;gap:32px}
	.home-strength-copy{flex:none;max-width:none;width:100%}
	.home-strength-lead{font-size:24px;margin-bottom:28px}
	.home-strength-media{flex:none;width:100%;border-radius:20px}
	.home-patent{padding:60px 0}
	.home-patent-inner{flex-direction:column;align-items:flex-start;gap:40px}
	.home-patent-card{flex:none;width:100%;max-width:580px}
	.home-patent-watermark{opacity:.2}
	.home-patent-watermark img{max-width:360px}
	.home-services{padding:60px 0}
	.home-services-inner{flex-direction:column;align-items:stretch;gap:40px}
	.home-services-text{flex:none;width:100%;max-width:600px}
	.home-services-form{flex:none;width:100%;max-width:700px}
	.home-services-bg img{object-fit:cover;height:100%}
	.home-case{padding:60px 0}
	.home-case-head{margin-bottom:40px}
	.home-news{padding:60px 0 80px}
	.all-news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
	.all-products-grid{grid-template-columns:repeat(2,1fr);gap:20px}
	.all-products-item{height:auto;min-height:340px}
}
@media(max-width:768px){
	.home-products{padding:40px 0 30px}
	.home-products-title,.home-solutions-title,.home-about-title,.home-strength-title,.home-patent-title,.home-services-title,.home-case-title{font-size:28px}
	.home-products-swiper{padding-left:15px;padding-right:15px;padding-top:10px;padding-bottom:40px}
	.home-products-swiper .swiper-slide{width:calc(100% - 40px);max-width:360px}
	.home-products-item{min-height:0;height:auto}
	.home-products-foot{padding:0 16px 16px}
	.home-products-img{padding:16px 16px 8px;min-height:160px}
	.home-products-img img{max-height:180px}
	.home-products-speed{width:84px;height:84px;top:8px;left:8px}
	.home-products-speed-num{font-size:16px}
	.home-products-speed-unit{font-size:11px}
	.home-products-new{top:10px;right:10px;width:54px;height:40px;padding-top:8px;font-size:10px}
	.home-products-model{font-size:16px}
	.home-products-name{font-size:12px}
	.home-products-nav{margin-top:8px;gap:16px}
	.home-solutions{padding:20px 0 10px}
	.home-solutions-inner{gap:30px}
	.home-solutions-grid{max-width:100%;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:8px}
	.home-solutions-item{width:100%;height:auto;aspect-ratio:335/200}
	.home-solutions-badge{width:64px;height:64px}
	.home-solutions-badge img{width:42px;height:42px}
	.home-solutions-label{font-size:12px;padding:8px 10px}
	.home-solutions-title{margin-bottom:20px}
	.home-solutions-desc{font-size:14px;line-height:22px;margin-bottom:24px}
	.home-solutions-btn a{min-width:0;width:100%;height:44px;font-size:12px;padding:0 20px}
	.home-about{margin:0}
	.home-about .container-xl{padding-bottom:40px;padding-top:40px}
	.home-about-inner{gap:24px}
	.home-about-title{margin-bottom:16px}
	.home-about-desc{font-size:14px;line-height:22px;margin-bottom:24px}
	.home-about-btn a{min-width:0;width:100%;height:44px;font-size:12px;padding:0 20px}
	.home-strength{padding:40px 0}
	.home-strength-title{margin-bottom:24px}
	.home-strength-tabs{gap:12px 16px;margin-bottom:28px;justify-content:space-between}
	.home-strength-tab{flex:1;min-width:0;font-size:13px;line-height:1.3;padding:0 2px 8px;text-align:center;white-space:nowrap}
	.home-strength-panel.is-active{gap:24px}
	.home-strength-kicker{font-size:15px;margin-bottom:12px}
	.home-strength-lead{font-size:20px;line-height:1.4;margin-bottom:24px}
	.home-strength-btn{min-width:0;width:100%;height:44px;font-size:14px}
	.home-strength-media{border-radius:16px}
	.home-patent{padding:40px 0}
	.home-patent-inner{gap:24px}
	.home-patent-card{padding:70px 20px 24px;max-width:100%}
	.home-patent-badge{min-width:0;max-width:calc(100% - 20px);padding:12px 16px 12px 14px}
	.home-patent-model{font-size:22px}
	.home-patent-sub{font-size:11px}
	.home-patent-no{font-size:12px}
	.home-patent-title{margin-bottom:16px}
	.home-patent-desc{font-size:14px;line-height:22px}
	.home-patent-watermark{display:none}
	.home-services{padding:40px 0}
	.home-services-title{margin-bottom:20px}
	.home-services-desc{font-size:14px;line-height:22px;margin-bottom:24px}
	.home-services-list li{align-items:flex-start;font-size:14px;margin-bottom:14px;gap:10px}
	.home-services-check{width:22px;height:22px;margin-top:1px}
	.home-services-check svg{width:16px;height:16px}
	.home-services-form{padding:24px 16px;border-radius:8px}
	.home-services-form-row{flex-direction:column;gap:12px;margin-bottom:12px}
	.home-services-field textarea.form-control{min-height:120px}
	.home-services-submit{width:100%;min-width:0;height:44px;font-size:12px}
	.home-case{padding:40px 0}
	.home-case-head{margin-bottom:24px}
	.home-case-label{font-size:12px;margin-bottom:12px}
	.home-case-swiper{padding:4px 0}
	.home-case-nav{margin-top:20px;gap:16px}
	.home-case-card{border-radius:12px;padding:8px 8px 20px}
	.home-case-card:hover{transform:none}
	.home-case-card-media{border-radius:8px}
	.home-case-card-play{width:44px;height:44px}
	.home-case-card-body{padding:16px 8px 0}
	.home-case-card-title{font-size:18px;margin-bottom:8px;min-height:50px}
	.home-case-card-desc{font-size:14px;line-height:22px;margin-bottom:16px;min-height:66px}
	.home-case-card-btn{min-width:0;width:100%;height:44px;font-size:14px}
	.home-news{padding:40px 0}
	.all-news-title{font-size:28px;margin-bottom:28px}
	.all-news-swiper{overflow:hidden}
	.all-news-swiper .all-news-grid{display:flex;gap:0}
	.all-news-grid{grid-template-columns:1fr;gap:24px}
	.all-news-swiper .swiper-slide{width:100%;height:auto}
	.all-news-nav{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:24px}
	.all-news-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgba(27,90,167,.6);cursor:pointer;transition:color .3s;flex-shrink:0}
	.all-news-arrow:hover{color:var(--public-color)}
	.all-news-arrow.is-disabled{opacity:.3;cursor:default;pointer-events:none}
	.all-news-pagination{width:auto !important}
	.all-news-pagination .swiper-pagination-bullet{width:10px;height:10px;margin:0;border-radius:0;background:#c5d4e8;opacity:1}
	.all-news-pagination .swiper-pagination-bullet-active{background:var(--public-color)}
	.all-news-meta{gap:12px;flex-wrap:wrap}
	.all-news-item-title{font-size:18px}
	.all-news-desc{font-size:14px;line-height:22px}
	.all-products-title{font-size:24px;margin-bottom:24px}
	.all-products-grid{grid-template-columns:1fr;gap:16px}
	.all-products-item{min-height:0}
	.all-products-img img{max-height:200px}
}
.footer{background:#0a2e5c;color:#fff}
.footer a{color:#fff;text-decoration:none}
.footer a:hover{color:rgba(255,255,255,.85)}
.footer-cta{padding:36px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:80px}
.footer-logo{flex-shrink:0;line-height:0}
.footer-logo img{max-height:120px;width:auto}
.footer-cta-text{flex:1;margin:0;font-size:36px;font-weight:500;line-height:1.3;color:#fff;letter-spacing:0}
.footer-cta-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:50px;padding:0 32px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;transition:background .3s}
.footer-cta-btn:hover{background:#005a9a;color:#fff}
.footer-main{padding:60px 0}
.footer-main-inner{display:grid;grid-template-columns:1.2fr 1.3fr 1fr;gap:60px}
.footer-col-title{font-size:20px;font-weight:700;line-height:1.3;color:#fff;margin:0 0 28px;text-transform:uppercase;letter-spacing:.5px}
.footer-contact-list,.footer-link-list{margin:0;padding:0;list-style:none}
.footer-contact-list li{display:flex;align-items:flex-start;gap:12px;font-size:16px;font-weight:400;line-height:24px;color:rgba(255,255,255,.85);margin-bottom:18px;letter-spacing:0}
.footer-contact-list li:last-child{margin-bottom:0}
.footer-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:24px;color:#fff;opacity:1}
.footer-link-list li{margin-bottom:14px}
.footer-link-list li:last-child{margin-bottom:0}
.footer-link-list a{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:16px;font-weight:400;line-height:24px;color:rgba(255,255,255,.85);letter-spacing:0;transition:color .3s}
.footer-link-list a:hover{color:#fff}
.footer-arrow{flex-shrink:0;display:flex;align-items:center;opacity:.7}
.footer-bottom{padding:24px 0;border-top:1px solid rgba(255,255,255,.12)}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-copy{margin:0;font-size:16px;font-weight:400;line-height:1.5;color:rgba(255,255,255,1);text-transform:uppercase;letter-spacing:0}
@media(max-width:992px){
	.footer-cta-inner{flex-direction:column;align-items:flex-start;gap:24px}
	.footer-cta-text{font-size:24px}
	.footer-main-inner{grid-template-columns:1fr;gap:40px}
	.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:20px}
}
@media(max-width:768px){
	.footer-cta{padding:28px 0}
	.footer-cta-text{font-size:20px}
	.footer-cta-btn{width:100%;min-width:0}
	.footer-main{padding:40px 0}
	.footer-col-title{font-size:16px;margin-bottom:20px}
	.footer-contact-list li,.footer-link-list a{font-size:14px;line-height:22px}
	.footer-copy{font-size:11px}
}
.all-social{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.all-social .social{line-height:1;display:inline-flex;flex-shrink:0;width:auto;height:auto}
.all-social .social-link{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;aspect-ratio:1/1;box-sizing:border-box;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;overflow:hidden;line-height:1;text-decoration:none;background:transparent;border:1px solid rgba(255,255,255,.85);color:#fff;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}
.all-social .social-link:hover{background:rgba(255,255,255,.15);border-color:#fff;color:#fff;transform:translateY(-2px)}
.all-social .social-link::before{display:none !important;content:none !important}
.all-social .social-icon{width:18px;height:18px;display:block;fill:currentColor;flex-shrink:0;pointer-events:none}
@media (max-width:768px){
	.all-social .social-link{width:36px;height:36px;min-width:36px;min-height:36px;max-width:36px;max-height:36px}
	.all-social .social-icon{width:16px;height:16px}
}
.all-nav{padding:20px 0}
.all-nav .breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin:0;background:transparent;border-radius:0;font-size:16px;font-weight:500;line-height:1.6;text-transform:uppercase;letter-spacing:0}
.all-nav .breadcrumb-item{color:#999}
.all-nav .breadcrumb-item+.breadcrumb-item::before{color:#ccc;content:">"}
.all-nav .breadcrumb-item a{color:#999;text-decoration:none}
.all-nav .breadcrumb-item a:hover{color:var(--public-color)}
.all-nav .breadcrumb-item.active{color:#666}
@media(max-width:768px){
	.all-nav{padding:4px 0 16px}
	.all-nav .breadcrumb{font-size:12px}
}
/* about */
.about{background:#fff;max-width:1920px;margin:0 auto;}
.about-intro{padding:100px 0 20px}
.about-intro-inner{display:flex;align-items:center;gap:60px;justify-content:space-between}
.about-intro-text{flex:0 0 600px;width:600px;max-width:100%}
.about-intro-title{font-size:48px;font-weight:600;line-height:1.2;color:#333;margin:0 0 30px;letter-spacing:0}
.about-intro-desc p{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 20px;letter-spacing:0}
.about-intro-desc p:last-child{margin-bottom:0}
.about-intro-media{flex:1;min-width:0;line-height:0;border-radius:12px;overflow:hidden;max-width:700px;position:relative;cursor:pointer}
.about-intro-media img{width:100%;height:auto;display:block;border-radius:12px}
.about-intro-play{position:absolute;left:50%;top:50%;z-index:2;width:64px;height:64px;padding:0;border:0;border-radius:50%;background:#fff;color:var(--public-color);display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);box-shadow:0 8px 24px rgba(0,0,0,.18);transition:transform .3s,box-shadow .3s;cursor:pointer;appearance:none;-webkit-appearance:none}
.about-intro-play svg{margin-left:3px;position:relative;z-index:1}
.about-intro-play::before,.about-intro-play::after{content:"";position:absolute;inset:0;border-radius:50%;background:rgba(255,255,255,.55);z-index:-1;pointer-events:none;animation:about-intro-ripple 2.4s ease-out infinite}
.about-intro-play::after{animation-delay:1.2s}
.about-intro-play:hover{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 12px 32px rgba(0,0,0,.22);color:var(--public-color)}
@keyframes about-intro-ripple{0%{transform:scale(1);opacity:.7}100%{transform:scale(2.35);opacity:0}}
@media(prefers-reduced-motion:reduce){.about-intro-play::before,.about-intro-play::after{animation:none}}
@media(max-width:1430px){
	.about-intro-title{font-size:40px}
}
@media(max-width:1200px){
	.about-intro{padding:80px 0 20px}
	.about-intro-inner{gap:40px}
	.about-intro-text{flex:0 1 46%;width:auto;max-width:520px}
	.about-intro-media{max-width:52%}
	.about-intro-title{font-size:36px;margin-bottom:24px}
	.about-intro-desc p{font-size:16px;line-height:26px}
}
@media(max-width:992px){
	.about-intro{padding:60px 0}
	.about-intro-inner{flex-direction:column;align-items:flex-start;gap:40px}
	.about-intro-text{flex:none;width:100%;max-width:600px}
}
@media(max-width:768px){
	.about-intro{padding:40px 0}
	.about-intro-inner{gap:24px}
	.about-intro-text{max-width:100%}
	.about-intro-media{max-width:100%;border-radius:8px}
	.about-intro-media img{border-radius:8px}
	.about-intro-play{width:48px;height:48px}
	.about-intro-title{font-size:28px;margin-bottom:20px}
	.about-intro-desc p{font-size:14px;line-height:22px;margin-bottom:16px}
}
.about-cert{padding:20px 0 100px;overflow:hidden}
.about-cert-wrap{max-width:1660px;width:100%;margin:0 auto 0 0}
.about-cert-inner{display:flex;align-items:center;gap:80px}
.about-cert-media{position:relative;flex:0 0 900px;width:900px;display:flex;align-items:center;justify-content:center;line-height:0}
.about-cert-bg{position:absolute;left:0;top:50%;transform:translateY(-50%);width:900px;height:320px;background:var(--public-color);z-index:0}
.about-cert-media img{position:relative;z-index:1;width:100%;max-width:550px;height:auto;display:block}
.about-cert-text{flex:0 0 620px;width:620px;max-width:100%}
.about-cert-title{font-size:48px;font-weight:300;line-height:1.2;color:#333;margin:0 0 30px;letter-spacing:0}
.about-cert-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 36px;letter-spacing:0}
.about-cert-badges{display:flex;align-items:center;gap:16px}
.about-cert-badges img{width:70px;height:70px;object-fit:contain}
@media(max-width:1660px){
	.about-cert-wrap{padding-left:15px;padding-right:15px}
}
@media(max-width:1430px){
	.about-cert-title{font-size:40px}
}
@media(max-width:1200px){
	.about-cert{padding:20px 0 80px}
	.about-cert-inner{gap:40px}
	.about-cert-media{flex:0 1 50%;width:auto;max-width:520px}
	.about-cert-bg{width:100%;height:240px}
	.about-cert-media img{max-width:min(420px,90%)}
	.about-cert-text{flex:1 1 46%;width:auto;min-width:0;max-width:480px}
	.about-cert-title{font-size:36px;margin-bottom:24px}
	.about-cert-desc{font-size:16px;line-height:26px;margin-bottom:28px}
}
@media(max-width:992px){
	.about-cert{padding:60px 0}
	.about-cert-inner{flex-direction:column;align-items:flex-start;gap:40px}
	.about-cert-media{flex:none;width:100%;max-width:900px}
	.about-cert-bg{width:100%;max-width:900px;height:240px}
	.about-cert-media img{max-width:min(550px,100%)}
	.about-cert-text{flex:none;width:100%;max-width:620px}
}
@media(max-width:768px){
	.about-cert{padding:40px 0}
	.about-cert-wrap{padding-left:15px;padding-right:15px}
	.about-cert-inner{gap:24px}
	.about-cert-media{max-width:100%}
	.about-cert-bg{height:140px;border-radius:0}
	.about-cert-title{font-size:28px;margin-bottom:16px}
	.about-cert-desc{font-size:14px;line-height:22px;margin-bottom:20px}
	.about-cert-badges{gap:12px}
	.about-cert-badges img{width:52px;height:52px}
}
.about-benefits{position:relative;padding:100px 0;overflow:hidden}
.about-benefits-bg{position:absolute;inset:0;z-index:0;line-height:0}
.about-benefits-bg img{width:100%;height:100%;object-fit:cover}
.about-benefits .container-xl{position:relative;z-index:2}
.about-benefits-title{font-size:48px;font-weight:300;line-height:1.2;color:#fff;margin:0 0 140px;letter-spacing:0}
.about-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.about-benefits-item{background:#fff;border-radius:12px;padding:50px 36px;text-align:center}
.about-benefits-icon{width:80px;height:80px;margin:0 auto 28px;display:flex;align-items:center;justify-content:center;line-height:0}
.about-benefits-icon img{width:100%;height:100%;object-fit:contain}
.about-benefits-item-title{font-size:24px;font-weight:600;line-height:1.3;color:#333;margin:0 0 16px;letter-spacing:0}
.about-benefits-item-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0;letter-spacing:0}
@media(max-width:1430px){
	.about-benefits-title{font-size:40px}
}
@media(max-width:1200px){
	.about-benefits{padding:80px 0}
	.about-benefits-title{margin-bottom:80px;font-size:36px}
	.about-benefits-grid{gap:20px}
	.about-benefits-item{padding:40px 28px}
	.about-benefits-item-title{font-size:22px}
	.about-benefits-item-desc{font-size:16px;line-height:26px}
}
@media(max-width:992px){
	.about-benefits{padding:60px 0}
	.about-benefits-title{margin-bottom:40px}
	.about-benefits-grid{grid-template-columns:1fr;max-width:520px}
}
@media(max-width:768px){
	.about-benefits{padding:40px 0;background:linear-gradient(180deg,#00479d 0%,#1a5fb4 100%)}
	.about-benefits-title{font-size:28px;margin-bottom:24px}
	.about-benefits-grid{max-width:none;gap:12px}
	.about-benefits-item{padding:24px 18px;border-radius:8px}
	.about-benefits-icon{width:56px;height:56px;margin-bottom:16px}
	.about-benefits-item-title{font-size:24px;margin-bottom:10px}
	.about-benefits-item-desc{font-size:14px;line-height:22px}
}
.about-strength{padding:100px 0 120px}
.about-strength-title{font-size:48px;font-weight:300;line-height:1.2;color:#333;text-align:center;margin:0 0 50px;letter-spacing:0}
.about-strength-slider{position:relative;overflow:visible;padding:0 80px}
.about-strength-viewport{max-width:1400px;width:100%;margin:0 auto;overflow:hidden;cursor:grab;user-select:none;min-height:500px;touch-action:pan-y}
.about-strength-viewport.is-dragging{cursor:grabbing}
.about-strength-track{display:flex;align-items:center;will-change:transform;transition-property:transform;transition-timing-function:ease}
.about-strength-slide{flex-shrink:0;width:1000px;height:500px;display:flex;align-items:center;justify-content:center;z-index:1;transition:z-index .4s ease;margin-right:var(--about-strength-overlap,-700px)}
.about-strength-slide:last-child{margin-right:var(--about-strength-peek,0px)}
.about-strength-slide.is-active{z-index:4}
.about-strength-slide.is-adjacent{z-index:3}
.about-strength-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#e8f0fa;color:var(--public-color);cursor:pointer;transition:background .3s,color .3s,opacity .3s}
.about-strength-arrow:hover{background:var(--public-color);color:#fff}
.about-strength-arrow.is-disabled{opacity:.3;cursor:default;pointer-events:none}
.about-strength-arrow-prev{left:max(15px,calc((100vw - 1660px) / 2))}
.about-strength-arrow-next{right:max(15px,calc((100vw - 1660px) / 2))}
.about-strength-item{position:relative;width:800px;height:350px;border-radius:0;overflow:hidden;line-height:0;transition:width .4s ease,height .4s ease}
.about-strength-slide.is-active .about-strength-item{width:1000px;height:500px}
.about-strength-item>img{width:100%;height:100%;display:block;object-fit:cover}
.about-strength-badge{position:absolute;top:24px;left:0;z-index:2;padding:10px 20px;background:var(--public-color);color:#fff;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:0}
.about-strength-caption{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:30px 60px;background:rgba(255,255,255,.92);text-align:center;opacity:0;transition:opacity .4s ease}
.about-strength-slide.is-active .about-strength-caption{opacity:1}
.about-strength-caption-desc{font-size:16px;font-weight:400;line-height:24px;color:#666;margin:0;letter-spacing:0}
.about-strength-nav{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:40px}
.about-strength-nav-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgba(27,90,167,.6);cursor:pointer;transition:color .3s,opacity .3s}
.about-strength-nav-arrow:hover{color:var(--public-color)}
.about-strength-nav-arrow.is-disabled{opacity:.3;cursor:default;pointer-events:none}
.about-strength-pagination{display:flex;align-items:center;justify-content:center;gap:8px}
.about-strength-dot{width:10px;height:10px;border-radius:0;background:#c5d4e8;cursor:pointer;transition:background .3s}
.about-strength-dot.is-active{background:var(--public-color)}
@media(max-width:1430px){
	.about-strength-title{font-size:40px}
}
@media(max-width:1200px){
	.about-strength{padding:80px 0 100px}
	.about-strength-title{font-size:36px;margin-bottom:40px}
	.about-strength-slider{padding:0 60px}
	.about-strength-viewport{min-height:425px;max-width:100%}
	.about-strength-slide{width:850px;height:425px}
	.about-strength-item{width:680px;height:300px}
	.about-strength-slide.is-active .about-strength-item{width:850px;height:425px}
	.about-strength-caption{padding:24px 40px}
	.about-strength-arrow-prev{left:15px}
	.about-strength-arrow-next{right:15px}
}
@media(max-width:992px){
	.about-strength{padding:60px 0 80px}
	.about-strength-title{margin-bottom:40px}
	.about-strength-slider{padding:0 60px}
	.about-strength-arrow{width:40px;height:40px}
	.about-strength-arrow-prev{left:15px}
	.about-strength-arrow-next{right:15px}
	.about-strength-viewport{max-width:100%;min-height:0}
	.about-strength-slide{width:min(1000px,calc(100vw - 120px));height:auto}
	.about-strength-item{width:80%;height:auto;aspect-ratio:800/350}
	.about-strength-slide.is-active .about-strength-item{width:100%;aspect-ratio:1000/500}
	.about-strength-caption{padding:24px 30px}
}
@media(max-width:768px){
	.about-strength{padding:40px 0}
	.about-strength-title{font-size:28px;margin-bottom:24px}
	.about-strength-slider{padding:0 15px}
	.about-strength-viewport{min-height:0;touch-action:pan-y}
	.about-strength-slide{width:calc(100vw - 30px);height:auto;margin-right:0}
	.about-strength-slide:last-child{margin-right:0}
	.about-strength-item{width:92%;aspect-ratio:16/10;border-radius:8px}
	.about-strength-slide.is-active .about-strength-item{width:100%;aspect-ratio:16/10}
	.about-strength-badge{top:12px;padding:6px 12px;font-size:11px}
	.about-strength-caption{padding:12px 14px;opacity:1}
	.about-strength-caption-desc{font-size:13px;line-height:20px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
	.about-strength-nav{margin-top:20px;gap:14px}
}
.about-delivery{position:relative;min-height:520px;padding:80px 0;overflow:hidden;background:rgb(27,90,167)}
.about-delivery-bg{position:absolute;inset:0;z-index:0;line-height:0;pointer-events:none}
.about-delivery-bg img{width:100%;height:100%;object-fit:cover;object-position:left center;display:block}
.about-delivery .container-xl{position:relative;z-index:2;height:100%}
.about-delivery-inner{display:flex;align-items:center;justify-content:space-between;gap:80px;min-height:360px}
.about-delivery-text{flex:0 0 580px;max-width:580px;color:#fff}
.about-delivery-title{font-size:48px;font-weight:300;line-height:1.15;color:#fff;margin:0 0 20px;letter-spacing:0}
.about-delivery-sub{font-size:20px;font-weight:500;line-height:1.4;color:#6ec4f0;margin:0 0 28px;letter-spacing:0}
.about-delivery-desc{font-size:18px;font-weight:400;line-height:28px;color:rgba(255,255,255,.92);margin:0 0 40px;letter-spacing:0;max-width:520px}
.about-delivery-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:220px;height:50px;padding:0 32px;background:#fff;color:var(--public-color);font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;border-radius:0;transition:background .3s,color .3s}
.about-delivery-btn a:hover{background:#e8f0fa;color:var(--public-color)}
.about-delivery-visual{flex:1 1 auto;min-width:0;max-width:820px;position:relative;align-self:stretch;display:flex;align-items:center;justify-content:center;min-height:400px}
.about-delivery-globe{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;line-height:0;pointer-events:none}
.about-delivery-globe img{width:100%;max-width:780px;height:auto;display:block}
.about-delivery-gallery{position:absolute;left:50%;bottom:0;transform:translateX(-50%);z-index:2;display:flex;align-items:center;gap:24px;width:100%;max-width:830px;padding:0 4px}
.about-delivery-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;color:#fff;cursor:pointer;transition:opacity .3s}
.about-delivery-arrow:hover{opacity:.7}
.about-delivery-arrow svg{width:40px;height:40px}
.about-delivery-swiper{flex:1;min-width:0;overflow:hidden}
.about-delivery-swiper .swiper-slide{line-height:0;border-radius:0;overflow:hidden}
.about-delivery-swiper .swiper-slide img{object-fit:cover;display:block}
@media(max-width:1430px){
	.about-delivery-title{font-size:40px}
	.about-delivery-sub{font-size:18px}
	.about-delivery-desc{font-size:16px;line-height:26px}
	.about-delivery-text{flex:0 0 480px;max-width:480px}
	.about-delivery-inner{gap:50px}
}
@media(max-width:1200px){
	.about-delivery{padding:70px 0;min-height:480px}
	.about-delivery-inner{gap:40px}
	.about-delivery-text{flex:0 0 42%;max-width:440px}
	.about-delivery-title{font-size:36px}
	.about-delivery-desc{margin-bottom:32px}
	.about-delivery-visual{max-width:58%;min-height:360px}
	.about-delivery-globe img{max-width:100%}
	.about-delivery-gallery{max-width:100%;gap:16px}
	.about-delivery-swiper .swiper-slide{width:180px}
	.about-delivery-swiper .swiper-slide img{width:180px;height:102px}
}
@media(max-width:992px){
	.about-delivery{min-height:0;padding:60px 0}
	.about-delivery-inner{flex-direction:column;align-items:flex-start;gap:40px;min-height:0}
	.about-delivery-text{flex:none;width:100%;max-width:580px}
	.about-delivery-visual{width:100%;max-width:100%;min-height:340px;align-self:auto}
	.about-delivery-globe img{max-width:100%}
	.about-delivery-gallery{position:relative;left:auto;bottom:auto;transform:none;margin-top:-30px;max-width:100%}
	.about-delivery-swiper .swiper-slide{width:220px}
	.about-delivery-swiper .swiper-slide img{width:220px;height:125px}
}
.about-delivery-pagination{display:none}
@media(max-width:768px){
	.about-delivery{padding:40px 0;background:#0a2d6b}
	.about-delivery-inner{gap:24px}
	.about-delivery-title{font-size:28px;margin-bottom:12px}
	.about-delivery-sub{font-size:15px;margin-bottom:14px}
	.about-delivery-desc{font-size:14px;line-height:22px;margin-bottom:24px;max-width:none}
	.about-delivery-btn a{min-width:0;width:100%;height:44px;font-size:12px;padding:0 20px}
	.about-delivery-visual{min-height:0;display:block}
	.about-delivery-gallery{position:relative;left:auto;bottom:auto;transform:none;margin-top:0;padding:0;gap:0;max-width:100%}
	.about-delivery-swiper .swiper-slide{width:auto;border-radius:8px;overflow:hidden}
	.about-delivery-swiper .swiper-slide img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}
	.about-delivery-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px}
	.about-delivery-pagination .swiper-pagination-bullet{width:10px;height:10px;margin:0;border-radius:0;background:rgba(255,255,255,.35);opacity:1}
	.about-delivery-pagination .swiper-pagination-bullet-active{background:#fff}
}
.about-visit{padding:100px 0;background:#fff}
.about-visit-inner{display:flex;align-items:center;gap:80px;justify-content:space-between}
.about-visit-media{flex:1;min-width:0;line-height:0;border-radius:12px;overflow:hidden;max-width:700px}
.about-visit-media img{width:100%;height:auto;display:block;border-radius:12px}
.about-visit-text{flex:0 0 600px;width:600px;max-width:100%}
.about-visit-title{font-size:48px;font-weight:300;line-height:1.2;color:#333;margin:0 0 30px;letter-spacing:0}
.about-visit-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 36px;letter-spacing:0}
.about-visit-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:280px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.about-visit-btn a:hover{background:#005a9a;color:#fff}
@media(max-width:1430px){
	.about-visit-title{font-size:40px}
}
@media(max-width:1200px){
	.about-visit{padding:80px 0}
	.about-visit-inner{gap:40px}
	.about-visit-text{flex:0 1 46%;width:auto;max-width:520px}
	.about-visit-media{max-width:52%}
	.about-visit-title{font-size:36px;margin-bottom:24px}
	.about-visit-desc{font-size:16px;line-height:26px;margin-bottom:28px}
}
@media(max-width:992px){
	.about-visit{padding:60px 0}
	.about-visit-inner{flex-direction:column;align-items:flex-start;gap:40px}
	.about-visit-media{flex:none;width:100%;max-width:700px}
	.about-visit-text{flex:none;width:100%;max-width:600px}
}
@media(max-width:768px){
	.about-visit{padding:40px 0}
	.about-visit-inner{gap:24px}
	.about-visit-media{max-width:100%;border-radius:8px}
	.about-visit-media img{border-radius:8px}
	.about-visit-text{max-width:100%}
	.about-visit-title{font-size:28px;margin-bottom:16px}
	.about-visit-desc{font-size:14px;line-height:22px;margin-bottom:24px}
	.about-visit-btn a{min-width:0;width:100%;height:44px;font-size:12px;padding:0 20px}
}
/* product */
.product{background:#fff;max-width:1920px;margin:0 auto}
.product-intro{padding:100px 0 20px}
.product-intro-title{font-size:48px;font-weight:500;line-height:1.2;color:#333;margin:0 0 30px;letter-spacing:0}
.product-intro-desc p{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0;letter-spacing:0}
.product-loop{padding:20px 0 100px}
.product-loop-list{display:flex;flex-direction:column;gap:60px}
.product-loop-inner{display:flex;align-items:center;gap:70px;justify-content:space-between}
.product-loop-media{flex:0 0 700px;width:700px;max-width:50%;background:#fff;border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.08);padding:0;line-height:0;overflow:hidden}
.product-loop-media a{display:block}
.product-loop-media img{width:100%;height:auto;display:block}
.product-loop-text{flex:1;min-width:0;max-width:620px}
.product-loop-title{font-size:36px;font-weight:500;line-height:1.3;color:#333;margin:0 0 20px;letter-spacing:0}
.product-loop-title a{display:inline-flex;align-items:center;gap:8px;color:#333;text-decoration:none;transition:color .3s}
.product-loop-title a:hover{color:var(--public-color)}
.product-loop-arrow{display:inline-flex;align-items:center;justify-content:center;color:var(--public-color);transition:transform .3s}
.product-loop-title a:hover .product-loop-arrow{transform:translateX(4px)}
.product-loop-arrow svg{width:24px;height:24px}
.product-loop-sub{font-size:22px;font-weight:500;line-height:1.4;color:var(--public-color);margin:0 0 20px;letter-spacing:0}
.product-loop-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 28px;letter-spacing:0}
.product-loop-features{margin:0;padding:0}
.product-loop-features ul{margin:0;padding:28px 0 0;list-style:none;border-top:1px solid #dcdcdc}
.product-loop-features li{display:flex;align-items:flex-start;gap:12px;font-size:18px;font-weight:400;line-height:28px;color:var(--public-color);margin-bottom:16px;letter-spacing:0}
.product-loop-features li:last-child{margin-bottom:0}
.product-loop-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;margin-top:3px;border-radius:50%;background:var(--public-color);color:#fff}
.product-loop-check svg{width:12px;height:12px}
@media(max-width:1430px){
	.product-intro-title{font-size:40px}
	.product-loop-title{font-size:28px}
	.product-loop-sub{font-size:20px}
}
@media(max-width:1200px){
	.product-intro{padding:80px 0 20px}
	.product-intro-title{font-size:36px;margin-bottom:24px}
	.product-intro-desc p{font-size:16px;line-height:26px}
	.product-loop{padding:20px 0 80px}
	.product-loop-list{gap:50px}
	.product-loop-inner{gap:40px}
	.product-loop-media{flex:0 1 48%;width:auto;max-width:520px;padding:24px}
	.product-loop-text{max-width:none}
	.product-loop-title{font-size:30px;margin-bottom:16px}
	.product-loop-sub{font-size:18px;margin-bottom:16px}
	.product-loop-desc{font-size:16px;line-height:26px;margin-bottom:24px}
	.product-loop-features li{font-size:16px;line-height:26px;margin-bottom:14px}
}
@media(max-width:992px){
	.product-intro{padding:60px 0}
	.product-loop{padding:20px 0 60px}
	.product-loop-list{gap:40px}
	.product-loop-inner{flex-direction:column;align-items:flex-start;gap:30px}
	.product-loop-media{flex:none;width:100%;max-width:680px}
	.product-loop-text{width:100%;max-width:620px}
}
@media(max-width:768px){
	.product-intro{padding:40px 0}
	.product-intro-title{font-size:28px;margin-bottom:20px}
	.product-intro-desc p{font-size:14px;line-height:22px}
	.product-loop{padding:10px 0 40px}
	.product-loop-list{gap:30px}
	.product-loop-inner{gap:24px}
	.product-loop-media{padding:20px;border-radius:10px}
	.product-loop-title{font-size:24px;margin-bottom:14px}
	.product-loop-arrow svg{width:20px;height:20px}
	.product-loop-sub{font-size:16px;margin-bottom:14px}
	.product-loop-desc{font-size:14px;line-height:22px;margin-bottom:20px}
	.product-loop-features li{font-size:14px;line-height:22px;margin-bottom:12px;gap:10px}
	.product-loop-check{width:20px;height:20px;margin-top:1px}
	.product-loop-check svg{width:10px;height:10px}
}
.product-cta{position:relative;padding:0 0 20px;overflow:visible;background:linear-gradient(to right,#1c6ccc 0%,#555555 100%)}
.product-cta-inner{display:flex;align-items:center;gap:60px;justify-content:space-between;min-height:320px}
.product-cta-media{flex:0 0 440px;width:440px;max-width:46%;margin-top:-50px;line-height:0;transform:rotate(-6deg);filter:drop-shadow(0 16px 40px rgba(0,0,0,.25))}
.product-cta-media img{width:100%;height:auto;display:block}
.product-cta-text{flex:1;min-width:0;max-width:840px;color:#fff;padding:80px 0}
.product-cta-title{font-size:42px;font-weight:500;line-height:1.2;color:#fff;margin:0 0 24px;letter-spacing:0}
.product-cta-desc{font-size:18px;font-weight:400;line-height:28px;color:rgba(255,255,255,.92);margin:0 0 36px;letter-spacing:0}
.product-cta-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:240px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:16px;font-weight:600;line-height:1;letter-spacing:0;text-decoration:none;transition:background .3s}
.product-cta-btn a:hover{background:#005a9a;color:#fff}
@media(max-width:1200px){
	.product-cta{padding-bottom:70px;margin-top:-20px}
	.product-cta-inner{gap:40px;min-height:280px}
	.product-cta-media{flex:0 1 42%;width:auto;margin-top:-40px}
	.product-cta-text{padding:70px 0}
	.product-cta-title{font-size:36px;margin-bottom:20px}
	.product-cta-desc{font-size:16px;line-height:26px;margin-bottom:30px}
}
@media(max-width:992px){
	.product-cta{padding-bottom:60px;margin-top:0}
	.product-cta-inner{flex-direction:column;align-items:flex-start;gap:30px;min-height:0}
	.product-cta-media{flex:none;width:100%;max-width:480px;margin:40px auto 0;transform:rotate(-4deg)}
	.product-cta-text{width:100%;max-width:none;padding:0 0 50px}
	.product-cta-title{font-size:28px}
}
@media(max-width:768px){
	.product-cta{padding-bottom:50px}
	.product-cta-media{max-width:360px;margin-top:30px;transform:none}
	.product-cta-text{padding-bottom:40px}
	.product-cta-title{font-size:28px;margin-bottom:16px}
	.product-cta-desc{font-size:14px;line-height:22px;margin-bottom:24px}
	.product-cta-btn a{width:100%;min-width:0;font-size:14px}
}
/* product-list */
.product-list{background:#fff;max-width:1920px;margin:0 auto}
.product-list-banner{position:relative;overflow:hidden;background:#fff;max-width:1920px;margin:0 auto}
.product-list-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;line-height:0}
.product-list-banner-bg img{width:100%;height:100%;object-fit:cover;object-position:right center;display:block}
.product-list-banner-inner{position:relative;z-index:2;padding:30px 0 80px}
.product-list-banner-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:40px}
.product-list-banner-globe{display:flex;align-items:center;color:var(--public-color);flex-shrink:0}
.product-list-banner-main{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:1200px}
.product-list-banner .breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin:0;background:transparent;border-radius:0;font-size:16px;font-weight:500;line-height:1.6;text-transform:none;letter-spacing:0}
.product-list-banner .breadcrumb-item{color:#999}
.product-list-banner .breadcrumb-item+.breadcrumb-item::before{color:#ccc;content:"//";padding:0 6px}
.product-list-banner .breadcrumb-item a{color:#999;text-decoration:none}
.product-list-banner .breadcrumb-item a:hover{color:var(--public-color)}
.product-list-banner .breadcrumb-item.active{color:#bbb}
.product-list-banner-title{font-size:56px;font-weight:700;line-height:1.15;color:#333;letter-spacing:0;margin:0}
.product-list-banner-desc{font-size:18px;line-height:28px;color:#666;margin:20px 0 0;max-width:1200px;letter-spacing:0}
.product-list-banner-btn{margin-top:30px}
.product-list-banner-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:280px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.product-list-banner-btn a:hover{background:#005a9a;color:#fff}
.product-list-benefits{background:#e1ecf7;padding:80px 0}
.product-list-benefits-inner{display:flex;align-items:center;gap:80px;justify-content:space-between}
.product-list-benefits-text{flex:0 0 600px;width:600px;max-width:100%}
.product-list-benefits-title{font-size:42px;font-weight:500;line-height:1.2;color:#333;margin:0 0 40px;letter-spacing:0;}
.product-list-benefits-list{margin:0;padding:0}
.product-list-benefits-list ul{margin:0;padding:0;list-style:none}
.product-list-benefits-list li{position:relative;padding-left:28px;margin-bottom:32px}
.product-list-benefits-list li:last-child{margin-bottom:0}
.product-list-benefits-list li::before{content:"";position:absolute;left:0;top:8px;width:12px;height:12px;border:1.5px solid var(--public-color);border-radius:50%;box-sizing:border-box}
.product-list-benefits-list li h3{font-size:18px;font-weight:600;line-height:28px;color:#333;margin:0;letter-spacing:0}
.product-list-benefits-list li p{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:4px 0 0;letter-spacing:0}
.product-list-benefits-media{flex:1;min-width:0;max-width:700px;line-height:0;border-radius:0;overflow:hidden}
.product-list-benefits-media img{width:100%;height:auto;display:block;border-radius:0}
.product-list-loop{padding:80px 0 100px}
.product-list-loop-list{display:flex;flex-direction:column;gap:60px}
.product-list-loop-inner{display:flex;align-items:center;gap:70px;justify-content:space-between}
.product-list-loop-media{flex:0 0 600px;width:600px;max-width:50%;background:#fff;border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.08);padding:0;line-height:0;overflow:hidden}
.product-list-loop-media a{display:block}
.product-list-loop-media img{width:100%;height:auto;display:block}
.product-list-loop-text{flex:1;min-width:0;max-width:700px}
.product-list-loop-model{font-size:18px;font-weight:600;line-height:1.4;color:var(--public-color);text-transform:uppercase;margin:0 0 12px;letter-spacing:0}
.product-list-loop-title{font-size:30px;font-weight:500;line-height:1.3;color:#333;margin:0 0 20px;letter-spacing:0}
.product-list-loop-title a{display:inline-flex;align-items:center;gap:8px;color:#333;text-decoration:none;transition:color .3s}
.product-list-loop-title a:hover{color:var(--public-color)}
.product-list-loop-title a::after{content:"";display:inline-block;width:8px;height:8px;border-right:2px solid var(--public-color);border-bottom:2px solid var(--public-color);transform:rotate(-45deg);flex-shrink:0;transition:transform .3s}
.product-list-loop-title a:hover::after{transform:rotate(-45deg) translate(3px,-3px)}
.product-list-loop-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0;letter-spacing:0}
.product-list-loop-specs{margin:28px 0 0;padding:0}
.product-list-loop-specs ul{margin:0;padding:28px 0 0;list-style:none;border-top:1px solid #dcdcdc}
.product-list-loop-specs li{font-size:18px;font-weight:600;line-height:28px;color:var(--public-color);text-transform:uppercase;margin-bottom:8px;letter-spacing:0}
.product-list-loop-specs li:last-child{margin-bottom:0}
.product-list-solutions{background:linear-gradient(180deg,#00479d 0%,#b9cce4 100%);padding:80px 0 100px;color:#fff}
.product-list-solutions-top{display:flex;align-items:flex-start;justify-content:space-between;gap:60px}
.product-list-solutions-text{flex:0 0 540px;width:540px;max-width:100%}
.product-list-solutions-title{font-size:42px;font-weight:500;line-height:1.2;color:#fff;margin:0 0 24px;letter-spacing:0}
.product-list-solutions-desc,.product-list-solutions-tip{font-size:18px;font-weight:400;line-height:28px;color:rgba(255,255,255,.9);margin:0 0 12px;letter-spacing:0}
.product-list-solutions-tip{margin-bottom:0}
.product-list-solutions-cta{flex:0 0 680px;width:680px;max-width:100%;background:#fff;border-radius:12px;padding:40px 36px;text-align:center}
.product-list-solutions-cta-title{font-size:24px;font-weight:600;line-height:1.3;color:#333;margin:0 0 16px;letter-spacing:0}
.product-list-solutions-cta-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 28px;letter-spacing:0}
.product-list-solutions-cta-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.product-list-solutions-cta-btn a:hover{background:#005a9a;color:#fff}
.product-list-solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:60px}
.product-list-solutions-item{display:block;text-decoration:none;color:#fff}
.product-list-solutions-media{border-radius:0;overflow:hidden;line-height:0}
.product-list-solutions-media img{width:100%;height:auto;display:block;aspect-ratio:320/230;object-fit:cover;transition:transform .4s ease}
.product-list-solutions-item:hover .product-list-solutions-media img{transform:scale(1.05)}
.product-list-solutions-label{font-size:18px;font-weight:500;line-height:1.4;color:#fff;text-align:center;margin:16px 0 0;letter-spacing:0}
.product-list-overview{padding:100px 0;background:#f5f7fa}
.product-list-overview-inner{display:flex;align-items:center;gap:120px;justify-content:space-between}
.product-list-overview-card{flex:0 0 680px;width:680px;max-width:100%;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.08);padding:40px;line-height:0;overflow:hidden}
.product-list-overview-card img{max-width:100%;height:auto}
.product-list-overview-text{flex:1;width:100%;max-width:100%}
.product-list-overview-title{font-size:42px;font-weight:500;line-height:1.2;color:#333;margin:0 0 30px;letter-spacing:0}
.product-list-overview-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 36px;letter-spacing:0}
.product-list-overview-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:280px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.product-list-overview-btn a:hover{background:#005a9a;color:#fff}
.product-list-case{padding:100px 0;background:linear-gradient(180deg,#134a8c 0%,#1b5aa7 55%,#164e96 100%)}
.product-list-case-head{text-align:center;margin:0 0 56px}
.product-list-case-label{font-size:14px;font-weight:600;line-height:1;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:1px;margin:0 0 16px}
.product-list-case-title{font-size:48px;font-weight:300;line-height:1.2;color:#fff;margin:0 auto;letter-spacing:0;max-width:920px}
.product-list-case-slider{position:relative}
.product-list-case-swiper{overflow:hidden;padding:12px 0 4px}
.product-list-case-swiper .swiper-wrapper{align-items:stretch;height:auto}
.product-list-case-swiper .swiper-slide{height:auto !important;display:flex;align-self:stretch}
.product-list-case-card{position:relative;display:flex;flex-direction:column;flex:1;width:100%;min-height:100%;padding:10px 10px 26px;border-radius:16px;overflow:hidden;background:linear-gradient(165deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.05) 42%,rgba(0,0,0,.08) 100%),#2a6bb8;border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 12px 32px rgba(8,28,64,.28);transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease}
.product-list-case-card::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.18) 0%,transparent 38%);opacity:.9}
.product-list-case-card:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.4);box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 24px 48px rgba(8,28,64,.42)}
.product-list-case-card-media{position:relative;z-index:2;display:block;line-height:0;overflow:hidden;border-radius:10px;box-shadow:0 8px 22px rgba(0,20,50,.28)}
.product-list-case-card-media::after{content:"";position:absolute;left:0;right:0;bottom:0;height:46%;background:linear-gradient(to top,rgba(18,58,120,.45),transparent);pointer-events:none}
.product-list-case-card-media img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;display:block;transition:transform .5s ease}
.product-list-case-card-play{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#fff;color:var(--public-color);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.2);transition:transform .3s;pointer-events:none}
.product-list-case-card-play svg{margin-left:3px}
.product-list-case-card:hover .product-list-case-card-media img{transform:scale(1.06)}
.product-list-case-card:hover .product-list-case-card-play{transform:translate(-50%,-50%) scale(1.06)}
.product-list-case-card-body{position:relative;z-index:2;display:flex;flex-direction:column;flex:1;padding:22px 12px 2px}
.product-list-case-card-title{font-size:20px;font-weight:600;line-height:1.4;color:#fff;margin:0 0 8px;letter-spacing:0;min-height:56px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-list-case-card-title a{color:#fff;font-size: 20px;text-decoration:none}
.product-list-case-card-title a:hover{color:#fff;opacity:.88}
.product-list-case-card-desc{font-size:15px;font-weight:400;line-height:24px;color:rgba(255,255,255,.72);margin:0 0 22px;letter-spacing:0;flex:1;min-height:72px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product-list-case-card-btn{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:auto;min-width:132px;height:42px;padding:0 24px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font-size:14px;font-weight:500;line-height:1;text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.18);transition:background .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}
.product-list-case-card-btn:hover{background:#fff;color:var(--public-color);border-color:#fff;box-shadow:0 8px 20px rgba(0,20,50,.18)}
.product-list-case-nav{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:32px}
.product-list-case-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgba(255,255,255,.6);cursor:pointer;transition:color .3s,opacity .3s}
.product-list-case-arrow:hover{color:#fff}
.product-list-case-arrow.is-disabled{opacity:.3;cursor:default;pointer-events:none}
.product-list-case-pagination{display:flex;align-items:center;justify-content:center;gap:8px;position:static;width:auto}
.product-list-case-pagination .swiper-pagination-bullet{width:10px;height:10px;margin:0;border-radius:0;background:rgba(255,255,255,.35);opacity:1;cursor:pointer;transition:background .3s}
.product-list-case-pagination .swiper-pagination-bullet-active{background:#fff}
.product-list-faq{padding:100px 0 120px}
.product-list-export{position:relative;min-height:520px;padding:80px 0;overflow:hidden;background:#0a2d6b;max-width:1920px;margin:0 auto}
.product-list-export-bg{position:absolute;inset:0;z-index:0;line-height:0;pointer-events:none}
.product-list-export-bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.product-list-export-wrap{position:relative;z-index:2;max-width:1660px;width:100%;margin-left:auto;margin-right:0;padding-left:max(15px,calc((100vw - var(--max)) / 2));padding-right:0}
.product-list-export-inner{display:flex;align-items:center;gap:60px;min-height:360px}
.product-list-export-text{flex:0 0 560px;width:560px;max-width:100%;color:#fff}
.product-list-export-title{font-size:48px;font-weight:500;line-height:1.15;color:#fff;margin:0 0 24px;letter-spacing:0}
.product-list-export-title span{color:var(--public-color)}
.product-list-export-desc{font-size:18px;font-weight:400;line-height:28px;color:rgba(255,255,255,.92);margin:0 0 40px;letter-spacing:0}
.product-list-export-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.product-list-export-btn a:hover{background:#005a9a;color:#fff}
.product-list-export-visual{flex:1;min-width:0;position:relative;overflow:visible}
.product-list-export-gallery{position:relative;z-index:2;display:flex;align-items:center;gap:20px;width:calc(100% + max(0px,(100vw - 1660px) / 2));max-width:none;margin-right:calc(-1 * max(0px,(100vw - 1660px) / 2));padding-right:max(15px,calc((100vw - 1660px) / 2))}
.product-list-export-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;color:#fff;cursor:pointer;transition:opacity .3s}
.product-list-export-arrow:hover{opacity:.7}
.product-list-export-arrow svg{width:32px;height:32px}
.product-list-export-swiper{flex:1;min-width:0;overflow:hidden}
.product-list-export-swiper .swiper-slide{line-height:0;border-radius:12px;overflow:hidden;width:280px}
.product-list-export-swiper .swiper-slide img{width:100%;height:auto;display:block;aspect-ratio:280/180;object-fit:cover}
.product-list-news{padding:100px 0 120px}
.product-list-export-nav{display:none}
.product-list-export-pagination{display:none}
.product-list-loop-pagination{display:flex;justify-content:center;margin-top:48px}
@media(max-width:1200px){
	.product-list-banner-title{font-size:44px}
	.product-list-benefits-inner{gap:40px}
	.product-list-benefits-text{flex:0 1 48%;width:auto}
	.product-list-loop-inner{gap:40px}
	.product-list-loop-media{flex:0 1 46%;width:auto;max-width:520px}
	.product-list-solutions-top{gap:40px}
	.product-list-solutions-text{flex:0 1 42%;width:auto}
	.product-list-solutions-cta{flex:0 1 52%;width:auto;padding:32px 28px}
	.product-list-solutions-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}
	.product-list-overview-inner{gap:60px}
	.product-list-overview-card{flex:0 1 48%;width:auto;padding:28px}
	.product-list-case-title{font-size:40px}
	.product-list-export-title{font-size:40px}
	.product-list-export-text{flex:0 1 42%;width:auto}
}
@media(max-width:992px){
	.product-list-banner-inner{padding:24px 0 60px}
	.product-list-banner-title{font-size:36px}
	.product-list-banner-desc{font-size:16px;line-height:26px}
	.product-list-benefits{padding:60px 0}
	.product-list-benefits-inner{flex-direction:column;align-items:stretch;gap:32px}
	.product-list-benefits-text{flex:none;width:100%;max-width:none}
	.product-list-benefits-title{font-size:36px;margin-bottom:28px}
	.product-list-benefits-media{max-width:100%}
	.product-list-loop{padding:60px 0}
	.product-list-loop-list{gap:40px}
	.product-list-loop-inner{flex-direction:column;align-items:stretch;gap:24px}
	.product-list-loop-media{flex:none;width:100%;max-width:100%}
	.product-list-loop-text{max-width:none}
	.product-list-loop-title{font-size:26px}
	.product-list-solutions{padding:60px 0}
	.product-list-solutions-top{flex-direction:column;gap:28px}
	.product-list-solutions-text,.product-list-solutions-cta{flex:none;width:100%}
	.product-list-solutions-title{font-size:36px}
	.product-list-overview{padding:60px 0}
	.product-list-overview-inner{flex-direction:column;align-items:stretch;gap:32px}
	.product-list-overview-card{flex:none;width:100%;max-width:100%}
	.product-list-overview-title{font-size:36px}
	.product-list-case{padding:60px 0}
	.product-list-case-head{margin-bottom:40px}
	.product-list-faq{padding:60px 0}
	.product-list-export{min-height:0;padding:60px 0}
	.product-list-export-wrap{max-width:100%;margin:0 auto;padding-left:15px;padding-right:15px}
	.product-list-export-inner{flex-direction:column;align-items:stretch;gap:32px;min-height:0}
	.product-list-export-text{flex:none;width:100%}
	.product-list-export-gallery{width:100%;margin-right:0;padding-right:0;gap:12px}
	.product-list-export-title{font-size:36px}
	.product-list-news{padding:60px 0 80px}
	.all-faq-inner{flex-direction:column;gap:40px}
	.all-faq-main{max-width:none}
	.all-faq-form-card{flex:none;width:100%}
}
@media(max-width:768px){
	.product-list-banner{background:#eef4fa}
	.product-list-banner-inner{padding:36px 0 40px}
	.product-list-banner-main{max-width:100%}
	.product-list-banner-title{font-size:28px;line-height:1.25}
	.product-list-banner-desc{font-size:14px;line-height:22px;margin-top:14px}
	.product-list-banner-btn{margin-top:22px;width:100%}
	.product-list-banner-btn a{width:100%;min-width:0;height:44px;font-size:12px;padding:0 16px}
	.product-list-benefits{padding:40px 0}
	.product-list-benefits-title{font-size:28px;margin-bottom:24px}
	.product-list-benefits-list li{padding-left:22px;margin-bottom:20px}
	.product-list-benefits-list li::before{top:6px;width:10px;height:10px}
	.product-list-benefits-list li h3{font-size:16px;line-height:24px}
	.product-list-benefits-list li p{font-size:14px;line-height:22px}
	.product-list-loop{padding:40px 0}
	.product-list-loop-list{gap:32px}
	.product-list-loop-media{border-radius:8px}
	.product-list-loop-model{font-size:14px;margin-bottom:8px}
	.product-list-loop-title{font-size:24px;margin-bottom:14px}
	.product-list-loop-desc{font-size:14px;line-height:22px}
	.product-list-loop-specs{margin-top:20px}
	.product-list-loop-specs ul{padding-top:18px}
	.product-list-loop-specs li{font-size:13px;line-height:22px;margin-bottom:6px}
	.product-list-loop-pagination{margin-top:32px}
	.product-list-solutions{padding:40px 0}
	.product-list-solutions-title{font-size:28px;margin-bottom:16px}
	.product-list-solutions-desc,.product-list-solutions-tip{font-size:14px;line-height:22px}
	.product-list-solutions-cta{padding:24px 18px;border-radius:8px}
	.product-list-solutions-cta-title{font-size:24px;margin-bottom:12px}
	.product-list-solutions-cta-desc{font-size:14px;line-height:22px;margin-bottom:20px}
	.product-list-solutions-cta-btn a{width:100%;min-width:0;height:44px;font-size:12px}
	.product-list-solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}
	.product-list-solutions-label{font-size:13px;line-height:1.35;margin-top:10px}
	.product-list-overview{padding:40px 0}
	.product-list-overview-card{padding:16px;border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.06)}
	.product-list-overview-title{font-size:28px;margin-bottom:16px}
	.product-list-overview-desc{font-size:14px;line-height:22px;margin-bottom:24px}
	.product-list-overview-btn a{width:100%;min-width:0;height:44px;font-size:12px}
	.product-list-case{padding:40px 0}
	.product-list-case-head{margin-bottom:24px}
	.product-list-case-label{font-size:12px;margin-bottom:12px}
	.product-list-case-swiper{padding:4px 0}
	.product-list-case-nav{margin-top:20px;gap:16px}
	.product-list-case-card{border-radius:12px;padding:8px 8px 20px}
	.product-list-case-card:hover{transform:none}
	.product-list-case-card-media{border-radius:8px}
	.product-list-case-card-play{width:44px;height:44px}
	.product-list-case-card-body{padding:16px 8px 0}
	.product-list-case-card-title{font-size:18px;margin-bottom:8px;min-height:50px}
	.product-list-case-card-desc{font-size:14px;line-height:22px;margin-bottom:16px;min-height:66px}
	.product-list-case-card-btn{min-width:0;width:100%;height:44px;font-size:14px}
	.product-list-faq{padding:40px 0}
	.all-faq-title{margin-bottom:24px}
	.all-faq-question{padding:18px 0;gap:16px}
	.all-faq-question-text{font-size:15px;line-height:22px}
	.all-faq-answer-text p{font-size:14px;line-height:22px}
	.all-faq-form-card{padding:24px 16px;border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.08)}
	.all-faq-form-title{font-size:24px;margin-bottom:18px}
	.all-faq-form-row{flex-direction:column;gap:12px;margin-bottom:12px}
	.all-faq-field textarea.form-control{min-height:120px;margin-bottom:12px}
	.all-faq-submit{width:100%;min-width:0;height:44px;font-size:12px}
	.product-list-export{padding:40px 0;background:#0a2d6b}
	.product-list-export-wrap{padding-left:15px;padding-right:15px}
	.product-list-export-inner{gap:24px}
	.product-list-export-title{font-size:28px;margin-bottom:14px}
	.product-list-export-desc{font-size:14px;line-height:22px;margin-bottom:24px}
	.product-list-export-btn a{width:100%;min-width:0;height:44px;font-size:12px}
	.product-list-export-gallery{gap:0}
	.product-list-export-swiper{overflow:hidden;width:100%}
	.product-list-export-swiper .swiper-slide{width:100%;border-radius:8px}
	.product-list-export-nav{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:18px}
	.product-list-export-nav .product-list-export-arrow{width:32px;height:32px;color:rgba(255,255,255,.7);transition:color .3s,opacity .3s}
	.product-list-export-nav .product-list-export-arrow:hover{color:#fff;opacity:1}
	.product-list-export-nav .product-list-export-arrow.is-disabled{opacity:.3;cursor:default;pointer-events:none}
	.product-list-export-nav .product-list-export-arrow svg{width:24px;height:24px}
	.product-list-export-pagination{display:flex;align-items:center;justify-content:center;gap:8px;position:static;width:auto !important}
	.product-list-export-pagination .swiper-pagination-bullet{width:10px;height:10px;margin:0;border-radius:0;background:rgba(255,255,255,.35);opacity:1}
	.product-list-export-pagination .swiper-pagination-bullet-active{background:#fff}
	.product-list-news{padding:40px 0 60px}
}
/* product-content */
.product-content{background:#e8eef5;max-width:1920px;margin:0 auto}
.product-content-nav{padding:20px 0 0}
.product-content-nav-inner{display:flex;align-items:center;gap:10px}
.product-content-nav-globe{display:flex;align-items:center;color:var(--public-color);flex-shrink:0}
.product-content-nav .breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin:0;background:transparent;border-radius:0;font-size:16px;font-weight:500;line-height:1.6;text-transform:none;letter-spacing:0}
.product-content-nav .breadcrumb-item{color:#999}
.product-content-nav .breadcrumb-item+.breadcrumb-item::before{color:#ccc;content:"//";padding:0 6px}
.product-content-nav .breadcrumb-item a{color:#999;text-decoration:none}
.product-content-nav .breadcrumb-item a:hover{color:var(--public-color)}
.product-content-nav .breadcrumb-item.active{color:#bbb}
.product-content-hero{padding:30px 0 80px}
.product-content-hero-inner{display:flex;align-items:center;gap:60px;justify-content:space-between}
.product-content-hero-card{flex:0 0 560px;width:560px;max-width:100%;background:#fff;border-radius:12px;padding:60px 50px}
.product-content-hero-model{font-size:18px;font-weight:600;line-height:1.4;color:var(--public-color);text-transform:uppercase;margin:0 0 16px;letter-spacing:0}
.product-content-hero-title{font-size:30px;font-weight:700;line-height:1.2;color:#333;margin:0 0 32px;letter-spacing:0}
.product-content-hero-specs{margin:0 0 32px}
.product-content-hero-specs table{width:100%;border-collapse:collapse;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc}
.product-content-hero-specs th,.product-content-hero-specs td{padding:18px 0;font-size:18px;line-height:28px;letter-spacing:0;border-bottom:1px solid #dcdcdc;vertical-align:middle}
.product-content-hero-specs tr:last-child th,.product-content-hero-specs tr:last-child td{border-bottom:none}
.product-content-hero-specs th{width:1%;white-space:nowrap;font-weight:400;color:#666;text-align:left}
.product-content-hero-specs td{font-weight:500;color:#333;text-align:left;padding-left:20px}
.product-content-hero-badges{display:flex;align-items:center;gap:16px;margin-bottom:36px}
.product-content-hero-badges img{width:64px;height:64px;object-fit:contain;display:block}
.product-content-hero-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.product-content-hero-btn a:hover{background:#005a9a;color:#fff}
.product-content-hero-media{flex:1;min-width:0;line-height:0;max-width:700px;display:flex;align-items:center;justify-content:center}
.product-content-hero-media img{width:100%;height:auto;display:block}
.product-content-detail{background:#fff}
.product-content-tabs{position:sticky;top:var(--product-content-tabs-top,120px);z-index:98;border-bottom:1px solid #dcdcdc;background:#fff;transition:top .45s cubic-bezier(.4,0,.2,1)}
.product-content-tabs-list{display:flex;align-items:center;gap:80px;margin:0;padding:0;list-style:none}
.product-content-tabs-list a{display:block;padding:24px 0 20px;font-size:24px;font-weight:500;line-height:1.4;color:#999;text-decoration:none;position:relative;transition:color .3s}
.product-content-tabs-list a::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--public-color);transform:scaleX(0);transition:transform .3s}
.product-content-tabs-list a.is-active,.product-content-tabs-list a:hover{color:var(--public-color)}
.product-content-tabs-list a.is-active::after{transform:scaleX(1)}
.product-content-applications,.product-content-introduction,.product-content-parameters{scroll-margin-top:var(--product-content-anchor-offset,180px)}
.product-content-applications{padding:60px 0 80px}
.product-content-introduction{padding:0 0 80px}
.product-content-parameters{padding:0 0 100px}
.product-content-section-title{font-size:28px;font-weight:600;line-height:1.3;color:var(--public-color);margin:0 0 40px;letter-spacing:0}
.product-content-applications-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.product-content-applications-media{line-height:0;border-radius:0;overflow:hidden}
.product-content-applications-media img{width:100%;height:auto;display:block;aspect-ratio:320/230;object-fit:cover}
.product-content-applications-label{font-size:16px;font-weight:400;line-height:1.5;color:#666;text-align:center;margin:16px 0 0;letter-spacing:0}
.product-content-introduction-inner{display:flex;align-items:flex-start;gap:80px;justify-content:space-between}
.product-content-introduction-text{flex:1;max-width:100%}
.product-content-introduction-text p{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 32px;letter-spacing:0}
.product-content-introduction-text{margin:0;padding:0}
.product-content-introduction-text ul{margin:0;padding:0;list-style:none}
.product-content-introduction-text li{position:relative;padding-left:28px;margin-bottom:20px}
.product-content-introduction-text li:last-child{margin-bottom:0}
.product-content-introduction-text li::before{content:"";position:absolute;left:0;top:8px;width:12px;height:12px;border:1.5px solid var(--public-color);border-radius:50%;box-sizing:border-box}
.product-content-introduction-text li p{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0;letter-spacing:0}
.product-content-introduction-media{flex:1;min-width:0;max-width:600px}
.product-content-introduction-video{position:relative;background:#555;border-radius:12px;overflow:hidden;padding:0;display:flex;align-items:center;justify-content:center;min-height:420px;max-width:600px;}
.product-content-introduction-video img{width:100%;height:auto;display:block}
.product-content-introduction-video.has-video{cursor:pointer}
.product-content-introduction-play{position:absolute;right:32px;bottom:32px;z-index:2;width:56px;height:56px;padding:0;border:0;border-radius:50%;background:#fff;color:var(--public-color);display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.15);transition:transform .3s,box-shadow .3s;cursor:pointer;appearance:none;-webkit-appearance:none}
.product-content-introduction-play svg{margin-left:3px}
.product-content-introduction-play:hover{transform:scale(1.05);box-shadow:0 12px 32px rgba(0,0,0,.2);color:var(--public-color)}
.product-content-introduction-features{margin-top:80px}
.product-content-introduction-features-list{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.product-content-introduction-features-media{line-height:0;overflow:hidden}
.product-content-introduction-features-media img{width:100%;height:auto;display:block;aspect-ratio:440/280;object-fit:cover}
.product-content-introduction-features-list .product-content-introduction-features-title{font-size:20px;font-weight:600;line-height:1.4;color:#333;margin:24px 0 16px;letter-spacing:0}
.product-content-introduction-features-list p{font-size:16px;font-weight:400;line-height:24px;color:#666;margin:0;letter-spacing:0}
.product-content-parameters-table{width:100%}
.product-content-parameters-table table{width:100%;border-collapse:collapse;border:none;table-layout:fixed}
.product-content-parameters-table thead th{padding:16px 24px;font-size:18px;font-weight:600;line-height:1.4;color:#fff;text-align:left;text-transform:uppercase;letter-spacing:0;background:var(--public-color);vertical-align:middle}
.product-content-parameters-table thead th:first-child,.product-content-parameters-table tbody th{width:15%;max-width:15%}
.product-content-parameters-table thead th:nth-child(2),.product-content-parameters-table tbody td:nth-child(2){width:55%;max-width:55%}
.product-content-parameters-table thead th:nth-child(3),.product-content-parameters-table tbody td:nth-child(3){width:30%;max-width:30%;padding:0;}
.product-content-parameters-table tbody th,.product-content-parameters-table tbody td{padding:16px 24px;font-size:18px;line-height:28px;letter-spacing:0;border:none;vertical-align:middle;text-align:left}
.product-content-parameters-table tbody th{font-weight:500;color:#333;white-space:normal}
.product-content-parameters-table tbody td{font-weight:400;color:#666}
.product-content-parameters-table tbody tr:nth-child(odd){background:#fff}
.product-content-parameters-table tbody tr:nth-child(even){background:#f5f7fa}
.product-content-solution{position:relative;padding:120px 0;overflow:hidden}
.product-content-solution-bg{position:absolute;inset:0;z-index:0;line-height:0}
.product-content-solution-bg img{width:100%;height:100%;object-fit:cover}
.product-content-solution .container-xl{position:relative;z-index:1}
.product-content-solution-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}
.product-content-solution-text{flex:0 0 600px;width:600px;color:#fff}
.product-content-solution-title{font-size:48px;font-weight:700;line-height:1.2;color:#fff;margin:0 0 30px;letter-spacing:0}
.product-content-solution-desc{font-size:18px;font-weight:400;line-height:28px;color:rgba(255,255,255,.85);margin:0;letter-spacing:0}
.product-content-solution-form{flex:0 0 700px;width:700px;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.15);padding:40px}
.product-content-solution-form .form-feedback{padding-bottom:28px}
.product-content-solution-form .form-group{margin-bottom:0}
.product-content-solution-form .btn-box{position:relative}
.product-content-solution-form-row{display:flex;gap:16px;margin-bottom:16px}
.product-content-solution-field{flex:1;min-width:0}
.product-content-solution-field .form-control{width:100%;background:#f0f3f7;border:0;border-radius:4px;padding:14px 16px;font-size:14px;line-height:1.4;color:#333;box-shadow:none}
.product-content-solution-field .form-control::placeholder{color:#999}
.product-content-solution-field .form-control:focus{outline:none;box-shadow:0 0 0 2px rgba(0,109,184,.2)}
.product-content-solution-field textarea.form-control{resize:vertical;min-height:140px;margin-bottom:16px}
.product-content-solution-submit{display:inline-flex;align-items:center;justify-content:center;min-width:280px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;border:0;border-radius:0;cursor:pointer;transition:background .3s}
.product-content-solution-submit:hover{background:#005a9a;color:#fff}
.product-content-recommend{padding:100px 0 100px;background-color:#fff;}
.product-content-recommend .all-products-title,.product-content-news .all-news-title{font-size:28px;font-weight:600;line-height:1.3;margin-bottom:40px}
.product-content-news{padding:0 0 100px;background-color:#fff;}
@media(max-width:1200px){
	.product-content-hero-inner{gap:40px}
	.product-content-hero-card{flex:0 1 48%;width:auto;padding:40px 32px}
	.product-content-tabs-list{gap:48px}
	.product-content-introduction-inner{gap:40px}
	.product-content-introduction-features-list{gap:28px}
	.product-content-solution-inner{gap:40px}
	.product-content-solution-text{flex:0 1 42%;width:auto}
	.product-content-solution-form{flex:0 1 54%;width:auto;padding:32px 28px}
	.product-content-solution-title{font-size:40px}
}
@media(max-width:992px){
	.product-content-hero{padding:24px 0 50px}
	.product-content-hero-inner{flex-direction:column-reverse;align-items:stretch;gap:24px}
	.product-content-hero-card{flex:none;width:100%;padding:32px 24px}
	.product-content-hero-media{max-width:100%}
	.product-content-tabs-list{gap:28px}
	.product-content-tabs-list a{font-size:18px;padding:18px 0 14px}
	.product-content-applications{padding:40px 0 50px}
	.product-content-applications-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
	.product-content-introduction{padding:0 0 50px}
	.product-content-introduction-inner{flex-direction:column;gap:28px}
	.product-content-introduction-media{max-width:100%}
	.product-content-introduction-video{min-height:0;max-width:100%}
	.product-content-introduction-features{margin-top:40px}
	.product-content-introduction-features-list{grid-template-columns:1fr;gap:28px}
	.product-content-parameters{padding:0 0 60px}
	.product-content-parameters-table{overflow-x:auto;-webkit-overflow-scrolling:touch}
	.product-content-parameters-table table{min-width:640px}
	.product-content-solution{padding:70px 0;background:linear-gradient(180deg,#00479d 0%,#1a5fb4 100%)}
	.product-content-solution-inner{flex-direction:column;align-items:stretch;gap:28px}
	.product-content-solution-text,.product-content-solution-form{flex:none;width:100%}
	.product-content-solution-title{font-size:36px;margin-bottom:16px}
	.product-content-recommend{padding:60px 0 80px}
	.product-content-news{padding:0 0 70px}
}
@media(max-width:768px){
	.product-content-hero{padding:16px 0 36px}
	.product-content-hero-card{padding:24px 16px;border-radius:8px}
	.product-content-hero-model{font-size:14px;margin-bottom:10px}
	.product-content-hero-title{font-size:28px;margin-bottom:20px}
	.product-content-hero-specs{margin-bottom:20px}
	.product-content-hero-specs th,.product-content-hero-specs td{padding:12px 0;font-size:14px;line-height:22px}
	.product-content-hero-specs td{padding-left:12px}
	.product-content-hero-badges{gap:12px;margin-bottom:24px}
	.product-content-hero-badges img{width:48px;height:48px}
	.product-content-hero-btn a{width:100%;min-width:0;height:44px;font-size:12px}
	.product-content-tabs{top:var(--product-content-tabs-top,56px)}
	.product-content-tabs .container-xl{padding-left:0;padding-right:0}
	.product-content-tabs-list{gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 15px}
	.product-content-tabs-list::-webkit-scrollbar{display:none}
	.product-content-tabs-list li{flex-shrink:0}
	.product-content-tabs-list a{font-size:15px;padding:14px 16px 12px 0;white-space:nowrap}
	.product-content-tabs-list a::after{height:2px}
	.product-content-applications,.product-content-introduction,.product-content-parameters{scroll-margin-top:var(--product-content-anchor-offset,120px)}
	.product-content-applications{padding:32px 0 40px}
	.product-content-section-title{font-size:28px;margin-bottom:24px}
	.product-content-applications-grid{gap:12px}
	.product-content-applications-label{font-size:13px;line-height:1.35;margin-top:10px}
	.product-content-introduction{padding:0 0 40px}
	.product-content-introduction-text p,.product-content-introduction-text li p{font-size:14px;line-height:22px}
	.product-content-introduction-text p{margin-bottom:18px}
	.product-content-introduction-text li{padding-left:22px;margin-bottom:14px}
	.product-content-introduction-text li::before{top:6px;width:10px;height:10px}
	.product-content-introduction-video{border-radius:8px}
	.product-content-introduction-play{right:16px;bottom:16px;width:44px;height:44px}
	.product-content-introduction-features{margin-top:28px}
	.product-content-introduction-features-list{gap:24px}
	.product-content-introduction-features-list .product-content-introduction-features-title{font-size:18px;margin:16px 0 10px}
	.product-content-introduction-features-list p{font-size:14px;line-height:22px}
	.product-content-parameters{padding:0 0 40px}
	.product-content-parameters-table table{min-width:560px}
	.product-content-parameters-table thead th,.product-content-parameters-table tbody th,.product-content-parameters-table tbody td{padding:12px 14px;font-size:13px;line-height:20px}
	.product-content-solution{padding:40px 0;background:#0a2d6b}
	.product-content-solution-title{font-size:28px;margin-bottom:12px}
	.product-content-solution-desc{font-size:14px;line-height:22px}
	.product-content-solution-form{padding:24px 16px;border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.12)}
	.product-content-solution-form-row{flex-direction:column;gap:12px;margin-bottom:12px}
	.product-content-solution-field textarea.form-control{min-height:120px;margin-bottom:12px}
	.product-content-solution-submit{width:100%;min-width:0;height:44px;font-size:12px;padding:0 16px}
	.product-content-recommend{padding:40px 0 50px}
	.product-content-recommend .all-products-title,.product-content-news .all-news-title{font-size:24px;margin-bottom:24px}
	.product-content-news{padding:0 0 50px}
}
/* solution */
.solution{background:#fff;max-width:1920px;margin:0 auto;padding-top:0px;}
.solution-main{margin-bottom: 20px;}
.solution-tabs{position:sticky;top:var(--solution-tabs-top,120px);z-index:98;padding:0;background:#fff;transition:top .45s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}
.solution-tabs-list{display:flex;margin:0;padding:0;list-style:none;border:1px solid #d5e0eb}
.solution-tabs-list li{flex:1;min-width:0;display:flex;border-right:1px solid #d5e0eb}
.solution-tabs-list li:last-child{border-right:0}
.solution-tabs-list a{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:128px;padding:26px 10px;text-align:center;text-decoration:none;color:#333;background:#fff;transition:background .3s,color .3s}
.solution-tabs-list a:hover{color:var(--public-color)}
.solution-tabs-list a.is-active{background:var(--public-color);color:#fff}
.solution-tabs-list a.is-active:hover{color:#fff}
.solution-tabs-list a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-18px;width:100%;height:19px;background:var(--public-color);clip-path:polygon(0 0,100% 0,50% 100%);z-index:2}
.solution-tabs-icon{display:flex;align-items:center;justify-content:center;width:60px;height:50px;line-height:0;flex-shrink:0;color:inherit}
.solution-tabs-icon img{transition:filter .3s}
.solution-tabs-list a.is-active .solution-tabs-icon img{filter:brightness(0) invert(1)}
.solution-tabs-label{font-size:14px;font-weight:500;line-height:1.35;letter-spacing:0}
.solution-category{scroll-margin-top:var(--solution-anchor-offset,200px)}
.solution-category-intro{padding:50px 0;background:#fff}
.solution-category-intro-inner{display:flex;align-items:center;gap:80px;justify-content:space-between}
.solution-category-text{flex:0 0 680px;width:680px;max-width:100%;padding-left:50px;border-left:2px solid #1c6ccc}
.solution-category-text h2{font-size:36px;font-weight:500;line-height:1.3;color:#333;margin:0 0 24px;letter-spacing:0}
.solution-category-text p{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 32px;letter-spacing:0}
.solution-category-text ul{margin:0;padding:0;list-style:none}
.solution-category-text li{display:flex;align-items:flex-start;gap:10px;font-size:18px;font-weight:400;line-height:28px;color:var(--public-color);margin-bottom:16px;letter-spacing:0}
.solution-category-text li::before{content:"";flex-shrink:0;width:14px;height:14px;margin-top:7px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23006db8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center/contain}
.solution-category-text li:last-child{margin-bottom:0}
.solution-category-media{flex:1;min-width:0;max-width:600px;line-height:0;border-radius:12px;overflow:hidden}
.solution-category-media img{width:100%;height:auto;display:block;border-radius:12px}
.solution-category-products{padding:40px;background:#f5f7fa;margin-top:50px;}
.solution-category:last-child .solution-category-products{padding-bottom:100px}
.solution-category-products-swiper{overflow:visible}
.solution-category-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.solution-category-products-swiper .swiper-slide{height:auto}
.solution-category-products-nav{display:none}
.solution-category-product{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.06);padding:30px 24px 24px;text-decoration:none;color:#333;transition:box-shadow .3s}
.solution-category-product:hover{box-shadow:0 12px 48px rgba(0,0,0,.1);color:#333}
.solution-category-product-media{flex:1;display:flex;align-items:center;justify-content:center;line-height:0;padding:10px 0 20px;min-height:220px}
.solution-category-product-media img{max-width:100%;height:auto}
.solution-category-product-name{font-size:18px;font-weight:500;line-height:1.4;color:#333;text-align:center;margin:0;letter-spacing:0}
.solution-line{background:linear-gradient(180deg,#00479d 0%,#91b0d5 100%);padding:80px 0 100px;color:#fff}
.solution-line-inner{display:flex;align-items:center;gap:80px;justify-content:space-between}
.solution-line-media{flex:0 0 700px;width:700px;max-width:100%;line-height:0;border-radius:12px;overflow:hidden}
.solution-line-media img{width:100%;height:auto;display:block;border-radius:12px}
.solution-line-text{flex:1;min-width:0;max-width:560px;color:#fff}
.solution-line-title{font-size:42px;font-weight:500;line-height:1.2;color:#fff;margin:0 0 24px;letter-spacing:0}
.solution-line-desc{font-size:18px;font-weight:400;line-height:28px;color:rgba(255,255,255,.9);margin:0 0 32px;letter-spacing:0}
.solution-line-features{margin:0;padding:0}
.solution-line-features ul{margin:0;padding:0;list-style:none}
.solution-line-features li{display:flex;align-items:flex-start;gap:10px;font-size:18px;font-weight:400;line-height:28px;color:#fff;margin-bottom:16px;letter-spacing:0}
.solution-line-features li::before{content:"";flex-shrink:0;width:14px;height:14px;margin-top:7px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center/contain}
.solution-line-features li:last-child{margin-bottom:0}
.solution-line-btn{margin-top:40px}
.solution-line-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:280px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.solution-line-btn a:hover{background:#005a9a;color:#fff}
.solution-faq{padding:100px 0 120px;background:#fff}
@media(max-width:1200px){
	.solution-tabs-list a{min-height:110px;padding:20px 8px;gap:10px}
	.solution-tabs-icon{width:48px;height:40px}
	.solution-category-intro-inner{gap:40px}
	.solution-category-text{flex:0 1 48%;width:auto;padding-left:28px}
	.solution-category-text h2{font-size:32px}
	.solution-category-products{padding:28px;margin-top:36px}
	.solution-category-products-grid{gap:24px}
	.solution-line-inner{gap:40px}
	.solution-line-media{flex:0 1 48%;width:auto}
	.solution-line-title{font-size:36px}
}
@media(max-width:992px){
	.solution-main{margin-bottom:0}
	.solution-tabs-list{flex-wrap:nowrap}
	.solution-tabs-list li{flex:1 1 0;min-width:110px}
	.solution-tabs-list a{min-height:96px;padding:16px 8px;gap:8px}
	.solution-tabs-icon{width:40px;height:34px}
	.solution-tabs-label{font-size:12px}
	.solution-tabs-list a.is-active::after{bottom:-12px;height:13px}
	.solution-category-intro{padding:50px 0}
	.solution-category-intro-inner{flex-direction:column;align-items:stretch;gap:24px}
	.solution-category-text{flex:none;width:100%;padding-left:20px}
	.solution-category-media{max-width:100%}
	.solution-category-products{padding:20px;margin-top:28px}
	.solution-category:last-child .solution-category-products{padding-bottom:60px}
	.solution-category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
	.solution-category-product{padding:20px 16px 16px;border-radius:8px}
	.solution-category-product-media{min-height:160px;padding:6px 0 14px}
	.solution-line{padding:50px 0}
	.solution-line-inner{flex-direction:column;align-items:stretch;gap:28px}
	.solution-line-media{flex:none;width:100%}
	.solution-line-text{max-width:none}
	.solution-line-title{font-size:32px}
	.solution-faq{padding:60px 0 80px}
}
@media(max-width:768px){
	.solution{padding-top:0}
	.solution-tabs{top:var(--solution-tabs-top,56px);z-index:97;background:#fff;box-shadow:0 4px 16px rgba(10,46,92,.1)}
	.solution-tabs .container-xl{padding-left:0;padding-right:0}
	.solution-tabs-list{display:flex;flex-wrap:nowrap;overflow:visible;border-left:0;border-right:0}
	.solution-tabs-list li{flex:1 1 0;min-width:0;max-width:none;border-right:1px solid #d5e0eb}
	.solution-tabs-list li:last-child{border-right:0}
	.solution-tabs-list a{min-height:64px;padding:12px 6px;gap:0}
	.solution-tabs-icon{width:36px;height:32px}
	.solution-tabs-label{display:none}
	.solution-tabs-list a.is-active::after{display:none}
	html.solution-panel-mode .solution-category{display:none}
	html.solution-panel-mode .solution-category.is-active{display:block}
	.solution-category{scroll-margin-top:var(--solution-anchor-offset,140px)}
	.solution-category-intro{padding:36px 0}
	.solution-category-text{padding-left:16px}
	.solution-category-text h2{font-size:28px;margin-bottom:14px}
	.solution-category-text p{font-size:14px;line-height:22px;margin-bottom:18px}
	.solution-category-text li{font-size:14px;line-height:22px;margin-bottom:10px;gap:8px}
	.solution-category-text li::before{width:12px;height:12px;margin-top:5px}
	.solution-category-media{border-radius:8px}
	.solution-category-media img{border-radius:8px}
	.solution-category-products{padding:14px;margin-top:20px;border-radius:0}
	.solution-category:last-child .solution-category-products{padding-bottom:40px}
	.solution-category-products-swiper{overflow:hidden}
	.solution-category-products-swiper .solution-category-products-grid{display:flex;gap:0}
	.solution-category-products-grid{grid-template-columns:1fr;gap:12px}
	.solution-category-products-swiper .swiper-slide{width:100%;height:auto}
	.solution-category-products-nav{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:18px}
	.solution-category-products-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgba(27,90,167,.6);cursor:pointer;transition:color .3s;flex-shrink:0}
	.solution-category-products-arrow:hover{color:var(--public-color)}
	.solution-category-products-arrow.is-disabled{opacity:.3;cursor:default;pointer-events:none}
	.solution-category-products-pagination{display:flex;align-items:center;justify-content:center;gap:8px;position:static;width:auto !important}
	.solution-category-products-pagination .swiper-pagination-bullet{width:10px;height:10px;margin:0;border-radius:0;background:#c5d4e8;opacity:1}
	.solution-category-products-pagination .swiper-pagination-bullet-active{background:var(--public-color)}
	.solution-category-product{padding:16px 14px 14px;box-shadow:0 4px 20px rgba(0,0,0,.06)}
	.solution-category-product-media{min-height:140px;padding:4px 0 12px}
	.solution-category-product-name{font-size:15px}
	.solution-line{padding:40px 0}
	.solution-line-media{border-radius:8px}
	.solution-line-media img{border-radius:8px}
	.solution-line-title{font-size:28px;margin-bottom:14px}
	.solution-line-desc{font-size:14px;line-height:22px;margin-bottom:20px}
	.solution-line-features li{font-size:14px;line-height:22px;margin-bottom:10px;gap:8px}
	.solution-line-features li::before{width:12px;height:12px;margin-top:5px}
	.solution-line-btn{margin-top:24px}
	.solution-line-btn a{width:100%;min-width:0;height:44px;font-size:12px;padding:0 16px}
	.solution-faq{padding:40px 0 60px}
}
/* service */
.service{background:#fff;max-width:1920px;margin:0 auto}
.service-support{padding:100px 0 120px}
.service-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.service-support-item{background:#f0f3f7;border-radius:12px;padding:40px 36px}
.service-support-head{display:flex;align-items:center;gap:20px;margin-bottom:28px}
.service-support-icon{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;line-height:0}
.service-support-icon img{width:100%;height:100%;object-fit:contain}
.service-support-item-title{font-size:22px;font-weight:600;line-height:1.3;color:#333;margin:0;letter-spacing:0}
.service-support-list{margin:0;padding:0}
.service-support-list ul{margin:0;padding:0;list-style:none}
.service-support-list li{position:relative;padding-left:20px;font-size:18px;font-weight:400;line-height:28px;color:#666;letter-spacing:0}
.service-support-list li:last-child{margin-bottom:0}
.service-support-list li::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;background:var(--public-color);border-radius:50%}
.service-delivery{padding:0 0 120px}
.service-delivery-inner{display:flex;align-items:center;gap:80px;justify-content:space-between}
.service-delivery-media{flex:0 0 700px;width:700px;max-width:100%;line-height:0;border-radius:12px;overflow:hidden}
.service-delivery-media img{width:100%;height:auto;display:block;border-radius:12px}
.service-delivery-text{flex:1;min-width:0;max-width:560px}
.service-delivery-title{font-size:42px;font-weight:500;line-height:1.2;color:#333;margin:0 0 24px;letter-spacing:0}
.service-delivery-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 32px;letter-spacing:0}
.service-delivery-list{margin:0;padding:0}
.service-delivery-list ul{margin:0;padding:0;list-style:none}
.service-delivery-list li{display:flex;align-items:flex-start;gap:10px;font-size:18px;font-weight:400;line-height:28px;color:#333;margin-bottom:16px;letter-spacing:0}
.service-delivery-list li::before{content:"";flex-shrink:0;width:14px;height:14px;margin-top:7px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23006db8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center/contain}
.service-delivery-list li:last-child{margin-bottom:0}
.service-delivery-btn{margin-top:40px}
.service-delivery-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:280px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.service-delivery-btn a:hover{background:#005a9a;color:#fff}
.service-parts{position:relative;padding:80px 0 120px;background:#f0f3f7;overflow:hidden}
.service-parts::before{content:"";position:absolute;top:0;right:0;width:820px;height:100%;background:#00479d;z-index:0}
.service-parts .container-xl{position:relative;z-index:1}
.service-parts-inner{display:flex;align-items:center;gap:80px;justify-content:space-between}
.service-parts-text{flex:1;min-width:0;max-width:560px}
.service-parts-title{font-size:42px;font-weight:500;line-height:1.2;color:#333;margin:0 0 24px;letter-spacing:0}
.service-parts-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 32px;letter-spacing:0}
.service-parts-list{margin:0;padding:0}
.service-parts-list ul{margin:0;padding:0;list-style:none}
.service-parts-list li{display:flex;align-items:flex-start;gap:10px;font-size:18px;font-weight:400;line-height:28px;color:#333;margin-bottom:16px;letter-spacing:0}
.service-parts-list li::before{content:"";flex-shrink:0;width:14px;height:14px;margin-top:7px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23006db8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center/contain}
.service-parts-list li:last-child{margin-bottom:0}
.service-parts-btn{margin-top:40px}
.service-parts-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:280px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.service-parts-btn a:hover{background:#005a9a;color:#fff}
.service-parts-media{position:relative;flex:0 0 700px;width:700px;max-width:100%;display:flex;align-items:center;justify-content:flex-start;line-height:0;min-height:360px}
.service-faq{padding:100px 0 120px;background:#fff}
@media(max-width:1200px){
	.service-support{padding:80px 0}
	.service-support-grid{gap:20px}
	.service-support-item{padding:32px 24px}
	.service-support-item-title{font-size:20px}
	.service-delivery{padding:0 0 80px}
	.service-delivery-inner{gap:40px}
	.service-delivery-media{flex:0 1 48%;width:auto;max-width:520px}
	.service-delivery-title{font-size:36px}
	.service-parts{padding:60px 0 80px}
	.service-parts::before{width:46%}
	.service-parts-inner{gap:40px}
	.service-parts-media{flex:0 1 48%;width:auto;max-width:520px;min-height:280px}
	.service-parts-title{font-size:36px}
	.service-faq{padding:80px 0}
}
@media(max-width:992px){
	.service-support{padding:60px 0}
	.service-support-grid{grid-template-columns:1fr;max-width:640px;margin:0 auto}
	.service-delivery{padding:0 0 60px}
	.service-delivery-inner{flex-direction:column;align-items:stretch;gap:28px}
	.service-delivery-media{flex:none;width:100%;max-width:100%}
	.service-delivery-text{max-width:none}
	.service-parts{padding:50px 0 60px}
	.service-parts::before{display:none}
	.service-parts-inner{flex-direction:column;align-items:stretch;gap:28px}
	.service-parts-text{max-width:none}
	.service-parts-media{flex:none;width:100%;max-width:100%;min-height:0;justify-content:center}
	.service-faq{padding:60px 0 80px}
}
@media(max-width:768px){
	.service-support{padding:40px 0}
	.service-support-grid{max-width:none;gap:12px}
	.service-support-item{padding:24px 18px;border-radius:8px}
	.service-support-head{gap:14px;margin-bottom:18px}
	.service-support-icon{width:40px;height:40px}
	.service-support-item-title{font-size:24px}
	.service-support-list li{font-size:14px;line-height:22px;padding-left:16px;margin-bottom:8px}
	.service-support-list li::before{top:8px;width:5px;height:5px}
	.service-delivery{padding:0 0 40px}
	.service-delivery-media{border-radius:8px}
	.service-delivery-media img{border-radius:8px}
	.service-delivery-title{font-size:28px;margin-bottom:14px}
	.service-delivery-desc{font-size:14px;line-height:22px;margin-bottom:20px}
	.service-delivery-list li{font-size:14px;line-height:22px;margin-bottom:10px;gap:8px}
	.service-delivery-list li::before{width:12px;height:12px;margin-top:5px}
	.service-delivery-btn{margin-top:24px}
	.service-delivery-btn a{width:100%;min-width:0;height:44px;font-size:12px;padding:0 16px}
	.service-parts{padding:40px 0}
	.service-parts-title{font-size:28px;margin-bottom:14px}
	.service-parts-desc{font-size:14px;line-height:22px;margin-bottom:20px}
	.service-parts-list li{font-size:14px;line-height:22px;margin-bottom:10px;gap:8px}
	.service-parts-list li::before{width:12px;height:12px;margin-top:5px}
	.service-parts-btn{margin-top:24px}
	.service-parts-btn a{width:100%;min-width:0;height:44px;font-size:12px;padding:0 16px}
	.service-parts-media{border-radius:8px;overflow:hidden}
	.service-parts-media img{border-radius:8px;width:100%;height:auto;display:block}
	.service-faq{padding:40px 0 60px}
}
/* contact */
.contact{background:#fff;max-width:1920px;margin:0 auto}
.contact-main{padding:100px 0 120px}
.contact-main-inner{display:flex;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1)}
.contact-info{position:relative;flex:0 0 500px;width:500px;max-width:100%;background:var(--public-color);padding:60px 50px;color:#fff;overflow:hidden}
.contact-info-watermark{position:absolute;right:-30px;bottom:-30px;width:260px;line-height:0;opacity:.12;pointer-events:none}
.contact-info-watermark img{width:100%;height:auto;display:block}
.contact-info-list{margin:0;padding:0;list-style:none;position:relative;z-index:1}
.contact-info-list li{display:flex;align-items:flex-start;gap:20px;margin-bottom:36px}
.contact-info-list li:last-child{margin-bottom:0}
.contact-info-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#fff;color:var(--public-color)}
.contact-info-icon svg{width:20px;height:20px;display:block}
.contact-info-list li strong{display:block;font-size:18px;font-weight:600;line-height:28px;color:#fff;margin:0 0 4px;letter-spacing:0}
.contact-info-list li p{font-size:18px;font-weight:400;line-height:28px;color:rgba(255,255,255,.9);margin:0;letter-spacing:0}
.contact-info-list li a{color:rgba(255,255,255,.9);text-decoration:none;transition:opacity .3s}
.contact-info-list li a:hover{color:#fff;opacity:.85}
.contact-form{flex:1;min-width:0;background:#fff;padding:50px 60px}
.contact-form-title{font-size:24px;font-weight:700;line-height:1.35;color:#333;text-transform:uppercase;margin:0 0 16px;letter-spacing:0}
.contact-form-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 32px;letter-spacing:0}
.contact-form .form-feedback{padding-bottom:28px}
.contact-form .form-group{margin-bottom:0}
.contact-form .btn-box{position:relative}
.contact-form-row{display:flex;gap:16px;margin-bottom:16px}
.contact-form-field{flex:1;min-width:0;margin-bottom:16px}
.contact-form-row .contact-form-field{margin-bottom:0}
.contact-form-field .form-control{width:100%;background:#f0f3f7;border:1px solid transparent;border-radius:4px;padding:14px 16px;font-size:14px;line-height:1.4;color:#333;box-shadow:none;transition:border-color .3s}
.contact-form-field .form-control::placeholder{color:#999}
.contact-form-field .form-control:hover{border-color:var(--public-color)}
.contact-form-field textarea.form-control{resize:vertical;min-height:140px}
.contact-form-submit{display:inline-flex;align-items:center;justify-content:center;min-width:220px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;border:0;border-radius:0;cursor:pointer;transition:background .3s}
.contact-form-submit:hover{background:#005a9a;color:#fff}
.contact-form-actions{align-items:center;justify-content:flex-start;gap:16px;margin-bottom:0}
.contact-form-actions .btn-box{flex-shrink:0}
.contact-form-actions .contact-form-captcha{flex:1;min-width:0;margin-bottom:0}
.contact-form-actions .input-group{display:flex;width:100%;flex-wrap:nowrap}
.contact-form-actions .input-group .form-control{flex:1;min-width:0;width:auto;background:#f0f3f7;border:1px solid transparent;border-radius:4px 0 0 4px;padding:14px 16px;font-size:14px;height:50px;box-shadow:none;transition:border-color .3s}
.contact-form-actions .input-group .form-control::placeholder{color:#999}
.contact-form-actions .input-group .form-control:hover{border-color:var(--public-color)}
.contact-form-actions .input-group-append{flex:0 0 auto}
.contact-form-actions .input-group-text.input-group-img{padding:0;border:0;background:transparent;height:50px;flex:0 0 auto}
.contact-form-actions .input-group-text.input-group-img img{height:50px;width:auto;display:block;cursor:pointer}
#form-feedback-contact.form-feedback .feedback-result{bottom:-75px}
@media(max-width:1200px){
	.contact-main{padding:80px 0}
	.contact-info{flex:0 0 420px;width:420px;padding:48px 36px}
	.contact-form{padding:40px 36px}
}
@media(max-width:992px){
	.contact-main{padding:60px 0}
	.contact-main-inner{flex-direction:column-reverse;border-radius:10px}
	.contact-info{flex:none;width:100%;padding:40px 28px}
	.contact-info-watermark{width:200px;right:-20px;bottom:-20px}
	.contact-form{padding:36px 28px}
}
@media(max-width:768px){
	.contact-main{padding:40px 0 50px}
	.contact-main-inner{border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.08)}
	.contact-info{padding:28px 18px}
	.contact-info-watermark{display:none}
	.contact-info-list li{gap:14px;margin-bottom:22px}
	.contact-info-icon{width:40px;height:40px}
	.contact-info-icon svg{width:18px;height:18px}
	.contact-info-list li strong{font-size:15px;line-height:22px;margin-bottom:2px}
	.contact-info-list li p{font-size:14px;line-height:22px;word-break:break-word}
	.contact-form{padding:24px 16px}
	.contact-form-title{font-size:24px;margin-bottom:12px}
	.contact-form-desc{font-size:14px;line-height:22px;margin-bottom:20px}
	.contact-form-row{flex-direction:column;gap:12px;margin-bottom:12px}
	.contact-form-field{margin-bottom:0}
	.contact-form-field textarea.form-control{min-height:120px}
	.contact-form-actions{flex-direction:column-reverse;align-items:stretch;gap:12px}
	.contact-form-actions .btn-box{width:100%}
	.contact-form-submit{width:100%;min-width:0;height:44px;font-size:12px;padding:0 16px}
	.contact-form-actions .contact-form-captcha{width:100%}
	.contact-form-actions .input-group .form-control{height:44px;font-size:16px}
	.contact-form-actions .input-group-text.input-group-img{height:44px}
	.contact-form-actions .input-group-text.input-group-img img{height:44px}
}
/* download */
.download{background:#fff;max-width:1920px;margin:0 auto}
.download-main{padding:100px 0 120px}
.download-main-inner{display:flex;align-items:center;gap:80px}
.download-media{flex:0 0 480px;width:480px;max-width:100%;line-height:0}
.download-media img{width:100%;height:auto;display:block}
.download-form{flex:1;min-width:0}
.download-desc{font-size:18px;font-weight:400;line-height:28px;color:#999;margin:0 0 32px;letter-spacing:0}
.download-form .form-feedback{padding-bottom:28px}
.download-form .form-group{margin-bottom:0}
.download-form .btn-box{position:relative}
.download-form-row{display:flex;gap:16px;margin-bottom:16px}
.download-form-field{flex:1;min-width:0;margin-bottom:16px}
.download-form-row .download-form-field{margin-bottom:0}
.download-form-field .form-control{width:100%;background:#f0f3f7;border:1px solid transparent;border-radius:4px;padding:14px 16px;font-size:14px;line-height:1.4;color:#333;box-shadow:none;transition:border-color .3s}
.download-form-field .form-control::placeholder{color:#999}
.download-form-field .form-control:hover,.download-form-field .form-control:focus{border-color:var(--public-color);outline:none}
.download-form-field textarea.form-control{resize:vertical;min-height:140px}
.download-form-submit{display:inline-flex;align-items:center;justify-content:center;min-width:220px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;border:0;border-radius:0;cursor:pointer;transition:background .3s}
.download-form-submit:hover{background:#005a9a;color:#fff}
.download-form-actions{align-items:center;justify-content:flex-start;gap:16px;margin-bottom:0}
.download-form-actions .btn-box{flex-shrink:0}
.download-form-actions .download-form-captcha{flex:1;min-width:0;margin-bottom:0}
.download-form-actions .input-group{display:flex;width:100%;flex-wrap:nowrap}
.download-form-actions .input-group .form-control{flex:1;min-width:0;width:auto;background:#f0f3f7;border:1px solid transparent;border-radius:4px 0 0 4px;padding:14px 16px;font-size:14px;height:50px;box-shadow:none;transition:border-color .3s}
.download-form-actions .input-group .form-control::placeholder{color:#999}
.download-form-actions .input-group .form-control:hover{border-color:var(--public-color)}
.download-form-actions .input-group-append{flex:0 0 auto}
.download-form-actions .input-group-text.input-group-img{padding:0;border:0;background:transparent;height:50px;flex:0 0 auto}
.download-form-actions .input-group-text.input-group-img img{height:50px;width:auto;display:block;cursor:pointer}
@media(max-width:1200px){
	.download-main{padding:80px 0}
	.download-main-inner{gap:40px}
	.download-media{flex:0 1 40%;width:auto;max-width:400px}
}
@media(max-width:992px){
	.download-main{padding:60px 0}
	.download-main-inner{flex-direction:column;align-items:stretch;gap:28px}
	.download-media{flex:none;width:100%;max-width:360px;margin:0 auto}
}
@media(max-width:768px){
	.download-main{padding:40px 0 50px}
	.download-main-inner{gap:24px}
	.download-media{max-width:280px}
	.download-desc{font-size:14px;line-height:22px;margin-bottom:20px}
	.download-form-row{flex-direction:column;gap:12px;margin-bottom:12px}
	.download-form-field{margin-bottom:0}
	.download-form-field textarea.form-control{min-height:120px}
	.download-form-actions{flex-direction:column;align-items:stretch;gap:12px}
	.download-form-actions .btn-box{width:100%}
	.download-form-submit{width:100%;min-width:0;height:44px;font-size:12px;padding:0 16px}
	.download-form-actions .download-form-captcha{width:100%}
	.download-form-actions .input-group .form-control{height:44px;font-size:16px}
	.download-form-actions .input-group-text.input-group-img{height:44px}
	.download-form-actions .input-group-text.input-group-img img{height:44px}
}
/* news-list */
.news-list{background:#fff;max-width:1920px;margin:0 auto}
.news-list-main{padding:80px 0 100px}
.news-list-tabs{margin-bottom:68px}
.news-list-tabs-list{display:flex;margin:0;padding:0;list-style:none;border:1px solid #d5e0eb}
.news-list-tabs-list li{flex:1;min-width:0;display:flex;border-right:1px solid #d5e0eb}
.news-list-tabs-list li:last-child{border-right:0}
.news-list-tabs-list a{position:relative;flex:1;display:flex;align-items:center;justify-content:center;min-height:60px;padding:18px 20px;font-size:18px;font-weight:500;line-height:1.4;text-align:center;text-decoration:none;color:#999;background:#fff;transition:background .3s,color .3s}
.news-list-tabs-list a:hover{color:var(--public-color)}
.news-list-tabs-list a.is-active{background:var(--public-color);color:#fff}
.news-list-tabs-list a.is-active:hover{color:#fff}
.news-list-tabs-list a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-18px;width:100%;height:19px;background:var(--public-color);clip-path:polygon(0 0,100% 0,50% 100%);z-index:2}
.news-list .all-news-date{color:var(--public-color)}
.news-list-pagination{display:flex;justify-content:center;margin-top:48px}
.news-list-pagination .pagination{margin:0;flex-wrap:wrap;justify-content:center}
@media(max-width:992px){
	.news-list-main{padding:60px 0 80px}
	.news-list-tabs{margin-bottom:40px}
	.news-list-tabs-list a{min-height:52px;padding:14px 16px;font-size:16px}
	.news-list-tabs-list a.is-active::after{bottom:-12px;height:13px}
}
@media(max-width:768px){
	.news-list-main{padding:36px 0 50px}
	.news-list-tabs{margin-bottom:28px}
	.news-list-tabs-list{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-left:0;border-right:0}
	.news-list-tabs-list::-webkit-scrollbar{display:none}
	.news-list-tabs-list li{flex:0 0 auto;min-width:110px}
	.news-list-tabs-list a{min-height:44px;padding:12px 18px;font-size:14px;white-space:nowrap}
	.news-list-tabs-list a.is-active::after{display:none}
	.news-list .all-news-thumb{border-radius:8px;margin-bottom:14px}
	.news-list .all-news-item-title{font-size:18px;margin-bottom:10px}
	.news-list .all-news-meta{gap:12px;margin-bottom:10px}
	.news-list .all-news-cat,.news-list .all-news-date{font-size:12px}
	.news-list .all-news-desc{font-size:14px;line-height:22px}
	.news-list-pagination{margin-top:32px}
}
#form-feedback-download.form-feedback .feedback-result{bottom:-75px}

#float{position:fixed;right:0;bottom:140px;margin-top:0;z-index:999;display:flex;flex-direction:column;align-items:stretch;width:52px;transform:translateX(0);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-2px 4px 24px rgba(0,0,0,.12);overflow:visible}
#float .ico{display:flex;align-items:center;justify-content:center;width:52px;height:52px;position:relative;cursor:pointer;background:var(--public-color);text-decoration:none;color:#fff;border:0;outline:none;-webkit-tap-highlight-color:transparent;transition:background .25s ease}
#float .ico:hover,#float .ico:focus-visible{background:#005a9a;color:#fff}
#float .ico>i{font-size:22px;line-height:1;display:block;color:#fff;position:relative;z-index:2;background:transparent;border:0;transition:transform .3s ease}
#float .float-ico-main + .float-ico-main{border-top:1px solid rgba(255,255,255,.2)}
#float .float-name{display:none}
#float .ico>.img{position:absolute;right:52px;width:140px;top:0;display:none;background-color:#fff}
#float .ico>.img>img{width:100%}
#float .ico p{position:absolute;top:0;right:0;padding:0 18px;line-height:52px;font-size:14px;font-weight:500;height:52px;background:#005a9a;color:#fff;white-space:nowrap;margin:0;opacity:0;visibility:hidden;transform:translateX(8px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,right .25s ease;z-index:1;pointer-events:none}
#float .ico:hover>.img{display:block}
#float .ico:hover p,#float .ico:focus-visible p{right:52px;opacity:1;visibility:visible;transform:translateX(0)}
#float .float-ico-extra{background:#3a7eb8;border-top:1px solid rgba(255,255,255,.2)}
#float .float-ico-extra:hover,#float .float-ico-extra:focus-visible{background:#005a9a}
#float .float-scroll-top.is-hidden{display:none!important}
#float .scale-ico{background:#6a8ba8;flex-shrink:0;border-top:1px solid rgba(255,255,255,.2)}
#float .scale-ico:hover,#float .scale-ico:focus-visible{background:#005a9a}
#float.hide{transform:translateX(52px)}
#float.hide .scale-ico{width:28px;transform:translateX(-28px);transition:transform .35s cubic-bezier(.4,0,.2,1),width .25s ease,background .25s ease}
#float.hide .scale-ico i{transform:rotate(180deg)}
@media (min-width:769px) and (max-width:991px){
	#float{width:44px}
	#float .ico{width:44px;height:44px}
	#float .ico>i{font-size:18px}
	#float .ico>.img{right:44px}
	#float .ico p{line-height:44px;padding:0 14px;height:44px;font-size:13px}
	#float .ico:hover p,#float .ico:focus-visible p{right:44px}
	#float.hide{transform:translateX(44px)}
	#float.hide .scale-ico{width:22px;transform:translateX(-22px)}
}
@media (max-width:768px){
	body{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}
	#float{left:0;right:0;bottom:0;margin:0;width:100%;height:calc(56px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);flex-direction:row;align-items:stretch;transform:none;box-shadow:0 -6px 24px rgba(10,46,92,.18);background:var(--public-color);border-top:1px solid rgba(255,255,255,.12)}
	#float.hide{transform:none}
	#float .float-ico-main{flex:1;width:auto;height:56px;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:transparent;border:0;position:relative}
	#float .float-ico-main + .float-ico-main{border-left:1px solid rgba(255,255,255,.18);border-top:0}
	#float .float-ico-main:hover,#float .float-ico-main:focus-visible,#float .float-ico-main:active{background:rgba(0,0,0,.12);color:#fff}
	#float .float-ico-main>i{font-size:18px;line-height:1;height:auto;padding:0;border:0;background:transparent}
	#float .float-name{display:block;font-size:10px;font-weight:600;line-height:1.2;color:#fff;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding:0 6px}
	#float .float-ico-main p,#float .float-ico-extra,#float .scale-ico,#float .float-scroll-top{display:none!important}
}

.news-in-paper .aside .all-news{margin:0}
.news-in-paper{margin-bottom:240px;margin-top:90px}
.news-in-paper .h1{font-size:36px;line-height:48px;color:#333;margin-bottom:30px;letter-spacing:-1px}
.news-in-paper .type{color:#999999;padding-bottom:30px;display:flex;gap:20px;font-size:16px;font-weight:500}
.news-in-paper .type-time img{display:inline-block;margin-right:10px}
.news-in-paper .type-view{color:var(--public-color)}
.news-in-paper .type .date{display:flex;align-items:center;gap:20px;font-size:16px;line-height:60px;color:#245caa;font-weight:500}
.news-in-paper .type .date img{width:19px;height:17px;margin-right:-10px}
.news-in-paper .type .date .date-icon{display:inline-flex;align-items:center;line-height:0;margin-right:-10px}
.news-in-paper .type .date .date-icon svg{width:19px;height:17px;display:block}
.news-in-paper .type .date .time{font-size:14px;line-height:23px;letter-spacing:0px}
.news-in-paper .type .date span{letter-spacing:0px}
.new-in-paper .aside.box{border-radius:10px;position:relative;text-align:center;margin-bottom:30px}
.new-in-paper .aside.box .text{position:absolute;top:5%;left:0;padding:30px 40px}
.new-in-paper .aside.box .title{font-size:18px;line-height:32px;letter-spacing:0px;color:#ffffff;font-weight:500;margin-bottom:35px}
.new-in-paper .aside.box .btn{max-width:240px;background-color:#5bb5e8;border-radius:6px;font-size:18px;color:#ffffff;padding-left:80px;padding-right:60px;position:relative;display:inline-block}
.new-in-paper .aside.box .btn::before{content:url(../../images/sign-37.webp);position:absolute;top:25%;left:20%;width:20px;height:20px}
.news-in-paper .main-top{display:flex;justify-content:space-between}
.news-in-paper .article .content{line-height:28px;font-size:16px;font-weight:400;color:#333;border-bottom:1px solid #bbbbbb;padding-bottom:55px;padding-top:30px;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;font-family:'Roboto'}
.news-in-paper .article .content strong{color:var(--public-color);font-weight:500}
.news-in-paper .article img{max-width:100% !important;height:auto !important}
.news-in-paper .article .content p{margin-bottom:20px}
.news-in-paper .article h2{font-size:28px;line-height:36px;color:#333333;font-weight:500;margin-bottom:25px;scroll-margin-top:var(--article-anchor-offset,120px)}
.news-in-paper .article h4{font-size:22px;line-height:32px;color:#333333;font-weight:500;margin-bottom:15px;letter-spacing:-1px;scroll-margin-top:var(--article-anchor-offset,120px)}
.news-in-paper .box-tail{font-size:18px;line-height:30px;margin-top:60px;display:flex;justify-content:space-between;align-items:flex-start;gap:50px}
.news-in-paper .box-tail .left{width:100%}
.news-in-paper .box-tail .right{min-width:200px;width:200px;display:flex;justify-content:flex-end}
.news-in-paper .box-tail .right .a-ly{width:100%;height:50px;padding:0}
.news-in-paper .box-tail .right .a-ly:hover img{filter:none}
.news-in-paper .box-tail .right .a-ly img{width:12px;display:inline-block;filter:brightness(0) invert(1);margin-left:10px}
.news-in-paper .box-tail .left p{display:flex}
.news-in-paper .box-tail .left p a{display:inline-block;transition:all .6s;color:#666666;font-size:18px;line-height:30px;padding-left:16px}
.news-in-paper .box-tail .left p a:hover{color:var(--public-color);text-decoration:underline;text-decoration-skip-ink:none;text-underline-offset:3px}
.news-in-paper .box-tail .left p span{color:#000000;display:block;font-weight:bold}
.news-in-paper .box-tail .left p:first-child{margin-bottom:10px}
.news-in-paper .aside{padding:0px}
.news-in-paper .aside-con{height:270px;padding:25px 40px;background:#de2221;margin-bottom:30px;display:flex;flex-direction:column;justify-content:center;text-align:center;position:relative;border-radius:10px}
.news-in-paper .aside-con .img-1{margin-bottom:10px}
.news-in-paper .aside-con .h5{position:relative;font-size:24px;line-height:32px;color:#ffffff;font-weight:500;letter-spacing:-1px;margin-bottom:30px;position:relative;z-index:1}
.news-in-paper .aside-con .h5::before{content:'';position:absolute;top:-50%;left:50%;transform:translate(-50%,-50%);width:60px;height:2px;background-color:#ffffff}
.news-in-paper .aside-con .a-ly-1{background-color:#ffffff;border-color:#ffffff;position:relative;z-index:1;color:var(--public-color);font-size:18px;padding:0;font-weight:500;cursor:pointer}
.news-in-paper .aside-con .a-ly-1 span{position:relative;display:inline-block;padding-right:32px}
.news-in-paper .aside-con .a-ly-1 span::after{content:url(../../images/sign-36.webp);position:absolute;top:50%;right:0;transform:translateY(-50%);width:20px;height:20px}
.news-in-paper .aside-contact{background:var(--public-color);border-radius:10px;padding:40px 30px;margin-bottom:30px;text-align:center}
.news-in-paper .aside-contact-text{margin:0 0 28px;font-size:18px;line-height:28px;color:#fff;font-weight:500;letter-spacing:0}
.news-in-paper .aside-contact-btn{display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:50px;padding:0 28px;border:1px solid #fff;border-radius:6px;background:transparent;color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s,color .3s}
.news-in-paper .aside-contact-btn:hover{background:#fff;color:var(--public-color)}
.news-in-paper .other-news{background-color:#ffffff;box-shadow:0 0 20px 0 rgba(0,0,0,.1);border-radius:10px;overflow:hidden}
.news-in-paper .other-news .news{background:#fff;padding:40px 35px 35px;border-radius:10px}
.news-in-paper .other-news .h4{font-size:28px;color:var(--public-color);margin:0 0 30px;font-weight:700;letter-spacing:-1px;position:relative}
.news-in-paper .other-news .t1{font-size:18px;line-height:28px;color:#333;font-weight:700;margin-bottom:8px;letter-spacing:-1px;text-decoration:none;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;transition:color .3s}
.news-in-paper .other-news .t1:hover{color:var(--public-color)}
.news-in-paper .other-news .cont{font-size:16px;line-height:24px;font-weight:400;color:#666;letter-spacing:0;margin-bottom:16px}
.news-in-paper .other-news .row-line{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.news-in-paper .other-news .line{width:100%;height:1px;background-color:#ddd}
.news-in-paper .other-news .time{display:flex;align-items:center;gap:10px;font-size:14px;line-height:23px;font-weight:500;color:#245caa}
.news-in-paper .other-news .time-label{text-transform:uppercase;color:var(--public-color);letter-spacing:0}
.news-in-paper .other-news .time-date{color:#7a9cc4;letter-spacing:0}
.news-in-paper .other-news .date-icon{display:inline-flex;align-items:center;line-height:0;color:var(--public-color)}
.news-in-paper .other-news .date-icon svg{width:19px;height:17px;display:block}
.news-in-paper .other-news .box{margin-bottom:30px}
.news-in-paper .other-news .box:last-child{margin-bottom:0}
.new-in-pro{padding-top:100px}
.new-in-pro .title{margin-bottom:100px;font-size:32px;line-height:48px;font-weight:bold;letter-spacing:-1px}
.new-in-pro .title::after{content:url(../../images/p-6.webp);display:block;line-height:20px}
.new-in-pro .grid{--bs-gap:40px}
.main-box .aside{width:330px;min-width:330px;position:sticky;top:20px;height:min-content}
.main-box .article{width:calc(100% - 330px - 60px)}
.news-name-box{min-width:300px;border-radius:6px;border:solid 1px #bbbbbb;padding:15px 15px 20px;display:inline-flex;flex-direction:column;margin-top:20px;position:sticky;background:#fff;z-index:15;max-height:calc(100vh - 150px);overflow-y:auto;top:20px}
.news-name-box .table-title{display:flex;justify-content:space-between;font-size:28px;line-height:36px;color:#999999;font-weight:400;cursor:pointer;user-select:none}
.news-name-box .table-title span{width:35px;height:32px;background-color:#ffffff;border-radius:4px;border:solid 1px #999191;display:inline-flex;justify-content:center;align-items:center;cursor:pointer}
.news-name-box .news-name{margin-top:10px}
.news-name-box #table-of-contents{display:none}
.news-name-box.active #table-of-contents{display:block}
.news-name-box .h2 a{font-size:18px;line-height:36px;color:#333333;font-weight:400}
.news-name-box ul{padding-left:30px}
.news-name-box li a{font-size:16px;line-height:26px;color:#666666;font-weight:400}
#table-of-contents{overflow:hidden;transition:height .2s ease-out;font-family:'Roboto'}
.news-name-box::-webkit-scrollbar{width:5px}
.news-name-box::-webkit-scrollbar-track{background:#f1f1f1}
.news-name-box::-webkit-scrollbar-thumb{background:#888}
.inner-paper .content{display:flex;gap:100px}
.inner-paper .content .left .title{font-size:36px;line-height:48px;letter-spacing:-1px;color:#333333}
.inner-paper .left{flex:1}
.inner-paper .left .date{display:flex;align-items:center;gap:20px;font-size:16px;line-height:60px;color:#245caa;font-weight:500}
.inner-paper .left .date img{width:19px;height:17px;margin-right:-10px}
.inner-paper .left .date .time{font-size:14px;line-height:23px;letter-spacing:0px}
.inner-paper .left .date span{letter-spacing:0px}
.inner-paper .left .tab-con{background-color:#ffffff;padding:20px;margin:55px 0 40px 0;width:640px;border-radius:6px;border:solid 1px #bbbbbb}
.inner-paper .left .tab-con .t{display:flex;align-items:center;justify-content:space-between}
.inner-paper .left .tab-con .list{font-size:18px;line-height:36px;letter-spacing:0px;color:#333333;list-style:none;padding:0;margin:0;margin-top:15px}
.inner-paper .left .tab-con .list li a{font-size:20px;line-height:36px;letter-spacing:-1px;color:#333333;font-weight:500;text-decoration:none;transition:color 0.3s ease}
.inner-paper .left .tab-con .list li ul{list-style:none;padding-left:20px;margin-top:5px}
.inner-paper .left .tab-con .list li ul li a{font-size:16px;line-height:26px;letter-spacing:-1px;color:#666666}
.inner-paper .left .catalog{}
.inner-paper .left .catalog .top{background-color:#ffffff;padding:20px;max-width:300px;border-radius:6px;border:solid 1px #bbbbbb;display:flex;justify-content:space-between;align-items:center;font-size:28px;line-height:36px;letter-spacing:-1px;color:#999999}
.inner-paper .left .catalog p{font-size:16px;line-height:28px;letter-spacing:0px;color:#999999;margin:45px 0 60px 0}
.inner-paper .left .part .heading{font-size:28px;font-weight:500;color:#333333;line-height:38px;margin-bottom:40px}
.inner-paper .left .part .h-list{font-size:22px;letter-spacing:0px;color:#333333;font-weight:500;margin-bottom:30px}
.inner-paper .left .part p{font-size:16px;line-height:28px;letter-spacing:0px;color:#999999;margin-bottom:30px}
.inner-paper .left .part p:last-child{margin-bottom:80px}
.inner-paper .left .base{display:flex;justify-content:space-between;align-items:center;padding:60px 0 190px 0;border-top:1px solid #bbbbbb}
.inner-paper .left .base .list{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;transition:color 0.3s ease}
.inner-paper .left .base .list a{font-size:16px;line-height:26px;letter-spacing:0px;color:#666666;border-bottom:1px solid #ffffff}
.inner-paper .left .base .list a:hover{color:#0156a0;border-bottom:1px solid #0156a0}
.inner-paper .left .base .list a span{color:#ffffff;transition:color 0.3s ease;background-color:#124183;border-radius:13px;font-size:14px;letter-spacing:0px;color:#ffffff;padding:4px 10px}
.inner-paper .left .base .list a .prev{background-color:#5bb5e8}
.inner-paper .left .base .btn{background-color:#ffab19;border-radius:6px}
.inner-paper .left .base .btn a{font-size:18px;line-height:32px;letter-spacing:0px;color:#ffffff;padding:0 30px;font-weight:300}
.inner-paper .right{width:330px}
.inner-paper .right .box{border-radius:10px;position:relative;margin-bottom:30px}
.inner-paper .right .box .text{position:absolute;top:5%;left:0;padding:30px 40px}
.inner-paper .right .box .title{font-size:18px;line-height:32px;letter-spacing:0px;color:#ffffff;font-weight:500;margin-bottom:35px}
.inner-paper .right .box .btn{max-width:240px;background-color:#5bb5e8;border-radius:6px;font-size:18px;color:#ffffff;padding-left:80px;padding-right:60px;position:relative;display:inline-block}
.inner-paper .right .box .btn::before{content:url(../../images/sign-37.webp);position:absolute;top:25%;left:20%;width:20px;height:20px}
.inner-paper .right .news{background-color:rgba(91,181,232,.1);border-radius:10px;padding:55px 40px}
.inner-paper .right .news .title{font-size:28px;line-height:56px;letter-spacing:-1px;color:#5bb5e8}
.inner-paper .right .news .list{list-style:none;padding:0;margin:0}
.inner-paper .right .news .list li{margin-top:20px}
.inner-paper .right .news .list li a{font-size:18px;line-height:28px;letter-spacing:-1px;color:#333333;font-weight:500}
.inner-paper .right .news .list li p{font-size:16px;line-height:24px;letter-spacing:-1px;color:#666666}
.inner-paper .right .news .list .line{display:flex;gap:12px}
.inner-paper .right .news .list .line .l{width:100%;height:1px;background-color:#dddddd;opacity:0.6;margin:15px 0;transition:background-color 0.3s ease}
.inner-paper .right .news .list .line img{filter:grayscale(100%);opacity:0.8}
.inner-paper .right .news .list span{font-size:14px;line-height:23px;letter-spacing:0px;color:#245caa;font-weight:500}
.inner-paper .right .news .list span img{width:19px;height:17px;margin:0 10px}
.news-in-paper .aside .inner-paper .right .other-news .news{background:#fff;padding:40px 35px 35px;border-radius:10px}
.re-product{padding-bottom:180px}
.re-product .content .title{font-size:36px;line-height:42px;letter-spacing:0px;color:#333333;margin-bottom:80px}
.re-product .content .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.re-product .content .card img{display:flex;justify-content:center;align-items:center;padding:60px 40px;background-color:#ffffff;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.08);border-radius:10px;margin-bottom:30px}
.re-product .content .card a{font-size:16px;line-height:26px;letter-spacing:0px;color:#333333;font-weight:700}
@media(max-width:1200px){
	.news-in-paper{margin-top:60px;margin-bottom:120px}
	.main-box .aside{width:280px;min-width:280px}
	.main-box .article{width:calc(100% - 280px - 40px)}
	.re-product .content .grid{gap:24px}
	.re-product .content .card img{padding:40px 24px}
}
@media(max-width:992px){
	.news-in-paper{margin-top:40px;margin-bottom:80px}
	.news-in-paper .main-top{flex-direction:column;gap:32px}
	.main-box .article{width:100%}
	.main-box .aside{width:100%;min-width:0;position:static}
	.inner-paper .right{width:100%}
	.news-name-box{min-width:0;width:100%;max-width:100%;position:relative;top:auto;max-height:none}
	.re-product{padding-bottom:80px}
	.re-product .content .title{margin-bottom:40px;font-size:32px}
	.re-product .content .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
}
@media(max-width:768px){
	.news-in-paper{margin-top:24px;margin-bottom:50px}
	.news-in-paper .h1{font-size:28px;line-height:1.3;margin-bottom:16px}
	.news-in-paper .type{padding-bottom:16px}
	.news-in-paper .type .date{flex-wrap:wrap;gap:8px 12px;line-height:1.4;font-size:13px}
	.news-in-paper .type .date .time{font-size:13px;line-height:1.4}
	.news-name-box{padding:12px 14px 14px;margin-top:12px;border-radius:8px}
	.news-name-box .table-title{font-size:18px;line-height:1.3;align-items:center;gap:12px}
	.news-name-box .table-title span{width:28px;height:28px;flex-shrink:0}
	.news-name-box .table-title span svg{width:16px;height:16px}
	.news-name-box .h2 a{font-size:15px;line-height:26px}
	.news-name-box ul{padding-left:18px}
	.news-name-box li a{font-size:14px;line-height:22px}
	.news-in-paper .article .content{font-size:15px;line-height:24px;padding-top:20px;padding-bottom:28px}
	.news-in-paper .article .content p{margin-bottom:14px}
	.news-in-paper .article h2{font-size:22px;line-height:1.35;margin-bottom:16px}
	.news-in-paper .article h4{font-size:18px;line-height:1.35;margin-bottom:12px}
	.news-in-paper .article .content .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:16px}
	.news-in-paper .box-tail{margin-top:28px;gap:16px;font-size:14px;line-height:22px}
	.news-in-paper .box-tail .left p{flex-direction:column;gap:4px}
	.news-in-paper .box-tail .left p a{padding-left:0;font-size:14px;line-height:22px}
	.news-in-paper .aside-contact{padding:24px 18px;margin-bottom:20px;border-radius:8px}
	.news-in-paper .aside-contact-text{font-size:15px;line-height:24px;margin-bottom:20px}
	.news-in-paper .aside-contact-btn{width:100%;min-width:0;height:44px;font-size:12px;padding:0 16px}
	.news-in-paper .other-news .news{padding:24px 18px}
	.news-in-paper .other-news .h4{font-size:24px;margin-bottom:20px}
	.news-in-paper .other-news .t1{font-size:16px;line-height:24px}
	.news-in-paper .other-news .cont{font-size:14px;line-height:22px;margin-bottom:12px}
	.news-in-paper .other-news .box{margin-bottom:22px}
	.re-product{padding-bottom:50px}
	.re-product .content .title{font-size:28px;line-height:1.3;margin-bottom:24px}
	.re-product .content .grid{grid-template-columns:1fr;gap:16px}
	.re-product .content .card img{padding:28px 20px;border-radius:8px;margin-bottom:14px}
	.re-product .content .card a{font-size:15px;line-height:22px}
}
/* search page */
.search-page{background:#fff;max-width:1920px;margin:0 auto}
.search-page-main{padding:80px 0 100px}
.search-page-tabs{margin-bottom:60px}
.search-page-tabs-list{display:flex;margin:0;padding:0;list-style:none;border:1px solid #d5e0eb}
.search-page-tabs-list li{flex:1;min-width:0;display:flex;border-right:1px solid #d5e0eb}
.search-page-tabs-list li:last-child{border-right:0}
.search-page-tabs-list a{position:relative;flex:1;display:flex;align-items:center;justify-content:center;min-height:60px;padding:18px 20px;font-size:18px;font-weight:500;line-height:1.4;text-align:center;text-decoration:none;color:#999;background:#fff;transition:background .3s,color .3s}
.search-page-tabs-list a:hover{color:var(--public-color)}
.search-page-grid{margin-bottom:50px}
.search-page-pagination{display:flex;justify-content:center}
.search-page-pagination .pagination{margin:0}
.search-page-empty{text-align:center;padding:60px 20px 40px;max-width:720px;margin:0 auto}
.search-page-empty-title{font-size:36px;font-weight:600;line-height:1.3;color:#333;margin:0 0 16px;letter-spacing:0}
.search-page-empty-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 32px;letter-spacing:0}
.search-page-empty-btn a{display:inline-flex;align-items:center;justify-content:center;min-width:240px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s}
.search-page-empty-btn a:hover{background:#005a9a;color:#fff}
@media(max-width:1200px){
	.search-page-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:992px){
	.search-page-main{padding:60px 0 80px}
	.search-page-tabs{margin-bottom:40px}
	.search-page-tabs-list{flex-wrap:wrap}
	.search-page-tabs-list li{flex:1 1 50%;border-right:0;border-bottom:1px solid #d5e0eb}
	.search-page-tabs-list a{min-height:52px;font-size:16px;padding:14px 12px}
	.search-page-empty-title{font-size:28px}
}
@media(max-width:768px){
	.search-page-main{padding:40px 0}
	.search-page-grid{grid-template-columns:1fr;gap:24px}
	.search-page-tabs-list li{flex:1 1 100%}
	.search-page-empty{padding:40px 0 20px}
	.search-page-empty-title{font-size:24px}
	.search-page-empty-desc{font-size:14px;line-height:22px}
	.search-page-empty-btn a{width:100%;min-width:0}
}
/* 404 page */
.page-404{background:#fff;max-width:1920px;margin:0 auto}
.page-404-hero{padding:120px 0 80px;background:linear-gradient(180deg,#f0f6fb 0%,#fff 100%)}
.page-404-hero-inner{max-width:760px;margin:0 auto;text-align:center}
.page-404-code{font-size:140px;font-weight:700;line-height:1;color:var(--public-color);margin:0 0 10px;letter-spacing:0;opacity:.15}
.page-404-title{font-size:48px;font-weight:600;line-height:1.2;color:#333;margin:-40px 0 20px;letter-spacing:0}
.page-404-desc{font-size:18px;font-weight:400;line-height:28px;color:#666;margin:0 0 36px;letter-spacing:0}
.page-404-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.page-404-btn{display:inline-flex;align-items:center;justify-content:center;min-width:180px;height:50px;padding:0 28px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:background .3s,color .3s,border-color .3s}
.page-404-btn:hover{background:#005a9a;color:#fff}
.page-404-btn-outline{background:transparent;color:var(--public-color);border:1px solid var(--public-color)}
.page-404-btn-outline:hover{background:var(--public-color);color:#fff;border-color:var(--public-color)}
.page-404-products{padding:40px 0 120px}
.page-404-products .all-products-title{text-align:center}
@media(max-width:992px){
	.page-404-hero{padding:80px 0 60px}
	.page-404-code{font-size:110px}
	.page-404-title{font-size:36px;margin-top:-30px}
	.page-404-products{padding:20px 0 80px}
}
@media(max-width:768px){
	.page-404-hero{padding:60px 0 40px}
	.page-404-code{font-size:88px}
	.page-404-title{font-size:28px;margin-top:-24px}
	.page-404-desc{font-size:14px;line-height:22px;margin-bottom:28px}
	.page-404-btn{width:100%;min-width:0}
	.page-404-products{padding:10px 0 60px}
}

/* mobile title scale: 主标题28 / 小标题24 */
@media(max-width:768px){
	.all-banner-title,
	.all-news-title,
	.all-faq-title,
	.about-intro-title,
	.about-cert-title,
	.home-case-title,
	.about-benefits-title,
	.about-strength-title,
	.about-delivery-title,
	.about-visit-title,
	.product-intro-title,
	.product-cta-title,
	.product-list-banner-title,
	.product-list-benefits-title,
	.product-list-solutions-title,
	.product-list-overview-title,
	.product-list-case-title,
	.product-list-export-title,
	.product-content-hero-title,
	.product-content-section-title,
	.product-content-solution-title,
	.product-content-news .all-news-title,
	.solution-line-title,
	.solution-category-text h2,
	.service-delivery-title,
	.service-parts-title,
	.search-page-empty-title,
	.page-404-title,
	.news-in-paper .h1{font-size:28px;line-height:1.3}
	.all-products-title,
	.all-faq-form-title,
	.about-benefits-item-title,
	.home-strength-kicker,
	.product-loop-title,
	.product-list-loop-title,
	.product-list-solutions-cta-title,
	.product-content-recommend .all-products-title,
	.contact-form-title,
	.service-support-item-title,
	.new-in-pro .title{font-size:24px;line-height:1.35}
}
/* video list */
.video-list{padding:80px 0 100px;background:#fff}
.video-list-layout{display:flex;gap:60px;align-items:flex-start}
.video-list-main{flex:1;min-width:0}
.video-list-aside{width:280px;flex-shrink:0;position:sticky;top:120px}
.video-list-cats{padding:32px 28px;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.08);border-radius:12px}
.video-list-cats-title{font-size:24px;font-weight:700;color:var(--public-color);padding-bottom:16px;border-bottom:2px solid var(--public-color);margin:0 0 24px;letter-spacing:0}
.video-list-cats-list{list-style:none;margin:0;padding:0}
.video-list-cats-list li{margin-bottom:8px}
.video-list-cats-list li:last-child{margin-bottom:0}
.video-list-cats-list a{display:block;font-size:16px;line-height:1.4;color:#666;text-decoration:none;padding:10px 0;border-bottom:2px solid transparent;transition:color .3s,border-color .3s}
.video-list-cats-list a:hover,.video-list-cats-list a.is-active{color:var(--public-color);border-bottom-color:var(--public-color);font-weight:600}
.video-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 30px}
.video-list-item{display:flex;flex-direction:column}
.video-list-thumb{display:block;position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16/9;background:#000;line-height:0;margin-bottom:16px}
.video-list-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease,opacity .3s ease}
.video-list-thumb:hover img{transform:scale(1.05);opacity:.9}
.video-list-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#fff;color:var(--public-color);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.2);transition:transform .3s}
.video-list-play svg{margin-left:3px}
.video-list-thumb:hover .video-list-play{transform:translate(-50%,-50%) scale(1.06)}
.video-list-title{font-size:20px;font-weight:600;line-height:1.4;color:#333;margin-bottom:10px;letter-spacing:0;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.video-list-title:hover{color:var(--public-color)}
.video-list-date{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--public-color)}
.video-list-date svg{flex-shrink:0}
/* video content */
.video-content{padding:20px 0 100px}
.video-nr{display:flex;justify-content:space-between;gap:60px;align-items:flex-start}
.video-nr .v-content{flex:1;min-width:0}
.video-nr .v-video{position:relative;width:100%;aspect-ratio:16/9;line-height:0;background:#000;border-radius:12px;overflow:hidden}
.video-nr .v-video lite-youtube{background-color:#000;position:absolute;inset:0;display:block;contain:content;background-position:center;background-size:cover;cursor:pointer;width:100%;height:100%}
.video-nr .v-video lite-youtube::before{content:attr(data-title);display:block;position:absolute;top:0;left:0;right:0;height:72px;padding:16px 20px;background-image:linear-gradient(180deg,rgba(0,0,0,.67) 0%,rgba(0,0,0,0) 100%);color:#eee;font-size:16px;line-height:1.3;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;z-index:1;box-sizing:border-box}
.video-nr .v-video lite-youtube > iframe{width:100%;height:100%;position:absolute;inset:0;border:0}
.video-nr .v-video lite-youtube > .lty-playbtn{display:block;width:100%;height:100%;border:0;background:no-repeat center/68px 48px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');position:absolute;cursor:pointer;z-index:2;filter:grayscale(100%);transition:filter .15s ease}
.video-nr .v-video lite-youtube:hover > .lty-playbtn,.video-nr .v-video lite-youtube .lty-playbtn:focus{filter:none}
.video-nr .v-video lite-youtube.lyt-activated{cursor:unset}
.video-nr .v-video lite-youtube.lyt-activated::before,.video-nr .v-video lite-youtube.lyt-activated > .lty-playbtn{opacity:0;pointer-events:none}
.video-nr .v-video lite-youtube .lyt-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
.video-nr .v-title{font-size:36px;line-height:1.3;font-weight:600;color:#333;margin:30px 0 0;letter-spacing:0}
.video-nr .v-text{margin-top:20px;font-size:16px;line-height:28px;color:#666}
.video-nr .v-desc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:28px}
.video-nr .v-desc .left{display:flex;flex-wrap:wrap;gap:16px 24px;font-size:14px;color:#999;font-weight:500}
.video-nr .v-desc .left p{display:inline-flex;align-items:center;gap:8px;margin:0}
.video-nr .v-desc .left i{color:var(--public-color)}
.video-nr .v-desc .right{display:flex;flex-wrap:wrap;gap:12px}
.video-nr .v-ly,.video-nr .v-fx{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:140px;height:40px;padding:0 20px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;border-radius:0}
.video-nr .v-ly{background:var(--public-color);border:1px solid var(--public-color);color:#fff}
.video-nr .v-ly:hover{background:#005a9a;border-color:#005a9a;color:#fff}
.video-nr .v-fx{background:#fff;border:1px solid var(--public-color);color:var(--public-color)}
.video-nr .v-fx:hover{background:var(--public-color);color:#fff}
.video-nr .v-nr{padding:28px 0 0;margin-top:40px;border-top:1px solid #e5eaf0;font-size:16px;line-height:28px;color:#666}
.video-nr .v-nr img{max-width:100%;height:auto}
.video-nr .v-nr a,.video-nr .v-more{color:var(--public-color)}
.video-nr .v-more{margin-top:16px;font-weight:600}
.video-nr .v-side{width:330px;flex-shrink:0}
.video-nr .v-pro{background:#fff;box-shadow:0 0 20px rgba(0,0,0,.08);border-radius:12px;padding:24px;margin-bottom:24px}
.video-nr .v-pro-box{display:grid;grid-template-columns:120px 1fr;gap:16px;margin-bottom:16px;align-items:center}
.video-nr .v-pro .img a{display:block;line-height:0;background:#f5f7fa;border-radius:8px;overflow:hidden}
.video-nr .v-pro .t1 a{font-size:16px;line-height:24px;font-weight:600;color:#333;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.video-nr .v-pro .t1 a:hover{color:var(--public-color)}
.video-nr .v-pro .text{font-size:14px;line-height:22px;color:#666;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.video-nr .v-pro-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;background:var(--public-color);color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none}
.video-nr .v-pro-btn:hover{background:#005a9a;color:#fff}
.video-nr .v-rel .big-t1{font-size:24px;line-height:1.3;font-weight:700;margin-bottom:20px;color:var(--public-color)}
.video-nr .v-video-item{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.video-nr .v-video-item .left{width:54%;aspect-ratio:16/9;line-height:0;border-radius:8px;overflow:hidden;flex-shrink:0}
.video-nr .v-video-item .v-thumb{display:block;width:100%;height:100%;background:#000}
.video-nr .v-video-item .v-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .3s}
.video-nr .v-video-item .v-thumb:hover img{opacity:.85}
.video-nr .v-video-item .right{width:42%}
.video-nr .v-video-item .t1{font-size:14px;line-height:20px;margin-bottom:8px}
.video-nr .v-video-item .t1 a{color:#333;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.video-nr .v-video-item .t1 a:hover{color:var(--public-color)}
.video-nr .v-video-item .t2{font-size:12px;color:#999;line-height:20px;display:flex;align-items:center;gap:6px}
.reveal-modal-share{width:640px;margin-left:-320px;max-width:calc(100vw - 32px)}
.v-share-box .share{display:flex;margin-top:24px;justify-content:space-between;gap:12px;flex-wrap:wrap}
.v-share-box .share_cell{font-size:14px;color:#333;text-align:center;text-decoration:none;min-width:72px}
.v-share-box .share_cell .icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px;border-radius:50%;background:var(--public-color);color:#fff;font-size:18px}
.v-share-box .share_cell:hover .icon{background:#005a9a}
.v-share-box .share_cell .text{display:block}
.v-share_bot{margin-top:24px;border:1px solid var(--public-color);padding:6px;display:flex;overflow:hidden}
.v-share_bot input{border:0;color:#666;font-size:14px;padding:0 12px;width:100%;outline:0}
.v-share_bot button{width:114px;height:42px;color:#fff;border:0;background:var(--public-color);flex-shrink:0;cursor:pointer;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.v-share_bot button:hover{background:#005a9a}
@media(max-width:1200px){
	.video-list-layout,.video-nr{gap:40px}
	.video-nr .v-title{font-size:28px}
}
@media(max-width:992px){
	.video-list{padding:60px 0 80px}
	.video-list-layout,.video-nr{flex-direction:column;gap:40px}
	.video-list-aside,.video-nr .v-side{width:100%;position:static}
	.video-content{padding:12px 0 80px}
}
@media(max-width:768px){
	.video-list{padding:36px 0 50px}
	.video-list-grid{grid-template-columns:1fr;gap:28px}
	.video-list-cats{padding:24px 18px;border-radius:8px}
	.video-list-cats-title{font-size:20px;margin-bottom:16px}
	.video-list-thumb,.video-nr .v-video{border-radius:8px}
	.video-list-play{width:44px;height:44px}
	.video-list-title{font-size:18px}
	.video-nr .v-title{font-size:24px;margin-top:20px}
	.video-nr .v-text{font-size:14px;line-height:22px;margin-top:12px}
	.video-nr .v-desc{margin-top:20px}
	.video-nr .v-desc .left{width:100%;flex-direction:column;gap:8px}
	.video-nr .v-desc .right,.video-nr .v-ly,.video-nr .v-fx{width:100%}
	.video-nr .v-nr{margin-top:24px;font-size:14px;line-height:22px}
	.video-nr .v-pro{padding:18px;border-radius:8px}
	.video-nr .v-pro-box{grid-template-columns:1fr}
	.video-nr .v-video-item{flex-direction:column;align-items:stretch}
	.video-nr .v-video-item .left,.video-nr .v-video-item .right{width:100%}
	.reveal-modal-share{left:50%;margin-left:-45%;width:90%}
	.v-share-box .share{justify-content:center}
	.v-share_bot button{width:90px;height:36px;font-size:12px}
}
