﻿* {
	padding: 0;
	margin: 0;
}

.main {
	/* background: url(/Content/Areas/Hospitals/images/Main/main_bj.png) repeat; */
}

.img-banner {
	width: 100%;
	background: url("/Sites/Uploaded/UserUpLoad/20221208/20221208131744.png") no-repeat;
	height: 330px;
	position: relative;
	background-size: cover;
}

.depar {
	position: absolute;
	bottom: 50%;
	right: 20%;
}

.depar a {
	color: #ffffff;
	display: inline-block;
	font-size: 36px;
	background: #3e9098;
	padding: 10px 20px;
	border-radius: 40px;
	box-sizing: border-box;
}

.details {
	color: #56d4bb;
	display: block;
	float: right;
	margin-top: 20px;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

main {
	width: 1200px;
	margin: 0 auto;
}

.img-banner img {
	width: 100%;
}

.oleft,
.oright{
	background: #fff;
}

.one,
.two,
.three {
	width: 100%;
}

.three {
	position: relative;
	overflow: hidden;
	/* background: #fff; */
	box-sizing: border-box;
}

.three .main_content{
	padding-top: 60px;
}
.doc_tit .ks_more {
  float: right;
  font-weight: 400;
  font-size: 14px;
  padding-right: 20px;
  background: url(/Sites/Uploaded/UserUpLoad/20230103/20230103145557.png) no-repeat right center;
}

.about_doc .swiper-box {
	width: 100%;
	overflow: hidden;
}
.children_dep_con .about_doc{
  padding-bottom: 35px;
}
.dep_scro{
  width: 88%;
  margin: 0 auto;
  position: relative;
}

.oleft {
	width: 65%;
	float: left;
	height: 280px;
	background: rgba(62, 144, 152, 0.1);
	padding: 25px;
	box-sizing: border-box;
}

.oright {
	width: 32%;
	float: right;
	height: 280px;
	box-sizing: border-box;
	padding: 25px;
}

.tright {
	width: 100%;
}


.t-left {
	width: 55%;

	float: right;
}

.tleft .Scroll_Box{
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.tleft .Scroll_Box li{
	position: relative;
}
.tleft .Scroll_Box a img{
	width: 100%;
	height: 100%;
}

.tleft .swiper-pagination_3 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 2;
  text-align: center;
  
}
.tleft .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.tleft .swiper-pagination-bullet-active{
  background: #3E9098;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
	margin: 0px 5px;
}
.t-left{
	-webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
	transition: all 3s cubic-bezier(.08, .82, .17, 1);
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
	visibility: hidden;

}

.animate .t-left{
	-webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
 visibility: visible;
}

.t-right {
	width: 42%;
	float: left;

	overflow: hidden;
}
.t-right{
	-webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
 transition: all 3s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateX(-100px);
 transform: translateX(-100px);
 opacity: 0;
 visibility: hidden;
}
.animate .t-right{
	-webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
 visibility: visible;
}
.oleft p {
	font-size: 14px;
	line-height: 26px;
}

.oleft h2,
.oright h2 {
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 10px;
}

.tleft h2,
.t-left h2,
.t-right h2,
.tright h2, .cz h2{
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 25px;
}
.Com_tit .ks_more{
	float: right;
	font-weight: 400;
	font-size: 14px;
	padding-right: 20px;
	background: url('/Sites/Uploaded/UserUpLoad/20230103/20230103145557.png') no-repeat right center;
}
.Com_tit .ks_more:hover{
	background: url('/Sites/Uploaded/UserUpLoad/20230103/20230103145646.png') no-repeat right center;

}

.Com_tit{
	-webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
 transition: all 3s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateX(100px);
 transform: translateX(100px);
 opacity: 0;
 visibility: hidden;
 font-weight: 700;
 font-size: 20px;
 padding-bottom: 25px;
}
.animate .Com_tit{
	-webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
 visibility: visible;
}
.Scroll_Box, .kscz{
	-webkit-transition: all 3s cubic-bezier(.08, .82, .17, 1);
 transition: all 3s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 opacity: 0;
 visibility: hidden;

}
.animate .Scroll_Box, .animate .kscz{
	-webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 visibility: visible;

}
.cz{
	background: #fff;
}
.kscz{
	padding: 60px 0px;
}
.oright ul li {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	color: black;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url("/Sites/Uploaded/UserUpLoad/20221207/20221207143733.png") no-repeat left center;
}

.oright ul li a {
	color: black;
}

.tleft img {
	width: 100%;
	height: 200px;
}

.t-right ul li {
	font-size: 14px;
	line-height: 35px;
	color: #333;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(/Sites/Uploaded/UserUpLoad/20221207/20221207143733.png) no-repeat 0px center;
}
.t-right ul li{
	display: flex;
  flex-direction: column-reverse;
}

.t-right ul li:hover {
 padding: 5px 0px 0px 20px;
 background: rgba(62, 144, 152, 0.1);
}
.t-right ul li:hover .title_type {
 font-weight: 700;
}
.t-right ul li .title_type:hover {
 color: #333;
}

.t-right ul li .span_date {
 display: none;
 float: none;
}
.t-right ul li:hover .span_date{
	display: block;
}

.t-right ul li a {
	color: #333;
}

.mF_fscreen_tb_wrap {
	border: none !important;
}

.english {
	padding-bottom: 5px;
	color: #8cdfcd;
	font-size: 14px;
	padding-left: 15px;
	font-weight: 100;
}

.oleft .english {
	padding-bottom: 5px;
	text-align: center;
	color: #8cdfcd;
	font-size: 14px;
	padding-left: 0px;
	text-indent: 0px;
}

.title_ch {
	padding: 15px 0px 0px 15px;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
}

.title_en {
	color: #8cdfcd;
	font-size: 14px;
	padding-left: 15px;
}

.doct-img {
	width: 92px;
	height: 133px;
	display: block;
	float: left;
}

.doct-img img {
	width: 95px;
	height: 133px;
}

.doc_rightInfo {
	float: left;
	width: 200px;
	margin-left: 10px;
}

.doc_top .doc_tit,
.doc_top .doc_tit a {
	font-size: 16px;
	color: #0081a3;
}

.doct-con {
	color: #666666;
	margin-top: 20px;
	line-height: 24px;
	width: 330px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.doc_top {
	height: 133px;
}

/*Expert end*/

.slideBox {
	position: relative;
}

.slideBox .prev,
.slideBox .next {
	display: block;
	width: 22px;
	height: 80px;
	background: #cacaca;
	line-height: 80px;
	font-size: 30px;
	color: #ffffff;
}

.slideBox .prev {
	position: absolute;
	left: 0px;
	top: 50px;
}

.slideBox .next {
	position: absolute;
	right: 0px;
	top: 50px;
}

.Scheduling_icon {
	padding: 0 10px;
	font-size: 12px;
	float: right;
	background: #f6f6f6;
}

.Scheduling_time {
	display: none;
}

.mF_fscreen_tb .thumb_bg {
	bottom: -2px !important;
}

.mF_fscreen_tb .thumb {
	bottom: -2px !important;
}

.mF_fscreen_tb_wrap .mF_fscreen_tb .prev,
.mF_fscreen_tb_wrap .mF_fscreen_tb .next {
	bottom: 7px !important;
}

.tleft img {
	width: 100%;
	height: 172px;
}

.mF_fscreen_tb {
	height: 243px !important;
}

.mF_fscreen_tb .thumb_bg {
	background: white !important;
	opacity: inherit !important;
}

.mF_fscreen_tb .thumb ul li a {
	margin: 8px 1px !important;
}

.mF_fscreen_tb_wrap .mF_fscreen_tb .prev,
.mF_fscreen_tb_wrap .mF_fscreen_tb .next {
	font: bold 38px arial;
	width: 17px;
	background: #ccc;
	line-height: 52px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 21px;
	bottom: 9px;
}

.mF_fscreen_tb_wrap .mF_fscreen_tb .prev {
	left: 8px;
}

.mF_fscreen_tb_wrap .mF_fscreen_tb .next {
	right: 8px;
	left: auto;
}

.txt p {
	display: none;
}

.doc_rightInfo h2 {
	padding: 0;
}


/* 出诊表 */
.center {
	display: none;
}

.select_table {
	width: 99%;
	margin: 0 auto;
}

.First_tr td {
	text-align: center;
	background: #149896;
	width: 50px !important;
	border: 1px solid white;
	height: 35px;
	color: white;
}

.dep_img {
	display: none;
}

.con_p .title {
	display: none;
}

.summary {
	border: none;
}

.summary .con_p {
	width: 100%;
}

.dep_doclist {
	display: none;
}

.doct_con .bot_box {
	display: none;
}

h2.tab_tit span.active {
	color: black;
	border-left: none !important;
	padding-left: 0px;
}

.Com_more {
	background: url(/Content/Areas/News/images/XinWenZhongXin/icon4.png) no-repeat scroll right top;
	color: #999999;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	margin-top: 2px;
	padding-right: 23px;
}

.tab_tit .english {
	padding-left: 0px;
}

.doct_con {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.doct_con p {
	padding-bottom: 6px;
}

.doct_con p a {
	padding-top: 6px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
}

.about_doclist li.swiper-slide {
	width: 100%;
}
/*子科室样式*/
.dep_wrapper {
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background: rgb(228 237 237);
  overflow: hidden;
}
.sy_ts_tab li {
  width: 195px;
  float: left;
  margin-bottom: 20px;
  height: 48px;
  line-height: 48px;
  margin-right: 24px;
  text-align: center;
  position: relative;
  border: 1px solid #3e9098;
}
.sy_ts_tab li.sy_keshihover{
  background: #3e9098;
  color: #fff;
  border: 1px solid #3e9098;
}
.sy_ts_tab li.sy_keshihover a{
	color: #fff;
	display: block;
}
.parent_dep_con{
	padding: 80px 0;
	text-align: center;
	font-size: 26px;
	color: #fff;
	background: url(/Sites/Uploaded/UserUpLoad/20221206/20221206175102.png) no-repeat;
	background-size: cover;
}
.sy_ts_tab {
  margin-bottom: 20px;
  overflow: hidden;
}
.tab_zoom_boxall {
  position: relative;
}
.ks_tab_con {
  opacity: 0;
  position: absolute;
  width: 100%;
}
.ks_tab_con.selected {
  opacity: 1;
  position: relative;
}
.children_dep_con{
  background: #fff;
  padding: 60px 0;
}

@media only screen and (max-width: 1440px) {
	.depar {
		bottom: 45%;
	}
}

@media only screen and (max-width: 1024px) {
	.depar {
		bottom: 45%;
	}
}

@media only screen and (max-width: 768px) {
	.img-banner{
		height: 115px;
	}
	.depar {
		bottom: 36%;
	}


	main {
		width: 100%;
	}

	.oleft,
	.oright,
	.tright,
	.t-right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.t-left, .tleft {
		width: 100%;
		float: none;
		overflow: hidden;
	}


	.doct-con {
		width: 300px;
	}

	.two,
	.one,
	.three {
		margin: 0;
	}

	.one {
		margin-top: 20px;
	}


	.pd20 {
		padding: 35px;
	}

	
	.oleft {
		height: auto;
	}
	.kscz{
		padding: 30px 0px;
	}


	.Scroll_Box .doct_con p {
		width: 210px;
	}


	a.btn {
		width: 30px;
	}

	.depar a {
		font-size: 26px;
	}

	.three_around.three {
		display: block;
	}

	.three_around .t-right {
		width: 99%;
	}
	.Com_tit, .t-right, .t-left{
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
 visibility: visible;}
		.Scroll_Box, .kscz {
			-webkit-transform: translateY(0);
			transform: translateY(0);
			opacity: 1;
			visibility: visible;
	}
	.tleft .Scroll_Box{
		height: 190px;
		width: 100%;
		overflow: hidden;
	}
}

@media only screen and (max-width: 640px) {
	.depar {
		bottom: 36%;
	}

}



@media only screen and (max-width: 425px) {
	.mF_fscreen_tb_wrap {
		margin-left: 0;
	}

	.depar {
		bottom: 33%;
	}

	.Scroll_Box .doct_con p {
		width: 150px;
	}

	.depar a {
		font-size: 20px;
	}

	.person p {
		width: 270px;
	}
}

@media only screen and (max-width: 375px) {
	.depar {
		bottom: 31%;
	}
}

@media only screen and (max-width: 320px) {
	.depar {
		bottom: 21%;
	}
} 