@font-face {
	font-family: 'iconfont';
	/* Project id 4947780 */
	src: url('//at.alicdn.com/t/c/font_4947780_wzuc5zx7a9h.woff2?t=1751340964251') format('woff2'),
		url('//at.alicdn.com/t/c/font_4947780_wzuc5zx7a9h.woff?t=1751340964251') format('woff'),
		url('//at.alicdn.com/t/c/font_4947780_wzuc5zx7a9h.ttf?t=1751340964251') format('truetype');
}

@font-face {
	font-family: Manrope;
	/* src: url(../fonts/SourceHanSansCN-Regular.TTF); */
	src: url(../fonts/Manrope-VariableFont_wght.ttf);
}

@font-face {
	font-family: BOXING;
	src: url(../fonts/BOXING.otf);
}

@font-face {
	font-family: Alibaba;
	src: url(../fonts/Alibaba-PuHuiTi-Light.otf);
}

@font-face {
	font-family: montserrat;
	src: url(../fonts/Geometr415MdBTMedium.ttf);
}

@font-face {
	font-family: CALIST;
	src: url(../fonts/CALIST.ttf);
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	  outline: none; /* 移除部分浏览器的焦点轮廓 */
}


html,
body {
	font-family: Manrope, "Microsoft YaHei", '微软雅黑', "Arial";
	font-size: 14px;
	color: #272727;
	/* background: #000; */
}

input,
textarea {
	font-family: Manrope, "Microsoft YaHei", '微软雅黑', "Arial";
}

.f2Text{
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 5vw;
	width: 100%;
	position: relative;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

/* 修改滚动条的样式 */
::-webkit-scrollbar {
	width: 8px;
	/* 滚动条宽度 */
	height: 8px;
	/* 滚动条高度 */
	background: #cccccc;
}

/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
	background-color: #94ffd5;
	/* 滑块背景颜色 */
	border-radius: 6px;
	/* 滑块圆角 */
}

@keyframes fadeIniup {
	0% {
		opacity: 0;
		transform: translateY(60px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.container {
	position: relative;
	width: 100%;
	margin-top: 3vw;
}

.main-image {
	width: 100%;
	height: auto;
	display: block;
}

.magnifier {
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	pointer-events: none;
	background-repeat: no-repeat;
	display: none;
	z-index: 10;
}

.dot {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(255, 0, 0, 0);
	cursor: pointer;
	z-index: 5;
}

#dot1 {
	top: 42.25%;
	left: 38.35%;
}

#dot2 {
	top: 41.5%;
	left: 45.6%;
}

#dot3 {
	top: 43.5%;
	left: 53%;
}

#dot4 {
	top: 36%;
	left: 27.25%;
}

#dot5 {
	top: 51.5%;
	left: 39%;
}

#dot6 {
	top: 45.5%;
	left: 58.5%;
}
#dot7 {
	top: 42.5%;
	left: 9.5%;
}

#dot8 {
	top: 42%;
	left: 48.7%;
}

#dot9 {
	top: 42.5%;
	left: 56%;
}

#dot10 {
	top: 48.5%;
	left: 45.7%;
}

#dot11 {
	top: 42.5%;
	left: 32.75%;
}

.info-panel {
	position: absolute;
	left: 120px;
	top: 0;
	width: 780px;
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 5;
	padding: 2vw;
	background: rgba(255,255,255,.95);
	pointer-events: none;
}

.info-panel h3 {
	margin-top: 0;
	color: #6379e9;
	width: 100%;
	width: calc(100% - 200px);
	margin-left: 200px;
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.info-panel p#infoPosition{
	font-size: 18px;
	width: calc(100% - 200px);
	margin-left: 200px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	line-height: 1.5;
	padding-bottom: 10px;
}
.info-panel p {
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
	line-height: 1.7;
}



.he_fadeup1 {
	-webkit-animation: fadeIniup 1s ease both;
	animation: fadeIniup 1s ease both;
	-ms-animation: fadeInUp 1s ease both;
	animation-delay: 0.3s;
}

.cpthActive.animated {
	-webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}

.cpth {
	-webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
	-webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.cpth2 {
	-webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
	-webkit-transition: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.st_fadeUp {
	-webkit-transition: all 1s ease 0.1s;
	-webkit-transform: translateY(50px);
	opacity: 0;
}

.st_fadeUp.is-inview {
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.header {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	padding: 2.1vw 3% 2.1vw 0;
	align-items: center;
	display: none;
}

.header nav {
	width: auto;
	display: flex;
	font-size: 16px;
}

.header nav .logo {
	width: 4vw;
	height: 2.5vw;
	position: relative;
	top: -0.3vw;
}

.header nav a {
	height: 2.2vw;
	display: flex;
	margin: 0 1vw;
	position: relative;
	border-radius: 3vw;
	font-size: 1vw;
	border: solid 2px transparent;
	padding: 0.3vw 0.8vw 0 0.8vw;
	transition: 0.3s all ease-in-out;
}

.header nav a .icon {
	width: 1.2vw;
	margin: 0.35vw 0.5vw;
}

.header nav a:hover {
	border: solid 2px #6178f6;
}

.header nav a:first-child:hover {
	border: solid 2px transparent;
}

.header nav a.active {
	border: solid 2px #6178f6;
}

.headerR {
	width: 150px;
	display: flex;
}

.menu {
	width: 100%;
	position: fixed;
	background: transparent;
	z-index: 9;
}

.menu .icon {
	width: 4vw;
	position: absolute;
	left: 3.5vw;
	top: 3.5vw;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0 0 3vw 0 #afa8a8;
}

.menu .icon::after {
	content: '';
	position: absolute;
	width: 5vw;
	height: 5vw;
	border-radius: 50%;
	left: -.5vw;
	top: -.5vw;
	background: rgba(255, 255, 255, 0.3);
	animation: like 2s linear infinite;
	box-shadow: 0 0 3vw 0 #cdcdcd;
}

@-webkit-keyframes like {
	0% {
		transform: scale(.9);
		opacity: 0;
	}

	50% {
		transform: scale(1.1);
		opacity: 1;
	}

	100% {
		transform: scale(.9);
		opacity: 1;
	}
}



.report_btn {
	width: auto;
	height: auto;
	display: flex;
	justify-content: space-between;
	border-radius: 50px;
	padding: 15px 40px;
	gap: 12px;
	display: inline-flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #fff;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
	top: 0;
}

.report_btn:hover{
	top: -5px;
}

.report_btn:before {
	content: '';
	position: absolute;
	width: 150%;
	top: 0;
	left: -50%;
	right: 0;
	bottom: 0;
	background: linear-gradient(140.993deg, #6178f6 0%, #67f5b4 100%);
	transition: all 0.5s ease;

}

.report_btn:hover:before {
	left: 0%;
	width: 100%;
}

.report_btn:hover {
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);

}

.report_box {
	display: flex;
	justify-content: center;
}

.report_btn p {
	flex: none;
	height: auto;
	position: relative;
	white-space: pre;
	width: auto;
	font-size: 20px;
}

.report_btn .icon {
	flex: none;
	height: 27px;
	position: relative;
	width: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	top: 1px;
	transition: all 0.4s;
}

.report_btn:hover .icon{
	transform: rotate(-45deg);
	top: 0px;
}

.RejuvenationIcon {
	width: 22vw;
	height: 22vw;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .5s all;
}

.RejuvenationIcon.active {
	opacity: 1;
}

.RejuvenationIcon div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .5s all;
}

.RejuvenationIcon .dot {
	border-radius: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: 3px solid rgba(150, 254, 214, 1);
	filter: blur(8px);
}

.RejuvenationIcon.active .dot {
	animation: styles_pulse___yp6p 3s 1;
}

.RejuvenationIcon.active .dot0 {
	animation-delay: 0s;
}
.RejuvenationIcon.active .dot1 {
	animation-delay: 0.5s;
}
.RejuvenationIcon.active .dot2 {
	animation-delay: 1s;
}

.RejuvenationIcon.active .dot3 {
	animation-delay: 1.5s;
}

.RejuvenationIcon.active .dot4 {
	animation-delay: 2s;
}

.RejuvenationIcon.active .dot5 {
	animation-delay: 2.5s;
}

.RejuvenationIcon.active .dot6 {
	animation-delay: 3s;
}

.RejuvenationIcon.active .dot7 {
	animation-delay: 3.5s;
}

@keyframes styles_pulse___yp6p {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: .1;
	}
	70% {
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(.05);
		opacity: 0;
	}
}

.RejuvenationIcon .dot9 {
	border: none;
	width: 20px;
	height: 20px;
	opacity: 0;
	border-radius: 50%;
	position: absolute;
	transform: translate(-50%, -50%) scale(0);
	display: block;
	
	transition: all 1s ease 1.5s;
}

.RejuvenationIcon.active .dot9 {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}


.RejuvenationIcon .dot9N {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	transform: translate(-50%, -50%) scale(1);
	background: rgba(150, 254, 214, .7);
	opacity: 1;
	filter: blur(0px);
	display: block;
	animation: glow-pulse 1s infinite alternate ease-in-out;
}
@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 5px 2.5px rgba(150, 254, 214, .2); /* 较弱的发光 */
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(150, 254, 214, 0.7); /* 较强的发光 */
  }
  100% {
    box-shadow: 0 0 5px 2.5px rgba(150, 254, 214, .2); /* 恢复较弱的发光 */
  }
}
@keyframes scaleAnimate {
	0% {
		opacity: 0;
	}

	14.3% {
		opacity: 1;
	}

	57.1% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}



