/*通用样式*/
:root{
    --public-color:#d80e1d;
    --max:1430px;
}
.iti__country-list .iti__flag, .iti__country-name{color: #999999;}
.card-thumb{overflow: hidden;display: block;}
*:focus{outline: none !important}
body{color:#999999;font-size:16px;line-height:24px;font-weight: 400;font-family:'Inter','Outfit',Arial,Helvetica,sans-serif;}
a{display:inline-block;transition: all .4s ease-in-out;}
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){
    .container-xl.m-right{margin:0 auto;padding:0 15px}
    .container-xl.m-left{margin:0 auto;padding:0 15px}
}

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

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

.down-list{display: flex;justify-content: center;margin-top: 100px;}
.down-list .pagination{gap: 10px;}
.down-list .page-link{width: 50px;height: 50px;border-radius: 4px;display: flex;align-items: center;justify-content: center;}
@media(max-width:768px){
    .down-list{margin-top: 15px !important;justify-content: center;}
    .down-list .page-link {width: 35px;height: 35px;}
    .down-list ul li{padding-left: 0;}
}

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

.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)}}


/* 自己写的 */
.in-header .header{box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);position: relative;}
.in-header .header.scrolled{position: fixed}
.in-header .header{box-shadow: 0px 10px 20px 0px rgba(0, 85, 160, 0.05);background: #fff;}
.in-header .header .navbar-custom .navbar-nav .nav-link {color: #282020;}
.in-header .header .navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{color: #282020;}
.in-header .header .header-top .top-logo img{width: 70%;}
.in-header .header .header-search-box .search-svg svg{color: #282020;}

/* 头部导航滚动样式 */
.header.scrolled{box-shadow: 0px 10px 20px 0px rgba(0, 85, 160, 0.05);background: #fff;}
.header.scrolled .header-top{padding: 0;}
.header.scrolled .navbar-custom .navbar-nav .nav-link {color: #282020;}
.header.scrolled .navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{color: #282020;}
.header.scrolled .header-search-box .search-svg svg{color: #282020;}

.header{position: fixed;left: 0;right: 0;width: 100%;z-index: 99;transition: all .4s ease;max-width: 2530px;overflow-x: clip;margin: auto;}
.header .row-nav{display: flex;align-items: center;}
.header .header-nav{display: flex;align-items: center;justify-content: space-between;gap: 30px;}
.header-top .row-nav{display: flex;align-items: center;justify-content: flex-end;width: auto;position: inherit;}
.header-top .navbar-custom{position: inherit;}


@media(max-width:1580px){
    .header-top .row-nav{width: 85%;}
}
@media(max-width:1380px) {
    .header .header-top{padding: 10px 0;}
}
@media(max-width:1330px){
    .header{position: relative;}
    .header.scrolled{position: fixed;top: 0;}
}
@media(max-width:991px){
    .header{padding: 10px 0;}
}

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

.contact-search{display: flex;align-items: center;gap: 15px;padding-left: 0px;}
.contact-search .a-lb{padding: 0 35px;height: 40px;font-size: 16px;line-height: 28px;}
.contact-search .top-search-box{margin: 0;}
.contact-search .dropdown.lang .dropdown-toggle{background-color: transparent;padding:0;border-radius: 0;}



/*默认导航样式*/
.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 15px;position: relative;}
.navbar-custom .navbar-nav .active > .nav-link{color: var(--public-color) !important;}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#ffffff;padding:0;height:90px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:20px;line-height:28px;text-transform: capitalize;}
.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{transition:.6s ease-in-out;color: #ffffff;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) !important;}
.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-link {font-size: 18px;}
    .navbar-custom .navbar-nav .nav-item {margin: 0 15px;}
}
@media(max-width:1380px) {
    .navbar-custom .navbar-nav .nav-link {font-size: 16px;}
    .navbar-custom .navbar-nav .nav-item {margin: 0 5px;}
    .navbar-custom .navbar-nav .nav-item .dropdown-toggle::after {padding: 0 5px;}
}
@media(max-width:1330px){
    .navbar-custom .navbar-nav .nav-link{color: #333333;}
}
@media(max-width:1270px) {
    .top-search-box{margin-right: -3px !important;}
}
@media(max-width:1200px){
    .navbar-custom .navbar-nav .nav-item .dropdown-toggle::after {margin-left: 0;}
}


/*移动端头部样式*/
@media(max-width:768px){
    body{padding-top:50px;font-size:14px;letter-spacing: -.3px !important;}
    .header-mb{background:#000000;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid var(--public-color);z-index:999}
    .header-mb .container-xl{height:50px;display: flex;align-items: center;justify-content:space-between;z-index: 99;}
    .header-mb .top-logo{width:50%}
    .header-mb .top-logo img{height:30px;width:auto;}
    .header-mb .top-mb{display:flex;align-items:center;width:50%;justify-content:flex-end}
    .header-mb .top-mb>*{padding:.5rem .75rem;}
    .header-mb .top-mb>.top-mb-search{width: 40px;}
    .header-mb .top-mb .icon-whatsapp{font-size:20px;color: #ffffff;}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{background:transparent;padding:0}
    .header-mb .top-mb .dropdown-menu{min-width:80px;margin-top:8px}
    .header-mb .top-mb .top-mb-search i{font-size:16px;color:#ffffff}
    .header-mb .top-mb .icon-bars{color:#ffffff}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{color:#fff}
    .top-mb-search-box{display:none;position:fixed;background:#fff;top:50px;padding:6px 15px 10px;box-shadow:2px 2px 4px rgba(0,0,0,0.2);z-index:998;width:100%}
    .top-mb-search-box .search-group{width:100%;height:auto}
    .top-mb-feed i{font-size:16px;color:#ffffff}
    .mobile-head-item .main-content-wrap{background:#fff;top:0;display:block;z-index:99999}
    .mobile-head-item .main-content-wrap .content-wrap{overflow-y:auto;height:100%;padding:15px 10px;background-color:#fff}
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap{overflow-y:hidden}
    .mobile-head-item .side-content-wrap{position:fixed;display:block;right:-78%;width:78%;height:100%}
    .mobile-head-item .middle-content-wrap{position:absolute;right:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden}
    .mobile-head-item .middle-show-content-wrap{top:30px;visibility:visible;opacity:1}
    .head_top .top_left{display:none}
    .head_nav{width:100%;padding:0 5px}
    .head_nav li{padding-left:28px;padding-top:4px;padding-bottom:4px}
    .head_nav li,.head_nav li a{color:#111}
    .head_nav li.has-child{padding-left:28px;margin-top:0;margin-bottom:0}
    .head_nav li.has-child>a{margin-top:3px;margin-bottom:3px;margin-right:35px}
    .head_nav li.has-child>ul{display:none}
    .head_nav li.siblings-no-menu{position:relative;padding-left:15px}
    .head_nav li a{display:block;height:auto;line-height:1.4em;position:relative}
    .head_nav li a:hover{color:inherit}
    .head_nav li em{display:block;height:1.4em;overflow:hidden}
    .head_nav li li{font-size:14px}
    .head_nav li li li{font-size:12px}
    .head_nav li li a{color:#666}
    .head_nav li li a.active{color: var(--public-color);}
    .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:var(--public-color);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:0;color:#fff;}
    .search-box .btn.focus{border:1px solid rgb(128,189,255)}
    .search-box .icon{color:var(--public-color)}
    .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;width: 100%;}
.menu-collapse ul li{padding-left: 0;}
.menu-collapse .collapse-title { padding: 0.875rem; background: var(--public-color); color: #fafafa; }
.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) }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.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; }
.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:hover { background-color: rgba(216, 12, 29, 0.075); color: #555; }
.content-wrapper table p{ margin-bottom: 0;line-height: 32px;}
.content-wrapper tbody th{color:#2980c7}

/*#表格*/
.table-wrapper table thead th{text-align: center;color: #fff;padding:15px 0;vertical-align: middle;font-weight: 500;}
.table-wrapper table tr:nth-child(odd) {background-color: #f9f9f9;}
.table-wrapper table td + td{border-left: solid 1px #cccccc;}
.table-wrapper table td {padding: 7px 5px; vertical-align: middle; font-size: 16px;line-height: 28px;color: #666666;font-weight: 400;text-align:left;padding-left: 30px;}
.table-wrapper table { border: solid 1px #cccccc;display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar;}
/* .table-wrapper table tr:hover{background-color: rgba(216, 12, 29, 0.05);} */

@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; }
}
@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; }
}
@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; }
    .table-wrapper table td{font-size: 14px;line-height: 20px;padding-left: 15px;}
}
@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}
}

/*#留言表单*/
/* .all-from .btn-box,.all-from-1 .btn-box{margin-top: 55px;} */
.form-row.form-btn-box{position: relative;}
.form-row .btn-box{position: static;padding: 0 5px !important;}
.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-lb{border: 0;}

.form-group .form-control::placeholder{font-size:16px;line-height:32px;color:#666666;opacity:1}
.form-group .form-control{padding:12px 20px;border:none;border-radius:0px;background-color:#ffffff;border:solid 1px #cccccc;color: #666666;}
.form-group .form-control:focus{border-color: var(--public-color);box-shadow: inset 0 0 0 1px var(--public-color);color: #666666;}
.form-group textarea.form-control{padding-top:10px}
.form-row{margin:0 -12px 15px !important}
.form-group{position:relative;padding:0 12px !important;margin-bottom: 0;}
.form-group:has(input[required])::before,.form-group:has(textarea[required])::before{content:url(../../images/sign-5.webp);color: var(--public-color);border-radius: 100%;position:absolute;left:12px;top:0px;line-height:0px;z-index:1}
.form-group:has(textarea[required])::before{top:0px}
.form-cap .input-group{border: solid 1px #cccccc;border-radius: 0px;overflow: hidden;gap: 15px;}
.form-cap .form-group .form-control{border: solid 1px #cccccc;background-color: #ffffff;border-radius: 0px;}
.form-cap .input-group-append{width:130px;background-color:#f3fbfe;margin:0;border: solid 1px #cccccc;border-radius: 0px;overflow: hidden;}
.input-group-append .input-group-text{border-radius: 2px !important;}
.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}

.tk-feedback .form-cap .input-group{border: none;}

.all-font-color .form-group .form-control ,
.all-font-color .form-group .form-control::placeholder ,
.all-font-color .form-group .form-control:focus{color: #ffffff;}
@media(max-width:1340px){
    .form-cap .input-group-append{width: 100px;}
}
@media(max-width:900px){
    .all-from .btn-box, .all-from-1 .btn-box{margin-top: 10px;}
}
@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}
}
@media(max-width:768px){
    .form-row {gap: 10px;}
    .form-row .all_btn{font-size: 16px;line-height: 24px;padding: 0 25px;}
}


.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)
}

/*#搜索*/
.header-search-box{position:relative}
.header-search-box .search-svg{display:flex;align-items:center;justify-content:center;padding:4px;cursor:pointer;transition:opacity .3s ease}
.header-search-box .search-svg:hover{opacity:.8}
.header-search-box .search-svg svg{width:20px;height:20px;color: #ffffff;}
.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:1330px){
    .header-search-box .search-svg svg{color: #333333;}
}


/* .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: #333333;filter: none;}
.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;}
.small-nav{width: 100%;position: absolute;top: 130px;left: 0;right: 0;display: flex;justify-content: center;}
.small-nav ul::before{content: url(../../images/nav.webp);display: inline-block;margin-right: 10px;}
.small-nav ul{display: flex;align-items:center;flex-wrap: wrap;position: relative;max-width: 1410px;width: 100%;}
.small-nav ul a{font-size: 16px;line-height: 24px;color:#ffffff;font-weight: 400;}
.small-nav ul li::before{content: ">>";font-family: 'Poppins';letter-spacing: -1.5px;font-size: 16px;line-height: 24px;font-weight: 400;padding: 0 10px;color:#ffffff;position: static;}                                   
.small-nav ul li:first-child::before{display: none;}
.small-nav ul li{display: flex;align-items: center;padding-left: 0;}
@media(max-width:1460px){
    .small-nav ul{padding-left: 15px;}
}
@media(max-width:1330px){
    .small-nav {top: 15px;}
}
@media(max-width:768px){
    .small-nav{padding-top:5px}
    .small-nav ul::before{content: "";background:url(../../images/nav.webp) no-repeat;width: 17px;height: 17px;background-size: 100% 100%;border-radius: 2px;margin-right: 5px;transform: translateY(-1px);}
}
@media(max-width:768px){
    .small-nav ul a{font-size: 14px;line-height: 26px;}
    .small-nav ul li::before{padding: 0 5px;}
}


.a-ly:focus, .a-ly-1:focus{
    outline: none;
    box-shadow: none;
}

/* From Uiverse.io by mrhyddenn */ 
.a-lb:focus, .a-lb-1:focus{
    outline: none;
    box-shadow: none;
}
/* From Uiverse.io by nikk7007 */ 
.a-lb{background-color: var(--public-color);font-size: 20px;line-height: 28px;font-weight: 600;color: #ffffff;border-radius: 23px;padding: 8px 5px 8px 25px;display: inline-flex;justify-content: center;align-items: center;gap: 20px;overflow: hidden;position: relative;cursor: pointer;padding-right: 65px;}
.a-lb span{width: 35px;aspect-ratio: 1;border-radius: 100%;display: inline-flex;justify-content: center;align-items: center;background-color: #ad0a17;position: absolute;right:0.3em;transition: width 0.3s;}
.a-lb:hover span{height: calc(100% - 10px);width: calc(100% - 0.6em);border-radius: 23px;}

.a-lb-1{border: 1px solid var(--public-color);background-color: #ffffff;font-size: 20px;line-height: 28px;font-weight: 600;color: var(--public-color);border-radius: 23px;padding: 8px 5px 8px 25px;display: inline-flex;justify-content: center;align-items: center;gap: 20px;overflow: hidden;position: relative;cursor: pointer;padding-right: 65px;}
.a-lb-1 span{width: 35px;aspect-ratio: 1;border-radius: 100%;display: inline-flex;justify-content: center;align-items: center;background-color: var(--public-color);position: absolute;right:0.3em;transition: width 0.3s;}
.a-lb-1:hover span{height: calc(100% - 10px);width: calc(100% - 0.6em);border-radius: 23px;}
@media(max-width:1200px){
    .a-lb , .a-lb-1{font-size: 18px;line-height: 26px;padding-right: 50px;}

}
@media(max-width:768px){
    .a-lb , .a-lb-1{padding: 0 55px 0 30px !important;}
}

/*共有的类名*/
/* .text,.cont{letter-spacing: 0;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
} */
.title{font-size:42px;line-height:56px;color:#333333;font-weight: 600;}
.title.title-c{text-align: center;}
h1{font-size: 42px;line-height: 52px;font-weight: bold;color: #333333;}
.t1{color: #333;}
.h6,h6{font-size: 20px;line-height: 28px;color: var(--public-color);font-weight: 600;}
.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);}
.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;}

@media(max-wdith:1530px){
    h1{font-size: 36px;}
}
@media(max-wdith:1430px){
    h1{font-size: 34px;}
}
@media(max-wdith:900px){
    .line::after {top: -20px;width: 45px;height: 6px;}
}

span.y{color: var(--public-color);}
hr{background-color: var(--public-color);border-top: 1px solid var(--public-color);}


@media(max-width:1200px){
    .title{font-size: 34px;line-height: 48px;}
}
@media(max-width:930px){
    .title{font-size: 32px;line-height: 46px;}
}

.title-img::before{content: url(../../images/sign-1.webp);display: block;}
.title-img-white::before{filter: brightness(0) invert(1);}

.all-back-right{position: relative;}
.all-back-right::after{content: "";width: 32%;height: 560px;background: url(../../images/home-back-1.webp) no-repeat;background-size: 100% auto;position: absolute;right: 0;z-index: -1;}
.all-back-left::after{content: "";width: 32%;height: 560px;background: url(../../images/home-back-2.webp) no-repeat;background-size: 100% auto;position: absolute;left: 0;z-index: -1;}

.all-swiper{position: relative;padding:0px;}
.all-hover {width: 75px;height: auto;aspect-ratio: 1;border-radius: 100%;border: solid 4px rgba(216,12,29,.1);color: #a5a5a5;transition: all .3s ease-in-out;font-weight: bold;z-index: 2;margin-top: -20px}
.all-hover::after{font-size: 28px;transition: all .3s ease-in-out;font-weight: bold;font-family: 'cmsfont';margin: 0;color: var(--public-color);}
.all-hover:hover{background-color: var(--public-color);}
.all-hover:hover::after{color: #ffffff !important;}
.all-hover-next{right: -140px;}
.all-hover-prev{left: -140px;}
.all-hover-next::after{content:'\f054';}
.all-hover-prev::after{content: '\f053';}
@media(max-width:1200px){
    .all-hover {width: 60px;}
    .all-hover::after{font-size: 22px;}
}


.all-pag{position: static;display: flex;justify-content: center;gap: 15px;height: 8px !important;background-color: #ebebeb;border-radius: 8px;}
.all-pag .swiper-pagination-progressbar-fill{height: 8px;background: linear-gradient(90deg, #d80c1d 0%, #a01717 100%) !important;border-radius: 8px !important;margin: 0 !important;}
/* @media(max-width:768px){
    .all-pag{gap: 5px;}
    .all-pag span {width: 25px;height: 4px;}
} */


/*#标签样式*/
/* .tag{margin-bottom: 30px;font-size: 17px;line-height: 30px;}
.tag span{color: var(--public-color);}
.tag i{color: var(--public-color);}
.tag a{font-size: 17px;line-height: 30px;color: #333;}
.tag a:hover{text-decoration: underline;color: var(--public-color);}
.tag a:after{content: ",";display: inline-block;margin-left: 3px;margin-right: 4px;}
.tag a:last-child:after{display: none;}

@media(max-width:768px) {
  .tag{display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
} */


.footer {background-color: #2c2d2d;padding-top: 75px;}
.footer .footer-top,.footer .footer-bottom{position: relative;}
.footer .footer-top {padding-bottom: 30px;}
.footer .top-1{display: flex;justify-content: space-between;align-items: center;padding-bottom: 60px;position: relative;gap: 30px;}
.footer .footer-logo{position: relative;padding-right: 5px;}
.footer .h5-cont{width: 70%;display: flex;justify-content: space-between;align-items: center;gap: 30px;}
.footer .top-1 .h5{font-size: 20px;line-height: 28px;font-weight: 400;color: #ffffff;}
.footer .a-top{width: 55px;aspect-ratio: 1;border-radius: 100%;display: grid;place-items: center;background-color: var(--public-color);}
.footer .a-top img{filter: brightness(0) invert(1);}
.footer .a-top:hover{background-color: #ffffff;}
.footer .a-top:hover img{filter: none;}

.footer .footer-top .content{display: flex;justify-content: space-between;gap: 55px;}
.footer .list-box{width: 70%;display: flex;justify-content: space-between;}
.footer .list-box .box > *{margin-bottom: 15px;}
.footer .font-sty{font-size: 16px;line-height: 24px;font-weight: 300;color: #cccccc;position: relative;opacity: .9;}
.footer a.font-sty:hover{text-decoration: underline;text-decoration-skip-ink: none;opacity: 1;}

.footer .list-1{width: 23%;display: flex;justify-content: space-between;align-items: flex-start;gap: 15px;padding-bottom: 15px;}
.footer .list-1 .cont-img{min-height: 140px;background-color: #ffffff;border-radius: 4px;padding: 5px;display: grid;place-items: center;}

.footer .list-2{width: 57%;}
.footer .list-2 .box{display: flex;flex-direction: column;align-items: flex-start;}
.footer .list-2 .font-sty::before{content: "\f054";font-family: 'cmsfont';font-weight: 600;font-size: 12px;display: inline-block;margin-right: 10px;}

.footer .list-3{width: 38%;}
.footer .list-3 .d{display: grid;grid-template-columns: 16px auto;gap:0 15px;margin-bottom: 25px;}
.footer .list-3 .d-cont{display: flex;flex-direction: column;align-items: flex-start;}
.footer .list-3 .icon{line-height:24px;color: var(--public-color);}
.footer .list-3 a,.footer .list-3 .font-sty{font-size: 16px;line-height: 24px;}

.footer .footer-bottom{background-color: rgba(255,255,255,.03);height: 65px;display: flex;align-items: center;letter-spacing: 0px;}
.footer .footer-bottom .content{display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer .copy{color: #ffffff;opacity: .8;font-size: 16px;font-weight: 300;}

.footer .all-social{display: flex;gap: 15px;}
.footer .hover-1,.footer .hover-2{background-color: rgba(255,255,255,.5) !important;border:0;color: #2b2c2c !important;width: 28px;height: 28px;font-size: 14px !important;display: inline-flex;justify-content: center;align-items: center;border-radius: 100%;margin: 0 !important;}
.footer .hover-1::before,.footer .hover-2::before{font-size: 14px;width: inherit;}
.footer .hover-1:hover,.footer .hover-2:hover{background-color: var(--public-color) !important;color: #000000 !important;}

.index-footer .footer{border-top: 0;}

@media(max-width:1280px){
    .footer .list-1{min-width: auto;max-width: 400px;}
}
@media(max-width:1150px){
    .footer .footer-top .content {gap: 30px;}
    .footer .list-1 .cont-img{min-height: auto;}
    .footer .list-1 {max-width: 300px;}
    .footer .list-3{max-width: none;}
}
@media(max-width:1000px){
    .footer .footer-top .content{flex-wrap: wrap;}
    .footer .a-top{display: none;}
    .footer .text{margin-bottom: 30px;}
    .footer .list-1{max-width: none;width: 100%;justify-content: flex-start;}
    .footer .list-box{width: 100%;}
    .footer .footer-bottom{height: auto;padding: 15px 0;}
    .footer .footer-bottom .content{gap: 10px;flex-wrap: wrap;}
}
@media(max-width:800px){
    .footer .top-1{align-items: flex-start;flex-direction: column;}
    .footer .h5-cont{width: 100%;}
}
@media(max-width:768px){
    .footer{padding-top: 30px;}
    .footer .footer-top .content{flex-direction: column}
    .footer .top-1{gap: 0px;padding-bottom: 30px;}
    .padding-bottom{padding-bottom: 30px;}
    .footer .list-box{flex-direction: column;gap: 30px;}
    .footer .list-3,.footer .list-2{width: 100%;margin-top: 0;}
    .footer .list-3 .d{margin-bottom: 10px;}
    .footer .footer-top{padding-bottom: 35px;}
}
@media(max-width:768px){
    .footer .footer-logo{margin-bottom: 20px;}
    .footer .footer-top .content{gap: 15px;}
    .footer .text{margin-bottom: 25px;}
    .footer .text p{margin-bottom: 0;}
    .footer .t1{font-size: 18px;line-height: 26px;margin-bottom: 10px;}
    .footer .font-sty {font-size: 14px;line-height: 20px;}
    .footer .list-3 a, .footer .list-3 .font-sty{font-size: 14px;line-height: 26px;}
    .footer .list-3 .icon{line-height: 26px;}
    .footer .a-link a{font-size: 14px;padding: 0px 5px;}
}


.all-nav {margin-bottom: 80px;position: sticky;top: 90px;height: fit-content;z-index: 2;background-color: #ffffff;}
.all-nav .nav{display: flex;justify-content: center;flex-wrap: wrap;}
.all-nav .nav a:first-child{border-left: 2px solid #f0f0f0;}
.all-nav .nav a:last-child{border-right: 2px solid #f0f0f0;}
.all-nav .nav a + a{border-left: solid 2px #f0f0f0;}
.all-nav .nav a{min-width: 300px;height: 60px;font-size: 20px;font-weight: 400;color: #666666;padding: 0 40px;display: flex;justify-content: center;align-items: center;transition: color .3s ease-in-out;}
.all-nav .nav a:hover,.all-nav .nav a.active{color: var(--public-color);font-weight: 600;}
@media(max-width:1580px){
    .all-nav .nav a {font-size: 18px;line-height: 26px;}
}
@media(max-width:1380px){
    .all-nav{top: 105px;}
    .all-nav .nav a {font-size: 16px;line-height: 24px;}
}
@media(max-width:990px){
    .all-nav{top: 80px;}
    .all-nav .nav a{min-width: auto;padding: 0 20px;}
}

span.arrow{font-size: 28px;font-weight: 600;font-family: 'Poppins';letter-spacing: -7px;}


.banner-home .banner-text{text-align: left;}
.banner-home .content{max-width: 50rem;transform: translateY(-100px);}
.banner-home .h6{margin-bottom: 25px;}
.banner-home h1{font-size: 56px;line-height: 80px;font-weight: 600;letter-spacing: -1px;margin-bottom: 30px;color: #ffffff;}
@media(max-width:1600px){
    .banner-home .banner-text {padding-top: 50px;}
}
@media(max-width:1430px){
    .banner-home h1{font-size:48px;line-height:68px;}
    .banner-home .content{transform:translateY(-80px);}
}
@media(max-width:1200px){
    .banner-home h1{font-size:42px;line-height:56px;}
    .banner-home .content{transform:translateY(-50px);}
}
@media(max-width:1100px){
    .banner-home h1{font-size:38px;line-height:52px;}
}
@media(max-width:1000px){
    .banner-home .banner-text {padding-top: 0;padding-bottom: 100px;}
}
@media(max-width:991px){
    .banner-home .content{transform:none;max-width:100%;}
}
@media(max-width:768px){
    .banner-home .banner-text{padding-top:50px;align-items: flex-start;}
    .banner-home .content{transform:none;}
    .banner-home .h6{margin-bottom:15px;}
    .banner-home h1{margin-bottom:20px;}
    .banner-home .img-back img{min-height:280px;object-fit:cover;width:100%;}
}
@media(max-width:540px){
    .banner-home .banner-text{padding-top: 0;padding-bottom: 30px;align-items: center;}
}


.banner-all{background-color: #000000;overflow:hidden;}
.banner-all > img{opacity: .5;}
.banner-all .banner-text{padding-top: 150px;text-align: left;z-index:2;}
.banner-all .content{max-width: 80%;text-align: center;margin: auto;}
.banner-all .content > *:nth-last-child(1){margin-bottom: 0;}
.banner-all h1  , .banner-all .h1{font-size: 48px;line-height: 68px;color: #ffffff;font-weight: bold;margin-bottom: 20px;letter-spacing: -1px;}
.banner-all h1::after{content: "";width: 80px;height: 8px;background-color: var(--public-color);display: block;margin: 40px auto 0;}
.banner-all .a-lb{min-width: 300px;}
.banner-all .a-lb img{width: 16px;}
@media(max-width:1540px){
    .banner-all .banner-text{padding-top: 100px;}
    .small-nav {top: 110px;}
}
@media(max-width:1460px){
    .banner-all .cont{margin-bottom:35px}
}
@media(max-width:1330px){
    .banner-all .banner-text{padding-top: 0px;flex-direction: column;}
    .banner-all .content{padding-top: 35px;}
    .banner-all h1, .banner-all .h1{font-size: 42px;line-height: 50px;}
    .small-nav{top:5px;left:auto;right:auto;padding:0;}
}
@media(max-width:1230px){
    .banner-all h1, .banner-all .h1{font-size: 36px;line-height: 48px;margin-bottom: 10px;}
    .banner-all .cont {margin-bottom: 25px;}
}
@media(max-width:1200px){
    .banner-all .cont{margin-bottom: 0;}
    .banner-all .a-lb{display: none;}
    .banner-all .content{max-width:90%;padding-top: 0;}
    .banner-all h1{margin-bottom: 20px;}
    .banner-all h1::after{margin-top: 20px;}
}
@media(max-width:899px){
    .banner-all .content{max-width:100%;}
}
@media(max-width:768px){
    .banner-all{display: flex;justify-content: center;align-items: center;}
    .banner-all h1, .banner-all .h1{font-size:22px;line-height: 32px;}
    .banner-all .content{max-width:100%;}
    .banner-all h1::after, .banner-all .h1::after{width:50px;height:5px;margin:20px auto 0;}
    .banner-all .content .text{margin-top:10px;}
    .banner-all .small-nav{padding:5px 0 15px;}
    .banner>img, .swiper-slide>img{height: 200px;width: auto;}
}


@media(max-width:1500px){
    body{font-size: 18px;line-height: 28px;}
}
@media(max-width:1430px){
    body{font-size: 17px;line-height: 26px;}
}
@media(max-width:1340px){
    body{font-size: 16px;line-height: 24px;}
}
@media(max-width:1200px){
    body{font-size: 15px;line-height: 23px;}
    .form-row .col-md-6{flex: 0 0 50%;}
}
@media(max-width:768px){
    body{font-size: 14px;line-height: 20px;}
    h1{font-size: 24px !important;line-height: 32px !important;}
    .title,.title-1{font-size: 22px !important;line-height: 32px !important;margin-bottom: 15px !important;letter-spacing: -.5px !important;}
    .h6{font-size: 16px !important;line-height: 24px !important;margin-bottom: 5px !important;}
    .text p{margin-bottom: 10px;}
    .text p:last-child{margin-bottom: 0 !important;}
    .cont,.text{font-size: 14px !important;line-height: 20px !important;}
    ul li{font-size: 16px;line-height: 24px;}
    .all-style{padding: 0 0px;}
    .all-hover{width: 45px;height: 45px;}
    .all-hover-next{right: -15px;}
    .all-hover-prev{left: -15px;}
    .a-lb-1,.a-lb{height: 42px;padding: 0 25px;}

    /* .all-from .form-row:nth-last-of-type(2) .col-md-12{width: 100%;flex: 0 0 100%;max-width: 100%;}
    .all-from .form-row .all_btn{height: 100%;width: 100%;}
    .all-from .form-row{gap: 0;}
    .all-from .col-md-4 {flex: 0 0 33.333333%;}
    .all-from .col-md-12,.all-from .col-md-6{flex: 0 0 50%;}
    .all-from .col-md-7 {flex: 0 0 58.333333%;}
    .all-from .col-md-5 {flex: 0 0 41.666667%;} */
}
@media(max-width:768px){
    .all-faqs .items{padding: 15px 0;}
    .all-faqs .quen-q{font-size: 18px;line-height: 26px;}
    .all-faqs .quen-a{font-size: 16px;line-height: 24px;}

    .all-from .col-md-12, .all-from .col-md-6,.all-from .col-md-7{flex: 0 0 100%;}
    .form-row{margin-bottom: 0 !important;gap:0}
    .form-row > *{margin-bottom: 10px !important;}
    .form-row > *,.form-row .col-md-6{flex:0 0 100%}
    .all-from-1 .form-cap,.all-from .form-cap{gap: 20px;}
    .all-from-1 .a-ly,.all-from .a-ly{width: auto;display: inline-block;padding: 0 20px;height: 40px;}
}

@media(max-width:768px){
    h1{font-size: 22px !important;line-height: 32px !important;}
    .title{font-size: 22px !important;line-height: 32px !important;margin-bottom: 15px !important;}
    .left,.right{width: 100% !important;}
    .h6{font-size: 16px !important;line-height: 24px !important;margin-bottom: 5px !important;}
    .text p{margin-bottom: 10px;}
    .text p:last-child{margin-bottom: 0 !important;}
    .cont,.text{font-size: 14px !important;line-height: 20px !important;}
    ul li{padding-left: 25px;font-size: 16px;}

    .small-nav {top: 10px;}
    .small-nav ul a {font-size: 12px;line-height: 20px;}
    .small-nav ul li::before {padding: 0 5px;line-height: 20px;}

    .header-mb ul li::before{display: none;}
    .header-mb ul li{padding-left: 0;}



    .table-wrapper table td{font-size: 14px;line-height: 20px;padding: 5px 10px !important;}
    .line-left{padding-left: 15px;}
    .line-left::before {width: 6px;height: 20px;}
}


.a-line{color: var(--public-color);font-weight: 500;text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 3px;}
.a-line:hover{text-decoration: none;}

/* 首页关于我们 */
.home-about{margin-bottom: 150px;}
.home-about .content{display: flex;justify-content: space-between;align-items: center;}
.home-about .left , .home-about .left img{border-radius: 40px;}
.home-about .left{width: 64%;box-shadow: 0px 11px 32px 0px rgba(0, 0, 0, 0.17);}
.home-about .right{width: 30%;}
.home-about .h6{margin-bottom: 10px;}
.home-about .title{font-size: 32px;line-height: 44px;margin-bottom: 15px;}
.home-about .text{margin-bottom: 35px;}
.home-about .small-box{display: grid;grid-template-columns: repeat(2,1fr);gap: 25px;margin-bottom: 30px;}
.home-about .list{background-color: #efefef;padding: 20px 15px;}
.home-about .list .d{display: flex;align-items: center;justify-content: space-between;font-weight: 500;margin-bottom: 20px;}
.home-about .list .img-xl{width: 30px;aspect-ratio: 1;border-radius: 4px;border-radius: 4px;background-color: #ffffff;border: solid 1px #cccccc;display: grid;place-items: center;}
.home-about .list .h3{color: #333333;letter-spacing: -.2px;}
.home-about .list .h3 strong{font-size: 40px;line-height: 41px;color: var(--public-color);font-weight: 800;letter-spacing: 0;}

/* 首页产品 */
.home-pro{margin-bottom: 140px;}
.home-pro-main {position: relative;margin-bottom: 110px;}
.home-pro-main .img-back{position: absolute;right: 0;bottom: -15%;z-index: -1;width: 52%;}
.home-pro-main .content{display: flex;justify-content: space-between;position: relative;}
.home-pro-main .left{width:47%;position: relative;z-index: 1;}
.home-pro-main .title{margin-bottom: 20px;}
.home-pro-main .text{margin-bottom: 50px;}
.home-pro-main .h6{margin-bottom: 20px;}
.home-pro-main ul{margin-top: 55px;}
.home-pro-main li::before{content: url(../../images/sign.webp);position: absolute;left:0;top: 0;position: absolute;left: 0;top: 5px;}
.home-pro-main li:last-child{margin-bottom: 0;}
.home-pro-main li{font-size: 18px;line-height: 30px;font-weight: 400;color: #666666;position: relative;padding-left: 35px;margin-bottom: 15px;}
.home-pro-main li strong{color: var(--public-color);font-weight: 500;}
.home-pro-main .right{width:70%;margin-right: -120px;position: absolute;right: 0;bottom: 0;}
.home-pro-main .right .img img{mix-blend-mode: multiply;}

.home-p-l .swiper-slide{height: auto;}
.home-p-l .list::after{content: "";width: 100%;height: 4px;background-color: transparent;position: absolute;bottom: 0;left: 0;transition: all .3s ease-in-out;}
.home-p-l .list{height: 100%;background-color: #ffffff;border: solid 1px #dcdcdc;position: relative;transition: all .3s ease-in-out;}
.home-p-l .box{padding: 35px 30px 20px 35px;}
.home-p-l .img{background-image: linear-gradient(-14deg, #ffffff 37%, #f1f1f1 100%);padding: 10px;height: 270px;max-height: 270px;display: flex;justify-content: center;align-items: center;}
.home-p-l .model{font-size: 16px;line-height: 20px;color: var(--public-color);font-weight: 500;margin-bottom: 15px;}
.home-p-l .t1{font-size: 20px;line-height: 28px;font-weight: 600;color: #222222;margin-bottom: 15px;}
.home-p-l .cont{color: #666666;}
.home-p-l .all-hover{width: 125px;}
.home-p-l .all-hover::after{font-size: 50px;font-weight: 300;}
.home-p-l .prev-pro{left: -160px;}
.home-p-l .pag-pro{width: 65%;margin: 95px auto auto;}
.home-p-l .list:hover{box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);}
.home-p-l .list:hover::after{background-color: var(--public-color);}
.home-p-l .list:hover .img{background-image: linear-gradient(-26deg, #dddddd 0%, #636363 59%, #3a3a3a 67%);}

.home-sol{background-color: #f7f7f7;padding: 70px 0 90px;}
.home-sol .title{margin-bottom: 65px;}
.home-sol .grid{gap: 25px;}
.home-sol .list{text-align: center;}
.home-sol .img{background-color: #ffffff;box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);margin-bottom: 25px;padding: 30px;}
.home-sol .t1{font-size: 18px;line-height: 24px;color: #333333;}
.home-sol .list-1{border-left: 4px solid var(--public-color);height:240px;background-color: rgba(216,12,29,.1);display: flex;flex-direction: column;justify-content: space-evenly;align-items: flex-start;padding:20px 10px 20px 30px}
.home-sol .list-1 .h5{font-size: 20px;line-height: 24px;font-weight: 600;color: #222222;}
.home-sol .list-1 .cont{color: #666666;}
.home-sol .list-1 .a-lb-1{background-color: transparent;}

.home-global{height: 450px;background-image: linear-gradient(-31deg, #650909 30%, #8b1212 65%, #ae1b1b 100%);overflow: hidden;display: flex;align-items: center;}
.home-global .content{display: flex;justify-content: flex-end;align-items: center;position: relative}
.home-global .title{color: #ffffff;}
.home-global .left{width: 46%;position: absolute;left: 0;display: grid;place-items: center;}
.home-global .left .img, .home-global .left .img img{border-radius: 100%;}
.home-global .left .img::after{content: "";width: 100%;height: 100%;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);background: radial-gradient(circle at 50% 50%, #ffffff,rgba(181, 29, 29, .29) 80%,rgba(181, 29, 29, .6) 100%);position: absolute;border-radius: 100%;}
.home-global .left .img{ display: inline-flex;justify-content: center;align-items: center;position: relative;}
.home-global .left .title{position: absolute;display: flex;justify-content: center;align-items: center;z-index: 1;}
.home-global .left .title::after{content: "";width: 125%;height: 87px;background: url(../../images/home-back-1.webp) no-repeat center;background-size: 100% 100%;position: absolute;z-index: -1;}

.home-global .right{width: 51%;}
.home-global .right .title{margin-bottom: 30px;}
.home-global .text{color: #ffffff;margin-bottom: 60px;}
.home-global .text p{margin-bottom: 20px;}
.home-global .text p:last-child{margin-bottom: 0;}
.home-global .a-lb-1{border-color: #ffffff;color: #ffffff;background-color: transparent;}
.home-global .a-lb-1 span{background-color: #ffffff;}

.home-choose {padding: 120px 0 100px;background-color: #f7f7f7;}
.home-choose .top-head{display: flex;justify-content: space-between;align-items: center;margin-bottom: 80px;}
.home-choose .h6{margin-bottom: 10px;}
.home-choose .mySwiper-choose{padding-left: 30px;padding-bottom: 40px;}
.home-choose .list{background-color: #ffffff;box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);border-radius: 8px}
.home-choose .img{display: flex;justify-content: center;align-items: center;}
.home-choose .img , .home-choose .img img{border-radius: 8px 8px 0px 0px;}
.home-choose .box{padding: 35px 30px 55px 30px;}
.home-choose .t1{font-size: 20px;line-height: 28px;font-weight: 600;color: #222222;margin-bottom: 15px;}
.home-choose .cont{line-height: 28px;color: #666666;}
.home-choose .pag-choose{width: 65%;margin: 45px auto 65px;}

.home-partner .grid{gap: 20px 35px;}
.home-partner .img-xl{height: 72px;background-color: #ffffff;border-radius: 8px;box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);display: grid;place-items: center;}

.home-news-main{display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;}
.home-news-main .left{width: 65%;}
.home-news-main .all-hover:hover{background-color: var(--public-color);}
.home-news-main .all-hover{width: 69px;height: 69px;background-color: #ffffff;box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.18);border: 0;}
.home-news-main .prev-news{left: -35px;}
.home-news-main .next-news{right: -35px;}
.home-news-main .right{width: 29%;}
.home-news-main .title{margin-bottom: 25px;}
.home-news-main .text{line-height: 28px;margin-bottom: 75px;}

.home-news{padding-top: 120px;margin-bottom: 95px;}
.home-news .grid{gap: 50px;}
.home-news .img{position: relative;}
.home-news .img > img{width: 100%;}
.home-news .type{height: 42px;padding: 0 25px;display: grid;place-items: center;background-color: var(--public-color);color: #ffffff;font-size: 20px;line-height: 28px;font-weight: 500;position: absolute;left: 0;bottom: 0;}
.home-news .box{padding: 30px 60px 0 0;}
.home-news .t1{font-size: 20px;line-height: 28px;color: #333333;letter-spacing: -.2px;margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 最多2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-news .time{font-size: 17px;color: #cccccc;}


.all-news{margin: 85px 0 115px;}
.all-news .title{margin-bottom: 80px;}
.all-news .list{background-image: linear-gradient(-14deg, #ffffff 0%, #f1f1f1 100%);border: solid 1px #f0f0f0;padding: 15px;}
.all-news .grid{gap: 35px;}
.all-news .img{position: relative;}
.all-news .type{height: 42px;padding: 0 25px;display: grid;place-items: center;background-color: var(--public-color);color: #ffffff;font-size: 16px;line-height: 24px;font-weight: 500;position: absolute;left: 0;bottom: 0;}
.all-news .type span::before{content: "";width: 4px;height: 12px;background-color: #ffffff;display: inline-flex;margin-right: 10px;}
.all-news .box{padding: 25px 0px 10px;}
.all-news .t1{font-size: 20px;line-height: 28px;color: #333333;font-weight: 600;margin-bottom: 15px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.all-news .cont{color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 最多3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 60px;
}
.all-news .time{font-size: 14px;line-height: 20px;font-weight: 500;color: #999999;}

/* product-content.html — all-news 响应式 */
@media(max-width:1430px){
    .all-news{margin-bottom:90px;}
    .all-news .title{margin-bottom:55px;}
}
@media(max-width:768px){
    .all-news{margin: 30px 0 45px;}
    .all-news .title{margin-bottom:25px;}
}


.all-expert{background-color: #f7f7f7;height: 280px;display: flex;align-items: center;}
.all-expert .content{text-align: center;max-width: 60%;margin: auto;}
.all-expert .h3{font-size: 28px;line-height: 32px;font-weight: 600;color: #222222;}
.all-expert .cont{margin: 15px 0 40px;color: #666666;}

/* ========== index.html 首页响应式 ========== */

/* tablet T3 — 1200–1430 渐进 */
@media(max-width:1430px){
    .home-about{margin-bottom:120px;}
    .home-about .title{font-size:30px;line-height:42px;}
    .home-pro{margin-bottom:120px;}
    .home-pro-main{margin-bottom:90px;}
    .home-choose{padding:100px 0 80px;}
    .home-choose .top-head{margin-bottom:60px;}
    .home-news{padding-top:100px;margin-bottom:80px;}
}
@media(max-width:1200px){
    .home-about .left{width:55%;}
    .home-about .right{width:41%;}
    .home-about .title{font-size:28px;line-height:38px;}
    .home-about .list .d{margin-bottom: 10px;}
    .home-about .list .h3 strong{font-size: 34px;}
    .home-pro-main .left{width:50%;}
    .home-pro-main .right{width:65%;margin-right:-80px;}
    .home-p-l .prev-pro{left:-120px;}
    .home-sol .title{margin-bottom:45px;}
    .home-sol .list-1{padding: 20px 10px 20px 15px;}
    .home-global .right .title{font-size:28px;line-height:38px;}
    .home-choose{padding:80px 0 70px;}
    .home-choose .top-head{margin-bottom:45px;}
    .home-news{padding-top:80px;}
    .home-news .grid{gap:35px;}
}
@media(max-width:1100px){
    .home-pro-main .right{margin-right:-40px;bottom: 10vh;}
    .home-p-l .prev-pro{left:-80px;}
    .home-news-main .left {width: 60%;}
    .home-news-main .right {width: 35%;}
    .home-news-main .title{margin-bottom: 15px;}
    .home-news-main .text{margin-bottom: 45px;}
}
@media(max-width:1000px){
    .home-pro-main .right{margin-right:0;width:60%;}
    .home-pro-main .img-back{width:45%;}
    .home-p-l .all-hover{width:80px;}
    .home-p-l .prev-pro{left:-60px;}
    .home-global .left{width:42%;}
    .home-global .left .title{text-align: center;}
    .home-global .right{width:55%;}
}

/* ≤899 stack — 双栏单列 */
@media(max-width:899px){
    .home-about .content{flex-direction:column;gap:25px;align-items:stretch;}
    .home-about .left,
    .home-about .right{width:100%;min-width:0;max-width:100%;}
    .home-about .left,
    .home-about .left img{border-radius:40px;}
    .home-about .left{width: 65%;}

    .home-pro-main{margin-bottom:60px;}
    .home-pro-main .content{flex-direction:column-reverse;gap:25px;align-items:stretch;}
    .home-pro-main .left,
    .home-pro-main .right{width:100%;min-width:0;max-width:100%;}
    .home-pro-main .right{position:static;margin-right:0;}
    .home-pro-main .img-back{width:100%;bottom:auto;right:auto;margin-top:25px;}

    .home-global{height:auto;min-height:auto;padding:50px 0;}
    .home-global .content{flex-direction:column;align-items:flex-start;gap:30px;}
    .home-global .left{position:static;width:100%;max-width:320px;margin:0 auto;}
    .home-global .right{width:100%;}

    .home-news-main{flex-direction:column;gap:25px;align-items:stretch;}
    .home-news-main .left,
    .home-news-main .right{width:100%;min-width:0;max-width:100%;}
}

/* mobile 768 */
@media(max-width:768px){
    .home-about{margin-bottom:45px;padding:30px 0;}
    .home-about .title{font-size:22px;line-height:32px;margin-bottom:15px;}
    .home-about .text{margin-bottom:25px;}
    .home-about .small-box{gap:15px;margin-bottom:25px;}
    .home-about .list .h3 strong{font-size:32px;line-height:36px;}

    .home-pro{margin-bottom:45px;}
    .home-pro-main{margin-bottom:40px;}
    .home-pro-main .text{margin-bottom:30px;}
    .home-pro-main ul{margin-top:25px;}
    .home-pro-main li{font-size:16px;line-height:24px;padding-left:25px;}
    .home-pro-main .title{margin-bottom:15px;}

    .home-p-l .box{padding:20px 15px 15px;}
    .home-p-l .img{height:auto;max-height:none;min-height:180px;}
    .home-p-l .t1{font-size:18px;line-height:26px;}
    .home-p-l .all-hover{width:45px;}
    .home-p-l .prev-pro{left:-15px;}
    .home-p-l .pag-pro{width:90%;margin:40px auto auto;}

    .home-sol{padding:30px 0;}
    .home-sol .title{margin-bottom:25px;}
    .home-sol .img{padding:20px;margin-bottom:15px;}
    .home-sol .list-1{height:auto;padding:20px 15px 20px 20px;gap:15px;}
    .home-sol .list-1 .h5{font-size:18px;line-height:26px;}

    .home-global{padding:30px 0;}
    .home-global .left{max-width:260px;}
    .home-global .left .title::after{height:60px;}
    .home-global .right .title{margin-bottom:15px;}
    .home-global .text{margin-bottom:30px;}

    .home-choose{padding:30px 0;}
    .home-choose .top-head{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:25px;}
    .home-choose .mySwiper-choose{padding-left:0;padding-bottom:20px;}
    .home-choose .box{padding:20px 15px 30px;}
    .home-choose .t1{font-size:18px;line-height:26px;}
    .home-choose .pag-choose{width:90%;margin:25px auto 30px;}
    .home-partner .img-xl{height:56px;}

    .home-news{padding-top:30px;margin-bottom:45px;}
    .home-news-main{margin-bottom:30px;}
    .home-news-main .swiper-slide{display: flex;align-items: center;justify-content: center}
    .home-news-main .right{text-align: center;}
    .home-news-main .text{margin-bottom:25px;}
    .home-news-main .all-hover{width: 50px;height: 50px;}
    .home-news-main .all-hover::after{font-size: 22px;}
    .home-news-main .prev-news{left:-15px;}
    .home-news-main .next-news{right:-15px;}
    .home-news .grid{gap:25px;}
    .home-news .box{padding:20px 0 0;}
    .home-news .t1{font-size:18px;line-height:26px;margin-bottom:20px;}
    .home-news .type{font-size:16px;line-height:24px;height:auto;padding:8px 15px;}

    .all-expert{height:auto;padding:30px 0;}
    .all-expert .content{max-width:100%;}
    .all-expert .h3{font-size:22px;line-height:32px;}
    .all-expert .cont{margin:10px 0 25px;}
}

/* 超小屏 540 / 430 */
@media(max-width:540px){
    .home-about .small-box{grid-template-columns:1fr;}
    .home-about .list .h3 strong{font-size:28px;line-height:32px;}
    .home-pro-main li{font-size:14px;line-height:22px;}
    .home-sol .t1{font-size:16px;line-height:22px;}
    .home-choose .t1{font-size:16px;line-height:24px;}
}
@media(max-width:430px){
    .banner-home h1{font-size:20px;line-height:28px;}
    .banner-home .img-back img{min-height:240px;}
    .home-global .left{max-width:220px;}
}


.about-project{margin-top: 85px;margin-bottom: 135px;}
.about-project .content{display: flex;justify-content: space-between;align-items: center;gap: 50px;}
.about-project .left{width: 48%;}
.about-project .right{width: 48%;}
.about-project .title{margin-bottom: 25px;}
.about-project .text{color: #666666;line-height: 28px;}

.about-tech{position: relative;background-color: #000;overflow: hidden;}
.about-tech>img{opacity: .4;}
.about-tech-xl{position: absolute;left: 0;top: 0;width: 100%;height: 100%;max-width: 1920px;}
.about-tech .content{display: flex;width: 100%;height: 100%;margin-right: -200px;}
.about-tech .title{position: absolute;top: 80px;z-index: 1;width: 90%;margin: auto;text-align: center;font-size: 48px;color:#fff;z-index: 2;}
.about-tech .list{flex: 1;color: #fff;display: flex;flex-direction: column;justify-content: flex-end;padding: 0 15px;position: relative;z-index: 1;}
.about-tech .cont{margin-bottom: 20px;}
.about-tech .num{font-size: 18px;line-height: 18px;font-weight: 400;margin-bottom: 10px;}
.about-tech .h5{font-size: 20px;line-height: 28px;font-weight: 600;letter-spacing: .4px;}
.about-tech .text{line-height: 22px;margin-bottom: 55px;font-weight: 300;position: relative;opacity: 1;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
/* .about-tech .list::after {content:"";width: 100%;height: 100%;background: rgba(0, 0, 0, 0.1);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);position: absolute;left: 0;top: 0;z-index: -1;opacity: 1;} */
.about-tech .list:last-child{border-color: transparent;}

.about-quality {margin: 120px 0 80px;}
.about-quality .top-head{display: flex;justify-content: space-between;align-items: center;gap: 30px;margin-bottom: 55px;}
/* 名称按钮切换 */
.about-qua-pag .swiper-pagination::after{content: "";width: 100%;height: 2px;background-color: #f0f4f8;position: absolute;left: 0;bottom: 0;}
.about-qua-pag .swiper-pagination{position: static;width: 90%;margin: auto;display: flex;justify-content: space-between;margin-bottom: 60px;}
.about-qua-pag span{width: auto;height: auto;margin: 0;background-color: transparent;font-size: 20px;line-height: 28px;color: #666666;position: relative;padding: 0 35px 25px 40px;}
.about-qua-pag span.swiper-pagination-bullet-active{font-weight: 600;color: var(--public-color);}
.about-qua-pag span::after{content: "";width: 100%;height: 2px;background-color: var(--public-color);position: absolute;left: 0;bottom: 0;opacity: 0;z-index: 1;}
.about-qua-pag span.swiper-pagination-bullet-active::after{opacity: 1;}

.about-quality .items::after{content: "";width: 100%;height: 100%;background: linear-gradient(to bottom, transparent 80%, #000000 100%);position: absolute;top: 0;left: 0;opacity: 0;}
.about-quality .items{position: relative;}
.about-quality .items>img{opacity: .5;}
.about-quality .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);}
.about-quality .items .t1{font-size: 20px;line-height: 28px;font-weight: 600;color: #ffffff;margin-bottom: 15px;}
.about-quality .items .cont{line-height: 28px;color: #ffffff;}
.about-quality .swiper-slide-active .items::after{opacity: 1;}
.about-quality .swiper-slide-active .items > img{opacity: 1;}
.about-quality .swiper-slide-active .items .box{opacity: 1;}
.about-quality .box-img{display: grid;grid-template-columns: repeat(6, 1fr);gap:30px;margin-top: 60px;padding:10px;}
.about-quality .box-img .img-xl{height: 56px;background-color: #ffffff;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);border-radius: 8px;display: grid;place-items: center;padding: 8px;}
.about-quality .box-img .img-xl img{max-height: 100%;width: auto;}

.about-service{background-color: #f9f9f9;padding: 65px 0 95px;}
.about-service .content{display: flex;justify-content: space-between;}
.about-service .left{width: 45%;}
.about-service .right{width: 53%;display: flex;flex-direction: column;justify-content: space-evenly;gap: 10px;}
.about-service .text > * {padding-left: 35px;}
.about-service .text > *:nth-last-child(1){margin-bottom: 0;}
.about-service h5::before{content: url(../../images/sign.webp);position: absolute;left: 0;top: 0;}
.about-service h5{font-size: 18px;line-height: 26px;font-weight: 500;color: #666666;position: relative;margin-bottom: 15px;}
.about-service p{margin-bottom: 40px;}

.about-global{padding: 85px 0;}
.about-global .content{display: flex;justify-content: space-between;align-items: center;}
.about-global .left{width:45%}
.about-global .title{margin-bottom: 15px;}
.about-global .text{color: #666666;margin-bottom: 0;}
.about-global .all-swiper{margin-top:-100px;padding: 0 45px;}
.about-global .all-swiper .img{border-radius: 8px;overflow: hidden;}
.about-global .all-hover{background-color: #ffffff;}
.about-global .all-hover-next{right: -15px;}
.about-global .all-hover-prev{left: -15px;}
.about-global .box-img{display: grid;grid-template-columns: repeat(3,1fr);gap: 20px;width: 85%;}
.about-global .img-xl{height: 56px;background-color: #ffffff;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);border-radius: 8px;display: grid;place-items: center;}
.about-global .right{width:61%;margin-right: -105px;}

/* article-index-about.html 响应式 */
@media(max-width:1660px){
    .about-global .right{width: 60%;margin-right: -80px;}
}
@media(max-width:1580px){
    .about-global .right{width: 55%;margin-right: -40px;}
}
@media(max-width:1500px){
    .about-global .right{width: 55%;margin-right: -15px;}
    .about-qua-pag span{padding: 0 20px 15px 20px;}
}
@media(max-width:1430px){
    .about-project{margin-top:70px;margin-bottom:100px;}
    .about-tech .title{font-size:42px;line-height:52px;top:60px;}
    .about-tech .content{margin-right:-120px;}
    .about-quality{margin:90px 0 120px;}
}
@media(max-width:1380px){
    .about-tech .title{top: 30px;}
    .about-tech .list{padding: 0 15px;}
    .about-tech .text{margin-bottom: 35px;}
}
@media(max-width:1200px){
    .about-project .content{gap:35px;}
    .about-tech>img{display: none;}
    .about-tech .title{font-size:36px;line-height:48px;position: static;margin-bottom: 15px;}
    .about-tech-xl{background: url(../../images/about-back-1.webp) no-repeat center center / cover;background-size: auto 100%;position: relative;padding: 30px 0;}
    .about-tech-xl::after{content: "";width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;z-index: 1;}
    .about-tech-xl > *{position: relative;z-index: 2;}
    .about-tech .content{margin-right:0px;display: grid;grid-template-columns: repeat(2,1fr);}
    .about-tech .list{padding:15px 25px;min-height: 155px;align-content: normal}
    .about-tech .list .cont{margin-bottom: 10px !important;}
    .about-tech .h5{font-size: 18px;line-height: 26px;}
    .about-tech .text{margin-bottom: 0;bottom: 0;opacity: 1;position: static;}
    .about-service .left{width:48%;}
    .about-service .right{width:50%;}
    .about-global .left{width:48%;}
    .about-qua-pag .swiper-pagination {width: 100%;}
    .about-qua-pag span{font-size: 18px;line-height: 26px;}
}
@media(max-width:1100px){
    .about-tech .title{font-size:32px;line-height:42px;}
    .about-quality .top-head{flex-direction:column;align-items:flex-start;gap:15px;}
}
@media(max-width:1000px){
    .about-project .content{gap:25px;}
    .about-global .box-img{width:100%;}
    .about-qua-pag span{padding: 0 10px 15px;}
    .about-qua-pag .swiper-pagination {margin-bottom: 35px;}
}
/* ≤899 stack */
@media(max-width:899px){
    .about-project{margin-top:30px;margin-bottom:45px;}
    .about-project .content{flex-direction:column;gap:25px;align-items:stretch;}
    .about-project .left,
    .about-project .right{width:100%;min-width:0;max-width:100%;}
    .about-project .title{margin-bottom:15px;}

    .about-tech{padding:0;min-height:auto;}
    .about-tech>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;min-height:100%;}
    .about-tech-xl{position:relative;height:auto !important;}
    .about-tech .container-xl{height:auto !important;}
    .about-tech .title{position:relative;top:auto;width:100%;font-size:28px;line-height:38px;margin-bottom:30px;padding:0 15px;}
    .about-tech .content{flex-direction:column;margin-right:0;height:auto;padding-bottom:0;}
    .about-tech .list{flex:none;padding:20px 15px;border-bottom:1px solid rgba(255,255,255,.15);}
    .about-tech .list:last-child{border-bottom:none;}
    .about-tech .list .text{position:relative;bottom:0;opacity:1;margin-bottom:0;letter-spacing: 0;}
    .about-tech .list::after{opacity:1;background:rgba(0,0,0,.35);}

    .about-quality{margin:45px 0;}
    .about-quality .top-head{margin-bottom:25px;}
    .about-qua-pag{display: none;}
    .about-qua-pag .swiper-pagination{width:100%;margin-bottom:30px;}
    .about-quality .items .box{width:100%;padding:0 20px 25px;}
    .about-quality .box-img{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:40px;}

    .about-service{padding:45px 0;}
    .about-service .content{flex-direction:column;gap:25px;align-items:stretch;}
    .about-service .left,
    .about-service .right{width:100%;min-width:0;max-width:100%;}

    .about-global{padding:45px 0;position: relative;}
    .about-global .content{flex-direction:column;gap:25px;align-items:stretch;}
    .about-global .left,
    .about-global .right{width:100%;min-width:0;max-width:100%;margin-right:0;}
    .about-global .right{position: relative;opacity: 1;z-index: 1;}
    .about-global .text{margin-bottom:0;}
    .about-global .all-swiper{margin-top:25px;padding:0 35px;}
}
@media(max-width:768px){
    .about-tech .title{font-size:22px;line-height:32px;}
    .about-tech .content {grid-template-columns: repeat(1, 1fr);}
    .about-tech .h5{font-size:18px;line-height:26px;}
    .about-tech .text{font-size:14px;line-height:20px;}
    .about-qua-pag{display: flex;margin-top: 30px;margin-bottom: 0;}
    .about-qua-pag .swiper-pagination{flex-wrap:wrap;justify-content:flex-start;gap:8px 0;margin-bottom:25px;overflow-x:auto;-webkit-overflow-scrolling:touch;}

    .about-qua-pag span{flex:1;font-size:14px;line-height:20px;padding:0 12px 12px;}
    .about-quality .items .box{padding:0 15px 20px;}
    .about-quality .items .t1{font-size:18px;line-height:26px;}
    .about-quality .items .cont{font-size:14px;line-height:20px;}
    .about-quality .box-img{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:30px;}
    .about-quality .box-img .img-xl{height:48px;}

    .about-service{padding:30px 0;}
    .about-service h5{font-size:16px;line-height:24px;}
    .about-service p{margin-bottom:25px;font-size:14px;line-height:20px;}
    .about-service .text > *{padding-left:30px;}

    .about-global .all-swiper{padding:0 35px;}
    .about-global .all-hover{width:45px;}
    .about-global .next-group{right:-15px;}
    .about-global .prev-group{left:-15px;}
}
@media(max-width:430px){
    .about-tech .title{font-size:20px;line-height:28px;}
}


.product-paper {margin-bottom: 160px;}
.product-paper .items-r .img-app{position: absolute;bottom: 0;right: 0;}
.product-paper .items:last-child{border-bottom: none;padding-bottom: 0;}
.product-paper .items{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px dashed rgb(204,204,204);padding: 85px 0 70px;}
.product-paper .left{width: 60%;position: relative;}
.product-paper .pag-pro span{background-color: var(--public-color);opacity: .2;}
.product-paper .pag-pro span.swiper-pagination-bullet-active{opacity: 1;}
.product-paper .img-app{display: inline-grid;grid-template-columns: repeat(3,100px);gap: 5px;background-color: #ffffff;box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);padding: 5px;}
.product-paper .img-xl{background-color: #f1f1f1}
.product-paper .img-xl img{mix-blend-mode: multiply;}
.product-paper .right{width: 35%;}
.product-paper .t1{font-size: 28px;line-height: 34px;font-weight: 600;color: #333333;margin-bottom: 30px;}
.product-paper .h5{font-size: 18px;line-height: 26px;font-weight: 500;color: #666666;margin-bottom: 15px;}
.product-paper .key{font-size: 16px;line-height: 28px;margin-bottom: 30px;}
.product-paper .key ul{padding: 0;margin: 0;list-style: none;}
.product-paper .key li{margin-bottom: 15px;padding-left: 40px;position: relative;color: #666666;font-weight: 500;}
.product-paper .key li::before{content: url(../../images/sign.webp);position: absolute;left: 0;top: 5px;}
.product-paper .key li:last-child{margin-bottom: 0;}
.product-paper .key strong{color: var(--public-color);font-weight: 500;}
.product-paper .a-tags{display: flex;flex-wrap: wrap;gap: 10px 20px;}
.product-paper .tag{height: 40px;color: var(--public-color);background-color: #efefef;border-radius: 20px;display: flex;align-items: center;padding: 0 15px;}
.product-paper .tag::before{content: "";width: 3px;aspect-ratio: 1;border-radius: 100%;background-color: var(--public-color);display: inline-block;margin-right: 10px;}

/* product-index.html — product-paper 响应式 */
@media (min-width:900px){
    .product-paper .items-r{flex-direction:row-reverse;}
}
@media(max-width:1430px){
    .product-paper{margin-bottom:120px;}
    .product-paper .items{padding:70px 0 60px;}
    .product-paper .t1{font-size:26px;line-height:32px;}
}
@media(max-width:1200px){
    .product-paper .left{width:55%;}
    .product-paper .right{width:40%;}
    .product-paper .t1{font-size:24px;line-height:30px;}
    .product-paper .items{padding:55px 0 45px;}
}
@media(max-width:1100px){
    .product-paper .left{width:52%;}
    .product-paper .right{width:45%;}
}
/* ≤899 stack */
@media(max-width:899px){
    .product-paper .items,
    .product-paper .items-r{flex-direction:column;gap:25px;align-items:stretch;}
    .product-paper .left,
    .product-paper .right{width:100%;min-width:0;max-width:100%;}
    .product-paper .items-r .img-app{position:static;}
}
@media(max-width:768px){
    .product-paper{margin-bottom:45px;padding-top:30px;}
    .product-paper .items{padding:30px 0;align-items:flex-start;}
    .product-paper .t1{font-size:22px;line-height:32px;margin-bottom:20px;}
    .product-paper .h5{font-size:16px;line-height:24px;margin-bottom:10px;}
    .product-paper .key{margin-bottom:20px;font-size:14px;line-height:22px;}
    .product-paper .key li{margin-bottom:10px;padding-left:35px;}
    .product-paper .tags{margin-bottom:20px;}
    .product-paper .tag{height:auto;min-height:36px;font-size:14px;line-height:20px;padding:8px 15px;}
    .product-paper .a-tags{gap:8px 12px;}
    .product-paper .img-app{grid-template-columns:repeat(3,1fr);}
    .product-paper .left .img .swiper-slide img{width:100%;}
}
@media(max-width:540px){
    .product-paper .t1{font-size:20px;line-height:28px;}
    .product-paper .img-app{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:430px){
    .product-paper .t1{font-size:18px;line-height:26px;}
}



.p-i-banner{background-image: linear-gradient(90deg, #2f2f2f 0%, #414141 100%);padding-top: 140px;padding-bottom: 45px;position: relative;}
.p-i-banner .content{display: flex;justify-content: space-between;padding: 80px 0 135px;position: relative;}
.p-i-banner .left{width: 60%;position: relative;z-index: 2;}
.p-i-banner h1{font-size: 52px;line-height: 68px;color: #ffffff;font-weight: 600;}
.p-i-banner h1::after{content: "";width: 80px;height: 8px;background-color: var(--public-color);display: block;margin: 25px 0 60px;}
.p-i-banner .text{font-size: 18px;line-height: 29px;color: #ffffff;margin-bottom: 45px;}
.p-i-banner .text strong{color: var(--public-color);font-weight: 400;}
.p-i-banner .text li::before{content: url(../../images/sign.webp);position: absolute;left: 0;top: 5px;}
.p-i-banner .text li{margin-bottom: 15px;padding-left: 55px;position: relative;}
.p-i-banner .text li:last-child{margin-bottom: 0;}
.p-i-banner .right{width: 63%;position: absolute;right: -30px;bottom: 0;}
.p-i-banner .right .img-xl{position: absolute;right: 0;bottom: 0;}
.p-i-banner .pag-pro-img{background-color: transparent;}

/* product-content.html — p-i-banner 响应式 */
@media(max-width:1430px){
    .p-i-banner h1{font-size:46px;line-height:58px;}
    .p-i-banner .content{padding:60px 0 100px;}
    .p-i-banner .right{width:55%;right:-15px;}
}
@media(max-width:1330px){
    .p-i-banner .content{align-items: center;}
    .p-i-banner .left {width: 55%;}
    .p-i-banner .right{bottom: auto;}
}
@media(max-width:1200px){
    .p-i-banner h1{font-size:40px;line-height:52px;}
    .p-i-banner .left{width:55%;}
    .p-i-banner .text li{padding-left: 30px;}
    .p-i-banner .right{width:50%;right:0;}
    .p-i-banner h1::after{margin:20px 0 40px;}
}
@media(max-width:1100px){
    .p-i-banner h1{font-size:36px;line-height:48px;}
    .p-i-banner .content{padding:50px 0 80px;}
}
@media(max-width:1330px){
    .p-i-banner{padding-top: 0;}
    .p-i-banner .small-nav{position:relative;top:auto;left:auto;right:auto;padding:10px 0 20px;}
}
@media(max-width:899px){
    .p-i-banner .content{flex-direction:column-reverse;gap:25px;align-items:stretch;padding:40px 0 30px;}
    .p-i-banner .left,
    .p-i-banner .right{width:100%;min-width:0;max-width:100%;}
    .p-i-banner .right{position:static;}
    .p-i-banner .right .img-xl{position:static;margin-top:15px;max-width:280px;}
    .p-i-banner{background-size:cover !important;}
}
@media(max-width:768px){
    .p-i-banner{padding-bottom:30px;}
    .p-i-banner .content{padding:30px 0;}
    .p-i-banner h1{font-size:22px;line-height:32px;}
    .p-i-banner h1::after{width:50px;height:5px;margin:15px 0 25px;}
    .p-i-banner .text{font-size:14px;line-height:22px;}
    .p-i-banner .text li{padding-left:30px;margin-bottom:10px;}
    .p-i-banner .text li::before{top: 3px;}
    .p-i-banner .small-nav{padding:5px 0 15px;}
}

.produst-list{padding-top: 85px;margin-bottom: 115px;}
.produst-list .top-head{display: flex;justify-content: space-between;line-height: 28px;margin-bottom: 75px;}
.produst-list .top-head p{width: 50%;}
.produst-list .top-head ul{width: 40%;}
.produst-list .top-head li:last-child{margin-bottom: 0;}
.produst-list .top-head li{position: relative;padding-left: 35px;margin-bottom: 15px;color: #666666;}
.produst-list .top-head li::before{content: "\f00c";font-family: 'cmsfont';font-size: 24px;line-height:32px;color:var(--public-color);position: absolute;left: 0;top: 0;}
.produst-list .items:last-child{margin-bottom: 0;}
.produst-list .items{display: flex;justify-content: space-between;margin-bottom: 75px;}
.produst-list .items .img{width: 50%;background-color: #f7f7f7;display: flex;align-items: center;justify-content: center;}
.produst-list .items .textbox{width: 42%;display: flex;flex-direction: column;justify-content: center;}
.produst-list .items .h6{font-size: 16px;line-height: 24px;color: var(--public-color);font-weight: 500;display: flex;font-weight: 400;margin-bottom: 5px;}
.produst-list .items .h6 p:not(:last-child)::after{content: "/";display: inline-block;color: var(--public-color);margin:0 5px}
.produst-list .items .t1{font-size: 32px;line-height: 42px;font-weight: 500;color: #333333;margin-bottom: 15px;}
.produst-list .items .cont{line-height: 28px;}
.produst-list .items .special{font-size: 16px;line-height: 28px;margin-top: 40px;}
.produst-list .items li::before{content: url(../../images/sign.webp);position: absolute;left: 0;top: 5px;}
.produst-list .items li{margin-bottom: 15px;padding-left: 40px;position: relative;color: #666666;font-weight: 500;}
.produst-list .items .special strong{color: var(--public-color);font-weight: 500;}

/* product-list.html — produst-list 响应式 */
@media(max-width:1430px){
    .produst-list{padding-top:70px;margin-bottom:100px;}
    .produst-list .top-head{margin-bottom:55px;}
    .produst-list .items .t1{font-size:28px;line-height:38px;}
}
@media(max-width:1200px){
    .produst-list .items .t1{font-size:26px;line-height:36px;}
    .produst-list .items{margin-bottom:55px;}
}
@media(max-width:1100px){
    .produst-list .items .img{width:48%;}
    .produst-list .items .textbox{width:48%;}
}
/* ≤899 stack */
@media(max-width:899px){
    .produst-list .top-head{flex-direction:column;gap:25px;}
    .produst-list .top-head p,
    .produst-list .top-head ul{width:100%;}
    .produst-list .items{flex-direction:column;gap:25px;align-items:stretch;margin-bottom:45px;}
    .produst-list .items .img,
    .produst-list .items .textbox{width:100%;min-width:0;max-width:100%;}
}
@media(max-width:768px){
    .produst-list{padding-top:30px;margin-bottom:45px;}
    .produst-list .top-head{margin-bottom:25px;}
    .produst-list .items{margin-bottom:30px;}
    .produst-list .items .t1{font-size:22px;line-height:32px;margin-bottom:12px;}
    .produst-list .items .special{margin-top:25px;font-size:14px;line-height:22px;}
    .produst-list .items li{font-size:14px;line-height:22px;padding-left:30px;}
}
@media(max-width:540px){
    .produst-list .items .t1{font-size:20px;line-height:28px;}
}
@media(max-width:430px){
    .produst-list .items .t1{font-size:18px;line-height:26px;}
}


.detail-nav{position: sticky;top: 90px;height: fit-content;background-color: #ffffff;z-index: 11;box-shadow: 0px 4px 20px 0px #f0f0f0}
.detail-nav ol{display: flex;justify-content: center;}
.detail-nav li:first-child{border-left: 2px solid #f0f0f0;}
.detail-nav li:last-child{border-right: 2px solid #f0f0f0;}
.detail-nav li + li{border-left: solid 2px #f0f0f0;}
.detail-nav li a {
    min-width: 200px;
    height: 60px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}
.detail-nav li.active a,.detail-nav li:hover a{color: var(--public-color);font-weight: 600;}

.detail-nav.fadeInDown{padding-top: 20px;}
.detail-nav.fadeInDown a{padding-bottom: 20px;}

/* product-content.html — detail-nav 响应式 */
@media(max-width:1380px){
    .detail-nav{top:89px;}
    .detail-nav li a{font-size:18px;line-height:26px;min-width:160px;height:55px;}
}
@media(max-width:991px){
    .detail-nav{top:65px;}
    .detail-nav li a{min-width:auto;padding:0 15px;font-size:16px;line-height:24px;height:42px;}
}
@media(max-width:768px){
    .detail-nav{top:50px;margin-bottom:30px;}
    .detail-nav ol{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;}
    .detail-nav li{flex-shrink:0;}
    .detail-nav li a{min-width:auto;height:42px;font-size:14px;line-height:20px;padding:0 12px;}
}


.p-i-overview{padding-top: 80px;margin-bottom: 75px;background-image: linear-gradient(to bottom , #efefef , #ffffff);}
.p-i-overview-xl {background-color: #ffffff;box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.1);padding: 65px 70px 60px 80px;}
.p-i-overview .top-head{margin-bottom: 45px;}
.p-i-overview .content .a{display: flex;align-items: center;justify-content: center;margin-top: 25px;}
.p-i-overview .title{margin-bottom: 10px;}
.p-i-overview .model-items{display:flex;justify-content: center;margin-bottom: 45px;}
.p-i-overview .model-item{max-width: calc(100% / 4);text-align: center;padding:0 25px 20px;border-bottom: 3px solid #cccccc;}
.p-i-overview .t1{font-size: 20px;line-height: 28px;font-weight: 600;color: #666666;margin-top: 20px;}
.p-i-overview .model-item.active{border-color: var(--public-color);}
.p-i-overview .model-item.active .t1 , .p-i-overview .model-item:hover .t1{color: var(--public-color);}
.p-i-overview .model-item .img img{transition: transform .3s ease-in-out;}
.p-i-overview .model-item:hover .img img{transform: scale(1.1);}
.p-i-overview .items{display: flex;justify-content: center;gap: 50px;position: relative;}
.p-i-overview .items::after{content: "+";color: var(--public-color);font-size: 44px;font-weight: bold;position: absolute;top: 30%;}
.p-i-overview .aside{width: 50%;}
.p-i-overview .items > table{width: 50%;}
.p-i-overview h5{font-size: 20px;line-height: 28px;font-weight: 600;color: #333333;margin-bottom: 20px;}
.p-i-overview .model-items-3 .model-item{max-width: calc(100% / 3);}
.p-i-overview .model-items-3 .t1{display: flex;justify-content: center;}
.p-i-overview .model-items-3 .t1 p:not(:last-child)::after{content: "/";display: inline-block;margin: 0 5px;}
.p-i-overview .model-items-3 .t1{font-size: 16px;line-height: 24px;}
.p-i-overview .model-items-4 .model-item{max-width: calc(100% / 4);}
.p-i-overview .model-items-5 .model-item{max-width: calc(100% / 5);}


.p-i-overview .model-text{margin-bottom: 40px;}
.p-i-overview .model-text .h3{font-size: 28px;line-height: 34px;font-weight: 500;color: #333333;}
.p-i-overview .model-text .h3:hover{text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 5px;}
.p-i-overview .model-text .cont{font-size: 16px;line-height: 24px;color: #999999;margin-top: 15px;}

/* product-content.html — p-i-overview 响应式 */
@media(max-width:1430px){
    .p-i-overview{padding-top:70px;margin-bottom:60px;}
    .p-i-overview-xl{padding:55px 50px 50px 60px;}
    .p-i-overview .model-text .h3{font-size:26px;line-height:32px;}
    .p-i-overview .model-items-5 .model-item{padding:0 12px 15px;}
    .p-i-overview .model-items-5 .t1{font-size:18px;line-height:26px;}
}
@media(max-width:1200px){
    .p-i-overview-xl{padding:45px 35px 40px;}
    .p-i-overview .model-items{flex-wrap:wrap;gap:15px;}
    .p-i-overview .model-item{max-width:calc(50% - 15px);padding:0 15px 15px;}
    .p-i-overview .model-items-3 .model-item,
    .p-i-overview .model-items-4 .model-item,
    .p-i-overview .model-items-5 .model-item{max-width:calc(50% - 15px);}
    .p-i-overview .items{flex-direction:column;gap:25px;}
    .p-i-overview .items::after{display:none;}
    .p-i-overview .aside,
    .p-i-overview .items > table{width:100%;}
}
@media(max-width:1000px){
    .p-i-overview .model-items-4 .model-item,
    .p-i-overview .model-items-5 .model-item{max-width:calc(33.333% - 10px);}
}
@media(max-width:899px){
    .p-i-overview{padding-top:30px;margin-bottom:45px;}
    .p-i-overview-xl{padding:30px 20px;}
    .p-i-overview .top-head{margin-bottom:25px;}
    .p-i-overview .model-item{max-width:100%;flex:1;}
    .p-i-overview .model-items{margin-bottom:25px;}
    .p-i-overview .parameter{margin-top:10px;}
}
@media(max-width:768px){
    .p-i-overview .title{margin-bottom:15px;}
    .p-i-overview .model-text{margin-bottom:25px;}
    .p-i-overview .model-text .h3{font-size:22px;line-height:32px;}
    .p-i-overview .model-text .cont{font-size:14px;line-height:20px;}
    .p-i-overview .t1{font-size:18px;line-height:26px;}
    .p-i-overview h5{font-size:18px;line-height:26px;margin-bottom:15px;}
    .p-i-overview .model-item .img{max-width:200px;margin:0 auto;}
}
@media(max-width:580px){
    .p-i-overview .model-items{flex-direction:column;}
}


.p-i-advantage{background-color: #f7f7f7;padding: 85px 0 100px;}
.p-i-advantage .title{margin-bottom: 75px;}
.p-i-advantage .table-wrapper table{border: 1px dashed #333333;}
.p-i-advantage .table-wrapper table thead th{color: #333333;text-align: center;font-size: 24px;line-height: 28px;font-weight: 500;padding: 30px 15px;border-bottom: 1px dashed #333333;}
.p-i-advantage .table-wrapper table thead th:nth-child(3){background-color: var(--public-color);color: #ffffff;}
.p-i-advantage .table-wrapper table tbody td:nth-child(3){background-color: rgba(216,12,29,0.05)}
.p-i-advantage .table-wrapper table thead th + th{border-left: 1px dashed #333333;}
.p-i-advantage tbody tr{border-bottom: 1px dashed #333333;}
.p-i-advantage tbody td + td{border-left: 1px dashed #333333;}
.p-i-advantage tbody td{font-size: 16px;line-height: 24px;color: #666666;padding: 25px 30px;}
.p-i-advantage tr > td:first-child{text-align: center;}
.p-i-advantage tr > td:first-child .h5{font-size: 18px;line-height: 28px;font-weight: 500;color: #333333;margin-bottom: 10px;}
.p-i-advantage tr > td:first-child .h5::after{content: url(../../images/sign-7.webp);margin-left: 15px;}
.p-i-advantage tr > td:first-child p{margin-top: 15px;}
.p-i-advantage tr > td:not(td:first-child) .box{display: grid;grid-template-columns: auto 115px;align-items: center;gap: 45px;}
.p-i-advantage tr > td:not(td:first-child) .img-xl{position: relative;display: flex;align-items: center;justify-content: center;box-shadow: 0px 0px 20px 17px rgba(0, 0, 0, 0.1);}
.p-i-advantage tr > td:not(td:first-child) .img-xl::before{content:url(../../images/sign-3.webp);position: absolute;left: -20px;}
.p-i-advantage tr > td:not(td:first-child) .img-xl ,.p-i-advantage tr > td:not(td:first-child) .img-xl img{border-radius: 100%;}
.p-i-advantage tr > td:first-child{min-width: 180px;}
.p-i-advantage tr > td:nth-child(2){min-width: 360px;}
.p-i-advantage tr > td:nth-child(3){min-width: 250px;}
.p-i-advantage tr > td:last-child{min-width: 250px;}

/* product-content.html — p-i-advantage 响应式 */
@media(max-width:1530px){
    .p-i-advantage .table-wrapper table thead th {padding: 15px;}
    .p-i-advantage tr > td:first-child{padding: 20px 15px;}
}
@media(max-width:1430px){
    .p-i-advantage{padding:70px 0 85px;}
    .p-i-advantage .title{margin-bottom:55px;}
}
@media(max-width:1340px){
    .p-i-advantage .table-wrapper table thead th{font-size: 22px;line-height: 32px;}
}
@media(max-width:1200px){
    .p-i-advantage .table-wrapper table thead th{font-size: 20px;line-height: 28px;}
}
@media(max-width:1100px){
    .p-i-advantage tr > td:not(td:first-child) .box{gap:25px;grid-template-columns:auto 90px;}
}
@media(max-width:768px){
    .p-i-advantage{padding:30px 0;margin:0;}
    .p-i-advantage .title{margin-bottom:25px;}
    .p-i-advantage .table-wrapper table thead th{font-size: 18px;line-height: 26px;}
    .p-i-advantage tbody td{padding:15px;}
    .p-i-advantage tr > td:not(td:first-child) .box{grid-template-columns:1fr;gap:15px;}
    .p-i-advantage tr > td:not(td:first-child) .img-xl::before{display:none;}
    .p-i-advantage .table-wrapper table tr:first-child td{font-size: 16px;line-height: 24px;}
}

.p-i-app{margin: 110px 0 140px;}
.p-i-app .top-head{max-width: 75%;margin-bottom: 60px;}
.p-i-app .title{margin-bottom: 35px;}
.p-i-app .content{display: grid;grid-template-columns: repeat(5,1fr);gap: 30px;margin-bottom: 55px;}
.p-i-app .v{position: relative;margin-bottom: 25px;}
.p-i-app .img{background-color: #eaeaea;}
.p-i-app .img > img{mix-blend-mode: multiply;width: 100%;}
.p-i-app .v-btn{width: 45px;aspect-ratio: 1;border-radius: 100%;position: absolute;right: 10px;bottom: 10px;display: grid;place-items: center;background-color: #ffffff;box-shadow: 0px 5px 18px 0px rgba(216, 12, 29, 0.13);transition: all 0.3s ease-in-out;}
.p-i-app .v-btn:hover{background-color: var(--public-color);}
.p-i-app .v-btn:hover img{filter: brightness(0) invert(1);}
.p-i-app .t1{font-size: 18px;line-height: 26px;color: #333333;text-align: center;}
.p-i-app .a{display: flex;justify-content: center;}

/* product-content.html — p-i-app 响应式 */
@media(max-width:1430px){
    .p-i-app{margin:90px 0 110px;}
}
@media(max-width:1340px){
    .p-i-app .content{grid-template-columns:repeat(4,1fr);gap:25px;}
}
@media(max-width:1200px){
    .p-i-app .top-head{max-width:100%;}
}
@media(max-width:1100px){
    .p-i-app .content{grid-template-columns:repeat(3,1fr);gap:25px;}
}
@media(max-width:1000px){
    .p-i-app .content{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:899px){
    .p-i-app .top-head{max-width:100%;}
    .p-i-app{margin:45px 0;}
    .p-i-app .top-head{margin-bottom:35px;}
    .p-i-app .content{gap:25px;margin-bottom:35px;}
}
@media(max-width:768px){
    .p-i-app{margin:30px 0;}
    .p-i-app .title{margin-bottom:20px;}
    .p-i-app .top-head{margin-bottom:30px;}
    .p-i-app .top-head .text{font-size:14px;line-height:20px;}
    .p-i-app .content{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px;}
    .p-i-app .v{margin-bottom:15px;}
    .p-i-app .v-btn{width:40px;right:8px;bottom:8px;}
    .p-i-app .t1{font-size:16px;line-height:24px;}
}
@media(max-width:580px){
    .p-i-app .content{grid-template-columns:1fr;}
    .p-i-app .top-head{margin-bottom:25px;}
}
@media(max-width:430px){
    .p-i-app .t1{font-size:15px;line-height:22px;}
}

.p-i-customize {display: flex;align-items: center;text-align: center;margin-bottom: 120px;}
.p-i-customize .text{margin: 25px 0 55px;line-height: 28px;color: #666666;}

/* product-content.html — p-i-customize 响应式 */
@media(max-width:768px){
    .p-i-customize{height:auto !important;min-height:240px;padding:30px 0;margin-bottom:45px;background-size:cover !important;}
    .p-i-customize .text{margin:15px 0 30px;}
}

.p-i-optional {margin-bottom: 100px;}
.p-i-optional .title{margin-bottom: 65px;}
.p-i-optional .list{text-align: center;}
.p-i-optional .img{margin-bottom: 35px;}
.p-i-optional .t1{font-size: 18px;line-height: 26px;text-align: center;}
.p-i-optional .all-hover{width: 70px;border: none;box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.18);}
.p-i-optional .next-optional{right: -80px;}
.p-i-optional .prev-optional{left: -80px;}

/* product-content.html — p-i-optional 响应式 */
@media(max-width:1580px){
    .p-i-optional .next-optional{right: -40px;}
    .p-i-optional .prev-optional{left: -40px;}
}
@media(max-width:1480px){
    .p-i-optional .all-hover {width: 60px;}
    .p-i-optional .next-optional{right:-15px;}
    .p-i-optional .prev-optional{left:-15px;}
}
@media(max-width:768px){
    .p-i-optional{margin-bottom:45px;}
    .p-i-optional .title{margin-bottom:25px;}
    .p-i-optional .img{margin-bottom:20px;}
    .p-i-optional .all-hover{width:45px;}
}

.p-i-system{background-color: #f7f7f7;padding: 80px 0 100px;}
.p-i-system .title{margin-bottom: 95px;}
.p-i-system .items:nth-child(even){flex-direction: row-reverse;}
.p-i-system .items{display: flex;justify-content: space-between;align-items: center;gap: 25px 30px;margin-bottom: 160px;}
.p-i-system .items:last-child{margin-bottom: 0;}
.p-i-system .img , .p-i-system .img img{border-radius: 24px;}
.p-i-system .img{width: 41%;min-width: 450px;position: relative;}
.p-i-system .img .pag-sys{margin-top: 30px;background-color: transparent;}
.p-i-system .all-swiper{box-shadow: 0px 11px 32px 0px rgba(0, 0, 0, 0.17);border-radius: 24px;}
.p-i-system .textbox{width: 53%;}
.p-i-system h3{font-size: 32px;line-height: 46px;color: #333333;font-weight: 600;margin-bottom: 30px;}
.p-i-system li{margin-bottom: 40px;position: relative;padding-left: 35px;}
.p-i-system li:last-child{margin-bottom: 0;}
.p-i-system li::before{content: url(../../images/sign.webp);position: absolute;left: 0;top: 2px;}
.p-i-system h5{font-size: 18px;line-height: 26px;font-weight: 500;color: #666666;margin-bottom: 10px;}

/* product-content.html — p-i-system 响应式 */
@media(max-width:1430px){
    .p-i-system{padding:70px 0 85px;}
    .p-i-system .title{margin-bottom:70px;}
}
@media(max-width:1200px){
    .p-i-system h3{font-size:28px;line-height:40px;}
    .p-i-system .items{margin-bottom:100px;}
}
@media(max-width:899px){
    .p-i-system .items,
    .p-i-system .items:nth-child(even){flex-direction:column;gap:25px;align-items:stretch;}
    .p-i-system .img,
    .p-i-system .textbox{width:100%;min-width:0;max-width:100%;}
    .p-i-system .img{height:auto !important;width: 570px;max-width: 100%;}
}
@media(max-width:768px){
    .p-i-system{padding:30px 0;}
    .p-i-system .title{margin-bottom:25px;}
    .p-i-system .items{margin-bottom:45px;padding-bottom:0;}
    .p-i-system h3{font-size:22px;line-height:32px;margin-bottom:20px;}
    .p-i-system li{margin-bottom:25px;padding-left:25px;}
    .p-i-system .img{min-height:200px;}
}
@media(max-width:540px){
    .p-i-system h3{font-size:20px;line-height:28px;}
}

.p-i-faq .aside .box:nth-last-of-type(1){margin-bottom: 0;}
.all-aside .box{box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);border-radius: 12px;margin-bottom: 25px;position: relative;padding: 30px 40px;}
.all-aside .img-back{position: absolute;top: 15px;right: 40px;z-index: -1;}
.all-aside .h5{font-size: 20px;line-height: 28px;font-weight: 600;color: #222222;margin-bottom: 15px;}
.all-aside .text{color: #666666;}
.all-aside li{position: relative;padding-left: 15px;margin-bottom: 15px;}
.all-aside li:last-child{margin-bottom: 0;}
.all-aside li::before{content: "";width: 5px;height: 5px;background-color: var(--public-color);position: absolute;left: 0;top: 8px;}
.all-aside .a-lb{padding: 8px 50px 8px 15px;margin-top: 40px;}

.p-child-faq .aside{background-color: #f7f7f7;border-radius: 12px;padding: 30px 35px 35px;}
.p-child-faq .aside .h5{font-size: 20px;line-height: 28px;font-weight: 600;color: #222222;margin-bottom: 15px;}
.p-child-faq .aside .faq-names{margin-top: 25px;margin-bottom: 40px;margin-left: 15px;}
.p-child-faq .aside .name:last-child{margin-bottom: 0;}
.p-child-faq .aside .name{font-size: 16px;line-height: 24px;font-weight: 500;color: #666666;margin-bottom: 10px;}
.p-child-faq .aside .name.active{color: var(--public-color);text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 3px;}

/* product-list-child.html — p-child-faq 响应式 */
@media(max-width:899px){
    .p-child-faq .all-big-faq .aside{position:static;width:100%;}
}
@media(max-width:768px){
    .p-child-faq .all-big-faq .title{margin-bottom:25px;}
    .p-child-faq .aside{padding:20px 15px;}
    .p-child-faq .aside .faq-names{margin:15px 0 25px;margin-left:0;}
    .p-child-faq .aside .name{font-size:14px;line-height:22px;margin-bottom:8px;}
    .p-child-faq .aside .a-lb{margin-top:20px;}
}


.big-faq-aside .aside{background-color: #f1f1f1;border-radius: 8px;padding: 40px 30px 25px;}
.big-faq-aside .h3{font-size: 24px;line-height: 32px;color: #333333;font-weight: 600;margin-bottom:20px;}
.big-faq-aside .text{line-height: 26px;margin-bottom: 30px;}
.big-faq-aside .form-row{margin: 0 -5px 15px !important;}
.big-faq-aside .form-group{padding: 0 5px !important;}
.big-faq-aside .form-group:has(input[required])::before, .big-faq-aside .form-group:has(textarea[required])::before {left: 6px;}
.big-faq-aside .a-btn{width: 100%;border-radius: 0;border: 0;outline: none;height: 56px;background-color: var(--public-color);color: #ffffff;display: grid;place-items: center;font-size: 20px;transition: all 0.3s ease-in-out;}
.big-faq-aside .a-btn:hover{background-color: #ffffff;color: var(--public-color);}
.big-faq-aside .form-cap .input-group{background-color: #ffffff;border: solid 1px #cccccc}
.big-faq-aside .form-cap .input-group > *{border: 0;}


.all-big-faq{margin: 115px 0px 165px;}
.all-big-faq .title{margin-bottom: 65px;text-wrap: balance;}
.all-big-faq .content{display: flex;justify-content: space-between;gap: 40px;}
.all-big-faq .article{width: 70%;}
.all-big-faq .aside{width: 27%;min-width: 370px;position: sticky;top: 120px;height: fit-content;}

/* product-content.html — all-big-faq 响应式 */
@media(max-width:1430px){
    .all-big-faq{padding:90px 0 120px;}
}
@media(max-width:899px){
    .all-big-faq .content{flex-direction:column;gap:25px;}
    .all-big-faq .article,
    .all-big-faq .aside{width:100%;}
    .all-big-faq .aside{position:static;}
    .all-aside{min-width:0;}
}

.all-aside {min-width: 390px;}
.all-aside .h3{font-size: 24px;line-height: 34px;font-weight: 500;color: #333333;margin-bottom: 30px;}
.all-aside .form-row{margin: 0 -5px 15px !important;}
.all-aside .form-group{padding: 0 5px !important;}
.all-aside .form-group .form-control{padding-left: 20px;}
.all-aside .all-from .form-group:has(input[required])::before, .all-aside .all-from .form-group:has(textarea[required])::before{left: 5px;}
.all-aside .all-from .form-row.form-btn-box{gap: 30px;}

.all-faqs .items.active{position: relative;}
.all-faqs .items.active::after{content: "";width: 100%;height: 100%;background-color:#ffffff;box-shadow: 4px 9px 35px 0px rgba(0, 0, 0, 0.12);border-radius: 8px;position: absolute;right: 0;top: 0;z-index: -1;}
.all-faqs .items.active::after,.all-faqs .items.show:after{background-color:transparent}
.all-faqs .items{padding:30px 35px 30px 40px;position:relative}
.all-faqs .items:last-child{margin-bottom:0}
.all-faqs .items::after{content:"";width:calc(100% - 45px);height:1px;background-color:#e1e1e1;position:absolute;right:0;bottom:0}
.all-faqs .item{display:flex;justify-content: space-between;gap:15px;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:15px;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;display: grid;grid-template-columns: 40px auto;gap: 10px;}
.all-faqs .quen-a p{margin-bottom:30px}
.all-faqs .quen-a p:last-child{margin-bottom:0}
.all-faqs .quen-a p img{max-width: calc(calc(100% - 70px) / 3);margin-right:30px}
.all-faqs .quen-a p img:last-child{margin-right:0}
.all-faqs .zm::after{content: "";width: 14px;height: 10px;border-left: 7px solid #333333;border-top: 5px solid transparent;border-bottom: 5px solid transparent;position: absolute;right: -14px;}
.all-faqs .zm {
    width: 33px;
    height: 33px;
    background-color: #333333;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
    display: grid;
    place-items: center;
    position: relative;
}
.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}

/* product-content.html — all-aside / all-faqs 响应式 */
@media(max-width:768px){
    .all-big-faq{padding:30px 0 45px;}
    .all-big-faq .title{margin-bottom:25px;}
    .all-big-faq .aside{min-width: auto;}
    .big-faq-aside .form-row {margin-bottom: 0 !important;}
    .all-aside .box{padding:20px 15px;}
    .all-aside .a-lb{margin-top:25px;}
    .all-faqs .items{padding:20px 15px;}
    .all-faqs .quen-a p img{max-width:100%;margin-right:0;margin-bottom:10px;}
}

.all-quote{background-color: #f7f7f7;}
.all-quote .content{display: flex;justify-content: space-between;align-items: center;}
.all-quote .left{width: 59%;}
.all-quote .right{width: 35%;padding: 15px 0;}
.all-quote .top-head{margin-bottom: 25px;color: #666666;}
.all-quote .h3{font-size: 28px;line-height: 32px;color: #222222;font-weight: 600;margin-bottom: 10px;}
.all-quote .form-row .btn-box{padding: 0 12px !important;}
.all-quote .a-lb{margin-top: 20px;}

/* product-content.html — all-quote 响应式 */
@media(max-width:1655px){
    .all-quote .max-1650px{padding-right: 15px;}
}
@media(max-width:1480px){
    .all-quote .right {width: 38%;}
}
@media(max-width:1200px){
    .all-quote .left{width:52%;}
    .all-quote .right{width:43%;}
}
@media(max-width:899px){
    .all-quote{padding: 15px;}
    .all-quote .max-1650px{padding: 0;}
    .all-quote .content{flex-direction:column;gap:25px;align-items:stretch;}
    .all-quote .left,
    .all-quote .right{width:100%;}
}
@media(max-width:768px){
    .all-quote .h3{font-size:22px;line-height:32px;}
    .all-quote .top-head{margin-bottom:15px;}
}



.banner-app-in .banner-text{padding-top: 250px;}
.banner-app-in .content{max-width: 100%;display: flex;justify-content: space-between;gap: 30px;}
.banner-app-in .left{width: 45%;text-align: left;display: flex;flex-direction: column;justify-content: center;padding-bottom: 50px;}
.banner-app-in h1{font-size: 46px;line-height: 58px;color: #ffffff;position: relative;margin-bottom: 40px;}
.banner-app-in h1::before{content: "";width: 80px;height: 8px;background-color: #d80e1d;display: block;margin: 0 0 15px;}

.app-in-top-head{padding-top: 90px;padding-bottom: 110px;}
.app-in-top-head .title{margin-bottom: 70px;}
.app-in-top-head .content{display: flex;justify-content: space-between;}
.app-in-top-head .article{width: 65%;}
.app-in-top-head h3{font-size: 28px;line-height: 34px;font-weight: 600;color: #222222;margin-bottom: 25px;}
.app-in-top-head p{margin-bottom: 50px;}
.app-in-top-head h5{font-size: 20px;line-height: 28px;font-weight: 600;color: #222222;margin-bottom: 25px;}
.app-in-top-head .article li:last-child{margin-bottom: 0;}
.app-in-top-head .article li{font-size: 18px;line-height: 26px;font-weight: 500;color: #666666;position: relative;padding-left: 40px;margin-bottom: 20px;}
.app-in-top-head .article li::before{content: url(../../images/sign.webp);font-family: cmsfont;color: var(--public-color);position: absolute;left: 0;top: 2px;}
.app-in-top-head .aside{width: 28%;}

.app-in-product {background-color: #f7f7f7;padding: 100px 0;}
.app-in-product .title{margin-bottom: 70px;}
.app-in-product .items:nth-child(odd) .left > img{display: block;margin-left: -50px;}
.app-in-product .items:nth-child(even) .left > img{display: block;margin-right: -50px;}
.app-in-product .items:nth-child(even) .left .img-app{margin: 0 0 0 auto;}
 
.app-in-product .items:nth-child(even){flex-direction: row-reverse;}
.app-in-product .items:last-child{border-bottom: none;}
.app-in-product .items{display: flex;justify-content: space-between;align-items: center;padding:60px 0 50px;border-bottom: 1px dashed #cccccc;}
.app-in-product .left{width: 50%;position: relative;}
.app-in-product .left .img-app{width:40%;}
.app-in-product .right{width: 50%;}
.app-in-product .h6{margin-bottom: 15px;}
.app-in-product .t1{font-size: 32px;line-height: 48px;font-weight: 600;color: #333333;margin-bottom: 50px;}
.app-in-product li ::before{content: url(../../images/sign.webp);position: absolute;left: 0;top: 2px;}
.app-in-product li {color: #666666;position: relative;padding-left: 40px;margin-bottom: 30px;}
.app-in-product li:last-child{margin-bottom: 0;}
.app-in-product h5{font-size: 18px;line-height: 26px;font-weight: 500;color: #666666;margin-bottom: 5px;}

/* product-list-app.html 响应式 */
@media(max-width:1430px){
    .banner-app-in .banner-text{padding-top:200px;}
    .banner-app-in h1{font-size:42px;line-height:52px;}
    .app-in-top-head{padding-top:70px;padding-bottom:90px;}
    .app-in-top-head .title{margin-bottom:55px;}
    .app-in-product{padding:85px 0;}
    .app-in-product .title{margin-bottom:55px;}
    .app-in-product .t1{font-size:28px;line-height:40px;margin-bottom:40px;}
}
@media(max-width:1330px){
    .banner-app-in .banner-text{padding-top: 0;}
}
@media(max-width:1200px){
    .banner-app-in h1{font-size:38px;line-height:48px;margin-bottom:30px;}
    .banner-app-in .left{width:50%;}
    .app-in-top-head .article{width:60%;}
    .app-in-top-head .aside{width:32%;}
    .app-in-product .items{padding:50px 0 40px;}
    .app-in-product .t1{font-size:26px;line-height:38px;}
}
@media(max-width:1100px){
    .banner-app-in h1{font-size:34px;line-height:44px;}
    .app-in-top-head h3{font-size:24px;line-height:30px;}
    .app-in-product .items:nth-child(odd) .left > img{margin-left:-25px;}
    .app-in-product .items:nth-child(even) .left > img{margin-right:-25px;}
}
@media(max-width:1000px){
    .app-in-top-head .content{gap:30px;}
    .app-in-top-head .article{width:58%;}
    .app-in-top-head .aside{width:35%;}
}

/* ≤899 stack */
@media(max-width:899px){
    .banner-app-in .banner-text{padding-top:70px;padding-bottom:30px;}
    .banner-app-in .content{flex-direction:column-reverse;gap:25px;align-items:stretch;}
    .banner-app-in .left,
    .banner-app-in .right{width:100%;min-width:0;max-width:100%;}
    .banner-app-in .right{text-align:center;}
    .banner-app-in .right img{max-width:50%;margin:0 auto;}

    .app-in-top-head{padding-top:30px;padding-bottom:45px;}
    .app-in-top-head .title{margin-bottom:25px;}
    .app-in-top-head .content{flex-direction:column;gap:25px;}
    .app-in-top-head .article,
    .app-in-top-head .aside{width:100%;}

    .app-in-product{padding:45px 0;}
    .app-in-product .title{margin-bottom:25px;}
    .app-in-product .items,
    .app-in-product .items:nth-child(even){flex-direction:column;gap:25px;align-items:stretch;padding:30px 0;}
    .app-in-product .left,
    .app-in-product .right{width:100%;min-width:0;max-width:100%;}
    .app-in-product .items:nth-child(odd) .left > img,
    .app-in-product .items:nth-child(even) .left > img{margin:0 auto;display:block;}
    .app-in-product .items:nth-child(even) .left .img-app{margin:0 auto;}
    .app-in-product .left .img-app{width:55%;max-width:220px;}
}
@media(max-width:768px){
    .banner-app-in h1{font-size:22px;line-height:32px;margin-bottom:20px;}
    .banner-app-in h1::before{width:50px;height:5px;margin-bottom:10px;}
    .banner-app-in .small-nav{padding:5px 0 15px;}
    .banner-app-in > img{height:200px;width:100%;object-fit:cover;}
    .banner-app-in .left{padding-bottom: 0;}

    .app-in-top-head h3{font-size:22px;line-height:32px;margin-bottom:15px;}
    .app-in-top-head p{margin-bottom:25px;}
    .app-in-top-head h5{font-size:18px;line-height:26px;margin-bottom:15px;}
    .app-in-top-head .article li{font-size:16px;line-height:24px;padding-left:30px;margin-bottom:12px;}

    .app-in-product .items{padding:25px 0;}
    .app-in-product .t1{font-size:22px;line-height:32px;margin-bottom:25px;}
    .app-in-product li{font-size:14px;line-height:22px;padding-left:30px;margin-bottom:20px;}

    .big-faq-aside .aside{padding:20px 15px;}
    .big-faq-aside .h3{font-size:22px;line-height:32px;}
}
@media(max-width:540px){
    .app-in-product .t1{font-size:20px;line-height:28px;}
}
@media(max-width:430px){
    .banner-app-in h1{font-size:20px;line-height:28px;}
    .app-in-product .t1{font-size:18px;line-height:26px;}
}


.app-paper {padding: 75px 0 120px;}
.app-paper .app-top-head{max-width: 75%;margin: 0 auto 75px;text-align: center;}
.app-paper .grid{gap: 60px 25px;}
.app-paper .list::after{content: "";width: 100%;height: 4px;background-color: transparent;position: absolute;bottom: 0;left: 0;z-index: 1;transition: all 0.3s ease-in-out;}
.app-paper .list{height: 100%;background-image: linear-gradient(-14deg, #ffffff 37%, #f1f1f1 100%);border: solid 1px #dcdcdc;padding: 30px 25px 35px;position: relative;}
.app-paper .list .img{margin-bottom: 30px;}
.app-paper .list .img img{mix-blend-mode: multiply;}
.app-paper .list .t1{font-size: 20px;line-height: 28px;color: #222222;font-weight: 600;}
.app-paper .list:hover::after{background-color: var(--public-color);}

/* product-index-app.html 响应式 */
@media(max-width:1430px){
    .app-paper{padding:65px 0 100px;}
    .app-paper .app-top-head{max-width:85%;margin-bottom:55px;}
    .app-paper .grid{gap:45px 25px;}
}
@media(max-width:1200px){
    .app-paper .app-top-head{max-width:90%;margin-bottom:45px;}
    .app-paper .grid{gap:35px 20px;}
}
@media(max-width:899px){
    .app-paper .app-top-head{max-width:100%;margin-bottom:30px;}
    .app-paper .grid{gap:25px;}
}
@media(max-width:768px){
    .app-paper{padding:30px 0 45px;}
    .app-paper .app-top-head{margin-bottom:25px;font-size:14px;line-height:20px;}
    .app-paper .list{padding:20px 15px 25px;}
    .app-paper .list .img{margin-bottom:20px;}
    .app-paper .list .t1{font-size:18px;line-height:26px;}
}
@media(max-width:540px){
    .app-paper .list .t1{font-size:16px;line-height:24px;}
}
@media(max-width:430px){
    .app-paper .list .t1{font-size:15px;line-height:22px;}
}




.service-top {padding: 135px 0 0;}
.service-top .top-head{margin-bottom: 0px;}
.service-top .top-head::after{content:"";width: 80px;height: 8px;background-color: #d80e1d;display: block;margin-top: 35px;}
.service-top .title{margin-bottom: 25px;}
.service-top .content{display: flex;justify-content: space-between;align-items: center;}
.service-top .left{width: 39%;}
.service-top .list:last-child{margin-bottom: 0;}
.service-top .list{display: grid;grid-template-columns: 80px auto;align-items: center;gap: 10px;margin-bottom: 95px;position: relative;padding-bottom: 45px;margin-bottom: 45px;}
.service-top .list::after{content: "";width: calc(100% - 80px - 10px);height: 1px;border-bottom: 1px dashed #cccccc;position: absolute;right: 0;bottom: 0;}
.service-top .t1{font-size: 24px;line-height: 30px;font-weight: 600;color: #333333;margin-bottom: 15px;}
.service-top .list:last-child{margin-bottom: 0;padding-bottom: 0;}
.service-top .list:last-child::after{display: none;}
.service-top .right{width: 55%;}

.service-bottom {background-color: #f7f7f7;padding: 75px 0 90px;}
.service-bottom .items:last-child{margin-bottom: 0;}
.service-bottom .items{display: flex;justify-content: space-between;align-items: center;background-color: #ffffff;box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);padding: 35px;margin-bottom: 45px;}
.service-bottom .left{width: 40%;}
.service-bottom .right{width: 55%;}
.service-bottom .title{margin-bottom: 20px;}
.service-bottom ul{margin-top: 50px;}
.service-bottom li{font-size: 18px;line-height: 26px;font-weight: 500;color: #666666;position: relative;padding-left: 40px;margin-bottom: 20px;}
.service-bottom li:last-child{margin-bottom: 0;}
.service-bottom li::before{content: url(../../images/sign.webp);font-family: cmsfont;color: var(--public-color);position: absolute;left: 0;top: 2px;}

/* article-index-service.html 响应式 */
@media(max-width:1430px){
    .service-top{padding-top:100px;}
    .service-top .t1{font-size:22px;line-height:28px;}
    .service-bottom{padding:60px 0 75px;}
    .service-faq .all-big-faq{padding-top:90px;}
}
@media(max-width:1200px){
    .service-top{padding-top:80px;}
    .service-top .left{width:42%;}
    .service-top .right{width:52%;}
    .service-bottom{padding:55px 0 65px;}
    .service-bottom .items{padding:30px;}
}
@media(max-width:1100px){
    .service-top .list{margin-bottom:35px;padding-bottom:35px;}
    .service-bottom .left{width:42%;}
    .service-bottom .right{width:53%;}
}
/* ≤899 stack */
@media(max-width:899px){
    .service-top{padding-top:30px;padding-bottom:10px;}
    .service-top .top-head{margin-bottom:25px;}
    .service-top .top-head::after{width:50px;height:5px;margin-top:20px;}
    .service-top .title{margin-bottom:15px;}
    .service-top .content{flex-direction:column-reverse;gap:25px;align-items:stretch;}
    .service-top .left,
    .service-top .right{width:100%;min-width:0;max-width:100%;}

    .service-bottom{padding:45px 0;}
    .service-bottom .items{flex-direction:column;gap:25px;align-items:stretch;padding:25px 20px;margin-bottom:30px;}
    .service-bottom .left,
    .service-bottom .right{width:100%;min-width:0;max-width:100%;}
    .service-bottom ul{margin-top:25px;}
    .service-faq .all-big-faq{padding-top:45px;}
}
@media(max-width:768px){
    .service-top .title{margin-bottom:15px;}
    .service-top .top-head .text{font-size:14px;line-height:20px;}
    .service-top .list{grid-template-columns:60px auto;gap:10px;margin-bottom:25px;padding-bottom:25px;}
    .service-top .list::after{width:calc(100% - 60px - 10px);}
    .service-top .t1{font-size:18px;line-height:26px;margin-bottom:10px;}
    .service-top .list .cont{font-size:14px;line-height:20px;}

    .service-bottom{padding:30px 0;}
    .service-bottom .items{padding:20px 15px;margin-bottom:25px;}
    .service-bottom .title{margin-bottom:15px;}
    .service-bottom .text p{margin-bottom:10px;}
    .service-bottom ul{margin-top:20px;}
    .service-bottom li{font-size:16px;line-height:24px;padding-left:30px;margin-bottom:12px;}
    .service-faq .big-faq-aside .a-btn{height:48px;font-size:18px;}
}
@media(max-width:540px){
    .service-top .list{grid-template-columns:1fr;gap:12px;text-align:center;margin-bottom:20px;padding-bottom:20px;}
    .service-top .list::after{width:100%;}
    .service-top .img-xl{max-width:64px;margin:0 auto;}
    .service-bottom .items{padding:18px 12px;margin-bottom:20px;}
    .service-bottom li{font-size:15px;line-height:22px;padding-left:28px;margin-bottom:10px;}
}
@media(max-width:430px){
    .service-top .t1{font-size:16px;line-height:24px;}
    .service-top .list .cont{font-size:13px;line-height:19px;}
    .service-bottom li{font-size:14px;line-height:20px;padding-left:26px;}
}


.contact-paper {padding: 100px 0;}
.contact-paper .top-head{max-width: 80%;margin-bottom: 65px;}
.contact-paper .title{margin-bottom: 30px;}
.contact-paper .content{display: flex;justify-content: space-between;}
.contact-paper .h3{font-size: 28px;line-height: 36px;font-weight: 600;color: #333333;}
.contact-paper .left{width: 60%;padding: 50px 60px 30px 70px;background-color: #ffffff;box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.05);border-radius: 24px;}
.contact-paper .left .h3{margin-bottom: 50px;}
.contact-paper .right {width:36%}
.contact-paper .right .h3{margin-bottom: 70px;}
.contact-paper .right , .contact-paper .right .img-back , .contact-paper .right .img-back > img{border-radius: 24px;}
.contact-paper .right {position: relative;padding: 30px 30px 30px 65px;display: flex;flex-direction: column;justify-content: center;}
.contact-paper .right .img-back{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;background-color: #000000;display: flex;justify-content: center;align-items: center;}
.contact-paper .right .img-back>img{opacity: .3;width: 100%;}
.contact-paper .right .h3{color: #ffffff;}
.contact-paper .list{display: grid;grid-template-columns: 65px auto;align-items: center;gap: 20px;margin-bottom: 45px;}
.contact-paper .list:last-child{margin-bottom: 0;}
.contact-paper .img-xl{width: 100%;aspect-ratio: 1;border-radius: 100%;background-color: var(--public-color);display: grid;place-items: center;}
.contact-paper .font-sty{font-size: 16px;line-height: 24px;font-weight: 600;color: #ffffff;}
.contact-paper .form-cap .input-group{border: none;}
.contact-paper .form-cap .input-group > *{border-color: transparent;}
.contact-paper .form-cap .form-group .form-control{background-color: #f5f5f5;border-radius: 8px;}

/* article-index-contact.html 响应式 */
@media(max-width:1480px){
    .contact-paper .right{padding:30px;}
    .contact-paper .right .h3{margin-bottom: 45px;}
    .contact-paper .list{margin-bottom: 25px;}
}
@media(max-width:1430px){
    .contact-paper{padding:80px 0;}
    .contact-paper .top-head{margin-bottom:55px;}
    .contact-paper .h3{font-size:26px;line-height:34px;}
    .contact-paper .left .h3{margin-bottom:45px;}
    .contact-paper .right .h3{margin-bottom:55px;}
}
@media(max-width:1280px){
    .contact-paper .left{padding: 50px 40px 30px 40px;}
}
@media(max-width:1200px){
    .contact-paper{padding:70px 0;}
    .contact-paper .top-head{max-width:90%;}
    .contact-paper .left{width:58%;padding:45px 50px 25px 55px;}
    .contact-paper .left .h3{margin-bottom:40px;}
    .contact-paper .right{width:38%;padding:25px 25px 25px 45px;}
    .contact-paper .right .h3{margin-bottom:45px;}
}
@media(max-width:1100px){
    .contact-paper .left{width:55%;padding: 45px 35px 25px 35px;}
    .contact-paper .from-circle .form-row{margin: 0 -10px 0px !important;}
    .contact-paper .from-circle .form-group,.contact-paper .from-circle .btn-box{padding: 0 10px !important;}
    .contact-paper .from-circle .form-group:has(input[required])::before, .contact-paper .from-circle .form-group:has(textarea[required])::before {left: 20px;}
    .contact-paper .from-circle .form-control {padding-left: 25px;}
    .contact-paper .right{width:40%;padding: 45px 15px;}
    .contact-paper .list{margin-bottom: 15px;}
    .contact-paper .h3{font-size:24px;line-height:32px;}
    .contact-paper .list{grid-template-columns:58px auto;gap:18px;margin-bottom:35px;}
}
/* ≤899 stack */
@media(max-width:899px){
    .contact-paper{padding:45px 0;}
    .contact-paper .top-head{max-width:100%;margin-bottom:30px;}
    .contact-paper .title{margin-bottom:15px;}
    .contact-paper .content{flex-direction:column-reverse;gap:25px;align-items:stretch;}
    .contact-paper .left,
    .contact-paper .right{width:100%;min-width:0;max-width:100%;}
    .contact-paper .left{padding:30px 25px;}
    .contact-paper .right{padding:35px 25px;min-height:280px;}
    .contact-paper .right .h3{margin-bottom:30px;}
    .contact-paper .list{margin-bottom:30px;}
    .contact-paper .from-circle .form-cap .col-md-8{flex:0 0 100%;max-width:100%;}
}
@media(max-width:768px){
    .contact-paper{padding:30px 0;}
    .contact-paper .top-head .text{font-size:14px;line-height:20px;}
    .contact-paper .left{padding:25px 15px;border-radius:12px;}
    .contact-paper .left .h3,
    .contact-paper .h3{font-size:22px;line-height:32px;}
    .contact-paper .left .h3{margin-bottom:25px;}
    .contact-paper .right{padding:30px 20px;min-height:auto;border-radius:12px;}
    .contact-paper .right .h3{margin-bottom:25px;}
    .contact-paper .list{grid-template-columns:50px auto;gap:15px;margin-bottom:25px;}
    .contact-paper .font-sty{font-size:14px;line-height:20px;word-break:break-word;}
    .contact-paper .from-circle .form-group,
    .contact-paper .from-circle .btn-box{padding:0 10px !important;}
    .contact-paper .from-circle .form-group:has(input[required])::before,
    .contact-paper .from-circle .form-group:has(textarea[required])::before{left:20px;}
    .contact-paper .from-circle .form-control{font-size:16px;}
    .contact-paper .from-circle .a-lb{width:100%;font-size:16px;line-height:24px;height:46px;padding:0 50px 0 20px;justify-content:center;}
}
@media(max-width:540px){
    .contact-paper .left{padding: 25px 15px 45px;}
    .contact-paper .right{padding:25px 15px;}
    .contact-paper .img-xl{max-width:50px;margin:0 auto;}
    .contact-paper .font-sty{font-size:13px;line-height:19px;}
}
@media(max-width:430px){
    .contact-paper .left .h3,
    .contact-paper .h3{font-size:20px;line-height:28px;}
    .contact-paper .top-head .text{font-size:13px;line-height:19px;}
    .contact-paper .list{margin-bottom:20px;}
}

.from-circle .form-group , .from-circle .btn-box{padding: 0 20px !important;}
.from-circle .btn-box{margin-top: 22px;}
.from-circle .form-group:has(input[required])::before, .from-circle .form-group:has(textarea[required])::before {left: 20px;}
.from-circle .form-control{background-color: #f5f5f5;border-radius: 8px;border-color: #f5f5f5;padding-left: 35px;}
.from-circle .form-control::placeholder{color: #999999;}
.from-circle .form-group:has(input[required])::before, .from-circle .form-group:has(textarea[required])::before{content: "";width: 8px;aspect-ratio: 1;background-color: var(--public-color);border-radius: 100%;top:19px;left: 40px;}
.from-circle .form-group:has(textarea[required])::before{top: 22px;}
.from-circle  .form-row{margin: 0 -20px 25px !important;}


.download-paper{margin: 140px 0;}
.download-paper .content{display: flex;justify-content: space-between;}
.download-paper .left{width: 39%;}
.download-paper .top-head::after{content: "";width: 60px;height: 8px;background-color: var(--public-color);display: block;margin:30px 0;}
.download-paper .h4{font-size: 24px;line-height: 32px;font-weight: 600;color: #333333;margin-bottom: 25px;}
.download-paper .img , .download-paper img > img{border-radius: 8px;}
.download-paper .right {width:58%;padding: 50px 60px 30px 70px;background-color: #ffffff;box-shadow: 0px 8px 43px 0px rgba(0, 0, 0, 0.05);border-radius: 24px}
.download-paper .h3{font-size: 28px;line-height: 34px;font-weight: 600;color: #333333;margin-bottom: 50px;}

/* article-index-down.html 响应式 */
@media(max-width:1430px){
    .download-paper{margin:100px 0;}
}
@media(max-width:1200px){
    .download-paper{margin:80px 0;}
    .download-paper .left{width:42%;}
    .download-paper .right{width:55%;padding:45px 50px 25px 55px;}
    .download-paper .h3{margin-bottom:40px;}
}
@media(max-width:1100px){
    .download-paper .h4{font-size:22px;line-height:30px;}
}
/* ≤899 stack */
@media(max-width:899px){
    .download-paper{margin:45px 0;}
    .download-paper .content{flex-direction:column;gap:25px;align-items:stretch;}
    .download-paper .left,
    .download-paper .right{width:100%;min-width:0;max-width:100%;}
    .download-paper .right{padding:30px 25px;}
    .download-paper .top-head::after{width:50px;height:5px;margin:20px 0;}
    .download-paper .h3{margin-bottom:30px;}
}
@media(max-width:768px){
    .download-paper{margin:30px 0;}
    .download-paper .h4{font-size:18px;line-height:26px;margin-bottom:15px;}
    .download-paper .h3{font-size:22px;line-height:32px;margin-bottom:25px;}
    .download-paper .right{padding:25px 15px;border-radius:12px;}
    .download-paper .from-circle .form-group,
    .download-paper .from-circle .btn-box{padding:0 10px !important;}
    .download-paper .from-circle .form-row{margin:0 -10px 20px !important;}
    .download-paper .from-circle .form-group:has(input[required])::before,
    .download-paper .from-circle .form-group:has(textarea[required])::before{left:10px;}
}
@media(max-width:430px){
    .download-paper .h3{font-size:20px;line-height:28px;}
}


.news-paper{background-image: linear-gradient(to bottom , #efefef , #ffffff);margin-bottom: 95px;}
.news-paper .grid{gap: 70px 35px;}
.news-paper .list{height: 100%;background-color: #ffffff;box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);border: solid 1px #f0f0f0;padding:15px;}
.news-paper .img{position: relative;}
.news-paper .img img{width: 100%;}
.news-paper .box{padding: 25px 0px 10px;}
.news-paper .t1{font-size: 20px;line-height: 28px;color: #333333;font-weight: 600;margin-bottom: 15px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.news-paper .cont{color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 最多3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 60px;
}
.news-paper .time{font-size: 14px;line-height: 20px;font-weight: 500;color: #999999;}

/* article-list.html 响应式 */
@media(max-width:1430px){
    .news-paper{margin-bottom:80px;}
    .news-paper .grid{gap:50px 30px;}
}
@media(max-width:1200px){
    .news-paper .grid{gap:35px 25px;}
}
@media(max-width:899px){
    .news-paper .all-nav{position:static;margin-bottom:30px;}
    .news-paper .all-nav .nav a{min-width:auto;height:50px;font-size:16px;line-height:24px;padding:0 18px;}
    .news-paper .grid{gap:25px;}
    .news-paper .cont{margin-bottom:35px;}
}
@media(max-width:768px){
    .news-paper{margin-bottom:45px;padding-top:30px;}
    .news-paper .menu-collapse{margin-bottom:25px;position: sticky;height: fit-content;top: 50px;z-index: 2;}
    .news-paper .list{padding:12px;}
    .news-paper .box{padding:20px 0 8px;}
    .news-paper .t1{font-size:18px;line-height:26px;margin-bottom:12px;}
    .news-paper .cont{margin-bottom:25px;font-size:14px;line-height:20px;}
}
@media(max-width:540px){
    .news-paper .t1{font-size:16px;line-height:24px;}
}
@media(max-width:430px){
    .news-paper .t1{font-size:15px;line-height:22px;}
}


/*news-in-paper*/
.in-banner{padding:10px 0 20px;}
.in-banner .small-nav ul a , .in-banner .small-nav ul li::before{color: #999999;}
.news-in-paper .in-banner{margin-bottom:35px}
.news-in-paper {margin-top: 35px;margin-bottom:180px;}
.news-in-paper .news-time{font-size: 20px;color: #999999;}
.news-in-paper .h1{font-size:42px;line-height:60px;color:#333333;font-weight:500;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:30px;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-lb{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-b);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;box-shadow: 0px 8px 20px 0px 
		rgba(0, 0, 0, 0.08);border-radius: 12px;padding: 20px;position: relative;}
.news-in-paper .aside-con .img-back{position: absolute;right: 0;top: 0;z-index: -1;}
.news-in-paper .aside-con .title-xl{font-size: 20px;line-height: 30px;color: #222222;font-weight: 600;margin-bottom: 25px;}
.news-in-paper .aside-con .a-lb{width: 100%;;height: 49px;font-weight: 400;}

.news-in-paper .other-news{padding: 20px 15px 25px;box-shadow: 3px 5px 24px 0px rgba(0, 0, 0, 0.1);border-radius: 12px;}
.news-in-paper .other-news .search-group .form-control{border: none;background-color: transparent;}
.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;width: 40px;padding: 0;}
.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: 400;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: 20px;color:#333333;font-weight: 300;padding-bottom: 15px;margin-bottom: 20px;border-bottom: 1px solid #cccccc;}
.news-in-paper .other-news .t1 span{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 最多3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-in-paper .other-news .t1:hover{text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 4px;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;}

.new-in-pro{margin-bottom: 160px;}
.new-in-pro .title{margin-bottom: 110px;}
.new-in-pro .swiper-slide{height: auto;}
.new-in-pro .list::after{content: "";width: 100%;height: 4px;background-color: transparent;position: absolute;bottom: 0;left: 0;transition: all .3s ease-in-out;}
.new-in-pro .list{height: 100%;background-color: #ffffff;border: solid 1px #dcdcdc;position: relative;transition: all .3s ease-in-out;}
.new-in-pro .box{padding: 35px 30px 50px 35px;}
.new-in-pro .img{background-image: linear-gradient(-14deg, #ffffff 37%, #f1f1f1 100%);padding: 30px 25px;}
.new-in-pro .model{font-size: 16px;line-height: 20px;color: var(--public-color);font-weight: 500;margin-bottom: 15px;}
.new-in-pro .t1{font-size: 20px;line-height: 28px;font-weight: 600;color: #222222;margin-bottom: 15px;}
.new-in-pro .cont{color: #666666;}
.new-in-pro .all-hover{width: 125px;}
.new-in-pro .all-hover::after{font-size: 50px;font-weight: 300;}
.new-in-pro .prev-pro{left: -160px;}
.new-in-pro .pag-pro{width: 65%;margin: 95px auto auto;}
.new-in-pro .list:hover{box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);}
.new-in-pro .list:hover::after{background-color: var(--public-color);}
.new-in-pro .list:hover .img{background-image: linear-gradient(-26deg, #dddddd 0%, #636363 59%, #3a3a3a 67%);}
.new-in-pro .all-products .grid{gap:35px;}


@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-lb,
    .news-in-paper .box-tail .right .a-lh{width: auto;padding: 0 25px;}
}

@media(max-width:1460px){
    .in-banner .small-nav ul{padding-left: 0;}
    .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:1200px){
    .news-in-paper .article{width: calc(100% - 300px - 40px);}
    .news-in-paper .other-news .t1{font-size: 18px;line-height: 26px;}
}
@media(max-width:899px){
    .news-in-paper{margin-top:30px;margin-bottom:45px;}
    .news-in-paper .main-top{flex-direction:column;gap:25px;}
    .news-in-paper .article{width:100%;margin-bottom:0;}
    .news-in-paper .aside,
    .main-box .aside{width:100%;min-width:0;position:static;display:flex;align-items: flex-start;gap:25px;}
    .news-in-paper .aside .aside-con{position:sticky;top: 90px;height: fit-content;width:100%;min-width: 285px;}
    .news-name-box{min-width:0;width:100%;}
    .new-in-pro{margin-bottom:45px;padding-top:30px;}
    .new-in-pro .title{margin-bottom:25px;}
    .new-in-pro .all-products .grid{gap:25px;}
}
@media(max-width:768px){
    .main-box{margin-top: 0;}
    .news-in-paper{}
    .news-in-paper .h1{margin-bottom: 15px;font-size: 20px;line-height: 28px;letter-spacing: -1px;margin-top: 20px;}
    .news-in-paper .article h2{font-size: 19px;line-height: 28px;margin-bottom: 10px;}
    .news-in-paper .article h4{font-size: 16px;line-height: 24px;}
    .news-in-paper .box-tail .left p{font-size: 16px;line-height: 24px;}
    .news-in-paper .box-tail .left p a{line-height: 24px;}

    .news-in-paper{margin-bottom: 30px;margin-top: 0px;padding-top: 20px;}
    .news-in-paper .main-top {flex-wrap: wrap;}
    .news-in-paper .article{width: 100%;margin-bottom: 30px;}
    .news-in-paper .aside{width: 100%;margin-top: 0;}
    .news-in-paper .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-lb,
    .news-in-paper .box-tail .right .a-lh{width: auto;height: 42px;}
    .news-in-paper .aside-con .a-lb,
    .news-in-paper .aside-con .a-lh{width: auto;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;display: none;}

    .news-name-box{padding: 10px 15px;}
    .main-box .aside{flex-direction: column;min-width: auto;position: static;}
    .news-name-box .table-title{font-size: 20px;line-height: 28px;gap:15px;}
    .news-name-box .h2 a{font-size: 16px;line-height: 24px;}
    .news-name-box li a{font-size:14px;line-height:22px;}
    .main-box .news-name{margin-top: 15px;}

    .new-in-pro .box{padding:20px 15px 30px;}
    .new-in-pro .img{padding:20px 15px;}
    .new-in-pro .t1{font-size:18px;line-height:26px;}
    .new-in-pro .cont{font-size:14px;line-height:20px;}
    .new-in-pro .all-products .grid{gap:20px;}
    .in-banner{padding:5px 0 10px;}
    .news-in-paper .news-time{font-size:16px;}
}



/* news-ex-paper */
.news-ex-paper{padding: 90px 0 120px;}
.news-ex-paper .ex-head{max-width: 980px;margin-bottom: 55px;}
.news-ex-paper .ex-head .title{margin-bottom: 25px;letter-spacing: -1px;}
.news-ex-paper .ex-head .cont{color: #999999;font-weight: 400;}
.news-ex-paper .ex-year-nav{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 0 8px;margin-bottom: 70px;position: sticky;top: 90px;z-index: 2;background-color: #ffffff;padding: 15px 0;}
.news-ex-paper .ex-year-link{display: inline-flex;align-items: center;font-size:24px;line-height: 28px;color: #333333;font-weight:600;padding: 0 12px;transition: color .3s ease-in-out;}
.news-ex-paper .ex-year-link::before{content: "\f054";font-family: 'cmsfont';font-size: 12px;color: var(--public-color);margin-right: 8px;}
.news-ex-paper .ex-year-link:not(:last-child)::after{content: "";width: 1px;height: 16px;background-color: #dddddd;margin-left: 12px;}
.news-ex-paper .ex-year-link:hover{color: var(--public-color) !important;}
.news-ex-paper .ex-year-block{padding-top: 10px;margin-bottom: 70px;}
.news-ex-paper .ex-year-block:last-child{margin-bottom: 0;}
.news-ex-paper .ex-year-title{font-size:32px;line-height: 36px;color: var(--public-color-b);font-weight: 500;text-align: center;margin-bottom: 45px;}
.news-ex-paper .ex-item{padding-bottom: 45px;margin-bottom: 45px;border-bottom: 1px solid #dddddd;}
.news-ex-paper .ex-item:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
.news-ex-paper .ex-name{font-size: 22px;line-height: 30px;color: var(--public-color);font-weight: 500;margin-bottom:30px;}
.news-ex-paper .ex-meta{display: flex;flex-wrap: wrap;gap: 8px 30px;color: #999999;font-weight: 400;margin-bottom: 25px;}
.news-ex-paper .ex-gallery{padding: 0;}
.news-ex-paper .ex-gallery .swiper-slide img{width: 100%;height: auto;border-radius: 4px;}
@media(max-width:1380px){
    .news-ex-paper .ex-year-nav{top: 105px;}
}
@media(max-width:990px){
    .news-ex-paper{padding: 60px 0 80px;}
    .news-ex-paper .ex-year-nav{top: 80px;gap: 8px 0;}
    .news-ex-paper .ex-year-link{font-size: 16px;line-height: 24px;padding: 0 8px;}
    .news-ex-paper .ex-year-title{font-size: 24px;line-height: 32px;margin-bottom: 30px;}
    .news-ex-paper .ex-name{font-size: 20px;line-height: 28px;}
    .news-ex-paper .ex-gallery{padding: 0 45px;}
}
@media(max-width:768px){
    .news-ex-paper .ex-head .title{font-size: 32px;line-height: 42px;}
    .news-ex-paper .ex-year-nav{position: static;padding: 0;margin-bottom: 45px;}
    .news-ex-paper .ex-meta{flex-direction: column;gap: 4px;}
    .news-ex-paper .ex-gallery{padding: 0 35px;}
}



.video-paper {padding: 60px 0 85px;}
.video-paper .grid{gap: 70px 35px;}
.video-paper .list{height: 100%;padding: 15px 15px 25px;background-color: #ffffff;box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);border: solid 1px #f0f0f0;}
.video-paper .box{padding: 20px 0 0;}
.video-paper .t1{font-size: 20px;line-height: 28px;font-weight: 600;color:#333333;margin-bottom: 25px;}
.video-paper .time{font-size: 14px;line-height: 20px;}

/* article-list-video.html 响应式 */
@media(max-width:1430px){
    .video-paper{padding:50px 0 70px;}
    .video-paper .grid{gap:50px 30px;}
}
@media(max-width:1200px){
    .video-paper .grid{gap:35px 25px;}
}
@media(max-width:899px){
    .video-paper{padding:45px 0;}
    .video-paper .grid{gap:25px;}
    .video-paper .t1{font-size: 18px;line-height: 26px;margin-bottom: 15px;}
}
@media(max-width:768px){
    .video-paper{padding:30px 0 45px;}
    .video-paper .list{padding:12px 12px 20px;}
    .video-paper .box{padding:15px 0 0;}
    .video-paper .v{position:relative;aspect-ratio:16/9;}
    .video-paper .v iframe{position:absolute;inset:0;width:100%;height:100%;}
    .video-paper .t1{font-size:18px;line-height:26px;margin-bottom:15px;}
}
@media(max-width:540px){
    .video-paper .t1{font-size:16px;line-height:24px;}
}
@media(max-width:430px){
    .video-paper .t1{font-size:15px;line-height:22px;margin-bottom:12px;}
}



/*#视频详情*/
.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}
}

/*#标签样式*/
.tag{margin-bottom: 30px;font-size: 17px;line-height: 30px;}
.tag span{color: var(--public-color);}
.tag i{color: var(--public-color);}
.tag a{font-size: 17px;line-height: 30px;color: #333;}
.tag a:hover{text-decoration: underline;color: var(--public-color);}
.tag a:after{content: ",";display: inline-block;margin-left: 3px;margin-right: 4px;}
.tag a:last-child:after{display: none;}

@media(max-width:768px) {
  .tag{display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
}






