    /* 医院概况-科室详情 */
    
    .overviewBgi {
        width: 100%;
    }
    
    .contontBox {
        background: url('../image/detialBgi.jpg') no-repeat;
        background-size: 100% 100%;
    }
    
    .contentBoxMc {
        /* background-color: rgba(0, 0, 0, 0.1); */
        background: url('../image/mengban.png');
        background-size: 100% 100%;
    }
    
    .overviewCont {
        padding-bottom: 89px;
    }
    
    .neike {
        height: auto;
        background-color: #fff;
        padding: 39px 15px;
        box-sizing: border-box;
    }
	.neike img { max-width:100%; height:auto !important}
    
    .title {
        font-size: 32px;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .titItem {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 22px;
    }
    
    .neike .constent {
        width: fit-content !important;
        width: auto;
        height: 50px;
        color: #843C3C;
        font-size: 24px;
        border-bottom: 2px solid #843C3C;
        padding-left: 8px;
        box-sizing: border-box;
    }
    
    .constentDetail {
        display: flex;
        margin-bottom: 15px;
    }
    
    .constentDetail img {
        display: inline-block;
        width: 336px;
        height: 239px;
        margin-right: 23px;
    }
    
    .constentDetailnfo {
        font-size: 19px;
        color: #333333;
        line-height: 28px;
    }
    
    .constentDetailnfo p {
        margin-bottom: 10px;
        text-indent: 2em;
    }
    /* 科室医生 */
    
    .doctorInfoKeshi {
        width: 230px;
        height: 300px;
        border: none;
        padding: 0px;
    }
    
    .doctorInfoKeshi img {
        width: 200px;
    }
    
    .doctorInfo:hover .position {
        display: block !important;
    }
    /* .overview .swiper-slide {
        width: 200px !important;
        height: 300px;
    }
    
    .famousDoctorSwiper .swiper {
        width: 1070px !important;
    }
    
    .overview {
        height: 300px !important;
    } */
    
    .overview {
        overflow: hidden;
    }
	.overview .swiper-button-prev { top:40%}
	.overview .swiper-button-next { top:40%}
    
    .overview .swiper {
        width: 96%;
    }
    
    .overview .swiper-button-prev img {
        left: 0px;
    }
    
    .overview .swiper-button-next img {
        right: 0px;
    }
    
    .overview .doctorInfo {
        border: none;
        padding: 0px;
    }
    
    .keshiTiem ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .keshiTiem li {
        width: 184px;
        height: 43px;
        background: url('../image/navBgiNohover.png') no-repeat;
        background-size: 100% 100%;
        line-height: 43px;
        text-align: center;
        margin-right: 33px;
        margin-bottom: 26px;
    }
    
    .yiji li:nth-child(5) {
        margin-right: 33px;
    }
    
    .keshiTiem li:hover {
        background: url('../image/navBgi.png') no-repeat;
        background-size: 100% 100%;
    }
    
    .keshiTiem li:nth-child(5n) {
        margin-right: 0px;
    }
    
    .keshiTiem li a {
        font-size: 18px;
        color: #070707;
    }
    
    .keshiTiem li:hover a {
        color: #FFFFFF;
    }
    
    .mingyit ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .mingyit ul li {
        margin-right: 18px;
        margin-bottom: 20px;
    }
    
    .mingyit ul li:nth-child(5n) {
        margin-right: 0px;
    }
    
    .mingyit ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .mingyit img {
        display: block;
        width: 218px;
        height: 247px;
        margin-bottom: 14px;
    }
    
    .mingyitTit {
        width: 141px;
        height: 54px;
        text-align: center;
        line-height: 54px;
        background: url(../image/navBgiNohover.png) no-repeat;
        background-size: 100% 100%;
        color: #333333;
        font-size: 18px;
    }
    
    .mingyitTit:hover {
        color: #843C3C;
    }
    /* 专家简介 */
    
    .departmentBox {
        display: flex;
        justify-content: space-between;
    }
    
    .departmentBox .keshiInfo>ul {
        display: flex;
    }
    
    .departmentBox .keshiInfo>ul>li {
        width: 164px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding-bottom: 9px;
    }
    
    .keshiInfoActive {
        background: url('../image/ditu.png') no-repeat;
        background-size: 100% 100%;
    }
    
    .keshiInfoActive span {
        color: #FFFFFF;
    }
    
    .keshiInfoItem {
        width: 1096px;
        background-color: #FBFBFB;
        padding-top: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .keshiInfoItem ul { overflow:hidden}
    .keshiInfoItem ul li {
        font-size: 18px;
        color: #666666;
        width: 162px;
        height: 18px;
        text-align: left;
        margin-right: 20px;
        margin-bottom: 30px; float:left
    }
    
    .keshiInfoItem ul li:hover,
    .keshiActive {
        color: #96514A !important;
        font-weight: bold;
    }
    
    
    .select {
        height: 62px;
        background: #FBFBFB;
        position: relative;
        left: -15px;
        margin-top: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 15px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    
    .select_l {
        display: flex;
        align-items: center;
        padding-left: 33px;
    }
    
    .pelect {
        display: flex;
        margin-right: 15px;
    }
    
    .select_r {
        color: #666666;
        font-size: 16px;
    }
    
    .select_r span {
        font-size: 20px;
        font-weight: bold;
        color: #96514A;
    }
    
    .doctorItem ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .doctorItem li {
        width: 33.3%;
        height: 199px;
        display: flex;
        align-items: center;
        margin-bottom: 28px;
    }
    
    .doctorItem li:hover {
        background: url('../image/zhuanjiaBgi.png') no-repeat;
        background-size: 100% 100%;
    }
    
    .doctorItem li>a {
        display: flex;
        align-items: center;
    }
    
    .doctorItem img {
        display: block;
        width: 137px;
        height: 189px;
        margin-right: 16px;
        padding-left: 4px;
        box-sizing: border-box;
    }
    
    .doctorItem .doctorItemIfo .name {
        background-color: #843C3C;
        width: 80px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        margin-bottom: 30px;
        font-size: 17px;
        color: #FFFFFF;
    }
    
    .doctorItem li:hover .name {
        background-color: transparent;
    }
    
    .doctorItem li:hover .keshi,
    .doctorItem li:hover .zhichen {
        color: #FFFFFF;
    }
    
    .doctorItem .doctorItemIfo .keshi {
        margin-bottom: 20px;
    }
    
    .doctorItem .doctorItemIfo .keshi,
    .doctorItem .doctorItemIfo .zhichen {
        font-size: 16px;
        color: #0D0C0C;
    }
    
    .select img {
        display: inline-block;
        width: 18px;
        height: 18px;
    }
    
    .departmentBox .keshiInfo li img {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
    
    .departmentBox .kehsi {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        margin-right: 20px;
        line-height: 60px;
    }
    
    .famousDoctor {
        height: 112px;
        background: url(../image/profile.jpg) top no-repeat;
        background-size: 100% auto;
        position: relative;
        top: -49px;
        z-index: 33;
        margin: 0 auto; width:1206px
    }
    
    .famousDoctor ul {
        display: flex;
        padding-top: 57px;
        padding-left: 79px;
        box-sizing: border-box;
    }
    
    .famousDoctor ul li {
        height: 40px;
        margin-right: 50px;
    }
    
    .famousDoctorActive {
        border-bottom: 2px solid #923A30;
    }
    
    .famousDoctorActive a {
        color: #923A30;
    }
    
    .famousDoctor ul li a {
        font-size: 22px;
        color: #404040;
    }
    
    .tabBoxItem {
        display: none;
    }
    
    .expertInfo {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 27px;
    }
    
    .expertInfo img {
        display: block;
        width: 220px;
        height: 286px;
        margin-right: 54px;
    }
    
    .expertInfo .expertCont {
        width: 100%;
    }
    
    .expertInfo .expertCont h5 {
        height: 50px;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 30px;
    }
    
    .expertInfo .expertCont h5 em {
        font-weight: 400;
        color: #030303;
        font-size: 24px;
        margin-right: 12px;
        font-family: Source Han Sans CN, Source Han Sans CN;
    }
    
    .expertInfo .expertCont h5 span {
        font-weight: 400;
        color: #999999;
        font-size: 18px;
        font-family: Source Han Sans CN, Source Han Sans CN;
    }
    
    .expertInfo .expertCont p {
        font-size: 18px;
        color: #000000;
        line-height: 35px;
        font-family: Source Han Sans CN, Source Han Sans CN;
    }
    
    .doctorProfile {
        font-size: 16px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .doctorProfile {
        display: block;
        width: 100%;
    }
    
    .beizhu {
        font-size: 15px;
        color: #010101;
        margin-left: 5px;
        margin-bottom: 13px;
    }
    /* 医疗服务 */
    
    .famousDoctorMr ul li {
        margin-right: 40px !important;
    }
    
    .titleBorder {
        border-bottom: 1px dashed #B3B3B3;
        padding-bottom: 20px;
        margin-bottom: 23px;
    }
    
    .service {
        padding: 38px;
        box-sizing: border-box;
    }
    
    .tit {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .service p {
        color: #666666;
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    
    .time {
        display: block;
        width: 100%;
        /* height: 748px; */
    }
    /* 文化建设 */
    
    .cultureBox ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .cultureBox ul li {
        margin-bottom: 20px;
    }
    
    .cultureBox ul img {
        display: block;
        width: 356px;
    }
    
    .cultureBox .info {
        font-size: 16px;
        color: #333333;
        margin-top: 18px;
        margin-bottom: 12px;
    }
    
    .cultureBox .time {
        font-size: 14px;
        color: #999999;
    }
    
    .paging {
        margin-top: 40px;
    }
    
    .paging ul {
        display: flex;
        justify-content: center;
    }
    
    /*.pading_active {*/
    /*    background-color: #923A30 !important;*/
    /*    color: #fff !important;*/
    /*}*/
    
    /*.paging li {*/
    /*    width: 32px;*/
    /*    height: 32px;*/
    /*    text-align: center;*/
    /*    line-height: 32px;*/
    /*    background-color: #FFFFFF;*/
    /*    margin-right: 10px;*/
    /*}*/
    
    /*.paging li a {*/
    /*    color: #A0A0A0;*/
    /*}*/
    /*医院概况  */
    
    .hospital01 {
        width: 100%;
        height: auto;
        display: block;
    }
    /* 医院动态 */
    
    .nosocomiumDynamics li {
        background-color: #fff;
        padding: 24px 30px 29px 26px;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 12px;
    }
    
    .nosocomiumDynamics .tit {
        display: flex;
        align-items: center;
    }
    
    .nosocomiumDynamics .tit img {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
    
    .nosocomiumDynamics .tit p {
        color: #404040;
        font-size: 20px;
        line-height: 20px;
    }
    
    .nosocomiumDynamics .tit p:hover {
        color: #923A30;
    }
    
    .nosocomiumDynamicsInfo p {
        font-size: 14px;
        color: #6B6C6C;
        line-height: 20px;
    }
    
    .nosocomiumDynamicsInfo img {
        display: block;
        width: 100%;
    }
    
    .nosocomiumDynamicsInfo .detail {
        margin: 9px 0;
    }
    
    .nosocomiumDynamicsInfo .detail p:first-child {
        margin-bottom: 14px;
    }
    
    .newsTit {
        font-size: 24px;
        color: #000000;
        margin-bottom: 26px;
        display: flex;
        justify-content: center;
        line-height: 22px;
    }
    
    .auther {
        font-size: 14px;
        padding-bottom: 22px;
        border-bottom: 1px dashed #707070;
        margin-bottom: 13px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .auther span:first-child {
        margin-right: 30px;
    }
    
    .news .xiaohan {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    .xiaohanCont {
        border-bottom: 1px dashed #707070;
        margin-bottom: 28px;
    }
    
    .chapter a {
        color: #999999;
        font-size: 16px;
        text-align: left;
    }
    
    .chapter p:first-child {
        margin-bottom: 24px;
    }
    /* 联系我们 */
    
    .dashed {
        border-bottom: 1px dashed #B3B3B3;
        margin-bottom: 20px;
    }
    
    .contactItem ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .contactItem ul li {
        margin-bottom: 29px;
        display: flex;
        align-items: center;
    }
    
    .contactItem ul a {
        display: flex;
        align-items: center;
    }
    
    .avater {
        display: block;
        width: 33px;
        height: 38px;
    }
    
    .contact {
        display: block;
        width: 25px;
        height: 25px;
    }
    
    .avaterTit {
        font-size: 24px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        color: #333333;
        margin-left: 13px;
    }
    
    .contactTit {
        font-size: 18px;
        font-family: Source Han Sans CN, Source Han Sans CN;
        color: #110F0F;
        margin-left: 13px;
        line-height: 30px;
        word-break: break-all;
        word-wrap: break-word;
    }
    
    .contactItem_l {
        width: 30%;
    }
    
    .contactItem_r {
        width: 70%;
    }
    
    #map {
        width: 1138px;
        height: 595px;
    }
    /* 缺少页 */
    
    .lack {
        display: block;
        width: 98px;
        height: 118px;
        margin: 0 auto;
    }
    
    @media all and (max-width:1400px) {
        .famousDoctorMr ul li {
            margin-right: 28px !important;
        }
        .famousDoctor ul li a {
            font-size: 20px;
        }
        .keshiInfoItem {
            width: 886px;
        }
        .keshiInfoItem ul li {}
        .doctorItem li {
            width: 315px;
        }
        .keshiTiem li:nth-child(5n) {
            margin-right: 34px;
        }
        .mingyit ul li,
        .mingyit ul li:nth-child(5n) {
            margin-right: 32px;
        }
        .keshiTiem li:nth-child(4n),
        .mingyit ul li:nth-child(4n){
            margin-right: 0px;
        }
        .cultureBox ul img {
            width: 465px;
        }
        .contactItem_l {
            width: 35%;
        }
        .contactItem_r {
            width: 65%;
        }
        #map {
            width: 970px;
            height: 595px;
        }
    }
    
    @media all and (max-width:1000px) {
        .nosocomiumDynamics .tit p {
            font-size: 17px;
        }
        .famousDoctor ul li a {
            font-size: 14px;
        }
		.famousDoctor { padding-top:15px; height:auto;}
		.service { padding:20px}
        .famousDoctor ul {
            padding-left: 20px; display:block; margin:0 auto; width:94%; background:#fff; padding-top:15px; padding-right:20px; overflow:hidden
        }
		.famousDoctor ul li { margin-right:10px !important; float:left; border-bottom:2px #fff solid; height:26px; margin-bottom:5px; font-size:14px; line-height:26px; width:80px}
		.famousDoctor ul li.famousDoctorActive { border-bottom: 2px solid #923A30; height:26px; margin-bottom:10px;}
        .title {
            font-size: 28px;
        }
		.departmentBox { display:block; position:relative}
		.departmentBox .keshiInfo { padding-left:80px}
		.departmentBox .kehsi { position:absolute; left:0; top:0}
        .keshiInfoItem {
            width: auto;
        }
        .mingyit ul li:nth-child(5n) {
            margin-right: 0px;
        }
        .keshiTiem li:nth-child(4n) {
            margin-right: 32px;
        }
		.keshiInfoItem ul li { font-size:14px; width:140px; margin:0; line-height:30px; height:30px}
        .cultureBox ul {
            justify-content: center;
        }
        .avaterTit {
            font-size: 20px;
        }
        .contactTit {
            font-size: 15px;
        }
        #map {
            width: 100%;
        }
        .mingyit ul li {
            width: 33.3%;
            margin-right: 0;
        }
        .constentDetail {
            flex-direction: column;
            align-items: center;
        }
        .constentDetail .constentDetailnfo {
            margin-top: 20px;
        }
		.neike { padding:20px 0}
    }
    
    @media all and (max-width:760px) {
        .nosocomiumDynamics .tit p {
            font-size: 15px !important;
        }
        .keshiTiem li,
        .keshiTiem li:hover {
            width: 31%;
            margin-right: 0px; margin-bottom:10px
        }
		.keshiTiem li a { font-size:14px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; display:block}
        .keshiTiem li:nth-child(4n),
        .keshiTiem li:nth-child(5n) {
            margin-right: 0px;
        }
        .mingyit ul li {
            width: 50%;
        }
        .keshiTiem ul {
            justify-content: space-between;
        }
		.famousDoctor { top:-20px; width:auto}
		.newsTit { font-size:18px}
    }
    
    @media all and (max-width:500px) {
        .service p,
        .chapter a,
        .cultureBox .info {
            font-size: 14px;
        }
        .nosocomiumDynamics .tit p {
            font-size: 13px !important;
        }
        .nosocomiumDynamicsInfo p,
        .auther,
        .cultureBox .time {
            font-size: 12px;
        }
        .newsTit {
            font-size: 15px;
        }
        .title,
        .wang .title {
            font-size: 26px !important;
        }
        .departmentBox .kehsi,
        .mingyitTit,
        .avaterTit {
            font-size: 16px;
        }
        .keshiInfoItem {
            width: 330px;
        }
        .keshiInfoItem ul li {
            margin-right: 0;
            font-size: 14px;
            width: 50%;
        }
        .keshiInfoItem ul li:nth-child(5n) {
            margin-right: 0;
        }
        .doctorItem li,
        .mingyit ul li,
        .cultureBox ul img,
        .contactItem_l,
        .contactItem_r {
            width: 100%;
        }
		.mingyit ul li { width:50%}
		.mingyit ul li a { display:block; width:95%; margin:0 auto}
		.mingyit ul li img { display:block; max-width:100%; height:auto}
		.mingyitTit { margin:0 auto; font-size:14px; line-height:40px; height:40px}
        .neike .constent {
            font-size: 16px; height:30px; margin-top:20px
        }
        .avater {
            width: 25px;
            height: 28px;
        }
        .contactItem ul {
            flex-direction: column;
        }
        #map {
            height: 300px;
        }
    }