@charset "UTF-8";.banner-section{position:relative;margin-bottom:30px}.banner-section .banner-full{width:100%;height:400px;overflow:hidden;border-radius:4px}.banner-section .banner-full .banner-item{width:100%;height:100%;object-fit:cover}.banner-section .el-carousel__arrow{background:#00000080!important;width:40px!important;height:40px!important;line-height:40px!important}.banner-section .el-carousel__arrow:hover{background:#000000b3!important}.banner-section .el-carousel__indicators{bottom:20px!important}.banner-section .el-carousel__indicators .el-carousel__button{width:12px!important;height:12px!important;border-radius:50%!important;background:#ffffff80!important}.banner-section .el-carousel__indicators .el-carousel__button.is-active{background:#fff!important}.search-section{margin:4px 0;padding:8px 20px;background:#f5f5f5;border-radius:4px}.search-section .hot-search{display:flex;align-items:center;margin-bottom:0}.search-section .hot-search .label{font-size:16px!important;color:#333;font-weight:600;margin-right:12px;white-space:nowrap}.search-section .hot-search .tags{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.search-section .hot-search .tags .tag-item{padding:4px 10px;background:transparent;border:none;border-radius:0;font-size:16px!important;color:#1890ff;line-height:1.5;cursor:pointer;transition:all .3s}.search-section .hot-search .tags .tag-item:hover{background:#1890ff;color:#fff;border-color:#1890ff}.search-section .search-input{width:100%;padding:8px 15px;border:1px solid #e8e8e8;border-radius:4px;font-size:14px;transition:border-color .3s}.search-section .search-input:focus{outline:none;border-color:#1890ff}.product-section{margin:20px 0}.product-section .product-nav{display:flex;gap:15px;margin-bottom:25px;padding-bottom:10px;overflow-x:visible;white-space:nowrap;flex-wrap:wrap}.product-section .product-nav .nav-item{padding:8px 20px;background:#fff;border:1px solid #e8e8e8;border-radius:20px;font-size:14px;color:#666;cursor:pointer;white-space:nowrap;transition:all .3s}.product-section .product-nav .nav-item.active{background:#1890ff;color:#fff;border-color:#1890ff}.product-section .product-nav .nav-item:hover:not(.active){border-color:#1890ff;color:#1890ff}.product-section .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}@media (max-width: 1200px){.product-section .product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-section .product-grid{grid-template-columns:repeat(2,1fr)}}.product-section .product-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.product-section .product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}.product-section .product-card .product-image{width:100%;height:180px;object-fit:cover;background:#f5f5f5}.product-section .product-card .product-info{padding:15px}.product-section .product-card .product-info .product-name{font-size:16px;font-weight:500;color:#333;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-section .product-card .product-info .product-desc{font-size:13px;color:#666;line-height:1.5;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-section .product-card .product-info .btn-detail{display:inline-block;padding:6px 16px;background:#1890ff;color:#fff;border-radius:4px;font-size:13px;cursor:pointer;transition:background .3s}.product-section .product-card .product-info .btn-detail:hover{background:#0076e4}.case-section{margin:40px 0}.case-section .case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}@media (max-width: 1200px){.case-section .case-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.case-section .case-grid{grid-template-columns:repeat(2,1fr)}}.case-section .case-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.case-section .case-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}.case-section .case-card:hover .case-overlay{opacity:1}.case-section .case-card .case-image{position:relative;width:100%;height:180px;overflow:hidden}.case-section .case-card .case-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.case-section .case-card .case-image:hover img{transform:scale(1.05)}.case-section .case-card .case-image .case-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.case-section .case-card .case-image .case-overlay .btn-detail{padding:10px 28px;background:#1890ff;color:#fff;text-decoration:none;border-radius:4px;font-size:14px;transition:all .3s;display:inline-block}.case-section .case-card .case-image .case-overlay .btn-detail:hover{background:#0076e4;transform:translateY(-2px)}.case-section .case-card .case-info{padding:15px;text-align:center}.case-section .case-card .case-info h3{font-size:16px;font-weight:600;color:#333;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-intro{text-align:center;padding:40px 20px;background:transparent;border-radius:4px;margin:30px 0}.company-intro .intro-title{font-size:24px;font-weight:600;color:#333;margin-bottom:15px}.company-intro .intro-text{font-size:15px;color:#666;line-height:1.8;max-width:800px;margin:0 auto}.company-intro .intro-btn{margin-top:25px;padding:10px 30px;background:#1890ff;color:#fff;border:none;border-radius:4px;font-size:15px;cursor:pointer;transition:background .3s}.company-intro .intro-btn:hover{background:#0076e4}.company-advantages{margin:40px 0}.company-advantages .advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}@media (max-width: 1200px){.company-advantages .advantages-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.company-advantages .advantages-grid{grid-template-columns:1fr}}.company-advantages .advantage-item{text-align:center;padding:30px 20px;background:#fff;border-radius:4px;box-shadow:0 2px 8px #00000014;transition:transform .3s}.company-advantages .advantage-item:hover{transform:translateY(-5px)}.company-advantages .advantage-item .advantage-icon{width:60px;height:60px;margin:0 auto 15px;background:#1890ff1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.company-advantages .advantage-item .advantage-icon svg{width:30px;height:30px;color:#1890ff}.company-advantages .advantage-item .advantage-title{font-size:16px;font-weight:500;color:#333;margin-bottom:10px}.company-advantages .advantage-item .advantage-desc{font-size:13px;color:#666;line-height:1.6}.company-partners{text-align:center;padding:30px 0;background:transparent}.company-partners .partners-title{font-size:20px;font-weight:500;color:#333;margin-bottom:25px}.partners-section{padding:80px 0;background:transparent}.partners-section .section-header{text-align:center;margin-bottom:40px}.partners-section .section-header h2{font-size:28px;font-weight:600;color:#333;margin-bottom:10px}.partners-section .section-header p{font-size:15px;color:#666}.partners-section .partners-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:40px;max-width:1400px;margin:0 auto 60px;padding:0 15px}.partners-section .partners-grid .partner-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.partners-section .partners-grid .partner-item .partner-logo{width:100%;height:60px;object-fit:contain}.partners-section .section-footer{text-align:center;margin-top:40px}@media (max-width: 1400px){.partners-grid{gap:35px;margin:0 auto 50px}.partner-item .partner-logo{height:55px}.section-footer{margin-top:35px}}@media (max-width: 1200px){.partners-grid{grid-template-columns:repeat(4,1fr);gap:35px;margin:0 auto 50px}.partner-item .partner-logo{height:50px}.section-footer{margin-top:35px}}@media (max-width: 992px){.partners-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin:0 auto 45px}.partner-item .partner-logo{height:45px}.section-footer{margin-top:30px}}@media (max-width: 768px){.partners-grid{grid-template-columns:repeat(2,1fr);gap:25px;margin:0 auto 45px}.partner-item .partner-logo{height:40px}.section-footer{margin-top:30px}}@media (max-width: 480px){.partners-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin:0 auto 40px}.partner-item .partner-logo{height:35px}.section-footer{margin-top:25px}}.certificates-section{margin:40px 0;padding:40px 0;background:#f8f9fa}.certificates-section .section-header{text-align:center;margin-bottom:40px}.certificates-section .section-header h2{font-size:28px;font-weight:700;color:#333;margin-bottom:10px}.certificates-section .section-header p{font-size:16px;color:#666;margin:0}.certificates-section .certificates-carousel{width:100%;max-width:1400px;margin:0 auto;overflow:hidden;position:relative}.certificates-section .certificates-carousel .carousel-track{display:flex;gap:20px;animation:scroll-left 30s linear infinite;width:max-content}.certificates-section .certificates-carousel .carousel-track:hover{animation-play-state:paused}.certificates-section .certificates-carousel .cert-item{flex-shrink:0;width:280px;height:280px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:0;overflow:visible;box-shadow:none;transition:transform .3s}.certificates-section .certificates-carousel .cert-item:hover{transform:scale(1.05)}.certificates-section .certificates-carousel .cert-item img{width:100%;height:100%;object-fit:contain;padding:0;border-radius:0}.certificates-section .certificates-carousel .cert-item .cert-info{display:none}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.certificates-section{padding:20px 0}.certificates-section .section-header h2{font-size:24px}.certificates-section .certificates-carousel .cert-item{width:150px;height:150px}.certificates-section .certificates-carousel .cert-item img{height:120px}.certificates-section .certificates-carousel .cert-item .cert-info h4{font-size:12px}}.news-section{margin:40px 0;padding:40px 0;background:#fff}.news-section .news-layout{display:flex;gap:30px;align-items:flex-start}.news-section .news-left{flex:1;min-width:0;display:flex;gap:30px}.news-section .news-left .news-column{flex:1}.news-section .news-left .news-column .news-column-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #1890ff}.news-section .news-left .news-column .news-column-title h3{font-size:18px;font-weight:700;color:#333;margin:0}.news-section .news-left .news-column .news-column-title .more-link{font-size:13px;color:#1890ff;text-decoration:none;transition:color .3s}.news-section .news-left .news-column .news-column-title .more-link:hover{color:#0076e4}.news-section .news-left .news-column .news-list-static{display:flex;flex-direction:column;gap:12px}.news-section .news-left .news-column .news-item-small{display:flex;gap:12px;padding:10px;border-radius:4px;transition:all .3s}.news-section .news-left .news-column .news-item-small:hover{background:#f5f7fa}.news-section .news-left .news-column .news-item-small .news-item-image{width:100px;height:70px;flex-shrink:0;border-radius:3px;overflow:hidden}.news-section .news-left .news-column .news-item-small .news-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.news-section .news-left .news-column .news-item-small .news-item-image:hover img{transform:scale(1.05)}.news-section .news-left .news-column .news-item-small .news-item-content{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.news-section .news-left .news-column .news-item-small .news-item-content .news-title{font-size:14px;font-weight:500;color:#333;text-decoration:none;line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}.news-section .news-left .news-column .news-item-small .news-item-content .news-title:hover{color:#1890ff}.news-section .news-left .news-column .news-item-small .news-item-content .news-date{font-size:12px;color:#999}.news-section .news-right{width:320px;flex-shrink:0}.news-section .news-right .news-column-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #1890ff}.news-section .news-right .news-column-title h3{font-size:18px;font-weight:700;color:#333;margin:0}.news-section .news-right .news-column-title .more-link{font-size:13px;color:#1890ff;text-decoration:none;transition:color .3s}.news-section .news-right .news-column-title .more-link:hover{color:#0076e4}.news-section .news-right .news-scroll-container{height:400px;overflow:hidden;position:relative}.news-section .news-right .news-scroll-container .news-scroll-wrapper{animation:scrollUp 20s linear infinite}.news-section .news-right .news-scroll-container .news-scroll-wrapper:hover{animation-play-state:paused}.news-section .news-right .news-scroll-container .news-scroll-wrapper .news-item-scroll{display:flex;gap:12px;padding:10px;margin-bottom:12px;border-radius:4px;transition:all .3s}.news-section .news-right .news-scroll-container .news-scroll-wrapper .news-item-scroll:hover{background:#f5f7fa}.news-section .news-right .news-scroll-container .news-scroll-wrapper .news-item-scroll .news-item-image{width:100px;height:70px;flex-shrink:0;border-radius:3px;overflow:hidden}.news-section .news-right .news-scroll-container .news-scroll-wrapper .news-item-scroll .news-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.news-section .news-right .news-scroll-container .news-scroll-wrapper .news-item-scroll .news-item-image:hover img{transform:scale(1.05)}.news-section .news-right .news-scroll-container .news-scroll-wrapper .news-item-scroll .news-item-content{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.news-section .news-right .news-scroll-container .news-scroll-wrapper .news-item-scroll .news-item-content .news-title{font-size:14px;font-weight:500;color:#333;text-decoration:none;line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}.news-section .news-right .news-scroll-container .news-scroll-wrapper .news-item-scroll .news-item-content .news-title:hover{color:#1890ff}.news-section .news-right .news-scroll-container .news-scroll-wrapper .news-item-scroll .news-item-content .news-summary{font-size:12px;color:#666;line-height:1.4;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-section .news-right .news-scroll-container .news-scroll-wrapper .news-item-scroll .news-item-content .news-date{font-size:12px;color:#999}.news-section .empty-state{text-align:center;padding:60px 20px;color:#666}.news-section .empty-state p{font-size:16px;margin:0}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media (max-width: 1024px){.news-section .news-layout{flex-direction:column}.news-section .news-left{flex-direction:column;gap:30px}.news-section .news-right{width:100%}}@media (max-width: 768px){.news-section{padding:20px 0}.news-section .news-left .news-column .news-column-title h3{font-size:16px}.news-section .news-left .news-column .news-item-small{flex-direction:column;padding:8px}.news-section .news-left .news-column .news-item-small .news-item-image{width:100%;height:120px}.news-section .news-left .news-column .news-item-small .news-item-content .news-title{font-size:14px}.news-section .news-right .news-column-title h3{font-size:16px}.news-section .news-right .news-item-scroll{flex-direction:column;padding:8px}.news-section .news-right .news-item-scroll .news-item-image{width:100%;height:120px}.news-section .news-right .news-item-scroll .news-item-content .news-title{font-size:14px}}@media (max-width: 768px){.page-banner{padding:60px 0!important}.page-banner .banner-content h1{font-size:24px!important}.page-banner .banner-content h1 span{font-size:16px!important}}@media (max-width: 576px){.page-banner{padding:50px 0!important}.page-banner .banner-content{padding:0 15px}.page-banner .banner-content h1{font-size:20px!important}.page-banner .banner-content h1 span{font-size:14px!important}}@media (max-width: 768px){.container{padding:0 10px}}@media (max-width: 576px){.container{padding:0 8px}}@media (max-width: 768px){.section-header h2{font-size:24px;margin-bottom:12px}.section-header p{font-size:12px}}@media (max-width: 576px){.section-header h2{font-size:20px}.section-header p{font-size:11px}}@media (max-width: 768px){.top-bar .container{flex-direction:column;align-items:center;gap:6px}.top-bar .top-right a{display:inline-block;margin:2px 8px;font-size:11px}}@media (max-width: 576px){.top-bar .top-left{font-size:11px}.top-bar .top-right a{display:block;text-align:center;margin:2px 0}}@media (max-width: 992px){.main-header .container{flex-direction:column;gap:15px;text-align:center}.main-header .logo-section{flex-direction:column}.main-header .logo-section .logo{margin-right:0;margin-bottom:10px}.main-header .logo-section .logo img{height:50px}.main-header .logo-section .company-info .company-slogan{font-size:20px}.main-header .logo-section .company-info .company-motto,.main-header .contact-info .contact-item .text .label{font-size:14px}.main-header .contact-info .contact-item .text .value{font-size:22px}}@media (max-width: 768px){.main-header{padding:12px 0}.main-header .contact-info .contact-item{gap:6px}.main-header .contact-info .contact-item .icon{width:30px;height:30px}.main-header .contact-info .contact-item .text .value{font-size:18px}}@media (max-width: 768px){.main-nav .menu{display:none}.main-nav .mobile-menu-btn{display:flex}}@media (max-width: 768px){.mobile-menu{padding-top:70px}.mobile-menu .mobile-menu-list li a,.mobile-menu .mobile-menu-list li .submenu-toggle{padding:16px 20px;font-size:16px}.mobile-menu .mobile-menu-list li .mobile-submenu li a{padding-left:45px;font-size:14px}}@media (max-width: 992px){.banner-section .banner-full{height:400px}.banner-section .banner-full :deep(.el-carousel){height:400px}.banner-section .banner-full .el-carousel__arrow{width:30px!important;height:30px!important;line-height:30px!important;font-size:16px!important}}@media (max-width: 768px){.banner-section .banner-full{height:280px}.banner-section .banner-full :deep(.el-carousel){height:280px}.banner-section .banner-full .el-carousel__arrow{display:none!important}.banner-section .banner-full .el-carousel__indicators{bottom:10px!important}.banner-section .banner-full .el-carousel__indicators .el-carousel__button{width:8px!important;height:8px!important}}@media (max-width: 576px){.banner-section .banner-full{height:220px}.banner-section .banner-full :deep(.el-carousel){height:220px}}@media (max-width: 768px){.search-section-full .search-section{flex-direction:column;align-items:stretch;gap:12px}.search-section-full .search-section .hot-search{flex-wrap:wrap}.search-section-full .search-section .hot-search .tags{flex-wrap:wrap;gap:6px}.search-section-full .search-section .hot-search .tags a{font-size:12px;padding:2px 6px}.search-section-full .search-section .search-input{width:100%}.search-section-full .search-section .search-input :deep(.el-input__inner){font-size:14px}}@media (max-width: 576px){.search-section-full{padding:10px 0}.search-section-full .hot-search .label{font-size:12px}}@media (max-width: 992px){.product-section .product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 768px){.product-section .product-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 576px){.product-section .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 768px){.product-section .product-nav{height:auto;padding:10px 0}.product-section .product-nav a{padding:8px 16px;font-size:14px;white-space:normal;text-align:center}}@media (max-width: 768px){.product-section .product-card{flex-direction:column}.product-section .product-card .product-image{flex:0 0 auto;height:180px;border-bottom:none;border-right:none}.product-section .product-card .product-info{padding:15px}.product-section .product-card .product-info h3{font-size:15px}.product-section .product-card .product-info .product-summary{font-size:12px}}@media (max-width: 576px){.product-section .product-card .product-image{height:160px}}@media (max-width: 992px){.intro-content{flex-direction:column;gap:30px}.intro-content .intro-image{flex:0 0 auto;max-width:100%}.intro-content .intro-image img{height:300px}.intro-content .intro-text{max-width:100%}.intro-content .intro-text h3{font-size:24px}.intro-content .intro-text p{font-size:14px;text-align:left}}@media (max-width: 768px){.intro-content .intro-image img{height:220px}.intro-content .intro-text h3{font-size:20px}.intro-content .intro-text p{font-size:13px}}@media (max-width: 992px){.case-section .case-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 768px){.case-section .case-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 576px){.case-section .case-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 576px){.case-section .case-card .case-image{height:160px}.case-section .case-card .case-info h3{font-size:15px}}@media (max-width: 1200px){.partners-grid{grid-template-columns:repeat(4,1fr);gap:30px}}@media (max-width: 992px){.partners-grid{grid-template-columns:repeat(3,1fr);gap:25px}}@media (max-width: 768px){.partners-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 576px){.partners-grid{grid-template-columns:repeat(2,1fr);gap:20px}.partners-grid .partner-item .partner-logo{height:80px;padding:15px}}@media (max-width: 768px){.certificates-section{padding:30px 0}.certificates-section .section-header h2{font-size:22px}.certificates-section .certificates-carousel .cert-item{width:180px;height:180px}.certificates-section .certificates-carousel .cert-item img{height:140px}}@media (max-width: 576px){.certificates-section .certificates-carousel .cert-item{width:140px;height:140px}.certificates-section .certificates-carousel .cert-item img{height:110px}}@media (max-width: 992px){.news-section .news-layout{grid-template-columns:1fr;gap:30px}.news-section .news-right{width:100%;max-width:100%}}@media (max-width: 768px){.news-section{padding:30px 0}.news-section .news-tabs-header,.news-section .news-tabs-header-technique{padding:0 10px;height:48px}.news-section .news-tabs-header .news-tab-title,.news-section .news-tabs-header .news-tab-title-technique,.news-section .news-tabs-header-technique .news-tab-title,.news-section .news-tabs-header-technique .news-tab-title-technique{padding:10px 16px;font-size:14px}.news-section .news-tabs-header .more-link,.news-section .news-tabs-header-technique .more-link{padding:10px 12px;font-size:13px}.news-section .news-tabs-content .news-tab-pane{padding:15px}.news-section .news-tabs-content .news-tab-pane .news-featured{flex-direction:column;gap:15px}.news-section .news-tabs-content .news-tab-pane .news-featured .news-featured-image{width:100%;height:180px}.news-section .news-tabs-content .news-tab-pane .news-featured .news-featured-content .news-featured-title{font-size:16px}.news-section .news-tabs-content .news-tab-pane .news-featured .news-featured-content .news-featured-summary{font-size:13px}.news-section .news-tabs-content .news-tab-pane .news-list-grid{grid-template-columns:1fr;gap:15px}.news-section .news-tabs-content .news-tab-pane .news-list-grid .news-item-list:after{display:none}.news-section .news-tabs-content .news-tab-pane .news-list-grid .news-item-list .news-title-list{font-size:14px}.news-section .news-tabs-content .news-tab-pane .news-list-grid .news-item-list .news-date-list{margin-left:0;margin-top:4px}.news-section .news-scroll-container{height:300px;padding:15px}.news-section .news-scroll-container .news-item-scroll{flex-direction:column;gap:10px}.news-section .news-scroll-container .news-item-scroll .news-item-image{width:100%;height:120px}.news-section .news-scroll-container .news-item-scroll .news-item-content .news-title{font-size:15px}.news-section .news-scroll-container .news-item-scroll .news-item-content .news-summary{font-size:12px}}@media (max-width: 576px){.news-section .news-tabs-header,.news-section .news-tabs-header-technique{flex-wrap:wrap;height:auto;padding:8px 10px}.news-section .news-tabs-header .news-tab-title,.news-section .news-tabs-header .news-tab-title-technique,.news-section .news-tabs-header-technique .news-tab-title,.news-section .news-tabs-header-technique .news-tab-title-technique{padding:6px 12px;font-size:13px;margin-bottom:4px}.news-section .news-tabs-header .more-link,.news-section .news-tabs-header-technique .more-link{width:100%;text-align:center;padding:8px;margin-top:4px}.news-section .news-featured{padding:15px}}@media (max-width: 992px){.footer .footer-content{flex-direction:column;gap:25px}.footer .footer-col{min-width:100%;text-align:center}.footer .footer-col h4{border-bottom:none;margin-bottom:12px}.footer .footer-col ul,.footer .footer-col p{text-align:center}.footer .footer-col .qr-code{margin:0 auto}.footer .footer-col .region-links{justify-content:center}}@media (max-width: 768px){.footer{padding:35px 0 15px}.footer .footer-col h4{font-size:15px}.footer .footer-col ul,.footer .footer-col p{font-size:13px}.footer .footer-col .qr-code img{width:90px;height:90px}.footer .footer-bottom p{font-size:12px}}@media (max-width: 576px){.footer .footer-col .region-links li a{font-size:12px}}@media (max-width: 576px){.btn-more{padding:8px 25px;font-size:13px}}@media (max-width: 576px){.btn-more-small{padding:8px 20px;font-size:13px}}@media (max-width: 576px){.empty-state{padding:40px 15px}.empty-state p{font-size:14px}}img[src*=placeholder]{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}img{max-width:100%;height:auto}@media (max-width: 768px){.container{padding:0 10px}.section-header h2{font-size:24px}.product-grid,.case-grid{grid-template-columns:1fr;gap:20px}.news-item{flex-direction:column;gap:15px}.news-image{width:100%!important}.about-content{flex-direction:column;gap:30px}.banner .banner-item .banner-text{padding:15px 20px;bottom:20px}.banner .banner-item .banner-text h2{font-size:20px}.banner .banner-item .banner-text p{font-size:12px}.footer-content{flex-direction:column}.footer-col{margin-bottom:25px}}@media (min-width: 768px) and (max-width: 992px){.product-grid,.case-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.container{max-width:1200px}}.online-consultation-wrapper[data-v-10c58978]{position:fixed;bottom:0;right:0;z-index:9999;font-family:Microsoft YaHei,sans-serif}.online-consultation-wrapper .floating-sidebar[data-v-10c58978]{position:fixed;right:30px;bottom:160px;display:flex;flex-direction:column;gap:15px}.online-consultation-wrapper .floating-sidebar .sidebar-item[data-v-10c58978]{position:relative;width:90px;height:90px;background:#333;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;color:#fff;box-shadow:0 4px 10px #0003}.online-consultation-wrapper .floating-sidebar .sidebar-item[data-v-10c58978]:hover{background:#06c;transform:translateY(-2px)}.online-consultation-wrapper .floating-sidebar .sidebar-item .icon[data-v-10c58978]{font-size:32px;margin-bottom:6px;color:#fff}.online-consultation-wrapper .floating-sidebar .sidebar-item .label[data-v-10c58978]{font-size:13px;font-weight:500}.online-consultation-wrapper .floating-sidebar .sidebar-item .tooltip-box[data-v-10c58978]{position:absolute;right:100px;bottom:10px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 15px #00000026;display:flex;flex-direction:column;align-items:center;min-width:140px;z-index:1000}.online-consultation-wrapper .floating-sidebar .sidebar-item .tooltip-box[data-v-10c58978]:after{content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);border-width:8px 0 8px 8px;border-style:solid;border-color:transparent transparent transparent #fff}.online-consultation-wrapper .floating-sidebar .sidebar-item .tooltip-box .phone-number[data-v-10c58978]{display:block;color:#06c;text-decoration:none;font-size:20px;font-weight:600;text-align:center;padding:8px 0}.online-consultation-wrapper .floating-sidebar .sidebar-item .tooltip-box .phone-number[data-v-10c58978]:hover{color:#0052a3;text-decoration:underline}.online-consultation-wrapper .floating-sidebar .sidebar-item .tooltip-box img[data-v-10c58978]{width:140px;height:140px;border-radius:4px;display:block;margin:0 auto 8px}.online-consultation-wrapper .floating-sidebar .sidebar-item .tooltip-box p[data-v-10c58978]{margin:0;font-size:14px;color:#333;text-align:center;font-weight:500}.online-consultation-wrapper .floating-sidebar .sidebar-item.top[data-v-10c58978]{background:#666}.online-consultation-wrapper .floating-sidebar .sidebar-item.top[data-v-10c58978]:hover{background:#06c}.online-consultation-wrapper .consultation-popup[data-v-10c58978]{position:fixed;bottom:10px;right:30px;width:400px;background:#fff;border-radius:10px;box-shadow:0 5px 25px #00000026;z-index:10000;overflow:hidden;animation:slideIn-10c58978 .3s ease-out}.online-consultation-wrapper .consultation-popup .popup-header[data-v-10c58978]{background:#06c;color:#fff;padding:18px;display:flex;justify-content:space-between;align-items:center}.online-consultation-wrapper .consultation-popup .popup-header h3[data-v-10c58978]{margin:0;font-size:18px;font-weight:600}.online-consultation-wrapper .consultation-popup .popup-header .header-actions[data-v-10c58978]{display:flex;gap:12px}.online-consultation-wrapper .consultation-popup .popup-header .header-actions .el-icon[data-v-10c58978]{cursor:pointer;font-size:20px}.online-consultation-wrapper .consultation-popup .popup-header .header-actions .el-icon[data-v-10c58978]:hover{opacity:.8}.online-consultation-wrapper .consultation-popup .popup-body[data-v-10c58978]{padding:25px}.online-consultation-wrapper .consultation-popup .popup-body .welcome-text[data-v-10c58978]{color:#666;font-size:14px;margin-bottom:20px;line-height:1.6}.online-consultation-wrapper .consultation-popup .popup-body .consultation-form .el-form-item[data-v-10c58978]{margin-bottom:18px}.online-consultation-wrapper .consultation-popup .popup-body .consultation-form .submit-btn[data-v-10c58978]{width:100%;height:45px;font-size:16px;font-weight:500}.online-consultation-wrapper .fade-enter-active[data-v-10c58978],.online-consultation-wrapper .fade-leave-active[data-v-10c58978]{transition:opacity .3s ease}.online-consultation-wrapper .fade-enter-from[data-v-10c58978],.online-consultation-wrapper .fade-leave-to[data-v-10c58978]{opacity:0}@keyframes slideIn-10c58978{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.online-consultation-wrapper .floating-sidebar[data-v-10c58978]{right:10px;bottom:100px;gap:10px}.online-consultation-wrapper .floating-sidebar .sidebar-item[data-v-10c58978]{width:60px;height:60px}.online-consultation-wrapper .floating-sidebar .sidebar-item .icon[data-v-10c58978]{font-size:20px;margin-bottom:3px}.online-consultation-wrapper .floating-sidebar .sidebar-item .label[data-v-10c58978]{font-size:10px}.online-consultation-wrapper .floating-sidebar .sidebar-item .tooltip-box[data-v-10c58978]{right:70px;min-width:100px;padding:10px}.online-consultation-wrapper .floating-sidebar .sidebar-item .tooltip-box p[data-v-10c58978]{font-size:12px}.online-consultation-wrapper .floating-sidebar .sidebar-item .tooltip-box img[data-v-10c58978]{width:100px;height:100px}.online-consultation-wrapper .floating-sidebar .sidebar-item .tooltip-box a[data-v-10c58978]{font-size:12px}.online-consultation-wrapper .consultation-popup[data-v-10c58978]{width:90%;right:5%;bottom:70px}.online-consultation-wrapper .consultation-popup .popup-header[data-v-10c58978]{padding:12px}.online-consultation-wrapper .consultation-popup .popup-header h3[data-v-10c58978]{font-size:14px}.online-consultation-wrapper .consultation-popup .popup-header .header-actions .el-icon[data-v-10c58978]{font-size:16px}.online-consultation-wrapper .consultation-popup .popup-body[data-v-10c58978]{padding:15px}.online-consultation-wrapper .consultation-popup .popup-body .welcome-text[data-v-10c58978]{font-size:12px;margin-bottom:12px}.online-consultation-wrapper .consultation-popup .popup-body .consultation-form .el-form-item[data-v-10c58978]{margin-bottom:12px}.online-consultation-wrapper .consultation-popup .popup-body .consultation-form .submit-btn[data-v-10c58978]{height:36px;font-size:14px}}.layout[data-v-9d694cec]{min-height:100vh;display:flex;flex-direction:column}.container[data-v-9d694cec]{max-width:1400px;margin:0 auto;padding:0 15px}.top-bar[data-v-9d694cec]{background:#f7f7f7;padding:6px 0;font-size:12px;border-bottom:1px solid #e5e5e5}.top-bar .container[data-v-9d694cec]{display:flex;justify-content:space-between;align-items:center}.top-bar .top-left[data-v-9d694cec]{color:#666;font-weight:400}.top-bar .top-right a[data-v-9d694cec]{margin-left:12px;color:#666;text-decoration:none;font-weight:400}.top-bar .top-right a[data-v-9d694cec]:hover,.top-bar .top-right a.feedback[data-v-9d694cec]{color:#06c}.main-header[data-v-9d694cec]{padding:15px 0;background:#fff}.main-header .container[data-v-9d694cec]{display:flex;justify-content:space-between;align-items:center}.main-header .logo-section[data-v-9d694cec]{display:flex;align-items:center}.main-header .logo-section .logo[data-v-9d694cec]{margin-right:20px}.main-header .logo-section .logo img[data-v-9d694cec]{height:60px}.main-header .logo-section .company-info p[data-v-9d694cec]{margin:2px 0}.main-header .logo-section .company-info .company-slogan[data-v-9d694cec]{color:#06c;font-weight:700;font-size:24px;letter-spacing:1px}.main-header .logo-section .company-info .company-motto[data-v-9d694cec]{font-size:16px;color:#666;margin-top:2px}.main-header .contact-info[data-v-9d694cec]{display:flex;align-items:center;justify-content:flex-end}.main-header .contact-info .contact-item[data-v-9d694cec]{display:flex;align-items:center;gap:10px}.main-header .contact-info .contact-item .icon[data-v-9d694cec]{width:40px;height:40px}.main-header .contact-info .contact-item .icon img[data-v-9d694cec]{width:100%;height:100%;object-fit:contain}.main-header .contact-info .contact-item .text[data-v-9d694cec]{display:flex;flex-direction:column;gap:2px}.main-header .contact-info .contact-item .text .label[data-v-9d694cec]{font-size:16px;color:#666;font-weight:600;margin-bottom:2px}.main-header .contact-info .contact-item .text .value[data-v-9d694cec]{font-size:28px;font-weight:700;color:#06c;letter-spacing:1.5px}.main-nav[data-v-9d694cec]{background:linear-gradient(to bottom,#06c,#004da3);box-shadow:0 2px 4px #0000001a}.main-nav .container[data-v-9d694cec]{position:relative}.main-nav .menu[data-v-9d694cec]{display:flex;list-style:none;margin:0;padding:0}.main-nav .menu li[data-v-9d694cec]{position:relative}.main-nav .menu li a[data-v-9d694cec]{display:block;padding:28px;color:#fff;text-decoration:none;font-weight:600;font-size:17px;transition:all .3s}.main-nav .menu li a[data-v-9d694cec]:hover{background:#fff3}.main-nav .menu li.has-submenu .submenu[data-v-9d694cec]{display:none;position:absolute;top:100%;left:0;background:linear-gradient(to bottom,#06c,#004da3);min-width:220px;box-shadow:0 4px 12px #0003;list-style:none;padding:6px 0;z-index:1000;border-top:3px solid #fff}.main-nav .menu li.has-submenu .submenu li a[data-v-9d694cec]{color:#fff;padding:14px 24px;display:block;font-size:15px;font-weight:500}.main-nav .menu li.has-submenu .submenu li a[data-v-9d694cec]:hover{background:#fff3;color:#fff;padding-left:30px}.main-nav .menu li.has-submenu:hover .submenu[data-v-9d694cec]{display:block}.main-nav .mobile-menu-btn[data-v-9d694cec]{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0}.main-nav .mobile-menu-btn span[data-v-9d694cec]{display:block;height:3px;width:100%;background:#fff;border-radius:2px}.mobile-menu[data-v-9d694cec]{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0052a3;z-index:999;overflow-y:auto;padding-top:60px}.mobile-menu .mobile-menu-list[data-v-9d694cec]{list-style:none;padding:0;margin:0}.mobile-menu .mobile-menu-list li[data-v-9d694cec]{border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu .mobile-menu-list li a[data-v-9d694cec],.mobile-menu .mobile-menu-list li .submenu-toggle[data-v-9d694cec]{display:block;padding:14px 20px;color:#fff;text-decoration:none}.mobile-menu .mobile-menu-list li a[data-v-9d694cec]:hover,.mobile-menu .mobile-menu-list li .submenu-toggle[data-v-9d694cec]:hover{background:#ffffff1a}.mobile-menu .mobile-menu-list li .submenu-toggle[data-v-9d694cec]{cursor:pointer;display:flex;justify-content:space-between;align-items:center}.mobile-menu .mobile-menu-list li .submenu-toggle[data-v-9d694cec]:after{content:"+";font-size:18px}.mobile-menu .mobile-menu-list li.mobile-has-submenu.open .submenu-toggle[data-v-9d694cec]:after{content:"-"}.mobile-menu .mobile-submenu[data-v-9d694cec]{list-style:none;padding:0;margin:0;background:#0003}.mobile-menu .mobile-submenu li[data-v-9d694cec]{border-bottom:1px solid rgba(255,255,255,.05)}.mobile-menu .mobile-submenu li a[data-v-9d694cec]{padding-left:40px;font-size:14px}.main-content[data-v-9d694cec]{flex:1}.footer[data-v-9d694cec]{background:#2c3e50;color:#fff;padding:45px 0 20px;margin-top:50px}.footer .footer-content[data-v-9d694cec]{display:flex;justify-content:space-between;margin-bottom:35px;flex-wrap:wrap;gap:30px;max-width:100%;overflow-x:hidden}.footer .footer-col[data-v-9d694cec]{flex:1;min-width:200px;margin-bottom:20px}.footer .footer-col h4[data-v-9d694cec]{margin-bottom:18px;font-size:17px;color:#fff;font-weight:600;padding-bottom:10px;border-bottom:2px solid #0066cc;display:inline-block}.footer .footer-col ul[data-v-9d694cec]{list-style:none;padding:0}.footer .footer-col ul li[data-v-9d694cec]{margin-bottom:9px}.footer .footer-col ul li a[data-v-9d694cec]{color:#bbb;text-decoration:none;font-size:14px;line-height:1.7;transition:color .3s}.footer .footer-col ul li a[data-v-9d694cec]:hover{color:#fff}.footer .footer-col p[data-v-9d694cec]{margin:7px 0;color:#bbb;font-size:14px;line-height:1.7}.footer .footer-col p strong[data-v-9d694cec]{color:#ddd}.footer .footer-col .region-links[data-v-9d694cec]{display:flex;flex-wrap:wrap;gap:10px}.footer .footer-col .region-links li[data-v-9d694cec]{margin-bottom:0}.footer .footer-col .region-links li a[data-v-9d694cec]{color:#bbb;font-size:13px}.footer .footer-col .region-links li a[data-v-9d694cec]:hover{color:#fff}.footer .footer-col .qr-code img[data-v-9d694cec]{width:105px;height:105px;border:3px solid #fff;border-radius:6px}.footer .footer-bottom[data-v-9d694cec]{text-align:center;padding-top:22px;border-top:1px solid rgba(255,255,255,.15)}.footer .footer-bottom p[data-v-9d694cec]{margin:7px 0;font-size:13px;color:#999;line-height:1.7}.footer .footer-bottom p a[data-v-9d694cec]{color:#999;text-decoration:none;margin:0 6px;transition:color .3s}.footer .footer-bottom p a[data-v-9d694cec]:hover{color:#fff}.footer .footer-bottom p .back-to-top[data-v-9d694cec]{color:#06c;font-weight:600}@media (max-width: 992px){.main-header .container[data-v-9d694cec]{flex-direction:column;text-align:center}.main-header .logo-section[data-v-9d694cec]{flex-direction:column;margin-bottom:15px}.main-header .logo-section .logo[data-v-9d694cec]{margin-right:0;margin-bottom:12px}.main-header .contact-info[data-v-9d694cec]{text-align:center}}@media (max-width: 768px){.top-bar .container[data-v-9d694cec]{flex-direction:column;text-align:center}.top-bar .top-right[data-v-9d694cec]{margin-top:5px}.top-bar .top-right a[data-v-9d694cec]{display:block;margin:4px 0}.main-nav .menu[data-v-9d694cec]{display:none}.main-nav .mobile-menu-btn[data-v-9d694cec]{display:flex;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.mobile-menu[data-v-9d694cec]{display:block}.footer-content[data-v-9d694cec]{flex-direction:column!important;width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.footer-col[data-v-9d694cec]{width:100%!important;max-width:100%!important;margin:0 0 12px!important;padding:0 15px!important;box-sizing:border-box!important;flex:0 0 100%!important}.footer-col[data-v-9d694cec]:nth-child(1){display:none!important}.footer-col[data-v-9d694cec]:nth-child(2){text-align:left!important;padding:0 15px!important}.footer-col:nth-child(2) .contact-info-footer[data-v-9d694cec]{text-align:left!important;width:100%!important}.footer-col:nth-child(2) .contact-info-footer p[data-v-9d694cec]{text-align:left!important;margin:6px 0!important;line-height:1.6!important}.footer-col:nth-child(2) .contact-info-footer p strong[data-v-9d694cec]{margin-right:8px!important}.footer-col[data-v-9d694cec]:nth-child(3){padding:0 15px!important;text-align:left!important}.footer-col:nth-child(3) .qr-code-group[data-v-9d694cec]{display:flex!important;justify-content:center!important;align-items:center!important;gap:30px!important;width:100%!important;margin:10px 0 0!important}.footer-col:nth-child(3) .qr-code[data-v-9d694cec]{flex:0 0 auto!important;width:100px!important;text-align:center!important}.footer-col:nth-child(3) .qr-code img[data-v-9d694cec]{width:100px!important;height:100px!important;display:block!important;margin:0 auto!important}.footer-col[data-v-9d694cec]:nth-child(4){text-align:left!important}.footer-bottom p[data-v-9d694cec]{display:block!important;margin:8px 0!important;text-align:center!important}.footer-bottom p[data-v-9d694cec]:first-child{margin-bottom:12px!important}}@media (max-width: 767px){.top-bar[data-v-9d694cec],.main-header[data-v-9d694cec]{display:none!important}}@media (max-width: 768px){.footer-content[data-v-9d694cec]{flex-direction:column!important}.footer-col[data-v-9d694cec]:nth-child(1){display:none!important}.footer-col[data-v-9d694cec]:nth-child(2){width:100%!important;max-width:400px!important;margin:0 auto 25px!important;padding:0 20px!important}.footer-bottom p[data-v-9d694cec]{display:block!important;margin:10px 0!important}.footer-bottom p[data-v-9d694cec]:first-child{margin-bottom:15px!important}}
