.Scroll_Box {
 overflow: hidden;
}

.wrap_main .linkmap {
 margin-top: 0;
}

.wrap_main {
 padding-top: 25px;
 background: url(/Content/Areas/Doctors/images/bigBG.jpg) no-repeat top center, url(/Content/Areas/Doctors/images/BGadd.jpg) repeat-y;
 background-size: 100% auto;
 padding-bottom: 40px;
}

.mb40 {
 margin-bottom: 40px;
}

.doc_tit {
 margin-bottom: 20px;
 font-weight: bold;
}

.doc_tit span {
 font-size: 24px;
 color: #254558;
 margin-top: 4px;
 display: inline-block;
}

.doc_tit span::after {
 content: '';
 background: url(/Content/Areas/Common/images/common/docTitle.png) no-repeat center center;
 width: 22px;
 display: inline-block;
 height: 15px;
 margin-left: 20px;
}
#scheduling .doc_tit{
	position: relative;
}
.dep_scheduling_more{
	position: absolute;
	right: 0;
	top: 55px;
}
.doc_tit .more {
 width: 94px;
 height: 34px;
 background: url(/Content/Areas/Common/images/common/MORE.png) no-repeat left center;
 display: block;
 background-size: cover;
 float: right;
}
.

.doc_tit .more:hover {
 background: url(/Content/Areas/Common/images/common/MORE2.png) no-repeat left center;
 transition: all 0.1s;
 background-size: cover;
}

#summary .dep_img {
 width: 700px;
 height: 455px;
}

#summary .con_p {
 width: 500px;
 float: right;
 background: url(/Content/Areas/Departments/images/secbg.png) no-repeat center center;
 background-size: 100% 100%;
 padding: 30px 30px 40px 30px;
 box-sizing: border-box;
 height: 455px;
 overflow: hidden;
}

#summary .con_p h2 {
 margin-bottom: 9px;
}

#summary .con_p h2 a {
 color: #fff;
 font-size: 18px;
}

#summary .con_p p {
 text-indent: 2em;
 font-size: 14px;
 color: #fff;
 line-height: 30px;
}

#summary .con_p a {
 color: #fff;
}
.con_p a.more:hover{font-weight: bold;}

/* 医生团队轮播 */

.swiper-container-1 .swiper-slide {
 /* padding-right: 20px; */
 box-sizing: border-box;
 height: 290px;
 width: 224px;
}

.swiper-container-1 .swiper-slide .Com_l {
 float: none;
 margin-right: 0;
 width: 100%;
 height: 100%;
 border: none;
 padding: 0px;
}

.swiper-container-1 .swiper-slide .Com_l .doct_img {
 width: 100%;
 height: 100%;
}
p.depName {
 font-size: 20px;
 color: #fff;
}
.swiper-container-1 .swiper-slide .Spec {
 display: none;
 color: #fff;
 font-size: 16px;
}

.swiper-container-1 .swiper-slide .Com_l .dep_detail {
 position: absolute;
 bottom: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.4);
 text-align: center;
 padding: 15px 10px;
 box-sizing: border-box;
 width: 100%;
 transition: all .5s;
}

.swiper-container-1 .swiper-slide .Com_l .depName a {
 color: #fff;
 font-size: 20px;
}

.swiper-container-1 .swiper-slide:hover .dep_detail {
 height: 100%;
 padding: 55px 10px;
}

.swiper-container-1 .swiper-slide:hover .Spec {
 display: block;
}

.dep_scro_par {
 position: relative;
}

.dep_scro_par .arrow-btn {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 26px;
 height: 38px;
 display: block;
}

.dep_scro_par .dep-btn-right {
 background: url(/Content/Areas/Departments/images/right-arrow.png) no-repeat center center;
 right: -56px;
}

.dep_scro_par .dep-btn-left {
 background: url(/Content/Areas/Departments/images/left-arrow.png) no-repeat center center;
 left: -56px;
}


/* 科室特色 */

.ksts .tscont_left {
 padding: 50px 55px 50px 40px;
 box-sizing: border-box;
 background: url(/Content/Areas/Departments/images/secbg.png) no-repeat center center;
 background-size: 100% 100%;
 width: 500px;
 height: 455px;
 float: left;
 position: relative;
}

.ksts .right_pic {
 width: 700px;
 height: 455px;
}

.ksts .ksts_tit a,
.ksts p {
 writing-mode: vertical-rl;
}

.ksts .ksts_tit a {
 display: block;
 color: #fff;
 font-size: 24px;
 font-weight: bold;
 position: relative;
 margin: 10px 0;
 letter-spacing: 3px;
}

.ksts .ksts_tit {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 float: right;
 margin-left: 35px;
}

.ksts p {
 float: right;
 color: #fff;
 font-size: 14px;
 line-height: 36px;
 letter-spacing: 2px;
 margin-top: 28px;
 opacity: .8;
}

.ksts p a {
 display: none;
}

.ksts .ksts_more {
 display: block;
 float: right;
 width: 34px;
 height: 94px;
 background: url(/Content/Areas/Departments/images/kstsmore.png) no-repeat center center;
 background-size: 100% 100%;
 position: absolute;
 bottom: 50px;
 left: 40px;
}

.ksts .ksts_more:hover {
 background: url(/Content/Areas/Departments/images/kstsmorehover.png) no-repeat center center;
 background-size: 100% 100%;
}


/* 医生团队部分样式 */

