.banner {
    margin: 0 auto;
    background: #000;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: auto;
    z-index: 1;
}

.banner .swiper-slide {
    overflow: hidden;
    position: relative;
}

.banner .swiper {
    position: relative;
 /*   height: 100%; */
}
.banner .swiper-wrapper{height:auto;}
.banner .swiper-slide img {
    width: 100%;
    z-index: 1;
}

.banner .swiper-slide-active img {
    animation: changeScale 1 3s;
}

.swiper-slide-active .b-img {}

.banner .swiper-slide .text {
    position: absolute;
    right: 10%;
    top: 13%;
    color: #333333;
    z-index: 11;
    text-align: right;
    display: table;
}

.banner .swiper-slide .text img {
    display: inline-block;
    max-width: 100%;
    width: auto;
}

.banner .swiper-pagination {
    bottom: 5% !important;
    text-align: right !important;
    padding: 0 5%;
}

.banner .swiper-pagination-bullet {
    width: 0.12rem !important;
    height: 0.12rem !important;
    background: #fff !important;
    border-radius: 100%;
    opacity: 1;
    transition-duration: .5s;
}

.banner .swiper-pagination-bullet-active {
    width: 0.12rem !important;
    border-radius: 100%;
    background: #0b5d9a !important;
}

.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

/* 医院导航 */
.homeSearch {
    width: 80%;
    position: absolute;
    left: 10%;
    top: -0.7rem;
    background: #fff;
    z-index: 2;
    border-radius: 0.1rem;
    box-shadow: 0 5px 10px #d7d7d7;
    padding: 0.45rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.homeSearch .inputBox {
    width: 30%;
    position: relative;
}

.homeSearch .inputBox input {
    width: 100%;
    border: 2px solid #dfdfdf;
    border-radius: 0.5rem;
    height: 0.46rem;
    padding: 0 0.2rem;
    font-size: 0.2rem;
}

.homeSearch .inputBox .btn {
    width: 0.29rem;
    height: 0.29rem;
    position: absolute;
    right: 0.2rem;
    top: 0.1rem;
}

.module1 {
    width: 100%;
    background: url(/client/images/ipart-bg.jpg)no-repeat left bottom;
    background-size: 7.02rem 5.08rem;
    position: relative;
    padding: 1.95rem 10% 1.1rem 10%;
}

.home-warp {
    width: 80%;
    margin: 0 auto;
}

.Navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Navigation .left {
    width: 60%;
    padding-top: 2rem;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    z-index: 2;
}

.Navigation .left li {
    width: 25%;
    height: 4.7rem;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Navigation .left li:nth-child(1) {
    background: #118569;
    border-radius: 0.1rem 0 0 0.1rem;
    top: -0.3rem;
}

.Navigation .left li:nth-child(2) {
    background: #12a077;
    bottom: -0.6rem;
    border-radius: 0 0 0.1rem 0.1rem;
    padding-top: 1.8rem;
}

.Navigation .left li:nth-child(3) {
    background: #f6b71b;
    padding-top: 2.5rem;
}

.Navigation .left li:nth-child(4) {
    background: #0d6dbd;
    border-radius: 0 0 0.1rem 0;
    padding-top: 2.5rem;
}

.Navigation .left li dl {
    width: 100%;
}

.Navigation .left li dl dt {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 auto;
    text-align: center;
}

.Navigation .left li dl dd {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    text-shadow: 0 5px 5px #6e6e6e;
    color: #fff;
}

/* svg */
@keyframes line-anm {

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fill-anm {
    from {
        fill: transparent;
    }

    to {
        fill: #ffffff;
    }
}

.Navigation .left.active li .icon1 {
    animation: fill-anm 4s ease forwards 1000ms;
}

.Navigation .left.active li .icon1 path {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: line-anm 4s ease forwards;
}

@keyframes line-anm1 {

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fill-anm1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: #ffffff;
    }
}

.Navigation .left li:hover dl dt .icon1 {
    animation: fill-anm1 2s ease forwards 300ms;
}

.Navigation .left li:hover dl dt .icon1 path {
    animation: line-anm1 2s ease forwards;
}

/* svg */

.Navigation .picBox {
    width: 88%;
    position: absolute;
    top: 0;
    right: -1.2rem;
    border-radius: 0.15rem;
    overflow: hidden;
    z-index: 2;
}

.Navigation .picBox img {
    display: block;
    width: 100%;
    animation: run 12s linear infinite;
}

@keyframes run {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.04);
    }

    50% {
        transform: scale(1.08);
    }

    75% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

.Navigation .right {
    width: 40%;
    padding-top: 0.35rem;
    position: relative;
    z-index: 1;
}

.Navigation .right .bit {
    padding-left: 1.9rem;
    font-size: 0.42rem;
    line-height: 0.42rem;
    color: #222222;
    font-weight: bold;
}

.Navigation .right .bit span {
    display: inline-block;
    width: 100%;
    line-height: 0.3rem;
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #cadaeb;
    font-weight: normal;
}

.Navigation .right .enterLink {
    width: 100%;
    height: 5rem;
    border-radius: 0.15rem;
    background: url(/client/images/navigation-bg.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 0.25rem 0.88rem 0 1.9rem;
    margin-top: 0.5rem;
}

.Navigation .right .enterLink ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.Navigation .right .enterLink ul li {
    width: 45%;
    border-bottom: 1px solid #c6cacf;
    line-height: 0.66rem;
    padding-top: 0.3rem;
    font-size: 0.22rem;
    color: #333333;
    cursor: pointer;
    position: relative;
}

.Navigation .right .enterLink ul li:after {
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    height: 1px;
    background: #118569;
    transition-duration: .5s;
}

.Navigation .right .enterLink ul li:hover:after {
    width: 100%;
}

.Navigation .right .enterLink ul li .iconfont {
    color: #118569;
    font-size: 0.3rem;
    width: 35px;
    display: inline-block;
    line-height: 0.66rem;
    transition-duration: .5s;
}

.Navigation .right .enterLink ul li:hover .iconfont {
    transform: rotateY(180deg);
}

.Navigation .right .enterLink ul li:hover {
    color: #118569;
}

.module2 {
    width: 100%;
    background: url(/client/images/home-news-bg.jpg)no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 0.65rem 10% 0.85rem 10%;
}

.homeBit {
    width: 100%;
    text-align: center;
    font-size: 0.42rem;
    line-height: 0.42rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 0.3rem;
}



.homeBit span {
    display: inline-block;
    width: 100%;
    line-height: 0.3rem;
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #cadaeb;
    font-weight: normal;
}

.homenewBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homenewBox .left {
    width: 47%;
}

.homenewBox .left .swiper-slide {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 1.52rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.homenewBox .left .swiper-slide .pic {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 10px #a8a8a8;
    position: relative;
    background: #000;
    z-index: 1;
}

.homenewBox .left .swiper-slide .pic img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.homenewBox .left .swiper-slide:hover .pic img {
    transform: scale(1.1);
    opacity: 0.7;
}

.homenewBox .left .swiper-slide .textBox {
    width: 75%;
    height: 2.4rem;
    background: #fff;
    padding: 0.3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 0 0 0 0.6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homenewBox .left .swiper-slide .textBox .time {
    width: 25%;
    position: relative;
}

.homenewBox .left .swiper-slide .textBox .time:after {
    width: 1px;
    height: 0.6rem;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #118569;
}

.homenewBox .left .swiper-slide .textBox .time .year span {
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.homenewBox .left .swiper-slide .textBox .time .month {
    font-size: 0.3rem;
    color: #118569;
}

.homenewBox .left .swiper-slide .textBox .text {
    width: 70%;
}

.homenewBox .left .swiper-slide .textBox .text h1 {
    font-size: 0.24rem;
    line-height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.15rem;
}

.homenewBox .left .swiper-slide .textBox .text .neir {
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homenewBox .left .swiper-slide .textBox .text .more {
    background: url(/client/images/more-icon.jpg) no-repeat right center;
    padding-right: 0.3rem;
    font-size: 16px;
    display: table;
    line-height: 0.4rem;
    height: 0.4rem;
    margin-top: 0.1rem;
}

.homenewBox .right {
    width: 50.5%;
    overflow: hidden;
    border-radius: 0 0.5rem 0 0;
}

.homenewBox .right .newList {
    width: 100%;

}

.homenewBox .right .newList dl {
    width: 100%;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 0.25rem;
}

.homenewBox .right .newList dl dt {
    width: calc(100% - 2.91rem);
    padding: 0.2rem 0.4rem 0 0.4rem;
    position: relative;
}

.homenewBox .right .newList dl dt h1 {
    line-height: 0.28rem;
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.15rem;
}

.homenewBox .right .newList dl dt .neir {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #222222;
}

.homenewBox .right .newList dl dt .more {
    line-height: 0.3rem;
    color: #5a9f9d;
    font-size: 16px;
    margin-top: 0.1rem;
}

.homenewBox .right .newList dl dd {
    width: 2.91rem;
    overflow: hidden;
    background: #000;

}

.homenewBox .right .newList dl dd img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.homenewBox .right .newList dl:hover dd img {
    transform: scale(1.1);
    opacity: 0.7;
}

.module3 {
    width: 100%;
    background: url(/client/images/ks-bg.jpg)no-repeat left bottom #047f61;
    padding: 0 10% 0.95rem 10%;
}

.department {
    width: 100%;
    position: relative;
}

.departmentBox {
    width: 52%;
    padding-top: 0.8rem;
    position: relative;
    z-index: 2;
}

.departmentBox .bit {
    font-size: 0.42rem;
    line-height: 0.42rem;
    color: #fff;
    font-weight: bold;
}


.departmentBox .bit span {
    display: inline-block;
    width: 100%;
    line-height: 0.3rem;
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #cadaeb;
    font-weight: normal;
}

.departmentBg {
    width: 61.23%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border-radius: 0 0 0.5rem 0.5rem;
}

.departmentBg img {
    display: block;
    width: 100%;
    height: 100%;
    animation: run 12s linear infinite;
}

/* 2025 */
.home-ksdh-menu {
    width: 100%;
    position: relative;
    margin-top: 0.25rem;
    border-radius: 0 0.5rem 0 0;
    overflow: hidden;
}



.home-ksdh-menu ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-ksdh-menu ul li {
    width:18.5%;
    font-size: 0.24rem;
    font-family: 'syhtB';
    color: #fff;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition-duration: 0.3s;
}

.home-ksdh-menu ul li p {
    text-align: center;
}

.home-ksdh-menu ul li .iconfont {
    font-size: 0.6rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 0.7rem;
    font-weight: normal;
}

.home-ksdh-menu ul li:nth-child(1) {
    background: #11745c;
}

.home-ksdh-menu ul li:nth-child(2) {
    background: #12a077;
}

.home-ksdh-menu ul li:nth-child(3) {
    background: #28a98a;
}

.home-ksdh-menu ul li:nth-child(4) {
    background: #12a077;
}

.home-ksdh-menu ul li:nth-child(5) {
    background: #11745c;
}


.home-ksdh-menu ul li:nth-child(1) .iconfon {
    font-size: 0.46rem;
}

.home-ksdh-menu ul li:nth-child(5) .iconfon {
    font-size: 0.3rem;
}

.home-ksdh-menu ul li:last-child {
    margin-right: 0;
}



.home-ksdh-menu ul li.hover {
    color: #0d6dbd;
    background: #fff;
    border-radius: 0.2rem;
}

.CbContainer1 {
    position: relative;
    margin-top: 0.1rem;
    min-height: 3.2rem;
/*    display: flex;
    flex-wrap: wrap;
    justify-content: left; */
    background: #fff;
    border-radius: 0 0 0 0.5rem;
    padding: 0.25rem 0.3rem;
   
}

.CbContainer1 .ksBox {
    width:23.5%;
    border: 1px dashed #c8c8c8;
    line-height: 0.4rem;
    border-radius: 0.1rem;
    text-align: center;
    color: #555555;
    font-size: 0.17rem;
    margin-bottom: 0.15rem;
    margin-right: 2%;
    float: left;
    transition-duration: .5s;
    cursor: pointer;

}
.CbContainer1 .ksBox:hover a{color: #fff;}
.CbContainer1 .ksBox a:hover{color:#fff;}
.CbContainer1 .ksBox:hover {
    background: #047f61;
    border: 1px dashed #047f61;
    color: #fff;
}

.CbContainer1 .ksBox:nth-child(4n) {
    margin-right: 0;
}

.Contentbox1 {
    clear: both;
    width: 100%;

}

.module4 {
    width: 100%;
    background: #f4f5f9;
    padding: 0.6rem 10% 0.55rem 10%;
}

/* 专家介绍 */
.jxkyBox {
    position: relative;
}

.tit1 {
 position: absolute;
    left: -7.2%;
    width: 37%;
    top: 0.2rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex1 {
    display:-webkit-box;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home2 .content {
    width: calc(100% - 1.26rem);
    position: relative;
    z-index: 1;
    align-items: center;
}

.home2 .left {
    width: 45%;
    position: relative;
    z-index: 1;
    padding-left: 5%;
}

.home2 .right {
    width: 50%;
    padding-top: 0.8rem;
    position: relative;
	height:fit-content;
	
/* 	display: grid; */
}

.home2 .right .swiper-button-next {
    right: -0.5rem;
    left: auto;
    top: initial;
    bottom: 0.3rem;
}

.home2 .right .swiper-button-next:after {
    color: #c5c5c5;
}

.list3 li .imgBox {
    border-radius: 50%;
    border: #fff .08rem solid;
}

.list3 li .imgBox .img {
    padding-bottom: 100%;
}

.wbRight {
    display: flex;
    justify-content: space-between;
	padding-left: 1.5rem;
}

.list5_b {
    padding: .18rem;
    margin: -.18rem;
    margin-top: 1rem;
    margin-left: -2.78rem;
    overflow: hidden;
}

.list5 li a {
    opacity: 0;
    transition: .3s;
}

.list5 li .imgBox {
    width: 0.93rem;
    border-radius: 50%;
    border: #fff .08rem solid;
}

.list5 li .imgBox .img {
    padding-bottom: 100%;
}

.list5 li .txt {
    width: calc(100% - 0.93rem);
    padding: 0 .3rem 0 .1rem;
    font-size: 0.18rem;
}

.list5 li .txt h1 {
    font-size: 0.22rem;
}

.list5 li .a {
    background: #fff;
    border-radius: 50vw;
    align-items: center;
    box-shadow: 0px 0px .18rem 0px rgba(17, 119, 58, 0.16);
}

.list5 li.swiper-slide-active a,
.list5 li.swiper-slide-next a,
.list5 li.swiper-slide-next+li a {
    opacity: 1
}

.list4 li a:hover h4 {
    color: #118569
}

.imgBox {
    position: relative;
    overflow: hidden;
}

.imgBox .img {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.imgBox img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}


@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        /*开始为原始大小*/
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.newSj {
    width: 0.9rem;
    height: fit-content;
    background: #fff;
    text-align: center;
    padding: 0.05rem;
    box-shadow: 0 0 5px 2px rgb(2 70 142 / 15%);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.36rem;
}

.newSj div {
    border: 1px solid #688fbb;
    color: #14418d;
    padding: 0.08rem 0;
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: bold;
    font-size: 0.26rem;
}

.newSj div i {
    position: absolute;
    left: -2px;
    bottom: 3px;
    font-size: 0.22rem;
    height: 0.2rem;
    width: 6px;
    transform: rotate(40deg);
}

.newZb {
    font-size: 0.28rem;
    margin: 0 0 0.1rem 0;
    line-height: 0.52rem;
    padding-bottom: 0.15rem;
    position: relative;
    font-weight: bold;

}

.newZb span {
    display: inline-block;
    padding-left: 0.2rem;
    font-size: 0.18rem;
    font-weight: normal;
}

.newFb {
    font-size: 0.18rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 90%;
    line-height: 0.3rem;
/* 	display: none; */
}

.newSj div h1 {
    font-size: 0.3rem;
    line-height: 1;
    font-family: "SourceHanSansCN-bold";
}

.newSj div p {
    color: #777;
    font-size: 0.12rem;
}

.newSj div i {
    position: absolute;
    left: -2px;
    bottom: 3px;
    font-size: 0.22rem;
    height: 0.2rem;
    width: 6px;
    transform: rotate(40deg);
}

.kyRi {
    width: calc(95% - 0.95rem);
    width: -webkit-calc(95% - 0.95rem);
}

.newMore {
    cursor: pointer;
    width: 1.1rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #118569;
    color: #fff;
    font-size: 0.16rem;
    border-radius: 30px;
    margin-top: 0.34rem;
    transition-duration: .5s;
}

.newMore a {
    color: #fff;
}

.newMore:hover {
    box-shadow: 0 0 10px #017458;
}

/*  */
.module5 {
    width: 100%;
    background: url(/client/images/link-bg.jpg)no-repeat right bottom;
    padding: 0.65rem 10% 1.5rem 10%;
}

.ysxkBox {
    width: 100%;
    margin-top: 0.9rem;
}

.ysxkBox ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ysxkBox ul li {
    width: 20%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    transition-duration: .5s;
    cursor: pointer;
}

.ysxkBox ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.ysxkBox ul li img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.ysxkBox ul li:nth-child(1):after,
.ysxkBox ul li:nth-child(2):after,
.ysxkBox ul li:nth-child(4):after,
.ysxkBox ul li:nth-child(5):after {
    width: 100%;
    z-index: 2;
    position: absolute;
    content: "";
    right: 0;
    top: -1px;
    background: url(/client/images/ys-dw.png)no-repeat;
    background-size: 100% 100%;
    height: 0.31rem;
}

.ysxkBox ul li:nth-child(1),
.ysxkBox ul li:nth-child(2) {
    border-radius: 0.15rem 0 0 0.15rem;
}

.ysxkBox ul li:nth-child(4),
.ysxkBox ul li:nth-child(5) {
    border-radius: 0 00.15rem 0.15rem 0;
}

.ysxkBox ul li:nth-child(4):after,
.ysxkBox ul li:nth-child(5):after {
    transform: rotateY(180deg);
}

/* .ysxkBox ul li:nth-child(3){transform: scale(1.1); position: relative; z-index: 3; border-radius: 0.15rem;} */
.ysxkBox ul li:nth-child(3) {
    transform: scale(1.12);
    position: relative;
    z-index: 3;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.ysxkBox ul li:nth-child(3):hover {
    transform: scale(1.12) translateY(-5px);
}


/* 10-23 */
.homenewBox .right .newList dl dt:after {
    width: 0;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #047f61;
    transition-duration: .5s;
}

.homenewBox .right .newList dl:hover dt:after {
    width: 100%;
}

.homenewBox .right .newList dl:hover dt h1,
.homenewBox .left .swiper-slide:hover .textBox .text h1 {
    animation: push 1s ease-in-out
}

@keyframes push {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}


/*10-28 新增*/
.zjListBox{width: 100%; position: relative;}
.zjBox {
    width: 100%;
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 30px;
    transition: all 0.3s ease;
  }

  .expert-img {
    width: 6rem;
    height: 6rem;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 4px solid #fff;
  }

  .expert-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }

  .expert-img:hover img {
    transform: scale(1.03);
  }

  .expert-info {
    padding-top: 0.8rem;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
  }

  .expert-name {
    font-size: 28px;
    font-weight: bold;
    color: #1a365d;
    margin-bottom: 8px;
  }

  .expert-department {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 0.1rem;
  }

  .expert-position {
    font-size: 16px;
    color: #718096;
    margin-bottom: 20px;
  }

  .expert-description {
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 25px;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.18rem;
  }

  .detail-btn {
    cursor: pointer;
    width: 110px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #118569;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    margin-top: 0.34rem;
    transition-duration: .5s;
    outline: none;
    border: none;
  }
  .detail-btn:hover{color: #fff;}
  .detail-btn:hover {
    background: #118569;
  }

  .smallzj-container {
    position: absolute;
    margin-top: 20px;
    width: 63%;
    right: 0;
    bottom: 0.5rem;
    padding: 0 0.15rem;
  }

  .smallzj {
    display: flex;
    overflow: hidden;
    gap: 15px;
    padding: 0.1rem;
    scroll-behavior: smooth;
  }

  .smallzj-item {
    flex: 0 0 calc(33.333% - 10px);
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 0.5rem;
    padding: 3px;
  }

  .smallzj-item.active {
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.4);
    transform: translateY(-3px);
  }

  .smallzj-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

  .smallzj-img {
    width: 0.78rem;
    height: 0.78rem;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
  }

  .smallzj-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .smallzj-item:hover .smallzj-img img {
    transform: scale(1.05);
  }

  .smallzj-name {
    width: calc(96% - 0.78rem);
    padding: 0.1rem 0 0 0.1rem;
    color: #2d3748;
    font-size: 0.17ren;
  }
  .smallzj-name h1{font-size: 0.22rem;}
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    font-size: 0.7rem;
    color: #c5c5c5;
    font-weight: normal;
	outline: none;
  }


  .prev-btn {
    left: -0.4rem;
  }

  .next-btn {
    right: -0.4rem;
  }

  @media (max-width: 768px) {
    .zjBox {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .expert-img {
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }
    .expert-description{font-size: 16px;}
    .smallzj-item {
     display: none;
    }
    .smallzj-container {
        position: absolute;
        margin-top: 20px;
        width: 100%;
        right: 0;
        bottom: 50%;
        padding: 0 0.15rem;
    }
    .tit1 {
        position: absolute;
        left: -3.2%;
        width: 74%;
        top: 0.2rem;
    }
    .expert-info {
        padding-top: 10px;}
  }

  @media (max-width: 480px) {
    .smallzj-item {
      flex: 0 0 100%;
    }
  }



@media only screen and (max-width: 760px) {
    .module1 {

        padding: 20px 10px;
    }

    .homeSearch {
        width: 94%;
        left: 3%;
        padding: 10px;
        position: relative;
        top: 0;
    }

    .homeSearch .inputBox {
        width: 100%;
        margin-bottom: 8px;
    }

    .homeSearch .inputBox input {
        height: 34px;
        font-size: 16px;
    }

    .homeSearch .inputBox:nth-child(3) {
        margin-bottom: 0;
    }

    .homeSearch .inputBox .btn {
        width: 18px;
        height: 18px;
    }

    .homeSearch .inputBox .btn img {
        display: block;
        width: 100%;
    }

    .Navigation .left {
        width: 100%;
    }

    .Navigation .picBox {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
    }

    .Navigation .left li {
        width: 50%;
        height: 140px;
    }

    .Navigation .left li:nth-child(1) {

        top: 0;
    }

    .Navigation .left li:nth-child(2),
    .Navigation .left li:nth-child(3),
    .Navigation .left li:nth-child(4) {
        padding-top: 0;
        bottom: 0;
    }

    .Navigation .left li dl dd {
        font-size: 18px;
        line-height: 38px;

    }

    .Navigation .left {
        padding-top: 20px;
    }

    .Navigation .left li dl dt {
        width: 1rem;
        height: 1rem;
    }

    .Navigation .right {
        width: 100%;
        padding-top: 20px;
    }

    .Navigation .right .bit {
        padding-left: 0;
    }

    .Navigation .right .enterLink {
        width: 100%;
        height: auto;
        padding: 20px 20px 40px 20px;
    }

    .Navigation .right .enterLink ul li {
        line-height: 36px;
        padding-top: 10px;
        font-size: 16px;
    }

    .module2 {
        padding: 30px 10px;
    }

    .homenewBox .left {
        width: 100%;
    }

    .homenewBox .right {
        width: 100%;
        margin-top: 15px;
    }

    .homenewBox .left .swiper-slide .textBox {
        width: 100%;
        height: auto;
    }

    .homenewBox .left .swiper-slide .textBox .text h1 {
        font-size: 17px;
        line-height: 26px;
    }

    .homenewBox .left .swiper-slide .textBox .text .neir {
        width: 100%;
        font-size: 16px;
        line-height: 23px;
    }


    .module3 {

        padding: 20px 10px;
    }

    .departmentBox {
        width: 100%;
    }

    .departmentBg {
        width: 100%;
        position: relative;
        border-radius: 0.5rem;
        margin-top: 10px;
    }

    .home-ksdh-menu ul li {
        font-size: 16px;
    }

    .homenewBox .right .newList dl {
        padding-bottom: 10px;
    }

    .homenewBox .right .newList dl dt {
        width: 100%;
        padding: 10px;
    }

    .homenewBox .right .newList dl dt h1 {
        line-height: 30px;
        font-size: 16px;
    }

    .homenewBox .right .newList dl dt .neir {
        font-size: 15px;
        line-height: 24px;
    }

    .homenewBox .right .newList dl dd {
        width: 90%;
        margin-left: 5%;
    }

    .CbContainer1 .ksBox {
        width: 48%;
        line-height: 36px;
        font-size: 16px;
        margin-right: 2% !important;
    }

    .home2 .left {
        width: 90%;
        position: relative;
        z-index: 1;
        padding-left: 10%;
    }

    .tit1 {
        width: 77%;
        left: -4%;
        top: 0.15rem;
    }

    .home2 .right {
        width: 100%;
        padding-top: 20px;
    }

    .newSj {
        display: none;
    }

    .kyRi {
        width: 100% !important;
    }

    .newZb {
        font-size: 20px;
    }

    .newZb span {
        font-size: 15px;
    }

    .newFb {
        font-size: 15px;
        width: 100%;
        line-height: 23px;
    }

    .newMore {
        cursor: pointer;
        width: 130px;
        height: 36px;
        font-size: 15px;
    }

    .list5_b {
        padding: .18rem;
        margin: 0;
        margin-top: 1.5rem;
        margin-left: 0;
        overflow: hidden;
    }

    .list5 li .txt h1 {
        font-size: 17px;
        line-height: 30px;
    }

    .list5 li .txt {
        font-size: 15px;
    }

    .home2 .right .swiper-button-next {
        bottom: 0.2rem;
    }

    .module5 {
        padding: 30px 10px;
    }

    .ysxkBox ul {
        justify-content: left;
    }

    .ysxkBox ul li:after {
        display: none;
    }

    .ysxkBox ul li {
        width: 50%;
        border-radius: 0.1rem;
    }

    .ysxkBox ul li:nth-child(3) {
        transform: scale(1);
    }

    .ysxkBox ul li:nth-child(1),
    .ysxkBox ul li:nth-child(2) {
        border-radius: 0.15rem;
    }

    .ysxkBox ul li:nth-child(4),
    .ysxkBox ul li:nth-child(5) {
        border-radius: 0.15rem;
    }

    .pc-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin: 0 10px;
    }

    .banner .swiper-pagination-bullet-active {
        width: 10px !important;
    }

    .aboutNum dl {
        height: 280px;
    }
}