/* color palette from <https://github.com/vuejs/theme> */
:root {
	--vt-c-white: #ffffff;
	--vt-c-white-soft: #f8f8f8;
	--vt-c-white-mute: #f2f2f2;

	--vt-c-black: #181818;
	--vt-c-black-soft: #222222;
	--vt-c-black-mute: #282828;

	--vt-c-indigo: #2c3e50;

	--vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
	--vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
	--vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
	--vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

	--vt-c-text-light-1: var(--vt-c-indigo);
	--vt-c-text-light-2: rgba(60, 60, 60, 0.66);
	--vt-c-text-dark-1: var(--vt-c-white);
	--vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}

/* semantic color variables for this project */
:root {
	--color-background: var(--vt-c-white);
	--color-background-soft: var(--vt-c-white-soft);
	--color-background-mute: var(--vt-c-white-mute);

	--color-border: var(--vt-c-divider-light-2);
	--color-border-hover: var(--vt-c-divider-light-1);

	--color-heading: var(--vt-c-text-light-1);
	--color-text: var(--vt-c-text-light-1);

	--section-gap: 160px;
}

@media (prefers-color-scheme: dark) {
	:root {
		--color-background: var(--vt-c-black);
		--color-background-soft: var(--vt-c-black-soft);
		--color-background-mute: var(--vt-c-black-mute);

		--color-border: var(--vt-c-divider-dark-2);
		--color-border-hover: var(--vt-c-divider-dark-1);

		--color-heading: var(--vt-c-text-dark-1);
		--color-text: var(--vt-c-text-dark-2);
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	font-weight: normal;
}

body {
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#app {
	width: 100%;
	min-width: 1200px;
	min-height: 100%;
	overflow: hidden;
	margin: 0 auto;
	font-weight: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	background: #ffffff;
}

@media (min-width: 1024px) {
	body {
		display: -ms-flexbox;
		display: flex;
		place-items: center;
	}
}

*,
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
code,
img,
strong,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
menu,
nav,
time,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "microsoft yahei";
}
ul,
li {
	list-style-type: none;
}

.dialog-open {
	position: fixed;
}
button {
	outline: 0;
	border: 0;
	background: none;
}
li,
ol,
ul {
	list-style: none;
}
img {
	max-width: 100%;
}
a {
	color: #353d44;
	text-decoration: none;
}
/* a:active {
	opacity: .7;
} */
* {
	-webkit-tap-highlight-color: transparent;
}

/* color palette from <https://github.com/vuejs/theme> */
:root {
	--vt-c-white: #ffffff;
	--vt-c-white-soft: #f8f8f8;
	--vt-c-white-mute: #f2f2f2;

	--vt-c-black: #181818;
	--vt-c-black-soft: #222222;
	--vt-c-black-mute: #282828;

	--vt-c-indigo: #2c3e50;

	--vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
	--vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
	--vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
	--vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

	--vt-c-text-light-1: var(--vt-c-indigo);
	--vt-c-text-light-2: rgba(60, 60, 60, 0.66);
	--vt-c-text-dark-1: var(--vt-c-white);
	--vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}

/* semantic color variables for this project */
:root {
	--color-background: var(--vt-c-white);
	--color-background-soft: var(--vt-c-white-soft);
	--color-background-mute: var(--vt-c-white-mute);

	--color-border: var(--vt-c-divider-light-2);
	--color-border-hover: var(--vt-c-divider-light-1);

	--color-heading: var(--vt-c-text-light-1);
	--color-text: var(--vt-c-text-light-1);

	--section-gap: 160px;
}

