﻿* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Microsoft YaHei", sans-serif; }
body { background: #f7f7f7; color: #333; line-height: 1.7; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
a { text-decoration: none; }
.bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; height: 60px; background-color: #1a365d; display: none; justify-content: space-around; align-items: center; z-index: 1000; }
@media (max-width: 768px) { .bottom-nav { display: flex; } }
.nav-item { text-align: center; color: white; font-size: 12px; display: flex; flex-direction: column; align-items: center; text-decoration: none; }
.nav-icon { font-size: 24px; margin-bottom: 4px; color: white; }
.nav-item:hover .nav-icon, .nav-item:hover div { opacity: 0.8; }
header { background: #1a365d; color: #fff; padding: 12px 0; }
.header-wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.logo { font-size: 24px; font-weight: bold; display: flex; align-items: center; gap: 10px; color: #b695d9; }
.logo-icon { width: 36px; height: 36px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.tel { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: bold; }
.tel a { color: #fff; }
.tel-icon { width: 30px; height: 30px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
nav { background: #2c5282; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.nav-list { display: flex; flex-wrap: wrap; list-style: none; }
.nav-list li { position: relative; }
.nav-list a { display: block; color: #fff; padding: 12px 20px; font-size: 16px; transition: all 0.3s; }
.nav-list a:hover { background: #1a365d; color: #ffd700; }
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Microsoft YaHei", sans-serif; }
body { background: #f7f7f7; color: #333; line-height: 1.7; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
img { max-width: 100%; vertical-align: middle; }
a { text-decoration: none; }
.section { padding: 20px 15px; }
.breadcrumb { margin: 20px 0; color: #666; font-size: 14px; }
.breadcrumb a { color: #666; }
.breadcrumb span { color: #1a365d; }
.article-wrap { display: grid; grid-template-columns: 3fr 1fr; gap: 30px; }
.article-main { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
.article-title { font-size: 30px; color: #1a365d; margin-bottom: 20px; line-height: 1.3; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; color: #666; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #f1f5f9; }
.article-content { line-height: 1.8; }
.article-content p { margin-bottom: 20px; }
.article-content h3 { color: #1a365d; margin: 30px 0 15px; font-size: 20px; }
.article-content img { margin: 20px 0; border-radius: 8px; max-width: 100%; }
.price-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.price-table th, .price-table td { border: 1px solid #e2e8f0; padding: 12px 15px; text-align: left; }
.price-table th { background: #f1f5f9; color: #1a365d; }
.article-sidebar { display: flex; flex-direction: column; gap: 20px; }
.article-left { padding: 15px 0; }
.article-left a:hover { color: #e63946; }
.sidebar-card { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
.sidebar-title { font-size: 18px; color: #1a365d; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #e63946; }
.hot-article { list-style: none; }
.hot-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #f1f5f9; }
.hot-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.hot-item a { color: #333; transition: color 0.3s; }
.hot-item a:hover { color: #e63946; }
.contact-card { text-align: center; }
.contact-tel { font-size: 24px; color: #e63946; font-weight: bold; margin: 15px 0; }
.contact-tel a { color: inherit; }
.btn { display: inline-block; background: #e63946; color: #fff; padding: 10px 20px; border-radius: 4px; font-weight: bold; transition: all 0.3s; margin-top: 10px; }
.btn:hover { background: #d62828; }
.related-articles { margin-top: 40px; }
.related-title { font-size: 20px; color: #1a365d; margin-bottom: 20px; }
.related-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
.related-item { background: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.related-item a { color: #333; }
.related-item a:hover { color: #e63946; }
@media (max-width: 992px) { .article-wrap { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .article-title { font-size: 24px; } .shouye { display: none; } .tel { display: none; } .contact-card { display: none; } .dibu { margin: 0 0 60px 0; } }
footer { background: #1a202c; color: #e2e8f0; padding: 50px 0 20px; }
.footer-top { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; }
.footer-col h3 { color: #fff; font-size: 18px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #e63946; display: inline-block; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #e2e8f0; transition: color 0.3s; }
.footer-links a:hover { color: #ffd700; }
.footer-contact p { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 14px; }
@media (max-width: 768px) { .header-wrap { justify-content: center; text-align: center; } .nav-list a { padding: 10px 15px; font-size: 15px; } .shouye { display: none; } .tel { display: none; } .contact { display: none; } .dibu { margin: 0 0 60px 0; } }