.banner{
	background-color: #f6f6f8;
}
.banner>div{
	width: 1280px;
	margin: 0 auto;
}
.banner img{
	width: 1280px;
	height: 600px;
}
.introduce{
	padding: 24px 0;
	background-color: #3b91d8;
}
.introduce_con{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.introduce_left{
	width: 631px;
	height: 306px;
	border-radius: 10px;
}
.introduce_left img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.introduce_right {
	width: 629px;
	
}
.introduce_right .pkjj{
	font-size: 35px;
	line-height: 35px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 16px;
}
.introduce_right .pkjj_con{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-indent: 2em;
}
.introduce_right a{
	display: block;
	color: #fff;
	font-size: 25px;
	margin-top: 18px;
}
.index_depart{
	width: 1280px;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #e7f9f7;
	background: url(/static/pc/img/doctor_bg.png);
	padding: 21px 45px 0px 36px;
	display: flex;
	justify-content: space-between;
}
.depart_nav .nav_title {
	font-size: 35px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 18px;
}
.depart_nav ul{
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 488px;
	overflow: hidden;
	overflow-y: scroll;
}

.depart_nav ul li{
	text-align: center;
	margin-bottom: 10px;
	width: 112px;
	height: 112px;
	box-sizing: border-box;
	position: relative;
}
.depart_nav ul img{
	width: 110px;
	height: 110px;
	object-fit: cover;
	box-sizing: border-box;
}
.blue{
	border: solid 1px #0090f3;
}
.blue::after{
	content: "";
	width: 0;
	position: absolute;
	right: -10px;
	height: 0;
	top: 45px;
	border-top: 11px solid transparent;
	border-left: 10px solid #0079fe;
	border-bottom: 11px solid transparent;
}
.depart_item{
	width: 1000px;
	height: auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.depart_item>img{
	width: 347px;
	height: 500px;
	object-fit: cover;
}
.d_item_right{
	width: 602px;
	height: 458px;
}
.d_item_right table span{
    padding: 0;
    font-size: 15px;
}
.d_item_right h2{
	font-size: 45px;
	font-weight: 600;
	display: inline;
	margin: 0;
}
.d_item_right span{
	font-size: 40px;
	font-weight: 600;
	padding-left: 70px;
}
.item_right_d{
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 15px;
}
.d_item_right p{
	font-size: 18px;
	text-align: justify;
	line-height: 35px;
	height: 105px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.d_item_right_title{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: 600;
}
table td{
	background-color: #e7f9f7;
}
.button a{
	display: inline-block;
	margin-top: 30px;
	width: 229px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #3b91d8;
	border-radius: 22px;
	color: #fff;
	font-size: 27px;
	margin-right: 30px;
}
.dynamic{
	width: 1280px;
	margin: 45px auto 50px;
	display: flex;
	/*justify-content: space-between;*/
}
.dynamic_left{
	width: 418px;
}
.dynamic_title{
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 25px;
}
.dynamic_left ul li{
	line-height: 30px;
	text-align: justify;
	font-size: 20px;
	margin-bottom: 12px;
}
.dynamic_left ul li h2{
	display: inline;
	font-size: 20px;
}
.dynamic_left ul .one em{
	font-size: 20px;
	color: #fff;
	padding: 4px 20px;
	font-style: normal;
	background-color: #f43851;
	border-radius: 14px;
	margin-right: 15px;
}
.dynamic_left ul .one span{
	font-size: 18px;
}
.dynamic_left ul .one a{
	color: #f43851;
	font-size: 20px;
}
.dynamic_left ul li img{
	vertical-align: -4px;
	margin-right: 5px;
}
.dynamic_left_right .one{
	text-indent: 2em;
	width: 465px;
}
.dynamic_left ul .over1{
	align-items: center;
}
.dynamic_left ul .over1 span{
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #3b91d8;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: 4px;
}
.dynamic_right{
	display: flex;
	flex-direction: column;
}
.dynamic_right a{
	display: flex;
	box-sizing: border-box;
	width: 287px;
	height: 115px;
	border-radius: 10px;
	background-color: #f2f9fc;
	align-items: center;
	justify-content: center;
	margin: 0 45px 20px;
}

.dynamic_right a p{
	color: #72a9d2;
	font-size: 30px;
}
.dynamic_right a img{
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
.dynamic_right a:hover{
	background: #3b91d8;
}
.dynamic_right a:hover p{
	color: #fff;
}
/*.health_info{
	width: 1280px;
	margin: 0 auto 45px;
	display: flex;
	justify-content: space-between;
}
.health_info>img{
	width: 630px;
	height: 408px;
	border-radius: 10px;
}
.health_info_title{
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 20px;
}
.health_info_right{
	width: 632px;
}
.health_info p{
	text-indent: 2em;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
}
.health_info ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.health_info ul li {
	width: 49%;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 25px;
}
.health_info ul li img{
	vertical-align: -4px;
	margin-right: 5px;
}*/
.health_info{
	width: 1280px;
	margin: 0 auto 40px;
}
.health_info_title{
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 20px;
}
.ksdh{
	border: solid 1px rgb(146 146 146 / 20%);
	border-radius: 15px;
}
.ksdh .tabs{
	padding: 0 34px;
	height: 62px;
	line-height: 62px;
	display: flex;
	background-color: #3b91d8;
	border-radius: 15px 15px 0px 0px;
}
.ksdh .tabs li{
	width: 25%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.ksdh .tabs .tas_active{
	background-color: #47a4f3;
}
.tabs_item{
	overflow: hidden;
	overflow-x: auto; 
	display: flex;
	border-bottom: solid 1px rgb(146 146 146 / 20%);
}
.tabs_item::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
}
.tabs_item li{
	text-align: center;
	height: 50px;
	min-width: 100px;
	line-height: 50px;
	cursor: pointer;
}

.item_active{
	color: #3b91d8;
}
.itemed_content{
	padding: 0px 40px 10px;
	height: 336px;
    box-sizing: border-box;
}
.category_name{
	height: 50px;
    line-height: 50px;
    margin: 10px -10px;
    padding: 0 10px;
    width: auto;
    display: inline-block;
    color: #fff;
    background: #47a4f3;
    border-radius: 10px;
}
.category_name a{
	color: #fff;
}
.category_name:hover{
	opacity: 0.8;
}
.itemed_content .list_left{
	height: 160px;
}
.itemed_content .list_right{
	width: 850px;
	padding-top: 10px;
	height: 120px;
	box-sizing: border-box;
}
.itemed_content .list_middle{
	font-size: 18px;
	line-height: 30px;
}
.itemed_content ul{
	display: flex;
	flex-wrap: wrap;
	
}
.itemed_content ul li{
	width: 25%;
	font-size: 18px;
	margin-bottom: 15px;
}
.itemed_content ul li h2{
	display: inline;
	font-size: 18px;
}
.itemed_content ul .over1 span{
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #000000;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: 4px;
} 
.online{
	position: relative;
	height: 430px;
}
.online>img{
	position: absolute;
	width: 100%;
	height: 430px;
	z-index: -1;
	left: 0;
	vertical-align: middle;
	object-fit: cover;
}
.reserve{
	width: 521px;
	border-radius: 15px;
	margin-top: 10px;
}
.reserve_title{
	height: 62px;
	line-height: 62px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	background-color: #3b91d8;
	border-radius: 15px 15px 0px 0px;
}
.reserve_con{
	height: 285px;
	padding-top: 15px;
	background-color: #fff;
	opacity: 0.8;
	border-radius: 0px 0px 15px 15px ;
}
.formList{
	justify-content: flex-start;
	
}
.formList input{
	width: 411px;
}
.formList select{
	width: 411px;
}
.formList textarea{
	width: 404px;
}
.subret {
	align-items: center;
	justify-content: center;
}
.subret button{
	width: 168px;
	height: 44px;
	background-color: #b6b6b6;
	border-radius: 22px !important;
	margin-right: 40px;
}
#submit{
	margin-right: 0;
}
.online>div{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/*普康品牌*/
.brand_con{
	width: 1280px;
	margin: 40px auto;
	display: flex;
	align-items: center;
}
.brand_left{
	width: 414px;
	height: 662px;
	border-radius: 20px;
	border: solid 5px #0090f3;
	text-align: center;
}
.brand_title{
	font-size: 35px;
	margin-top: 107px;
	margin-bottom: 90px;
	font-weight: 600;
}
.brand_title div{
	width: 51px;
	height: 4px;
	background-color: #3b91d8;
	border-radius: 2px;
	margin: 15px auto;
}
.brand_title p{
	color: #3b91d8;
	font-size: 18px;
	font-weight: normal;
}
.brand_nav li{
	font-size: 30px;
	width: 100px;
	margin: 0 auto 48px;
	position: relative;
}
.brand_nav li:last-child{
	margin-top: 130px;
}
.brand_nav li a{
	color: #3b91d8;
	font-size: 28px;
}
.brand_nav .selected{
    color: #3b91d8;
}
.brand_nav .selected::after{
	content: "";
	width: 0;
	position: absolute;
	right: -30px;
	height: 0;
	top: 3px;
	border-top: 12px solid transparent;
	border-left: 14px solid #0079fe;
	border-bottom: 12px solid transparent;
}
.brand_right{
	width: 980px;
	margin-left: -93px;
	height: 564px;
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #fff;
}
.brand_right img{
	float: left;
	margin-right: 18px;
}
.mt-18{
	margin-top: 18px !important;
}
.mr-0{
	margin-right: 0 !important;
}