.swiper-container{
    overflow:hidden;
}
/*轮播图翻页*/
.idx-ban .swiper, .idx-ban .swiper-slide {
    overflow: hidden;
    position:relative;
}


.idx-ban .swiper {
    font-size: 0;
    height: auto;
    bottom: 0 !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.idx-ban .swiper-pagination-bullet {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    opacity: 0.6;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0 15px !important;
    line-height: 1;
}

.idx-ban .swiper-pagination-bullet::after {
    content: '';
    width: 1px;
    height: 25px;
    background-color: #fff;
    display: block;
    margin: 10px auto 0;
}

.idx-ban .swiper-pagination-bullet-active {
    opacity: 1;
}

.idx-ban .swiper-pagination-bullet-active::after {
    height: 45px;
}

.scale-animation {
    display: inline-block;
    -webkit-animation: scale-animation 3s ease-in-out forwards;
    animation: scale-animation 3s ease-in-out forwards;
}

@-webkit-keyframes scale-animation {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes scale-animation {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}
/* 快速导航 */
.ksdh{
    background:#c2dfff ;
    padding:30px 0;
}
.ksdh .swiper-slide div{
    height: 50px;
}
.ksdh .swiper-slide div img{
    height: 100%;
}
.ksdh .swiper-slide:hover div img{
    transform: rotateY(180deg); animation: bouns .6s infinite;
}

.ksdh .swiper-slide{
    text-align: center;
}
.ksdh .swiper-slide p{
    padding-top:8px;
    font-size: 16px;
}

.ksdh ul li a:hover p.img img {
    transform: rotateY(180deg);
    animation: bouns .6s infinite;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
.ksdh .swiper-container{
    padding:20px 0;
}

@keyframes bouns {
	0% {transform:translateY(0)}
	50% {transform:translateY(-5px)}
	100% {transform:translateY(0)}
}

/* 新闻 */
.newsbox{
    margin-top: 70px;
}
.newsbox .news{
    width: 56%;
    position: relative;
    float: left;
}

.news .item{
    width: 48%;
}
.news .itembox{
    margin-top:30px;
}
.news .itembox li{
    opacity: 0; 
    visibility: hidden; 
    display: none;
}
.news .itembox li.show{       
    opacity: 1; 
    visibility: visible; 
    animation: 0.3s ease 1 normal backwards running fadeInLeft;
    display: flex;
    justify-content: space-between;
}

.news .itembox .more{
    position: absolute;
    right: 0;
    top:5px;
    font-size: 15px;
}
.news .itembox .more:hover{
    color:#004998;
}
.news .title li{
    float:left;
    font-size: 26px;
    padding-right: 20px;
    cursor: pointer;
}
.news .title li.cur{
    color: #004998;;
}
.news .item img{
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.item h3 {
    position: relative;
}
.item h3 font{
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:15px 0;
    position: relative;
    line-height: 1.6;
}
.item h3 font:hover{
    color:#004998;
}
.item h3:after{
    position: absolute;
    height: 1px;
    background-color: #ccc;
    width: 30%;
    content:'';
    bottom: -8px;
    left: 0;
}
.item .text{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color:#555;
    line-height: 1.6;
}
.news .item .img{
    overflow: hidden;
}
.news .item img:hover{
    transform: scale(1.1);
    transition: transform 0.5s;
}
/* 新闻链接 */
.newsbox .textlist{
    line-height: 2.6;
    width: 100%;
}
.newsbox .textlist div{
    border-bottom: 1px dashed #CED8E5;
    position: relative;
}
.newsbox .textlist div a{
    padding-right:120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.newsbox .textlist div a:hover{
    color:#004998;
}
.newsbox .textlist div span{
    font-size: 14px;
    color:#888;
    position: absolute;
    right: 0;
    bottom: 0;
}
.newsbox .notice{
    width: 40%;
    float: right;
}
.newsbox .notice .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}
.newsbox .notice .title h2{
    font-size: 26px;
    color: #1a5ab5;    
}
.newsbox .notice .title .more{
    font-size: 15px;
}
.newsbox .notice .title .more:hover{
    color: #1a5ab5;
}
.notice ul{
    margin-top:30px;
}
.notice li{
    margin-bottom: 25px;
}
.notice li .time{
    float: left;
    width: 70px;
}
.notice li .time .ri{
    height: 32px;
    line-height: 32px;
    background-color: #1a5ab5;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.notice li .time .ny{
    height: 26px;
    line-height: 26px;
    background-color: #f2f3f8;
    color: #043376;
    font-size: 12px;
    text-align: center;
}
.notice li .text{
    float: right;
    width: calc(100% - 90px);
}
.notice li .text h3{
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 2px;
}
.notice li .text h3:hover{
    color:#004998;
}
.notice li .text p{
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 科室 */
.unit{
    background: url(/Resource/Images/depbg.jpg) center top no-repeat #daecff;
    padding: 80px 0 90px;
    margin-top:70px;
}
.unit .center{
    background-color: #fff;
    padding:20px 50px 50px;
}
.unit .title{
    display: flex;
    border-bottom: 1px solid #dddddd;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
}
.unit .title h2{
    font-size: 28px;
    position: relative;
}
.unit .title h2:after{
    content:'';
    position: absolute;
    height: 4px;
    width:110px;
    left: 0;
    bottom: 0;
    background-color: #004998;
}
.unit .title .more{
    font-size: 14px;
    color:#555;
}
.unit .title .more:hover{   
    color:#043376;
}
.unit .type{
    display: flex;
    font-size: 18px;
    padding:20px 0;
}
.unit .type li{
    font-weight: bold;
    padding-right: 50px;
    cursor: pointer;
}
.unit .type li.cur{
    color:#004998;
}
.unitlist.cur{
    display: block;
}
.unitlist{
    display: none;
}
.unitlist .left{
    width:34%;
    float: left;
}
.unitlist .right{
    width:64%;
    float: right;
}
.unitlist .left .imgbox{
    display: none;
    height: 320px;
    position: relative;
}
.unitlist .left .imgbox.cur{
    display: block;
}
.unitlist .left .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.unitlist .left .imgbox p{
    position: absolute;
    bottom:0;
    height: 40px;
    width: 100%;
    padding:0 30px;
    line-height: 40px;
    background: url(/Resource/Images/icon12.png) rgba(0,0,0,.6) calc(100% - 30px) center  no-repeat;
    color: #fff;
}
.unitlist .right li{
    width: 20%;
    padding-right:20px;
    float: left;
    line-height: 3;
    font-size: 15px;
    
}
.unitlist .right li a{
    display: block;
    max-width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    background: url(/Resource/Images/icon13.png) right center no-repeat;
}
.unitlist .right li a:hover,.unitlist .right li.cur a{
    color: #004998;
    background: url(/Resource/Images/icon14.png) right center no-repeat;
}

/* 专题+快速通道 */
.kstd{
    margin-top: 60px;
}
.kstd .title{
    font-size: 28px;
    line-height: 2;
}
.subject{
    width: 18%;
    float: left;
}
.subject a{
    display: block;
    margin-bottom: 8px;
}
.subject a img{
    width: 100%;
}
.fast{
    width: 80%;
    float: right;
}
.fast li {
    float: left;
    width: calc(100% / 5);
    padding-right: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.fast li div{
    width: 100%;
    background: #daecff;
    padding: 6px;
    height: 124px;
    box-sizing: border-box;
    transition: all .3s ease;
}

.fast li div a {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px dashed #f4faf9;
}

.fast li div a p.img {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 25px;
    transition: all 0s;
}
.fast li div a p.text{
    text-align: center;
}

.fast li:nth-child(1) p.img{
    background: url(/Resource/Images/fast1.png) no-repeat center top;
}
.fast li:nth-child(2) p.img{
    background: url(/Resource/Images/fast2.png) no-repeat center top;
}
.fast li:nth-child(3) p.img{
    background: url(/Resource/Images/fast3.png) no-repeat center top;
}
.fast li:nth-child(4) p.img{
    background: url(/Resource/Images/fast4.png) no-repeat center top;
}
.fast li:nth-child(5) p.img{
    background: url(/Resource/Images/fast5.png) no-repeat center top;
}
.fast li:nth-child(6) p.img{
    background: url(/Resource/Images/fast8.png) no-repeat center top;
}
.fast li:nth-child(7) p.img{
    background: url(/Resource/Images/fast7.png) no-repeat center top;
}
.fast li:nth-child(8) p.img{
    background: url(/Resource/Images/fast6.png) no-repeat center top;
}
.fast li:nth-child(9) p.img{
    background: url(/Resource/Images/fast9.png) no-repeat center top;
}
.fast li:nth-child(10) p.img{
    background: url(/Resource/Images/fast10.png) no-repeat center top;
}
.fast li:hover div {
    background: #1a5ab5;
}

.fast li:hover div p:nth-child(2) {
    color: #fff;
}

.fast li:hover div p.img img {
    animation: 0.3s ease 0.2s 1 normal backwards running fadeInDown;
}
.fast li:nth-child(1):hover p.img{
    background: url(/Resource/Images/fast1_w.png) no-repeat center top;
}
.fast li:nth-child(2):hover p.img{
    background: url(/Resource/Images/fast2_w.png) no-repeat center top;
}
.fast li:nth-child(3):hover p.img{
    background: url(/Resource/Images/fast3_w.png) no-repeat center top;
}
.fast li:nth-child(4):hover p.img{
    background: url(/Resource/Images/fast4_w.png) no-repeat center top;
}
.fast li:nth-child(5):hover p.img{
    background: url(/Resource/Images/fast5_w.png) no-repeat center top;
}
.fast li:nth-child(6):hover p.img{
    background: url(/Resource/Images/fast8_w.png) no-repeat center top;
}
.fast li:nth-child(7):hover p.img{
    background: url(/Resource/Images/fast7_w.png) no-repeat center top;
}
.fast li:nth-child(8):hover p.img{
    background: url(/Resource/Images/fast6_w.png) no-repeat center top;
}
.fast li:nth-child(9):hover p.img{
    background: url(/Resource/Images/fast9_w.png) no-repeat center top;
}
.fast li:nth-child(10):hover p.img{
    background: url(/Resource/Images/fast10_w.png) no-repeat center top;
}

.fastslide .swiper-pagination,.linkslide .swiper-pagination,.mySwiper .swiper-pagination{
    display: none;
}
.linkbox{
    margin:70px 0;
    
}
.linkbox li{
    width: 25%;
    border:1px solid #f4f4f4;
    float: left;
    height: 128px;;
}
.linkbox li a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.linkbox li a img{
    margin: 0 auto;
    transition: all 0.5s;
    max-width: 80%;
    object-fit: cover;
}
.linkbox li a:hover img{
    transform: scale(1.1);
}

@media (min-width:1920px) {
    .idx-ban .swiper-slide .img{
        width: 100% !important;
    }
}
@media (max-width:1320px) {
  
    .news .title li,.newsbox .notice .title h2{
        font-size: 22px;
    }
    .unit .title h2{
        font-size: 22px;
    }
    .unit{
        padding:40px 30px;
    }
   
    .subject,.fast{
        width:100%;
        float:none;
    }
    .subject .box{
        display: flex;
        justify-content: space-between;
    }
    .subject a{
        width: 32%;
    }
    .kstd .title{
        font-size: 22px;
    }
}
@media (max-width:1199px) { 
    .news .itembox .more,.newsbox .notice .title .more{
        font-size: 12px;
    }
    .news .title li, .newsbox .notice .title h2{
        font-size: 18px;
    }
    .fast li div a p.text{
        font-size: 15px;
    }
    .newsbox{
        margin-top:40px;
    }
    .unit .title h2{
        font-size: 18px;
    }
    .unit .type li{
        font-size: 17px;
    }
    .kstd .title{
        font-size: 18px;
    }
    .kstd,.linkbox{
        margin-top: 40px;
    }
    .linkbox{
        margin-bottom: 40px;
    }
}
@media (max-width:1020px) { 
    .newsbox .news{
        width: 100%;
        float: none;
    }
    .newsbox .notice{
        width: 100%;
        float: none;
        margin-top:40px;
    }
    .unitlist .left,.unitlist .right{
        float: none;
        width: 100%;
    }
    .unit{
        margin-top:40px;
    }
    .unit .type{
        display: flex;
        justify-content: space-around;
    }
    .unit .type li{
        padding: 0;
    }
    
}
@media (max-width:768px) { 
    .newsbox{
        margin-top:30px;
    }
    .news .title li, .newsbox .notice .title h2{
        font-size: 16px;
    }
    .item h3 font{
        font-size: 15px;;
    }
    .item .text{
        font-size: 13px;;
    }
    .ksdh{
        padding:15px 0;
    }
    
    .unitlist .right li{
        width: 33.3%;
    }
    .unit .center{
        padding:20px;
    }
    .unit .title h2{
        font-size: 16px;
    }
    .unit .type li{
        font-size: 15px;
    }
    .fast li div a p.text{
        font-size: 14px;
    }
    .kstd{
        margin-top: 30px;
    }
    .fastslide .swiper-pagination,.linkslide .swiper-pagination,.mySwiper .swiper-pagination{
        display: block;
    }
    .swiper-container.fastslide,.swiper-container.linkslide{
        padding:10px 0;
    }
    .kstd .title{
        font-size: 16px;
    }
    
    .linkbox{
        margin:20px 0;
    }
    
}
@media (max-width:640px) { 
    .news .itembox .more{
        bottom: -30px;
        top:auto;
        right: 50%;
        transform: translateX(50%);
        text-align: center;
        background-color: #004998;
        color: #fff;
        padding: 5px 15px;
        border-radius: 5px;
    }
    .fast li{
        width: calc(100% / 4);
    }
    .subject .box{
        flex-wrap: wrap;
    }
    .subject a{
        width: 49%;
    }
}
@media (max-width:500px) { 
    .center{
        padding: 0 20px;
    }
    .news .itembox li.show{
        display: block;
    }
    .news .item{
        width: 100%;
    }
    .news .item:nth-of-type(2){
        margin-top: 20px;
    }
    .news .title li{
        padding-right: 10px;;
    }
    .unit{
        padding: 30px 20px;
        margin-top:30px;
    }
    .unit .center{
        padding: 20px;
    }
    .unit .type{
        flex-wrap: wrap;
    }
    .unit .type li{
        padding:0 5px;
        width: 50%;
        text-align: center;
    }
    .unitlist .right li{
        width: 50%;
    }
    .unitlist .left .imgbox{
        height: 200px;
    }
}