body {
	background: var(--deep-blue);
	cursor: url('.././images/mouse.svg'), auto;
}

.index-body {
	width: 100vw;
	height: 100vh;
}

.locate-controls {
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.locate-controls li {
	width: 10px;
	height: 10px;
	transition: all 0.3s ease-in-out;
}

.locate-controls li:hover {
	background: var(--white);
}
.locate-controls li.on{
	background: #00e47f;
	background: -webkit-linear-gradient(left,#00e47f,#0080e3);
	background: -moz-linear-gradient(left,#00e47f,#0080e3);
	background: -ms-linear-gradient(left,#00e47f,#0080e3);
	background: -o-linear-gradient(left,#00e47f,#0080e3);
	background: linear-gradient(left,#00e47f,#0080e3);
}

.navigation {
	padding: 12px 160px 0;
	background: rgba(25, 28, 35, 0.20);
	backdrop-filter: blur(10px);
}

.nav-menu li a {
	color: var(--white5);
	width: 132px;
	height: 56px;
	display: flex;
	align-items: center;
	transition: all 0.5s ease-in-out;
	font-size: 1.25rem;
	border-top: 1px solid var(--white3);
	font-family: aliThin;
}

.nav-menu li {
	position: relative;
	overflow: hidden;
}

.nav-menu img {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.6s ease-in-out;
	opacity: 0.3;
	transform: translateX(-3%);
}

.nav-menu li:hover img {
	transform: translateX(-65%);
	opacity: 1;
}

.nav-menu li:hover a {
	letter-spacing: 4px;
	color: var(--white);
}

.nav-menu .on a {
	/*color: var(--white);*/
	background-image: linear-gradient(180deg, #00e47f,#0080e3);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.nav-menu .on img {
	opacity: 1;
}

.nav-logo img {
	height: 3.5rem;
}

.nav-menu li:not(:last-child) {
	margin-right: 2vw;
}

.nav-menu li img {
	user-select: none;
}

.banner-img-set {
	display: flex !important;
}

.banner-img-set img {
	width: 3rem;
	height: 3rem;
	user-select: none;
}

.banner-img-set li {
	width: 4rem;
	height: 4rem;
	background: var(--white1);
	display: grid;
	place-items: center;
	border-radius: 100px;
	backdrop-filter: blur(20px);
}

.btn-effects {
	height: 960px;
	width: 960px;
	transition: all 0.5s ease-in-out;
}

.banner-set {
	padding-left: 160px;
}

#canvas {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 2%;
	max-width: 50vw;
}

.fifth-portion,
.forth-portion,
.second-portion {
	padding: 14.7vh 8.3vw 0;
	box-sizing: border-box;
	height: 100vh;
}

.menu-list {
	padding: 14.7vh 8.3vw 0;
	box-sizing: border-box;
}

.second-list {
	grid-template: 1fr / repeat(5, 1fr);
	gap: 2.5rem;
}

.third-list {
	grid-template: 1fr / repeat(4, 1fr);
	gap: 2.5rem;
}

.item-img {
	height: 200px;
	background: var(--black);
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.item-img img {
	width: 100%;
	user-select: none;
}


li .item-title,
li .item-img,
li .item-p {
	margin-bottom: 1.5rem;
}

.item-p {
	text-align: justify;
	opacity: 0.7;
	font-family: 'aliLight';
	padding: 0 0.5rem;
	box-sizing: border-box;
	height: 4rem;
}

.item-btn {
	width: 10.75rem;
	height: 3.5rem;
	display: grid;
	outline: 1px solid var(--white);
	place-content: center;
	border-radius: 100px;
	font-size: 1rem;
	cursor: pointer;
	transition: all .3s;
	background: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(10px);
	color: var(--white);
}

.item-btn:hover {
	background: var(--orange);
	outline: 1px solid var(--orange);
	transform: translateY(-4px);
}

.motionScroll-row-list,
.motionScroll {
	background: rgba(255, 255, 255, 0.05);
	padding: 1rem 2rem;
	box-sizing: border-box;
	font-family: 'aliLight';
	backdrop-filter: blur(10px);
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.25rem;
	opacity: 0;
	transition: all 0.3s;
}

.motionScroll {
	height: 560px;
	animation: height-motion2 3s 2s cubic-bezier(0.4, 0, 0, 1) forwards, var(--thiy-motion), var(--swing-motion);
}

.motionScroll-column li {
	margin: 1rem 0;
}

.motionScroll-row-list {
	height: 96px;
	padding: 0;
	max-width: 1286px;
	animation: height-motion1 1.5s 2s cubic-bezier(0.4, 0, 0, 1) forwards, var(--thiy-motion), var(--swing-motion);
}

.motionScroll-row li {
	margin-right: 2rem;
}

.motionScroll-row-list:hover,
.motionScroll:hover {
	background: rgba(255, 255, 255, 0.1);
}

h3 {
	opacity: 0;
	animation: var(--opacity-motion);
}

.left {
	white-space: nowrap;
	min-width: 400px;
	max-width: 400px;
	transition: all 1s cubic-bezier(0.4, 0, 0, 1);
}

.fifth-portion>div {
	min-height: 76vh;
	max-height: 76vh;
}

.right {
	backdrop-filter: blur(10px);
	overflow: hidden;
}

/*.right:hover+.left {
	min-width: 0;
	max-width: 0;
	margin-right: 0;
}*/

.right:hover {
	overflow-y: scroll;
}

/* 修改滚动条宽度 */
::-webkit-scrollbar {
	width: 0.5rem;
}

::-webkit-scrollbar:hover {
	width: 1rem;
}

/* 滚动条中的滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: var(--white7);
}

@keyframes opacity {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.img-list {
	width: 100%;
	grid-template: 1fr / repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-auto-columns: 1fr;
}

.right .img-list li {
	background: var(--white1);
	height: 240px;
	margin: 0.5rem;
	flex: 1 1 auto;
	border-radius: 0.5rem;
	transition: all 1s ease-in-out;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}

.right .img-list li span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: var(--black7);
	left: 0;
	right: 0;
	padding: 0.125rem;
	font-size: 0.875rem;
	text-align: center;
	transition: all 1s ease-in-out;
	white-space: nowrap;
}

.right:hover .img-list li {
	height: 340px;
}

.img-list li img {
	width: 100%;
	transform: translateY(0%);
	transition: all 0.3s ease-in-out;
	user-select: none;
}
.img-list li:hover img { transform: scale(1.2); }

.menu-list .active {
	color: var(--blue);
}
.menu-list ul li {
	padding: 1.25rem 0;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	user-select: none;
}

.menu-list ul {
	border-bottom: 1px solid var(--black);
}

.menu-list p {
	opacity: 0;
	animation: var(--opacity-motion);
}

.menu-list .decoration {
	width: 4rem;
	height: 2px;
	background: var(--blue);
	position: absolute;
	bottom: 0px;
}

.menu-list ul li:hover {
	color: var(--blue);
	transform: translate3d(10px,0,0);
	-webkit-transform: translate3d(10px,0,0);
	box-shadow: 0 6px 12px rgba(0,0,0,.115);
}

.main-container {
	padding-right: 10rem;
}

.main {
	backdrop-filter: blur(10px);
	padding: 4.5rem 10rem;
	background: rgba(255, 255, 255, 0.05);
}

.bg-text {
	font-size: 7rem;
	left: 0;
	top: -2%;
	opacity: 0.05;
}

.three-list {
	grid-template: 1fr / repeat(3, 1fr);
	gap: 48px;
}

.three-list p {
	opacity: 0.7;
	text-align: center;
}

.item-list {
	grid-template: 1fr / repeat(3, 1fr);
}

.item-list p {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.three-list h5 {
	font-family: 'aliRegular';
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

.three-list li {
	font-family: 'aliThin';
	border-radius: 1.5rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.08) 100%);
	padding: 1.5rem 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.three-list img {
	width: 6rem;
	height: 6.4rem;
	margin-bottom: 1rem;
	user-select: none;
}

.img-group {
	padding: 0 20rem 0 10rem;
	margin-top: -24px;
}

.img-group div:first-child {
	min-width: 52rem;
	width: 52rem;
	height: 35.25rem;
}

.img-group div:first-child img {
	height: 100%;
}

.img-area li {
	width: 100%;
	height: 13.125rem;
	min-height: 13.125rem;
}

.footer {
	padding: 1.5rem 9vw;
	box-sizing: border-box;
	margin-top: 3rem;
}

.cooperate-set {
	position: fixed;
	bottom: 0;
}

.first img {
	min-height: 3.375rem;
	max-height: 3.375rem;
	position: relative !important;
	padding: 40vh 0;
}

.first {
	height: 61.5rem;
	grid-template: 1fr / repeat(3, 1fr);
	padding: 0 10rem;
	align-items: center;
	align-content: flex-start;
}

.first p {
	text-align: justify;
	position: relative !important;
	font-family: 'aliThin';
}

.first p a {
	color: var(--white7);
	font-family: 'aliMedium';
	transition: all 0.3s ease-in-out;
}

.first img:hover+p a,
.first p:hover a {
	color: #01BCE5;
	text-decoration: underline;
	margin-bottom: 0.5rem;
}

.culture,
.introduction-img {
	width: 100vw;
	height: 62.5rem;
}

.introduction-img {
	backdrop-filter: blur(20px);
}

.culture {
	padding: 0 10rem;
	box-sizing: border-box;
	border-bottom: 1px solid var(--white2);
}

.culture ul li {
	width: 46.25rem;
	height: 5.5rem;
	margin-bottom: 0.25rem;
	border-radius: 6.25rem;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.culture ul li img {
	width: 30%;
	position: absolute;
	bottom: 0;
	z-index: -1;
	border-radius: 100px 0 0 100px;
	user-select: none;
}

.culture ul li div {
	height: 100%;
	width: 100%;
	padding-left: 10rem;
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(33, 36, 46, 0.00) 15%, #2A2D39 25%, #32353F 80%, #32353F 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.right h6,
.culture h6 {
	font-size: 1.75rem;
}

.culture p {
	font-size: 1rem;
	font-family: 'aliLight';
	opacity: 0.7;
}

.introduction-decoration {
	height: 1rem;
	width: 100vw;
	overflow: hidden;
}

.introduction-decoration span {
	display: inline-block;
	height: 100%;
	width: 200%;
}

.svg-img {
	user-select: none;
}

.svg-img .logo {
	background: rgba(81, 192, 255, 0.20);
	backdrop-filter: blur(5px);
	z-index: 2;
}

.svg-img .line {
	width: 33.75rem;
	height: 1px;
	background: #00A3FF;
}

.nav-side {
	left: 1%;
	bottom: 20%;
	padding: 1rem;
	box-sizing: border-box;
	backdrop-filter: blur(10px);
	z-index: 98;
}

.nav-side li {
	opacity: 0.5;
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	user-select: none;
}

.nav-side li:hover {
	opacity: 1;
}

.nav-side .active {
	opacity: 1;
	font-family: 'aliRegular';
	border-left: 2px solid var(--white);
}

.html-viewport {
	overflow-y: scroll;
}

/*2023-12-13*/
.tab0_con{
	display: none;
}
.tab0_con.on{
	display: block;
}

.fixedmeau{display: block!important;}

.culture ul li{
	/*opacity: 0;
	transition: opacity 1s;*/
}
.culture ul li.cultureLi1,.culture ul li.cultureLi6{
	animation: var(--culture-rotate-motion), margin128-left-motion 1s .1s cubic-bezier(0.4, 0, 0, 1) forwards;
}
@keyframes margin128-left-motion {
	from {
		margin-left: 0rem;
	}

	to {
		margin-left: 8rem;
	}
}
.culture ul li.cultureLi2,.culture ul li.cultureLi5{
	animation: var(--culture-rotate-motion), margin56-left-motion 1s .1s cubic-bezier(0.4, 0, 0, 1) forwards;
}
@keyframes margin56-left-motion {
	from {
		margin-left: 0rem;
	}

	to {
		margin-left: 3.5rem;
	}
}

.product_img img{
	display: block;
	overflow: hidden;
}

.fs_gallery {
	background: rgba(0,0,0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.fs_gallery_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	color: #ccc;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	z-index: 102;
}
.fs_gallery_close:before {
	content: "×";
}
.fs_gallery_close:hover {
	color: #fff;
}

.fs_gallery_prev, .fs_gallery_next {
	position: absolute;
	width: 80px;
	color: #ccc;
	font-size: 80px;
	cursor: pointer;
	z-index: 101;
}
.fs_gallery_prev:hover, .fs_gallery_next:hover {
	background: rgba(0,0,0, 0.1);
	color: #fff;
}
.fs_gallery_prev {
	left: 0;
	top: 0;
	bottom: 0;
}
.fs_gallery_next {
	right: 0;
	top: 0;
	bottom: 0;
}
.fs_gallery_prev:before {
	content: "‹";
	position: absolute;
	height: 80px;
	margin-top: -80px;
	top: 50%;
	left: 35px;
}
.fs_gallery_next:before {
	content: "›";
	position: absolute;
	height: 80px;
	margin-top: -80px;
	top: 50%;
	left: 35px;
}

.fs_gallery_shuft {
	position: relative;
	width: 9999999px;
}
.fs_gallery_shuft:after {
	clear: both;
	content: "";
	display: block;
}
.fs_gallery_shuft_item {
	float: left;
	position: relative;
	background-image: url(data:image/gif;base64,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);
	background-position: center center;
	background-repeat: no-repeat;
}
.fs_gallery_shuft_item img {
	box-shadow: 0 0 8px rgba(0,0,0, 0.8);
	position: absolute;
	top: 50%;
	left: 50%;
}

.tabcontent {
	display: none;
}
.tablinks.active {
	color: var(--blue);
}
.fontWeight{
	font-weight: bold;
}



.company-box{
	display: flex;
}
.company-box .address {
	margin-right: 132px;
	width: 400px;
	float: left;
	display: inline
}
.company-box h4 {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
	font-weight: bold;
	font-family: "Base-font";
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	color: rgba(255, 255, 255, .8);
}
.company-box .address .cont {
	padding-top: 25px;
}
.company-box .address .cont p {
	line-height: 24px;
	font-size: 1rem;
	font-weight: normal;
	color: rgba(255, 255, 255, .7);
}
.company-box .address .cont .stt {
	font-weight: bold;
}
.company-box .address .cont .stt {
	font-weight: bold;
}
.company-box .address .cont .lia {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 15px;
}
.company-box .address .cont .lia a {
	width: 110px;
	height: 38px;
	border: 1px solid #e3e3e3;
	border-radius: 38px;
	line-height: 38px;
	margin-right: 18px;
	text-align: center;
	transition: background 0.3s ease 0s;
	color: rgba(255, 255, 255, .7);
}
.company-box .address .cont .lia a span {
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	font-weight: normal;
	transition: background 0.3s ease 0s;
}
.company-box .address .cont .lia a.link-map span {
	background: url(../images/ico_13_h.png) no-repeat left center;
	opacity: 0.8;
}
.company-box .address .cont .lia a.link-web span {
	background: url(../images/ico_13_2.png) no-repeat left center;
	opacity: 0.8;
}
.company-box .address .cont .lia a:hover {
	background: #000;
	border: 1px solid #e3e3e3;
	color: #fff;
}
.company-box .address .cont .lia a.link-map:hover span {
	background: url(../images/ico_13_h.png) no-repeat left center;
	opacity: 1;
}
.company-box .address .cont .lia a.link-web:hover span {
	background: url(../images/ico_13_2.png) no-repeat left center;
	opacity: 1;
}