/*医院动态(手机)*/
.m-index-news {
    font-size: 14px;
    margin-top: 15px;
    clear: both;
    background: #f5f5f5;
    overflow: hidden;
}

.m-index-news .depart {
    width: 100%;
}

.m-index-news .intro {
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    margin-top: 15px;
    padding: 0 10px;
}

.m-index-news .lunhuan {
    width: 35%;
}
.m-index-news .lunhuan img{
    width: 100%;
    height: 193px;
    border-radius: 5px;
}

.m-index-news .lunhuan .swiper-slide {
    position: relative;
}

.m-index-news .lunhuan .swiper-slide img {
    width: 100%
}

.m-index-news .lunhuan .swiper-slide .txt {
    display: none;
    position: absolute;
    bottom: 8px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    color: #fff;
    padding: 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-index-news .intro .con {
    width: 62%;
    padding-left: 10px;
}
.m-index-news .intro .con span{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.m-index-news .d_title li {
    float: left;
    margin-right: 20px;
}

/*.m-index-news .d_title li a {*/
/*    color: #333;*/
/*    position: relative;*/
/*    display: block;*/
/*    height: 50px;*/
/*}*/

/*.m-index-news .d_title li span {*/
/*    border-bottom: 2px solid #109aae*/
/*}*/

.m-index-news .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    ;
    background: none;
    width: 25%;
    float: left
}

.m-index-news .swiper-pagination-bullet-active {
    background: none;
    height: 100%
}

.m-index-news .swiper-pagination-bullet-active span {
    border-bottom: 3px solid #109aae;
    height: 99%;
}

.keshi .adv ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.keshi .adv ul a img{
    width: 100%;
}


/*医院视频(手机)*/
.m-video {
    margin-top: 15px;
    overflow: auto;
    background: #f5f5f5;
    padding-bottom: 10px;
    font-size: 14px
}

.m-video .content {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.m-video .content .left {
    width: 100%;
    margin-top: 2px;
    position: relative
}

.m-video .content .left .video_icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 35px);
}

.m-video .content .left img {
    width: 100%;
}

.m-video .content .right {
    width: 100%;
}

.m-video .content .right ul li {
    float: left;
    width: 49%;
    margin-top: 10px;
    position: relative
}

.m-video .content .right ul li:nth-child(odd) {
    clear: both
}

.m-video .content .right ul li:nth-child(even) {
    float: right
}

.m-video .content .right ul li .video_icon {
    position: absolute;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 35px);
}

.m-video .content .right ul li img {
    width: 100%;
}

.m-video .content .right ul li:last-child {
    float: right;
    text-align: right
}

