/*通用样式*/
:root{
    --public-color:#d01027;
    --max:1430px;
}
body{color:#333;font-size:16px;line-height:24px;font-family:'Barlow','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 15px}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#333333;padding:0;height:100px;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:32px;font-weight:500;color:#333333;text-transform:uppercase;transition:all .5s;}
.navbar-custom .navbar-nav .nav-link:before{content:"";width:0px;height:2px;margin-left:0!important;background:var(--public-color);position:absolute;bottom:10px}
.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:40%}
    .header-mb .top-logo img{height:auto;width:100%;}
    .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 .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:55;transform:translateX(0);transition:.3s ease-in-out}
#float .ico{display:block;width:56px;height:56px;text-align:center;position:relative;cursor:pointer;background:var(--public-color)}
#float .ico>i{font-size:30px;line-height:56px;display:block;color:#fff;position:relative;z-index:9999;background:var(--public-color);border-top:1px solid #fff}
#float .ico:first-child>i{border-top:0px solid #fff}
#float .ico>.img{position:absolute;right:56px;width:140px;top:0;display:none;background-color:#fff}
#float .ico>.img>img{width:100%}
#float .ico p{position:absolute;top:0;border-radius:0;right:-350px;padding:0px 20px;line-height:56px;font-size:16px;height:56px;background-color:var(--public-color);color:#FFF;transition:all .6s;z-index:0;white-space:nowrap}
#float .ico:hover>.img{display:block}
#float .ico:hover p{right:56px}
#float .scale-ico{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i:hover{background-color:var(--public-color);transition:none}
#float.hide{transform:translateX(56px)}
#float.hide .scale-ico{width:calc(56px / 2);transform:translateX(calc(-56px / 2));border-top:0;transition:transform .6s ease-in-out .3s,width .3s ease-in-out}
#float.hide .scale-ico i{transform:rotate(180deg);border-top: 1px solid transparent}
#float .ico#scroll-top{display:block!important;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:40px;height:40px}
    #float .ico>i{font-size:22px;line-height:40px}
    #float .ico>.img{right:40px}
    #float .ico p{line-height:40px;padding:0 15px;height:40px}
    #float.hide{transform:translateX(40px)}
    #float.hide .scale-ico{width:calc(40px / 2);transform:translateX(calc(-40px / 2))}
}

/*默认详情设置*/
.content-wrapper { line-height: 1.7;  margin-bottom: 1.5rem; }
.content-wrapper h2 { font-size: 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 { vertical-align: middle; font-size: 14px;  text-align: center; }
.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}
@media(max-width:768px){
    .form-feedback .form-control{padding-top:5px;padding-bottom:5px;font-size:14px;line-height:22px;}
    .form-group{margin-bottom:10px;}
    .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:var(--public-color);border-radius:0px;height:32px;width:32px;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0}
.search-group i{color:#fff;font-size:1rem}

/*#展会信息*/
.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)}}