@media (prefers-color-scheme: dark) {
	:root {
		--color-background: var(--vt-c-black);
		--color-background-soft: var(--vt-c-black-soft);
		--color-background-mute: var(--vt-c-black-mute);

		--color-border: var(--vt-c-divider-dark-2);
		--color-border-hover: var(--vt-c-divider-dark-1);

		--color-heading: var(--vt-c-text-dark-1);
		--color-text: var(--vt-c-text-dark-2);
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	font-weight: normal;
}

body {
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}


p[data-v-16094cd7] {
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
	-ms-hyphens: auto;
	    hyphens: auto;
}
.title[data-v-16094cd7] {
	margin-top: 70px;
	text-align: center;
	font-family: PingFangSC-Semibold;
	font-size: 36px;
	color: #00a66c;
	letter-spacing: 1.2px;
	text-align: center;
	font-weight: 600;
}
.desc[data-v-16094cd7] {
	margin-top: 8px;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 21px;
	color: #b7b7b7;
	letter-spacing: 0.7px;
	text-align: center;
	font-weight: 400;
}

/* 处理换行 */
.top-box[data-v-16094cd7] {
	width: 100%;
}
.top-img[data-v-16094cd7] {
	width: 100%;
	background-repeat: no-repeat;
	background-size: 105% 100%;
}
a[data-v-16094cd7] {
	display: block;
	box-sizing: border-box;
}
.healthCare[data-v-16094cd7] {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}
.healthCard-box[data-v-16094cd7] {
	margin-top: 40px;
	width: 80%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
	gap: 21px;
}
.healthCard[data-v-16094cd7] {
	width: calc((100% - 42px) / 3);
	height: 273px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	background: #F6F6F6;
	padding: 30px;
	cursor: pointer;
}

/* .healthCard .details-link {
	background: #00A66C;
	border-radius: 2px;
	width: 110px;
	height: 38px;
	font-family: PingFangSC-Semibold;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0.43px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 11px;
	margin-top: 40px;
} */
.healthCard-icon[data-v-16094cd7] {
	width: 40px;
	height: 40px;
}
.healthCard h2[data-v-16094cd7] {
	font-family: PingFangSC-Semibold;
	font-size: 20px;
	color: #00a66c;
	letter-spacing: 0;
	font-weight: 600;
}
.healthCard p[data-v-16094cd7] {
	width: 80%;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #75857c;
	font-weight: 400;
	height: 44px;
}
.liveService[data-v-16094cd7] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 100%;
}
.liveService .imgShow[data-v-16094cd7] {
	margin-top: 40px;
	height: 560px;
}
.service-list[data-v-16094cd7] {
	height: 290px;
	padding: 0 120px 0 120px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	background-color: #00b777;
}
.service[data-v-16094cd7] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding-top: 60px;
	text-align: left;
	height: 100%;
	width: 250px;
	gap: 14px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.service h2[data-v-16094cd7]::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 26px;
	/* 设置边框的高度 */
	width: 3px;
	/* 边框的宽度 */
	background-color: #ffffff;
}
.service h2[data-v-16094cd7] {
	display: block;
	position: relative;
	padding-left: 10px;
	font-family: PingFangSC-Semibold;
	font-size: 30px;
	color: #ffffff;
	letter-spacing: 0;
}
.service p[data-v-16094cd7] {
	width: 80%;
	padding-left: 9px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #ffffff;
}
.healthRecord[data-v-16094cd7] {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	background: #F7F7F7;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
}
.healthRecord-box[data-v-16094cd7] {
	margin-top: 106px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	gap: 70px;
	padding-left: 150px;
	margin-bottom: 186px;
	position: relative;
}
.healthRecord-box .detail-item[data-v-16094cd7] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	gap: 22px;
}
.detail-item .icon[data-v-16094cd7] {
	width: 66px;
	height: 66px;
}
.detail-item .detail[data-v-16094cd7] {
	width: 534px;
	height: 44px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}
.oldRenovation[data-v-16094cd7] {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	margin-bottom: 160px;
	-ms-flex-align: center;
	    align-items: center;
}
.oldRenovation .card-box[data-v-16094cd7] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	gap: 21px;
	margin-top: 40px;
	width: 80%;
}
.card-box .card[data-v-16094cd7] {
	width: 466px;
	height: 622px;
	padding: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	gap: 18px;
}
.card-box .card h2[data-v-16094cd7] {
	font-family: PingFangSC-Semibold;
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 600;
}
.card-box .card .card-line[data-v-16094cd7] {
	width: 45px;
	height: 6px;
	background: #00B777;
}
.card-box .card p[data-v-16094cd7] {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
}


