.logo[data-v-f5b229b3]{display:flex;align-items:center;gap:15px;text-decoration:none;color:inherit}.footer-nav a[data-v-55435c37]{color:#fffc;text-decoration:none;margin-right:16px}.footer-nav a[data-v-55435c37]:hover{color:#fff}.site-layout main[data-v-da0173a7]{padding-top:70px;min-height:calc(100vh - 200px)}body{font-family:Microsoft YaHei,Arial,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.header{position:fixed;top:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px #0000001a;transition:all .3s ease}.header .container{display:flex;justify-content:space-between;align-items:center;height:70px}.logo{display:flex;align-items:center;gap:15px}.logo img{height:40px}.logo span{font-size:18px;font-weight:700;color:#1e3a8a}.nav ul{display:flex;list-style:none;gap:30px}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav a:hover,.nav a.active{color:#1e3a8a}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#1e3a8a;transition:width .3s ease}.nav a:hover:after,.nav a.active:after{width:100%}.mobile-menu-btn{display:none;flex-direction:column;cursor:pointer;gap:4px}.mobile-menu-btn span{width:25px;height:3px;background:#333;transition:.3s}.banner{height:100vh;display:flex;align-items:center;background:transparent;color:#fff;position:relative;overflow:hidden}.banner-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.banner-image img{width:100%;height:100%;object-fit:cover}.banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/static/images/banner-bg.png);opacity:.1;z-index:2}.banner-content{position:relative;z-index:3;max-width:600px;padding-left:50px}.banner h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.banner p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.banner-btns{display:flex;gap:20px}.btn{display:inline-block;padding:12px 30px;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.btn-secondary:hover{background:#fff;color:#1e3a8a}.section-padding{padding:100px 0}.bg-light{background:#f8fafc}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;color:#1e293b;margin-bottom:15px}.section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.about-text h3{font-size:2rem;color:#1e293b;margin-bottom:20px}.about-text p{color:#64748b;margin-bottom:30px;line-height:1.8}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-item{text-align:center}.feature-item .icon{font-size:2.5rem;margin-bottom:15px;display:block}.feature-item h4{font-size:1.2rem;margin-bottom:10px;color:#1e293b}.feature-item p{color:#64748b;font-size:.9rem}.about-image img{width:100%;border-radius:10px;box-shadow:0 20px 40px #0000001a}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.product-content{padding:25px}.product-content h3{font-size:1.3rem;margin-bottom:10px;color:#1e293b}.product-content p{color:#64748b;margin-bottom:15px;font-size:.95rem}.read-more{color:#1e3a8a;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:5px;transition:gap .3s ease}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.case-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.case-image{height:200px;overflow:hidden}.case-image img{width:100%;height:100%;object-fit:cover}.case-content{padding:25px}.case-content h3{font-size:1.3rem;margin-bottom:10px;color:#1e293b}.client-name{color:#f59e0b;font-weight:500;margin-bottom:15px;display:block}.case-content p{color:#64748b;line-height:1.6}.news-list{display:grid;gap:25px}.news-item{background:#fff;border-radius:10px;padding:30px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease;display:grid;grid-template-columns:200px 1fr;gap:25px}.news-item:hover{transform:translate(10px)}.news-thumb{border-radius:8px;overflow:hidden}.news-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-item:hover .news-thumb img{transform:scale(1.05)}.news-content h3{font-size:1.3rem;margin-bottom:10px;color:#1e293b}.news-meta{display:flex;gap:20px;margin-bottom:15px;font-size:.9rem;color:#94a3b8}.news-excerpt{color:#64748b;line-height:1.6}.read-article{display:inline-block;margin-top:15px;color:#1e3a8a;text-decoration:none;font-weight:500}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-info{display:flex;flex-direction:column;gap:30px}.info-item{display:flex;gap:20px;align-items:flex-start}.info-item .icon{font-size:1.8rem;min-width:40px}.info-item h4{margin-bottom:5px;color:#1e293b}.info-item p{color:#64748b}.contact-form .form-group{margin-bottom:20px}.contact-form input,.contact-form textarea{width:100%;padding:15px;border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#1e3a8a}.contact-form textarea{resize:vertical;min-height:120px}.footer{background:#1e293b;color:#fff;padding:40px 0;margin-top:50px}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-logo img{height:30px;margin-bottom:15px}.footer-logo p{opacity:.8;font-size:.9rem}.footer-links{display:flex;gap:25px}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}@media(max-width:992px){.banner h1{font-size:2.8rem}.about-content,.contact-content{grid-template-columns:1fr;gap:40px}.features{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav{display:none}.mobile-menu-btn{display:flex}.banner-content{padding:0 20px;text-align:center}.banner h1{font-size:2.2rem}.banner-btns{flex-direction:column;gap:15px}.section-header h2{font-size:2rem}.features{grid-template-columns:1fr}.news-item{grid-template-columns:1fr;text-align:center}.footer-content{flex-direction:column;gap:20px;text-align:center}.footer-links{justify-content:center}}@media(max-width:576px){.section-padding{padding:60px 0}.products-grid,.cases-grid{grid-template-columns:1fr}.banner{height:auto;min-height:100vh;padding:100px 0 60px}}.loading{text-align:center;padding:50px;color:#94a3b8}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#1e3a8a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .3s ease;z-index:1000;font-size:20px}.back-to-top.visible{opacity:1}.back-to-top:hover{background:#3b82f6;transform:translateY(-2px)}.banner-slider{position:relative;width:100%;height:100%}.banner-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;display:flex;align-items:center}.banner-slide.active{opacity:1}.banner-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.banner-slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.banner-text{position:relative;z-index:3;max-width:600px;padding-left:50px;color:#fff}.banner-text h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.banner-text p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.banner-controls{position:absolute;bottom:30px;right:30px;z-index:4;display:flex;gap:10px}.banner-controls button{width:50px;height:50px;border-radius:50%;background:#fff3;color:#fff;border:2px solid white;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.banner-controls button:hover{background:#ffffff4d;transform:scale(1.1)}.recruitment{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.jobs-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:40px}.job-card{background:#fff;border-radius:15px;padding:30px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0}.job-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026;border-color:#3b82f6}.job-card h3{font-size:1.4rem;color:#1e293b;margin-bottom:15px}.job-meta{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}.job-meta span{background:#eff6ff;color:#3b82f6;padding:5px 12px;border-radius:20px;font-size:.9rem;font-weight:500}.job-card p{color:#64748b;line-height:1.6;margin-bottom:20px}.friend-links-container{margin-bottom:20px}.friend-links-container h4{color:#fff;margin-bottom:15px;font-size:1.1rem}.friend-links{display:flex;flex-wrap:wrap;gap:15px}.friend-link{display:inline-block;padding:8px 15px;background:#ffffff1a;border-radius:20px;color:#fffc;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.friend-link:hover{background:#fff3;color:#fff;transform:translateY(-2px)}.friend-link img{height:20px;vertical-align:middle;margin-right:5px}.footer-nav{display:flex;gap:20px}.about-content-html{line-height:1.8;color:#64748b}.about-content-html h1,.about-content-html h2,.about-content-html h3,.about-content-html h4{color:#1e293b;margin:20px 0 15px}.about-content-html p{margin-bottom:15px}.about-content-html ul,.about-content-html ol{padding-left:20px;margin-bottom:15px}.about-content-html li{margin-bottom:8px}.text-center{text-align:center}.mt-4{margin-top:30px}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;line-height:1.6;color:#333}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn-primary,.btn-secondary{display:inline-block;padding:12px 30px;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:#f59e0b;color:#fff}.btn-primary:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 10px 25px #f59e0b4d}.btn-secondary{background:transparent;color:#1e3a8a;border-color:#1e3a8a}.btn-secondary:hover{background:#1e3a8a;color:#fff;transform:translateY(-2px)}.web-header,.header{position:fixed;top:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px #0000001a;transition:all .3s ease}.header-content,.header .container{display:flex;justify-content:space-between;align-items:center;height:70px}.logo,.header .logo{display:flex;align-items:center;gap:15px}.logo a,.header .logo a{display:flex;align-items:center;gap:15px;text-decoration:none;color:inherit}.logo img,.header .logo img{height:40px}.logo-text,.header .logo span{font-size:18px;font-weight:700;color:#1e3a8a}.main-nav,.nav ul{display:flex;gap:30px;list-style:none}.nav-item,.nav a{font-weight:500;padding:10px 15px;border-radius:5px;transition:all .3s ease;position:relative;color:#333;text-decoration:none}.nav-item:hover,.nav-item.router-link-exact-active,.nav a:hover,.nav a.active{color:#1e3a8a}.nav-item:after,.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#1e3a8a;transition:width .3s ease}.nav-item:hover:after,.nav-item.router-link-exact-active:after,.nav a:hover:after,.nav a.active:after{width:100%}.mobile-menu-btn{display:none;font-size:1.5rem;cursor:pointer;color:#333}.mobile-menu{background:#fff;border-top:1px solid #eee;padding:20px 0}.mobile-nav-item{display:block;padding:15px 20px;border-bottom:1px solid #f5f5f5;font-weight:500;transition:background .3s}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-item:hover,.mobile-nav-item.router-link-exact-active{background:#f0f9ff;color:#409eff}.slide-enter-active,.slide-leave-active{transition:all .3s ease}.slide-enter,.slide-leave-to{opacity:0;transform:translateY(-20px)}.web-main{min-height:calc(100vh - 200px);margin-top:70px;padding-top:20px}.web-footer,.footer{background:#1e293b;color:#fff;padding:40px 0;margin-top:50px}.footer-content,.footer .footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.footer-logo img,.footer .footer-logo img{height:30px;margin-bottom:15px}.footer-logo p,.footer .footer-logo p{opacity:.8;font-size:.9rem}.footer-links,.footer .footer-links{display:flex;gap:25px}.footer-links a,.footer .footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links a:hover,.footer .footer-links a:hover{color:#fff}.footer-section h3{margin-bottom:20px;color:#f59e0b;font-size:1.2rem}.footer-section p{margin:10px 0;display:flex;align-items:center;gap:10px}.footer-section ul li{margin:8px 0}.footer-section ul li a{color:#ccc;transition:color .3s}.footer-section ul li a:hover{color:#409eff}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#444;border-radius:50%;transition:all .3s}.social-link:hover{background:#409eff;transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #444;color:#999;font-size:.9rem}.banner-section{position:relative;height:100vh;min-height:600px;overflow:hidden}.banner-swiper,.swiper-wrapper{position:relative;width:100%;height:100%}.swiper-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.swiper-slide.active{opacity:1;z-index:2}.banner-item{position:relative;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eeacc,#764ba2cc)}.banner-content{position:relative;z-index:3;height:100%;display:flex;align-items:center;justify-content:center}.banner-text{text-align:center;color:#fff;max-width:800px;padding:0 20px}.banner-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.banner-subtitle{font-size:1.5rem;margin-bottom:40px;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.banner-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:15px 35px;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{background:transparent;color:#fff;border-color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px #fff3}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px);box-shadow:0 10px 25px #fff3}.swiper-pagination{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.swiper-pagination-bullet{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.swiper-pagination-bullet.active{background:#fff;transform:scale(1.2)}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#fff3;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.swiper-button-prev:hover,.swiper-button-next:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.1)}.swiper-button-prev:before,.swiper-button-next:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:solid white;border-width:0 3px 3px 0;padding:5px}.swiper-button-prev{left:30px}.swiper-button-prev:before{transform:translate(-50%,-50%) rotate(135deg)}.swiper-button-next{right:30px}.swiper-button-next:before{transform:translate(-50%,-50%) rotate(-45deg)}.friend-links{display:flex;flex-wrap:wrap;gap:15px;margin-top:15px}.friend-link{display:inline-flex;align-items:center;padding:8px 15px;background:#ffffff1a;border-radius:25px;color:#ccc;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.friend-link:hover{background:#fff3;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.friend-link-logo{max-width:100px;max-height:30px;margin-right:8px}@media(max-width:768px){.banner-title{font-size:2.5rem}.banner-subtitle{font-size:1.2rem}.banner-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:200px;text-align:center}.swiper-button-prev,.swiper-button-next{width:40px;height:40px}.swiper-button-prev{left:15px}.swiper-button-next{right:15px}.friend-links{justify-content:center}.friend-link{padding:6px 12px;font-size:.9rem}}@media(max-width:480px){.banner-title{font-size:2rem}.banner-subtitle{font-size:1rem}.banner-text{padding:0 15px}}.section{padding:80px 0}.section-header{text-align:center;margin-bottom:50px}.section-title{font-size:2.2rem;font-weight:600;color:#333;margin-bottom:15px;position:relative}.section-title:after{content:"";display:block;width:60px;height:3px;background:linear-gradient(90deg,#409eff,#66bb6a);margin:15px auto;border-radius:2px}.section-subtitle{font-size:1.1rem;color:#666;margin-bottom:20px}.home-recruitment{background:linear-gradient(to bottom,#fff,#f8f9fa);padding:80px 0}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px}.job-card{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;cursor:pointer;border:1px solid #eee}.job-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026;border-color:#409eff}.job-content{margin-bottom:20px}.job-title{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 15px}.job-tags{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}.tag{background:#f0f2f5;color:#666;padding:4px 12px;border-radius:15px;font-size:.85rem}.tag.type-tag.full-time{background:#ecf5ff;color:#409eff}.tag.type-tag.part-time{background:#f0f9eb;color:#67c23a}.tag.type-tag.internship{background:#fdf6ec;color:#e6a23c}.job-desc{color:#666;line-height:1.6;margin-bottom:15px;font-size:.95rem}.job-meta{display:flex;gap:20px;color:#999;font-size:.9rem}.job-meta span{display:flex;align-items:center;gap:5px}.job-meta i{color:#409eff}.job-action{text-align:right}.recruitment-page{min-height:100vh;background-color:#f5f5f5}.page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 0;text-align:center}.page-title{font-size:2.5rem;font-weight:600;margin-bottom:15px}.page-subtitle{font-size:1.2rem;opacity:.9}.recruitment-intro{background:#fff;padding:40px 0}.intro-content{text-align:center;max-width:800px;margin:0 auto}.intro-content p{font-size:1.1rem;color:#666;line-height:1.8}.recruitment-content{padding:40px 0}.filter-section{display:flex;gap:30px;margin-bottom:30px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d}.filter-item{display:flex;align-items:center;gap:10px}.filter-item label{font-weight:500;color:#333;white-space:nowrap}.recruitment-list{display:grid;gap:20px}.job-card{background:#fff;border-radius:10px;padding:25px;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border:1px solid #eee}.job-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f;border-color:#409eff}.job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.job-title{font-size:1.4rem;font-weight:600;color:#333;margin:0}.job-type{padding:4px 12px;border-radius:15px;font-size:.85rem;font-weight:500}.job-type.full-time{background:#ecf5ff;color:#409eff}.job-type.part-time{background:#f0f9eb;color:#67c23a}.job-type.internship{background:#fdf6ec;color:#e6a23c}.job-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px}.info-item{display:flex;align-items:center;gap:8px;color:#666}.info-item i{color:#409eff}.job-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding-top:15px}.job-meta{display:flex;gap:20px;color:#999;font-size:.85rem}.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-state i{font-size:3rem;margin-bottom:15px;display:block;color:#ccc}.contact-section{background:#fff;padding:60px 0}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:30px}.contact-item{display:flex;gap:15px;padding:20px;background:#f8f9fa;border-radius:8px;transition:all .3s ease}.contact-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.contact-item i{font-size:2rem;color:#409eff;flex-shrink:0}.contact-item h4{margin:0 0 8px;color:#333;font-size:1.1rem}.contact-item p{margin:0;color:#666}.application-section{background:linear-gradient(to bottom,#fff,#f8f9fa);padding:60px 0}.application-form{max-width:600px;margin:0 auto}.job-detail{padding:20px 0}.detail-header{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee}.header-info h2{margin:0 0 15px;color:#333}.tags{display:flex;gap:10px}.detail-content{margin-bottom:30px}.section{margin-bottom:25px}.section h3{color:#333;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #409eff;display:inline-block}.section-content{line-height:1.8;color:#666}@media(max-width:768px){.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.filter-section{flex-direction:column;gap:15px}.job-header{flex-direction:column;gap:10px}.job-info{grid-template-columns:1fr}.job-footer{flex-direction:column;gap:15px;align-items:flex-start}.job-meta{flex-wrap:wrap}.contact-info{grid-template-columns:1fr}.contact-item{flex-direction:column;text-align:center}}.category-sidebar{background:#fff;border-radius:10px;padding:25px;box-shadow:0 4px 20px #00000014;height:fit-content}.sidebar-header{margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.sidebar-header h3{font-size:1.3rem;color:#333;font-weight:600;margin:0}.category-list{display:flex;flex-direction:column;gap:10px}.category-item{padding:12px 15px;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;border:1px solid transparent}.category-item:hover{background:#f8f9fa;border-color:#e9ecef}.category-item.active{background:#e3f2fd;border-color:#409eff;color:#409eff;font-weight:500}.category-name{font-size:.95rem}.category-count{font-size:.85rem;color:#999}.all-category{margin-top:10px;border-top:1px solid #eee;padding-top:15px}.item-list{flex:1}.loading-state,.empty-state{text-align:center;padding:60px 20px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #409eff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-icon{font-size:3rem;margin-bottom:15px;opacity:.5}.items-grid{display:grid;gap:25px}.grid-default{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.grid-product{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.grid-case{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.grid-news{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.grid-job{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.item-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #eee;cursor:pointer}.item-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026;border-color:#409eff}.item-image{height:200px;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.item-card:hover .item-image img{transform:scale(1.05)}.item-content{padding:20px}.item-title{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 12px;line-height:1.4}.item-meta{display:flex;gap:15px;margin-bottom:12px;flex-wrap:wrap;font-size:.85rem;color:#666}.item-meta span{display:flex;align-items:center;gap:4px}.job-type.full_time{color:#409eff;background:#ecf5ff;padding:2px 8px;border-radius:12px}.job-type.part_time{color:#67c23a;background:#f0f9eb;padding:2px 8px;border-radius:12px}.job-type.internship{color:#e6a23c;background:#fdf6ec;padding:2px 8px;border-radius:12px}.item-description{color:#666;line-height:1.6;margin-bottom:15px;font-size:.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.item-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:15px}.tag{background:#f0f2f5;color:#666;padding:4px 10px;border-radius:15px;font-size:.8rem}.item-actions{padding:0 20px 20px}.read-more{color:#409eff;font-weight:500;display:inline-flex;align-items:center;gap:5px;transition:gap .3s ease}.item-card:hover .read-more{gap:10px}.pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px;padding:20px;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.pagination-btn{padding:10px 20px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:500}.pagination-btn:hover:not(:disabled){background:#409eff;color:#fff;border-color:#409eff}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-pages{display:flex;gap:5px}.page-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:500}.page-number:hover:not(.active):not(.ellipsis){background:#f0f9ff;border-color:#409eff;color:#409eff}.page-number.active{background:#409eff;color:#fff;border-color:#409eff}.page-number.ellipsis{cursor:default;border:none;background:transparent}.pagination-info{color:#666;font-size:.9rem;white-space:nowrap}.products-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 0;text-align:center}.products-page .page-title{font-size:2.5rem;font-weight:600;margin-bottom:15px}.products-page .page-subtitle{font-size:1.2rem;opacity:.9}.sidebar-wrapper{width:280px;flex-shrink:0}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.result-info{color:#666;font-size:.9rem}.product-detail-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 0}.breadcrumb{font-size:.9rem;margin-bottom:15px;opacity:.9}.breadcrumb a{color:#fffc;transition:color .3s}.breadcrumb a:hover{color:#fff}.separator{margin:0 10px;opacity:.7}.detail-layout{display:flex;gap:40px;margin-top:30px}.main-detail{flex:1}.sidebar{width:320px;flex-shrink:0}.product-gallery{margin-bottom:30px}.main-image{height:400px;border-radius:12px;overflow:hidden;margin-bottom:15px;box-shadow:0 10px 30px #0000001a}.main-image img{width:100%;height:100%;object-fit:cover}.thumbnail-list{display:flex;gap:10px}.thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.thumbnail:hover,.thumbnail.active{border-color:#409eff;transform:scale(1.05)}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-image-placeholder{height:400px;border-radius:12px;overflow:hidden;margin-bottom:30px;box-shadow:0 10px 30px #0000001a}.product-image-placeholder img{width:100%;height:100%;object-fit:cover}.product-info{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 4px 20px #00000014}.info-header{margin-bottom:20px}.product-title{font-size:2rem;font-weight:600;color:#333;margin:0 0 15px;line-height:1.3}.product-meta{display:flex;gap:20px;color:#666;font-size:.95rem}.product-meta span{display:flex;align-items:center;gap:5px}.product-price{margin-bottom:20px;padding:15px;background:#fffbeb;border-radius:8px;border-left:4px solid #f59e0b}.price-label{font-size:1.1rem;color:#333}.price-value{font-size:1.8rem;font-weight:700;color:#f59e0b}.product-tags{display:flex;gap:10px;flex-wrap:wrap}.product-content{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000014}.content-section{margin-bottom:30px}.content-section:last-child{margin-bottom:0}.content-section h2{font-size:1.5rem;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #409eff;display:inline-block}.content-text{line-height:1.8;color:#666;font-size:1.05rem}.content-text p{margin-bottom:15px}.content-text ul,.content-text ol{margin:15px 0;padding-left:30px}.content-text li{margin-bottom:8px}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px;list-style:none;padding:0}.features-list li{padding:15px;background:#f8fafc;border-radius:8px;border-left:3px solid #409eff;margin-bottom:0}.features-list li:before{content:"✓";color:#409eff;font-weight:700;margin-right:10px}.specifications table{width:100%;border-collapse:collapse;margin:15px 0}.specifications td{padding:12px 15px;border-bottom:1px solid #eee}.specifications td:first-child{font-weight:500;color:#333;width:30%}.contact-card{background:linear-gradient(135deg,#409eff,#66bb6a);color:#fff;border-radius:12px;padding:25px;margin-bottom:30px;box-shadow:0 10px 30px #409eff4d}.contact-card h3{margin:0 0 15px;font-size:1.3rem}.contact-card p{margin-bottom:20px;opacity:.9;line-height:1.6}.contact-btn{width:100%;padding:12px;background:#fff;color:#409eff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.related-products{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 20px #00000014}.related-products h3{margin:0 0 20px;color:#333;font-size:1.2rem}.related-list{display:flex;flex-direction:column;gap:15px}.related-item:hover{border-color:#409eff;transform:translate(5px)}.related-item img{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0}.related-info h4{margin:0 0 8px;font-size:1rem;color:#333}.related-info p{margin:0;color:#666;font-size:.9rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.contact-dialog{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #eee}.dialog-header h3{margin:0;color:#333}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f5f5f5;color:#333}.dialog-body{padding:25px}.form-group input,.form-group textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#409eff;box-shadow:0 0 0 2px #409eff33}.submit-btn{width:100%;padding:15px;font-size:1.1rem;font-weight:600}@media(max-width:1024px){.content-layout,.detail-layout{gap:20px}.sidebar-wrapper{width:240px}.sidebar{width:280px}}@media(max-width:768px){.content-layout,.detail-layout{flex-direction:column}.sidebar-wrapper,.sidebar{width:100%}.products-page .page-title{font-size:2rem}.product-title{font-size:1.6rem}.main-image{height:300px}.thumbnail{width:60px;height:60px}.product-meta{flex-direction:column;gap:10px}.features-list{grid-template-columns:1fr}.related-item{flex-direction:column;text-align:center}.related-item img{width:100px;height:100px;margin:0 auto}}@media(max-width:480px){.product-detail-page .page-header{padding:30px 0}.main-image{height:250px}.product-info,.product-content,.contact-card,.related-products{padding:20px}}cases-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 0;text-align:center}cases-page .page-title{font-size:2.5rem;font-weight:600;margin-bottom:15px}cases-page .page-subtitle{font-size:1.2rem;opacity:.9}case-detail-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 0}.case-summary{display:flex;gap:25px;margin-top:20px;flex-wrap:wrap;font-size:1.1rem}.case-summary span{display:flex;align-items:center;gap:8px}.case-summary .client{font-weight:600;font-size:1.3rem}.case-summary .industry,.case-summary .scale{background:#fff3;padding:5px 15px;border-radius:20px;font-size:.9rem}.case-gallery{margin-bottom:30px}.case-image-placeholder{height:400px;border-radius:12px;overflow:hidden;margin-bottom:30px;box-shadow:0 10px 30px #0000001a}.case-image-placeholder img{width:100%;height:100%;object-fit:cover}.case-info{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 4px 20px #00000014}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.info-item{display:flex;flex-direction:column;gap:8px}.info-item label{font-weight:600;color:#333;font-size:.95rem}.info-item span{color:#666;line-height:1.5}.case-content{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000014}.timeline{position:relative;padding-left:30px;margin:25px 0}.timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:#409eff}.timeline-item{position:relative;margin-bottom:30px}.timeline-marker{position:absolute;left:-37px;top:5px;width:16px;height:16px;border-radius:50%;background:#409eff;border:3px solid white;box-shadow:0 0 0 2px #409eff}.timeline-content{background:#f8fafc;border-radius:10px;padding:20px;border-left:3px solid #409eff}.timeline-content h3{margin:0 0 10px;color:#333;font-size:1.2rem}.timeline-content p{margin:0 0 10px;color:#666;line-height:1.6}.timeline-date{font-size:.9rem;color:#409eff;font-weight:500}.achievements{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin:25px 0}.achievement-item{text-align:center;padding:20px;background:linear-gradient(135deg,#409eff,#66bb6a);color:#fff;border-radius:12px;box-shadow:0 5px 15px #409eff4d}.result-value{font-size:2rem;font-weight:700;margin-bottom:5px}.result-desc{font-size:.9rem;opacity:.9}.testimonial{background:#f8fafc;border-radius:12px;padding:30px;margin:25px 0;position:relative;border-left:4px solid #409eff}.quote-mark{position:absolute;top:20px;left:20px;font-size:4rem;color:#409eff;opacity:.2;font-family:serif;line-height:1}.testimonial-text{font-size:1.1rem;line-height:1.8;color:#333;margin:0 0 20px;font-style:italic;position:relative;z-index:1}.testimonial-author{text-align:right;border-top:1px solid #eee;padding-top:15px}.author-name{font-weight:600;color:#333;display:block;margin-bottom:5px}.author-title{color:#666;font-size:.9rem}.related-card{background:#fff;border-radius:12px;padding:25px;margin-bottom:30px;box-shadow:0 4px 20px #00000014}.related-card h3{margin:0 0 20px;color:#333;font-size:1.2rem}@media(max-width:768px){.case-summary{flex-direction:column;gap:10px}.case-summary .client{font-size:1.1rem}.info-grid{grid-template-columns:1fr}.achievements{grid-template-columns:repeat(2,1fr)}.timeline{padding-left:20px}.timeline-marker{left:-27px}}@media(max-width:480px){.achievements{grid-template-columns:1fr}.result-value{font-size:1.5rem}.testimonial{padding:20px}.quote-mark{font-size:3rem;top:10px;left:10px}}.news-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 0;text-align:center}.news-page .page-title{font-size:2.5rem;font-weight:600;margin-bottom:15px}.news-page .page-subtitle{font-size:1.2rem;opacity:.9}.news-detail-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 0}.news-meta{display:flex;gap:25px;margin-top:20px;flex-wrap:wrap;font-size:.95rem;opacity:.9}.news-meta span{display:flex;align-items:center;gap:5px}.news-cover{margin-bottom:30px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.news-cover img{width:100%;height:auto;display:block}.cover-caption{background:#000000b3;color:#fff;padding:15px 20px;font-size:.9rem}.news-content{background:#fff;border-radius:12px;padding:35px;margin-bottom:30px;box-shadow:0 4px 20px #00000014;line-height:1.8}.news-content .content-text{font-size:1.05rem;color:#333}.news-content p{margin-bottom:20px}.news-content h3{font-size:1.4rem;color:#333;margin:25px 0 15px;padding-bottom:10px;border-bottom:2px solid #409eff;display:inline-block}.news-content ul,.news-content ol{margin:15px 0;padding-left:30px}.news-content li{margin-bottom:10px}.news-content blockquote{border-left:4px solid #409eff;background:#f8fafc;padding:20px;margin:25px 0;border-radius:0 8px 8px 0}.news-content blockquote p{margin:0;color:#666;font-style:italic}.news-footer{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:12px;padding:25px 35px;margin-bottom:30px;box-shadow:0 4px 20px #00000014}.news-tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.tag-label{font-weight:500;color:#333}.share-section{display:flex;align-items:center;gap:10px}.share-label{color:#666;font-size:.9rem}.share-buttons{display:flex;gap:8px}.share-btn{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff;font-size:1.1rem}.share-btn.wechat{background:#07c160}.share-btn.wechat:hover{background:#06ad56;transform:translateY(-2px)}.share-btn.weibo{background:#e6162d}.share-btn.weibo:hover{background:#cc1428;transform:translateY(-2px)}.share-btn.qq{background:#12b7f5}.share-btn.qq:hover{background:#0ea1d8;transform:translateY(-2px)}.navigation{display:flex;justify-content:space-between;background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 20px #00000014}.nav-item{flex:1}.nav-item.next{text-align:right}.nav-label{display:block;font-size:.9rem;color:#666;margin-bottom:8px}.nav-link{font-weight:500;color:#409eff;transition:all .3s ease;display:block;text-decoration:none}.nav-link:hover{color:#66bb6a;text-decoration:underline}.hot-news,.related-news,.subscribe-card{background:#fff;border-radius:12px;padding:25px;margin-bottom:25px;box-shadow:0 4px 20px #00000014}.hot-news h3,.related-news h3,.subscribe-card h3{margin:0 0 20px;color:#333;font-size:1.2rem;padding-bottom:10px;border-bottom:2px solid #409eff;display:inline-block}.hot-list{display:flex;flex-direction:column;gap:15px}.hot-item{display:flex;gap:15px;padding:15px;border-radius:8px;border:1px solid #eee;cursor:pointer;transition:all .3s ease}.hot-item:hover{border-color:#409eff;transform:translate(5px)}.hot-rank{width:24px;height:24px;background:#409eff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;flex-shrink:0}.hot-content h4{margin:0 0 8px;font-size:.95rem;color:#333;line-height:1.4}.hot-meta{display:flex;gap:15px;font-size:.8rem;color:#999}.related-list{display:flex;flex-direction:column;gap:20px}.related-item{display:flex;gap:15px;padding:15px;border-radius:8px;border:1px solid #eee;cursor:pointer;transition:all .3s ease}.related-item:hover{border-color:#409eff;transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.related-item img{width:100px;height:80px;border-radius:6px;object-fit:cover;flex-shrink:0}.related-info{flex:1}.related-info h4{margin:0 0 8px;font-size:1rem;color:#333;line-height:1.4}.related-info p{margin:0 0 10px;color:#666;font-size:.9rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-meta{font-size:.8rem;color:#999}.subscribe-card p{margin:0 0 20px;color:#666;line-height:1.6}.subscribe-card .form-group{margin-bottom:15px}.subscribe-card input{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.subscribe-card input:focus{outline:none;border-color:#409eff;box-shadow:0 0 0 2px #409eff33}.subscribe-btn{width:100%;padding:12px;font-weight:600}@media(max-width:1024px){.news-footer{flex-direction:column;gap:20px;align-items:flex-start}.navigation{flex-direction:column;gap:20px}.nav-item.next{text-align:left}}@media(max-width:768px){.news-meta{flex-direction:column;gap:10px}.news-content{padding:25px}.news-footer{padding:20px}.related-item{flex-direction:column}.related-item img{width:100%;height:150px}.hot-item{padding:12px}.share-buttons{gap:5px}.share-btn{width:32px;height:32px;font-size:1rem}}@media(max-width:480px){.news-detail-page .page-header{padding:30px 0}.news-content,.news-footer,.navigation,.hot-news,.related-news,.subscribe-card{padding:20px}.news-content h3{font-size:1.2rem}}.recruitment-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 0;text-align:center}.recruitment-page .page-title{font-size:2.5rem;font-weight:600;margin-bottom:15px}.recruitment-page .page-subtitle{font-size:1.2rem;opacity:.9}.benefits-card{background:#fff;border-radius:12px;padding:25px;margin-top:25px;box-shadow:0 4px 20px #00000014}.benefits-card h3{margin:0 0 20px;color:#333;font-size:1.2rem;text-align:center}.benefits-list{list-style:none;padding:0}.benefits-list li{padding:12px 0;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:10px;color:#666}.benefits-list li:last-child{border-bottom:none}.benefits-list li i{color:#409eff;font-weight:700}.filter-controls{display:flex;align-items:center;gap:15px}.sort-select{padding:8px 15px;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:.9rem;cursor:pointer}.job-detail-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 0}.job-summary{display:flex;gap:25px;margin-top:20px;flex-wrap:wrap;font-size:1.1rem}.job-summary span{display:flex;align-items:center;gap:8px}.job-summary .department{font-weight:600;font-size:1.3rem}.job-summary .salary{color:#f59e0b;font-weight:600}.job-summary .type.full_time{background:#ecf5ff;color:#409eff;padding:4px 12px;border-radius:15px;font-size:.9rem}.job-summary .type.part_time{background:#f0f9eb;color:#67c23a;padding:4px 12px;border-radius:15px;font-size:.9rem}.job-summary .type.internship{background:#fdf6ec;color:#e6a23c;padding:4px 12px;border-radius:15px;font-size:.9rem}.job-info-card{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 4px 20px #00000014}.job-info-card h2{margin:0 0 25px;color:#333;font-size:1.5rem;padding-bottom:15px;border-bottom:2px solid #409eff;display:inline-block}.job-section{background:#fff;border-radius:12px;padding:30px;margin-bottom:25px;box-shadow:0 4px 20px #00000014}.job-section h2{margin:0 0 20px;color:#333;font-size:1.4rem;display:flex;align-items:center;gap:10px}.job-section h2 i{color:#409eff}.section-content{line-height:1.8;color:#666;font-size:1.05rem}.responsibilities-list,.requirements-list{list-style:none;padding:0}.responsibilities-list li,.requirements-list li{padding:12px 0 12px 30px;position:relative;border-bottom:1px solid #f0f0f0}.responsibilities-list li:last-child,.requirements-list li:last-child{border-bottom:none}.responsibilities-list li:before,.requirements-list li:before{content:"•";position:absolute;left:0;color:#409eff;font-size:1.5rem;line-height:1}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.benefit-item{display:flex;align-items:center;gap:10px;padding:15px;background:#f8fafc;border-radius:8px;border-left:3px solid #409eff}.benefit-item i{color:#409eff;font-weight:700}.apply-card{background:linear-gradient(135deg,#409eff,#66bb6a);color:#fff;border-radius:12px;padding:25px;margin-bottom:25px;box-shadow:0 10px 30px #409eff4d}.apply-card h3{margin:0 0 15px;font-size:1.3rem}.apply-card p{margin-bottom:20px;opacity:.9;line-height:1.6}.apply-btn{width:100%;padding:15px;font-size:1.1rem;font-weight:600;margin-bottom:20px;background:#fff;color:#409eff}.other-methods p{margin:0 0 15px;font-size:.9rem;opacity:.9}.contact-info{display:flex;flex-direction:column;gap:10px}.contact-item{display:flex;align-items:center;gap:10px;font-size:.9rem}.application-tips{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.3)}.application-tips h4{margin:0 0 12px;font-size:1rem}.application-tips ul{list-style:none;padding:0;margin:0}.application-tips li{padding:5px 0;font-size:.85rem;opacity:.9}.similar-jobs{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 20px #00000014}.similar-jobs h3{margin:0 0 20px;color:#333;font-size:1.2rem}.jobs-list{display:flex;flex-direction:column;gap:15px}.job-item{padding:15px;border-radius:8px;border:1px solid #eee;cursor:pointer;transition:all .3s ease}.job-item:hover{border-color:#409eff;transform:translate(5px)}.job-item h4{margin:0 0 10px;color:#333;font-size:1rem}.job-meta{display:flex;gap:15px;margin-bottom:8px;font-size:.9rem}.job-meta .salary{color:#f59e0b;font-weight:600}.job-meta .location{color:#666}.job-department{font-size:.85rem;color:#999}.apply-dialog{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.file-tip{font-size:.8rem;color:#999;margin:5px 0 0}.submit-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:1024px){.job-summary{gap:15px}.benefits-grid{grid-template-columns:1fr}}@media(max-width:768px){.job-summary{flex-direction:column;gap:10px}.job-summary .department{font-size:1.1rem}.info-grid{grid-template-columns:1fr}.responsibilities-list li,.requirements-list li{padding-left:25px}.contact-info{flex-direction:column;gap:8px}}@media(max-width:480px){.job-detail-page .page-header{padding:30px 0}.job-info-card,.job-section,.apply-card,.similar-jobs{padding:20px}.job-section h2{font-size:1.2rem}}.about-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 0;text-align:center}.about-page .page-title{font-size:2.5rem;font-weight:600;margin-bottom:15px}.about-page .page-subtitle{font-size:1.2rem;opacity:.9}.about-section,.advantages-section,.culture-section,.history-section,.certificates-section{margin-bottom:60px}.section-header{text-align:center;margin-bottom:40px}.section-header h2{font-size:2rem;color:#333;margin-bottom:15px}.section-divider{width:60px;height:3px;background:linear-gradient(90deg,#409eff,#66bb6a);margin:0 auto;border-radius:2px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about-text p{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:20px}.company-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px}.stat-item{text-align:center;padding:20px;background:#f8fafc;border-radius:10px}.stat-number{font-size:2rem;font-weight:700;color:#409eff;margin-bottom:5px}.stat-label{color:#666;font-size:.9rem}.about-image img{width:100%;border-radius:12px;box-shadow:0 20px 40px #0000001a}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.advantage-item{text-align:center;padding:30px 20px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;transition:all .3s ease}.advantage-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.advantage-icon{font-size:3rem;margin-bottom:20px;color:#409eff}.advantage-item h3{font-size:1.3rem;color:#333;margin-bottom:15px}.advantage-item p{color:#666;line-height:1.6}.culture-content{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 30px #00000014}.culture-item{margin-bottom:30px}.culture-item:last-child{margin-bottom:0}.culture-item h3{font-size:1.4rem;color:#333;margin-bottom:15px;display:flex;align-items:center;gap:10px}.culture-item p{font-size:1.1rem;color:#666;line-height:1.8;margin:0}.values-list{display:flex;flex-wrap:wrap;gap:15px}.value-tag{background:linear-gradient(135deg,#409eff,#66bb6a);color:#fff;padding:10px 20px;border-radius:25px;font-weight:500}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#409eff,#66bb6a);transform:translate(-50%)}.timeline-item{display:flex;margin-bottom:40px;position:relative}.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-year{width:80px;height:80px;background:linear-gradient(135deg,#409eff,#66bb6a);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0;position:relative;z-index:2}.timeline-content{flex:1;max-width:calc(50% - 60px);background:#fff;border-radius:12px;padding:25px;box-shadow:0 10px 30px #00000014;margin:0 20px}.timeline-content h3{color:#333;margin-bottom:10px;font-size:1.2rem}.timeline-content p{color:#666;line-height:1.6;margin:0}.certificates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.certificate-item{text-align:center;padding:30px 20px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;transition:all .3s ease}.certificate-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.certificate-icon{font-size:3rem;margin-bottom:20px}.certificate-item h3{font-size:1.2rem;color:#333;margin-bottom:10px}.certificate-item p{color:#666;font-size:.9rem}.contact-page .page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 0;text-align:center}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:60px}.contact-info-section .section-header,.contact-form-section .section-header{text-align:left;margin-bottom:30px}.contact-details{display:flex;flex-direction:column;gap:25px;margin-bottom:40px}.contact-item{display:flex;gap:20px;padding:25px;background:#fff;border-radius:12px;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.contact-item:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000026}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#409eff,#66bb6a);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon i{color:#fff;font-size:1.5rem}.contact-text h3{margin:0 0 10px;color:#333;font-size:1.2rem}.contact-text p{margin:5px 0;color:#666;line-height:1.6}.social-media h3{margin:0 0 20px;color:#333;font-size:1.2rem}.social-links{display:flex;gap:15px}.social-link{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s ease;color:#fff}.social-link.wechat{background:#07c160}.social-link.weibo{background:#e6162d}.social-link.douyin{background:red}.social-link:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.contact-form{background:#fff;border-radius:12px;padding:30px;box-shadow:0 10px 30px #00000014}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.required{color:#f56c6c}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#409eff;box-shadow:0 0 0 2px #409eff33}.form-actions{display:flex;gap:15px;margin-top:30px}.submit-btn{flex:1;padding:15px;font-size:1.1rem;font-weight:600}.reset-btn{padding:15px 30px;font-weight:500}.map-section{margin-bottom:60px}.map-container{height:400px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014}.map-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.map-icon{font-size:4rem;margin-bottom:20px}.map-placeholder h3{font-size:1.5rem;color:#333;margin-bottom:10px}.map-placeholder p{color:#666;margin-bottom:15px}.map-address{background:#fffc;padding:10px 20px;border-radius:25px;font-weight:500}.faq-list{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014}.faq-item{border-bottom:1px solid #eee}.faq-item:last-child{border-bottom:none}.faq-question{padding:20px 25px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .3s ease}.faq-question:hover{background:#f8fafc}.faq-question h3{margin:0;color:#333;font-size:1.1rem;font-weight:500}.faq-question i{font-size:1.2rem;color:#409eff;transition:transform .3s ease}.faq-question i.rotated{transform:rotate(180deg)}.faq-answer{padding:0 25px 20px;color:#666;line-height:1.7}.faq-answer p{margin:0}@media(max-width:1024px){.company-stats{grid-template-columns:repeat(2,1fr)}.timeline:before{left:30px}.timeline-item{flex-direction:row!important}.timeline-year{margin-right:20px}.timeline-content{max-width:calc(100% - 130px);margin:0}}@media(max-width:768px){.contact-layout,.about-content{grid-template-columns:1fr;gap:30px}.company-stats{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.social-links{flex-wrap:wrap}.certificate-grid{grid-template-columns:1fr}}@media(max-width:480px){.company-stats{grid-template-columns:1fr}.contact-item{flex-direction:column;text-align:center}.timeline-year{width:60px;height:60px;font-size:1rem}.timeline-content{max-width:calc(100% - 80px);padding:15px}.advantages-grid,.certificates-grid{grid-template-columns:1fr}}.detail-page-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 0;margin-bottom:40px}.detail-breadcrumb{font-size:.9rem;margin-bottom:15px;opacity:.9}.detail-breadcrumb a{color:#ffffffd9}.detail-breadcrumb a:hover{color:#fff}.detail-breadcrumb .separator{margin:0 10px;opacity:.7}.detail-meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px}.detail-meta-item{background:#ffffff2e;padding:6px 14px;border-radius:20px;font-size:.9rem}.detail-content .detail-meta-item,.news-detail .detail-meta-item{background:#f1f5f9;color:#475569}.detail-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.detail-cover img,.detail-gallery img{width:100%;border-radius:10px;box-shadow:0 10px 30px #0000001a}.detail-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:20px}.detail-section{margin-bottom:28px}.detail-section h3{font-size:1.4rem;color:#1e293b;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.detail-content,.detail-content p{color:#475569;line-height:1.8}.detail-error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}@media(max-width:768px){.detail-layout-grid{grid-template-columns:1fr}}.content-layout{display:flex;gap:30px;margin-top:30px}.sidebar{flex:0 0 250px;background:#fff;border-radius:10px;padding:20px;box-shadow:0 5px 15px #00000014;height:fit-content}.main-content{flex:1}.category-tree h3{font-size:1.3rem;color:#1e293b;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.category-tree ul{list-style:none;padding:0;margin:0}.category-item{padding:12px 15px;margin-bottom:5px;border-radius:8px;cursor:pointer;transition:all .3s ease;border:1px solid transparent;display:flex;align-items:center;position:relative}.category-item:hover{background:#f1f5f9;border-color:#cbd5e1}.category-item.active{background:#dbeafe;border-color:#3b82f6;color:#1d4ed8}.category-toggle{width:16px;height:16px;margin-right:10px;cursor:pointer;position:relative;flex-shrink:0}.category-toggle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-left:5px solid #666;border-top:3px solid transparent;border-bottom:3px solid transparent;transition:transform .3s ease}.category-toggle.expanded:before{transform:translate(-50%,-50%) rotate(90deg)}.category-indent{width:16px;height:16px;margin-right:10px;flex-shrink:0}.category-name{flex:1;font-weight:500}.category-count{background:#0000001a;padding:2px 8px;border-radius:10px;font-size:.8rem;margin-left:10px}.category-item.active .category-count{background:#1b4ed833}.category-children{overflow:hidden;transition:all .3s ease}.category-children.expanded{display:block!important}.category-item span{font-size:1rem;color:#334155}.category-item.active span{font-weight:600;color:#1d4ed8}.result-info{color:#64748b;font-size:.95rem;margin-top:10px;padding:8px 12px;background:#f1f5f9;border-radius:6px;display:inline-block}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:30px}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.product-image{height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:20px}.product-content h3{font-size:1.2rem;margin-bottom:10px;color:#1e293b}.product-content p{color:#64748b;margin-bottom:15px;font-size:.95rem;line-height:1.5}.product-price{color:#f59e0b;font-weight:700;font-size:1.2rem;margin-bottom:15px}.read-more{color:#3b82f6;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:5px;transition:gap .3s ease}.read-more:hover{gap:10px}.pagination-container{display:flex;justify-content:center;margin-top:30px;padding:20px 0}.pagination{display:flex;align-items:center;gap:10px}.page-btn,.page-num{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:1px solid #cbd5e1;background:#fff}.page-btn:hover{background:#f1f5f9;border-color:#94a3b8}.page-num.current{background:#3b82f6;color:#fff;border-color:#3b82f6}.page-btn:disabled{opacity:.5;cursor:not-allowed}.no-data{grid-column:1 / -1;text-align:center;padding:50px;color:#94a3b8;font-size:1.1rem}@media(max-width:992px){.content-layout{flex-direction:column}.sidebar{flex:none;width:100%}.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:1fr}.pagination{flex-wrap:wrap;gap:5px}.page-btn,.page-num{min-width:35px;height:35px;font-size:.9rem}}
