.view {
	background: linear-gradient(to right, #000, #030014, #000) ;
	color: #fff;
}
.menu {
	position: absolute;
}
.aurora-container {
  width: 100%;
  height: 100%;
}

.banner {
	/* background: url(../images/lamrit-bg.png);
	background-position: center 100%;
	background-size: auto 100%;
	background-repeat: no-repeat; */
	background-color: #030014;
	position: relative;
	z-index: 1;
	/* animation: gradientAnimation 2s; */ /* 动画持续时间和循环 */
}
.banner::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: url('../images/lamrit-bg.png');
	background-position: center 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: -1;
	animation: fillBackground 3.5s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
}

@keyframes fillBackground {
	to {
		height: 100%;
	}
}
.menu-list {
	justify-content: space-between;
	margin-bottom: unset;
}
.menu-name {
	font-size: 20px;
	margin-bottom: unset;
	color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
}
.menu-icon {
	padding: 10px 22px;
	background: linear-gradient(to right, rgba(229, 156, 255, 0.24), rgba(208, 156, 255, 0.24), rgba(156, 178, 255, 0.24));
	display: flex;
	justify-content: center;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
}
.lang {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.menu-icon span{
	background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
.lang-list {
	position: absolute;
	right: 36px;
	top: 100%;
	padding: 5px 0px;
	transition: 0.5s;
	height: 0px;
	overflow: hidden;
}
.p-lang-list {
	position: absolute;
	top: 45px;
	padding: 5px 0px;
	transition: 0.5s;
	height: 0px;
	overflow: hidden;
}
.lang-list-hide {
	
}
.lang-list-name {
	text-align: right;
	padding: 5px 0px;
}
.p-lang-list-name {
	text-align: left;
	padding: 5px 0px;
}
.banner-title {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 70px;
	font-weight: 800;
}
.banner-title div{
	/* background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	bottom: unset;
	text-align: center; */
	text-align: center;
	color: #fff;
	white-space: nowrap;
}
.pro {
	width: 75%;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
}
.pro-list-bg {
	width: 22%;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.03);
	padding: 1px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	/* overflow: hidden; */
	cursor: pointer;
	position: relative;
	z-index: 1;
	display: none;
}
.list-name {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	cursor: pointer;
}
.pro-xing {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}
.pro-xing-cai {
	width: 25px;
	height: 25px;
	margin-right: 15px;
	display: none;
}
.pro-list {
	/* border: 9px solid rgba(255, 255, 255, 0.03); */
	border-radius: 22px;
	padding: 25px 20px;
	/* box-shadow: inset 0px 0px 0px 9px rgba(255, 255, 255, 0.9); */
	border: 1px solid rgba(255, 255, 255, 0.1);
	/* background-color: rgba(255, 255, 255, 0.3); */
	background: radial-gradient(50.00% 72.00% at 50% 0%,rgba(168, 127, 255, 0.04),rgba(168, 127, 255, 0));
	backdrop-filter: blur(5px);
	cursor: pointer;
	position: relative;
}
.pro-list-bg-h {
	height: 100%;
	position: absolute;
	border-radius: 22px;
	width: 100%;
	top: 0;
	left: 0;
	/* background: linear-gradient(135deg, #FA5FFF, #8F68FF, #487BFF, #2CD9FF, #2CFFCC);
	background-size: 200% 200%; */
	z-index: -1;
	display: none;
	/* animation: breathing 8s ease-in-out infinite; */
}
@property --pro {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.pro-list-bg-h::after,
.pro-list-bg-h::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5px;
  z-index: -1;
  /* background-image: conic-gradient(from var(--angle), #FC72FF, #8F68FF, #487BFF, #2CD9FF, #2CFFCC, #487BFF, #FC72FF); */
  background-image: conic-gradient(from var(--pro), #E500FF, #fd7893, #ff9D00, #cdffd5, #00AAFF, #3181ff, #6320FF, #b136ff, #E500FF);
  border-radius: 22px;
  box-sizing: content-box;
  animation: proflow 6s linear infinite;
}

.pro-list-bg-h::before {
  filter: blur(1.5rem);
  opacity: 0.8;
}
@keyframes proflow {
  0% {
    --pro: 0deg;
  }
  100% {
    --pro: 360deg;
  }
}
.pro-list-bg:hover {
	/* box-shadow: unset; */
	/* border-image: linear-gradient(to right, #FA5FFF, #8F68FF, #487BFF, #2CD9FF, #2CFFCC); */
	/* background: linear-gradient(45deg, #FA5FFF, #8F68FF, #487BFF, #2CD9FF, #2CFFCC);
	background-size: 100% 100%; */
	/* background-clip: padding-box; */
	/* animation: prodh 5s linear infinite; */
	/* border-image-slice: 1; */ /* 确保整个边框都应用了渐变 */
	.pro-list-bg-h {
		display: block;
	}
	.pro-list {
		background-color: #030014;
	}
	.list-name .pro-xing {
		display: none;
	}
	.list-name .pro-xing-cai {
		display: block;
	}
	.list-name span{
		background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
}
@keyframes breathing {
      0%, 100% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
}
/* @keyframes gradientAnimation {
    0% { border-image-source: linear-gradient(45deg, #FA5FFF, #8F68FF, #487BFF, #2CD9FF, #2CFFCC); }
	20% { border-image-source: linear-gradient(45deg, #8F68FF, #487BFF, #2CD9FF, #2CFFCC, #FA5FFF); }
	40% { border-image-source: linear-gradient(45deg, #487BFF, #2CD9FF, #2CFFCC, #FA5FFF, #8F68FF); }
	60% { border-image-source: linear-gradient(45deg, #2CD9FF, #2CFFCC, #FA5FFF, #8F68FF, #487BFF); }
	80% { border-image-source: linear-gradient(45deg, #2CFFCC, #FA5FFF, #8F68FF, #487BFF, #FA5FFF); }
    100% { border-image-source: linear-gradient(45deg, #FA5FFF, #8F68FF, #487BFF, #2CD9FF, #2CFFCC); }
} */

.list-desc {
	height: 200px;
	overflow-y: auto;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.list-desc-up-scroll {
	position: absolute;
	top: 0;
	animation: scroll 10s linear infinite;
}
@keyframes scroll {
  0% { top: 0; }
  100% { top: -100%; }
}
.background {
	width: 100%;
	margin-top: 30px;
	/* background: url(../images/26010801.png);
	background-position: center;
	background-size: auto auto;
	background-repeat: no-repeat; */
	padding: 20px 0px 0px 0px;
	position: relative;
	z-index: 1;
}
.background-dh {
	width: 100%;
	margin-top: 30px;
	padding: 20px 0px 0px 0px;
	position: relative;
	z-index: 1;
}
.background-dh::after {
	content: '';
	width: 30%;
	position: absolute;
	height: 100%;
	bottom: -100%;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/26010801.png);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: -1;
	animation: bgdh 3.5s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
}
@keyframes bgdh {
  to { bottom: 0; }
}
.bg-name {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 80px;
	text-align: center;
	/* background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text; */
	color: #fff;
	font-size: 70px;
}
.bg-list {
	width: 80%;
	background-color: #000;
	margin: auto;
	/*display: flex;*/
	/*justify-content: space-between;*/
	padding-top: 40px;
	padding-bottom: 50px;
}
.list-cont {
	width: 40%;
}
.bg-list p {
    font-size: 14px;
	color: #EFEDFD;
	opacity: 0.7;
	margin-top: 10px;
	text-align: center;
	line-height: 1.5;
}
.bg-list-name {
	width: 100%;
}
.list-name-icon {
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.list-name-text {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.list-content {
	font-size: 14px;
	color: #EFEDFD;
	opacity: 0.7;
	margin-top: 45px;
	text-align: center;
}
.mission {
	width: 100%;
	background-color: #000;;
	padding: 40px 0px 50px;
	position: relative;
	z-index: 2;
}
.miss-1 {
	width: 80%;
	margin: auto;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.01);
	padding: 2px;
}
.miss-2 {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.01);
	padding: 40px 0px 50px;
	position: relative;
	z-index: 1;
}
.vision {
	display: flex;
	width: 100%;
}
.vision-left {
	width: 50%;
}
.vision-right {
	width: 50%;
	max-height: 550px;
	overflow: hidden;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
}
.v-icon {
	width: 80%;
	margin: auto;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
.xing {
	margin-right: 5px;
}
.v-name {
	width: 80%;
	margin: auto;
	font-size: 50px;
	background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
.v-desc {
	width: 80%;
	margin: auto;
	margin-top: 40px;
	font-size: 14px;
	color: #ADADAD;
}
.sw-but {
	left: 5%;
	bottom: 70px;
}
.hide {
	display: none;
}
.business {
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
	display: block;
	/* background: url(../images/bus-bg.png);
	background-position: center center;
	background-size: 20% auto;
	background-repeat: no-repeat; */
}
.business-dh {
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
}
.business-dh::after {
	content: '';
	width: 20%;
	position: absolute;
	height: 300px;
	top: 800px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/bus-bg.png);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: -1;
	animation: businessdh 2.5s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
}
@keyframes businessdh {
  to { top: 150px; }
}
.bu-name {
	text-align: center;
	/* background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text; */
	color: #fff;
	font-size: 70px;
}
.bu-text {
	width: 80%;
	margin: auto;
	margin-top: 20px;
	font-size: 14px;
}
.bu-text p {
	text-align: center;
	background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 14px;
	line-height: 1.5;
}
.brand-list {
	width: 80%;
	margin: auto;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.brand-cont {
	width: 22%;
	flex-shrink: 0;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.03);
	padding: 1px 1px;
	cursor: pointer;
	position: relative;
	display: flex;
}
.brand-cont-dian {
	width: 22%;
	flex-shrink: 0;
	border-radius: 15px;
	/* background: linear-gradient(to right, #FC72FF, #8F68FF, #487BFF, #2CD9FF, #2CFFCC, #FC72FF);
	background-size: 400% 400%; */
	padding: 1px;
	/* border: 2px solid transparent; */ /* 初始设置为透明 */
	position: relative;
	cursor: pointer;
	background-color: #000;
	z-index: 1;
	display: flex;
	/* animation: border-flow 5s linear infinite; */
}
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.brand-cont-dian::after,
.brand-cont-dian::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1px;
  z-index: -1;
  /* background-image: conic-gradient(from var(--angle), #FC72FF, #8F68FF, #487BFF, #2CD9FF, #2CFFCC, #487BFF, #FC72FF); */
  background-image: conic-gradient(from var(--angle), #E500FF, #fd7893, #ff9D00, #cdffd5, #00AAFF, #3181ff, #6320FF, #b136ff, #E500FF);
  border-radius: 15px;
  box-sizing: content-box;
  animation: flow 6s linear infinite;
}

.brand-cont-dian::before {
  filter: blur(1.2rem);
  opacity: 0.8;
}

@keyframes flow {
  0% {
    --angle: 0deg;
  }
  100% {
    --angle: 360deg;
  }
}
@keyframes GradientFlow {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}
.brand-cont-nei {
	width: 100%;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	/* background-color: rgba(255, 255, 255, 0.3); */
	background: radial-gradient(50.00% 72.00% at 50% 0%,rgba(168, 127, 255, 0.04),rgba(168, 127, 255, 0));
	backdrop-filter: blur(5px);
	display: flex;
}
.brand-cont-nei-dian {
	width: 100%;
	border-radius: 14px;
	background-color: #000;
	display: flex;
}
.brand-img {
	width: 100%;
	padding: 25px 0px;
	display: flex;
	justify-content: center;
}
.brand-img img {
	width: auto;
	height: 50px;
}
.brand-text {
	margin-top: 5px;
	padding: 10px 15px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
}
.brand-desc {
	width: 80%;
	margin: auto;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}
.brand-desc .swiper {
	overflow: unset;
}
.brand-img-list {
	width: 100%;
	max-width: 900px;
	margin: auto;
	height: 170px;
	border-radius: 10px;
}
.brand-img-list .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
}
.desc-text {
	width: 70%;
	margin: auto;
	margin-top: 40px;
	text-align: center;
	background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 14px;
}
.desc-text p{
	line-height: 1.5;
}
.left-bg {
	width: 10%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
	z-index: 2;
}
.right-bg {
	width: 10%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
	z-index: 2;
}
.about {
	width: 100%;
	background-color: #000;;
	padding: 90px 0px 40px;
	position: relative;
	z-index: 2;
	color: #fff;
}
.about-1 {
	width: 80%;
	margin: auto;
	overflow: hidden;
	border-radius: 24px;
	background: rgba(134, 191, 242, 0.1);
	padding: 3px;
	margin-top: 65px;
}
.about-2 {
	overflow: hidden;
	border-radius: 24px;
	background: rgba(0, 0, 0, 1);
	padding: 40px 0px 50px;
	position: relative;
	z-index: 1;
}
.about-txt {
	width: 85%;
	color: #fff;
	text-align: center;
	margin: auto;
	margin-top: 35px;
	font-size: 14px;
}
.about-txt p {
	line-height: 1.5;
}
.future {
	width: 100%;
	margin-top: 80px;
}
.future-text {
	width: 60%;
	margin: auto;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.future-text p {
	line-height: 1.5;
	text-align: center;
	background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 14px;
}
.future-list {
	width: 90%;
	margin-top: 60px;
	margin-left: 10%;
	display: flex;
	overflow: hidden;
	transition: 0.5s;
	justify-content: left;
}
.future-cont {
	width: 26%;
	margin-right: 20px;
	flex: 0 0 auto;
	position: relative;
}
.future-img {
	width: 100%;
}
.future-title {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.future-tips {
	margin-top: 20px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 25px;
}
.future-logo {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.future-title p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-left: 15px;
	margin-right: 15px;
}
.future-foot {
	width: 80%;
	margin: auto;
	margin-top: 40px;
	position: relative;
}
.future-foot-text {
	width: 50%;
	background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 14px;
	line-height: 1.5;
}
.future-but {
	left: unset;
	right: 0px;
	bottom: 0px;
}
.foot {
	width: 80%;
	margin: auto;
	margin-top: 80px;
	/* border-top: 1px solid rgba(239, 237, 253, 0.6); */
	display: flex;
	padding-top: 30px;
	padding-bottom: 40px;
	/* align-items: center; */
	position: relative;
}
.sendmail {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	display: none;
}
.p-email {
	width: 200px;
	outline: none;
	border: 1px solid rgba(243, 238, 255, 0.08);
	background-color: unset;
	border-radius: 8px;
	padding: 8px 10px;
	box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.08);
	background: linear-gradient(180.00deg, rgba(243, 238, 255, 0),rgba(243, 238, 255, 0.04) 100%),rgba(147, 130, 255, 0.01);
	color: #fff;
}
.p-email::input-placeholder {
	color: rgba(239, 237, 253, 0.6);
}
.p-email::-ms-input-placeholder {
	color: rgba(239, 237, 253, 0.6);
}
.p-email::-webkit-input-placeholder {
	color: rgba(239, 237, 253, 0.6);
}
.p-email::-moz-placeholder {
	color: rgba(239, 237, 253, 0.6);
}
.sub {
	display: block;
	width: 80px;
	padding: 8px 0px;
	box-sizing: border-box;
	border: 1px solid rgba(243, 238, 255, 0.08);
	border-radius: 8px;
	margin-left: 8px;
	box-shadow: inset 0px 0px 12px 0px rgba(255, 255, 255, 0.08);
	background: linear-gradient(180.00deg, rgba(243, 238, 255, 0),rgba(243, 238, 255, 0.04) 100%),rgba(147, 130, 255, 0.01);
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
}
.foot-left {
	width: 50%;
	font-size: 25px;
}
.tel {
	margin-bottom: 10px;
	font-size: 20px;
}
.fb {
	margin-right: 15px;
}
.foot-right {
	width: 50%;
	text-align: right;
	color: rgba(239, 237, 253, 0.6);
	font-size: 14px;
	display: block;
}
.contact-list {
	width: 100%;
	display: flex;
	justify-content: right;
	margin-bottom: 10px;
}
.app-list {
	width: 110px;
	margin-left: 30px;
}
.app-txt {
	margin-top: 5px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
}
.next {
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, 0.06);
	border-right: 1px solid rgba(255, 255, 255, 0.06);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: inset 0.25px 1.25px 0px 0.75px rgba(255, 255, 255, 0.1);
	background: linear-gradient(137.29deg, rgba(17, 18, 20, 1) 5%,rgba(12, 13, 15, 1) 76%);
}
.prev {
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, 0.06);
	border-right: 1px solid rgba(255, 255, 255, 0.06);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: inset 0.25px 1.25px 0px 0.75px rgba(255, 255, 255, 0.1);
	background: linear-gradient(137.29deg, rgba(17, 18, 20, 1) 5%,rgba(12, 13, 15, 1) 76%);
}
body {
	font-family: HarmonyOS_Sans_SC_Regular;
	background-color: #030014;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.swiper-wrapper {
	height: 100%;
}

.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 5px;
}

.phone-txt {
	display: none;
}

.ban-txt {
	font-size: 24px;
	display: flex;
	justify-content: space-between;
	padding: 10px 5%;
	display: none;
}

#logo {
	max-width: 160px;
}

