/*page1*/
/*小导航开始（公共）*/
.otherPage_little_nav{
    width: 100%;
    height: 65px;
    line-height: 55px;
    border-bottom: 1px solid #cccccc;
}
.otherPage_little_nav .otherPage_little_nav_box{
    width: 1130px;
    position: relative;
}
.otherPage_little_nav ul {
    width: 100%;
}
.otherPage_little_nav ul li{
    position: relative;
}
.otherPage_little_nav ul li .littleNavSpan {
    display: inline-block;
    padding: 0px 23px;
    line-height: 37px;
    background-color: #2794e0;
    color: #fff;
    border-radius: 20px;
}
.departmentInBox  .content{
    height: 242px;
    overflow: auto;
}
.departmentInBox  .content::-webkit-scrollbar {/*滚动条整体样式*/
    width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 15px;
}
.departmentInBox  .content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(255,0,0,0.6);;
}
.departmentInBox  .content::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


/*医院简介*/
.page1_hos_intro {
    width: 100%;
}
.page1_hos_intro  .page1_hos_box {
    width: 1006px;
}
.page1_hos_box  {
    margin-top: 80px;
}
.page1_hos_box h2,.page1_hos_box h4 {
    text-align: center;
}
.page1_hos_box h2 {
    margin-bottom: 18px;
}
.page1_hos_box h4 {
    color: #838383;
}
.page1_hos_box .page1_video_box {
    overflow: hidden;
    text-align: center;
    margin-top: 39px;
}
.article_content{
    text-align: justify;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0.6px;
    color: #333333;
}
.article_content img {
    max-width: 100%;
}
.page1_hos_box .page1_video_box video{
    width: 694px;
    height: 346px;
}
.page1_hos_box .page1_text_box {
    margin-top: 48px;
    margin-bottom: 45px;
}
.page1_hos_box .page1_text_box p{
    text-align: justify;
    line-height: 35px;
    font-size: 16px;
}
.page1_hos_box .readall_box .page1_more{
    cursor:pointer;
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #f7960d;
}
.page1_hos_box .page1_more i {
    font-size: 18px;
}
.page1_hos_box .page1_more i:nth-child(1){
    position: absolute;
    right: -28px;
    top: 10px;
}
.page1_hos_box .page1_more i:nth-child(2){
    position: absolute;
    right: -28px;
    top: 1px;
}
.aboutUs #otherPage_span{
    left: 66px;
}
.readall_box {position: relative;z-index: 9999;margin-top: -200px;text-align: center;}
.readall_box .read_more_mask {height: 200px;background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0))}

/*子页所有公共底部*/
.other_footer {
    position: relative;
    height: 268px;
    width: 100%;
    background-color: #313538;
}
.other_foot_box {
    position: absolute;
    left: 10%;
    top: -22%;
    width: 80%;
    height: 288px;
    background-color: #f1f6fa;
}
.other_footer .foot_left {
    width: 50%;
    display: inline-block;
    padding-left: 168px;
    padding-top: 40px;
}
.other_footer .foot_left .foot_logo {
    margin-bottom: 30px;
}
.other_footer .foot_left .foot_logo a {
    display: inline-block;
    border-right: 1px solid #444;
    padding-right: 20px;
    margin-right: 28px;
}
.other_footer .foot_left .foot_text p{
    margin-bottom: 8px;
    font-size:14px;
    color:#2D2D2D;
}
.other_footer .foot_left .foot_text p span{
    color:#007fd8;
}
.other_footer .foot_map {
    width: 50%;
    display: inline-block;
}
.other_footer .foot_map img{
    opacity:0.6;
    filter:alpha(opacity=60);
}
.other_footer .foot_map img:hover{
    transition:ease 0.5s;
    opacity:1;
    filter:alpha(opacity=60);
}

