/*通用样式*/
:root{
    --public-color:#14a965;
    --max:1430px;
}
body{color:#333;font-size:16px;line-height:24px;font-family:'Roboto','Outfit',Arial,Helvetica,sans-serif}
a{color:#333;display:inline-block;}
a:hover{color:var(--public-color)}
.swiper-pagination-bullet-active{background:var(--public-color)}
.page-item.active .page-link {color: #fff;background-color: var(--public-color);border-color: var(--public-color);}
body,div,p,img,ul,ol,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
img{aspect-ratio:attr(width) / attr(height);}
ul,ol,li,dl,dd,dt{list-style-type:none}
.img-width{width:100%;height:auto}
.img-height{height:100%;width:auto}
.img-fluid {max-width: 100%;height: auto;}
.main-container{margin-bottom:40px;margin-top:40px}
.tkanniu{cursor:pointer}
.card-thumb img{transition:all .4s ease}
.card-thumb:hover img{transform:scale(1.1)}
.container-xl{max-width:var(--max)}
.container-xl.m-right{margin:0 0 0 auto;padding:0}
.container-xl.m-left{margin:0 auto 0 0;padding:0}
@media(max-width:768px){
    body{font-size:14px;line-height:20px;padding-top:50px;}
    .container-xl.m-right{margin:0 auto;padding:0 15px}
    .container-xl.m-left{margin:0 auto;padding:0 15px}
}

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

/*默认导航样式*/
.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 17px}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#333333;padding:0;height:110px;display:flex;align-items:center;justify-content:center;font-weight:400;text-transform:capitalize;font-size:20px;line-height:32px;transition:height .5s;}
.navbar-custom .navbar-nav .nav-link:before{content:"";width:0px;height:2px;margin-left:0!important;background:var(--public-color);position:absolute;bottom:30%;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before{width:100%;transition:all 0}
.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{transition:.6s ease-in-out}
.navbar-custom .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotateX(180deg);color:var(--public-color)}
.navbar-custom .navbar-nav .nav-link:hover{color:var(--public-color);}
.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:768px){
    body{padding-top:50px;font-size:14px;}
    .header-mb{background:#fff;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid #b3190d;z-index:999}
    .header-mb .container-xl{height:50px}
    .header-mb .top-logo{width:50%}
    .header-mb .top-logo img{height:30px;width:auto;}
    .header-mb .top-mb{display:flex;align-items:center;width:50%;justify-content:flex-end}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{background:transparent;padding:0}
    .header-mb .top-mb .dropdown-menu{min-width:80px;margin-top:8px}
    .header-mb .top-mb .top-mb-search{padding:.5rem .4rem;margin-left:10px;width:30px;text-align:center}
    .header-mb .top-mb .top-mb-search i{font-size:16px;color:#000}
    .header-mb .icon-whatsapp{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:34px}
    .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:#b3190d;position:absolute;left:-30px;top:0;cursor:pointer}
    .mobile-ico-close .icon{color:#fff;font-size:30px;padding:0 0 0 6px}
    .search-box .form-control{border-radius:20px}
    .search-box .btn{border:1px solid #ced4da;border-radius:20px}
    .search-box .btn.focus{border:1px solid rgb(128,189,255)}
    .search-box .icon{color:#b3190d}
    .main-mask{position:absolute;background-color:#000;opacity:.4;width:100%;height:100vh;z-index:9;display:none}
}
/*#endregion*/

/*#region 移动端栏目列表*/
.menu-collapse { border-radius: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff; }
.menu-collapse .collapse-title { padding: 0.875rem; background: #5bb44e; 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: #5bb44e }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }

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

/*默认详情设置*/
.content-wrapper { line-height: 1.7;  margin-bottom: 1.5rem; }
.content-wrapper h2 { font-size: 1rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper h3 { font-size: 0.875rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper img { max-width: 100% !important; height: auto !important; }
.content-wrapper ol { margin-left: 1em; padding-left: 1em; }
.content-wrapper video { max-width: 100% !important; height: auto !important; }
.content-wrapper iframe { max-width: 100%; }
.content-wrapper table { width: 100%; margin-bottom: 1rem; color: #212529; }
.content-wrapper table p{margin-bottom: 0;}
.content-wrapper table th, .content-wrapper table td { padding: 0.5rem; vertical-align: middle; border: 1px solid #dee2e6; text-align: center; }
.content-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.content-wrapper table tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); color: #555; }
.content-wrapper table p{ margin-bottom: 0;line-height: 32px;}
.content-wrapper tbody th{color:#2980c7}

/*#表格*/
/* .table-wrapper table th, .table-wrapper table td {  }
.table-wrapper table tbody tr:nth-of-type(odd) {}
.table-wrapper table tbody tr:hover {} */
.table-wrapper table { display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media (max-width: 575.98px) {
    .table-wrapper-sm table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@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-feedback .btn{color:#fff;background:var(--public-color);border-radius:0px;font-size:16px;line-height:22px;padding-top:8px;padding-bottom:8px}
.form-feedback .btn:hover{background:var(--public-color);color:#fff;text-decoration:underline;}
@media(max-width:768px){
    .form-feedback .form-control{padding-top:10px;padding-bottom:10px;font-size:16px}
    .form-feedback .btn{padding-top:10px;padding-bottom:10px}
    .contact-wrapper .feedback-box .form-control{margin-bottom:0}
}
.form-row>.col,.form-row>[class*="col-"]{padding:0 15px}
.form-feedback .btn-c{background-color:#0b3b8d;height:100%;padding:10px 20px;transition:all .6s}
.popup{font-size:16px;position:fixed;left:50%;top:0%;transform:translate(-50%,-50%);z-index:98;background:linear-gradient(-70deg,#24b66f 0%,#88ca4e 70%);color:#fff;border-radius:10px;padding:15px 25px;display:none;cursor:pointer;box-shadow:0 0 10px -2px #000;opacity:0;transition:.6s all}

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

/*#搜索*/
.search-group{width:200px;height:32px;overflow:hidden;border:1px solid #f7f7f7;border-radius:5px}
.search-group .form-control{border:none;border-radius:0px;background:transparent;color:#5c5352;height:32px;line-height:32px;}
.search-group .form-control::-webkit-input-placeholder{color:#5c5352}
.search-group .btn{background-color:#9f1919;border-radius:0px;height:32px;width:32px;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0}
.search-group i{color:#fff;font-size:1rem}

/*#展会信息*/
.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{width:50%;background:#fff;box-shadow:10px 10px 20px rgba(0, 0, 0, 0.7);padding:30px 50px;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;}

@media(max-width:768px) {.zhbg .box{width:80%;padding:15px;}}

/*#视频详情*/
.video-nr{position:relative;background:#f4f6f9;padding:30px;height:910px;display:flex;flex-wrap:wrap;justify-content:space-between;border-top:1px solid #ddd;}
.video-nr .v-content{width:76%;height:100%;overflow:auto;}
.video-nr .v-content::-webkit-scrollbar{display:none;}
.video-nr .v-content .v-title{font-size:22px;line-height:28px;font-weight:bold;margin-top:15px;margin-bottom:15px;}
.video-nr .v-content .v-desc{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.video-nr .v-content .v-desc .left{font-size:14px;color:#777;}
.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:#4bcd65;border:1px solid #4bcd65; display: inline-flex;padding:5px 20px;border-radius:50px;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%);}
.video-nr .v-content .v-desc .right .v-fx{background:#fff;border:1px solid #333;display: inline-flex;margin-left:15px; padding:5px 20px;border-radius:50px;align-items:center;color:#333;}
.video-nr .v-content .v-desc .right .v-fx i{margin-right:8px;}
.video-nr .v-content .v-desc .right .v-fx:hover{background:#527dff;border-color:#527dff;color:#fff;}
.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:#527dff;}
.video-nr .v-content .v-nr a:hover{text-decoration:underline;}
.video-nr .v-content .v-title2{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center; font-size:22px;font-weight:bold;line-height:32px;margin-bottom:15px;padding-bottom:10px;margin-top:10px;}
.video-nr .v-content .v-title2 .right{font-size:16px;line-height:24px;color:#4bcd65;cursor:pointer;font-weight:initial;}
.video-nr .v-content .v-title2 .right:hover{color:#527dff;}
.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:#ff6200;border-radius:50%;display:inline-block;margin-right:10px;}
.video-nr .v-content .v-massage ul{padding:10px 10px 10px 50px;}
.video-nr .v-content .v-massage ul li{position:relative;display:flex;margin-bottom:10px;}
.video-nr .v-content .v-massage ul li:before{content:"\f406";font-family:cmsfont;width:24px;height:24px;text-align:center;line-height:24px; color:#fff;background:#ff9e43;border-radius:50%;display:inline-block;margin-right:10px;}
.video-nr .v-content .v-massage strong{margin-right:0px;}

.video-nr .v-side{width:22%;height:100%;overflow:auto;}
.video-nr .v-side::-webkit-scrollbar{display:none;}
.video-nr .v-side .v-pro{background:#fff;padding:15px;border-radius:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.video-nr .v-side .v-pro .img{width:30%;}

.video-nr .v-side .v-pro .text{width:67%;}
.video-nr .v-side .v-pro .text .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 .d-flex{margin-top:20px;}
.video-nr .v-side .v-pro .d-flex a{display:inline-block;margin-right:10px;padding:5px 10px;border:1px solid #4bcd65;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:#4bcd65;color:#fff;}
.video-nr .v-side .v-pro .d-flex a:first-child{background:#4bcd65;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-rel{background:#fff;padding:15px;border-radius:20px;}
.video-nr .v-side .v-rel .big-t1{font-size:22px;line-height:28px;font-weight:bold;margin-bottom:15px;}
.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%;position:relative;}
.video-nr .v-side .v-rel .v-video-item .left a{position:absolute;left:0;right:0;bottom:0;top:0;z-index:99;}
.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 .t2{font-size:12px;color:#999;line-height:20px;}

.v-feed-box{display:flex;justify-content:space-between;flex-wrap:wrap;}
.v-feed-box .pro{width:30%;}
.v-feed-box .pro a{transition:none;}
.v-feed-box .right{width:68%;}
.v-feed-box .right .title{text-align:left;}
.v-feed-box .pro .text p{font-size: 15px;line-height: 22px;color: #666;position: relative;padding-left: 35px;margin-bottom: 0;} 
.v-feed-box .pro .text p::before{content: url(../../images/sign-2.webp);font-family: 'cmsfont';line-height: 32px;font-size: 14px;position: absolute;left: 0;top: 0px;color: var(--public-color);font-weight: bold;}
.v-feed-box .pro h5{font-size: 15px;line-height: 22px;color: #666666;font-family: 'Rubik';font-weight: 400;margin-top:15px; margin-bottom: 15px;
text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;}

.v-share_bot{margin-top: 30px;border: 1px solid #527dff;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:#527dff;border-radius:20px;flex-shrink:0;cursor:pointer;}

@media(max-width:768px) {
    .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:15px;}
    .video-nr .v-content{width:100%;}
    .video-nr .v-side{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;}
}

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

@media (max-width:768px) {
    .t1{font-size:24px;line-height:32px;}
    .t2{font-size:18px;line-height:26px;}
    .msg{font-size:14px;line-height:22px}
    
    .mb-t1{font-size:24px !important;line-height:32px !important;}
    .mb-t2{font-size:18px !important;line-height:26px !important;}
    .mb-msg{font-size:14px !important;line-height:22px !important;}
    .mb-block{display:block !important;}
    .mb-block >:first-child{width:100% !important;}
    .mb-block >:nth-child(2){width:100% !important;margin-top:20px !important;}

    .mb-flex{flex-wrap:wrap;}
    .mb-flex >:first-child{width:100% !important;order:2 !important;margin-top:20px !important;}
    .mb-flex >:nth-child(2){width:100% !important;order:1 !important;}
}

.max-1870{max-width:1870px;}
.t1{font-size:42px;line-height:56px;color:#333333;}
.msg{font-size:18px;line-height:32px;color:#999999;}

.header{z-index:999;width:100%;position:fixed;top:0;left:0;background-color:#fff;border-bottom:1px solid #ebebeb;}
.header .nav{align-items:center;}
.header .top-search-box{margin-left:13px;height:100%;position:relative;display:flex;align-items:center;}
.header .top-search{position:absolute;right:0;left:auto;}
.header .top-search-box.added-class .top-search{display:block}

.header .quote{font-size:16px;line-height:24px;color:#ffffff;background-color:var(--public-color);padding:9px 28px 7px 28px;border-radius:50px;
text-transform:uppercase;margin-left:40px;}
.header .quote:hover{text-decoration:underline;}
.header .search-group .btn{background-color:var(--public-color);}

.header.nobgcolor{background-color:transparent;border-bottom-color:transparent;}

.header.fadeInDown .navbar-custom .navbar-nav .nav-link{height:90px;transition:all .5s;}
.header.fadeInDown{background-color:#fff;transition:all .5s;}
.header.nobgcolor.fadeInDown .navbar-custom .navbar-nav .nav-link{height:90px;transition:all .5s;}

@media (max-width:1600px){
    .navbar-custom .navbar-nav .nav-link{font-size:18px;}
    .navbar-custom .navbar-nav > .nav-item{margin:0 15px;}
    .header .quote{margin-left:20px;}
}
@media (max-width:1400px){
    .navbar-custom .navbar-nav .nav-link{font-size:17px;line-height:28px;}
}

.home-banner{margin-top:110px;position:relative;}
.home-banner video{width:100%;height:auto;}

.home-banner h1{font-size:48px;line-height:56px;font-weight:500;color:#fff;}

.home-rovide{margin-top:110px;padding-bottom:130px;}
.home-rovide .t1{text-align:center;}
.home-rovide .t1::before{content:"";width:2px;height:100px;background-color:var(--public-color);display:block;margin:0 auto 60px auto;}
.home-rovide .grid{margin-top:55px;gap:var(--bs-gap,40px);}
.home-rovide .g-col-xl-4{padding:35px 30px 65px 40px;position:relative;box-shadow:0 15px 30px 1px rgba(0,0,0,.1);}
.home-rovide .title{font-size:20px;line-height:32px;font-weight:500;color:#333333;padding-left:65px;}
.home-rovide .tip{margin-top:40px;}
.home-rovide .tip p{font-size:16px;line-height:24px;color:#666666;margin-bottom:15px;}
.home-rovide .tip p::before{content:"";width:18px;height:15px;background:url(../../images/home-rovide-p-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:2px;}

.home-rovide .g-col-xl-4:nth-child(1)::before{content:"";width:90px;height:60px;background:url(../../images/home-rovide1.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:20px;}
.home-rovide .g-col-xl-4:nth-child(2)::before{content:"";width:100px;height:60px;background:url(../../images/home-rovide2.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:20px;}
.home-rovide .g-col-xl-4:nth-child(3)::before{content:"";width:90px;height:60px;background:url(../../images/home-rovide3.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:20px;}

.max-1690{max-width:1690px;}
.home-cart{position:relative;text-align:center;padding-top:90px;padding-bottom:140px;}
.home-cart::before{content:"";width:100%;height:50px;background:url(../../images/home-fiab-skip.webp)no-repeat;background-size:contain;display:block;
position:absolute;left:0;top:0;}
.home-cart .boxs{display:flex;justify-content:space-between;margin-top:70px;}
.home-cart .box{width:10.9%;}
.home-cart .box .img{height:180px;display:flex;justify-content:center;align-items:center;border:2px solid #dddddd;border-radius:50%;}
.home-cart .box .img img:nth-child(2){display:none;}
.home-cart .box:hover .img{background-color:var(--public-color);border-color:var(--public-color);transform:scale(1.4);}
.home-cart .box:hover .img img:nth-child(1){display:none;}
.home-cart .box:hover .img img:nth-child(2){display:block;}
.home-cart .box.active .img{background-color:var(--public-color);border-color:var(--public-color);transform:scale(1.4);}
.home-cart .box.active .img img:nth-child(1){display:none;}
.home-cart .box.active .img img:nth-child(2){display:block;}
.home-cart .text{font-size:18px;line-height:28px;font-weight:500;color:#666666;margin-top:60px;}
.home-cart .text:hover{color:var(--public-color);}

.home-cart .last{margin-top:120px;}
.home-cart .grid{gap:var(--bs-gap,40px);}
/* .home-cart .grid.active{height:auto;} */
.home-cart .g-col-xl-4{padding:0 20px 75px 20px;position:relative;}
.home-cart .g-col-xl-4::after{content:"";width:100%;height:20px;background:url(../../images/home-cart-skip.webp)no-repeat;background-size:100% 100%;
position:absolute;left:0;bottom:0;}
.home-cart .last .img{min-height:273px;}
.home-cart .last .img img{transition:all .5s;}
.home-cart .last .img:hover img{transform:scale(1.2);transition:all .5s;}
.home-cart .title{margin-top:0px;font-size:20px;line-height:32px;font-weight:500;color:#333333;text-decoration:underline;height:auto;}
.home-cart .title::before{content:"";width:19px;height:18px;background:url(../../images/home-about-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;position:relative;top:1px;}
.home-cart .title:hover{color:var(--public-color);}
.home-cart .msg{margin-top:25px;font-size:18px;line-height:32px;color:#999999;}

.max-1520{max-width:1520px;}
.home-duce{padding:75px 0 80px 0;background-color:#f3f6fa;}

.home-duce .container-xl{position:relative;}
.home-duce .slide{width:100%;display:flex;justify-content:space-between;align-items:center;opacity:0;height:0;overflow:hidden;}
.home-duce .slide.active{opacity:1;height:100%;}
.home-duce .slide .left{width:50%;}
.home-duce .slide .title{font-size:42px;line-height:56px;font-weight:700;color:#333333;text-transform:uppercase;position:relative;padding-left:65px;}
.home-duce .slide .title::before{content:"";width:46px;height:50px;background:url(../../images/home-about-t2-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.home-duce .slide .msg{line-height:28px;margin-top:30px;color:#666666;}
.home-duce a{margin-top:60px;font-size:16px;line-height:32px;font-weight:700;color:var(--public-color);text-transform:uppercase;text-decoration:underline;}
.home-duce a::before{content:"";width:19px;height:18px;background:url(../../images/home-about-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:2px;}
.home-duce .slide .right{width:45.7%;}

.home-duce .product-tabss{position:relative;}
.home-duce .product-tabs{display:flex;gap:47px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;margin-top:75px;}
.home-duce .product-tabs::-webkit-scrollbar{display:none}
.home-duce .tab{min-width:160px;white-space:nowrap;cursor:pointer;font-size:18px;line-height:32px;color:#666666;font-weight:500;}
.home-duce .tab.active,.home-duce .tab:hover{color:var(--public-color);}

.home-duce .prev-btn,.home-duce .next-btn{position:absolute;top:4%;width:16px;height:28px;}
.home-duce .prev-btn:hover,.home-duce .next-btn:hover{cursor:pointer;}
.home-duce .prev-btn{left:10px}
.home-duce .prev-btn::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-prev-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.home-duce .next-btn{right:10px}
.home-duce .next-btn::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-next-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

/* 自定义滚动条 */
.home-duce .skip{position:relative;margin-top:35px;}
.home-duce .custom-scrollbar{position:absolute;bottom:0;left:0;height:4px;background:#d8ede8;border-radius:3px;width:100%}
.home-duce .custom-scrollbar::before{content:'';position:absolute;height:100%;width:var(--scroll-width,100px);left:var(--scroll-left,0);background:#14a965;border-radius:3px;transition:width 0.2s,left 0.2s}
.home-duce .custom-scrollbar:hover{cursor:pointer;}

.max-1660{max-width:1660px;}
.home-about{margin-top:150px;}
.home-about .top{display:flex;justify-content:flex-end;}
.home-about .max-1660{display:flex;justify-content:space-between;}
.home-about .left{width:36.2%;}
.home-about .t2{font-size:18px;line-height:32px;font-weight:700;color:#14a965;text-transform:uppercase;position:relative;padding-left:65px;}
.home-about .t2::before{content:"";width:46px;height:50px;background:url(../../images/home-about-t2-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:-15px;}
.home-about .t1{font-size:36px;line-height:48px;margin-top:20px;}
.home-about .msg{color:#666666;margin-top:40px;}
.home-about a{margin-top:50px;font-size:16px;line-height:32px;font-weight:700;color:var(--public-color);text-transform:uppercase;text-decoration:underline;}
.home-about a::before{content:"";width:19px;height:18px;background:url(../../images/home-about-a-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:2px;}

.home-about .right{width:57.9%;position:relative;}
.home-about .home-about-btn{position:absolute;left:44.2%;bottom:41%;display:none;}

.home-about .under{margin-top:-100px;}
.home-about .grid{gap:var(--bs-gap,0);}
.home-about .g-col-xl-3{background-color:var(--public-color);padding:60px 50px;position:relative;display:flex;justify-content:space-between;}
.home-about .g-col-xl-3::after{content:"";width:2px;height:80px;background-color:#43ba84;display:block;position:absolute;right:0;top:30%;}
.home-about .g-col-xl-3 .texts{width:78%;}
.home-about .g-col-xl-3 .text1{font-size:32px;line-height:42px;font-weight:700;color:#ffffff;}
.home-about .g-col-xl-3 .text2{font-size:18px;line-height:28px;color:#ffffff;margin-top:15px;}
.home-about .g-col-xl-3:last-child:after{display:none;}
@media (max-width:1660px) {
	.home-cart .box .img{height:130px;}

    .home-about .max-1660{width:100%;padding-left:15px;}
.home-about .under{margin-top:0;}
}

.home-solu{margin-top:160px;padding-bottom:180px;}
.home-solu .top{position:relative;}
.home-solu .top::after{content:"";width:623px;height:480px;background:url(../../images/home-solu-bg.webp)no-repeat;background-size:cover;
position:absolute;right:0;top:0;z-index:-1;}
.home-solu .max-1660{display:flex;justify-content:space-between;align-items:flex-end;}
.home-solu .left{width:57.9%;}
.home-solu .right{width:38.3%;}
.home-solu .t2{font-size:18px;line-height:32px;font-weight:700;color:#14a965;text-transform:uppercase;position:relative;padding-left:65px;}
.home-solu .t2::before{content:"";width:46px;height:50px;background:url(../../images/home-about-t2-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:-15px;}
.home-solu .t1{font-size:36px;line-height:48px;margin-top:15px;}
.home-solu .msg{color:#666666;margin-top:40px;}
.home-solu .tip{margin-top:40px;}
.home-solu .tip p{font-size:18px;line-height:32px;color:#14a965;padding-left:25px;position:relative;letter-spacing:-1px;}
.home-solu .tip p::before{content:"";width:17px;height:13px;background:url(../../images/home-solu-tip-p-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:8px;}
.home-solu a{margin-top:60px;}
.home-solu a{font-size:16px;line-height:28px;font-weight:500;color:#ffffff;background-color:var(--public-color);
border:1px solid #fff;padding:10px 80px 10px 50px;margin-top:60px;position:relative;border-top-right-radius:500px;
border-bottom-right-radius:500px;text-transform:uppercase;}
.home-solu a::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.home-solu a:hover{text-decoration:underline;}

.max-1770{max-width:1800px;}
.home-solu .under{margin-top:60px;}
.home-solu .container-xl{display:flex;justify-content:space-between;}
.home-solu .container-xl.max-1770{display:block;}
.home-solu .under .t1{margin-top:0;}
.home-solu .under .msg{margin-top:0;}
.home-solu .under .swiper{margin-top:60px;}
.home-solu .box{width:18.7%;}

.max-1680{max-width:1710px;}
.home-fiab{padding-top:75px;padding-bottom:180px;position:relative;text-align:center;}
.home-fiab::before{content:"";width:100%;height:50px;background:url(../../images/home-fiab-skip.webp)no-repeat;background-size:contain;display:block;
position:absolute;left:0;top:0;}
.home-fiab .grid{margin-top:100px;gap:var(--bs-gap,25px);}
.home-fiab .g-col-xl-3{position:relative;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.home-fiab .g-col-xl-3 .bg{width:100%;height:auto;}
.home-fiab .box{position:absolute;left:0;top:0;width:100%;height:100%;padding:0 30px;}
.home-fiab .title{font-size:22px;line-height:32px;font-weight:500;color:#333333;margin-top:30px;}
.home-fiab .msg{font-size:16px;line-height:30px;color:#666666;margin-top:30px;}

@media (max-width:1600px) {
    .home-fiab .title{font-size:18px;line-height:28px;margin-top:10px;}
    .home-fiab .msg{font-size:14px;line-height:22px;margin-top:10px;}
}
@media (max-width:1320px) {
    .home-fiab .box img{width:50px;}
}

.home-service{position:relative;}
.home-service .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.home-service .container-xl{display:flex;justify-content:space-between;}
.home-service .left{width:39%;}
.home-service .tip{margin-top:50px;}
.home-service .tip p{font-size:18px;line-height:28px;color:#ffffff;margin-bottom:20px;padding-left:45px;position:relative;}
.home-service .tip p::before{content:"";width:17px;height:14px;background:url(../../images/home-service-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:5px;}
.home-service .t1{font-size:28px;line-height:42px;font-weight:500;color:#fff;letter-spacing:-1px;}
.home-service .right{width:50%;}
.home-service .form-row{margin:0;}
.home-service .form-row>[class*="col-"]{padding:0;margin-bottom:20px;}
.home-service .form-feedback .form-control{font-size:16px;line-height:32px;color:#999999;padding:8px 20px;border-radius:5px;
border-top-right-radius:500px;border-bottom-right-radius:500px;}
.home-service .form-feedback .form-control::placeholder{font-size:16px;line-height:32px;color:#999999;}
.home-service .form-row .col-md-6:nth-child(2){padding-right:10px;}
.home-service .form-row .col-md-6:nth-child(3){padding-left:10px;}
.home-service .btn-box{margin-bottom:0 !important;}
.home-service .form-feedback .btn{font-size:16px;line-height:28px;font-weight:500;color:#ffffff;background-color:transparent;
border:1px solid #fff;padding:10px 60px 10px 30px;display:table;margin:10px 0 0 auto;position:relative;border-top-right-radius:500px;
border-bottom-right-radius:500px;text-transform:uppercase;}
.home-service .form-feedback .btn::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.home-service .form-feedback .btn:hover{text-decoration:underline;}
.home-service .feedback-result{position:absolute;}

@media (max-width:1500px) {
    .home-service .t1{font-size:22px;line-height:32px;}
    .home-service .tip{margin-top:30px;}
    .home-service .tip p{margin-bottom:10px;}
    .home-service .form-feedback .form-control{font-size:16px;line-height:24px;}
    .home-service .form-feedback .btn{margin-top:0;}
}

.home-new{margin-top:125px;padding-bottom:130px;}
.home-new .t1{font-weight:700;color:#14a965;text-transform:uppercase;}
.home-new .grid{margin-top:85px;gap:var(--bs-gap,40px);}
.home-new .g-col-xl-4{position:relative;padding:45px 35px 50px 35px;}
.home-new .g-col-xl-4::before{content:"";width:100%;height:20px;background:url(../../images/home-new-skip.webp)no-repeat;background-size:100% 100%;
display:block;position:absolute;left:0;top:0;}
.home-new .g-col-xl-4::after{content:"";width:100%;height:20px;background:url(../../images/home-new-skip.webp)no-repeat;background-size:100% 100%;
display:block;transform:rotate(180deg);position:absolute;left:0;bottom:0;}

.home-new .category{font-size:16px;line-height:24px;font-weight:500;color:#14a965;}
.home-new .title{font-size:24px;line-height:32px;font-weight:500;color:#333333;margin-top:15px;}
.home-new .title:hover{color:var(--public-color);text-decoration:underline;}
.home-new .msg{font-size:16px;line-height:30px;color:#666666;margin-top:35px;}

footer .top{padding:85px 0 80px 0;background-color:#f4f4f4;}
footer .top .container-xl{display:flex;justify-content:space-between;}
footer .box:nth-child(1){width:32.9%;}
footer .logo{mix-blend-mode:darken;}
footer .msg{font-size:16px;line-height:32px;color:#666666;margin-top:40px;}
footer .share{margin-top:65px;}
footer .social,footer .share a{margin-right:10px;}
footer .social>span{padding:0;}
footer .social:hover{cursor:pointer;}

footer .box:nth-child(2){width:26.5%;}
footer .title{font-size:24px;line-height:32px;font-weight:500;color:#333333;margin-top:20px;}
footer .box1{margin-top:45px;}
footer .box:nth-child(2) .box1 a{font-size:16px;line-height:28px;color:#666666;margin-bottom:15px;letter-spacing:-1px;}
footer .box:nth-child(2) .box1 a:last-child{margin-bottom:0;}
footer .box:nth-child(2) .box1 a::before{content:"";width:11px;height:10px;background:url(../../images/footer-a-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:25px;position:relative;top:-2px;}
footer .box:nth-child(2) .box1 a:hover{color:var(--public-color);text-decoration:underline;}

footer .box:nth-child(3){width:28.6%;}
footer .tip{padding-left:35px;position:relative;}
footer .tip,.footer .tip a{font-size:16px;line-height:28px;}
footer .tip:nth-child(1){margin-bottom:30px;}
footer .tip:nth-child(1)::before{content:"";width:14px;height:17px;background:url(../../images/footer-icon1.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:5px;}
footer .tip:nth-child(2){margin-bottom:15px;}
footer .tip:nth-child(2)::before{content:"";width:17px;height:17px;background:url(../../images/footer-icon2.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:3px;}
footer .tip:nth-child(3){margin-bottom:15px;}
footer .tip:nth-child(3)::before{content:"";width:18px;height:14px;background:url(../../images/footer-icon3.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:7px;}
footer .tip:nth-child(4)::before{content:"";width:17px;height:17px;background:url(../../images/footer-icon4.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:5px;}
footer .tip a:nth-child(1){margin-right:10px;}

footer .under{padding:15px 0;background-color:var(--public-color);font-size:16px;line-height:28px;color:#ffffff;}

@media (max-width:768px) {
    .t1{font-size:18px;line-height:28px;}
    .msg{font-size:14px;line-height:22px;}

    .home-banner{margin-top:0;}
    .home-banner .banner-text{bottom:0;align-items:center;}
    .home-banner h1{font-size:18px;line-height:28px;}

    .home-rovide{margin-top:20px;padding-bottom:20px;}
    .home-rovide .t1 br{display:none;}
    .home-rovide .t1::before{display:none;}
    .home-rovide .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .home-rovide .g-col-xl-4{padding:20px;}
    .home-rovide .title{font-size:16px;line-height:24px;padding-left:0;}
    .home-rovide .tip{margin-top:10px;}
    .home-rovide .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .home-rovide .tip p::before{margin-right:10px;}
    .home-rovide .g-col-xl-4:nth-child(1)::before,.home-rovide .g-col-xl-4:nth-child(2)::before,.home-rovide .g-col-xl-4:nth-child(3)::before{display:none;}

    .home-cart{padding-top:20px;padding-bottom:20px;}
    .home-cart::before{display:none;}
    .home-cart .boxs{margin-top:20px;flex-wrap:wrap;}
    .home-cart .box{width:48%;margin-top:10px;}
    .home-cart .box:nth-child(1),.home-cart .box:nth-child(2){margin-top:0;}
    .home-cart .box.active .img{transform:scale(1);}
    .home-cart .box .img{height:165px;}
    .home-cart .text{font-size:16px;line-height:24px;margin-top:5px;letter-spacing:-1px;}

    .home-cart .last{margin-top:40px}
    .home-cart .grid{gap:var(--bs-gap,30px);}
    .home-cart .g-col-xl-4{padding:0;}
    .home-cart .g-col-xl-4::after{display:none;}
    .home-cart .last .img{min-height:auto;}
    .home-cart .title{font-size:16px;line-height:24px;margin-top:10px;height:auto;}
    .home-cart .msg{margin-top:5px;font-size:14px;line-height:22px;}

    .home-duce{padding:20px 0;}
    .home-duce .slide{height:auto;opacity:1;flex-wrap:wrap;margin-bottom:10px;}
    .home-duce .slide:last-child{margin-bottom:0;}
    .home-duce .slide .left{width:100%;}
    .home-duce .slide .right{width:100%;order:-1;}
    .home-duce .slide .title{font-size:18px;line-height:28px;padding-left:0;margin-top:10px;}
    .home-duce .slide .title::before{display:none;}
    .home-duce .slide .msg{line-height:22px;margin-top:5px;}
    .home-duce a{font-size:14px;line-height:22px;margin-top:5px;}
    .home-duce .under{display:none;}

    .home-about{margin-top:20px;}
    .home-about .max-1660{padding-right:15px;}

    .home-about .t2{font-size:16px;line-height:24px;padding-left:0;}
    .home-about .t2::before{display:none;}
    .home-about .t1{font-size:18px;line-height:26px;margin-top:5px;}
    .home-about .msg{margin-top:5px;}
    .home-about a{font-size:14px;line-height:22px;margin-top:20px;}

    .home-about .home-about-btn{left:40%;bottom:36%;}
    .home-about .home-about-btn img{width:60px;}

    .home-about .under{margin-top:15px;}
    .home-about .grid{gap:var(--bs-gap,20px);}
    .home-about .g-col-xl-3{padding:25px;}
    .home-about .g-col-xl-3 .text1{font-size:18px;line-height:26px;}
    .home-about .g-col-xl-3 .text2{font-size:14px;line-height:22px;margin-top:5px;}

    .home-solu{margin-top:20px;padding-bottom:20px;}
    .home-solu .max-1660{padding:0 15px;}

    .home-solu .t2{font-size:16px;line-height:24px;padding-left:0;}
    .home-solu .t2::before{display:none;}
    .home-solu .t1{font-size:18px;line-height:26px;margin-top:5px;}
    .home-solu .msg{margin-top:5px;}
    .home-solu .tip{margin-top:5px;}
    .home-solu .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .home-solu .tip p:last-child{margin-bottom:0;}
    .home-solu .tip p::before{top:3px;}
    .home-solu a{font-size:14px;line-height:22px;margin-top:20px;padding:10px 50px 10px 20px;}
    .home-solu a::after{top:6px;}

    .home-solu .under{margin-top:20px;}
    .home-solu .container-xl{flex-wrap:wrap;}
    .home-solu .box{width:48.5%;margin-top:10px;}
    .home-solu .box:nth-child(1),.home-solu .box:nth-child(2){margin-top:0;}

    .home-fiab{padding-top:0px;padding-bottom:20px;}
    .home-fiab::before{display:none;}
    .home-fiab .grid{margin-top:20px;gap:var(--bs-gap,20px);}

    .home-service{background-color:var(--public-color);padding:15px 0 50px 0;}
    .home-service .bg{display:none;}
    .home-service .contain{position:static;}
    .home-service .container-xl{flex-wrap:wrap;}
    .home-service .left{width:100%;}
    .home-service .t1{font-size:18px;line-height:26px;}
    .home-service .tip{margin-top:5px;}
    .home-service .tip p{font-size:14px;line-height:22px;padding-left:30px;margin-bottom:5px;}
    .home-service .tip p::before{top:2px;}
    .home-service .right{width:100%;margin-top:15px;}
    .home-service .form-row .col-md-6:nth-child(2){padding-right:0;}
    .home-service .form-row .col-md-6:nth-child(3){padding-left:0;}
    .home-service .form-row>[class*="col-"]{margin-bottom:10px;}
    .home-service .form-feedback .form-control,.home-service .form-feedback .form-control::placeholder{font-size:14px;line-height:22px;padding:8px 10px;}
    .home-service .form-feedback .btn{font-size:14px;line-height:22px;padding:10px 50px 10px 20px;}
    .home-service .form-feedback .btn::after{top:6px;}

    .home-new{margin-top:20px;padding-bottom:20px;}
    .home-new .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .home-new .g-col-xl-4{padding:20px 15px;}
    .home-new .title{font-size:18px;line-height:26px;margin-top:0;}
    .home-new .msg{font-size:14px;line-height:22px;margin-top:5px;}

    footer .top{padding:20px 0;}
    footer .top .container-xl{flex-wrap:wrap;}
    footer .box:nth-child(1),footer .box:nth-child(2),footer .box:nth-child(3){width:100%;}
    footer .logo{width:40%;}
    footer .msg{font-size:14px;line-height:22px;margin-top:10px;}
    footer .share{margin-top:15px;}

    footer .title{font-size:18px;line-height:26px;margin-top:10px;}
    footer .box1{margin-top:5px;}
    footer .box:nth-child(2) .box1 a{font-size:14px;line-height:22px;margin-bottom:5px;letter-spacing:0;}
    footer .box:nth-child(2) .box1 a::before{margin-right:10px;top:0;}
    footer .tip, .footer .tip a{font-size:14px;line-height:22px;}
    footer .tip:nth-child(2)::before{top:0;}
    footer .tip:nth-child(3)::before{top:4px;}
    footer .tip:nth-child(4)::before{top:2px;}
    footer .tip:nth-child(1),footer .tip:nth-child(2),footer .tip:nth-child(3){margin-bottom:5px;}
}

.banner .banner-img img{width:100%;}
.banner .banner-text{text-align:left;align-items:flex-start;top:140px;}
.banner .breadcrumb{display:flex;align-items:center;}
.banner .breadcrumb::before{content:"";width:18px;height:20px;background:url(../../images/breadcrumb-icon.webp)no-repeat;background-size:cover;
display:block;margin-right:20px;}
.banner .breadcrumb-item{display:flex;align-items:center;}
.banner .breadcrumb-item a{font-size:18px;line-height:32px;color:#333333;}
.banner .breadcrumb-item a:hover{color:var(--public-color);}
.banner .breadcrumb-item+.breadcrumb-item{padding-left:20px;}
.banner .breadcrumb-item+.breadcrumb-item::before{content:"";width:14px;height:9px;background:url(../../images/breadcrumb-item-icon.webp)no-repeat;
background-size:cover;display:block;margin-right:20px;}

.banner .t1{font-size:48px;line-height:60px;color:#333333;margin-top:70px;}

.banner1 .t1{font-size:36px;line-height:46px;}
.banner1 .t1::after{content:"";width:120px;height:1px;background-color:var(--public-color);display:block;margin-top:35px;}
.banner1 .msg{font-size:18px;line-height:32px;color:#666666;margin-top:30px;width:70%;}
@media (max-width:1600px) {
    .banner .banner-text{align-items:center;top:0;}
    .banner .t1{margin-top:20px;font-size:28px;line-height:40px;}
}
@media (max-width:768px) {
    .banner .breadcrumb::before{display:none;}
    .banner .breadcrumb-item a{font-size:14px;line-height:22px;}
    .banner .breadcrumb-item+.breadcrumb-item{padding-left:10px;}
    .banner .breadcrumb-item+.breadcrumb-item::before{top:-1px;position:relative;margin-right:10px;}
    .banner .t1{font-size:18px;line-height:26px;margin-top:0;letter-spacing:-1px;}
    .banner1 .t1::after{display:none;}
    .banner1 .msg{font-size:14px;line-height:22px;margin-top:5px;width:100%;display:none;}
}

.general-nav{margin-top:-60px;position:relative;z-index:10;}
.general-nav .navbox{border-top:4px solid var(--public-color);display:flex;align-items:center;background-color:var(--public-color);}
.general-nav .nav-item{font-size:18px;line-height:28px;font-weight:500;text-transform:uppercase;color:#fff;background-color:var(--public-color);padding:14px 50px;}
.general-nav .nav-item.active,.general-nav .nav-item:hover{background-color:#fff;color:#333333;}

.cert{margin-top:130px;padding-bottom:190px;}
.cert .grid{gap:var(--bs-gap,25px);}
.cert .g-col-xl-3{padding:30px 25px 0 25px;background-color:#f9f9f9;}
.cert .box{border-bottom:4px solid var(--public-color);padding-bottom:35px;}
.cert .title{font-size:18px;line-height:32px;color:#666666;text-align:center;margin-top:20px;text-decoration:underline;}

@media (max-width:768px) {
    .cert{margin-top:20px;padding-bottom:20px;}
    .cert .grid{gap:var(--bs-gap,15px);}
    .cert .g-col-xl-3{padding:15px;}
    .cert .box{padding-bottom:0;border-color:transparent;}
    .cert .title{font-size:14px;line-height:24px;margin-top:5px;}
}

.new{margin-top:130px;padding-bottom:190px;}
.new .grid{gap:var(--bs-gap,40px);}
.new .g-col-xl-4{background-color:#f9f9f9;}
.new .g-col-xl-4 .box{padding:60px 0 55px 0;margin:0 20px;border-bottom:2px solid var(--public-color);}
.new .g-col-xl-4 .all{display:flex;align-items:center;}
.new .g-col-xl-4 .category{font-size:16px;line-height:24px;font-weight:500;color:#14a965;margin-right:10px;}
.new .g-col-xl-4 .date{font-size:16px;line-height:24px;font-weight:500;color:#aaaaaa;}
.new .title{font-size:24px;line-height:36px;font-weight:500;color:#333333;margin-top:15px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;
-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.new .title:hover{color:var(--public-color);text-decoration:underline;}
.new .msg{font-size:16px;line-height:28px;color:#666666;margin-top:30px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;
-webkit-box-orient:vertical;}

@media (max-width:768px) {
    .new{margin-top:20px;padding-bottom:20px;}
    .new .grid{gap:var(--bs-gap,20px);}
    .new .g-col-xl-4 .box{padding:20px;margin:0;}
    .new .g-col-xl-4 .category,.new .g-col-xl-4 .date{font-size:14px;line-height:22px;}
    .new .title{font-size:18px;line-height:26px;margin-top:5px;}
    .new .msg{font-size:14px;line-height:22px;margin-top:5px;}
}

.factory{margin-top:130px;padding-bottom:190px;}
.factory .grid{gap:var(--bs-gap,40px);}
.factory .g-col-xl-4{background-color:#f9f9f9;}
.factory .g-col-xl-4 .box{padding:30px 0;margin:0 20px;border-bottom:4px solid var(--public-color);}
.factory .g-col-xl-4 .title{font-size:18px;line-height:28px;color:#666666;text-align:center;}

@media (max-width:768px) {
    .factory{margin-top:20px;padding-bottom:20px;}
    .factory .grid{gap:var(--bs-gap,20px);}

    .factory .g-col-xl-4 .box{padding:10px 15px;margin:0;border:none;}
}

.video{margin-top:130px;padding-bottom:190px;}
.video .grid{gap:var(--bs-gap,40px);}
.video .g-col-xl-4{background-color:#f9f9f9;}
.video .img{position:relative;}
.video .skip{position:absolute;left:30px;bottom:30px;}
.video .skip:hover{cursor:pointer;}
.video .box{padding:30px 0;margin:0 20px;border-bottom:4px solid var(--public-color);}
.video .title{font-size:18px;line-height:28px;color:#666666;}

@media (max-width:768px) {
    .video{margin-top:20px;padding-bottom:20px;}
    .video .grid{gap:var(--bs-gap,20px);}
    .video .box{margin:0;padding:10px 15px;border-bottom:none;}
    .video .title{font-size:16px;line-height:24px;}
    .video .skip{width:40px;height:40px;left:20px;bottom:20px;}
    .video .skip img{width:100%;}
}

.faq{margin-top:130px;padding-bottom:190px;}
.faq .container-xl{display:flex;justify-content:space-between;}
.faq .left{width:19.7%;}
.faq .item{width:100%;font-size:18px;line-height:28px;font-weight:500;color:var(--public-color);border:2px solid var(--public-color);
padding:14px 30px;margin-bottom:30px;position:relative;text-transform:uppercase;}
.faq .item::after{content:"";width:50px;height:40px;background:url(../../images/faq-item-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;right:15px;top:8px;}
.faq .item:hover,.faq .item.active{background-color:var(--public-color);color:#fff;padding-left:100px;}
.faq .item:hover::after,.faq .item.active::after{left:0;right:auto;}
.faq .item:last-child{margin-bottom:0;}
.faq .right{width:74.7%;}
.faq .faq-item{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);padding:25px 40px;margin-bottom:20px;}
.faq .faq-title{font-size:20px;line-height:28px;font-weight:500;color:#666666;position:relative;}
.faq .faq-title::after{content:"";width:18px;height:18px;background:url(../../images/faq-icon1.webp)no-repeat;background-size:cover;display:block;position:absolute;
right:0;top:5px;}

.faq .faq-content{font-size:18px;line-height:32px;color:#666666;height:0;overflow:hidden;}
.faq .faq-item.active .faq-title{color:var(--public-color);}
.faq .faq-item.active .faq-title::after{content:"";width:18px;height:4px;background:url(../../images/faq-icon2.webp)no-repeat;background-size:cover;top:12px;}
.faq .faq-item.active .faq-content{margin-top:40px;height:auto;transition:all .5s;}

@media (max-width:768px) {
    .faq{margin-top:20px;padding-bottom:20px;}
    .faq .right{width:100%;}
    .faq .faq-item{padding:20px;}
    .faq .faq-title{font-size:18px;line-height:26px;padding-right:20px;}
    .faq .faq-item .faq-content{margin-top:5px;font-size:14px;line-height:22px;}
    .faq .faq-item.active .faq-content{margin-top:5px;}
}

.contact{margin-top:120px;padding-bottom:120px;}
.contact .container-xl{display:flex;justify-content:space-between;}
.contact .box:nth-child(1){width:22.9%;}
.contact .box:nth-child(2){width:11.5%;}
.contact .box:nth-child(3){width:10.8%;}
.contact .box:nth-child(4){width:17.9%;}

.contact .name{display:flex;align-items:flex-end;}
.contact .name .text{font-size:16px;line-height:32px;color:var(--public-color);margin-left:5px;}
.contact .text1{margin-top:25px;font-size:16px;line-height:28px;color:#666666;}
.contact a.text1:hover{color:var(--public-color);text-decoration:underline;}

@media (max-width:768px) {
    .contact{margin-top:20px;padding-bottom:20px;}
    .contact .container-xl{flex-wrap:wrap;}
    .contact .box:nth-child(2),.contact .box:nth-child(3){width:50%;}
    .contact .box:nth-child(1),.contact .box:nth-child(4){width:100%;margin-bottom:15px;}
    .contact .box:last-child{margin-bottom:0;}
    .contact .ico{width:35px;}
    .contact .ico img{width:100%;}
    .contact .name .text{line-height:24px;}
    .contact .text1{font-size:14px;line-height:22px;margin-top:10px;}
}

.down{margin-top:120px;padding-bottom:100px;}
.down .container-xl{display:flex;justify-content:space-between;align-items:center;}
.down .left{width:46.5%;order:2;}
.down .right{width:42.9%;}
.down .text{font-size:16px;line-height:30px;color:#666666;}
.down form{margin-top:55px;} 
.down .form-row>[class*="col-"]{padding:0;margin-bottom:0;}
.down .form-feedback .form-control{border-color:transparent;border-bottom:1px solid #eeedeb;font-size:16px;line-height:32px;
padding:13px 10px;color:#666666;}
.down .col-md-6:nth-child(1) .form-control,.down .col-md-6:nth-child(2) .form-control{border-top:1px solid #eeedeb;}
.down .form-feedback .btn{font-size:18px;line-height:28px;font-weight:700;color:#ffffff;background-color:var(--public-color);margin-top:50px;
padding:10px 40px;text-transform:uppercase;}
.down .form-feedback .btn:hover{text-decoration:underline;}

@media (max-width:768px) {
    .down{margin-top:20px;padding-bottom:20px;}
    .down .text{font-size:14px;line-height:22px;}
    .down form{margin-top:20px;}
    .down .form-feedback .form-control{padding:8px 10px;font-size:14px;line-height:22px;}
    .down .form-feedback .btn{font-size:14px;line-height:22px;margin-top:15px;}
}

.industry-list{margin-top:170px;padding-bottom:180px;}
.industry-list .t1{font-size:36px;line-height:48px;color:var(--public-color);}
.industry-list .grid{margin-top:90px;gap:var(--bs-gap,40px);}
.industry-list .box{background-color:#f8f8f8;padding:26px 30px;}
.industry-list .title{font-size:20px;line-height:28px;color:#333333;}
.industry-list .g-col-xl-4:hover .box{background-color:#14a965;}
.industry-list .g-col-xl-4:hover .box .title{color:#fff;}

.faq1{position:relative;}
.faq1 .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.faq1 .container-xl{display:flex;justify-content:space-between;}
.faq1 .left{width:35.8%;padding-top:25px;}
.faq1 .t1{font-size:28px;line-height:36px;color:#fff;letter-spacing:-1px;}
.faq1 .msg{color:#ffffff;margin-top:35px;}

.faq1 a{font-size:16px;line-height:28px;font-weight:500;color:var(--public-color);background-color:#fff;
border:1px solid #fff;padding:10px 65px 10px 35px;margin-top:40px;position:relative;border-top-right-radius:500px;
border-bottom-right-radius:500px;border-top-left-radius:500px;border-bottom-left-radius:500px;text-transform:uppercase;}
.faq1 a::after{content:"";width:30px;height:30px;background:url(../../images/faq1-a-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.faq1 a:hover{text-decoration:underline;}

.faq1 .right{width:57.2%;}
.faq1 .faq-item{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);padding:11px 30px;margin-bottom:10px;border-radius:5px;}
.faq1 .faq-title{font-size:16px;line-height:28px;font-weight:500;color:#666666;position:relative;}
.faq1 .faq-title::after{content:"";width:18px;height:18px;background:url(../../images/faq-icon1.webp)no-repeat;background-size:cover;display:block;position:absolute;
right:0;top:5px;}
.faq1 .faq-content{font-size:16px;line-height:26px;color:#666666;height:0;overflow:hidden;}
.faq1 .faq-item.active{padding-bottom:30px;}
.faq1 .faq-item.active .faq-title{color:var(--public-color);}
.faq1 .faq-item.active .faq-title::after{content:"";width:18px;height:4px;background:url(../../images/faq-icon2.webp)no-repeat;background-size:cover;top:12px;}
.faq1 .faq-item.active .faq-content{margin-top:20px;height:auto;transition:all .5s;}

@media (max-width:768px){
    .industry-list{margin-top:20px;padding-bottom:20px;}
    .industry-list .t1{font-size:18px;line-height:26px;}
    .industry-list .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .industry-list .box{padding:15px 20px;}
    .industry-list .title{font-size:16px;line-height:24px;}
}

.hensive{margin-top:80px;padding-bottom:180px;}
.hensive .top{text-align:center;}
.hensive .t1{font-size:36px;line-height:48px;}
.hensive .t1::before{content:"";width:2px;height:100px;display:block;background-color:var(--public-color);margin:0 auto 55px auto;}
.hensive .top .msg{color:#666666;width:81%;margin:25px auto 0 auto;}
.hensive .under{margin-top:110px;}
.hensive .box{margin-bottom:80px;}
.hensive .box:last-child{margin-bottom:0;}
.hensive .box:nth-child(odd) .left{border-right:6px solid #14a965;}
.hensive .box:nth-child(even){display:flex;justify-content:flex-end;}
.hensive .box:nth-child(even) .left{order:2;border-left:6px solid var(--public-color);}
.hensive .max-1660{display:flex;justify-content:space-between;align-items:center;}
.hensive .left{width:50.6%;}
.hensive .right{width:42.2%;}
.hensive .title{font-size:30px;line-height:42px;color:#14a965;}
.hensive .msg{font-size:18px;line-height:32px;color:#666666;margin-top:50px;}
.hensive .tip{margin-top:20px;}
.hensive .tip p{font-size:18px;line-height:32px;color:#666666;padding-left:40px;position:relative;margin-bottom:5px;}
.hensive .tip p::before{content:"";width:17px;height:13px;background:url(../../images/hensive-tip-p-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:10px;}

.les{position:relative;}
.les .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.les .container-xl{display:flex;justify-content:space-between;}
.les .left{width:44.3%;}
.les .t1{font-size:28px;line-height:42px;font-weight:500;color:#fff;letter-spacing:-1px;}
.les .faq-item{padding:7px 0;border-bottom:1px solid #4dbd8a;}
.les .faq-item:nth-child(2){margin-top:35px;border-top:1px solid #4dbd8a;}
.les .faq-title{font-size:18px;line-height:32px;font-weight:500;color:#ffffff;position:relative;}
.les .faq-title::after{content:"";width:9px;height:10px;background:url(../../images/les-icon1.webp)no-repeat;background-size:cover;display:block;
position:absolute;right:0;top:13px;}
.les .faq-content{font-size:16px;line-height:24px;color:#ffffff;height:0;overflow:hidden;}
.les .faq-item.active{padding-bottom:20px;}
.les .faq-item.active .faq-title::after{content:"";width:7px;height:2px;background:url(../../images/les-icon2.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:15px;}
.les .faq-item.active .faq-content{margin-top:10px;height:auto;transition:all .5s;}

.les .right{width:50%;}
.les .form-row{margin:0;}
.les .form-row>[class*="col-"]{padding:0;margin-bottom:20px;}
.les .form-feedback .form-control{font-size:16px;line-height:32px;color:#999999;padding:8px 20px;border-radius:5px;}
.les .form-feedback .form-control::placeholder{font-size:16px;line-height:32px;color:#999999;}
.les .form-row .col-md-6:nth-child(2){padding-right:10px;}
.les .form-row .col-md-6:nth-child(3){padding-left:10px;}
.les .btn-box{margin-bottom:0 !important;}
.les .form-feedback .btn{font-size:16px;line-height:28px;font-weight:500;color:#ffffff;background-color:transparent;
border:1px solid #fff;padding:10px 60px 10px 30px;display:table;margin:10px 0 0 auto;position:relative;border-top-right-radius:500px;
border-bottom-right-radius:500px;text-transform:uppercase;}
.les .form-feedback .btn::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.les .form-feedback .btn:hover{text-decoration:underline;}
.les .feedback-result{position:absolute;}

@media (max-width:1500px) {
    .les .t1{font-size:22px;line-height:32px;}
    .les .tip{margin-top:30px;}
    .les .tip p{margin-bottom:10px;}
    .les .form-feedback .form-control{font-size:16px;line-height:24px;}
    .les .form-feedback .btn{margin-top:0;}
}
@media (max-width:768px) {
    .hensive{margin-top:20px;padding-bottom:20px;}
    .hensive .t1{font-size:18px;line-height:26px;}
    .hensive .t1::before{display:none;}
    .hensive .top .msg{width:100%;margin-top:5px;font-size:14px;line-height:22px;}

    .hensive .under{margin-top:20px;}
    .hensive .box{margin-bottom:20px;}
    .hensive .max-1660{padding:0 15px;}
    .hensive .title{font-size:18px;line-height:26px;}
    .hensive .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .hensive .tip{margin-top:10px;}
    .hensive .tip p{font-size:14px;line-height:22px;padding-left:30px;}
    .hensive .tip p::before{top:5px;}

    .les{background-color:var(--public-color);padding:15px 0 50px 0;}
    .les .bg{display:none;}
    .les .contain{position:static;}
    .les .container-xl{flex-wrap:wrap;}
    .les .left{width:100%;}
    .les .t1{font-size:18px;line-height:26px;}
    .les .faq-title{line-height:26px;}
    .les .faq-item:nth-child(2){margin-top:15px;}
    .les .faq-item.active{padding-bottom:10px;}
    .les .right{width:100%;margin-top:15px;}
    .les .form-row>[class*="col-"]{margin-bottom:10px;}
    .les .form-row .col-md-6:nth-child(2){padding-right:0;}
    .les .form-row .col-md-6:nth-child(3){padding-left:0;}
    .les .form-feedback .btn{font-size:14px;line-height:22px;padding:10px 50px 10px 20px;}
    .les .form-feedback .btn::after{top:6px;}
}

.max-1630{max-width:1630px;}
.bread{margin-top:140px;}
.bread .breadcrumb{display:flex;align-items:center;}
.bread .breadcrumb::before{content:"";width:18px;height:20px;background:url(../../images/breadcrumb-icon.webp)no-repeat;background-size:cover;
display:block;margin-right:20px;}
.bread .breadcrumb-item{display:flex;align-items:center;}
.bread .breadcrumb-item a{font-size:18px;line-height:32px;color:#333333;}
.bread .breadcrumb-item a:hover{color:var(--public-color);}
.bread .breadcrumb-item+.breadcrumb-item{padding-left:20px;}
.bread .breadcrumb-item+.breadcrumb-item::before{content:"";width:14px;height:9px;background:url(../../images/breadcrumb-item-icon.webp)no-repeat;
background-size:cover;display:block;margin-right:20px;}

@media (max-width:768px) {
    .bread{margin-top:10px;}
    .bread .breadcrumb::before{display:none;}
    .bread .breadcrumb-item a{font-size:14px;line-height:22px;}
    .bread .breadcrumb-item+.breadcrumb-item{padding-left:10px;}
    .bread .breadcrumb-item+.breadcrumb-item::before{margin-right:10px;}
}

.gn1{margin-top:75px;}

.new-cont{margin-top:135px;padding-bottom:200px;}
.new-cont .container-xl{display:flex;justify-content:space-between;}

.new-cont .all-box{display:flex;justify-content:space-between;width:100%;}
.new-cont .left{width:20.7%;}
.new-cont .table-box{position:sticky;top:100px;}

.new-cont .table-title{font-size:32px;line-height:40px;font-weight:500;color:#333333;color:var(--public-color);text-align:left;text-transform:uppercase;}

.new-cont .table-of-content-list{margin-top:75px;}
.new-cont .table-text{padding-bottom:30px;border-bottom:1px solid #e5e5e5;}
.new-cont .table-text a{font-size:24px;line-height:32px;font-weight:500;color:#333333;letter-spacing:-1px;}
.new-cont .sub-list{margin-top:30px;}
.new-cont .sub-list a{font-size:18px;line-height:32px;color:#666666;margin-bottom:20px;padding-left:40px;position:relative;}
.new-cont .sub-list a::before{content:"";width:5px;height:5px;background-color:#999999;display:block;position:absolute;left:0;top:12px;}
.new-cont .sub-list a:hover{color:var(--public-color);text-decoration:underline;}
.new-cont .sub-list a:hover::before{content:"";width:18px;height:16px;background:url(../../images/sub-list-a-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:8px;}

.new-cont .all-box-right.maxwidth{width:100%;}
.new-cont .right{width:75%;display:flex;justify-content:space-between;}
.new-cont .box-left{width:66.7%;}

.new-cont .t1{font-size:36px;line-height:48px;font-weight:700;color:#333333;letter-spacing:-1px;}
.new-cont .box{display:flex;align-items:center;margin-top:30px;}
.new-cont .box div{font-size:16px;line-height:28px;color:#999999;font-weight:500;text-transform:uppercase;}
.new-cont .box div:nth-child(1){margin-right:50px;color:#999999;}
.new-cont .box div:hover{color:var(--public-color);}

.new-cont .center{margin-top:25px;padding:35px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.new-cont .center p{font-size:16px;line-height:28px;color:#999999;}
.new-cont .last{margin-top:60px;display:flex;justify-content:space-between;}
.new-cont .last .l1{width:51.25%;}
.new-cont .last .next{margin-bottom:15px;}
.new-cont .last a span{font-weight:700;font-size:18px;line-height:32px;}
.new-cont .last a p{display:inline-block;font-size:18px;line-height:32px;color:#666666;}
.new-cont .last a:hover p,.new-cont .last a:hover span{color:var(--public-color);text-decoration:underline;}
.new-cont .last .r1{width:25%;}
.new-cont .last .r1 a{width:100%;text-align:center;font-size:18px;line-height:28px;font-weight:500;color:#fff;background-color:var(--public-color);
padding:11px 0;text-transform:uppercase;}

.new-cont .box-right{width:27.3%;}
.new-cont .doublebox{padding:40px 30px 80px 30px;background-color:#f8f8f8;border-bottom:4px solid var(--public-color);}
.new-cont .doublebox .title{font-size:32px;line-height:40px;color:#333333;font-weight:500;text-transform:uppercase;}

.new-cont .doublebox a{display:block;}
.new-cont .doublebox .contactbtn{width:100%;display:table;margin-top:45px;padding:18px 20px 18px 20px;text-align:center;background-color:var(--public-color);font-size:18px;
line-height:28px;color:#fff;text-transform:uppercase;border-radius:5px;}
.new-cont .doublebox .contactbtn::after{content:"";width:20px;height:20px;background:url(../../images/contactbtn-icon.webp) no-repeat;
background-size:cover;display:inline-block;margin-left:25px;position:relative;top:3px;}
.new-cont .contactbtn:hover{text-decoration:underline;}

.new-cont .downbtn{margin-top:40px;font-size:18px;line-height:26px;color:#666666;padding-bottom:15px;border-bottom:1px solid #ededed;}
.new-cont .downbtn::before{content:"";width:20px;height:22px;background:url(../../images/downbtn-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:3px;}
.new-cont .faqbtn{margin-top:15px;font-size:18px;line-height:26px;color:#666666;padding-bottom:15px;border-bottom:1px solid #ededed;}
.new-cont .faqbtn::before{content:"";width:26px;height:26px;background:url(../../images/faqbtn-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:15px;position:relative;top:5px;}
.new-cont .videobtn{margin-top:15px;font-size:18px;line-height:26px;color:#666666;padding-bottom:15px;border-bottom:1px solid #ededed;}
.new-cont .videobtn::before{content:"";width:26px;height:20px;background:url(../../images/videobtn-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:15px;position:relative;top:3px;}

.new-cont .downbtn:hover{color:var(--public-color);}
.new-cont .faqbtn:hover{color:var(--public-color);}
.new-cont .videobtn:hover{color:var(--public-color);}

.new-cont .downbtn:hover::before{background:url(../../images/downbtn-icon1.webp)no-repeat;}
.new-cont .faqbtn:hover::before{background:url(../../images/faqbtn-icon1.webp)no-repeat;}
.new-cont .videobtn:hover::before{background:url(../../images/videobtn-icon1.webp)no-repeat;}
.new-cont .doublebox:nth-child(1){margin-bottom:40px}

.new-cont .doublebox:nth-child(2){padding:25px 30px 65px 30px;}
.new-cont .doublebox:nth-child(2) .title{font-size:28px;}
.new-cont .new-box{padding:20px 0 25px 0;border-bottom:1px solid #dddddd;}
.new-cont .new-box p{display:inline-block;}
.new-cont .new-box .title1 + p{font-size:14px;line-height:22px;font-weight:500;color:#999999;margin-top:15px;}
.new-cont .new-box .category{font-size:14px;line-height:22px;color:var(--public-color);text-transform:uppercase;font-weight:500;}
.new-cont .new-box .title1{font-size:18px;line-height:24px;color:#666666;margin-top:10px;font-weight:400;}
.new-cont .new-box .title1:hover{color:var(--public-color);text-decoration:underline;}
.new-cont .new-box .last{margin-top:10px;}

.hotpro{padding-bottom:180px;}
.hotpro .t1{font-size:36px;line-height:48px;font-weight:500;text-transform:uppercase;color:#14a965;}
.hotpro .line{width:100%;height:2px;background-color:var(--public-color);margin-top:45px;}
.hotpro .grid{margin-top:80px;gap:var(--bs-gap,35px);}
.hotpro .g-col-xl-3{padding:40px 40px 60px 40px;background-color:#f8f8f8;}
.hotpro .g-col-xl-3:hover{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);}
.hotpro .model{font-size:18px;line-height:28px;;font-weight:500;color:var(--public-color);margin-top:30px;}
.hotpro .title{font-size:18px;line-height:28px;font-weight:500;color:#333333;margin-top:10px;text-decoration:underline;}
.hotpro .title::after{content:"";width:19px;height:18px;background:url(../../images/home-about-a-icon.webp) no-repeat;background-size:cover;
display:inline-block;margin-left:10px;position:relative;top:4px;}
.hotpro .title:hover{color:var(--public-color);}

@media (max-width:768px) {
    .new-cont{margin-top:20px;padding-bottom:20px;}
    .new-cont .right{width:100%;flex-wrap:wrap;}
    .new-cont .box-left{width:100%;}
    .new-cont .t1{font-size:18px;line-height:28px;}
    .new-cont .box{margin-top:5px;}
    .new-cont .box div{font-size:14px;line-height:22px;}
    .new-cont .box div:nth-child(1){margin-right:10px;}
    .new-cont .center{margin-top:15px;padding:20px 0;}
    .new-cont .center p{font-size:14px;line-height:22px;}
    .new-cont .last{margin-top:10px;flex-wrap:wrap;}
    .new-cont .last .l1{width:100%;}
    .new-cont .last .next{margin-bottom:5px;}
    .new-cont .last a span{font-size:16px;line-height:24px;}
    .new-cont .last a p{font-size:14px;line-height:22px;}
    .new-cont .last .r1{width:100%;margin-top:15px;}
    .new-cont .last .r1 a{width:auto;font-size:16px;line-height:24px;padding:5px 25px;}
    .new-cont .box-right{width:100%;margin-top:20px;}

    .new-cont .doublebox{padding:20px;}
    .new-cont .doublebox .title{font-size:18px;line-height:26px;}
    .new-cont .doublebox .contactbtn{width:auto;margin-top:20px;font-size:16px;line-height:24px;padding:10px 20px;}
    .new-cont .downbtn{margin-top:10px;padding-bottom:10px;font-size:16px;line-height:24px;}
    .new-cont .faqbtn{margin-top:0;padding-bottom:10px;font-size:16px;line-height:24px;}
    .new-cont .videobtn{margin-top:0;padding-bottom:10px;font-size:16px;line-height:24px;}
    .new-cont .doublebox:nth-child(1){margin-bottom:20px;}
    .new-cont .doublebox:nth-child(2){padding:20px;}
    .new-cont .doublebox:nth-child(2) .title{font-size:18px;line-height:26px;}
    .new-cont .new-box{padding:10px 0;}
    .new-cont .new-box .title1{font-size:16px;line-height:24px;margin-top:0;}
    .new-cont .new-box .title1 + p{margin-top:5px;}

    .hotpro{padding-bottom:20px;}
    .hotpro .t1{font-size:18px;line-height:26px;}
    .hotpro .line{display:none;}
    .hotpro .grid{gap:var(--bs-gap,20px);margin-top:20px;}
    .hotpro .g-col-xl-3{padding:20px;}
    .hotpro .model{font-size:16px;line-height:24px;margin-top:10px;}
    .hotpro .title{margin-top:0;}
}

.pro-index-page{position:relative;background:url(../../images/pro-index-page-bg.webp)no-repeat;background-size:contain;}

.pro-index-head{margin-top:100px;padding-bottom:100px;}
.pro-index-head .t1{font-size:36px;line-height:48px;}
.pro-index-head .t1::after{content:"";width:120px;height:1px;background-color:var(--public-color);display:block;margin-top:30px;}
.pro-index-head .msg{font-size:18px;line-height:32px;color:#666666;margin-top:40px;}

.pro-index-list{padding:125px 0 180px 0;background-color:#f9f9f9;}
.pro-index-list .box:nth-child(1),.pro-index-list .box:nth-child(2){margin-bottom:180px;}
.pro-index-list .t1{font-size:30px;line-height:48px;color:#333333;padding-left:75px;position:relative;}
.pro-index-list .t1::after{content:"";width:27px;height:13px;background:url(../../images/pro-index-list-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:20px;position:relative;;top:-3px;}
.pro-index-list .t1::before{content:"";width:46px;height:50px;background:url(../../images/home-about-t2-skip.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:-5px;}
.pro-index-list .t1:hover{color:var(--public-color);}

.pro-index-list .msg{font-size:18px;line-height:32px;color:#666666;margin-top:25px;}
.pro-index-list .grid{margin-top:90px;gap:var(--bs-gap,40px);}
.pro-index-list .g-col-xl-4{padding:45px 40px 70px 40px;background-color:#fff;}
.pro-index-list .img img{transition:all .5s;}
.pro-index-list .img:hover img{transform:scale(1.1);transition:all .5s;}
.pro-index-list .model{margin-top:30px;font-size:18px;line-height:28px;font-weight:500;color:var(--public-color);}
.pro-index-list .title{font-size:18px;line-height:28px;font-weight:500;color:#333333;margin-top:10px;text-decoration:underline;}
.pro-index-list .title::after{content:"";width:19px;height:18px;background:url(../../images/home-about-a-icon.webp) no-repeat;background-size:cover;
display:inline-block;margin-left:10px;position:relative;top:4px;}
.pro-index-list .title:hover{color:var(--public-color);}
.pro-index-list .tip{margin-top:25px;}
.pro-index-list .tip p{font-size:18px;line-height:32px;color:#666666;padding-left:35px;position:relative;margin-bottom:5px;}
.pro-index-list .tip p:last-child{margin-bottom:0;}
.pro-index-list .tip p::before{content:"";width:17px;height:13px;background:url(../../images/pro-index-list-tip-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:9px;}

@media (max-width:768px) {
    .pro-index-head{margin-top:5px;padding-bottom:10px;}
    .pro-index-head .t1{font-size:18px;line-height:28px;}
    .pro-index-head .t1::after{display:none;}
    .pro-index-head .msg{font-size:14px;line-height:22px;margin-top:0;}

    .pro-index-list{padding:20px 0;}
    .pro-index-list .t1{font-size:18px;line-height:28px;padding-left:0;}
    .pro-index-list .t1::before{display:none;}
    .pro-index-list .t1::after{margin-left:10px;top:1px;transform:scale(.8);}

    .pro-index-list .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .pro-index-list .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .pro-index-list .g-col-xl-4{padding:20px;}
    .pro-index-list .model{font-size:16px;line-height:24px;margin-top:5px;}
    .pro-index-list .title{margin-top:0;}
    .pro-index-list .tip{margin-top:10px;}
    .pro-index-list .tip p{font-size:14px;line-height:22px;padding-left:30px;margin-bottom:0;}
    .pro-index-list .tip p::before{top:3px;}
    .pro-index-list .box:nth-child(1){margin-bottom:20px;}
}

.aboutbanner .t1{font-size:36px;line-height:48px;color:#333333;}
.aboutbanner .t1::after{content:"";width:120px;height:1px;background-color:var(--public-color);display:block;margin-top:35px;}

.rien{margin-top:135px;}
.rien .top{display:flex;justify-content:space-between;align-items:center;}
.rien .left{width:50%;order:2;}
.rien .right{width:43.3%;}
.rien .t2{font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);position:relative;padding-left:65px;}
.rien .t2::before{content:"";width:46px;height:50px;background:url(../../images/home-about-t2-skip.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:-10px;}
.rien .t1{font-size:36px;line-height:48px;color:#333333;letter-spacing:-1px;margin-top:30px;}
.rien .msg{color:#666666;margin-top:35px;}
.rien .grid{margin-top:95px;background-color:#f8f8f8;gap:var(--bs-gap,0);}
.rien .g-col-xl-3{padding:60px 0 60px 45px;}
.rien .g-col-xl-3 .box{display:flex;justify-content:space-between;border-right:2px solid #cae8db;}
.rien .g-col-xl-3:last-child .box{border-color:transparent;}
.rien .icon{width:40px;}
.rien .texts{width:79.9%;}
.rien .text1{font-size:32px;line-height:42px;font-weight:700;color:var(--public-color);}
.rien .text2{font-size:18px;line-height:28px;color:#999999;margin-top:10px;}

.level{margin-top:120px;padding-bottom:130px;}
.level .container-xl{display:flex;justify-content:space-between;}
.level .left{width:50%;order:2;}
.level .right{width:42.9%;}
.level .t1{font-size:36px;line-height:48px;}
.level .t1::before{content:"";width:46px;height:50px;background:url(../../images/home-about-t2-skip.webp) no-repeat;background-size:cover;
display:block;margin-bottom:20px;}
.level .msg{font-size:18px;line-height:32px;color:#666666;margin-top:45px;}

.level a{margin-top:60px;}
.level a{font-size:16px;line-height:28px;font-weight:500;color:#ffffff;background-color:var(--public-color);
border:1px solid #fff;padding:10px 55px 10px 25px;margin-top:60px;position:relative;border-top-right-radius:500px;
border-bottom-right-radius:500px;text-transform:uppercase;}
.level a::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.level a:hover{text-decoration:underline;}

.livery{position:relative;padding-top:80px;text-align:center;padding-bottom:150px;}
.livery::before{content:"";width:100%;height:50px;background:url(../../images/home-fiab-skip.webp)no-repeat;background-size:100% 100%;display:block;
position:absolute;left:0;top:0;}
.livery .t1{font-size:36px;line-height:48px;}
.livery .msg{font-size:18px;line-height:32px;color:#666666;margin-top:30px;}
.livery .img{margin-top:90px;position:relative;}
.livery .livery-btn{position:absolute;left:46%;top:37%;display:none;}
.livery .livery-btn img{transition:all .5s;}
.livery .livery-btn:hover img{transform:scale(1.1);transition:all .5s;}

.choose{position:relative;padding-top:80px;padding-bottom:160px;}
.choose::before{content:"";width:100%;height:50px;background:url(../../images/home-fiab-skip.webp)no-repeat;background-size:100% 100%;display:block;
position:absolute;left:0;top:0;}
.choose .t2{text-align:center;font-size:18px;line-height:28px;font-weight:700;color:var(--public-color);}
.choose .t1{text-align:center;font-size:36px;line-height:48px;margin-top:15px;}
.choose .grid{margin-top:110px;gap:var(--bs-gap,80px);}
.choose .title{font-size:28px;line-height:40px;font-weight:500;color:#333333;margin-top:75px;}
.choose .tip{margin-top:45px;}
.choose .tip p{font-size:18px;line-height:28px;color:#666666;padding-left:45px;position:relative;margin-bottom:15px;}
.choose .tip p::before{content:"";width:17px;height:13px;background:url(../../images/home-solu-tip-p-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:8px;}
.choose .tip p:last-child{margin-bottom:0;}

.max-1890{max-width:1890px;}
.buyers{text-align:center;position:relative;padding-top:90px;padding-bottom:220px;background:url(../../images/buyers-bg.webp)no-repeat;background-size:contain;}
.buyers::before{content:"";width:100%;height:50px;background:url(../../images/home-fiab-skip.webp)no-repeat;background-size:100% 100%;display:block;
position:absolute;left:0;top:0;}
.buyers .t1{font-size:36px;line-height:48px;}
.buyers .msg{color:#666666;width:67%;margin:35px auto 0 auto;}
.buyers .boxs{margin-top:100px;display:flex;justify-content:space-between;}
.buyers .box{width:19.4%;}

.want{position:relative;text-align:center;}
.want .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.want .t1{font-size:36px;line-height:42px;font-weight:500;color:#fff;}
.want .msg{font-size:18px;line-height:32px;color:#fff;margin-top:25px;}
.want a{display:table;font-size:16px;line-height:28px;font-weight:500;color:#fff;text-transform:uppercase;margin:35px auto 0 auto;
padding:10px 80px 10px 50px;border:1px solid #fff;border-radius:500px;position:relative;}
.want a::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:10px;top:10px;}
.want a:hover{text-decoration:underline;}

@media (max-width:1500px) {
    .banner .banner-text{align-items:flex-end;bottom:8%;}
    .aboutbanner .t1{margin-top:5px;}
    .aboutbanner .t1::after{display:none;}
}
@media (max-width:768px) {
    .aboutbanner .t1{font-size:18px;line-height:28px;}

    .rien{margin-top:20px;}
    .rien .t2{padding-left:0;font-size:16px;line-height:24px;}
    .rien .t2::before{display:none;}
    .rien .t1{font-size:18px;line-height:28px;margin-top:0;}
    .rien .msg{margin-top:5px;}
    .rien .grid{margin-top:20px;gap:var(--bs-gap,20px);background-color:transparent;}
    .rien .g-col-12{background-color:#f8f8f8;}
    .rien .g-col-xl-3{padding:20px;}
    .rien .g-col-xl-3 .box{border-right:none;}
    .rien .text1{font-size:18px;line-height:28px;}
    .rien .text2{font-size:14px;line-height:22px;margin-top:0;}

    .level{margin-top:20px;padding-bottom:20px;}
    .level .t1{font-size:18px;line-height:28px;}
    .level .t1::before{display:none;}
    .level .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .level a{font-size:14px;line-height:22px;padding:10px 50px 10px 20px;margin-top:20px;}
    .level a::after{top:6px;}
    
    .livery{padding-top:0;padding-bottom:0;}
    .livery::before{display:none;}
    .livery .t1{font-size:18px;line-height:28px;}
    .livery .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .livery .img{margin-top:20px;}
    .livery .livery-btn{width:40px;left:44%;top:32%;}
    .livery .livery-btn img{width:100%;}

    .choose{padding-top:20px;padding-bottom:20px;}
    .choose::before{display:none;}
    .choose .t2{font-size:16px;line-height:24px;}
    .choose .t1{font-size:18px;line-height:28px;margin-top:0;}
    .choose .grid{margin-top:10px;gap:var(--bs-gap,20px);}
    .choose .title{font-size:18px;;line-height:28px;margin-top:10px;}
    .choose .tip{margin-top:10px;}
    .choose .tip p{font-size:14px;line-height:22px;margin-bottom:5px;padding-left:30px;}
    .choose .tip p::before{top:4px;}

    .buyers{padding-top:0;padding-bottom:20px;}
    .buyers::before{display:none;}
    .buyers .t1{font-size:18px;line-height:28px;}
    .buyers .msg{width:100%;margin-top:5px;}
    .buyers .boxs{margin-top:20px;flex-wrap:wrap;}
    .buyers .box{width:48.8%;margin-top:10px;}
    .buyers .box:nth-child(1),.buyers .box:nth-child(2){margin-top:0;}

    .want{padding:15px 0;background-color:var(--public-color);}
    .want .bg{display:none;}
    .want .contain{position:static;}
    .want .t1{font-size:18px;line-height:28px;}
    .want .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .want a{font-size:14px;line-height:22px;padding:10px 50px 10px 20px;margin-top:15px;}
    .want a::after{top:6px;}
}

.mit{text-align:center;margin-top:85px;padding-bottom:120px;}
.mit .t1{font-size:36px;line-height:48px;}
.mit .t1::before{content:"";width:2px;height:100px;background-color:var(--public-color);display:block;margin:0 auto 55px auto;}
.mit .msg{margin-top:30px;color:#666666;}
.mit .img{margin-top:60px;}

.supply{position:relative;padding-top:140px;padding-bottom:170px;}
.supply::before{content:"";width:100%;height:50px;background:url(../../images/supply-skip.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:0;top:0;}
.supply .container-xl{display:flex;justify-content:space-between;}
.supply .left{width:56.5%;}
.supply .t1{font-size:36px;line-height:48px;}
.supply .msg{margin-top:40px;}
.supply .icon{margin-top:75px;}
.supply .right{width:35.8%;}

.nufa{position:relative;padding-top:90px;padding-bottom:110px;}
.nufa::before{content:"";width:100%;height:50px;background:url(../../images/home-fiab-skip.webp) no-repeat;background-size:100% 100%;
display:block;position:absolute;left:0;top:0;}
.nufa .top{text-align:center;}
.nufa .t1{font-size:36px;line-height:48px;}
.nufa .top .msg{color:#666666;width:82%;margin:35px auto 0 auto;}
.nufa .box{display:flex;justify-content:space-between;align-items:center;margin-top:100px;}
.nufa .left{width:50%;position:relative;}
.nufa .left::after{content:"";width:54px;height:54px;background:url(../../images/nufa-num.webp)no-repeat;background-size:cover;display:block;
position:absolute;right:-27px;top:35px;}
.nufa .right{width:42.9%;}
.nufa .title{font-size:28px;line-height:40px;letter-spacing:-1px;color:var(--public-color);}
.nufa .msg{color:#666666;margin-top:35px;}

.mbly{padding:100px 0 110px 0;background-color:#f8f8f8;text-align:center;position:relative;}
.mbly::before{content:"";width:54px;height:54px;background:url(../../images/mbly-num.webp)no-repeat;background-size:cover;display:block;position:absolute;
left:48.5%;top:0;}
.mbly .t1{font-size:28px;line-height:40px;color:var(--public-color);}
.mbly .msg{color:#666666;width:80%;margin:30px auto 0 auto;}
.mbly .grid{margin-top:75px;gap:var(--bs-gap,40px);}

.max-1530{max-width:1530px;}
.gorous{padding:135px 0 145px 0;}
.gorous .t1{font-size:28px;line-height:40px;color:var(--public-color);position:relative;padding-left:80px;}
.gorous .t1::before{content:"";width:54px;height:54px;background:url(../../images/gorous-num.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:0;top:-5px;}
.gorous .msg{color:#666666;margin-top:30px;width:56%;}

.gorous .under{margin-top:75px;}
.gorous .max-1530{position:relative;}
.gorous .text{font-size:18px;line-height:28px;color:#fff;background-color:var(--public-color);padding:16px 20px;letter-spacing:-1px;}
.gorous .swiper-button-prev,.gorous .swiper-button-next{width:16px;height:28px;}
.gorous .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/gorous-prev.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.gorous .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/gorous-next.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

.proven{position:relative;}
.proven .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.proven .container-xl{display:flex;justify-content:space-between;align-items:center;}
.proven .left{width:47.2%;}
.proven .t1{font-size:36px;line-height:48px;}
.proven .t1::before{content:"";width:46px;height:50px;background:url(../../images/home-about-t2-skip.webp) no-repeat;background-size:cover;
display:block;margin-bottom:35px;}
.proven .msg{color:#666666;margin-top:50px;}
.proven a{margin-top:60px;}
.proven a{font-size:16px;line-height:28px;font-weight:500;color:#ffffff;background-color:var(--public-color);
border:1px solid #fff;padding:10px 55px 10px 25px;margin-top:60px;position:relative;border-top-right-radius:500px;
border-bottom-right-radius:500px;text-transform:uppercase;}
.proven a::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.proven a:hover{text-decoration:underline;}
.proven .right{width:50%;}
.proven .grid{gap:var(--bs-gap,30px);}

.rapid{position:relative;}
.rapid .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.rapid .container-xl{display:flex;justify-content:space-between;}
.rapid .left{width:50%;}
.rapid .t1{font-size:36px;line-height:42px;color:#fff;letter-spacing:-2px;}
.rapid a{font-size:16px;line-height:28px;font-weight:500;text-transform:uppercase;color:#fff;padding:11px 80px 11px 50px;border:1px solid #ffffff;
border-radius:500px;position:relative;}
.rapid a:hover{text-decoration:underline;}
.rapid a:after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:10px;top:10px;}

@media (max-width:768px) {
    .mit{margin-top:20px;padding-bottom:20px;}
    .mit .t1{font-size:18px;line-height:28px;}
    .mit .t1::before{display:none;}
    .mit .msg{margin-top:5px;}
    .mit .img{margin-top:10px;}

    .supply{padding-top:10px;padding-bottom:20px;}
    .supply::before{display:none;}
    .supply .t1{font-size:18px;line-height:26px;}
    .supply .msg{margin-top:5px;}
    .supply .icon{margin-top:10px;}

    .nufa{padding-top:20px;padding-bottom:20px;}
    .nufa::before{display:none;}
    .nufa .t1{font-size:18px;line-height:28px;}
    .nufa .top .msg{width:100%;margin-top:5px;}
    .nufa .box{margin-top:20px;}
    .nufa .left::after{display:none;}
    .nufa .right{margin-top:10px !important;}
    .nufa .title{font-size:18px;line-height:28px;}
    .nufa .msg{margin-top:5px;}

    .mbly{padding:20px 0;}
    .mbly::before{display:none;}
    .mbly .t1{font-size:18px;line-height:28px;}
    .mbly .msg{margin-top:5px;width:100%;}
    .mbly .grid{margin-top:20px;gap:var(--bs-gap,20px);}

    .gorous{padding:20px 0;}
    .gorous .t1{padding-left:0;font-size:18px;line-height:28px;}
    .gorous .t1::before{display:none;}
    .gorous .msg{width:100%;margin-top:5px;}
    .gorous .under{margin-top:20px;}
    .gorous .max-1530{padding:0;}
    .gorous .swiper-slide img{width:100%;}

    .proven{padding:20px 0;background-color:#f8f8f8;}
    .proven .bg{display:none;}
    .proven .contain{position:static;}
    .proven .t1{font-size:18px;line-height:28px;}
    .proven .t1::before{display:none;}
    .proven .msg{margin-top:5px;}
    .proven a{margin-top:20px;font-size:14px;line-height:22px;padding:10px 50px 10px 20px;}
    .proven a::after{top:6px;}
    .proven .g-col-12 img{width:100%;}

    .rapid{background-color:var(--public-color);padding:15px 0;}
    .rapid .bg{display:none;}
    .rapid .contain{position:static;}
    .rapid .container-xl{flex-wrap:wrap;}
    .rapid .left{width:100%;}
    .rapid .t1{font-size:18px;line-height:28px;text-align:center;letter-spacing:0;}
    .rapid .right{width:100%;margin-top:15px;}
    .rapid a{margin:0 auto;font-size:14px;line-height:22px;padding:10px 50px 10px 20px;display:table;}
    .rapid a:after{top:6px;}
}

.bona{margin-top:85px;padding-bottom:180px;}
.bona .t1{font-size:36px;line-height:48px;letter-spacing:-1px;text-align:center;width:58%;margin:0 auto;}
.bona .t1::before{content:"";width:2px;height:100px;background-color:var(--public-color);display:block;margin:0 auto 50px auto;}
.bona .top .msg{width:80%;margin:30px auto 0 auto;color:#666666;text-align:center;}
.bona .items{display:flex;justify-content:space-between;margin-top:100px;}
.bona .item{width:12.1%;border-top:3px solid var(--public-color);padding:40px 0 45px 0;background-color:var(--public-color);text-align:center;}
.bona .item .icon{height:53px;display:flex;align-items:center;justify-content:center;}
.bona .item .icon img{filter: brightness(500%) contrast(200%) grayscale(100%);}
.bona .item .title{font-size:15px;line-height:22px;font-weight:500;color:#ffffff;margin-top:25px;letter-spacing:-1px;position:relative;}

.bona .item.active{cursor:pointer;background-color:#f8f8f8;}
.bona .item.active .icon img{filter:none;}
.bona .item.active .title{color:#666666;}
.bona .item.active .title::after{content:"";width:24px;height:12px;background:url(../../images/bona-item-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:44%;bottom:-20px;}
.bona .boxs{padding:100px 65px;background-color:#f8f8f8;}
.bona .box{display:flex;justify-content:space-between;display:none;}
.bona .box.active{display:flex;}
.bona .left{width:50.4%;}
.bona .title{font-size:32px;line-height:40px;color:#333333;}
.bona .title:hover{color:var(--public-color);}
.bona .msg{line-height:28px;color:#666666;margin-top:35px;}
.bona .grid{margin-top:40px;gap:var(--bs-gap,25px);}
.bona .text{font-size:16px;line-height:26px;color:#999999;margin-top:25px;}
.bona .right{width:43.4%;order:2;}

.dot{padding-top:80px;padding-bottom:200px;position:relative;}
.dot::before{content:"";width:100%;height:50px;background:url(../../images/home-fiab-skip.webp) no-repeat;background-size:100% 100%;
display:block;position:absolute;left:0;top:0;}
.dot .t2{font-size:18px;line-height:28px;font-weight:700;color:var(--public-color);text-align:center;}
.dot .t1{font-size:36px;line-height:48px;color:#333333;letter-spacing:-1px;text-align:center;margin-top:15px;}

.dot .under{margin-top:140px;}
.dot .box{margin-bottom:80px;}
.dot .box:last-child{margin-bottom:0;}
.dot .box:nth-child(odd) .left{border-right:6px solid #14a965;}
.dot .box:nth-child(even){display:flex;justify-content:flex-end;}
.dot .box:nth-child(even) .left{order:2;border-left:6px solid var(--public-color);}
.dot .max-1660{display:flex;justify-content:space-between;align-items:center;}
.dot .left{width:50.7%;}
.dot .right{width:42.2%;}
.dot .title{font-size:30px;line-height:48px;color:#333333;}
.dot .msg{font-size:18px;line-height:32px;color:#666666;margin-top:35px;}
.dot .tip{margin-top:20px;}
.dot .tip p{font-size:18px;line-height:32px;color:#666666;padding-left:40px;position:relative;margin-bottom:5px;}
.dot .tip p::before{content:"";width:17px;height:13px;background:url(../../images/hensive-tip-p-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:10px;}

.dot a{margin-top:60px;}
.dot a{font-size:16px;line-height:28px;font-weight:500;color:#ffffff;background-color:var(--public-color);
border:1px solid #fff;padding:10px 80px 10px 45px;margin-top:60px;position:relative;border-top-right-radius:500px;
border-bottom-right-radius:500px;text-transform:uppercase;}
.dot a::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.dot a:hover{text-decoration:underline;}

.varie{padding-bottom:190px;}
.varie .t1{position:relative;padding-left:85px;font-size:36px;line-height:48px;color:#333333;}
.varie .t1::before{content:"";width:46px;height:50px;background:url(../../images/home-about-t2-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:-5px;}
.varie .under{margin-top:100px;position:relative;}
.varie .swiper-slide{position:relative;}
.varie .swiper-slide .texts{position:absolute;left:0;bottom:0;width:100%;padding:30px 20px 30px 20px;background-color:#f4f4f4;}
.varie .title{font-size:18px;line-height:28px;color:#333333;letter-spacing:-1px;}
.varie .place{font-size:18px;line-height:28px;color:#333333;height:0;overflow:hidden;}
.varie .place::before{content:"";width:17px;height:20px;background:url(../../images/varie-icon1.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:15px;position:relative;top:3px;}
.varie .swiper-slide:hover .texts{background-color:rgba(20,169,101,.9);}
.varie .swiper-slide:hover .title{color:#fff;}
.varie .swiper-slide:hover .place{color:#fff;}
.varie .swiper-slide:hover .place::before{background:url(../../images/varie-icon2.webp)no-repeat;}

.varie .swiper-button-prev,.varie .swiper-button-next{position:absolute;top:28%;width:16px;height:28px;}
.varie .swiper-button-prev:hover,.varie .swiper-button-next:hover{cursor:pointer;}
.varie .swiper-button-prev{left:15px}
.varie .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-prev-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.varie .swiper-button-next{right:15px}
.varie .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-next-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

@media (max-width:768px) {
    .bona{margin-top:20px;padding-bottom:20px;}
    .bona .t1{font-size:18px;line-height:28px;width:100%;}
    .bona .t1::before{display:none;}
    .bona .top .msg{line-height:22px;width:100%;margin-top:5px;}
    .bona .items{display:none;}
    .bona .boxs{margin-top:20px;padding:15px;}
    .bona .box{margin-bottom:20px;}
    .bona .title{font-size:18px;line-height:26px;}
    .bona .msg{line-height:22px;margin-top:5px;}
    .bona .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .bona .text{font-size:14px;line-height:22px;margin-top:10px;}

    .dot{padding-top:0;padding-bottom:20px;}
    .dot::before{display:none;}
    .dot .t2{font-size:16px;line-height:24px;}

    .dot .t1{font-size: 16px;line-height:24px;margin-top:5px;}
    .dot .under{margin-top:20px;}
    .dot .box{margin-bottom:20px;}
    .dot .max-1660{padding:0 15px;}
    .dot .title{font-size:18px;line-height:28px;}
    .dot .msg{font-size:14px;line-height:22px;margin-top:5px;}

    .dot .tip{margin-top:10px;}
    .dot .tip p{font-size:14px;line-height:22px;padding-left:30px;}
    .dot .tip p::before{top:3px;}
    .dot a{font-size:14px;line-height:22px;margin-top:20px;padding:10px 50px 10px 20px;}
    .dot a::after{top:6px;}

    .varie{padding-bottom:20px;}
    .varie .t1{font-size:18px;line-height:28px;padding-left:0;}
    .varie .t1::before{display:none;}
    .varie .under{margin-top:20px;}
    .varie .max-1530{padding:0;}
    .varie .under img{width:100%;}
    .varie .swiper-slide .texts{padding:20px;}
    .varie .place{margin-top:10px;}

    .faq1{padding:15px 0;background-color:var(--public-color);}
    .faq1 .bg{display:none;}
    .faq1 .contain{position:static;}
    .faq1 .left{padding-top:0;}
    .faq1 .t1{font-size:18px;line-height:28px}
    .faq1 .msg{margin-top:5px;}
    .faq1 a{margin-top:20px;font-size:14px;line-height:22px;padding:10px 50px 10px 20px;}
    .faq1 a::after{top:6px;}
    .faq1 .faq-item:last-child{margin-bottom:0;}
    .faq1 .faq-item.active{padding-bottom:10px;}
}

.dustry{margin-top:80px;padding-bottom:150px;}

.hp1{padding-top:90px;padding-bottom:150px;position:relative;}
.hp1::before{content:"";width:100%;height:50px;background:url(../../images/home-fiab-skip.webp)no-repeat;background-size:100% 100%;display:block;
position:absolute;left:0;top:0;}
.hp1 .t1{text-align:center;color:#333333;text-transform:capitalize;}
.hp1 .grid{margin-top:75px;gap:var(--bs-gap,40px);}
.hp1 .g-col-xl-4{padding:55px 40px 80px 40px;background-color:#f8f8f8;}
.hp1 .g-col-xl-4:hover{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);}
.hp1 .g-col-xl-4 img{mix-blend-mode:darken;}
.hp1 .model{font-size:18px;line-height:28px;;font-weight:500;color:var(--public-color);margin-top:30px;}
.hp1 .title{font-size:18px;line-height:28px;font-weight:500;color:#333333;margin-top:10px;text-decoration:underline;}
.hp1 .title::after{content:"";width:19px;height:18px;background:url(../../images/home-about-a-icon.webp) no-repeat;background-size:cover;
display:inline-block;margin-left:10px;position:relative;top:4px;}
.hp1 .title:hover{color:var(--public-color);}

.hotpro .tip{margin-top:25px;}
.hotpro .tip p{font-size:18px;line-height:32px;color:#666666;padding-left:35px;position:relative;margin-bottom:5px;}
.hotpro .tip p:last-child{margin-bottom:0;}
.hotpro .tip p::before{content:"";width:17px;height:13px;background:url(../../images/pro-index-list-tip-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:9px;}

@media (max-width:768px) {
    .hp1{padding-top:10px;padding-bottom:20px;}
    .hp1::before{display:none;}
    .hp1 .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .hp1 .g-col-xl-4{padding:15px;}
    .hp1 .model{font-size:16px;line-height:24px;margin-top:10px;}
}

.varie1{padding-bottom:160px;}  
.varie1 .max-1530{position:relative;}
.varie1 .swiper{margin-top:95px;}
.varie1 .swiper-button-prev,.varie1 .swiper-button-next{top:51%;} 

.mayalso{padding-bottom:160px;}
.mayalso .max-1530{position:relative;}
.mayalso .t1{font-size:36px;line-height:48px;font-weight:500;color:var(--public-color);}
.mayalso .swiper{margin-top:80px;}
.mayalso .text{font-size:20px;line-height:28px;color:#333333;padding:25px 30px;background-color:#f8f8f8;width:100%;}
.mayalso .swiper-slide:hover .text{background-color:var(--public-color);color:#fff;}
.mayalso .img{display:flex;align-items:center;justify-content:center;height:240px;border:2px solid #dddddd;border-radius:50%;border:none;height:auto;}

.mayalso .swiper-button-prev,.mayalso .swiper-button-next{position:absolute;top:58%;width:16px;height:28px;}
.mayalso .swiper-button-prev:hover,.mayalso .swiper-button-next:hover{cursor:pointer;}
.mayalso .swiper-button-prev{left:15px}
.mayalso .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-prev-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.mayalso .swiper-button-next{right:15px}
.mayalso .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-next-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

@media (max-width:768px) {
    .varie1{padding-bottom:20px;}
    .varie1 .swiper{margin-top:20px;}
    .varie1 .swiper .img img{width:100%;}

    .mayalso{padding-bottom:20px;}
    .mayalso .max-1530{padding:0;}
    .mayalso .t1{font-size:18px;line-height:28px;}
    .mayalso .swiper{margin-top:20px;}
    .mayalso .text{font-size:18px;line-height:26px;padding:10px 20px;}
}

.industry-page{background:url(../../images/industry-page-bg.webp)no-repeat;background-size:contain;}

.dustry .top{display:flex;justify-content:space-between;align-items:center;}
.dustry .left{width:50%;order:2;}
.dustry .t1{font-weight:500;color:var(--public-color);}
.dustry .msg{color:#666666;margin-top:35px;}
.dustry .right{width:44.3%;}

.dustry .center{margin-top:85px;}
.dustry .center .grid{gap:var(--bs-gap,30px);}
.dustry .center .text1{font-size:18px;line-height:28px;font-weight:500;color:#333333;margin-top:30px;}
.dustry .center .text2{font-size:16px;line-height:28px;color:#666666;margin-top:10px;}

.dustry .under{margin-top:110px;}
.dustry .under .text{font-size:36px;line-height:48px;color:#333333;}
.dustry .grid{gap:var(--bs-gap,60px);margin-top:85px;}
.dustry .g-col-xl-6{display:flex;justify-content:space-between;}
.dustry .img{width:41.8%;}
.dustry .texts{width:52.2%;padding-top:15px;position:relative;}
.dustry .texts::after{content:"";width:100%;height:15px;background:url(../../images/dustry-skip.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:0;bottom:0;}
.dustry .texts .title{font-size:28px;line-height:40px;color:#333333;letter-spacing:-1px;}
.dustry .texts .text1{font-size:17px;line-height:28px;color:#666666;}
.dustry .texts .text1 span{font-weight:500;color:var(--public-color);}
.dustry .texts .text1:nth-child(2){margin-top:20px;}
.dustry .texts .text1:nth-child(3){margin-top:5px;}

@media (max-width:1365px) {
    .dustry .texts::after{display:none;}
}
@media (max-width:768px) {
    .dustry{margin-top:10px;;padding-bottom:20px;}

    .dustry .right{margin-top:10px !important;}
    .dustry .msg{margin-top:5px;}
    .dustry .center{margin-top:0;}
    .dustry .center .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .dustry .center .text1{margin-top:10px;}
    .dustry .center .text2{font-size:14px;line-height:22px;margin-top:5px;}

    .dustry .under{margin-top:20px;}
    .dustry .under .text{font-size:18px;line-height:28px;}
    .dustry .grid{margin-top:10px;gap:var(--bs-gap,20px);}
    .dustry .g-col-xl-6{display:block;}
    .dustry .img{width:100%;}
    .dustry .under img{width:100%;}
    .dustry .texts{width:100%;}
    .dustry .texts .title{font-size:18px;line-height:26px;}
    .dustry .texts .text1:nth-child(2){margin-top:5px;}
    .dustry .texts .text1{font-size:14px;line-height:22px;}
}

.mya .img{height:72px;}
.mya .text1{font-size:18px;line-height:28px;font-weight:500;color:#666666;text-align:center;margin-top:30px;display:block;}
.mya .swiper-button-prev,.mya .swiper-button-next{position:absolute;top:60%;width:16px;height:28px;}
.mya .text1:hover{color:var(--public-color);}

.mpat{position:relative;text-align:center;}
.mpat .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.mpat .t1{font-size:36px;line-height:42px;font-weight:500;color:#fff;}
.mpat .t1::before{content:"";width:46px;height:50px;background:url(../../images/mpat-icon.webp)no-repeat;background-size:cover;display:block;
margin:0 auto 40px auto;}
.mpat .msg{font-size:18px;line-height:32px;color:#fff;margin:40px auto 0 auto;width:62%;text-align:center;}
.mpat a{display:table;font-size:16px;line-height:28px;font-weight:500;color:#fff;text-transform:uppercase;margin:50px auto 0 auto;
padding:10px 80px 10px 50px;border:1px solid #fff;border-radius:500px;position:relative;}
.mpat a::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp) no-repeat;background-size:cover;
display:block;position:absolute;right:10px;top:10px;}
.mpat a:hover{text-decoration:underline;}

@media (max-width:1660px) {
    .mpat .t1::before{margin:0 auto 20px auto;}
    .mpat .msg{margin-top:20px;}
    .mpat a{margin-top:30px;}
}

.tray{margin-top:150px;padding-bottom:160px;}
.tray .top .container-xl{display:flex;justify-content:space-between;}
.tray .left{width:50%;}
.tray .right{width:43.6%;}
.tray .msg{margin-top:30px;}
.tray .grid{margin-top:40px;gap:var(--bs-gap,40px);}
.tray .text{font-size:16px;line-height:28px;color:#666666;margin-top:30px;}

.tray .under{margin-top:150px;}
.tray .max-1530{position:relative;}

.tray .swiper-button-prev,.tray .swiper-button-next{position:absolute;top:52%;width:16px;height:28px;}
.tray .swiper-button-prev:hover,.tray .swiper-button-next:hover{cursor:pointer;}
.tray .swiper-button-prev{left:15px}
.tray .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-prev-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.tray .swiper-button-next{right:15px}
.tray .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-next-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

.prolist-head{margin-top:90px;padding-bottom:130px;}
.prolist-head .t1{font-size:36px;line-height:48px;letter-spacing:-2px;}
.prolist-head .t1::after{content:"";width:120px;height:1px;background-color:var(--public-color);display:block;margin-top:30px;}
.prolist-head .msg{color:#666666;margin-top:40px;}
.prolist-head .icon{margin-top:40px;}
.prolist-head .grid{margin-top:80px;gap:var(--bs-gap,30px);}
.prolist-head .g-col-xl-3{padding:35px 40px 35px 40px;background-color:#f8f8f8;border-bottom:4px solid var(--public-color);}
.prolist-head .text{font-size:18px;line-height:28px;color:#333333;letter-spacing:-1px;margin-top:25px;}

.prolist{background-color:#f9f9f9;padding:130px 0;}
.prolist .grid{margin-top:90px;gap:var(--bs-gap,40px);}
.prolist .g-col-xl-4{padding:45px 40px 70px 40px;background-color:#fff;}
.prolist .img img{transition:all .5s;}
.prolist .img:hover img{transform:scale(1.1);transition:all .5s;}
.prolist .model{margin-top:30px;font-size:18px;line-height:28px;font-weight:500;color:var(--public-color);}
.prolist .title{font-size:18px;line-height:28px;font-weight:500;color:#333333;margin-top:10px;text-decoration:underline;}
.prolist .title::after{content:"";width:19px;height:18px;background:url(../../images/home-about-a-icon.webp) no-repeat;background-size:cover;
display:inline-block;margin-left:10px;position:relative;top:4px;}
.prolist .title:hover{color:var(--public-color);}
.prolist .tip{margin-top:25px;}
.prolist .tip p{font-size:18px;line-height:32px;color:#666666;padding-left:35px;position:relative;margin-bottom:5px;}
.prolist .tip p:last-child{margin-bottom:0;}
.prolist .tip p::before{content:"";width:17px;height:13px;background:url(../../images/pro-index-list-tip-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:9px;}

.v3{margin-top:160px;}

.matic{padding-top:90px;padding-bottom:150px;position:relative;}
.matic::before{content:"";width:100%;height:50px;background:url(../../images/home-fiab-skip.webp)no-repeat;background-size:100% 100%;display:block;
position:absolute;left:0;top:0;}
.matic .t1{font-size:36px;line-height:48px;text-align:center;}
.matic .grid{margin-top:90px;gap:var(--bs-gap,25px);}
.matic .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;margin-top:45px;}
.matic .msg{font-size:16px;line-height:26px;color:#666666;margin-top:40px;}
.matic .tip{margin-top:10px;}
.matic .tip p{font-size:16px;line-height:26px;color:#666666;margin-bottom:10px;}
.matic .tip p::before{content:"";width:17px;height:13px;background:url(../../images/home-solu-tip-p-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:20px;}

.traybox{padding:100px 0;background-color:#f8f8f8;}
.traybox .items{display:flex;justify-content:space-between;margin-top:100px;}
.traybox .item{width:12.1%;border-top:3px solid var(--public-color);padding:40px 0 45px 0;background-color:var(--public-color);text-align:center;}
.traybox .item .icon{height:53px;display:flex;align-items:center;justify-content:center;}
.traybox .item .icon img{filter: brightness(500%) contrast(200%) grayscale(100%);}
.traybox .item .title{font-size:15px;line-height:22px;font-weight:500;color:#ffffff;margin-top:25px;letter-spacing:-1px;position:relative;}

.traybox .item.active{cursor:pointer;background-color:#fff;}
.traybox .item.active .icon img{filter:none;}
.traybox .item.active .title{color:#666666;}
.traybox .item.active .title::after{content:"";width:24px;height:12px;background:url(../../images/bona-item-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:44%;bottom:-20px;}
.traybox .boxs{padding:100px 65px;background-color:#fff;}
.traybox .box{display:flex;justify-content:space-between;display:none;}
.traybox .box.active{display:flex;}
.traybox .left{width:50.4%;}
.traybox .title{font-size:32px;line-height:40px;color:#333333;}
.traybox .title:hover{color:var(--public-color);}
.traybox .msg{line-height:28px;color:#666666;margin-top:35px;}
.traybox .grid{margin-top:50px;gap:var(--bs-gap,25px);}
.traybox .text{font-size:16px;line-height:26px;color:#999999;margin-top:25px;}
.traybox .right{width:43.4%;order:2;}

.ela{position:relative;padding:140px 0;background-color:#ffffff;}
.ela .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.ela .container-xl{display:flex;justify-content:space-between;}
.ela .left{width:35.8%;padding-top:25px;}
.ela .t1{font-size:28px;line-height:36px;letter-spacing:-2px;}
.ela .t1::before{content:"";width:46px;height:50px;background:url(../../images/home-about-t2-skip.webp) no-repeat;background-size:cover;display:block;
margin-bottom:40px;}
.ela .msg{margin-top:25px;color:#666666;}

.ela a{font-size:16px;line-height:28px;font-weight:500;color:#ffffff;background-color:var(--public-color);margin-top:55px;
border:1px solid #fff;padding:10px 70px 10px 40px;margin-top:60px;position:relative;border-radius:500px;text-transform:uppercase;}
.ela a::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.ela a:hover{text-decoration:underline;}

.ela .right{width:57.2%;}
.ela .faq-item{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);padding:11px 30px;margin-bottom:20px;border-radius:5px;}
.ela .faq-title{font-size:16px;line-height:28px;font-weight:500;color:#666666;position:relative;padding-right:20px;}
.ela .faq-title::after{content:"";width:18px;height:18px;background:url(../../images/faq-icon1.webp)no-repeat;background-size:cover;display:block;position:absolute;
right:0;top:5px;}
.ela .faq-content{font-size:16px;line-height:26px;color:#666666;height:0;overflow:hidden;}
.ela .faq-item.active{padding-bottom:30px;padding-top:20px;}
.ela .faq-item.active .faq-title{color:var(--public-color);}
.ela .faq-item.active .faq-title::after{content:"";width:18px;height:4px;background:url(../../images/faq-icon2.webp)no-repeat;background-size:cover;top:12px;}
.ela .faq-item.active .faq-content{margin-top:20px;height:auto;transition:all .5s;}

.hs1 .form-feedback .form-control{border-radius:0;}

@media (max-width:768px) {
    .prolist-head{margin-top:10px;padding-bottom:20px;}
    .prolist-head .t1{font-size:18px;line-height:28px;letter-spacing:0;}
    .prolist-head .t1::after{display:none;}
    .prolist-head .msg{margin-top:5px;}
    .prolist-head .icon{margin-top:10px;}
    .prolist-head .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .prolist-head .g-col-xl-3{padding:20px;}
    .prolist-head .text{margin-top:15px;}

    .prolist{padding:20px 0;}
    .prolist .grid{margin-top:0;gap:var(--bs-gap,20px);}
    .prolist .g-col-xl-4{padding:20px;}
    .prolist .model{font-size:16px;line-height:24px;margin-top:10px;}
    .prolist .title{margin-top:0;}
    .prolist .tip{margin-top:10px;}
    .prolist .tip p{font-size:14px;line-height:22px;padding-left:30px;margin-bottom:0;}
    .prolist .tip p::before{top:3px;}

    .v3{margin-top:20px;padding-bottom:0;}

    .matic{padding:20px 0;}
    .matic::before{display:none;}
    .matic .t1{font-size:18px;line-height:28px;}
    .matic .grid{margin-top:15px;gap:var(--bs-gap,20px);}
    .matic .grid img{width:100%;}
    .matic .title{font-size:18px;line-height:28px;margin-top:10px;}
    .matic .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .matic .tip{margin-top:5px;}
    .matic .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .matic .tip p::before{margin-right:10px;}

    .traybox{padding:20px 0;}
    .traybox .items{display:none;}
    .traybox .boxs{margin-top:0;padding:15px;}
    .traybox .box{margin-bottom:20px;}
    .traybox .title{font-size:18px;line-height:26px;}
    .traybox .msg{line-height:22px;margin-top:5px;}
    .traybox .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .traybox .text{font-size:14px;line-height:22px;margin-top:10px;}

    .ela{padding:20px 0;}
    .ela .left{padding-top:0;}
    .ela .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .ela .t1::before{display:none;}
    .ela .msg{margin-top:5px;}
    .ela a{font-size:14px;line-height:22px;padding:10px 50px 10px 20px;margin-top:20px;}
    .ela a::after{top:6px;}
}

.pro-head{margin-top:100px;}
.pro-head .container-xl{display:flex;justify-content:space-between;}
.pro-head .left{width:47.9%;position:relative;}
.pro-head .product-thumb{border-color:transparent;}
.pro-head .product-thumbs{padding:0;margin-top:25px;position:static;}
.pro-head .swiper-slide{background-color:#dddddd;}
.pro-head .mz-thumb.mz-thumb-selected img{border:none;mix-blend-mode:darken;}
.pro-head .swiper-slide-active{background-color:#f8f8f8;}

.pro-head .right{width:46.5%;}
.pro-head .type{font-size:24px;line-height:32px;font-weight:500;color:var(--public-color);}
.pro-head .t1{font-size:36px;line-height:48px;letter-spacing:-1px;}
.pro-head .tips{margin-top:40px;}
.pro-head .tip{display:flex;justify-content:space-between;margin-bottom:20px;}
.pro-head .tip:last-child{margin-bottom:0;}
.pro-head .text1{width:27.7%;font-size:18px;line-height:32px;color:#999999;}
.pro-head .text2{width:67.7%;font-size:16px;line-height:32px;color:#666666;}
.pro-head table{width:100%;}
.pro-head table tr td{color:#666;font-weight:500;}
.pro-head .tip:nth-child(2) .text2{font-weight:500;}
.pro-head .swiper-button-prev,.pro-head .swiper-button-next{position:absolute;top:40%;width:16px;height:28px;}
.pro-head .swiper-button-prev:hover,.pro-head .swiper-button-next:hover{cursor:pointer;}
.pro-head .swiper-button-prev{left:10px}
.pro-head .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-prev-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.pro-head .swiper-button-next{right:10px}
.pro-head .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-next-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

.pro-head .right a{font-size:16px;line-height:28px;font-weight:500;color:#ffffff;background-color:var(--public-color);border-radius:5px;
border:1px solid #fff;padding:10px 80px 10px 40px;margin-top:60px;position:relative;text-transform:uppercase;margin-top:55px;}
.pro-head .right a::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.pro-head .right a:hover{text-decoration:underline;}

.pro-head .provideo{font-size:16px;line-height:28px;font-weight:500;color:#ffffff;background-color:var(--public-color);border-radius:5px;display:inline-block;
border:1px solid #fff;padding:10px 80px 10px 40px;margin-top:60px;position:relative;text-transform:uppercase;margin-top:55px;}
.pro-head .provideo::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.pro-head .provideo:hover{text-decoration:underline;cursor:pointer;}

.pro-head-list{margin-top:100px;}
.pro-head-list .max-1530{position:relative;}
.pro-head-list .t1{font-size:32px;line-height:40px;font-weight:500;color:#333333;}
.pro-head-list .swiper{margin-top:50px;}

.pro-head-list .swiper-button-prev,.pro-head-list .swiper-button-next{position:absolute;top:68%;width:16px;height:28px;}
.pro-head-list .swiper-button-prev:hover,.pro-head-list .swiper-button-next:hover{cursor:pointer;}
.pro-head-list .swiper-button-prev{left:10px}
.pro-head-list .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-prev-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.pro-head-list .swiper-button-next{right:10px}
.pro-head-list .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/home-gories-next-btn.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

.navi{margin-top:120px;}
.navi .box{display:flex;border-bottom:2px solid var(--public-color);}
.navi .box .nav-btn{margin-right:10px;font-size:16px;line-height:28px;font-weight:500;color:#fff;background-color:var(--public-color);
text-transform:uppercase;padding:15px 30px;margin-bottom:-2px;border:2px solid transparent;border-top:5px solid transparent;}
.navi .box .nav-btn.active{background-color:#fff;color:#333333;border-top:5px solid var(--public-color);border-left:2px solid var(--public-color);
border-right:2px solid var(--public-color);}
.navi .box .nav-btn:hover{background-color:#fff;color:#333333;border-top:5px solid var(--public-color);border-left:2px solid var(--public-color);
border-right:2px solid var(--public-color);}

.navi.top{margin-top:0;background-color:#fff;position:fixed;top:-100%;left:0;width:100%;z-index:100;}
.navi.top.active{top:90px;transition:all .5s;}
.p2,.p3,.p4,.p5{margin-top:100px;}

.p1 .t1,.p2 .t1,.p3 .t1,.p4 .t1,.p5 .t1{font-size:28px;line-height:40px;font-weight:500;color:var(--public-color);text-transform:uppercase;position:relative;padding-left:60px;}
.p1 .t1::before,.p2 .t1::before,.p3 .t1::before,.p4 .t1::before,.p5 .t1::before{content:"";width:28px;height:30px;background:url(../../images/p1-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:2px;}
.p1 .box{margin-top:50px;display:flex;justify-content:space-between;}
.p1 .left{width:45%;}
.p1 p{font-size:18px;line-height:32px;color:#666666;}
.p1 .right{width:50%;position:relative;}
.p1 .videobtn{position:absolute;left:40px;bottom:40px;}

.p2 table{margin-top:80px;width:100%;}

.p2 tr td{padding:10px 50px;font-size:18px;line-height:28px;color:#666666;}
.p2 tr td:nth-child(1){background-color:#f0f8f4;font-weight:500;color:#333333;}
.p2 tr:nth-child(1) td{background-color:var(--public-color);color:#fff;font-size:18px;line-height:32px;font-weight:500;}

.p3 .grid{margin-top:80px;gap:var(--bs-gap,20px);}
.p3 .title{font-size:18px;line-height:28px;font-weight:500;color:#333333;margin-top:30px;}
.p3 .msg{font-size:18px;line-height:28px;color:#666666;margin-top:20px;letter-spacing:-1px;}
.p3 .g-col-xl-3{margin-top:40px;}
.p3 .g-col-xl-3:nth-child(1),.p3 .g-col-xl-3:nth-child(2),.p3 .g-col-xl-3:nth-child(3),.p3 .g-col-xl-3:nth-child(4){margin-top:0;}

.p4 table{margin-top:80px;width:100%;}

.p4 tr td{padding:10px 50px;font-size:18px;line-height:28px;color:#666666;}
.p4 tr td:nth-child(1){background-color:#f0f8f4;font-weight:500;color:#333333;}
.p4 tr:nth-child(1) td{background-color:var(--public-color);color:#fff;font-size:18px;line-height:32px;font-weight:500;}

.p5{padding-bottom:180px;}
.p5 .grid{margin-top:80px;gap:var(--bs-gap,0);text-align:center;}
.p5 .g-col-xl-3{border:1px solid #dddddd;}
.p5 .text1{font-size:18px;line-height:32px;font-weight:500;color:#ffffff;text-align:center;background-color:var(--public-color);padding:9px 0;border:1px solid #dddddd;border-left:none;border-right:none;}
.p5 .img{height:200px;display:flex;align-items:center;justify-content:center;}
.p5 .text2{font-size:18px;line-height:32px;font-weight:500;color:#333333;background-color:#f4f4f4;padding:9px 0;border:1px solid #dddddd;border-left:none;border-right:none;}

.hp2{padding-bottom:0;padding-top:160px;}
.hp2::before{display:none;}
.hp2 .t1{font-size:42px;line-height:50px;text-align:left;text-transform:uppercase;color:var(--public-color);}

.pl{position:relative;background-color:transparent;padding-top:80px;}
.pl .grid{margin-top:60px;}
.pl .g-col-xl-4{box-shadow:0 0 35px 1px rgba(0,0,0,.1);}

@media (max-width:768px) {
    .pro-head{margin-top:0;}
    .pro-head .type{font-size:16px;line-height:24px;}
    .pro-head .t1{font-size:18px;line-height:28px;letter-spacing:0;}
    .pro-head .tips{margin-top:10px;}
    .pro-head .tip{display:block;margin-bottom:10px;}
    .pro-head .text1{width:100%;font-size:16px;line-height:24px;}
    .pro-head .text2{width:100%;font-size:14px;line-height:22px;margin-top:5px;}
    .pro-head .text2 img{width:50%;margin-top:5px;}
    .pro-head .right a{font-size:14px;line-height:22px;padding:10px 60px 10px 20px;margin-top:20px;}
    .pro-head .right a::after{top:6px;}

    .pro-head-list{margin-top:20px;}
    .pro-head-list .max-1530{padding:0;}
    .pro-head-list .t1{font-size:18px;line-height:28px;}
    .pro-head-list .swiper{margin-top:10px;}
    .pro-head-list .swiper-button-prev, .pro-head-list .swiper-button-next{top:58%;}

    .p1{margin-top:20px;}
    .p1 .t1, .p2 .t1, .p3 .t1, .p4 .t1, .p5 .t1{font-size:18px;line-height:26px;padding-left:0;}
    .p1 .t1::before, .p2 .t1::before, .p3 .t1::before, .p4 .t1::before, .p5 .t1::before{display:none;}
    .p1 .box{margin-top:15px;flex-wrap:wrap;}
    .p1 .left{width:100%;order:2;margin-top:10px;}
    .p1 p{font-size:14px;;line-height:22px;}
    .p1 .right{width:100%;}
    .p1 .videobtn{left:20px;bottom:20px;}
    .p1 .videobtn img{width:44px;height:44px;}

    .p2, .p3, .p4, .p5{margin-top:20px;}
    .p2 table{margin-top:20px;}
    .p2 tr td{padding:5px 15px;font-size:16px;line-height:24px;}
    .p2 tr:nth-child(1) td{padding:5px 15px;font-size:16px;line-height:24px;}

    .p3 .grid{margin-top:15px;}
    .p3 .g-col-xl-3{margin-top:0;}
    .p3 .title{margin-top:10px;}
    .p3 .msg{font-size:14px;line-height:22px;margin-top:5px;letter-spacing:0;}

    .p5{padding-bottom:20px;}
    .p5 .grid{margin-top:15px;gap:var(--bs-gap,20px);}

    .hp2{padding-top:20px;}
    .hp2 .t1{font-size:18px;line-height:26px;}
    .hp1 .title{margin-top:0;}
}

.max-1630{max-width:1630px;}
.header .col-md-10,.header .navbar,.header .prodrop{position:static;}
.header .headdrop{position:absolute;left:0;top:100%;width:100%;background-color:#fff;height:0;overflow:hidden;}

.header .headdrop.show{padding:55px 0 50px 0;height:auto;transition:all .5s;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.header .headdrop .container-xl{display:flex;justify-content:space-between;align-items:initial;}
.header .headdrop .left{width:64.1%;display:flex;justify-content:space-between;align-items:flex-start;}
.header .headdrop .header-left{width:53.2%;}
.header .header-left .box1{margin-bottom:10px;}

.header .header-left .box1:nth-child(3){margin-bottom:0;}
.header .header-left .title{font-size:22px;line-height:30px;color:var(--public-color);letter-spacing:-1px;}
.header .header-left .title::after{content:"";width:21px;height:10px;background:url(../../images/header-title-icon.webp)no-repeat;
background-size:cover;display:inline-block;margin-left:12px;position:relative;top:-1px;transition:all .5s;}
/* .header .header-left .box1.show .title{color:#333333;} */
/* .header .header-left .box1.show .title::after{content:"";width:120px;height:1px;background:none;background-color:var(--public-color);display:block;margin-top:25px;margin-left:0;} */
/* .header .header-left .tip{height:0;overflow:hidden;margin-top:25px;} */
.header .header-left .tip{margin-top:10px;}
/* .header .header-left .box1.show .tip{height:auto;transition:all .5s;} */
.header .header-left .tip a{font-size:16px;line-height:24px;color:#666666;letter-spacing:-1px;margin-bottom:5px;}
.header .header-left .tip a:last-child{margin-bottom:0}
.header .header-left .tip a:hover{color:var(--public-color);}

.header .header-left .box1.active .title{text-decoration:underline;}

.header .headdrop .header-right{width:43%;}
.header .header-right .boxs2{display:none;}
.header .header-right .boxs2.active{display:block;max-height:365px;overflow-y:auto;}
.header .header-right .boxs2 .box2{margin-bottom:15px;}

.header .header-right .boxs2 .box2 .type{font-size:16px;line-height:24px;color:#666666;}
.header .header-right .boxs2 .box2 .title1{font-size:18px;line-height:26px;color:#333;display:block;}

.header .header-right .boxs2 .box2.active .type{text-decoration:underline;}
.header .header-right .boxs2 .box2.active .title1{text-decoration:underline;}

.header .header-right .boxs2 .box2:hover .type{text-decoration:underline;}
.header .header-right .boxs2 .box2:hover .title1{text-decoration:underline;}

.header .header-right .boxs2 .box2:last-child{margin-bottom:0;}

.header .header-left .msg{font-size:16px;line-height:24px;color:#666666;margin-top:40px;text-align:justify;width:80%;}
.header .header-left .quote1{font-size:16px;line-height:28px;font-weight:500;color:#ffffff;background-color:var(--public-color);
border:1px solid #fff;padding:10px 55px 10px 30px;margin-top:20px;position:relative;border-radius:50px;text-transform:uppercase;}
.header .header-left .quote1::after{content:"";width:30px;height:30px;background:url(../../images/home-service-btn-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:10px;top:10px;}
.header .header-left .quote1:hover{text-decoration:underline;}

.header .headdrop .right{width:31.9%;border-left:1px solid #dddddd;padding-left:70px;}
.header .right .title1{font-size:24px;line-height:32px;color:#333333;}
.header .right .grid{margin-top:20px;gap:var(--bs-gap,5px);}
.header .right .g-col-xl-3{text-align:center;margin-top:15px;}
.header .right .g-col-xl-3:nth-child(1),.header .right .g-col-xl-3:nth-child(2),.header .right .g-col-xl-3:nth-child(3),.header .right .g-col-xl-3:nth-child(4){margin-top:0;}
.header .right .g-col-xl-3 .img{background-color:var(--public-color);border-radius:50%;}
.header .right .g-col-xl-3 .img img{transition:all .5s;}
.header .right .g-col-xl-3 .img:hover img{transform:scale(1.1);transition:all .5s;}
.header .right .g-col-xl-3 .title{font-size:14px;line-height:22px;font-weight:500;color:#666666;letter-spacing:-1px;margin-top:20px;}
.header .right .g-col-xl-3 .title:hover{color:var(--public-color);}

.header .boxs3{display:none;}
.header .boxs3.active{display:block;}
.header .boxs3 .box{display:none;}
.header .boxs3 .box.active{display:block;}

.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.8);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:all 0.3s ease}
.modal-overlay.active{opacity:1;visibility:visible}
.modal-content{background:white;width:90%;max-width:800px;border-radius:15px;overflow:hidden;display:flex;flex-direction:column;transform:scale(0.9);opacity:0;transition:all 0.3s ease}
.modal-overlay.active .modal-content{transform:scale(1);opacity:1}
.modal-header{padding:20px;display:flex;justify-content:space-between;align-items:center;background:#14a965;color:white}
.modal-title{font-size:1.8rem;font-weight:600}
.close-btn{background:none;border:none;color:white;font-size:1.8rem;cursor:pointer;transition:transform 0.3s ease}
.close-btn:hover{transform:rotate(90deg)}
.modal-body{display:flex;padding:0}
.modal-image{flex:0 0 45%}
.modal-image img{width:100%;height:100%;object-fit:cover}
.modal-details{flex:0 0 55%;padding:25px}
.modal-place{font-size:16px;line-height:28px;color:#333333;margin-bottom:15px;font-weight:500}
.modal-description{font-size:1.1rem;line-height:1.6;color:#34495e;margin-bottom:20px}
.modal-features{margin-top:20px}
.feature-title{font-size:1.2rem;margin-bottom:10px;color:#2c3e50;font-weight:600}
.features{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.feature{display:flex;align-items:center;font-size:1rem}
.feature i{color:#3498db;margin-right:8px}
@media (max-width:768px){.modal-body{flex-direction:column}
.modal-image{height:250px}
.swiper-slide{width:300px}
.modal-title{font-size:18px;line-height:26px}
.modal-details{padding:10px}
.modal-place{font-size:14px;line-height:22px}
}
.instructions{background:white;padding:25px;border-radius:12px;margin-top:30px;box-shadow:0 5px 15px rgba(0,0,0,0.08);max-width:800px}
.instructions h2{color:#2c3e50;margin-bottom:15px;font-size:1.8rem}
.instructions p{line-height:1.6;color:#34495e;margin-bottom:15px;font-size:1.1rem}

.pbox{margin-top:100px;}
.pbox .container-xl{display:flex;justify-content:space-between;}
.pbox .pbox-left{width:75%;}
.pbox img{max-width:100%;}
.pbox .pbox-right{width:20%;}
.pbox .pbox-right-box{position:sticky;top:175px;}
.pbox .messagebox{padding:20px;border-radius:15px;background-color:var(--public-color);}
.pbox .messagebox .text{font-size:16px;line-height:24px;color:#fff;}
.pbox .messagebox .quote{width:100%;margin-top:20px;border-radius:10px;text-align:center;font-size:16px;line-height:24px;font-weight:600;text-transform:uppercase;
text-align:center;background-color:#fff;color:var(--public-color);padding:12px 0 10px 0;}
.pbox .messagebox .quote:hover{text-decoration:underline;}
.pbox .tipbox{margin-top:20px;text-align:center;background-color:#fff;padding:20px;box-shadow:0 5px 20px 1px rgba(0,0,0,.1);border-radius:15px;}
.pbox .tipbox .tip{font-size:16px;line-height:24px;font-weight:500;color:#333;padding:7px 0;position:relative;}
.pbox .tipbox .tip::before{content:"";width:100%;height:2px;background-color:var(--public-color);display:none;position:absolute;
left:0;bottom:0;}
.pbox .tipbox .tip:hover::before{display:block;}