.menu-cont {
	width: 80%;
	border-bottom: none;
}

.menu {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.menu-right {
	align-items: center;
}

.language-icon {
	color: #e60012;
	font-size: 16px;
	margin-left: -7px;
}
a:hover {
	background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
.cu {
	font-size: 16px;
	font-weight: 700;
}
.p-menu-icon {
	width: 110px;
	height: 110px;
	position: absolute;
	right: 30px;
	top: 25px;
	z-index: 10;
	display: none;
}
.phone-menu {
	width: 100%;
	height: 100%;
	left: 0px;
	top: -120vh;
	position: fixed;
	z-index: 9;
	background: linear-gradient(to right, #000, #030014, #000);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 1s;
}
.p-menu-list {
	width: 60%;
}
.p-menu-name {
	width: 100%;
	padding: 40px 0px;
	background-image: linear-gradient(to right, #E59CFF, #BA9CFF, #9CB2FF);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 70px;
}
.foot-lang {
	display: none;
	font-size: 32px;
	color: #fff;
	position: relative;
}
@media (max-width: 1850px) {
	.banner-title {
		font-size: 60px;
	}
}
@media (max-width: 1650px) {
	.banner-title {
		font-size: 50px;
	}
	.list-desc {
		height: 160px;
	}
}
@media (max-width: 1450px) {
	.menu-cont {
		width: 85%;
	}
	.list-desc {
		height: 140px;
	}
	.menu-name {
		font-size: 18px;
	}
}
@media (max-width: 1350px) {
	.menu-cont {
		width: 85%;
	}
	.banner-title {
		font-size: 45px;
	}
	.list-desc {
		height: 140px;
	}
	.menu-name {
		white-space: nowrap;
		font-size: 18px;
	}
}
@media (max-width: 1250px) {
	.menu-cont {
		width: 90%;
	}
	.banner-title {
		font-size: 45px;
	}
	.list-desc {
		height: 140px;
	}
	.menu-name {
		white-space: nowrap;
		font-size: 18px;
	}
}

@media (max-width: 1000px) {
	.banner {
		height: 55vh;
	}
	.menu-cont {
		width: 90%;
	}

	.logo {
		width: 50%;
	}

	.menu-list {
		display: none;
	}

	#logo {
		max-width: 300px;
	}

	.menu-right {
		width: 50%;
	}

	.menu-icon {
		width: 200px;
		font-size: 35px;
	}
	.lang {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.banner-title {
		width: 100%;
		text-align: center;
		font-size: 100px;
		font-weight: 800;
	}
	.pro {
		overflow-x: auto;
	}
	.pro-list-bg {
		width: 60%;
		flex: 0 0 auto;
		margin-right: 20px;
	}
	.pro-list-bg-h {
		display: block;
	}
	.list-desc {
		height: 220px;
	}
	.pro-list {
		background-color: #030014;
	}
	.brand-cont {
		width: 40%;
		flex: 0 0 auto;
		margin-right: 20px;
	}
	.brand-list {
		overflow-x: auto;
	}
	.bg-list p {
		font-size: 20px;
	}
	.bu-name {
		font-size: 60px;
	}
	.bg-name {
		font-size: 60px;
	}
	.cu {
		font-size: 24px;
	}
	.brand-img img {
		height: 90px;
	}
	.brand-cont {
		width: 60%
	}
	.future-text {
		width: 80%;
	}
	.future-text p {
		font-size: 22px;
	}
	.future-list {
		width: 80%;
		margin: auto;
		margin-top: 60px;
		display: block;
	}
	.future-cont {
		width: 100%;
		margin-right: 0px;
		margin-top: 40px;
	}
	.future-tips {
		font-size: 32px;
	}
	.future-logo {
		width: 55px;
		height: 55px;
	}
	.future-title p {
		font-size: 28px;
	}
	.future-foot {
		display: none;
	}
	.vision {
		flex-wrap: wrap;
	}
	.miss-2 {
		padding: 40px 0px 70px;
	}
	.vision-left {
		width: 100%;
		flex: 0 0 auto;
		padding-bottom: 30px;
	}
	.vision-right {
		width: 100%;
		flex: 0 0 auto;
	}
	.vision-right-img {
		width: 80%;
		margin: auto;
		border-radius: 50px;
		overflow: hidden;
	}
	.sw-but {
		left: unset;
		right: 4%;
		bottom: 15px;
	}
	.prev {
		width: 45px;
		height: 45px;
	}
	.next {
		width: 45px;
		height: 45px;
	}
	.brand-img-list {
		height: 260px;
	}
	.background-dh::after {
		width: 70%;
	}
	.business-dh::after {
		width: 70%;
		height: 600px;
		animation: p-businessdh 2.5s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
	}
	@keyframes p-businessdh {
	  to { top: 90px; }
	}
	.p-menu-icon {
		display: block;
	}
	.tel {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.media-icon {
		font-size: 45px;
	}
	.menu-icon {
		display: none;
	}
	.foot-lang {
		display: block;
	}
	.app-list {
		margin-left: unset;
	}
	.contact-list {
		justify-content: space-between;
	}
}