.t1{font-size:48px;line-height:56px;font-weight:600;color:#66666;letter-spacing:-2px;}
.t1 span{color:var(--public-color);}
.t2{font-size:22px;line-height:30px;font-weight:600;color:var(--public-color);text-transform:uppercase;letter-spacing:-1px;}
.msg{font-size:18px;line-height:32px;color:#999999;}

@media (max-width:768px) {
    .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .t2{font-size:16px;line-height:24px;letter-spacing:0;}
    .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-1850{max-width:1850px;}
.max-1730{max-width:1730px;}
.max-1660{max-width:1660px;}
.max-1650{max-width:1650px;}
.max-1630{max-width:1630px;}
.max-1590{max-width:1590px;}
.max-1390{max-width:1390px;}

.header{position:fixed;width:100%;top:0;left:0;background-color:#fff;border-bottom:1px solid #ebebeb;z-index:999;}
.header .htop{background-color:#4d4948;height:36px;}
.header .htop .container-xl{display:flex;align-items:center;justify-content:flex-end;height:100%;}
.header .htop .box{display:flex;align-items:center;}
.header .htop .page{font-size:16px;line-height:24px;color:#ffffff;margin-left:30px;}
.header .htop .page:hover{text-decoration:underline;}
.header .dropdown.lang .dropdown-toggle{padding:0;background-color:transparent;font-size:18px;line-height:26px;font-weight:500;color:#ffffff;
display:flex;align-items:center;margin-left:40px;}
.header .dropdown.lang .dropdown-toggle::before{content:"";width:18px;height:18px;background:url(../../images/header-lua-icon1.webp)no-repeat;
background-size:cover;display:block;margin-right:10px;position:relative;top:2px;}
.header .dropdown.lang .dropdown-toggle:after{content:"";width:10px;height:6px;background:url(../../images/header-lua-icon2.webp)no-repeat;background-size:cover;
display:block;margin-left:10px;position:relative;top:2px;}

.header .top-search-box{display:flex;align-items:center;position:relative;margin-left:15px;}
.header .top-search-box.added-class .top-search{display:block;left:auto;right:0;}
.header .last{display:flex;align-items:center;margin-left:30px;}
.header .touch{font-size:14px;line-height:22px;font-weight:500;color:#ffffff;background-color:var(--public-color);padding:10px 30px;
text-transform:uppercase;border-radius:5px;}
.header .touch:hover{text-decoration:underline;}
.header.fadeInDown .navbar-custom .navbar-nav .nav-link{height:75px;transition:all .5s;}

.home-banner{margin-top:137px;position:relative;max-height:700px;overflow:hidden;}
.home-banner .banner-img{position:relative;overflow:hidden;}
.home-banner .skip{position:absolute;right:00px;bottom:45px;}
/* .home-banner .banner-img::before{content:"";width:100%;height:100%;background-color:rgba(0,0,0,.3);position:absolute;left:0;top:0;} */
.home-banner .banner-img img{width:100%;}
.home-banner .banner-text{text-align:left;align-items:flex-start;top:140px;}
.home-banner .t1{width:65%;font-size:48px;line-height:56px;font-weight:600;color:#fff;}
.home-banner .box{margin-top:40px;}
.home-banner .box p{font-size:20px;line-height:28px;font-weight:500;color:#ffffff;display:flex;align-items:center;margin-top:10px;}
.home-banner .box p::before{content:"";width:4px;height:4px;background-color:#fff;border-radius:50px;display:block;margin-right:20px;position:relative;top:1px;}
.home-banner .box p:nth-child(1){margin-top:0;}
.home-banner video{width:100%;}

@media (max-width:1919px) {
    .home-banner .skip{width:65%;}
}
@media (max-width:1660px) {
    .home-banner .banner-text{align-items:center;top:0;}
}
@media (max-width:1300px) {
    .home-banner .skip{width:60%;}
}

.home-pro{padding:70px 0 180px 0;}
/* .home-pro .container-xl{background:url(../../images/home-pro-skip.webp)no-repeat top right;display:flex;justify-content:space-between;} */
.home-pro .left{width:100%;text-align:center;}
/* .home-pro .left .box{position:sticky;top:132px;} */
.home-pro .left .t1{margin-top:10px;}
.home-pro .left .msg{margin:25px auto 0 auto;width:85%;}
.home-pro .tips{margin-top:45px;display:flex;justify-content:space-between;align-items:center;}
.home-pro .tip{width:33.1%;;font-size:18px;line-height:30px;font-weight:600;background-color:#f4f4f4;color:#333;padding:21px 40px;letter-spacing:-1px;margin-bottom:4px;text-align:left;}
.home-pro .tip span{color:var(--public-color);}
.home-pro .tip::before{content:"";width:15px;height:15px;background-image:url(../../images/home-pro-tip-icon2.webp);background-size:cover;
display:inline-block;margin-right:20px;}
.home-pro .tip:last-child{margin-bottom:0;}

.home-pro .right{width:100%;order:-1;}
.home-pro .right .box{margin-bottom:120px;display:flex;justify-content:space-between;align-items:center;}
.home-pro .right .box:nth-child(1){margin-top:140px;}
.home-pro .right .box:last-child{margin-bottom:0;}
.home-pro .right .box:nth-child(even) .boxleft{order:2;}
.home-pro .right .box:nth-child(even) .boxright{text-align:right;}
.home-pro .right .box:nth-child(even) .boxlast{justify-content:flex-end;}
.home-pro .right .box:nth-child(even) .boxlast .box1{margin-right:0;margin-left:30px;}
.home-pro .right .box:nth-child(even) .boxlast .box1:nth-child(1){margin-left:0;}
.home-pro .boxtop{display:flex;justify-content:space-between;align-items:center;}
.home-pro .boxleft{width:50%;}
/* .home-pro .boxright{width:21.5%;} */
.home-pro .boxright{width:43.75%;}
.home-pro .boxright .box1{position:relative;}
.home-pro .boxright .box1 .text{font-size:42px;line-height:50px;font-weight:600;color:var(--public-color);
position:absolute;left:0;top:28%;text-align:center;width:100%;}
.home-pro .boxright .box1:last-child{margin-bottom:0;}
.home-pro .title{font-size:32px;line-height:40px;font-weight:600;color:#333333;margin-top:15px;}
.home-pro .title:hover{color:var(--public-color);}
.home-pro .right .msg{margin-top:25px;font-weight:500;}
.home-pro .boxlast{display:flex;margin-top:40px;}
.home-pro .boxlast .box1{margin-right:30px;}

.home-lus{padding:100px 0 70px 0;background-color:#f8f8f8;}
.home-lus .top{display:flex;justify-content:space-between;align-items:center;}
.home-lus .top .left{width:53%;}
.home-lus .msg{line-height:28px;margin-top:30px;letter-spacing:-1px;}
.home-lus .top .right{width:31.4%;display:flex;justify-content:center;align-items:center;text-align:center;}
.home-lus .box{background-color:#fff;box-shadow:0 10px 20px 1px rgba(0,0,0,0.075);padding:55px 50px 45px 50px;border-radius:25px;}
.home-lus .title{font-size:24px;line-height:32px;font-weight:600;color:#333333;}
.home-lus .text{font-size:16px;line-height:26px;color:#999999;margin-top:15px;}
.home-lus a{font-size:18px;line-height:26px;font-weight:600;text-transform:uppercase;color:#ffffff;background-color:#d01027;padding:7px 50px;margin-top:25px;}
.home-lus a:hover{text-decoration:underline;}
.home-lus .title1{margin-top:30px;font-size:20px;line-height:28px;font-weight:600;color:#333333;}
.home-lus .boxs1{display:flex;justify-content:space-between;}
.home-lus .box1{width:12.9%;margin-top:35px;}
.home-lus .text1{font-size:14px;line-height:22px;font-weight:600;color:#333333;text-align:center;letter-spacing:-1px;margin-top:25px;}

.home-app{padding:140px 0 125px 0;background:url(../../images/home-app-bg.webp)no-repeat;background-size:100% 100%;}
.home-app .top{text-align:center;}
.home-app .top .t1{width:70%;margin:0 auto;}
.home-app .top .msg{font-weight:500;margin-top:20px;}
.home-app .items{margin-top:70px;display:flex;justify-content:space-between;}
.home-app .item{background-color:var(--public-color);width:20%;padding:15px 20px;display:flex;align-items:center;position:relative;
user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.home-app .item .text{font-size:16px;line-height:24px;font-weight:500;color:#ffffff;margin-left:20px;}
.home-app .item.active::before{content:"";width:57px;height:17px;background:url(../../images/home-app-item-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:42%;bottom:-17px;}

.home-app .boxs{box-shadow:0 20px 70px 1px rgba(0,0,0,.1);background-color:#fff;}
.home-app .box{padding:55px 50px 55px 75px;justify-content:space-between;align-items:flex-end;display:none;}
.home-app .box.active{display:flex;}
.home-app .left{width:44%;order:2;}
.home-app .right{width:49.8%;}
.home-app .title{font-size:36px;line-height:46px;font-weight:600;color:#333333;}
.home-app .title:hover{color:var(--public-color);}
.home-app .msg{margin-top:20px;font-size:18px;line-height:28px;font-weight:500;color:#999999;}
.home-app .msg strong{color:#333333;}
.home-app .grid{margin-top:80px;gap:var(--bs-gap,10px);}

.home-about{padding-top:190px;}
.home-about .max-1660{display:flex;justify-content:space-between;}
.home-about .left{width:59.7%;}
.home-about .right{width:35.2%;padding-top:20px;position:relative;}
.home-about .right::after{content:"";width:365px;height:287px;background:url(../../images/home-about-skip.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:-100px;top:-80px;}
.home-about .t1{margin-top:15px;}
.home-about .msg{line-height:28px;}
.home-about .msg:nth-child(3){margin-top:35px;}

@media (max-width:1919px) {.home-about .right::after{display:none;}}

.home-about .under{margin-top:0;}
.home-about .under .container-xl{display:flex;justify-content:flex-end;}
.home-about .box{width: 97.1%;background-color:#fff;padding:45px 55px 50px 85px;box-shadow:0 10px 35px 1px rgba(0,0,0,.1);}
.home-about .grid{gap:var(--bs-gap,0);}
.home-about .g-col-xl-4{display:flex;align-items:center;margin-top:15px;}
.home-about .g-col-xl-4:nth-child(1),.home-about .g-col-xl-4:nth-child(2),.home-about .g-col-xl-4:nth-child(3){margin-top:0;}
.home-about .icon{width:44px;height:44px;display:flex;justify-content:center;align-items:center;margin-right:15px;}
.home-about .text{font-size:20px;line-height:32px;font-weight:600;letter-spacing:-1px;}

.home-about a{font-size:18px;line-height:28px;font-weight:600;color:#fff;background-color:var(--public-color);padding:11px 110px;
text-transform:uppercase;margin-top:40px;}
.home-about a:hover{text-decoration:underline;}
@media (max-width:1660px) {
    .home-about .under{margin-top:30px;}
}

.home-gravu{margin-top:145px;padding-bottom:170px;}
.home-gravu .top .t1{width:60%;text-align:center;margin:0 auto;}
.home-gravu .center{margin-top:100px;}
.home-gravu .max-1730{position:relative;}
.home-gravu .swiper-slide{padding-top:25px;position:relative;}
.home-gravu .skip{position:absolute;left:40px;top:0;}
.home-gravu .sk{position:absolute;left:0;top:0;width:100%;display:flex;justify-content:center;font-size:18px;line-height:26px;font-weight:500;color:#fff;margin-top:10px;}
.home-gravu .texts{border:2px solid #efefef;margin-top:20px;padding:50px 35px 55px 35px;}
.home-gravu .swiper-slide:hover .texts{border-color:var(--public-color);}
.home-gravu .title{font-size:22px;line-height:30px;font-weight:600;color:#333333;letter-spacing:-1px;}
.home-gravu .swiper-slide .msg{font-size:16px;line-height:26px;font-weight:500;color:#999999;margin-top:25px;}
.home-gravu .swiper-button-prev{width:80px;height:81px;top:39%;}
.home-gravu .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/home-gravu-prev.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:0;width:100%;height:100%;}
.home-gravu .swiper-button-next{width:80px;height:81px;top:39%;}
.home-gravu .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/home-gravu-next.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:0;width:100%;height:100%;}
.home-gravu .under{margin-top:85px;}

.home-service{text-align:center;padding:130px 0 170px 0;background:url(../../images/home-service-bg.webp)no-repeat;background-size:cover;}
.home-service .t1{margin-top:25px;}
.home-service .boxs{margin-top:70px;display:flex;justify-content:space-between;}

.home-service .box{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);}
.home-service .img{height:310px;}
.home-service .title{font-size:26px;line-height:36px;font-weight:700;color:#333333;margin-top:40px;}
.home-service .box .msg{font-size:18px;line-height:28px;font-weight:500;color:#999999;margin-top:25px;letter-spacing:-1px;padding:0 20px;}
.home-service a{font-size:18px;line-height:28px;font-weight:600;color:#fff;background-color:var(--public-color);padding:11px 110px;
text-transform:uppercase;margin-top:40px;}
.home-service a:hover{text-decoration:underline;}

.home-service .box:nth-child(1){width:50%;}
.home-service .box:nth-child(2){width:47.9%;}

.home-new{padding-bottom:150px;}
.home-new .top{display:flex;justify-content:space-between;align-items:flex-end;}
.home-new .left{width:58.2%;}
.home-new .left .msg{font-size:18px;line-height:28px;font-weight:500;letter-spacing:-1px;margin-top:25px;}
.home-new .right{width:18%;display:flex;justify-content:space-between;}
.home-new .item{font-size:26px;line-height:34px;font-weight:500;color:#999999;letter-spacing:-1px;
user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.home-new .item.active{color:var(--public-color);}
.home-new .item:hover{color:var(--public-color);}

.home-new .last{margin-top:85px;}
.home-new .grid{gap:var(--bs-gap,40px);display:none;}
.home-new .grid.active{display:grid;}

.home-new .g-col-xl-4{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);}
.home-new .texts{padding:55px 50px 60px 50px;}
.home-new .title{font-size:28px;line-height:36px;font-weight:500;color:#333333;letter-spacing:-1px;padding-right:50px;position:relative;display:block;}
.home-new .title::after{content:"";width:30px;height:20px;background:url(../../images/home-new-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:43%;}
.home-new .title:hover{color:var(--public-color);}
.home-new .msg{line-height:28px;margin-top:35px;}
.home-new .date{font-size:16px;line-height:28px;font-weight:500;color:#999999;margin-top:45px;position:relative;text-transform:uppercase}
.home-new .date::before{content:"";width:18px;height:17px;background:url(../../images/home-new-date-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;position:relative;top:2px;}
.home-new .date::after{content:"";width:200px;height:1px;background-color:#ebebeb;display:block;position:absolute;right:-50px;top:46%;} 

.home-tegic{padding:100px 0 90px 0;background:url(../../images/home-tegic-bg.webp)no-repeat;background-size:100% 100%;}
.home-tegic .container-xl{display:flex;justify-content:space-between;align-items:flex-end;}
.home-tegic .left{width:57.2%;}
.home-tegic .t1{font-size:42px;line-height:50px;}
.home-tegic .grid{margin-top:50px;gap:var(--bs-gap,10px);}
.home-tegic .g-col-xl-4{background-color:#959595;padding:30px 20px;display:flex;align-items:flex-end;
user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
.home-tegic .g-col-xl-4.active{background-color:var(--public-color );}
.home-tegic .g-col-xl-4 .icon{height:50px;}
.home-tegic .g-col-xl-4 .text{font-size:18px;line-height:28px;font-weight:600;color:#ffffff;margin-left:20px;}
.home-tegic .g-col-xl-4 .text::before{content:"";width:40px;height:2px;background-color:#fff;display:block;margin-bottom:15px;}

.home-tegic .right{width:39.3%;}
.home-tegic .box{padding:34px 40px 34px 45px;background-color:#fff;}
.home-tegic .form-row{margin:0;}
.home-tegic .form-row>[class*="col-"]{padding:0;}
.home-tegic .form-group{margin-bottom:0;}
.home-tegic .form-feedback .form-control{padding:0;border-color:transparent;font-size:18px;line-height:28px;color:#999999;height:100%;}
.home-tegic .form-feedback .btn{width:100%;background-color:#333333;font-size:16px;line-height:24px;font-weight:600;color:#ffffff;
text-transform:uppercase;padding:7px 0;border:2px solid #7b7b7b;}
.home-tegic .form-feedback .btn:hover{text-decoration:underline;}
.home-tegic .feedback-result{position:absolute;}

footer .logo img{mix-blend-mode:darken;}
footer .top{padding:125px 0 110px 0;}
footer .ft{display:flex;justify-content:space-between;align-items:center;}
footer .ft .left{width:23.2%;}
footer .ft .right{width:63.6%;}
footer .ft .msg{font-size:16px;line-height:32px;color:#666666;}
/* footer .boxs{display:flex;justify-content:space-between;margin-top:70px;}

footer .box:nth-child(1){width:30.4%;}
footer .box:nth-child(2){width:18.6%;}
footer .box:nth-child(3){width:25.6%;}
footer .box:nth-child(4){width:14.3%;}

footer .title{font-size:20px;line-height:32px;font-weight:600;color:#333333;text-transform:uppercase;margin-top:10px;margin-bottom:50px;}
footer .text{font-size:16px;line-height:28px;color:#666666;padding-left:35px;position:relative;margin-bottom:15px;}
footer .box:nth-child(1) .text:nth-child(2)::before{content:"";width:15px;height:19px;background:url(../../images/footer-icon1.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:5px;}
footer .box:nth-child(1) .text:nth-child(3)::before{content:"";width:16px;height:14px;background:url(../../images/footer-icon2.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:7px;}
footer .box:nth-child(1) .text:nth-child(4)::before{content:"";width:17px;height:18px;background:url(../../images/footer-icon3.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:5px;}
footer a.text:hover{text-decoration:underline;}
footer .text1{font-size:16px;line-height:28px;color:#666666;margin-bottom:10px;position:relative;padding-left:20px;}
footer .text1::before{content:"";width:6px;height:6px;background-color:var(--public-color);display:block;position:absolute;left:0;top:11px;}
footer .text1 a:nth-child(2){margin-left:5px;}
footer .text1:last-child{margin-bottom:0;}

footer .box:nth-child(2) a,footer .box:nth-child(3) a{font-size:16px;line-height:28px;color:#666666;display:block;margin-bottom:10px;position:relative;letter-spacing:-1px;}
footer .box:nth-child(2) a::after{content:"";width:10px;height:8px;background:url(../../images/footer-a-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:10px;}
footer .box:nth-child(2) a:hover,footer .box:nth-child(3) a:hover{text-decoration:underline;}
footer .box:nth-child(2) a:last-child,footer .box:nth-child(3) a:last-child{margin-bottom:0;}

footer .tact{font-size:20px;line-height:32px;font-weight:600;color:#ffffff;padding:9px 40px 9px 20px;background-color:var(--public-color);
border-radius:5px;margin-bottom:40px;}
footer .tact::before{content:"";width:21px;height:23px;background:url(../../images/footer-tact-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:4px;}
footer .tact:hover{text-decoration:underline;} */

/* footer .list-1 .box-1{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px} */
footer .footer-top{display:flex;justify-content:space-between;}
footer .list-1 .box-1{margin-bottom:40px}
/* footer .list-1 .logo{width:30%} */
footer .list-1 .box-1 .d + .d{border-left:1px solid #cccccc}
footer .list-1 .h3{font-size:20px;line-height:28px;font-family:'DINOT-Medium';width:69%;display:flex;justify-content:flex-end}
footer .list-1 .h3 p{width:85%}
footer .list-1 .text{font-size:16px;line-height:24px;color:#999}
footer .list-1{width:30%}
footer .list-2{width:8%}
footer .list-3{width:24%}
footer .list-4{width:30%}
/* footer .list-4 .box{margin-bottom:55px} */
footer .social-xl p{font-size:16px;line-height:24px;color:var(--public-color);margin-bottom:10px}
footer .t1{font-size:24px;line-height:32px;color:var(--public-color);font-family:'DINOT-Bold';margin-bottom:35px}
footer .font-sty{font-size:16px;line-height:24px;color:#666;margin-bottom:10px}
footer .font-sty:last-child{margin-bottom:0}
footer .list-2 .box,footer .list-3 .box{display:inline-flex;flex-direction:column}
footer .list-4 i{color:var(--public-color);width:30px;display:inline-block}

footer .list-4 .box:nth-child(1) .text:nth-child(2)::before{content:"";width:15px;height:19px;background:url(../../images/footer-icon1.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:5px;}
footer .list-4 .box:nth-child(1) .text:nth-child(3)::before{content:"";width:16px;height:14px;background:url(../../images/footer-icon2.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:7px;}
footer .list-4 .box:nth-child(1) .text:nth-child(4)::before{content:"";width:17px;height:18px;background:url(../../images/footer-icon3.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:5px;}
footer .list-4 a.text:hover{text-decoration:underline;}

footer .list-1 .text p{margin-bottom: 15px}
footer .list-1 .text li{margin-bottom:10px;display:flex;align-items:center;}
footer .list-1 .text li:before { content: "●"; font-size: 1rem; margin-right: 5px; color: var(--public-color);}
footer .text{font-size:16px;line-height:24px;color:#666;margin-bottom:10px}
footer .text:last-child{margin-bottom:0}
footer .list-2 .box,footer .list-3 .box{display:inline-flex;flex-direction:column}
footer .list-4 i{color:var(--public-color);width:30px;display:inline-block}

footer .box .text{font-size:16px;line-height:28px;color:#666666;padding-left:35px;position:relative;margin-bottom:15px;}
footer .box .text:nth-child(1)::before{content:"";width:15px;height:19px;background:url(../../images/footer-icon1.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:5px;}
footer .box .text:nth-child(2)::before{content:"";width:16px;height:14px;background:url(../../images/footer-icon2.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:7px;}
footer .box .text:nth-child(3)::before{content:"";width:17px;height:18px;background:url(../../images/footer-icon3.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:5px;}

footer .under{padding:10px 0;background-color:#000000;font-size:16px;line-height:28px;color:#ffffff;}
footer .under .container-xl{display:flex;justify-content:space-between;align-items:center;}
footer .social,footer .share a{margin-right:5px;}
footer .social>span:last-child{padding:0;margin-right:0;}
footer .font-sty:hover{text-decoration:underline;}

.footer1{background-color:#f8f8f8;}

@media (max-width:768px) {
    .home-banner{margin-top:0;max-height:auto;}
    .home-banner .t1{width:100%;font-size:20px;line-height:28px;}
    .home-banner .box{display:none;}

    .home-pro{padding:20px 0;}
    .home-pro .left{padding-top:0;}
    .home-pro .left .t1{margin-top:0;}
    .home-pro .left .msg{margin-top:5px;}
    .home-pro .tips{margin-top:15px;flex-wrap:wrap;}
    .home-pro .tip{font-size:15px;line-height:24px;padding:10px;width:100%;}
    .home-pro .tip::before{margin-right:10px;position:relative;top:2px;display:none;}

    .home-pro .title{font-size:18px;line-height:26px;margin-top:0px;}
    .home-pro .right{flex-wrap:wrap;}
    .home-pro .right .box{padding-bottom:15px;margin-bottom:20px;flex-wrap:wrap;margin-bottom:0;}
    .home-pro .boxleft{width:100%;}
    .home-pro .boxright{width:100%;}
    .home-pro .boxright .box1 .text{font-size:18px;line-height:26px;}
    .home-pro .right .msg{margin-top:5px;}
    .home-pro .right .box:nth-child(1){margin-top:0;}
    .home-pro .boxlast{margin-top:15px;width:70%;}
    .home-pro .boxlast .box1{margin-right:10px;}
    .home-pro .boxright .box1 .text{font-size:24px;line-height:32px;top:32%;}
    .home-pro .right .box:nth-child(even) .boxright{text-align:left;}
    .home-pro .right .box:nth-child(even) .boxleft{order:-1;}

    .home-app{padding:20px 0;}
    .home-app .top .t1{width:100%;}
    .home-app .top .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .home-app .items{display:none;}
    .home-app .boxs{margin-top:20px;}
    .home-app .box{padding:15px;display:block !important;}
    .home-app .left{width:100%;}
    .home-app .right{width:100%;margin-top:10px;}
    .home-app .title{font-size:18px;line-height:26px;}
    .home-app .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .home-app .grid{margin-top:10px;}

    .home-lus{padding:20px 0;}
    .home-lus .top{flex-wrap:wrap;}
    .home-lus .top .left{width:100%;}
    .home-lus .msg{line-height:22px;margin-top:10px;letter-spacing:0;}
    .home-lus .top .right{width:100%;margin-top:10px;}
    .home-lus .box{padding:20px;}
    .home-lus .text{font-size:14px;line-height:22px;margin-top:5px;}
    .home-lus a{font-size:14px;line-height:22px;margin-top:10px;}
    .home-lus .title1{margin-top:10px;font-size:18px;line-height:26px;}
    .home-lus .boxs1{flex-wrap:wrap;margin-top:20px;}
    .home-lus .box1{margin-top:0;width:48%;margin-top:10px;}
    .home-lus .box1:nth-child(1),.home-lus .box1:nth-child(2){margin-top:0;}
    .home-lus .text1{margin-top:10px;letter-spacing:0;}

    .home-about{padding-top:20px;}
    .home-about .max-1660{width:100%;display:block;padding:0 15px;}
    .home-about .left{width:100%;}
    .home-about .right{width:100%;}
    .home-about .t1{margin-top:0;}
.home-about .msg{line-height:22px;}
    .home-about .msg:nth-child(3){margin-top:5px;}

    .home-about .under{margin-top:10px;}
    .home-about .box{width:100%;padding:15px;}
    .home-about .grid{gap:var(--bs-gap,10px);}
    .home-about .text{font-size:18px;line-height:26px;}
    .home-about a{font-size:16px;line-height:24px;padding:10px 40px;margin-top:10px;}

    .home-gravu{margin-top:20px;padding-bottom:20px;}
    .home-gravu .top .t1{width:100%;}
    .home-gravu .center{margin-top:20px;}
    .home-gravu .swiper-button-prev,.home-gravu .swiper-button-next{width:40px;height:40px;top:46%;}
    .home-gravu .skip{max-width:160px;}
    .home-gravu .skip img{max-width:100%;height:auto;}
    .home-gravu .sk{font-size:16px;line-height:24px;margin-top:7px;}

    .home-gravu .texts{padding:15px;margin-top:15px;}
    .home-gravu .title{font-size:18px;line-height:26px;}
    .home-gravu .swiper-slide .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .home-gravu .under{margin-top:10px;}

    .home-service{padding:20px 0;}
    .home-service .t1{margin-top:0;}
    .home-service .boxs{margin-top:20px;flex-wrap:wrap ;}
    .home-service .box:nth-child(1){width:100%;}
    .home-service .box:nth-child(2){width:100%;margin-top:20px;}
    .home-service .img{height:auto;}
    .home-service .title{font-size:18px;line-height:26px;margin-top:20px;}
    .home-service .box .msg{font-size:14px;line-height:22px;margin-top:10px;}
    .home-service a{font-size:16px;line-height:24px;padding:10px 30px;margin-top:15px;}

    .home-new{padding-bottom:20px;}
    .home-new .left{width:100%;}
    .home-new .left .msg{font-size:14px;line-height:22px;margin-top:10px;letter-spacing:0;}
    .home-new .right{display:none;}
    .home-new .last{margin-top:20px;}
    .home-new .grid{display:grid;gap:var(--bs-gap,20px);}
    .home-new .texts{padding:15px;}
    .home-new .title{font-size:18px;line-height:26px;padding-right:30px;}
    .home-new .title::after{top:32%;}
    .home-new .msg{line-height:22px;margin-top:10px;}
    .home-new .date{font-size:14px;line-height:22px;margin-top:20px;}
    .home-new .date::after{display:none;}

    .home-tegic{padding:20px 0;}
    .home-tegic .left{width:100%;}
    .home-tegic .t1{font-size:18px;line-height:26px;}
    .home-tegic .grid{margin-top:20px;}
    .home-tegic .right{display:none;}

    footer .top{padding:30px 0 20px 0;}
footer .logo{width:50%;}
footer .footer-top{flex-wrap:wrap;}
footer .list-1 .box-1{margin-bottom:20px;}
footer .list-1,footer .list-3,footer .list-4{width:100%;}
footer .list-1 .text li:before{display:none;}
footer .list-3,footer .list-4{margin-top:10px;}
footer .list-1 .text p{margin-bottom:5px;}
footer .t1{font-size:18px;line-height:26px;margin-bottom:10px;}

    footer .ft .left{width:50%;}
    footer .ft .right{display:none;}
    footer .boxs{margin-top:20px;flex-wrap:wrap;}
    footer .box:nth-child(1),footer .box:nth-child(2),footer .box:nth-child(3),footer .box:nth-child(4){width:100%;margin-top:0px;}
    footer .box:nth-child(1){margin-top:0;}
    footer .title{font-size:18px;line-height:26px;margin-top:0;margin-bottom:5px;}
    footer .text{font-size:14px;line-height:22px;margin-bottom:10px;}
    footer .box:nth-child(1) .text:nth-child(3)::before{top:4px;}
    footer .box:nth-child(2) a, footer .box:nth-child(3) a{font-size:14px;line-height:22px;margin-bottom:5px;letter-spacing:0;}
    footer .text1{font-size:14px;line-height:22px;margin-bottom:5px;}
    footer .tact{margin-bottom:0;margin-top:15px;}
footer .tact{margin-top:0;}
footer .box .text{margin-bottom:5px;}
}

.banner{margin-top:137px;}
.banner .banner-text{text-align:left;align-items:flex-start;}
.banner .breadcrumb{margin-top:35px;display:flex;align-items:center;}
.banner .breadcrumb::before{content:"";width:21px;height:21px;background:url(../../images/breadcrumb-icon.webp)no-repeat;background-size:cover;
display:block;margin-right:20px;}
.banner .breadcrumb-item a{font-size:18px;line-height:28px;color:#333;}
.banner .breadcrumb-item a:hover{text-decoration:underline;}
.banner .breadcrumb-item+.breadcrumb-item{padding-left:18px;display:flex;align-items:center;}
.banner .breadcrumb-item+.breadcrumb-item::before{content:"";width:3px;height:3px;background-color:#666666;display:block;padding-right:0;margin-right:18px;}
.banner .t1{margin-top:100px;}

@media (max-width:1400px) {
    .banner .t1{margin-top:10px;}
    
}
@media (max-width:768px) {
    .banner{margin-top:0;}
    .banner .banner-img img{height:100px;width:auto;}
    .banner .banner-text{align-items:center;}
    .banner .breadcrumb{margin-top:5px;}
    .banner .breadcrumb::before{margin-right:10px;}
    .banner .breadcrumb-item a{font-size:14px;line-height:22px;}
    .banner .breadcrumb-item+.breadcrumb-item{padding-left:10px;}
    .banner .breadcrumb-item+.breadcrumb-item::before{margin-right:10px;}
    .banner .t1{margin-top:10px;}
}

.new{margin-top:60px;padding-bottom:210px;}
.new .items{display:flex;}
.new .item{width:465px;;font-size:18px;line-height:28px;font-weight:600;color:#ffffff;background-color:#959595;padding:11px 40px;margin-right:2px;position:relative;text-transform:uppercase;}
.new .item::after{content:"";width:16px;height:13px;background:url(../../images/new-item-icon.webp)no-repeat;background-size:cover;position:absolute;right:20px;top:38%;}
.new .item:hover,.new .item.active{background-color:var(--public-color);}
.new .grid{gap:var(--bs-gap,40px);margin-top:100px;}

.new .g-col-xl-4{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);}
.new .texts{padding:55px 50px 60px 50px;}
.new .title{font-size:28px;line-height:42px;font-weight:600;color:#333333;letter-spacing:-1px;padding-right:130px;position:relative;display:block;}
.new .title::after{content:"";width:30px;height:20px;background:url(../../images/home-new-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:43%;}
.new .title:hover{color:var(--public-color);}
.new .msg{line-height:28px;margin-top:35px;}
.new .date{font-size:16px;line-height:28px;font-weight:500;color:#999999;margin-top:45px;position:relative;}
.new .date::before{content:"";width:18px;height:17px;background:url(../../images/home-new-date-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;position:relative;top:2px;}
.new .date::after{content:"";width:200px;height:1px;background-color:#ebebeb;display:block;position:absolute;right:-50px;top:46%;} 

@media (max-width:768px) {
    .new{margin-top:20px;padding-bottom:20px;}
    .new .grid{margin-top:0;gap:var(--bs-gap,20px);}
    .new .texts{padding:15px;}
    .new .title{font-size:18px;line-height:26px;padding-right:30px;}
    .new .title::after{top:32%;}
    .new .msg{line-height:22px;margin-top:10px;}
    .new .date{font-size:14px;line-height:22px;margin-top:20px;}
    .new .date::after{display:none;}
}

.cert{margin-top:60px;padding-bottom:160px;}
.cert .items{display:flex;justify-content:space-between;}
.cert .item{width:33%;background-color:#959595;font-size:18px;line-height:28px;font-weight:600;color:#ffffff;padding:11px 20px 11px 40px;position:relative;text-transform:uppercase;}
.cert .item::after{content:"";width:16px;height:13px;background:url(../../images/new-item-icon.webp)no-repeat;background-size:cover;position:absolute;right:20px;top:38%;}
.cert .item:hover,.cert .item.active{background-color:var(--public-color);}
.cert .grid{gap:var(--bs-gap,25px);margin-top:90px;}
.cert .g-col-xl-3{padding:30px 25px 40px 25px;background-color:#f8f8f8;}
.cert .title{font-size:18px;line-height:32px;font-weight:600;color:#333333;text-align:center;margin-top:25px;}

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

.video{margin-top:60px;padding-bottom:160px;}
.video .items{display:flex;justify-content:space-between;}
.video .item{width:33%;background-color:#959595;font-size:18px;line-height:28px;font-weight:600;color:#ffffff;padding:11px 20px 11px 40px;position:relative;text-transform:uppercase;}
.video .item::after{content:"";width:16px;height:13px;background:url(../../images/new-item-icon.webp)no-repeat;background-size:cover;position:absolute;right:20px;top:38%;}
.video .item:hover,.video .item.active{background-color:var(--public-color);}
.video .grid{margin-top:120px;gap:var(--bs-gap,40px);}
.video .g-col-xl-4{box-shadow:0 0 25px 1px rgba(0,0,0,.1);}
.video .img{position:relative;}
.video .videobtn{position:absolute;right:30px;bottom:30px;}
.video .texts{padding:28px 30px 38px 30px;background-color:#fff;}
.video .title{font-size:20px;line-height:32px;font-weight:600;color:#333333;}
.video .title:hover{color:var(--public-color);}

@media (max-width:768px) {
    .video{margin-top:20px;padding-bottom:20px;}
    .video .grid{margin-top:0;gap:var(--bs-gap,20px);}
    .video .texts{padding:15px;}
    .video .title{font-size:18px;line-height:26px;}
}

.faq{margin-top:140px;padding-bottom:190px;}
.faq .container-xl{display:flex;justify-content:space-between;}
.faq .left{width:23.7%;}
.faq .item{font-size:18px;line-height:26px;font-weight:600;background-color:#959595;color:#ffffff;padding:12px 20px 12px 40px;
margin-bottom:1px;text-transform:uppercase;position:relative;display:block;}
.faq .item::after{content:"";width:16px;height:12px;background:url(../../images/faq-iten-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:20px;top:40%;}
.faq .item.active,.faq .item:hover{background-color:#d01027;}
.faq .right{width:68.6%;}
.faq .faq-item{padding-left:8px;padding:28px 0;border-bottom:1px solid #ebebeb;}
.faq .faq-item:hover{cursor:pointer;}
.faq .faq-title{padding-left:35px;position:relative;font-size:18px;line-height:32px;font-weight:500;color:#333333;position:relative;}
.faq .faq-title::before{content:"";width:15px;height:15px;background:url(../../images/faq-icon1.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:10px;}
.faq .faq-title::after{content:"";width:18px;height:18px;background:url(../../images/faq-title-icon1.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:22%;}
.faq .faq-content{font-size:16px;line-height:28px;color:#888888;padding-left:60px;position:relative;height:0;overflow:hidden;transition:all .5s;}
.faq .faq-content::before{content:"";width:40px;height:40px;background:url(../../images/faq-icon2.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:5px;}

.faq .faq-item.active .faq-title::after{content:"";width:18px;height:4px;background:url(../../images/faq-title-icon2.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:45%;}
.faq .faq-item.active .faq-content{margin-top:30px;height:auto;transition:all .5s;}

@media (max-width:768px) {
    .faq{margin-top:20px;padding-bottom:20px;}
    .faq .faq-item{padding:10px 0;}
    .faq .faq-title{padding-right:20px;font-size:16px;line-height:24px;}
    .faq .faq-content{padding-left:40px;font-size:14px;line-height:22px;}
    .faq .faq-content::before{width:25px;height:25px;}
    .faq .faq-item.active .faq-content{margin-top:10px;}
}

.down{margin-top:180px;padding-bottom:180px;}
.down .container-xl{display:flex;justify-content:space-between;align-items:center;}
.down .left{width:35%;}
.down .right{width:61.5%;}
.down .msg{font-size:16px;color:#666666;}
.down form{margin-top:35px;}
.down .form-row{margin:0;}
.down .form-row>[class*="col-"]{padding:0;margin-bottom:20px}
.down .form-feedback .form-control{font-size:16px;line-height:32px;color:#999999;border:2px solid transparent;background-color:#f8f8f8;
padding:9px 20px;}
.down .form-feedback .form-control:focus{border:2px solid #d01027;}
.down .btn-box{margin-top:10px;}
.down .btn{font-size:18px;line-height:32px;font-weight:600;color:#ffffff;text-transform:uppercase;padding:8px 80px;background-color:var(--public-color);}
.down .btn:hover{background-color:var(--public-color);text-decoration:underline;}
.down .form-row>[class*="col-"]:nth-child(3){padding-right:10px;}
.down .form-row>[class*="col-"]:nth-child(4){padding-left:10px;}

@media (max-width:768px) {
    .down{margin-top:20px;padding-bottom:20px;}
    .down form{margin-top:15px;}
    .down .form-feedback .form-control{line-height:24px;padding:5px 20px;}
    .down .form-row>[class*="col-"]{margin-bottom:10px;}
    .down .form-row>[class*="col-"]:nth-child(3){padding-right:0;}
    .down .form-row>[class*="col-"]:nth-child(4){padding-left:0;}
    .down .btn-box{margin-bottom:0;}
    .down .btn{font-size:16px;line-height:24px;padding:8px 40px;}
}

.contact{margin-top:140px;padding-bottom:140px;}
.contact .txt{font-size:22px;line-height:30px;font-weight:500;color:#333333;}
.contact .txt span{color:var(--public-color);}
.contact .grid{margin-top:75px;gap:var(--bs-gap,40px);}
.contact .g-col-xl-4{position:relative;padding-bottom:65px;padding-top:30px;}
.contact .g-col-xl-4::before{content:"";width:200px;height:4px;background-color:var(--public-color);display:block;position:absolute;
left:0;bottom:0;}
.contact .icon{height:59px;display:flex;align-items:center;}
.contact .text{font-size:18px;line-height:32px;color:#666666;}
.contact .text strong{font-weight:600;}
.contact .text:nth-child(2){margin-top:35px;}
.contact .g-col-xl-4:nth-child(2) .text a:nth-child(3){display:block;}
.contact .g-col-xl-4:nth-child(1){background:url(../../images/contact-bg1.webp)no-repeat;background-size:100% 100%;}
.contact .g-col-xl-4:nth-child(2){background:url(../../images/contact-bg2.webp)no-repeat;background-size:100% 100%;}
.contact .g-col-xl-4:nth-child(3){background:url(../../images/contact-bg2.webp)no-repeat;background-size:100% 100%;}

.contact .under{margin-top:130px;display:flex;justify-content:space-between;}
.contact .left{width:44.9%;}
.contact .title{font-size:36px;line-height:48px;font-weight:600;color:#333333;}
.contact .title::before{content:"";width:40px;height:40px;background:url(../../images/contact-title-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:5px;}
.contact .box .text1{font-size:24px;line-height:32px;font-weight:600;color:#333333;}
.contact .box .text1::before{content:"Q:";font-size:24px;line-height:32px;font-weight:700;color:var(--public-color);display:inline-block;
position:relative;top:-2px;margin-right:15px;}
.contact .box .text2{font-size:18px;line-height:32px;color:#666666;margin-top:15px;}
.contact .box .text2::before{content:"A:";font-size:24px;line-height:32px;font-weight:700;color:var(--public-color);display:inline-block;
position:relative;top:1px;margin-right:10px;}
.contact .box{margin-bottom:35px;}
.contact .box:nth-child(2){margin-top:75px;}
.contact .box:last-child{margin-bottom:0;}

.contact .right{width:48.6%;}
.contact label{font-size:16px;line-height:32px;color:#666666;}
.contact label span{color:var(--public-color);}
.contact .form-row{margin:0;}
.contact .form-row>[class*="col-"]{padding:0;margin-bottom:25px;}
.contact .form-feedback .form-control{font-size:18px;line-height:32px;color:#666;background-color:#f8f8f8;padding:7px 20px;
border:2px solid transparent;margin-top:15px;}
.contact .form-row>[class*="col-"]:nth-child(3){padding-right:10px;}
.contact .form-row>[class*="col-"]:nth-child(4){padding-left:10px;}
.contact .last{font-size:18px;line-height:28px;color:var(--public-color);}
.contact .form-feedback .btn{font-size:18px;line-height:28px;font-weight:600;color:#ffffff;text-transform:uppercase;background-color:var(--public-color);
padding:10px 90px;margin-top:50px;}

.contact .checkbox{position:relative;z-index:10;}
.contact .showbox{font-size:18px;line-height:32px;color:#bbbbbb;background-color:#f8f8f8;padding:9px 20px;margin-top:15px;position:relative;}
.contact .showbox::after{content:"";width:15px;height:9px;background:url(../../images/contact-showbox-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:20px;top:45%;transition:all .5s;}
.contact .check{position:absolute;left:0;top:100%;width:100%;background-color:#f8f8f8;height:0;overflow:hidden;transition:all .5s;}
.contact .checktext{font-size:18px;line-height:32px;color:#666;background-color:#f8f8f8;padding:5px 20px;}
.contact .checktext:hover{background-color:var(--public-color);color:#fff;}

.contact .showbox.visited{color:#666;}
.contact .checkbox.active .showbox::after{transform:rotate(180deg);transition:all .5s;}
.contact .checkbox.active .check{height:auto;transition:all .5s;}

@media (max-width:768px) {
    .contact{margin-top:20px;padding-bottom:20px;}
    .contact .txt{font-size:18px;line-height:26px;}
    .contact .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .contact .g-col-xl-4{padding:20px 0;}
    .contact .text{font-size:14px;line-height:22px;}
    .contact .text:nth-child(2){margin-top:10px;}
    .contact .under{margin-top:20px;}
    .contact .title{font-size:18px;line-height:26px;}
    .contact .title::before{width:20px;height:20px;top:3px;margin-right:10px;}
    .contact .box{margin-bottom:10px;}
    .contact .box:nth-child(2){margin-top:20px;}
    .contact .box .text1{font-size:18px;line-height:26px;}
    .contact .box .text1::before{font-size:18px;line-height:26px;top:0;margin-right:10px;}
    .contact .box .text2{font-size:14px;line-height:22px;margin-top:5px;}
    .contact .box .text2::before{font-size:18px;line-height:26px;margin-right:5px;}

    .contact .form-feedback .form-control{margin-top:5px;}
    .contact .form-row>[class*="col-"]{margin-bottom:5px;}
    .contact .form-row>[class*="col-"]:nth-child(3){padding-right:0;}
    .contact .form-row>[class*="col-"]:nth-child(4){padding-left:0;}
    .contact .showbox{margin-top:5px;}
    .contact .form-feedback .btn{margin-top:20px;font-size:16px;line-height:24px;padding:10px 40px;}
}

.bread{margin-top:160px;}
.bread .breadcrumb{display:flex;align-items:center;}
.bread .breadcrumb::before{content:"";width:21px;height:21px;background:url(../../images/breadcrumb-icon.webp)no-repeat;background-size:cover;
display:block;margin-right:20px;}
.bread .breadcrumb-item a{font-size:18px;line-height:28px;color:#666666;}
.bread .breadcrumb-item a:hover{text-decoration:underline;}
.bread .breadcrumb-item+.breadcrumb-item{padding-left:18px;display:flex;align-items:center;}
.bread .breadcrumb-item+.breadcrumb-item::before{content:"";width:3px;height:3px;background-color:#666666;display:block;padding-right:0;margin-right:18px;}

@media (max-width:768px) {
    .bread{margin-top:10px;}
    .bread .breadcrumb{margin-top:5px;}
    .bread .breadcrumb::before{margin-right:10px;}
    .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;}
}

.new-cont-nav{margin-top:80px;}
.new-cont-nav .container-xl{display:flex;}
.new-cont-nav .item{font-size:18px;line-height:32px;font-weight:600;color:#ffffff;background-color:#959595;text-transform:uppercase;
margin-right:2px;width:530px;padding:9px 20px 9px 40px;position:relative;}
.new-cont-nav .item::after{content:"";width:16px;height:12px;background:url(../../images/faq-iten-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:20px;top:40%;}
.new-cont-nav .item:hover,.new-cont-nav .item.active{background-color:var(--public-color);}

.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;}
.new-cont .left{width:21%;}
.new-cont .table-box{position:sticky;top:137px;}

.new-cont .table-title{font-size:28px;line-height:40px;font-weight:700;color:#333333;text-align:left;text-transform:uppercase;}
.new-cont .table-title::before{content:"";width:40px;height:40px;background:url(../../images/contact-title-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:10px;}

.new-cont .table-of-content-list{margin-top:45px;}
.new-cont .table-text{padding-bottom:35px;border-bottom:1px solid #e5e5e5;}
.new-cont .table-text a{font-size:24px;line-height:32px;font-weight:600;color:#333333;letter-spacing:-1px;}
.new-cont .sub-list{margin-top:40px;}
.new-cont .sub-list a{font-size:20px;line-height:32px;font-weight:500;color:#666666;margin-bottom:20px;padding-left:40px;position:relative;display:block;}
.new-cont .sub-list a::before{content:"";width:5px;height:5px;background-color:#999999;display:block;position:absolute;left:0;top:13px;}
.new-cont .sub-list a:hover{color:var(--public-color);}
.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 .right{width:75%;display:flex;justify-content:space-between;}
.new-cont .right.max{width:100%}
.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 .date::before{content:"";width:18px;height:17px;background:url(../../images/new-cont-date.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;position:relative;top:2px;}
.new-cont .box{display:flex;align-items:center;margin-top:50px;}
.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:40px;color:#999999;}

.new-cont .center{margin-top:25px;padding:65px 0 75px 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:600;font-size:18px;line-height:32px;color:#000000;}
.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:28%;}
.new-cont .doublebox{padding:40px 30px 80px 30px;background-color:#f8f8f8;border-bottom:4px solid var(--public-color);}
.new-cont .doublebox .title{font-size:24px;line-height:32px;color:#333333;font-weight:700;text-transform:uppercase;}
.new-cont .doublebox .title::before{content:"";width:40px;height:40px;background:url(../../images/contact-title-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:10px;}

.new-cont .doublebox a{display:block;}
.new-cont .doublebox .contactbtn{width:100%;display:table;margin-top:40px;padding:9px 20px 9px 85px;text-align:center;background-color:var(--public-color);
font-size:18px;line-height:32px;font-weight:600;color:#fff;text-transform:uppercase;}
.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:50px;font-size:18px;line-height:32px;font-weight:600;color:#666666;padding-bottom:15px;}
.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:10px;font-size:18px;line-height:26px;font-weight:600;color:#666666;padding-bottom:15px;}
.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;font-weight:600;color:#666666;padding-bottom:15px;}
.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 75px 30px;}
.new-cont .doublebox:nth-child(2) .title{font-size:28px;}
.new-cont .new-box{padding:30px 0 30px 0;border-bottom:1px solid #dddddd;}
.new-cont .new-box p{display:inline-block;font-size:16px;line-height:28px;font-weight:500;color:#999999;}
.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:28px;font-weight:600;color:#333333;margin-top:5px;padding-right:70px;position:relative;
letter-spacing:-1px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.new-cont .new-box .title1::after{content:"";width:33px;height:22px;background:url(../../images/new-cont-title1-icon.webp)no-repeat;
background-size:cover;display:block;position:absolute;right:0;top:10%;}
.new-cont .new-box .title1:hover{color:var(--public-color);text-decoration:underline;}
.new-cont .new-box .last{margin-top:10px;}
.new-cont .doublebox:nth-child(2) .new-box:nth-child(2){margin-top:20px;}

@media (max-width:768px) {
    .new-cont .left{display:none;}
    .new-cont .right{width:100%;flex-wrap:wrap;}
    .new-cont .box-left{width:100%;}
    .new-cont .box-right{width:100%;margin-top:20px;}
    .new-cont {margin-top:10px;padding-bottom:20px;}
    .new-cont .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .new-cont .box{margin-top:10px;}
    .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:10px;padding:15px 0;}
    .new-cont .center p{font-size:14px;line-height:22px;}
    .new-cont .last{margin-top:15px;flex-wrap:wrap;}
    .new-cont .last .l1{width:100%;}
    .new-cont .last a p,.new-cont .last a span{font-size:16px;line-height:24px;}
    .new-cont .last .r1{width:100%;margin-top:20px;}
    .new-cont .last .r1 a{font-size:16px;line-height:24px;width:auto;padding:8px 45px;}

    .new-cont .doublebox,.new-cont .doublebox:nth-child(2){padding:20px;}
    .new-cont .doublebox:nth-child(1){margin-bottom:20px;}
    .new-cont .doublebox .title{font-size:18px;line-height:26px;}
    .new-cont .doublebox .title::before{height:20px;width:20px;;top:3px;}
    .new-cont .downbtn{font-size:16px;line-height:24px;margin-top:10px;}
    .new-cont .faqbtn{margin-top:0;font-size:16px;line-height:24px;}
    .new-cont .videobtn{margin-top:0;font-size:16px;line-height:24px;}
    .new-cont .doublebox .contactbtn{font-size:16px;line-height:24px;padding:10px 25px;margin-top:10px;}

    .new-cont .doublebox:nth-child(2) .title{font-size:18px;line-height:26px;}
    .new-cont .doublebox:nth-child(2) .title::before{height:20px;top:3px;}
    .new-cont .new-box{padding:10px 0;}
    .new-cont .new-box .title1{font-size:18px;line-height:26px;margin-top:0;padding-right:35px;letter-spacing:0;}
    .new-cont .new-box p{font-size:14px;line-height:22px;margin-top:0;}
    .new-cont .doublebox:nth-child(2) .new-box:nth-child(2){margin-top:0;}
}

.hotpro{margin-top:200px;padding-bottom:235px;}
.hotpro .t1{font-size:28px;line-height:40px;font-weight:700;position:relative;}
.hotpro .t1::before{content:"";width:40px;height:40px;background:url(../../images/contact-title-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:10px;}
.hotpro .grid{margin-top:90px;gap:var(--bs-gap,50px);}
.hotpro .g-col-xl-4{padding:55px 50px 65px 50px;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);position:relative;}
.hotpro .g-col-xl-4::before{content:"";width:200px;height:4px;background-color:var(--public-color);display:block;position:absolute;
left:50px;bottom:0;}
.hotpro .title{font-size:20px;line-height:32px;font-weight:600;color:#333333;padding-right:50px;position:relative;margin-top:30px;}
.hotpro .title::after{content:"";width:27px;height:18px;background:url(../../images/hotpro-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:10px;}
.hotpro .title:hover{color:var(--public-color);text-decoration:underline;}

@media (max-width:768px) {
    .hotpro{margin-top:20px;padding-bottom:20px;}
    .hotpro .t1{font-size:18px;line-height:26px;}
    .hotpro .t1::before{width:20px;height:20px;margin-right:10px;top:3px;}
    .hotpro .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .hotpro .g-col-xl-4{padding:20px;}
    .hotpro .g-col-xl-4::before{left:20px;}
    .hotpro .title{font-size:18px;line-height:26px;margin-top:5px;padding-right:30px;}
}

.banner1 .breadcrumb::before{background:url(../../images/breadcrumb-icon1.webp)no-repeat;background-size:cover;}
.banner1 .breadcrumb-item a{color:#fff;}
.banner1 .breadcrumb-item+.breadcrumb-item::before{background-color:#fff;}

.prolistbanner .t1{color:#fff;}
.prolistbanner .msg{color:#fff;margin-top:30px;line-height:28px;width:60%;}

@media (max-width:1400px) {
    .prolistbanner .msg{margin-top:0;width:90%;}
}

.public-head{text-align:center;margin-top:-150px;position:relative;z-index:10;}
.public-head .box{background-color:#fff;box-shadow:0 5px 20px 1px rgba(0,0,0,.1);padding:80px 0 70px 0;}
.public-head .t1{font-size:42px;line-height:50px;font-weight:600;color:#333333;}
.public-head .msg{font-weight:500;width:66%;margin:40px auto 0 auto;}

@media (max-width:768px) {
	.prolistbanner .msg{display:none;}
    .public-head{margin-top:20px;}
    .public-head .box{padding:20px;}
    .public-head .t1{font-size:18px;line-height:26px;}
    .public-head .msg{width:100%;margin-top:5px;}
}

.proindex{margin-top:160px;padding-bottom:220px;}
.proindex .box{display:flex;justify-content:space-between;padding-bottom:55px;margin-bottom:90px;position:relative;}
.proindex .box::before{content:"";width:100%;height:1px;background-color:#cccccc;display:block;position:absolute;left:0;bottom:0;}
.proindex .box:hover::before{height:4px;background-color:var(--public-color);}
.proindex .box:last-child{margin-bottom:0;}
.proindex .left{width:42.9%;background: url(../../images/p-back-1.jpg) no-repeat;
    background-position: bottom 73px center;
    background-size: 100% auto;}
.proindex .box-img{display:flex;justify-content:center;margin-top:-30px;}
.proindex .small-img{border:1px dashed#dddddd;border-radius:100%;padding:22px;margin-right:15px;}
.proindex .small-img:last-child{margin-right:0;}
.proindex .small-img img{border-radius:100%;box-shadow:0px 0px 20px 0px rgba(51,51,51,0.1);}
.proindex .right{width:54%;}
.proindex .title{font-size:36px;line-height:48px;font-weight:600;color:#333333;}
.proindex .title:hover{color:var(--public-color);}
.proindex .text{font-size:28px;line-height:40px;font-weight:600;color:#999999;margin-top:10px;}
.proindex .msg{line-height:28px;margin-top:25px;}
.proindex .texts{margin-top:25px;}
.proindex .text1{font-size:18px;line-height:28px;font-weight:500;color:#333333;}
.proindex .text1::before{content:"";width:15px;height:8px;background:url(../../images/proindex-text1-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:-2px;}
.proindex .text1:nth-child(1){margin-right:25px;}
.proindex .text1:hover{color:var(--public-color);}
.proindex .tags{font-size:18px;line-height:28px;font-weight:600;color:#333333;text-transform:uppercase;display:flex;align-items:center;margin-top:30px;}
.proindex .tag{font-size:15px;line-height:28px;font-weight:500;color:#666666;text-transform:capitalize;margin-right:10px;padding:1px 15px;background-color:#e9f0f6;
color:#666666;}
.proindex .tag:nth-child(1){margin-left:20px;}
.proindex .last{display:table;width:330px;font-size:18px;line-height:32px;font-weight:600;color:#ffffff;background-color:var(--public-color);
padding:9px 20px 9px 40px;margin:50px 0 0 auto;position:relative;}
.proindex .last::after{content:"";width:15px;height:12px;background:url(../../images/proindex-last-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:20px;top:40%;}
.proindex .last:hover{text-decoration:underline;}

.cify{position:relative;}
.cify .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;}
.cify .t1{font-size:42px;line-height:50px;font-weight:600;color:#ffffff;}
.cify .msg{font-size:22px;line-height:32px;font-weight:500;color:#ffffff;margin-top:10px;}
.cify a{font-size:18px;line-height:32px;font-weight:600;color:#ffffff;text-transform:uppercase;background-color:var(--public-color);
padding:9px 80px;margin-top:45px;}
.cify a:hover{text-decoration:underline;}

@media (max-width:768px) {
    .proindex{margin-top:30px;padding-bottom:30px;}
    .proindex .box{padding-bottom:20px;margin-bottom:20px;}
    .proindex .title{font-size:18px;line-height:26px;}
    .proindex .text{font-size:16px;line-height:24px;margin-top:0;}
    .proindex .msg{line-height:22px;margin-top:10px;}
    .proindex .texts{margin-top:10px;}
    .proindex .text1{font-size:16px;line-height:24px;}
    .proindex .tags{margin-top:10px;display:block;}
    .proindex .tag{display:inline-block;margin-top:5px;}
    .proindex .last{width:auto;margin-top:20px;font-size:16px;line-height:24px;padding:9px 60px 9px 40px;display:none;}
}

.phead1 .t1{width:44%;margin:0 auto ;}

.rket{margin-top:145px;padding-bottom:180px;}
.rket .t1{text-align:center;}
.rket .grid{margin-top:70px;gap:var(--bs-gap,40px);}
.rket .texts{font-size:20px;line-height:28px;font-weight:600;color:#ffffff;display:flex;align-items:center;background-color:#333333;
padding:22px 30px;}
.rket .icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-right:20px;}
.rket .g-col-xl-4:nth-child(6){background:url(../../images/rket-bg.webp)no-repeat;background-size:100% 100%;padding:35px 35px 0 35px;text-align:center;}
.rket .title{font-size:24px;line-height:32px;font-weight:600;color:#333333;margin-top:30px;}
.rket .msg{font-size:18px;line-height:28px;color:#999999;margin-top:15px;}

.pati{text-align:center;padding:120px 0 135px 0;background-color:#f4f4f4;}
.pati .max-1850{position:relative;}
.pati .swiper{margin-top:75px;}
.pati .swiper-slide{position:relative;}
.pati .swiper-slide::before{content:"";width:100%;height:4px;background-color:var(--public-color);display:none;position:absolute;left:0;bottom:0;}
.pati .swiper-slide:hover::before{display:block;}
.pati .title{font-size:18px;line-height:28px;font-weight:600;color:#333333;padding:26px 0;background-color:#fff;}
.pati .swiper-button-prev{width:80px;height:80px;left:15px;top:60%;}
.pati .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/pati-prev.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.pati .swiper-button-next{width:80px;height:80px;right:15px;top:60%;}
.pati .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/pati-next.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

.tage{margin-top:150px;padding-bottom:170px;text-align:center;}
.tage .grid{margin-top:70px;gap:var(--bs-gap,40px);}
.tage .g-col-xl-4:hover{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);}
.tage .texts{padding:40px 50px;border:1px solid #dddddd;border-top:none;}
.tage .g-col-xl-4:hover .texts{border-color:transparent;}
.tage .title{font-size:20px;line-height:32px;font-weight:600;color:#333333;}
.tage .msg{line-height:28px;min-height:84px;margin-top:30px;}
.tage .last{font-size:16px;line-height:28px;font-weight:500;color:#666666;text-transform:uppercase;border:2px solid #cccccc;border-radius:5px;
padding:4px 25px;margin-top:30px;}
.tage .last:hover{background-color:var(--public-color);color:#fff;border-color:var(--public-color);}

.luti{position:relative;text-align:center;}
.luti .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
.luti .t1{font-size:42px;line-height:50px;font-weight:600;color:#ffffff;}
.luti .msg{font-size:22px;line-height:30px;font-weight:500;color:#ffffff;margin-top:10px;}
.luti .last{font-size:18px;line-height:28px;font-weight:600;color:#ffffff;margin-top:40px;text-transform:uppercase;text-decoration:underline;}

@media (max-width:768px) {
    .phead1 .t1{width:100%;}

    .rket{margin-top:20px;padding-bottom:20px;}
    .rket .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .rket .texts{font-size:18px;line-height:26px;padding:15px;}
    .rket .g-col-xl-4:nth-child(6){padding:20px;}
    .rket .title{font-size:18px;line-height:26px;margin-top:10px;}
    .rket .msg{font-size:14px;line-height:22px;margin-top:10px;}

    .pati{padding:20px 0;}
    .pati .swiper{margin-top:20px;}
    .pati .swiper-button-prev,.pati .swiper-button-next{width:40px;height:40px;top:50%;}
    .pati .img img{width:100%;}
    .pati .title{line-height:26px;padding:10px 0;}

    .tage{margin-top:20px;padding-bottom:20px;}
    .tage .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .tage .texts{padding:20px;}
    .tage .msg{line-height:22px;margin-top:0;min-height:auto;}
    .tage .last{padding:4px 40px;margin-top:10px;}

    .luti .t1{font-size:18px;line-height:26px;}
    .luti .msg{display:none;}
    .luti .last{display:none;}
}

.seritem{margin-top:50px;}
.seritem .container-xl{display:flex;justify-content:space-between;}
.seritem .item{width:33%;font-size:18px;line-height:32px;font-weight:600;color:#ffffff;background-color:#959595;
text-transform:uppercase;padding:9px 40px;position:relative;}
.seritem .item::after{content:"";width:12px;height:15px;background:url(../../images/seritem-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:25px;top:35%;}
.seritem .item:hover,.seritem .item.active{background-color:var(--public-color);}
.seritem.active{position:fixed;left:0;top:112px;width:100%;margin-top:0;background-color:#fff;z-index:10;}

.mize{margin-top:90px;}
.mize .container-xl{display:flex;justify-content:space-between;}
.mize .box{width:31.5%;display:flex;justify-content:space-between;align-items:center;padding:30px;border-radius:500px;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);}
.mize .icon{width:21.1%;}
.mize .texts{width:72.4%;}
.mize .title{font-size:18px;line-height:32px;font-weight:600;color:#333333;}
.mize .msg{line-height:28px;color:#666666;}

.service{margin-top:120px;}
.service .box{display:flex;justify-content:space-between;padding:50px 0;}
.service .box:last-child{padding-bottom:0;}
.service .left{width:50%;order:2;}
.service .right{width:42.9%;}
.service .txt{font-size:15px;line-height:28px;font-weight:500;color:var(--public-color);padding:1px 15px;border:1px solid var(--public-color);
border-radius:5px;display:inline-block;}
.service .title{font-size:36px;line-height:48px;font-weight:600;color:#333333;margin-top:15px;letter-spacing:-2px;}
.service .msg{font-size:18px;line-height:28px;color:#999999;margin-top:40px;}
.service .tip{margin-top:25px;}
.service .tip p{font-size:18px;line-height:32px;font-weight:600;color:#333333;margin-bottom:5px;}
.service .tip p::before{content:"";width:17px;height:13px;background:url(../../images/service-tip-p-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:20px;position:relative;top:-1px;}
.service .tip p:last-child{margin-bottom:0;}

.faq1{margin-top:140px;padding-bottom:140px;}
.faq1 .max-1660{display:flex;justify-content:space-between;}
.faq1 .left{width:51.8%;}
.faq1 .right{width:42.2%;}
.faq1 .faq-item{padding:19px 0;border-bottom:1px solid #ececec;}
.faq1 .faq-item:hover{cursor:pointer;}
.faq1 .faq-title{font-size:18px;line-height:32px;font-weight:500;color:#333333;position:relative;}
.faq1 .faq-title::after{content:"";width:18px;height:18px;background:url(../../images/faq-title-icon1.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:22%;}
.faq1 .faq-content{font-size:16px;line-height:28px;color:#888888;padding-left:60px;position:relative;height:0;overflow:hidden;}
.faq1 .faq-content::before{content:"";width:40px;height:40px;background:url(../../images/faq-icon2.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:7px;}
.faq1 .faq-content strong{font-weight:600;color:var(--public-color);}

.faq1 .faq-item:nth-child(2){margin-top:35px;}
.faq1 .faq-item:nth-child(2) .faq-title:before{content:"Q1:";font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);
margin-right:12px;}
.faq1 .faq-item:nth-child(3) .faq-title:before{content:"Q2:";font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);
margin-right:12px;}
.faq1 .faq-item:nth-child(4) .faq-title:before{content:"Q3:";font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);
margin-right:12px;}
.faq1 .faq-item:nth-child(5) .faq-title:before{content:"Q4:";font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);
margin-right:12px;}
.faq1 .faq-item:nth-child(6) .faq-title:before{content:"Q5:";font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);
margin-right:12px;}

.faq1 .faq-item.active .faq-content{margin-top:30px;height:auto;transition:all .5s;min-height:50px;}
.faq1 .faq-item.active .faq-title::after{content:"";width:18px;height:4px;background:url(../../images/faq-title-icon2.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:45%;}

@media (max-width:768px) {
    .seritem{display:none;}

    .mize{margin-top:20px;}
    .mize .container-xl{flex-wrap:wrap;}
    .mize .box{width:100%;margin-bottom:20px;padding:20px;}
    .mize .box:last-child{margin-bottom:0;}
    .mize .title{line-height:26px;}
    .mize .msg{line-height:22px;margin-top:5px;}

    .service{margin-top:30px;}
    .service .box{padding:0;margin-bottom:20px;}
    .service .box:last-child{margin-bottom:0;}
    .service .txt{font-size:14px;line-height:22px;}
    .service .title{font-size:18px;line-height:26px;margin-top:5px;letter-spacing:0;}
    .service .msg{font-size:14px;line-height:22px;margin-top:10px;}
    .service .tip{margin-top:10px;}
    .service .tip p{font-size:14px;line-height:22px;}

    .faq1{margin-top:20px;padding-bottom:20px;}
    .faq1 .max-1660{width:100%;padding:0 15px;}
    .faq1 .faq-item:nth-child(2){margin-top:0;}
    .faq1 .faq-item{padding:10px 0;}
    .faq1 .faq-title{padding-right:20px;font-size:16px;line-height:24px;}
    .faq1 .faq-content{padding-left:40px;font-size:14px;line-height:22px;}
    .faq1 .faq-content::before{width:25px;height:25px;}
    .faq1 .faq-item.active .faq-content{margin-top:10px;}
}

.phead2 .t1{width:46%;margin:0 auto;}
.phead2 .box{padding:90px 0 110px 0;}

.ack{margin-top:160px;padding-bottom:160px;}
.ack .container-xl{display:flex;justify-content:space-between;}
.ack .left{width:41.5%;}
.ack .title{font-size:46px;line-height:46px;font-weight:600;color:#333333;letter-spacing:-2px;}
.ack .msg{line-height:28px;color:#999999;margin-top:25px;}
.ack .box{margin-top:35px;padding:25px 40px 35px 40px;background-color:#f8f8f8;border-radius:10px;}
.ack .text1{font-size:18px;line-height:28px;font-weight:600;color:#333333;}
.ack table{margin-top:15px;width:100%;}
.ack table tr td{font-size:16px;line-height:24px;color:#666666;}
.ack table tr td::before{content:"";width:4px;height:4px;background-color:var(--public-color);display:inline-block;margin-right:10px;
position:relative;top:-4px;border-radius:50px;}
.ack .last{font-size:18px;line-height:28px;font-weight:600;color:var(--public-color);text-decoration:underline;margin-top:45px;}
.ack .right{width:51.5%;}
.ack .grid{gap:var(--bs-gap,20px);}
.ack .g-col-xl-6{position:relative;}
.ack .text{font-size:18px;line-height:28px;font-weight:600;color:#fff;background-color:var(--public-color);text-align:center;
padding:11px 0;position:absolute;left:0;bottom:0;width:100%;}

.vure{padding-top:145px;padding-bottom:140px;background:url(../../images/vure-bg.webp)no-repeat;background-size:cover;}
.vure .max-1850{position:relative;}
.vure .t1{text-align:center;}
.vure .swiper{margin-top:85px;}
.vure .swiper-wrapper{padding:2px;}
.vure .swiper-slide{background-color:#fff;box-shadow:0 5px 30px 1px rgba(0,0,0,.1);}
.vure .img{position:relative;overflow:hidden;}
.vure .img div{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
.vure .img div img{transition:all .5s;width:100%;}
.vure .img div:hover img{transform:scale(1.1);transition:all .5s;}
.vure .texts{padding:50px 50px 65px 50px;}
.vure .title{font-size:20px;line-height:28px;font-weight:600;color:#333333;}
.vure .title:hover{color:var(--public-color);}
.vure .text{font-size:16px;line-height:28px;font-weight:600;color:var(--public-color);margin-top:20px;}
.vure .msg{font-size:16px;line-height:28px;color:#999999;margin-top:20px;}
.vure .last{display:flex;margin-top:25px;}
.vure .txt{font-size:15px;line-height:28px;color:#666666;padding:2px 10px;border-radius:5px;border:1px solid #dadada;}
.vure .txt:nth-child(1){margin-right:5px;}
.vure .swiper-button-prev{width:80px;height:80px;left:15px;top:43%;}
.vure .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/pati-prev.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.vure .swiper-button-next{width:80px;height:80px;right:15px;top:43%;}
.vure .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/pati-next.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

.match .top{position:relative;}
.match .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;}
.match .t1{font-size:42px;line-height:50px;font-weight:600;color:#fff;}
.match .msg{font-size:18px;line-height:28px;font-weight:500;color:#ffffff;width:84%;margin:20px auto 0 auto;}
.match a{font-size:18px;line-height:28px;font-weight:600;color:#ffffff;text-decoration:underline;margin-top:40px;}
.match .under{padding:50px 60px;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.match .form-row{margin:0;}
.match .form-row>[class*="col-"]{padding:0 10px;margin-bottom:0;}
.match .form-row>[class*="col-"]:first-child{padding-left:0;}
.match .form-row>[class*="col-"]:last-child{padding-right:0;}
.match .form-feedback .form-control{border:none;font-size:18px;line-height:28px;color:#999999;background-color:#f8f8f8;padding:16px 30px;}
.match .form-feedback .form-control::placeholder{font-size:18px;line-height:28px;color:#999999;}
.match .form-feedback .btn{font-size:18px;line-height:28px;font-weight:500;color:#ffffff;text-transform:uppercase;background-color:var(--public-color);
width:100%;padding:15px 0;}
.match .feedback-result{position:absolute;font-size:14px;line-height:22px;padding:2px;}

.faq2{display:flex;justify-content:flex-end;}
.faq2 .left{order:2;}

@media (max-width:768px) {
    .phead2 .box{padding:20px;}
    .phead2 .t1{width:100%;}

    .ack{margin-top:20px;padding-bottom:20px;}
    .ack .grid{gap:var(--bs-gap,10px);}
    .ack .text{font-size:14px;line-height:22px;padding:5px 0;}
    .ack .title{font-size:18px;line-height:26px;letter-spacing:0;}
    .ack .msg{line-height:22px;margin-top:5px;}
    .ack .box{margin-top:15px;padding:15px;}
    .ack table{width:100%;margin-top:5px;}
    .ack table tr td{font-size:14px;line-height:22px;}
    .ack .last{font-size:16px;line-height:24px;margin-top:20px;}
    .ack .text1{line-height:26px;}

    .vure{padding:20px 0;}
    .vure .max-1850{padding:0;}
    .vure .swiper{margin-top:20px;}
    .vure .swiper-button-prev,.vure .swiper-button-next{width:40px;height:40px;top:45%;}
    .vure .texts{padding:20px;}
    .vure .title{font-size:18px;line-height:26px;}
    .vure .text{line-height:24px;margin-top:5px;}
    .vure .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .vure .last{margin-top:10px;}
    .vure .txt{font-size:14px;line-height:22px;padding:2px 5px;}

    .match .t1{font-size:18px;line-height:26px;}
    .match .msg{display:none;}
    .match a{display:none;}
    .match .under{padding:15px;}
    .match .form-row>[class*="col-"]{padding:0;margin-bottom:10px;}
    .match .form-feedback .form-control{font-size:16px;line-height:24px;padding:10px 20px;}
    .match .form-feedback .form-control::placeholder{font-size:16px;line-height:24px;}  
    .match .form-feedback .btn{font-size:16px;line-height:24px;padding:10px 0;}  
}

.phead3 .msg{width:91%;}

.gevity{margin-top:135px;padding-bottom:145px;}
.gevity .top{display:flex;justify-content:space-between;}
.gevity .left{width:40%;}
.gevity .top .msg{line-height:28px;margin-top:30px;}
.gevity .grid{margin-top:45px;gap:var(--bs-gap,50px)}
.gevity .top .text1{font-size:48px;line-height:56px;font-weight:500;color:var(--public-color);}
.gevity .top .text2{font-size:18px;line-height:28px;font-weight:500;color:#666666;margin-top:20px;}
.gevity .right{width:50%;position:relative;}
.gevity .swiper{height:380px;}
.gevity .swiper-pagination{left:-40px;height:50px;}
.gevity .swiper-pagination-bullet{width:10px;height:10px;background-color:#dddddd;margin:10px 0 !important;opacity:1;}
.gevity .swiper-pagination-bullet-active{background-color:var(--public-color);}

.gevity .center{margin-top:120px;padding:80px 80px 95px 80px;background-color:#f4f4f4;}
.gevity .center .title{font-size:48px;line-height:56px;color:#333333;letter-spacing:-3px;}
.gevity .center .grid{margin-top:85px;gap:var(--bs-gap,90px);}
.gevity .center .g-col-xl-6{display:flex;justify-content:space-between;}
.gevity .center .icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;}
.gevity .center .texts{width:81%;}
.gevity .center .text1{font-size:20px;line-height:28px;font-weight:600;color:#333333;}
.gevity .center .text2{font-size:18px;line-height:32px;color:#666666;margin-top:20px;}
.gevity .center .g-col-xl-6:nth-child(3){margin-top:-20px;}
.gevity .under{margin-top:75px;}

.tise{padding:135px 0 160px 0;background:url(../../images/tise-bg.webp)no-repeat;background-size:cover;}
.tise .top{text-align:center;}
.tise .top .msg{width:92%;margin:20px auto 0 auto;}
.tise .grid{margin-top:70px;gap:var(--bs-gap,40px);}
.tise .g-col-xl-6{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);}
.tise .texts{padding:45px 50px 65px 50px;}
.tise .title{font-size:28px;line-height:40px;font-weight:600;color:#333333;}
.tise .msg{color:#666666;margin-top:20px;}
.tise .tip{margin-top:25px;}
.tise .tip p{font-size:18px;line-height:36px;font-weight:500;color:#999999;}
.tise .tip p::before{content:"";width:17px;height:13px;background:url(../../images/service-tip-p-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;}

.harm{padding-bottom:180px;}
.harm .t2{text-align:center;}
.harm .t1{text-align:center;margin-top:10px;}
.harm .box{margin-top:70px;padding:90px 65px 95px 65px;background-color:#f4f4f4;}
.harm .title{font-size:48px;line-height:56px;color:#333333;letter-spacing:-3px;}
.harm .grid{margin-top:50px;gap:var(--bs-gap,100px);}
.harm .g-col-xl-6{display:flex;justify-content:space-between;}
.harm .icon{width:69px;height:64px;display:flex;align-items:center;justify-content:center;}
.harm .texts{width:81%;}
.harm .text1{font-size:20px;line-height:32px;font-weight:600;color:#333333;margin-top:10px;}
.harm .text2{font-size:18px;line-height:32px;color:#666666;margin-top:20px;}
.harm .g-col-xl-6:nth-child(3){margin-top:-60px;}

@media (max-width:1660px) {
    .harm .grid{gap:var(--bs-gap,40px);}
    .harm .g-col-xl-6:nth-child(3){margin-top:0;}
}

.nable{position:relative;}
.nable .contain{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;}
.nable .t1{font-size:42px;line-height:50px;font-weight:600;color:#ffffff;}
.nable .msg{font-size:24px;line-height:32px;font-weight:500;color:#ffffff;margin-top:15px;}
.nable a{font-size:18px;line-height:28px;font-weight:600;color:#ffffff;text-decoration:underline;text-transform:uppercase;margin-top:35px;}

@media (max-width:768px) {
    .gevity{margin-top:20px;padding-bottom:20px;}
    .gevity .swiper{height:187px;}
    .gevity .swiper-pagination{display:none;}
    .gevity .top .msg{line-height:22px;margin-top:10px;}
    .gevity .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .gevity .top .text1{font-size:18px;line-height:26px;}
    .gevity .top .text2{font-size:14px;line-height:22px;margin-top:0;}

    .gevity .center{margin-top:20px;padding:15px;}
    .gevity .center .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .gevity .center .title{font-size:18px;line-height:26px;letter-spacing:0;font-weight:600;}
    .gevity .center .icon{width:50px;height:50px;}
    .gevity .center .icon img{width:100%;}
    .gevity .center .text1{font-size:16px;line-height:24px;}
    .gevity .center .text2{font-size:14px;line-height:22px;margin-top:5px;}
    .gevity .center .g-col-xl-6:nth-child(3){margin-top:0;}
    .gevity .under{margin-top:20px;}

    .tise{padding:20px 0;}
    .tise .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .tise .texts{padding:20px;}
    .tise .title{font-size:18px;line-height:26px;}
    .tise .msg{margin-top:10px;}
    .tise .tip{margin-top:10px;}
    .tise .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .tise .tip p:last-child{margin-bottom:0;}

    .harm{padding-bottom:20px;}
    .harm .t1{margin-top:0;}
    .harm .box{margin-top:20px;padding:20px;}
    .harm .title{font-size:18px;line-height:26px;letter-spacing:0;font-weight:600;}
    .harm .grid{gap:var(--bs-gap,20px);margin-top:20px;}
    .harm .icon{width:50px;}
    .harm .icon img{width:100%;}
    .harm .texts{width:75%;}
    .harm .text1{font-size:18px;line-height:26px;margin-top:0;}
    .harm .text2{font-size:14px;line-height:22px;margin-top:5px;}

    .nable .t1{font-size:18px;line-height:26px;}
    .nable .msg{display:none;}
    .nable a{display:none;}
}

.procont{margin-top:100px;}
.procont .container-xl{display:flex;justify-content:space-between;align-items:flex-start;}
.procont .left{width:50%;position:relative;}
.procont .product-thumb{height:480px;border-color:transparent;box-shadow:0 5px 25px 1px rgba(0,0,0,.1);}
.procont .product-thumb a{height:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;}
.procont .boxs1{width:85.7%;display:flex;justify-content:space-between;position:relative;margin:-45px auto 0 auto;z-index:10;}
.procont .box1{width:33%;background-color:#f2f6fa;padding:18px 30px;}
.procont .box1 .text1{font-size:16px;line-height:28px;font-weight:500;color:#333333;}
.procont .box1 .text1 strong{font-size:32px;line-height:40px;color:var(--public-color);}
.procont .box1 .text2{font-size:16px;line-height:28px;color:#999999;margin-top:15px;}

.procont .right{width:44%;}
.procont .t2{font-size:20px;line-height:28px;font-weight:600;color:var(--public-color);letter-spacing:0;}
.procont .t1{font-size:42px;line-height:50px;font-weight:600;letter-spacing:-3px;}
.procont .msg{font-size:18px;line-height:32px;color:#999999;margin-top:25px;}
.procont .tips{margin-top:45px;padding:0 20px 0 30px;background-color:#f8f8f8;}
.procont .tip{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #efefef;padding:16px 0;}
.procont .tip:last-child{border-color:transparent;}
.procont .title{font-size:18px;line-height:28px;font-weight:500;color:#333333;width:25%;letter-spacing:-1px;}
.procont .tip1{width:54%;position:relative;}
.procont .item{font-size:18px;line-height:28px;color:#aaaaaa;position:relative;}
.procont .item::after{content:"";width:19px;height:11px;background:url(../../images/procont-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:10px;top:35%;transition:all .5s;}
.procont .item:hover{cursor:pointer;}
.procont .item.select{color:#000;}
.procont .choice{position:absolute;left:0;top:100%;width:100%;height:0;overflow:hidden;background-color:#f8f8f8;z-index:10;}
.procont .choice li{font-size:18px;line-height:28px;font-weight:500;padding:5px 0;}
.procont .choice li:hover{color:var(--public-color);cursor:pointer;}

.procont .tip1.active .item::after{transform:rotateX(180deg);transition:all .5s;}
.procont .tip1.active .choice{padding:10px 0;height:auto;transition:all .5s;}

.procont .spetip1{display:flex;justify-content:space-between;align-items:center;}
.procont .form-control{padding:0;background-color:transparent;border-color:transparent;font-size:18px;line-height:28px;color:#000;
width:80%;}
.procont .form-control::placeholder{font-size:18px;line-height:28px;color:#aaaaaa;}
.procont .last{font-size:18px;line-height:28px;color:#666666;}
.procont .tact{font-size:18px;line-height:28px;font-weight:600;color:#ffffff;background-color:var(--public-color);text-transform:uppercase;margin-top:65px;
padding:11px 110px;}
.procont .tact:hover{text-decoration:underline;}

.proboxs{margin-top:100px;}
.proboxs .container-xl{display:flex;justify-content:space-between;}
.proboxs .box{width:18.6%;box-shadow:0 5px 20px 1px rgba(0,0,0,.1);}
.proboxs .img,.proboxs .img img{width:100%;}
.proboxs .title{font-size:16px;line-height:28px;font-weight:500;color:#333333;text-align:center;background-color:#fff;padding:21px 0;position:relative;} 
.proboxs .title::before{content:"";width:100%;height:4px;background-color:var(--public-color);display:none;position:absolute;left:0;bottom:0;}
.proboxs .box:hover .title::before{display:block;}

.navi{margin-top:100px;}
.navi.top{margin-top:0;position:fixed;left:0;top:-100%;width:100%;background-color:#fff;transition:all .5s;z-index:10;}
.navi.top.active{box-shadow:0 0 20px 1px rgba(0,0,0,.1);top:112px;transition:all .5s;}
.navi .box{display:flex;}
.navi a{width:19.3%;font-size:16px;line-height:28px;font-weight:600;color:#333333;background-color:#f4f4f4;text-transform:uppercase;
padding:11px 20px;position:relative;}
.navi a::after{content:"";width:12px;height:15px;background:url(../../images/navi-a-icon1.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:20px;top:38%;}
.navi a.active,.navi a:hover{background-color:var(--public-color);color:#fff;}
.navi a.active::after,.navi a:hover::after{background:url(../../images/navi-a-icon2.webp)no-repeat;}

.p1{margin-top:100px;}
.p1 .container-xl{display:flex;justify-content:space-between;}
.p1 .t1{font-size:28px;line-height:40px;font-weight:700;letter-spacing:-1px;}
.p1 .t1::before{content:"";width:30px;height:30px;background:url(../../images/p-t1-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:15px;position:relative;top:5px;}
.p1 .left{width:43.6%;padding-top:60px;}
.p1 .msg{margin-top:55px;font-size:18px;line-height:28px;color:#999999;}
.p1 .right{width:50%;position:relative;}
.p1 .videobtn{position:absolute;right:40px;bottom:40px;}
.p1 .videobtn img{transition:all .5s;}
.p1 .videobtn:hover img{transform:scale(1.2);transition:all .5s;}

.p2{margin-top:60px;}
.p2 .t1{font-size:28px;line-height:40px;font-weight:700;letter-spacing:-1px;margin-bottom:65px;}
.p2 .t1::before{content:"";width:30px;height:30px;background:url(../../images/p-t1-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:15px;position:relative;top:5px;}

.p2 p{position:relative;padding-left:40px;font-size:18px;line-height:32px;color:#999999;}
.p2 p::before{content:"";width:17px;height:13px;background:url(../../images/p2-icon.webp);display:block;position:absolute;left:0;top:35%;}

.p3{margin-top:100px;}
.p3 .t1{font-size:28px;line-height:40px;font-weight:700;letter-spacing:-1px;}
.p3 .t1::before{content:"";width:30px;height:30px;background:url(../../images/p-t1-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:15px;position:relative;top:5px;}

.p3 table{margin-top:70px;width:100%}
.p3 table tr td{font-size:14px;line-height:22px;color:#666666;padding:5px 10px;border:2px solid #666666;}
.p3 table tr:nth-child(1) td{color:#f4f4f4;background-color:var(--public-color);border-color:transparent;}
.p3 table tr td:nth-child(1){border-left-color:transparent;}
.p3 table tr td:last-child{border-right-color:transparent;}

.p4{margin-top:120px;}
.p4 .t1{font-size:28px;line-height:40px;font-weight:700;letter-spacing:-1px;}
.p4 .t1::before{content:"";width:30px;height:30px;background:url(../../images/p-t1-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:15px;position:relative;top:5px;}
.p4 .grid{margin-top:100px;gap:var(--bs-gap,40px);}
.p4 .g-col-xl-4{box-shadow:0 5px 30px 1px rgba(0,0,0,.1);}
.p4 .texts{text-align:center;padding:35px 40px 50px 40px;}
.p4 .title{font-size:20px;line-height:32px;font-weight:600;color:#333333;}
.p4 .msg{line-height:28px;margin-top:25px;letter-spacing:-1px;}

.p5{margin-top:120px;}
.p5 .container-xl{position:relative;}
.p5 .t1{font-size:28px;line-height:40px;font-weight:700;letter-spacing:-1px;}
.p5 .t1::before{content:"";width:30px;height:30px;background:url(../../images/p-t1-icon.webp)no-repeat;background-size:cover;display:inline-block;
margin-right:15px;position:relative;top:5px;}
.p5 .msg{line-height:28px;margin-top:40px;}
.p5 .swiper{margin-top:80px;}
.p5 .swiper-wrapper{padding:2px;}
.p5 .swiper-slide{box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.p5 .title{font-size:18px;line-height:32px;font-weight:500;color:#333333;text-align:center;padding:26px 0;position:relative;}
.p5 .title::before{content:"";width:100%;height:4px;background-color:var(--public-color);display:none;position:absolute;left:0;bottom:0;}
.p5 .swiper-slide:hover .title::before{display:block;}

.p5 .swiper-button-prev{width:17px;height:30px;position:absolute;left:15px;top:70%;}
.p5 .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/p5-prev.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.p5 .swiper-button-next{width:17px;height:30px;position:absolute;right:15px;top:70%;}
.p5 .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/p5-next.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

.ravu{position:relative;margin-top:140px;}
.ravu .contain{position:absolute;left:0;top:0;width:100%;height:100%;}
.ravu .container-xl{height:100%;display:flex;justify-content:space-between;}
.ravu .left{width:39%;display:flex;align-items:center;}
.ravu .t1{color:#fff;}
.ravu .tip{margin-top:30px;}
.ravu .tip p{font-size:18px;line-height:36px;color:#ffffff;padding-left:40px;position:relative;}
.ravu .tip p::before{content:"";width:17px;height:13px;background:url(../../images/ravu-tip-p-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:12px;}
.ravu .last{font-size:18px;line-height:32px;font-weight:600;color:#fff;text-decoration:underline;letter-spacing:-1px;margin-top:60px;}
.ravu .right{width:50%;display:flex;align-items:center;background-color:#f8f8f8;}
.ravu .box1{padding:0 60px;}
.ravu .form-row{margin:0;}
.ravu .form-row>[class*="col-"]{padding:0;margin-bottom:20px;}
.ravu .form-row .col-md-6:nth-child(3){padding-right:10px;}
.ravu .form-row .col-md-6:nth-child(4){padding-left:10px;}
.ravu .form-feedback .form-control{font-size:16px;line-height:28px;color:#999999;background-color:#fff;border:none;
padding:11px 20px;}
.ravu .form-feedback .form-control::placeholder{font-size:16px;line-height:28px;color:#999999;}
.ravu .btn-box{margin-bottom:0 !important;}
.ravu .form-feedback .btn{margin-top:10px;font-size:14px;line-height:22px;font-weight:500;color:#ffffff;text-transform:uppercase;
padding:13px 70px;background-color:#d01027;}
.ravu .form-feedback .btn:hover{text-decoration:underline;}
.ravu .feedback-result{position:absolute;}

@media (max-width:1500px) {
    .ravu .t1{font-size:36px;line-height:46px;}
    .ravu .tip{margin:0;}
    .ravu .last{margin-top:0;}
}

.hp1{margin-top:160px;padding-bottom:170px;}

.sight{padding-bottom:160px;}
.sight .t1{text-align:center;}
.sight .grid{gap:var(--bs-gap,40px);margin-top:100px;}
.sight .g-col-xl-4{background-color:#fff;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);}
.sight .texts{padding:55px 50px 60px 50px;}
.sight .title{font-size:28px;line-height:42px;font-weight:600;color:#333333;letter-spacing:-1px;padding-right:120px;position:relative;display:block;}
.sight .title::after{content:"";width:30px;height:20px;background:url(../../images/home-new-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:43%;}
.sight .title:hover{color:var(--public-color);}
.sight .msg{line-height:28px;margin-top:35px;}
.sight .date{font-size:16px;line-height:28px;font-weight:500;color:#999999;margin-top:45px;position:relative;}
.sight .date::before{content:"";width:18px;height:17px;background:url(../../images/home-new-date-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;position:relative;top:2px;}
.sight .date::after{content:"";width:200px;height:1px;background-color:#ebebeb;display:block;position:absolute;right:-50px;top:46%;} 

@media (max-width:768px) {
    .procont{margin-top:20px;}
    .procont .product-thumb{height:auto;}
    .procont .boxs1{width:100%;margin-top:15px;flex-wrap:wrap;}
    .procont .box1{padding:15px;width:49%;margin-bottom:8px;}
    .procont .box1:last-child{margin-bottom:0;}
    .procont .box1 .text1{line-height:24px;}
    .procont .box1 .text1 strong{font-size:18px;line-height:26px;}
    .procont .box1 .text2{font-size:14px;line-height:22px;margin-top:0;}

    .procont .t2{font-size:16px;line-height:24px;}
    .procont .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .procont .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .procont .tips{margin-top:10px;padding:15px;}
    .procont .tip{padding:5px 0;align-items:center;}
    .procont .title{font-size:16px;line-height:24px;width:40%;}
    .procont .item{font-size:14px;line-height:22px;}
    .procont .form-control,.procont .form-control::placeholder{font-size:14px;line-height:22px;}
    .procont .last{font-size:16px;line-height:24px;}
    .procont .tact{font-size:16px;line-height:24px;margin-top:20px;padding:10px 40px;}

    .proboxs{margin-top:20px;}
    .proboxs .container-xl{flex-wrap:wrap;}
    .proboxs .box{width:48%;margin-top:20px;}
    .proboxs .box:nth-child(1),.proboxs .box:nth-child(2){margin-top:0;}
    .proboxs .title{font-size:14px;line-height:22px;padding:5px 10px;}

    .p1{margin-top:20px;}
    .p1 .left{padding-top:0;}
    .p1 .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .p1 .t1::before{width:20px;height:20px;top:3px;margin-right:10px;}
    .p1 .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .p1 .videobtn{right:20px;bottom:20px;}

    .p2{margin-top:20px;}
    .p2 .t1{font-size:18px;line-height:26px;letter-spacing:0;margin-bottom:10px;}
    .p2 .t1::before{width:20px;height:20px;top:3px;margin-right:10px;}
    .p2 p{font-size:14px;line-height:22px;padding-left:20px;}
    .p2 p::before{top:5px;}

    .p3{margin-top:20px;}
    .p3 .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .p3 .t1::before{width:20px;height:20px;top:3px;margin-right:10px;}
    .p3 table{margin-top:20px;}

    .p4{margin-top:20px;}
    .p4 .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .p4 .t1::before{width:20px;height:20px;top:3px;margin-right:10px;}
    .p4 .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .p4 .texts{padding:15px;}
    .p4 .msg{line-height:22px;letter-spacing:0;margin-top:5px;}

    .p5{margin-top:20px;padding-bottom:20px;}
    .p5 .max-1590{padding:0;}
    .p5 .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .p5 .t1::before{width:20px;height:20px;top:3px;margin-right:10px;}
    .p5 .msg{margin-top:5px;line-height:22px;}
    .p5 .swiper{margin-top:20px;}
    .p5 .title{line-height:26px;padding:10px 0;}

    .p1 img,.p2 img,.p3 img{max-width:100%;}

    .ravu{background-color:#31312f;padding:20px 0;margin-top:20px;}
    .ravu .bg{display:none;}
    .ravu .contain{position:relative;}
    .ravu .tip{margin-top:10px;}
    .ravu .tip p{font-size:14px;line-height:22px;padding-left:25px;margin-bottom:5px;}
    .ravu .tip p:last-child{margin-bottom:0;}
    .ravu .tip p::before{top:3px;}
    .ravu .last{font-size:16px;line-height:24px;letter-spacing:0;margin-top:15px;}

    .ravu .right{background-color:transparent;}
    .ravu .box1{padding:0;}
    .ravu .form-row>[class*="col-"]{margin-bottom:10px;}
    .ravu .form-feedback .form-control{font-size:14px;line-height:22px;padding:5px 10px;}
    .ravu .form-feedback .form-control::placeholder{font-size:14px;line-height:22px;}
    .ravu .form-row .col-md-6:nth-child(3){padding-right:0;}
    .ravu .form-row .col-md-6:nth-child(4){padding-left:0;}
    .ravu .form-feedback .btn{padding:10px 40px;}

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

    .sight{padding-bottom:20px;}
    .sight .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .sight .texts{padding:20px;}
    .sight .title{font-size:18px;line-height:26px;padding-right:30px;}
    .sight .title::after{top:10%;}
    .sight .date{font-size:14px;line-height:22px;margin-top:20px;}
    .sight .date::after{display:none;}
}

.phead4 .msg{font-weight:400;width:90%;}

.pronav{margin-top:50px;display:none;}
.pronav.fixed{position:fixed;top:112px;left:0;width:100%;z-index:10;margin-top:0;background-color:#fff;}
.pronav .container-xl{display:flex;justify-content:space-between;}
.pronav .item{width:33.2%;font-size:18px;line-height:28px;font-weight:600;color:#fff;background-color:#959595;text-transform:uppercase;
padding:11px 25px 11px 40px;position:relative;}
.pronav .item::after{content:"";width:16px;height:12px;background:url(../../images/faq-iten-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:25px;top:40%;}
.pronav .item:hover,.pronav .item.active{background-color:var(--public-color);}

.change{margin-top:90px;}
.change .container-xl{display:flex;justify-content:space-between;}
.change .box{width:29.3%;position:relative;padding:35px 45px 35px 75px;background-color:#fff;box-shadow:0 5px 20px 1px rgba(0,0,0,.1);
border-radius:100px;}
.change .title{font-size:20px;line-height:28px;font-weight:600;color:#333333;position:relative;}
.change .msg{line-height:26px;color:#666666;margin-top:10px;letter-spacing:-1px;}
.change .skip{position:absolute;left:-50px;top:25%;}
.change .box:nth-child(1){margin-left:30px;}
/* .change .box:nth-child(1) .title::before{content:"";width:50px;height:50px;background:url(../../images/change-icon1.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:0;}
.change .box:nth-child(2) .title::before{content:"";width:51px;height:52px;background:url(../../images/change-icon2.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:0;}
.change .box:nth-child(3) .title::before{content:"";width:58px;height:41px;background:url(../../images/change-icon3.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:10px;} */

.prolist{margin-top:100px;}
.prolist .boxs{border-top:1px solid #dddddd;}
.prolist .box{display:flex;justify-content:space-between;align-items:center;padding-top:90px;padding-bottom:80px;border-bottom:1px solid #dddddd;}
.prolist .left{width:50%;}
.prolist .right{width:42.9%;}
.prolist .xh{color:var(--public-color);font-size:16px;line-height:28px;font-weight:600;}
.prolist .title{font-size:28px;line-height:40px;font-weight:600;color:#333333;padding-right:40px;position:relative;display:block;}
.prolist .title::after{content:"";width:40px;height:25px;background:url(../../images/prolist-title-icon.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:36%;}
.prolist .title:hover{color:var(--public-color);}
.prolist .msg{line-height:28px;margin-top:30px;}

.prolist .boxs1{display:flex;justify-content:space-between;margin-top:35px;}
.prolist .box1{width:33%;background-color:#f2f6fa;padding:18px 30px;}
.prolist .box1 .text1{font-size:16px;line-height:28px;font-weight:500;color:#333333;}
.prolist .box1 .text1 strong{font-size:32px;line-height:40px;color:var(--public-color);}
.prolist .box1 .text2{font-size:16px;line-height:28px;color:#999999;margin-top:15px;}

.manu{text-align:center;margin-top:180px;padding-bottom:130px;}
.manu .t1{margin-top:10px;}
.manu .grid{margin-top:70px;gap:var(--bs-gap,40px);}
.manu .g-col-xl-4{background-color:#fff;box-shadow:0 5px 30px 1px rgba(0,0,0,.1);}
.manu .texts{padding:40px 40px 60px 40px;}
.manu .title{font-size:20px;line-height:32px;font-weight:600;color:#333333;}
.manu .msg{line-height:28px;margin-top:25px;}
.manu .last{margin-top:100px;}

.oven{margin-top:180px;padding-bottom:130px;display:none;}
.oven .max-1650{position:relative;}
.oven .top{text-align:center;}
.oven .top .msg{width:90%;margin:20px auto 0 auto;}
.oven .swiper{margin-top:80px;}
.oven .texts{margin-top:20px;border:2px solid #ededed;padding:40px 40px 45px 40px;}
.oven .sign{font-size:16px;line-height:28px;font-weight:600;color:var(--public-color);}
.oven .title{font-size:20px;line-height:32px;font-weight:600;color:#333333;margin-top:20px;}
.oven .place{font-size:16px;line-height:28px;font-weight:600;color:#333333;margin-top:30px;}
.oven .place::before{content:"";width:16px;height:20px;background:url(../../images/oven-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;position:relative;top:3px;}
.oven .swiper-slide:hover .texts{border-color:var(--public-color);}

.oven .swiper-button-prev{width:80px;height:81px;top:52%;}
.oven .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/home-gravu-prev.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:0;width:100%;height:100%;}
.oven .swiper-button-next{width:80px;height:81px;top:52%;}
.oven .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/home-gravu-next.webp)no-repeat;
background-size:cover;display:block;position:absolute;left:0;top:0;width:100%;height:100%;}

.rials{padding:95px 0 70px 0;background-color:#f8f8f8;}
.rials .top{display:flex;justify-content:space-between;align-items:center;}
.rials .left{width:51.5%;}
.rials .t1{letter-spacing:-3px;}
.rials .msg{line-height:28px;letter-spacing:-1px;margin-top:35px;}
.rials .right{width:31.5%;background-color:#fff;text-align:center;padding:50px 50px 45px 50px;border-radius:20px;box-shadow:0 10px 30px 1px rgba(0,0,0,.1);}
.rials .title{font-size:24px;line-height:32px;font-weight:600;color:#333333;}
.rials .text{font-size:16px;line-height:24px;color:#999999;margin-top:15px;}
.rials .touch{font-size:18px;line-height:28px;font-weight:600;color:#fff;background-color:var(--public-color);padding:6px 50px;
text-transform:uppercase;margin-top:25px;}
.rials .touch:hover{text-decoration:underline;}
.rials .under{margin-top:30px;}
.rials .title1{font-size:20px;line-height:32px;font-weight:600;color:#333333;}
.rials .boxs{margin-top:35px;display:flex;justify-content:space-between;}
.rials .box{width:12.9%;text-align:center;}
.rials .box .img,.rials .box .img img{width:100%;}
.rials .box .text1{font-size:14px;line-height:22px;font-weight:600;color:#333333;letter-spacing:-1px;margin-top:25px;}

.pare{margin-top:140px;}
.pare .max-1590{position:relative;}
.pare .msg{line-height:28px;margin-top:45px;}
.pare .swiper{margin-top:70px;}
.pare .swiper-slide{box-shadow:0 0 30px 1px rgba(0,0,0,.1);}
.pare .title{font-size:18px;line-height:32px;font-weight:500;color:#333333;text-align:center;padding:24px 0;position:relative;background-color:#fff;}
.pare .title::before{content:"";width:100%;height:4px;background-color:var(--public-color);display:none;position:absolute;left:0;bottom:0;}
.pare .swiper-slide:hover .title::before{display:block;}
.pare .swiper-button-prev{width:17px;height:30px;left:15px;top:73%;}
.pare .swiper-button-next{width:17px;height:30px;right:15px;top:73%;}
.pare .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/pare-prev.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.pare .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/pare-next.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}

.rang{margin-top:140px;padding-bottom:140px;}
.rang .top{text-align:center;}
.rang .top .msg{margin-top:40px;}
.rang .under{margin-top:60px;display:flex;justify-content:space-between;align-items:flex-start;}
.rang .left{width:24%;position:relative;}
.rang .left::before{content:"";width:8px;height:100%;background-color:#f4f4f4;display:block;position:absolute;left:0;top:0;}
.rang .left .box{padding-left:30px;position:relative;}
.rang .left .box::before{content:"";width:8px;height:100%;background-color:#f4f4f4;display:block;position:absolute;left:0;top:0;}
.rang .left .item{font-size:18px;line-height:28px;font-weight:600;color:#333333;padding:40px 15px;background-color:#f8f8f8;margin-bottom:20px;
display:flex;align-items:center;position:relative;}
.rang .left .item::after{content:"";width: 13px;height:15px;background:url(../../images/rang-item-icon1.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:30px;top:47%;}
.rang .left .box:last-child .item{margin-bottom:0;}
.rang .left .item .icon{margin-right:15px;}

.rang .left .box.active::before,.rang .left .box:hover::before{background-color:var(--public-color);}
.rang .left .box.active .item,.rang .left .box:hover .item{color:var(--public-color);}
.rang .left .box.active .item::after,.rang .left .box:hover .item::after{background:url(../../images/rang-item-icon2.webp)no-repeat;}

.rang .right{width:74.6%;border:1px solid #dddddd;}
.rang .right .box{width:100%;height:100%;padding:60px 80px;position:relative;display:none;}
.rang .right .box.active{display:block;}
.rang .right .title{font-size:32px;line-height:40px;font-weight:600;color:#333333;}
.rang .right .msg{line-height:28px;color:#666666;letter-spacing:-1px;margin-top:25px;}
.rang .swiper{margin-top:40px;}
.rang .img{box-shadow:0 5px 20px 1px rgba(0,0,0,.1);}
.rang .text{font-size:18px;line-height:26px;font-weight:600;color:#333333;margin-top:25px;min-height:52px;}
.rang .text1{font-size:16px;line-height:26px;color:#999999;margin-top:20px;}
.rang .swiper-button-prev{width:40px;height:40px;left:20px;top:52%;}
.rang .swiper-button-next{width:40px;height:40px;right:20px;top:52%;}
.rang .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/rang-prev.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.rang .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/rang-prev.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;transform:rotate(180deg);}

.profaq{padding:140px 0 80px 0;background-color:#f8f8f8;}
.profaq .container-xl{display:flex;justify-content:space-between;}
.profaq .left{width:25.8%;} 
.profaq .msg{line-height:28px;margin-top:45px;}
.profaq a{font-size:18px;line-height:28px;font-weight:600;color:#fff;text-transform:uppercase;background-color:var(--public-color);
padding:11px 80px;margin-top:45px;}
.profaq a:hover{text-decoration:underline;}
.profaq .right{width:67.9%;}
.profaq .faq-item{padding:19px 0;border-bottom:1px solid #ececec;}
.profaq .faq-item:hover{cursor:pointer;}
.profaq .faq-title{font-size:18px;line-height:32px;font-weight:500;color:#333333;position:relative;}
.profaq .faq-title::after{content:"";width:18px;height:18px;background:url(../../images/faq-title-icon1.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:22%;}
.profaq .faq-content{font-size:16px;line-height:28px;color:#888888;padding-left:60px;position:relative;height:0;overflow:hidden;}
.profaq .faq-content::before{content:"";width:40px;height:40px;background:url(../../images/faq-icon2.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:7px;}
.profaq .faq-content strong{font-weight:600;color:var(--public-color);}

.profaq .faq-item:nth-child(1) .faq-title:before{content:"Q1:";font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);
margin-right:12px;}
.profaq .faq-item:nth-child(2) .faq-title:before{content:"Q2:";font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);
margin-right:12px;}
.profaq .faq-item:nth-child(3) .faq-title:before{content:"Q3:";font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);
margin-right:12px;}
.profaq .faq-item:nth-child(4) .faq-title:before{content:"Q4:";font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);
margin-right:12px;}
.profaq .faq-item:nth-child(5) .faq-title:before{content:"Q5:";font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);
margin-right:12px;}
.profaq .faq-item.active .faq-content{margin-top:30px;height:auto;transition:all .5s;}
.profaq .faq-item.active .faq-title::after{content:"";width:18px;height:4px;background:url(../../images/faq-title-icon2.webp)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:45%;}

.st1{margin-top:140px;}

@media (max-width:768px) {
    .change{margin-top:20px;}
    .change .container-xl{flex-wrap:wrap;}
    .change .box{width:100%;padding:15px 20px 15px 40px;margin-bottom:20px;border-radius:50px;}
    .change .box:nth-child(1){margin-left:0;}
    .change .box:last-child{margin-bottom:0;}
    .change .skip{left:-10px;top:28%;width:45px;height:45px;}
    .change .skip img{width:100%;}
    .change .title{font-size:18px;line-height:26px;}
    .change .msg{line-height:22px;letter-spacing:0;margin-top:5px;}

    .prolist{margin-top:20px;}
    .prolist .box{padding:20px 0;}
    .prolist .title{font-size:18px;line-height:26px;top:0;}
    .prolist .msg{line-height:22px;margin-top:5px;}
    .prolist .boxs1{margin-top:10px;}
    .prolist .box1{padding:10px;}

    .prolist .box1 .text1{font-size:14px;line-height:22px;}
    .prolist .box1 .text1 strong{font-size:18px;line-height:26px;}
    .prolist .box1 .text2{font-size:14px;line-height:22px;margin-top:0;}

    .manu{margin-top:20px;padding-bottom:20px;}
    .manu .t1{margin-top:0;}
    .manu .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .manu .texts{padding:15px;}
    .manu .title{font-size:18px;line-height:26px;}
    .manu .msg{line-height:22px;margin-top:5px;}
    .manu .last{margin-top:15px;}

    .oven{margin-top:20px;padding-bottom:20px;}
    .oven .max-1650{padding:0;}
    .oven .top .msg{width:100%;margin-top:5px;}
    .oven .swiper{margin-top:20px;}
    .oven .swiper-button-prev,.oven .swiper-button-next{width:40px;height:40px;}

    .oven .texts{margin-top:10px;padding:20px;}
    .oven .sign{line-height:24px;}
    .oven .title{font-size:18px;line-height:26px;margin-top:5px;}
    .oven .place{line-height:24px;margin-top:20px;}

    .rials{padding:20px 0;}
    .rials .t1{letter-spacing:0;}
    .rials .msg{line-height:22px;letter-spacing:0;margin-top:5px;}
    .rials .right{padding:20px;}
    .rials .title{font-size:18px;line-height:26px;}
    .rials .text{font-size:14px;line-height:22px;margin-top:5px;}
    .rials .touch{font-size:14px;line-height:22px;margin-top:10px;}

    .rials .under{margin-top:20px;}
    .rials .title1{font-size:18px;line-height:26px;}
    .rials .boxs{margin-top:10px;flex-wrap:wrap;}
    .rials .box{width:48%;margin-top:15px;}
    .rials .box:nth-child(1),.rials .box:nth-child(2){margin-top:0;}
    .rials .box .text1{letter-spacing:0;margin-top:10px;}

    .pare{margin-top:20px;}
    .pare .max-1590{padding:0;}
    .pare .msg{line-height:22px;margin-top:5px;}
    .pare .swiper{margin-top:20px;}
    .pare .img img{width:100%;}
    .pare .title{line-height:26px;padding:10px 0;}
    .pare .swiper-button-prev,.pare .swiper-button-next{top:66%;}

    .rang{margin-top:20px;padding-bottom:20px;}
    .rang .top .msg{margin-top:10px;}
    .rang .top .msg br{display:none;}
    .rang .under{margin-top:20px;}
    .rang .left{display:none;}
    .rang .right{width:100%;}
    .rang .right .box{padding:20px;}
    .rang .right .title{font-size:18px;line-height:26px;}
    .rang .right .msg{line-height:22px;letter-spacing:0;margin-top:5px;}

    .rang .swiper{margin-top:20px;}
    .rang .img{box-shadow:0 0 0 0 transparent;}
    .rang .img img{width:100%;}
    .rang .text{min-height:auto;margin-top:10px;}
    .rang .text1{font-size:14px;line-height:22px;margin-top:5px;}
    .rang .swiper-button-prev,.rang .swiper-button-next{top:58%;}

    .profaq{padding:20px 0;}
    .profaq .msg{margin-top:5px;}
    .profaq a{font-size:16px;line-height:24px;padding:10px 40px;margin-top:20px;}
    .profaq .right{margin-top:0 !important;}
    .profaq .faq-item:nth-child(2){margin-top:0;}
    .profaq .faq-item{padding:10px 0;}
    .profaq .faq-title{padding-right:20px;font-size:16px;line-height:24px;}
    .profaq .faq-content{padding-left:40px;font-size:14px;line-height:22px;}
    .profaq .faq-content::before{width:25px;height:25px;}
    .profaq .faq-item.active .faq-content{margin-top:10px;}

    .st1{margin-top:20px;}
}

.lence{margin-top:160px;}
.lence .container-xl{display:flex;justify-content:space-between;}
.lence .left{width:52.9%;}
.lence .right{width:40.7%;}
.lence .msg{line-height:28px;letter-spacing:-1px;}
.lence .msg:nth-child(2){margin-top:30px;}
.lence .msg:nth-child(3){margin-top:30px;}
.lence .boxs{display:flex;justify-content:space-between;margin-top:45px;}
.lence .box{width:49.2%;background-color:#f2f6fa;padding:25px 30px;}
.lence .box .text1{font-size:18px;line-height:28px;font-weight:600;color:#333333;}
.lence .box .text2{font-size:16px;line-height:28px;color:#666666;}
.lence .box .text2 strong{font-size:36px;line-height:48px;font-weight:400;color:var(--public-color);}

.rged{margin-top:140px;padding-bottom:140px;display:flex;justify-content:flex-end;position:relative;}
.rged::before{content:"";width:100%;height:1px;background-color:#dddddd;position:absolute;left:0;top:33.4%;}
.rged .t1{margin-top:10px;}

.rged .swiper{margin-top:90px;}
.rged .title{font-size:28px;line-height:40px;font-weight:600;color:#333333;}
.rged .title::after{content:"";width:50px;height:5px;background-color:#999999;display:block;margin-top:40px;}
.rged .boxs{margin-top:65px;}
.rged .box{display:flex;justify-content:space-between;margin-bottom:15px;}
.rged .box:last-child{margin-bottom:0;}
.rged .date{width:24.5%;font-size:16px;line-height:28px;font-weight:600;color:#333333;}
.rged .date::before{content:"";width:19px;height:19px;background:url(../../images/rged-date-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;position:relative;top:5px;}
.rged .msg{width:67%;font-size:16px;line-height:28px;letter-spacing:-1px;}
.rged .swiper-slide-active .title{color:var(--public-color);}
.rged .swiper-slide-active .title::after{background-color:var(--public-color);}

.rged .swiper-button-prev{width:40px;height:40px;left:8.6%;top:33.5%;}
.rged .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/rged-prev.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;}
.rged .swiper-button-next{width:40px;height:40px;right:8.6%;top:33.5%;}
.rged .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/rged-prev.webp)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:0;transform: rotate(180deg);}

@media (max-width:1919px){
    .rged .max-1660{padding-left:30px;}
    .rged .swiper-button-prev{left:5px;}
    .rged .swiper-button-next{right:5px;}
}
@media (max-width:1660px) {
    .rged .max-1660{width:100%;}
}

.pabi{background:url(../../images/pabi-bg.webp)no-repeat;background-size:cover;background-size:100% 100%;padding:140px 0;}
.pabi .t1{text-align:center;}
.pabi .grid{margin-top:70px;gap:var(--bs-gap,40px);}
.pabi .g-col-xl-4{box-shadow:0 5px 30px 1px rgba(0,0,0,.1);}
.pabi .texts{background-color:#fff;padding:40px 35px 60px 35px;}
.pabi .title{font-size:20px;line-height:32px;font-weight:600;color:#333333;letter-spacing:-1px;}
.pabi .tip{margin-top:35px;}
.pabi .tip p{font-size:18px;line-height:32px;color:#999999;margin-bottom:5px;letter-spacing:-1px;}
.pabi .tip p:last-child{margin-bottom:0;}
.pabi .tip p::before{content:"";width:17px;height:13px;background:url(../../images/pabi-tip-p-icon.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;}

.tee{text-align:center;padding-top:120px;background:url(../../images/tee-bg.webp)no-repeat;background-size:100% 100%;}
.tee .text{font-size:24px;line-height:32px;font-weight:500;color:#ffffff;background:url(../../images/tee-skip.webp)no-repeat;background-size:100% 100%;
padding:9px 0;margin-top:30px;}
.tee .grid{margin-top:60px;gap:var(--bs-gap,40px);}

.core{padding:170px 0;}
.core .top{text-align:center;}
.core .t1{margin-top:10px;}

.core .grid{margin-top:90px;}
.core .g-col-xl-3{padding:40px 30px;display:flex;justify-content:space-between;box-shadow:0 5px 30px 1px rgba(0,0,0,.1);}
.core .icon{width:37px;display:flex;justify-content:center;align-items:flex-start;}
.core .texts{width:83%;}
.core .title{font-size:18px;line-height:28px;font-weight:600;color:#333333;}
.core .text{font-size:18px;line-height:28px;color:#666666;margin-top:10px;}

@media (max-width:768px) {
    .lence{margin-top:20px;}
    .lence .msg:nth-child(2),.lence .msg:nth-child(3){margin-top:5px;letter-spacing:0;line-height:22px;}
    .lence .boxs{margin-top:20px;}
    .lence .box{padding:15px;}

    .rged{margin-top:20px;padding-bottom:20px;}
    .rged::before{display:none;}
    .rged .max-1660{padding:0 15px;}
    .rged .t1{margin-top:0;}
    .rged .swiper{margin-top:20px;}
    .rged .title::after{margin-top:10px;}
    .rged .swiper-button-prev,.rged .swiper-button-next{top:32%;}
    .rged .date{width:25.3%;}
    .rged .msg{font-size:14px;line-height:22px;}

    .pabi{padding:20px 0;}
    .pabi .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .pabi .texts{padding:20px;}
    .pabi .title{font-size:18px;line-height:26px;}
    .pabi .tip{margin-top:10px;}
    .pabi .tip p{font-size:14px;line-height:22px;letter-spacing:0;}

    .tee{padding-top:20px;}
    .tee .text{font-size:18px;line-height:26px;margin-top:20px;}
    .tee .grid{margin-top:20px;gap:var(--bs-gap,20px);}

    .core{padding:20px 0;}
    .core .t1{margin-top:0;}
    .core .grid{margin-top:20px;}
    .core .g-col-xl-3{padding:20px;}

    .core .text{font-size:14px;line-height:22px;margin-top:0;}

    .cify .t1{font-size:18px;line-height:26px;}
    .cify .msg{display:none;}
    .cify a{display:none;}
}

.product-list-technology{padding:100px 0 0 0;}
.product-list-technology .title{font-size:38px;line-height:48px;font-weight:500;text-align:left;position:relative;letter-spacing:-0.8px;margin-bottom:40px;text-align: center;}
.technology-table{width:100%;border-collapse:collapse;margin-top:80px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,0.1)}
.technology-table th,.technology-table td{padding:20px;text-align:center;border:1px solid #e0e0e0}
.technology-table thead th{background:#f2f2f2;font-weight:600;color:#333}
.technology-table .table-header{display:flex;align-items:center;gap:30px;justify-content: center;}
.technology-table .table-header .label{font-size:20px;font-weight:600;color:#333}
.technology-table .table-header .label::after{content:'';width:0;height:0;border-left:16px solid var(--public-color);border-top:12px solid transparent;border-bottom:12px solid transparent;display:inline-block;margin-left:8px;}
.technology-table .table-header .product-image{width:80px;height:80px;display:flex;align-items:center;justify-content:center}
.technology-table .table-header .product-image img{max-width:100%;max-height:100%;object-fit:contain}
.technology-table tbody tr:nth-child(even){background-color:#f8f9fa}
.technology-table tbody tr:hover{background-color:#e3f2fd;transition:background-color 0.3s ease}
.technology-table .feature-name{font-weight:600;color:#333;text-align:left;min-width:400px;}
.technology-table tbody td{font-size:14px;line-height:20px;color:#666;vertical-align:top}
.technology-table tbody td:not(.feature-name){text-align:left;padding:25px 30px}

.nobottom{padding-bottom:80px;}

@media (max-width:768px) {
    .product-list-technology{padding:20px 0 0 0;}
    .product-list-technology .title{font-size:18px;line-height:26px;margin-bottom:20px;}
    .technology-table{margin-top:20px;}
    .technology-table th, .technology-table td,.technology-table tbody td:not(.feature-name){padding:10px;}
}

.header .col-md-10,.header .navbar,.header .navbar-nav,.header .prodrop{position:static;}
.header .headdrop{position:absolute;left:0;top:100%;width:100%;height:0;background-color:#fff;overflow:hidden;transition:all .5s;}
.header .headdrop.show{padding:50px 0;height:auto;box-shadow:0 10px 20px 1px rgba(0,0,0,.1);transition:all .5s;}
.header .grid{width:100%;}
.header .img img{width:100%;height:auto;}
.header .title{font-size:18px;line-height:26px;font-weight:500;margin-top:15px;}

.header .box a{font-size:16px;line-height:24px;display:block;margin-top:0}
.header .box a:nth-child{margin-top:0;}
.header .share{display:flex;align-items:center;margin-left:20px;}
.header .share img{mix-blend-mode: color-dodge;transform: scale(1.1);}
.header .social,.header .share a{margin-right:5px;}
.header .social>span:last-child{padding:0;margin-right:0;}

.laser{text-align:center;padding:100px 0;}
.laser .msg{width:70%;margin:15px auto 0 auto;line-height:28px;}
.laser .boxs{margin-top:60px;display:flex;justify-content:space-between;}
.laser .box{width:19%;text-align:center;padding:20px;box-shadow:0 10px 20px 1px rgba(0,0,0,0.07);}
.laser .title{font-size:18px;line-height:26px;font-weight:500;margin-top:10px;}

@media (max-width:768px) {
    .laser{padding:30px 0;}
    .laser .msg{width:100%;line-height:22px;margin-top:10px;}
    .laser .boxs{flex-wrap:wrap;margin-top:20px;}
    .laser .box{width:100%;}
    .laser .box{padding:20px;margin-bottom:15px;}
    .laser .box:last-child{margin-bottom:0;}
}