/*page2*/
.page2_hos_news {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 170px;
}
.news_box {
    width: 1157px;
}
.news_left,.news_right {
    display: inline-block;
}
.news_left {
    width: 70%;
    float: left;
}
.news_left ul {
    padding-right: 77px;
    padding-top: 79px;
}
.news_left h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.news_left p {
    display: inline-block;
    font-size: 16px;
    color: #838383;
    padding-bottom: 16px;
}
.news_left span {
    border-top: 1px solid #d9d9d9;
    padding-top: 9px;
    display: block;
    text-align: right;
    font-size: 16px;
    color: #989898;
    font-weight: bold;
}
.news_left .paging {
    width: 100%;
}
.news_left .paging ul {
    padding-left: 115px;
}
.news_left .paging li {
    float: left;
    margin-right: 27px;
}
.news_left .paging li a {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #007fd8;
    padding: 7px 13px;
    box-sizing: border-box;
    color: #007fd8;
}
.news_left .paging li .select_a{
    background-color:#007fd8;
    color: #fff;
}
.news_right{
    width: 30%;
    float: left;
}


/*page3*/
.currentLocation{
    width: 100%;
}
.currentLocation .cl_box{
    text-align: right;
    padding-right: 346px;
    margin-top: 50px;
    font-size: 17px;
    color: #838383;
}
.currentLocation .cl_box a {
    font-size: 17px;
    color: #838383;
}
.page3_newDetails {
    width: 100%;
    margin-bottom: 130px;
}
.page3_newD_box {
    width: 835px;
    margin-top: 48px;
    text-align: center;
}
.page3_newD_box  h4 {
    font-size: 24px;
    margin-bottom: 35px;
}
.page3_newD_box  span {
    display: inline-block;
    font-size: 16px;
    color: #9f9f9f;
    margin-right: 43px;
}
.page3_newD_box .page3_text{
    margin-top: 19px;
    border-top: 1px solid #d9d9d9;
    padding-top: 34px;
}
.page3_newD_box .page3_text p {
    text-align: justify;
    line-height: 40px;
    font-size: 16px;
}

.page3_list{
    width: 912px;
}
.page3_list .page3_new_list{
    margin-top: 75px;
}
.page3_list .page3_new_list .page3_list_box:first-child{
    margin-right: 38px;
}
.page3_list  .page3_list_box{
    width: 47.5%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 25px 20px 25px 15px;
}
.page3_list  .page3_list_box h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.page3_list  .page3_list_box  p {
    font-size: 16px;
    color: #838383;
}
.page3_list  .page3_list_box div {
    border-top: 1px solid #d9d9d9;
    margin-top: 18px;
    padding-top: 18px;
}
.page3_list  .prev {
    border: 1px solid #007fd8 ;
    border-radius: 4px;
    padding: 7px 13px;
    color: #007fd8;
}
.page3_list  .next {
    background-color: #007fd8;
    border-radius: 4px;
    padding: 7px 13px;
    color: #fff;
}
.page3_list  .time {
    font-size: 16px;
    color: #989898;
    font-weight: bold;
}
.page3_list #page3_h4{
    color:  #007fd8;
}


/*page4*/
.physician_intro {
    width: 100%;
    margin-top:71px;
    margin-bottom: 214px;
}
.physician_intro .physician_box {
    width: 1202px;
}
.physician_intro  .physician_title {
    text-align: center;
}
.physician_intro  .physician_title h4 {
    font-size: 26px;
    margin-bottom: 19px;
}
.physician_intro  .physician_title span {
    font-size: 14px;
    color: #aaaaaa;
}
.physician_intro  .physician_content {
    margin-top: 40px;
}
.physician_content #moblieMask{
    display: none;
}
.physician_content li {
    position: relative;
    width: 29%;
    /*width: 348px;*/
    float: left;
    margin-right: 78px;
    margin-bottom: 40px;
    height: 555px;
    transition: all 0.3s;
}
.physician_content li:hover .mask,
.physician_content li:hover .hide_span{
    display: block;
    transition: all 4s linear;
}
.physician_content li .mask{
    text-align: center;
    width: 100%;
    height: 380px;
    line-height: 380px;
    background: rgba(0,0,0,0.6);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    color:#e9eaea ;
    font-size: 18px;
    font-weight: bold;
    transition: all 2s linear;
}
.physician_content li:nth-child(3n+0){
    margin-right: 0px;
}
.physician_content li a{
    display: inline-block;
    width: 100%;
    position: relative;
}
.physician_content li a img {
    width: 100%;
    height: 381px;
}
.physician_content .yishi_message{
    width: 100%;
    height: 22px;
    overflow: hidden;
    margin-top: 20px;
}
.yishi_message h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.yishi_message p {
    font-size: 16px;
    color: #828282;
    margin-bottom: 6px;
}
.yishi_message .hide_span {
    width: 100%;
    border-top: 1px solid #b4b4b4;
    padding-top: 10px;
    text-align: right;
    color: #b4b4b4;
    font-size: 12px;
    display: none;
    transition: all 2s linear;
}