.doctorList li.doct_li {
 width: 196px;
 float: left;
 border: 1px solid #ddd;
 box-shadow: 2px 2px 3px #ddd;
 padding: 0 6px;
 margin: 24px 12px 0;
 position: relative;
 height: 320px;
}

.doctorList li.doct_li:nth-child(5n) {
 margin-right: 0;
}

.doctorList li.doct_li a.doct_img {
 display: block;
 width: 134px;
 height: 176px;
 border: 1px solid #f0f0f0;
 overflow: hidden;
 margin: 20px auto 0;
}

.doctorList li.doct_li a.doct_img img {
 width: 100%;
 height: auto;
 transition: all .5s;
}

.doctorList li.doct_li a.doct_img:hover img {
 transform: scale(1.1);
}

.doctorList li.doct_li h2 a {
 font-size: 14px;
 color: #333;
 line-height: 50px;
 border-bottom: 1px dotted #e1e1e1;
 display: block;
 text-align: center;
}

.doctorList li.doct_li h2 a:hover {
 color: #264658;
}

.doctorList li.doct_li p.p_H {
 line-height: 24px;
 font-size: 12px;
 color: #999;
 margin: 10px 4px;
}

span.zhicheng {
 background: url(/Content/Areas/Common/images/department/zhicheng.png) no-repeat;
 display: block;
 width: 31px;
 position: absolute;
 height: 35px;
 top: 20px;
 right: -3px;
}

span.zhicheng a {
 color: #fff;
 line-height: 31px;
 font-size: 14px;
 display: block;
 width: 14px !important;
 overflow: hidden;
 margin: 0 auto;
 height: 32px;
}

.doc_fz li {
 float: left;
 height: 35px;
 line-height: 35px;
 padding: 0 40px;
 color: #fff;
 background: #73aee0;
 cursor: pointer;
}

.doc_fz {
 width: 440px;
 margin: 0 auto;
}

.doc_fz li.current {
 background: #264658;
}


/* 相关视频 */

.about_video .SwitchImage,
.about_video {
 position: relative;
}

.about_video .SwitchImage {
 height: 278px;
}

.about_video .SwitchImage .swiper-box {
 height: 278px;
 width: 1200px;
}

.about_video .SwitchImage .swiper-box ul li {
 width: 380px;
 height: 278px;
}

.about_video .img_div {
 width: 100%;
 height: 240px;
}

.about_video .video_img {
 width: 100%;
 height: 100%;
}

.about_video .video_img::after {
 width: 100%;
 height: 100%;
 display: block;
 content: '';
 background: rgba(0, 0, 0, 0.3);
 position: absolute;
 top: 0;
}

.about_video .liulan {
 display: none;
}

.video_btn:hover,
.video_btn {
 background: url(/Content/Areas/Common/images/common/play.png) no-repeat center center;
 width: 100%;
 height: 100%;
}

.about_video .maintitle {
 line-height: initial;
 margin-top: 16px;
}

.about_video .maintitle a {
 color: #333;
 font-size: 16px;
}

.about_video .arrow-btn {
 width: 26px;
 height: 38px;
 top: 50%;
 transform: translateY(-50%);
 display: block;
 position: absolute;
}

.about_video .btn-left {
 left: -56px;
 background: url(/Content/Areas/Common/images/common/docArrowLeft.png);
}

.about_video .btn-right {
 right: -56px;
 background: url(/Content/Areas/Common/images/common/docArrowRight.png);
}

.about_video li img {
 transition: all .5s;
}

.about_video li:hover img {
 transform: scale(1.1);
}


/* 出诊表 */

#scheduling .Scheduling_qiehuan {
 /* display: none !important; */
}

#scheduling h2.Com_tit {
 margin-bottom: 20px;
}

#scheduling h2.Com_tit span {
 font-size: 24px;
 color: #254558;
 margin-top: 4px;
 display: inline-block;
 border: none;
 padding: 0;
 font-weight: bold;
 margin: 0;
}

#scheduling h2.Com_tit span::after {
 content: '';
 background: url(/Content/Areas/Common/images/common/docTitle.png) no-repeat center center;
 width: 22px;
 display: inline-block;
 height: 15px;
 margin-left: 20px;
}

.clinicDetail .frist_tr th,
.clinicDetail {
 border: none;
}

.clinicDetail td {
 background: #fff;
 border-color: #EAE9E9;
}

.clinicDetail .frist_tr .select_table_hover,
.clinicDetail .frist_tr td,
.clinicDetail .frist_tr th {
 background: #264658 !important;
}
.docTeam p{
text-indent:2em;
}
@media only screen and (max-width:768px) {
 #summary .dep_img,
 .doc_tit .more,
 .ksts .right_pic,
 .about_video .arrow-btn {
 display: none;
 }
 #summary .con_p {
 width: 100%;
 height: auto;
 }
 .swiper-container-1 .swiper-slide {
 height: 221px;
 }
 .ksts .tscont_left {
 width: 100%;
 height: auto;
 padding: 20px;
 }
 .ksts .ksts_tit {
 margin: 0 auto;
 float: none;
 }
 .ksts .ksts_tit img,
 .ksts .ksts_more {
 display: none;
 }
 .ksts .ksts_tit a,
 .ksts p {
 writing-mode: initial;
 margin: 0;
 }
 .ksts p a {
 color: #fff;
 font-size: 14px;
 line-height: 36px;
 letter-spacing: 2px;
 margin-top: 28px;
 display: inline;
 }
 .about_video .SwitchImage .swiper-box,
 .about_video .SwitchImage {
 width: 100%;
 }
 .wrap_main {
 padding-bottom: 0;
 }
} 