*{margin:0;padding:0;box-sizing:border-box}
body{font-family:"Microsoft Yahei",sans-serif;font-size:15px;line-height:1.7;color:#333;background:#f7f7f7;padding-bottom:30px}
.container{max-width:1200px;margin:0 auto;padding:0 15px}
.nav{background:#c0392b;overflow:hidden}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;flex-wrap:wrap}
.nav a{color:#fff;padding:12px 16px;text-decoration:none;font-size:15px;display:inline-block}
.nav a.active{background:#a0281b}
.nav a:hover{background:#a0281b}
.nav-tel{color:#ffff00;font-size:16px;font-weight:bold;padding:12px 16px;white-space:nowrap}
.nav-tel strong{font-size:18px}
.school-nav{margin-top:15px;background:#fff;border:1px solid #eee;border-radius:12px;padding:15px 20px;overflow-x:auto;white-space:nowrap}
.school-nav-title{font-size:16px;color:#c0392b;margin-right:15px;font-weight:bold;display:inline-block}
.school-nav-links{display:inline-flex;gap:10px}
.school-nav-links a{color:#333;padding:6px 12px;border:1px solid #eee;border-radius:6px;text-decoration:none;font-size:14px}
.school-nav-links a:hover{background:#c0392b;color:#fff;border-color:#c0392b}
.bread{background:#fff;border-radius:12px;padding:12px 20px;margin:15px 0;font-size:14px;color:#666;border:1px solid #eee}
.bread a{color:#333;text-decoration:none}
.bread a:hover{color:#c0392b}
.bread span{color:#999;margin:0 4px}
.school-banner{background:linear-gradient(135deg,#e67e22 0%,#f39c12 100%);padding:20px 0;overflow:hidden}
.banner-inner{max-width:1200px;margin:0 auto;padding:0 15px;display:flex;align-items:center;justify-content:space-between}
.banner-left{display:flex;align-items:center;gap:20px}
.banner-logo img{width:120px;height:120px;border-radius:8px;background:#fff;padding:5px;object-fit:contain}
.banner-info h1{font-size:32px;color:#fff;margin:0;line-height:1.2;display:inline-block}
.banner-cert{background:#fff;color:#e67e22;padding:4px 12px;border-radius:20px;font-size:14px;margin-left:15px;font-weight:bold}
.banner-star{margin:8px 0}
.banner-star .star{color:#fff;font-size:18px;margin-right:5px}
.banner-desc{color:#fff;font-size:16px;line-height:1.6;margin-top:8px;max-width:800px}
.banner-right{text-align:right}
.banner-hotline{display:flex;flex-direction:column;align-items:flex-end}
.hotline-label{color:#fff;font-size:18px;margin-bottom:5px}
.hotline-tel{color:#fff;font-size:32px;font-weight:bold;line-height:1.2}
.sub-nav{background:#1677ff;box-shadow:0 2px 8px rgba(0,0,0,0.1)}
.sub-nav-inner{max-width:1200px;margin:0 auto;padding:0 15px;display:flex;overflow-x:auto;white-space:nowrap}
.sub-nav-item{color:#fff;text-decoration:none;padding:15px 25px;font-size:16px;font-weight:bold;transition:all 0.2s;white-space:nowrap}
.sub-nav-item:hover,.sub-nav-item.active{background:#0d5fc9}
.article-content{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 12px rgba(0,0,0,0.05);line-height:2;font-size:16px;margin-bottom:20px}
.article-content p{margin-bottom:16px}
.article-content img{max-width:100%;height:auto;border-radius:8px;margin:10px 0}
.article-title{font-size:26px;margin:20px 0;color:#222;text-align:center;font-weight:bold}
.article-info{text-align:center;color:#999;margin-bottom:20px}
.article-bottom-tags{background:#fff;border-radius:12px;padding:18px 25px;margin-bottom:25px;font-size:14px;color:#333;border:1px solid #eee;box-shadow:0 2px 8px rgba(0,0,0,0.03)}
.article-bottom-tags strong{color:#c0392b;font-weight:bold;margin-right:10px}
.article-bottom-tags a{display:inline-block;margin:0 6px;color:#333;text-decoration:none;padding:5px 12px;background:#f8f9fa;border-radius:20px;transition:all 0.2s}
.article-bottom-tags a:hover{background:#c0392b;color:#fff}
.article-turn{display:flex;justify-content:space-between;gap:20px;margin:30px 0}
.article-turn>div{flex:1;background:#fff;border:1px solid #eee;border-radius:12px;padding:18px 20px}
.article-turn a{color:#333;text-decoration:none}
.article-turn a:hover{color:#c0392b}
.article-turn .tip{font-size:13px;color:#999;margin-bottom:5px}
.article-turn .none{color:#ccc}
.related{background:#fff;border-radius:12px;padding:25px;margin-top:20px;box-shadow:0 2px 12px rgba(0,0,0,0.05)}
.related h3{font-size:20px;color:#c0392b;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}
.related li{padding:10px 0;border-bottom:1px dashed #eee;list-style:none}
.related li a{color:#333;text-decoration:none}
.related li a:hover{color:#c0392b}
.env-title{margin:20px 0;background:#fff;border-radius:12px;padding:20px;border-left:4px solid #1677ff}
.env-title h2{font-size:22px;color:#333;margin-bottom:10px}
.env-title p{font-size:15px;color:#666;line-height:1.8}
.env-gallery{margin:20px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.gallery-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.05);cursor:pointer;transition:transform 0.3s}
.gallery-item:hover{transform:translateY(-4px)}
.gallery-item img{width:100%;height:280px;object-fit:cover;display:block}
.img-name{padding:12px 15px!important;font-size:15px!important;font-weight:bold!important;color:#333!important;text-align:center!important;background:#fff!important;display:block!important;visibility:visible!important;opacity:1!important}
.empty-tip{grid-column:1/-1;text-align:center;padding:60px 0;color:#999;background:#fff;border-radius:12px}
.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.9);z-index:9999;display:none;align-items:center;justify-content:center}
.lightbox.active{display:flex}
.lightbox-img{max-width:90%;max-height:90vh;object-fit:contain}
.lightbox-close{position:absolute;top:30px;right:30px;width:40px;height:40px;background:rgba(255,255,255,0.2);color:#fff;border-radius:50%;font-size:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:80px;background:rgba(255,255,255,0.2);color:#fff;font-size:30px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.lightbox-prev{left:30px}
.lightbox-next{right:30px}
.lightbox-counter{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,0.5);padding:8px 16px;border-radius:20px}
.lightbox-title{position:absolute;bottom:70px;left:50%;transform:translateX(-50%);color:#fff;font-size:18px;font-weight:bold;background:rgba(0,0,0,0.6);padding:8px 20px;border-radius:8px;max-width:80%;text-align:center}
.comment-section{background:#fff;border-radius:12px;padding:20px;margin:20px 0;box-shadow:0 2px 12px rgba(0,0,0,0.05);border:1px solid #eee}
.comment-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}
.comment-header-left{display:flex;align-items:center;gap:20px}
.comment-satisfaction{text-align:center}
.satisfaction-num{font-size:36px;font-weight:bold;color:#ff6600;line-height:1.2}
.satisfaction-label{font-size:14px;color:#666;margin-top:5px}
.comment-score{display:flex;flex-direction:column;gap:5px}
.score-top{display:flex;align-items:center;gap:10px}
.score-star{color:#ffb800;font-size:18px}
.score-num{font-size:22px;font-weight:bold;color:#333}
.score-sub{font-size:14px;color:#666}
.comment-count{font-size:14px;color:#666;display:flex;gap:20px}
.comment-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid #eee}
.comment-tab{padding:8px 20px;font-size:15px;cursor:pointer;border-radius:6px 6px 0 0;border:1px solid transparent;color:#666}
.comment-tab.active{background:#1677ff;color:#fff;border-color:#1677ff}
.comment-item{padding:20px 0;border-bottom:1px dashed #eee}
.comment-item:last-child{border-bottom:none}
.comment-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.comment-user{display:flex;align-items:center;gap:10px}
.comment-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;background:#f5f5f5}
.comment-username{font-weight:bold;color:#333}
.comment-user-info{font-size:12px;color:#999}
.comment-item-score{display:flex;align-items:center;gap:10px}
.comment-item-score .score-star{font-size:16px}
.comment-item-score .score-num{font-size:16px;font-weight:bold;color:#333}
.comment-content{color:#333;line-height:1.8;margin-bottom:10px}
.comment-course{font-size:13px;color:#999;margin-bottom:10px}
.comment-imgs{display:flex;gap:10px;margin-bottom:10px;flex-wrap:wrap}
.comment-img{width:100px;height:100px;border-radius:6px;object-fit:cover;cursor:pointer}
.comment-actions{display:flex;gap:10px;justify-content:flex-end}
.comment-btn{padding:6px 16px;border:1px solid #1677ff;border-radius:6px;background:#fff;color:#1677ff;font-size:14px;cursor:pointer;transition:all 0.2s}
.comment-btn:hover{background:#1677ff;color:#fff}
.comment-btn.useful{border-color:#999;color:#999}
.comment-btn.useful:hover{background:#f5f5f5;color:#333}
.comment-more{text-align:center;margin-top:20px}
.comment-more-btn{padding:8px 30px;border:1px solid #1677ff;border-radius:6px;background:#fff;color:#1677ff;font-size:16px;cursor:pointer}
.comment-more-btn:hover{background:#1677ff;color:#fff}
.consult-section{background:#fff;border-radius:12px;padding:30px;margin:25px 0;box-shadow:0 2px 12px rgba(0,0,0,0.05);border:1px solid #eee}
.consult-title{font-size:22px;color:#333;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #eee;display:flex;align-items:center;gap:10px}
.consult-title span{color:#1677ff;font-size:24px}
.form-item{margin-bottom:20px}
.form-item label{display:block;font-weight:bold;color:#333;margin-bottom:8px;font-size:15px}
.form-item input,.form-item textarea{width:100%;padding:13px 15px;border:1px solid #ddd;border-radius:6px;font-size:15px;outline:none}
.form-item input:focus,.form-item textarea:focus{border-color:#1677ff}
.form-item textarea{height:130px;resize:vertical}
.submit-btn{width:100%;padding:15px;background:#1677ff;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:bold;cursor:pointer;transition:all 0.3s}
.submit-btn:hover{background:#0d5fc9}
.contact-info{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:25px;font-size:15px;line-height:1.8}
.contact-info p{margin:5px 0}
.contact-info strong{color:#c0392b}
.school-info-card{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 12px rgba(0,0,0,0.05);border:1px solid #eee}
.info-title{font-size:20px;color:#c0392b;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}
.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px 30px}
.info-row{display:flex;padding:8px 0;border-bottom:1px dashed #eee}
.info-label{width:100px;color:#666;font-weight:bold;flex-shrink:0}
.info-content{flex:1;color:#333}
.school-env-section{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 12px rgba(0,0,0,0.05);border:1px solid #eee}
.env-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:15px}
.env-item{border-radius:8px;overflow:hidden;cursor:pointer}
.env-item img{width:100%;height:160px;object-fit:cover;display:block}
.env-name{text-align:center;padding:8px 5px;font-size:14px;color:#333;font-weight:500}
.section-title{font-size:20px;color:#333;margin:20px 0 15px;padding-left:10px;border-left:5px solid #c0392b}
.article-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #f5f5f5;align-items:flex-start}
.article-pic{flex-shrink:0;width:100px;height:70px}
.article-pic img{width:100%;height:100%;object-fit:cover;border-radius:6px;background:#f5f5f5}
.article-info{flex:1}
.article-info h4{font-size:16px;margin-bottom:4px;line-height:1.5}
.article-info h4 a{color:#2c3e50;text-decoration:none}
.article-info h4 a:hover{color:#c0392b}
.article-info .intro{font-size:12px;color:#666;line-height:1.5}
.list{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 12px rgba(0,0,0,0.05)}
.empty{text-align:center;color:#999;padding:40px 0;font-size:16px}
.advantage-section{background:#fff;border-radius:12px;padding:30px 20px;margin:30px 0;box-shadow:0 2px 12px rgba(0,0,0,0.05)}
.advantage-title{text-align:center;font-size:26px;color:#333;margin-bottom:30px;position:relative}
.advantage-title::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:6px;background:#1677ff;border-radius:3px}
.advantage-list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.advantage-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:15px 10px}
.advantage-icon{width:130px;height:130px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:bold;color:#fff;margin-bottom:15px}
.advantage-icon.blue{background:#1677ff}
.advantage-icon.orange{background:#faad14}
.advantage-desc{font-size:15px;color:#666;line-height:1.7}
.form-wrap{max-width:1200px;margin:30px auto;background:#1677ff;border-radius:12px;padding:30px}
.form-title{font-size:24px;color:#fff;text-align:center;margin-bottom:20px}
.form-row{display:flex;gap:15px;margin-bottom:15px;flex-wrap:wrap}
.form-col{flex:1;min-width:220px}
.form-col input,.form-col select{width:100%;height:50px;padding:0 15px;border:none;border-radius:8px;font-size:16px;outline:none}
.form-submit{text-align:center;margin-top:10px}
.form-submit button{background:#ff9800;color:#fff;border:none;height:50px;padding:0 40px;font-size:18px;border-radius:8px;cursor:pointer}
.form-submit button:hover{background:#f57c00}
.form-msg{text-align:center;margin-top:15px;font-size:16px;color:#fff}
.more-gallery-btn{padding:10px 25px;background:#1677ff;color:#fff;border:none;border-radius:8px;font-size:15px;cursor:pointer}
.more-gallery-btn:hover{background:#0d5fc9}
.lb-content{position:relative;max-width:90%;max-height:80%;text-align:center}
#lb-img{max-width:100%;max-height:80vh;border-radius:8px}
#lb-caption{color:#fff;margin-top:15px;font-size:16px}
.lb-close{position:absolute;top:20px;right:30px;color:#fff;font-size:40px;cursor:pointer}
.lb-prev,.lb-next{position:absolute;top:50%;transform:translateY(-50%);color:#fff;font-size:40px;padding:20px;cursor:pointer;user-select:none}
.lb-prev{left:20px}
.lb-next{right:20px}
.course-list{margin:20px 0}
.course-item{background:#fff;border-radius:12px;padding:20px;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,0.05);display:flex;gap:20px;align-items:flex-start}
.course-img{width:200px;height:140px;border-radius:8px;object-fit:cover;flex-shrink:0}
.course-info{flex:1}
.course-title{font-size:18px;color:#333;font-weight:bold;margin-bottom:10px}
.course-title a{color:#333;text-decoration:none}
.course-title a:hover{color:#c0392b}
.course-desc{color:#666;font-size:14px;line-height:1.6;margin-bottom:10px}
.course-time{color:#999;font-size:13px}
.news-list{margin:20px 0}
.news-item{background:#fff;border-radius:12px;padding:20px;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,0.05);display:flex;gap:20px;align-items:flex-start}
.news-img{width:200px;height:140px;border-radius:8px;object-fit:cover;flex-shrink:0}
.news-info{flex:1}
.news-title{font-size:18px;color:#333;font-weight:bold;margin-bottom:10px}
.news-title a{color:#333;text-decoration:none}
.news-title a:hover{color:#c0392b}
.news-desc{color:#666;font-size:14px;line-height:1.6;margin-bottom:10px}
.news-time{color:#999;font-size:13px}
.pagination{text-align:center;margin:30px 0}
.pagination a,.pagination span{display:inline-block;padding:8px 16px;margin:0 4px;border:1px solid #eee;border-radius:6px;text-decoration:none;color:#333}
.pagination a:hover{background:#1677ff;color:#fff;border-color:#1677ff}
.pagination .active{background:#1677ff;color:#fff;border-color:#1677ff}
@media(max-width:768px){.banner-inner{flex-direction:column;gap:20px;text-align:center}.banner-left{flex-direction:column;gap:10px}.banner-info h1{font-size:24px}.banner-cert{display:block;margin:10px 0}.hotline-tel{font-size:28px}.sub-nav-inner{overflow-x:auto;white-space:nowrap}.sub-nav-item{padding:12px 15px;font-size:14px;white-space:nowrap}.article-turn{flex-direction:column;gap:10px}.article-title{font-size:22px}.school-img{max-width:100%}.advantage-list{grid-template-columns:repeat(2,1fr);gap:15px}.advantage-icon{width:110px;height:110px;font-size:24px}.comment-header-left{flex-direction:column;align-items:flex-start;gap:10px}.comment-count{flex-direction:column;gap:5px}.comment-imgs{gap:5px}.comment-img{width:80px;height:80px}.info-grid{grid-template-columns:1fr}.env-grid{grid-template-columns:repeat(2,1fr)}.news-item{flex-direction:column}.news-img{width:100%;height:auto}.course-item{flex-direction:column}.course-img{width:100%;height:auto}.env-gallery{grid-template-columns:1fr}.gallery-item img{height:220px}}