.visit_banner { width: 100%; min-width: 1200px; height: auto; text-align: center; margin: 0 auto; }
.visit_banner img { width: 100%; height: auto; display: block; }

.garden_title { width: 1200px; margin: 0 auto; padding: 40px 0 30px; text-align: center; height: auto; border-bottom: none; }
.garden_title::after { display: none; }
.garden_title h2 { font-size: 40px; color: #444444; margin-bottom: 10px; font-weight: bold; }
.garden_title p { font-size: 18px; color: #444444; }

.visit_box { width: 1200px; margin: 0 auto; padding-bottom: 60px; }

.visit_but { width: 100%; height: 50px; background: #f5f5f5; border-radius: 6px; overflow: hidden; }
.visit_but ul { display: flex; }
.visit_but li { flex: 1; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #333; cursor: pointer; transition: all 0.3s ease; user-select: none; }
.visit_but li:hover { color: #fff; background: #9DE17C; }
.visit_but li.active { color: #fff; background: #009C43; font-weight: bold; }

.visit_top { width: 100%; margin-top: 30px; padding: 30px; background: #fff; border: 1px solid #eee; border-radius: 6px; min-height: 300px; }
.visit_top > div { display: none; }
.visit_top > div:first-child { display: block; }
.visit_top h2 { font-size: 22px; color: #009C43; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 2px solid #009C43; }
.visit_top p { font-size: 16px; line-height: 1.8; color: #555; text-indent: 2em; }