.zjwq li {
    list-style-type: none;
}
.zjwq a {
    text-decoration: none;
}
.zjwq {
    /* float: left; */
    overflow:hidden;
}
.zjwq .w1200 {
    width: 1200px;
    margin: 0 auto;
}
.zjwq .f1 {
    margin-top: 45px;
}
.zjwq .f2 {
    padding: 45px 0;
}
.zjwq .bg-gk {
    background: url(../images/zjwq/bg-gk.png) no-repeat top center;
    height: 657px;
}
.zjwq .bg-pic {
    background: url(../images/zjwq/bg-pic.png) no-repeat top center;
    height: 457px;
}
.zjwq .bg-trav {
    background: url(../images/zjwq/bg-trav.jpg) no-repeat center bottom;
    height: 507px;

}
.zjwq .tit {
    display: block;
    width: 100%;
    height: 85px;
    float: left;
    margin-bottom: 35px;
}
.zjwq .tit-trav {
    background: url(../images/zjwq/tit-trav.png) no-repeat left top;
}
.zjwq .gk-pic {
    width: 100%;
    height: 500px;
    float: left;
    background: url(../images/zjwq/gk.jpg) no-repeat top left;
}
.zjwq .gk-txet {
    width: 500px;
    float: right;
    margin-top: 72px;
    padding: 10px 25px 15px;
    background: rgba(255, 255, 255, 0.8);
}
.zjwq .gk-txet h2 {
    font-family: "SimSun";
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: #004564;
}
.zjwq .gk-txet p {
    float: left;
    font-size: 16px;
    line-height: 35px;
    color: #000;
    text-align: left;
    text-indent: 2em;
}
.zjwq .gl {
    width: 100%;
    float: left;
    margin: 45px 0;
}
.zjwq .gl p {
    width: 222px;
    height: 82px;
    float: left;
    margin-right: 22px;
    background: url(../images/zjwq/gk-tit-bg.png) no-repeat top left;
}
.zjwq .gl p:last-child {
    margin-right: 0;
}
.zjwq .gl p a {
    display: block;
    font-size: 18px;
    line-height: 82px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.zjwq .gl p a:hover {
    color: #fff;
    background: url(../images/zjwq/gk-tit-bg-1.png) no-repeat top left;
}
.zjwq .zj-pic {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.zjwq .zj-pic li {
    width: 280px;
    height: 190px;
    float: left;
    margin: 10px;
}
.zjwq .zj-pic li:nth-child(1) {
    width: 580px;
    height: 400px;
}
.zjwq .zj-pic li a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.zjwq .zj-pic li a img {
    width: 100%;
    height: 100%;
    float: left;
}
.zjwq .zj-pic li a span {
    display: none;
    width: 100%;
    float: left;
    font-family: "SimSun";
    font-size: 24px;
    line-height: 190px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
}
.zjwq .zj-pic li a:hover img {
    width: 120%;
    height: 120%;
    float: left;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.zjwq .zj-pic li a:hover span {
    display: block;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 100, 172, 0.5));
}
.zjwq .trav {
    width: 100%;
    float: left;
    padding-bottom: 190px;
    position: relative;
}
.zjwq .trav li {
    width: 180px;
    height: 180px;
    float: left;
    position: relative;
    bottom: 0;
    border-radius: 50%;
    overflow: hidden;
}
.zjwq .trav li:nth-child(1) {
    left: 35px;
    top: 60px;
}
.zjwq .trav li:nth-child(2) {
    left: 60px;
    top: 21px;
}
.zjwq .trav li:nth-child(3) {
    left: 106px;
    top: 76px;
}
.zjwq .trav li:nth-child(4) {
    left: 178px;
    top: 56px;
}
.zjwq .trav li:nth-child(5) {
    left: 251px;
    top: 10px;
}
.zjwq .trav li a {
    display: block;
    width: 100%;
    height: 100%;
}
.zjwq .trav li img {
    width: 100%;
    height: 100%;
}
.zjwq .trav li:hover img {
    width: 120%;
    height: 120%;
    text-align: center;
}
.zjwq .trav li h2 {
    width: 100%;
    position: absolute;
    bottom: 70px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 35px;
    color: #666;
    text-align: center;
}

/* ==================== 移动端适配（走进温泉页） ==================== */
@media (max-width: 768px) {
    /* 全局防溢出 */
    html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
    .zjwq {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* 固定宽度容器改为自适应 */
    .zjwq .w1200 {
        width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .zjwq .w100 {
        float: none !important;
    }

    /* 背景高度自适应，不再固定 */
    .zjwq .bg-gk {
        height: auto !important;
        background-size: cover;
        padding-bottom: 20px;
    }
    .zjwq .bg-pic {
        height: auto !important;
        background-size: cover;
        padding-bottom: 20px;
    }
    .zjwq .bg-trav {
        height: auto !important;
        background-size: cover;
        padding-bottom: 20px;
    }

    /* 温泉概况区域 */
    .zjwq .gk-pic {
        height: auto !important;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .zjwq .gk-txet {
        width: 100% !important;
        float: none !important;
        margin: 0px 0 !important;
        padding: 15px;
        background: rgba(255,255,255,0.85);
        box-sizing: border-box;
    }
    .zjwq .gk-txet h2 {
        font-size: 22px;
        line-height: 36px;
    }
    .zjwq .gk-txet p {
        font-size: 15px;
        line-height: 28px;
        text-indent: 2em;
    }

    /* 快速入口按钮 */
    .zjwq .gl {
        width: 100% !important;
        margin: 12px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .zjwq .gl p {
        width: 48% !important;
        height: auto !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
        background-size: cover;
        border-radius: 6px;
    }
    .zjwq .gl p a {
        font-size: 16px;
        line-height: 60px;
        display: block;
        text-align: center;
    }

    /* 风景图片列表（五张图片） */
    .zjwq .zj-pic {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .zjwq .zj-pic li {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        margin: 10px 0 !important;
    }
    /* 第一个大图同样改为全宽 */
    .zjwq .zj-pic li:nth-child(1) {
        width: 100% !important;
        height: auto !important;
    }
    .zjwq .zj-pic li a img {
        width: 100% !important;
        height: 124px !important;
        object-fit: cover;
    }
    /* 标题保持可见，不需要悬停才显示 */
    .zjwq .zj-pic li a span {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        line-height: 50px;
        font-size: 18px;
        background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
        text-align: center;
        color: #fff;
    }
    /* 取消悬停放大效果，避免溢出 */
    .zjwq .zj-pic li a:hover img {
        width: 100% !important;
        height: auto !important;
        transition: none;
    }
    .zjwq .zj-pic li a:hover span {
        background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    }

    /* 旅游景点圆形图片改为单列居中 */
    .zjwq .trav {
        padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .zjwq .trav li {
        width: 45% !important;
        height: auto !important;
        float: none !important;
        position: static !important; /* 清除绝对定位偏移 */
        left: auto !important;
        top: auto !important;
        border-radius: 12px;
        overflow: hidden;
    }
    .zjwq .trav li a {
        display: block;
    }
    .zjwq .trav li img {
        width: 100% !important;
        height: 100px !important;
        object-fit: cover;
    }
    /* 标题调整 */
    .zjwq .trav li h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        background: rgba(0,0,0,0.6);
        color: #fff;
        text-align: center;
        margin: 0;
        display: none;
    }
    /* 取消悬停放大 */
    .zjwq .trav li:hover img {
        width: 100% !important;
        height: auto !important;
    }

    /* 通用图片防溢出 */
    .zjwq img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    /* 更小屏幕微调 */
    .zjwq .gl p {
        width: 100% !important;
    }
    .zjwq .trav li {
        width: 90% !important;
        margin: 0 auto 15px;
    }
    .zjwq .gk-txet h2 {
        font-size: 20px;
    }
    .zjwq .gk-txet p {
        font-size: 14px;
        line-height: 26px;
    }
    .zjwq .tit-trav{
        position:relative;
        width: 100%;
        background-size: 100%;
        margin: 0;
        height: 50px;
    }
}