@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue88*/
/*==============================================================*/

/* CSS JingKang */

/*团队服务----开始--------------------------------------------------------*/
.teamfuwu_box {
	max-height: 900px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
	margin-bottom: 30px;
}

.teamfuwu_box .teamfuwu_list {
	min-width: 310px;
	min-height: 335px;
	flex: 1 0 calc(25% - 20px);
	margin: 10px;
	text-align: center;
	padding: 20px 0;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
	flex-shrink: 0;
}

.teamfuwu_list .teamfuwu_pt {
	max-width: 190px;
	max-height: 190px;
	position: relative;
	z-index: 9994;
}

.teamfuwu_list h2 {
	color: var(--sc01);
	margin-top: 20px;
	font-size: 28px;
	position: relative;
	z-index: 9994;
}

.teamfuwu_list p {
	color: var(--sc08);
	margin-top: 10px;
	padding: 0 10px;
	font-size: 16px;
	position: relative;
	z-index: 9994;
}

.teamfuwu_list .teamfuwu_bg {
	width: 100%;
	height: 220px;
	position: absolute;
	border-radius: 20px;
	background: var(--bg02);
	top: 120px;
	z-index: 9991;
}

.teamfuwu_list .teamfuwu_yuan {
	width: 200px;
	height: 200px;
	position: absolute;
	background: var(--bg01);
	border-radius: 50%;
	top: 20px;
	z-index: 9993;
}

.teamfuwu_list i {
	width: 20px;
	height: 20px;
	position: absolute;
	background: var(--bg02);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9992;
}

.teamfuwu_list i:nth-of-type(1) {
	border-top-left-radius: 20px;
	box-shadow: -3px -6px var(--bai);
	top: 0;
	right: 50%;
	transform: translate(-50%, -50%);
	margin-top: 130px;
	margin-right: -128px;
}

.teamfuwu_list i:nth-of-type(2) {
	border-top-right-radius: 20px;
	box-shadow: 3px -6px var(--bai);
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 130px;
	margin-left: -108px;
}

/*团队服务----结束--------------------------------------------------------*/

/*科别护理----开始--------------------------------------------------------*/
.kebie_chunse {
	width: 100%;
	height: 100%;
	max-height: 420px;
	position: absolute;
	background: var(--bg02);
	z-index: -1;
}

.kebiehuli_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.kebiehuli_box li {
	min-width: 180px;
	height: 50px;
	flex: 1 0 calc(20% - 10px);
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: var(--sc03);
	background: var(--sc01);
	border-radius: 10px;
}

/*科别护理----结束--------------------------------------------------------*/

/*团队资历----开始--------------------------------------------------------*/
.zili_chunse {
	width: 100%;
	height: 100%;
	max-height: 850px;
	position: absolute;
	background: var(--bg02);
	z-index: -1;
}

.teamzili_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 30px;
}

.teamzili_box .teamzili_lunpanbox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.teamzili_lunpanbox .teamzili_logo_box {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 9992;
	transform: scale(1.0);
	transition: all 0.2s;
}

.teamzili_box .teamzili_lunpanbox:hover .teamzili_logo_box {
	transform: scale(1.2);
}

.teamzili_lunpanbox .teamzili_quan {
	width: 560px;
	height: 560px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.teamzili_lunpanbox .teamzili_quan i {
	border-radius: 50%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.teamzili_quan i:nth-of-type(1) {
	width: 20%;
	height: 20%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--bg02);
	z-index: 9991;
}

.teamzili_quan i:nth-of-type(2) {
	width: 0%;
	height: 0%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--sc01);
	opacity: 0.5;
	z-index: 9990;
}

.teamzili_quan i:nth-of-type(3) {
	width: 0%;
	height: 0%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--bg02);
	z-index: 9990;
}

.teamzili_box .teamzili_lunpanbox:hover .teamzili_quan i:nth-of-type(2) {
	animation: zili_fangda01 4s ease infinite;
}

.teamzili_box .teamzili_lunpanbox:hover .teamzili_quan i:nth-of-type(3) {
	animation: zili_fangda02 4s ease infinite;
}

@keyframes zili_fangda01 {
	0% {
		width: 0%;
		height: 0%;
		opacity: 0.5;
	}

	50% {
		width: 90%;
		height: 90%;
		opacity: 0;
	}

	100% {
		width: 90%;
		height: 90%;
		opacity: 0;
	}
}

@keyframes zili_fangda02 {
	0% {
		width: 0%;
		height: 0%;
	}

	50% {
		width: 60%;
		height: 60%;
	}

	100% {
		width: 60%;
		height: 60%;
	}
}

.teamzili_lunpanbox .teamzili_quan li {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.teamzili_lunpanbox .teamzili_list_box {
	width: 560px;
	height: 560px;
	position: relative;
}

.teamzili_lunpanbox .teamzili_list_box li {
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	border-radius: 50%;
	box-sizing: border-box;
	background: var(--bg02);
	border: 1px dashed var(--sc01);
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transition: all 0.2s;
}

@keyframes zili_xz01 {
	to {
		transform: rotate(-360deg);
	}
}

.teamzili_lunpanbox .teamzili_list_box li img {
	filter: var(--svg01);
}

.teamzili_lunpanbox .teamzili_list_box .zili_lp_act {
	background: var(--sc02);
	border: 1px dashed var(--sc02);
}

.teamzili_lunpanbox .teamzili_list_box .zili_lp_act img {
	filter: var(--svg06);
}

.teamzili_lunpanbox .teamzili_list_box li:hover {
	background: var(--sc01);
	border: 1px solid var(--sc01);
}

.teamzili_lunpanbox .teamzili_list_box li:hover img {
	filter: var(--svg06);
}

.teamzili_box .teamzili_miaoshu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 30px auto;
}

