*{margin:0;padding:0;box-sizing:border-box}body{font-family:Microsoft YaHei,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f0;color:#333}.app{min-height:100vh}.yellow-bg{background-color:gold}.dark-bg{background-color:#1a1a1a}.light-bg{background-color:#f5f5f0}.blue-accent{color:#1e90ff}.yellow-text{color:gold}.dark-text{color:#1a1a1a}.light-text{color:#f5f5f0}.btn-primary{background-color:gold;color:#1a1a1a;border:none;padding:12px 30px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background-color:#ffc107;transform:translateY(-2px)}.btn-secondary{background-color:#1a1a1a;color:gold;border:2px solid #FFD700;padding:12px 30px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background-color:gold;color:#1a1a1a}.section-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:10px}.section-subtitle{font-size:14px;text-align:center;color:#666;margin-bottom:40px;letter-spacing:2px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-col{display:flex;flex-direction:column}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-20{margin-top:20px}.mt-40{margin-top:40px}.mt-60{margin-top:60px}.mb-20{margin-bottom:20px}.mb-40{margin-bottom:40px}.mb-60{margin-bottom:60px}.p-20{padding:20px}.p-40{padding:40px}.p-60{padding:60px}.animated-section{opacity:1}.animated-section--animate{animation:fadeUp .6s ease-out forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.animated-section--stagger>*{opacity:1;transform:none}.animated-section--animate .animated-section--stagger>*{opacity:0;transform:translateY(40px)}.animated-section--animate .animated-section--stagger>*:nth-child(1){animation:fadeUp .5s ease-out 0ms forwards}.animated-section--animate .animated-section--stagger>*:nth-child(2){animation:fadeUp .5s ease-out .1s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(3){animation:fadeUp .5s ease-out .2s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(4){animation:fadeUp .5s ease-out .3s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(5){animation:fadeUp .5s ease-out .4s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(6){animation:fadeUp .5s ease-out .5s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(7){animation:fadeUp .5s ease-out .6s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(8){animation:fadeUp .5s ease-out .7s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(9){animation:fadeUp .5s ease-out .8s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(10){animation:fadeUp .5s ease-out .9s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(11){animation:fadeUp .5s ease-out 1s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(12){animation:fadeUp .5s ease-out 1.1s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(13){animation:fadeUp .5s ease-out 1.2s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(14){animation:fadeUp .5s ease-out 1.3s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(15){animation:fadeUp .5s ease-out 1.4s forwards}.animated-section--animate .animated-section--stagger>*:nth-child(16){animation:fadeUp .5s ease-out 1.5s forwards}.section{padding:60px 0}.section-light{background-color:#fff}.section-dark{background-color:#1a1a1a}.section-gray{background-color:#f5f5f0}.section-yellow{background-color:gold}.hero{position:relative;height:500px;overflow:hidden}.hero--short{height:400px}.hero__image{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3}.hero__overlay--lighter{background-color:#00000080}.hero__content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.hero__title{font-size:56px;font-weight:700;margin-bottom:10px;color:gold}.hero__subtitle{font-size:32px;font-weight:700;margin-bottom:15px}.hero__desc{font-size:18px;margin-bottom:30px}.card{background-color:#fff;padding:40px;text-align:center;box-shadow:0 2px 10px #0000001a;border-radius:8px}.card--gray{background-color:#f5f5f0}.card--yellow{background-color:gold}.card__icon{font-size:48px;margin-bottom:20px}.card__title{font-size:20px;margin-bottom:10px;color:#1a1a1a}.card__desc{color:#666}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;color:#333;font-weight:500}.form-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;resize:vertical;min-height:100px}.form-submit{width:100%;background-color:#ff4500;color:#fff;border:none;padding:15px;font-size:16px;font-weight:700;cursor:pointer;border-radius:4px;transition:background-color .3s}.form-submit:hover{background-color:tomato}.image-thumb{width:100%;height:100%;object-fit:cover;transition:transform .3s}.image-thumb:hover{transform:scale(1.1)}.image-frame{position:relative;overflow:hidden}.image-frame__caption{position:absolute;bottom:0;left:0;width:100%;background-color:#000000b3;padding:10px}.image-frame__title{color:#fff;font-size:14px;margin-bottom:3px;font-weight:700}.image-frame__category{color:gold;font-size:12px}.info-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:24px}.info-icon--blue{background-color:#1e90ff;color:#fff}.info-icon--yellow{background-color:gold;color:#1a1a1a}.info-title{font-size:16px;margin-bottom:10px;color:#1a1a1a}.info-desc{color:#666;font-size:14px}.number-circle{width:60px;height:60px;background-color:gold;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:24px;font-weight:700;color:#1a1a1a}.news-item{background-color:#fff;padding:30px;box-shadow:0 2px 10px #0000001a}.news-date{color:gold;font-size:14px;margin-bottom:15px}.news-title{font-size:18px;margin-bottom:10px;color:#1a1a1a}.news-desc{color:#666;font-size:14px}.client-item{text-align:center;padding:20px;background-color:#f5f5f0;border-radius:8px}.client-name{font-size:24px;font-weight:700;color:#666}
