*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6;color:#333}#app{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;justify-content:space-between;padding:0 2rem}.logo,.nav-container{display:flex;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#2c3e50;gap:.5rem}.logo-img{height:40px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-menu a:hover{color:#007bff}.hero{height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#f8f9fa;color:#333;text-align:center;margin-top:70px;position:relative;overflow:hidden}.hero-content{max-width:800px;padding:2rem;position:relative;z-index:1}.hero-image{margin-bottom:2rem}.hero-image img{max-width:300px;height:auto}.hero-title{font-size:5rem;font-weight:700;letter-spacing:2px}.hero-subtitle,.hero-title{margin-bottom:1rem;color:#333}.hero-subtitle{font-size:2.5rem;font-weight:300}.hero-description{font-size:1.2rem;margin-bottom:2rem;color:#666}.hero-button{padding:1rem 3rem;font-size:1.1rem;background:#007bff;color:#fff;border:none;border-radius:50px;cursor:pointer;font-weight:700;transition:transform .3s,box-shadow .3s,background .3s}.hero-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2);background:#0056b3}.section{padding:5rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:#2c3e50}.section-subtitle{font-size:1rem;letter-spacing:2px}.section-description,.section-subtitle{text-align:center;color:#666;margin-bottom:3rem}.section-description{font-size:1.1rem;max-width:800px;margin-left:auto;margin-right:auto}.about{background:#f8f9fa}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.about-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s;text-align:center}.about-card:hover{transform:translateY(-5px)}.about-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}.about-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.about-card p{color:#666;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#f1b33f;padding:2.5rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:center;transition:transform .3s;position:relative}.service-card:hover{transform:translateY(-5px)}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;background-size:contain;background-repeat:no-repeat;background-position:50%;display:flex;align-items:center;justify-content:center}.service-icon img{max-width:50px;max-height:50px}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.service-card p{color:#666;line-height:1.8}.philosophy{background:#f8f9fa}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.philosophy-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:center}.philosophy-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}.philosophy-item h3{font-size:1.3rem;margin-bottom:1rem;color:#2c3e50}.philosophy-item p{color:#666;line-height:1.8}.products{background:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.product-item{background:#f8f9fa;padding:2rem;border-radius:10px;text-align:center;transition:transform .3s,background .3s;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.product-item:hover{transform:translateY(-5px);background:#e9ecef}.product-item img{width:100%;height:200px;-o-object-fit:contain;object-fit:contain;margin-bottom:1rem}.product-item h3{font-size:1.5rem;color:#2c3e50;margin:0}.news{background:#f8f9fa}.news-list{max-width:900px;margin:3rem auto 0}.news-item{background:#fff;padding:0;margin-bottom:1.5rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s;overflow:hidden;display:flex}.news-item:hover{transform:translateX(5px)}.news-image{width:300px;height:200px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.news-content{padding:2rem;flex:1}.news-item h4{font-size:1.3rem;margin-bottom:1rem;color:#2c3e50}.news-item p{color:#666;margin-bottom:1rem;line-height:1.8}.news-date{color:#999;font-size:.9rem}.contact{background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;margin-bottom:2rem}.contact-info h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.contact-info p{color:#666;font-size:1.1rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;font-family:inherit}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{padding:1rem 2rem;background:#667eea;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;font-weight:700;transition:background .3s}.contact-form button:hover{background:#5568d3}.contact-description{text-align:center;color:#666;margin-top:2rem;font-size:1rem;line-height:1.8}.footer{background:#2c3e50;color:#fff;padding:2rem 0;text-align:center}.footer p{margin:0}@media (max-width:768px){.nav-menu{flex-direction:column;gap:1rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.8rem}.about-grid,.contact-content,.philosophy-grid,.services-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.news-item{flex-direction:column}.news-image{width:100%;height:200px}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.5rem}.products-grid{grid-template-columns:1fr}.news-item{flex-direction:column}}