@-webkit-keyframes dot9like {
	0% {
		transform: scale(.9);
		opacity: 1;
	}

	50% {
		transform: scale(1.1);
		opacity: 0;
	}

	100% {
		transform: scale(.9);
		opacity: 1;
	}
}


@keyframes beforeAnimate {
	0% {
		left: 1px;
		top: 5px;
	}

	100% {
		left: 2px;
		top: 2px;
	}
}

.icon_musch {
	display: block;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 2%;
	top: 2%;
	z-index: 32;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}

.icon_musch::after{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../images/audio_icon.png) no-repeat;
	background-size: auto 100%;
	content: '';
}

.icon_musch.active::after {
	background-position: -30px 0px;
}

@keyframes round {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.cursor-box {
	width: 90px;
	height: auto;
	position: absolute;
	left: -50px;
	top: -45px;
	z-index: 5;
	opacity: 0;
	transform: scale(0);
}

.cursor-box.active {
	opacity: 1;
	transform: scale(1);
}

.cursor-box .img {
	width: 80%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.cursor-box .img img:nth-child(2) {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: curAnimate 2s linear infinite;
}

@-webkit-keyframes curAnimate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.menu .Rejuvenation {
	width: 20vw;
	height: 20vw;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	opacity: 0;
	pointer-events: none;
	/*transition: .5s all;*/
}

.menu .menuBox {
	width: 45vw;
	height: 45vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	transition: .5s all ease-in-out;
	
}
.menu .circleBox{
	display: none;
}
.menu.active .circleBox{
	display: block;
}

.menu .menuBox .menu1 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	/* animation: spin2 30s linear infinite; */
	transform: translate(-50%, -50%);
}

.menu .menuBox .menu2 {
	width: 83.5%;
	position: absolute;
	top: 50%;
	left: 50%;
	animation: spin 30s linear infinite;
	transform: translate(-50%, -50%);
}

.menu .menuBox .menu3 {
	width: 45%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

@keyframes spin2 {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: translate(-50%, -50%) rotate(360deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(0deg);
	}
}

.menu .circleBox {
	width: 40vw;
	height: 40vw;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%) rotate(-22deg);
}
.circle_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(45deg);
	z-index: 10;
}

.circle_bg.back{
	transition: all 1s linear;
}

.circle_bg.front{
	transform: rotate(45deg);
}

.circle_bg.front img{
	opacity: 1;
}

.circle_bg .item,.circle_bg .item .link1,.circle_bg .item .link2{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: center center;
	
}
.circle_bg .item .link2{
	opacity: 0;

}
.circle_bg .item .link1{

}
.circle_bg .item.active{
	z-index: 5;
}
.circle_bg .item.active .link1{
	opacity: 0;
}
.circle_bg .item.active .link2{
	opacity: 1;
}

.circle_bg .item{
	transform:rotate(calc(45deg * var(--i)))
}

.circleBox.active .circle_bg.front img{
	/* animation: circleOpacityShowAnimate 3s ease 0.5s infinite; */
}

.circleBox.active .circle_bg.back img{
	/* animation: circleOpacityHideAnimate 3s ease 0.5s infinite; */
}

@keyframes circleOpacityShowAnimate{
	0%,25%,100%{
		opacity: 0;
	}
	70%,90%{
		opacity: 1;
	}
}

@keyframes circleOpacityHideAnimate{
	0%,100%{
		opacity: 1;
	}
	30%,90%{
		opacity: 0;
	}
}


.menu .circleBox .circle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	transition: transform 1s linear;
}

.menu .circleBox .circle svg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.menu .circleBox .circle .nav-text {
	fill: #666666;
	font-size: 0.75vw;
	text-anchor: middle;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .35s;
}

.menu .circleBox .circle .circleItem {
	transition: opacity 0.5s linear;
	position: relative;
	pointer-events: bounding-box;
}

.menu .circleBox .circle .circleItem rect{
	position: absolute;
	left: 0;
	top: 0;
}

.menu .circleBox .circle .circleItem::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
}


.menu .circleBox .circle .circleItem:hover .nav-text {
	fill: #ffffff;
}


.menu.active {
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(5px);
}

.menu.active .Rejuvenation {
	opacity: 1;
	pointer-events: all;
}

.menu.active .menuBox {
	opacity: 1;
	pointer-events: all;
}

.menu.active .menuBoxs {
	opacity: 1;
	pointer-events: all;
}

