/*通用样式*/
:root{
    --public-color:#0099df;
    --max:1430px;
}
.iti{color:#333;}
.card-thumb{overflow: hidden;}
*:focus{outline: none !important}
body{color:#666;font-size:16px;line-height:24px;font-weight: 400;font-family:'Roboto','Outfit',Arial,Helvetica,sans-serif;letter-spacing: -.2px;}
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}
}
@media(max-width:600px){
    body{font-size:14px;line-height:20px;padding-top:50px;}

}

.down-list{display: flex;justify-content: flex-end}
.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: 40px;height: 40px;}
}

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

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

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

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

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

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


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

@media(max-width:1470px) {
    .navbar-custom .navbar-nav .nav-link {font-size: 18px;}
    .navbar-custom .navbar-nav .nav-item {margin: 0 15px;}
    .header .a-ly-1{font-size: 16px;width: 140px;}
}
@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;}
    .header .header-top{padding: 10px 0;}
}
@media(max-width:1270px) {
    .top-search-box{margin-right: -3px !important;}
}
@media(max-width:1100px) {
    .header .a-ly-1{display: none;}
}

/*移动端头部样式*/
@media(max-width:768px){
    body{padding-top:50px;font-size:14px;letter-spacing: -.3px !important;}
    .header-mb{background:#fff;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid var(--public-color-o);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}
    .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:#000}
    .header-mb .top-mb .icon-bars{color:#000}
    .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:#000}
    .mobile-head-item .main-content-wrap{background:#fff;top:0;display:block;z-index:99999}
    .mobile-head-item .main-content-wrap .content-wrap{overflow-y:auto;height:100%;padding:15px 10px;background-color:#fff}
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap{overflow-y:hidden}
    .mobile-head-item .side-content-wrap{position:fixed;display:block;right:-78%;width:78%;height:100%}
    .mobile-head-item .middle-content-wrap{position:absolute;right:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden}
    .mobile-head-item .middle-show-content-wrap{top:30px;visibility:visible;opacity:1}
    .head_top .top_left{display:none}
    .head_nav{width:100%;padding:0 5px}
    .head_nav li{padding-left:28px;padding-top:4px;padding-bottom:4px}
    .head_nav li,.head_nav li a{color:#111}
    .head_nav li.has-child{padding-left:28px;margin-top:0;margin-bottom:0}
    .head_nav li.has-child>a{margin-top:3px;margin-bottom:3px;margin-right:35px}
    .head_nav li.has-child>ul{display:none}
    .head_nav li.siblings-no-menu{position:relative;padding-left:15px}
    .head_nav li a{display:block;height:auto;line-height:1.4em;position:relative}
    .head_nav li a:hover{color:inherit}
    .head_nav li em{display:block;height:1.4em;overflow:hidden}
    .head_nav li li{font-size:14px}
    .head_nav li li li{font-size:12px}
    .head_nav li li a{color:#666}
    .head_nav li.has-child a b{display:inline-block;width:15px;height:15px;border:1px solid #111;border-radius:2px;overflow:hidden;line-height:15px;position:absolute;right:-35px;top:1px;-webkit-box-sizing:content-box;box-sizing:content-box}
    .head_nav li.has-child a b:before,.head_nav li.has-child a b:after{content:'';display:block;width:9px;height:1px;background-color:#111;position:absolute;left:3px;top:50%;margin-top:-.5px}
    .head_nav li.has-child a b:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
    .head_nav li.has-child a:hover b{border-color:#111}
    .head_nav>li{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #f2f2f2}
    .head_nav>li>a{font-size:16px;text-transform:uppercase;margin-bottom:-1px;position:relative;text-transform:uppercase;position:relative}
    .head_nav li,.head_nav li.has-child{padding-left:0}
    .head_nav li li,.head_nav li li.has-child{padding-left:15px}
    .head_nav li.active>a>b:after{display:none}
    .head_nav li.active>a>b{background-color:#111}
    .head_nav li.active>a>b:before,.head_nav li.active>a>b:after{background-color:#fff}
    .mobile-ico-close{width:30px;height:30px;background-color: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; }
.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 }


/* 联系侧边栏 */
.contact-sidebar{position:fixed;right:0;top:60%;transform:translateY(-50%);z-index:55;background-color:rgba(0,0,0,0.3);border-radius:30px;margin:0 20px 0 0;width:50px;overflow:visible}
.contact-sidebar .contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;align-items:center;overflow:visible}
.contact-sidebar .contact-item{margin:0;padding:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:relative;transition:all 0.3s ease;overflow:visible}
.contact-sidebar .contact-item:first-child{border-radius:0 25px 0 0}
.contact-sidebar .contact-item:nth-last-child(2){border-radius:0 0 25px 0}
.contact-sidebar.scroll-top-active .contact-item:nth-last-child(2){border-radius:0}
.contact-sidebar .contact-item .contact-item-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:transparent;transition:all 0.3s ease;text-decoration:none;position:relative;z-index:2}
.contact-sidebar .contact-item .contact-item-icon:hover{transform:scale(1.1)}
.contact-sidebar .contact-item .new-icon-upward svg{transition:all 0.3s ease}
.contact-sidebar .contact-item .new-icon-upward:hover svg{transform:scale(1.1)}
.contact-sidebar .contact-item.to-top .contact-item-icon{background-color:var(--public-color);width:40px;height:40px}
.contact-sidebar .contact-item:hover{background-color:var(--public-color);transition:background-color 0.3s ease}
.contact-sidebar .contact-item.to-top:hover{background-color:transparent !important}
.contact-sidebar .contact-item.to-top .contact-item-icon:hover{transform:scale(1)}
.contact-sidebar .contact-item-tips{position:absolute;right:50px;top:0;background-color:var(--public-color);color:#fff;height:50px;border-radius:30px 0 0 30px;padding:0 20px;white-space:nowrap;font-size:14px;display:flex;align-items:center;justify-content:center;min-width:0;width:0;overflow:hidden;transition:all 0.3s ease;z-index:10;opacity:0;visibility:hidden;pointer-events:auto}
.contact-sidebar .contact-item:hover .contact-item-tips,.contact-sidebar .contact-item-tips:hover{width:auto;min-width:120px;opacity:1;visibility:visible;pointer-events:auto}
.contact-sidebar .contact-item-tips .contact-item-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}
.contact-sidebar .contact-item-tips .contact-item-text:hover{color:var(--public-color-o);cursor:pointer}
@media(max-width:768px){
    .contact-sidebar{position:fixed;bottom:50px;top:auto;left:50%;right:auto;transform:translateX(-50%);width:80%;max-width:100%;margin:10px 0;border-radius:30px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}
    .contact-sidebar .contact-list{flex-direction:row;width:100%;justify-content:space-between;align-items:center;align-content:center;padding:6px 10px;gap:4px}
    .contact-sidebar .contact-item{flex:1 1 0;min-width:0;max-width:none;width:auto;height:48px}
    .contact-sidebar .contact-item:first-child,.contact-sidebar .contact-item:nth-last-child(2){border-radius:0}
    .contact-sidebar .contact-item .contact-item-icon{width:44px;height:44px;margin:0 auto}
    .contact-sidebar .contact-item-tips{position:absolute;right:auto;left:50%;bottom:50px;top:auto;transform:translateX(-50%) translateY(100%);border-radius:30px;width:auto;min-width:150px;height:auto;padding:10px 15px;white-space:normal;word-break:break-word}
    .contact-sidebar .contact-item.to-top .contact-item-tips{display:none}
    .contact-sidebar .contact-item.to-top{display:none !important}
    .contact-sidebar .contact-item:hover{background-color:transparent}
    .contact-sidebar .contact-item:hover .contact-item-tips{display:none}
}
/*默认详情设置*/
.content-wrapper {}
.content-wrapper h2 { font-size: 28px; font-weight: 600; margin-bottom: 15px;margin-top: 30px;}
.content-wrapper h3 { font-size: 20px; font-weight: 600; margin-bottom: 15px;margin-top: 30px;}
.content-wrapper p{margin-bottom: 15px;line-height: 24px;}
.content-wrapper img { max-width: 100% !important; height: auto !important;margin-bottom: 15px;}
.content-wrapper video { max-width: 100% !important; height: auto !important; }
.content-wrapper ul{padding-left: 20px;margin-bottom: 15px;}
.content-wrapper ul li{list-style-type: initial;margin-bottom: 10px;}
.content-wrapper ol{padding-left: 20px;margin-bottom: 15px;}
.content-wrapper ol li{list-style-type: initial;margin-bottom: 10px;}
.content-wrapper iframe { max-width: 100%; }
.content-wrapper table { width: 100%; margin-bottom: 1rem; color: #212529;margin-bottom: 15px;}
.content-wrapper table p{margin-bottom: 0;}
.content-wrapper table th, .content-wrapper table td { padding: 0.5rem; vertical-align: middle; border: 1px solid #dee2e6; text-align: center; }
.content-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.content-wrapper table tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); color: #555; }
.content-wrapper table p{ margin-bottom: 0;line-height: 32px;}
.content-wrapper tbody th{color:#2980c7}

/*#表格*/
.table-wrapper table thead th{text-align: center;color: #fff;padding:15px 0;vertical-align: middle;font-weight: 500;}
.table-wrapper table thead{background-color: #eff5fc;}
.table-wrapper table th{background-color: #eff5fc;color: #fff;padding: 20px 15px 20px 60px;font-weight: 400;font-size: 16px;text-align:left;}
.table-wrapper table td {padding: 10px 5px; vertical-align: middle; font-size: 18px;line-height: 28px;color: #888888;font-weight: 400;text-align:left;padding-left: 30px;}
.table-wrapper table { display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar;}

.table-wrapper table tr:first-child{border-top: 1px solid var(--public-color);}
.table-wrapper table tr{border-bottom: 1px solid var(--public-color);}
.table-wrapper table tr:first-child td{color: var(--public-color);font-weight: 500;}
.table-wrapper table tr td:first-child{padding-left: 0;}
.table-wrapper table td + td{border-left: 1px solid var(--public-color);}
.table-wrapper table tr:hover{background-color: rgba(0,153,223, .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; }
}
@media (max-width: 1500.98px) {
    .table-wrapper-xl table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}

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

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

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

@media(max-width:1340px){
    .form-cap .input-group-append{width: 100px;}
}
@media(max-width:768px){
    .form-feedback textarea.form-control{height:80px;}
    .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;}
}

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

/* .search-group .btn{background-color:var(--public-color);border-radius:0px;height:auto;width:40px;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0} */
.header-lang{display:flex;align-items:center;justify-content:center;padding:4px;cursor:pointer;transition:opacity .3s ease;position:relative;}
.header-lang .lang-svg{width:24px;height:24px;background:url(../../images/lang.gif) no-repeat center center;background-size:100% 100%;border-radius: 100%;background-color: #000000;filter: grayscale(1);}
.header-lang .lang-link{position:absolute;top:100%;right:0;margin-top:10px;min-width:140px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:100;}
.header-lang.active .lang-link{opacity:1;visibility:visible;transform:translateY(0);}
.header-lang .lang-item{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:14px;color:#333;text-decoration:none;transition:background .2s;}
.header-lang .lang-item:hover{background:#f5f5f5;color:var(--public-color);}
.header-lang .lang-item img{width:20px;height:14px;object-fit:cover;flex-shrink:0;}



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

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

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


.in-banner .small-nav{position: relative;}
.small-nav::after{content: "";background: url(../../images/small-1.webp) no-repeat;width: 105px;height: 6px;display: block;margin-top: 5px;}
.small-nav{width: 100%;padding-top: 25px;padding-bottom: 0px;position: absolute;}
.small-nav ul{display: flex;align-items:center;flex-wrap: wrap;position: relative;}
.small-nav ul a{font-size: 16px;line-height: 28px;color:var(--public-color);font-weight: 500;}
.small-nav ul li::before{content: "·";line-height: 28px;font-size: 16px;font-weight: 600;padding: 0 10px;color:var(--public-color);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:768px){
    .small-nav{padding-top:5px}
}
@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-ly {min-width: 200px;height: 50px;background: var(--public-color);position: relative;padding: 0px 65px;display: inline-flex;justify-content: center;align-items: center;font-size: 16px;font-weight: 400;cursor: pointer;border: 1px solid var(--public-color);color: #fff;transition: color 0.3s 0.1s ease-out;overflow: hidden;}
.a-ly::before {position: absolute;margin: auto;content: '';border-radius: 50%;display: block;width: 20rem;height: 20rem;text-align: center;transition: box-shadow 0.5s ease-out;}
.a-ly:hover {color: var(--public-color) !important;}
.a-ly:hover::before {box-shadow: inset 0 0 0 10em #ffffff;} 
.a-ly span{position: relative;z-index: 1;}

.a-ly-1 {min-width: 200px;height: 50px;background: #333333;position: relative;padding: 0px 65px;display: inline-flex;justify-content: center;align-items: center;font-size: 16px;font-weight: 400;cursor: pointer;border: 1px solid #333333;color: #fff;transition: color 0.3s 0.1s ease-out;overflow: hidden;}
.a-ly-1::before {position: absolute;margin: auto;content: '';border-radius: 50%;display: block;width: 20rem;height: 20rem;text-align: center;transition: box-shadow 0.5s ease-out;}
.a-ly-1:hover {color: #333333 !important;}
.a-ly-1:hover::before {box-shadow: inset 0 0 0 10em #ffffff;} 
.a-ly-1 span{position: relative;z-index: 1;}




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

.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-style{position: relative;padding:0px;}
.all-swiper{overflow: hidden;}
.all-hover {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: solid 1px #ffffff;
    color: #ffffff;
    background-color: rgba(30, 31, 137, .2);
    transition: all .3s ease-in-out;
    font-weight: bold;
    z-index: 2;
    margin-top: -20px;
}
.all-hover::after{font-size: 30px;transition: all .3s ease-in-out;font-weight: 300;font-family: 'cmsfont';}
.all-hover:hover::after{color: #ffffff !important;}
.all-hover:hover{background-color: var(--public-color-o);}
.all-hover-next{right: -110px;}
.all-hover-prev{left: -110px;}
.all-hover-next::after{content:'\f105';}
.all-hover-prev::after{content: '\f104';}

.all-hover-1:hover::after{color: var(--public-color-o);}
.all-hover-1::after{color: var(--public-color);font-size:34px;font-weight: bold;font-family: 'cmsfont';transition: all .3s ease-in-out;}
.all-hover-next-1{right: -50px}
.all-hover-prev-1{left: -50px}
.all-hover-next-1::after{content:"\f054";}
.all-hover-prev-1::after{content:"\f053";}


/*#标签样式*/
.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: #ffffff;padding-top: 90px;border-top: 4px solid var(--public-color);}
.footer .img-back{position: absolute;left: 0;top: 0;width: 24%;}
.footer .footer-top,.footer .footer-bottom{position: relative;}
.footer .footer-top {padding-bottom: 80px;}
.footer .footer-logo{margin-bottom: 40px;}
.footer .content{display: flex;justify-content: space-between;gap: 55px;}
.footer .text{font-size: 16px;line-height: 28px;color: #666666;letter-spacing: -.4px;}
.footer .t1{font-size: 20px;line-height: 32px;font-weight: bold;margin-bottom: 25px;}
.footer .box{display: inline-flex;flex-direction: column;align-items: flex-start;}
.footer .font-sty{font-size: 16px;color: #666666;letter-spacing: -.2px;position: relative;}
.footer a.font-sty:hover,.footer .list-3 a:hover{text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 3px;opacity: 1;}
.footer .list-2 .font-sty{width: 100%;;display: flex;justify-content: space-between;gap: 20px;}
.footer .list-2 .font-sty::after{content: url(../../images/sign-6.webp);display: inline-block;margin-right: 5px;filter:grayscale();opacity: .8;}
.footer .list-2 .font-sty:hover::after{filter: none;opacity: 1;}

.footer .list-1{width: 30%;display: flex;flex-direction: column;justify-content: space-between;padding-bottom: 15px;}
.footer .list-2{width: 30%;margin-top: 60px;}
.footer .list-2 .box{gap: 10px;}
.footer .list-3{width: 30%;margin-top: 60px;}
.footer .list-3 .d{display: grid;grid-template-columns: 25px auto;gap:0px;margin-bottom: 5px;}
.footer .list-3 .d:last-child{margin-bottom: 0;}
.footer .list-3 .d-cont{display: flex;justify-content: flex-start;}
.footer .list-3 .icon{line-height:32px;}
.footer .list-3 a,.footer .list-3 .font-sty{font-size: 16px;line-height: 36px;}

.footer .footer-bottom{background-color: var(--public-color);height: 50px;display: flex;align-items: center;letter-spacing: 0px;display: flex;align-items: center;}
.footer .content{display: flex;justify-content: space-between;}
.footer .copy{font-size: 16px;line-height: 25px;color: #ffffff;}
.footer .a-link{display: flex;}
.footer .a-link a{color: #ffffff !important;font-size: 16px;padding: 0 15px;position: relative;letter-spacing: -.4px;}
.footer .a-link a:hover{text-decoration: underline;}
.footer .a-link a::after{content: "|";color: #ffffff;position: absolute;right: 0;top: 0;}
.footer .a-link a:last-child{padding-right: 0;}
.footer .a-link a:last-child::after{display: none;}

.footer .all-social{display: flex;gap: 12px;}
.footer .hover-1,.footer .hover-2{background-color: #ffffff !important;border:1px solid #dddddd;color: #000000 !important;width: 40px;height: 40px;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: #ffffff !important;color: #000000 !important;}

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

@media(max-width:1280px){
    .footer .list-1{min-width: auto;max-width: 400px;}
    .footer .list-2 {width: 30%;}
    .footer .list-3 {width: 40%;}
}
@media(max-width:1150px){
    .footer .footer-top .content {gap: 30px;}
    .footer .list-1 {max-width: 300px;}
    .footer .list-3{max-width: none;}
}
@media(max-width:1000px){
    .footer .footer-top .content{flex-wrap: wrap;}
    .footer .text{margin-bottom: 30px;}
    .footer .list-1{max-width: none;width: 100%;}
    .footer .list-2{width: 40%;}
    .footer .list-3 {width: 51%;}
    .footer .footer-bottom{height: auto;padding: 15px 0;}
    .footer .footer-bottom .content{gap: 10px;flex-wrap: wrap;}
}
@media(max-width:768px){
    .footer{padding-top: 30px;}
    .footer .footer-top .content{flex-direction: column}
    .padding-bottom{padding-bottom: 30px;}
    .footer .list-3,.footer .list-2{width: 100%;margin-top: 0;}
    .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 {gap:0 2px;margin-bottom: 85px;}
.all-nav .a-ly-1{background: #e4e4e4;color: #666666;border-color: #e4e4e4;font-weight: 300;width: 220px;height: 60px;padding: 0;}
.all-nav .a-ly-1:hover,.all-nav .a-ly-1.active{color: #ffffff !important;border-color:var(--public-color)}
.all-nav .a-ly-1:hover::before,.all-nav .a-ly-1.active::before{box-shadow: inset 0 0 0 10em var(--public-color);;}

span.arrow{font-family: 'Poppins';font-weight: 500;margin-left: 5px;}

.banner-home{position: relative;}
.banner-home::before{content: "";background: url(../../images/banner-all-back.webp) no-repeat;background-size: 100%;width:100%;height: calc(100% - 50px);position: absolute;left: 0;top: 0;z-index: -1;}
.banner-home .content{display: flex;justify-content: space-between;align-items: center;}
.banner-home .left{width: 45%;}
.banner-home .right{width: 55%;}
.banner-home h1{margin: 10px 0 50px;}

@media(max-width:1665px){
    .banner-home .max-1650px{padding-left: 15px;}
    .banner-home .right{display: flex;justify-content: flex-end;}
    .banner-home .right img{max-width: 85%;}
}
@media(max-width:1430px){
    .banner-home .content{position: relative;justify-content: flex-end;}
    .banner-home .left{position: absolute;left: 0;min-width: 620px;}
}
@media(max-width:1340px){
    h1{font-size: 38px;line-height: 50px;}

    .banner-home h1 {margin: 10px 0 30px;}
}
@media(max-width:1200px){
    h1{font-size: 36px;line-height: 48px;}

    .banner-home .left{min-width: 550px;}
    .banner-home::before{height: 100%;}
}
@media(max-width:1100px){
    .h6, h6{font-size: 16px;line-height: 24px;}
    h1{font-size: 32px;line-height: 42px;}
    .banner-home .content{justify-content: space-between;}
    .banner-home .left{width: 52%;min-width: 500px;position: static; padding: 15px 0;}
    .banner-home .right{width: 45%;}
    .banner-home .right img{max-width: 100%;}
}
@media(max-width:768px){
    .banner-home .content{position: relative;justify-content: center;align-items: center;}
    .banner-home .left{width: 100%;min-width: auto;position: absolute;padding-left: 80px;padding-right: 15px;}
    .banner-home .right{width: 100%;}
    .banner-home::before{background-size: 100% 100%;}
    .banner-home h1{color: #ffffff;letter-spacing: 0px;}
}
@media(max-width:768px){
    .banner-home{padding-bottom: 15px;}
    .banner-home .content{gap: 25px;}
    .banner-home .left{padding-left: 30px;text-align: right;}
    .banner-home .right{width: 100%;}
    .banner-home h1{margin-bottom: 20px;}
    .banner-home::before{background-size: 100% 100%;}
}

.all-banner{overflow: hidden;max-width: 1920px;margin: auto;}
.all-banner .small-nav{top: 0;max-width: 1400px;}
.all-banner .small-nav a{color: #ffffff;}
.all-banner .small-nav ul li::before{color: #ffffff;}
.all-banner .content{text-align: left;}
.all-banner .content .cont{margin-top: 20px;}
.all-banner h1{font-size: 42px;line-height: 52px;font-weight: bold;color: #ffffff;letter-spacing: -2px;text-align: left;max-width: 850px;margin-top: 30px;}
@media(max-width:1600px){
    .blue-banner>img{width: auto;height: 200px;}
}
@media(max-width:1340px){
    .all-banner h1{letter-spacing: -1px;font-size: 36px;line-height: 48px;}
}
@media(max-width:1084px){
    .all-banner h1{letter-spacing: 0;max-width: 100%;font-size: 32px;line-height: 46px;}

}
@media(max-width:900px){
    .all-banner h1{font-size: 32px;}
    .all-banner>img{height:225px;width: auto;}
}
@media(max-width:800px){
    .all-banner>img{height:200px;width: auto;}
    .all-banner .content .cont{margin-top: 15px;}
}
@media(max-width:768px){
    .blue-banner>img{height:150px}
}

.banner-about{background-color: #000000;}
.banner-about>img{opacity: .4;}


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



/* all-'名称' 设置为共有样式 */
.all-big-faq {padding: 155px 0 150px;}
.all-big-faq .top-head{margin-bottom: 55px;}
.all-big-faq .title{letter-spacing: -2px;margin-bottom: 10px;}
.all-big-faq .content{display:flex;justify-content:space-between}
.all-big-faq .aside{width:38%;background-color: #ffffff;border-radius: 10px;padding: 70px 70px 40px;}
.all-big-faq .aside .cont{margin-bottom:35px;color: #888888;font-size: 16px;line-height: 24px;letter-spacing: -.6px;}
.all-big-faq .article{width:56%;padding-top: 50px;}

.all-faqs .quen-a p img{max-width: 100%;height: auto;}
.all-faqs .quen-a p img:last-child{margin-right:0}
.all-faqs .items{padding:25px 0;border-bottom: 1px solid var(--public-color);}
.all-faqs .items:last-child{margin-bottom:0}
.all-faqs .item{display:flex;justify-content:space-between;gap:30px;cursor:default;position:relative;}
.all-faqs .quen-q{font-size:20px;line-height:28px;font-weight:400;color:#333333;}
.all-faqs .quen-a p{margin-bottom:30px}
.all-faqs .quen-a p iframe{max-width:100%}
.all-faqs .quen-a p img{max-width:100%;height:auto}
.all-faqs .quen-a p:last-child{margin-bottom:0}
.all-faqs .quen-a{font-size:18px;line-height:28px;color:#666666;position:relative;padding-top: 20px;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word}
.all-faqs .symbol{width:30px;min-width:30px;height:30px;color:var(--public-color);display:flex;justify-content:center;align-items:center;font-size:18px}
.all-faqs .minus{display:none}
.all-faqs .plus{display:inline-block}
.all-faqs .items.active .quen-q{color: var(--public-color);font-weight: bold;}
.all-faqs .items.active .zm-a{opacity:1}
.all-faqs .items.active .minus{display:inline-block}
.all-faqs .items.active .plus{display:none}
@media(max-width:1430px){
    .all-big-faq .aside{padding: 50px 30px 40px;}
}
@media(max-width:1000px){
    .all-big-faq .content{flex-direction: column;gap: 30px;}
    .all-big-faq .article{width: 100%;padding-top: 0;}
    .all-big-faq .aside{width: 100%;}
    .all-big-faq .all-from .form-group{margin-bottom: 10px !important;}
    .all-big-faq .all-from .form-row:nth-last-of-type(2) .col-md-12{width: 100%;flex: 0 0 100%;max-width: 100%;}
 
}


.home-pro{padding: 190px 0 165px;}
.home-pro .top-head{margin-bottom: 65px;}
.home-pro .title{margin-bottom: 20px;}
.home-pro .items:nth-child(odd) .max-1650px{margin: 0 0 0 auto;}
.home-pro .items:nth-child(odd) .img-1{left: 0;}
.home-pro .items:nth-child(even) .max-1650px{margin: 0 auto 0 0;}
.home-pro .items:nth-child(even) .items-xl{flex-direction: row-reverse;}
.home-pro .items:nth-child(even) .right{width: 58%;text-align: right;}
.home-pro .items:nth-child(even) .left{width: 38%;min-width: 555px;}
.home-pro .items:nth-child(even) .img-1{right: 0;}
.home-pro .items:last-child{margin-bottom: 0;}
.home-pro .items{margin-bottom: 230px;}
.home-pro .items-xl{display:flex;justify-content:space-between;align-items: center;position: relative;}
.home-pro .left{width: 40%;min-width: 630px;}
.home-pro .right{width: 58%;display: flex !important;justify-content: center;align-items: center;}
.home-pro .model{font-size: 18px;font-weight: bold;color: var(--public-color);margin-bottom: 5px;}
.home-pro .t1{font-size: 24px;line-height: 32px;color: #333333;font-weight: bold;}
.home-pro .t1 span{display: inline-block;margin-left: 15px;}
.home-pro .t1::after{content: "";background: url(../../images/sign-1.webp) no-repeat;width: 160px;height: 6px;background-size: 100% 100%;display: block;margin:20px 0 35px;}
.home-pro .text{width: 85%;}
.home-pro ul{margin-top: 25px;}
.home-pro li{color: #666666;font-size: 18px;line-height: 32px;position: relative;padding-left: 35px;}
.home-pro li::before{content: "\f00c";font-family: 'cmsfont';color: var(--public-color);position: absolute;left: 0;top: 0;}
.home-pro .img-1{margin-top: 25px;position: absolute;}

@media(max-width:1665px){
    .home-pro{padding-top: 140px;}
}
@media(max-width:1340px){
    .home-pro .text {width: 100%;}
    .home-pro .right {width: 55%;}
}
@media(max-width:1340px){
    .home-pro .left {width: 43%;min-width: auto;}
    .home-pro .items:nth-child(even) .left{width: 43%;min-width: auto;}
    .home-pro .items:nth-child(even) .right{width: 55%;}
}
@media(max-width:830px){
    .home-pro .items-xl{flex-direction: column-reverse !important;}
    .home-pro .left{width: 100% !important;}
    .home-pro .right{width: 80% !important;}
}
@media(max-width:768px){
    .home-pro .right{width: 100% !important;}
    .home-pro{padding: 30px 0;}
    .home-pro .top-head{margin-bottom: 25px;}
    .home-pro .model{font-size: 16px;line-height: 24px;}
    .home-pro .t1{font-size: 20px;line-height: 28px;}
    .home-pro .t1 span{margin-left: 6px;width: 16px;}
    .home-pro .t1::after{margin: 20px 0 20px;}
    .home-pro li{font-size: 16px;line-height: 24px;padding-left: 25px;}
    .home-pro .img-1{position: static;}
    .home-pro .items{margin-bottom: 35px;}
}

.home-sol{background: url(../../images/all-back-2.webp) no-repeat bottom;background-size: 100% 100%;padding: 100px 0 150px;}
.home-sol .top-head{margin-bottom: 80px;}
.home-sol .title{margin-bottom: 20px;}
.home-sol .grid{margin-bottom: 70px;}
.home-sol .list{height: 100%;background-color: #ffffff;padding: 20px;transition: box-shadow 0.5s ease-out;}
.home-sol .list .img{height: 180px;display: flex;justify-content: center;align-items: center;}
.home-sol .img-1{margin: 10px 0 15px;}
.home-sol .t1{font-size: 18px;line-height: 30px;font-weight: 500;color: #333333;height: 50px;display: flex;align-items: center;}
.home-sol .text{font-size: 16px;line-height: 24px;}
.home-sol .list:hover{box-shadow: 0px 60px 60px 0px rgba(0, 153, 223, 0.2);}
.home-sol .a{display: flex;justify-content: center;}

@media(max-width:1200px){
    .home-sol .list .img{height: 240px;}
}
@media(max-width:768px){
    .home-sol{padding-bottom: 100px;}
}
@media(max-width:576px){
    .home-sol .t1{height: auto;}
}
@media(max-width:768px){
    .home-sol{padding: 30px 0;}
    .home-sol .top-head{margin-bottom: 25px;}
    .home-sol .grid{margin-bottom: 30px;}
    .home-sol .list .img{height: auto;}
    .home-sol .t1{line-height: 26px;}
}

.home-cust {padding: 175px 0 150px;}
.home-cust .top-head{display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 75px;}
.home-cust .left{width: 55%;}
.home-cust .title{margin-bottom: 10px;}
.home-cust .img{background-color: #f8f8f8;}
.home-cust .img img{mix-blend-mode: multiply;}

.all-cust .content{display: grid;grid-template-columns: repeat(5,1fr);gap: 35px 30px;}
.all-cust .list{text-align: center;}
.all-cust .img,.all-cust .img img{border-radius: 10px;}
.all-cust .img img{width: 100%;}
.all-cust .t1{font-size: 18px;color: #333333;font-weight: 500;margin-top: 25px;}

@media(max-width:1200px){
    .home-cust .left {width: 65%;}
    .all-cust .content{grid-template-columns: repeat(3, 1fr);}
    .all-cust .content {gap: 35px 70px;}
}
@media(max-width:1000px){
    .home-cust .top-head{flex-direction: column;align-items: flex-start;gap: 25px;}
    .home-cust .left{width: 100%;}
    .home-cust .right{width: 100%;}
    .all-cust .content {gap: 35px 30px;}
}
@media(max-width:768px){
    .home-cust .top-head{align-items: center;text-align: center;}
    .all-cust .content{gap: 35px 20px;}
    .all-cust .t1 {font-size: 16px;margin-top: 15px;}
}
@media(max-width:440px){
    .all-cust .content{grid-template-columns: repeat(2, 1fr);gap: 30px 20px;}
}
@media(max-width:768px){
    .home-cust{padding: 30px 0 0;}
    .home-cust .top-head{margin-bottom: 25px;}
}

.home-about {padding-bottom: 155px;background: url(../../images/home-back-1.webp) no-repeat;background-size: auto 100%;}
.home-about .content{display: flex;justify-content: space-between;align-items: center;}
.home-about .left{width: 38%;}
.home-about .right{width: 56%;}
.home-about .title{font-size: 38px;line-height: 48px;margin: 5px 0 35px;font-weight: bold;}
.home-about .text {font-size: 16px;margin-bottom: 70px;}
.home-about .text strong{color: var(--public-color);}
.home-about .right .mySwiper-home-about{border-radius: 8px;overflow: hidden;}
.home-about .right .pag-home-about{bottom: 14px;}
.home-about .right .pag-home-about .swiper-pagination-bullet{background: rgba(255,255,255,.55);opacity: 1;}
.home-about .right .pag-home-about .swiper-pagination-bullet-active{background: var(--public-color);}

@media(max-width:1665px){
    .home-about .max-1650px{padding-left: 15px;}
    .home-about .left{width: 40%;}
}
@media(max-width:1530px){
    .home-about .left {width: 47%;}
    .home-about .right {width: 50%;}
}
@media(max-width:1340px){
    .home-about .title{font-size: 34px;}
    .home-about .text {margin-bottom: 35px;}
}
@media(max-width:1200px){
    .home-about .title{font-size: 32px;margin-bottom: 20px;}
}
@media(max-width:900px){
    .home-about{padding-bottom: 80px;}
    .home-about .content{flex-direction: column-reverse;align-items: flex-start;gap: 25px;}
    .home-about .left{width: 100%;}
    .home-about .right{width: 80%;}
}
@media(max-width:768px){
    .home-about{padding: 30px 0 0;}
    .home-about .right{width: 100%;}
    .home-about .text{margin-bottom: 25px;}
}

.home-standard{background-image: linear-gradient(to bottom , #f1f9fd 0%, #ffffff 100%);padding: 125px 0;}
.home-standard .content{display: flex;justify-content: space-between;}
.home-standard .aside{width: 38%;display: flex;flex-direction: column;align-items: flex-end;justify-content: space-evenly;}
.home-standard .article{width: 57%;display: grid;grid-template-columns: 1fr 70px 1fr;align-items: center;}
.home-standard .title-1{width: 420px;letter-spacing: -2px;}
.home-standard .list{min-height: 470px;background-color: #f4f4f4;padding: 70px 0 15px 60px;transition: all .5s .3s ease-in-out;}
.home-standard .h3{font-size: 32px;line-height: 48px;font-weight: 900;color: #333333;}
.home-standard .img-2{filter: grayscale(1);opacity: .7;margin: 15px 0 40px;}
.home-standard li:last-child{margin-bottom: 0;}
.home-standard li{font-size: 16px;color: #333333;position: relative;padding-left: 45px;margin-bottom: 15px;}
.home-standard li::before{content: url(../../images/sign-4.webp);filter: grayscale(1);opacity: .7;position: absolute;left: 0;top: 3px;}
.home-standard .vs{text-align: center;}
.home-standard .list:first-child{background-color: #ffffff;box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.05);}
.home-standard .list:first-child .h3{color: var(--public-color);}
.home-standard .list:first-child .img-2{filter: none;opacity: 1;}
.home-standard .list:first-child li::before{filter: none;opacity: 1;}
@media(max-width:1450px){
    .home-standard .aside {width: 35%;}
    .home-standard .article{width: 60%;}
    .home-standard .list {padding-left: 35px;}
}
@media(max-width:1430px){
    .home-standard .article {width: 63%;}
    .home-standard .h3{font-size: 28px;line-height: 36px;}
    .home-standard .list{min-height: 430px;}
}
@media(max-width:1340px){
    .home-standard .title-1{width: 340px;}
    .home-standard .h3{font-size: 24px;line-height: 32px;}
    .home-standard .img-2{margin-bottom: 25px;}
}
@media(max-width:1250px){
    .home-standard .max-1650px{padding-left: 15px;}
    .home-standard .article {width: 67%;}
    .home-standard .aside {width: 30%;}
    .home-standard .title-1{width: auto;}
}
@media(max-width:1150px){
    .home-standard .aside{width: 45%;position: sticky;top: 120px;height: fit-content;padding-top: 15%;}
    .home-standard .title-1{margin-bottom: 40px;width: 340px;min-width: 340px;}
    .home-standard .article{width: 50%;display: flex;flex-direction: column;}
    .home-standard .list {width: 100%;}

}
@media(max-width:800px){
    .home-standard .content{flex-direction: column;gap: 30px;}
    .home-standard .aside{width: 100%;padding-top: 0;flex-direction: row;justify-content: space-between;align-items: flex-end;position: static;}
    .home-standard .title-1{margin-bottom: 0;}
    .home-standard .article{width: 100%;flex-direction: row;}
    .home-standard .vs{width: 100px;padding: 0 10px;}
    .home-standard .list {height: 100%;min-height: auto;padding: 30px 0 30px 15px;}
    .home-standard li {padding-left: 25px;}
    .home-standard .img-2 {margin-bottom: 20px;}
}
@media(max-width:768px){
    .home-standard .article{flex-direction: column;}
    .home-standard .box ul{display: grid;grid-template-columns: repeat(2,1fr);gap: 5px 30px;}
}
@media(max-width:768px){
    .home-standard{padding: 30px 0;}
    .home-standard .title-1{min-width: auto;width: auto;}
    .home-standard .aside{flex-direction:column}
    .home-standard .box ul{grid-template-columns: repeat(1, 1fr)}
    .home-standard li {margin-bottom: 10px;}
    .home-standard .vs {width: 55px;}
    .home-standard .h3{font-size: 20px;line-height: 28px;}
    .home-standard .img-2{}
}


.home-smart{position: relative;display: flex;align-items: center;background-color: #000000;}
.home-smart .home-smart-video{opacity: .5;width: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.home-smart-xl{position: absolute;width: 100%;left: 0;right: 0;}
.home-smart .content{opacity: .8;width: 60%;}
.home-smart .title-1{color: #ffffff;margin-bottom: 20px;}
.home-smart .text{color: #ffffff;}
@media(max-width:1000px){
    .home-smart .content{width: 80%;}
}
@media(max-width:768px){
    .home-smart video{height: 240px !important;width: auto !important;}
    .home-smart .content{width: 100%;}
}

.home-ex {padding: 160px 0 115px;background-image: linear-gradient(to bottom , #f4fbfe , #ccebf9);position: relative;}
.home-ex .img-back{position: absolute;top: 105px;left:40px;}
.home-ex .container-xl{display: flex;justify-content: flex-end}
.home-ex .top-head{width: 100%;position: relative;z-index: 1;float: left;}
.home-ex .top-head-xl{width: 55%;}
.home-ex .title{font-size: 36px;line-height: 42px;}
.home-ex .text{color: #666666;margin: 10px 0 25px;}
.home-ex .a-line{font-size: 14px;line-height: 20px;color: var(--public-color);font-weight: bold;letter-spacing: 0;position: relative;display: inline-flex;justify-content: center;}
.home-ex .a-line::after{content: "";width: 100%;height: 1px;background-color: var(--public-color);opacity: .6;position: absolute;bottom: 3px;transition: width .3s ease-in-out;}
.home-ex .a-line:hover::after{width: 0;}

/* 展会列表 */
.home-ex .article{width: 28.5%;height: 100%;background-color: #ffffff;position: absolute;top: 0;z-index: 1;;transform: translateX(10px);padding-left: 80px;display: flex;flex-direction: column;justify-content: flex-end;padding-bottom: 45px;}
.mySwiper-ex{max-height: 340px;}
.home-ex .h3{font-size: 32px;line-height: 42px;color: #333333;margin-bottom: 100px;}
.home-ex .list{width: 85%;height: 100%;border-top: 1px solid rgba(153, 153, 153, .2);display: flex;flex-direction: column;justify-content: space-around;padding: 20px 0;}
.home-ex .list .time::before{content: url(../../images/time.webp);display: inline-block;margin-right: 10px;}
.home-ex .list .time{font-size: 16px;line-height: 28px;color: #999999;font-weight: 500;margin-bottom: 10px;position: relative;}
.home-ex .list .t1{font-size: 20px;line-height: 28px;color: #333333;font-weight: 900;margin-bottom: 5px;}
.home-ex .list .cont{font-size: 16px;line-height: 24px;color: #666666;}
.home-ex .list .cont strong{color: var(--public-color);}
.home-ex .pag-ex{position: sticky;}
.home-ex .all-pag{display: flex;justify-content: flex-end;padding-right: 100px;margin-top: 50px;}

/* 分页器 */
.all-pag {display: inline-flex;gap: 10px;}
.all-pag span{width: 8px;height: 8px;background-color: rgba(153, 153, 153, .6);margin: 0 !important;}
.all-pag span.swiper-pagination-bullet-active{background-color: var(--public-color);}

/* 展会列表滚动 */
.home-ex-xl {position: relative;overflow: hidden;margin: 70px 40px 0;}
.home-ex .img-box {animation: scroll-left 40s linear infinite;width: calc(350px * 5 + 25px * 2);display: flex;flex-shrink: 0;gap: 25px}
.home-ex .img-box > .img,
.home-ex .img-box .slider-item .img{width: 350px;height: 240px;flex-shrink: 0;}
.home-ex .img-box > .img img,
.home-ex .img-box .slider-item .img img {width: 100%;height: 100%;object-fit: cover}
/* 移动端：横向手指滑动，关闭自动滚动动画 */
.home-ex-xl.home-ex-scroll{overflow-x: auto;overflow-y: hidden;-webkit-overflow-scrolling: touch;overscroll-behavior-x: contain;touch-action: pan-x;scrollbar-width: thin;}
.home-ex-xl.home-ex-scroll .img-box{animation: none !important;}
.home-ex-xl.home-ex-scroll .img-box > .img{width: min(78vw, 300px);height: auto;min-height: 180px;}
.home-ex-xl.home-ex-scroll .img-box > .img img{height: 200px;}
/* 无缝向左滚动 */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 5 - 25px * 2)); /* 正好移动一组内容 */
    }
}

@media(max-width:1480px){
    .home-ex .article{padding: 0 40px;min-width: 410px;}
    .home-ex .list{width: 100%;}
}
@media(max-width:1200px){
    .home-ex {padding: 100px 0;}
    .home-ex-xl{margin: 30px 15px 0;}
}
@media(max-width:950px){
    .home-ex .article {min-width: 360px;}
    .home-ex .h3{margin-bottom: 60px;}
}
@media(max-width:850px){
    .home-ex .container-xl{flex-direction: column;}
    .home-ex .top-head{margin-bottom: 25px;}
    .home-ex .top-head,.home-ex .top-head-xl{width: 100%;}
    .home-ex .article{width: 100%;height: auto;position: static;min-width: auto;padding: 25px 15px;transform: none;}
    .home-ex .h3 {margin-bottom: 25px;text-align: center;}
    .home-ex .list{border-right: 1px solid rgba(153, 153, 153, .2);border-top: none;padding-right: 15px;}
    .home-ex .all-pag{margin-top: 30px;padding-right: 0;justify-content: center;}
    .home-ex-xl{margin: 50px 15px 0;}
}
@media(max-width:768px){
    .home-ex{padding: 30px 0;}
    .home-ex .h3{font-size: 22px;line-height: 32px;margin-bottom: 15px;}
    .home-ex .list{padding-right: 0;border-right: 0;}
    .home-ex .list .time {line-height: 24px;}
    .home-ex .list .t1{font-size: 18px;line-height: 26px;}
}


/* 共有的新闻样式 */
.all-news{padding-top: 150px;padding-bottom: 160px;}
.all-news .title{font-size: 36px;line-height: 42px;margin-bottom: 70px;}
/* .all-news .grid{--bs-gap:65px 40px} */
.all-news .img,.all-news .img img{border-radius: 10px;}
.all-news .box{padding-top: 35px;padding-right: 50px;}
.all-news .time::before{content: url(../../images/time.webp);display: inline-block;opacity: .6;margin-right: 10px;}
.all-news .time{font-size: 16px;font-weight: 500;margin-bottom: 15px;}
.all-news .t1{font-size: 20px;line-height: 28px;color: #333333;font-weight: 600;margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.all-news .cont{font-size: 16px;line-height: 24px;color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media(max-width:1340px){
    .all-news .box{padding-right: 0px;padding-top: 20px;}
    .all-news .pag-news{position: static;display: flex;justify-content: center;margin-top: 30px;}
    .all-news span{width: 10px;height: 10px;background-color: var(--public-color);border-radius: 0;opacity: .2;}
    .all-news span.swiper-pagination-bullet-active{opacity: 1;}
}
@media(max-width:768px){
    .all-news{padding: 120px 0;}
}
@media(max-width:768px){
    .all-news{padding: 30px 0;}
    .all-news .t1{font-size: 18px;line-height: 26px;}
}


.all-service::before{content: "";background: url(../../images/back-2.webp) no-repeat;width: 28%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
.all-service{position: relative;background-color: var(--public-color);}
.all-service>img{opacity: .1;}
.all-service-xl{position: absolute;left: 0;top: 0;width: 100%;height: 100%;color: #ffffff;text-align: center;z-index: 2;}
.all-service .container-xl{height: 100%;}
.all-service .content{display: flex;justify-content: space-between;;height: 100%;gap: 30px;}
.all-service .article{width: 57%;display: flex;flex-direction: column;justify-content: center;}
.all-service .title{color: #ffffff;font-weight: bold;margin-bottom: 10px;}
.all-service .text{letter-spacing: -.4px;}
.all-service .small-box{display: flex;justify-content: space-between;gap: 100px;margin-top: 45px;}
.all-service .list:last-child::after{display: none;}
.all-service .list::after{content: "";width: 100%;height: 6px;background: url(../../images/home-25.webp) no-repeat;position: absolute;right: -100%;top: 40px;}
.all-service .list{flex: 1;display: flex;flex-direction: column;align-items: center;position: relative;}
.all-service .img{width: 80px;aspect-ratio: 1;border-radius: 100%;background-color: #ffffff;display: flex;justify-content: center;align-items: center;position: relative;z-index: 2;margin-bottom: 30px;}
.all-service .img::before{content: "";width: 106px;aspect-ratio: 1;border-radius: 100%;background-color: rgba(255,255,255,.2);position: absolute;z-index: 1;}
.all-service .img::after{content: "";width: 132px;aspect-ratio: 1;border-radius: 100%;background-color: rgba(255,255,255,.1);position: absolute;z-index: 0;}
.all-service .t1{font-size: 18px;line-height: 28px;color: #ffffff;text-align: center;}
.all-service .aside{width: 38%;min-width:470px;background-color: #ffffff;padding: 30px 70px;display: flex;align-items: center;}
.all-service .aside .col-md-12{margin-bottom: 20px !important;}
.all-service .aside .col-md-12:last-child{margin-bottom: 0 !important;}
.all-service .img::before,.all-service .img::after{
    animation-name: circleChange;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;}
@keyframes circleChange{
    0%{transform: scale(1);}
    25%{transform: scale(1.05);}
    50%{transform: scale(1.1);}
    75%{transform: scale(1.05);}
    100%{transform: scale(1);}
}
@media(max-width:1700px){
    .all-service::before{display: none;}
    .all-service>img{height: 480px;width: auto;max-width: none;}
}
@media(max-width:1430px){
    .all-service .aside{padding-left: 40px;padding-right: 40px;}
    .all-service .t1{font-size: 16px;line-height: 24px;}
}
@media(max-width:1300px){
    .all-service .img {width: 70px;}
    .all-service .img::before {width: 90px;}
    .all-service .img::after {width: 110px;}
}
@media(max-width:1200px){
    .all-service .small-box {gap: 40px;}
    .all-service .list::after {right: -85%;}
    .all-service .aside{min-width: 400px;}
}
@media(max-width:1000px){
    .all-service .small-box{gap: 25px;}
    .all-service .aside{min-width: 340px;padding-left: 15px;padding-right: 15px;}
}
@media(max-width:768px){
    .all-service .small-box{flex-direction: column;gap: 20px;margin-top: 25px;}
    .all-service .list{flex-direction: row;display: grid;grid-template-columns: 55px auto;gap: 15px;}
    .all-service .list::after{display: none;}
    .all-service .img {width: 55px;padding: 10px;margin-bottom: 0;}
    .all-service .img::before {width: 70px;}
    .all-service .img::after {width: 85px;}
    .all-service .list .t1{text-align: left;}
    .all-service{position: relative;}
    .all-service>img{position: absolute;left: 0;top: 0;}
    .all-service-xl{position: relative;padding: 15px 0;}
    .all-service .content{flex-direction: column;}
    .all-service .article{width: 100%;}
    .all-service .aside{width: 100%;padding-bottom:55px}
    .all-service .small-box{flex-direction: row;}
    .all-service .list{flex-direction: column;display: flex;}
    .all-service .list .t1{text-align: center;}
    .all-service .aside .all-from{width: 100%;}
    .all-service .aside .col-md-12{margin-bottom: 0px !important;}
}
@media(max-width:768px){
    .all-service .small-box{gap: 10px;}
    .all-service .t1{font-size: 14px;line-height: 20px;}

    .all-service .aside .form-group,.all-service .aside .col-md-12:last-child{margin-bottom: 10px !important;}
}


.product-paper .text,.product-paper .cont{letter-spacing: -.4px;}
.pro-content{padding-top: 100px;}
.pro-content .top-head{margin-bottom: 100px;}
.pro-content .title{font-size: 48px;font-weight: bold;margin-bottom: 20px;}
.pro-content .items:nth-child(even){flex-direction: row-reverse;}
.pro-content .items:nth-child(even) .left{width: 47%;}
.pro-content .items{display: flex;justify-content: space-between;align-items: center;position: relative;padding:50px 0 60px;}
.pro-content .items::after{content: "";width: 100%;height: 6px;background: url(../../images/small-1.webp);position: absolute;left: 0;bottom: 0;opacity: .4;transition: all .3s ease-in-out;}
.pro-content .items:hover::after{opacity: 1;background: url(../../images/sign-1.webp);}
.pro-content .left{width: 49%;}
.pro-content .img{width: 45%;}
.pro-content .t1{font-size: 36px;line-height: 48px;color: #333333;font-weight: bold;letter-spacing: -1px;margin-bottom: 20px;}
.pro-content .t1::after{content: "";width: 35px;height: 30px;background: url(../../images/sign-2.webp) no-repeat;background-size: 100%;display: inline-block;margin-left: 20px;}
.pro-content .h6{font-size: 18px;line-height: 32px;color: var(--public-color);font-weight: bold;}
.pro-content .img-1{margin: 15px 0;}
.pro-content .a-ly{margin-top: 35px;width: 240px;}
.pro-content .items:hover::after{opacity: 1;}
@media(max-width:1270px){
    .pro-content .t1::after{width: 28px;height: 22px;}
    .pro-content .img {width: 47%;}
    .pro-content .t1 {font-size: 32px;}
}
@media(max-width:768px){
    .pro-content .items{flex-direction: column-reverse !important;gap: 25px;}
    .pro-content .left{width: 100% !important;}
    .pro-content .img{width: 80%;}
    .pro-content .t1 {font-size: 28px;}
}
@media(max-width:768px){
    .pro-content{padding-top: 30px;}
    .pro-content .top-head{margin-bottom: 25px;}
    .pro-content .items{padding: 30px 0;}
    .pro-content .t1 {font-size: 22px;line-height: 32px;}
    .pro-content .img-1{margin: 0;}
    .pro-content .a-ly{margin-top: 25px;}
}

.pro-cust {padding: 185px 0 140px;background: url(../../images/all-back-3.webp) no-repeat;width: 100%;height: 100%;background-size: 100% 100%;}
.pro-cust .top-head{width: 84%;margin-bottom: 80px;}
.pro-cust .text{font-size: 16px;line-height: 24px;letter-spacing: -.4px;margin-top: 25px;}
@media(max-width:1200px){
    .pro-cust .top-head{width: 90%;margin-bottom: 50px;}
    .pro-cust {padding-top: 130px;}
}
@media(max-width:768px){
    .pro-cust .top-head{width: 100%;margin-bottom: 45px;}
}
@media(max-width:768px){
    .pro-cust{padding: 30px 0;}
    .pro-cust .top-head{margin-bottom: 25px;}
}

.pro-sol{margin: 140px 0 155px;position: relative;}
.pro-sol::after{content: "";width: 52.5%;height: 8px;background-color: var(--public-color);position: absolute;top: 21.5%;right: 0;z-index: -1;}
.pro-sol .content{display: flex;justify-content: space-between;}
.pro-sol .left{min-width: 320px;width: 30%;margin-top: 95px;}
.pro-sol .right{width: 60%;display: grid;grid-template-columns: repeat(4,1fr);gap: 40px;}
.pro-sol .text{font-size: 16px;line-height: 24px;letter-spacing: -.4px;margin: 25px 0 35px;}
.pro-sol .list{display: flex;flex-direction: column;align-items: center;text-align: center;}
.pro-sol .img-2{height: 53px;position: relative;display: flex;justify-content: center;align-items: flex-end;margin-bottom: 110px;}
.pro-sol .img-2::after{content: "";width: 20px;aspect-ratio: 1;background-color: #ffffff;border: solid 2px #0099df;border-radius: 100%;position: absolute;bottom: -60px;}
.pro-sol .img{margin-bottom: 40px;}
.pro-sol .t1{font-size: 16px;line-height: 28px;font-weight: 900;color: #333333;margin-bottom: 5px;}
.pro-sol .cont{font-size: 16px;line-height: 24px;color: #666666;}
@media(max-width:1610px){
    .pro-sol .right {width: 65%;gap: 20px;}
    .pro-sol::after{width: 57%;}
}
@media(max-width:1430px){
    .pro-sol::after {top: 23%;}
    .pro-sol .cont{font-size: 14px;line-height: 20px;}
}
@media(max-width:1340px){
    .pro-sol .right {width: 68%;}
    .pro-sol::after {width: 60%;}
}
@media(max-width:1250px){
    .pro-sol::after{display: none;}
    .pro-sol .content{flex-direction: column;gap: 25px;}
    .pro-sol .left{width: 100%;margin-top: 0;}
    .pro-sol .right{position: relative;width: 100%;}
    .pro-sol .right::after{content: "";width: 100%;height: 8px;background-color: var(--public-color);position: absolute;top: 100px;right: 0;z-index: -1;}
}
@media(max-width:768px){
    .pro-sol .content{flex-direction: column-reverse !important;}
    .pro-sol{margin: 30px 0;}
    .pro-sol .right::after{display: none;}
    .pro-sol .right{grid-template-columns: repeat(2, 1fr);}
    .pro-sol .img-2{display: none;}
    .pro-sol .img{margin-bottom: 15px;}
}

.pro-faq{background: url(../../images/all-back-4.webp) no-repeat;width: 100%;height: 100%;background-size: 100% 100%;padding: 160px 0 130px;}
.pro-faq .all-big-faq{padding: 0;}
@media(max-width:768px){
    .pro-faq{padding: 30px 0;}
    .all-big-faq .top-head{margin-bottom: 25px;}
}


.p-l-products {padding: 150px 0 85px;}
.p-l-products .top-head{width: 58%;margin-bottom: 0px;}
.p-l-products .title{margin-bottom: 15px;}
.p-l-products .items:hover::after{opacity: 1;background: url(../../images/sign-1.webp);}
.p-l-products .items::after{content: "";width: 100%;height: 6px;background: url(../../images/small-1.webp);position: absolute;left: 0;bottom: 0;opacity: .4;transition: all .3s ease-in-out;}
.p-l-products .items{display: flex;justify-content: space-between;align-items: center;padding: 100px 0;position: relative;}
.p-l-products .left{width: 45%;}
.p-l-products .right{width: 47%;}
.p-l-products .model{font-size: 18px;line-height: 32px;color: var(--public-color);font-weight: bold;}
.p-l-products .t1{font-size: 24px;line-height: 32px;color: #333333;font-weight: bold;}
.p-l-products .t1::after{content: "";width: 24px;height: 20px;background: url(../../images/sign-2.webp) no-repeat;display: inline-block;margin-left: 20px;}
.p-l-products .img-sign{margin-bottom: 20px;}
.p-l-products .items ul{margin-top: 40px;border-top: 1px solid var(--public-color);}
.p-l-products .items ul li>*{font-size: 18px;line-height: 26px;color: #666666;font-style: normal;font-weight: 400;display: inline-block;}
.p-l-products .items ul li{border-bottom: 1px solid var(--public-color);padding: 5px 0;}
.p-l-products .items ul strong{width: 55%;}
@media(max-width:1380px){
    .p-l-products .items ul li>*{font-size: 16px;line-height: 24px;}
}
@media(max-width:1230px){
    .p-l-products .items{gap: 35px;}
    .p-l-products .left{min-width: 535px;}
    .p-l-products .right{width: auto;}
}
@media(max-width:1200px){
    .p-l-products .left{min-width: 450px;}
    .p-l-products .items ul strong {min-width: 300px;}
}
@media(max-width:1100px){
    .p-l-products .top-head{width: 85%;}
}
@media(max-width:850px){
    .p-l-products .items{flex-direction: column-reverse;}
    .p-l-products .left{width: 100%;min-width: auto;}
    .p-l-products .right{width: 80%;}
    .p-l-products .items ul strong{width: auto;}
}
@media(max-width:768px){
    .p-l-products{padding: 30px 0;}
    .p-l-products .top-head{width: 100%;margin-bottom: 25px;}
    .p-l-products .items{padding: 30px 0;}
    .p-l-products .model{font-size: 16px;line-height: 24px;}
    .p-l-products .t1{font-size: 20px;line-height: 28px;}
    .p-l-products .t1::after{width: 16px;height: 13px;margin-left: 10px;background-size: 100% 100%;}
    .p-l-products .items ul{margin-top: 25px;}
    .p-l-products .items ul li {display: flex;flex-direction: column;}
    .p-l-products .items ul strong{font-weight: 500;color: #333333;}
}

.p-l-adv {padding: 170px 0 140px;background: url(../../images/p-l-back-1.webp) no-repeat;width: 100%;height: 100%;background-size: 100% 100%;}
.p-l-adv .content{display: flex;justify-content: space-between;align-items: center;gap: 35px;}
.p-l-adv .left{width: auto}
.p-l-adv .right{min-width: 580px;width: 35%;display: flex;flex-direction: column;justify-content: space-between;}
.p-l-adv .left ,.p-l-adv .left img{border-radius: 0px 10px 10px 0px;}
.p-l-adv .title{margin-bottom: 40px;letter-spacing: -2px;}
.p-l-adv .text{display: grid;grid-template-columns: repeat(2,1fr);gap: 40px 55px;}
.p-l-adv .h5::before{content: "";width: 33px;height: 34px;background: url(../../images/p-l-3.webp) no-repeat;display: inline-block;}
.p-l-adv .h5{font-size: 18px;color: #333333;font-weight: 500;margin-bottom: 15px;display: flex;align-items: center;gap: 15px;}
.p-l-adv .cont{font-size: 16px;line-height: 24px;}
@media(max-width:1660px){
    .p-l-adv .max-1650px{padding-right: 15px;}
}
@media(max-width:1200px){
    .p-l-adv{padding-top: 120px;}
}
@media(max-width:1050px){
    .p-l-adv .left{position: sticky;top: 100px;height: fit-content;}
    .p-l-adv .right{min-width: 475px;}
    .p-l-adv .text{grid-template-columns: repeat(1, 1fr);gap: 25px 30px;}
}
@media(max-width:768px){
    .p-l-adv .content{flex-direction: column;gap: 15px;}
    .p-l-adv .left{width: 100%;position: static;}
    .p-l-adv .right{min-width: auto;width: 100%;}
}
@media(max-width:768px){
    .p-l-adv{padding: 30px 0;}
}

.p-l-service .content{display: flex;justify-content: space-between;align-items: center;}
.p-l-service .left{width: 45%;}
.p-l-service .right{width: 50%;display: grid;grid-template-columns: repeat(2,1fr);gap: 20px;}
.p-l-service .text{margin-top: 20px;}
.p-l-service ul{margin-top: 20px;}
.p-l-service li{font-size: 16px;line-height: 22px;padding-left: 80px;position: relative;margin-bottom: 15px;}
.p-l-service li strong{font-weight: bold;color: #333333;}
.p-l-service li span{display: inline-flex;justify-content: center;align-items: center;width: 36px;aspect-ratio: 1;border-radius: 100%;background-color: var(--public-color);color: #ffffff;font-weight: bold;position: absolute;left: 14px;top: 5px;z-index: 1;}
.p-l-service li span::after{content: "";width: 50px;aspect-ratio: 1;border-radius: 100%;background-color: var(--public-color);opacity: .2;position: absolute;z-index: -1;}
.p-l-service .list{min-height: 220px;background-color: #ffffff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);border-radius: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.p-l-service .list .t1{font-size: 18px;font-weight: 500;color: #333333;text-align: center;}
.p-l-service .list .t1::after{content: url(../../images/p-l-8.webp);display: block;margin: auto;}
@media(max-width:1200px){
    .p-l-service li {margin-bottom: 25px;}
    .p-l-service .list .t1{font-size: 16px;line-height: 24px;}
}
@media(max-width:850px){
    .p-l-service .content{flex-direction: column-reverse;gap: 25px;}
    .p-l-service .left{width: 100%;}
    .p-l-service .right{width: 100%;}
}
@media(max-width:768px){
    .p-l-service .list{min-height: auto;padding: 15px 5px;}
    .p-l-service li{padding-left: 60px;margin-bottom: 15px;}
    .p-l-service li span{width: 30px;}
    .p-l-service li span::after{width: 40px;}
}

.p-l-quality{padding: 145px 0 100px;position: relative;}
.p-l-quality .img-back{position: absolute;right: 0;top: -80px;z-index: -1;}
.p-l-quality .content-1{display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;}
.p-l-quality .left{width: 50%;display: flex;justify-content: center;align-items: center;}
.p-l-quality .right{width: 42%;}
.p-l-quality .text{margin-top: 30px;}
.p-l-quality .left ,.p-l-quality .left img{border-radius: 10px;}
.p-l-quality .btn-video{position: absolute;transition: all .3s ease-in-out;cursor: pointer;}
.p-l-quality .btn-video:hover{transform: scale(1.1);}
.p-l-quality .content-2{display: grid;grid-template-columns: repeat(4,1fr);gap: 40px;}
@media(max-width:900px){
    .p-l-quality .right {width: 45%;}
    .p-l-quality .content-2{gap: 25px 15px;}
}
@media(max-width:768px){
    .p-l-quality{padding: 30px 0;}
    .p-l-quality .content-1{flex-direction: column;gap: 25px;margin-bottom: 25px;}
    .p-l-quality .left{width: 100%;}
    .p-l-quality .right{width: 100%;}
    .p-l-quality .text{margin-top: 15px;}
    .p-l-quality .content-2{grid-template-columns: repeat(2, 1fr);}
}


.p-l-faq{background: url(../../images/p-l-back-3.webp) no-repeat;width: 100%;height: 100%;background-size: 100% 100%;padding: 130px 0;}
.p-l-faq .all-big-faq{padding: 0;}
.p-l-faq .aside{background-color: #ffffff;box-shadow: 0px 20px 60px 0px rgba(0, 153, 223, 0.15);border-radius: 10px;}
@media(max-width:768px){
    .p-l-faq{padding: 30px 0;}
    .p-l-faq .aside{padding: 20px 15px;}
    .all-big-faq .all-from .col-md-7{width: 100%;max-width: 100%;flex: 0 0 100%;}
    .all-from .form-row .all_btn{height: 42px !important;}
    .all-big-faq .all-from .form-row.form-cap {gap: 15px;}
}


.p-l-join{position: relative;margin-top: 145px;}
.p-l-join .img-back{position: absolute;left: 0;top: 0;z-index: -1;}
.p-l-join .content{display: flex;justify-content: space-between;align-items: center;}
.p-l-join .left{width: 45%;}
.p-l-join .right{width: 50%;}
.p-l-join .text{margin-top: 15px;}
.p-l-join .right ,.p-l-join .right img{border-radius: 10px;}
@media(max-width:768px){
    .p-l-join{margin: 30px 0 0;}
    .p-l-join .content{flex-direction: column-reverse;gap: 25px;}
    .p-l-join .left{width: 100%;}
    .p-l-join .right{width: 100%;}
}


.product-in-paper .img-sign{filter:grayscale();opacity: .3;}
.p-i-first{padding: 100px 0;}
.p-i-first .content{display: flex;justify-content: space-between;flex-direction: row-reverse;align-items: center;margin-bottom: 60px;gap: 65px;}
.p-i-first .left{width: 55%;background-color: #fff;margin-right: -100px;}
.p-i-first .left .big-img{position: relative;padding: 0 50px;max-height: 400px;height: 100%;background-color: #f4f4f4;display: flex;justify-content: center;align-items: center;}
.p-i-first .left .big-img>a{mix-blend-mode: darken;}
.p-i-first .left .prev-pro{left: 0;}
.p-i-first .left .next-pro{right: 0;}
.p-i-first .left .box{padding: 0;}
.p-i-first .left .box img{border: none !important;mix-blend-mode: darken;}
.p-i-first .left .box a{height: 95px;display: flex;justify-content: center;align-items: center;background-color: #f4f4f4;padding: 0 15px;}
.p-i-first .right{width: 50%;}
.p-i-first .model{background-clip: text;-webkit-background-clip: text;color: transparent;font-size: 18px;line-height: 28px;font-weight:bold;color: var(--public-color);letter-spacing: -.4px;}
.p-i-first h1{font-size: 36px;font-weight: bold;color: #333333;letter-spacing: -1.5px;}
.p-i-first .text{letter-spacing: -.6px;margin-top: 20px;margin-bottom: 55px;}
.p-i-first ul{margin-top: 30px;border-top: 2px solid #77c9ee;}
.p-i-first ul li>*{font-size: 18px;line-height: 26px;color: #888888;font-style: normal;font-weight: 400;display: inline-block;}
.p-i-first ul li{border-bottom: 2px solid #77c9ee;padding: 5px 0;}
.p-i-first ul strong{width: 55%;min-width: 335px;}
.p-i-first .btn-box{display: flex;align-items: center;gap: 40px;}
.p-i-first .btn-box .a-ly:hover img{filter: none;}
.p-i-first .btn-box .a-ly img{filter: brightness(0) invert(1);display: inline-block;margin-right: 15px;}

@media(max-width:1630px){
    .p-i-first .left {margin-right: -50px;}
}
@media(max-width:1545px){
    .p-i-first .left {margin-right: 0px;width: 50%;}
}
@media(max-width:1250px){
    .p-i-first .content{gap: 35px;}
    .p-i-first .right {width: 40%;min-width: 490px;}
    .p-i-first .left{width: auto;}
}
@media(max-width:1200px){
    .p-i-first ul li>* {font-size: 16px;line-height: 24px;}
    .p-i-first ul strong{min-width: 280px;}
    .p-i-first .right{min-width: 450px;}
}
@media(max-width:1000px){
    .p-i-first .right {min-width: 410px;}
}
@media(max-width:900px){
    .p-i-first .content{flex-direction: column;}
    .p-i-first .left{width: 100%;}
    .p-i-first .right{min-width: auto;width: 100%;}
}
@media(max-width:768px){
    .p-i-first{padding: 30px 0;}
    .p-i-first .model{font-size: 16px;line-height: 24px;}
    .p-i-first ul{margin-top: 15px;}
    .p-i-first ul li{display: flex;flex-direction: column;align-items: flex-start;}
    .p-i-first ul strong{font-weight: 500;color: #333333;}
    .p-i-first .text{margin-bottom: 30px;}
    .p-i-first .content{margin-bottom: 15px;gap: 20px;}
}

.p-i-content-xl{display: flex;justify-content: space-between;gap: 60px;}
.p-i-content .title-xl{font-size: 32px;line-height: 48px;color: #333333;font-weight: bold;letter-spacing: -1px;margin-bottom: 50px;}
.p-i-content .title-xl::after{content: "";width: 70px;height: 6px;background: url(../../images/p-6.webp);display: block;margin-top: 20px;}
.p-i-content .article{width: calc(100% - 320px - 60px);}
.p-i-content .article>div{margin-bottom: 100px;}
.p-i-content .aside{min-width: 320px;width: 320px;position: sticky;top: 100px;height: fit-content;}
.p-i-content .content img{max-width: 100%;height: auto;}

.p-i-content .aside .box{background-image: linear-gradient(to bottom , #3eb7ea , #10709c);min-height: 250px;height: 250px;padding: 0 30px;border-radius: 10px;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;margin-bottom: 20px;position: relative;}
.p-i-content .aside .box::after{content: "";width: 100%;height: 100%;background:url(../../images/p-i-3.webp) no-repeat;background-size: 100% 100%;position: absolute;top: 0;left: 0;}
.p-i-content .aside .box>*{position: relative;z-index: 1;}
.p-i-content .aside .cont{font-size: 16px;line-height: 24px;color: #ffffff;margin-bottom: 30px;}
.p-i-content .aside .a-ly{font-size: 16px;line-height: 22px;height: 40px;width: 190px;padding: 0;letter-spacing: -.6px;color: var(--public-color);background-color: #ffffff;}
.p-i-content .aside .a-ly:hover {color: #ffffff !important;}
.p-i-content .aside .a-ly:hover::before {box-shadow: inset 0 0 0 10em var(--public-color);} 

.p-i-content .aside .detail-nav{padding: 60px 50px 70px;background-color: var(--public-color);margin-bottom: 40px;border-radius: 10px;}
.p-i-content .detail-nav li{margin-bottom: 25px;}
.p-i-content .detail-nav a{font-size: 18px;color: #ffffff;letter-spacing: 0px;transition: all .3s;position: relative;text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 3px;letter-spacing: -.6px;}
.p-i-content .detail-nav a:hover,.p-i-content .detail-nav li.active a{text-decoration: none;color: #ffffff !important;}

@media(max-width:1360px){
    .p-i-content .article{width: calc(100% - 280px - 60px);}
    .p-i-content .aside {width: 280px;min-width: 280px;}
    .p-i-content .aside .box {padding: 0 15px;height: 225px;min-height: 225px;}
    .p-i-content .aside .detail-nav {padding-left: 25px;padding-right: 25px;}
}
@media(max-width:1200px){
    .p-i-content-xl{gap: 30px;}
    .p-i-content .article{width: calc(100% - 260px - 30px);}
    .p-i-content .aside{width: 260px;min-width: 260px;}
    .p-i-content .detail-nav li{margin-bottom: 10px;}
    .p-i-content .detail-nav a {font-size: 16px;line-height: 24px;}
    .p-i-content .title-xl{font-size: 28px;line-height: 36px;}
    .p-i-content .article>div{margin-bottom: 60px;}
    .p-i-main tr>*{padding: 10px 5px 10px 15px;}
}
@media(max-width:768px){
    .p-i-content .title-xl{font-size: 24px;line-height: 32px;}
    .p-i-content .article{width: 100%;}
    .p-i-content .aside{display: none;}
    .p-i-datails .t1{font-size: 16px;line-height: 24px;}
}
@media(max-width:768px){
    .p-i-content .title-xl{font-size: 20px;line-height: 28px;margin-bottom: 15px;}
    .p-i-content .article>div {margin-bottom: 30px;}
    .p-i-content .article>div:nth-last-of-type(1){margin-bottom: 0;}
}


.p-i-introduct{display: flex;justify-content: space-between;gap: 50px;}
.p-i-introduct .left{width: 100%;min-width: 470px;}
.p-i-introduct .text{letter-spacing: -.8px;margin-bottom: 20px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.p-i-introduct .right{max-width: 380px;height: 250px;background-color: #939393;display: flex;justify-content: center;align-items: center;border-radius: 10px;overflow: hidden;}
.p-i-introduct .right>img{mix-blend-mode: multiply;max-width: 80%;}
.p-i-introduct .right .img-btn{position: absolute;border-radius: 100%;border: 2px solid transparent;transition: all .3s ease-in-out;cursor: pointer;width: 100px;}
.p-i-introduct .right .img-btn img{border-radius: 100%;}
.p-i-introduct .right .img-btn:hover{transform: scale(1.1);}
@media(max-width:768px){
    .p-i-introduct .left{min-width: auto;}
}

.p-i-features .content{display: grid;grid-template-columns: repeat(2,1fr);gap:50px 60px;}
.p-i-features .list{background-color: #ffffff;;transition: all .3s ease-in-out;}
.p-i-features .list:hover{transform: translateY(-3px);}
.p-i-features .t2{font-size: 18px;line-height: 32px;color: var(--public-color);font-weight: 500;margin-bottom: 10px;position: relative;padding-left: 35px;display: flex;align-items: center;}
.p-i-features .t2::before{content: url(../../images/p-i-4.webp);display: inline-block;position: absolute;left: 0;}
.p-i-features .text{font-size: 16px;line-height: 24px;letter-spacing: -.6px;}
@media(max-width:1100px){
    .p-i-features .content{gap: 35px 40px;}
    .p-i-features .t2 {font-size: 18px;line-height: 26px;}
}
@media(max-width:1000px){
    .p-i-features .content{grid-template-columns: repeat(1, 1fr);}
}
@media(max-width:768px){
    .p-i-features .content{gap: 20px 40px;}
    .p-i-features .t2{font-size: 16px;line-height: 24px;padding-left: 25px;}
}

.p-i-technical table{margin-bottom: 60px;}
@media(max-width:1100px){
    .table-wrapper table td{font-size: 16px;line-height: 24px;}
}
@media(max-width:768px){
    .table-wrapper table td{padding-left: 15px;}
    .p-i-technical table{margin-bottom: 30px;}
}

.p-i-datails .grid{--bs-gap:30px}
.p-i-datails .img{margin-bottom: 15px;}
.p-i-datails .t1{font-size: 18px;font-weight: 500;color: #333333;}
.p-i-datails .t1::after{content: "";width: 70px;height: 6px;background: url(../../images/p-6.webp);display: block;margin-top: 15px;filter:grayscale();opacity: .3;}
@media(max-width:768px){
    .p-i-datails .t1{font-size: 16px;line-height: 24px;}
    .p-i-datails .grid{gap: 30px 15px;}
}

.p-i-main table{width: 100%;}
.p-i-main td,.p-i-main tr,.p-i-main th{border: 1px solid var(--public-color);}
.p-i-main tr{color: #333333;letter-spacing: 0;}
.p-i-main th{font-size: 18px;font-weight: 500;color: var(--public-color);}
.p-i-main tr td:first-child,.p-i-main tr th:first-child{font-weight: 500;}
.p-i-main tr>*{padding:10px 15px 10px 35px}
.p-i-main tr>*:nth-child(3){text-align: center;padding: 0;}
@media(max-width:768px){
    .p-i-technical table tbody{width: 100%;}
}
@media(max-width:768px){
    .p-i-main tr>*{padding: 5px 15px 5px 15px;font-size: 14px;line-height: 20px;}
    .p-i-main th{font-size: 16px;line-height: 24px;}
    
}

.p-i-product .grid{--bs-gap:30px;}
.all-products .mySwiper-pro{padding: 30px 0;}
.all-products .swiper-slide{height: auto;}
.all-products .list{height: 100%;background-color: #ffffff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);padding: 40px 25px 35px 25px;transition: all .3s ease-in-out;}
.all-products .list .img{margin-bottom: 30px;height: 150px;display: flex;justify-content: center;align-items: center;}
.all-products .model{font-size: 18px;line-height: 32px;font-weight: bold;color: var(--public-color);margin-bottom: 5px;}
.all-products .t1{font-size: 18px;line-height: 28px;font-weight: bold;color: #333333;display: grid;grid-template-columns: auto 24px;}
.all-products .t1::after{content: "";width: 24px;height: 20px;background: url(../../images/sign-2.webp) no-repeat;margin-top: 5px;}
.all-products .list:hover{box-shadow: -1px 13px 20px 0px rgba(0, 153, 223, 0.2);;transform: translateY(-5px);}
@media(max-width:1350px){
    .all-products .list{padding: 30px 15px 35px 15px;}    
    .all-products .all-swiper{position: relative;}
    .all-products .pag-pro{position: static;display: flex;justify-content: center;margin-top: 30px;}
    .all-products span{width: 10px;height: 10px;background-color: var(--public-color);border-radius: 0;opacity: .2;}
    .all-products span.swiper-pagination-bullet-active{opacity: 1;}
}
@media(max-width:768px){
    .all-products .list{padding-bottom: 20px;}
    .all-products .model{font-size: 16px;line-height: 24px;}
    .all-products .pag-pro{margin-top: 0;}
}


.p-i-faq .title-xl{margin-bottom: 80px;}
.p-i-faq .all-faqs{border-top: 1px solid var(--public-color);}
@media(max-width:768px){
    .p-i-faq .title-xl{margin-bottom: 15px;}
}


.service{padding-top: 160px;padding-bottom: 245px;}
.ser-globacl {margin-bottom: 100px;}
.ser-globacl .title{margin-bottom: 85px;}
.ser-globacl .content{display: flex;justify-content: space-between;position: relative;padding: 0 50px 50px;}
.ser-globacl .content::after{content: "";width: 100%;height: calc(100% - 50px);background-color: var(--public-color);opacity: .05;border-radius: 10px;position: absolute;left: 0;bottom: 0;z-index: -1;}
.ser-globacl .list{max-width: 350px;}
.ser-globacl .img-1{width: 90px;aspect-ratio: 1;border-radius: 100%;border: 1px solid var(--public-color);display: inline-flex;justify-content: center;align-items: center;margin-bottom: 30px;}
.ser-globacl .box{padding-left: 20px;}
.ser-globacl .t1{font-size: 20px;color: #333333;font-weight: 900;margin-bottom: 10px;}
.ser-globacl .cont{font-size: 16px;line-height: 26px;color: #888888;letter-spacing: -.6px;}
@media(max-width:1230px){
    .ser-globacl .list{flex: 1;}
}
@media(max-width:1200px){
    .ser-globacl .content{padding: 0 15px 50px;gap: 30px;}
}
@media(max-width:900px){
    .ser-globacl .content{flex-direction: column;padding: 30px 15px;}
    .ser-globacl .list{flex: none;display: grid;grid-template-columns: 90px auto;align-items: center;gap: 20px;max-width: none;}
    .ser-globacl .img-1{margin-bottom: 0;}
    .ser-globacl .content::after{height: 100%;}
}
@media(max-width:768px){
    .service{padding: 30px 0;}
    .ser-globacl{margin-bottom: 30px;}
    .ser-globacl .list{grid-template-columns: 60px auto;gap: 15px;}
    .ser-globacl .img-1 {width: 60px;padding: 5px;}
    .ser-globacl .img-1 img{max-width: 54%;}
}

.ser-team{margin-bottom: 160px;}
.ser-team .items:nth-child(even){flex-direction: row-reverse;}
.ser-team .items{display: flex;justify-content: space-between;align-items: center;padding: 60px 0;}
.ser-team .items:last-child{padding-bottom: 0;}
.ser-team .left{width: 42%;}
.ser-team .right{width: 50%;}
.ser-team .right ,.ser-team .right img{border-radius: 10px;}
.ser-team .title::before{content: "";width: 44px;height: 6px;background: url(../../images/ser-sign.webp) no-repeat;display: block;margin-bottom: 35px;}
.ser-team .title{margin-bottom: 20px;letter-spacing: -2px;}
.ser-team .text{letter-spacing: 0;text-align: justify;}
@media(max-width:1200px){
    .ser-team .left {width: 45%;}
}
@media(max-width:768px){
    .ser-team .items{flex-direction: column-reverse !important;gap: 25px;}
    .ser-team .left{width: 100%;}
    .ser-team .right{width: 100%;}
}
@media(max-width:768px){
    .ser-team{margin-bottom: 30px;}
    .ser-team .items{padding: 0;margin-bottom: 30px;}
}

.ser-contact {margin-bottom: 170px;}
.ser-contact .content{display: flex;justify-content: space-between;border-radius: 10px;overflow: hidden;}
.ser-contact .left{width: 47%;position: relative;display: flex;justify-content: center;align-items: center;}
.ser-contact .right{width: 53%;padding:80px 50px 70px;background-color: rgba(0, 153, 223, .05);}
.ser-contact .left .img-back{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: -1;background-color: var(--public-color);}
.ser-contact .left .img-back img{opacity: .2;width: 100%;height: 100%;}
.ser-contact .box{width: 80%;}
.ser-contact .title-1{font-size: 36px;font-weight: 400;color: #ffffff;margin-bottom: 40px;}
.ser-contact ul{border-top: 1px solid rgba(255,255,255,.1);}
.ser-contact li{display: grid;grid-template-columns: 20px auto;gap: 20px;color: #ffffff;border-bottom: 1px solid rgba(255,255,255,.1);padding: 10px 0;}
.ser-contact li .font-sty{color: #ffffff !important;}
.ser-contact li .font-sty:hover{text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 3px;}
.ser-contact .form-row{margin: 0 -5px 10px !important;}
.ser-contact .form-group{padding:0 5px !important;}
.ser-contact .form-control{padding:10px 5px 10px 25px;border-radius: 4px;}
.ser-contact .form-group:has(input[required])::before, .ser-contact .form-group:has(textarea[required])::before{left: 20px;top: 16px;}
.ser-contact .form-group:has(textarea[required])::before{top: 20px;}
.ser-contact .form-cap .form-group .form-control{background-color: #ffffff;}
.ser-contact .form-cap .input-group{border-radius: 4px;}
.ser-contact .form-cap{justify-content: space-between;margin-top: 20px !important;}
.ser-contact .a-ly:hover::before{width: 16em;}
@media(max-width:768px){
    .ser-contact .content{flex-direction: column;}
    .ser-contact .left{width: 100%;padding: 30px 15px;}
    .ser-contact .right{width: 100%;padding: 30px 15px;}
    .ser-contact .all-from .col-md-12{width: 100%;max-width: 100%;flex: 0 0 100%;}
}
@media(max-width:768px){
    .ser-contact .title-1{font-size: 22px;line-height: 32px;margin-bottom: 15px;}
    .ser-contact .right{padding: 30px 15px;}
    .ser-contact{margin-bottom: 30px;}
    .ser-contact .form-group:last-of-type{margin-bottom: 0 !important;}
}

.ser-faq .content{display: flex;justify-content: space-between;}
.ser-faq .aside{width: 35%;}
.ser-faq .article{width: 55%;}
.ser-faq .title{font-weight: bold;letter-spacing: -2px;margin-bottom: 90px;}
.ser-faq .title span{display: block;}
.ser-faq .box{background-image: linear-gradient(to bottom, #3eb7ea, #10709c);position: relative;height: 260px;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 20px 50px;border-radius: 10px;text-align: center;}
.ser-faq .box>*{position: relative;z-index: 1;}
.ser-faq .box::after{content: "";width: 100%;height: 100%;background:url(../../images/p-i-3.webp) no-repeat;background-size: 100% 100%;position: absolute;top: 0;left: 0;}
.ser-faq .box .cont{color: #ffffff;margin-bottom: 45px;}
.ser-faq .a-ly{font-size: 16px;line-height: 22px;width: 240px;font-weight: bold;padding: 0;letter-spacing: -.6px;color: var(--public-color);background-color: #ffffff;}
.ser-faq .a-ly:hover {color: #ffffff !important;}
.ser-faq .a-ly:hover::before {box-shadow: inset 0 0 0 10em var(--public-color);} 
@media(max-width:1200px){
    .ser-faq .article{width: 60%;}
    .ser-faq .box{padding: 20px;}
}
@media(max-width:860px){
    .ser-faq .title{font-size: 28px;line-height: 38px;margin-bottom: 60px;}
}
@media(max-width:800px){
    .ser-faq .title{margin-bottom: 30px;}
    .ser-faq .content{flex-direction: column;gap: 25px;}
    .ser-faq .aside{width: 100%;}
    .ser-faq .article{width: 100%;}
    .ser-faq .box {width: 400px;height: auto;}
}


.about-paper{padding-top: 150px;}
.about-first{margin-bottom: 145px;}
.about-first .content{display: flex;justify-content: space-between;}
.about-first .left{width: 63%;display: flex;flex-direction: column;justify-content: space-between;}
.about-first .right{width: 32%;}
.about-first .title{margin-bottom: 25px;}
.about-first .small-box{display: grid;grid-template-columns: repeat(4,1fr);gap: 20px;}
.about-first .list{min-height: 140px;background-color: #ffffff;box-shadow: 0px 10px 40px 0px rgba(0, 153, 223, 0.1);border-radius: 10px;padding: 20px 30px 30px 20px;transition: transform .3s ease-in-out;}
.about-first .list:hover{transform: translateY(-10px);}
.about-first .d{display: flex;flex-direction: column;align-items: flex-end;margin-top: 5px;}
.about-first .num{font-size: 30px;line-height: 30px;color: #333333;font-weight: 900;letter-spacing: -1px;}
.about-first .d p{font-size: 17px;line-height: 20px;}
.about-first .right-box {
    width: 430px;
    aspect-ratio: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.about-first .right-box::after{content: "";width: 100%;aspect-ratio: 1;border-radius: 100%;background-color: rgba(0, 153, 223, .2);animation: afterChange 3.5s linear infinite;}
.about-first .right-box::before{content: "";width: 285px;aspect-ratio: 1;border-radius: 100%;background-color: #ffffff;position: absolute;animation: beforeChange 2.5s linear infinite;}
.about-first .about-logo{width: 235px;aspect-ratio: 1;border-radius: 100%;display: flex;justify-content: center;align-items: center;background-color: #ffffff;box-shadow: 0px 0px 45px 0px rgba(0, 153, 223, 0.3);position: absolute;}

/* 动画命名 */
@keyframes afterChange{
    0%{width: 430px;}
    50%{width: 330px;}
    100%{width: 430px;}
}
@keyframes beforeChange{
    0%{width: 285px;}
    50%{width: 240px;}
    100%{width: 285px;}
}
@media(max-width:1670px){
    .about-first .max-1650px{padding-left: 15px;}
}
@media(max-width:1600px){
    .about-first .num{font-size: 26px;margin-bottom: 10px;}
}
@media(max-width:1550px){
    .about-first .d p {font-size: 15px;}
}
@media(max-width:1430px){
    .about-first .right {width: 37%;}
    .about-first .small-box{grid-template-columns: repeat(2, 1fr);width: 65%;margin-top: 50px;}
}
@media(max-width:1200px){
    .about-first{position: relative;}
    .about-first .left{width: 100%;}
    .about-first .right{position: absolute;right: 35%;top: 27%;z-index: -1;}
    .about-first .small-box{width: 100%;}
}
@media(max-width:768px){
    .about-paper{padding-top: 30px;}
    .about-first{margin-bottom: 30px;}
    .about-first .small-box{margin-top: 25px;}
    .about-first .list{padding: 20px 15px;min-height: auto;}
    .about-first .num{font-size: 18px;line-height: 26px;}
    .about-first .right{right: 63%;top: 24%;
}
}

.about-journey {position: relative;padding-bottom: 50px;}
.about-journey .content{display: flex;justify-content: space-between;}
.about-journey .img{width: 37%;padding-top: 75px;position: sticky;top: 80px;height: fit-content;}
.about-journey .img img{border-radius: 10px;}
.about-journey .article{width: 52%;position: relative;}
.about-journey .article::before{content: "";width: 10px;height: 110%;background-color: #ffffff;border: solid 1px rgba(0, 153, 223, 0.6);opacity: 0.6;position: absolute;top: 0;left: 33px;z-index: -2;}
.about-journey .article-xl{padding-left: 10px;padding-top: 75px;max-height: 650px;overflow: hidden;overflow-y: scroll;scrollbar-width: none; /* Firefox 隐藏滚动条 */-ms-overflow-style: none; /* IE/Edge 隐藏滚动条 */ ;cursor:ns-resize;}
.about-journey .list{display: flex;justify-content: space-between;}
.about-journey .years{    
    width: 55px;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 0 8px rgba(0, 153, 223, 0.2);
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: var(--public-color);
    position: relative;
}

.about-journey .cont{width: 77%;margin-bottom: 50px;transition: all .3s ease-in-out;}
.about-journey .cont::after{content: "";width: 32px;height: 6px;background: url(../../images/about-sign.webp) no-repeat;display: block;margin-top: 25px;filter: grayscale();opacity: .3;transition: all .3s ease-in-out;}
.about-journey .list:hover .years::after{content: "\f105";font-family: 'cmsfont';font-size: 28px;position: absolute;right: -35px;}
.about-journey .list:hover .cont{color: var(--public-color);}
.about-journey .list:hover .cont::after{filter: none;opacity: 1;}
.about-journey .list-end{padding-left: 10px;transform: translateY(45px);}
.about-journey .list-end .years::after{display: none;}
.about-journey .list-end .cont::after{display: none;}
.about-journey .img-back{position: absolute;left: 0;bottom: 0;width: 100%;z-index: -1;}
@media(max-width:1200px){
    .about-journey .img {width: 42%;}
}
@media(max-width:768px){
    .about-journey .img{width: 30%;}
    .about-journey .article{width: 65%;}
}
@media(max-width:600px){
    .about-journey .content{flex-direction: column;gap: 25px;}
    .about-journey .img{width: 100%;top: 80px;}
    .about-journey .article{width: 100%;background: rgba(255, 255, 255, .8)}
    .about-journey .article::before {z-index: 0}
}
@media(max-width:768px){
    .about-journey .img{top: 50px;padding-top: 0;}
}

.about-cer {padding-top: 125px;padding-bottom: 195px;background: url(../../images/all-back-3.webp) no-repeat;width: 100%;height: 100%;background-size: 100% 100%;}
.about-cer .content{display: flex;justify-content: space-between;align-items: center;}
.about-cer .left{width: 38%;}
.about-cer .right{width: 55%;position: relative;}
.about-cer .right .swiper-slide{height: auto !important;}
.about-cer .right .list{height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.about-cer .text{margin: 15px 0 45px;}
.about-cer .list{background-color: #ffffff;padding: 20px;}
.about-cer .t1{margin-top: 25px;font-size: 20px;line-height: 28px;color: #333333;}
.about-cer .t1::after{content: url(../../images/about-sign-1.webp);display: block;}
.about-cer .all-hover-1::after{font-size: 24px;}
@media(max-width:1500px){
    .all-hover-next-1{right: -15px;}
    .all-hover-prev-1{left: -15px;}
}
@media(max-width:1340px){
    .about-cer .t1{font-size: 18px;line-height: 26px;margin-top: 15px;}
}
@media(max-width:800px){
    .about-cer .left{width: 50%;}
    .about-cer .right {width: 43%;}
}
@media(max-width:768px){
    .about-cer{padding: 40px 0 30px;}
    .about-cer .content{flex-direction: column-reverse;gap: 25px;}
    .about-cer .left{width: 100%;}
    .about-cer .right {width: 100%;}
}

.about-engineer{padding:140px 0;position: relative;}
.about-engineer .img-back{position: absolute;right: 0;top: -80px;z-index: -1;}
.about-engineer .content-1{display: flex;justify-content: space-between;align-items: center;margin-bottom: 80px;}
.about-engineer .left{width: 55%;display: flex;justify-content: center;align-items: center;background-color: #000000;}
.about-engineer .left>img{opacity: .8;}
.about-engineer .right{width: 35%;}
.about-engineer .text{margin-top: 30px;}
.about-engineer .text{margin: 15px 0 70px;letter-spacing: -.4px;}
.about-engineer .btn-video{position: absolute;transition: all .3s ease-in-out;cursor: pointer;}
.about-engineer .btn-video:hover{transform: scale(1.1);}
.about-engineer .content-2{display: grid;grid-template-columns: repeat(4,1fr);gap: 40px;}
@media(max-width:1100px){
    .about-engineer .right {width: 40%;}
    .about-engineer .content-2{gap: 40px 25px;}
    .about-engineer .text{margin-bottom: 40px;}
}
@media(max-width:768px){
    .about-engineer .content-1{flex-direction: column;gap: 25px;}
    .about-engineer .left{width: 100%;}
    .about-engineer .right{width: 100%;}
    .about-engineer .content-2{grid-template-columns: repeat(2, 1fr);}
}
@media(max-width:768px){
    .about-engineer{padding: 30px 0;}
    .about-engineer .text{margin-bottom: 25px;}
    .about-engineer .content-1{margin-bottom: 30px;}
}

.about-world {padding: 140px 0 250px;background: url(../../images/all-back-4.webp) no-repeat;width: 100%;height: 100%;background-size: 100% 100%;}
.about-world .container-xl{position:relative;z-index: 1;}
.about-world .img-back{position: absolute;z-index: -1;transform: translateY(-50px);}
.about-world .top-head{width: 55%;margin-bottom: 80px;}
.about-world .text{color: #666666;margin-top: 10px;}
/* 展会列表滚动 */
.about-world-img {position: relative;overflow: hidden;z-index: 1;}
.about-world-img .img-box {animation: scroll-left 40s linear infinite;width: calc(350px * 5 + 40px * 2);display: flex;flex-shrink: 0;gap: 40px}
.about-world-img .img-box .slider-item .img{width: 350px;height: 240px;flex-shrink: 0;}
.about-world-img .img-box .slider-item .img img {width: 100%;height: 100%;object-fit: cover}
/* 无缝向左滚动 */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 5 - 25px * 2)); /* 正好移动一组内容 */
    }
}
@media(max-width:1200px){
    .about-world .top-head{width: 80%;margin-bottom: 40px;}
}
@media(max-width:768px){
    .about-world{padding: 30px 0;}
    .about-world .top-head{width: 100%;margin-bottom: 25px;}
}


.contact-paper{padding-top: 170px;margin-bottom: 160px;}
.contact-top {margin-bottom: 110px;}
.contact-top .content{display: grid;grid-template-columns: repeat(3,1fr);gap: 70px;}
.contact-top .list::after{content: "";width: 100%;height: 8px;background: url(../../images/cont-1.webp) no-repeat;position: absolute;left: 0;bottom: 0;z-index: -1;}
.contact-top .list {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    min-height: 140px;
    position: relative;
}
.contact-top .d{width: 80%;}
.contact-top .img-1{width: 90px;aspect-ratio: 1;border-radius: 100%;border: 1px solid var(--public-color);display: flex;justify-content: center;align-items: center;}
.contact-top .font-sty{color: #888888;font-weight: 400;font-size: 18px;line-height: 26px;letter-spacing: -.6px;}
.contact-top span.font-sty{position: relative;z-index: 1;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.contact-top .name{font-size: 20px;line-height: 30px;font-weight: 900;color: #333333;margin-bottom: 5px;}
@media(max-width:1430px){
    .contact-top .content{gap: 45px;}
}
@media(max-width:1200px){
    .contact-top .list{flex-direction: column-reverse;}
    .contact-top .d{width: 100%;}
}
@media(max-width:768px){
    .contact-top .content{grid-template-columns: repeat(1, 1fr);}
    .contact-top .list{flex-direction: row-reverse;}
    .contact-top .list::after{background-repeat: repeat-x;}
}
@media(max-width:768px){
    .contact-paper{padding-top: 30px;margin-bottom: 30px;}
    .contact-top{margin-bottom: 40px;}
    .contact-top .content {gap: 28px;}
    .contact-top .list{padding-bottom: 25px;min-height: auto;}
    .contact-top .img-1 {width: 70px;padding: 7px;}
    .contact-top .name{font-size: 18px;line-height: 26px;}
    .contact-top .font-sty{font-size: 16px;line-height: 24px;}
}

.contact-bottom .title{font-size: 36px;font-weight: bold;margin-bottom: 60px;}
.contact-bottom .text{font-size: 18px;line-height: 36px;color: #666666;text-align: justify;margin-bottom: 60px;}
.contact-bottom .content{display: flex;justify-content: space-between;align-items: center;gap: 70px;}
.contact-bottom .left{width:48%;color: #666;}
.contact-bottom .right{width: 43%;}
.contact-bottom .left>p{margin-bottom: 55px;font-size: 18px;line-height: 36px;color: #666;}
.contact-bottom .box{margin-bottom: 80px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.contact-bottom .d{display: grid;grid-template-columns: 50px auto;grid-gap: 0 40px;margin-bottom:30px;}
.contact-bottom .d:last-child{margin-bottom: 0;}
.contact-bottom .img-1{text-align: center;}
.contact-bottom .t1{font-size: 24px;line-height: 36px;color: #333333;font-weight:500;margin-bottom: 0px;}
.contact-bottom .d .cont{font-size: 18px;line-height: 36px;color: #666666;}
.contact-bottom .h3 span{background-color: #ffffff;padding-right: 120px;}
.contact-bottom .h3{font-size: 32px;line-height: 48px;color: var(--public-color);font-weight: 500;letter-spacing: -1px;position: relative;display: flex;align-items: center;}
.contact-bottom .h3::after{content: "";width: 100%;height: 4px;background-color: var(--public-color);position: absolute;left: 0;z-index: -1;}
.contact-bottom .title{font-size: 36px;color: #333333;font-weight: bold;letter-spacing: -2px;}
@media(max-width:768px){
    .contact-bottom .content{gap: 30px;}
    .contact-bottom .text{margin-bottom: 25px;text-align: left;}
    .contact-bottom .d{grid-template-columns: 36px auto;grid-gap: 0 24px;}
    .contact-bottom .t1{font-size: 20px;line-height: 28px;}
    .contact-bottom .h3 span {padding-right: 0;font-size: 22px;line-height: 32px;}
}

.all-from .form-row .all_btn{padding: 0;}
.all-from .a-ly-1::before{width: 16rem;}
.all-from .a-ly-1:hover{color: #333333 !important;}

.all-from-1 .form-group:has(input[required])::before, .all-from-1 .form-group:has(textarea[required])::before{color: #dd0000;}
.all-from-1 .form-group .form-control:focus{border-color: var(--public-color);}
.all-from-1 .form-group .form-control{border-color: #f8f8f8;background-color: #f8f8f8;border-radius: 0;}
.all-from-1 .form-group .form-control::placeholder{font-size: 16px;}
.all-from-1 .a-ly{width: 100%;height: 100%;border-radius: 0;font-size: 18px;font-weight: 400;padding: 0 15px;}
.all-from-1 .a-ly::before{width: 20rem;}
.all-from-1 .form-cap{margin-top: 30px;}
.all-from-1 .form-cap .input-group{border-color: #f8f8f8;}
.all-from-1 .form-cap .form-group:has(input[required])::before{display: none;}
.all-from-1 .form-cap .input-group-append,.all-from-1 .form-cap .input-group{border-radius: 0;}


@media(max-width:980px){
    .contact-bottom .content{flex-direction: column;}
    .contact-bottom .left{width: 100%;}
    .contact-bottom .right{width: 100%;}
    .contact-bottom .box{margin-bottom: 0;}

}


.exhibition{padding-top: 145px;}
.ex-show{margin-bottom: 125px;}
.ex-show .top-head{margin-bottom: 100px;}
.ex-show .title{letter-spacing: -2px;}
.ex-show .text{margin-top: 10px;}
.ex-show .content{display: flex;justify-content: space-between;align-items: flex-start;}
.ex-show .article{width: 85%;}
.ex-show .grid{--bs-gap:70px 40px}
.ex-show .list .img{height: 200px;background-color: #ffffff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);display: flex;justify-content: center;align-items: center;margin-bottom: 30px;}
.ex-show .list .img img{max-width: 65%;width: auto;}
.ex-show .list .box{padding-right: 20px;}
.ex-show .list .t1{font-size: 20px;line-height: 28px;color: #333333;font-weight: 900;}
.ex-show .list .t1::after{content:"";background:  url(../../images/ser-sign.webp) no-repeat;width: 38px;height: 6px;background-size: 100% auto;display: block;}
.ex-show .list .text{font-size: 16px;line-height: 26px;color: #888888;font-weight: 500;letter-spacing: -.4px;}
.ex-show .aside::before{content: "";width: 10px;height: 100%;background-color: #ffffff;border: solid 1px rgba(0, 153, 223, 0.6);opacity: 0.6;position: absolute;left: 5px;top: 0;z-index: -1;}
.ex-show .aside{width: 120px;padding-top: 55px;position: sticky;top: 80px;height: fit-content;}
.ex-show .aside li{margin-bottom: 40px;}
.ex-show .aside a{font-size: 24px;color: #888888;font-weight: 400;display: flex;justify-content: space-between;align-items: center;transition: all 0.3s ease-in-out;}
.ex-show .aside span{display: inline-block;width: 20px;aspect-ratio: 1;border-radius: 100%;border: 1px solid rgba(0, 153, 223, 0.6);background-color: #ffffff;transition: all 0.3s ease-in-out;}
.ex-show .aside a.active span{background-color: var(--public-color);opacity: 1;}
.ex-show .aside a.active{font-weight: bold;font-size: 32px;color: var(--public-color);}

.ex-contact{background: url(../../images/ex-back-1.webp) no-repeat;background-size: 100% 100%;height: 400px;display: flex;align-items: center;}
.ex-contact .content{text-align: center;width: 70%;margin: auto;}
.ex-contact .title{font-size: 36px;color: #333333;font-weight: 400;margin-bottom: 30px;}

.ex-global{padding: 95px 0 135px;}
.ex-global .top-head{margin-bottom: 85px;}
.ex-global .text{margin-top: 15px;}
.ex-global .content{display: grid;grid-template-columns: repeat(5,1fr);gap: 20px;padding: 0 20px;}


.certificates {padding: 120px 0 130px;}
.certificates .grid{--bs-gap:50px 40px}
.certificates .list:hover{transform: all 0.3s ease-in-out;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);}
.certificates .list{background-color: #ffffff;transition: all 0.3s ease-in-out;box-shadow: none;padding: 20px;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.certificates .t1{font-size: 20px;line-height: 30px;color: #333333;margin-top: 30px;}
.certificates .t1::after{content: url(../../images/sign-3.webp);display: block;}
@media(max-width:768px){
    .certificates .t1{font-size: 18px;line-height: 26px;margin-top: 20px;}
    .certificates .grid{--bs-gap:30px 20px}
}
@media(max-width:768px){
    .certificates{padding: 30px 0;}
}

.events-paper{margin-bottom: 250px;}
.events-paper .container-xl>div{margin-bottom: 140px;}
.events-paper .container-xl>div:last-child{margin-bottom: 0;}
.events-paper .all-news,.events-paper .ex-show{padding: 0;margin: 0;}
.events-paper .top-head{display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 55px;}
.events-paper .title-1{font-size: 36px;}
.events-paper .title-1::after{content: url(../../images/p-6.webp);display: block;line-height: 30px;}
.events-paper .a-ly{font-size: 14px;font-weight: 300;width: 180px;padding: 0;height: 40px;}
.events-paper .a-ly::before{width: 17rem;}
.events-paper .ex-show .top-head{margin-bottom: 125px;}
.exhibition .grid{--bs-gap:70px 40px}
.exhibition .list{display: flex;justify-content: space-between;gap: 20px;}
.exhibition .list .img{width: 43%;max-height:150px;margin-bottom: 0;}
.exhibition .list .img img{max-width: 100%;width: auto;}
.exhibition .list .box{min-width: 150px;width: 52%;display: flex;flex-direction: column;justify-content: space-between;}
.exhibition .list .t1::after{width: 28px;height: 5px;margin-top: 5px;}
.exhibition .list .text{font-size: 15px;line-height: 23px;}
.exhibition .location{
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;}
.events-paper .all-news .grid{gap:70px 40px}

@media(max-width:992px){
    .events-paper .title-1{font-size: 22px;line-height: 32px;}
    .exhibition .grid{--bs-gap: 60px 25px;}
    .exhibition .list{flex-direction: column;}
    .exhibition .list .img{width: 100%;}
    .exhibition .list .box{width: 100%;}
    .ex-show .list .t1{font-size: 18px;line-height: 26px;}
}
@media(max-width:576px){
    .exhibition .list{flex-direction: row;}
    .exhibition .list .img{width: 43%;}
    .exhibition .list .box{width: 52%;}
    .events-paper .all-news .grid{gap: 30px ;}
}
@media(max-width:768px){
    .exhibition .list{flex-direction: column;}
    .exhibition .list .img{width: 100%;max-height: none;}
    .exhibition .list .box{width: 100%;}
    .exhibition{padding-top: 30px;}
    .events-paper .container-xl>div{margin-bottom: 45px;}
    .events-paper{margin-bottom: 30px;}
    .events-paper .list{overflow: hidden;}
}


    /*news-in-paper*/
    .news-in-paper .aside .all-news{margin: 0;}
    .news-in-paper {margin-bottom: 240px;margin-top: 90px;}
    .news-in-paper .h1{font-size:36px;line-height:48px;color:#333;font-weight:bold;margin-bottom: 30px;letter-spacing: -1px;}
    .news-in-paper .type{color: #999999;padding-bottom: 30px;display: flex;gap: 20px;font-size: 16px;font-weight: 500;}
    .news-in-paper .type-time img{display:inline-block;margin-right:10px}
    .news-in-paper .type-view{color: var(--public-color);}
    .news-in-paper .main-top{display: flex;justify-content: space-between;}
    .news-in-paper .article .content{line-height:28px;font-size:16px;font-weight: 400;color: #999999;border-bottom:1px solid #bbbbbb;padding-bottom:55px;padding-top:30px;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
    }
    .news-in-paper .article .content strong{color: var(--public-color);font-weight: 500;}
    .news-in-paper .article img{max-width:100% !important;height:auto !important}
    .news-in-paper .article .content p{margin-bottom:20px}
    .news-in-paper .article h2{font-size: 28px;line-height: 36px;color: #333333;font-weight: 500;margin-bottom: 25px;}
    .news-in-paper .article h4{font-size: 22px;line-height: 32px;color: #333333;font-weight: 500;margin-bottom: 15px;letter-spacing: -1px;}
    .news-in-paper .box-tail{font-size:18px;line-height:30px;margin-top:60px;display:flex;justify-content:space-between;align-items: flex-start;gap: 50px;}
    .news-in-paper .box-tail .left{width:100%}
    .news-in-paper .box-tail .right{min-width: 200px;width: 200px;;display:flex;justify-content:flex-end}
    .news-in-paper .box-tail .right .a-ly{width: 100%;height: 50px;padding: 0;}
    .news-in-paper .box-tail .right .a-ly:hover img{filter: none;}
    .news-in-paper .box-tail .right .a-ly img{width: 12px;display: inline-block;filter: brightness(0) invert(1);margin-left: 10px;}
    .news-in-paper .box-tail .left p{display:flex}
    .news-in-paper .box-tail .left p a{display:inline-block;transition:all .6s;color:#666666;font-size:18px;line-height:30px;padding-left:16px}
    .news-in-paper .box-tail .left p a:hover{color:var(--public-color);text-decoration: underline;text-decoration-skip-ink: none;text-underline-offset: 3px;}
    .news-in-paper .box-tail .left p span{color:#000000;display:block;font-weight:bold}
    .news-in-paper .box-tail .left p:first-child{margin-bottom:10px}

    .news-in-paper .aside{padding:0px;}
    .news-in-paper .aside-con{height: 270px;padding: 25px 40px;
        background-image: linear-gradient(0deg, #106f9b 0%, #00a1e4 100%), linear-gradient(#0099df, #0099df);
        margin-bottom: 30px;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;border-radius: 10px;
    }
    .news-in-paper .aside-con .img-1{margin-bottom: 10px;}
    .news-in-paper .aside-con .h5{position: relative;font-size: 24px;line-height: 32px;color: #ffffff;font-weight: 500;letter-spacing: -1px;margin-bottom: 30px;position: relative;z-index: 1;}
    .news-in-paper .aside-con .a-ly-1{background-color: #ffffff;border-color: #ffffff;position: relative;z-index: 1;color: var(--public-color);font-size: 18px;padding: 0;font-weight: 500;}
    .news-in-paper .aside-con .a-ly-1 img{display: inline-block;margin-left: 15px;}
    .news-in-paper .aside-con .a-ly-1:hover img{filter: brightness(0) invert(1);}
    .news-in-paper .aside-con .a-ly-1:hover{color: #ffffff !important;}
    .news-in-paper .aside-con .a-ly-1:hover::before{box-shadow: inset 0 0 0 10em var(--public-color);}

    .news-in-paper .other-news{background-color: rgba(0, 153, 223, .05);padding:40px 30px 40px 40px;border-radius: 10px;}
    .news-in-paper .other-news .h4::before{content: url(../../images/p-6.webp);display: block;margin-bottom: 20px;}
    .news-in-paper .other-news .h4{font-size: 28px;color:var(--public-color);margin-bottom: 30px;font-weight: bold;letter-spacing: -1px;}
    .news-in-paper .other-news .t1{font-size: 18px;line-height: 28px;color: #333333;font-weight:900;margin-bottom: 5px;letter-spacing: -1px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news-in-paper .other-news .cont{font-size: 16px;line-height: 24px;font-weight: 300;color: #666666;letter-spacing: -.4px;}
    .news-in-paper .other-news .row-line{display: flex;justify-content: space-between;align-items: center;gap: 12px;}
    .news-in-paper .other-news .line{width: calc(100% - 50px);height: 1px;background-color: #dddddd;}
    .news-in-paper .other-news .arrow{width: 26px;min-width: 26px;aspect-ratio: 1;border-radius: 100%;border: 1px solid var(--public-color);background-color: var(--public-color);border-radius: 100%;display: inline-flex;justify-content: center;align-items: center;}
    .news-in-paper .other-news .arrow img{filter: brightness(0) invert(1);}
    .news-in-paper .other-news .arrow:hover img{filter: none;}
    .news-in-paper .other-news .arrow:hover{background-color: #ffffff;}
    .news-in-paper .other-news .time{font-size: 16px;line-height: 28px;font-weight: 500;}
    .news-in-paper .other-news .time img{margin-right: 10px;margin-top: -5px;}
    .news-in-paper .other-news .box{margin-bottom: 30px;}
    
    .new-in-pro{padding-top: 100px;}
    .new-in-pro .title{margin-bottom: 100px;font-size: 32px;line-height: 48px;font-weight: bold;letter-spacing: -1px;}
    .new-in-pro .title::after{content: url(../../images/p-6.webp);display: block;line-height: 20px;}
    .new-in-pro .grid{--bs-gap:40px;}
    
    .main-box .aside{width:330px;min-width: 330px;position: sticky;top: 100px;height: min-content;}
    .main-box .article{width:calc(100% - 330px - 60px)}
    
    .news-name-box{min-width: 300px;border-radius: 6px;border: solid 1px #bbbbbb;padding: 15px 15px 20px;display: inline-flex;flex-direction: column;margin-top: 20px;}
    .news-name-box .table-title{display: flex;justify-content: space-between;font-size: 28px;line-height: 36px;color: #999999;font-weight: 400;}
    .news-name-box .table-title span{width: 35px;height: 32px;background-color: #ffffff;border-radius: 4px;border: solid 1px #999191;display: inline-flex;justify-content: center;align-items: center;cursor: pointer;}
    .news-name-box .news-name{margin-top: 10px;}
    .news-name-box .h2 a{font-size: 18px;line-height: 36px;color: #333333;font-weight: 400;}
    .news-name-box ul{padding-left: 30px;}
    .news-name-box li a{font-size: 16px;line-height: 26px;color: #666666;font-weight: 400;}
    
    
    @media(max-width:1530px){
        .news-in-paper .box-tail{flex-direction: column;}
        .news-in-paper .box-tail .left{margin-bottom: 20px;}
        .news-in-paper .box-tail .right{justify-content: flex-start;}
        .news-in-paper .box-tail .right .a-pc{width: auto;padding: 0 25px;}
    }
    
    @media(max-width:1460px){
        .news-in-paper .other-news .t1 {font-size: 20px;}
        .news-in-paper .h1{font-size: 32px;line-height: 46px;}
    }
    @media(max-width:1340px){
        .news-in-paper .other-news .t1 {font-size: 18px;line-height: 28px;}
        .news-in-paper .article h2,.news-in-paper .article h2 > *{font-size: 24px !important;line-height: 32px;}
        .news-in-paper .article h4{font-size: 20px;line-height: 28px;}
        .news-in-paper .h4{font-size: 26px;margin-bottom: 30px;}
    }
    @media(max-width:1260px){
        .news-in-paper .article h2 ,.news-in-paper .article h2 > *{font-size: 28px !important;line-height: 36px;}
        .news-in-paper .article h4 {font-size: 20px;}
        .news-in-paper .aside-con .a-pc{padding: 0 20px;height: 48px;}
    }
    @media(max-width:1000px){
        .news-in-paper .main-top{flex-direction: column;}
        .main-box .article{width: 100%;margin-bottom: 60px;}
        .main-box .aside{width: 100%;display: flex;gap: 30px;align-items: flex-start;}
        .news-in-paper .aside .aside-con{position: sticky;top: 100px;height: fit-content;}
        /* .news-in-paper .aside .all-news{display: grid;grid-template-columns: repeat(3,1fr);gap: 30px;} */
        .new-in-pro .content{gap: 20px 25px;}
        .new-in-pro .all-products .list{padding: 30px 15px 50px;}
        .new-in-pro .all-products .list::after {bottom: 30px;}
        
    }
    @media(max-width:768px){
        .main-box{margin-top: 0;}
        .news-in-paper .h1{margin-bottom: 15px;font-size: 20px;line-height: 28px;}
        .news-in-paper .article h2,.news-in-paper .article h2 > *{font-size: 19px !important;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;font-size: 16px;}
    
        .news-in-paper{margin-bottom: 30px;margin-top: 0px;padding-top: 20px;}
        .news-in-paper .main-top {flex-wrap: wrap;}
        .news-in-paper .article{width: 100%;margin-bottom: 30px;}
        .news-in-paper .aside{width: 100%;margin-top: 0;}
        .news-in-paper .type{font-size: 14px;line-height: 20px;margin-top: 20px;padding-top: 0;padding-bottom: 15px;}
        .news-in-paper .article .content{line-height: 20px;font-size: 14px;padding-top: 20px;padding-bottom: 20px;}
        .news-in-paper .article .content p{margin-bottom: 10px;}
        .news-in-paper .box-tail{font-size: 16px;line-height: 24px;margin-top: 20px;gap: 20px;}
        .news-in-paper .box-tail .left p:first-child{margin-bottom: 15px;}
        .news-in-paper .box-tail .right{margin-bottom: 0px;}
        .news-in-paper .aside .aside-box .text .h3 a{line-height: 24px;}
        .news-in-paper .aside .aside-box {padding-bottom: 30px;}
        .news-in-paper .aside-box-1{padding: 15px;}
        .news-in-paper .aside-box-1 .t1 {font-size: 18px;line-height: 26px;}
        .news-in-paper .main-top{margin-bottom: 30px;}
        .news-in-paper .h4 ,.news-in-paper .aside .h4{font-size: 20px;line-height: 28px;margin-bottom: 20px;}
        .news-in-paper .aside-con{margin-bottom: 20px;}
        .news-in-paper .aside>div{padding: 20px 10px;}
        .p-d-rec .title{margin-bottom: 15px !important;}
        .p-d-rec .all-param{display: block;opacity: 1;}
        .p-d-rec{margin-bottom: 30px;}
        .news-in-paper .other-news .list{margin-bottom: 15px;}
        
        .main-box .main-left-box .table-title{font-size: 20px;line-height: 28px;padding: 15px 10px;margin-bottom: 15px;background-color: var(--public-color);color: #fff;}
        .main-box .main-left-box .table-title::before {height: 15px;position: absolute;top: 17px;left: 0;background-color: #fff;}
        .main-box .main-left-box .h2 a {font-size: 18px;line-height: 26px;}
        .main-box .main-left-box .h2{margin-bottom: 15px;padding-bottom: 0px;}
        .main-box .name-box ul {padding-top: 0;}
        .main-box .name-box li{margin-bottom: 10px;}
        .main-box .name-box li a {font-size: 16px;line-height: 24px;}
        .main-box .name-box li::before {top: 8px;}
        .main-box .name-box + .name-box{padding-top: 10px;}
        .main-box .main-left{margin-bottom: 30px;position: relative;}
        .main-box .article{width: 100%;}
        .main-box .aside{width: 100%;}
    
        .main-box .news-name{display: none;}
        .main-box .main-left .main-left-box{position: fixed;left: -17px;top: 50px;z-index: 3;background-color: #fff;border-bottom: 2px solid var(--public-color);}
        .main-box .main-left .main-left-box.active{left: 0;}
        .main-box .main-left .main-left-box.active .news-name{padding-left: 10px;padding-top: 20px;}
        .main-box .table-title .s1{display: none;color: #fff;}
        .main-box .table-title .s2{display: flex;color:#fff;}
        .main-box .table-title {background-color: var(--public-color-red);}
        .main-box .table-title.active .s1{display: flex;align-items: center;justify-content: space-between;padding-right: 15px;}
        .main-box .table-title.active .s1 strong{color: var(--public-color-red);}
        .main-box .table-title.active .s2{display: none;}
        .main-box .main-left-box{border: none;}
        .main-box .main-left-box .table-title{padding: 10px;margin-bottom: 0;}
        .main-box .main-left-box .table-title.active{left: 0;}
        .main-box .main-left{width: 0;}
        .main-box{gap: 0;}
        .main-box .main-top{width: 100%;}
    
        .news-in-paper .box-tail .left{margin-bottom: 0;}
        .news-in-paper .box-tail .right .a-jd{width: auto;padding: 0 30px !important;}
        .news-in-paper .aside-con .a-jd{margin-bottom: 20px;}
        .news-in-paper span.img-small{width: 20px;margin-right: 10px;}
        .news-in-paper .aside .aside-con{margin-bottom: 30px;position: static;width: 100%;align-items: center;padding: 20px 15px;margin-bottom: 0;}
        .news-in-paper .aside .a-box a{margin-bottom: 10px;}
        .news-name-box{padding: 10px 15px;}
        .main-box .aside{flex-direction: column;min-width: auto;position: static;}
        .news-in-paper .other-news .box:nth-last-of-type(1){margin-bottom: 0;}
        .new-in-pro .content{grid-template-columns: repeat(2, 1fr);}
        .news-name-box .table-title{font-size: 24px;line-height: 32px;}
        .news-name-box .h2 a{font-size: 16px;line-height: 24px;}
        .main-box .name-box + .name-box{padding-top: 5px;}
        .main-box .news-name{margin-top: 15px;}
    
        .new-in-pro{padding-top: 30px;}
        .new-in-pro .all-pag{width: 100%;display: flex;justify-content: center;gap: 10px;bottom: -20px;}
        .new-in-pro .all-pag span{background-color: var(--public-color);opacity: .2;}
        .new-in-pro .all-pag span.swiper-pagination-bullet-active{opacity: 1;}
        
        .new-in-pro .grid{gap: 35px;}
        
    }
    @media(max-width:576px){
        .all-products .list .img{height: auto;}
    }
    @media(max-width:768px){
        .news-name-box .table-title {font-size: 20px;line-height: 28px;}
    }


.download-paper{padding-top: 135px;padding-bottom: 160px;}
.download-paper .content{display: flex;justify-content: space-between;align-items: center;}
.download-paper .left{margin-left: 0px;width:47%;}
.download-paper .left img{width: 100%;height: 100%;}
.download-paper .right{width: 47%;}
.download-paper .right p{font-size: 16px;line-height: 30px;font-weight: 400;color: #666;margin-bottom: 30px;letter-spacing: 0;}
.download-paper .form-cap{margin-top: 20px;}
.download-paper .a-ly{font-size: 18px;font-weight: 300;letter-spacing: -.6px;}

@media(max-width:1050px){
    .download-paper .content{gap: 40px;}
    .download-paper .left{width: auto;}
    .download-paper .right{min-width: 560px;}
}
@media(max-width:1000px){
    .download-paper{padding: 30px 0;}
    .download-paper .content{flex-direction: column;align-items: flex-start}
    .download-paper .right{width: 100%;min-width: auto;}
    .download-paper .right p{margin-bottom: 15px;}
    
}
@media(max-width:768px){
    .download-paper .a-ly{width: 200px;height: 42px;}
}


.video-paper{padding: 130px 0 240px;}
.video-paper .grid{--bs-gap:40px}
.video-paper .list:hover{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);}
.video-paper .list{transition: all .3s ease-in-out;box-shadow: none;background-color: #ffffff;padding: 20px;}
.video-paper .t1{font-size: 20px;line-height: 30px;color: #333333;margin-bottom: 30px;}
.video-paper .t1::after{content: url(../../images/sign-3.webp);display: block;}


.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:600;color: #333333;margin-top:30px;}
.video-nr .v-content .v-text{margin-top: 25px;}
.video-nr .v-content .v-desc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top: 70px;}
.video-nr .v-content .v-desc .left{font-size:16px;color:#999999;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: #ffffff;}
.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:35px;padding-bottom:10px;margin-top:10px;padding-top: 40px;}
.video-nr .v-content .v-title2 .left{font-size: 34px;color: #333333;font-weight: 500;position: relative;}
.video-nr .v-content .v-title2 .left::before{content: "";background: url(../../images/video.webp) no-repeat;width: 11px;height: 22px;background-size: 100% 100%;margin-right: 15px;display: inline-block;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;align-items:center;}
.video-nr .v-content .v-massage p:before{content:"\f406";font-family:cmsfont; width:40px;height:40px;text-align:center;color:#fff;line-height:40px;font-size:20px; background:var(--public-color);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:rgba(182,14,26,.5);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 .big-t1::before{content: "";background: url(../../images/video.webp) no-repeat;width: 11px;height: 22px;background-size: 100% 100%;margin-right: 15px;display: inline-block;position: relative;top: 3px;}
.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{color: #333333;
    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: "";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-title{font-size: 28px;line-height: 38px;}
}
@media(max-width:1260px) {
    .video-nr{gap: 60px;}
}
@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-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{flex-direction: column;gap: 10px 0;}
    .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;}
}


.nav-static{position:static}
.ul-box{position:absolute;top:100%;left:0;right:0;max-width:1200px;margin:auto;width:100%;height:0;overflow:hidden;background-color:transparent;transition:all .5s;display:flex;justify-content:space-between;background-color:#ffffff;box-shadow:0 6px 12px rgba(0,0,0,.175)}
.ul-box .t1{font-size:18px;color:#333333;font-weight:400;margin-bottom:20px;position: relative;padding-right: 40px;display: inline-flex;align-items: center;letter-spacing: -.6px;}
.ul-box .t1::after{content: "";background: url(../../images/sign-2.webp) no-repeat;width: 22px;height: 19px;background-size: 100% 100%;position: absolute;right: 0;}
.ul-box-left{width:40%;}
.ul-box-right{width:55%;position: relative;}
.ul-box-right-xl.active{position: relative;opacity: 1;z-index: 1;}
.ul-box-right-xl{display:grid;grid-template-columns:repeat(2,1fr);align-items: flex-start;gap:20px;height: 100%;overflow-y: auto;border-left: 1px solid #dddddd;padding-left: 60px;padding-right: 50px;position: absolute;z-index: -2;left: 0;top: 0;opacity: 0;}
.ul-box-right-xl::-webkit-scrollbar {width: 4px;height: 100%;background:linear-gradient(to right , transparent 25%, rgba(0, 0, 0, 0.1) 50%, transparent) 25%;}
.ul-box-right-xl::-webkit-scrollbar-thumb{width: 4px;background: var(--public-color);}

.ul-box-right .list{background-color: #ffffff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);padding: 20px 10px;transition: all .3s ease-in-out;}
.ul-box-right .img{height: 100px;margin-bottom: 25px;display: flex;align-items: center;justify-content: center;}
.ul-box-right .model{font-size: 13px;line-height: 20px;font-weight: bold;color: var(--public-color);margin-bottom: 5px;}
.ul-box-right .t2{font-size: 13px;line-height: 20px;font-weight: bold;color: #333333;display: grid;grid-template-columns: auto 18px;gap: 10px;}
.ul-box-right .t2::after{content: "";width: 18px;height: 14px;background: url(../../images/sign-2.webp) no-repeat; background-size: 100% auto;margin-top: 5px;}
.ul-box-right .list:hover{box-shadow: 0px 40px 80px 0px rgba(0, 153, 223, 0.2);}


.ul-box .t1:hover,.ul-box .t1.active{color: var(--public-color);}

.nav-item:hover .ul-box{height:340px;padding:35px 45px 35px 70px;transition:all .45s ease-in-out}

@media(max-width:1800px){
    .ul-box .ul-box3 {padding-left: 50px;}
}
@media(max-width:1600px){
    .nav-item:hover .ul-box{padding: 40px 60px 40px 60px;}
    .nav-item .ul-box{gap:20px}
    .ul-box .ul-box2 .swiper-slide{flex-wrap: wrap;}
    .ul-box .ul-box2 .text{width: 100%;margin-bottom: 40px}
    .ul-box .ul-box2 .image{width: 65%;margin-left: auto;margin-right: auto;}
    .ul-box .ul-box1{flex:1.2;width:auto;min-width:inherit;}
    .ul-box .ul-box2{flex:1;width:auto}
    .ul-box .ul-box3{flex:1;width:auto;padding-left:0px}
    .ul-box .ul-box1 .a-link{grid-template-columns:repeat(1,1fr);}

    .ul-box .t1{margin-bottom:10px}
    .ul-box-right .a-cont{margin-bottom:0}
}

@media(max-width:1480px){
    .title{font-size: 38px;}
}
@media(max-width:1430px){
    .title-1{font-size: 36px;}
    .title{font-size: 36px;}
    body{font-size: 17px;line-height: 26px;}
}
@media(max-width:1340px){
    .title-1{font-size: 32px;line-height: 45px;}
    .title{font-size: 32px;line-height: 45px;}
    body{font-size: 16px;line-height: 24px;}
}
@media(max-width:1200px){
    .a-ly{padding: 0 25px;}
    .form-row .col-md-6{flex: 0 0 50%;}
}
@media(max-width:768px){
    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;}
    .all-style{padding: 0 0px;}
    .all-hover{width: 45px;height: 45px;}
    .all-hover-next{right: -15px;}
    .all-hover-prev{left: -15px;}
    .a-ly-1,.a-ly{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:1200px){
    .col-md-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
    .col-md-6{ -ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
    .col-md-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%}
    .col-md-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%}
} */