/*点击了解更多弹出来的div样式----start------*/
.physician_details {
    position: fixed;
    top: 62%;
    left: 56%;
    display: none;
    width: 950px;
    height: 495px;
    margin-top: -330px;
    margin-left: -626px;
    box-shadow: 5px 5px 20px 5px #ccc;
    padding: 53px 57px 60px 57px;
    background-color: #fff;
    z-index: 100;
}
.physician_details_toggle{
    display: none;
}
.physician_left {
    width: 45%;
}
.physician_left img {
    width: 348px;
    height: 380px;
}
.physician_right{
    width: 55%;
    height: 357px;
    padding-top:15px;
    padding-left: 65px;
}
#conBox {
    height: 357px;
    overflow-y: scroll;
    padding-right: 15px;
    text-align: justify;

}
#conBox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
#conBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
#conBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.physician_right strong{
    font-size: 20px;
}
.physician_right span {
    font-size: 18px;
    color: #838383;
    margin-left: 24px;
}
.physician_right .physician_p1{
    font-size: 18px;
    color: #444444;
    margin-top: 16px;
}
.physician_right .physician_p2 {
    text-align: justify;
    margin-top: 28px;
    font-size: 18px;
    color: #838383;
    line-height: 33px;
    display: inline-block;
    padding-right: 10px;
}
.doctorContentIntro {
    height: 297px;
    overflow-y: scroll;
}
.doctorContentIntro::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.doctorContentIntro::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.doctorContentIntro::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.physician_right .physician_p2 span {
    text-align: justify;
    margin-top: 28px;
    font-size: 14px;
    color: #838383;
    line-height: 30px;
}
.physician_details .physician_close {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 18px;
    cursor: pointer;
}
.physician_details .physician_close  img {
    width: 25px;
    height: 25px;
}
.footer_mobile{display:none;}
/*点击了解更多弹出来的div样式----end------*/


/*医师介绍科分类*/
.yishiSort {
    width: 100%;
}
.yishiBox {
    width: 1200px;
    margin: 0 auto;
}
.yishiBox .yishiFenl{
    width: 100%;
    margin-top: 40px;
}
.yishiBox .yishiFenl li {
    float: left;
    padding: 5px 15px;
    border: 1px solid #05c1c4;
    margin: 0px 15px 25px 0px;
    border-radius: 4px;
    color: #05c1c4;
    cursor: pointer;
}
.selectDepartment {
    display: none;
}
/*就医指南*/

.medGuideSpan {
    display: inline-block;
    position: absolute;
    width: 144px;
    height: 9px;
    left: 114px;
    bottom: -73px;
    background: url(/website_img/li_hover_bg.png) left bottom no-repeat;
    background-size: 100% 100%;
}
.medGuideLiuCheng{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}
.medGuideTitle {
    text-align: center;
}
.medGuideTitle h3 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2.3px;
    color: #333333;
}
.medGuideTitle p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #838383;
    margin-top: 15px;
}
.medGuideContent {
    width: 100%;
    margin-top: 59px;
    margin-bottom: 69px;
}
.medGuideContentLeft{
    width: 25%;
    display: inline-block;
}
.medGuideContentLeft div {
    width: 100%;
    height: 66px;
    background-color: #007fd8;
    color: #fff;
    line-height: 75px;
    padding-left: 28px;
    font-size: 16px;
    border-radius: 10px 10px 0px 0px;
}
.medGuideContentLeft ul {
    width: 100%;
    background-color: #f6f6f6;
    padding: 0px 29px 0px 21px;
}
.medGuideContentLeft ul li {
    width: 100%;
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #d9d9d9;
}
.medGuideContentLeft ul li:last-child{
    border-bottom: none;
}
.medGuideContentLeft ul li span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #3f3f3f;
    margin-bottom: 2px;
}
.medGuideContentLeft ul li a{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2b2b2b;
}
.medGuideContentLeft ul li .selectLi{
    color: #007fd8;
}
.medGuideContentLeft ul li .selectSpan {
    background-color: #007fd8;
    border: 1px solid #007fd8;
}
.medGuideContentRight {
    float: right;
    width: 70%;
    box-shadow: 0px 0px 18px 0px
    rgba(13, 13, 13, 0.15);
    border-radius: 10px 10px 0px 0px;
}
.medGuideContentRight  .medGuideContentRightTitle{
    font-weight: 600;
}
.medGuideContentRight div {
    width: 100%;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2b2b2b;
    padding: 25px 30px 0px 30px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 19px;
}
.medGuideContentRight img {
    max-width: 100%;
}