.three-container {
	width: 40vw;
	height: 40vw;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bannerVideo {
	width: 96%;
	height: 96vh;
	overflow: hidden;
	position: relative;
	border-radius: 1vw;
	left: 2%;
	padding-top: 4vh;
}

.bannerVideo.re{
	height: auto;
}

.bannerVideo video {
	width: 100%;
	height: 100%;
	border-radius: 1vw;
	object-fit: cover !important;
}

.bannerVideo .bannerT {
	width: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	color: #94ffd5;
	font-size: 13rem;
	letter-spacing: 2rem;
	text-align: center !important;
	opacity: 0;
	font-family: Arial;
	font-weight: bold;
}

.bannerVideo .bannerT.so{
	font-size: 5vw;
	letter-spacing: 1vw;
}

.bannerVideo .bannerT div {
	text-align: center !important;
}

.bannerImg {
	width: 96%;
	height: 96vh;
	overflow: hidden;
	position: relative;
	border-radius: 1vw;
	left: 2%;
	padding-top: 4vh;
}

.bannerImg .img {
	width: 100%;
	height: 100%;
	border-radius: 1vw;
	background-size: cover !important;
}

.bannerImg .bannerT {
	width: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-family: montserrat;
	color: #94ffd5;
	font-size: 13rem;
	letter-spacing: 1rem;
	text-align: center !important;
	opacity: 0;
}

.bannerImg .bannerT div {
	text-align: center !important;
}

footer {
	width: 100%;
	background-color: #ffffff;
	position: relative;
	border-radius: 2vw 2vw 0vw 0vw;
	padding: 2vw 8vw;
	margin-top: -2vw;
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
}

footer .text {
	flex: 1;
}

footer .text .address {
	line-height: 2;
}

footer .text .address span {
	font-weight: bold;
}

footer .info {
	color: #666666;
	margin-top: 1vw;
}

footer .emailBox {
	position: relative;
	top: 1vw;
}

footer .emailBox .t {
	font-weight: bold;
}

footer .emailBox .email {
	border-radius: 5vw;
	border: 1px solid #000000;
	padding: 0.3vw 0.3vw 0.4vw 0.8vw;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 0.5vw;
	transition: 0.3s all ease-in-out;
}

footer .emailBox .email .icon {
	margin-left: 0.5vw;
	position: relative;
	transform: rotate(-45deg);
	transition: 0.3s all ease-in-out;
}

footer .emailBox .email .icon i {
	background-color: #000000;
	border-radius: 50%;
	padding: 0.4vw;
	color: white;
	font-size: 1rem;
}

footer .emailBox .email:hover,.solution .solutionBox .solutionDetailBox .right .keep .btn:hover {
	background-color: #6178f6;
	color: #94ffd5;
	border: 1px solid #6178f6;
}



footer .emailBox .email:hover .icon {
	transform: rotate(0);
}

footer .emailBox .email:hover .icon i {
	background: white;
	color: #6178f6;
}

footer .footerInfo {
	flex: 1;
	text-align: right;
}

footer .footerInfo .totalBox {
	font-size: .9vw;
	line-height: 1.7;
}

footer .footerInfo a {
	color: #666666;
	position: relative;
	top: 1vw;
}

.index {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.index .videoBoxs {
	width: 100%;
	height: 100vh;
	position: relative;
}

.index video {
	width: 100%;
	height: 100%;
	position: fixed;
	object-fit: cover !important;
}

.index .cloudy {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.index .cloudy a {
	-webkit-filter: blur(10px);
	height: 3vw;
	display: block;
	position: absolute;
	right: 5%;
	bottom: 10%;
	/* transform: translate(-50%, -50%) scale(1.2); */
	opacity: 0;
}

.index .cloudy a img {
	height: 100%;
	width: auto;
	transition: all 0.5s;
}

.index .cloudy a:hover img {
	opacity: 0.75;
	transform: scale(1.1);
}

.mission {
	width: 100%;
}

.mission .f1 {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 10vw 8vw 15vw 8vw;
	overflow: hidden;
	background: url('../images/img5.jpg') center no-repeat;
}

.mission .f1 .f1Icon {
	width: 30vw;
	position: absolute;
	left: 0;
	top: 3vw;
	pointer-events: none;
}

.mission .f1 .textBox {
	width: 52vw;
	background: url('../images/img35.png') center no-repeat;
	background-size: cover !important;
	position: absolute;
	overflow: hidden;
	border-radius: 2vw;
	padding: 10vw 7vw 10vw 3vw;
	border: 1px solid white;
	box-shadow: 0vw 0vw 3vw 0vw #afa8a8;
	z-index: 1;
	margin-top: 10vw;
	backdrop-filter: blur(10px);
}

.mission .f1 .textBox .tit {
	font-weight: bold;
	font-size: 5rem;
}

.mission .f1 .textBox .des {
	font-size: 2.5rem;
	margin-top: 2vw;
	line-height: 1.7;
}

.mission .f1 .imgBox {
	width: 42vw;
	height: 54vw;
	border-radius: 2vw;
	position: relative;
	float: right;
	overflow: hidden;
}

.mission .f1 .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.team {
	width: 100%;
	position: relative;
}

.team .teamBox {
	width: 100%;
	position: relative;
	padding: 5vw 8vw 15vw 8vw;
	overflow: hidden;
	background: url('../images/imgbg1.jpg') center no-repeat;
}

.team .teamBox .f1 {
	width: 70vw;
	font-size: 2.5rem;
	line-height: 1.7;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.team .teamBox .f1 .des {
	white-space: normal;
}

.team .teamBox .f1 .des span {
	/* 让每个字符span改为 inline，而不是 inline-block，减少字间断开 */
	display: inline;
	/* 禁止字符间添加额外空白 */
	margin: 0;
	padding: 0;
	/* 字符默认的间距 */
	letter-spacing: normal;
	word-break: keep-all;
	/* 中文英文单词都不强制换行断开 */
}

.team .teamBox .f2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 5vw 0;
}

.team .teamBox .f2 .imgBox {
	width: 37vw;
	height: 30vw;
	border-radius: 2vw;
	overflow: hidden;
}

.team .teamBox .f2 .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.team .teamBox .f2 .textBox {
	width: 43vw;
}

.team .teamBox .f2 .textBox .t {
	color: #6178f6;
	font-weight: bold;
	font-size: 3rem;
}

.team .teamBox .f2 .textBox .d {
	color: #6178f6;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 1vw;
}

.team .teamBox .f2 .textBox .des {
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	padding: 2vw 0;
	margin-top: 2vw;
	font-size: 1.2rem;
	line-height: 1.7;
}

.team .teamBox .f3 {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: self-start;
	justify-content: space-between;
}

.team .teamBox .f3 .item {
	width: 40vw;
	height: auto;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 2vw;
	border: 1px solid #ffffff;
	padding: 1vw 2vw 2vw 2vw;
	margin-top: 3vw;
	margin-bottom: 5vw;
	position: relative;
}

.team .teamBox .f3 .item .headBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.team .teamBox .f3 .item .headBox .img {
	width: 8vw;
	height: 11vw;
	overflow: hidden;
	border-radius: 1vw;
	position: relative;
	margin-top: -4vw;
	background-size: cover !important;
}

.team .teamBox .f3 .item .headBox .text {
	width: 26vw;
	border-bottom: 1px solid #cccccc;
}

.team .teamBox .f3 .item .headBox .text .name {
	color: #6178f6;
	font-size: 2rem;
	font-weight: bold;
}

.team .teamBox .f3 .item .headBox .text .d {
	line-height: 1.5;
	font-size: 1.5rem;
	margin-top: 0.5vw;
}

.team .teamBox .f3 .item .des {
	padding-top: 2vw;
	font-size: 1.2rem;
	line-height: 1.7;
}

.team .teamBox .f3 .item:nth-child(2n) {
	top: 8vw;
}

.teamImgBox {
	width: 100%;
	margin-top: 5vw;
	position: relative;
}

.teamItem {
	position: absolute;
	top: 0;
}

.teamItem .item {
	position: absolute;
	cursor: pointer;
}

.teamItem .item1 {
	left: 40vw;
	top: 25.5vw;
}

.teamItem .item2 {
	left: 34vw;
	top: 25.8vw;
}

.teamItem .item3 {
	left: 43vw;
	top: 26.5vw;
}

.teamItem .item4 {
	left: 7vw;
	top: 29.5vw;
}

.teamItem .item5 {
	left: 24.5vw;
	top: 22.5vw;
}

.teamItem .item6 {
	left: 52.2vw;
	top: 26.5vw;
}

.teamItem .item .icon {
	display: block;
	width: 25px;
	height: 25px;
	background: #001eb4;
	border: 7px solid #ffffff;
	border-radius: 50%;
	position: relative;
}

.teamItem .item .icon::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	animation: boderM 3s 0.75s infinite forwards;
}

.teamItem .item .icon::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	animation: boderM 2s infinite forwards;
}

@keyframes boderM {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	75% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.teamItem .item .text {
	width: 40vw;
	background: white;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 1vw;
	border: 1px solid #ffffff;
	padding: 1vw 2vw 2vw 2vw;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	transition: .3s all ease-in-out;
}

.teamItem .item4 .text {
	transform: translate(-20%, -50%);
}

.teamItem .item:hover .text {
	opacity: 1;
	pointer-events: all;
}

.teamItem .item .text .t {
	color: #6178f6;
	font-size: 2rem;
	font-weight: bold;
}

.teamItem .item .text .trip {
	line-height: 1.5;
	font-size: 1.5rem;
	margin-top: 0.5vw;
}

.teamItem .item .text .d {
	font-size: 1.2rem;
	line-height: 1.7;
}

.teamItem .item .text .d p {
	margin-top: 1vw;
}

.strategy {
	width: 100%;
	overflow: hidden;
	background: url('../images/imgbg1.jpg') center no-repeat;
}

.strategy .strategyBox {
	width: 100%;
	position: relative;
	padding: 5vw 11vw 15vw 11vw;
	overflow: hidden;

}

.strategy .strategyBox .f1 {
	width: 70vw;
	font-size: 2.5rem;
	line-height: 1.7;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.strategy .strategyBox .f1 .des {
	white-space: normal;
}

.strategy .strategyBox .f1 .des span {
	/* 让每个字符span改为 inline，而不是 inline-block，减少字间断开 */
	display: inline;
	/* 禁止字符间添加额外空白 */
	margin: 0;
	padding: 0;
	/* 字符默认的间距 */
	letter-spacing: normal;
	word-break: keep-all;
	/* 中文英文单词都不强制换行断开 */
}

.strategy .strategyBox .f2 {
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 2vw;
	border: 1px solid #ffffff;
	margin-top: 5vw;
	padding: 3vw;
}

.stra_img{
	width: 100%;
	height: auto;
	position: relative;
}

.stra_img img{
	display: block;
	width: 100%;
}

.strategy .strategyBox .f2 .video {
	width: 100%;
	height: 100%;
	border-radius: 2vw;
	overflow: hidden;
	display: none;
}

.strategy .strategyBox .f2 .video video {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

.objective {
	width: 100%;
	position: relative;
	background: url('../images/imgbg1.jpg') center no-repeat;
}

.objective .objectiveBox {
	width: 100%;
	position: relative;
	padding: 5vw 8vw 8vw 8vw;
	overflow: hidden;
}

.objective .objectiveBox .f1 {
	width: 100%;
	font-size: 2.5rem;
	line-height: 1.7;
	margin-bottom: 3vw;
	position: relative;
}

.objective .objectiveBox .f1 .f1Icon {
	width: 62vw;
	position: absolute;
	pointer-events: none;
	left: 50%;
	top: -17vw;
	z-index: -1;
	transform: translate(-50%, 0);
}

.objective .objectiveBox .f1 .des {
	white-space: normal;
}

.objective .objectiveBox .f1 .des span {
	/* 让每个字符span改为 inline，而不是 inline-block，减少字间断开 */
	display: inline;
	/* 禁止字符间添加额外空白 */
	margin: 0;
	padding: 0;
	/* 字符默认的间距 */
	letter-spacing: normal;
	word-break: keep-all;
	/* 中文英文单词都不强制换行断开 */
}

.objective .objectiveBox .f2 {
	width: 100%;
}

.objective .objectiveBox .f2 .f2Tab {
	margin: 5vw auto;
	display: flex;
	justify-content: center;
}

.objective .objectiveBox .f2 .f2Tab .tab {
	border-radius: 1vw;
	border: 1px solid #333333;
	font-size: 2rem;
	padding: 1vw 0vw;
	margin: 0 1vw;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	width: 400px;
	text-align: center;
}

.objective .objectiveBox .f2 .f2Tab .tab:hover {
	border: 1px solid #6178f6;
	background-color: #6178f6;
	color: #94ffd5;
}

.objective .objectiveBox .f2 .f2Tab .active {
	border: 1px solid #6178f6;
	background-color: #6178f6;
	color: #94ffd5;
}

.objective .objectiveBox .f2 .f2Box {
	width: 100%;
	display: none;
}

.objective .objectiveBox .f2 .f2Box .item {
	width: 48%;
	display: block;
	margin-bottom: 3vw;
	transition: 0.3s all ease-in-out;
	border: 1px solid white;
	border-radius: 1vw;
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	padding: 2vw;
}

.objective .objectiveBox .f2 .f2Box .item .text {
	width: 100%;
	transition: 0.3s all ease-in-out;
}

.objective .objectiveBox .f2 .f2Box .item .text .num {
	font-size: 13rem;
	color: #6178f6;
	font-weight: bold;
}

.objective .objectiveBox .f2 .f2Box .item .text .name {
	color: #6178f6;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5vw;
}

.objective .objectiveBox .f2 .f2Box .item .text .desBox {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.7;
	opacity: 1;
	height: auto;
	pointer-events: none;
	transition: 0.3s all ease-in-out;
}

.objective .objectiveBox .f2 .f2Box .item .text .btnBox .btn {
	font-size: 1.2rem;
	border-radius: 0.3vw;
	border: 1px solid #333333;
	cursor: pointer;
	display: inline-block;
	padding: 0.5vw 1.5vw;
	margin-top: 3vw;
	transition: 0.3s all ease-in-out;
}

.objective .objectiveBox .f2 .f2Box .item .text .btnBox .btn2 {
	display: none;
}

.objective .objectiveBox .f2 .f2Box .item .text .btnBox .btn2 i {
	margin-left: 0.5vw;
}

.objective .objectiveBox .f2 .f2Box .item .text .btnBox .btn:hover {
	border: 1px solid #6178f6;
	background: #6178f6;
	color: white;
}

.objective .objectiveBox .f2 .f2Box .item .imgBox {
	width: 48vw;
	height: 32vw;
	border-radius: 1vw;
	overflow: hidden;
	transition: 0.3s all ease-in-out;
}

.objective .objectiveBox .f2 .f2Box .item .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 0.3s all ease-in-out;
}

.objective .objectiveBox .f2 .f2Box .item .imgBox:hover .img {
	transform: scale(1.1);
}

.objective .objectiveBox .f2 .f2Box .item.active {
	align-items: inherit;
}

.objective .objectiveBox .f2 .f2Box .item.active .text {
	width: 45vw;
}

.objective .objectiveBox .f2 .f2Box .item.active .text .desBox {
	margin: 3vw 0 0 0;
	height: auto;
	opacity: 1;
	pointer-events: all;
}

.objective .objectiveBox .f2 .f2Box .item.active .text .desBox img {
	margin-top: 2vw;
}

.objective .objectiveBox .f2 .f2Box .item.active .text .btnBox .btn {
	display: none;
}

.objective .objectiveBox .f2 .f2Box .item.active .text .btnBox .btn2 {
	display: inline-block;
}

.objective .objectiveBox .f2 .f2Box .item.active .imgBox {
	width: 34vw;
	height: 23vw;
}

.objective .objectiveBox .f2 .f2Box.active {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vision {
	width: 100%;
}

.vision .f1 {
	width: 100%;
	position: relative;
	padding: 10vw 8vw 15vw 8vw;
	background: url('../images/img5.jpg') center no-repeat;
	overflow: hidden;
}

.vision .f1 .f1Icon {
	width: 30vw;
	position: absolute;
	right: 0;
	bottom: -18vw;
	transform: rotate(180deg);
	pointer-events: none;
}

.vision .f1 .textBox {
	width: 100%;
	background: url('../images/img23.png') center no-repeat;
	background-size: cover !important;
	overflow: hidden;
	border-radius: 2vw;
	padding: 8vw 7vw;
	border: 1px solid white;
	box-shadow: 0vw 0vw 3vw 0vw #afa8a8;
	z-index: 1;
	backdrop-filter: blur(10px);
}

.vision .f1 .textBox .tit {
	font-weight: bold;
	font-size: 5rem;
}

.vision .f1 .textBox .des {
	width: 48vw;
	font-size: 2rem;
	margin-top: 2vw;
	line-height: 1.7;
}

.instght {
	width: 100%;
	position: relative;
	background: url('../images/imgbg1.jpg') center no-repeat;
	margin-top: 3vw;
}

.instght .instghtBox {
	width: 100%;
	position: relative;
}

.instflex{
	display: flex;
	flex-wrap: wrap;
	gap: 2vw;
}

.instght .instghtBox.instflex .item{
	margin-bottom: 0;
}

.instght .instghtBox .f1 {
	width: 100%;
	padding: 5vw 8vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.instght .instghtBox .f1 .text {
	width: 50vw;
	font-size: 2rem;
}

.instght .instghtBox .f1 .searchBox {
	width: 20vw;
	background-color: #ffffff;
	border-radius: 5vw;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 0.5vw;
	padding: 0 0.2vw 0 1vw;
}

.instght .instghtBox .f1 .searchBox input {
	width: 85%;
	font-size: 1.2rem;
	background: transparent;
	border: transparent;
	outline: none;
}

.instght .instghtBox .f1 .searchBox .icon {
	margin-left: 0.5vw;
	position: relative;
	cursor: pointer;
	padding: 0.8vw 0;
}

.instght .instghtBox .f1 .searchBox .icon i {
	background-color: #000000;
	border-radius: 50%;
	padding: 0.7vw;
	color: white;
	font-size: 1.2rem;
}

.instght .instghtBox .f2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 8vw 12vw 8vw;
	overflow: hidden;
}

.in_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3vw;
}

.instght .instghtBox .item,.in_list .item {
	width: 26vw;
	display: block;
	border-radius: 2vw;
	overflow: hidden;
	margin-bottom: 3vw;
}

.instght .instghtBox .item .imgBox,.in_list .item .imgBox {
	width: 100%;
	height: 13vw;
	border-radius: 2vw 2vw 0vw 0vw;
	overflow: hidden;
}

.instght .instghtBox .item .imgBox .img,.in_list .item .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 0.3s all ease-in-out;
}

.instght .instghtBox .item .textBox,.in_list .item .textBox {
	width: 100%;
	height: 18vw;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 3vw 1vw 2vw 1vw;
	color: #666666;
	position: relative;
}
 .in_list .item .imgBox{
	height: 13vw;
 }
.instght .instghtBox .item .textBox .time,.in_list .item .textBox .time {
	font-size: 1rem;
}

.instght .instghtBox .item .textBox .name,.in_list .item .textBox .name {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1vw;
	display: -webkit-box;
	/* 必须设置为盒模型 */
	-webkit-box-orient: vertical;
	/* 垂直排列子元素 */
	-webkit-line-clamp: 3;
	/* 限制显示的行数 */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */
	line-height: 1.2;
}

.instght .instghtBox .item .textBox .trip,.in_list .item .textBox .trip {
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	bottom: 4vw;
}

.instght .instghtBox .item .textBox .btn,.in_list .item .textBox .btn {
	width: 24vw;
	border-radius: 5vw;
	background: white;
	padding: 0.5vw 0.3vw 0.6vw 0.8vw;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 1vw;
	margin-top: 0.5vw;
	color: #333333;
	font-size: 1.2rem;
	transition: 0.3s all ease-in-out;
}

.instght .instghtBox .item .textBox .btn .icon,.in_list .item .textBox .btn .icon{
	margin-left: 0.5vw;
	position: absolute;
	right: 0.5vw;
	transform: rotate(-45deg);
	transition: 0.3s all ease-in-out;
}

.instght .instghtBox .item .textBox .btn .icon i,.in_list .item .textBox .btn .icon i{
	background-color: #000000;
	border-radius: 50%;
	padding: 0.4vw;
	color: white;
	font-size: 1rem;
}

.instght .instghtBox .item:hover .imgBox .img,.in_list .item:hover .textBox .img{
	transform: scale(1.1);
}

.instght .instghtBox .item:hover .textBox,.in_list .item:hover .textBox {
	color: #6178f6;
}

.instght .instghtBox .item:hover .textBox .btn,.in_list .item:hover .textBox .btn{
	background-color: #6178f6;
	color: #94ffd5;
}

.instght .instghtBox .item:hover .textBox .btn .icon,.in_list .item:hover .textBox .btn .icon {
	transform: rotate(0);
}

.instght .instghtBox .item:hover .textBox .btn .icon i,.in_list .item:hover .textBox .btn .icon i {
	background: white;
	color: #6178f6;
}

.instght .instghtBox .instghtDetail {
	width: 100%;
	position: relative;
	padding: 5vw 0 8vw 0;
	overflow: hidden;
}

.instght .instghtBox .instghtDetail .backBtn {
	position: absolute;
	left: 8vw;
	border-radius: 5vw;
	background: white;
	padding: 0.5vw 0.8vw 0.4vw 0.3vw;
	display: flex;
	justify-content: space-between;
	color: #333333;
	font-size: 1.2rem;
	transition: 0.3s all ease-in-out;
	cursor: pointer;
	align-items: center;
}

.instght .instghtBox .instghtDetail .backBtn p {
	margin-top: -0.2vw;
}

.instght .instghtBox .instghtDetail .backBtn .icon {
	transform: rotate(180deg);
	transition: 0.3s all ease-in-out;
	margin-right: 1vw;
}

.instght .instghtBox .instghtDetail .backBtn .icon i {
	background-color: #000000;
	border-radius: 50%;
	padding: 0.4vw;
	color: white;
	font-size: 1rem;
}

.instght .instghtBox .instghtDetail .instghtDetailBox {
	width: 60vw;
	margin: 0 auto;
	border-radius: 2vw;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5);
	padding: 3vw 7vw;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .tit {
	font-size: 2rem;
	font-weight: bold;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .name {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 2vw 0;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .name span {
	font-weight: normal;
	margin-right: 1vw;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .des {
	width: 100%;
	padding: 2vw 0;
	font-size: 1.2rem;
	line-height: 1.7;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.instght .instghtBox .instghtDetail .instghtDetailBox .end {
	text-align: center;
	color: #999999;
	font-size: 1rem;
	position: relative;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .end::before {
	content: '';
	position: absolute;
	width: 21vw;
	left: 0;
	margin-top: 0.5vw;
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.instght .instghtBox .instghtDetail .instghtDetailBox .end::after {
	content: '';
	position: absolute;
	width: 21vw;
	right: 0;
	margin-top: 0.5vw;
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 3vw;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .previous {
	width: 22vw;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 1vw;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 1.5vw 1vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .previous .icon {
	transform: rotate(180deg);
	transition: 0.3s all ease-in-out;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .previous .icon i {
	background-color: #000000;
	border-radius: 50%;
	padding: 0.4vw;
	color: white;
	font-size: 1rem;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .previous .text {
	width: 80%;
	font-size: 1.5rem;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .previous .text .t {
	font-weight: bold;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .previous .text .d {
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 0.5vw;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .next {
	width: 22vw;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 1vw;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 1.5vw 1vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .next .icon {
	transition: 0.3s all ease-in-out;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .next .icon i {
	background-color: #000000;
	border-radius: 50%;
	padding: 0.4vw;
	color: white;
	font-size: 1rem;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .next .text {
	width: 80%;
	font-size: 1.5rem;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .next .text .t {
	font-weight: bold;
}

.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .next .text .d {
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 0.5vw;
}

.news {
	width: 100%;
}

.news .newsBox {
	width: 100%;
	position: relative;
	padding: 5vw 8vw 8vw 8vw;
	overflow: hidden;
	background: url('../images/imgbg1.jpg') center no-repeat;
	background-size: cover;
}

.news .newsBox .f1 {
	width: 100%;
	font-size: 2.5rem;
	line-height: 1.7;
	margin: 0 auto;
	position: relative;
}

.news .newsBox .f1 .des {
	text-align: justify;
	white-space: normal;
}

.news .newsBox .f1 .des span {
	/* 让每个字符span改为 inline，而不是 inline-block，减少字间断开 */
	display: inline;
	/* 禁止字符间添加额外空白 */
	margin: 0;
	padding: 0;
	/* 字符默认的间距 */
	letter-spacing: normal;
	word-break: keep-all;
	/* 中文英文单词都不强制换行断开 */
}

.news .newsBox .f2 {
	width: 100%;
	border-radius: 2vw;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 4vw;
	margin-top: 0vw;
}

.news .newsBox .f2 .text {
	font-size: 2rem;
	line-height: 1.7;
}

.solution {
	width: 100%;
	position: relative;
	background: url('../images/imgbg1.jpg') center no-repeat;
}

.solution .solutionBox {
	width: 100%;
	position: relative;
	padding: 8vw;
	overflow: hidden;
}

.solution .solutionBox .f1 {
	width: 100%;
	font-size: 2.5rem;
	line-height: 1.7;
	margin: 0 auto;
	position: relative;
}

.solution .solutionBox .f1 .des {
	text-align: justify;
	white-space: normal;
}

.solution .solutionBox .f1 .des span {
	/* 让每个字符span改为 inline，而不是 inline-block，减少字间断开 */
	display: inline;
	/* 禁止字符间添加额外空白 */
	margin: 0;
	padding: 0;
	/* 字符默认的间距 */
	letter-spacing: normal;
	word-break: keep-all;
	/* 中文英文单词都不强制换行断开 */
}

.solution .solutionBox .f2 {
	width: 100%;
	position: relative;
	margin-top: 0vw;
}

.solution .solutionBox .f2 .f2Box {
	width: 100%;
}

.solution .solutionBox .f2 .f2Box .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3vw;
	transition: 0.3s all ease-in-out;
	border: 1px solid white;
	border-radius: 1vw;
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
}

.solution .solutionBox .f2 .f2Box .item .text {
	width: 40vw;
	transition: 0.3s all ease-in-out;
	padding: 1vw 3vw 3vw 3vw;
}

.solution .solutionBox .f2 .f2Box .item .text .num {
	font-size: 5rem;
	color: #6178f6;
	font-weight: bold;
}

.solution .solutionBox .f2 .f2Box .item .text .name {
	color: #6178f6;
	font-size: 2rem;
	font-weight: bold;
}

.solution .solutionBox .f2 .f2Box .item .text .tirpBox {
	width: 100%;
	display: none;
}

.solution .solutionBox .f2 .f2Box .item .text .tirpBox .its {
	display: flex;
	justify-content: space-between;
	padding: 0.5vw 0;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.solution .solutionBox .f2 .f2Box .item .text .tirpBox .its .it {
	font-size: 1.2rem;
	font-weight: bold;
}

.solution .solutionBox .f2 .f2Box .item .text .tirpBox .its .icon {
	width: 2vw;
}

.solution .solutionBox .f2 .f2Box .item .text .des {
	font-size: 1.2rem;
	line-height: 1.7;
	margin-top: 1vw;
}

.solution .solutionBox .f2 .f2Box .item .text .btnBox {
	position: absolute;
	bottom: 2vw;
	display: none;
}

.solution .solutionBox .f2 .f2Box .item .text .btnBox .btn {
	font-size: 1.2rem;
	border-radius: 0.3vw;
	border: 1px solid #333333;
	cursor: pointer;
	display: inline-block;
	padding: 0.5vw 1.5vw;
	margin-top: 3vw;
	transition: 0.3s all ease-in-out;
}

.solution .solutionBox .f2 .f2Box .item .text .btnBox .btn:hover {
	border: 1px solid #6178f6;
	background: #6178f6;
	color: white;
}

.solution .solutionBox .f2 .f2Box .item .imgBox {
	width: 41vw;
	height: 32vw;
	border-radius: 1vw;
	overflow: hidden;
	transition: 0.3s all ease-in-out;
}

.solution .solutionBox .f2 .f2Box .item .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 0.3s all ease-in-out;
}

.solution .solutionBox .f2 .f2Box .item .imgBox:hover .img {
	transform: scale(1.1);
}

.solution .solutionBox .solutionDetailBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.solution .solutionBox .solutionDetailBox .left {
	width: 55vw;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 2vw;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 3vw 2vw;
}

.solution .solutionBox .solutionDetailBox .left .tit {
	font-size: 2rem;
	font-weight: bold;
}

.solution .solutionBox .solutionDetailBox .left .des {
	font-size: 1.2rem;
	line-height: 1.7;
	margin-top: 3vw;
}

.solution .solutionBox .solutionDetailBox .right {
	width: 27vw;
}

.formtit {
	font-size: 3rem;
	color: #6178f6;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.toast{
	z-index: 2000;
}

.reClose{
	width: 40px;
	height: 40px;
	position: absolute;
	right: -50px;
	top: -50px;
	background: #fff;
	border-radius: 50px;
	cursor: pointer;
	transition: all .5s;
	transform: rotate(45deg);
}

.reClose:hover{
	transform: rotate(135deg);
	background: #6178f6;
}


.reClose:hover:before,.reClose:hover::after{
	background: #ffffff;
}



.reClose:before,.reClose::after{
	width: 15px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background: #6178f6;
	transition: all 0.5s;
}

.reClose:before{
	width: 2px;
	height: 15px;
}

#form {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 2vw;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 2vw 0vw;
}

#form .input {
	background-color: #e4e4e4;
	border-radius: 0.5vw;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 1vw;
}

#form .input input {
	width: 100%;
	font-size: 1.2rem;
	padding: 0.7vw 1.5vw;
	background: transparent;
	border: transparent;
	outline: none;
}

#form .textarea {
	background-color: #e4e4e4;
	border-radius: 0.5vw;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 1vw;
}

#form .textarea textarea {
	width: 100%;
	height: 10vw;
	font-size: 1.2rem;
	padding: 0.7vw 1.5vw;
	background: transparent;
	border: transparent;
	outline: none;
}

#form .submit {
	text-align: center;
	background-color: #ffffff;
	border-radius: 1vw;
	font-size: 1.5rem;
	margin-top: 2vw;
	padding: 0.5vw 0;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}

#form .submit:hover {
	background: #6178f6;
	color: white;
}

.solution .solutionBox .solutionDetailBox .right .keep {
	width: 100%;
	padding: 4vw 2vw;
}

.solution .solutionBox .solutionDetailBox .right .keep .t {
	font-size: 2rem;
	font-weight: bold;
}

.solution .solutionBox .solutionDetailBox .right .keep .d {
	color: #999999;
	font-size: 1.2rem;
	margin: 1vw 0;
}

.solution .solutionBox .solutionDetailBox .right .keep .btn {
	width: 16rem;
	border-radius: 5vw;
	background-color: #ffffff;
	padding: 0.5vw 0.3vw 0.7vw 3vw;
	display: flex;
	position: relative;
	font-size: 1.2rem;
	margin-top: 0.5vw;
}

.solution .solutionBox .solutionDetailBox .right .keep .btn .icon {
	right: 0.5vw;
	position: absolute;
	transform: rotate(-45deg);
	transition: 0.3s all ease-in-out;
}

.solution .solutionBox .solutionDetailBox .right .keep .btn .icon i {
	background-color: #000000;
	border-radius: 50%;
	padding: 0.4vw;
	color: white;
	font-size: 1rem;
}

.solution .solutionBox .solutionDetailBox .right .keep .btn:hover .icon {
	transform: rotate(0);
}

.solution .solutionBox .solutionDetailBox .right .keep .btn:hover .icon i{
	color: #6178f6;
	background: #ffffff;
}

.rejuvenation {
	width: 100%;
	position: relative;
	background: url('../images/imgbg1.jpg') center no-repeat;
}

.rejuvenation .rejuvenationBox {
	width: 100%;
	padding: 1vw 10vw;
	overflow: hidden;
	margin-bottom: 3vw;
}

.rejuvenation .rejuvenationBox .f1 {
	width: 100%;
	position: relative;
}

.rejuvenation .rejuvenationBox .f1 .f1Icon {
	width: 62vw;
	position: absolute;
	pointer-events: none;
	left: 50%;
	top: -18vw;
	z-index: -1;
	transform: translate(-50%, 0);
	opacity: 0.7;
}

.rejuvenation .rejuvenationBox .f1 .f1Text {
	width: 100%;
	font-size: 2.5rem;
	line-height: 1.7;
	margin-bottom: 1vw;
	position: relative;
}

.rejuvenation .rejuvenationBox .f1 .f1Box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #6178f6;
	margin-top: 0vw;
	align-items: center;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .item {
	width: 25vw;
	border-radius: 3vw;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5vw 2vw 0.5vw 2vw;
	margin-bottom: 2vw;
	box-shadow: 0 0.5vw 5vw 0.5vw white;
	transform: scale(0);
	transition: 1s all ease-in-out;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .item:last-child{
	margin-bottom: 0;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .item .t {
	font-size: 1.5rem;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .item .nums {
	display: flex;
	font-weight: bold;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .item .nums .num {
	font-size: 4rem;
	margin-right: 0.5vw;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .item .nums .it {
	font-size: 2rem;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .active {
	transform: scale(1);
}

.rejuvenation .rejuvenationBox .f1 .f1Box .items {
	width: 30vw;
	height: 30vw;
	border-radius: 50%;
	align-items: center;
	display: block;
	text-align: center;
	background: url('../images/img36.png') center no-repeat;
	background-size: cover !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .items .t {
	font-size: 2rem;
	width: 100%;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .items .nums {
	display: flex;
	font-weight: bold;
	justify-content: center;
	position: relative;
	width: 100%;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .items .nums .num {
	font-size: 8rem;
	margin-right: 1vw;
}

.rejuvenation .rejuvenationBox .f1 .f1Box .items .nums .it {
	font-size: 2.5rem;
	position: absolute;
	right: 10vw;
	margin-top: 0vw;
}

.rejuvenation .rejuvenationBox .f2 {
	width: 100%;
	position: relative;
	padding: 3vw 0;
	padding-top: 0;
}

.rejuvenation .rejuvenationBox .f2 .tit {
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
}

.rejuvenation .rejuvenationBox .f2 .des {
	font-size: 1.5rem;
	text-align: center;
}

.rejuvenation .rejuvenationBox .f2 .f2Box {
	width: 100%;
	margin-top: 1vw;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2vw;
	border: 1px solid white;
	border-radius: 1vw;
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	padding: 2vw;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .time {
	color: #666666;
	margin-top: 3vw;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .time .day {
	font-weight: bold;
	font-size: 2rem;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .time .year {
	font-size: 1rem;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .imgBox {
	width: 26vw;
	height: 16vw;
	overflow: hidden;
	border-radius: 1vw;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 0.3s all ease-in-out;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox {
	width: 38vw;
	padding-top: 2vw;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .name {
	color: #666666;
	font-size: 2rem;
	font-weight: bold;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .tripBox {
	display: flex;
	margin-top: 2vw;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .tripBox .it {
	color: #999999;
	border: 1px solid #999999;
	border-radius: 5vw;
	font-size: 1.2rem;
	padding: 0.2vw 1vw;
	margin-right: 1vw;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .btn {
	width: 24vw;
	border-radius: 5vw;
	background: white;
	padding: 0.5vw 0.3vw 0.6vw 0.8vw;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 2vw;
	margin-top: 0.5vw;
	color: #333333;
	font-size: 1.2rem;
	transition: 0.3s all ease-in-out;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .btn .icon {
	margin-left: 0.5vw;
	position: absolute;
	right: 0.5vw;
	transform: rotate(-45deg);
	transition: 0.3s all ease-in-out;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .btn .icon i {
	background-color: #000000;
	border-radius: 50%;
	padding: 0.4vw;
	color: white;
	font-size: 1rem;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item:hover .imgBox .img {
	transform: scale(1.1);
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item:hover .textBox {
	color: #6178f6;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item:hover .textBox .btn {
	background-color: #6178f6;
	color: #94ffd5;
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item:hover .textBox .btn .icon {
	transform: rotate(0);
}

.rejuvenation .rejuvenationBox .f2 .f2Box .item:hover .textBox .btn .icon i {
	background: white;
	color: #6178f6;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail {
	width: 100%;
	position: relative;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .backBtn {
	position: absolute;
	left: -2vw;
	border-radius: 5vw;
	background: white;
	padding: 0.5vw 0.8vw 0.4vw 0.3vw;
	display: flex;
	justify-content: space-between;
	color: #333333;
	font-size: 1.2rem;
	transition: 0.3s all ease-in-out;
	cursor: pointer;
	align-items: center;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .backBtn p {
	margin-top: -0.2vw;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .backBtn .icon {
	transform: rotate(180deg);
	transition: 0.3s all ease-in-out;
	margin-right: 1vw;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .backBtn .icon i {
	background-color: #000000;
	border-radius: 50%;
	padding: 0.4vw;
	color: white;
	font-size: 1rem;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox {
	width: 70vw;
	margin: 0 auto;
	border-radius: 2vw;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.5);
	padding: 3vw;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .tit {
	font-size: 2rem;
	font-weight: bold;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .name {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 2vw 0;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .name span {
	font-weight: normal;
	margin-right: 1vw;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .des {
	width: 100%;
	padding: 2vw 0;
	font-size: 1.2rem;
	line-height: 1.7;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .end {
	text-align: center;
	color: #999999;
	font-size: 1rem;
	position: relative;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .end::before {
	content: '';
	position: absolute;
	width: 21vw;
	left: 0;
	margin-top: 0.5vw;
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .end::after {
	content: '';
	position: absolute;
	width: 21vw;
	right: 0;
	margin-top: 0.5vw;
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .btn {
	width: 250px;
	border-radius: 5vw;
	background: white;
	padding: 10px 10px 10px 35px;
	display: flex;
	position: relative;
	color: #333333;
	margin: 2vw auto 0 auto;
	font-size: 1.2rem;
	transition: 0.3s all ease-in-out;
	line-height: 30px;
	justify-content: space-between;
	cursor: pointer;
}

.form_box{
	width: 600px;
	height: auto;
	position: absolute;
	border: 1px solid white;
	border-radius: 1vw;
	padding: 2vw;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .btn .icon {
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: 0.3s all ease-in-out;
	background-color: #000000;
	color: white;
	font-size: 14px;
	border-radius: 50%;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .btn .icon i {
	transform: rotate(-45deg);
	display: block;
	transition: all .4s;
}
.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .btn:hover{
	background: #6178f6;
	color: #ffffff;
}
.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .btn:hover .icon i{
	transform: rotate(0deg);
}
.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .btn:hover .icon{
	background: #ffffff;
	color: #000000;
}

.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .btn:hover .icon {
	transform: rotate(0);
}



.rejuvenation .bannerVideo video {
	height: 120%;
}

.rejuvenation .bannerVideo.re video{
	height: auto;
	width: 105%;
	position: relative;
	left: -2.5%;
}

.vbos{
	width: 100%;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
}

.pc {
	display: block;
}

.mobile {
	display: none;
}

@media screen and (max-width: 1660px) {
	footer .text {
		flex: 2;
	}

	.bannerVideo .bannerT {
		font-size: 10rem;
	}

	.bannerImg .bannerT {
		font-size: 10rem;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Box .items {
		margin-top: -4vw;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Box .items .nums .it {
		right: 9vw;
	}

	.rejuvenation .bannerVideo video {
		/*height: 125%;*/
	}
}

@media screen and (max-width: 1440px) {
	.objective .objectiveBox .f2 .f2Box .item .text .num {
		font-size: 11rem;
	}

	.objective .objectiveBox .f2 .f2Box .item .text .name {
		font-size: 2.5rem;
	}

	.solution .solutionBox .f2 .f2Box .item .text .num {
		font-size: 4rem;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Box .items {
		width: 36vw;
		height: 36vw;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Box .items .nums .it {
		right: 8vw;
	}
	.rejuvenation .rejuvenationBox .rejuvenationDetail .backBtn{
		left: -3vw;
	}
	
	#dot1 {
		top: 42.25%;
		left: 38%;
	}
	
	#dot2 {
		top: 41.5%;
		left: 45.25%;
	}
	
	#dot3 {
		top: 43.5%;
		left: 52.65%;
	}
	
	#dot4 {
		top: 36%;
		left: 26.9%;
	}
	
	#dot5 {
		top: 51.5%;
		left: 38.65%;
	}
	
	#dot6 {
		top: 45.5%;
		left: 58.15%;
	}
	#dot7 {
		top: 42.5%;
		left: 9.15%;
	}
	
	#dot8 {
		top: 42%;
		left: 48.35%;
	}
	
	#dot9 {
		top: 42.5%;
		left: 55.65%;
	}
	
	#dot10 {
		top: 48.5%;
		left: 45.35%;
	}
	
	#dot11 {
		top: 42.5%;
		left: 32.4%;
	}
	
}

@media screen and (max-width: 1366px) {
	.solution .solutionBox .f2 .f2Box .item .text .name {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 900px) {
	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.menu .icon {
		width: 12vw;
	}

	.menu .icon::after {
		width: 15vw;
		height: 15vw;
		left: -1.5vw;
		top: -1.5vw;
	}

	footer {
		display: block;
		padding: 10vw 5vw;
		font-size: 1rem;
	}

	footer .text .info {
		margin: 3vw 0;
	}

	footer .text .address {
		line-height: 1.7;
	}

	footer .emailBox .email {
		width: 52vw;
		padding: 1.3vw 0 1.4vw 0.8vw;
		margin-left: 3vw;
		margin-top: 0;
	}

	footer .emailBox .email .icon i {
		padding: 1.5vw;
	}

	.index .cloudy a {
		height: 10vw;
	}

	.bannerVideo {
		width: 100%;
		height: 55vw;
		left: 0;
		padding-top: 0;
		border-radius: 0;
	}

	.bannerVideo video {
		border-radius: 0;
	}

	.bannerVideo .bannerT {
		font-size: 2.5rem;
		letter-spacing: .5rem;
	}

	.bannerImg {
		width: 100%;
		height: 55vw;
		left: 0;
		padding-top: 0;
		border-radius: 0;
	}

	.bannerImg .bannerT {
		font-size: 3rem;
		letter-spacing: .5rem;
	}

	.mission .f1 {
		padding: 15vw 5vw;
		background: url(../images/imgbg1.jpg) center no-repeat;
	}

	.mission .f1 .textBox {
		width: 100%;
		position: relative;
		padding: 5vw;
		margin-top: 0;
	}

	.mission .f1 .textBox .tit {
		font-size: 3rem;
	}

	.mission .f1 .textBox .des {
		font-size: 1rem;
	}

	.mission .f1 .imgBox {
		width: 100%;
		height: 120vw;
		margin-top: 10vw;
	}

	.mission .f1 .f1Icon {
		width: 35vw;
		top: 5vw;
	}

	.menu .Rejuvenation {
		width: 40vw;
		height: 40vw;
	}

	.menu .menuBox {
		width: 115vw;
		height: 115vw;
	}

	.menu .circleBox {
		width: 105vw;
		height: 105vw;
	}

	.three-container {
		width: 110vw;
		height: 110vw;
	}

	.menu .circleBox .circle .nav-text {
		font-size: 3.5vw;
	}

	.instght .instghtBox .f1 {
		padding: 10vw 5vw;
		display: block;
	}

	.instght .instghtBox .f1 .text {
		width: 100%;
		font-size: 1.2rem;
	}

	.instght .instghtBox .f1 .searchBox {
		width: 100%;
		margin-top: 5vw;
		padding: 0 0 0 5vw;
		border-radius: 5vw;
	}

	.instght .instghtBox .f1 .searchBox .icon {
		padding: 2vw;
	}

	.instght .instghtBox .f1 .searchBox .icon i {
		padding: 2vw;
	}

	.instght .instghtBox .f2 {
		padding: 0 5vw 10vw 5vw;
		display: block;
	}

	.instght .instghtBox .item {
		width: 100%;
		margin-bottom: 10vw;
	}

	.instght .instghtBox .item .imgBox {
		height: 50vw;
	}

	.instght .instghtBox .item .textBox {
		height: auto;
		padding: 3vw;
	}

	.instght .instghtBox .item .textBox .name {
		font-size: 1.2rem;
	}

	.instght .instghtBox .item .textBox .trip {
		position: relative;
		bottom: 0;
		margin: 5vw 0;
	}

	.instght .instghtBox .item .textBox .btn {
		width: 100%;
		position: relative;
		bottom: 0;
		padding: 0.5vw 0.3vw 1.6vw 0.8vw;
	}

	.instght .instghtBox .item .textBox .btn .icon i {
		padding: 1.5vw;
	}

	.instght .instghtBox .instghtDetail {
		padding: 10vw 5vw;
	}

	.instght .instghtBox .instghtDetail .backBtn {
		left: 5vw;
		top: 5vw;
		padding: 1.5vw 3.3vw 0.6vw 0.8vw;
		font-size: 1rem;
	}

	.instght .instghtBox .instghtDetail .backBtn .icon i {
		padding: 1.5vw;
	}

	.instght .instghtBox .instghtDetail .backBtn .icon {
		margin-right: 2vw;
	}

	.instght .instghtBox .instghtDetail .backBtn p {
		margin-top: -0.5vw;
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox {
		width: 100%;
		padding: 0vw;
		margin-top: 10vw;
		border: none;
		background: transparent;
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox .tit {
		font-size: 1.5rem;
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox .name {
		font-size: 1rem;
		margin: 5vw 0;
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox .des {
		padding: 5vw 0;
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox {
		display: block;
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .previous {
		width: 100%;
		padding: 5vw;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .next {
		width: 100%;
		padding: 5vw;
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .previous .text {
		width: 100%;
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .previous .icon {
		display: none;
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .next .text {
		width: 100%;
	}

	.instght .instghtBox .instghtDetail .instghtDetailBox .pnBox .next .icon {
		display: none;
	}

	.news .newsBox {
		padding: 10vw 5vw;
		background: url(../images/imgbg1.jpg) center no-repeat;
	}

	.news .newsBox .f1 {
		font-size: 1.2rem;
	}

	.news .newsBox .f2 {
		padding: 5vw;
	}

	.news .newsBox .f2 .text {
		font-size: 1.2rem;
	}

	.strategy .strategyBox {
		padding: 10vw 5vw;
		background: url(../images/imgbg1.jpg) center no-repeat;
	}

	.strategy .strategyBox .f1 {
		width: 100%;
		font-size: 1.2rem;
	}

	.strategy .strategyBox .f2 {
		margin-top: 10vw;
		padding: 5vw;
		height: 60vw;
	}

	.team .teamBox {
		padding: 10vw 5vw;
		background: url(../images/bg2.jpg) center repeat;
	}

	.team .teamBox .f1 {
		width: 100%;
		font-size: 1.2rem;
	}

	.team .teamBox .f2 {
		display: block;
		margin: 10vw 0;
		margin-top: 0;
	}

	.team .teamBox .f2 .imgBox {
		width: 100%;
		height: 70vw;
	}

	.team .teamBox .f2 .textBox {
		width: 100%;
		margin-top: 5vw;
	}

	.team .teamBox .f2 .textBox .t {
		font-size: 1.5rem;
	}

	.team .teamBox .f2 .textBox .d {
		font-size: 1.2rem;
	}

	.team .teamBox .f2 .textBox .des {
		font-size: 1rem;
		margin-top: 5vw;
		padding: 5vw 0;
	}

	.team .teamBox .f3 {
		display: block;
	}

	.team .teamBox .f3 .item {
		width: 100%;
		margin-top: 10vw;
		padding: 5vw;
	}

	.team .teamBox .f3 .item .headBox .img {
		width: 25vw;
		height: 38vw;
		margin-top: 0;
	}

	.team .teamBox .f3 .item .headBox .text {
		width: 50vw;
	}

	.team .teamBox .f3 .item .headBox .text .name {
		font-size: 1.5rem;
	}

	.team .teamBox .f3 .item .headBox .text .d {
		font-size: 1.2rem;
	}

	.team .teamBox .f3 .item .des {
		font-size: 1rem;
		margin-top: 5vw;
	}

	.team .teamBox .f3 .item:nth-child(2n) {
		top: 0;
	}

	.objective .objectiveBox {
		padding: 10vw 5vw;
	}

	.objective .objectiveBox .f1 {
		width: 100%;
		font-size: 1.2rem;
	}

	.objective .objectiveBox .f1 .f1Icon {
		z-index: 1;
	}

	.objective .objectiveBox .f2 .f2Tab .tab {
		font-size: 1rem;
		text-align: center;
		padding: 2vw 5vw;
		margin-bottom: 3vw;
	}

	.objective .objectiveBox .f2 .f2Box .item {
		display: block;
		width: 100%;
		padding: 5vw;
	}

	.objective .objectiveBox .f2 .f2Box .item .text {
		width: 100%;
	}

	.objective .objectiveBox .f2 .f2Box .item .text .num {
		font-size: 3rem;
	}

	.objective .objectiveBox .f2 .f2Box .item .text .name {
		font-size: 1.5rem;
	}

	.objective .objectiveBox .f2 .f2Box .item .text .btnBox .btn {
		font-size: 1rem;
		border-radius: 1vw;
		margin-top: 0;
	}

	.objective .objectiveBox .f2 .f2Box .item .imgBox {
		width: 100% !important;
		height: 50vw !important;
		margin: 5vw 0;
	}

	.objective .objectiveBox .f2 .f2Box .item.active .text {
		width: 100%;
	}

	.objective .objectiveBox .f2 .f2Box .item .text .desBox,.objective .objectiveBox .f2 .f2Box .item .text .desBox span{
		font-size: 1rem !important;
	}

	.objective .objectiveBox .f2 .f2Box .item.active .text .desBox {
		margin: 3vw 0;
	}

	.solution .solutionBox {
		padding: 10vw 5vw;
	}

	.solution .solutionBox .f1 {
		width: 100%;
		font-size: 1.2rem;
	}

	.solution .solutionBox .f2 {
		margin-top: 10vw;
	}

	.solution .solutionBox .f2 .f2Box .item {
		display: block;
		margin-bottom: 10vw;
	}

	.solution .solutionBox .f2 .f2Box .item .text {
		width: 100%;
	}

	.solution .solutionBox .f2 .f2Box .item .text .num {
		font-size: 3rem;
	}

	.solution .solutionBox .f2 .f2Box .item .text .name {
		font-size: 1.5rem;
	}

	.solution .solutionBox .f2 .f2Box .item .text .des {
		font-size: 1rem;
	}

	.solution .solutionBox .f2 .f2Box .item .text .tirpBox {
		padding: 3vw 0;
	}

	.solution .solutionBox .f2 .f2Box .item .text .tirpBox .its {
		padding: 2.5vw 0;
	}

	.solution .solutionBox .f2 .f2Box .item .text .tirpBox .its .it {
		font-size: 1rem;
	}

	.solution .solutionBox .f2 .f2Box .item .text .tirpBox .its .icon {
		width: 7vw;
	}

	.solution .solutionBox .f2 .f2Box .item .text .btnBox {
		position: relative;
		bottom: 0;
	}

	.solution .solutionBox .f2 .f2Box .item .text .btnBox .btn {
		font-size: 1rem;
		border-radius: 1vw;
	}

	.solution .solutionBox .f2 .f2Box .item .imgBox {
		width: 100%;
		height: 50vw;
		margin-top: 5vw;
	}

	.solution .solutionBox .solutionDetailBox {
		display: block;
	}

	.solution .solutionBox .solutionDetailBox .left {
		width: 100%;
		padding: 5vw;
	}

	.solution .solutionBox .solutionDetailBox .left .tit {
		font-size: 1.5rem;
	}

	.solution .solutionBox .solutionDetailBox .left .des {
		font-size: 1rem;
	}

	.solution .solutionBox .solutionDetailBox .right {
		width: 100%;
		margin-top: 10vw;
	}

	.solution .solutionBox .solutionDetailBox .right .tit {
		font-size: 2rem;
	}

	.solution .solutionBox .solutionDetailBox .right #form {
		padding: 5vw;
		margin-top: 5vw;
	}

	.solution .solutionBox .solutionDetailBox .right #form .input {
		margin-bottom: 3vw;
	}

	.solution .solutionBox .solutionDetailBox .right #form .input input {
		font-size: 1rem;
		padding: 3vw;
	}

	.solution .solutionBox .solutionDetailBox .right #form .textarea {
		margin-bottom: 5vw;
	}

	.solution .solutionBox .solutionDetailBox .right #form .textarea textarea {
		height: 20vw;
		font-size: 1rem;
		padding: 3vw;
	}

	.solution .solutionBox .solutionDetailBox .right #form .submit {
		font-size: 1rem;
		padding: 2vw 0;
	}

	.solution .solutionBox .solutionDetailBox .right .keep {
		padding: 5vw;
		margin-top: 5vw;
	}

	.solution .solutionBox .solutionDetailBox .right .keep .d {
		font-size: 1rem;
	}

	.solution .solutionBox .solutionDetailBox .right .keep .btn {
		width: 100%;
		margin-top: 3vw;
		font-size: 1rem;
		padding: 1.5vw 0.3vw 1.7vw 3vw;
	}

	.solution .solutionBox .solutionDetailBox .right .keep .btn .icon i {
		padding: 1.5vw;
	}

	.vision .f1 {
		padding: 10vw 5vw;
	}

	.vision .f1 .textBox {
		padding: 5vw;
	}

	.vision .f1 .textBox .tit {
		font-size: 3rem;
	}

	.vision .f1 .textBox .des {
		width: 100%;
		font-size: 1rem;
	}

	footer .emailBox {
		top: initial;
		margin-top: 3vw;
		display: flex;
		align-items: center;
	}

	footer .info {
		margin-top: 5vw;
	}

	footer .footerInfo {
		text-align: left;
	}

	.rejuvenation .rejuvenationBox {
		padding: 10vw 5vw;
	}

	.rejuvenation .rejuvenationBox .f1 {
		margin-top: 0;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Box {
		display: block;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .item {
		transform: scale(1);
	}

	.rejuvenation .rejuvenationBox .f1 .f1Icon {
		z-index: 1;
		top: -10vw;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Box .items {
		width: 85vw;
		height: 85vw;
		margin: -10vw auto 0 auto;
		padding-top: 0vw;
	}
	
	.rejuvenation .rejuvenationBox .f1 .f1Box .items .t {
		font-size: 1.5rem;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Box .items .nums .num {
		font-size: 5rem;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Box .items .nums .it {
		right: 20vw;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .item {
		width: 100%;
		margin-bottom: 5vw;
		background: rgba(255, 255, 255, 0.3);
		padding: 1vw 5vw;
	}

	.rejuvenation .rejuvenationBox .f2 {
		padding: 10vw 0;
	}

	.rejuvenation .rejuvenationBox .f2 .tit {
		font-size: 3rem;
	}

	.rejuvenation .rejuvenationBox .f2 .des {
		font-size: 1.2rem;
	}

	.rejuvenation .rejuvenationBox .f2 .f2Box .item {
		display: block;
		margin-top: 10vw;
		padding: 5vw;
	}

	.rejuvenation .rejuvenationBox .f2 .f2Box .item .time {
		display: none;
	}

	.rejuvenation .rejuvenationBox .f2 .f2Box .item .imgBox {
		width: 100%;
		height: 50vw;
	}

	.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox {
		width: 100%;
		padding-top: 5vw;
	}

	.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .name {
		font-size: 1.5rem;
	}

	.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .tripBox {
		margin-top: 3vw;
	}

	.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .tripBox .it {
		font-size: 1rem;
		padding: .5vw 2vw;
		margin-right: 2vw;
	}

	.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .btn {
		width: 100%;
		position: relative;
		bottom: 0;
		margin-top: 5vw;
		padding: 0.5vw 0.3vw 1.6vw 0.8vw;
	}

	.rejuvenation .rejuvenationBox .f2 .f2Box .item .textBox .btn .icon i {
		padding: 1.5vw;
	}

	.rejuvenation .rejuvenationBox .rejuvenationDetail .backBtn {
		left: 0;
		top: -13vw;
		padding: 1.5vw 3.3vw 0.6vw 0.8vw;
		font-size: 1rem;
	}

	.rejuvenation .rejuvenationBox .rejuvenationDetail .backBtn .icon i {
		padding: 1.5vw;
	}

	.rejuvenation .rejuvenationBox .rejuvenationDetail .backBtn .icon {
		margin-right: 2vw;
	}

	.rejuvenation .rejuvenationBox .rejuvenationDetail .backBtn p {
		margin-top: -0.5vw;
	}

	.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox {
		width: 100%;
		padding: 5vw;
		margin-top: 10vw;
	}

	.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .tit {
		font-size: 1.5rem;
	}

	.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .name {
		font-size: 1rem;
		margin: 5vw 0;
	}

	.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .des {
		padding: 5vw 0;
	}

	.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .btn {
		width: 200px;
		padding: 1vw 5vw;
		justify-content: center;
		gap: 2vw;
	}

	.rejuvenation .rejuvenationBox .rejuvenationDetail .rejuvenationDetailBox .btn .icon i {
		padding: 0vw;
	}

	footer .footerInfo .totalBox {
		font-size: 14px;
		margin: 3vw 0;
	}

	.index .cloudy {
		height: auto;
		position: initial;
	}

	.index .cloudy a {
		opacity: 1;
		-webkit-filter: initial;
		left: 50%;
		bottom: 5%;
		right: initial;
		transform: translate(-50%, 0);
	}

	.index .videoBoxs .img {
		width: 100%;
		height: 100%;
		position: relative;
		background-size: cover !important;
	}

	.index .videoBoxs .img .play {
		font-size: 52px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: white;
	}

	.vlightBox {
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0%;
		top: 0%;
		z-index: 200;
		background: rgba(0, 0, 0, .5);
		backdrop-filter: blur(15px);
		padding: 0px 0%;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		-webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
		visibility: hidden;
		opacity: 0;
	}

	.inner-player video {
		display: block;
		width: 90%;
		height: auto;
		border-radius: 5px;
	}

	.pro_close {
		width: 50px;
		height: auto;
		line-height: 60px;
		text-align: center;
		padding: 17px;
		position: absolute;
		right: 5%;
		top: 5%;
		border-radius: 50%;
		cursor: pointer;
		color: white;
		font-size: 36px;
		-webkit-transition: all .35s;
	}

	.pro_close img {
		opacity: 1;
	}

	.vlightBox.active {
		opacity: 1;
		visibility: visible;
	}

	.inner-player {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.RejuvenationIcon{
		width: 40vw;
		height: 40vw;
	}
	.RejuvenationIcon .dot{
		border-width: 1px;
		filter: blur(4px);
	}
	
	.RejuvenationIcon .dot9{
		width: 10px;
		height: 10px;
	}
	
	.RejuvenationIcon .dot9N{
		width: 10px;
		height: 10px;
	}
	
	.rejuvenation .rejuvenationBox .f1 .f1Text {
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 5vw;
	}

	.rejuvenation .rejuvenationBox .f1 .f1Text span {
		font-size: 16px !important;
	}
	.report_btn{
		padding: 10px 20px;
		gap: 8px;
	}
	.report_btn p{
		font-size: 16px;
	}
	.report_btn .icon{
		font-size: 12px;
		height: 20px;
		top: 2px;
		width: 20px;
		line-height: 20px;
	}
	.vision .f1 .textBox .des p,.vision .f1 .textBox .des span,.solution .solutionBox .f2 .f2Box .item .text .des p,.solution .solutionBox .f2 .f2Box .item .text .des span,.news .newsBox .f2 .text p,.news .newsBox .f2 .text span{
		font-size: 1rem !important;
	}
	.objective .objectiveBox .f1 .des p,.objective .objectiveBox .f1 .des span,.strategy .strategyBox .f1 .des span,.strategy .strategyBox .f1 .des p{
		font-size: 1.5rem !important;
		word-wrap: break-word;
	}
	.form_box{
		width: 90%;
		padding: 5vw;
	}
	.formtit{
		font-size: 2rem;
	}
	.reClose{
		right: 0;
	}
	#form{
		margin-top: 2vw;
		padding-bottom: 0;
	}
	#form .input input{
		line-height: 40px;
		padding: 0px 10px;
		font-size: 14px;
	}
	#form .input{
		margin-bottom: 10px;
	}
	#form .submit{
		margin-top: 3vw;
	}
	.news .newsBox .f1 .des{
		margin-bottom: 5vw;
	}
	.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .item .nums .num{
		font-size: 3rem;
	}
	.rejuvenation .rejuvenationBox .f1 .f1Box .itemBox .item .t {
	    font-size: 1.15rem;
	}
	.icon_musch{
		display: none;
	}
	.instght .instghtBox{
		gap: 0;
	}
	.instght .instghtBox.instflex .item {
	    margin-bottom: 10vw;
	}
}