#navbar .nav-menu:first-child{
    padding-left: 0;
}
.through_img{
    width: 100%;
    height: 400px;
    background-image: url("../images/common/banner_swp.png");
    background-position: center center;
}
.through_img>div{
    position: relative;
    height: 100%;
    padding-top: 73px;
}
.through_img p{
    position: absolute;
    left: 0;
    top: 30px;
}
.through_img p,.through_img p a{
    font-size: 14px;
    color: #fff;
}
.through_img h3{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.through_img .swp_prev,.through_img .swp_next{
    position: absolute;
    left: 0;
    top:125px;
    cursor: pointer;
}
.through_img .swp_next{
    left: auto;
    right: 0;
}
.through_img .swpbox{
    padding: 50px 50px 0;
    position: relative;
}
/* .swiper_type{
    overflow: hidden;
    width: 100%;
    height: 182px;
}
.swiper_type .swiper-slide{
    width: 220px;
    height: 182px;
    box-sizing: border-box;
}
.swiper_type .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 38px 0;
    position: relative;
}
.swiper_type .swiper-slide img{
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}
.swiper_type .swiper-slide:hover img{
    transform: scale(1.1);
}
.swiper_type .swiper-slide p{
    position: absolute;
    left: 0;
    top: 0;
    height: 182px;
    line-height: 182px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.swiper_type .li1{
    background-image: url("../images/guide_arrage/li1.png");
    background-size: 100% 100%;
}
.swiper_type .li2{
    background-image: url("../images/guide_arrage/li2.png");
    background-size: 100% 100%;
}
.swiper_type .li3{
    background-image: url("../images/guide_arrage/li3.png");
    background-size: 100% 100%;
}
.swiper_type .li4{
    background-image: url("../images/guide_arrage/li4.png");
    background-size: 100% 100%;
}
.swiper_type .li5{
    background-image: url("../images/guide_arrage/li5.png");
    background-size: 100% 100%;
}
.swiper_type .li6{
    background-image: url("../images/guide_arrage/li6.png");
    background-size: 100% 100%;
} */

/* 门诊医生排班 */
.outpatient_title{
    width: 100%;
    height: 115px;
    position: relative;
    padding: 0 30px;
    box-shadow: 1px 1px 2px rgba(51,51,51,0.04),-1px -1px 2px rgba(51,51,51,0.04);
    margin-top: 43px;
}
.outpatient_title::before{
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background-color: #4b9a7b;
    position: absolute;
    left: 0;
    top: 0;
}
.outpatient_title h3{
    color: #479175;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    float: left;
}
.outpatient_title h3 i{
    font-size: 22px;
    padding-right: 8px;
}
.outpatient_title a{
    float: right;
    font-size: 16px;
    color: #479175;
    line-height: 80px;
}
.outpatient_title a>i{
    margin-right: 6px;
    color: #468f72;
    font-size: 24px;
    vertical-align: middle;
}
.outpatient_head{
    width: 100%;
    height: 68px;
    background-image: url("../images/guide_arrange/timebg.png");
    background-size: 100% 100%;
    display:flex;
  flex-wrap:nowrap;
}
.outpatient_head li{
    color: #ffffff;
    font-size: 14px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    width: calc(100% / 9);
    
}
.outpatient_head li p{
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    padding: 11px 0;
}

.outpatient_content{
    width: 100%;
    /* padding-left: 11.11%; */
    /* position: relative; */
    border: 1px solid #f2f2f2;
    border-top: none;
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.outpatient_content h4{
    /* position: absolute; */
    left: 0;
    top: 0;
    /* top: 50%;
    transform: translateY(-50%); */
    border-bottom: 1px solid #f2f2f2;
    width: 11.11%;
    text-align: center;
    font-size: 14px;
    color: #333;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.outpatient_content .doctor_wrap {
    width: 88.89%;
    display: flex;
    flex-direction: column;

}

.outpatient_content .outpatient_doctor{
    width: 100%;
    /* padding-left: 12.5%; */
    position: relative;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}
.outpatient_content .outpatient_doctor>p{
    /* position: absolute; */
    width: 12.5%;
    text-align: center;
    left: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outpatient_content .outpatient_doctor>ul{
    width: 87.5%;
    border-left: 1px solid #f2f2f2;
    /* height: 356px; */
    display: flex;
   
}
.outpatient_doctor li{
    width: 14.2857%;
    /* float: left; */
    padding: 18px 15px;
    border-right: 1px solid #f2f2f2;
    /* position: relative; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
}
.outpatient_doctor ul>li:last-child{
    border-right: 1px solid transparent;
}
.outpatient_doctor li>a{
    display: block;
    width: 100%;
    padding-right: 46px;
    font-size: 0px;
    border-top: 2px dashed #f5f5f5;
    text-align: center;
    position: relative;
}
.outpatient_doctor li>a:first-child{
    border-top: 2px dashed transparent;
}
.outpatient_doctor li>a>p{
    width: 100%;
    min-height: 64px;
    margin: 10px 0;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.outpatient_doctor li>a>span{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 46px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    background-color: #4b9a7b;
}
.outpatient_doctor li>a>span.stop{
    background-color: #e43c3c;
}
.outpatient_doctor li .intro{
    width: 350px;
    /* height: 180px; */
    min-height: 170px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    padding: 22px 22px 22px 134px;
    left: -123px;
    top: 60px;
    box-shadow: 2px 2px 4px rgba(51,51,51,0.04),-2px -2px 4px rgba(51,51,51,0.04);
    display: none;
}
.outpatient_doctor li a:hover .intro{
    display: block;
}
.outpatient_doctor li .intro::before{
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 165px;
    box-shadow: -2px -2px 4px rgba(51,51,51,0.04);
    width: 14px;
    height: 14px;
    top: -7px;
    transform: rotate(45deg);
    background-color: #fff;
}
.outpatient_doctor li .intro::after{
    content: "";
    display: block;
    height: 93.33%;
    width: 96.57%;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 4px;
    border: 1px dashed #f5f5f5;
}
.outpatient_doctor li .intro img{
    position: absolute;
    left: 18px;
    top: 22px;
    /* top: 50%;
    transform: translateY(-50%); */
    width: 100px;
}
.outpatient_doctor li .doctor_name{
    width: 100%;
    font-size: 16px;
    color: #4b9a7b;
    text-align: left;
    font-weight: bold;
    line-height: 40px;
}
.outpatient_doctor li .doctor_name span{
    font-size: 12px;
    color: #4b9a7b;
}
.outpatient_doctor li .doctor_skill{
    color: #4b9a7b;
    font-size: 12px;
    line-height: 20px;
    text-align: left;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.outpatient_doctor li i{
    text-align: center;
}
.arrange_notice {
    margin-top: -20px;
    padding-right: 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.arrange_notice div{
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
}
.arrange_notice div:last-child{
    margin-right: 0rem;
}
.arrange_notice div:nth-child(1) span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #4b9a7b;
    border-radius: 50%;
    margin-right: 10px;
}
.arrange_notice div:nth-child(2) span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #2196f3;
    border-radius: 50%;
    margin-right: 10px;
}
.arrange_notice div:nth-child(3) span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffc107;
    border-radius: 50%;
    margin-right: 10px;
}
.arrange_notice div:nth-child(4) span { 
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ea551e;
    border-radius: 50%;
    margin-right: 10px;
}
.zhuyuanqu{
    background-color: #4b9a7b!important;
}
.guangguyuanqu{
    background-color: #2196f3!important;
}
.zhongfayuanqu{
    background-color: #ffc107!important;
}
.junshanyuanqu{    
    background-color: #ea551e!important;
}
.icon-fanhui_pc{
    display: block;
}
.icon-fanhui_mobile{
    display: none;
}
/*移动端*/
@media screen and (max-width: 768px){
.outpatient_doctor li>a>span {
    position: absolute;
    left: 0.03rem;
    top: 50%;
    width: 0.08rem;
    height: 0.08rem;
    line-height: 1;
    font-size: 0;
    color: #fff;
    border-radius: 50%;
    background-color: #4b9a7b;
    margin-top: -0.05rem;
}
.outpatient_doctor li {
    width: 14.2857%;
    /* float: left; */
    padding: 0;
    border-right: 0.01rem solid #f2f2f2;
    /* position: relative; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
}
.outpatient_doctor li>a>p {
    width: 100%;
    min-height: 0.6rem;
    font-size: 0.18rem;
    color: #333;
    display: flex;
    text-align: left!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.outpatient_doctor li>a {
    display: block;
    width: 100%;
    padding-right: 0;
    font-size: 0px;
    border-top: 0.01rem dashed #f5f5f5;
    text-align: center;
    position: relative;
}
.outpatient_doctor li i {
    text-align: center;
    font-size: 0.18rem;
}
.outpatient_doctor li>a:first-child {
    border-top: 0.01rem dashed transparent;
}
.outpatient_content .outpatient_doctor>p {
    /* position: absolute; */
    width: 12.5%;
    text-align: center;
    left: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    color: #333;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outpatient_content h4 {
    /* position: absolute; */
    left: 0;
    top: 0;
    border-bottom: 1px solid #f2f2f2;
    width: 10%;
    text-align: center;
    font-size: 0.2rem;
    color: #333;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.outpatient_head li p {
    color: #fff;
    font-size: 0.2rem;
    line-height: 23px;
    padding: 0.2rem 0;
}
.outpatient_head {
    width: 100%;
    height: 1.2rem;
    background-image: url(../images/guide_arrange/timebg.png);
    background-size: 100% 100%;
    display: flex;
    flex-wrap: nowrap;
}
.outpatient_head li {
    color: #ffffff;
    font-size: 0.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    width: calc(100% / 9);
}
.outpatient_head li p {
    color: #fff;
    font-size: 0.2rem;
    line-height: 1.1;
    padding: 0.27rem 0;
}
.outpatient_doctor li .intro {
    width: 350px;
    /* height: 180px; */
    min-height: 170px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    padding: 22px 22px 22px 134px;
    left: -123px;
    top: 60px;
    box-shadow: 2px 2px 4px rgba(51,51,51,0.04), -2px -2px 4px rgba(51,51,51,0.04);
    display: none;
    opacity: 0;
}
.outpatient_head li{
    color: #ffffff;
    font-size: 0.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    width: calc(80% / 7);
}
.outpatient_head li:nth-child(1),.outpatient_head li:nth-child(2) {
    color: #ffffff;
    font-size: 0.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    width: 10%;
}
.outpatient_content {
    width: 100%;
    /* padding-left: 11.11%; */
    /* position: relative; */
    border: 1px solid #f2f2f2;
    border-top: none;
    border-bottom: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.outpatient_doctor p:nth-child(1){
    width: 11%;
}
.outpatient_content .outpatient_doctor>ul p{
    width: 100%;
}
.outpatient_content .doctor_wrap {
    width: 90%;
    display: flex;
    flex-direction: column;
}
.outpatient_content .outpatient_doctor>ul {
    width: 89%;
    border-left: 1px solid #f2f2f2;
    /* height: 356px; */
    display: flex;
}
.outpatient_title {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0.3rem;
    box-shadow: none;
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.outpatient_title::before {
    content: "";
    width: 100%;
    height: 0.1rem;
    display: block;
    background-color: #4b9a7b;
    position: absolute;
    left: 0;
    top: 0;
}
.outpatient_title h3 {
    color: #479175;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1.2rem;
    float: left;
}
.outpatient_title h3 i {
    font-size: 0.3rem;
    padding-right: 0.1rem;
}
.outpatient_title a {
    float: right;
    font-size: 0.2rem;
    color: #479175;
    line-height: 1.2rem;
}
.arrange_notice {
    margin-top: -0.1rem;
    padding-right: 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.arrange_notice div{
    font-size: 0.2rem;
}
.arrange_notice div:nth-child(1),.arrange_notice div:nth-child(2){
    margin-right: 0.2rem;
}
.arrange_notice div:nth-child(1) span{
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    background: #4b9a7b;
    border-radius: 50%;
    margin-right: 0.05rem;
}
.arrange_notice div:nth-child(2) span {
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    background: #2196f3;
    border-radius: 50%;
    margin-right: 0.05rem;
}
.arrange_notice div:nth-child(3) span {
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    background: #ffc107;
    border-radius: 50%;
    margin-right: 0.05rem;
}
.outpatient_title a>i {
    margin-right: 0.1rem;
    color: #468f72;
    font-size: 0.3rem;
    vertical-align: middle;
}
.icon-fanhui_pc{
    display: none;
}
.icon-fanhui_mobile{
    display: block;
}
}