/*科室导航*/
.carousel .carousel-caption {
    position: relative;
}
.carousel .carousel-caption img{
    position: absolute;
    left: -7px;
    bottom: 100px;
}
.active{
    color: #05add7!important;
}

.carousel-inner .item img {
    max-width: none;

}
/*.carousel-inner,.item {*/
/*height: 450px;*/
/*}*/

.departmentNav li {
    width: 50%!important;
}
.departmentNav li a{
    color: #444444;
}
.departmentContent {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.departmentTitle {
    text-align: center;
}
.departmentTitle h3 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2.3px;
    color: #333333
}
.departmentTitle p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #838383;
    margin-top: 15px;
}
.departmentSort  {
    position: relative;
    width: 100%;
    margin-top: 59px;
}
.departmentSort .sortBox {
    left: 0px;
    top: 0px;
    width: 100%;
}
.departmentSort .sortBox li{
    /*float: left;*/
    /*display: inline-block;*/
    /*width: 19.5%;*/
    /*height: 239px;*/
    /*border: 1px solid #c8d0d7;*/

}
.departmentSort .sortBox li span {
    /*display: inline-block;
    width: 56px;
    height: 56px;*/
    /*text-align: center;*/
    /*line-height: 51px;*/
 /*   border-style: solid;
    border-width: 2px;
    border:2px solid #2383cf;*/
    /*border-radius: 50%;*/
    /*font-size: 20px;*/
    /*color: #2e9cdc;*/
    /*font-weight:bold;*/
    /*margin-top: 47px;*/
    /*margin-left: 36px;*/
}
.departmentSort .sortBox li p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2d2d2d;
    /*margin-top: 34px;*/
    /*margin-left: 36px;*/
}
.departmentSort .sortPageCon{
    left: 0px;
    top:0px;
    display: none;
}
.departmentSort .sortPageCon .address{
    margin-top: 39px;
}
.selectSortLi {
    background-image: linear-gradient(-34deg,
    #37b0e7 0%,
    #2383cf 100%);
}
.selectSortSpan{
    border:1px solid #fff;
    background: #fff;
    color: #fff;
}
.selectSortP {
    color: #fff !important;
}
.departmentSort .lastSortBox {
    border:none;
    padding-top: 48px;
    padding-left: 22px;
}
.lastSortBox .lastSortFloor div {
    display: inline-block;
}
.lastSortFloor .floorNumber {
    font-family: ArialMT;
    font-size: 80px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3a3939;
}
.lastSortFloor #floorLou p{
    margin: 0px;
}
.departmentImg {
    position: relative;
    height: 478px;
}
.departmentImg img {
    width: 100%;
    height: 478px;
}
.departmentImg  p {
    position: absolute;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.8px;
    color: #606060;
    margin-top: 70px!important;
}
#ul1 li{
    border-right: none;
}
#ul1 li:nth-child(5),#ul2 li:nth-child(5){
    border-left:none;
}
#ul1 li:nth-child(5),#ul1 li:nth-child(6),#ul1 li:nth-child(7),#ul1 li:nth-child(8),
#ul1 li:nth-child(9),#ul1 li:nth-child(10){
    border-top: none;
}
#ul1 li:nth-child(4),#ul1 li:nth-child(10){
    border-right: 1px solid #c8d0d7!important;
}
#ul2 li {
    /*border-right: none;*/
}

