h1,h2,h3,h4,h5{
	margin: 0px;
}
a,a:hover{
    text-decoration: none;
}
p{
	margin: 0;
}
.mt-10{
	margin-top:10px
}
body {
	overflow-x: hidden;
	color: #333;
	background: #fff;
	font-size: 14px;
	max-width: 520px;
	margin: 0 auto;
	font-family: "Microsoft YaHei";
	padding-bottom: 75px;
}
strong{
    font-weight: bold !important;
}
strong span{
    font-weight: bold !important;
}
.over{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.over1{
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap; 
}
/*头部*/
.header{
	display: flex;
	padding-left: ;
	align-items: center;
	padding: 10px 14px;
}
.header_list{
	box-shadow: 0 0 10px #e8e8e8;
	margin-bottom: 10px;
}
.back{
	width: 20px;
	height: 28px;
	margin-right: 10px;
}
#myBtn{
    display: none;
    position: fixed;
    bottom: 85px;
    right: 15px;
    width: 60px;
    z-index: 99;
    border: none;
    background-color: #03020296;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
h1{
	height: 28px;
	line-height: 22px;
}
.head_logo{
	width: 176px;
	height: 28px;
}
.ver_ray{
	width: 3px;
	height: 19px;
	background-color: #3b91d8;
	border-radius: 3px;
	margin-left: 10px;
	margin-right: 5px;
}
.head_name{
	font-size: 19px;
	color: #3b91d8;
}
.banner img{
	width: 100%;
	height: 100%;
}
/*首页最新公告*/
.notice{
	margin: 0 10px 25px;
	padding: 5px;
	border-radius: 5px;
	border: solid 1px #3b91d8;
}
.notice .title{
	background: #3b91d8;
	height: 34px;
}
.title h1{
	font-size: 18px;
    display: inline-block;
    font-weight: 600;
}
.notice .title_left{
	color: #fff;
	font-size: 19px;
}
.notice .title_right{
	color: #fff;
}
.notice_con{
	margin-top: 15px;
}
.notice_con a{
	display: flex;
	align-items: center;
	font-size: 19px;
	height: 20px;
	justify-content: space-between;
	letter-spacing: 1px;
	color: #3b91d8;
	margin-bottom: 10px;
}
.notice_con h2{
	display: inline;
	font-size: 19px;
	margin-bottom: 10px;
}
.notice_con a img{
	width: 18px;
	height: 18px;
	vertical-align: -2px;
}
/*导航*/
.nav{
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
.nav a{
	width: 25%;
	margin-bottom: 10px;
	text-align: center;
}
.nav a img{
	width: 76px;
	height: 76px;
	border: solid 1px #9fc9ec;
	border-radius: 50%;
	border-right: 0;
	border-bottom: 0;
}
.nav a  p{
	letter-spacing: 1px;
	color: #292929;
	margin: 0;
	font-size: 15px;
	margin-top: 10px;
}
/*导航*/
.search{
	margin: 0 10px;
	height: 45px;
	box-sizing: border-box;
	padding: 5px;
	background-color: #ffffff;
	border-radius: 45px;
	border: solid 1px #0d0408;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}
.search input{
	width: 68%;
	margin-left: 8px;
	border: 0;
	font-size: 16px;
	outline: none;
}
#search{
	width: 90px;
	height: 33px;
	line-height: 30px;
	font-size: 17px;
	color: #fff;
	background-color: #3b91d8;
	border-radius: 33px;
}
#search img{
	width: 24px;
	height: 24px;
	margin-left: 12px;
	margin-right: 2px;
}

/*首页专家团队*/
.expert{
	margin: 10px 10px 0;
}
.expert_member{
	display: flex;
	justify-content: space-between;
	border-bottom: dashed 1px #c0c0c0;
	padding-bottom: 13px;
	margin-top: 16px;
}
.expert_member:last-child{
	border: 0;
}
.member_photo {
	width: 90px;
	height: 90px;
}
.member_photo img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.member_info{
	width: 71%;
	text-align: justify;
	color: #535353;
	
}
.member_info h3,.member_info h2{
	display: inline;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 3px;
}
.member_info span{
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 2px;
	color: #535353;
}
.member_depart{
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}
.member_info a{
	color: #535353;
}
.member_info p{
	font-size: 12px;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 12px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5; 
}
.member_info .button a{
	width: 93px;
	display: inline-block;
	text-align: center;
	height: 22px;
	line-height: 20px;
	background-color: #3b91d8;
	border-radius: 22px;
	font-size: 15px;
	color: #ffffff;
	border: 0;
	margin-right: 8px;
	letter-spacing: 1px;
}
/*首页健康咨询*/
.health{
	margin: 0 10px;
}
.health_main{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
.health_item{
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 5px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	border: solid 1px #3b91d8;
	position: relative;
}
.health_item img{
	width: 100%;
	height: 100px;
	border-radius: 5px;
	vertical-align: middle;
	object-fit: cover;
}
.health_title{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 21px;
}
.health_ind{
	font-size: 12px;
	line-height: 20px;
	position: relative;
	text-align: justify;
}
.health_ind a{
	color: #ff0000;
	/* position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 2px;
	background-color: #fff; */
}
.tiems{
	position: absolute;
	bottom: 5px;
	margin-top: 5px;
	font-size: 10px;
}
/*首页经典案例*/
.case{
	margin: 0 10px;
}
.case_main{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
.case_item{
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	border: solid 1px #3b91d8;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.case_item img{
	width: 46%;
	height: 144px;
	border-radius: 5px;
	vertical-align: middle;
	object-fit: cover;
}
.item_right{
	width: 50%;
}
.case_title{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 21px;
}
.case_ind{
	font-size: 12px;
	line-height: 20px;
	position: relative;
	text-align: justify;
	min-height: 100px;
}
.case_ind a{
	color: #ff0000;
}
.case_tiems{
	margin-top: 5px;
	font-size: 10px;
}
/*特色科室*/
.tabs{
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.tabs li {
	margin:10px;
	position: relative;
}
.tabs .tas_active{
	border-bottom: 2px solid #3a91d8;
}
.tabs .tas_active:before{
	content: " ";
	position: absolute;
    left: calc(50% - 3px);
    bottom: -13px;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-style: solid;
    border-style: dashed;
    transition: all .3s;
    -webkit-transition: all .3s;
	border-color: transparent;
	border-top-color: #3a91d8;
}
.departments_cont{
	border: solid 1px #3b91d8;
	padding:5px 5px 0;
	margin-bottom: 10px;
	border-radius: 5px;
}
.departments_cont .case_ind{
	min-height: 60px;
}
.departments_cont .case_item{
	border: 0;
	border-radius: 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: dashed 1px #3a91d8;
	
}
.departments_cont .case_item img{
	height: 100px;
}
.departments_cont ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 22px;
	border-radius: 5px;
}
.departments_cont ul li{
	width: 48%;
	padding-left: 10px;
	position: relative;
}
.departments_cont ul li span{
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 8px);
	left: 0;
	border-top: 5px solid transparent;
	border-left: 6px solid #3a91d8;
	border-bottom: 5px solid transparent;
}
.departments_cont ul li a{
	width: 100%;
	color: #000;
	display: inline-block;
}
.departments_cont ul .more a{
	color: #3a91d8;
}
.departments_cont ul .more{
	padding: 0;
}
.departments{
	margin: 0 10px;
}
.departments_main{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 8px 0 10px;
}
.departments_main_item{
	width: 49.2%;
	height: 130px;
	border-radius: 5px;
	border: solid 1px #3b91d8;
	position: relative;
}
.bg_depart{
	position: absolute;
	width: 100%;
	height: 128px;
	border-radius: 5px;
	z-index: 0;
}
.departments .main_item{
	width: 100%;
	padding: 7px;
	position: absolute;
}
.departments .main_item p{
	font-size: 12px;
}
.departments .main_item p:first-child,.departments .main_item h2{
	font-size: 15px;
	font-weight: 600;
}
.departments .main_item img{
	width: 75px;
	height: 75px;
}
/*普康简介*/
.introduction {
	margin: 10px;
}
.bread{
	line-height: 30px;
}

.inrt_main div {
	text-align: center;
	margin-top: 13px;
}

.inrt_main img {
	width: 95% !important;
	margin-top: 13px !important;
	margin: 0 auto;
}

.inrt_main p {
	font-size: 14px !important;
	line-height: 25px !important;
	color: #000 !important;
	text-indent: 0 !important;
	text-align: justify;
}

.inrt_main h3 {
	font-weight: 600;
	margin: 15px auto;
	font-size: 28px;
	color: #3b91d8;
	text-align: center;
	font-family: zihun152hao-jijiachaojihei;
}
/*列表科室导航*/
.offices{
	padding: 10px 14px;
	margin-top: 10px;
	box-shadow: 0 -2px 10px #e8e8e8;
}
.offices_main{
	border-radius: 5px;
	height: 175px;
	border: solid 1px #3b91d8;
	display: flex;
	margin-bottom: 10px;
}
.offices_left{
	width: 41%;
	background-color: #c8e6ff;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	border-radius: 4px;
}
.offices_left img{
	width: 105px;
	height: 105px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.offices_right{
	width: 59%;
	display: flex;
	flex-wrap: wrap;
}
.offices_right a{
	color: #505050;
	width: 49%;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	height: 43px;
	line-height: 42px;
	border-bottom: dashed 1px #b5b5b6;
}
.offices_right a:nth-child(2n+1){
	border-right: dashed 1px #b5b5b6;
}
.offices_right a:nth-child(7),.offices_right a:nth-child(8){
	border-bottom: 0;
}
.con_title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 18px;
}
.con_con img{
	width: 100%;
	height: 200px;
	vertical-align: middle;
	object-fit: cover;
	border-radius: 5px;
	margin-bottom: 10px;
}
.con_con p {
	text-indent: 2em;
	color: #505050;
	line-height: 22px;
}
.con_con ul{
	margin-top: 15px;
}
.con_con ul li{
	display: flex;
	margin-bottom: 8px;
}
.con_con ul li span{
	width: 55px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 15px;
	margin-right: 7px;
	background-color: #3b91d8;
	border-radius: 5px;
	color: #fefefe;
}
.con_con ul li a{
	width: 85%;
	color: #505050;
}

/*分页*/
.page-normal{
	margin-top: 20px;
}
.page-normal ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.page-normal a{
	padding: 0 5px;
	display: block;
	border-radius: 5px !important;
	line-height: 34px !important;
	min-width: 22px !important;
	margin-right: 10px !important;
	border:solid 1px #e8e8e8;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
	box-sizing: content-box;
	
}
.active{
	padding: 0 5px;
	box-sizing: content-box;
	display: block;
	border-radius: 5px;
	line-height: 34px;
	min-width: 22px;
	margin-right: 10px;
	border:solid 1px #e8e8e8;
	text-align: center;
	background-color: #3b91d8;
	color: #fff !important;
	margin-bottom: 10px;
}
.page-normal a:hover{
	background-color: #3b91d8 !important;
	color: #fff !important;
}
/*内容页面*/
.content{
	padding: 0 12px;
}
.content_title{
	padding: 0 15px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 31px;
    height: auto;
	margin-bottom: 15px;
}
.content_top{
	text-align: center;
	color: #808080;
	font-size: 12px;
	margin-bottom: 18px;
}
.shijian{
	width: 13px;
	height: 13px;
	vertical-align: -2px;
}
.read{
	width: 20px;
	height: 13px;
	margin-left: 20px;
	vertical-align: -2px;
}
.ad {
	width: 100%;
	margin-bottom: 12px;
}
.content_con p{
	font-size: 15px !important;
	line-height: 29px !important;
    text-align: justify;
}
.content_con span{
	font-size: 15px !important;
}
.content_con img{
	max-width: 100% !important;
	height: auto !important;
	margin: 15px 0;
	border-radius: 8px;
}
.r-pref,.r-next{
	font-size: 16px;
	margin-top: 10px;
}
.r-pref a,.r-next a{
	color: #000;
}
a:active{
	color: #3b91d8 !important;
}
.recommend{
	margin-bottom: 10px;
}
.rec_title{
	font-size: 16px;
	color: #a01016;
	font-weight: 600;
	margin: 13px 0 9px;
}
.recommend ul li a,.recommend ul li h2{
	font-size: 15px;
	color: #505050;
	line-height: 28px;
	display: inline;
}
/*预约*/
.make_appointment{
	padding: 0 10px;
}
.title{
	height: 45px;
	box-sizing: border-box;
	background-color: #c8e6ff;
	border-radius: 5px;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: #3b91d8;
}
.title_left{
	font-weight: 600;
	font-size: 18px;
    line-height: 34px;
}
.title_left img{
	width: 29px;
	height: 26px;
	vertical-align: -5px;
}
.title_right {
	color: #3b91d8;
}
.make_main{
	margin-top: 8px;
}
.formList {
	margin-bottom: 7px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}
.formList span{
	font-size: 13px;
	line-height: 30px;
	color:#575757;
}
.formList img{
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: -2px;
}
.formList input{
	width: 73%;
	height: 30px;
	border-radius: 3px;
	border: solid 1px #5a5a5a;
	padding-left: 9px;
	font-size: 13px;
	outline: none;
}
.formList select{
    width: 73%;
	height: 30px;
	border-radius: 3px;
	border: solid 1px #5a5a5a;
	padding-left: 9px;
	font-size: 13px;
	outline: none;
}
.formList textarea{
	width: 73%;
	border: solid 1px #5a5a5a;
	height: 55px;
	border-radius: 3px;
	font-size: 13px;
	text-indent: 9px;
	outline: none;
}
.subret{
	text-align: center;
	margin-top: 10px;
}
.subret button{
	width: 111px;
	height: 30px;
	border: 0;
	line-height: 28px;
	background-color: #b6b6b6;
	border-radius: 15px;
	font-size: 20px;
	color: #fff;
	margin: 0 5px;
}
#submit{
	background-color: #3b91d8;
}
/*底部提示*/
.bottom{
	padding: 0 10px;
	margin-top: 16px;
}
.bottom p{
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0px;
	margin: 0;
}
/*底部taber*/
.footer{
	width: 100%;
	text-align: center;
	background: white;
	position: fixed;
	bottom: 0px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	padding: 8px 0 6px;
}
.footer img{
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}
.footer a{
	display: block;
}
.footer a p{
	margin: 0;
	font-size: 13px;
	color: #000;
}
.footer a .index{
	color: #3b91d8;
}