@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue88*/
/*==============================================================*/

/* CSS Index */
/*顶部Banner----开始--------------------------------------------------------*/
header {
	height: 46.875vw;
	overflow: hidden;
}

header .banner_btn_box {
	width: auto;
	height: auto;
	position: absolute;
	left: calc((100% - 1400px) / 2);
	bottom: 60px;
	z-index: 9996;
}

.banner_btn_box .banner_yuan {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	cursor: pointer;
}

.banner_btn_box .banner_yuan li {
	width: 16px;
	height: 16px;
	border-radius: 10px;
	border: solid 1px var(--sc03);
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_btn_box .banner_yuan li i {
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: var(--sc03);
	opacity: 0;
	transition: all 0.3s;
}

.banner_btn_box .banner_yuan li:hover i {
	opacity: 1;
}

.banner_btn_box .banner_yuan .yuan_act i {
	opacity: 1;
}

.banner_btn_box .banner_btn {
	display: flex;
	justify-content: left;
	align-items: center;
}

.banner_btn_box .banner_btn span {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: left;
	align-items: center;
	border: solid 1px var(--sc03);
	padding: 4px;
	border-radius: 2px;
	box-sizing: border-box;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.banner_btn_box .banner_btn span img {
	filter: var(--svg03);
}

.banner_btn_box .banner_btn .banner_btn_l {
	transform: rotate(90deg);
}

.banner_btn_box .banner_btn .banner_btn_r {
	transform: rotate(-90deg);
}

.banner_btn_box .banner_btn span:hover {
	border: solid 1px var(--sc03);
	background: var(--sc03);
}

.banner_btn_box .banner_btn span:hover img {
	filter: var(--svg01);
}

header .banner_box {
	width: auto;
	height: 100%;
	position: absolute;
	left: 0;
}

.banner_list {
	width: auto;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	float: left;
	z-index: 9994;
	transition: all 0.8s;
}
.banner_list img {
	height: 46.875vw;
}

.banner_txt {
	width: auto;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	left: calc((100% - 1400px) / 2);
	color: var(--sc03);
	z-index: 9996;
}

.banner_txt h2 {
	font-size: 50px;
}

.banner_txt p {
	font-size: 18px;
}

.banner_txt a {
	width: 200px;
	height: 40px;
	margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px var(--sc03);
	border-radius: 0 8px 0 0;
	color: var(--sc03);
}

.banner_txt a:hover {
	border: solid 1px var(--sc02);
	background: var(--sc02);
}

.banner_txt a i {
	width: auto;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: var(--svg03);
	margin-left: 5px;
	transition: all 0.3s;

}

.banner_chunse {
	width: 41.667vw;
	height: 100%;
	background: var(--sc01);
	opacity: 0.9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9995;
}

/*顶部Banner----结束--------------------------------------------------------*/

/*团队特色----开始--------------------------------------------------------*/
.tese_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}

.tese_box dt {
	width: 420px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
	margin-top: -80px;
	z-index: 9997;
}

.tese_box dt .tese_bt {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background: var(--sc01);
}

.tese_bt .tese_bt_txt {
	width: auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	box-sizing: border-box;
	color: var(--sc03);
	padding-left: 50px;
}

.tese_bt .tese_bt_txt p {
	font-size: 16px;
	margin-bottom: -8px;
}

.tese_bt .tese_bt_txt h2 {
	font-size: 26px;
	font-weight: 700;
}

.tese_bt a {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-self: center;
	background: var(--sc06);
	padding: 20px;
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	z-index: 9998;
}

.tese_bt a img {
	filter: var(--svg03);
	transform: rotate(90deg);
}

.tese_box dt .tese_nav {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	background: var(--sc07);
	padding: 0 50px;
	box-sizing: border-box;
}

.tese_nav li {
	width: auto;
	height: 80px;
	border-bottom: solid 1px var(--sc01);
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
}

.tese_nav li:nth-last-child(1) {
	border-bottom: 0;
}

.tese_nav .tese_nac_js {
	width: auto;
	height: 20px;
	border-bottom: 0;
}

.tese_nav li i {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: var(--svg04);
	transition: all 0.2s;
}

.tese_nav li .tese_nav_bt {
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.tese_nav li .tese_nav_bt h2 {
	font-size: 20px;
	color: var(--sc08);
	transition: all 0.3s;
}

.tese_nav li .tese_nav_bt p {
	font-size: 14px;
	color: var(--sc09);
	transition: all 0.2s;
}

.tese_nav li span {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: var(--svg01);
	opacity: 0;
	margin-left: 10px;
	margin-right: 10px;
	transition: all 0.2s;
	animation: tese_jt01 1s linear infinite;
}

@keyframes tese_jt01 {

	0%,
	100% {
		margin-left: 10px;
		margin-right: 10px;
	}

	50% {
		margin-left: 0px;
		margin-right: 20px;
	}
}

.tese_nav li:hover i,
.tese_nav .tese_nav_act i {
	filter: var(--svg01);
}

.tese_nav li:hover .tese_nav_bt h2,
.tese_nav .tese_nav_act .tese_nav_bt h2 {
	color: var(--sc01);
}

.tese_nav .tese_nav_act span {
	opacity: 1;
}

.tese_box dd {
	display: flex;
	padding-top: 50px;
}

.tese_box dd .tese_pt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.tese_box dd .tese_pt .tese_pt_cent {
	width: 320px;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
}

.tese_box dd .tese_pt .tese_pt_cent li {
	display: none;
	justify-content: center;
	align-items: center;
}

.tese_box dd .tese_pt .tese_pt_cent .tese_pt_act {
	display: flex;
	animation: tese_jx02 0.8s ease-out 1;
}

.tese_box dd .tese_pt span {
	width: 80px;
	height: 260px;
}

.tese_box dd .tese_txt {
	max-width: 500px;
	min-height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.tese_box dd .tese_txt li {
	height: 100%;
	display: none;
}

.tese_box dd .tese_txt .tese_txt_act {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: self-start;
	animation: tese_jx01 0.8s ease-out 1;
}

.tese_txt li .tese_txt_bt01 {
	font-size: 26px;
	font-weight: 500;
	color: var(--sc08);
}

.tese_txt li .tese_txt_bt02 {
	font-size: 14px;
	color: var(--sc09);
	margin-bottom: 10px;
}

.tese_txt li .tese_txt_ms {
	color: var(--sc01);
}

.tese_txt li .tese_txt_ms01 {
	font-size: 20px;
}

.tese_txt li .tese_txt_ms02 {
	margin-bottom: 10px;
	opacity: 0.8;
}

.tese_txt li .tese_txt_cent p {
	color: var(--sc08);
}

@keyframes tese_jx01 {
	0% {
		opacity: 0;
		margin-left: 2vw;
	}

	100% {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes tese_jx02 {
	0% {
		transform: scale(1.1);
		opacity: 0;
		margin-right: -5vw;
	}

	100% {
		margin-right: 0;
		transform: scale(1.0);
		opacity: 1;
	}
}

/*团队特色----结束--------------------------------------------------------*/

/*选择敬康----开始--------------------------------------------------------*/
.main_box .xuanze_chunse {
	width: 100%;
	height: auto;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
}

.main_box .xuanze_chunse_l {
	width: 50%;
	min-height: 380px;
	background: var(--bg02);
}

.main_box .xuanze_chunse_r {
	width: 50%;
	height: 438px;
	background: var(--sc01);
}

.xuanze_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xuanze_box dt {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: self-start;
	flex-direction: column;
	padding: 30px;
	background: var(--bg02);
	box-sizing: border-box;
}

.xuanze_box h2 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 700;
	color: var(--sc01);
	font-family: "Noto Serif TC", "Noto Serif SC", system-ui;
}

.xuanze_box .xuanze_txt p {
	min-height: 20px;
	color: var(--sc08);
}

.xuanze_box dd {
	width: 50%;
	height: 438px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

/*选择敬康----结束--------------------------------------------------------*/
/*敬康资讯----开始--------------------------------------------------------*/
.zixun_bt_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding-top: 40px;
}

.zixun_bt_box .zixun_bt_txt {
	display: flex;
	justify-content: center;
	align-items: self-start;
}

.zixun_bt_box .zixun_bt_txt span {
	width: 8px;
	height: 40px;
	background: var(--sc01);
	margin-right: 5px;
}

.zixun_bt_box .zixun_bt_txt h2 {
	height: 40px;
	font-size: 36px;
	font-weight: 700;
	color: var(--sc01);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
	box-sizing: border-box;
	margin: 0 5px;
}

.zixun_bt_box .zixun_bt_txt p {
	height: 40px;
	color: var(--sc01);
	display: flex;
	justify-content: left;
	align-items: end;
	box-sizing: border-box;
}

.zixun_bt_box a {
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--sc01);
	border: solid 1px var(--sc01);
	font-size: 16px;
	transition: all 0.3s;
}

.zixun_bt_box a:hover {
	color: var(--sc03);
	background: var(--sc01);
}

.zixun_list_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.zixun_list_box li {
	width: 49%;
	height: 200px;
	border: solid 1px var(--sc06);
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 0 14px 0 14px;
	margin-bottom: 20px;
}

.zixun_list_box li .zixun_pt {
	width: 180px;
	height: 180px;
	overflow: hidden;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 10px;
	border-radius: 0 10px 0 10px;
}

.zixun_list_box li .zixun_pt img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9992;
	opacity: 1;
	transition: all 0.3s;
}

.zixun_list_box li .zixun_pt .zixun_saoguang {
	position: absolute;
	width: 40px;
	height: 300px;
	transform: rotate(45deg);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
	z-index: 9993;
	top: -95%;
	left: -25%;
}

.zixun_list_box li:hover .zixun_pt .zixun_saoguang {
	animation: zixun_saog 3s ease infinite;
}

@keyframes zixun_saog {

	0% {
		display: block;
		top: -85%;
		left: -15%;
	}

	50% {
		top: 25%;
		left: 95%;
	}

	100% {
		top: 30%;
		left: 100%;
	}
}

.zixun_list_box .zixun_cent {
	width: auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	flex-direction: column;
}

.zixun_list_box .zixun_cent dt {
	width: 100%;
	height: auto;
	border-bottom: solid 1px var(--sc06);
	color: var(--sc01);
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.zixun_list_box .zixun_cent .zixun_txt p {
	color: var(--sc08);
}

.zixun_list_box .zixun_cent dd {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.zixun_list_box .zixun_cent dd p {
	color: var(--sc09);
}

.zixun_list_box .zixun_cent dd a {
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--sc01);
	border: solid 1px var(--sc01);
	font-size: 16px;
	transition: all 0.3s;
}

.zixun_list_box .zixun_cent dd a:hover {
	color: var(--sc03);
	background: var(--sc01);
}

/*敬康资讯----结束--------------------------------------------------------*/

/*成为会员----开始--------------------------------------------------------*/
.vip_chunse {
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--bg02);
	z-index: -1;
}

.vip_box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding-top: 80px;
}

.vip_box .vip_cent {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
}

.vip_box .vip_cent h2 {
	font-family: "Noto Serif TC", "Noto Serif SC", system-ui;
	font-size: 30px;
	font-weight: 700;
	color: var(--sc01);
}

.vip_cent .vip_pt_box {
	width: 100%;
	height: 302px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
}

.vip_cent .vip_pt_txt01 {
	font-family: "Noto Serif TC", "Noto Serif SC", system-ui;
	font-size: 24px;
	letter-spacing: 0.1vw;
	margin-bottom: 10px;
}

.vip_cent .vip_pt_txt02 {
	color: var(--sc09);
	font-size: 16px;
	letter-spacing: 0.2vw;
	margin-bottom: 60px;
}

.vip_box dd {
	width: 100%;
	height: 220px;
	border-radius: 80px 80px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	background: var(--sc02);
	color: var(--bai);
}

.vip_box dd .vip_biankuang {
	width: 500px;
	border-top: solid 1px var(--sc10);
	border-bottom: solid 1px var(--sc10);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px 0;
}

.vip_box dd .vip_biankuang .vip_dianhua {
	display: flex;
	justify-content: center;
	align-items: end;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.vip_dianhua span {
	font-size: 18px;
	padding-bottom: 6px;
}

.vip_dianhua p {
	font-size: 40px;
	font-family: 'Microsoft YaHei', 'Heiti SC', system-ui;
	font-weight: 700;
	letter-spacing: 0.1vw;
}

.vip_box dd .vip_biankuang .vip_zuoxi {
	opacity: 0.8;
	font-weight: 300;
	font-family: 'Microsoft YaHei', 'Heiti SC', system-ui;
	letter-spacing: 0.05vw;
}

/*成为会员----结束--------------------------------------------------------*/