/*通用样式*/
:root{
    --public-color:#e9000e;
    --public-color-b: #0061ad;
    --max:1430px;
}

.down-list{margin-top: 95px;display: flex;justify-content: center;align-items: center;}
.down-list .pagination{gap: 10px;}
.down-list .page-link{width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;}

.card-thumb{overflow: hidden;}
*:focus{outline: none !important}

img{max-width: 100%;height: auto;}

body{color:#999999;font-size:16px;line-height:24px;font-family:'Inter','Outfit',Arial,Helvetica,sans-serif}
a{color:#333;display:inline-block;}
a:hover{color:var(--public-color) !important}
.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;}
.main-container{margin-bottom:40px;margin-top:40px}
.tkanniu{cursor:pointer}
.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}
}

.max-1920px{max-width: 1920px;margin-left: auto;margin-right: auto;overflow-x: clip;}
.max-1860px{max-width: 1860px;}
.max-1830px{max-width: 1830px;}
.max-1800px{max-width: 1800px;}
.max-1790px{max-width: 1790px;}
.max-1750px{max-width: 1750px;}
.max-1740px{max-width: 1740px;}
.max-1690px{max-width: 1690px;}
.max-1680px{max-width: 1680px;}
.max-1650px{max-width: 1650px;}
.max-1640px{max-width: 1640px;}
.max-1630px{max-width: 1630px;}
.max-1610px{max-width: 1610px;}
.max-1600px{max-width: 1600px;}
.max-1590px{max-width: 1590px;}
.max-1560px{max-width: 1560px;}
.max-1540px{max-width: 1540px;}
.max-1530px{max-width: 1530px;}
.max-1480px{max-width: 1480px;}
.max-1440px{max-width: 1440px;}
.max-1430px{max-width: 1430px;}