#ul2 li:nth-child(5){
    border: none;
    border-left: 1px solid #c8d0d7!important;
}
#ul2 li:nth-child(9){
    border-right: 1px solid #c8d0d7!important;
}
#ul2 li:nth-child(1),#ul2 li:nth-child(2),#ul2 li:nth-child(3),#ul2 li:nth-child(4){
    border-bottom: none;
}
.departmentSort .sortBox li  .selectSortSpan{
    border: 1px solid #fff;
    color: #fff;
    background: #fff;
}
.departmentSort .sortBox li  .selectSortP {
    color: #fff;
}
.prevSort, .nextSort{
    cursor: pointer;
}
.sortBox .address {
    margin-left: 534px;
    margin-top: -200px;
}
.sortBox .address p{
    display: inline-block;
    width: 558px;
    text-indent: 2em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #535353;
    line-height: 30px;
    margin-bottom: 72px;
}

.tbBox{
    width: 28px;
    height: 28px;
    margin: 0 auto;
    display: inline-block;
}
.tabBox img{
    width: 100%
}
.departmentIntroduction {
    width: 100%;
    height: 494px;
    margin-top: 70px;
    padding:46px 3px 65px 10px;
    box-sizing: border-box;
    background: url(/website_img/navigation_bg.png) #f1f6fa  no-repeat right;
    margin-bottom: 50px;
}
.departmentIntroCon {
    width:84%;
    background-color: #fff;

    padding:18px 29px 53px 16px;
    box-sizing: border-box;
}
.departmentIntroCon h4,.expertTeamTitle  h4  {
    border-left: 4px solid #007fd8;
    padding-left: 15px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2b2b2b;
    margin-bottom: 30px;
}
.context {
    height: 355px;
    overflow-y: scroll;
    line-height: 35px;
    padding-right: 10px;
}


/*滚动条样式*/
.context::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.context::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.context::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.departmentInBox {
    position: relative;
    padding-top: 15px;
}

