/*头部*/
body{
	min-width: 1290px;
}
a:hover{
	color: #3b91d8;
}
.header{
	height: 110px;
	background-color: #efeada;
	display: flex;
	align-items: center;
}
.header_top{
	width: 1280px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.head_logo{
	width: 348px;
	height: 54px;
}
.ver_ray{
	height: 36px;
	width: 5px;
	margin-left: 16px;
	background-color: #3b91d8;
	border-radius: 3px;
}
.head_name{
	width: 213px;
	height: 36px;
	line-height: 36px;
	font-size: 34px;
	padding-left: 10px;
	color: #3b91d8;
	border-radius: 4px 0 0 4px;
}
strong{
    font-weight: bold !important;
}
strong span{
    font-weight: bold !important;
}
.search{
	width: 301px;
	height: 36px;
	padding-left: 16px;
	background-color: #ffffff;
	border-radius: 18px;
	border: solid 1px #3b91d8;
	margin-left: 30px;
	margin-right: 30px;
}
.search input{
	border: none;
	width: 66%;
	height: 34px;
	font-size: 22px;
	outline: none;
}
#search{
	display: inline-block;
	font-size: 22px;
	height: 22px;
}

#search img{
	width: 26px;
	height: 26px;
	vertical-align: -7px;
}
.header .phone{
	display: flex;
	align-items: flex-end;
}
.phone img{
	width: 52px;
	height: 48px;
	margin-right: 10px;
}
.iname{
	font-size: 17px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #4c4c4e;
}
.iname span{
    color: #3b91d8;
    font-size: 18px;
    font-weight: 600;
}
.iphone{
	font-size: 28px;
	height: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #3b91d8;
}
.header_nav{
	background-color: #3b91d8;
	height: 40px;
	line-height: 40px;
	
}
.navs{
	width: 1280px;
	margin: 0 auto;
	display: flex;
}
.navs li a{
	padding: 0 25px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.navs li:hover{
	background-color: #47a4f3;
}
/*右侧固定*/
.service-tool {
  position: fixed;
  z-index: 5;
  top: 40vh;
  right: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.service-tool .tool-item {
  margin-bottom: 1px;
  width: 108px;
  height: 108px;
  background-color: #618140;
  position: relative;
  cursor: pointer;
}

.service-tool .tool-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}

.service-tool .tool-item img {
  width: 46px;
}

.service-tool .tool-item span {
  margin-top: 10px;
  font-size: 18px;
  color: #ffffff;
}
.service-tool .tool-item:hover{
  background: -webkit-linear-gradient(#5f7e3f, #3e5229); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#5f7e3f, #3e5229); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#5f7e3f, #3e5229); /* Firefox 3.6 - 15 */
  background: linear-gradient(#5f7e3f, #3e5229);
}
.service-tool .tool-item-inner:hover{
	opacity: 1 !important;
}
.service-tool .tool-item:last-child {
  margin-bottom: 0;
}

/*内容*/
.content{
	width: 1280px;
	margin: 0 auto;
}
.notice{
	margin: 8px 0;
	font-size: 18px;
}
.notice img{
	width: 123px;
	height: 40px;
	margin-right: 10px;
	vertical-align: -13px;
}
.l_banner{
	margin-bottom: 15px;
}
.l_banner img{
	border-radius: 2px;
}

.main{
	display: flex;
	min-height: 800px;
	justify-content: space-between;
}
/*mian_left start*/
.mian_left{
	width: 416px;
}
.mian_left .l_box{
	border: solid 1px #c6c6c6;
	border-radius: 5px;
	margin-bottom: 18px;
}
.mian_left .title{
	width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: #3b91d8;
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	font-family: MicrosoftYaHei-Bold;
	border-radius: 5px 5px 0px 0px;
}
/*健康咨询*/
.l_info{
	padding: 15px 30px 30px;
}
.info_list{
	border-bottom: #c6c6c6 dashed 1px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	padding: 15px 0;
}
.info_list span{
	padding-right: 20px;
}
.l_info .phone{
	display: flex;
	margin-top: 33px;
	align-items: center;
}
.l_info .phone img{
	width: 68px;
	height: 74px;
}

.l_info .phone .iname{
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 8px;
}
.l_info .phone .iname span{
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 8px;
}
.l_info .phone .iphone{
	font-size: 38px;
	height: 29px;
	line-height: 29px;
	letter-spacing: 1px;
}
.l_info ul li {
	position: relative;
	font-size: 18px;
	padding: 26px 0 17px 35px;
	border-bottom: dashed 1px #b5b5b6;
}
.l_info ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.l_info ul li img{
	width: 29px;
	height: 29px;
	position: absolute;
	opacity: 1;
	z-index: 1;
	left: 0px;
	top: 20px;
}
.l_info ul li span{
	line-height: 29px;
	width: 29px;
	text-align: center;
	font-size: 19px;
	display: inline-block;
	position: absolute;
	opacity: 1;
	left: 0px;
	top: 20px;
	z-index: 2;
	color: #47a4f3;
}
.l_info ul li .one{
	color: #fff;
}
/*关注我们*/
.l_fllow{
	text-align: center;
	padding: 48px 0 30px;
}
.l_fllow img{
	width: 300px;
	height: 300px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.l_fllow p{
	font-size: 25px;
}
/*线上预约*/
.l_make{
	padding-top: 25px;
}
.formList{
	margin-bottom: 20px;
	padding: 0 17px;
	display: flex;
	justify-content: space-between;
}
.formList span{
	width: 60px;
	height: 40px;
	line-height: 40px;
}
.formList input{
	box-sizing: border-box;
	height: 40px;
	width: 320px;
	border-radius: 5px;
	border: solid 1px #707070;
	padding-left: 15px;
	font-size: 20px;
	outline: none;
}
.formList select{
	box-sizing: border-box;
	height: 40px;
	width: 320px;
	border-radius: 5px;
	border: solid 1px #707070;
	padding-left: 15px;
	font-size: 20px;
	outline: none;
}
.formList textarea{
	width: 320px;
	height: 86px;
	border-radius: 5px;
	font-size: 20px;
	border: solid 1px #707070;
	text-indent: 15px;
	outline: none;
}
.subret{
	display: flex;
}
.subret button{
	width: 50%;
	height: 44px;
	line-height: 44px;
	font-size: 26px;
	border: 0;
	color: #fff;
	cursor: pointer;
}
#reset{
	background-color: #b6b6b6;
	border-radius: 0px 0px 0px 5px;
}
#submit{
	background-color: #3b91d8;
	border-radius: 0px 0px 5px 0px;
}

/*普康中医院介绍*/
.js{
	padding: 13px 12px;
}
.js img{
	border-radius: 2px;
}
.js_middle{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.js_middle img{
	width: 60px;
	height: 60px;
	margin-top: 20px;
	color: #5c5c66;
}
.js_middle p{
	margin-top: 20px;
	font-size: 25px;
}
.js_middle a:hover{
	opacity: 0.6;
}
.js .phone{
	margin-left: 10px;
}
.js .phone img{
	width: 74px;
}
.js .tims .iname{
	font-size: 24px;
	color: #5c5c66;
}
.js .phone .iname{
	font-size: 19px;
	color: #5c5c66;
}
.js .phone .iname span{
    font-size: 21px;
}
/*main-right*/
.mian_right{
	width: 850px;
}

/*面包屑*/
.crumbs{
	height: 55px;
	line-height: 55px;
	padding-left: 15px;
	font-size: 18px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #3b91d8;
	margin-bottom: 18px;
	
}
.crumbs_list{
	background: #3b91d8;
    color: #fff;
}
.crumbs h1{
	font-size: 25px;
	margin: 0;
}
.current{
	color: #3b91d8;
}
.breadcrumbs{
	margin:-5px 0 10px;
}
/*科室导航*/
.d_con_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.d_c_t_left{
	width: 100%;
	height: auto;
	min-height: 210px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 20px;
	border: solid 1px #3b91d8;
	display: flex;
}
.d_c_t_title{
	width: 160px;
	height: auto;
	background-color: #c8e6ff;
	border-radius: 5px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.d_c_t_title img{
	width: 126px;
	height: 126px;
}
.d_c_t_title p{
	font-size: 24px;
	margin-top: 17px;
	font-weight: 600;
	color: #fefefe;
}
.d_c_t_main{
	width: calc(100% - 160px);
	flex-wrap: wrap;
	box-sizing: border-box;
}
.d_c_t_main a{
	width: 20%;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 20px;
	box-sizing: border-box;
	border-bottom: dashed 1px #b5b5b6;
	border-right: dashed 1px #b5b5b6;
}
.d_c_t_main a:nth-child(5n){
	border-right: 0;
}

.d_con_main_tit{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 28px;
}
.d_con_main_con{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.images img{
	width: 305px;
	height: 190px;
	border-radius: 5px;
}
.images_p{
	width: 515px;
	text-align: justify;
	font-size: 15px;
	height: 200px;
	overflow: hidden;
	line-height: 25px;
}
.images_p p{
	text-indent: 2em;
}
.d_con_main_bottom{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.d_con_main_bottom li{
	width: 50%;
	padding-right: 10px;
	font-size: 18px;
	line-height: 30px;
	display: flex;
	margin-bottom: 12px;
	box-sizing: border-box;
}
.d_con_main_bottom li span{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #3b91d8;
	color: #fefefe;
	border-radius: 5px;
	margin-right: 10px;
}
.d_con_main_bottom li a{
	width: 335px;
}
/*健康咨询列表*/
.r-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.list_left{
	width: 305px;
	height: 190px;
	background-color: #bfbfbf;
	border-radius: 5px;
}
.list_left img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	border-radius: 5px;
}
.list_right{
	width: 520px;
	height: 190px;
	position: relative;
}
.list_top,.answer_top{
	margin-bottom: 0;
}
.list_top h3,.answer_top h3{
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	display: inline;
	margin: 0;
	padding: 0;
}
.list_top h2,.answer_top h2{
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	display: inline;
	margin: 0;
	padding: 0;
}
.list_top span,.answer_top span{
	font-size: 15px;
	color: #221815;
	float: right;
}
.list_top img,.answer_top img{
	vertical-align: bottom;
}
.list_middle{
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
.list_middle em{
	color: #c00000;
	font-size: 14px;
	margin-top: 4px;
}
.list_bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list_bottom .news{
	width: 107px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #3b91d8;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
}
/*医患问答*/
.r_answer{
	padding: 15px 18px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: solid 1px #efeada;
}
.answer_bottom{
	display: flex;
	font-size: 14px;
	line-height: 25px;
}
.answer_bottom .answer_tips{
	width: 77px;
	text-align: right;
}
.answer_bottom em{
	color: #c00000;
	font-size: 14px;
	margin-top: 4px;
}
/*专家团队列表*/
.expert_list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.expert_left{
	width: 293px;
	height: 283px;
}
.expert_left img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: contain;
	border-radius: 4px;
}
.expert_right{
	width: 516px;
}
.e_r_name{
	display: flex;
	align-items: center;
	
	margin-bottom: 25px;
}
.e_r_name h3,.e_r_name h2{
	font-size: 35px;
	color: #3b91d8;
	font-weight: 600;
	display: inline;
	margin: 0;
	padding: 0;
}
.e_r_name div{
	width: 6px;
	height: 25px;
	background-color: #3b91d8;
	border-radius: 3px;
	margin-right: 9px;
	margin-left: 14px;
}
.e_r_name h4{
	font-size: 25px;
	color: #303030;
	font-weight: 600;
	display: inline;
	margin: 0;
	padding: 0;
}
.e_r_depart{
	font-size: 20px;
	line-height: 20px;
	color: #303030;
	font-weight: 600;
	margin-bottom: 35px;
}
.e_r_good{
	font-size: 15px;
	line-height: 25px;
	height: 51px;
	margin-bottom: 16px;
}
.e_r_good span{
	font-size: 20px;
	font-weight: 600;
	color: #303030;
}
.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; 
}
.e_r_bottom{
	display: flex;
}
.e_r_bottom a{
	width: 152px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	border-radius: 10px;
}
.e_r_bottom a:hover{
	opacity: 0.6;
}
.zjxq{
	background-color: #efeada;
	margin-right: 25px;
	color: #3b91d8;
}
.yygh{
	background-color: #3b91d8;
	color: #fff;
}
/*分页*/
.page-normal{
	margin-top: 40px;
}
.page-normal ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-normal a{
	padding: 0 5px;
	display: block;
	border-radius: 5px;
	line-height: 34px;
	min-width: 22px;
	margin-right: 10px;
	border:solid 1px #e8e8e8;
	text-align: center;
	cursor: pointer;
}
.active{
	padding: 0 5px !important;
	display: block;
	border-radius: 5px;
	line-height: 34px;
	min-width: 22px;
	margin-right: 10px;
	border:solid 1px #e8e8e8;
	text-align: center;
	background-color: #3b91d8;
}
.active span{
    color: #FFF;
}
.page-normal a:hover{
	background-color: #3b91d8;
	color: #fff;
}

/*普康简介*/
.pk_introduct p{
	text-indent: 2em;
	line-height: 40px;
	font-size: 18px !important;
	text-align: justify;
}
.pk_introduct span{
    font-size: 18px !important;
    line-height: 40px;
    text-align: justify;
}
.pk_introduct img{
	max-width: 100%;
}

/*专家个人页*/
.expert_info {
	text-align: center;
}
.expert_info img{
	width: 256px;
	height: 256px;
	background-color: #ffffff;
	border-radius: 50%;
	vertical-align: middle;
	object-fit: cover;
}
.expert_con .e_r_name{
	width: 100px;
	min-width: 200px;
	margin:  20px auto 14px; 
}
.e_r_rmark{
	font-size: 20px;
	color: #303030;
	font-weight: 600;
}
.e_r_title{
	margin: 15px 0;
}
.expert_con p{
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
}
table{
	display: table;
	border-collapse: separate;
	box-sizing: border-box;
	text-indent: initial;
	border-spacing: 1px;
	border-color: grey;
	background-color: #303030 !important;
}
table td {
	padding: 4px;
	background-color: #fff;
	vertical-align: middle;
}
/*内容页*/
.main_con{
	padding: 0 0px 20px;
	border-radius: 10px;
	border: solid 1px #e6d8be;
	margin-bottom: 30px;
}
.article_title{
	color: #120e11;
	font-size: 22px;
	text-align: center;
}
.soure{
	margin-top: 15px;
	text-align: center;
}
.soure span{
	font-size: 14px;
	color: #808080;
}
.soure img{
	vertical-align: -3px;
}
.read img{
	vertical-align: -2px;
}
.read{
	margin-left: 40px;
}
.article_main{
	padding: 20px;
	padding-bottom: 0px;
}
.article_main p,.article_main p span{
	font-size: 18px !important;
	line-height: 35px !important;
}
.article_main img{
	max-width: 100% !important;
}
.article_main p a{
    color: #551a8b;
    text-decoration: underline;
}
.article_main>a{
	position: relative;
	display:block;
}
.article_main a .ad{
	position: absolute;
	right: 12px;
	top: 12px;
	font-size: 18px;
}
.crumbs_con{
	background-color: #3b91d8;
	border-radius: 5px 5px 0px 0px;
}
.crumbs_con a{
    color: #ffffff;
}
.crumbs_con span{
	color: #ffffff;
}
.r-pref,.r-next{
	margin-bottom: 17px;
	font-size: 20px;
}
.recommend .rec_title{
	font-family: MicrosoftYaHeiUI-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #a01016;
	margin-bottom: 18px;
}
.recommend ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recommend li{
	width: 49%;
	margin-bottom: 17px;
	font-size: 17px;
}
.recommend h2{
	display: inline;
	font-size: 17px;
}
/*footer*/
.link{
	width: 1280px;
	margin: 0 auto;
	margin-top: 25px;
}
.link_title{
	font-size: 20px;
	font-weight: normal;
}
.link_title img{
	width: 21px;
	height: 20px;
	vertical-align: -3px;
}
.link ul{
	display: flex;
	margin-top: 20px;
}
.link ul li{
	font-size: 15px;
	line-height: 17px;
	border-right: solid 1px #000;
	padding-right: 20px;
	margin-right: 20px;
}
.footer_mid{
	margin-top: 25px;
	background-color: #f1fafe;
	height:218px;
	display: flex;
	align-items: center;
	border-top: solid 1px #3b91d8;
	border-bottom: solid 1px #3b91d8;
}
.f_mid_con{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f_logo{
	width: 198px;
	height: 159px;
}
.f_link{
	height: 159px;
	width: 173px;
}
.f_link_title{
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
.f_link_con{
	margin-top: 20px;
	display: flex;
}
.f_link_con ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
	height: 120px;
	width: 173px;
}
.f_link_con ul li{
	font-size: 16px;
	height: 25px;
}
.f_coop{
	width: 200px;
	height: 159px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.coop_title{
	font-size: 20px;
	font-weight: 600;
}
.f_code{
	display: flex;
	text-align: center;
}
.f_code img{
	width: 135px;
	height: 135px;
	margin-bottom: 15px;
}
.f_code>div:first-child{
	margin-right: 40px;
}
.f_code div{
	font-size: 16px;
}
.bottom{
	line-height: 26px;
	font-size: 15px;
	margin: 20px auto 10px;
	text-align: center;
}
.bottom span{
	padding-right: 30px;
}
.bing_title{
    display: flex;
    margin-bottom: 5px;
}
.bing_title a{
    color: #3b91d8;
    padding: 4px 8px;
    border-right: solid 1px #3b91d8;
}
.bing_title a:last-child{
    border: 0;
}
.bing_title .bing_active{
    color: #fff;
    background-color: #3b91d8;
    border-radius: 3px;
}
.bottom_tags{
	display: flex;
    padding: 15px 0;
    font-size: 16px;
    flex-wrap: wrap;
}
.bottom_tags .tags_title{
	color: red;
	font-weight: 600;
	line-height: 32px;
}
.bottom_tags .tags{
	display: flex;
    flex-wrap: wrap;
    width: calc(100% - 60px);
}
.bottom_tags a{
	margin-left: 10px;
    padding: 8px;
    border: solid 1px #47a4f3;
    border-radius: 5px;
    margin-bottom: 10px;
}
.list_tagss .tag{
	padding:5px;
	font-size: 12px;
	border: solid 1px #47a4f3;
    border-radius: 5px;
    margin-left: 10px;
    vertical-align: 3px;
    float: none;
    display: inline-block;
}
