﻿.gk {
    /* padding-top:117px; */
}

.gk_des {
    width: 1540px;
    height: 247px;
    background: url(/Content/Areas/Common/images/gaikuang/bg12.png) no-repeat;
    background-size: contain;
    margin: 26px auto 60px;
    box-sizing: border-box;
    padding: 47px 0 0 80px;
    position: relative;
}

.gk_des ul {
    width: 1377px;
    height: 156px;
    background: #FFFAF3;
    display: flex;
    justify-content: space-around;
}

.gk_des ul li {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gk_des ul li b {
    font-size: 60px;
    color: #930D14;
    font-weight: 600;
}

.gk_des ul li>div {
    margin-bottom: 15px;
    margin-top: 10px;
}

img.menu_pic {
    width: 91px;
    position: absolute;
    right: -33px;
    top: -71px;
}

.gk_des ul li>span {
    font-weight: bold;
}

.gk_Con {
    width: 1436px;
    height: 496px;
    margin: 0 auto;
    background: #930D14 url(/Content/Areas/Common/images/gaikuang/logo2.png) no-repeat;
    background-size: 428px 430px;
    background-position: 867px 36px;
}

.gk_In {
    display: flex;
}

.gk_Con .content {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 76px 0 0 30px;
}

.hospitalDescription {
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.hospitalDescription>p {
    margin-bottom: 15px;
}

.gk_Con .content .more {
    width: 136px;
    height: 34px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 63px;
}

.gk_Con .content .more img {
    margin-left: 10px;
    transition: all 0.2s;
}

.gk_Con .content .more:hover img {
    margin-left: 15px;
}

a.deslogo {
    transform: translateY(-30px);
}

.leader {
       padding-top: 80px;
    background: url(/Content/Areas/Common/images/gaikuang/bg13.png) no-repeat;
    background-size: 1920px 1280px;
    background-position: bottom center;
    padding-bottom: 70px;

}




/* 移动端样式 */
/* 图片容器 */
.flash-container .img_box {
    display: block;
    width: 80%;
    overflow: hidden;
    box-sizing: border-box;
    /* margin: 0 auto; */
}

.flash-container .swiper-slide {
    height: auto !important;
}

.flash-container .swiper-slide-active {
    height: 100% !important;
    width: auto !important;
}
.flash-container .swiper-slide-active  .leader_con { 
    margin-top: 120px;
    width: 290px !important;

}
.flash-container .swiper-slide-active  .leader_con .img_box { 
}
.flash-container .leader_con {
    margin-right: 20px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100%;
}

.flash-container .swiper-slide-active .leader_con {
    margin-right: 0;
    margin-left: 0;
}

.flash-container .swiper-slide-active .img_box {
    width: 100%;
}

.flash-container .swiper-slide-active .img_box {
    background: #FFCCCE;
    padding: 14px;
    border-radius: 10px;
}

.flash-container .img_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* 领导信息框 */
.flash-container .leader_box {
    margin-top: 45px;
    color: white;
    transition: transform 0.5s ease;
    opacity: 0;
    text-align: center;
}

.flash-container .swiper-slide-active .leader_box {
    opacity: 1;
}

.flash-container .leader_box a.title_type {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.flash-container .leader_box a.title_type:hover {
    text-decoration: underline;
}

.flash-container .leader_box p.pro {
    font-size: 20px;
    color: #FFC982;
}

/* 导航按钮 */
.leader-swiper .swiper-nav {
    background: url(/Content/Areas/Common/images/gaikuang/arrow1.png) no-repeat;
    width: 32px;
    height: 49px;
    position: absolute;
    top: 64%;
    transform: translateY(-50%);
    cursor: pointer;
}

.leader-swiper .swiper-nav.prev {
    left: -90px;
    transform: translateY(-50%) rotate(180deg);
    /* 先平移再旋转 */
}

.leader-swiper .swiper-nav.next {
    right: -90px;
}


/* 响应式调整 */
@media (max-width: 768px) {
    .flash-container .active .img_box {
        background: none;
        padding: 0;
        border-radius: 0;
    }

    .leader-swiper .swiper-nav {
        width: 40px;
        height: 40px;
    }

    .leader-swiper .swiper-nav.prev {
        left: 0;
    }

    .leader-swiper .swiper-nav.next {
        right: 0;
    }
}

/* 指示器 */
.flash-container .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.flash-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.flash-container .swiper-pagination-bullet.active {
    background-color: #333;
}

/* leader结束 */

.honor {
    padding: 80px 0 80px;
    background: url(/Content/Areas/Common/images/gaikuang/bg8.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.swiper-container_2 .img_box {
    display: block;
    width: 100%;
    height: 268px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 14px;
    background: #fff;
    box-shadow: 0px 0px 20px #ddd;
}

.swiper-container_2 .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.swiper-container_2 .content .title_type {
    font-size: 24px;
    text-align: center;
    display: block;
    margin-top: 66px;
}

.honor-swiper {
    margin-top: 70px;
    position: relative;
}

/* 导航按钮 */
.swiper-button_2 {
    background: url(/Content/Areas/Common/images/gaikuang/arrow2.png) no-repeat;
    width: 32px;
    height: 49px;
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    cursor: pointer;
}

.swiper-button-prev_2 {
    left: -90px;
    transform: translateY(-50%) rotate(180deg);
    /* 先平移再旋转 */
}

.swiper-button-next_2 {
    right: -90px;
}

.Min.culture {
    margin-top: 143px;
}

.cultureIn {
    display: flex;
}

.culture_ul_left,
.culture_ul_right {
    width: 650px;
    position: relative;
    z-index: 1;
}

.cultureIn ul li {
    height: 330px;
}

.cultureIn ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 36px;
    align-items: center;
    justify-content: center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.cultureIn ul li a img {
    margin-right: 88px;
}

.cultureIn ul li a.bg1 {
    background-image: url(/Content/Areas/Common/images/gaikuang/bg1.png);
}

.cultureIn ul li a.bg3 {
    background-image: url(/Content/Areas/Common/images/gaikuang/bg3.png);
    box-shadow: 0px 0px 20px #DDD;
    color: #930D14;
    position: relative;
    font-size: 30px;
    align-items: baseline;
    padding-top: 113px;
    box-sizing: border-box;
}

.tranTop .bg3::after {
    content: '';
    width: 57px;
    height: 4px;
    background: #930D14;
    position: absolute;
    top: 169px;
    left: 106px;
}

.cultureIn ul li a.bg4 {
    background-image: url(/Content/Areas/Common/images/gaikuang/bg4.png);
}

.cultureIn ul li a.bg5 {
    background-image: url(/Content/Areas/Common/images/gaikuang/bg5.png);
}

.cultureIn ul li a.bg5 .circle {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 0;
}

.cultureIn ul li a:hover img.circle {
    transform: scale(1);
}

.cultureIn ul li a.bg6 {
    background-image: url(/Content/Areas/Common/images/gaikuang/bg6.png);
}

.cultureIn ul li a.bg7 {
    background-image: url(/Content/Areas/Common/images/gaikuang/bg7.png);
    color: #930D14;
}

.cultureIn ul li a.bg7 img {
    width: 145px;
}

.flex1 {
    flex: 1;
}

.flex-column {
    flex-direction: column;
}

.cultureIn ul li a.flex-column img {
    height: 112px;
    margin-right: 0;
    margin-bottom: 30px;
}

.cultureBg {
    position: absolute;
    z-index: -1;
    left: -306px;
}

.tranTop {
    transform: translate(-90px, -70px);
}

ul.tab_ul li:nth-child(even) {
    transform: translateY(120px);
}

.Min.tab {
    padding: 213px 0 213px;
    background: url(/Content/Areas/Common/images/gaikuang/bg10.png) no-repeat;
    background-size: 100%;
    margin-top: -133px;
}

ul.tab_ul li {
    width: 250px;
    height: 250px;
}

ul.tab_ul li a {
    width: 100%;
    height: 100%;
    border: 4px solid #930D14;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
    color: #930D14;
}

ul.tab_ul li a img {
    height: 60px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.tab_ul {
    display: flex;
    justify-content: space-between;
}

/* 1. 标题查看更多链接hover效果 */
.title_common a {
    transition: all 0.3s ease;
}

.title_common a:hover {
    color: #930D14;
}

.title_common img {
    transition: all 0.2s;
}

.title_common a:hover img {
    transform: translateX(5px);
}

/* 2. 医院简介统计卡片hover效果 */
.gk_des ul li {
    transition: all 0.3s ease;
}

.gk_des ul li:hover {
    transform: translateY(-5px);
}

.gk_des ul li:hover b {
    color: #b81018;
}

/* 3. 装饰图标hover效果 */
img.menu_pic {
    transition: transform 0.5s ease;
    cursor: pointer;
}

img.menu_pic:hover {
    transform: rotate(10deg) scale(1.05);
}

/* 4. 医院简介查看更多按钮hover效果 */
.gk_Con .content .more {
    transition: all 0.3s ease;
}

.gk_Con .content .more:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FFC982;
}



/* 非激活状态的卡片hover效果 */
.flash-container .swiper-slide:not(.swiper-slide-active):hover .leader_con {
    transform: translateY(-10px);
}
.flash-container .swiper-slide{
    transition: all 0.3s linear;
}
.flash-container .swiper-slide:not(.swiper-slide-active):hover img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
/* 6. 领导图片hover效果 */
.flash-container .img_box {
    position: relative;
    overflow: hidden;
}

.flash-container .img_box img {
    transition: transform 0.7s ease;
}

.flash-container .img_box:hover img {
    transform: scale(1.05);
}

/* 7. 领导信息hover效果 */
.flash-container .leader_box a.title_type {
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

.flash-container .leader_box a.title_type:hover {
    color: #FFC982;
}

/* 8. 领导轮播导航按钮hover效果 */
.leader-swiper .swiper-nav {
    transition: all 0.3s ease;
}

.leader-swiper .swiper-nav:hover {
    transform: translateY(-50%) scale(1.1);
}

.leader-swiper .swiper-nav.prev:hover {
    transform: translateY(-50%) rotate(180deg) scale(1.1);
}

/* 9. 荣誉资质卡片hover效果 */
.swiper-container_2 .swiper-slide {
    transition: transform 0.4s ease;
}

.swiper-container_2 .swiper-slide:hover {
    transform: translateY(-8px);
}

.swiper-container_2 .img_box {
    transition: all 0.4s ease;
}

.swiper-container_2 .img_box:hover {
    background: #FFF8F8;
    box-shadow: 0 10px 30px rgba(147, 13, 20, 0.15);
}

.swiper-container_2 .img_box img {
    transition: transform 0.6s ease;
}

.swiper-container_2 .img_box:hover img {
    transform: scale(1.08);
}

/* 10. 荣誉资质标题hover效果 */
.swiper-container_2 .content .title_type {
    transition: all 0.3s ease;
}

.swiper-container_2 .content .title_type:hover {
    color: #930D14;
}

/* 下划线效果 */
.swiper-container_2 .content .title_type::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #930D14;
    transition: width 0.3s ease;
}

.swiper-container_2 .content .title_type:hover::after {
    width: 80px;
}

/* 11. 荣誉资质导航按钮hover效果 */
.swiper-button_2 {
    transition: all 0.3s ease;
}

.swiper-button_2:hover {
    transform: translateY(-50%) scale(1.1);
}

.swiper-button-prev_2:hover {
    transform: translateY(-50%) rotate(180deg) scale(1.1);
}

/* 12. 文化板块卡片hover效果 */
.cultureIn ul li a {
    transition: all 0.4s ease;
    position: relative;
}

.cultureIn ul li a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* 院徽卡片hover效果 */
.cultureIn ul li a.bg5:hover {
    opacity: 0.9;
}

/* 13. 文化板块图片hover效果 */
.cultureIn ul li a img {
    transition: transform 0.4s ease;
}

.cultureIn ul li a:hover img {
    /* transform: scale(1.1); */
    transform: rotateY(180deg);
    /* Y轴翻转180度，前后翻转核心属性 */
    /* 可选：添加轻微缩放，增强视觉效果 */
    transform: rotateY(180deg) scale(1.1);
    opacity: 0.9;
}

/* 14. 底部tab导航hover效果 */
ul.tab_ul li a {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

ul.tab_ul li a:hover {
    background-color: #930D14;
    color: #fff;
    border-color: #930D14;
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(147, 13, 20, 0.25);
}

/* 图标颜色反转效果 */
ul.tab_ul li a img {
    transition: all 0.4s ease;
    transform-origin: center center;
    /* 确保翻转/抖动以中心为基点 */
    backface-visibility: hidden;
    /* 优化翻转视觉效果 */
}

ul.tab_ul li a:hover img {
    filter: brightness(0) invert(1) !important;
    /* 提高颜色反转优先级 */
    animation: tabIconShake 0.5s ease-in-out 1;
    /* 1表示仅执行1次（默认值，可省略） */
    animation-fill-mode: forwards;
    /* 动画结束后保持最终状态（避免图标回弹偏移） */
}

/* 15. 装饰背景hover效果 */
.cultureBg {
    transition: opacity 0.5s ease;
}

.cultureBg:hover {
    opacity: 0.9;
}

/* 16. 响应式适配：移动端减少hover效果 */
@media (max-width: 768px) {
    .flash-container .swiper-slide:not(.active):hover {
        transform: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .flash-container .img_box:hover img {
        transform: none;
    }

    .swiper-container_2 .swiper-slide:hover {
        transform: none;
    }

    ul.tab_ul li a:hover {
        transform: none;
    }

    .cultureIn ul li a:hover {
        transform: none;
    }
}

/* 17. 所有图片通用hover效果 */
img {
    transition: opacity 0.3s ease;
}

img:hover {
    opacity: 0.95;
}

/* 18. 链接通用hover效果 */
.Content a {
    transition: color 0.2s ease;
}

@media (max-width: 768px) {
    .Content {
        padding: 0 10px;
    }

    .gk_des {
        width: 100%;
        height: auto;
        background: none;
        margin: 0 0 10px;
        padding: 0;
    }

    .gk_des ul {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 0 0 10px;
    }

    .gk_des ul li {
        font-size: 14px;
        width: 33.3%;
    }

    .gk_des ul li>div {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .gk_des ul li b {
        font-size: 40px;
    }

    img.menu_pic {
        display: none;
    }

    .gk_Con {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: none;
        background-size: contain;
        background-position: center center;
    }

    a.deslogo {
        transform: translateY(0px);
        width: 100%;
        margin-bottom: 10px;
    }

    a.deslogo img {
        width: 100%;
    }

    .gk_In {
        display: flex;
        flex-wrap: wrap;
    }

    .gk_Con .content {
        font-size: 16px;
        color: #333;
        padding: 0;
    }

    .hospitalDescription>p {
        margin-bottom: 10px;
    }

    .gk_Con .content .more {
        color: #333;
        border: 1px solid #333;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .gk_Con .content .more img {
        display: none;
    }

    .leader {
        padding: 10px;
        background: #930D14;
    }

    .leader h2.title_common {
        color: #fff;
    }

    .leader h2.title_common span::after {
        background: #fff;
    }

    h2.title_common>a {
        color: #fff;
    }

    h2.title_common>a img {
        filter: brightness(0) invert(1);
    }

    .flash-container {
        padding: 0;
        margin-top: 0;
    }

    .flash-wrapper {
        padding-left: 5px;
    }

    .leader-swiper .swiper-nav {
        background: #fff url(/Content/Areas/Common/images/gaikuang/arrow2.png) no-repeat;
        background-size: 20px;
        top: 50%;
        border-radius: 50%;
        background-position: center;
        box-shadow: 0px 0px 20px #333;
    }

    .honor {
        padding: 10px 0;
        background: none;
    }

    .honor-swiper {
        margin-top: 0;
    }

    .swiper-container_2 .img_box {
        height: 150px;
        padding: 0;
    }

    .swiper-container_2 .content .title_type {
        font-size: 14px;
        margin-top: 10px;
    }

    .Min.culture {
        margin-top: 0;
    }

    .culture_ul_left,
    .culture_ul_right {
        width: 50%;
    }

    .tranTop {
        transform: translate(0);
    }

    .cultureBg {
        display: none;
    }
}

@keyframes tabIconShake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-4px);
    }

    40% {
        transform: translateX(4px);
    }

    60% {
        transform: translateX(-2px);
    }

    80% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}