/* ===== 基础重置 ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", Arial, sans-serif; font-size: 14px; color: #333; line-height: 1.6; background: #fff; }
a { text-decoration: none; color: inherit; }
ul, li { list-style: none; }
img { max-width: 100%; display: block; }
.container { max-width: 100%; margin: 0 auto; padding: 0 15px; }

/* ===== 头部导航 ===== */
.pc_header { background: #fff; border-bottom: 1px solid #e5e5e5; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }
.pc_header .container { display: flex; align-items: center; justify-content: space-between; height: 80px; padding-left: 70px; }
.pc_logo { width: 11%; }
.pc_nav { display: flex; flex: 1; justify-content: center; height: 100%; }
.pc_nav li { position: relative; display: flex; align-items: center; height: 100%; width: 10%; justify-content: center; }
.pc_nav li a { display: block; width: 100%; height: 100%; line-height: 80px; text-align: center; align-items: center; font-size: 20px; color: #333; transition: color 0.3s; }
.pc_nav li a:hover, .pc_nav li a.active { color: #6ABE4B; }
.pc_nav .son { position: absolute; top: 100%; left: 0; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); min-width: 150px; display: none; }
.pc_nav li:hover .son { display: block; }
.pc_nav .son a { padding: 10px 15px; font-size: 14px; border-bottom: 1px solid #f5f5f5; }
.pc_nav .son a:hover { background: #6ABE4B; color: #fff; }
.pc_right { height: 100%; }
.pc_right .img { float: left; height: 100%; display: flex; align-items: center; padding: 0 68px; border-left: 1px solid #e2e2e2; cursor: pointer; }
.pc_right img { width: 24px; vertical-align: text-bottom; }

/* ===== Banner ===== */
.banner { height: 700px; position: relative; overflow: hidden; }
.banner .swiper-slide { overflow: hidden; position: relative; }
.banner .swiper-slide .img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.banner .xia { position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); text-align: center; color: #fff; animation: bounce 2s infinite; white-space: nowrap; }
.banner .xia_img { width: 30px; margin: 0 auto 10px; }
.banner .xia p { font-size: 14px; letter-spacing: 2px; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); } 40% { transform: translateX(-50%) translateY(-10px); } 60% { transform: translateX(-50%) translateY(-5px); } }
.banner_page { bottom: 30px !important; text-align: center; }
.banner_page .swiper-pagination-bullet { width: 12px; height: 12px; background: rgba(255,255,255,0.6); opacity: 1; }
.banner_page .swiper-pagination-bullet-active { background: #6ABE4B; }

/* ===== 关于页 - 内容区 ===== */
/* 重置关于页继承的首页样式，防止冲突 */
.home#project { padding: 0; background: none; margin-top: 0; }
.home#project .disc { margin: 0; font-size: inherit; line-height: inherit; }
.home#project ul { display: none; } /* 隐藏首页特有的统计数字列表 */

.home#project .container { display: flex; gap: 40px; padding: 30px 9%; box-sizing: border-box; }
.home#project .container .left { flex: .7; padding: 30px 0 0 20px; }
.home#project .container .left .line { width: 3px; height: 40px; background: #6ABE4B; margin-bottom: 20px; }
.home#project .container .left .title { font-size: 34px; color: #101010; font-weight: bold; margin-bottom: 20px; }
.home#project .container .left .disc p { font-size: 18px; color: #333; line-height: 2em; margin-bottom: 20px; }
.home#project .container .right { flex: 1; }
.home#project .container .right img { width: 100%; border-radius: 15px; }

/* ===== 首页 - 家园介绍 ===== */
.home { width: 100%; padding: 100px 11%; box-sizing: border-box; background: url("../imgs/home_bg.png") no-repeat; background-size: cover; }
.home .title { font-size: 50px; color: #101010; font-weight: bold; text-align: center; }
.home .disc { font-size: 20px; color: #333; text-align: justify; line-height: 36px; margin: 46px 0 20px; text-indent: 2em; }
.home .disc p { margin-bottom: 0; }
.home .disc p + p { margin-top: 20px; }
.home ul { display: flex; justify-content: center; }
.home ul li { display: flex; flex-direction: column; align-items: center; }
.home ul li:nth-child(2) { margin: 0 100px; }
.home ul li .top .num { font-size: 72px; color: #6ABE4B; font-weight: bold; }
.home ul li .top span { font-size: 20px; color: #6ABE4B; }
.home ul li .line { width: 70px; height: 2px; background: #6ABE4B; margin: 20px 0 29px; }
.home ul li .disc { margin-top: 0; display: flex; justify-content: center; align-items: center; width: 300px; height: 70px; background: #6ABE4B; }
.home ul li .disc img { width: 30px; margin-right: 10px; }
.home ul li .disc span { font-size: 28px; color: #fff; }

/* ===== 首页 - 照护理念 ===== */
.ways { padding: 100px 0 0; box-sizing: border-box; }
.ways .title { font-size: 50px; color: #101010; font-weight: bold; text-align: center; margin-bottom: 55px; }
.ways .way { background-size: 100% 100%; background-repeat: no-repeat; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide { padding: 450px 50px 80px; border-right: 1px solid #fff; box-sizing: border-box; background: linear-gradient(to bottom, #fff0 0%, #fff0 30%, rgba(106,190,75,0.5) 100%); position: relative; cursor: pointer; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .c .num { color: #fff; font-size: 48px; font-weight: bold; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .c .title { font-size: 34px; margin-top: 30px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .c .line { width: 1px; height: 60px; background: #fff; margin: 15px 0; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .c .disc { font-size: 20px; color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; margin-bottom: 30px; text-indent: 2em; min-height: 74px; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .c .arrow { width: 40px; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .c .img { display: none; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .con { width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(60,255,6,0.21), #6ABE4B); position: absolute; left: 0; top: 100%; padding: 0 50px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; transition: all 1s linear; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide:hover .con { top: 0; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .con .big_num { color: rgba(255,255,255,0.6); font-size: 110px; margin-bottom: 80px; font-weight: bold; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .con .big_title { font-size: 36px; color: #fff; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .con .big_disc { font-size: 20px; line-height: 30px; color: #fff; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin: 15px 0 70px; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .con .more p { font-size: 18px; color: #fff; }
.ways .way .way_swiper .swiper-wrapper .swiper-slide .con .more .big_line { width: 90px; height: 1px; background: #fff; margin-top: 15px; }
.ways .way .way_swiper .swiper-button-next,
.ways .way .way_swiper .swiper-button-prev { width: 50px; height: 100px; background: rgba(16,16,16,0.23); }
.ways .way .way_swiper .swiper-button-next { right: 18.5%; }
.ways .way .way_swiper .swiper-button-prev { left: 18.5%; }
.ways .way .way_swiper .swiper-button-next:after,
.ways .way .way_swiper .swiper-button-prev:after { font-size: 24px; color: #fff; }

/* ===== 首页 - 核心特色 ===== */
.characteristic { padding: 100px 7%; box-sizing: border-box; background: #fff; }
.characteristic .title { font-size: 48px; color: #101010; text-align: center; font-weight: bold; margin-bottom: 55px; }
.characteristic .chara_swiper .swiper-wrapper { display: flex; justify-content: space-between; }
.characteristic .chara_swiper .swiper-slide { width: 32%; background: #f9f9f9; border-radius: 15px 15px 0 0; box-sizing: border-box; }
.characteristic .chara_swiper .swiper-slide a { display: block; width: 100%; }
.characteristic .chara_swiper .swiper-slide a .img { width: 100%; }
.characteristic .chara_swiper .swiper-slide a .con { padding: 40px 10px; box-sizing: border-box; }
.characteristic .chara_swiper .swiper-slide a .con .tit { font-size: 28px; color: #333; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.characteristic .chara_swiper .swiper-slide a .con .disc { padding: 0 24px; box-sizing: border-box; font-size: 20px; color: #666; margin: 20px 0; line-height: 36px; min-height: 144px; text-indent: 2em; }
.characteristic .chara_swiper .swiper-slide a .con .xia { display: block; width: 60px; margin: auto; }

/* ===== 首页 - 特色护理 ===== */
.nurse { padding: 134px 7% 130px; box-sizing: border-box; background: linear-gradient(89.14deg, rgba(106, 190, 75, 0.94) 2.56%, rgba(106, 190, 75, 0.94) 22.71%, rgba(106, 190, 75, 0) 40.89%), url(../imgs/way1.png) left top no-repeat; background-size: 100% 100%; }
.nurse .title { font-size: 60px; color: #fff; font-weight: bold; }
.nurse .con { margin: 4.1vw 0 3.65vw; }
.nurse .con .item { display: none; }
.nurse .con .item:nth-child(1) { display: block; }
.nurse .con .item .tit { font-size: 34px; color: #fff; }
.nurse .con .item p { width: 500px; font-size: 20px; color: #fff; line-height: 30px; margin-top: 1.3vw; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; text-indent: 2em; }
.nurse .more { width: 200px; height: 46px; border-radius: 100px; border: 1px solid #fff; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; margin-top: 1.4vw; text-decoration: none; }
.nurse .more img { width: 24px; margin-left: 15px; }
.nurse .nurse_swiper ul { display: flex; justify-content: space-between; align-items: center; margin-top: 5.2vw; padding: 0; list-style: none; }
.nurse .nurse_swiper ul li { width: 19%; height: 100px; overflow: hidden; border-radius: 15px; position: relative; list-style: none; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; }
.nurse .nurse_swiper ul li:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.nurse .nurse_swiper ul li.active { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }
.nurse .nurse_swiper ul li > .bg { width: 100%; border-radius: 15px; }
.nurse .nurse_swiper ul li .con { width: 100%; height: 100%; border-radius: 15px; position: absolute; left: 0; top: 0; margin: 0; display: flex; align-items: center; background: linear-gradient(92.43deg, rgba(106,190,75,65%) 35.01%, rgba(255, 163, 6, 0) 96.13%); cursor: pointer; }
.nurse .nurse_swiper ul li .con .icon { width: 40px; margin-left: 10%; }
.nurse .nurse_swiper ul li .con span { font-size: 22px; color: #fff; margin-left: 15px; }

/* ===== 首页 - 配套设施 ===== */
.facilities { padding: 100px 7%; box-sizing: border-box; }
.facilities .title { font-size: 48px; color: #101010; font-weight: bold; text-align: center; margin-bottom: 55px; }
.facilities .content { display: flex; flex-wrap: wrap; justify-content: space-between; }
.facilities .content .item { width: 50%; height: 440px; overflow: hidden; position: relative; display: block; text-decoration: none; }
.facilities .content .item .bg { width: 100%; min-height: 100%; object-fit: cover; }
.facilities .content .item .con { width: 53%; position: absolute; top: 70px; left: 60px; background: rgba(255,255,255,0.9); padding: 33px 35px 64px; box-sizing: border-box; }
.facilities .content .item .con .tit { font-size: 36px; color: #6ABE4B; }
.facilities .content .item .con .disc { font-size: 18px; line-height: 28px; color: #666; text-indent: 2em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; margin-top: 10px; }
.facilities .content .item .con .arrow { position: absolute; width: 50px; height: 50px; left: 30px; bottom: -25px; }

/* ===== 首页 - 康旅生活 ===== */
.life { padding: 133px 7% 153px; box-sizing: border-box; background: linear-gradient(89.14deg, rgba(106,190,75, 0.64) 2.56%, rgba(139, 221, 122, 0.44) 22.71%, rgba(106, 190, 75, 0) 40.89%), url(../imgs/life_bg.png) left top no-repeat; background-size: 100% auto; }
.life .title { font-size: 48px; color: #fff; font-weight: bold; font-style: italic; }
.life .con { display: flex; flex-wrap: wrap; align-items: center; margin-top: 50px; }
.life .con .item { margin-bottom: 10px; padding: 10px 25px; border: 1px solid #59B031; box-sizing: border-box; background: #6ABE4B; border-radius: 100px; color: #fff; font-size: 20px; margin-right: 10px; text-decoration: none; }

/* ===== 服务特色页 ===== */
/* 无忧生活 */
.live { padding: 100px 10%; box-sizing: border-box; background: #fff; display: flex; justify-content: space-between; }
.live .left { width: 320px; }
.live .left .title { font-size: 50px; color: #6ABE4B; font-weight: bold; }
.live .left .disc { font-size: 20px; color: #BFBFBF; margin: 10px 0 50px; }
.live .left ul { list-style: none; margin: 0; padding: 0; }
.live .left ul li {
    width: 230px; height: 54px; display: flex; align-items: center;
    background: linear-gradient(-87.17deg, #6ABE4B 63.5%, rgba(106, 190, 75, 0.21) 100.55%);
    font-size: 20px; color: #fff; border-radius: 0 100px 100px 0;
    margin-bottom: 20px; padding-left: 30px; box-sizing: border-box; cursor: pointer;
}
.live .left ul li span { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #fff; margin-right: 10px; }
.live .left ul li:nth-last-child(1) { margin-bottom: 0; }
.live .left ul li.active { background: linear-gradient(-87.17deg, #6ABE4B 62.73%, rgba(106, 190, 75, 0.03) 101.32%); color: #FFFFFF; }
.live .left ul li.active span { background: #FFFFFF; }
.live .right { width: 73%; }
.live .right .item { background: #6ABE4B; padding: 20px; box-sizing: border-box; display: none; justify-content: space-between; text-decoration: none; }
.live .right .item:nth-child(1) { display: flex; }
.live .right .item .l { width: 66%; }
.live .right .item .l img { width: 100%; display: block; }
.live .right .item .r { width: 33%; display: flex; flex-direction: column; justify-content: space-between; }
.live .right .item .r img { max-width: 100%; height: 49%; display: block; }

/* 全维健康 */
.health { padding: 100px 10%; box-sizing: border-box; background: #F3F7FA; }
.health .container { max-width: 100%; margin: 0 auto; padding: 0; }
.health .title { font-size: 50px; color: #00A5B5; font-weight: bold; text-align: center; margin-bottom: 40px; }
.health .health_swiper .content { display: flex; justify-content: space-between; }
.health .health_swiper .content .item { width: 32%; text-decoration: none; display: block; }
.health .health_swiper .content .item .img { width: 100%; }
.health .health_swiper .content .item .img img { width: 100%; border-radius: 15px 15px 0 0; display: block; }
.health .health_swiper .content .item .con { background: #FFFFFF; padding: 50px 30px 40px; box-sizing: border-box; border-radius: 0 0 15px 15px; transition: all 0.3s; }
.health .health_swiper .content .item .con .tit { font-size: 28px; color: #333; text-align: center; font-weight: bold; transition: color 0.3s; }
.health .health_swiper .content .item .con .line { width: 100%; height: 1px; background: #EDEDED; margin: 20px 0; transition: background 0.3s; }
.health .health_swiper .content .item .con .disc { font-size: 18px; line-height: 28px; color: #666; text-align: justify; min-height: 168px; text-indent: 2em; transition: color 0.3s; }
.health .health_swiper .content .item .con .disc p { margin: 0; }
.health .health_swiper .content .item:hover .con { background: #00A5B5; }
.health .health_swiper .content .item:hover .con .tit, .health .health_swiper .content .item:hover .con .disc { color: #FFFFFF; }
.health .health_swiper .content .item:hover .con .line { background: #EDEDED; }

/* 乐龄学院 */
.college { padding: 100px 10%; box-sizing: border-box; background: #fff; }
.college .container { max-width: 100%; margin: 0 auto; padding: 0; }
.college .title { font-size: 50px; color: #6ABE4B; font-weight: bold; text-align: center; margin-bottom: 15px; }
.college .disc { font-size: 20px; line-height: 36px; color: #666; text-align: justify; margin: 15px 0 45px; text-indent: 2em; }
.college .disc p { margin: 0; }
.college ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; margin: 0; padding: 0; }
.college ul li { width: 24%; margin-bottom: 17px; }
.college ul li a { display: block; width: 100%; position: relative; overflow: hidden; text-decoration: none; cursor: pointer; }
.college ul li a .show {
    background: rgba(106, 190, 75, 0.25); border-radius: 14px; padding: 3.38vw 0; box-sizing: border-box;
    display: flex; flex-direction: column; align-items: center; justify-content: center; transition: opacity 0.3s;
}
.college ul li a .show img { width: 60px; margin-bottom: 23px; }
.college ul li a .show p { font-size: 28px; color: #060606; margin: 0; }
.college ul li a .hide {
    position: absolute; width: 100%; height: 100%; top: 100%; left: 0;
    background: #6ABE4B; border-radius: 14px; transition: top 0.4s;
}
.college ul li a .hide img { width: 100%; height: 100%; border-radius: 14px; opacity: 0.2; }
.college ul li a .hide p {
    font-size: 20px; line-height: 30px; color: #fff; text-align: justify; text-indent: 2em;
    width: 70%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
    margin: auto; display: flex; align-items: center;
}
.college ul li a:hover .show { opacity: 0; }
.college ul li a:hover .hide { top: 0; }

/* 专业照护 */
.care { padding: 100px 10%; box-sizing: border-box; background: #F3F7FA; }
.care .container { max-width: 100%; margin: 0 auto; padding: 0; }
.care .title { font-size: 50px; color: #00A5B5; font-weight: bold; text-align: center; margin-bottom: 40px; }
.care .list { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.care .list .item {
    width: 49%; display: flex; position: relative;
    background: #FFFFFF; margin-bottom: 20px;
    border-radius: 15px; border: 3px solid rgba(0,165,181,0.5);
    box-sizing: border-box; overflow: hidden; text-decoration: none;
    transition: all 0.3s;
}
.care .list .item:hover { background: #00A5B5; border-color: #00A5B5; }
.care .list .item:hover .right .tit, .care .list .item:hover .right .disc { color: #FFFFFF; }
.care .list .item .img { width: 272px; flex-shrink: 0; }
.care .list .item .img img { width: 100%; height: 254px; object-fit: cover; border-radius: 15px 0 0 15px; display: block; }
.care .list .item .right { width: calc(100% - 272px); padding: 35px; box-sizing: border-box; }
.care .list .item .right .tit { font-size: 30px; color: #101010; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; transition: color 0.3s; }
.care .list .item .right .disc { font-size: 18px; line-height: 28px; color: #666; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; transition: color 0.3s; }
.care .list .item .right .disc p { margin: 0; }
.care .list .item .care_bg { width: 68px; position: absolute; right: 3%; bottom: 0; }

/* 28天特色饮食 */
.diet { padding: 100px 10% 0; box-sizing: border-box; }
.diet .container { max-width: 100%; margin: 0 auto; padding: 0; }
.diet .title { font-size: 50px; color: #6ABE4B; font-weight: bold; text-align: center; margin-bottom: 45px; }
.diet .content { display: flex; justify-content: space-between; align-items: flex-start; }
.diet .content .left { width: 19.3vw; }
.diet .content .left .item { padding: 1.7vw 2vw; box-sizing: border-box; background: rgba(106,190,75,0.3); border-radius: 20px; cursor: pointer; margin-bottom: 20px; transition: all 0.3s; }
.diet .content .left .item:last-child { margin-bottom: 0; }
.diet .content .left .item .tit { font-size: 28px; color: #333; font-weight: bold; margin-bottom: 5px; }
.diet .content .left .item p { font-size: 18px; line-height: 26px; color: #666; text-align: justify; margin: 0; }
.diet .content .left .item.act { background: #6ABE4B; }
.diet .content .left .item.act .tit, .diet .content .left .item.act p { color: #FFFFFF; }
.diet .content .right { width: calc(100% - 19.3vw - 2.6vw); }
.diet .content .right .diet_swiper { display: none; padding-bottom: 50px; position: relative; }
.diet .content .right .diet_swiper:nth-of-type(1) { display: block; }
.diet .content .right .diet_swiper .swiper-slide { position: relative; }
.diet .content .right .diet_swiper .swiper-slide .img { width: 100%; }
.diet .content .right .diet_swiper .swiper-slide .img img { width: 100%; height: 350px; object-fit: cover; border-radius: 10px; display: block; }
.diet .content .right .diet_swiper .swiper-slide p { width: 160px; height: 42px; line-height: 42px; border-radius: 100px; background: #6ABE4B; color: #fff; font-size: 18px; text-align: center; position: absolute; left: 0; right: 0; margin: auto; bottom: 25px; }
.diet .content .right .diet_swiper .swiper-pagination-bullet { width: 14px; height: 14px; background: #A9A9A9; opacity: 1; }
.diet .content .right .diet_swiper .swiper-pagination-bullet-active { background: #6ABE4B; }
.diet .content .right .diet_swiper .swiper-button-prev, .diet .content .right .diet_swiper .swiper-button-next { width: 60px; top: auto; bottom: 0; margin: 0; }
.diet .content .right .diet_swiper .swiper-button-prev { left: 35%; }
.diet .content .right .diet_swiper .swiper-button-next { right: 35%; }
.diet .content .right .diet_swiper .swiper-button-prev::after, .diet .content .right .diet_swiper .swiper-button-next::after { display: none; }

/* ===== 配套设施页 - 开放式园区 ===== */
.park { padding: 100px 10% 0; box-sizing: border-box; }
.park .title { font-size: 50px; color: #000000; font-weight: bold; text-align: center; }
.park .disc { font-size: 20px; line-height: 36px; color: #666666; text-align: justify; margin: 10px 0 50px; text-indent: 2em; }
.park .content { display: flex; justify-content: space-between; }
.park .content .left { width: 25vw; }
.park .content .left .item { padding: 3.8vw 1.5vw 1.5vw; box-sizing: border-box; background: rgba(0,165,181,30%); border-radius: 0 15px 15px 0; position: relative; margin-bottom: 2.08vw; }
.park .content .left .item:nth-last-child(1) { margin-bottom: 0; }
.park .content .left .item .tit { padding: 8px 20px; box-sizing: border-box; border-radius: 0 100px 100px 0; background: linear-gradient(-87.17deg, #00A5B5 62.73%, rgba(0, 165, 181, 0.03) 101.32%); display: flex; align-items: center; position: absolute; left: 0; top: 0; }
.park .content .left .item .tit span { font-size: 24px; color: #FFFFFF; }
.park .content .left .item .tit .cir { width: 10px; height: 10px; background: #FFFFFF; border-radius: 50%; margin-right: 10px; }
.park .content .left .item p { font-size: 18px; line-height: 30px; color: #333333; text-indent: 2em; text-align: justify; }
.park .content .right { width: 50.78vw; display: flex; flex-wrap: wrap; }
.park .content .right .img { width: 49%; height: 48%; overflow: hidden; }
.park .content .right .img img { height: 100%; vertical-align: text-bottom; }
.park .content .right .img:nth-child(2n) { margin-left: 0.78vw; }

/* ===== 配套设施页 - 周边景点 ===== */
.attractions { padding: 100px 0 0; box-sizing: border-box; }
.attractions .title { font-size: 50px; color: #000000; font-weight: bold; text-align: center; }
.attractions .disc { font-size: 20px; line-height: 36px; text-align: justify; color: #666666; text-indent: 2em; margin: 10px 10% 50px; }
.attractions .attractions_swiper { width: 100% !important; }
.attractions .attractions_swiper .swiper-wrapper { transition-timing-function: linear !important; }
.attractions .attractions_swiper .swiper-wrapper .img { display: inline-block; cursor: pointer; width: auto; margin-top: 0 !important; position: relative; margin-right: 10px; border-radius: 15px; overflow: hidden; }
.attractions .attractions_swiper .swiper-wrapper .img img { box-sizing: border-box; height: 266px; vertical-align: text-bottom; border-radius: 15px; }
.attractions .attractions_swiper .swiper-wrapper .img .con { width: 100%; height: 100%; background: rgba(106, 190, 75, 0.7); display: flex; justify-content: center; align-items: center; padding: 0 15px; box-sizing: border-box; font-size: 36px; color: #FFFFFF; position: absolute; top: 100%; left: 0; border-radius: 15px; transition: all 0.5s linear; }
.attractions .attractions_swiper .swiper-wrapper .img:hover .con { top: 0; }
.attractions .attractions_swiper .swiper-wrapper:nth-child(1) { margin-bottom: 10px; }

/* ===== 配套设施页 - 医疗机构 ===== */
.mechanism { padding: 100px 0 0; box-sizing: border-box; }
.mechanism .title { font-size: 50px; color: #000000; font-weight: bold; text-align: center; }
.mechanism .disc { font-size: 20px; line-height: 36px; text-align: justify; color: #666666; margin: 10px 10% 50px; }
.mechanism ul li { display: flex; justify-content: space-between; }
.mechanism ul li .img { width: 50%; overflow: hidden; }
.mechanism ul li .img img { height: 100%; vertical-align: text-bottom; }
.mechanism ul li .img_web { display: none; }
.mechanism ul li .con { width: 50%; background: #F3F9FF; padding: 4vw 3.125vw; box-sizing: border-box; padding-right: 10%; }
.mechanism ul li .con .tit { display: flex; align-items: center; margin-bottom: 20px; }
.mechanism ul li .con .tit p { font-size: 36px; color: #333333; font-weight: bold; }
.mechanism ul li .con .tit img { margin-left: 10px; }
.mechanism ul li .con > p { font-size: 20px; line-height: 34px; color: #333333; text-indent: 2em; text-align: justify; }
.mechanism ul li:nth-child(2n) .con { padding-right: 3.125vw; padding-left: 10%; }

/* ===== 配套设施页 - 适老化设计 ===== */
.design { padding: 100px 0 0; box-sizing: border-box; }
.design .title { font-size: 50px; color: #000000; font-weight: bold; text-align: center; }
.design .disc { font-size: 20px; line-height: 36px; text-align: justify; text-indent: 2em; color: #666666; margin: 10px 10% 50px; }
.design ul { width: 100%; }
.design ul li { width: 100%; display: flex; justify-content: space-between; }
.design ul li .img { width: 57.4vw; height: 28vw; overflow: hidden; }
.design ul li .img img { width: 100%; vertical-align: text-bottom; }
.design ul li .img_web { display: none; }
.design ul li .con { flex: 1; background: #FFF4EA; padding-right: 10%; padding-bottom: 30px; box-sizing: border-box; height: 28vw; }
.design ul li .con .tit { width: 14.5vw; height: 54px; display: flex; justify-content: center; align-items: center; font-size: 28px; color: #FFFFFF; border-radius: 0 100px 100px 0; background: linear-gradient(-87.17deg, #6ABE4B 62.73%, rgba(106, 190, 75, 0.38) 101.32%); }
.design ul li .con .sort { padding-left: 2.6vw; padding-right: 5px; box-sizing: border-box; height: calc(100% - 54px - 15px); overflow-y: scroll; margin-top: 15px; }
.design ul li .con .sort::-webkit-scrollbar { width: 6px; background: #F2F2F2; }
.design ul li .con .sort::-webkit-scrollbar-thumb { border-radius: 10px; height: 2.6vw; background: #6ABE4B; }
.design ul li .con .sort .item { display: flex; margin-top: 15px; }
.design ul li .con .sort .item .num { width: 30px; height: 30px; border-radius: 50%; background: #6ABE4B; font-size: 20px; color: #FFFFFF; display: flex; justify-content: center; align-items: center; margin-right: 15px; }
.design ul li .con .sort .item .text { flex: 1; font-size: 20px; color: #333333; line-height: 30px; text-align: justify; }
.design ul li:nth-child(2n) .con { padding-right: 0; padding-left: 10%; }
.design ul li:nth-child(2n) .sort { padding-left: 0; padding-right: 5px; margin-right: 2.6vw; }

/* ===== 配套设施页 - 乐龄活动 ===== */
.activity { padding: 100px 0; box-sizing: border-box; }
.activity .title { font-size: 50px; color: #000000; font-weight: bold; text-align: center; }
.activity .disc { font-size: 20px; line-height: 36px; text-align: justify; text-indent: 2em; color: #666666; margin: 10px 10% 50px; }
.activity .activity_swiper { padding: 50px 0; box-sizing: border-box; }
.activity .activity_swiper .swiper-wrapper .swiper-slide { transition: all 0.5s linear; z-index: 0; }
.activity .activity_swiper .swiper-wrapper .swiper-slide img { border: 8px solid #E4E4E4; box-sizing: border-box; border-radius: 15px; width: 100%; vertical-align: text-bottom; }
.activity .activity_swiper .swiper-wrapper .swiper-slide-active { transform: scale(1.2); z-index: 99; }
.activity .activity_swiper .swiper-button-prev, .activity .activity_swiper .swiper-button-next { width: 5.7vw; height: 5.7vw; border-radius: 15px; background-color: rgba(255, 255, 255, 0.7); }
.activity .activity_swiper .swiper-button-prev { left: 20%; }
.activity .activity_swiper .swiper-button-next { right: 20%; }

/* ===== 通用 - 大背景图 ===== */
.big_bg { position: relative; width: 100%; height: 350px; overflow: hidden; margin-top: 80px; }
.big_bg .bg { width: 100%; height: 100%; object-fit: cover; }
.big_bg .con { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; }
.big_bg .con p { font-size: 36px; font-weight: 600; margin-bottom: 15px; }
.big_bg .big_bg_xia { width: 80px; margin: 0 auto; }

/* ===== 二级导航 ===== */
.two_nav { background: #f5f5f5; padding: 20px 10%; border-bottom: 1px solid #e5e5e5; }
.two_nav .container { display: flex; align-items: center; justify-content: space-between; }
.two_nav .left { display: flex; align-items: center; gap: 15px; font-size: 18px; color: #333; }
.two_nav .left img { width: 20px; height: 20px; }
.two_nav .right { display: flex; align-items: center; gap: 30px; }
.two_nav .ul a { font-size: 14px; color: #666; padding: 8px 15px; }
.two_nav .ul a.act { background: #6ABE4B; color: #fff; border-radius: 3px; }
.two_nav .more { position: relative; cursor: pointer; }
.two_nav .more .top { display: flex; align-items: center; gap: 5px; font-size: 14px; color: #666; }
.two_nav .more .son { position: absolute; top: 100%; right: 0; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); min-width: 150px; display: none; }
.two_nav .more:hover .son { display: block; }
.two_nav .more .son a { display: block; padding: 10px 15px; font-size: 14px; color: #333; border-bottom: 1px solid #f5f5f5; }
.two_nav .more .son a:hover { background: #6ABE4B; color: #fff; }

/* ===== 新闻列表 ===== */
.news_content { padding: 60px 10% 100px; }
.news_content .top { display: flex; gap: 30px; padding: 30px; background: #f9f9f9; margin-bottom: 30px; border-radius: 5px; }
.news_content .top .left { width: 400px; flex-shrink: 0; }
.news_content .top .left img { width: 100%; height: 250px; object-fit: cover; border-radius: 5px; }
.news_content .top .right { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.news_content .top .right .title { font-size: 24px; font-weight: 600; color: #333; margin-bottom: 15px; }
.news_content .top .right .date { font-size: 14px; color: #999; margin-bottom: 15px; }
.news_content .top .right .disc { font-size: 14px; color: #666; line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-indent: 2em; }
.news_content .top .right .line { width: 100%; height: 1px; background: #CDCDCD; }
.news_content .top .right .more { display: flex; align-items: center; gap: 10px; color: #6ABE4B; font-size: 14px; }
.news_content .top .right .more img { width: 16px; height: 16px; }

.news_content .list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.news_content .list .item { display: flex; gap: 30px; padding: 30px; background: #f9f9f9; border-radius: 10px; transition: all 0.3s; }
.news_content .list .item:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.1); background: #fff; }
.news_content .list .item .img { width: 220px; flex-shrink: 0; height: 150px; }
.news_content .list .item .img img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
.news_content .list .item .right { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.news_content .list .item .right .title { font-size: 18px; color: #333; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.news_content .list .item .right .date { font-size: 14px; color: #999; }

/* ===== 分页 ===== */
.my_pages { text-align: center; padding: 30px 0; }
.my_pages ul { display: flex; justify-content: center; gap: 10px; list-style: none; }
.my_pages ul li a { display: block; padding: 8px 15px; border: 1px solid #ddd; color: #666; font-size: 13px; }
.my_pages ul li a:hover, .my_pages ul li.active a { background: #6ABE4B; border-color: #6ABE4B; color: #fff; }

/* ===== 新闻详情 ===== */
.position { padding: 30px 10%; background: #f9f9f9; margin-top: 80px; }
.position .container { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #666; }
.position img { width: 16px; height: 16px; }
.position span { color: #ccc; }
.position a:hover { color: #6ABE4B; }

.news_detail_title { font-size: 28px; font-weight: 600; color: #333; padding: 40px 0 30px 10%; }

.news_detail_wrapper .container { display: flex; gap: 140px; padding: 0 10%; }
.news_detail_wrapper .detail_main { flex: 1; min-width: 0; }

.news_detail_content { padding: 0; }
.news_detail_content .top { display: flex; justify-content: flex-start; gap: 30px; font-size: 14px; color: #999; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; }
.news_detail_content .deta { font-size: 16px; color: #333; line-height: 2; }
.news_detail_content .deta p { margin-bottom: 20px; text-indent: 2em; }
.news_detail_content .deta img { margin: 20px auto; max-width: 100%; }
.news_detail_content .prevOrNext { display: flex; flex-direction: column; gap: 15px; padding: 30px 0; border-top: 1px solid #e5e5e5; margin-top: 40px; }
.news_detail_content .prevOrNext .item { font-size: 14px; color: #666; }
.news_detail_content .prevOrNext .item span { color: #999; }
.news_detail_content .prevOrNext .item a { color: #6ABE4B; }

/* 侧栏推荐 */
.news_detail_wrapper .detail_sidebar { width: 320px; flex-shrink: 0; }
.news_detail_wrapper .detail_sidebar .sidebar_tit { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 2px solid #6ABE4B; }
.news_detail_wrapper .detail_sidebar .sidebar_list { display: flex; flex-direction: column; gap: 15px; }
.news_detail_wrapper .detail_sidebar .sidebar_list li a { display: flex; gap: 12px; padding: 12px; background: #f9f9f9; border-radius: 5px; transition: all 0.3s; }
.news_detail_wrapper .detail_sidebar .sidebar_list li a:hover { background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,0.08); }
.news_detail_wrapper .detail_sidebar .sidebar_list li .img { width: 90px; flex-shrink: 0; height: 65px; }
.news_detail_wrapper .detail_sidebar .sidebar_list li .img img { width: 100%; height: 100%; object-fit: cover; border-radius: 3px; }
.news_detail_wrapper .detail_sidebar .sidebar_list li .r { flex: 1; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.news_detail_wrapper .detail_sidebar .sidebar_list li .r p { font-size: 14px; color: #333; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news_detail_wrapper .detail_sidebar .sidebar_list li .r .date { font-size: 12px; color: #999; }

/* ===== 联系我们 ===== */
.contact { padding: 80px 10%; min-height: 500px; }
.contact .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact .left .name { font-size: 30px; font-weight: 600; color: #101010; margin-bottom: 20px; }
.contact .left .phone { font-size: 18px; color: #666; margin-bottom: 10px; }
.contact .left .phone span { color: #6ABE4B; font-weight: 600; }
.contact .left .con { margin-top: 30px; }
.contact .left .con .item { font-size: 16px; color: #666; line-height: 2em; }
.contact .right .input { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; }
.contact .right .inp { flex: 1; }
.contact .right .textarea { width: 100%; }
.contact .right .textarea { width: 100%; flex: 1 1 100%; }
.contact .right .inp, .contact .right .textarea { padding: 15px; border: 1px solid #ddd; font-size: 14px; font-family: inherit; }
.contact .right .inp:focus, .contact .right .textarea:focus { outline: none; border-color: #6ABE4B; }
.contact .right .textarea { height: 150px; resize: vertical; }
.contact .right .button { display: flex; gap: 20px; }
.contact .right .btn { padding: 15px 40px; border: none; font-size: 16px; cursor: pointer; color: #fff; }
.contact .right .submit { background: #6ABE4B; }
.contact .right .reset { background: #999; }

/* ===== 地图 ===== */
.map { width: 100%; }
.map img { width: 100%; height: 450px; object-fit: cover; }

/* ===== 底部 ===== */
footer { background: #EEEEEE; color: #333; padding: 0 7% 15px; box-sizing: border-box; margin-top: 60px; }
footer .link { padding: 48px 0; }
footer .link .container { display: flex; align-items: center; padding: 0; }
footer .link .container img { width: 30px; }
footer .link .container span { font-size: 20px; color: #6ABE4B; /* margin: 0 30px 0 15px; */ }
footer .link .container a { font-size: 20px; color: #333; margin: 0 15px 0 0; }
footer .link .container i { font-size: 20px; color: #666; margin: 0 15px 0 0; font-style: normal; }

footer .content .container { display: flex; justify-content: space-between; gap: 50px; margin-bottom: 40px; max-width: 100%; padding: 0; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; }
footer .content .container .left { display: flex; flex-direction: column; gap: 5px; padding: 58px 75px 46px 0; box-sizing: border-box; }
footer .content .container .left .phone { margin-bottom: 5px; }
footer .content .container .left .phone span { font-size: 20px; color: #666; }
footer .content .container .left .phone a { margin-left: 15px; display: block; font-size: 34px; color: #6ABE4B; font-weight: bold; font-family: "微软雅黑"; }
footer .content .container .left .address span { font-size: 20px; color: #666; }
footer .content .container .left .address p { margin-left: 15px; font-size: 20px; color: #333; margin-top: 5px; }

footer .content .container .scan { padding: 58px 75px 46px; border-left: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0; box-sizing: border-box; }
footer .content .container .scan .title { font-size: 20px; color: #666; margin-bottom: 30px; }
footer .content .container .scan .ewm { display: flex; align-items: center; }
footer .content .container .scan .ewm .item { margin-right: 50px; text-align: center; }
footer .content .container .scan .ewm .item:last-child { margin-right: 0; }
footer .content .container .scan .ewm .item img { width: 130px; height: 100px; }
footer .content .container .scan .ewm .item p { font-size: 16px; color: #333; margin-top: 10px; }
footer .content .container .scan .ewm .item a { font-size: 16px; color: #333; }

footer .content .container .yuyue .title { font-size: 20px; color: #666; margin-bottom: 30px; }
footer .content .container .yuyue { padding: 58px 0 46px 75px; box-sizing: border-box; }
footer .content .container .yuyue .form { display: flex; flex-direction: column; gap: 15px; }
footer .content .container .yuyue .input { display: flex; gap: 15px; }
footer .content .container .yuyue input { padding: 12px 15px; border: 1px solid #ccc; background: #fff; color: #333; font-size: 14px; }
footer .content .container .yuyue input::placeholder { color: #999; }
footer .content .container .yuyue input:focus { outline: none; border-color: #6ABE4B; }
footer .content .container .yuyue input[type="date"] { color-scheme: light; }
footer .content .container .yuyue .btn { background: #6ABE4B; color: #fff; border: none; padding: 12px 30px; font-size: 14px; cursor: pointer; width: fit-content; }
footer .content .container .yuyue .btn:hover { background: #5aa840; }

footer .beian { padding-top: 0px; margin-top: 0px; font-size: 18px; color: #666; }
footer .beian a { color: #666; }

/* ===== 移动端侧边导航 ===== */
.pc_side { position: fixed; z-index: 9999; width: 340px; height: 100vh; background: #fff; top: 0; right: -100%; padding: 50px 20px; box-shadow: 4px 4px 8px 5px rgba(0, 0, 0, 0.13); box-sizing: border-box; overflow-y: auto; display: flex; flex-direction: column; transition: right 0.5s ease; }
.pc_side.active { right: 0; }
.pc_side .close { width: 24px; float: right; cursor: pointer; transition: transform 0.3s; }
.pc_side .close:hover { transform: rotate(90deg); }
.pc_side .side_nav { width: 80%; margin: 0 auto; }
.pc_side .side_nav li { display: flex; align-items: center; height: 50px; cursor: pointer; position: relative; }
.pc_side .side_nav li .nav { margin-right: 10px; }
.pc_side .side_nav li > a { font-size: 18px; display: block; flex: 1; height: 100%; line-height: 50px; color: #333; transition: color 0.3s; }
.pc_side .side_nav li:hover > a, .pc_side .side_nav li.active > a { color: #6ABE4B; }
.pc_side .side_nav li .side_son { position: absolute; top: 0; bottom: 0; right: 0; display: none; z-index: 10; }
.pc_side .side_nav li .side_son a { display: block; height: 40px; color: #999; font-size: 18px; max-width: 110px; line-height: 40px; }
.pc_side .side_nav li .side_son a:hover { color: #6ABE4B; }
.pc_side .hot_phone { width: 80%; margin: 20px auto; font-size: 16px; color: #333; }
.pc_side .hot_phone .title { margin-bottom: 10px; }
.pc_side .hot_phone .phone { font-size: 30px; color: #6ABE4B; display: block; }

/* 遮罩层 */
.side_overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 9998; display: none; }
.side_overlay.active { display: block; }

/* ===== 响应式 - 平板 (max-width: 1024px) ===== */
@media (max-width: 1024px) {
    .pc_nav { gap: 20px; }
    .pc_nav li a { font-size: 14px; padding: 10px 0; }
    .home .title { font-size: 28px; }
    .home ul { gap: 30px; }
    .home ul li .top { font-size: 36px; }
    .news_content .top .left { width: 300px; }
    .news_content .list .item .img { width: 160px; }
    .contact .container { grid-template-columns: 1fr; gap: 40px; }
    footer .content { grid-template-columns: 1fr; gap: 30px; }
}

/* ===== 响应式 - 桌面小屏 (max-width: 1440px) ===== */
@media screen and (max-width: 1440px) {
    .park .content .left { width: 30vw; }
    .park .content .right { width: 46vw; }
}

/* ===== 响应式 - 手机 (max-width: 768px) ===== */
@media (max-width: 768px) {
    /* 头部导航 */
    .pc_nav { display: none; }
    .pc_right .img { padding: 0 15px; border-left: none; }
    .pc_right .img img { width: 30px; }
    .pc_header .container { height: 70px; padding-left: 15px; }
    .pc_logo { width: 40%; }
    .pc_side { width: 100%; box-shadow: none; padding: 30px 20px; }
    .pc_side .form { margin: 40px auto 10px; }
    .pc_side .side_nav li { flex-wrap: wrap; height: auto; }
    .pc_side .side_nav li > a { line-height: 40px; }
    .pc_side .side_nav li .side_son { display: block; width: 100%; position: static; }
    .pc_side .side_nav li .side_son a { height: 25px; margin-right: 10px; font-size: 16px; padding: 0 20px; max-width: none; }
    .pc_side .ewm { display: none; }

    /* Banner */
    .banner { height: 300px; }
    .banner .xia { display: none; }
    .banner_page { bottom: 12px !important; }
    .banner_page .swiper-pagination-bullet { width: 8px; height: 8px; }

    /* 大背景图 */
    .big_bg { height: 180px; margin-top: 60px; }
    .big_bg .con p { font-size: 22px; }

    /* 二级导航 */
    .two_nav { padding: 15px 0; }
    .two_nav .container { flex-direction: column; gap: 15px; }
    .two_nav .right .ul { display: flex; flex-wrap: wrap; gap: 10px; }
    .two_nav .more { display: none; }

    /* 关于页内容区 */
    .home#project .container { flex-direction: column; gap: 20px; padding: 30px 15px; }
    .home#project .container .left { padding: 0; }
    .home#project .container .left .title { font-size: 26px; }
    .home#project .container .left .disc p { font-size: 16px; line-height: 2em; margin-bottom: 10px; }

    /* 首页 */
    .home { padding: 30px 15px; }
    .home .title { font-size: 26px; }
    .home .disc { font-size: 16px; line-height: 28px; margin: 20px 0 10px; }
    .home ul { flex-wrap: wrap; }
    .home ul li { width: 100%; }
    .home ul li:nth-child(2) { margin: 0; }
    .home ul li .top .num { font-size: 44px; }
    .home ul li .top span { font-size: 16px; }
    .home ul li .line { margin: 5px 0 10px; }
    .home ul li .disc { width: 70%; height: 55px; }
    .home ul li .disc img { width: 24px; }
    .home ul li .disc span { font-size: 22px; }

    /* 照护理念 */
    .ways { padding-top: 30px; }
    .ways .title { font-size: 26px; padding: 0 15px; box-sizing: border-box; }
    .ways .way { margin-top: 30px; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide { padding: 30px 50px; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide .c .num { font-size: 38px; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide .c .title { font-size: 26px; margin-top: 5px; padding: 0; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide .c .line { height: 25px; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide .c .disc { margin-bottom: 10px; font-size: 18px; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide .c .arrow { width: 20px; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide .con .big_num { font-size: 38px; margin-bottom: 0; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide .con .big_title { font-size: 20px; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide .con .big_disc { -webkit-line-clamp: 2; margin: 5px 0 10px; font-size: 12px; line-height: 24px; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide .con .more p { font-size: 14px; }
    .ways .way .way_swiper .swiper-wrapper .swiper-slide .con .more .big_line { margin-top: 5px; }
    .ways .way .way_swiper .swiper-button-next,
    .ways .way .way_swiper .swiper-button-prev { width: 25px; height: 50px; }
    .ways .way .way_swiper .swiper-button-next:after,
    .ways .way .way_swiper .swiper-button-prev:after { font-size: 12px; }
    .ways .way .way_swiper .swiper-button-next { right: 3%; }
    .ways .way .way_swiper .swiper-button-prev { left: 3%; }

    /* 核心特色 */
    .characteristic { padding: 30px 15px; }
    .characteristic .title { font-size: 26px; margin-bottom: 20px; }
    .characteristic .chara_swiper .swiper-slide { width: 100%; margin-bottom: 15px; }
    .characteristic .chara_swiper .swiper-slide a .con { padding: 20px 5px; }
    .characteristic .chara_swiper .swiper-slide a .con .tit { font-size: 22px; }
    .characteristic .chara_swiper .swiper-slide a .con .disc { font-size: 16px; padding: 0 10px; min-height: auto; line-height: 30px; }
    .characteristic .chara_swiper .swiper-slide a .con .xia { width: 40px; }

    /* 特色护理 */
    .nurse { padding: 30px 15px; background: linear-gradient(to bottom, rgba(106, 190, 75, 0.8) 2.56%, rgba(106, 190, 75, 0.5) 22.71%, rgba(106, 190, 75, 0) 70.89%), url(../imgs/46d70aa47b5f745.jpg) right top no-repeat; background-size: cover; }
    .nurse .title { font-size: 26px; }
    .nurse .con { margin: 20px 0 15px; }
    .nurse .con .item .tit { font-size: 22px; }
    .nurse .con .item p { width: 100%; font-size: 16px; margin-top: 10px; line-height: 22px; -webkit-line-clamp: 2; }
    .nurse .more { width: 140px; height: 35px; font-size: 14px; margin-top: 15px; }
    .nurse .more img { width: 20px; margin-left: 10px; }
    .nurse .nurse_swiper ul { margin-top: 30px; flex-wrap: nowrap; gap: 10px; overflow: visible; }
    .nurse .nurse_swiper ul li { width: calc(50% - 5px); height: 60px; flex-shrink: 0; }
    .nurse .nurse_swiper ul li:hover { transform: none; box-shadow: none; }
    .nurse .nurse_swiper ul li .con .icon { width: 25px; }
    .nurse .nurse_swiper ul li .con span { font-size: 16px; }

    /* 配套设施 */
    .facilities { padding: 30px 15px; }
    .facilities .title { font-size: 26px; margin-bottom: 20px; }
    .facilities .content .item { height: 122px; }
    .facilities .content .item .con { width: 80%; top: 15px; left: 15px; padding: 10px 10px 30px 10px; }
    .facilities .content .item .con .tit { font-size: 20px; }
    .facilities .content .item .con .disc { display: none; }
    .facilities .content .item .con .arrow { width: 30px; height: 30px; bottom: -15px; left: 10px; }

    /* 康旅生活 */
    .life { padding: 30px 15px; background-size: auto 100%; }
    .life .title { font-size: 26px; }
    .life .con { margin-top: 20px; }
    .life .con .item { padding: 5px 15px; font-size: 16px; }

    /* 服务特色页 */
    .live {flex-wrap: wrap;padding: 30px 15px;}
    .live .left {width: 100%;}
    .live .left .title {font-size: 26px;}
    .live .left .disc {font-size: 16px;margin: 5px 0 10px;}
    .live .left ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
    .live .left ul li {width: 49%;height: 35px;margin-bottom: 10px;padding-left: 15px;font-size: 18px;}
    .live .right {width: 100%;margin-top: 20px;}
    .live .right .item {padding: 10px;}
    .health { padding: 30px 15px; }
    .health .title { font-size: 26px; margin-bottom: 20px; }
    .health .health_swiper .content .item { width: 100%; }
    .health .health_swiper .content .item .con { padding: 20px 15px; }
    .health .health_swiper .content .item .con .tit { font-size: 20px; }
    .health .health_swiper .content .item .con .line { margin: 10px 0; }
    .health .health_swiper .content .item .con .disc { min-height: auto; font-size: 16px; line-height: 26px; }
    .college { padding: 30px 15px; }
    .college .title { font-size: 26px; }
    .college .disc { font-size: 16px; line-height: 24px; margin: 5px 0 20px; }
    .college ul { flex-wrap: wrap; justify-content: space-between; }
    .college ul li { width: 49%; margin-bottom: 10px; }
    .college ul li a .show { padding: 20px 10px; }
    .college ul li a .show img { width: 40px; margin-bottom: 10px; }
    .college ul li a .show p { font-size: 18px; }
    .college ul li a .hide { display: none; }
    .care { padding: 30px 15px; background: #F3F7FA; }
    .care .title { font-size: 26px; margin-bottom: 20px; }
    .care .list .item { width: 100%; margin-bottom: 10px; }
    .care .list .item .img { width: 30%; }
    .care .list .item .img img { height: 100%; border-radius: 15px 0 0 15px; }
    .care .list .item .right { width: calc(100% - 30%); padding: 10px; }
    .care .list .item .right .tit { font-size: 20px; }
    .care .list .item .right .disc { font-size: 16px; line-height: 24px; -webkit-line-clamp: 2; }
    .care .list .item .care_bg { width: 30px; right: 10px; }
    .care .list .item .right .disc p { line-height: 24px !important; }
    .care .list .item .right .disc p span { font-size: 16px !important; }
    .diet .title { font-size: 26px; margin-bottom: 20px; }
    .diet .content { flex-wrap: wrap; }
    .diet .content .left { width: 100%; }
    .diet .content .left .item { width: 100%; padding: 20px 15px; }
    .diet .content .left .item .tit { font-size: 20px; }
    .diet .content .left .item p { font-size: 16px; line-height: 24px; }
    .diet .content .left .item:nth-child(1) { margin-bottom: 10px; }
    .diet .content .right { width: 100%; margin-top: 20px; }
    .diet .content .right .diet_swiper .swiper-slide p { width: 100px; height: 30px; line-height: 30px; font-size: 16px; bottom: 15px; }
    .diet .content .right .diet_swiper .swiper-button-prev { width: 35px; left: 22%; bottom: -3px; }
    .diet .content .right .diet_swiper .swiper-button-next { width: 35px; right: 22%; bottom: -3px; }
    .diet .content .right .diet_swiper .swiper-pagination-bullet { width: 10px; height: 10px; }
    .diet .content .right .diet_swiper .swiper-slide .img img { height: 250px; }

    /* 配套设施页 - 开放式园区 */
    .park { padding: 30px 15px 0; }
    .park .title { font-size: 26px; }
    .park .disc { font-size: 16px; line-height: 28px; margin: 5px 0 20px; }
    .park .content { flex-wrap: wrap; }
    .park .content .left { width: 100%; }
    .park .content .left .item { padding: 50px 15px 20px; margin-bottom: 10px; }
    .park .content .left .item .tit { padding: 10px 15px; position: static; border-radius: 0 100px 100px 0; display: inline-flex; margin-bottom: 10px; }
    .park .content .left .item .tit span { font-size: 18px; }
    .park .content .left .item .tit .cir { width: 5px; height: 5px; margin-right: 5px; }
    .park .content .left .item p { font-size: 16px; line-height: 24px; }
    .park .content .right { width: 100%; justify-content: space-between; margin-top: 20px; }
    .park .content .right .img { height: auto; width: 49%; margin-bottom: 2%; margin-left: 0; }
    .park .content .right .img img { height: auto; width: 100%; }
    .park .content .right .img:nth-child(2n) { margin-right: 0; }

    /* 配套设施页 - 周边景点 */
    .attractions { padding: 30px 0 0; }
    .attractions .title { font-size: 26px; }
    .attractions .disc { font-size: 16px; line-height: 28px; margin: 5px 15px 20px; }
    .attractions .attractions_swiper .swiper-wrapper .img { margin-right: 5px; }
    .attractions .attractions_swiper .swiper-wrapper .img img { height: 120px; }
    .attractions .attractions_swiper .swiper-wrapper .img .con { font-size: 20px; }
    .attractions .attractions_swiper .swiper-wrapper:nth-child(1) { margin-bottom: 5px; }

    /* 配套设施页 - 医疗机构 */
    .mechanism { padding: 30px 0 0; }
    .mechanism .title { font-size: 26px; }
    .mechanism .disc { font-size: 16px; line-height: 28px; margin: 5px 15px 20px; }
    .mechanism ul li { flex-wrap: wrap; }
    .mechanism ul li .img { width: 100%; }
    .mechanism ul li .img img { width: 100%; height: auto; }
    .mechanism ul li .img_web { display: block; }
    .mechanism ul li .img_pc { display: none; }
    .mechanism ul li .con { width: 100%; padding: 15px !important; }
    .mechanism ul li .con .tit p { font-size: 22px; }
    .mechanism ul li .con .tit img { width: 30px; }
    .mechanism ul li .con > p { font-size: 16px; line-height: 30px; }

    /* 配套设施页 - 适老化设计 */
    .design { padding: 30px 0 0; }
    .design .title { font-size: 26px; }
    .design .disc { font-size: 16px; line-height: 28px; margin: 5px 15px 20px; }
    .design ul li { flex-wrap: wrap; }
    .design ul li .img { width: 100%; }
    .design ul li .img_web { display: block; }
    .design ul li .img_pc { display: none; }
    .design ul li .con { width: 100%; padding: 20px 15px !important; height: auto; }
    .design ul li .con .tit { width: 140px; height: 35px; font-size: 20px; }
    .design ul li .con .sort { height: auto; overflow-y: hidden; padding: 0; margin-top: 0; }
    .design ul li .con .sort .item { margin-top: 10px; }
    .design ul li .con .sort .item .num { width: 25px; height: 25px; font-size: 16px; margin-right: 10px; }
    .design ul li .con .sort .item .text { font-size: 16px; line-height: 24px; }
    .design ul li:nth-child(2n) .sort { margin-right: 0; }

    /* 配套设施页 - 乐龄活动 */
    .activity { padding: 30px 0; }
    .activity .title { font-size: 26px; }
    .activity .disc { font-size: 16px; line-height: 28px; margin: 5px 15px 20px; }
    .activity .activity_swiper { padding: 40px 0; }
    .activity .activity_swiper .swiper-wrapper .swiper-slide img { border-width: 3px; transform: scale(1.3); }
    .activity .activity_swiper .swiper-wrapper .swiper-slide-active img { transform: scale(1.4); }
    .activity .activity_swiper .swiper-button-prev, .activity .activity_swiper .swiper-button-next { width: 35px; height: 35px; border-radius: 10px; }
    .activity .activity_swiper .swiper-button-prev::after,
    .activity .activity_swiper .swiper-button-next::after { font-size: 20px; }
    .activity .activity_swiper .swiper-button-prev { left: 10%; }
    .activity .activity_swiper .swiper-button-next { right: 10%; }

    /* 新闻列表 */
    .news_content { padding: 30px 0; }
    .news_content .top { flex-direction: column; padding: 20px; }
    .news_content .top .left { width: 100%; }
    .news_content .top .left img { height: 200px; }
    .news_content .top .right .title { font-size: 18px; }
    .news_content .list { grid-template-columns: 1fr; gap: 10px; }
    .news_content .list .item { padding: 10px; gap: 15px; }
    .news_content .list .item .img { height: auto; width: 35%; }
    .news_content .list .item .img img { height: auto; border-radius: 5px; }
    .news_content .list .item .right { flex: none; width: 60%; }
    .news_content .list .item .right .title { font-size: 16px; -webkit-line-clamp: 2; }

    /* 新闻详情 */
    .position { padding: 15px 0; margin-top: 60px; }
    .position .container { flex-wrap: wrap; font-size: 12px; }
    .news_detail_title { font-size: 20px; padding: 30px 15px 20px; }
    .news_detail_wrapper .container { flex-direction: column; gap: 30px; padding: 0 15px; }
    .news_detail_wrapper .detail_sidebar { width: 100%; }
    .news_detail_content { padding: 0; }
    .news_detail_content .top { flex-direction: column; gap: 10px; align-items: flex-start; }
    .news_detail_content .deta { font-size: 14px; }
    .news_detail_wrapper .detail_sidebar .sidebar_list li a { padding: 10px; }
    .news_detail_wrapper .detail_sidebar .sidebar_list li .img { width: 80px; height: 55px; }
    .news_detail_wrapper .detail_sidebar .sidebar_list li .r p { font-size: 13px; }

    /* 联系我们 */
    .contact { padding: 30px 15px; }
    .contact .container { grid-template-columns: 1fr; gap: 40px; }
    .contact .left .name { font-size: 24px; }
    .contact .left .con .item { font-size: 14px; line-height: 1.8em; }
    .contact .right .input { flex-direction: column; gap: 15px; margin-bottom: 20px; }
    .contact .right .button { flex-direction: column; }
    .contact .right .btn { width: 100%; padding: 12px; }
    .map img { height: 300px; }

    /* 底部 */
    footer { padding: 0 0 15px 15px; margin-top: 30px; }
    footer .link { padding: 20px 0; }
    footer .link .container { flex-wrap: wrap; }
    footer .link .container img { width: 20px; }
    footer .link .container span { font-size: 16px; }
    footer .link .container a { font-size: 16px; }
    footer .link .container i { font-size: 16px; }

    footer .content .container { flex-direction: column; gap: 30px; }
    footer .content .container .left { padding: 0; padding-top: 20px; }
    footer .content .container .left .phone { margin-bottom: 10px; }
    footer .content .container .left .phone span { font-size: 14px; }
    footer .content .container .left .phone a { font-size: 30px; }
    footer .content .container .left .address span { font-size: 14px; }
    footer .content .container .left .address p { font-size: 14px; }

    footer .content .container .scan { padding: 0; border-left: none; border-right: none; }
    footer .content .container .scan .title { font-size: 14px; margin-bottom: 15px; }
    footer .content .container .scan .ewm { flex-wrap: wrap; justify-content: center; }
    footer .content .container .scan .ewm .item { margin-right: 20px; }
    footer .content .container .scan .ewm .item:last-child { margin-right: 0; }
    footer .content .container .scan .ewm .item img { width: 80px; height: 80px; }
    footer .content .container .scan .ewm .item p { font-size: 12px; margin-top: 5px; }

    footer .content .container .yuyue { padding: 0; }
    footer .content .container .yuyue .title { font-size: 14px; margin-bottom: 15px; }
    footer .content .container .yuyue .input { flex-direction: column; }
    footer .content .container .yuyue .btn { width: 100%; }

    footer .beian { font-size: 12px; }
}

/* ===== 响应式 - 小屏手机 (max-width: 480px) ===== */
@media (max-width: 480px) {
    .home .title { font-size: 22px; }
    .home ul li .top .num { font-size: 36px; }
    .home ul li .disc { width: 90%; }
    .home ul li .disc span { font-size: 18px; }
    .home ul li .disc img { width: 20px; }
    .big_bg .con p { font-size: 18px; }
    .two_nav .left { font-size: 16px; }
    .news_content .top .right .title { font-size: 16px; }
    .news_detail_title { font-size: 18px; }
    .news_detail_wrapper .detail_sidebar .sidebar_list li .img { width: 33%; height: auto; }
    .news_detail_wrapper .detail_sidebar .sidebar_list li .r p { font-size: 16px; -webkit-line-clamp: 2; }
    .live, .health, .college, .care, .diet { padding: 30px 15px; }
    .live .title, .health .title, .college .title, .care .title, .diet .title { font-size: 22px; }
    .live_wrap { gap: 25px; }
    .live_left .disc { margin-bottom: 20px; font-size: 14px; }
    .live_btns { flex-direction: column; gap: 10px; }
    .live_btn { padding: 10px 15px; font-size: 13px; }
    .live_img_box { height: 220px; border-width: 4px; border-radius: 8px; }
    .health_card .img { height: 150px; }
    .diet .content .right .diet_swiper .swiper-slide .img img { height: 200px; }
}
