:root{--PrimaryColor: #1677ff;--H3Color: #0078d4;--ActiveColor: #0958d9;--BorderRadius-m: 6px}*{margin:0;padding:0;box-sizing:border-box}body,#root{font-family:Microsoft YaHei,sans-serif;line-height:1.6;height:100vh;display:flex;flex-direction:column;overflow:hidden}h2{font-size:1.8rem;margin-bottom:2rem}h3{font-size:1.5rem}p,label{font-size:1.4rem}[lang=en]{display:none}body[data-lang=en] [lang=en]{display:revert}body[data-lang=en] [lang=zh],body[data-lang=zh] .form-group label[lang=en]{display:none}.language-switch{position:fixed;top:1.6rem;right:2rem;z-index:1001;display:flex;gap:8px}.language-switch button{background:transparent;border:2px solid white;color:#fff;padding:.5rem 1rem;border-radius:var(--BorderRadius-m);cursor:pointer;font-size:1rem;transition:all .3s}.language-switch button:hover{background:#fff;color:#333}.navbar{background-color:#333;padding:1.8rem;position:fixed;width:100%;top:0;z-index:1000}.nav-links{display:flex;justify-content:center;list-style:none}.nav-links li{margin:0 2rem}.nav-links a{color:#fff;text-decoration:none;font-size:1.4rem;line-height:1.6rem;transition:color .3s;padding:.6rem 1.2rem;border-radius:var(--BorderRadius-m)}.nav-links a:hover{color:var(--PrimaryColor);background-color:#ffffff1a}.nav-links a.active{color:#fff;background-color:var(--PrimaryColor)}.main-content{margin-top:85px;overflow:auto;flex:1}.footer{background-color:#333;color:#fff;padding:.6rem 1rem 0}.footer-content{margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 4rem}.footer-section h4{color:var(--H3Color);margin-bottom:.8rem;font-size:1.4rem}.footer-section p{margin-bottom:.2rem;font-size:1.1rem}.footer-bottom{display:flex;gap:3rem;justify-content:center;align-items:center;padding-top:1rem;margin-top:.2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{margin-bottom:.8rem;font-size:1.1rem;line-height:1.3rem}.btn{background:var(--PrimaryColor);color:#fff;padding:.9rem 1.2rem;border:none;border-radius:var(--BorderRadius-m);cursor:pointer;font:700 1rem/1.2rem Arial,sans-serif;transition:background .3s ease}.btn:hover{background:var(--ActiveColor)}.hero{background:linear-gradient(#00000080,#00000080),url(../images/company.jpg);background-size:cover;background-position:center;height:100%;display:flex;flex-direction:row-reverse;align-items:center;color:#fff;text-align:left;perspective:1000px}.hero-content{max-width:50rem;flex:1;margin-right:2rem;margin-left:3rem;border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0000001a,inset 0 1px #fff3;position:relative;overflow-y:auto;max-height:calc(100vh - 291px)}.hero-content::-webkit-scrollbar{width:6px}.hero-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.hero-content::-webkit-scrollbar-thumb{background:var(--PrimaryColor);border-radius:3px}.hero-content::-webkit-scrollbar-thumb:hover{background:var(--ActiveColor)}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem}.about-text{position:relative;z-index:2}.about-text h2{font-size:2.4rem;font-weight:300;margin-bottom:1.5rem;color:#fff;text-align:center;position:relative;letter-spacing:2px}.about-text>p{text-indent:0;margin-bottom:1.2rem;line-height:1.7;color:#ffffffe6;font-size:1rem;text-align:justify;position:relative;padding:1.2rem;background:#0000001a;border-radius:12px;border-left:4px solid var(--PrimaryColor);box-shadow:0 4px 15px #0000001a}.about-text>p:first-of-type{font-size:1.2rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#1677ff33,#00d4ff1a);border-left:4px solid #00d4ff;text-align:center;font-style:italic;margin-bottom:1.5rem}.about-text>p:not(:first-of-type){margin-left:2rem;margin-right:2rem}.about-text>p:not(:first-of-type):before{content:'"';position:absolute;top:-10px;left:10px;font-size:3rem;color:var(--PrimaryColor);font-family:serif;opacity:.3}.news-section{background:#1e1e1ef2;padding:2rem 1.5rem;margin:0;border-radius:12px;box-shadow:0 4px 20px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:400px;height:calc(100vh - 291px);overflow-y:auto}.news-section h2{color:#fff;text-align:center;margin-bottom:1rem;font-size:1.4rem;font-weight:400}.news-list{max-width:none;margin:0}.news-item{display:flex;flex-direction:column;margin-bottom:1.5rem;padding:1rem;background:#ffffff1a;border-radius:8px;box-shadow:0 2px 10px #0003;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid var(--PrimaryColor)}.news-item:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.news-date{margin-bottom:.8rem;text-align:left}.news-date span{display:inline-block;background:var(--PrimaryColor);color:#fff;padding:.4rem .8rem;border-radius:4px;font-weight:600;font-size:.9rem;margin-right:.5rem}.news-content{flex:1}.news-content h3{color:#fff;margin-bottom:.6rem;font-size:1.1rem;font-weight:600;line-height:1.3}.news-content p{color:#ccc;font-size:.9rem;line-height:1.4;margin-bottom:.3rem}@media(max-width:1024px){.hero{flex-direction:column;padding:2rem 1rem}.hero-content{margin-right:0;margin-left:0;margin-bottom:2rem;max-width:none;padding:1.5rem;max-height:60vh;height:auto;overflow-y:auto}.about-text h2{font-size:2rem;margin-bottom:1.2rem}.about-text>p{font-size:.95rem;padding:1rem;margin-bottom:1rem}.about-text>p:first-of-type{font-size:1.1rem;margin-bottom:1.2rem}.about-text>p:not(:first-of-type){margin-left:1rem;margin-right:1rem}.news-section{width:100%;max-width:600px;margin:0 auto;height:auto;min-height:400px}}@media(max-width:768px){.hero-content{padding:1.2rem;margin-bottom:1.2rem;margin-left:0;max-height:50vh;height:auto;overflow-y:auto}.about-text h2{font-size:1.8rem;letter-spacing:1px;margin-bottom:1rem}.about-text>p{font-size:.9rem;padding:.8rem;margin-bottom:.8rem}.about-text>p:first-of-type{font-size:1rem;margin-bottom:1rem}.about-text>p:not(:first-of-type){margin-left:.5rem;margin-right:.5rem}.about-text>p:not(:first-of-type):before{font-size:2rem;top:-5px}.news-item{flex-direction:column;text-align:left}.news-date{margin-bottom:.8rem}.news-date span{display:inline-block;margin-right:.5rem}.news-section{padding:1.5rem 1rem;margin:1rem 0}.news-section h2{font-size:1.4rem}}@media(max-width:480px){.hero-content{padding:1rem;margin-bottom:1rem;max-height:45vh;overflow-y:auto}.about-text h2{font-size:1.6rem;margin-bottom:.8rem}.about-text>p{font-size:.85rem;padding:.7rem;margin-bottom:.7rem}.about-text>p:first-of-type{font-size:.95rem;margin-bottom:.8rem}.about-text>p:not(:first-of-type){margin-left:.3rem;margin-right:.3rem}}html,body{background-color:#2c2c2c}.products-section{padding:4rem 2rem;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;background-color:#2c2c2c;color:#e8e8e8;min-height:calc(100vh - 85px)}.products-section h2{font-size:1.6rem;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:100%}.product-card{background:#3a3a3a;border-radius:var(--BorderRadius-m);overflow:hidden;box-shadow:0 2px 10px #0003;will-change:transform;transform:translateZ(0);border:1px solid #4a4a4a}.product-card:hover{transform:translateY(-5px) translateZ(0);transition:transform .3s ease}.product-image{width:100%;height:200px;background-color:#4a4a4a;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-content{padding:1.5rem}.product-content h3{color:#fff;font-size:1.2rem;margin-bottom:1rem}.product-content p{color:#d0d0d0;font-size:1rem;line-height:1.6}@media(max-width:768px){.products-grid{grid-template-columns:1fr}}@media(min-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px)and (max-width:1199px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.contact-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info{display:flex;flex-direction:column;gap:.8rem}.contact-info h3{color:#333;margin-bottom:1.5rem}.contact-info p{margin-bottom:1rem;color:#666}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group textarea{height:150px;resize:vertical}@media(max-width:768px){.contact-content{grid-template-columns:1fr}}.about-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.about-text>p{text-indent:2em;margin-bottom:1rem}.about-image{width:100%;height:400px;background:url(https://via.placeholder.com/600x400) center/cover;border-radius:8px}