.teamzili_miaoshu li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	display: none;
}

.teamzili_miaoshu .zili_ms_act {
	display: flex;
	animation: zili_jx 0.8s ease-out 1;
}

@keyframes zili_jx {
	0% {
		opacity: 0;
		margin-left: 2vw;
	}

	100% {
		opacity: 1;
		margin-left: 0;
	}
}

.teamzili_miaoshu li i {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: var(--svg01);
	margin-right: 5px;
	margin-top: 2px;
}

.teamzili_miaoshu li p {
	font-size: 18px;
	color: var(--sc08);
}

/*团队资历----结束--------------------------------------------------------*/

/*核心能力----开始--------------------------------------------------------*/
.hexin_pt_box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hexin_pt_box li {
	width: 320px;
	height: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	border-radius: 40px 0 40px 0;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

.hexin_pt_box li .hexin_pt {
	width: 320px;
	height: 320px;
	overflow: hidden;
	position: relative;
	transform: scale(1.0);
	transition: all 0.3s;
}

.hexin_pt_box li .hexin_pt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.hexin_pt_box li:hover .hexin_pt {
	transform: scale(1.1);
}

.hexin_pt_box li h2 {
	width: 100%;
	height: 60px;
	background: var(--sc01);
	color: var(--sc04);
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9996;
}

.hexin_ms_box {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hexin_ms_box li {
	display: none;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}

.hexin_ms_box .hexin_ms_act {
	display: flex;
	animation: hexin_jx 0.8s ease-out 1;
}

@keyframes hexin_jx {
	0% {
		opacity: 0;
		margin-top: -2vw;
	}

	100% {
		opacity: 1;
		margin-top: -0;
	}
}

.hexin_ms_box li p {
	font-family:
		'Microsoft YaHei',
		'Tahoma',
		'Arial',
		'Hiragino Sans GB';
	letter-spacing: 0.03vw;
	color: var(--sc01);
	text-align: left;
}

/*核心能力----结束--------------------------------------------------------*/

/*全身评估----开始--------------------------------------------------------*/
.pinggu_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pinggu_box .pinggu_rt_box {
	width: 297px;
	height: 600px;
	position: absolute;
	margin: 0 auto;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pinggu_box .pinggu_rt_box .pinggu_lizi_box {
	position: absolute;
	overflow: hidden;
	z-index: 9967;
}

.pinggu_lizi_box .pinggu_saomiao {
	width: 100%;
	height: 10px;
	position: absolute;
	top: -20%;
	left: 50%;
	margin-top: 40px;
	transform: translate(-50%, -50%);
	padding: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #719982 100%);
	color: white;
	cursor: pointer;
	z-index: 9999;
}

.pinggu_lizi_box canvas {
	position: absolute;
	top: -20%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9998;
}

.pinggu_box .pinggu_rt_box .pinggu_rt_img {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9966;
}

.pinggu_rt_box .pinggu_rt_img img {
	border: 0;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.pinggu_box .pinggu_cent_box {
	width: 100%;
	min-height: 680px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
	box-sizing: border-box;
	z-index: 9998;
}

.pinggu_cent_box .pinggu_list {
	width: calc(50% - 100px);
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	margin-bottom: 40px;
	transition: all 0.5s;
}
.pinggu_cent_box .pinggu_list:nth-child(odd) {
	margin-left: 100px;
	align-items: flex-start;
}
.pinggu_cent_box .pinggu_list:nth-child(even) {
	margin-right: 100px;
	align-items: flex-end;
}

.pinggu_list .pinggu_title {
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	cursor: pointer;
}

.pinggu_cent_box .pinggu_list:nth-child(even) .pinggu_title {
	flex-direction: row-reverse;
}

.pinggu_list .pinggu_title li {
	width: 240px;
	height: 50px;
	border-radius: 10px;
	background: var(--sc01);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
	transition: all 0.1s;
}
.pinggu_list .pinggu_title:hover li {
	background: var(--sc02);
}

.pinggu_list .pinggu_title li p {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--sc03);
	font-size: 20px;
}

.pinggu_list .pinggu_title li i {
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: var(--svg06);
}

.pinggu_list .pinggu_ico {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	filter: var(--svg01);
}
.pinggu_list .pinggu_title:hover .pinggu_ico {
	filter: var(--svg02);
}

.pinggu_cent_box .pinggu_list:nth-child(odd) .pinggu_ico {
	margin-left: 40px;
}

.pinggu_cent_box .pinggu_list:nth-child(even) .pinggu_ico {
	margin-right: 40px;
}

.pinggu_list .pinggu_txt {
	width: 240px;
	height: auto;
	max-height: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}

.pinggu_list_act .pinggu_title li {
	background: var(--sc02);
}

.pinggu_list_act .pinggu_title li i {
	transform: rotate(180deg);
}

.pinggu_list_act .pinggu_ico {
	filter: var(--svg02);
}


/*全身评估----结束--------------------------------------------------------*/

/*病史记录----开始--------------------------------------------------------*/
.bingshi_box {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 18px;
	color: var(--sc01);
}
/*病史记录----结束--------------------------------------------------------*/