@charset "utf-8";



/*reset*/
a {
    text-decoration: none;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
    }

    a:hover, a:focus, a:visited {
        text-decoration: none;
    }

ul,
li,
p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* 字体大小 */
html, body {
    font-size: 16px;
}


@media (max-width: 1200px) {
    html, body {
        font-size: 14px;
    }
}





/* .icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
 } */

 .logo{
    height: 36px;
 }

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper {
    width: 100%;
    height: 400px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .swiper-pagination-bullet-active{
    color: #103675;
} */

.swiper-pagination-bullet {
    background: transparent !important;   /* 透明背景 */
    border: 2px solid #103675;            /* 蓝色边框，可根据需要调整颜色 */
    opacity: 1;                           /* 保证可见 */
}

.swiper-pagination-bullet-active {
    background: #103675 !important;       /* 激活状态为实心 */
    border: 2px solid #103675;
}

.bg-filter-1::before{
    background-color: rgba(255, 255, 255, 0.4);
}

.bg-filter-2{
    background-color: #bbcdd9;
}

.bg-filter-3::before{
    background-color: rgba(97, 155, 192, 0.8);
}

.bg-filter-4::before{
    background-color: rgba(38, 118, 177, 0.8);
}

.bg-filter-5{
    background-color: #8abdd2;
}

.bg-filter-6::before{
    background-color: rgba(34, 80, 165, 0.8);
}

.bg-filter-7{
    background-color: #103675;
}

.bg-filter-8{
    background-color: #ebebeb;
}



.menu-wrapper{
    height: 200px;
    color: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-wrapper .iconfont{
    font-size: 4rem;
}

.menu-wrapper {
    position: relative;
    padding: 20px;
    transition: all 0.3s;
}
.menu-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.menu-wrapper > * {
    position: relative;
    z-index: 2;
}
/* .menu-wrapper:hover {
    transform: translateY(-5px);
} */

.menu-wrapper.bg-filter-1{
    color: #103675;
}

.menu-wrapper.bg-filter-8{
    color: #717171;
}

.common-footer {
    background-size: contain;
    background-position: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 40px 20px;
    background-repeat: no-repeat;
    position: relative;
}

.common-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.common-footer > * {
    position: relative;
    z-index: 2;
}

.common-footer p {
    margin-bottom: 10px;
    line-height: 2;
}

.common-footer a{
    color: #fff;
    text-decoration: underline;
}

.common-footer a:hover{
    color: #fff;
    text-decoration: none;
}






.main-title{
    color: #103674;
    line-height: 2;
}

.title-en {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #103674;
}

.title-en::before,
.title-en::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #103674;
}

.title-en::before {
    left: -20px;
}

.title-en::after {
    right: -20px;
}

.news-section {
    padding: 40px 0;
}

.nav-tabs {
    border-bottom: none;
    margin: 30px 0;
    justify-content: flex-start !important;
}

.nav-tabs .nav-link {
    color: #666;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 25px;
    font-size: 16px;
    margin-right: 15px;
    transition: all 0.3s;
    background-color: #dfdfdf;
}

.nav-tabs .nav-link:hover {
    border-color: #103674;
    color: #103674;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #103674;
    border-color: #103674;
}

.nav-tabs .nav-link.active::after {
    display: none;
}

.news-list {
    margin-top: 20px;
}



.news-item.featured {
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
}

.news-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    position: relative;
    padding-left: 15px;
}

.news-item a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #103675;
    border-radius: 50%;
}

.news-item.featured a::before {
    display: none;
}

.news-item a:hover {
    color: #103674;
}

.news-date {
    color: #999;
    min-width: 100px;
    text-align: right;
}

.news-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}

.recommend-news {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 2px;
}

.recommend-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.recommend-news:hover img {
    transform: scale(1.05);
}




.breadcrumb-nav {
    background: #f6f6f6;
    padding: 10px 16px;
    font-size: 15px;
    color: #666;
    display: flex;
    align-items: center;
}
.breadcrumb-nav .iconfont {
    font-size: 18px;
    margin-right: 4px;
    color: #333;
}

.breadcrumb-nav a {
    color: #666;
    text-decoration: none;
    margin: 0 2px;
}


.breadcrumb-nav .breadcrumb-separator {
    color: #bbb;
    margin: 0 4px;
}
.breadcrumb-nav .current {
    color: #337ab7;
    font-weight: normal;
}


.about-section {
    margin: 40px auto;
    text-align: center;
}
.about-title {
    color: #103675;
    font-size: 20px;
    margin-bottom: 24px;
    /* 去掉下划线 */
    border-bottom: none;
    padding-bottom: 0;
}
.about-content {
    text-align: left;
    margin-top: 2rem;
}
.about-subtitle {
    font-size: 1.25rem;
    display: inline-block;
    border-bottom: 2px solid #103674; 
    padding-bottom: 4px;
    margin-bottom: 16px;
}


.about-detail{
    text-indent: 2rem;
    color: #444;
    line-height: 2;
    margin: 0;
}

.about-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 默认4列 */
    gap: 10px;
}








@media (max-width: 991.98px) {
    .about-gallery-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
}
.about-gallery-grid img {
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.about-video-wrapper {
    text-align: center;
   /* margin: 20px 0;*/
    margin: -3px 11px;
}

.about-video {
    width: 100%;
    /* max-width: 700px; */
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    background: #fff;
    display: block;
    margin: 0 auto;
}


.team-section {
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    border-radius: 8px;
    padding: 32px 24px 24px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    text-align: center;
}

.team-img-wrapper {
    margin-bottom: 24px;
}

.team-photo {
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.team-info {
    color: #3a4a5a;
    font-size: 16px;
    line-height: 2;
    margin-top: 12px;
    margin-bottom: 12px;
}

.team-info p {
    margin: 0;
    color: #103675;
}


.more-btn {
    display: inline-block;
    padding: 2px 12px;
    border: 1px solid #103675;
    border-radius: 24px;
    color: #46608a;
    background: #fff;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.more-btn:hover {
    background: #46608a;
    color: #fff;
    text-decoration: none;
}


.disease-menu-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 48px;
}
.disease-menu-title {
    font-size: 32px;
    color: #46608a;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 2px;
}
.disease-menu-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
   
}

@media (max-width: 768px) {
    .disease-menu-bg {
        background:
            url('../images/gk-bg-1.jpg') top center/100% 25% no-repeat,
            url('../images/gk-bg-2.jpg') center 25%/100% 25% no-repeat,
            url('../images/gk-bg-3.jpg') center 50%/100% 25% no-repeat,
            url('../images/gk-bg-4.jpg') center 75%/100% 25% no-repeat;
    }
}

.disease-menu-mask {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 2;
}
.disease-menu-content {
    position: relative;
    z-index: 3;
}
.disease-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 24px;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 24px;
}
@media (max-width: 991.98px) {
    .disease-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.disease-menu-item {
    background: transparent;
    border: 2px solid #46608a;
    border-radius: 24px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(70,96,138,0.04);
}
.disease-menu-item:hover {
    box-shadow: 0 4px 16px rgba(70,96,138,0.12);
}
.disease-menu-text {
    color: #46608a;
    border-bottom: 2px solid #46608a;
    padding: 0 6px 6px 6px;
    line-height: 1.2;
}





/*小屏幕*/
@media (max-width: 768px) {
.common-footer{
    background-image: url('../images/bg-footer.jpg');
}
}