.m-video .content span {
    text-align: center;
    display: block;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news .right .video .content{
    padding: 0 10px;
}
.index-news .right .video .content a .video_bj{
    width: 100%;
}
.index-news .right .video .content a span{
    line-height: 1.5;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*科室导航(手机)*/
.m-keshi {
    margin-top: 15px;
    font-size: 14px
}

.m-keshi .detail {
    background: #f5f5f5;
    padding-top: 10px;
    padding-left: 10px;
}

.m-keshi .swiper-pagination-bullet {
    margin-bottom: 5px;
    background: #26b9ce;
    width: 30%;
    display: block;
    color: #fff;
    float: left;
    line-height: 35px;
    height: 35px;
    text-align: center;
    margin-right: 2%;
    border-radius: 0;
    opacity: 1
}

.m-keshi .swiper-pagination-bullet-active {
    background: rgb(5, 82, 138);
    line-height: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.m-keshi .depart {
    clear: both;
    height: 290px
}

.m-keshi .depart ul li {
    background: #fff;
    float: left;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 5px;
    behavior: url(../images/pie.htc);
    margin-right: 3%;
    width: 22%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin-top: 14px;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-keshi .depart ul li:first-child,
.ksdh_list .children ul li:nth-child(6),
.ksdh_list .children ul li:nth-child(11),
.ksdh_list .children ul li:nth-child(16) {
    margin-left: 0px
}

.m-keshi .depart li.active {
    border-color: #528eb5;
}

.m-keshi .depart li.active {
    color: #528eb5;
    border-color: #528eb5;
    background: #fff;
}

.m-keshi .depart ul li i {
    position: absolute;
    width: 11px;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/ind_5_a.png) no-repeat center;
}

/*.m-keshi .depart ul .active{background: url("../images/depart_hover.jpg");background-position: 50% 0; background-size: 100% auto; width: 30%; margin-right: 3%; float: left;margin-bottom: 12px;padding: 3px 15px }*/
.m-keshi .on {
    display: block
}

.m-keshi .adv {
    margin-top: 10px;
}

.m-keshi .adv div img {
    margin-top: 5px;
    width: 100%;
}

.swiper-listthere{
    border: 0; 
    clear: both;
    padding: 0px 10px;
    margin: 10px 0;
    overflow: hidden;
}
.swiper-listthere ul{
          height: 156px;
}

/*医生介绍(手机)*/
.m-doctor {
    margin-top: 15px;
    position: relative;
}

.m-doctor .swiper-container {
    width: 100%;
    margin-top: 10px;
}

.m-doctor .tmp-swiper-button-next,
.m-doctor .tmp-swiper-button-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 999
}

.m-doctor .tmp-swiper-button-prev {
    background: url('../images/prev.png');
    background-position: 50% 0;
    background-size: 100% auto;
    left: 0;
    top: 40%
}

.m-doctor .tmp-swiper-button-prev:hover {
    background: url('../images/prev.png');
    background-position: 50% 0;
    background-size: 100% auto;
    left: 0;
    top: 40%
}

.m-doctor .tmp-swiper-button-next {
    background: url('../images/next.png') no-repeat center;
    background-size: 100% 100%;
    right: 0;
    top: 40%
}

.m-doctor .tmp-swiper-button-next:hover {
    background: url('../images/next.png') no-repeat center;
    background-size: 100% 100%;
    right: 0;
    top: 40%
}

.m-doctor .swiper-slide img {
    width: 100%
}

.m-doctor .swiper-slide .txt {
    height: auto;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    background: rgba(255, 255, 255, .8);
    padding: 10px;
    color: #25242a;
}

.m-doctor .swiper-slide .txt span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.m-doctor .swiper-slide .txt div {
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*医生列表(手机)*/
.m-doctorlist li {
    float: left;
    width: 25%;
    text-align: center;
    margin: 5px auto;
    font-size: 14px
}

.m-doctorlist li img {
    margin: 0 auto;
    margin-bottom: 5px;
    border: 1px solid #e1e1e1
}



/*学术研究(手机)*/
.m-study {
    margin-top: 15px;
}

.m-study .d_title {
    height: 40px;
    line-height: 40px;
    padding-left: 0;
}

.m-study .d_title a {
    display: block;
    background: none;
    width: 25%;
    float: left;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 0;
    opacity: 1
}

.m-study .d_title .swiper-pagination-bullet-active {
    background: #109aae;
    color: #fff;
}

/*.m-study .d_title a:first-child:before{content: '';color: #ffffff;background: url("../images/xueshu_icon.png") 100% 100%; width: 20px; height: 15px;position: absolute;top:10px;left:-2px; background-repeat: no-repeat; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;background-position: center 0;}
.m-study .d_title a:nth-child(2):before{content: '';position: absolute;background: url("../images/gongyi_icon.png") 100% 100%; width:13px; height:13px;top:10px;left:3px;background-repeat: no-repeat; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;background-position: center 0;}
.m-study .d_title a:nth-child(3):before{content: '';position: absolute;background: url("../images/xianjing_icon.png") 100% 100%; width:16px; height: 13px;top:10px;left:3px;background-repeat: no-repeat; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;background-position: center 0;}
.m-study .d_title a:nth-child(4):before{content: '';position: absolute;background: url("../images/huanjin_icon.png") 100% 100%; width:12px; height: 15px;top:10px;left:3px;background-repeat: no-repeat; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;background-position: center 0;}
.m-study .d_title a:first-child.swiper-pagination-bullet-active:before{content: '';color: #ffffff;background: url("../images/xueshu_icon_hover.png") 100% 100%; width: 20px; height: 15px;position: absolute;top:10px;left:5px; background-repeat: no-repeat; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;background-position: center 0;}
.m-study .d_title a:nth-child(2).swiper-pagination-bullet-active:before{content: '';position: absolute;background: url("../images/gongyi_icon_hover.png") 100% 100%; width:13px; height:13px;top:10px;left:8px;background-repeat: no-repeat; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;background-position: center 0;}
.m-study .d_title a:nth-child(3).swiper-pagination-bullet-active:before{content: '';position: absolute;background: url("../images/xianjing_icon_hover.png") 100% 100%; width:16px; height: 13px;top:10px;left:5px;background-repeat: no-repeat; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;background-position: center 0;}
.m-study .d_title a:nth-child(4).swiper-pagination-bullet-active:before{content: '';position: absolute;background: url("../images/huanjin_icon_hover.png") 100% 100%; width:12px; height: 15px;top:10px;left:8px;background-repeat: no-repeat; background-size: cover;-webkit-background-size: cover;-o-background-size: cover;background-position: center 0;}*/
.m-study .content {
    margin-top: 10px
}

.m-study .left {
    width: 49%;
    position: relative;
}
.m-study .equipment{
    display: flex;
    justify-content: center;
    gap: 8px;
}
.m-study .left img,.m-study .right img {
   width: 100%;
   height: 100%;
}
.m-study .left a div,.m-study .right a div{
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-study .left a div span,.m-study .right a div span{
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-study .right {
    width: 49%;
}
.m-study .right ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.m-study .right ul li {
   
}

.m-study .right1 {
    width: 100%;
}

.m-study .right1 ul li {
    margin-bottom: 8px;
    float: left;
    width: 49%
}

.m-study .right1 ul li:nth-child(even) {
    float: right
}

.m-study .right1 ul li:nth-child(odd) {
    clear: both;
}


/*品牌(手机)*/
.m-brand {
    margin-top: 15px;
}

.m-brand li {
    float: left;
    width: 50%;
    position: relative;
    behavior: url(css/PIE.htc);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.m-brand li>a {
    display: block;
    padding-bottom: 53.3%;
}

.m-brand li>a img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.m-brand li .tit {
    position: absolute;
    width: 90%;
    left: 5%;
    text-align: center;
    top: 50%;
    height: 120px;
    margin-top: -60px;
    color: #fff;
    z-index: 20;
}

.m-brand li .tit label {
    font-size: 12px;
    line-height: 1;
    display: block;
}

.m-brand .tit h3 {
    font-size: 14px;
    line-height: 1.5em;
    height: 3em;
    margin-top: 15%;
    color: #FFF;
}

.m-brand .tit i {
    display: block;
    width: 38px;
    margin: 20px auto;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.m-brand .li_2 .tit i {
    background-color: #474747;
}

.m-brand .li_2 .tit {
    color: #383838;
}

.m-brand .li_2 h3 {
    color: #383838;
}

.m-brand {
    overflow: auto
}

.m-brand li>a {
    display: block;
    padding-bottom: 88.3%;
}

.m-brand .tit h3 {
    margin-top: 0;
}

.m-brand .li_3 .bg {
    background: url(../images/line.png) repeat 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.home-banner{
    position: relative;
}

/*css reset 结束*/

@media (min-width: 768px) {
     .swiper-list{
         
     }
     .swiper-list ul{
         height: 135px;
     }
     .swiper-listtwo ul{
         /*height: 189px;*/
         height: 203px;
     }
    /* 医院动态*/
    .index-news {
        padding-top: 25px
    }

    .index-news .left {
        float: left;
        /*width: 852px;*/
        width: 71%;
        height: 570px;
        background: rgb(247, 247, 247);
    }

    .index-news .left .title {
        background: #ebebeb;
        box-sizing: border-box;
        height: 50px;
        line-height: 50px;
        position: relative;
        padding-left: 10px
    }

    .index-news .left .title li {
        float: left;
        margin-right: 30px;
    }

    .index-news .left .title li a {
        font-size: 16px;
        color: #333;
        position: relative;
        display: block;
        height: 50px;
    }

    .index-news .left .title li.active a {
        color: #109aae;
    }

    .index-news .left .title li.active a:after {
        display: block;
        content: '';
        width: 100%;
        bottom: 0;
        left: 0;
        background: #109aae;
        height: 3px;
        position: absolute;
    }

    .index-news .left .newslist {
        padding-top: 20px;
        display: flex;
    }

    .index-news .swiper-pagination-bullet {
        font-size: 16px;
        display: inline-block;
        border-radius: 0;
        opacity: 1;
        ;
        background: none;
        width: 100px;
        height: 50px;
        line-height: 50px;
        float: left;
    }

    .index-news .swiper-pagination-bullet-active {
        background: none;
        height: 100%
    }

    .index-news .swiper-pagination-bullet-active div {
        border-bottom: 3px solid #109aae;
    }

    /* 新闻切换*/
    .index-news .newslist_all {
        width: 100%;
        height: 496px
    }

    .index-news .newslist_all .content {
        display: none
    }

    .index-news .newslist_all .on {
        display: block;
    }

    .index-news .newslist {
        /*margin-bottom: 20px;*/
        /*height: 219px*/
    }

    .index-news .newslist .lunhuan {
        float: left;
        /*width: 354px;*/
        width: 41.6%;
        margin-left: 10px
    }

    .index-news .newslist .lunhuan img {
        width: 100%;
        height: 230px
    }

    .index-news .newslist .detail {
        float: right;
        /*width: 470px;*/
        width: 55.2%;
        margin-left: 15px;
        padding-right: 15px
    }

    .index-news .newslist .index-new a {
        position: relative;
        width: 100%;
        display: block;
    }

    .index-news .newslist .index-new a span {
        position: absolute;
        width: 100%;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        background: rgba(49, 108, 173, 0.5);
        bottom: 0;
        left: 0;
        font-size: 16px;
        color: #fff;
        padding: 0 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index-news .newslist .flex-control-nav {
        height: 20px;
        width: 100%;
        position: absolute;
        top: 20px;
        text-align: right;
        padding-right: 10px
    }

    .index-news .newslist .flex-control-nav li {
        margin: 0 4px;
    }

    .index-news .newslist .flex-control-nav a {
        width: 10px;
        height: 10px;
        box-shadow: none;
        font-size: 0px
    }

    .index-news .newslist .flex-control-nav a.flex-active {
        background: #109aae;
    }

    .index-news .index-news-des {
        padding-top: 0px
    }

    .index-news .index-news-des .gonggao {
        margin-bottom: 5px
    }

    .index-news .index-news-des .toutiao .one {
        font-size: 16px;
        color: #000000;
        margin-bottom: 3px;
        font-weight: bold;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .index-news .index-news-des .toutiao .two {
        color: #979696;
        margin-bottom: 7px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .index-news .index-news-des .toutiao .two a {
        color: #486db2;
        display: inline-block;
    }

    .index-news .index-news-des .toutiao .two a:visited {
        text-underline: none;
        text-decoration: none;
    }

    .index-news .index-news-des .gonggao .pull-left {
        font-size: 16px
    }

    .index-news .index-news-des .gonggao .pull-right {
        width: 80%;
        background: url("../images/gonggao.jpg");
        background-repeat: repeat-x;
    }

    .index-news .right {
        float: right;
        /*width: 338px;*/
        width: 28%;
        height: 570px;
        overflow: hidden;
        background: #ebebeb;
    }

    .index-news .right .video .title {
        background: #ebebeb;
        box-sizing: border-box;
        height: 50px;
        line-height: 50px;
        position: relative;
        color: #333;
        font-size: 16px;
        padding-left: 10px;
    }

    .index-news .right .video .title .more {
        font-size: 14px;
        padding-right: 10px;
        color: #383838
    }

    .index-news .right .video .content {
        text-align: center;
        position: relative
    }

    .index-news .right .video .content .video_icon {
        position: absolute;
        width: 66px;
        height: 66px;
        left: calc(50% - 33px);
        top: calc(50% - 55px);
    }
    .index-news .right .video .content a {
        font-size: 14px;
        color: #6a6868;
        height: 40px;
        line-height: 40px
    }

    .index-news .right .video_more {
        margin: 10px 10px;
        background: #ebebeb;
        overflow: auto;
        padding-bottom: 10px;
    }

    .index-news .right ul li {
        float: left;
        width: 48%;
        position: relative;
        margin-bottom: 5px;
    }

    .index-news .right ul li .video_icon {
        position: absolute;
        width: 36px;
        height: 36px;
        left: calc(50% - 18px);
        top: calc(50% - 36px);
    }

    .index-news .right ul li:nth-child(2) {
        text-align: right;
        float: right
    }

    .index-news .right ul li:nth-child(4) {
        text-align: right;
        float: right
    }

    .index-news .right .video_more a {
        font-size: 14px;
        color: #6a6868;
        text-align: center
    }
    .index-news .right .video_more a .img-responsive{
        width: 100%;
        height: 90px;
    }

    .index-news .right .video_more span {
        display: block;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /*科室导航*/
    .keshi {
        background: #f5f5f5;
        margin-top: 25px;
    }

    .keshi .detail {
        height: 283px
    }

    .keshi .keshinews {
        float: left;
        width: 354px;
    }

    .keshi .right {
        float: right;
        width: 820px;
    }

    .keshi .clicklink {
        margin-top: 20px;
        float: left;
        padding-right: 10px;
    }

    .keshi .clicklink a {
        background: #26b9ce;
        padding: 0 15px;
        height: 40px;
        display: block;
        color: #fff;
        float: left;
        line-height: 40px;
        margin-left: 4px;
        text-align: center;
        font-size: 16px
    }

    .keshi .clicklink a:first-child {
        margin-left: 0
    }

    .keshi .clicklink .active {
        background: url("../images/clicklink_hover.jpg") center center;
        padding: 0 15px;
        height: 45px;
        text-decoration: none;
    }

    .keshi .depart {
        padding-top: 20px;
        clear: both;
        display: none
    }

    .keshi .depart ul li {
        background: url("../images/depart.jpg");
        width: 155px;
        height: 42px;
        line-height: 42px;
        padding-left: 20px;
        float: left;
        margin-left: 8px;
        margin-bottom: 10px;
    }

    .keshi .depart ul a:first-child li,
    .keshi .depart ul a:nth-child(6) li,
    .keshi .depart ul a:nth-child(11) li,
    .keshi .depart ul a:nth-child(16) li {
        margin-left: 2px
    }

    .keshi .depart ul .active {
        background: url("../images/depart_hover.jpg");
    }

    .keshi .depart ul a:hover {
        color: #528eb5
    }

    .keshi .on {
        display: block
    }

    .keshi .keshinews {
        position: relative
    }

    .keshi .keshinews img {
        margin-left: 10px;
        margin-top: 20px;
        width: 360px
    }

    .keshi .keshinews .desc {
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.8);
        bottom: 0;
        left: 0;
        font-size: 14px;
        color: #fff;
        padding: 0 20px;
        margin-left: 10px;
    }

    .keshi .keshinews .desc span {
        display: block;
        font-size: 22px;
        height: 40px;
        line-height: 40px;
    }

    .keshi .keshinews .desc .txt {
        line-height: 20px;
        margin-bottom: 5px;
        height: 40px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .keshi .adv {
        margin-top: 20px;
    }

    .keshi .adv ul li {
        float: left;
        width: 33%;
        padding-left: 8px;
    }

    .keshi .adv ul li:first-child {
        float: left;
        padding-left: 0px;
    }


    /*医生介绍*/
    .doctor {
        background: #f5f5f5;
    }

    .doctor .detail {
        width: 100%;
        /*height: 300px*/
    }

    .doctor .left {
        float: left;
        width: 48%;
    }

    .doctor .left .intro {
        background: #109aae;
        height: 473px;
        margin-left: 15px;
        margin-top: 15px;
    }

    .doctor .left .intro li {
        float: left;
        margin-top: 15px;
        margin-left: 15px;
        position: relative
    }

    .doctor .left .intro li a:hover {
        color: #979696
    }

    .doctor .left .intro li span {
        background: #fff;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    /*.doctor .left .intro ul .active{background: #fff;z-index: 999;position: absolute;left: 0px;width: 310px;}*/
    .doctor .doctor-l li:nth-child(1) .info,
    .doctor .doctor-l li:nth-child(2) .info,
    .doctor .doctor-l li:nth-child(5) .info,
    .doctor .doctor-l li:nth-child(6) .info,
    .doctor .doctor-l li:nth-child(9) .info,
    .doctor .doctor-l li:nth-child(10) .info {
        left: 97px;
    }

    .doctor .doctor-l li:nth-child(3) .info,
    .doctor .doctor-l li:nth-child(4) .info,
    .doctor .doctor-l li:nth-child(7) .info,
    .doctor .doctor-l li:nth-child(8) .info,
    .doctor .doctor-l li:nth-child(11) .info,
    .doctor .doctor-l li:nth-child(12) .info {
        right: 97px;
    }

    .doctor .left .intro li .info {
        width: 212px;
        height: 120px;
        background-color: #fff;
        padding: 20px;
        overflow: hidden;
        position: absolute;
        top: 0;
        opacity: 1;
        z-index: 9;
    }

    .doctor .right {
        float: right;
        width: 52%;
    }

    .intro .swiper-pagination-bullet {
        background: #358ad4;
        width: 13px;
        height: 13px;
        opacity: 0.8
    }

    .intro .swiper-pagination-bullet-active {
        background: #d9ae6f
    }

    .experts {
        margin-top: 15px;
        background: #f5f5f5;
    }

    .experts .experts-r {
        width: 100%;
        float: right;
    }

    .experts .experts-r .swiper-slide {
        overflow: hidden;
    }

    .experts .experts-r .swiper-slide .txt {
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
        background: rgba(255, 255, 255, .8);
        padding: 20px 15px 8px 15px;
        color: #25242a;
        margin: 0 10px
    }

    .experts .experts-r .swiper-slide .txt span {
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
        display: block;
        margin-bottom: 5px
    }

    .experts .experts-r .swiper-slide .txt div {
        font-size: 15px;
        line-height: 22px;
    }

    .experts .experts-r .swiper-button-next,
    .experts .experts-r .swiper-button-prev {
        width: 88px;
        height: 87px;
        opacity: 1;
    }

    .experts .experts-r .swiper-button-prev,
    .experts .experts-r .swiper-container-rtl .swiper-button-next {
        background: url('../images/icon.png') 0px -374px;
        left: 2%
    }

    .experts .experts-r .swiper-button-prev:hover,
    .experts .experts-r .swiper-container-rtl .swiper-button-next:hover {
        background: url('../images/icon.png') 0 -286px;
    }

    .experts .experts-r .swiper-button-next,
    .experts .experts-r .swiper-container-rtl .swiper-button-prev {
        background: url('../images/icon.png') -89px -374px;
        right: 2%
    }

    .experts .experts-r .swiper-button-next:hover,
    .mlxc .swiper-container-rtl .swiper-button-prev:hover {
        background: url('../images/icon.png') -89px -286px;
    }


    /*科普新闻*/
    .catenews {
        margin-top: 25px;
        align-items: center;
    }

    .kebunews {
        width: 32.75%;
        float: left;
        margin-right: 10px;
        background: #f5f5f5;
    }

    .kebunews .intro {
        margin-left: 10px;
        margin-top: 25px;
        border-bottom: 1px solid #d3d3d3;
        height: 120px;
        margin-right: 10px
    }

    .kebunews .intro img {
        float: left;
        height: 104px;
        width: 147px
    }

    .kebunews .intro .con {
        float: right;
        width: 55%;
        margin-right: 10px
    }

    .kebunews .intro .con span {
        display: block;
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kebunews .intro .con span a {
        color: #282828;
    }

    .kebunews .intro .con span a:hover {
        color: #486db2
    }

    .kebunews .intro .con div {
        font-size: 14px;
        color: #979696;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    /*学术研究*/
    .study {
        margin-top: 25px;
        background: #f5f5f5;
    }

    .study .d_title {
        height: 48px;
        line-height: 48px
    }

    .study .d_title ul li {
        float: left;
        font-size: 16px;
        padding: 0px 30px
    }

    .study .d_title ul .active {
        background: url("../images/study_title_hover.jpg");
        width: 166px;
        height: 55px;
        background-position: left bottom
    }

    .study .d_title ul .active a {
        color: #fff
    }

    .study .d_title ul li a {
        position: relative;
        padding-left: 25px
    }

    .study .d_title ul li:first-child a:before {
        content: '';
        color: #ffffff;
        background: url("../images/xueshu_icon.png");
        width: 30px;
        height: 25px;
        position: absolute;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(2) a:before {
        content: '';
        position: absolute;
        background: url("../images/comment_icon.png");
        width: 20px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(3) a:before {
        content: '';
        position: absolute;
        background: url("../images/honer_icon.png");
        width: 20px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(4) a:before {
        content: '';
        position: absolute;
        background: url("../images/gongyi_icon.png");
        width: 23px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(5) a:before {
        content: '';
        position: absolute;
        background: url("../images/xianjing_icon.png");
        width: 26px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(6) a:before {
        content: '';
        position: absolute;
        background: url("../images/huanjin_icon.png");
        width: 22px;
        height: 25px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:first-child.active a:before {
        content: '';
        color: #ffffff;
        background: url("../images/xueshu_icon_hover.png");
        width: 30px;
        height: 25px;
        position: absolute;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(2).active a:before {
        content: '';
        position: absolute;
        background: url("../images/comment_icon_hover.png");
        width: 20px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(3).active a:before {
        content: '';
        position: absolute;
        background: url("../images/honer_icon_hover.png");
        width: 20px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(4).active a:before {
        content: '';
        position: absolute;
        background: url("../images/gongyi_icon_hover.png");
        width: 23px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(5).active a:before {
        content: '';
        position: absolute;
        background: url("../images/xianjing_icon_hover.png");
        width: 26px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(6).active a:before {
        content: '';
        position: absolute;
        background: url("../images/huanjin_icon_hover.png");
        width: 22px;
        height: 25px;
        top: 0px;
        left: -10px;
    }

    .study .content {
        width: 100%;
        clear: both;
        height: 472px;
        padding-top: 10px;
        display: none
    }

    .study .on {
        display: block
    }

    .study .content .left {
        float: left;
        width: 25%;
        padding-left: 10px;
        position: relative;
    }

    .study .content .right {
        float: right;
        width: 75%;
    }

    .study .content .right ul li {
        width: 32%;
        float: left;
        margin-left: 9px;
        margin-bottom: 10px;
        position: relative;
    }

    .study .content .right ul li img {
        /*width: 285px;*/
        width: 100%;
        height: 220px;
        overflow: hidden
    }

    .study .content .left div {
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.7);
        bottom: 0;
        left: 0;
        ;
        color: #fff;
        margin-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .study .content .left div span {
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .study .content .tran_scale div {
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.7);
        bottom: 0;
        left: 0;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .study .content .tran_scale div span {
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .study .content .tran_scale div a {
        color: #fff
    }

    .study .content .right1 {
        float: right;
        width: 100%;
    }

    .study .content .right1 ul li {
        float: left;
        margin-left: 10px;
        margin-bottom: 10px;
        position: relative
    }

    .study .content .right1 ul li img {
        width: 285px;
        height: 220px;
        overflow: hidden
    }

    .study .content .right1 .video_icon {
        position: absolute;
        left: 35%;
        top: 25%;
        width: 74px;
        height: 74px;
    }

    /*品牌*/
    .brand {
        margin-top: 25px;
    }

    .brand li {
        float: left;
        width: 25%;
        position: relative;
        behavior: url(css/PIE.htc);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .brand li>a {
        display: block;
        padding-bottom: 53.3%;
    }

    .brand li>a img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .brand li .tit {
        position: absolute;
        width: 90%;
        left: 5%;
        text-align: center;
        top: 50%;
        height: 120px;
        margin-top: -60px;
        color: #fff;
        z-index: 20;
    }

    .brand li .tit label {
        font-size: 12px;
        line-height: 1;
        display: block;
    }

    .brand .tit h3 {
        font-size: 18px;
        line-height: 1.5em;
        height: 3em;
        margin-top: 15%;
        color: #FFF;
    }

    .brand .tit i {
        display: block;
        width: 38px;
        margin: 25px auto;
        height: 1px;
        background: #fff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .brand .li_2 .tit i {
        background-color: #474747;
    }

    .brand .li_2 .tit {
        color: #383838;
    }

    .brand .li_2 h3 {
        color: #383838;
    }

    .brand {
        padding-bottom: 50px;
        overflow: auto
    }

    .brand li>a {
        display: block;
        padding-bottom: 88.3%;
    }

    .brand .tit h3 {
        margin-top: 0;
    }

    .brand .li_3 .bg {
        background: url(../images/line.png) repeat 0 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }


}
@media (min-width: 1199px){
    .ysjj-content{
        background: #f5f5f5;
        margin-top: 25px;
    }
    .experts .experts-r{
        padding: 0 10px 10px 10px !important;
    }
}
/*自适应*/
@media (min-width: 1024px) and (max-width: 1199px) {

    /* 医院动态*/
    .index-news {
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .index-news .left {
        float: left;
        width: 65%;
    }

    .index-news .left .title {
        background: #ebebeb;
        box-sizing: border-box;
        height: 50px;
        line-height: 50px;
        position: relative;
        padding-left: 10px
    }

    .index-news .left .title li {
        float: left;
        margin-right: 30px;
    }

    .index-news .left .title li a {
        font-size: 16px;
        color: #333;
        position: relative;
        display: block;
        height: 50px;
    }

    .index-news .left .title li.active a {
        color: #109aae;
    }

    .index-news .left .title li.active a:after {
        display: block;
        content: '';
        width: 100%;
        bottom: 0;
        left: 0;
        background: #109aae;
        height: 3px;
        position: absolute;
    }

    .index-news .left .newslist {
        padding-top: 20px;
    }

    .index-news .swiper-pagination-bullet {
        font-size: 16px;
        display: inline-block;
        border-radius: 0;
        opacity: 1;
        ;
        background: none;
        width: 100px;
        height: 50px;
        line-height: 50px;
        float: left;
    }

    .index-news .swiper-pagination-bullet-active {
        background: none;
        height: 100%
    }

    .index-news .swiper-pagination-bullet-active div {
        border-bottom: 3px solid #109aae;
    }

    /* 新闻切换*/
    .index-news .newslist_all {
        width: 100%;
        padding-bottom: 15px;
        overflow: auto
    }

    .index-news .newslist_all .content {
        display: none
    }

    .index-news .newslist_all .on {
        display: block;
    }

    .index-news .newslist {
        margin-bottom: 20px;
        height: 216px
    }

    .index-news .newslist .lunhuan {
        float: left;
        width: 45%;
        margin-left: 10px
    }

    .index-news .newslist .detail {
        float: left;
        width: 70%;
        margin-left: 15px;
        padding-right: 15px
    }

    .index-news .newslist .slides a {
        position: relative;
        width: 100%;
        display: block;
    }

    .index-news .newslist .slides a span {
        position: absolute;
        width: 100%;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        background: rgba(49, 108, 173, 0.5);
        bottom: 0;
        left: 0;
        font-size: 16px;
        color: #fff;
        padding: 0 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index-news .newslist .flex-control-nav {
        height: 20px;
        width: 100%;
        position: absolute;
        top: 20px;
        text-align: right;
        padding-right: 10px
    }

    .index-news .newslist .flex-control-nav li {
        margin: 0 4px;
    }

    .index-news .newslist .flex-control-nav a {
        width: 10px;
        height: 10px;
        box-shadow: none;
        font-size: 0px
    }

    .index-news .newslist .flex-control-nav a.flex-active {
        background: #109aae;
    }

    .index-news .index-news-des {
        padding-top: 0px
    }

    .index-news .index-news-des .toutiao .two a {
        color: #486db2;
        display: inline-block;
    }

    .index-news .index-news-des .gonggao .pull-left {
        font-size: 16px
    }

    .index-news .index-news-des .gonggao .pull-right {
        width: 75%;
        background: url("../images/gonggao.jpg");
        background-repeat: repeat-x;
    }

    .index-news .right {
        float: right;
        width: 34%;
    }

    .index-news .right .video .title {
        background: #ebebeb;
        box-sizing: border-box;
        height: 50px;
        line-height: 50px;
        position: relative;
        color: #333;
        font-size: 16px;
        padding-left: 10px;
    }

    .index-news .right .video .title .more {
        font-size: 14px;
        padding-right: 10px;
        color: #383838
    }

    .index-news .right .video .content {
        text-align: center;
        position: relative
    }

    .index-news .right .video .content .video_icon {
        /*position: absolute;*/
        /*width: 80px;*/
        /*height: 80px;*/
        /*left: 40%;*/
        /*top: 30%;*/
    }

    .index-news .right .video .content img {
        /*margin: 0 10px;*/
        /*width: 318px*/
    }

    .index-news .right .video .content a {
        font-size: 14px;
        color: #6a6868;
        height: 40px;
        line-height: 40px
    }

    .index-news .right .video_more {
        margin: 10px 10px;
        background: #ebebeb;
        overflow: auto;
        padding-bottom: 10px;
    }

    .index-news .right ul li {
        float: left;
        width: 48%;
        position: relative;
        height: 119px;
        margin-bottom: 5px;
    }

    .index-news .right ul li .video_icon {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 35%;
        top: 25%;
    }

    .index-news .right ul li:nth-child(2) {
        text-align: right;
        float: right
    }

    .index-news .right ul li:nth-child(4) {
        text-align: right;
        float: right
    }

    .index-news .right .video_more a {
        font-size: 14px;
        color: #6a6868;
        text-align: center
    }

    .index-news .right .video_more span {
        display: block;
        height: 33px;
        line-height: 33px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    /*科室导航*/
    .keshi {
        background: #f5f5f5;
        overflow: auto;
        padding-bottom: 20px;
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px
    }

    .keshi .detail {
        height: 283px
    }

    .keshi .keshinews {
        float: left;
        width: 32%;
    }

    .keshi .right {
        float: right;
        width: 68%;
    }

    .keshi .depart {
        clear: both;
        display: none;
        padding-left: 10px
    }

    .keshi .clicklink {
        margin-top: 20px;
        float: right;
        padding-right: 5px;
    }

    .keshi .clicklink a {
        background: #26b9ce;
        padding: 0px 11px;
        height: 40px;
        display: block;
        color: #fff;
        float: left;
        line-height: 40px;
        margin-left: 3px;
        text-align: center;
        font-size: 16px
    }

    .keshi .clicklink a:first-child {
        margin-left: 0
    }

    .keshi .clicklink .active {
        background: url("../images/clicklink_hover.jpg") center center;
        padding: 0px 4px;
        height: 45px;
        text-decoration: none;
    }

    .keshi .depart ul li {
        float: left;
        margin-left: 10px;
        cursor: pointer;
        border: 1px solid #cccccc;
        border-radius: 5px;
        behavior: url(css/PIE.htc);
        width: 18%;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        margin-top: 10px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .keshi .depart ul li i {
        position: absolute;
        width: 11px;
        left: 0;
        top: 0;
        height: 100%;
        background: url(../images/ind_5.png) no-repeat center;
    }

    .keshi .depart ul a li {
        padding-right: 5px;
        display: block;
        color: #333;
        padding-left: 26px;
        position: relative;
        background: #fff;
    }

    .keshi .on {
        display: block
    }

    .keshi .keshinews {
        position: relative
    }

    .keshi .keshinews img {
        margin-left: 10px;
        margin-top: 20px;
        width: 360px
    }

    .keshi .keshinews div {
        position: absolute;
        width: 100%;
        line-height: 22px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.8);
        bottom: 0;
        left: 0;
        font-size: 14px;
        color: #fff;
        padding: 5px 20px;
        margin-left: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .keshi .keshinews div span {
        display: block;
        font-size: 22px;
        height: 40px;
        line-height: 40px;
    }

    .keshi .adv {
        width: 100%;
        padding-left: 10px
    }

    .keshi .adv ul li {
        float: left;
        width: 32%
    }

    .keshi .adv ul li:first-child {
        margin-right: 1.5%;
    }

    .keshi .adv ul li:last-child {
        float: right;
        margin-left: 0;
    }

    /*医生介绍*/
    .doctor {
        background: #f5f5f5;
        margin: 0 10px;
        margin-top: 25px;
        padding-bottom: 20px
    }

    .doctor .detail {
        overflow: auto
    }

    .doctor .left {
        float: left;
        width: 50%;
    }

    .doctor .left .intro {
        background: #109aae;
        height: 473px;
        margin-left: 15px;
        margin-top: 15px;
    }

    .doctor .left .intro li {
        float: left;
        margin-top: 15px;
        margin-left: 15px;
        position: relative
    }

    .doctor .left .intro li a:hover {
        color: #979696
    }

    .doctor .left .intro li span {
        background: #fff;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    /*.doctor .left .intro ul .active{background: #fff;z-index: 999;position: absolute;left: 0px;width: 310px;}*/
    .doctor .doctor-l li:nth-child(1) .info,
    .doctor .doctor-l li:nth-child(2) .info,
    .doctor .doctor-l li:nth-child(5) .info,
    .doctor .doctor-l li:nth-child(6) .info,
    .doctor .doctor-l li:nth-child(9) .info,
    .doctor .doctor-l li:nth-child(10) .info {
        left: 97px;
    }

    .doctor .doctor-l li:nth-child(3) .info,
    .doctor .doctor-l li:nth-child(4) .info,
    .doctor .doctor-l li:nth-child(7) .info,
    .doctor .doctor-l li:nth-child(8) .info,
    .doctor .doctor-l li:nth-child(11) .info,
    .doctor .doctor-l li:nth-child(12) .info {
        right: 97px;
    }

    .doctor .left .intro li .info {
        width: 212px;
        height: 120px;
        background-color: #fff;
        padding: 20px;
        overflow: hidden;
        position: absolute;
        top: 0;
        opacity: 1;
        z-index: 9;
    }

    .doctor .right {
        float: right;
        width: 52%;
    }

    .intro .swiper-pagination-bullet {
        background: #358ad4;
        width: 13px;
        height: 13px;
        opacity: 0.8
    }

    .intro .swiper-pagination-bullet-active {
        background: #d9ae6f
    }

    .experts {
        margin-top: 15px;
        background: #f5f5f5;
    }

    .experts .experts-l {
        width: 47%;
        height: 400px;
        float: left;
        padding-left: 15px;
    }

    .experts .experts-l .bt {
        font-size: 22px;
        line-height: 60px;
        padding-bottom: 5px;
        color: #fff;
    }

    .experts .experts-l .swiper-container {
        width: 100%;
        background: #109aae;
    }

    .experts .experts-l .swiper-slide li {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        position: relative;
    }

    .experts .experts-l .swiper-slide li:nth-child(4n) {
        margin-right: 0;
    }

    .experts .experts-l .swiper-slide .tx img {
        width: 80px;
        height: 108px
    }

    .experts .experts-l .swiper-slide .xm {
        background: #fff;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    .experts .experts-l .swiper-slide li .info {
        width: 218px;
        height: 127px;
        background-color: #fff;
        padding: 20px;
        overflow: hidden;
        position: absolute;
        top: 0;
        display: none;
        opacity: 0;
        z-index: 9;
    }

    .experts .experts-l .swiper-slide li .info div {
        font-size: 20px;
        color: #25242a;
        line-height: 30px;
        padding-bottom: 5px
    }

    .experts .experts-l .swiper-slide li .info div span {
        font-size: 16px;
        color: #646464
    }

    .experts .experts-l .swiper-slide li .info p {
        height: 60px;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        color: #646464
    }

    .experts .experts-l li:nth-child(1) .info,
    .experts .experts-l li:nth-child(2) .info,
    .experts .experts-l li:nth-child(3) .info,
    .experts .experts-l li:nth-child(6) .info,
    .experts .experts-l li:nth-child(7) .info,
    .experts .experts-l li:nth-child(11) .info,
    .experts .experts-l li:nth-child(12) .info {
        left: 94px;
    }

    .experts .experts-l li:nth-child(4) .info,
    .experts .experts-l li:nth-child(5) .info,
    .experts .experts-l li:nth-child(8) .info,
    .experts .experts-l li:nth-child(9) .info,
    .experts .experts-l li:nth-child(10) .info,
    .experts .experts-l li:nth-child(13) .info,
    .experts .experts-l li:nth-child(14) .info,
    .experts .experts-l li:nth-child(15) .info {
        right: 94px;
    }

    .experts .experts-l .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        opacity: 1;
        background: #358ad4;
    }

    .experts .experts-l .swiper-pagination-bullet-active {
        background: #d9ae6f
    }

    .experts .experts-l .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .experts .experts-r {
        /*width: 53%;*/
        /*height: 400px;*/
        /*float: right;*/
    }

    .experts .experts-r .swiper-slide {
        overflow: hidden;
    }

    .experts .experts-r .swiper-slide .txt {
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
        background: rgba(255, 255, 255, .8);
        padding: 20px 15px 8px 15px;
        color: #25242a;
        margin: 0 10px
    }

    .experts .experts-r .swiper-slide .txt span {
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
        display: block;
        margin-bottom: 5px
    }

    .experts .experts-r .swiper-slide .txt div {
        font-size: 15px;
        line-height: 22px;
    }

    .experts .experts-r .swiper-button-next,
    .experts .experts-r .swiper-button-prev {
        width: 88px;
        height: 87px;
        opacity: 1;
    }

    .experts .experts-r .swiper-button-prev,
    .experts .experts-r .swiper-container-rtl .swiper-button-next {
        background: url('../images/icon.png') 0px -374px;
        left: 2%
    }

    .experts .experts-r .swiper-button-prev:hover,
    .experts .experts-r .swiper-container-rtl .swiper-button-next:hover {
        background: url('../images/icon.png') 0 -286px;
    }

    .experts .experts-r .swiper-button-next,
    .experts .experts-r .swiper-container-rtl .swiper-button-prev {
        background: url('../images/icon.png') -89px -374px;
        right: 2%
    }

    .experts .experts-r .swiper-button-next:hover,
    .mlxc .swiper-container-rtl .swiper-button-prev:hover {
        background: url('../images/icon.png') -89px -286px;
    }


    /*科普新闻*/
    .catenews {
        margin: 0 10px;
        margin-top: 25px;
    }

    .kebunews {
        width: 32.5%;
        float: left;
        background: #f5f5f5;
        padding-bottom: 10px
    }

    .kebunews:first-child {
        margin-right: 1%
    }

    .kebunews:nth-child(2) {
        width: 33%
    }

    .kebunews .intro {
        margin-left: 10px;
        margin-top: 25px;
        border-bottom: 1px solid #d3d3d3;
        height: 120px;
        margin-right: 10px
    }

    .kebunews .intro img {
        float: left;
        width: 43%;
        overflow: hidden;
        height: 105px
    }

    .kebunews .intro .con {
        float: right;
        width: 52%;
        margin-right: 10px;
    }

    .kebunews .intro .con span {
        display: block;
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kebunews .intro .con span a {
        color: #282828;
    }

    .kebunews .intro .con span a:hover {
        color: #486db2
    }

    .kebunews .intro .con div {
        font-size: 14px;
        color: #979696;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    /*学术研究*/
    .study {
        background: #f5f5f5;
        margin: 0px 10px;
        margin-top: 25px;
        overflow: auto
    }

    .study .d_title {
        height: 48px;
        line-height: 48px
    }

    .study .d_title ul li {
        float: left;
        font-size: 16px;
        padding: 0px 30px
    }

    .study .d_title ul .active {
        background: url("../images/study_title_hover.jpg");
        width: 166px;
        height: 55px;
        background-position: left bottom
    }

    .study .d_title ul .active a {
        color: #fff
    }

    .study .d_title ul li a {
        position: relative;
        padding-left: 25px
    }

    .study .d_title ul li:first-child a:before {
        content: '';
        color: #ffffff;
        background: url("../images/xueshu_icon.png");
        width: 30px;
        height: 25px;
        position: absolute;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(2) a:before {
        content: '';
        position: absolute;
        background: url("../images/comment_icon.png");
        width: 20px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(3) a:before {
        content: '';
        position: absolute;
        background: url("../images/honer_icon.png");
        width: 20px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(4) a:before {
        content: '';
        position: absolute;
        background: url("../images/gongyi_icon.png");
        width: 23px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(5) a:before {
        content: '';
        position: absolute;
        background: url("../images/xianjing_icon.png");
        width: 26px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(6) a:before {
        content: '';
        position: absolute;
        background: url("../images/huanjin_icon.png");
        width: 22px;
        height: 25px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:first-child.active a:before {
        content: '';
        color: #ffffff;
        background: url("../images/xueshu_icon_hover.png");
        width: 30px;
        height: 25px;
        position: absolute;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(2).active a:before {
        content: '';
        position: absolute;
        background: url("../images/comment_icon_hover.png");
        width: 20px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(3).active a:before {
        content: '';
        position: absolute;
        background: url("../images/honer_icon_hover.png");
        width: 20px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(4).active a:before {
        content: '';
        position: absolute;
        background: url("../images/gongyi_icon_hover.png");
        width: 23px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(5).active a:before {
        content: '';
        position: absolute;
        background: url("../images/xianjing_icon_hover.png");
        width: 26px;
        height: 23px;
        top: 0px;
        left: -10px;
    }

    .study .d_title ul li:nth-child(6).active a:before {
        content: '';
        position: absolute;
        background: url("../images/huanjin_icon_hover.png");
        width: 22px;
        height: 25px;
        top: 0px;
        left: -10px;
    }

    .study .content {
        width: 100%;
        clear: both;
        padding-top: 10px;
        display: none
    }

    .study .on {
        display: block
    }

    .study .content .left {
        float: left;
        width: 25%;
        padding-left: 10px;
    }

    .study .content .left img {
        width: 100%;
        height: 385px;
        overflow: hidden
    }

    .study .content .right {
        float: right;
        width: 75%;
    }

    .study .content .right ul li {
        margin-left: 5px;
    }

    .study .content .right ul li img {
        /*width: 242px;*/
        height: 187px;
        overflow: hidden
    }

    .study .content .left div {
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.7);
        bottom: 0;
        left: 0;
        ;
        color: #fff;
        margin-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .study .content .left div span {
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .study .content .tran_scale div {
        /*position: absolute;*/
        /*width: 100%;*/
        /*box-sizing: border-box;*/
        /*background: rgba(0, 0, 0, 0.7);*/
        /*bottom: 0;*/
        /*left: 0;*/
        /*color: #fff;*/
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*white-space: nowrap;*/
    }

    .study .content .tran_scale div span {
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .study .content .tran_scale div a {
        color: #fff
    }

    .study .content .right1 {
        float: right;
        width: 100%;
    }

    .study .content .right1 ul li {
        float: left;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .study .content .right1 ul li img {
        width: 242px;
        height: 187px;
        overflow: hidden
    }


    /*品牌*/
    .brand {
        overflow: auto;
        margin: 0px 10px;
        margin-top: 25px
    }

    .brand li {
        float: left;
        width: 25%;
        position: relative;
        behavior: url(css/PIE.htc);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .brand li>a {
        display: block;
        padding-bottom: 53.3%;
    }

    .brand li>a img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .brand li .tit {
        position: absolute;
        width: 90%;
        left: 5%;
        text-align: center;
        top: 50%;
        height: 120px;
        margin-top: -60px;
        color: #fff;
        z-index: 20;
    }

    .brand li .tit label {
        font-size: 12px;
        line-height: 1;
        display: block;
    }

    .brand .tit h3 {
        font-size: 18px;
        line-height: 1.5em;
        height: 3em;
        margin-top: 15%;
        color: #FFF;
    }

    .brand .tit i {
        display: block;
        width: 38px;
        margin: 25px auto;
        height: 1px;
        background: #fff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .brand .li_2 .tit i {
        background-color: #474747;
    }

    .brand .li_2 .tit {
        color: #383838;
    }

    .brand .li_2 h3 {
        color: #383838;
    }

    .brand {
        padding-bottom: 50px;
    }

    .brand li>a {
        display: block;
        padding-bottom: 88.3%;
    }

    .brand .tit h3 {
        margin-top: 0;
    }

    .brand .li_3 .bg {
        background: url(../images/line.png) repeat 0 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
}

@media (max-width: 768px) and (max-width: 1023px) {


    .m-index-news .intro {
       
    }

    .m-index-news .intro .lunhuan {
        overflow: hidden;
    }

    .m-index-news .intro .lunhuan .swiper-container {
        height: 215px
    }

    .m-index-news .intro .con span {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 5px;
    }

    .m-index-news .intro .con div {
        color: #979696;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        margin-top: 5px
    }

    .m-index-news .lunhuan .swiper-slide .txt {
        width: 72%
    }

    .m-index-news,
    .m-video,
    .m-keshi,
    .m-doctor,
    .m-study,
    .m-brand {
        margin-left: 10px;
        margin-right: 10px
    }

    /*学术科研*/
    .m-study .content {
        /*height: 470px*/
    }

    .m-study .d_title a:first-child:before {
        left: 35px
    }

    .m-study .d_title a:first-child.swiper-pagination-bullet-active:before {
        left: 35px
    }

    .m-study .d_title a:nth-child(2):before {
        left: 35px
    }

    .m-study .d_title a:nth-child(2).swiper-pagination-bullet-active:before {
        left: 35px
    }

    .m-study .d_title a:nth-child(3):before {
        left: 35px
    }

    .m-study .d_title a:nth-child(3).swiper-pagination-bullet-active:before {
        left: 35px
    }

    .m-study .d_title a:nth-child(4):before {
        left: 35px
    }

    .m-study .d_title a:nth-child(4).swiper-pagination-bullet-active:before {
        left: 35px
    }

    /*医生介绍*/
    .m-doctor .tmp-swiper-button-next,
    .m-doctor .tmp-swiper-button-prev {
        width: 44px;
        height: 44px;
        position: absolute;
        z-index: 999
    }

    .m-video .content .left .video_icon {
       
    }

    .m-video .content .right ul li .video_icon {
       
    }

    /*医生列表*/
    .m-doctorlist {
        height: 570px;
        ;
        margin-top: 10px
    }

    .m-doctorlist li img {
        height: 215px;
        width: 160px;
    }

    .m-video .content .right ul li img {
        width: 339px;
        height: 231px
    }
}
@media (max-width: 992px){
    .tab-pane {
        display: none;
    }
    
    .tab-pane.active {
        display: block;
    }
    .tab-btn.active {
       border-bottom: 2px solid #109aae
    }
     .tab-pane .m_d_list {
       overflow: hidden;
    }
    
    .tab-pane .m_d_list ul{
        height: 189px;
    }
    .m_d_list li span{
        width: 33%;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (max-width: 768px) {
    .m-index-news .lunhuan .swiper-slide .txt {
        width: 97%
    }

    .m-video .content .left .video_icon {
      
    }

    .m-video .content .right ul li .video_icon {
      
    }

}

@media (min-width: 415px) and (max-width: 767px) {
    /* 415-768之间像素屏幕*/

    .m-index-news .intro .lunhuan {
        overflow: hidden;
    }

    .m-index-news .intro .lunhuan img {
        height: 160px;
       
    }

    .m-index-news .intro .lunhuan .swiper-container {
        height: 215px
    }

    .m-index-news .intro .con span {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 5px;
    }

    .m-index-news .intro .con div {
        color: #979696;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        margin-top: 5px
    }

    .m-index-news .lunhuan .swiper-slide .txt {
        width: 100%
    }

    /*科室导航*/
    .m-keshi .depart ul li {
        width: 30%;
        height: 30px;
        line-height: 30px
    }

    .m-keshi .depart {
        height: 250px
    }

    .m-video .content .right ul li img {
       width: 100%;
       height: auto;
    }


}

@media (max-width: 414px) {
    /* 小于414像素屏幕*/

    .m-index-news .intro {
        height: 100px
    }
     .m-index-news .intro .lunhuan img {
        height: 85px;
       
    }

    .m-index-news .intro .lunhuan {
        height: 100px;
        overflow: hidden;
    }

    .m-index-news .intro .lunhuan .swiper-container {
        height: 100px
    }

    .m-index-news .intro .con span {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        width: 100%;
        margin-top: 0;
    }

    .m-index-news .intro .con div {
        color: #979696;
        line-height: 22px;
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 2px;
    }

    .m-index-news .lunhuan .swiper-slide .txt {
        width: 100%
    }


    /*科室导航*/
    .m-keshi .depart ul li {
        width: 30%;
        height: 30px;
        line-height: 30px
    }

    .m-keshi .depart {
        height: 320px
    }

    /*视频中心*/
    .m-video .content .left .video_icon {
        position: absolute;
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: calc(50% - 45px);
    }

    .m-video .content .right ul li .video_icon {
        position: absolute;
        width: 36px;
        height: 36px;
        left: calc(50% - 18px);
        top: calc(50% - 36px);
    }

    .m-video .content .right ul li img {
        width: 173px;
        height: 103px
    }

    /*学术科研*/
    .m-study .content {
       
    }

    /*医生列表*/
    .m-doctor .swiper-container {
        width: 100%;
    }

    .m-doctorlist {
        height: 360px;
        margin: 5px
    }

    .m-doctorlist li img {
        height: 110px;
        width: 90px;
    }
}

@media (max-width: 375px) {
    /* 小于375像素屏幕*/

    /*学术科研*/
    .m-study .content {
        height: 270px
    }

    /*医生列表*/
    .m-doctorlist {
        height: 340px
    }

    .m-doctorlist li img {
        height: 100px;
        width: 80px;
    }
}

@media (max-width: 320px) {
    /* 小于320像素屏幕*/

    /*科室导航*/
    .m-keshi .depart {
        height: 280px
    }


    /*学术科研*/
    .m-study .content {
        height: 220px
    }

    /*医生列表*/
    .m-doctorlist {
        height: 310px
    }

    .m-doctorlist li img {
        height: 90px;
        width: 70px;
    }

    .m-doctorlist li .zhichen {
        font-size: 12px
    }

    .m-doctor .swiper-container {
        width: 100%;
    }
}