.top-box {
    width: 100%;
}
.general {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.general .detail {
    font-family: PingFangSC-Regular;
    font-size: 21px;
    color: #4C4C4C;
    letter-spacing: 0.7px;
    font-weight: 400;
    width: 80%;
    margin-top: 30px;
}
.title {
    margin-top: 70px;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    color: #00A66C;
    letter-spacing: 1.2px;
    text-align: center;
    font-weight: 600;
}
.desc {
    margin-top: 8px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 21px;
    color: #B7B7B7;
    letter-spacing: 0.7px;
    text-align: center;
    font-weight: 400;
}
.service-station {
    margin-bottom: 200px;
}
.health-box {
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 30px;
    width: 80%;
}



.top-box {
    width: 100%;
}
.callme {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 140px 0 170px 0;
}


.top-box {
    width: 100%;
    position: relative;
}
.top-image {
    width: 100%;
}
.company-profile {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 90px;
}
.profile-box {
    position: relative;
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 90px;
}
.profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 50%;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.profile .title {
    margin-top: 0;
}
.profile .desc {
    text-align: left;
    font-family: PingFangSC-Regular;
    font-size: 21px;
    color: #4C4C4C;
    letter-spacing: 0.7px;
    font-weight: 400;
    width: 100%;
}
.profile-tag {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    background: #F6F6F6;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 840px;
    bottom: 46px;
}
.tag {
    width: 280px;
    height: 136px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    position: relative;
}
.tag::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 70px;
    /* 设置边框的高度 */
    width: 1px;
    /* 边框的宽度 */
    background-color: rgba(151, 151, 151, 0.21);
}
.tag:nth-child(3)::after {
    height: 0;
}
.txt1 {
    font-size: 30px;
    color: #00A66C;
    letter-spacing: 0;
    font-weight: 600;
}
.txt2 {
    font-size: 18px;
    color: #75857C;
    font-weight: 400;
}
.news {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 100px;
    margin-top: 70px;
}
.news-box {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.news-top {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}
.news-btn {
    font-size: 20px;
    color: #7C7C7C;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    padding-right: 15px;
}
.news-btn::after {
    content: '>';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    /* 调整箭头大小 */
    color: #979797;
    /* 调整箭头颜色 */
}
.news-title {
    font-size: 30px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.news-desc {
    font-size: 20px;
    color: #7C7C7C;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.news-list {
    margin-top: 18px;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
}
.news-txt1 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 600;
}
.news-txt2 {
    font-size: 18px;
    color: #7C7C7C;
    letter-spacing: 0;
    font-weight: 400;
}
.Sfarme {
    position: fixed;
    right: 0;
    z-index: 1;
    top: 500px;
    width: 170px;
}


.top-box {
    width: 100%;
}
.top-image {
    display: block;
    width: 100%;
    position: relative;
}
.downBtn {
    position: absolute;
    z-index: 100;
    left: 66%;
    top: 78%;
    transform: translate(-50%, -50%);
    max-width: 260px;
    height: auto;
    cursor: pointer;
}
.title {
    margin-top: 70px;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    color: #00A66C;
    letter-spacing: 1.2px;
    text-align: center;
    font-weight: 600;
}
.desc {
    margin-top: 8px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 21px;
    color: #B7B7B7;
    letter-spacing: 0.7px;
    text-align: center;
    font-weight: 400;
}
.business-channels {
    padding-bottom: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.o2oimg {
    margin-top: 40px;
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}


.el-carousel__item h3 {
    display: -ms-flexbox;
    display: flex;
    color: #475669;
    opacity: 0.75;
    line-height: 300px;
    margin: 0;
}
.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}
.el-carousel__item:nth-child(2n + 1) {
    background-color: #d3dce6;
}
.top-box {
    width: 100%;
}
.general {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.title {
    margin-top: 70px;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 36px;
    color: #00A66C;
    letter-spacing: 1.2px;
    text-align: center;
    font-weight: 600;
}
.desc {
    margin-top: 8px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 21px;
    color: #B7B7B7;
    letter-spacing: 0.7px;
    text-align: center;
    font-weight: 400;
}
.live-business {
    margin-bottom: 100px;
}
.hardware-business {
    height: 607px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.hardware-business .title {
    margin-top: 45px;
}
.hardware-business .desc {
    margin-top: 8px;
}
.img-slider {
    width: 100%;
    position: relative;
    height: 330px;
    margin-top: 70px;
}
.oldshop {
    height: 336px;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}
.old-shop {
    height: 700px;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.full-screen-carousel {
    width: 500px;
    height: 100%;
}
.gov-cooper {
    padding-bottom: 70px;
}
.goverment {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    gap: 40px;
    margin-bottom: 100px;
}
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    width: 50px;
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}


body[data-v-704725f4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}

