@keyframes heroFadeIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSlideUp{from{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}*{box-sizing:border-box;margin:0;padding:0;outline:0}a{color:inherit;text-decoration:none}li{list-style:none}body{position:relative;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#333;line-height:1.6;font-size:14px}.container{max-width:1400px;margin:0 auto;padding:0 20px}.wide{max-width:1400px;margin:0 auto;padding:0 20px}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#000;transition:all .3s ease}body:has(.home-hero) .site-header{background:0 0}body:has(.home-hero) .site-header .header-main{background:0 0}body:has(.home-hero) .site-header.header-scrolled{background:#000}body:has(.home-hero) .site-header.header-scrolled .header-main{background:#000}.header-main{background:#000;padding:15px 0}.header-main .wide{display:flex;align-items:center;justify-content:space-between}.header-main .logo{flex-shrink:0}.header-main .logo img{height:45px;width:auto}.header-main .nav{flex:1;display:flex;justify-content:center}.header-main .nav ul{display:flex;gap:5px}.header-main .nav ul li a{display:block;color:#fff;padding:10px 18px;font-size:14px;font-weight:500;transition:all .3s}.header-main .nav ul li a:hover{color:#ccc}.header-main .header-right{display:flex;align-items:center;gap:20px}.header-main .header-right .tool-search a{color:#fff;font-size:18px;transition:color .3s}.header-main .header-right .tool-search a:hover{color:#999}.header-main .header-right .tool-lang{display:flex;align-items:center;gap:6px}.header-main .header-right .tool-lang a{color:#999;font-size:13px;transition:color .3s}.header-main .header-right .tool-lang a.active,.header-main .header-right .tool-lang a:hover{color:#fff}.header-main .header-right .tool-lang span{color:#555}.header-main .header-right .tool-inquiry a{display:block;padding:10px 24px;background:#fff;color:#000;border-radius:32px;font-size:13px;font-weight:600;transition:all .3s}.header-main .header-right .tool-inquiry a:hover{background:#333;color:#fff}.header-main .header-right .nav-toggle{display:none;background:0 0;border:none;color:#fff;font-size:24px;cursor:pointer}main{position:relative}.home-hero{width:100%;height:42vw;min-height:400px;max-height:700px;position:relative;overflow:hidden;background:#000}.home-hero .swiper-slide{position:relative}.home-hero .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.8}.home-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.85) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.85) 100%);z-index:1}.home-hero .hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;width:100%;max-width:900px;padding:0 20px;text-align:center;animation:heroSlideUp 1s ease forwards}.home-hero .hero-text{width:100%;color:#fff;text-align:center}.home-hero .hero-text h1{font-size:52px;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.2;opacity:0;transform:translateY(30px);animation:heroFadeIn .8s ease forwards;animation-delay:.2s}.home-hero .hero-text p{font-size:20px;line-height:1.6;opacity:.9;margin-bottom:35px;opacity:0;transform:translateY(30px);animation:heroFadeIn .8s ease forwards;animation-delay:.4s}.home-hero .btn-hero{display:inline-block;padding:16px 40px;background:#fff;color:#000;border-radius:32px;font-size:15px;font-weight:600;transition:all .3s;opacity:0;transform:translateY(30px);animation:heroFadeIn .8s ease forwards;animation-delay:.6s}.home-hero .btn-hero:hover{background:#333;color:#fff;transform:translateX(5px)}.home-hero .btn-hero{display:inline-block;padding:14px 36px;background:#fff;color:#000;border-radius:32px;font-size:14px;font-weight:600;transition:all .3s}.home-hero .btn-hero:hover{background:#333;color:#fff;transform:translateX(5px)}.home-hero .swiper-pagination{bottom:30px;z-index:20}.home-hero .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:rgba(255,255,255,.5);opacity:1;transition:all .3s}.home-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;width:35px;border-radius:6px}.home-hero .swiper-button-next,.home-hero .swiper-button-prev{width:50px;height:50px;background:rgba(255,255,255,.15);border-radius:50%;z-index:20}.home-hero .swiper-button-next::after,.home-hero .swiper-button-prev::after{font-size:14px;color:#fff;font-weight:700}.home-hero .swiper-button-next:hover,.home-hero .swiper-button-prev:hover{background:rgba(255,255,255,.3)}.section-title{text-align:center;margin-bottom:40px}.section-title .title-en{display:block;font-size:13px;color:#04979e;letter-spacing:4px;margin-bottom:8px;font-weight:600;text-transform:uppercase}.section-title h1{font-size:32px;color:#000;position:relative;display:inline-block;margin-bottom:12px;font-weight:600}.section-title h1::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#04979e}.section-title .title-desc{color:#666;font-size:15px;margin-top:15px}.section-title.center{text-align:center}.section-title.light h1{color:#fff}.section-title.light .title-desc,.section-title.light .title-en{color:rgba(255,255,255,.85)}.btn-more,.btn-outline,.btn-white{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:32px;font-size:14px;transition:all .3s ease;cursor:pointer;border:none;font-weight:500}.btn-more i,.btn-outline i,.btn-white i{transition:transform .3s ease;font-size:14px}.btn-more:hover i,.btn-outline:hover i,.btn-white:hover i{transform:translateX(5px)}.btn-more{background:#04979e;color:#fff}.btn-more:hover{background:#03676c}.btn-outline{background:0 0;border:2px solid #04979e;color:#04979e}.btn-outline:hover{background:#04979e;color:#fff}.btn-white{background:#fff;color:#000}.btn-white:hover{background:#333;color:#fff}.section-more{text-align:center;margin-top:40px}.home-categories{background:#f8f9fa;padding:30px 0;margin-top:-60px;position:relative;z-index:10}.home-categories .category-list{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.home-categories .category-list .category-item{display:flex;align-items:center;justify-content:center;min-width:160px;padding:15px 25px;background:#fff;border-radius:32px;color:#333;font-size:14px;transition:all .3s;border:1px solid #e0e0e0}.home-categories .category-list .category-item:hover{background:#000;color:#fff;border-color:#000;transform:translateY(-3px)}.home-about{padding:60px 0 80px;background:#0a0a0a;color:#fff}.home-about .container{display:flex;flex-direction:column;gap:0}.home-about .about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;padding:50px 0;margin-bottom:40px}.home-about .about-stats .stat-item{text-align:center;padding:20px;border-radius:12px;transition:all .3s ease;cursor:default}.home-about .about-stats .stat-item:hover{background:rgba(255,255,255,.05);transform:translateY(-5px)}.home-about .about-stats .stat-item:hover .stat-num{color:#04979e}.home-about .about-stats .stat-item:hover .stat-label{color:#fff}.home-about .about-stats .stat-item .stat-num{display:block;font-size:56px;font-weight:700;color:#fff;line-height:1.1;font-family:Poppins,sans-serif;transition:color .3s ease}.home-about .about-stats .stat-item .stat-label{font-size:14px;color:#888;text-transform:uppercase;letter-spacing:1px;transition:color .3s ease}.home-about .about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.home-about .section-title{text-align:left}.home-about .section-title h1{color:#fff}.home-about .section-title .title-desc{color:#999}.home-about .about-left .about-desc{font-size:15px;line-height:1.8;color:#bbb;margin-bottom:30px}.home-about .about-right .about-video{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.4)}.home-about .about-right .about-video video{width:100%;display:block}.home-products{padding:60px 0;background:#f8f9fa}.home-products .product-tabs{margin-bottom:30px;overflow-x:auto}.home-products .product-tabs ul{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.home-products .product-tabs ul li a{display:block;padding:10px 24px;border-radius:32px;background:#fff;color:#333;transition:all .3s;border:1px solid #e0e0e0;font-size:14px;white-space:nowrap}.home-products .product-tabs ul li a:hover{border-color:#000;color:#000}.home-products .product-tabs ul li.active a{background:#000;color:#fff;border-color:#000}.home-products .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-products .product-grid .product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s}.home-products .product-grid .product-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.home-products .product-grid .product-card:hover .product-overlay{opacity:1}.home-products .product-grid .product-card:hover .product-img img{transform:scale(1.08)}.home-products .product-grid .product-card .product-img{position:relative;height:260px;overflow:hidden;background:#f0f0f0}.home-products .product-grid .product-card .product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.home-products .product-grid .product-card .product-img .product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.home-products .product-grid .product-card .product-img .product-overlay i{font-size:28px;color:#fff}.home-products .product-grid .product-card .product-info{padding:15px}.home-products .product-grid .product-card .product-info h3{font-size:14px;font-weight:500;color:#333;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-factory{padding:60px 0;background:#1a1a1a}.home-factory .factory-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,220px);gap:20px}.home-factory .factory-grid .factory-item{position:relative;border-radius:12px;overflow:hidden;background:#333}.home-factory .factory-grid .factory-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.home-factory .factory-grid .factory-item.large{grid-row:span 2}.home-factory .factory-grid .factory-item:hover img{transform:scale(1.1)}.home-factory .factory-grid .factory-item:hover .factory-overlay{opacity:1}.home-factory .factory-grid .factory-item .factory-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.home-factory .factory-grid .factory-item .factory-overlay span{color:#fff;font-size:15px;padding:10px 24px;border:2px solid #fff;border-radius:32px}.home-advantage{padding:60px 0;background:#fff}.home-advantage .advantage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-advantage .advantage-grid .advantage-card{text-align:center;padding:30px 20px;background:#f8f9fa;border-radius:12px;transition:all .3s}.home-advantage .advantage-grid .advantage-card:hover{transform:translateY(-10px);background:#000}.home-advantage .advantage-grid .advantage-card:hover .advantage-icon{background:#fff;color:#000}.home-advantage .advantage-grid .advantage-card:hover .advantage-icon i{color:#000}.home-advantage .advantage-grid .advantage-card:hover .advantage-content h3,.home-advantage .advantage-grid .advantage-card:hover .advantage-content p{color:#fff}.home-advantage .advantage-grid .advantage-card .advantage-icon{width:70px;height:70px;margin:0 auto 20px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s}.home-advantage .advantage-grid .advantage-card .advantage-icon i{font-size:28px;color:#fff}.home-advantage .advantage-grid .advantage-card .advantage-content h3{font-size:16px;color:#333;margin-bottom:12px;transition:color .3s;font-weight:600}.home-advantage .advantage-grid .advantage-card .advantage-content p{font-size:13px;color:#666;line-height:1.6;transition:color .3s}.home-news{padding:60px 0;background:#f8f9fa}.home-news .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.home-news .news-grid .news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s}.home-news .news-grid .news-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.home-news .news-grid .news-card:hover .news-img img{transform:scale(1.1)}.home-news .news-grid .news-card:hover .news-more{color:#000}.home-news .news-grid .news-card:hover .news-more i{transform:translateX(5px)}.home-news .news-grid .news-card .news-img{position:relative;height:200px;overflow:hidden;background:#f0f0f0}.home-news .news-grid .news-card .news-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.home-news .news-grid .news-card .news-img .news-date{position:absolute;top:15px;left:15px;background:#000;color:#fff;padding:10px 14px;text-align:center;border-radius:8px}.home-news .news-grid .news-card .news-img .news-date .day{display:block;font-size:22px;font-weight:700;line-height:1}.home-news .news-grid .news-card .news-img .news-date .month{font-size:12px}.home-news .news-grid .news-card .news-content{padding:20px}.home-news .news-grid .news-card .news-content h3{font-size:16px;color:#333;margin-bottom:10px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:500}.home-news .news-grid .news-card .news-content p{font-size:13px;color:#666;line-height:1.6;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-news .news-grid .news-card .news-content .news-more{font-size:13px;color:#999;display:flex;align-items:center;gap:5px;transition:all .3s}.home-news .news-grid .news-card .news-content .news-more i{transition:transform .3s;font-size:12px}.home-inquiry{padding:60px 0;background:linear-gradient(135deg,#1a1a1a 0,#333 100%)}.home-inquiry .inquiry-box{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.05);border-radius:16px;padding:40px 50px;backdrop-filter:blur(10px)}.home-inquiry .inquiry-box .inquiry-content h2{color:#fff;font-size:28px;margin-bottom:10px;font-weight:600}.home-inquiry .inquiry-box .inquiry-content p{color:rgba(255,255,255,.7);font-size:15px}.home-inquiry .inquiry-box .btn-inquiry{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#fff;color:#000;border-radius:32px;font-size:15px;font-weight:600;transition:all .3s;white-space:nowrap}.home-inquiry .inquiry-box .btn-inquiry:hover{transform:translateX(5px);box-shadow:0 5px 20px rgba(0,0,0,.3)}footer{background:#1a1a1a;color:#fff}footer .footer-main{padding:50px 0 40px}footer .footer-main .footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr) 1fr;gap:30px}footer .footer-main .footer-col h3{font-size:18px;color:#fff;margin-bottom:18px;font-weight:600}footer .footer-main .footer-col h4{font-size:16px;color:#fff;margin-bottom:18px;position:relative;padding-bottom:12px;font-weight:600}footer .footer-main .footer-col h4::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#04979e}footer .footer-main .footer-col p{color:rgba(255,255,255,.7);line-height:1.8;margin-bottom:15px;font-size:14px}footer .footer-main .footer-col ul li{margin-bottom:12px}footer .footer-main .footer-col ul li a{color:rgba(255,255,255,.7);transition:all .3s;font-size:14px}footer .footer-main .footer-col ul li a:hover{color:#fff;padding-left:8px}footer .footer-main .footer-col.about-col .footer-social{display:flex;gap:12px}footer .footer-main .footer-col.about-col .footer-social a{width:38px;height:38px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;transition:all .3s}footer .footer-main .footer-col.about-col .footer-social a:hover{background:#fff;color:#000;transform:translateY(-3px)}footer .footer-main .footer-col .contact-list li{display:flex;align-items:flex-start;gap:10px;color:rgba(255,255,255,.7);font-size:14px}footer .footer-main .footer-col .contact-list li i{color:#04979e;margin-top:3px;flex-shrink:0}footer .footer-main .footer-col .footer-qr{text-align:center}footer .footer-main .footer-col .footer-qr img{width:100px;height:100px;border:3px solid #fff;border-radius:8px;margin-bottom:8px}footer .footer-main .footer-col .footer-qr span{display:block;font-size:13px;color:rgba(255,255,255,.7)}footer .footer-bottom{background:#0a0a0a;padding:18px 0}footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center}footer .footer-bottom .beian,footer .footer-bottom .copyright{color:rgba(255,255,255,.5);font-size:13px;margin:0}footer .footer-bottom a{color:rgba(255,255,255,.5)}footer .footer-bottom a:hover{color:#fff}@media screen and (max-width:1200px){.home-products .product-grid{grid-template-columns:repeat(3,1fr)}.home-advantage .advantage-grid{grid-template-columns:repeat(2,1fr)}footer .footer-main .footer-grid{grid-template-columns:repeat(3,1fr)}footer .footer-main .footer-grid .about-col{grid-column:span 3}}@media screen and (max-width:992px){.site-header{position:relative}.site-header .header-main .nav{display:none;position:absolute;top:100%;left:0;right:0;background:#000;padding:20px;z-index:100;opacity:0;transform:translateY(-10px);transition:all .3s ease}.site-header .header-main .nav ul{flex-direction:column}.site-header .header-main .nav ul li{margin:10px 0;opacity:0;transform:translateX(-10px);transition:all .3s ease}.site-header .header-main .nav ul li a{display:block;padding:10px 0;color:#fff;border-bottom:1px solid #333}.site-header .header-main .header-right .tool-inquiry,.site-header .header-main .header-right .tool-lang,.site-header .header-main .header-right .tool-search{display:none}.site-header .header-main .header-right .nav-toggle{display:block}.site-header.opend .header-main .nav{display:block;opacity:1;transform:translateY(0)}.site-header.opend .header-main .nav ul li{opacity:1;transform:translateX(0)}.site-header.opend .header-main .nav ul li:nth-child(1){transition-delay:50ms}.site-header.opend .header-main .nav ul li:nth-child(2){transition-delay:.1s}.site-header.opend .header-main .nav ul li:nth-child(3){transition-delay:.15s}.site-header.opend .header-main .nav ul li:nth-child(4){transition-delay:.2s}.site-header.opend .header-main .nav ul li:nth-child(5){transition-delay:.25s}.site-header.opend .header-main .nav ul li:nth-child(6){transition-delay:.3s}.home-hero{height:500px}.home-hero .hero-text h1{font-size:36px}.home-about .about-stats{grid-template-columns:repeat(2,1fr);gap:30px;padding:30px 0}.home-about .about-stats .stat-item .stat-num{font-size:36px}.home-about .about-stats .stat-item .stat-label{font-size:11px}.home-about .about-content{grid-template-columns:1fr;gap:30px}.home-factory .factory-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,200px)}.home-factory .factory-grid .factory-item.large{grid-row:span 1}.home-news .news-grid{grid-template-columns:repeat(2,1fr)}footer .footer-main .footer-grid{grid-template-columns:repeat(2,1fr)}footer .footer-main .footer-grid .about-col,footer .footer-main .footer-grid .qr-col{grid-column:span 2}.home-inquiry .inquiry-box{flex-direction:column;text-align:center;gap:25px;padding:30px 20px}.home-inquiry .inquiry-box .inquiry-content h2{font-size:22px}}@media screen and (max-width:768px){.home-hero{height:400px}.home-hero .hero-text h1{font-size:28px}.home-hero .hero-text p{font-size:15px}.home-products .product-grid{grid-template-columns:repeat(2,1fr)}.home-advantage .advantage-grid{grid-template-columns:1fr}.home-news .news-grid{grid-template-columns:1fr}}@media screen and (max-width:576px){.header-main .logo img{height:35px}.home-hero{height:350px}.home-hero .hero-text h1{font-size:24px}.home-hero .swiper-button-next,.home-hero .swiper-button-prev{display:none}.home-categories .category-list .category-item{min-width:140px;padding:12px 20px;font-size:13px}.home-products .product-grid{grid-template-columns:1fr 1fr;gap:15px}.home-factory .factory-grid{grid-template-columns:1fr;grid-template-rows:auto}.home-factory .factory-grid .factory-item{height:200px}footer .footer-main .footer-grid{grid-template-columns:1fr}footer .footer-main .footer-grid .about-col,footer .footer-main .footer-grid .qr-col{grid-column:span 1}footer .footer-bottom .footer-bottom-content{flex-direction:column;gap:8px;text-align:center}}.ibnr{height:80px}.breadcrumb{background:#f8f9fa;padding:15px 0;margin-bottom:30px}.breadcrumb .roolink{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:10px;font-size:14px;color:#666}.breadcrumb .roolink a{color:#333;text-decoration:none}.breadcrumb .roolink a:hover{color:#04979e}.breadcrumb .roolink .tohome{display:flex;align-items:center;gap:5px}.breadcrumb .roolink span{color:#04979e}.datawrap{display:grid;grid-template-columns:1fr 280px;gap:40px;padding:0 0 60px;max-width:1400px;margin:0 auto}@media screen and (max-width:992px){.datawrap{grid-template-columns:1fr}}.data-side{order:2}.data-side .sidenav{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 12px rgba(0,0,0,.06);position:sticky;top:100px}.data-side .sidenav h2{font-size:20px;font-weight:600;color:#333;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #04979e}.data-side .sidenav .navul{list-style:none;padding:0;margin:0}.data-side .sidenav .navul li{margin-bottom:8px}.data-side .sidenav .navul li a{display:block;padding:10px 15px;color:#555;text-decoration:none;border-radius:8px;transition:all .3s}.data-side .sidenav .navul li a.curr,.data-side .sidenav .navul li a:hover{background:#04979e;color:#fff}.data-side .sidenav .navul li.curr a{background:#04979e;color:#fff}@media screen and (max-width:992px){.data-side{order:-1}.data-side .sidenav{position:static}.data-side .sidenav .navul{display:flex;flex-wrap:wrap;gap:10px}.data-side .sidenav .navul li a{display:inline-block}}.data-title{font-size:32px;font-weight:700;color:#222;margin-bottom:30px;font-family:Poppins,sans-serif;position:relative;padding-left:20px}.data-title::before{content:"";position:absolute;left:0;top:5px;bottom:5px;width:5px;background:linear-gradient(180deg,#04979e 0,#037a80 100%);border-radius:3px}.data-content{min-height:400px}.block-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:25px}.block-container .blist{display:block;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .3s;text-decoration:none}.block-container .blist:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.block-container .blist:hover img{transform:scale(1.05)}.block-container .blist img{width:100%;height:280px;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.block-container .blist span{display:block;padding:15px;color:#333;font-size:15px;font-weight:500;text-align:center}.dl-container{display:flex;flex-direction:column;gap:20px}.dl-container .detaillist{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);text-decoration:none;transition:all .3s}.dl-container .detaillist:hover{transform:translateX(5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.dl-container .detaillist:hover .dl-title{color:#04979e}.dl-container .detaillist .dl-img{width:250px;height:160px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}@media screen and (max-width:768px){.dl-container .detaillist .dl-img{width:120px;height:100px}}.dl-container .detaillist .dl-text{flex:1;padding:20px;display:flex;flex-direction:column;justify-content:center}.dl-container .detaillist .dl-text .dl-title{font-size:18px;font-weight:600;color:#333;margin-bottom:10px;transition:color .3s}.dl-container .detaillist .dl-text .dl-date{font-size:13px;color:#999;margin-bottom:8px}.dl-container .detaillist .dl-text .dl-content{font-size:14px;color:#666;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:576px){.dl-container .detaillist{flex-direction:column}.dl-container .detaillist .dl-img{width:100%;height:150px}}.detailpic{margin-bottom:30px}.detailpic img{width:100%;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.intro{font-size:15px;line-height:1.8;color:#555}.intro p{margin-bottom:20px}.intro img{max-width:100%;border-radius:8px;margin:20px 0}.intro h1,.intro h2,.intro h3,.intro h4{color:#333;margin:30px 0 15px}.control .control-upper{display:flex;gap:40px;margin-bottom:40px;align-items:flex-start}@media screen and (max-width:768px){.control .control-upper{flex-direction:column;gap:25px}}.control .control-image{flex-shrink:0;width:40%;max-width:480px;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.control .control-image img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:768px){.control .control-image{width:100%;max-width:100%}}.control .control-info{flex:1;display:flex;flex-direction:column;gap:12px;padding-top:10px}.control .control-title{font-size:28px;font-weight:700;color:#222;line-height:1.3;margin:0;font-family:Poppins,sans-serif}.control .control-subtitle{font-size:16px;color:#666;font-weight:400;line-height:1.5;margin:0 0 15px 0}.control .control-meta{margin-top:auto;display:flex;flex-direction:column;gap:10px}.control .control-meta p{font-size:14px;color:#555;line-height:1.6;margin:0;display:flex;align-items:center;gap:8px}.control .control-meta p i{font-size:15px;color:#04979e;width:18px;text-align:center}.control .control-meta p span{color:#333;font-weight:600;display:inline-block;min-width:100px}.control .control-meta p a{color:#04979e;text-decoration:none;transition:color .3s}.control .control-meta p a:hover{color:#025053;text-decoration:underline}.control .control-lower{font-size:15px;line-height:1.8;color:#555}.control .control-lower p{margin-bottom:20px}.control .control-lower img{max-width:100%;border-radius:8px;margin:20px 0}.control .control-lower h1,.control .control-lower h2,.control .control-lower h3,.control .control-lower h4{color:#333;margin:30px 0 15px}.word-form{max-width:600px;background:#fff;padding:40px;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.06)}.word-form .fc-form .fc-row{margin-bottom:20px}.word-form .fc-form .fc-row .fc-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.word-form .fc-form .fc-row .fc-label.required::after{content:'*';color:#e74c3c;margin-left:3px}.word-form .fc-form .fc-row .fmtext,.word-form .fc-form .fc-row .fmtextarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .3s}.word-form .fc-form .fc-row .fmtext:focus,.word-form .fc-form .fc-row .fmtextarea:focus{outline:0;border-color:#04979e}.word-form .fc-form .fc-row .fmtextarea{min-height:120px;resize:vertical}.word-form .fc-form .fmsubmit{background:#04979e;color:#fff;border:none;padding:14px 40px;font-size:16px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s}.word-form .fc-form .fmsubmit:hover{background:#037a80;transform:translateY(-2px)}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.pagination a,.pagination span{display:inline-block;padding:8px 14px;border:1px solid #ddd;border-radius:6px;color:#555;text-decoration:none;font-size:14px;transition:all .3s}.pagination a:hover,.pagination span:hover{border-color:#04979e;color:#04979e}.pagination a.curr,.pagination span.curr{background:#04979e;border-color:#04979e;color:#fff}.emptytip{text-align:center;padding:60px 20px;color:#999;font-size:16px}