.expertTeam{
    width: 100%;
}
.departmentSpan{
    left: 210px;
}
.departmentSortMoblie {
    display: none;
}
#indemo {
    float: left;
    width: 2550%;
}
/* 响应式---平板 */
@media screen and (max-width:992px){
    /* 关于我们 */
    .otherPage_little_nav_box {
        width: 750px!important;
    }
    .otherPage_little_nav #otherPage_span{
        left: 19px;
    }
    .page1_hos_intro .page1_hos_box{
        width: 750px;
    }
    .other_foot_box{
        left: 50px;
        width: 690px;
    }
    .foot_map{
        display: none!important;
    }
    .other_footer .foot_left{
        width: 100%!important;
        padding-left: 0px;
    }
    .other_footer {
        height: 260px;
    }
    .other_foot_box{
        height: 292px;
    }
    .foot_logo {
        margin-right: 20px;
    }
}
/* 响应式---手机 */
@media screen and (max-width:767px) {
    .lastSortFloor .floorNumber{font-size: 50px !important}
    .other_footer{display:none;}
    .footer_mobile{display:block; background:#f1f6fa;width:100%;padding-left: 10px;}
    .toubu{padding-top:40px; width:100%; margin-left:4px;}
    .logo_left{width:44%; border-right:1px solid #585959; float:left; padding-right:5%;}
    .logo_left img{width:100%;}
    .tu_right{width:8%; float:left; margin-left:5%;}
    .tu_right img{width:100%;}

    .wenzi{width:100%; margin-top:5%; margin-left:4px;}
    .wenzi p{line-height:26px; font-size:14px;}
    .wenzi p span{color:#007fd8;}

    .banquan{width:100%; margin-left:4px; margin-top:5%; padding-bottom:5%;}
    .banquan p{font-size:12px;}

    .page1_hos_box{width:100% !important; padding:0 8px; margin-bottom:50px;}
    .page1_hos_box h2{font-size:20px;}
    .page1_hos_box h4{font-size:16px;}
    .page1_video_box img{width:100%;}
    .page1_text_box p{font-size:15px !important;}
    /*  banner */
    .page1_banner{width:100%;}
    .page1_banner img{height: 158px!important; }
    .carousel-inner .item {height: 240px!important;overflow: hidden;}
    /* 副导航  */
    .otherPage_little_nav_box{width:100% !important;}
    .otherPage_little_nav #otherPage_span{width:25%; left:0;display: none!important;}


    /* 医师介绍 */
    .physician_intro{
        margin-bottom: 20px;
        margin-top: 65px;
    }
    .physician_intro .physician_box{
        width: 100%;
    }
    .physician_content #moblieMask{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }
    .physician_content ul {
        width: 100%;
    }
    .physician_content li{
        padding: 0 5px;
        width: 50%;
        margin-right: 0px;
        margin-bottom: 20px;
        /*height: auto;*/
        height:390px;
    }
    .physician_content li img {
        width: 100%;
    }
    .physician_details{
        position: absolute;
        width: 100%;
        height: auto;
        padding: 10px;
        margin-top: 0px;
        margin-left: 0px;
        /* top: 20%; */
        left: 0%;
    }
    .physician_left{
        width: 100%;
    }
    .physician_left img {
        width: 100%;
    }
    .physician_right{
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .physician_right strong{
        font-size: 20px;
    }
    .physician_right span{
        font-size: 18px;
    }
    .physician_right .physician_p1{
        font-size: 17px;
    }
    .physician_right .physician_p2{
        margin-top: 7px;
        font-size: 15px;
        display: inline-block;
        line-height: 34px;
        padding-right: 10px;
        font-family: microsoft yahei;
    }
    .physician_right .physician_p2::-webkit-scrollbar {/*滚动条整体样式*/
        width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }
    .physician_right .physician_p2::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }
    .physician_right .physician_p2::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    .more {
        text-align: center;
    }
    #physician_uu .mask{
        display: none;
    }
    /* 就医指南 */
    .medGuideContent{
        padding: 0 10px;
        margin-top: 45px;
    }
    .medGuideLiuCheng{
        width: 100%;
    }
    .medGuideContentLeft{
        width: 100%;
        margin-bottom:25px;
    }
    .medGuideContentRight{
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }
    .medical #otherPage_span{
        left: 15px;
    }

    /* 科室导航 */
    .departmentIntroduction{
        height: auto;
        margin-top: 10px;
    }
    .departmentContent {
        width: 100%;
    }
    /* 九宫格 */
    .departmentSort {
        /*display: none;*/
    }
    .departmentSortMoblie {
        position: relative;
        display: block;
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
    }
    .departmentSort ul li .floorBigBox{
        width: 50% !important;
        padding-top: 39px !important;
        padding-left: 25px !important ;
        height: 192px !important;
    }
    .flexslider,.flexslider li{
        height: auto !important;
    }
    .expertTeam {
        margin-top: 70px !important;
    }
    /*.departmentSortMoblie li {*/
        /*float: left;*/
        /*width: 33.2%;*/
        /*height: 133px;*/
        /*border: 1px solid #c8d0d7;*/
        /*!*border-bottom: none;*!*/
        /*!*border-right: none;*!*/
    /*}*/
    .departmentSortMoblie li:nth-child(3),.departmentSortMoblie li:nth-child(6){
        border-right: 1px solid #c8d0d7;
    }
    .departmentSortMoblie li:nth-child(7),.departmentSortMoblie li:nth-child(8){
        border-bottom: 1px solid #c8d0d7;
    }
    .departmentSortMoblie ul .selectSortSpanMoblie{
        border: 1px solid #fff;
        color: #fff;
    }
    .departmentSortMoblie ul .selectSortPMoblie{
        color: #fff;
    }
    .sortMobile01, .sortMobile02 {
        position: absolute;
        left: 0;
        top: 0;
    }
    .sortMobile02 {
        display: none;
    }
    .departmentSortMoblie li span {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 36px;
        border-style: solid;
        border-width: 2px;
        border: 2px solid #2383cf;
        border-radius: 50%;
        font-size: 16px;
        color: #2d2d2d;
        margin-top: 27px;
        margin-left: 19px;
    }
    .departmentSortMoblie li p {
        font-family: MicrosoftYaHei-Bold;
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #2d2d2d;
        margin-top: 14px;
        margin-left: 17px;
    }
    .lastSortBox {
        padding-left: 15px;
    }
    .departmentSortMoblie .address {
        width: 65%;
        margin-left: 35%;
        padding-top: 410px;
    }
    .departmentSortMoblie .address p {
        font-size: 12px;
        text-indent: 2em;
        line-height: 25px;
        text-align: justify;
        margin-bottom: 15px;
    }
    .departmentIntroCon{
        width: 98%;
    }
    .physician_content #physician_uu li {
        margin-bottom:50px;
    }
    .physician_content #physician_uu li img {
        width: 100%;
    }
    .physician_content #physician_uu li .mask{
        display: none;
    }
    .departmentInBox p {
        /*height: 450px;*/
        /*overflow: auto;*/
        padding-right: 15px;
    }
    .sortMobile01 li:nth-child(9),.sortMobile02 li:nth-child(9){
        border-bottom:1px solid #c8d0d7;
        border-right: 1px solid #c8d0d7;
    }
    .sortMobile01 li:nth-child(3),.sortMobile02 li:nth-child(3){
        border-top:none;
        border-right: none;
    }

    #carousel-example-generic,.carousel-inner,.item{
        height: 160px;;
    }
    .department #otherPage_span {
        left: 46px;
    }
    .expertTeam{
        margin-bottom: 20px;
        margin-top: 58px;
    }
    .carousel-inner .item .bannerImg {
        height: 158px!important;
    }
    .carousel-inner #specilBanner  .bannerImg{height: 240px !important;}
    .carousel-caption{
        display: none;
    }
    /*.mask {*/
        /*display: none!important;*/
    /*}*/
    .otherPage_little_nav ul .liBorder:after{
        left: -7px;
    }
    .otherPage_little_nav ul .liBorder:before{
        right: 46px;
    }
    .physician_content li a img {
        height:200px;
    }
    .physician_content li:nth-child(2n+0){
        margin-right: 0px;
    }
    .otherPage_little_nav ul li .littleNavSpan{
        display: inline-block;
        padding: 0px 12px;
        line-height: 30px;
        background-color: #2794e0;
        color: #fff;
        border-radius: 20px;
        font-size: 14px;
    }

    .physician_content li .mask{
        text-align: center;
        width: 100%;
        height:42px;
        line-height: 42px;
        background: rgba(0,0,0,0.7);
        display: block;
        position: absolute;
        left: 0;
        top:158px;
        font-size: 16px;
        font-weight: 400;
    }

    /*医师介绍科室分类*/
    .selectDepartment{
        display: block;
        text-align: center;
        display: inline-block;
        width: 120px;
        height: 35px;
        line-height: 35px;
        background-color:#05c1c4 ;
        color: #fff;
        border-radius: 5px;
        margin-top: 25px;
    }
    .yishiBox {
        width: 100%;
        text-align: center;
    }
    .yishiFenl {
        padding: 0px 10px;
        display: none;
    }
    .yishiBox .yishiFenl li{
        padding: 3px 10px;
    }

}