@media(max-width:768px) {.reveal-modal#mb-share{left:10%;margin-left:-5%;width:90%;}}
.grid{display:grid;grid-template-rows:repeat(var(--bs-rows,1),1fr);grid-template-columns:repeat(var(--bs-columns,12),1fr);
gap:var(--bs-gap,1.5rem)}.grid .g-col-1{grid-column:auto/span 1}.grid .g-col-2{grid-column:auto/span 2}.grid .g-col-3{grid-column:auto/span 3}.grid .g-col-4{grid-column:auto/span 4}.grid .g-col-5{grid-column:auto/span 5}.grid .g-col-6{grid-column:auto/span 6}.grid .g-col-7{grid-column:auto/span 7}.grid .g-col-8{grid-column:auto/span 8}.grid .g-col-9{grid-column:auto/span 9}.grid .g-col-10{grid-column:auto/span 10}.grid .g-col-11{grid-column:auto/span 11}.grid .g-col-12{grid-column:auto/span 12}.grid .g-start-1{grid-column-start:1}.grid .g-start-2{grid-column-start:2}.grid .g-start-3{grid-column-start:3}.grid .g-start-4{grid-column-start:4}.grid .g-start-5{grid-column-start:5}.grid .g-start-6{grid-column-start:6}.grid .g-start-7{grid-column-start:7}.grid .g-start-8{grid-column-start:8}.grid .g-start-9{grid-column-start:9}.grid .g-start-10{grid-column-start:10}.grid .g-start-11{grid-column-start:11}@media (min-width:576px){.grid .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11{grid-column-start:11}}@media (min-width:768px){.grid .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1{grid-column-start:1}.grid .g-start-md-2{grid-column-start:2}.grid .g-start-md-3{grid-column-start:3}.grid .g-start-md-4{grid-column-start:4}.grid .g-start-md-5{grid-column-start:5}.grid .g-start-md-6{grid-column-start:6}.grid .g-start-md-7{grid-column-start:7}.grid .g-start-md-8{grid-column-start:8}.grid .g-start-md-9{grid-column-start:9}.grid .g-start-md-10{grid-column-start:10}.grid .g-start-md-11{grid-column-start:11}}@media (min-width:992px){.grid .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11{grid-column-start:11}}@media (min-width:1200px){.grid .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11{grid-column-start:11}}@media (min-width:1400px){.grid .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11{grid-column-start:11}}
@media(max-width:768px){.grid{gap:var(--bs-gap,0.5rem)}}

.x3-title{font-size:16px;line-height:24px;margin-top:15px;display:block;text-align:center;}

/* 自己写的 */
.header.fadeInDown{box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.1);position: fixed;top: 0;left: 0;right: 0;}
.header.fadeInDown .header-top{background-color: #ffffff;transition: all .3s ease-in-out;}

.dropdown-item.active, .dropdown-item:active{color: var(--public-color);}

.in-header{box-shadow: 0px 20px 30px 0px rgba(0, 153, 223, 0.08);}
.header{position: relative;width: 100%;z-index: 99;}
.header .row-nav{display: flex;align-items: center;}
.header .header-nav{display: flex;align-items: center;justify-content: space-between;}
.header-top .row-nav{display: flex;align-items: center;justify-content: flex-end;position: inherit;}
.header-top .navbar-custom{position: inherit;}

.dropdown-item.active, .dropdown-item:active {
    color: var(--public-color);
}

.contact-search{display: flex;align-items: center;gap: 25px;padding-left: 10px;}
.contact-search .a-eb{height: 40px;font-weight: 500;border-radius: 20px;font-size: 16px;padding:0 30px ;}
.contact-search .top-search-box{margin: 0;}
.contact-search .dropdown.lang .dropdown-toggle{background-color: transparent;padding:0;border-radius: 0;}

.header .toch{margin-left: 20px;}
.header .toch .a-eb{background-color: var(--public-color-b);padding: 0 15px;border-color: var(--public-color-b);}
.header .toch .a-eb:hover{background-color: #ffffff;color: var(--public-color-b) !important;}

/*默认导航样式*/
.navbar{padding:0px;position:relative;z-index:9999}
.navbar-custom{top:0;z-index:2;justify-content:end}
.navbar-custom .navbar-nav > .nav-item{font-size:16px;margin:0 20px}
.navbar-custom .navbar-nav .active > .nav-link{color: var(--public-color);}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#666666;padding:0;height:90px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:18px;line-height:26px;text-transform: capitalize;}
.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{transition:.6s ease-in-out;color: #333333;font-weight: 400;margin-left: 5px;}
.navbar-custom .navbar-nav .nav-item:hover .dropdown-toggle::after,.navbar-custom .navbar-nav .nav-item.active .dropdown-toggle::after{transform:rotate(180deg);color: var(--public-color);}
.navbar-custom .navbar-nav .nav-link:hover{color:var(--public-color) !important;transition:.6s ease-in-out}
.navbar-custom .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}
.navbar-custom .navbar-nav .show > .nav-link,.navbar-custom .navbar-nav .active > .nav-link,.navbar-custom .navbar-nav .nav-link.show,.navbar-custom .navbar-nav .nav-link.active{}
.navbar-custom .navbar-text{color:rgba(0,0,0,0.5)}
.navbar-custom .navbar-text a{color:rgba(0,0,0,0.9)}
.navbar-custom .navbar-text a:hover,.navbar-custom .navbar-text a:focus{color:rgba(0,0,0,0.9)}

@media(max-width:1470px) {
    .navbar-custom .navbar-nav .nav-item {margin: 0 15px;}
    .header .a-eb-1{font-size: 16px;width: 140px;}
}
@media(max-width:1430px) {
    .navbar-custom .navbar-nav .nav-link{height: 75px;}
}
@media(max-width:1380px) {
    .navbar-custom .navbar-nav .nav-link {font-size: 16px;}
    .navbar-custom .navbar-nav .nav-item {margin: 0 10px;}
    .navbar-custom .navbar-nav .nav-item .dropdown-toggle::after {padding: 0 5px;}
}
@media(max-width:1200px) {
    .header .toch{display: none;}
}
@media(max-width:1100px) {
    .header .a-eb-1{display: none;}
    .navbar-custom .navbar-nav .nav-link {font-size: 15px;}
    .navbar-custom .navbar-nav .nav-item {margin: 0 5px;}
}

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

/*#region 移动端栏目列表*/
.menu-collapse { border-radius: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff; }
.menu-collapse .collapse-title { padding: 0.875rem; background: var(--public-color-b); color: #fafafa; cursor: pointer; }
.menu-collapse .collapse-title h5 { font-size: 1.25rem; font-weight: 500; }
.menu-collapse .collapse-title .navbar-toggler { color: #fff; }
.menu-collapse .menu-link { transition: background-color ease 0.2s; color: #666; border-bottom: 1px solid #e7e7e7 }
.menu-collapse ul ul .menu-link { padding: 12px 16px 12px 30px; }
.menu-collapse .menu-link:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: var(--public-color-b) }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { position: absolute; text-align: center; font-style: normal; cursor: pointer; width: 30px; height: 30px; line-height: 30px; right: 0; top: 7px; }
.menu-collapse .drop:after { font-family: 'CmsFont'; content: "\f107"; color: #aaa; }
.menu-collapse .drop.collapsed:after { font-family: 'CmsFont'; content: "\f106"; }
.menu-collapse .menu-link { padding-right: 40px; }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }


/* 浮窗 */
#float{position:fixed;right:0;bottom:165px;margin-top:-60px;z-index:55;transform:translateX(0);transition:.3s ease-in-out}
#float .ico{display:block;width:56px;height:56px;text-align:center;position:relative;cursor:pointer;background:var(--public-color)}
#float .ico>i{font-size:30px;line-height:56px;display:block;color:#fff;position:relative;z-index:9999;background: var(--public-color);border-top:1px solid #fff}
#float .ico:first-child>i{border-top:0px solid #fff}
#float .ico>.img{position:absolute;right:56px;width:140px;top:0;display:none;background-color:#fff}
#float .ico>.img>img{width:100%}
#float .ico p{position:absolute;top:0;border-radius:0;right:-350px;padding:0px 20px;line-height:56px;font-size:16px;height:56px;background-color:var(--public-color);color:#FFF;transition:all .6s;z-index:0;white-space:nowrap}
#float .ico:hover>.img{display:block}
#float .ico:hover p{right:56px}
#float .scale-ico{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i:hover{background-color:var(--public-color);transition:none}
#float.hide{transform:translateX(56px)}
#float.hide .scale-ico{width:calc(56px / 2);transform:translateX(calc(-56px / 2));border-top:0;transition:transform .6s ease-in-out .3s,width .3s ease-in-out}
#float.hide .scale-ico i{transform:rotate(180deg);border-top: 1px solid transparent}
#float .ico#scroll-top{display:block!important;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:40px;height:40px}
    #float .ico>i{font-size:22px;line-height:40px}
    #float .ico>.img{right:40px}
    #float .ico p{line-height:40px;padding:0 15px;height:40px}
    #float.hide{transform:translateX(40px)}
    #float.hide .scale-ico{width:calc(40px / 2);transform:translateX(calc(-40px / 2))}
}

/*默认详情设置*/
.content-wrapper { line-height: 1.7;  margin-bottom: 1.5rem;color:#333; }
.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}

/*#表格*/
.table-wrapper table th, .table-wrapper table tr:first-child td {border-top-color:#f0f0f0;}
.table-wrapper table th, .table-wrapper table td { padding: 10px 5px 10px 35px; vertical-align: middle; font-size: 16px; border: 1px solid #d3d3d3;text-align: left; }
.table-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.table-wrapper table tbody tr:hover { background-color: #dee2e6; color: #555; }
.table-wrapper table { display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media (max-width: 575.98px) {
    .table-wrapper-sm table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-wrapper table p , .table-wrapper table th, .table-wrapper table td {font-size: 14px;line-height: 20px;}
}
@media(max-width:768px) {
    .table-wrapper-md table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-wrapper table th, .table-wrapper table td{padding: 6px 10px;}
}
@media (max-width: 991.98px) {
    .table-res-lg table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 1500.98px) {
    .table-wrapper-xl table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}

/*#弹出框*/
.reveal-modal-bg{position:fixed;height:100%;width:100%;z-index:1000;display:none;top:0;left:0;background:rgba(00,00,00,0.8)}
.reveal-modal{visibility:hidden;top:150px;left:50%;margin-left:-25%;width:50%;position:absolute;z-index:1001;padding:35px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
.reveal-modal .title{font-size:30px;text-align:center;margin-bottom:25px}
.reveal-modal .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:8px;right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer}
@media(max-width:768px){
    .reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-45%;width:90%;position:absolute;z-index:1001;padding:25px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
    .reveal-modal .title{font-size:20px;text-align:center;margin-bottom:10px}
}

/*#留言表单*/
.form-row.form-btn-box{position: relative;}
.form-row .btn-box{position: static;}
.form-row .pos-btn{position: absolute;top:100%;left:0;padding:0 10px;width: 100%;font-size: 14px;line-height: 24px;font-weight: 400;}
.form-row .a-eb{padding: 0 40px;}

.form-group .form-control::placeholder{font-size:16px;line-height:32px;color:#666666;letter-spacing:-.8px;opacity:1}
.form-group .form-control{padding:15px 20px 12px 20px;border:none;border-radius:0px;background-color:#ffffff;border:solid 1px #cccccc}
.form-group .form-control:focus{border-color: var(--public-color-o);box-shadow: inset 0 0 0 1px var(--public-color-o);}
.form-group textarea.form-control{padding-top:10px}
.form-row{margin:0 -8px 20px !important}
.form-group{position:relative;padding:0 8px !important;margin-bottom: 0;}
.form-group:has(input[required])::before,.form-group:has(textarea[required])::before{content:url(../../images/sign-3.webp);color: var(--public-color);border-radius: 100%;position:absolute;left:9px;top:1px;line-height:0px;z-index:1}
.form-group:has(textarea[required])::before{top:1px}
.form-row .all_btn{display:flex;justify-content:center;align-items:center;width:100%;min-width: auto;height:100%;font-size:14px;font-weight:300;letter-spacing:0;border-radius: 0;}
.form-cap .input-group{border:solid 1px #dddddd;border-radius: 0px;overflow: hidden;}
.form-cap .form-group .form-control{border:none;background-color: #ffffff;}
.form-cap .input-group-append{width:100px;background-color:#f3fbfe;margin:0;border:none}
.input-group-append img{width:100%;height:auto;background-color:#f3fbfe;mix-blend-mode:darken}
.input-group-img{padding:0 !important}
.input-group-text{border:none}

@media(max-width:1340px){
    .form-cap .input-group-append{width: 100px;}
}
@media(max-width:789px){
    .form-row{gap: 10px;margin-bottom: 10px !important;}
    .tk-feedback .form-row .pos-btn{font-size: 12px;line-height: 18px;}
}
@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}
    .form-row .pos-btn{line-height: 20px;}
}



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

/*#搜索*/
.search-group{width:200px;height:32px;overflow:hidden;border:1px solid #f7f7f7;border-radius:5px}
.search-group .form-control{border:none;border-radius:0px;background:transparent;color:#5c5352;height:32px;line-height:32px;}
.search-group .form-control::-webkit-input-placeholder{color:#5c5352}
.search-group .btn{background-color:var(--public-color);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}


/*#搜索*/
.header-search-box{position:relative;margin: 0 20px;}
.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;color: #666666;}
.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;border-radius: 5px;}
.header-search-box .header-search-input::placeholder{color:#999}
.header-search-box .header-search-btn{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--public-color);color:#fff;cursor:pointer;transition:background .3s;border:0}
.header-search-box .header-search-btn:hover{background:#333333}
.header-search-box .header-search-btn svg{flex-shrink:0}
@media(max-width:1200px){
    .header-search-box {margin: 0 10px;}
}

/* .search-group .btn{background-color:var(--public-color);border-radius:0px;height:auto;width:40px;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0} */
.header-lang{display:flex;align-items:center;justify-content:center;padding:4px;cursor:pointer;transition:opacity .3s ease;position:relative;}
.header-lang .lang-svg{width:24px;height:24px;background:url(../../images/lang.gif) no-repeat center center;background-size:100% 100%;border-radius: 100%;background-color: #000000;filter: grayscale(1);}
.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;}


/*#展会信息*/
.zhbg{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0, 0, 0, 0.5);z-index:9999;display:none;align-items:center;justify-content:center;}
.zhbg .box{max-width: 1000px; background:#fff;box-shadow:10px 10px 20px rgba(0, 0, 0, 0.7);position:relative;}
.zhbg .box .cloes{position:absolute;right:-15px;top:-15px;width:30px;height:30px;border:2px solid #fff;border-radius:50%;z-index:99999;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;}
.zhbg .box .zh-t1{display:flex;margin-bottom:25px;}
.zhbg .box .zh-t1 span{background:var(--public-color);display:inline-block;padding:10px;font-size:22px;color:#fff;}
.zhbg .box .zh-t2{font-size:26px;font-weight:bold;margin-bottom:15px;color:var(--public-color);}
.zhbg .box .zh-t3{font-size:18px;margin-bottom:15px;font-weight:bold;}
.zhbg .box .place{font-size:16px;line-height:24px;}
.zhbg .box .place p{margin-bottom:10px;}
.zhbg .box .place p i{color:var(--public-color);min-width:22px;}
.zhbg .box .place p strong{color:var(--public-color);}
.zhbg.on{display:flex;}

.zhkz.on{display: block;}
.zhkz{display: none; background:var(--public-color);color:#fff;font-size:20px;font-weight:bold;position: fixed;top:250px;right:-54px;transform: rotate(-90deg); padding: 10px 20px 20px;border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;cursor:pointer;z-index:99; }

@media(max-width:768px) {
    .zhbg .box{width:80%;padding:15px;}
    .zhkz{font-size:16px;padding:10px 20px;right:-45px;top:200px; }
}


.in-banner .small-nav{position: static;margin-bottom: 35px;}
.small-nav{width: 100%;position: absolute;top: 45px;left: 0;right: 0;display: flex;justify-content: center;}
.small-nav ul::before{content:  url(../../images/sign-4.webp);display: inline-block;margin-right: 10px;}
.small-nav ul{display: flex;align-items:center;flex-wrap: wrap;position: relative;max-width: 1400px;width: 100%;}
.small-nav ul a{font-size: 14px;line-height: 24px;color:#666666;}
.small-nav ul li::before{content: ">";font-family: 'Poppins';line-height: 24px;font-size: 14px;font-weight: 400;padding: 0 10px;color:#666666;position: static;}                                   
.small-nav ul li:first-child::before{display: none;}
.small-nav ul li:last-child a{color: var(--public-color);}
.small-nav ul li{display: flex;align-items: center;padding-left: 0;}
@media(max-width:1430px){
    .small-nav {top: 15px;padding-left: 15px;}
    .banner-all .banner-text{padding-top: 35px;}
    .banner-all .cont-box{width: clamp(52%, 6vw + 46%, 58%);min-width: 260px;}
    .banner-all .line{margin-top: 35px;}
    .banner-all .banner-all-1{width: clamp(38%, 8vw + 30%, 45%);min-width: 220px;margin-right: 0;}
}
@media(max-width:768px){
    .small-nav{top: 5px}
    .small-nav ul a{font-size: 14px;line-height: 26px;}
    .small-nav ul li::before{padding: 0 5px;}
}

.banner-all{overflow: hidden;}
.banner-all .banner-text{text-align: left;padding-top: 45px;}
.banner-all .content{display: flex;justify-content: space-between;align-items: center;gap: 30px;}
.banner-all .cont-box{width: clamp(70%, 8vw + 42%, 60%);min-width: 280px;}
.banner-all h1{font-size: var(--pl-fs-h1, 54px);line-height: var(--pl-fs-h1-lh, 62px);font-weight: 600;color: #333333;}
.banner-all .cont{color: #666666;margin-top: 25px;font-size: var(--pl-fs-body, 16px);line-height: var(--pl-fs-body-lh, 24px);}
.banner-all .line{width: 48px;height: 8px;background-color: var(--public-color);margin-top: 45px;}
.banner-all .banner-all-1{width: clamp(38%, 10vw + 28%, 50%);min-width: 240px;margin-right: -130px;}
.banner-all .desc{color:#333;margin-top: 20px;}
@media(max-width:1720px){
    .banner-all .banner-all-1{width: 48%;margin-right: -110px;}
}
@media(max-width:1650px){
    .banner-all .banner-all-1{width: 45%;margin-right: -80px;}
}
@media(max-width:1610px){
    .banner-all .banner-all-1{width: 43%;margin-right: -60px;}
}
@media(max-width:1570px){
    .banner-all .banner-all-1{width: 42%;margin-right: -40px;}
    .banner-all .cont-box{width: 56%;}
}
@media(max-width:1540px){
    .banner-all .banner-all-1{width: 41%;margin-right: -20px;}
}
@media(max-width:1500px){
    .banner-all .banner-all-1{width: 40%;margin-right: 0px;}
}
@media(max-width:1720px){
    .banner-all .cont-box{width: 58%;}
}

@media(max-width:1530px){
    .banner-all .line{margin-top: 25px;}
}
@media(max-width:1430px){
    .banner-all h1{font-size: 48px;line-height: 56px;}
    .banner-all .cont-box{width: 65%;}
}
@media(max-width:1330px){
    .banner-all h1{font-size: 42px;line-height: 54px;}
    .banner-all .cont-box{width: 80%;}
    .banner-all .cont{margin-top: 15px;}
}
@media(max-width:1280px){
    .banner-all .cont-box{width: 90%;}
}
@media(max-width:1199px){
    .banner-all h1{font-size: 40px;line-height: 48px;}
    .banner-all .content{gap: 20px;}
    .banner-all .cont-box{width: 100%;}
    .banner-all .banner-all-1{width: 46%;margin-right: 0;}
}
@media(max-width:991px){
    .banner-all .banner-text{padding-top: 25px;}
    .banner-all h1{font-size: 32px;line-height: 40px;}
    .banner-all .line{margin-top: 24px;}
    .banner-all .content{gap: 24px;}
}
@media(max-width:899px){
    /* .banner-all .content{flex-direction: column;align-items: stretch;gap: 20px;}
    .banner-all .banner-all-1{order: -1;width: 100% !important;margin-right: 0 !important;}
    .banner-all .cont-box{order: 1;width: 100% !important;}
    .banner-all h1{font-size: clamp(26px, 6vw, 34px);line-height: 1.25;}
    .banner-all .banner-text{padding-top: 20px;}
    .banner-all .line{margin-top: 20px;} */
    /* .small-nav{position: static;margin-bottom: 16px;top: auto;padding-left: 0;} */
}
@media(max-width:768px){
    .banner-all > img{max-height: 220px;min-height: 150px;width: auto;object-fit: cover;}
    .banner-all .banner-text{/*position: relative;*/padding-top: 15px;}
    .banner-all h1{font-size: 22px;line-height: 32px;}
    .banner-all .line{width: 40px;height: 6px;margin-top: 16px;}
    .banner-all .cont{margin-top: 15px;}
	.banner-all .desc{margin-top: 5px;}
}
@media(max-width:430px){
    .banner-all h1{font-size: 20px;line-height: 28px;}
}

/* 系列页切换栏 */
.all-nav{display: flex;margin-bottom: 50px;}
.all-nav a{height: 50px;padding: 0 20px;display: inline-flex;align-items: center;justify-content: center;font-size: 16px;color: #ffffff;letter-spacing: -.4px;position: relative;transition: all 0.3s ease-in-out;cursor: pointer;}
.all-nav a::after{content: "";width: 12px;height: 14px;border-top: 7px solid var(--public-color);border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;bottom: -17px;opacity: 0;transition: opacity 0.3s ease-in-out;}
.all-nav a.active,.all-nav a:hover{background-color: var(--public-color);color: #ffffff !important;padding-left: 50px;padding-right: 50px;}
.all-nav a.active::after,.all-nav a:hover::after{opacity: 1;}
.all-nav{}
@media(max-width:1430px) {
    .all-nav{margin-bottom: 40px;}
    .all-nav a{font-size: 15px;height: 46px;}
    .all-nav a.active,.all-nav a:hover{padding-left: 35px;padding-right: 35px;}
}
@media(max-width:1199px){
    .all-nav{flex-wrap: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;scrollbar-width: none;margin-bottom: 35px;}
    .all-nav::-webkit-scrollbar{display: none;}
    .all-nav a{flex-shrink: 0;font-size: 14px;height: 44px;padding: 0 16px;}
    .all-nav a.active,.all-nav a:hover{padding-left: 24px;padding-right: 24px;}
}
@media(max-width:991px){
    .all-nav{margin-bottom: 28px;}
    .all-nav a{font-size: 13px;height: 42px;padding: 0 14px;}
    .all-nav a.active,.all-nav a:hover{padding-left: 20px;padding-right: 20px;}
}
@media(max-width:899px){
    .all-nav{margin-bottom: 24px;}
    .all-nav a{font-size: 13px;height: 40px;padding: 0 12px;}
    .all-nav a.active,.all-nav a:hover{padding-left: 18px;padding-right: 18px;}
}
@media(max-width:768px){
    .all-nav{margin-bottom: 20px;}
    .all-nav a{font-size: 12px;height: 38px;padding: 0 10px;}
    .all-nav a.active,.all-nav a:hover{padding-left: 14px;padding-right: 14px;}
    .all-nav a::after{bottom: -14px;}
}

.all-nav-back{background-color: #0061ad;box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.05);position: sticky;top: 90px;height: fit-content;z-index: 2;}
@media(max-width:1100px){
    .all-nav-back{top: 70px;}
}
@media(max-width:768px){
    .all-nav-back{top: 50px;background-color: transparent;}
}

/*共有的类名*/
.text,.cont{letter-spacing: 0;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.title{font-size:40px;line-height:56px;color: #333333;font-weight: 600;}
.title-1{font-size: 38px;line-height: 48px;color: #333333;font-weight: bold;}
.title.title-c{text-align: center;}
h1{font-size: 42px;line-height: 52px;font-weight: bold;color: #333333;}
.h6,h6{font-size: 18px;line-height: 24px;color: var(--public-color-b);font-weight: 500;}
.dfrsb{display: flex;justify-content: space-between;}
.dfrsbc{display: flex;justify-content: space-between;align-items: center;}
.dfcsb{display: flex;flex-direction: column;justify-content: space-between;align-items: center;}
.dfcsbc{display: flex;flex-direction: column;justify-content: space-between;}
.dfrcc{display:flex;justify-content: center;align-items: center;}
.ul li{position: relative;padding-left: 35px;margin-bottom: 0px;}
.ul li::before{content: '\f00c';font-family: 'cmsfont';font-size: 18px;line-height: 26px;font-weight: 600;position: absolute;left: 0;top: 0px;color: var(--public-color-o);}
.top-head.t-h-c{text-align: center;margin-left: auto;margin-bottom: auto;}
.img img.block{display: block;animation: bounceIn 1s;}
.img img.red{display: none;animation: bounceIn 1s;}
.top-head-c{text-align: center;margin: auto;}
.line-left,.line-right{position: relative;}
.line-left::before{content: "";width: 1px;height: 100%;border-left: 2px dashed var(--public-color-o);position: absolute;left: -40px;top: 0;opacity: .7;}
.line-right::before{content: "";width: 1px;height: 100%;border-right: 2px dashed var(--public-color-o);position: absolute;right: -40px;top: 0;opacity: .7;}
span.r{color: var(--public-color);}

.a-eb{height: 40px;font-size: 18px;line-height: 24px;font-weight: 500;border-radius: 20px;display:inline-block;padding:0px 40px;background:var(--public-color);border: 1px solid var(--public-color);color:#fff;text-decoration:none;transition:all 0.3s ease-in-out;display: inline-flex;justify-content: center;align-items: center;cursor: pointer;}
.a-eb:hover{background-color:#ffffff;color:#e60012;}
.a-eb-1{height: 40px;font-size: 18px;line-height: 24px;font-weight: 500;border-radius: 20px;display:inline-block;padding:0px 40px;background:var(--public-color-b);border: 1px solid var(--public-color-b);color:#fff;text-decoration:none;transition:all 0.3s ease-in-out;display: inline-flex;justify-content: center;align-items: center;cursor: pointer;}
.a-eb-1:hover{background-color:#ffffff;color:var(--public-color-b) !important;}
@media(max-width:1200px){
    .a-eb , .a-eb-1{font-size: 16px;line-height: 24px;padding: 0 25px;}
}

.all-hover{transition: all .3s ease-in-out;background-color: #ffffff;box-shadow: 3px 7px 12px 0px rgba(0, 0, 0, 0.12);border-radius: 4px;font-weight: bold;width: 73px;height: 73px;opacity: 1;color: #999;}
.all-hover::after{font-size: 26px;font-weight: bold;}
.all-hover:hover{background-color: var(--public-color);opacity: 1;}
.all-hover:hover::after{filter: brightness(0) invert(1);}
.all-hover-next{right: 0px;}
.all-hover-prev{left: 0px;}
.all-hover-next::after{content: url(../../images/sign-r-2.webp);}
.all-hover-prev::after{content: url(../../images/sign-l-2.webp);}
@media (min-width: 1200px) and (max-width: 1430px) {
    .all-hover{width: 62px;height: 62px;}
    .all-hover::after{font-size: 22px;}
}

.home_banner{overflow: hidden;}
.home_banner .swiper-slide {flex-shrink:0;overflow: hidden;}
.home_banner .swiper-slide .slide-inner{position: relative;overflow: hidden;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.home_banner .swiper-slide .slide-inner .img{width: 100%;}
.home_banner .swiper-slide .slide-inner .cont-box{position: absolute;z-index: 3;top: calc(50% - 150px);width: 100%;max-width: 1430px;left: 0;right: 0;margin-left: auto;margin-right: auto;padding: 0 15px;box-sizing: border-box;}
.home_banner .h1{font-size: 54px;line-height: 62px;font-weight: 600;width: 75%;color: var(--public-color-b);}
.home_banner .h1 strong{font-weight: 600;color: var(--public-color);}
.home_banner>.container-xl{position: absolute;left: 0;right: 0;bottom: 25px;width: 100%;max-width: 1920px;margin-left: auto;margin-right: auto;padding: 0 15px;box-sizing: border-box;}
.home_banner .home-pag{position: sticky;display: inline-flex;gap: 2px;max-width: 1430px;width: 100%;margin: auto;}
.home_banner .home-pag span{width: 2px;height: 4px;background-color: var(--public-color);border-radius: 0;margin: 0 !important;}
.home_banner .home-pag span.swiper-pagination-bullet-active{width: 50px;}
@media (min-width:1800px) {
    .home_banner .h1{width: 70%;}
}
@media(max-width:1720px) {
    .home_banner .h1{width: 78%;}
}
@media(max-width:1570px) {
    .home_banner .h1{width: 80%;}
}
@media (min-width: 1200px) and (max-width: 1430px) {
    .home_banner .h1{font-size: 46px;line-height: 54px;width: 80%;}
    .home_banner .swiper-slide .slide-inner .cont-box{top: calc(50% - 120px);}
}

.all-powerful{background-color: var(--public-color-b);}
.all-powerful .content{display: grid;grid-template-columns: 360px 1fr 1fr 1fr;color: #ffffff;}
.all-powerful .h4{font-size: 28px;line-height: 36px;font-weight: 500;}
.all-powerful .num{font-size: 42px;line-height: 47px;font-weight: 500;margin-bottom: 10px;}
.all-powerful .list{min-height: 175px;height: 100%;padding: 40px 0 15px;position: relative;z-index: 1;display: flex;flex-direction: column;align-items: center;}
/* 第一个盒子的样式 */
.all-powerful .list:first-child{display: flex;flex-direction: column;justify-content: space-between;}
.all-powerful .list:first-child>*{max-width: 100%;}
/* 其他盒子的样式 */
.all-powerful .list:first-child::before{content: "";width: 620px;height: 100%;position: absolute;right: 0;top: 0;background-color: var(--public-color);z-index: -1;}
.all-powerful .list:first-child .img-1{filter: brightness(0) invert(1);}
.all-powerful .list>*{max-width: 70%;width: 100%;margin-left: auto;margin-right: auto;}
.all-powerful .list::after{content: "";width: 1px;height: 75px;
    background: linear-gradient(to bottom, rgba(255,255,255,.2) 50%, transparent 0) repeat-y;
    background-size: 1px 10px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    position: absolute;right: 0;top: 60px;}
.all-powerful .list:last-child::after{display: none;}
@media(max-width:1720px) {
    .all-powerful .list:first-child::before{width: 580px;}
}
@media(max-width:1650px) {
    .all-powerful .content{grid-template-columns: 330px 1fr 1fr 1fr;}
    .all-powerful .list:first-child::before{width: 540px;}
}
@media(max-width:1570px) {
    .all-powerful .content{grid-template-columns: 310px 1fr 1fr 1fr;}
    .all-powerful .list:first-child::before{width: 500px;}
}
@media(max-width:1500px) {
    .all-powerful .list:first-child::before{width: 480px;}
}
@media (min-width: 1200px) and (max-width: 1430px) {
    .all-powerful .content{grid-template-columns: 300px 1fr 1fr 1fr;}
    .all-powerful .h4{font-size: 24px;line-height: 32px;}
    .all-powerful .num{font-size: 36px;line-height: 42px;}
    .all-powerful .list:first-child::before{width: 520px;}
    .all-powerful .list{padding: 30px 0 12px;}
}
@media(max-width:1199px) {
    .all-powerful .list::after{top: auto;transform: translateY(20%);}
    .all-powerful .list>*{max-width: 90%;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
    }
    .all-powerful .h4{font-size: 22px;line-height: 30px;}
    .all-powerful .num{font-size: 28px;line-height: 36px;}
    .all-powerful .list{padding: 15px 0 12px;min-height: 130px;}
}
@media(max-width:991px) {
    .all-powerful .content{grid-template-columns: repeat(2,1fr);height: auto;}
    .all-powerful .list:first-child::before{width: 100%;}
    .all-powerful .list::after{display: none;}
    .all-powerful .h4{font-size: 18px;line-height: 26px;}
    .all-powerful .num{font-size: 28px;line-height: 34px;}
    .all-powerful .list{padding: 22px 12px 10px;min-height: 110px;}
}
@media(max-width:768px) {
    .all-powerful .h4{font-size: 16px;line-height: 24px;}
    .all-powerful .num{font-size: 24px;line-height: 30px;}
    .all-powerful .list{padding: 18px 10px 8px;min-height: 100px;}
    .all-powerful .list>p{font-size: 14px;line-height: 20px;}
}
@media(max-width:540px) {
    .all-powerful .list{min-height: auto;padding: 20px 15px 15px;}
    .solution-paper .all-powerful .content{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .solution-paper .all-powerful .list:first-child{flex: 0 0 100%;display: grid;grid-template-columns: auto 50px;gap: 15px;padding: 15px 10px;}
    .solution-paper .all-powerful .list{padding: 15px 0;flex: 0 0 30%;}
}
@media(max-width:430px) {
    .solution-paper .all-powerful .list{flex: 0 0 35%;}
    .all-powerful .content{grid-template-columns: 1fr;}
}


.home-about{margin-top: 90px;}
.home-about-xl{margin-bottom: 60px;}
.home-about-xl .content{display: flex;justify-content: space-between;align-items: center;}
.home-about-xl .left{width: 42%;}
.home-about-xl .right{width: 53%;}
.home-about-xl .title{margin-bottom: 25px;}
.home-about-xl .text{color: #666666;}
.home-about-xl .box{display: flex;align-items: center;flex-wrap: wrap;gap: 55px;margin-top: 45px;}
.home-about-img .grid{gap: 20px;}
@media (min-width: 1200px) and (max-width: 1430px) {
    .home-about{margin-top: 70px;}
    .home-about-xl{margin-bottom: 45px;}
    .home-about-xl .box{gap: 40px;margin-top: 35px;}
    .home-about-xl .title{margin-bottom: 20px;}
}

.home-products{margin-top: 165px;margin-bottom: 140px;position: relative;}
.home-products .img-back{position: absolute;right: 0;top: 10px;width: 43%;z-index: -1;}
.home-products .title{margin-bottom: 85px;}
.home-pro-items {margin-bottom: 40px;}
.home-pro-items .items{width: 100%;height: 450px;background-image: linear-gradient(198deg, #d4e5f3 0%, #ffffff 100%);padding-top: 25px;position: relative;}
.home-pro-items .items .img{display: flex;justify-content: center;align-items: center;}
.home-pro-items .items .img img{mix-blend-mode: multiply;width: auto;}
.home-pro-items .box {
    width: 600px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 20px 20px 30px;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border:0 20px 0 20px;
}
.home-pro-items .box .t1{font-size: 28px;line-height: 32px;font-weight: 500;color: #fff;font-weight: 400;letter-spacing:0.01em;gap:10px;display: inline-flex;align-items: flex-start;margin-bottom: 10px;transition:margin-bottom 0.4s cubic-bezier(0.4,0,0.2,1)}
.home-pro-items .box img{transform: translateY(3px);filter: brightness(0) invert(1);transition: all .3s ease-in-out;}
.home-pro-items .box .cont{color: #cccccc;max-width:85%;opacity:0.8;height:auto;transform:translateY(0px);transition:opacity 0.4s cubic-bezier(0.4,0,0.2,1),max-height 0.4s cubic-bezier(0.4,0,0.2,1),transform 0.4s cubic-bezier(0.4,0,0.2,1);pointer-events:none}
.home-pro-items .items.active{position: relative;z-index: 1;opacity: 1;}
/* .home-pro-items .box:hover .cont{opacity:.8;height:auto;transform:translateY(0);pointer-events:auto;} */

.home-products .grid{gap: 30px 40px;}
.home-products .list{height: 100%;background-color: #f1f6fb;position: relative;display: flex;align-items: center;justify-content: end;padding: 15px 15px 10px 0;}
.home-products .list .img-xl {overflow: visible;}
.home-products .list .img-xl img{mix-blend-mode: multiply;}
.home-products .list .t1{width: 50%;font-size: 24px;line-height: 32px;font-weight: 500;color: #333333;letter-spacing: -.4px;position: absolute;top: 45px;left: 40px;}
.home-products .list .t1::after{content: "";width: 31px;height: 5px;background-color: var(--public-color);display: block;margin-top: 30px;}
.home-products .list-1{background-color: var(--public-color-b);display: flex;flex-direction: column;align-items: flex-start;justify-content: center;padding: 30px 35px;}
.home-products .h3{font-size: 28px;line-height: 34px;font-weight: 600;color: #ffffff;letter-spacing: -.4px;}
.home-products .list-cont{color: #ffffff;margin: 15px 0 30px;}
.home-products .a-eb{padding: 0 25px;}
@media(max-width:1720px) {
    .home-pro-items .box{width: 560px;}
}
@media(max-width:1650px) {
    .home-pro-items .items{height: 420px;}
    .home-pro-items .box{width: 520px;}
    .home-products .img-back{width: 40%;}
}
@media(max-width:1570px) {
    .home-pro-items .box{width: 480px;}
    .home-products .img-back{width: 38%;}
}
@media(max-width:1500px) {
    .home-pro-items .items{height: 400px;}
    .home-pro-items .box{width: 450px;}
}
@media (min-width: 1200px) and (max-width: 1430px) {
    .home-products{margin-top: 120px;margin-bottom: 100px;}
    .home-products .title{margin-bottom: 60px;}
    .home-products .grid{gap: 24px 30px;}
    .home-pro-items .items{height: 380px;}
    .home-pro-items .box{width: 500px;padding: 12px 18px 18px 25px;}
    .home-pro-items .box .t1{font-size: 24px;line-height: 28px;}
    .home-products .list .t1{font-size: 20px;line-height: 28px;top: 35px;left: 30px;}
    .home-products .list .t1::after{margin-top: 22px;}
    .home-products .h3{font-size: 24px;line-height: 30px;}
    .home-products .list-1{padding: 25px 28px;}
}

.home-num {padding: 0px 0 95px;}
.home-num .title{margin-bottom: 65px;}
.home-num .grid{--bs-gap:20px}
.home-num .list{height: 200px;background-color: var(--public-color-b);color: #ffffff;padding: 45px 20px 20px 25px;transition: transform 0.3s ease-in-out;}
.home-num .num{font-size: 42px;line-height: 47px;font-weight: 500;margin-bottom: 15px;}
.home-num .list.active{background-color: var(--public-color);transform: translateY(-5px);}
@media (min-width: 1200px) and (max-width: 1430px) {
    .home-num{padding-bottom: 70px;}
    .home-num .title{margin-bottom: 50px;}
    .home-num .list{height: 175px;padding: 35px 18px 18px 20px;}
    .home-num .num{font-size: 36px;line-height: 42px;}
}

.home-material{background-color: #edf1f5;padding: 65px 0;}
.home-material .content{display: flex;justify-content: space-between;padding-left: 15px;}
.home-material .left{width:57%;display: flex;justify-content: flex-end;}
.home-material .right{width: 37%;padding-top: 25px;}
.home-material .left-xl{border-radius: 24px;overflow: hidden;position: relative;display: flex;justify-content: center;align-items: center;}
.home-material .list{position: relative;display: flex;justify-content: center;align-items: center;background-color: #000000;}
.home-material .list>img{opacity: 1;transition: all .3s ease-in-out;}
.home-material .list .t1{position: absolute;color: #ffffff;opacity: 0;}
.home-material .img-circle{position: absolute;width: 150px;aspect-ratio: 1;border-radius: 100%;display: flex;justify-content: center;align-items: center;background-color: var(--public-color-b);animation: img-circle 40s linear infinite;}
.home-material .list.active>img{opacity: .5;}
.home-material .list.active .t1{opacity: 1;}
.home-material .title{letter-spacing: -.4px;margin-top: 5px;margin-bottom: 25px;}
.home-material .text{margin-bottom: 55px;}
@media(max-width:1690px) {
    .home-material .max-1650px{padding-left: 10px;}
}
@media(max-width:1660px) {
    .home-material .max-1650px{padding-left: 15px;}
}
@media (min-width: 1200px) and (max-width: 1430px) {
    .home-material{padding: 50px 0;}
    .home-material .img-circle{width: 120px;}
    .home-material .text{margin-bottom: 40px;}
    .home-material .title{margin-bottom: 20px;}
}

@keyframes img-circle {
    0% {
        transform: translate(0%, 0%) rotate(0deg);
    }
    100% {
        transform: translate(0%, 0%) rotate(360deg);
    }
}

.home-choose{padding: 110px 0;}
.home-choose .content{display: flex;justify-content: space-between;align-items: flex-start;gap: 75px;}
.home-choose .title{margin-bottom: 20px;}
.home-choose .text{margin-bottom: 30px;}

/* 名称按钮切换 */
.choose-pag{display:flex;align-items:center;gap:25px;margin-bottom:40px}
.choose-pag__tabs{flex:1;min-width:0;display:flex;justify-content: space-between;flex-wrap:nowrap;gap:0 60px;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none;position: static;border-bottom:1px solid #f1f6fb;}
.choose-pag__tabs::-webkit-scrollbar{display:none}
.choose-pag__tab{width: auto;height: auto;flex-shrink:0;background:none;border:none;border-radius: 0;padding:10px 0 12px;margin:0;font-size:20px;line-height:28px;color:#666666;cursor:pointer;border-bottom:1px solid transparent;margin-bottom:0px;transition:color .2s ease,border-color .2s ease;font-family:inherit;box-sizing:border-box;}
.choose-pag__tab:hover{color:#555}
.choose-pag__tab:focus{outline:none}
.choose-pag__tab:focus-visible{outline:2px solid var(--public-color);outline-offset:3px;border-radius:2px}
.choose-pag__tab.is-active{color:var(--public-color);border-bottom-color:var(--public-color);font-weight:400}
.choose-pag__arrows{display:flex;align-items:center;gap:10px;flex-shrink:0;padding-bottom:4px}
.choose-pag__arrow{width:40px;height:40px;border-radius:50%;border:1px solid #d0d0d0;background:#fff;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;padding:0;transition:border-color .2s ease,background .2s ease;box-sizing:border-box}
.choose-pag__arrow:hover{border-color:#999;background:#fafafa}
.choose-pag__arrow:focus{outline:none}
.choose-pag__arrow:focus-visible{outline:2px solid var(--public-color);outline-offset:2px}
.choose-pag__arrow.is-disabled{opacity:.35;cursor:not-allowed;pointer-events:none}

@media(max-width:1650px) {
    .choose-pag__tabs{gap: 0 45px;}
}
@media(max-width:1570px) {
    .choose-pag__tabs{gap: 0 35px;}
    .choose-pag__tab{font-size: 18px;line-height: 26px;}
}
@media(max-width:1500px) {
    .choose-pag__tabs{gap: 0 28px;}
}

.HomeChoose{margin-top:85px;}
.HomeChoose .slide{display: none !important}
.HomeChoose .slide[hidden]{display:none !important}
.HomeChoose .slide.is-active{display:block !important}
.HomeChoose .items::after{content: "";width: 100%;height: 100%;background: linear-gradient(to bottom, transparent 80%, #000000 100%);position: absolute;top: 0;left: 0;opacity: 0;}
.HomeChoose .items{position: relative;}
.HomeChoose .items>img{opacity: .5;}
.HomeChoose .items .box{width: 70%;position: absolute;left: 0;bottom: 0;padding: 0 0 35px 55px;z-index: 1;opacity: 0;transition:opacity .4s cubic-bezier(0.68, 0, 1, 1);}
.HomeChoose .items .t1{font-size: 20px;line-height: 28px;font-weight: 600;color: #ffffff;margin-bottom: 15px;}
.HomeChoose .items .cont{line-height: 28px;color: #ffffff;}
.HomeChoose .swiper-slide-active .items::after{opacity: 1;}
.HomeChoose .swiper-slide-active .items > img{opacity: 1;}
.HomeChoose .swiper-slide-active .items .box{opacity: 1;}
@media (min-width: 1200px) and (max-width: 1430px) {
    .home-choose{padding: 80px 0;}
    .home-choose .content{gap: 50px;}
    .choose-pag{gap: 18px;margin-bottom: 30px;}
    .choose-pag__tabs{gap: 0 40px;}
    .choose-pag__tab{font-size: 18px;line-height: 26px;}
    .HomeChoose{margin-top: 60px;}
    .HomeChoose .items .box{padding: 0 0 28px 40px;}
    .HomeChoose .items .t1{font-size: 18px;line-height: 26px;}
}

.home-ex{background-color: #f7f7f7;padding: 65px 0 90px;position: relative;overflow: hidden;}
.home-ex .img-back{position: absolute;top: -15%;right: 0;width: 30%;}
.home-ex .img-back img{mix-blend-mode: multiply;}
.home-ex > .container-xl {position: relative;}
.home-ex .top-head{display: flex;justify-content: space-between;margin-bottom: 100px;}
.home-ex .title{width: 40%;}
.home-ex .text{width: 55%;color: #666666;}
.home-ex .article{max-width: 565px;min-width: 450px;box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.14);background-color: #ffffff;padding: 10px 40px;}
.home-ex .article .list + .list{border-top: 1px dashed #f6f6f6;}
.home-ex .article .list{display: grid;grid-template-columns: 140px auto;gap:15px 25px;padding: 30px 0;}
.home-ex .article .ex-img{background-color: #f7f7f7;}
.home-ex .article .ex-img > img{mix-blend-mode: multiply;}
.home-ex .article .box{display: flex;flex-direction: column;justify-content: space-evenly;}
.home-ex .article .t1{font-size: 20px;line-height: 28px;font-weight: 500;color: #333333;}
.home-ex .article ul{display: flex;justify-content: space-between;}
.home-ex .article li{display: flex;align-items: center;gap: 10px;font-size: 16px;line-height: 24px;color: #666666;}

.home-partner{position: relative;z-index: 1;}
.home-ex-box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;display: flex;align-items: center;}
.home-partner .content {overflow: hidden;}
.home-partner .partner-1{margin-bottom: 20px;}
.home-partner .partner-1,
.home-partner .partner-2 {display: flex;align-items: center;overflow: hidden;}
/* .home-partner .partner-track {display: flex;gap: 20px;align-items: center;}
.home-partner .partner-track .list {width: calc(100% / 6);flex-shrink: 0;} */
.home-partner .partner-track .list .img{background-color: #000000;}
.home-partner .partner-track .list img {width: 100%;opacity: .6;}
.home-partner .partner-track{width: 100%;display: grid;grid-template-columns: repeat(6,1fr);gap: 20px;}
@media(max-width:1690px) {
    .home-ex .article{min-width: 420px;max-width: 520px;padding: 10px 35px;}
}
@media(max-width:1650px) {
    .home-partner .partner-track{gap: 18px;}
}
@media(max-width:1570px) {
    .home-partner .partner-track{gap: 16px;}
    .home-ex .article{min-width: 400px;max-width: 480px;}
    .home-ex .top-head{margin-bottom: 85px;}
}
@media (min-width: 1200px) and (max-width: 1430px) {
    .home-ex{padding: 50px 0 70px;}
    .home-ex .top-head{margin-bottom: 70px;}
    .home-ex .article{min-width: 380px;max-width: 500px;padding: 10px 30px;}
    .home-ex .article .list{grid-template-columns: 120px auto;gap: 12px 20px;padding: 24px 0;}
    .home-ex .article .t1{font-size: 18px;line-height: 26px;}
    .home-partner .partner-track{gap: 15px;}
    .home-adv{margin-top: 60px;}
    .home-adv .content{gap: 20px;}
    .home-adv .img{min-height: 75px;}
}
@media (max-width: 1199px){
    .home-ex{padding: 50px 0 60px;}
    .home-ex .top-head{flex-direction: column;gap: 16px;margin-bottom: 50px;}
    .home-ex .title,.home-ex .text{width: 100%;}
    .home-ex-box{position: relative;height: auto;padding-bottom: 35px;}
    .home-ex .article{min-width: 0;max-width: 100%;padding: 10px 25px;display: grid;grid-template-columns: repeat(3,1fr);gap: 30px 50px;}
    .home-ex .article .list{display: flex;flex-direction: column;gap: 15px;}
    .home-ex .article .ex-img{height: 150px;display: flex;align-items: center;justify-content: center;}
    .home-ex .article .box{gap: 20px;}
}
@media (max-width: 1040px){
    .home-ex .article {gap: 30px;}
    .home-ex .article ul{flex-direction: column;gap: 10px;}
}


.home-adv {margin-top: 80px;}
.home-adv .content{display: grid;grid-template-columns: repeat(7,1fr);gap: 30px;}
.home-adv .img{min-height: 90px;box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.05);border-radius: 8px;display: grid;place-items: center;}
@media(max-width:1570px) {
    .home-adv .content{gap: 24px;}
}
@media(max-width:1500px) {
    .home-adv .content{gap: 20px;}
    .home-adv .img{min-height: 85px;}
}

.home-news .img{position: relative;}
.home-news .type{height: 40px;position: absolute;left: 0;bottom: 0;border-radius: 16px 0px 16px 0px;background-color: rgba(0, 0, 0, .7);padding: 0 25px;display: inline-flex;align-items: center;font-size: 16px;line-height: 24px;font-weight: 500;color: #ffffff;}
.home-news .line{width: 34px;height: 6px;background-color: var(--public-color);display: block;margin-top: 20px;}
@media (min-width: 1200px) and (max-width: 1430px) {
    .all-news{padding: 100px 0;}
    .all-news .title{margin-bottom: 65px;}
    .all-news .grid{--bs-gap:45px 40px;}
    .all-news .t1{font-size: 18px;line-height: 28px;}
    .all-news .time{margin-top: 35px;}
}

.all-quote{background-color: #edf1f5;}
.all-quote .content{display: flex;justify-content: space-between;align-items: center;}
.all-quote .left{width: 46%;}
.all-quote .right{width: 51%;padding:15px 15px 15px 0;}
.all-quote .top-head{margin-bottom: 35px;}
.all-quote .h3{font-size: 28px;line-height: 32px;color: #333333;font-weight: 600;margin-bottom: 20px;}
.all-quote .a-eb{margin-top: 35px;height: 40px;}
@media (max-width: 1530px){
    .all-quote .form-row{gap: 20px 0;}
    .all-quote .col-md-3 {flex: 0 0 50%;max-width: 50%;}
}
@media (min-width: 1200px) and (max-width: 1430px) {
    .all-quote .top-head{margin-bottom: 28px;}
    .all-quote .h3{font-size: 24px;line-height: 30px;margin-bottom: 15px;}
    .all-quote .a-eb{margin-top: 28px;}
}
@media (max-width: 899px){
    .all-quote .content{flex-direction: column;gap: 28px;}
    .all-quote .left,.all-quote .right{width: 100%;}
    .all-quote .right{padding-right: 0;}
}

/* tablet T2 — index.html 992–1199px */
@media (min-width:992px) and (max-width:1199px) {
    .title{font-size: 34px;line-height: 48px;}
    .home_banner .h1{font-size: 38px;line-height: 46px;width: 85%;}
    .home_banner .swiper-slide .slide-inner .cont-box{top: calc(50% - 100px);padding: 0 15px;box-sizing: border-box;}
    .home-about{margin-top: 60px;}
    .home-about-xl{margin-bottom: 40px;}
    .home-about-xl .content{flex-direction: column;gap: 40px;}
    .home-about-xl .left,.home-about-xl .right{width: 100%;}
    .home-about-xl .box{gap: 30px;margin-top: 30px;}
    .home-products{margin-top: 100px;margin-bottom: 80px;}
    .home-products .img-back{width: 35%;}
    .home-products .title{margin-bottom: 50px;}
    .home-pro-items .items{height: 320px;}
    .home-pro-items .box{width: 420px;padding: 12px 18px 18px 22px;}
    .home-pro-items .box .t1{font-size: 22px;line-height: 26px;}
    .home-products .grid{gap: 20px 24px;}
    .home-material .content{flex-direction: column;gap: 40px;padding-left: 15px;padding-right: 15px;}
    .home-material .left,.home-material .right{width: 100%;}
    .home-material .left{justify-content: center;}
    .home-material .right{padding-top: 0;}
    .home-choose{padding: 70px 0;}
    .choose-pag{gap: 15px;margin-bottom: 28px;}
    .choose-pag__tabs{gap: 0 24px;}
    .choose-pag__tab{font-size: 16px;line-height: 24px;padding: 8px 0 10px;}
    .HomeChoose{margin-top: 50px;}
    .HomeChoose .items .box{padding: 0 0 24px 35px;}
    .home-partner .partner-track{grid-template-columns: repeat(3,1fr);gap: 15px;}
    .home-adv{margin-top: 50px;}
    .home-adv .content{grid-template-columns: repeat(4,1fr);gap: 18px;}
    .home-adv .img{min-height: 70px;}
    .all-news{padding: 80px 0;}
    .all-news .title{margin-bottom: 50px;}

}

/* tablet T1 — index.html 769–991px */
@media (min-width:769px) and (max-width:991px) {
    .title{font-size: 28px;line-height: 38px;}
    .container-xl.m-left{padding: 0 15px;}
    .home_banner .h1{font-size: 30px;line-height: 38px;width: 92%;}
    .home_banner .swiper-slide .slide-inner .cont-box{top: calc(50% - 70px);padding: 0 15px;box-sizing: border-box;}
    .home_banner>.container-xl{padding: 0 15px;box-sizing: border-box;}
    .home-about{margin-top: 45px;}
    .home-about-xl{margin-bottom: 35px;}
    .home-about-xl .content{flex-direction: column-reverse;gap: 30px;}
    .home-about-xl .left,.home-about-xl .right{width: 100%;}
    .home-about-xl .box{gap: 24px;margin-top: 24px;}
    .home-products{margin-top: 70px;margin-bottom: 60px;}
    .home-products .img-back{width: 30%;opacity: .6;}
    .home-products .title{margin-bottom: 40px;}
    .home-pro-items .items{height: auto;min-height: 260px;padding-bottom: 120px;}
    .home-pro-items .box{width: calc(100% - 30px);max-width: 420px;padding: 12px 16px 16px 20px;}
    .home-pro-items .box .t1{font-size: 20px;line-height: 24px;}
    .home-products .grid{gap: 16px 20px;}
    .home-products .list .t1{font-size: 18px;line-height: 26px;top: 28px;left: 24px;width: 55%;}
    .home-products .list-1{padding: 22px 24px;}
    .home-products .h3{font-size: 22px;line-height: 28px;}
    .home-material{padding: 40px 0;}
    .home-material .content{flex-direction: column;gap: 30px;padding:0;}
    .home-material .left,.home-material .right{width: 100%;}
    .home-material .left{justify-content: center;}
    .home-material .right{padding-top: 0;}
    .home-material .img-circle{width: 100px;padding: 10px;}
    .home-material .text{margin-bottom: 30px;}
    .home-choose{padding: 55px 0;}
    .choose-pag{gap: 12px;margin-bottom: 24px;}
    .choose-pag__tabs{gap: 0 16px;}
    .choose-pag__tab{font-size: 14px;line-height: 22px;padding: 6px 0 8px;}
    .choose-pag__arrow{width: 34px;height: 34px;font-size: 14px;}
    .HomeChoose{margin-top: 40px;}
    .HomeChoose .items .box{width: 80%;padding: 0 0 20px 28px;}
    .HomeChoose .items .t1{font-size: 16px;line-height: 24px;margin-bottom: 10px;}
    .HomeChoose .items .cont{font-size: 14px;line-height: 22px;}
    .home-ex{padding: 40px 0 50px;}
    .home-ex .img-back{width: 40%;opacity: .5;}
    .home-ex .top-head{flex-direction: column;gap: 12px;margin-bottom: 40px;}
    .home-ex .title,.home-ex .text{width: 100%;}
    .home-ex-box{position: relative;height: auto;padding-bottom: 30px;}
    .home-ex .article{min-width: 0;max-width: 100%;padding: 8px 20px;}
    .home-ex .article .list{grid-template-columns: 100px auto;gap: 10px 16px;padding: 20px 0;}
    .home-ex .article .t1{font-size: 16px;line-height: 24px;}
    .home-ex .article li{font-size: 14px;line-height: 22px;}
    .home-partner .partner-track{grid-template-columns: repeat(2,1fr);gap: 12px;}
    .home-adv{margin-top: 40px;}
    .home-adv .content{grid-template-columns: repeat(4,1fr);gap: 12px;}
    .home-adv .img{min-height: 60px;}
    .all-news{padding: 60px 0;}
    .all-news .title{margin-bottom: 40px;}
}

/* index.html 手机 ≤768（T1 仅 769–991，须单独补） */
@media(max-width:768px){
    .home_banner .h1{font-size: 22px;line-height: 32px;width: 100%;}
    .home_banner .swiper-slide .slide-inner .cont-box{top: auto;bottom: 72px;padding: 0 15px;}
    .home_banner .swiper-slide .slide-inner .img img{max-height: 220px;width: 100%;object-fit: cover;}
    .home_banner>.container-xl{bottom: 12px;padding: 0 15px;}
    .home_banner .home-pag span.swiper-pagination-bullet-active{width: 36px;}
    .home-about{margin-top: 30px;}
    .home-about-xl{margin-bottom: 28px;}
    .home-about-xl .content{flex-direction: column-reverse;gap: 25px;align-items: stretch;}
    .home-about-xl .left,.home-about-xl .right{width: 100%;}
    .home-about-xl .title{font-size: 22px;line-height: 32px;margin-bottom: 18px;}
    .home-about-xl .text{font-size: 14px;line-height: 20px;}
    .home-about-xl .box{gap: 18px;margin-top: 18px;}
    .home-about-xl .a-eb{width: 100%;justify-content: center;}
    .home-about-img .grid{gap: 12px;}
    .home-about-img .g-col-sm-6,
    .home-about-img .g-col-md-4,
    .home-about-img .g-col-lg-3{grid-column: span 6;}
    .home-products{margin-top: 40px;margin-bottom: 45px;}
    .home-products .img-back{width: 40%;opacity: .45;}
    .home-products .title{font-size: 22px;line-height: 32px;margin-bottom: 24px;}
    .home-pro-items{margin-bottom: 24px;}
    .home-pro-items .items{height: auto;min-height: auto;padding-bottom: 0px;}
    .home-pro-items .items .img {padding: 0 15px 20px;}
    .home-pro-items .box{width: 100%;max-width: none;padding: 12px 14px 14px 18px;position: static;}
    .home-pro-items .box .t1{font-size: 18px;line-height: 26px;}
    .home-pro-items .box .cont{font-size: 14px;line-height: 20px;max-width: 100%;}
    .home-products .grid{gap: 14px;}
    .home-products .list{justify-content: flex-start;flex-direction: column;padding: 30px 15px;}
    .home-products .list .t1{font-size: 16px;line-height: 24px;top: 18px;left: 16px;width: 100%;position: static;}
    .home-products .list .t1::after{margin-top: 16px;width: 28px;height: 4px;}
    .home-products .list .img-xl{height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;}
    .home-products .list-1{padding: 20px 18px;}
    .home-products .h3{font-size: 20px;line-height: 28px;}
    .home-products .list-cont{font-size: 14px;line-height: 20px;margin: 12px 0 20px;}
    .home-products .list-1 .a-eb{width: 100%;text-align: center;display: flex;justify-content: center;}
    .home-material{padding: 30px 0;}
    .home-material .content{flex-direction: column;gap: 24px;padding:0;}
    .home-material .left,.home-material .right{width: 100%;}
    .home-material .left{justify-content: center;}
    .home-material .right{padding-top: 0;}
    .home-material .title{font-size: 22px;line-height: 32px;margin-bottom: 16px;}
    .home-material .text{font-size: 14px;line-height: 20px;margin-bottom: 22px;}
    .home-material .img-circle{width: 80px;padding: 10px;}
    .home-material .list .t1{font-size: 13px;line-height: 18px;padding: 0 8px;text-align: center;}
    .home-material .a-eb{width: 100%;display: flex;justify-content: center;}
    .home-choose{padding: 30px 0;}
    .home-choose .top-head .title{font-size: 22px;line-height: 32px;}
    .home-choose .top-head .text{font-size: 14px;line-height: 20px;margin-bottom: 0;}
    .choose-pag{gap: 10px;margin-bottom: 18px;}
    .choose-pag__tab{font-size: 13px;line-height: 20px;padding: 5px 0 8px;}
    .choose-pag__arrow{width: 32px;height: 32px;font-size: 12px;}
    .HomeChoose{margin-top: 24px;}
    .HomeChoose .items .box{width: 88%;padding: 0 0 18px 20px;}
    .HomeChoose .items .t1{font-size: 16px;line-height: 22px;margin-bottom: 10px;}
    .HomeChoose .items .cont{font-size: 13px;line-height: 20px;}
    .home-ex{padding: 30px 0 40px;}
    .home-ex .img-back{width: 50%;opacity: .4;}
    .home-ex .top-head{flex-direction: column;gap: 12px;margin-bottom: 28px;}
    .home-ex .title,.home-ex .text{width: 100%;}
    .home-ex .title{font-size: 22px;line-height: 32px;}
    .home-ex .text{font-size: 14px;line-height: 20px;}
    .home-ex-box{position: relative;height: auto;padding-bottom: 24px;}
    .home-ex .article{min-width: 0;max-width: 100%;padding: 8px 16px;gap: 20px;display: block;}
    .home-ex .article .list{display: flex;flex-direction: row;}
    .home-ex .article .ex-img{width: 40%;height: auto;min-height: none;}
    .home-ex .article .box{width: 55%;}
    .home-ex .article .t1{font-size: 15px;line-height: 22px;}
    .home-ex .article li{font-size: 13px;line-height: 20px;}
    .home-ex .article ul{flex-direction: column;gap: 8px;}
    .home-partner .partner-track{grid-template-columns: repeat(2,1fr);gap: 10px;}
    .home-adv{margin-top: 28px;}
    .home-adv .content{grid-template-columns: repeat(3,1fr);gap: 10px;}
    .home-adv .img{min-height: 52px;padding: 6px;}
    .home-news .all-news{padding: 40px 0;}
    .home-news .all-news .title{font-size: 22px;line-height: 32px;margin-bottom: 24px;}
    .home-news .all-news .grid{--bs-gap:20px 16px;}
    .home-news .all-news .t1{font-size: 18px;line-height: 26px;}
    .home-news .all-news .time{margin-top: 16px;}
    .home-news .type{font-size: 13px;height: 34px;padding: 0 16px;}
    .home-news .line{width: 28px;height: 5px;margin-top: 14px;}
    .home-news .grid .g-col-12,
    .home-news .grid .g-col-sm-6,
    .home-news .grid .g-col-md-6,
    .home-news .grid .g-col-lg-4{grid-column: span 12;}
    .home .all-quote{padding: 30px 0;}
    .home .all-quote .h3{font-size: 20px;line-height: 28px;}
    .home .all-quote .col-md-3{flex: 0 0 100%;max-width: 100%;}
    .home .all-quote .btn.a-eb,
    .home .all-quote .a-eb{width: 100%;text-align: center;}
}
@media(max-width:540px){
    .choose-pag__tabs{gap: 0 15px;}
    .home-material .img-circle{width: 60px;}
}
@media(max-width:430px){
    .home_banner .h1{font-size: 20px;line-height: 28px;}
    .home-about-xl .title,
    .home-products .title,
    .home-material .title,
    .home-choose .top-head .title,
    .home-ex .title,
    .home-news .all-news .title{font-size: 20px;line-height: 28px;}
    .home-about-img .g-col-sm-6,
    .home-about-img .g-col-md-4,
    .home-about-img .g-col-lg-3{grid-column: span 12;}
    .home-about-img .img-xl{width: 100%;}
    .home-about-img .img-xl img{width: 100%;}
}

footer::before{content: "";width: 100%;height: 4px;background: url(../../images/footer-2.webp) no-repeat;background-size: 100% 100%;position: absolute;top: 0;left:0;}
footer {background-color: #333333;position: relative;}
footer .top{background-color: var(--public-color-b);padding-top: 70px;padding-bottom: 25px;}
footer .footer-logo{margin-bottom: 20px;}
footer .content{display: flex;justify-content: space-between;gap: 55px;}
footer .text{color: #ffffff;opacity: .6;margin: 25px 0;}
footer .t1{font-size: 20px;line-height: 28px;color: #fff;opacity: .6;font-weight: 500;margin-bottom: 20px;}
footer .box{display: inline-flex;flex-direction: column;align-items: flex-start;}
footer .font-sty,footer .list-3 .name{font-size: 16px;color: #fff;opacity: .6;letter-spacing: -.2px;position: relative;}
footer a.font-sty:hover,footer .list-3 a:hover{text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 3px;opacity: 1;color: #ffffff !important;}
footer .font-sty:last-child{margin-bottom: 0;}
footer .list-2 .font-sty:before{content: "\f054";font-family: cmsfont;font-size: 10px;display: inline-block;margin-right: 5px;}

footer .list-1{min-width: 30%;width: 35%;display: flex;flex-direction: column;justify-content: space-between;}
footer .list-2{width: 30%;}
footer .list-2 .box{gap: 30px 15px;}
footer .list-3{width: 40%;max-width: 365px;}
footer .list-3 .d{display: grid;grid-template-columns: 30px auto;gap:0px;margin-bottom: 15px;}
footer .list-3 .d:last-child{margin-bottom: 0;}
footer .list-3 .icon{line-height:24px;color: #ffffff;}
footer .list-3 .d>div{display: flex;flex-direction: column;}
footer .list-3 .name,footer .list-3 a{font-size: 16px;}
footer .a-box{display: inline-flex;flex-direction: column;}

footer .bottom{background-color: #1a71b5;height: 60px;display: flex;align-items: center;letter-spacing: 0px;display: flex;align-items: center;}
footer .copy{opacity: .6;color: #fff;font-size: 16px;line-height: 28px;letter-spacing: -.4px;}

footer .all-social{display: flex;gap: 6px;}
footer .hover-1,footer .hover-2{background-color: rgba(255, 255, 255, 0.1) !important;border:none;color: #fff !important;width: 25px;height: 25px;font-size: 12px !important;display: inline-flex;justify-content: center;align-items: center;border-radius: 0;margin: 0 !important;}
footer .hover-1::before,footer .hover-2::before{font-size: 12px;width: inherit;}
footer .hover-1:hover,footer .hover-2:hover{background-color: var(--public-color) !important;color: #fff !important;border-color: var(--public-color);}
@media (min-width: 1200px) and (max-width: 1430px) {
    footer .top{padding-top: 55px;padding-bottom: 20px;}
    footer .content{gap: 40px;}
    footer .t1{font-size: 18px;line-height: 26px;margin-bottom: 16px;}
    footer .text{margin: 20px 0;}
}

@media(max-width:1280px){
    footer .list-1{min-width: auto;max-width: 400px;}
    footer .list-2 {width: 30%;}
    footer .list-3 {width: 40%;}
}
@media(max-width:1150px){
    footer .content {gap: 30px;}
    footer .list-1 {max-width: 300px;}
    footer .list-3{max-width: none;}
}
@media(max-width:1000px){
    footer .bottom{height: auto;padding: 10px 0;}
    footer .content{flex-wrap: wrap;gap: 25px;}
    footer .text{margin-bottom: 30px;}
    footer .list-1{max-width: none;width: 100%;flex-direction: row;align-items: center;gap:25px 30px;}
    footer .list-2 {width: 40%;}
    footer .list-2 .box {gap: 15px;}
    footer .list-3 {width: 55%;}
    footer .bottom .content{gap: 10px;}
}
@media(max-width:768px){
    footer .top{padding-top: 30px;}
    footer .content{flex-direction: column;}
    .padding-bottom{padding-bottom: 30px;}
    footer .list-1{flex-direction: column;align-items:flex-start}
    footer .list-3 .d>div{gap: 5px;}
    footer .footer-logo {margin-bottom: 0;}
    footer .text {margin-bottom: 0;}
    footer .list-3,footer .list-2{width: 100%;}
}



/* 搜索页 */
.search-pro{padding-top: 45px;}

/* product-list 产品系列页 */
.product-list{
    --pl-fs-title: 40px;
    --pl-fs-title-lh: 56px;
    --pl-fs-h1: 54px;
    --pl-fs-h1-lh: 62px;
    --pl-fs-t1: 28px;
    --pl-fs-t1-lh: 32px;
    --pl-fs-body: 16px;
    --pl-fs-body-lh: 24px;
    --pl-fs-small: 18px;
    --pl-fs-value: 28px;
    --pl-gap-lg: 40px;
    --pl-gap-md: 30px;
}
.product-list .title{font-size: var(--pl-fs-title);line-height: var(--pl-fs-title-lh);}
@media(max-width:1430px){
    .product-list{--pl-fs-title: 34px;--pl-fs-title-lh: 48px;--pl-fs-t1: 26px;}
}
@media(max-width:899px){
    .product-list .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .product-list .all-news{padding: 50px 0;}
    .product-list .all-news .title{margin-bottom: 30px;}
    .product-list .all-news .grid{--bs-gap: 25px 20px;}
    .product-list .all-quote .content{gap: 24px;}
}
@media(max-width:768px){
    .product-list .down-list{margin-top: 30px !important;}
    .product-list .down-list .page-link{width: 40px;height: 40px;font-size: 14px;}
    .product-list .all-news{padding: 30px 0;}
    .product-list .all-news .title{margin-bottom: 25px;}
    .product-list .all-news .t1{font-size: 18px;line-height: 26px;}
    .product-list .all-news .time{margin-top: 20px;}
    .product-list .all-quote{padding: 30px 0;}
    .product-list .all-quote .h3{font-size: 20px;line-height: 28px;margin-bottom: 15px;}
    .product-list .all-quote .a-eb{width: 100%;text-align: center;}
    #pro-video.reveal-modal{width: 94%;left: 50%;margin-left: -47%;padding: 15px;}
    #pro-video .embed-responsive{min-height: 200px;}
}

/* 产品系列页第一板块 */
.p-l-first {padding-top: 45px;padding-bottom: 115px;}
.p-l-first .content{display: flex;justify-content: space-between;align-items: center;gap: clamp(20px, 3vw, 30px);}
.p-l-first .left{width: 46%;}
.p-l-first .right{width: 49%;}
.p-l-first .text{margin-bottom:90px;}
.p-l-first .left h2{font-size: var(--pl-fs-title, 40px);line-height: var(--pl-fs-title-lh, 56px);color: #333333;font-weight: 600;margin-bottom: 30px;}
.p-l-first .left p{margin-bottom: 15px;}
.p-l-first .left p:nth-last-of-type(1){margin-top:0px;}
.p-l-first .left .img-cer{margin-top: 80px;}
.p-l-first .right{display: grid;grid-template-columns: repeat(2,1fr);gap: 15px;}

.p-l-first .list{background-color: #ffffff;box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);border-radius: 8px;padding: 40px 25px 45px 35px;}
.p-l-first .img-1{width: 45px;aspect-ratio: 1;border-radius: 100%;display: inline-flex;justify-content: center;align-items: center;background-color: var(--public-color-b);transition: all 0.3s ease-in-out ;}
.p-l-first .t1{font-size: var(--pl-fs-small, 18px);line-height: calc(var(--pl-fs-small, 18px) + 2px);color: #333333;font-weight: 500;margin-top: 15px;}
.p-l-first .cont{font-size: var(--pl-fs-body, 16px);line-height: var(--pl-fs-body-lh, 24px);color: #666666;margin-top: 20px;}
.p-l-first .list.active{background-color: var(--public-color);}
.p-l-first .list.active>*{color: #ffffff;}
.p-l-first .list.active .img-1{background-color: rgba(255, 255, 255, 0.5);}
@media(max-width:1650px) {
    .p-l-first .text{margin-bottom: 75px;}
    .p-l-first .left .img-cer{margin-top: 70px;}
}
@media(max-width:1570px) {
    .p-l-first .text{margin-bottom: 70px;}
    .p-l-first .list{padding: 36px 22px 40px 30px;}
}
@media(max-width:1500px) {
    .p-l-first .left{width: 48%;}
    .p-l-first .right{width: 48%;}
}
@media(max-width:1430px) {
    .product-list{--pl-fs-title: 34px;--pl-fs-t1: 26px;}
    .p-l-first{padding-bottom: 90px;}
    .p-l-first .left h2{font-size: 34px;line-height: 48px;margin-bottom: 24px;}
    .p-l-first .text{margin-bottom: 65px;}
    .p-l-first .list{padding: 32px 20px 36px 28px;}
    .p-l-first .t1{font-size: 16px;line-height: 20px;}
    .p-l-first .left .img-cer{margin-top: 60px;}
}
@media(max-width:1199px){
    .p-l-first{padding-bottom: 75px;}
    .p-l-first .content{flex-direction: column;gap: 40px;align-items: stretch;}
    .p-l-first .left,.p-l-first .right{width: 100%;}
    .p-l-first .left .img-cer{margin-top: 0;margin-bottom: 28px;}
    .p-l-first .text{margin-bottom: 0;}
}
@media(max-width:991px){
    .p-l-first{padding-top: 35px;padding-bottom: 60px;}
    .p-l-first .content{flex-direction: column-reverse;gap: 32px;align-items: stretch;}
    .p-l-first .left,.p-l-first .right{width: 100%;}
    .p-l-first .right{grid-template-columns: repeat(2,1fr);}
}
@media(max-width:899px){
    .p-l-first{padding-top: 30px;padding-bottom: 50px;}
    .p-l-first .content{gap: 28px;}
    .p-l-first .left,.p-l-first .right{width: 100% !important;}
    .p-l-first .left .img-cer{margin-bottom: 0px;}
    .p-l-first .list{width: 100%;padding: 24px 18px 28px 20px;}
    .p-l-first .t1{font-size: 16px;line-height: 22px;}
}
@media(max-width:768px){
    .p-l-first .left h2{font-size: 22px;line-height: 32px;margin-bottom: 20px;}
    .p-l-first .cont{font-size: 14px;line-height: 20px;margin-top: 12px;}
    .p-l-first .list{padding: 20px 15px 22px 18px;}
}
@media(max-width:430px){
    .p-l-first .right{grid-template-columns: 1fr;}
    .p-l-first .t1{font-size: 15px;line-height: 22px;}
}

.p-l-product {margin-bottom: 120px;}
.p-l-product .img {
    min-height: 400px;
    max-height: 450px;
    padding-top: 25px;
    background-image: linear-gradient(175deg, #d4e5f3 0%, #ffffff 100%);
    border-radius: 24px 24px 0px 0px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.p-l-product .a-img img{mix-blend-mode:multiply;transition:all .3s ease-in-out}
.p-l-product .img:hover img{transform:scale(1.02)}
.p-l-product .model {
    background-color: rgba(0, 0, 0, 0.5);
    color: #cccccc;
    border-radius: 0px 28px 0px 28px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 15px 40px
}
.p-l-product .value{font-size:var(--pl-fs-value, 28px);line-height:calc(var(--pl-fs-value, 28px) + 4px);color:#fff;font-weight:500}
.p-l-product .list{display:flex;justify-content:space-between;align-items:center;gap: var(--pl-gap-md, 20px);}
.p-l-product .t1{font-size:var(--pl-fs-t1, 28px);line-height:var(--pl-fs-t1-lh, 32px);color:#231F20;letter-spacing:-0.01em;font-weight:600}
.p-l-product .list .text{margin-top:15px;font-size: var(--pl-fs-body, 16px);line-height: var(--pl-fs-body-lh, 24px);}
.p-l-product .left{width: 44%;}
.p-l-product .right{width: 53%;display:flex;gap:30px}
.p-l-product ol{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.p-l-product ol li{font-family: 'Roboto';font-size:var(--pl-fs-body, 16px);line-height:var(--pl-fs-body-lh, 24px);color:#666666;display:grid;grid-template-columns: 38px auto;gap:15px}
.p-l-product ol li::before{content: "\f00c";font-family: 'cmsfont';color: var(--public-color);border-radius:100%;border: 1px solid var(--public-color);display:inline-flex;justify-content:center;align-items:center;width:38px;height: 38px;font-size: x-large;}
/* .p-l-product ol li span{border-radius:100%;border: 1px solid var(--public-color);display:inline-flex;justify-content:center;align-items:center;width:42px;height: 42px;} */
.p-l-product hr{height:1px;background-color:#dddddd;border:none;margin-top:50px;margin-bottom:80px}
.p-l-product hr:nth-last-of-type(1){margin-bottom: 0;}
@media(max-width:1720px) {
    .p-l-product .model{padding: 15px 35px;}
    .p-l-product .t1{font-size: 26px;line-height: 30px;}
}
@media(max-width:1650px) {
    .p-l-product .img{min-height: 380px;max-height: 420px;}
    .p-l-product ol{gap: 16px;}
}
@media(max-width:1570px) {
    .p-l-product .left{width: 46%;}
    .p-l-product .right{width: 51%;}
    .p-l-product .model{padding: 12px 30px;min-height: 110px;}
}
@media(max-width:1500px) {
    .p-l-product .value{font-size: 26px;line-height: 30px;}
    .p-l-product ol li{font-size: 15px;line-height: 22px;}
}
@media(max-width:1340px){
    .p-l-product .value{font-size: 32px;}
    .p-l-product .list .left{width: 48%;}
    .p-l-product .list .right{width: 50%;}
}
@media(max-width:1300px){
    .p-l-product ol li {font-size: 14px;line-height: 20px;gap: 10px;align-items: center}
    .p-l-product .list .left{width: 52%;}
    .p-l-product .list .right{width: 46%;}
}
@media(max-width:1430px){
    .p-l-product{margin-bottom: 100px;}
    .p-l-product .img{min-height: 360px;max-height: 400px;}
    .p-l-product .t1{font-size: 26px;line-height: 30px;}
    .p-l-product .model{padding: 12px 32px;min-height: 110px;}
    .p-l-product hr{margin-top: 45px;margin-bottom: 70px;}
}
@media(max-width:1280px){
    .p-l-product .value{font-size: 28px;}
}
@media(max-width:1200px){
    .p-l-product ol{grid-template-columns: repeat(2, 1fr);}
}
@media(max-width:1199px){
    .p-l-product{margin-bottom: 90px;}
    .p-l-product .img{min-height: 340px;max-height: 380px;}
    .p-l-product .list{flex-direction: column;gap: 28px;align-items: stretch;}
    .p-l-product .left,.p-l-product .right{width: 100%;}
    .p-l-product .t1{font-size: 24px;line-height: 28px;}
    .p-l-product hr{margin-top: 40px;margin-bottom: 60px;}
}
@media(max-width:991px){
    .p-l-product{margin-bottom: 70px;}
    .p-l-product .img{min-height: auto;max-height: 360px;}
}
@media(max-width:899px){
    .p-l-product{margin-bottom: 0px;}
    .p-l-product .items{display: flex;flex-direction: column;width: 100%;}
    .p-l-product .img{display: flex;flex-direction: column;width: 100%;min-height: auto;max-height: none;height: auto;padding-top: 20px;margin-bottom: 0;border-radius: 20px 20px 0 0;}
    .p-l-product .model{padding: 14px 18px;min-height: auto;border-radius: 0 0 20px 20px;box-sizing: border-box;}
    .p-l-product .list{flex-direction: column;gap: 20px;width: 100%;}
    .p-l-product .left,.p-l-product .right{width: 100% !important;}
    .p-l-product .t1{font-size: clamp(18px, 4.5vw, 22px);line-height: 1.3;}
    .p-l-product .value{font-size: clamp(16px, 4vw, 20px);line-height: 1.35;}
    .p-l-product ol{grid-template-columns: 1fr;gap: 12px;}
    .p-l-product hr{margin: 24px 0 36px;}
}
@media(max-width:768px){
    .p-l-product{padding-top: 0;}
    .p-l-product .list{gap: 25px;}
    .p-l-product .img{margin-bottom: 25px;border-radius: 30px;}
    .p-l-product .model{position: static;width: 100%;padding: 15px 20px;gap: 20px;flex-direction: row;align-items: flex-start;justify-content: flex-start;}
    .p-l-product .value{font-size: 16px;line-height: 24px;}
    .p-l-product .t1{font-size: 22px;}
    .p-l-product .list .text{font-size: 14px;line-height: 20px;}
    .p-l-product ol li{font-size: 14px;line-height: 20px;}
    .p-l-product ol li::before{width: 32px;height: 32px;font-size: 14px;}
    .p-l-product hr{margin: 20px 0 40px;}
}
@media(max-width:430px){
    .p-l-product .t1{font-size: 18px;line-height: 26px;}
    .p-l-product ol{grid-template-columns: 1fr;}
}

.p-l-global{margin-top: 90px;}
.p-l-global .mySwiper-global{width:100%;overflow:hidden;margin-top:80px;padding-bottom: 45px;}
.p-l-global .mySwiper-global .swiper-slide{width:53.6%;transition:all 0.6s cubic-bezier(0.4, 0, 0.2, 1);filter:brightness(0.85);transform:scale(0.95);position:relative;}
.p-l-global .mySwiper-global .swiper-slide::before{content:"";width:100%;height:100%;background-color:rgba(21,28,46,.2);position:absolute;left:0;top:0;z-index:1;}
.p-l-global .mySwiper-global .swiper-slide-active{transform:scale(1.5);filter:brightness(1);opacity:1;z-index:10;top:0;}
.p-l-global .mySwiper-global .swiper-slide-active::before{display:none;}
.p-l-global .mySwiper-global .cont{height:auto;background-color:#fff;padding:15px 25px;text-align:left;font-size:16px;line-height:25px;color: #666666;}
.p-l-global .mySwiper-global .swiper-slide-active .cont{padding:25px 35px;}
.p-l-global .mySwiper-global .swiper-slide-next,.p-l-global .mySwiper-global .swiper-slide-prev{transform: scale(0.95);}
.p-l-global .mySwiper-global .swiper-slide img{width:100%;height:auto;}
.p-l-global .swiper-slide{top:22px;}
.p-l-global .swiper-pagination{position:relative;left: 0;bottom:0;margin-top:30px;}
.p-l-global .mySwiper-global .swiper-slide-active .list{box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.1);}
.p-l-global .img{position: relative;}
.p-l-global .name{position: absolute;left: 25px;bottom: 0;height: 42px;line-height: 42px;padding: 0 25px;background-color: var(--public-color);color: #fff;}
.p-l-global .pag-global span{width: 27px;height: 6px;background-color: #ccc;border-radius: 0;opacity: 1;}
.p-l-global .pag-global span.swiper-pagination-bullet-active{background-color: var(--public-color);}
.p-l-global .all-hover{top: 40%;}
@media(max-width:1650px) {
    .p-l-global .mySwiper-global .swiper-slide{width: 55%;}
    .p-l-global .mySwiper-global .swiper-slide-active{transform: scale(1.4);}
}
@media(max-width:1570px) {
    .p-l-global .mySwiper-global .swiper-slide{width: 58%;}
    .p-l-global .mySwiper-global .swiper-slide-active{transform: scale(1.3);}
    .p-l-global .mySwiper-global{margin-top: 70px;}
}
@media(max-width:1430px) {
    .p-l-global{margin-top: 70px;}
    .p-l-global .mySwiper-global{margin-top: 60px;padding-bottom: 35px;}
    .p-l-global .mySwiper-global .swiper-slide{width: 56%;}
    .p-l-global .mySwiper-global .swiper-slide-active{transform: scale(1.35);}
    .p-l-global .mySwiper-global .cont{padding: 12px 20px;font-size: 15px;line-height: 23px;}
    .p-l-global .mySwiper-global .swiper-slide-active .cont{padding: 20px 28px;}
}
@media(max-width:1199px){
    .p-l-global{margin-top: 60px;}
    .p-l-global .mySwiper-global{margin-top: 50px;padding-bottom: 30px;}
    .p-l-global .mySwiper-global .swiper-slide{width: 65%;}
    .p-l-global .mySwiper-global .swiper-slide-active{transform: scale(1.15);}
    .p-l-global .all-hover{width: 56px;height: 56px;top: 35%;}
}
@media(max-width:991px){
    .p-l-global .mySwiper-global .swiper-slide{width: 72%;}
    .p-l-global .mySwiper-global .swiper-slide-active{transform: scale(1.1);}
}
@media(max-width:899px){
    .p-l-global{margin-top: 40px;}
    .p-l-global .mySwiper-global{margin-top: 32px;padding-bottom: 20px;}
    .p-l-global .mySwiper-global .swiper-slide{width: 85% !important;min-width: 0;}
    .p-l-global .mySwiper-global .swiper-slide-active{transform: scale(1) !important;}
    .p-l-global .mySwiper-global .cont{font-size: 14px;line-height: 22px;padding: 12px 16px;}
    .p-l-global .mySwiper-global .swiper-slide-active .cont{padding: 16px 20px;}
    .p-l-global .name{font-size: 14px;height: 36px;line-height: 36px;padding: 0 16px;left: 16px;}
    .p-l-global .all-hover{width: 44px;height: 44px;top: 30%;}
}
@media(max-width:768px){
    .p-l-global .title{margin-bottom: 20px;}
    .p-l-global .all-hover-next{right: 5px;}
    .p-l-global .all-hover-prev{left: 5px;}
}
@media(max-width:430px){
    .p-l-global .mySwiper-global .swiper-slide{width: 92% !important;}
}

@media(max-width:768px){
    .p-l-choose{margin-bottom: 30px;}
    .p-l-choose .mySwiper-choose .swiper-slide-active{transform: scale(1);opacity: 1;}
    .p-l-choose .mySwiper-choose .swiper-slide{width: 100%;}
    .p-l-choose .mySwiper-choose .swiper-slide-active .cont {padding: 25px 15px;}
    .p-l-choose .all-hover {top: 35%;}
    .p-l-choose .name {left: 10px;top: 10px;bottom: auto;padding: 0 10px;height: 35px;line-height: 35px;}
    .p-l-choose .swiper-pagination {margin-top: 0;}
    .p-l-choose .pag-choose span{width: 20px;height: 4px;}
    .p-l-choose .mySwiper-choose {margin-top: 30px;padding-bottom: 0;}
    .p-l-choose .swiper-slide-active .list{opacity: 1;}
    .p-l-choose .list{opacity: 0;}
    .p-l-choose .mySwiper-choose .swiper-slide.swiper-slide-active::before{opacity: 1;}
    .p-l-choose .mySwiper-choose .swiper-slide::before{opacity: 0;}
}

.p-l-material {padding-top: 180px;padding-bottom: 165px;}
.p-l-material .title{margin-bottom: 75px;}
.p-l-material .content{display: flex;justify-content: space-between;gap: 10px;}
.p-l-material .items{flex:0 0 54%;display: flex;flex-direction: column;justify-content: space-between;gap: 15px;}
.p-l-material .items:nth-child(2){display: flex;align-items: center;justify-content: center;overflow: hidden;}
.p-l-material .items:nth-child(2)>img{height: 100%;width: auto;}
.p-l-material .items:nth-child(1),.p-l-material .items:nth-child(3){flex:0 0 23%}
.p-l-material .items:nth-child(1) .back-style:first-child{border-top-left-radius:40px;}
.p-l-material .items:nth-child(1) .back-style:last-child{border-bottom-left-radius:40px;}
.p-l-material .items:nth-child(3) .back-style:first-child{border-top-right-radius:40px;}
.p-l-material .items:nth-child(3) .back-style:last-child{border-bottom-right-radius:40px;}
.p-l-material .back-style{position: relative;background-color: #000000;}
.p-l-material .back-style>img{opacity: 1;transition: all 0.3s ease-in-out;}
.p-l-material .back-style .t1{width: 100%;height: 100%;position: absolute;left: 0;right: 0;bottom: 0;top: 0;opacity: 0;color: #ffffff;display: flex;justify-content: center;align-items: center;text-align: center;}
.p-l-material .back-style.active img{opacity: .5;}
.p-l-material .back-style.active .t1{opacity: 1}
@media(max-width:1720px) {
    .p-l-material{padding-top: 160px;padding-bottom: 145px;}
}
@media(max-width:1650px) {
    .p-l-material{padding-top: 150px;padding-bottom: 130px;}
    .p-l-material .title{margin-bottom: 65px;}
}
@media(max-width:1570px) {
    .p-l-material{padding-top: 140px;padding-bottom: 120px;}
    /* .p-l-material .items:nth-child(1) .back-style:first-child{border-top-left-radius:36px;}
    .p-l-material .items:nth-child(1) .back-style:last-child{border-bottom-left-radius:36px;}
    .p-l-material .items:nth-child(3) .back-style:first-child{border-top-right-radius:36px;}
    .p-l-material .items:nth-child(3) .back-style:last-child{border-bottom-right-radius:36px;} */
}
@media(max-width:1430px) {
    .p-l-material{padding-top: 130px;padding-bottom: 120px;}
    .p-l-material .title{margin-bottom: 55px;}
    .p-l-material .content{gap: 8px;}
    /* .p-l-material .items:nth-child(1) .back-style:first-child{border-top-left-radius:32px;}
    .p-l-material .items:nth-child(1) .back-style:last-child{border-bottom-left-radius:32px;}
    .p-l-material .items:nth-child(3) .back-style:first-child{border-top-right-radius:32px;}
    .p-l-material .items:nth-child(3) .back-style:last-child{border-bottom-right-radius:32px;} */
}
@media(max-width:1199px){
    .p-l-material{padding-top: 100px;padding-bottom: 90px;}
    .p-l-material .title{margin-bottom: 45px;}
}
@media(max-width:991px){
    .p-l-material{padding-top: 80px;padding-bottom: 70px;}
}
@media(max-width:899px){
    .p-l-material{padding-top: 50px;padding-bottom: 50px;width: 100%;}
    .p-l-material .content{gap: 10px;}
    .p-l-material .items,.p-l-material .items:nth-child(1),.p-l-material .items:nth-child(3){width: 100% !important;min-width: 0;}
    .p-l-material .items:nth-child(1),.p-l-material .items:nth-child(3){flex: 1;}
    .p-l-material .items:nth-child(2){order: -1;min-height: 200px;width: 100%;border-radius: 20px;}
    /* .p-l-material .items:nth-child(1) .back-style:first-child{border-top-left-radius:20px;}
    .p-l-material .items:nth-child(1) .back-style:last-child{border-bottom-left-radius:20px;}
    .p-l-material .items:nth-child(3) .back-style:first-child{border-top-right-radius:20px;}
    .p-l-material .items:nth-child(3) .back-style:last-child{border-bottom-right-radius:20px;} */
    .p-l-material .back-style{width: 100%;}
    .p-l-material .back-style img{width: 100%;height: auto;}
    .p-l-material .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;margin-bottom: 28px;}
}
@media(max-width:768px){
    .p-l-material .content{flex-wrap: wrap;}
    .p-l-material .items{flex: 0 0 100%;}
    .p-l-material .back-style .t1{font-size: 16px;line-height: 24px;padding: 0 15px;text-align: center;}
}
@media(max-width:540px){
    .p-l-material .items:nth-child(2){min-height: 160px;}
}

.p-l-test {background-color: var(--public-color-b);padding: 85px 0 75px;}
.p-l-test .content{display: flex;justify-content: space-between;align-items: center;gap: var(--pl-gap-md, 24px);}
.p-l-test .left{width: 45%;}
.p-l-test .right{width: 50%;position: relative;display: flex;align-items: center;justify-content: center;}
.p-l-test .right>img{border-radius: 8px;overflow: hidden;}
.p-l-test .right .v-btn{width: 75px;height: 75px;position: absolute;left: 35px;bottom: 30px;background-color: #ffffff;border-radius: 100%;display: inline-flex;justify-content: center;align-items: center;cursor: pointer;}
.p-l-test .right .v-btn,.p-l-test .right .v-btn img{transition: all 0.3s ease-in-out;}
.p-l-test .right .v-btn:hover{background-color: var(--public-color);}
.p-l-test .right .v-btn:hover>img{filter: brightness(0) invert(1);}
.p-l-test h3{font-size: var(--pl-fs-title, 40px);line-height: var(--pl-fs-title-lh, 56px);font-weight: 600;color: #ffffff;margin-bottom: 35px;}
.p-l-test p{color: #cccccc;margin-bottom: 15px;font-size: var(--pl-fs-body, 16px);line-height: var(--pl-fs-body-lh, 24px);}
.p-l-test p:nth-last-of-type(1){margin-bottom: 0;}
.p-l-test ul{margin-top: 55px;}
.p-l-test li:last-child{margin-bottom: 0;}
.p-l-test li{font-size: var(--pl-fs-body, 16px);line-height: var(--pl-fs-body-lh, 24px);color: #ffffff;position: relative;padding-left: 30px;margin-bottom: 15px;}
.p-l-test li::before{content: "\f00c";font-family: 'cmsfont';color: #ffffff;position: absolute;left: 0;top: 0;}
.p-l-test .text{margin-bottom: 55px;}
@media(max-width:1650px) {
    .p-l-test .left{width: 47%;}
    .p-l-test .right{width: 48%;}
}
@media(max-width:1570px) {
    .p-l-test .text{margin-bottom: 45px;}
}
@media(max-width:1430px) {
    .p-l-test{padding: 65px 0 60px;}
    .p-l-test h3{font-size: 34px;line-height: 48px;margin-bottom: 28px;}
    .p-l-test ul{margin-top: 40px;}
    .p-l-test .text{margin-bottom: 40px;}
    .p-l-test .right .v-btn{width: 65px;height: 65px;}
}
@media(max-width:1199px){
    .p-l-test{padding: 60px 0 55px;}
    .p-l-test .text{margin-bottom: 35px;}
}
@media(max-width:991px){
    .p-l-test{padding: 50px 0 45px;}
}
@media(max-width:899px){
    .p-l-test{padding: 40px 0 36px;width: 100%;}
    .p-l-test .content{flex-direction: column;gap: 25px;align-items: stretch;}
    .p-l-test .left,.p-l-test .right{width: 100%;}
    .p-l-test .right{order: -1;width: 60% !important;}
    .p-l-test .right>img{width: 100%;height: auto;}
    .p-l-test .left{width: 100% !important;}
    .p-l-test .text{margin-bottom: 20px;}
    .p-l-test h3{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .p-l-test .right .v-btn{width: 56px;height: 56px;left: 20px;bottom: 16px;}
}
@media(max-width:768px){
    .p-l-test .left{width: 100% !important;}
    .p-l-test .right{width: 80% !important;}
    .p-l-test ul{margin-top: 25px;}
}
@media(max-width:560px){
    .p-l-test .right{width: 100% !important;}
}

.p-l-desc{height: 140px;background-color: #ffffff;box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);padding-top: 45px;}
.p-l-desc .grid{--bs-gap:60px}
.p-l-desc .list{display: grid;grid-template-columns: 40px auto;gap: 15px;color: #666666;}
.p-l-desc .img-1{filter: sepia(1);opacity: .3;transition: opacity 0.3s ease-in-out;}
.p-l-desc .list.active .img-1{filter:none;opacity: 1;}
@media(max-width:1570px) {
    .p-l-desc .grid{--bs-gap:50px;}
}
@media(max-width:1500px) {
    .p-l-desc .grid{--bs-gap:45px;}
}
@media(max-width:1430px) {
    .p-l-desc{height: 120px;padding-top: 35px;}
    .p-l-desc .grid{--bs-gap:45px;}
}
@media(max-width:1199px){
    .p-l-desc{height: auto;padding-bottom: 35px;}
    .p-l-desc .grid{--bs-gap: 30px;}
}
@media(max-width:899px){
    .p-l-desc{height: auto;padding: 30px 0;width: 100%;}
    .p-l-desc .grid{--bs-gap: 20px;width: 100%;}
    .p-l-desc .list{display: flex;flex-direction: column;align-items: flex-start;gap: 10px;width: 100%;}
    .p-l-desc .img-1{order: -1;}
}
@media(max-width:768px){
    .p-l-desc .cont{font-size: 14px;line-height: 20px;}
}
@media(max-width:540px){
    .p-l-desc .grid{--bs-gap: 15px;}
    .p-l-desc .g-col-6,.p-l-desc .g-col-md-4{grid-column: span 12;}
}

.p-l-child {padding-top: 50px;}
.p-l-child .content{display: flex;justify-content: space-between;gap: 45px;}
.p-l-child .aside{width: 32%;border-right: 2px solid #f1f1f1;}
.p-l-child .aside .h3{font-size: 40px;line-height: 56px;font-weight: 600;color: #333333;letter-spacing: -1px;margin-bottom: 45px;padding-right: 15px;}
.p-l-child .aside .list-box , .p-l-child .aside-cont{margin-right: 50px;}
.p-l-child .aside .list-box{margin-bottom: 60px;}
.p-l-child .aside .list:last-child{margin-bottom: 0;}
.p-l-child .aside .list{min-height: 133px;background-color: #f1f1f1;border-radius: 24px;display: grid;grid-template-columns: 45px auto;gap: 20px;margin-bottom: 20px;padding: 30px 25px 20px;}
.p-l-child .aside .img-1{width: 45px;aspect-ratio: 1;border-radius: 100%;display: inline-flex;justify-content: center;align-items: center;background-color: var(--public-color-b);transition: all 0.3s ease-in-out ;}
.p-l-child .aside .h5{font-size: 20px;line-height: 28px;font-weight: 600;color: #333333;letter-spacing: -.6px;margin-bottom: 10px;}
.p-l-child .aside .cont{color: #666666;}
.p-l-child .aside-cont {background-color: #ffffff;box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);border-radius: 8px;padding: 35px 30px 35px 40px;}
.p-l-child .aside-cont .cont{font-size: 20px;line-height: 32px;color: #666666;margin-bottom: 40px;}
.p-l-child .article{width: 65%;}
.p-l-child .items:first-child{padding-top: 0;}
.p-l-child .items:last-child{padding-bottom: 0;}
.p-l-child .items:last-child::after{display: none;}
.p-l-child .items::after{content: "";width: 44%;height: 1px;border-top: 2px dashed #e2e2e2;position: absolute;bottom: 0;right: 0;}
.p-l-child .items{display: flex;justify-content: space-between;position: relative;padding: 50px 0;}
.p-l-child .items .a-img{width: 50%;display: flex;justify-content: center;align-items: center;background-color: #f1f1f1;border-radius: 8px;}
.p-l-child .items .a-img > img{mix-blend-mode: multiply;}
.p-l-child .items .textbox{width: 44%;color: #666666;display: flex;flex-direction: column;justify-content: center;}
.p-l-child .items .t1{font-size: 28px;line-height: 36px;font-weight: 600;color: #333333;letter-spacing: -.6px;margin-bottom: 20px;}
.p-l-child .items ol{ margin-top: 25px;}
.p-l-child .items li{padding-left: 30px;position: relative;margin-bottom: 10px;letter-spacing: -.4px;}
.p-l-child .items li:last-child{margin-bottom: 0;}
.p-l-child .items li::before{content: "\f00c";font-family: 'cmsfont';color: var(--public-color);position: absolute;left: 0;top: 0;}
.p-l-child .img-app{display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;margin-top: 25px;}
.p-l-child .items .img-xl , .p-l-child .items .img-xl img{border-radius: 8px;}
@media(max-width:1650px) {
    .p-l-child .content{gap: 40px;}
    .p-l-child .aside .list-box,.p-l-child .aside-cont{margin-right: 40px;}
    .p-l-child .items{padding: 45px 0;}
}
@media(max-width:1570px) {
    .p-l-child .content{gap: 35px;}
    .p-l-child .aside .list-box,.p-l-child .aside-cont{margin-right: 35px;}
    .p-l-child .aside .list-box{margin-bottom: 50px;}
    .p-l-child .aside-cont{padding: 30px 26px 30px 34px;}
}
@media(max-width:1430px) {
    .p-l-child .aside .h3{font-size: 34px;line-height: 48px;margin-bottom: 35px;}
    .p-l-child .aside .list{min-height: 115px;padding: 24px 20px 18px;gap: 16px;}
    .p-l-child .aside .h5{font-size: 18px;line-height: 26px;}
    .p-l-child .items{padding: 40px 0;}
    .p-l-child .items .t1{font-size: 24px;line-height: 32px;}
}
@media(max-width:1199px){
    .p-l-child .content{gap: 20px;}
    .p-l-child .aside{width: 30%;border-right: none;padding-bottom: 32px;}
    .p-l-child .aside .h3{font-size: 30px;line-height: 42px;margin-bottom: 25px;}
    .p-l-child .aside .list-box,.p-l-child .aside-cont{margin-right: 0;}
    .p-l-child .aside-cont{padding: 25px 15px;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}
    .p-l-child .aside-cont .cont{font-size: 18px;line-height: 26px;margin-bottom: 25px;}
    .p-l-child .article {width: 68%;}
    .p-l-child .items .textbox{width: 46%;}
    .p-l-child .img-app{gap: 10px;}
}
@media(max-width:991px){
    .p-l-child{padding-top: 40px;}
    .p-l-child .aside .h3{font-size: 28px;line-height: 36px;}
    .p-l-child .aside .list-box{margin-bottom: 40px;}
    .p-l-child .items .t1{font-size: 22px;line-height: 30px;}
}
@media(max-width:899px){
    .p-l-child{padding-top: 30px;width: 100%;}
    .p-l-child .content{gap: 24px;}
    .p-l-child .aside{padding-bottom: 28px;min-width: 255px;}
    .p-l-child .aside .h3{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;margin-bottom: 28px;}
    .p-l-child .aside .list{width: 100%;padding: 22px 15px 20px;display: flex;flex-direction: column;}
    .p-l-child .aside-cont{padding: 25px 10px}
    .p-l-child .aside-cont .cont{font-size: 18px;line-height: 28px;margin-bottom: 28px;}
    .p-l-child .items{flex-direction: column;gap: 25px;align-items: stretch;padding: 32px 0;}
    .p-l-child .items .a-img,.p-l-child .items .textbox{width: 100%;}
    .p-l-child .items::after{width: 100%;}
}
@media(max-width:768px){
    .p-l-child{padding-top: 25px;}
    .p-l-child .content{flex-direction: column;}
    .p-l-child .aside{min-width: auto;width: 100%;border-bottom: 2px solid #f1f1f1;}
    .p-l-child .aside .h3{font-size: 22px;line-height: 32px;margin-bottom: 24px;}
    .p-l-child .aside .list-box{display: grid;grid-template-columns: repeat(2,1fr);gap: 15px;}
    .p-l-child .aside .h5{font-size: 16px;line-height: 24px;font-weight: 500;}
    .p-l-child .aside .list{width: auto;min-height: auto;padding: 20px 16px 18px;gap: 14px;margin-bottom: 0;justify-content: center}
    .p-l-child .aside-cont{padding: 20px 16px 24px 20px;}
    .p-l-child .aside-cont .cont{font-size: 16px;line-height: 26px;margin-bottom: 24px;}
    .p-l-child .article{width: 100%;}
    .p-l-child .items{padding: 28px 0;flex-direction: row;}
    .p-l-child .items .t1{font-size: 22px;line-height: 32px;margin-bottom: 16px;}
    .p-l-child .items .text{font-size: 14px;line-height: 20px;}
    .p-l-child .items ol{margin-top: 18px;}
    .p-l-child .items li{font-size: 14px;line-height: 20px;padding-left: 26px;}
    .p-l-child .img-app{margin-top: 18px;}
}
@media(max-width:630px){
    .p-l-child .items{flex-direction: column;}
}
@media(max-width:540px){
    .p-l-child .aside .list{grid-template-columns: 36px auto;gap: 12px;}
    .p-l-child .aside .img-1{width: 36px;}
    .p-l-child .aside .list-box{grid-template-columns: repeat(1, 1fr);}
    .p-l-child .items{padding: 24px 0;}
    .p-l-child .items .t1{font-size: 18px;line-height: 26px;}
}
@media(max-width:430px){
    .p-l-child .aside .h3{font-size: 20px;line-height: 28px;}
}

.all-big-faq{padding-top: 130px;}
.all-big-faq .content{display:flex;justify-content:space-between;align-items:flex-start;gap:35px}
.all-big-faq .title{margin-bottom:65px}
.all-big-faq .article{width:65%;}
.all-big-faq .aside{min-width:350px;width:33%;background-color: #f1f1f1;border-radius: 8px;padding: 40px 25px 65px 45px;position: sticky;height: fit-content;top: 120px;}
.all-big-faq .aside .h3{font-size:32px;line-height:41px;font-weight: 600;color:#333333;position:relative;margin-bottom: 20px;}
.all-big-faq .aside .cont{font-size: 18px;line-height: 30px;margin-bottom: 60px;}
.all-big-faq .aside p{margin-bottom: 10px;}
.all-big-faq .aside p:nth-last-of-type(1){margin-bottom: 0;}
.all-big-faq .aside ul{margin-top: 25px;}
.all-big-faq .aside li:last-child{margin-bottom: 0;}
.all-big-faq .aside li{font-size: 16px;line-height: 28px;color: #666666;position: relative;padding-left: 35px;margin-bottom: 15px;}
.all-big-faq .aside li::before{content:"\f00c";font-family: 'cmsfont';color: var(--public-color);position: absolute;left: 0;top: 0;}
.all-big-faq .a-eb{height: 56px;font-size: 20px;padding: 0 50px;border-radius: 28px;}

.all-faqs .items.active{background-color:#ffffff;box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);border-radius:8px;margin-bottom:10px}
.all-faqs .items.active::after,.all-faqs .items.show:after{background-color:transparent}
.all-faqs .quen-a p img{border-radius:10px;margin-right:18px}
.all-faqs .quen-a p img:last-child{margin-right:0}
.all-faqs .items{padding:30px 35px 35px 45px;position:relative}
.all-faqs .items:last-child{margin-bottom:0}
.all-faqs .items::after{content:"";width:calc(100% - 45px);height:1px;background-color:#cccccc;position:absolute;right:0;bottom:0}
.all-faqs .item{display:flex;justify-content: space-between;grid-gap:18px;cursor:default;position:relative}
.all-faqs .quen-q{font-size:18px;line-height:28px;color:#222222;font-weight:500}
.all-faqs .quen-a{font-size:16px;line-height:24px;color:#999999;position:relative;margin-top:25px;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}
.all-faqs .quen-a p{margin-bottom:10px}
.all-faqs .quen-a p:last-child{margin-bottom:0}
.all-faqs .symbol{width:22px;min-width:22px;height:22px;display:flex;justify-content:center;align-items:center;background-color:var(--public-color);color:#fff;font-size:18px;position:relative;top:2px}
.all-faqs .minus{display:none}
.all-faqs .plus{display:inline-block}
.all-faqs .items.active .minus{display:inline-block}
.all-faqs .items.active .plus{display:none}

@media(max-width:1650px) {
    .all-big-faq .article{width: 62%;}
    .all-big-faq .aside{min-width: 320px;}
}
@media(max-width:1570px) {
    .all-big-faq{padding-top: 115px;}
    .all-big-faq .content{gap: 30px;}
    .all-big-faq .title{margin-bottom: 55px;}
}
@media(max-width:1430px) {
    .all-big-faq{padding-top: 100px;}
    .all-big-faq .title{margin-bottom: 50px;}
    .all-big-faq .content{gap: 28px;}
    .all-big-faq .aside{min-width: 300px;padding: 32px 22px 50px 35px;}
    .all-big-faq .aside .h3{font-size: 28px;line-height: 36px;}
    .all-big-faq .aside .cont{font-size: 16px;line-height: 26px;margin-bottom: 45px;}
    .all-faqs .items{padding: 24px 28px 28px 35px;}
    .all-faqs .quen-q{font-size: 16px;line-height: 26px;}
}
@media(max-width:1199px){
    .all-big-faq{padding-top: 85px;}
    .all-big-faq .content{flex-direction: column;gap: 32px;}
    .all-big-faq .article,.all-big-faq .aside{width: 100%;min-width: 0;}
    .all-big-faq .aside{position: static;padding: 32px 24px 45px 32px;}
}
@media(max-width:899px){
    .all-big-faq{padding-top: 55px;width: 100%;}
    .all-big-faq .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;margin-bottom: 32px;}
    .all-big-faq .content{gap: 24px;}
    .all-big-faq .article,.all-big-faq .aside{width: 100% !important;}
    .all-big-faq .aside{padding: 24px 18px 32px 22px;}
}
@media(max-width:768px){
    .all-big-faq{padding-top: 40px;}
    .all-big-faq .title{margin-bottom: 24px;}
    .all-faqs .items::after {width: calc(100% - 15px);}
    .all-faqs .items{padding: 20px 10px 22px 18px;}
    .all-faqs .quen-q{font-size: 16px;line-height: 24px;}
    .all-big-faq .aside .h3{font-size: 22px;line-height: 32px;}
    .all-big-faq .aside .cont{font-size: 14px;line-height: 22px;margin-bottom: 28px;}
    .all-faqs .symbol{width: 20px;min-width: 20px;height: 20px;font-size: 16px;}
    .all-big-faq .a-eb{width: 100%;font-size: 16px;height: 48px;padding: 0 30px;}
}


.all-news{padding: 150px 0;}
.all-news .title{margin-bottom: 90px;}
.all-news .grid{--bs-gap:65px 55px}
.all-news .list{height: 100%;padding: 10px 10px 20px 10px;background-color: #ffffff;box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);border-radius: 8px;}
.all-news .img{position: relative;margin-bottom: 30px;}
.all-news .img , .all-news .img > img{width: 100%;}
.all-news .classify{position: absolute;left: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.7);height: 40px;border-radius: 16px 0px 16px 0px;padding: 0 25px;display: inline-flex;align-items: center;color: #ffffff;font-weight: 500;text-transform: capitalize;}
.all-news .t1{font-size: 20px;line-height: 32px;color: #333333;font-weight: 600;letter-spacing: -.6px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.all-news hr{width: 35px;height: 6px;background-color: var(--public-color);margin-top: 25px;margin-left: 0;}
.all-news .time{font-size: 14px;margin-top: 50px;}
.all-news .time::before{content: url(../../images/time.webp);display: inline-block;transform: translateY(2px);margin-right: 10px;}



.p-i-first{background-image:linear-gradient(180deg , #eff2f9 , #f2f5f7);position: relative;padding-top: 45px;padding-bottom: 120px;}
.p-i-first .small-nav{width: 60%;top: 0;z-index: 1;}
.p-i-first .back-img{position: absolute;left: 0;top: 0;width: 100%;z-index: -1;}
.p-i-first .container-xl{position: relative;}
.p-i-first .content{display: flex;justify-content: space-between;align-items: center;}
.p-i-first .left{width: 60%;text-align: right;}
.p-i-first .left img{max-width: 90%;mix-blend-mode:multiply;}
.p-i-first .right{width: 37%;}
.p-i-first .model{font-size: 16px;line-height: 24px;color: var(--public-color);margin-bottom: 5px;}
.p-i-first h1{font-size: 28px;line-height: 42px;color: #333333;font-weight: 600;margin-bottom: 20px;}
.p-i-first .text{color: #666666;margin-bottom: 35px;}
.p-i-first .output::before{content: "";width: 100%;height: 1px;background: linear-gradient(90deg, rgba(204,204,204,.5) 85%, transparent 0) repeat-x;background-size: 5px 1px;position: absolute;left: 0;top: 0;}
.p-i-first .output{position: relative;display: flex;padding: 35px 0;}
.p-i-first .name{font-size: 16px;line-height: 24px;color: #999999;font-weight: 600;}
.p-i-first .output ul{display: flex;gap: 20px;flex-wrap: wrap;}
.p-i-first .output li a{width: auto;height: 37px;border: solid 1px #cccccc;padding: 0 20px;display: flex;align-items: center;}
.p-i-first .output li a:hover{border-color: var(--public-color);}
.a-box{display: flex;align-items: center;gap: 40px;}
@media(max-width:1650px) {
    .p-i-first{padding-bottom: 100px;}
}
@media(max-width:1570px) {
    .p-i-first{padding-bottom: 90px;}
    .p-i-first .left{width: 58%;}
    .p-i-first .right{width: 39%;}
}
@media(max-width:1430px) {
    .p-i-first{padding-bottom: 90px;}
    .p-i-first h1{font-size: 24px;line-height: 36px;}
    .p-i-first .text{margin-bottom: 28px;}
    .p-i-first .output{padding: 28px 0;}
}
@media(max-width:1199px){
    .p-i-first .left{width: 55%;}
    .p-i-first .left img{max-width: 100%;}
    .p-i-first .right{width: 42%;}
    .p-i-first .a-box{gap: 30px;}
}
@media(max-width:991px){
    .p-i-first{padding-top: 35px;padding-bottom: 70px;}
    .p-i-first h1{font-size: 22px;line-height: 34px;}
}
@media(max-width:899px){
    .p-i-first{padding-top: 30px;padding-bottom: 60px;}
    .p-i-first .small-nav{width: 100%;position: static;padding-left: 0;}
    .p-i-first .content{flex-direction: column;gap: 25px;align-items: stretch;}
    .p-i-first .left{width: 80%;}
    .p-i-first .right{width: 100%;}
    .p-i-first .left{text-align: center;}
    .p-i-first .left img{max-width: 100%;}
    .p-i-first .output{flex-direction: column;align-items: flex-start;gap: 15px;padding: 24px 0;}
    .p-i-first .output ul{flex-wrap: wrap;gap: 12px;}
    .p-i-first .a-box{flex-wrap: wrap;}
}
@media(max-width:768px){
    .p-i-first{padding-top: 0px;padding-bottom: 45px;}
    .p-i-first .left{width: 100%;}
    .p-i-first h1{font-size: 22px;line-height: 32px;margin-bottom: 16px;}
    .p-i-first .text{font-size: 14px;line-height: 20px;margin-bottom: 24px;}
    .p-i-first .output li a{height: 34px;padding: 0 14px;font-size: 14px;}
    .p-i-first .a-box{width: 100%;}
    .p-i-first .a-box .a-eb,.p-i-first .a-box .a-eb-1{min-width: 0;padding: 0 20px;font-size: 16px;}
}


.detail-nav{margin:0px 0 90px;position:sticky;top:90px;height:fit-content;z-index:4;margin-top: -50px;}
.detail-nav .detail-box{display:flex;justify-content:space-between;gap: 100px;}
.detail-nav-xl{display:flex;width: calc(100% - 340px - 100px);}
.detail-nav-xl a{width: 100%;height:50px;font-size:16px;line-height:24px;padding: 0 35px 0 30px;color:#ffffff;background-color: var(--public-color-b);display:flex;align-items:center;justify-content:center;position: relative;transition: all 0.3s ease-in-out;}
.detail-nav-xl a::after{content: "";width: 12px;height: 14px;border-top: 7px solid var(--public-color);border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;bottom: -17px;opacity: 0;transition: opacity 0.3s ease-in-out;}
.detail-nav-xl li{position:relative;display: flex;align-items: center;z-index: 0;}
.detail-nav-xl li.active a,.detail-nav-xl li:hover a{color:#ffffff !important;background-color:var(--public-color);}
.detail-nav-xl li.active a::after,.detail-nav-xl li:hover a::after{opacity: 1;}
.detail-nav.fadeInDown{background-color:#f8f8f8;box-shadow:0px 9px 20px 0px rgba(0,0,0,0.1);padding:0}
.detail-tech{width: 330px;height: 50px;background-color: var(--public-color-b);display: flex;align-items: center;justify-content: center;position: relative;z-index: 4;}
.detail-tech .h5{font-size: 16px;line-height: 24px;color: #ffffff;font-weight: 400;letter-spacing: 0;cursor: pointer;}
.detail-tech .h5:hover{text-decoration: underline;}
@media(max-width:1430px) {
    .detail-nav{margin-bottom: 70px;margin-top: -40px;}
    .detail-nav .detail-box{gap: 60px;}
    .detail-nav-xl{width: calc(100% - 300px - 60px);}
    .detail-nav-xl a{font-size: 15px;padding: 0 25px 0 22px;height: 46px;}
    .detail-tech{width: 280px;height: 46px;}
}
@media(max-width:1199px){
    .detail-nav{margin-bottom: 60px;margin-top: -35px;}
    .detail-nav .detail-box{gap: 40px;}
    .detail-nav-xl{width: calc(100% - 260px - 40px);}
    .detail-nav-xl a{font-size: 14px;padding: 0 20px;height: 44px;}
    .detail-tech{width: 240px;height: 44px;}
}
@media(max-width:991px){
    .detail-nav{top: 70px;}
}
@media(max-width:899px){
    .detail-nav{margin: 0 0 50px;margin-top: -25px;top: 50px;display: none;}
    .detail-nav .detail-box{flex-direction: column;gap: 16px;align-items: stretch;}
    .detail-nav-xl{width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;scrollbar-width: none;flex-wrap: nowrap;}
    .detail-nav-xl::-webkit-scrollbar{display: none;}
    .detail-nav-xl li{flex-shrink: 0;}
    .detail-nav-xl a{white-space: nowrap;font-size: 13px;padding: 0 18px;height: 42px;}
    .detail-nav-xl a::after{bottom: -14px;}
    .detail-tech{width: 100%;height: 42px;}
    .detail-tech .h5{font-size: 14px;line-height: 20px;text-align: center;padding: 0 12px;}
}
@media(max-width:768px){
    .detail-nav{display: none;}
}

.p-i-content .title{margin-bottom: 65px;}
.p-i-content > div{margin-bottom: 120px;}
.p-i-content > div:nth-last-of-type(1){margin-bottom: 0;}
@media(max-width:899px){
    .p-i-content{padding-top: 45px;}
}

.overview .content{display: flex;justify-content: space-between;}
.overview .left{width: 60%;padding-top: 30px;}
.overview .text{color: #666666;}
.overview .text p{margin-bottom: 15px;}
.overview .text li{padding-left: 30px;position: relative;margin-bottom: 10px;font-size: 16px;line-height: 28px;color: #666666;}
.overview .text li::before{content: "\f00c";font-family: 'cmsfont';color: var(--public-color);position: absolute;left: 0;top: 0;}

.overview .right{width: 35%;display: flex;flex-direction: column;gap: 30px;}
.overview .right .list{text-align: center;}
.overview .right .img{margin-bottom: 10px;}
.overview .right .t1{color: #666666;}


.table-flex{margin-bottom: 50px;}
.table-flex:last-child{margin-bottom: 0;}
.table-flex .table-q{background-color: #f0f0f0;border: 1px solid #d3d3d3;display: flex;justify-content: space-between;padding: 10px 25px 10px 35px;}
.table-flex .table-q p{font-size: 18px;line-height: 29px;font-weight: 500;color: #333333;}
.table-flex .symbol{width:22px;min-width:22px;height:22px;display:flex;justify-content:center;align-items:center;background-color:var(--public-color);color:#fff;font-size:18px;position:relative;top:2px}
.table-flex .minus{display:none}
.table-flex .plus{display:inline-block}
.table-flex.active .minus{display:inline-block}
.table-flex.active .plus{display:none}

.details .grid{--bs-gap:30px 10px}

.features{background-color: var(--public-color-b);padding: 80px 0 70px;color: #ffffff;}
.features .content{display: flex;justify-content: space-between;}
.features .left{width: 32%;}
.features .right{width: 65%;position: relative;box-shadow: 0px 8px 18px 0px rgba(0, 97, 173, 0.1);}
.features .right::after{content: "";width: 0px;height: 100%;box-shadow: 0px -20px 20px 20px rgba(0, 97, 173, 1);position: absolute;right: 0;top: 0;z-index: 1;}
.features .title{color: #ffffff;margin-bottom: 30px;}
.features .text{margin-bottom: 65px;}
.features .list{text-align: center;}
.features .img{border-radius: 8px;}
.features .t1{font-size: 18px;line-height: 24px;font-weight: 500;margin-top: 30px;}
.features .next-feat{width: 40px;height: 40px;right: -60px;}
.features .next-feat::after{font-size: 28px;color: #ffffff;}
@media(max-width:1430px) {
    .p-i-content > div{margin-bottom: 90px;}
    .p-i-content .title{margin-bottom: 50px;}
    .overview .text li{font-size: 15px;line-height: 26px;}
    .features{padding: 65px 0 55px;}
    .features .text{margin-bottom: 50px;}
    .features .t1{margin-top: 22px;font-size: 16px;}
}
@media(max-width:1199px){
    .p-i-content > div{margin-bottom: 80px;}
    .p-i-content .title{margin-bottom: 45px;font-size: 34px;line-height: 48px;}
    .overview .left{padding-top: 20px;}
}
@media(max-width:991px){
    .p-i-content > div{margin-bottom: 70px;}
    .p-i-content .title{margin-bottom: 40px;font-size: 30px;line-height: 42px;}
    .table-flex{margin-bottom: 40px;}
    .table-flex .table-q{padding: 10px 20px 10px 28px;}
}
@media(max-width:899px){
    .p-i-content > div{margin-bottom: 55px;}
    .p-i-content .title{margin-bottom: 30px;font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .overview .content{flex-direction: column;gap: 25px;}
    .overview .left , .overview .right{width: 100%;}
    .overview .left{padding-top: 0;}
    .overview .right{gap: 20px;display: grid;grid-template-columns: repeat(2, 1fr);}
    .table-flex .table-q p{font-size: 16px;line-height: 24px;}
    .details .grid{--bs-gap: 20px 10px;}
    .features{padding: 50px 0 45px;}
    .features .content{flex-direction: column;gap: 28px;align-items: stretch;}
    .features .left,.features .right{width: 100%;}
    .features .text{margin-bottom: 30px;}
    .features .right::after{display: none;}
    .features .next-feat{right: 5px;top: 40%;}
}
@media(max-width:768px){
    .p-i-content > div{margin-bottom: 45px;}
    .p-i-content .title{margin-bottom: 25px;}
    .overview .content{flex-direction: column;gap: 25px;align-items: stretch;}
    .overview .left{width: 100%;}
    .overview .text{font-size: 14px;line-height: 20px;}
    .overview .text li{font-size: 14px;line-height: 22px;padding-left: 26px;}
    .overview .right .t1{font-size: 14px;line-height: 20px;}
    .table-flex{margin-bottom: 30px;}
    .table-flex .table-q{padding: 10px;}
    .table-flex .table-q p{font-size: 14px;line-height: 20px;}
    .details .g-col-6,.details .g-col-md-3{grid-column: span 6;}
    .features{padding: 40px 0 36px;}
    .features .title{margin-bottom: 20px;font-size: 22px;line-height: 32px;}
    .features .text{font-size: 14px;line-height: 20px;margin-bottom: 24px;}
    .features .left .a-eb{width: 100%;text-align: center;}
    .features .t1{font-size: 16px;line-height: 22px;margin-top: 16px;}
    .features .next-feat{width: 36px;height: 36px;}
}
@media(max-width:540px){
    .overview .right .list{width: 100%;}
}
@media(max-width:430px){
    .p-i-content .title{font-size: 20px;line-height: 28px;}
    .details .g-col-6,.details .g-col-md-3{grid-column: span 12;}
    .details .img img{width: 100%;}
    .features .title{font-size: 20px;line-height: 28px;}
}

.related-pro {padding: 120px 0 180px;}
.all-products .title{margin-bottom: 95px;}
.all-products .grid{--bs-gap:30px 55px}
.all-products .list{height: 100%;padding: 10px 10px 50px 10px;background-color: #ffffff;box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);border-radius: 8px;position: relative;}
.all-products .img{height: 265px;background-image: linear-gradient(175deg, #d4e5f3 0%, rgba(212,229,243,.2) 100%);display: flex;justify-content: center;align-items: center;padding: 20px;margin-bottom: 20px;}
.all-products .img img{mix-blend-mode: multiply;}
.all-products .box{min-height: 230px;}
.all-products .model{font-size: 14px;color: var(--public-color);margin-bottom: 10px;}
.all-products .t1{font-size: 20px;line-height: 28px;color: #333333;font-weight: 600;margin-bottom: 25px;}
.all-products .cont{color: #666666;}
.all-products .list::after{content: "";width: 35px;height: 6px;background-color: var(--public-color);position: absolute;left: 10px;bottom: 30px;}
@media(max-width:1430px) {
    .related-pro{padding: 90px 0 130px;}
    .all-products .title{margin-bottom: 70px;}
    .all-products .grid{--bs-gap:24px 40px;}
    .all-products .img{height: 230px;}
    .all-products .box{min-height: 200px;}
    .all-products .t1{font-size: 18px;line-height: 26px;}
}
@media(max-width:1199px){
    .related-pro{padding: 80px 0 110px;}
    .all-products .title{margin-bottom: 55px;}
    .all-products .img{height: 210px;}
}
@media(max-width:899px){
    .related-pro{padding: 60px 0 80px;}
    .all-products .title{margin-bottom: 40px;font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .all-products .grid{--bs-gap: 24px 20px;}
    .all-products .img{height: 200px;}
    .all-products .box{min-height: auto;}
}
@media(max-width:768px){
    .related-pro{padding: 45px 0 60px;}
    .all-products .title{margin-bottom: 30px;}
    .all-products .img{height: 180px;padding: 15px;}
    .all-products .t1{font-size: 18px;line-height: 26px;margin-bottom: 18px;}
    .all-products .cont{font-size: 14px;line-height: 20px;}
    .all-products .list{padding-bottom: 40px;}
}

/* product-content 产品详情页 */
@media(max-width:899px){
    .product-in-paper .all-quote .content{gap: 24px;}
}
@media(max-width:768px){
    .product-in-paper .all-quote{padding: 30px 0;}
    .product-in-paper .all-quote .h3{font-size: 20px;line-height: 28px;}
    .product-in-paper .all-quote .a-eb{width: 100%;text-align: center;}
    .product-in-paper #pro-video.reveal-modal{width: 94%;left: 50%;margin-left: -47%;padding: 15px;}
    .product-in-paper #pro-video .embed-responsive{min-height: 200px;}
}


.sol-kind{padding-top: 105px;}
.sol-kind .items:last-child{margin-bottom: 0;}
.sol-kind .items{display: flex;justify-content: space-between;background-color: #ffffff;box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);padding: 10px 15px;transition: all 0.3s ease-in-out;margin-bottom: 45px;}
.sol-kind .left{width: 35%;height: 285px;background-image: linear-gradient(175deg, #d4e5f3 0%, rgba(212,229,243,.2) 100%);padding: 25px;display: flex;justify-content: center;align-items: center;}
.sol-kind .left img{mix-blend-mode: multiply;}

.sol-kind .middle{width: 45%;margin: 0 25px 0 40px;display: flex;flex-direction: column;justify-content: center;}
.sol-kind .right{width: 18%;display: flex;align-items: flex-end;justify-content: flex-end;}
.sol-kind .t1{font-size: 24px;line-height: 33px;font-weight: 600;color: #333333;}
.sol-kind .h6{font-size: 18px;line-height: 26px;font-weight: 600;color: var(--public-color);margin: 10px 0 20px;}
.sol-kind ul{display: grid;grid-template-columns: repeat(2, 1fr);gap: 15px;background: linear-gradient(90deg, rgba(204, 204, 204, .5) 80%, transparent 0) repeat-x;background-size: 15px 1px;padding-top: 20px;}
.sol-kind li{color: #666666;}
.sol-kind .items:hover{box-shadow: 0px 12px 24px 0px rgba(0, 97, 173, 0.2);transform: translateY(-3px);}
@media(max-width:1650px) {
    .sol-kind .middle{margin: 0 20px 0 30px;}
    .sol-kind .left{height: 270px;}
}
@media(max-width:1570px) {
    .sol-kind{padding-top: 90px;}
    .sol-kind .left{height: 260px;}
}
@media(max-width:1430px) {
    .sol-kind{padding-top: 80px;}
    .sol-kind .items{margin-bottom: 35px;padding: 10px 12px;}
    .sol-kind .left{height: 240px;padding: 20px;}
    .sol-kind .t1{font-size: 22px;line-height: 30px;}
}
@media(max-width:1199px){
    .sol-kind{padding-top: 70px;}
    .sol-kind .left{width: 32%;height: 220px;}
    .sol-kind .middle{width: 48%;margin: 0 20px 0 25px;}
    .sol-kind .right{width: 20%;}
}
@media(max-width:991px){
    .sol-kind .items{flex-wrap: wrap;padding: 15px;margin-bottom: 30px;gap: 20px;}
    .sol-kind .left{width: 100%;height: auto;padding: 18px;}
    .sol-kind .middle{width: 75%;margin:0px;}

}
@media(max-width:899px){
    .sol-kind{padding-top: 50px;width: 100%;}
    .sol-kind .left{min-height: 200px;padding: 20px;}
    .sol-kind .middle{margin: 0;}
    .sol-kind .t1{font-size: clamp(18px, 4.5vw, 22px);line-height: 1.3;}
    .sol-kind .h6{font-size: 16px;line-height: 24px;margin: 8px 0 16px;}
    .sol-kind .param{font-size: 14px;line-height: 22px;color: #666666;}
}
@media(max-width:768px){
    .sol-kind{padding-top: 40px;}
    .sol-kind .items{margin-bottom: 24px;padding: 12px;gap: 20px;}
    .sol-kind .left{min-height: 180px;padding: 15px;}
    .sol-kind .t1{font-size: 18px;line-height: 26px;}
    .sol-kind .h6{font-size: 16px;line-height: 24px;margin: 8px 0 14px;}
    .sol-kind .param{font-size: 14px;line-height: 20px;}
    .sol-kind .items:hover{transform: none;}
}
@media(max-width:580px){
    .sol-kind .items{position: relative;}
    .sol-kind .left{justify-content: flex-start;}
    .sol-kind .left img {mix-blend-mode: multiply;max-width: 80%;}
    .sol-kind .middle{width: 100%;}
    .sol-kind .right{top: 30px;width: 25vw;position: absolute;right: 0;mix-blend-mode: multiply;align-items: center;justify-content: center;}
}
@media(max-width:540px){
    .sol-kind .left{min-height: 160px;}
    .sol-kind .right img{width: 75%;}
}
@media(max-width:430px){
    .sol-kind .items{flex-direction: inherit;}
    .sol-kind .t1{font-size: 16px;line-height: 24px;}
    .sol-kind ul{grid-template-columns: repeat(1, 1fr);gap: 10px;}
    .sol-kind .right{width: 55%;position: static;}
    .sol-kind .left img{max-width: 100%;}
}

/* solution-paper 方案列表页 */
@media(max-width:899px){
    .solution-paper .all-news{padding: 50px 0;}
    .solution-paper .all-news .title{margin-bottom: 30px;font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .solution-paper .all-news .grid{--bs-gap: 25px 20px;}
    .solution-paper .all-quote .content{gap: 24px;}
}
@media(max-width:768px){
    .solution-paper .all-news{padding: 30px 0;}
    .solution-paper .all-news .title{margin-bottom: 25px;}
    .solution-paper .all-news .t1{font-size: 18px;line-height: 26px;}
    .solution-paper .all-news .time{margin-top: 20px;}
    .solution-paper .all-quote{padding: 30px 0;}
    .solution-paper .all-quote .h3{font-size: 20px;line-height: 28px;}
    .solution-paper .all-quote .a-eb{width: 100%;text-align: center;}
}

.banner-sol-in{background-image: linear-gradient(36deg, #ffffff 0%, #d4e5f3 100%);padding: 45px 0 0;}
.banner-sol-in .banner-text{position: static;padding-top: 0;}
.banner-sol-in .content{display: block;}
.banner-sol-in.banner-all .cont-box{display: block;width: auto;text-align: center;}
.banner-sol-in .line{margin-left: auto;margin-right: auto;margin-top: 20px;}
.banner-sol-in .cont{color: #666666;}
.banner-sol-in .sol-img{margin-top: 30px;}
.banner-sol-in .sol-img img{mix-blend-mode: darken;}
.banner-sol-in .sol-img.all-swiper{mix-blend-mode: darken;position: relative;}
.banner-sol-in .sol-img.all-swiper .swiper-slide:last-child{display: none;}
.banner-sol-in .pag-sol {left: 0;bottom: 10px;}
.banner-sol-in .pag-sol span{background-color: var(--public-color-b);opacity: .2;width: 10px;height: 10px;border-radius: 0;}
.banner-sol-in .pag-sol span.swiper-pagination-bullet-active{opacity: 1;}
@media(max-width:1430px) {
    .banner-sol-in{padding: 40px 0 0;}
    .banner-sol-in h1{font-size: 40px;line-height: 48px;}
}
@media(max-width:1199px){
    .banner-sol-in h1{font-size: 36px;line-height: 44px;}
    .banner-sol-in .cont{font-size: 15px;line-height: 24px;}
    .banner-sol-in .sol-img{margin-top: 26px;}
}
@media(max-width:899px){
    .banner-sol-in{padding: 30px 0 0;}
    .banner-sol-in h1{font-size: clamp(26px, 6vw, 34px);line-height: 1.25;}
    .banner-sol-in .line{margin-top: 18px;}
    .banner-sol-in .sol-img{margin-top: 22px;}
    .banner-sol-in .in-banner .small-nav{margin-bottom: 20px;}
}
@media(max-width:768px){
    .banner-sol-in{padding: 25px 0 0;}
    .banner-sol-in h1{font-size: 22px;line-height: 32px;}
    .banner-sol-in .cont{font-size: 14px;line-height: 20px;margin-top: 15px;}
    .banner-sol-in .line{width: 40px;height: 6px;margin-top: 16px;}
    .in-banner .small-nav{padding-left: 0;}
}

.sol-in-nav {margin-bottom: 90px;position: sticky;top: 90px;height: fit-content;z-index: 2;}
.sol-in-nav .all-nav{justify-content: flex-start;}
.sol-in-nav .all-nav a{gap: 10px;min-width: 220px;padding: 0 50px !important;}
@media(max-width:1199px){
    .sol-in-nav{margin-bottom: 70px;}
    .sol-in-nav .all-nav a{min-width: auto;padding: 0 28px !important;}
}
@media(max-width:991px){
    .sol-in-nav{top: 70px;margin-bottom: 60px;}
    .sol-in-nav .all-nav a{padding: 0 22px !important;font-size: 14px;height: 44px;}
}
@media(max-width:899px){
    .sol-in-nav{margin-bottom: 50px;top: 50px;}
    .sol-in-nav .all-nav a{min-width: auto;padding: 0 18px !important;font-size: 13px;height: 42px;}
}
@media(max-width:768px){
    .sol-in-nav{margin-bottom: 40px;}
}

.sol-in-pro{margin-bottom: 140px;}
.sol-in-pro .top-head{margin-bottom: 45px;width: 65%;}
.sol-in-pro .title{margin-bottom: 40px;}
.sol-in-pro .tabnav{display:grid;grid-template-columns:repeat(5,1fr);gap:30px 27px;cursor:grab;border-bottom:4px solid #fff;padding-bottom:20px;margin-bottom: 45px;}
.sol-in-pro .tab-item{cursor:pointer;padding:10px 15px;background-color:#fff;position:relative;display:flex;flex-direction:column;align-items:center}
.sol-in-pro .tab-item::after{content:"";width:0%;height:4px;background-color:var(--public-color);position:absolute;bottom:-24px;transition:width .3s ease-in-out}
.sol-in-pro .tab-item .img{height: 165px;display: flex;justify-content: center;align-items: center;}
.sol-in-pro .tab-item .tt{text-align: center;}
.sol-in-pro .items{position: relative;background-color: #edf1f5;padding: 30px 30px 30px 35px;}
.sol-in-pro .tabnr .items{display:none}
.sol-in-pro .tabnr .items.active{display:block}
.sol-in-pro .tab-item.active::after{width: 100%;}
@media(max-width:1430px) {
    .sol-in-pro{margin-bottom: 100px;}
    .sol-in-pro .tabnav{gap: 24px 20px;}
    .sol-in-pro .tab-item .img{height: 150px;}
    .sol-in-specify,.sol-in-featur,.sol-relate,.sol-in-faq{margin-bottom: 90px;}
}
@media(max-width:1199px){
    .sol-in-pro .top-head{width: 80%;}
    .sol-in-pro .tabnav{grid-template-columns: repeat(4, 1fr);gap: 20px 16px;}
    .sol-in-pro .tab-item{padding: 0 0 10px;}
    .sol-in-pro .tab-item .img{height: 140px;}
}
@media(max-width:991px){
    .sol-in-pro{margin-bottom: 80px;}
    .sol-in-pro .top-head{width: 100%;margin-bottom: 35px;}
    .sol-in-pro .tabnav{grid-template-columns: repeat(3, 1fr);gap: 18px 14px;padding-bottom: 16px;margin-bottom: 36px;}
    .sol-in-pro .tab-item .img{height: 120px;}
    .sol-in-pro .items{padding: 24px 20px;}
}
@media(max-width:899px){
    .sol-in-pro{margin-bottom: 60px;}
    .sol-in-pro .top-head{margin-bottom: 30px;}
    .sol-in-pro .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;margin-bottom: 24px;}
    .sol-in-pro .tabnavs{/*overflow-x: auto;-webkit-overflow-scrolling: touch;scrollbar-width: none;*/margin-bottom: 20px;}
    .sol-in-pro .tabnavs::-webkit-scrollbar{display: none;}
    .sol-in-pro .tabnav{display: flex;flex-wrap: nowrap;gap: 12px;border-bottom: none;padding-bottom: 0;margin-bottom: 0;/*width: max-content;min-width: 100%;*/}
    .sol-in-pro .tab-item{/*flex: 0 0 auto;min-width: 118px;*/}
    .sol-in-pro .tab-item::after{bottom: -4px;}
    .sol-in-pro .tab-item .img{height: 90px;}
    .sol-in-pro .tab-item .tt{font-size: 13px;line-height: 18px;}
    .sol-in-pro .items{padding: 20px 15px;}
}
@media(max-width:768px){
    .sol-in-pro .title{margin-bottom: 20px;}
    .sol-in-pro .text{font-size: 14px;line-height: 20px;}
    .sol-in-pro .tab-item .img{height: 72px;}
    /* .sol-in-pro .tab-item{min-width: 100px;} */
    .sol-in-pro .items{padding: 16px 12px;}
    .sol-in-pro .items .table-wrapper-md table{margin-bottom: 30px;}
}

.sol-in-specify{margin-bottom: 120px;}
.sol-in-specify .title{margin-bottom: 70px;}
.sol-in-specify .table-wrapper table tbody tr:nth-of-type(odd) { background-color: #edf2f7; }
.sol-in-specify .table-wrapper table th, .table-wrapper table td{color: #666666;}
.sol-in-specify .table-wrapper table th strong, .table-wrapper table td strong{font-weight: 500;}
.sol-in-specify .table-a table{margin-bottom: 35px;}
.sol-in-specify .table-a li:last-child{margin-bottom: 0;}
.sol-in-specify .table-a li{color: #666666;font-size: 16px;line-height: 28px;position: relative;padding-left: 15px;margin-bottom: 15px;}
.sol-in-specify .table-a li::before{content: "";width: 3px;height: 15px;background-color: var(--public-color);position: absolute;left: 0;top: 7px;}
@media(max-width:1199px){
    .sol-in-specify .title{margin-bottom: 55px;}
}
@media(max-width:899px){
    .sol-in-specify{margin-bottom: 55px;}
    .sol-in-specify .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;margin-bottom: 32px;}
}
@media(max-width:768px){
    .sol-in-specify .title{margin-bottom: 25px;}
}

.sol-in-featur{margin-bottom: 120px;}
.sol-in-featur .title{margin-bottom: 80px;}
.sol-in-featur .grid{--bs-gap:40px}
.sol-in-featur .v{margin-bottom: 25px;border-radius: 8px;overflow: hidden;}
.sol-in-featur .v ,.sol-in-featur iframe{border-radius: 8px;}
.sol-in-featur .box{position: relative;padding-left: 20px;color: #666666;}
.sol-in-featur .box::before{content: "";width: 3px;height: 15px;background-color: var(--public-color);position: absolute;left:0;top: 5px;}
@media(max-width:1199px){
    .sol-in-featur .title{margin-bottom: 55px;}
}
@media(max-width:899px){
    .sol-in-featur{margin-bottom: 55px;}
    .sol-in-featur .title{margin-bottom: 32px;font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .sol-in-featur .grid{--bs-gap: 24px;}
    .sol-in-featur iframe{height: 200px;}
}
@media(max-width:768px){
    .sol-in-featur .title{margin-bottom: 25px;}
    .sol-in-featur .v{margin-bottom: 16px;}
    .sol-in-featur .box{font-size: 14px;line-height: 20px;padding-left: 16px;}
    .sol-in-featur iframe{height: 180px;}
}

.sol-relate{margin-bottom: 120px;}
.sol-relate .title{margin-bottom: 60px;}
.sol-relate .grid{--bs-gap:30px 55px}
@media(max-width:1430px){
    .sol-relate .title{margin-bottom: 50px;}
    .sol-relate .grid{--bs-gap: 24px 40px;}
}
@media(max-width:899px){
    .sol-relate{margin-bottom: 55px;}
    .sol-relate .title{margin-bottom: 32px;font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .sol-relate .grid{--bs-gap: 24px 20px;}
}
@media(max-width:768px){
    .sol-relate{margin-bottom: 45px;}
    .sol-relate .title{margin-bottom: 25px;}
    .sol-relate.all-products .img{height: 180px;padding: 15px;}
    .sol-relate.all-products .t1{font-size: 18px;line-height: 26px;}
    .sol-relate.all-products .cont{font-size: 14px;line-height: 20px;}
}

.sol-in-app .title{margin-bottom: 60px;}
.sol-in-app .grid{--bs-gap:40px 10px}
@media(max-width:899px){
    .sol-in-app .title{margin-bottom: 32px;font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .sol-in-app .grid{--bs-gap: 20px 10px;}
}
@media(max-width:768px){
    .sol-in-app .title{margin-bottom: 25px;}
    .sol-in-app .g-col-6,.sol-in-app .g-col-md-3{grid-column: span 6;}
}


.sol-in-faq{margin-bottom: 155px;}
@media(max-width:899px){
    .sol-in-faq{margin-bottom: 60px;}
    .sol-in-faq .all-big-faq{padding-top: 40px;}
}
@media(max-width:768px){
    .sol-in-faq{margin-bottom: 45px;}
}

/* product-content-sol 方案详情页询盘 */
@media(max-width:899px){
    .sol-in-faq + .all-quote .content{gap: 24px;}
}
@media(max-width:768px){
    .sol-in-faq + .all-quote{padding: 30px 0;}
    .sol-in-faq + .all-quote .h3{font-size: 20px;line-height: 28px;}
    .sol-in-faq + .all-quote .a-eb{width: 100%;text-align: center;}
}

.about-first{padding: 115px 0 175px;}
.about-first .content{display: flex;justify-content: space-between;align-items: center;}
.about-first .left{width: 50%;position: relative;display: flex;justify-content: center;}
.about-first .right{width: 45%;}
.about-first .small-box {
    width: calc(100% - 100px);
    min-height: 115px;
    background-color: #ffffff;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    bottom: -60px;
    padding-top: 25px;
}
.about-first .list + .list{border-left: 1px solid rgba(204,204,204,.5);}
.about-first .list{padding-left: 40px;padding-right: 20px;}
.about-first .d{font-size: 28px;line-height: 32px;color: #333333;font-weight: 600;margin-bottom: 10px;}
.about-first .title{margin-bottom: 50px;}
.about-first .text{color: #666666;}
.about-first .text p{margin-bottom: 15px;}
.about-first .text p:last-child{margin-bottom: 0;}
.about-first .text::after{content: "";width: 34px;height: 6px;background-color: var(--public-color);display: block;margin-top: 55px;}
@media(max-width:1650px) {
    .about-first{padding: 100px 0 155px;}
}
@media(max-width:1570px) {
    .about-first{padding: 95px 0 145px;}
    .about-first .small-box{width: calc(100% - 80px);}
}
@media(max-width:1430px) {
    .about-first{padding: 90px 0 130px;}
    .about-first .title{margin-bottom: 40px;}
    .about-first .small-box{width: calc(100% - 80px);min-height: 100px;bottom: -50px;padding-top: 0;}
    .about-first .d{font-size: 24px;line-height: 28px;}
}
@media(max-width:1330px) {
    .about-first .list {height: 100%;padding: 0 20px;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;}
    .about-first .list:last-child{padding: 0 20px 0 40px;}
}
@media(max-width:1240px) {
    .about-first .d {font-size: 22px;line-height: 28px;}
    .about-first .list p{font-size: 14px;line-height: 20px;}
}
@media(max-width:1199px){
    .about-first{padding: 80px 0 110px;}
    .about-first .left{width: 48%;}
    .about-first .right{width: 47%;}
}
@media(max-width:991px){
    .about-first{padding: 70px 0 90px;}
    .about-first .title{font-size: 30px;line-height: 42px;margin-bottom: 32px;}
}
@media(max-width:899px){
    .about-first{padding: 50px 0 70px;}
    .about-first .content{flex-direction: column;gap: 25px;align-items: stretch;}
    .about-first .left,.about-first .right{width: 100%;}
    .about-first .left{flex-direction: column;}
    .about-first .small-box{position: static;width: 95%;height: auto;margin: -35px auto 0 auto;padding: 20px 15px;}
    .about-first .list{padding-left: 20px;padding-right: 15px;}
    .about-first .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;margin-bottom: 24px;}
    .about-first .text::after{margin-top: 30px;}
}
@media(max-width:768px){
    .about-first{padding: 40px 0 55px;}
    .about-first .d{font-size: 20px;line-height: 28px;}
    .about-first .text{font-size: 14px;line-height: 20px;}
    .about-first .small-box{padding: 16px 12px;}
    /* .about-first .list + .list{border-left: none;border-top: 1px solid rgba(204,204,204,.5);padding-top: 16px;margin-top: 4px;} */
    .about-first .list{padding-left: 0;padding-right: 0;}
    .about-first .list:last-child{padding: 0 20px;}
}
/* @media(max-width:540px){
    .about-first .small-box{grid-template-columns: 1fr;}
} */

.about-cer{background-color: #edf1f5;padding: 45px 0 50px;}
.about-cer .content{display: flex;justify-content: space-between;align-items: center;}
.about-cer .left{width: 53%;}
.about-cer .right{width: 43%;display: flex;flex-direction: column;align-items: center;gap: 35px;}
.about-cer .title{margin-bottom: 25px;}
.about-cer .text p{margin-bottom: 15px;color: #666666;}
.about-cer .text p:last-child{margin-bottom: 0;}
.about-cer .img-cer{mix-blend-mode: multiply;margin-top: 90px;}
@media(max-width:1430px) {
    .about-cer .img-cer{margin-top: 65px;}
}
@media(max-width:1199px){
    .about-cer .left{width: 50%;}
    .about-cer .right{width: 46%;}
}
@media(max-width:991px){
    .about-cer{padding: 40px 0 45px;}
    .about-cer .img-cer{margin-top: 45px;}
}
@media(max-width:899px){
    .about-cer{padding: 35px 0 40px;}
    .about-cer .content{flex-direction: column-reverse;gap: 30px;align-items: stretch;}
    .about-cer .left,.about-cer .right{width: 100%;}
    .about-cer .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .about-cer .img-cer{margin-top: 28px;}
    .about-cer .right{gap: 24px;align-items: flex-start;}
    .about-cer .a-eb{margin-top: 25px;}
}
@media(max-width:768px){
    .about-cer .text{font-size: 14px;line-height: 20px;}
    .about-cer .img-cer{margin-top: 20px;}
}

.about-service {position: relative;padding-top: 80px;padding-bottom: 75px;color: #ffffff;}
.about-service .img-back{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: -1;}
.about-service .img-back img{width: 100%;height: 100%;}
.about-service .content{display: flex;justify-content: space-between;}
.about-service .left{width: 45%;}
.about-service .right{width: 48%;}
.about-service .title{color: #ffffff;}
.about-service .cont{font-size: 20px;line-height: 24px;color: #cccccc;font-weight: 500;margin: 40px 0 60px;}
.about-service .small-box{background: linear-gradient(90deg, rgba(204, 204, 204, .5) 80%, transparent 0) repeat-x;background-size: 15px 1px;display: flex;flex-wrap: wrap;justify-content: space-between;gap: 65px 0;padding-top: 40px;margin-top: 40px;}
.about-service .list{width: 45%;display: grid;grid-template-columns: 60px auto;gap: 15px;}
.about-service .num{font-size: 28px;line-height: 32px;color: #ffffff;font-weight: 600;margin-bottom: 5px;}
@media(max-width:1430px) {
    .about-service{padding-top: 65px;padding-bottom: 60px;}
    .about-service .cont{margin: 30px 0 45px;font-size: 18px;}
    .about-service .small-box{gap: 45px 0;padding-top: 30px;margin-top: 30px;}
}
@media(max-width:1199px){
    .about-service .left{width: 42%;}
    .about-service .right{width: 52%;}
    .about-service .list{width: 48%;}
}
@media(max-width:991px){
    .about-service{padding-top: 55px;padding-bottom: 50px;}
    .about-service .cont{margin: 24px 0 36px;font-size: 17px;line-height: 24px;}
    .about-service .right{width: 55%;}
}
@media(max-width:899px){
    .about-service{padding-top: 45px;padding-bottom: 45px;}
    .about-service .content{flex-direction: column;gap: 28px;align-items: stretch;}
    .about-service .left,.about-service .right{width: 100%;}
    .about-service .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .about-service .cont{margin: 20px 0 28px;font-size: 16px;line-height: 24px;}
    .about-service .small-box{gap: 28px 0;margin-top: 20px;padding-top: 24px;}
    .about-service .list{width: 48%;}
}
@media(max-width:768px){
    .about-service{padding-top: 40px;padding-bottom: 40px;}
    .about-service .right .text{font-size: 14px;line-height: 20px;}
    .about-service .list{grid-template-columns: 50px auto;}
    .about-service .num{font-size: 24px;line-height: 28px;}
    .about-service .small-box{gap: 20px 0;}
}
@media(max-width:460px){
    .about-service .list{display: flex;flex-direction: column;}
    .about-service .list .img-1{width: 45px;}
    .about-service .num {font-size: 20px;line-height: 28px;}
}
@media(max-width:360px){
    .about-service .list {width: 100%;display: grid;grid-template-columns: 50px auto;}
}

.about-desc{min-height: 170px;background-color: #ffffff;box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);display: flex;align-items: center;}
.about-desc .all-swiper{position: relative;}
.about-desc .list{display: grid;grid-template-columns: 40px auto;gap: 20px;color: #666666;}
.about-desc .img-1{filter: sepia(1);opacity: .3;transition: opacity 0.3s ease-in-out;}
.about-desc .all-hover::after{font-size: 40px;color: #999999;font-weight: 600;}
.about-desc .next-desc{right: -85px;}
.about-desc .prev-desc{left: -85px;}
.about-desc .list:hover .img-1{filter: none;opacity: 1;}
@media(max-width:1600px){
    .about-desc .all-hover {width: 50px;}
    .about-desc .next-desc{right: -55px;}
    .about-desc .prev-desc{left: -55px;}
    .about-desc .all-hover::after{content: "";width: 15px;height: 25px;}
    .about-desc .next-desc::after{background: url(../../images/sign-r-2.webp) no-repeat center;background-size: contain;}
    .about-desc .prev-desc::after{background: url(../../images/sign-l-2.webp) no-repeat center;background-size: contain;}
}
@media(max-width:1530px){
    .about-desc .all-swiper{padding: 0 50px;}
    .about-desc .next-desc{right: -10px;}
    .about-desc .prev-desc{left: -10px;}
}
@media(max-width:1199px){
    .about-desc .next-desc{right: -20px;}
    .about-desc .prev-desc{left: -20px;}
}
@media(max-width:991px){
    .about-desc .container-xl{padding-left: 15px;padding-right: 15px;}
}
@media(max-width:899px){
    .about-desc{min-height: auto;padding: 30px 0;}
    .about-desc .next-desc{right: 0;}
    .about-desc .prev-desc{left: 0;}
    .about-desc .all-hover::after{font-size: 28px;}
}
@media(max-width:768px){
    .about-desc{padding: 24px 0;}
    .about-desc .list{grid-template-columns: 36px auto;gap: 14px;font-size: 14px;line-height: 20px;}
    .about-desc .all-hover{width: 36px;height: 36px;}
}

.about-capabily{padding: 105px 0 170px;}
.about-capabily .title{width: 70%;margin:0 auto 95px;}
.about-capabily .content{display: grid;grid-template-columns: repeat(3,1fr);gap: 30px;}
.about-capabily .items{position: relative;color: #ffffff;}
.about-capabily .items .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 60px 30px 30px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.05) 100%);
}
.about-capabily .t1{font-size: 28px;line-height: 32px;font-weight: 500;margin-bottom: 20px;}
@media(max-width:1430px) {
    .about-capabily{padding: 80px 0 120px;}
    .about-capabily .title{width: 80%;margin-bottom: 70px;}
    .about-capabily .items .box{padding: 45px 24px 24px;}
    .about-capabily .t1{font-size: 24px;line-height: 28px;}
}
@media(max-width:1199px){
    .about-capabily .content{gap: 24px;}
}
@media(max-width:991px){
    .about-capabily{padding: 70px 0 90px;}
    .about-capabily .content{grid-template-columns: repeat(2, 1fr);}
    .about-capabily .title{width: 100%;}
}
@media(max-width:899px){
    .about-capabily{padding: 60px 0 80px;}
    .about-capabily .title{margin-bottom: 40px;font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .about-capabily .items .box{padding: 36px 20px 20px;}
    .about-capabily .t1{font-size: 22px;line-height: 28px;margin-bottom: 14px;}
    .about-capabily .items p{font-size: 14px;line-height: 20px;}
}
@media(max-width:768px){
    .about-capabily{padding: 45px 0 60px;}
    .about-capabily .title{margin-bottom: 28px;}
    .about-capabily .items .box{padding: 32px 18px 18px;}
    .about-capabily .t1{font-size: 20px;line-height: 28px;}
}
@media(max-width:540px){
    .about-capabily .content{grid-template-columns: 1fr;gap: 20px;}
}

.about-team {background-color: #edf1f5;}
.about-team .content{display: flex;justify-content: space-between;align-items: center}
.about-team .left{width: 50%;}
.about-team .right{width: 45%;padding: 15px 0;}
.about-team .text{margin: 40px 0 60px;color: #666666;}
.about-team .text p{margin-bottom: 15px;}
.about-team .text p:last-child{margin-bottom: 0;}
@media(max-width:1430px) {
    .about-team .text{margin: 30px 0 45px;}
}
@media(max-width:1199px){
    .about-team .left{width: 48%;}
    .about-team .right{width: 47%;}
}
@media(max-width:899px){
    .about-team{padding: 15px 0;}
    .about-team .content{flex-direction: column;gap: 25px;align-items: stretch;}
    .about-team .left,.about-team .right{width: 100%;padding: 0;}
    .about-team .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;}
    .about-team .text{margin: 24px 0 30px;}
}
@media(max-width:768px){
    .about-team .text{font-size: 14px;line-height: 20px;margin: 20px 0 24px;}
    .about-team .title{font-size: 22px;line-height: 32px;}
}


.why-rely{min-height:100px;background-color: var(--public-color-b);display: flex;align-items: center;position: sticky;top: 90px;z-index: 2;}
.why-rely ul{display: flex;justify-content: space-between;}
.why-rely ul li{flex: 1;}
.why-rely ul li a{color: #ffffff !important;display: flex;align-items: center;justify-content: center;font-size: 20px;line-height: 28px;}
.why-rely ul li:hover a{text-decoration: underline;}
.why-rely ul li + li{border-left: 1px dashed #ffffff;}
.why-rely ul li img{display: inline-block;margin-right: 15px;}

.why-items{padding-top: 125px;padding-bottom: 165px;}
.why-items .items:last-child{margin-bottom: 0;}
.why-items .items{display: flex;justify-content: space-between;align-items: center;margin-bottom: 140px;}
.why-items .left{width: 42%;}
.why-items .right{width: 52%;}
.why-items .h6{font-size: 20px;line-height: 26px;color: var(--public-color);font-weight: 400;}
.why-items .title{margin: 10px 0 35px;line-height: 50px;}
.why-items .text{margin-bottom: 40px;}
.why-items .text > *{font-size: 16px;line-height: 24px;padding-left: 30px;}
.why-items h5{font-weight: 500;color: #666666;position: relative;margin-bottom: 10px;}
.why-items h5::before{content: "\f00c";font-family: 'cmsfont';color: var(--public-color);position: absolute;left: 0;top: 0;}
.why-items .text p{margin-bottom: 20px;}
/* 小盒子样式 */
.why-items .small-box{display: grid;grid-template-columns: repeat(3,1fr);gap: 15px;}
.why-items .list{min-height: 95px;background-color: #edf1f5;padding: 15px 5px 15px 20px;}
.why-items .num{font-size: 20px;line-height: 32px;font-weight: 500;color: #333333;margin-bottom: 5px;}

@media(max-width:1650px){
    .why-items{padding-top: 110px;padding-bottom: 150px;}
    .why-items .items{margin-bottom: 120px;}
}
@media(max-width:1500px){
    .why-items{padding-top: 100px;padding-bottom: 135px;}
    .why-items .items{margin-bottom: 110px;}
}
@media(max-width:1430px){
    .why-rely{top: 75px;min-height: 65px;}
}
@media(max-width:1340px){
    .why-items .right{width: 55%;}
    .why-items .list{padding: 10px;}
    .why-items .num {line-height: 28px;}
    .why-items .title {font-size: 38px;}
}
@media(max-width:1199px){
    .why-rely{min-height: 60px;}
    .why-rely ul li{flex: auto;border-bottom: none;}
    .why-items{padding-top: 80px;padding-bottom: 110px;}
    .why-items .items{margin-bottom: 85px;}
    .why-items .left{width: 45%;}
    .why-items .right{width: 50%;}
    .why-items .num{font-size: 18px;line-height: 26px;}
}
@media(max-width:1100px){
    .why-rely{top: 70px;}
}
@media(max-width:991px){
    .why-rely ul li a{font-size: 16px;line-height: 24px;}
    .why-rely ul li img{margin-right: 10px;max-width: 22px;height: auto;}
    .why-items .title{font-size: 30px;line-height: 42px;margin: 8px 0 28px;}
}
/* ≤899 stack — 图在 .left，column 自然图上文下 */
@media(max-width:899px){
    .why-rely{min-height: auto;padding: 14px 0;}
    .why-items{padding-top: 50px;padding-bottom: 70px;}
    .why-items .items{flex-direction: column;gap: 25px;align-items: stretch;margin-bottom: 60px;}
    .why-items .left,
    .why-items .right{width: 100%;min-width: 0;max-width: 100%;}
    .why-items .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;margin: 8px 0 24px;}
    .why-items .text{margin-bottom: 28px;}
}
@media(max-width:768px){
    .why-rely{display: none;}
    .why-items{padding-top: 40px;padding-bottom: 55px;}
    .why-items .items{margin-bottom: 45px;}
    .why-items .h6{font-size: 16px;line-height: 22px;}
    .why-items .title{font-size: 22px;line-height: 32px;margin: 6px 0 20px;}
    .why-items .text{margin-bottom: 24px;}
    .why-items .text > *{font-size: 14px;line-height: 20px;padding-left: 24px;}
    .why-items .text p{margin-bottom: 14px;}
    .why-items .small-box{grid-template-columns: repeat(3, 1fr);gap: 12px;}
    .why-items .list{min-height: auto;padding: 12px 15px;}
    .why-items .num{font-size: 18px;line-height: 26px;}
}
@media(max-width:540px){
    .why-items .small-box {grid-template-columns: 1fr;}
    .why-rely ul{grid-template-columns: 1fr;}
    .why-rely ul li{border-right: none !important;}
    .why-rely ul li:not(:last-child){border-bottom: 1px dashed rgba(255,255,255,.5);}
    .why-rely ul li:last-child{border-bottom: none;}
}
@media(max-width:430px){
    .why-items .num{font-size: 16px;line-height: 24px;}
}

.service-paper{padding-top: 115px;}
.service-paper .title{font-weight: bold;letter-spacing: 1px;}
.service-paper ul{position: relative;margin-left: 50px;margin-top: 40px;}
.service-paper ul::before{content: "";width: 2px;height: 90%;background-color: #edf1f5;position: absolute;left: 0;top: 5%;}
.service-paper ul li:last-child{margin-bottom: 0;}
.service-paper ul li{color: #666666;padding-left: 30px;position: relative;margin-bottom: 20px;}
.service-paper ul li::before{content: "";width: 2px;height: 2px;background-color: var(--public-color);position: absolute;left: 0;top: 10px;}
.service-top-head .content{display: flex;justify-content: space-between;}
.service-top-head .left{width: 30%;}
.service-top-head .right{width: 65%;}
.service-top-head .text{margin-bottom: 70px;}

.service-xl{padding: 100px 0;color: #666666;}
.service-xl:nth-child(even){background-color: #edf1f5;}
.service-xl:nth-child(even) ul::before{background-color: #ffffff;}
.service-xl:nth-child(even) .service-top{flex-direction: row-reverse;}
.service-xl:nth-child(even) .service-top .left{width: 48%;}
.service-xl:nth-child(even) .service-top .right{width: 45%;}
.service-xl .box-imgs{display: grid;grid-template-columns: repeat(3,1fr);gap: 50px;margin-bottom: 90px;}

.service-top{display: flex;justify-content: space-between;margin-bottom: 75px;}
.service-top .left{width: 53%;padding-top: 30px;}
.service-top .right{width: 43%;}
.service-top .right,.service-top .right img{border-radius: 8px;}
.service-top .h6{font-size: 20px;line-height: 28px;color: var(--public-color);font-weight: 400;}
.service-top .title{margin: 15px 0 35px;}

.service-faq {display: flex;justify-content: space-between;}
.service-faq .h3{width: 30%;font-size: 28px;line-height: 36px;font-weight: bold;color: #333333;letter-spacing: 1px;}
.service-faq .article{width: 57%;}
.service-faq .quen-a p img{border-radius:10px;margin-right:18px}
.service-faq .quen-a p img:last-child{margin-right:0}
.service-faq .items.active{padding-bottom: 20px;}
.service-faq .items:last-child{padding-bottom: 0;}
.service-faq .items:last-child::after{display: none;}
.service-faq .items{padding:15px 0;position:relative}
.service-faq .items:last-child{margin-bottom:0}
.service-faq .items::after{content:"";width:100%;height:1px;background-color:#cccccc;position:absolute;right:0;bottom:0}
.service-faq .item{display:flex;justify-content: space-between;grid-gap:18px;cursor:default;position:relative}
.service-faq .quen-q{font-size:18px;line-height:28px;color:#222222;font-weight:500}
.service-faq .quen-a{font-size:16px;line-height:24px;color:#999999;position:relative;margin-top:15px;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}
.service-faq .quen-a p{margin-bottom:10px}
.service-faq .quen-a p:last-child{margin-bottom:0}
.service-faq .symbol{width:22px;min-width:22px;height:22px;display:flex;justify-content:center;align-items:center;background-color:var(--public-color);color:#fff;font-size:18px;position:relative;top:2px}
.service-faq .minus{display:none}
.service-faq .plus{display:inline-block}
.service-faq .items.active .minus{display:inline-block}
.service-faq .items.active .plus{display:none}

@media(max-width:1650px){
    .service-paper{padding-top: 100px;}
    .service-xl{padding: 90px 0;}
    .service-top-head .text{margin-bottom: 60px;}
    .service-top{margin-bottom: 65px;}
    .service-xl .box-imgs{gap: 40px;margin-bottom: 80px;}
}
@media(max-width:1430px){
    .service-paper{padding-top: 85px;}
    .service-top-head .text{margin-bottom: 55px;}
    .service-xl{padding: 80px 0;}
    .service-xl .box-imgs{gap: 35px;margin-bottom: 70px;}
    .service-top{margin-bottom: 55px;}
    .service-top .title{margin: 12px 0 28px;}
    .service-faq .h3{font-size: 26px;line-height: 34px;}
}
@media(max-width:1340px){
    .service-paper ul{margin-left: 15px;}
}
@media(max-width:1199px){
    .service-top-head .left{width: 35%;}
    .service-top-head .right{width: 62%;}
    .service-top .left{width: 50%;}
    .service-top .right{width: 46%;}
    .service-xl:nth-child(even) .service-top .left{width: 46%;}
    .service-xl:nth-child(even) .service-top .right{width: 44%;}
    .service-faq .h3{width: 34%;}
    .service-faq .article{width: 62%;}
}
@media(max-width:991px){
    .service-top-head .content{flex-direction: column;gap: 25px;align-items: stretch;}
    .service-top-head .left,.service-top-head .right{width: 100%;}
    .service-top-head .text{margin-bottom: 40px;}
    .service-top-head .title{font-size: 30px;line-height: 42px;}
    .service-faq{flex-direction: column;gap: 28px;}
    .service-faq .h3,.service-faq .article{width: 100%;}
}
/* ≤899 stack — 图在 .service-top .right，column-reverse 图上文下 */
@media(max-width:899px){
    .service-paper{padding-top: 50px;}
    .service-paper ul{margin-left: 30px;margin-top: 28px;}
    .service-top-head .text{margin-bottom: 30px;}
    .service-xl{padding: 50px 0;}
    .service-top,
    .service-xl:nth-child(even) .service-top{flex-direction: column-reverse;gap: 25px;align-items: stretch;}
    .service-top .left,
    .service-top .right,
    .service-xl:nth-child(even) .service-top .left,
    .service-xl:nth-child(even) .service-top .right{width: 100%;min-width: 0;max-width: 100%;padding-top: 0;}
    .service-top{margin-bottom: 40px;}
    .service-top .title{font-size: clamp(22px, 5.5vw, 28px);line-height: 1.35;margin: 12px 0 24px;}
    .service-xl .box-imgs{grid-template-columns: repeat(2, 1fr);gap: 24px;margin-bottom: 45px;}
    .service-faq{gap: 24px;}
    .service-faq .h3{font-size: clamp(22px, 5.5vw, 26px);line-height: 1.35;}
    .service-paper .all-quote .content{gap: 24px;}
    .all-quote .form-row {gap: 10px 0;margin-bottom: 10px !important;}
}
@media(max-width:768px){
    .service-paper{padding-top: 40px;}
    .service-paper ul{margin-left: 20px;margin-top: 20px;}
    .service-paper ul li{font-size: 14px;line-height: 20px;margin-bottom: 14px;padding-left: 22px;}
    .service-top-head .title{font-size: 22px;line-height: 32px;}
    .service-top-head .text{font-size: 14px;line-height: 20px;margin-bottom: 24px;}
    .service-xl{padding: 40px 0;}
    .service-top{margin-bottom: 30px;}
    .service-top .h6{font-size: 16px;line-height: 22px;}
    .service-top .title{font-size: 22px;line-height: 32px;margin: 10px 0 20px;}
    .service-top .text{font-size: 14px;line-height: 20px;}
    .service-xl .box-imgs{margin-bottom: 32px;}
    .service-faq .h3{font-size: 22px;line-height: 32px;}
    .service-faq .quen-q{font-size: 16px;line-height: 24px;}
    .service-faq .quen-a{font-size: 14px;line-height: 20px;}
    .service-faq .items{padding: 12px 0;}
    .service-paper .all-quote{padding: 30px 0;}
    .service-paper .all-quote .h3{font-size: 20px;line-height: 28px;}
    .service-paper .all-quote .btn.a-eb{width: 100%;text-align: center;}
}
@media(max-width:430px){
    .service-top-head .title{font-size: 20px;line-height: 28px;}
    .service-top .title{font-size: 20px;line-height: 28px;}
    .service-faq .h3{font-size: 20px;line-height: 28px;}
    .service-faq .quen-q{font-size: 15px;line-height: 22px;}
    .service-xl .box-imgs{grid-template-columns: 1fr;gap: 16px;}
}

@media (min-width: 1200px) and (max-width: 1430px) {
    .why-items{padding-top: 90px;padding-bottom: 120px;}
    .why-items .items{margin-bottom: 100px;}
    .why-items .title{line-height: 48px;margin: 8px 0 28px;}
    .why-items .text{margin-bottom: 30px;}
}


.contact-paper{padding-top: 50px;}
.contact-top-head {margin-bottom: 100px;}
.contact-top-head .content{display: grid;grid-template-columns: repeat(3,1fr);}
.contact-top-head .list.active{background-color: var(--public-color-b);}
.contact-top-head .list.active > *{color: #ffffff;}
.contact-top-head .list{min-height: 168px;background-color: #ffffff;box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.08);padding: 35px 25px 15px 65px;transition: all .3s ease-in-out;}
.contact-top-head .num{font-size: 48px;line-height: 52px;color: var(--public-color-b);font-weight: 600;margin-bottom: 20px;}
.contact-top-head p{font-size: 22px;line-height: 32px;color: #666666;}

.contact-form{margin-bottom: 105px;}
.contact-form .content{display: flex;justify-content: space-between;align-items: center;}
.contact-form .left{width: 43%;}
.contact-form .right{width: 55%;background-color: #ffffff;box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.1);border-radius: 40px;padding: 55px 85px 60px;}
.contact-form .h3{font-size: 28px;line-height: 36px;color: #333333;font-weight: 600;margin-bottom: 65px;}
.contact-form li:last-child{margin-bottom: 0;}
.contact-form li{display: grid;grid-template-columns: 40px auto;gap: 20px;align-items: center;margin-bottom: 50px;}
.contact-form .font-sty{font-size: 20px;line-height: 32px;color: #333333;}
.contact-form .img{width: 100%;aspect-ratio: 1;border-radius: 100%;border: 1px solid var(--public-color);display: inline-flex;justify-content: center;align-items: center;}

.contact-form .h4{font-size: 24px;line-height: 28px;color: #222222;margin-bottom: 40px;}
.contact-form .a-eb{width: 325px;height: 56px;border-radius: 0;margin-top: 50px;}

.contact-together{position: relative;margin-bottom: 110px;background-color: #000000;}
.contact-together>img{opacity: .3;}
.contact-together-xl{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;}
.contact-together .container-xl{display: flex;justify-content: center;}
.contact-together .cont{font-size: 46px;line-height: 52px;color: #ffffff;font-family: 'Poppins';font-weight: bold;display: inline-block;}
.contact-together .cont p{margin-bottom: 15px;}
.contact-together .cont p:last-child{color: var(--public-color);}

.contact-app{margin-bottom: 135px;}
.contact-app .grid{--bs-gap:40px 10px}

@media(max-width:1650px){
    .contact-top-head{margin-bottom: 85px;}
}
@media(max-width:1430px){
    .contact-top-head{margin-bottom: 75px;}
    .contact-top-head .list{min-height: 145px;padding: 28px 22px 12px 50px;}
    .contact-top-head .num{font-size: 40px;line-height: 46px;}
    .contact-top-head p{font-size: 20px;line-height: 28px;}
    .contact-form{margin-bottom: 80px;}
    .contact-form .right{padding: 45px 60px 50px;border-radius: 32px;}
    .contact-form .h3{font-size: 24px;line-height: 32px;margin-bottom: 50px;}
    .contact-form li{margin-bottom: 40px;}
    .contact-together{margin-bottom: 85px;}
    .contact-together .cont{font-size: 38px;line-height: 44px;}
    .contact-app{margin-bottom: 100px;}
}
@media(max-width:1199px){
    .contact-form .form-row:not(:last-child){flex-wrap: nowrap;}
    .contact-top-head .content{gap: 20px;}
    .contact-form .left{width: 46%;}
    .contact-form .right{width: 52%;padding: 40px 30px 45px;}
    .contact-form .a-eb{margin-top: 29px;}
    .contact-form .h3{margin-bottom: 40px;}
}
@media(max-width:991px){
    .contact-top-head .content{grid-template-columns: repeat(2, 1fr);gap: 16px;}
    .contact-top-head .list:nth-child(3){grid-column: 1 / -1;}
    .contact-form .content{align-items: stretch;}
    .contact-form .font-sty{font-size: 18px;line-height: 28px;}
}
@media(max-width:899px){
    .contact-paper{padding-top: 40px;}
    .contact-top-head{margin-bottom: 55px;}
    .contact-top-head .list:nth-child(3){grid-column: auto;}
    .contact-top-head .list{min-height: auto;padding: 24px 20px 18px 28px;}
    .contact-top-head .num{font-size: 28px;line-height: 34px;margin-bottom: 12px;}
    .contact-top-head p{font-size: clamp(16px, 4vw, 16px);line-height: 1.4;}
    .contact-form{margin-bottom: 60px;}
    .contact-form .content{flex-direction: column;gap: 28px;align-items: stretch;}
    .contact-form .left,.contact-form .right{width: 100%;}
    .contact-form .right{padding: 32px 24px 36px;border-radius: 24px;}
    .contact-form .h3{font-size: clamp(22px, 5.5vw, 26px);line-height: 1.35;margin-bottom: 32px;}
    .contact-form .h4{font-size: 20px;line-height: 28px;margin-bottom: 28px;}
    .contact-form li{margin-bottom: 28px;}
    .contact-form .font-sty{font-size: 16px;line-height: 24px;}
    .contact-form .a-eb{width: 100%;}
    .contact-together{margin-bottom: 60px;min-height: 200px;}
    .contact-together>img{min-height: 200px;object-fit: cover;}
    .contact-together .cont{font-size: clamp(24px, 6vw, 32px);line-height: 1.25;text-align: center;}
    .contact-app{margin-bottom: 70px;}
    .contact-app .grid{--bs-gap:24px 16px;}
    .contact-app .g-col-6,
    .contact-app .g-col-md-3{grid-column: span 6;}
}
@media(max-width:768px){
    .contact-paper{padding-top: 30px;}
    .contact-top-head{margin-bottom: 40px;}
    .contact-top-head .list{padding: 20px 16px 14px 22px;}
    .contact-top-head p{font-size: 16px;line-height: 24px;}
    .contact-form{margin-bottom: 45px;}
    .contact-form .right{padding: 24px 18px 28px;border-radius: 16px;}
    .contact-form .h3{font-size: 22px;line-height: 32px;margin-bottom: 24px;}
    .contact-form .h4{font-size: 18px;line-height: 26px;margin-bottom: 20px;}
    .contact-form li{margin-bottom: 22px;grid-template-columns: 36px auto;gap: 14px;}
    .contact-form .font-sty{font-size: 14px;line-height: 22px;word-break: break-word;}
    .contact-form .a-eb{width: 100%;height: 48px;margin-top: 24px;}
    .contact-form .form-row .a-eb{width: 100%;text-align: center;}
    .contact-together{margin-bottom: 45px;min-height: 160px;}
    .contact-together>img{min-height: 160px;}
    .contact-together .cont{font-size: 22px;line-height: 32px;}
    .contact-together .cont p{margin-bottom: 8px;}
    .contact-app{margin-bottom: 55px;}
    .contact-app .grid{--bs-gap:16px 12px;}
}
@media(max-width:580px){
    .contact-top-head .content{grid-template-columns: 1fr;}
    .contact-form .form-row:not(:last-child){flex-wrap: wrap;}
    .contact-form .form-row{margin-bottom: 10px !important;}
}
@media(max-width:430px){
    .contact-top-head .num{font-size: 28px;line-height: 34px;}
    .contact-together .cont{font-size: 20px;line-height: 28px;}
}

.news-paper {padding-top: 50px;padding-bottom: 125px;}
.news-paper .all-news{padding: 0;}
.news-paper .list .img::after{content: "";width: 100%;height: 4px;background-color: var(--public-color);position: absolute;left: 0;bottom: 0;opacity: 0;transition: opacity 0.3s ease-in-out;}
.news-paper .all-news .cont{margin-top: 15px;}
.news-paper .all-news .time{margin-top: 30px;}
.news-paper .list:hover .img::after{opacity: 1;}

@media(max-width:1650px){
    .news-paper{padding-top: 45px;padding-bottom: 110px;}
}
@media(max-width:1430px){
    .news-paper{padding-top: 40px;padding-bottom: 95px;}
    .news-paper .all-news .grid{--bs-gap:45px 40px;}
    .news-paper .all-news .t1{font-size: 18px;line-height: 28px;}
    .news-paper .all-news .time{margin-top: 24px;}
}
@media(max-width:1199px){
    .news-paper{padding-bottom: 85px;}
    .news-paper .all-news .grid{--bs-gap:40px 32px;}
}
@media(max-width:899px){
    .news-paper{padding-top: 35px;padding-bottom: 70px;}
    .news-paper .all-news .grid{--bs-gap:25px 20px;}
    .news-paper .all-news .img{margin-bottom: 20px;}
    .news-paper .all-news .time{margin-top: 20px;}
}
@media(max-width:768px){
    .news-paper{padding-top: 30px;padding-bottom: 55px;}
    .news-paper .all-news .grid{--bs-gap:20px 16px;}
    .news-paper .all-news .list{padding: 8px 8px 16px;}
    .news-paper .all-news .t1{font-size: 18px;line-height: 26px;}
    .news-paper .all-news .cont{font-size: 14px;line-height: 20px;}
    .news-paper .all-news .time{margin-top: 16px;font-size: 13px;}
    .news-paper .down-list{margin-top: 40px;}
    .news-paper .down-list .page-link{width: 40px;height: 40px;font-size: 14px;}
}
@media(max-width:580px){
    .news-paper .grid .g-col-12,
    .news-paper .grid .g-col-sm-6,
    .news-paper .grid .g-col-md-6,
    .news-paper .grid .g-col-lg-4{grid-column: span 12;}
}
@media(max-width:430px){
    .news-paper .all-news .t1{font-size: 16px;line-height: 22px;}
}


/*news-in-paper*/
.news-in-paper .in-banner{margin-bottom:35px}
.news-in-paper {margin-bottom:140px;margin-top: 35px;}
.news-in-paper .news-time{font-size: 20px;color: var(--public-color);}
.news-in-paper .h1{font-size:48px;line-height:60px;color:#333333;font-weight:600;margin-bottom: 30px;letter-spacing: -2px;margin-top: 50px;}
.news-in-paper .main-top{display: flex;justify-content: space-between;}

.news-in-paper .article{width:calc(100% - 340px - 100px)}
.news-in-paper .article .content{line-height:28px;font-size:16px;font-weight: 400;color: #999999;border-bottom:1px solid #bbbbbb;padding-bottom:55px;padding-top:30px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.news-in-paper .article .content strong{color: var(--public-color);font-weight: 500;}
.news-in-paper .article img{max-width:100% !important;height:auto !important}
.news-in-paper .article .content p{margin-bottom:20px}
.news-in-paper .article h2{font-size: 28px;line-height: 36px;color: #333333;font-weight: 500;margin-bottom: 25px;}
.news-in-paper .article h4{font-size: 22px;line-height: 32px;color: #333333;font-weight: 500;margin-bottom: 15px;letter-spacing: -1px;}

.news-in-paper .box-tail{font-size:18px;line-height:30px;margin-top:60px;display:flex;justify-content:space-between;align-items: flex-start;gap: 50px;}
.news-in-paper .box-tail .left{width:100%}
.news-in-paper .box-tail .right{min-width: 200px;width: 200px;;display:flex;justify-content:flex-end}
.news-in-paper .box-tail .right .a-zr{width: 100%;height: 50px;padding: 0;font-size: 18px;line-height: 32px;font-weight: 500;}
.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:32px;padding-left:10px}
.news-in-paper .box-tail .left p a:hover{color:var(--public-color-o);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{width:340px;min-width: 340px;position: sticky;top: 90px;height: min-content;}
.news-in-paper .aside-con{margin-bottom: 30px;background-color: #ffffff;box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);border-radius: 8px;padding: 20px 10px 20px 30px;}
.news-in-paper .aside-con .title-xl{font-size: 24px;line-height: 38px;color: #333333;font-weight: 600;margin-bottom: 40px;}
.news-in-paper .aside-con .a-eb{width: 100%;;height: 60px;font-weight: 400;border-radius: 30px;font-size: 20px;font-weight: 600;padding: 0;width: 100%;}

.news-in-paper .other-news{padding: 20px 15px 25px;background-color: #ffffff;box-shadow: 3px 5px 24px 0px rgba(0, 0, 0, 0.1);}
.news-in-paper .other-news .search-group .form-control::placeholder{font-size: 16px;line-height: 24px;color: #999999;}
.news-in-paper .other-news .search-group{width: 100%;border: solid 1px #ececec;border-radius: 0px;}
.news-in-paper .other-news .input-group-append{border-left: solid 1px #ececec;}
.news-in-paper .other-news .search-group .btn{background-color: #ffffff;}
.news-in-paper .other-news .search-group i{color: var(--public-color);font-size: 23px;}
.news-in-paper .other-news-xl{margin-top: 15px;border: solid 1px #ececec;padding: 20px;}
.news-in-paper .other-news .h5{font-size: 20px;line-height: 24px;color: #666666;font-weight: 500;margin-bottom: 15px;}
.news-in-paper .other-news .h5::before{content: "";width: 2px;height: 14px;background-color: var(--public-color);display: inline-block;margin-right: 10px;}
.news-in-paper .other-news .t1{font-size: 18px;line-height: 28px;color: #333333;font-weight: 400;padding-bottom: 15px;margin-bottom: 20px;border-bottom: 1px solid #cccccc;
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
.news-in-paper .other-news .t1:hover{text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 5px;text-decoration-thickness: 1px;}
.news-in-paper .other-news .t1:last-child{margin-bottom: 0;border-bottom: 0;padding-bottom: 0;}


.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;}
.news-name-box .table-title{display: flex;justify-content: space-between;gap:30px;font-size: 28px;line-height: 36px;color: #999999;font-weight: 400;}
.news-name-box .table-title span{width: 35px;height: 32px;padding: 4px;background-color: #ffffff;border-radius: 4px;border: solid 1px #999999;display: inline-flex;justify-content: center;align-items: center;cursor: pointer;}
.news-name-box .h2 a{font-size: 18px;line-height: 36px;color: #333;font-weight: 400;}
.news-name-box ul{padding-left: 30px;}
.news-name-box li a{font-size: 16px;line-height: 26px;color: #666;font-weight: 400;}


@media(max-width:1530px){
    .news-in-paper .box-tail{flex-direction: column;}
    .news-in-paper .box-tail .left{margin-bottom: 20px;}
    .news-in-paper .box-tail .right{width: 100%;justify-content: flex-start;}
    .news-in-paper .box-tail .right .a-lh{width: auto;padding: 0 25px;}
}

@media(max-width:1460px){
    .news-in-paper .h1{font-size: 32px;line-height: 46px;}
}
@media(max-width:1340px){
    .news-in-paper .article h2{font-size: 24px;line-height: 32px;}
    .news-in-paper .article h4{font-size: 20px;line-height: 28px;}
}
@media(max-width:1260px){
    .news-in-paper .article h2 {font-size: 28px;line-height: 36px;}
    .news-in-paper .article h4 {font-size: 20px;}
    .news-in-paper .aside-con .a-lh{padding: 0 20px;height: 48px;}
}
@media(max-width:1000px){
    .news-in-paper .main-top{flex-direction: column;}
    .main-box .article{width: 100%;margin-bottom: 60px;}
    .main-box .aside{width: 100%;display: flex;gap: 30px;align-items: flex-start;}
    .news-in-paper .aside .aside-con{position: sticky;top: 100px;height: fit-content;}    
}
@media(max-width:768px){
    .main-box{margin-top: 0;}
    .news-in-paper .news-time{font-size: 16px;line-height: 24px;}
    .news-in-paper .h1{margin-top: 25px;margin-bottom: 15px;font-size: 22px;line-height: 32px;letter-spacing: -.5px;}
    .news-in-paper .article h2{font-size: 19px;line-height: 28px;margin-bottom: 10px;}
    .news-in-paper .article h4{font-size: 16px;line-height: 24px;}
    .news-in-paper .box-tail .left p{font-size: 16px;line-height: 24px;}
    .news-in-paper .box-tail .left p a{line-height: 24px;}
    .news-in-paper .aside .aside-con{display: flex;flex-direction: column;justify-content: center;}
    .news-in-paper .aside-con .title-xl{font-size: 20px;line-height: 28px;margin-bottom: 25px;}
    .news-in-paper .aside-con .a-eb{height: 46px;width: auto;padding: 0 25px;font-size: 16px;line-height: 24px;}

    .news-in-paper{margin-bottom: 30px;margin-top: 0px;padding-top: 20px;}
    .news-in-paper .main-top {flex-wrap: wrap;}
    .news-in-paper .article{width: 100%;margin-bottom: 30px;}
    .news-in-paper .aside{width: 100%;margin-top: 0;}
    .news-in-paper .article .content{line-height: 20px;font-size: 14px;padding-top: 20px;padding-bottom: 20px;}
    .news-in-paper .article .content p{margin-bottom: 10px;}
    .news-in-paper .box-tail{font-size: 16px;line-height: 24px;margin-top: 20px;gap: 20px;}
    .news-in-paper .box-tail .left p:first-child{margin-bottom: 15px;}
    .news-in-paper .box-tail .right{margin-bottom: 0px;}
    .news-in-paper .main-top{margin-bottom: 30px;}
    .news-in-paper .h4{font-size: 20px;line-height: 28px;margin-bottom: 20px;}
    .news-in-paper .aside-con{margin-bottom: 20px;}
    
    .main-box .main-left-box .table-title{font-size: 20px;line-height: 28px;padding: 15px 10px;margin-bottom: 15px;background-color: var(--public-color);color: #fff;}
    .main-box .main-left-box .table-title::before {height: 15px;position: absolute;top: 17px;left: 0;background-color: #fff;}
    .main-box .main-left-box .h2 a {font-size: 18px;line-height: 26px;}
    .main-box .main-left-box .h2{margin-bottom: 15px;padding-bottom: 0px;}
    .main-box .name-box ul {padding-top: 0;}
    .main-box .name-box li{margin-bottom: 10px;}
    .main-box .name-box li a {font-size: 16px;line-height: 24px;}
    .main-box .name-box li::before {top: 8px;}
    .main-box .name-box + .name-box{padding-top: 10px;}
    .main-box .main-left{margin-bottom: 30px;position: relative;}
    .main-box .article{width: 100%;}
    .main-box .aside{width: 100%;}

    .main-box{gap: 0;}
    .main-box .main-top{width: 100%;}

    .news-in-paper .box-tail .left{margin-bottom: 0;}
    .news-in-paper .box-tail .right .a-lh{width: auto;padding: 0 30px !important;}
    .news-in-paper .aside-con .a-lh{margin-bottom: 20px;}
    .news-in-paper .aside .aside-con{margin-bottom: 30px;position: static;width: 100%;align-items: center;padding: 20px 15px;margin-bottom: 0;}

    .news-name-box{padding: 10px 15px;}
    .main-box .aside{flex-direction: column;min-width: auto;position: static;}
    .new-in-pro .content{grid-template-columns: repeat(2, 1fr);}
    .news-name-box .table-title{font-size: 20px;line-height: 28px;}
    .news-name-box .h2 a{font-size: 16px;line-height: 24px;}
    .main-box .news-name{margin-top: 15px;}
}


.video-paper{padding: 90px 0 85px;}
.video-paper .grid{--bs-gap:60px}
.video-paper .list{height: 100%;background-color: #ffffff;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);padding: 20px 25px;}
.video-paper .list .v{margin-bottom: 20px;}
.video-paper .list .t1{font-size: 20px;line-height: 28px;color: #333333;font-weight: 500;margin-bottom: 10px;}
.video-paper .list .time{font-size: 15px;color: #999999;}
@media(max-width:1650px){
    .video-paper{padding: 75px 0 75px;}
    .video-paper .grid{--bs-gap:50px;}
}
@media(max-width:1430px){
    .video-paper{padding: 65px 0 65px;}
    .video-paper .grid{--bs-gap:45px;}
    .video-paper .list{padding: 18px 22px;}
    .video-paper .list .t1{font-size: 18px;line-height: 26px;}
}
@media(max-width:1199px){
    .video-paper{padding: 55px 0 55px;}
    .video-paper .grid{--bs-gap:35px;}
}
@media (min-width:900px) and (max-width:991px){
    /* tablet T1 — 3 列过密改 2 列（900–991，≤899 由下方堆叠规则覆盖） */
    .video-paper .g-col-6,
    .video-paper .g-col-md-4{grid-column: span 6;}
}
@media(max-width:899px){
    .video-paper{padding: 45px 0 50px;}
    .video-paper .grid{--bs-gap:28px 24px;}
    .video-paper .g-col-6,
    .video-paper .g-col-md-4{grid-column: span 6;}
}
@media(max-width:768px){
    .video-paper{padding: 40px 0 45px;}
    .video-paper .grid{--bs-gap:24px 16px;}
    .video-paper .list{padding: 16px 18px;}
    .video-paper .list .v{position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;margin-bottom: 16px;}
    .video-paper .list .v iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100% !important;}
    .video-paper .list .t1{font-size: 18px;line-height: 26px;margin-bottom: 8px;}
    .video-paper .list .time{font-size: 14px;}
    .video-paper .down-list{margin-top: 40px;}
    .video-paper .down-list .page-link{width: 40px;height: 40px;font-size: 14px;}
}
@media(max-width:580px){
    .video-paper .g-col-6,
    .video-paper .g-col-md-4{grid-column: span 12;}
}
@media(max-width:430px){
    .video-paper .list{padding: 14px 15px;}
    .video-paper .list .t1{font-size: 16px;line-height: 22px;}
}


.video-nr{position:relative;padding:30px 0;display:flex;justify-content:space-between;gap:100px;margin-bottom:95px}
.video-nr .v-content{width:100%;height:100%;overflow:auto}
.video-nr .v-content::-webkit-scrollbar{display:none}
.video-nr .v-content .v-title{font-size:34px;line-height:48px;font-weight:400;color:#333333;margin-top:30px;margin-bottom:25px}
.video-nr .v-content .v-text{margin-top:50px;margin-bottom:80px}
.video-nr .v-content .v-desc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:30px}
.video-nr .v-content .v-desc .left{font-size:16px;color:#9a9a9a;font-weight:500;width:58%;display:flex;justify-content:space-between}
.video-nr .v-content .v-desc .left i{margin-left:20px;margin-right:10px}
.video-nr .v-content .v-desc .left i:first-child{margin-left:0}
.video-nr .v-content .v-desc .right .v-ly{background:var(--public-color);border:1px solid var(--public-color);display:inline-flex;padding:5px 20px;align-items:center;color:#fff}
.video-nr .v-content .v-desc .right .v-ly i{margin-right:8px}
.video-nr .v-content .v-desc .right .v-ly:hover{box-shadow:0 2px 10px rgb(0 0 0 / 20%);background-color:#fff}
.video-nr .v-content .v-desc .right .v-fx{background:#fff;border:1px solid var(--public-color);display:inline-flex;margin-left:15px;padding:5px 20px;align-items:center;color:var(--public-color)}
.video-nr .v-content .v-desc .right .v-fx i{margin-right:8px}
.video-nr .v-content .v-desc .right .v-fx:hover{background:var(--public-color);border-color:var(--public-color);color:#fff !important}
.video-nr .v-content .v-nr{padding:20px 0;font-size:14px;line-height:20px}
.video-nr .v-content .v-nr ul{display:flex;flex-wrap:wrap;margin-bottom:20px}
.video-nr .v-content .v-nr ul li{margin-left:20px}
.video-nr .v-content .v-nr ul li:first-child{margin-left:0}
.video-nr .v-content .v-nr a{color:var(--public-color)}
.video-nr .v-content .v-nr a:hover{text-decoration:underline}
.video-nr .v-content .v-title2{border-top:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;font-size:22px;font-weight:bold;line-height:32px;margin-bottom:15px;padding-bottom:10px;margin-top:10px;padding-top:40px}
.video-nr .v-content .v-title2 .left{font-size:34px;color:#333333;font-weight:400;position:relative}
.video-nr .v-content .v-title2 .left::before{content:"";width:22px;height:22px;border-left:11px solid var(--public-color);border-top:11px solid transparent;border-bottom:11px solid transparent;border-right:11px solid transparent;display:inline-block;margin-right:10px;position:relative}
.video-nr .v-content .v-title2 .right{font-size:16px;line-height:24px;color:var(--public-color);cursor:pointer;font-weight:initial}
.video-nr .v-content .v-title2 .right:hover{color:var(--public-color)}
.video-nr .v-content .v-massage{font-size:16px;line-height:24px}
.video-nr .v-content .v-massage p{position:relative;display:flex;}
.video-nr .v-content .v-massage p:before{content:"\f406";font-family:cmsfont;width:40px;min-width: 40px;height:40px;text-align:center;color:#fff;line-height:40px;font-size:20px;background:#ff6200;border-radius:50%;display:inline-block;margin-right:10px}
.video-nr .v-content .v-massage ul{padding:10px 10px 10px 50px}
.video-nr .v-content .v-massage ul li{position:relative;display:flex;margin-bottom:10px}
.video-nr .v-content .v-massage ul li:before{content:"\f406";font-family:cmsfont;width:24px;height:24px;text-align:center;line-height:24px;color:#fff;background:#ff9e43;border-radius:50%;display:inline-block;margin-right:10px}
.video-nr .v-content .v-massage strong{margin-right:0px}
.video-nr .v-side{height:100%;max-width:330px;width:100%}
.video-nr .v-side::-webkit-scrollbar{display:none}
.video-nr .v-side .v-pro{background:#fff;box-shadow:0px 1px 46px 0px rgba(0,0,0,0.1);border-radius:8px;padding:20px 10px 25px 30px;margin-bottom:20px}
.video-nr .v-side .v-pro .box{display:flex;justify-content:space-between;margin-bottom:20px}
.video-nr .v-side .v-pro .img a{background-color:#f8f8f8;border-radius:8px}
.video-nr .v-side .v-pro .img a img{mix-blend-mode:darken}
.video-nr .v-side .v-pro .t1{font-size:16px;line-height:24px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal !important;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.video-nr .v-side .v-pro .text{border-bottom:1px solid #e5e5e5;padding-bottom:20px;margin-bottom:20px}
.video-nr .v-side .v-pro .d-flex{margin-top:20px}
.video-nr .v-side .v-pro .d-flex a{display:inline-block;margin-right:10px;padding:5px 15px;border:1px solid var(--public-color);border-radius:50px;font-size:14px;line-height:20px}
.video-nr .v-side .v-pro .d-flex a:last-child{margin-right:0p}
.video-nr .v-side .v-pro .d-flex a:hover{background:var(--public-color);color:#fff}
.video-nr .v-side .v-pro .d-flex a:first-child{background:var(--public-color);color:#fff}
.video-nr .v-side .v-pro .d-flex a:first-child:hover{box-shadow:0 2px 10px rgb(0 0 0 / 20%)}
.video-nr .v-side .v-pro-box{display:grid;grid-template-columns:120px auto;gap:20px;margin-bottom:30px}
.video-nr .v-side .v-rel .big-t1{font-size:20px;line-height:28px;font-weight:500;margin-bottom:15px;color:#333}
.video-nr .v-side .v-rel .v-video-item{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.video-nr .v-side .v-rel .v-video-item .left{width:54%}
.video-nr .v-side .v-rel .v-video-item .left iframe{border-radius:8px}
.video-nr .v-side .v-rel .v-video-item .right{width:42%}
.video-nr .v-side .v-rel .v-video-item .t1{font-size:14px;line-height:20px;margin-bottom:8px}
.video-nr .v-side .v-rel .v-video-item .t1 a{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.video-nr .v-side .v-rel .v-video-item .t2{font-size:12px;color:#999;line-height:20px}
.v-feed-box{display:flex;justify-content:space-between;flex-wrap:wrap}
.v-feed-box .pro{width:30%}
.v-feed-box .pro a{transition:none}
.v-feed-box .right{width:68%}
.v-feed-box .right .title{text-align:left}
.v-feed-box .pro .text p{font-size:15px;line-height:22px;color:#666;position:relative;padding-left:35px;margin-bottom:0}
.v-feed-box .pro .text p::before{content:url(../../images/sign-2.webp);font-family:'cmsfont';line-height:32px;font-size:14px;position:absolute;left:0;top:0px;color:var(--public-color);font-weight:bold}
.v-feed-box .pro h5{font-size:15px;line-height:22px;color:#666666;font-family:'Rubik';font-weight:400;margin-top:15px;margin-bottom:15px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}
.v-share_bot{margin-top:30px;border:1px solid var(--public-color);border-radius:30px;padding:6px;display:flex;justify-content:space-between;overflow:hidden}
.v-share_bot input{border:0;color:#666;font-size:14px;padding-left:10px;width:100%;box-sizing:border-box;outline:0;overflow:hidden;text-overflow:ellipsis}
.v-share_bot button{width:114px;height:42px;line-height:42px;color:#fff;border:0;background:var(--public-color);border-radius:20px;flex-shrink:0;cursor:pointer}
.reveal-modal#mb-share{left:60%;margin-left:-30%;width:40%}
.v-share-box .share{display:flex;margin-top:30px;font-size:0;transition:all .3s ease-in-out;justify-content:space-between}
.v-share-box .share_cell{font-size:16px;color:#333;text-align:center}
.v-share-box .share_cell p{margin-bottom:0}
.v-share-box .share_cell .icon.wa{background-position:-3px -180px}
.v-share-box .share_cell .icon.fb{background-position:-185px -235px}
.v-share-box .share_cell .icon.tw{background-position:-124px -177px}
.v-share-box .share_cell .icon.em{background-position:-64px -237px}
.v-share-box .share_cell .icon.li{background-position:-241px -204px}
.v-share-box .share_cell .icon:hover{box-shadow:0 2px 6px rgb(0 0 0 / 25%)}
.v-share-box .share_cell .icon{width:55px;height:55px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px;background:url(../../images/vc-sprite.webp) no-repeat -3px -180px;background-size:300px;border-radius:50%}
@media(max-width:1430px){
	.video-nr .v-content .v-video iframe{height:600px}
	.video-nr .v-content .v-title{font-size:28px;line-height:38px}
}
@media(max-width:1260px){
	.video-nr{gap:60px}
}
@media(max-width:1100px){
	.video-nr .v-content .v-video iframe{height:500px}
}
@media(max-width:1000px){
	.video-nr{flex-direction:column}
	.video-nr .v-side{max-width:100%}
	.video-nr .v-side .v-rel .v-rel-box{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
	.video-nr .v-side .v-rel .v-video-item .left iframe{height:auto}
}
@media(max-width:768px){
	.reveal-modal#mb-share{left:10%;margin-left:-5%;width:90%}
	.p-d-first .text h5,.p-l-best .left .text h5{line-height:24px}
	.video-nr .v-content .v-video iframe{height:350px}
	.video-nr .v-side .v-pro .d-flex a{padding:5px 10px}
	.v-feed-box .pro{display:none}
	.v-feed-box .right{width:100%}
	.video-nr{height:auto;padding:0px;flex-direction:column;gap:25px;margin-bottom:30px}
	.video-nr .v-content{width:100%}
	.video-nr .v-side{width:100%;min-width:100%}
	.video-nr .v-content .v-desc .right{width:100%}
	.video-nr .v-content .v-nr ul li{margin-left:0;margin-right:10px}
	.video-nr .v-content .v-massage ul{padding-left:17px}
	.video-nr .v-content .v-massage p{display:block}
	.video-nr .v-content .v-massage ul li{display:block}
	.video-nr .v-content iframe{height:auto}
	.video-nr .v-content .v-title{font-size:20px !important;line-height:28px !important}
	.video-nr .v-content .v-desc{gap:20px 0}
	.video-nr .v-content .v-desc .left{gap:10px;flex-wrap:wrap}
	.video-nr .v-content .v-title2{flex-wrap:wrap;gap:10px;padding-top:24px}
	.video-nr .v-content .v-title2 .left{font-size:20px}
	.video-nr .v-content .v-title2 .left::before{width:5px;height:18px;margin-right:10px}
	.video-nr .v-side .v-pro{padding:20px 10px}
	.video-nr .v-side .v-pro-box{display:flex;flex-direction:column;gap:25px 0;margin-bottom:16px}
	.video-nr .v-side .v-rel .v-video-item .left iframe{height:auto}
	.video-nr .v-content .v-text{margin:15px 0 25px}
}
@media(max-width:430px){
	.video-nr .v-side .v-rel .v-rel-box{grid-template-columns:repeat(1,1fr)}
	.video-nr .v-side .v-rel .v-video-item .left iframe{height:200px}
}



.banner-cer .banner-all .banner-all-1{width: auto;max-width: clamp(280px, 42%, 520px);mix-blend-mode: multiply;margin-right: 0;flex-shrink: 0;}
@media(max-width:1199px){
    .banner-cer .banner-all .banner-all-1{max-width: 46%;}
}
@media(max-width:991px){
    .banner-cer .banner-all .banner-all-1{max-width: 52%;}
}
@media(max-width:899px){
    .banner-cer .banner-all .banner-all-1{max-width: 100%;width: 100% !important;}
    .banner-cer .banner-all .banner-all-1 img{display: block;margin: 0 auto;max-width: min(280px, 70vw);}
}
@media(max-width:768px){
    .banner-cer .banner-all .banner-all-1 img{max-width: min(220px, 65vw);}
}

.certificate{margin-top: 80px;margin-bottom: 125px;}
.certificate .grid{--bs-gap:75px 55px}
.certificate .list{background-color: #f0f0f0;padding: 10px 10px 25px;text-align: center;}
.certificate .img{border: solid 12px #ffffff;display: block;}
.certificate .t1{font-size: 20px;line-height: 22px;color: #333333;margin-top: 30px;}
@media(max-width:1650px){
    .certificate{margin-top: 70px;margin-bottom: 110px;}
    .certificate .grid{--bs-gap:65px 48px;}
}
@media(max-width:1430px){
    .certificate{margin-top: 60px;margin-bottom: 95px;}
    .certificate .grid{--bs-gap:55px 40px;}
    .certificate .img{border-width: 10px;}
    .certificate .t1{font-size: 18px;margin-top: 24px;}
}
@media(max-width:1199px){
    .certificate{margin-top: 55px;margin-bottom: 85px;}
    .certificate .grid{--bs-gap:45px 35px;}
}
@media (min-width:900px) and (max-width:991px){
    /* tablet T1 — 4 列过密改 2 列（900–991，≤899 由下方堆叠规则覆盖） */
    .certificate .g-col-6,
    .certificate .g-col-md-3{grid-column: span 6;}
}
@media(max-width:899px){
    .certificate{margin-top: 45px;margin-bottom: 70px;}
    .certificate .grid{--bs-gap:30px 24px;}
    .certificate .g-col-6,
    .certificate .g-col-md-3{grid-column: span 6;}
}
@media(max-width:768px){
    .certificate{margin-top: 40px;margin-bottom: 55px;}
    .certificate .grid{--bs-gap:24px 16px;}
    .certificate .img{border-width: 8px;}
    .certificate .list{padding: 8px 8px 20px;}
    .certificate .t1{font-size: 18px;line-height: 26px;margin-top: 20px;}
    .certificate .down-list{margin-top: 40px;}
    .certificate .down-list .page-link{width: 40px;height: 40px;font-size: 14px;}
}
@media(max-width:580px){
    .certificate .g-col-6,
    .certificate .g-col-md-3{grid-column: span 12;}
}
@media(max-width:430px){
    .certificate .t1{font-size: 16px;line-height: 22px;margin-top: 16px;}
    .certificate .list{padding: 6px 6px 16px;}
    .certificate .img{border-width: 6px;}
}

.hs:hover .hs-btn1{background-color: #ffffff;}
.hs:hover .hs-btn img{filter: none;}
.hs{display: flex;justify-content: center;align-items: center;position: relative;z-index: 2;}
.hs .hs-btn1,.hs .hs-btn2{    
   animation-name: circleChange;
   animation-duration: 2s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;cursor: pointer;
}
.hs-btn{position: absolute;z-index: 1;cursor: pointer;display: contents;}
.hs-btn img{width: 12px;height: 16px;transform: translateX(1px);display: inline-block;filter:brightness(0) invert(1);}
.hs-btn1{width: 40px;height: 40px;background-color: var(--public-color);border-radius: 100%;position: absolute;z-index: -1;}
.hs-btn2{width: 50px;height: 50px;background-color: rgba(230,0,19,0.2);border-radius: 100%;position: absolute;z-index: -1;}
.hs-btn1,.hs-btn2 {
   border: none !important;
}
.hs-btn1 {
   animation-delay: 1s;
}
.hs-btn2 {
   animation-delay: 2s;
}
@keyframes circleChange{
   0%{transform: scale(1);}
   25%{transform: scale(1.05);}
   50%{transform: scale(1.1);}
   75%{transform: scale(1.05);}
   100%{transform: scale(1);}
}



.ex-select {
    position: sticky;
    top: 80px;
    z-index: 20;
    background-color: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #eee
}

.ex-select .ex-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0
}

.ex-select .ex-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #333;
    text-decoration: none;
    transition: color .3s ease
}

.ex-select .ex-nav-item:first-child {
    padding-left: 0
}

.ex-select .ex-nav-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #ddd
}

.ex-select .ex-nav-item::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--public-color);
    flex-shrink: 0
}

.ex-select .ex-nav-item:hover {
    color: var(--public-color);
    font-weight: 500
}

.ex-paper {
    padding: 50px 0 120px
}

.ex-paper .ex-content {
    scroll-margin-top: 190px
}

.ex-paper .ex-content:not(:last-child) {
    margin-bottom: 80px
}

.ex-paper .ex-content > .title {
    border-bottom-color: rgba(90,180,232,.3)
}

.ex-paper .ex-item {
    border-bottom-color: rgba(90,180,232,.15)
}

.ex-select {
    border-bottom-color: rgba(90,180,232,.2)
}

.ex-paper .card:hover {
    box-shadow: 0 6px 20px rgba(90,180,232,.15)
}

.ex-paper .ex-content > .title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    color: #275eaa;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee
}

.ex-paper .ex-item {
    padding: 35px 0;
    border-bottom: 1px solid #eee
}

.ex-paper .ex-item-title {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    color: #275eaa;
    font-weight: 700;
    margin-bottom: 12px
}

.ex-paper .ex-item-info {
    margin-bottom: 25px
}

.ex-paper .ex-item-info p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #666;
    margin: 0
}

.ex-paper .ex-item-swiper-wrap {
    position: relative
}

.ex-paper .ex-item-swiper {
    overflow: hidden
}

.ex-paper .ex-item-swiper .swiper-slide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block
}

.ex-paper .ex-item-swiper .swiper-button-prev,.ex-paper .ex-item-swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: 0;
    background: rgba(255,255,255,.85);
    border-radius: 50%;
    color: var(--public-color);
    border: 1px solid rgba(90,180,232,.3);
    box-shadow: none;
    transform: translateY(-50%)
}

.ex-paper .ex-item-swiper .swiper-button-prev:after,.ex-paper .ex-item-swiper .swiper-button-next:after {
    font-size: 14px;
    font-weight: 700
}

.ex-paper .ex-item-swiper .swiper-button-prev {
    left: 12px
}

.ex-paper .ex-item-swiper .swiper-button-next {
    right: 12px
}

.ex-paper .ex-item-swiper .swiper-button-disabled {
    opacity: .3
}

.ex-paper .grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin-top: 40px
}

.ex-paper .grid:empty {
    margin-top: 0
}

.ex-paper .card {
    background-color: #f4f4f4;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    text-align: left;
    transition: box-shadow .3s ease;
    display: flex;
    flex-direction: column;
    height: 100%
}

.ex-paper .card .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 0;
    background-color: #fff;
    padding: 25px 18px
}

.ex-paper .card .logo img {
    max-height: 90px;
    width: auto;
    object-fit: contain
}

.ex-paper .card .name {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #275eaa;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 16px 0;
    margin-bottom: 10px
}

.ex-paper .card .desc {
    padding: 0 16px 22px;
    font-size: 13px;
    line-height: 20px;
    color: #888
}

.ex-paper .card .desc p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    color: #888;
    margin: 0 0 8px;
    text-align: left;
    word-break: break-word
}

.ex-paper .card .desc p:last-child {
    margin-bottom: 0
}

.ex-paper .card .desc strong {
    font-weight: 700
}

@media(max-width: 1200px) {
    .ex-paper .grid {
        grid-template-columns:repeat(3,1fr)
    }
}

@media(max-width: 992px) {
    .ex-paper .grid {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(max-width: 768px) {
    .ex-paper{padding: 35px 0;}
    .ex-select {
        top:50px;
        padding: 0
    }

    .ex-select .ex-nav-item {
        padding: 10px 20px;
        font-size: 16px
    }

    .ex-select .ex-nav-item:first-child {
        padding-left: 0
    }

    .ex-paper .ex-content {
        scroll-margin-top: 150px
    }

    .ex-paper .ex-content > .title {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 20px
    }

    .ex-paper .ex-item {
        padding: 25px 0
    }

    .ex-paper .ex-item-title {
        font-size: 18px;
        line-height: 26px
    }

    .ex-paper .ex-item-info p {
        font-size: 14px;
        line-height: 22px
    }

    .ex-paper .ex-item-swiper .swiper-slide img {
        height: 180px
    }

    .ex-paper .grid {
        margin-top: 30px
    }

    .ex-paper .card .logo {
        min-height: 120px;
        padding: 18px 14px
    }

    .ex-paper .card .name {
        padding: 14px 14px 0;
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 18px
    }

    .ex-paper .card .desc {
        padding: 0 14px 18px
    }

    .ex-paper .card .desc p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px
    }
}
@media(max-width: 430px){
    .ex-paper .grid {grid-template-columns: repeat(1,1fr);gap: 20px;}
}