.otherPage_little_nav ul li {
    float: left;
    display: inline-block;
    width: 25%;
    text-align: center;
    cursor: pointer;
}
.current{
    color: #007fd8 !important;
}
.no_current{
    color: #000;
    font-size: 17px;
}
.div_hidden{
    display: none;
}
.div_show{
    display: block !important;
}

.carousel-inner>.item>a>img{
    max-width: none!important;
}

.departmentSort  .sortBox .floorBigBox:hover{
    cursor: pointer;
    background-image: linear-gradient(-34deg,
    #37b0e7 0%,
    #2383cf 100%);
}
.departmentSort  .sortBox  .floorBigBox:hover span {
    /*border: 1px solid #fff;*/
    /*background: #fff;*/
    color: #2e9cdc;
}
.departmentSort  .sortBox  .floorBigBox:hover p {
    color: #fff;
}
.departmentSort  .sortBox  .lastSortBox:hover{
    background-image:none;
}
.departmentSort  .sortBox  .departmentImg:hover{
    background-image:none;
}
.departmentSort  .sortBox  .departmentImg:hover p,
.departmentSort  .sortBox  .lastSortBox:hover p{
    color: #2d2d2d;
}

.physician_content  .physician_uu li:hover .hide_span {
    animation:mymove 0.4s ease-in;
    -webkit-animation:mymove 0.4s ease-in; /*Safari and Chrome*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
@keyframes mymove
{
    from {width:0%;}
    to {width:100%;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {width:0%;}
    to {width:100%;}
}
.physician_content  .physician_uu li:hover .mask{
    transition: all 0.5s;
}


