@font-face {
  font-family: "AlibabaPuHuiTi-2-55-Regular";
  src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
}
body {
	background-color: #fff;
	font-size: 16px;
	margin: 0;
	font-family: AlibabaPuHuiTi-2-55-Regular;
	color: #000;
}
img {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: unset;
}
a:hover {
	color: rgb(230, 3, 21);
}
p {
	line-height: 0.2;
}
.view {
	width: 100%;
	background-color: #fff;
}
.bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
}
.bg img {
	width: 100%;
	height: auto;
}
.menu {
	width: 100%;
	height: auto;
	padding-top: 20px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	color: #fff;
	/* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0));
	animation: fillBottom 3s infinite linear; */
}
.fill-animation {
	color: #000;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	z-index: 2;
	/* background-image: linear-gradient(to bottom, #fff);
	animation: fillBottom 3s infinite linear; */
}
.fill-animation::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #fff, #fff);
	transform: scaleY(0);
	transform-origin: top center;
	z-index: -1;
	animation: fillDown 0.5s ease-out forwards;
}
.top-animation {
	z-index: 2;
}
.top-animation::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #fff, #fff);
	transform: scaleY(1);
	transform-origin: top center;
	z-index: -1;
	animation: fillTop 0.5s ease-out forwards;
}

@keyframes fillDown {
	0% {
		transform: scaleY(0);
	}
	100% {
		transform: scaleY(1);
	}
}

@keyframes fillTop {
	0% {
		transform: scaleY(1);
	}
	100% {
		transform: scaleY(0);
	}
}
.menu-cont {
	width: 95%;
	margin: auto;
	padding: 25px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
}
.logo {
	width: 25%;
}
#logo {
	width: 100%;
	max-width: 350px;
	cursor: pointer;
	transition: 1s;
	transform: none;
}
.menu-list {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.menu-list-name {
	cursor: pointer;
}
.menu-list-name:hover {
	color: rgb(230, 3, 21);
}
.menu-right {
	width: 15%;
	display: flex;
	justify-content: right;
}
.seach {
	width: 120px;
	background-color: rgba(252, 252, 252, 0.2);
	border-radius: 20px;
	position: relative;
	display: flex;
	padding: 6px 10px;
	margin-right: 10px;
	transition: 1s;
}
.seach input {
	width: 95px;
	margin-left: 5px;
	background-color: unset;
	border: unset;
	outline: none;
}
.language {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	cursor: pointer;
}
.language-icon {
	font-size: 18px;
}
.banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.banner-mb {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.mu-mb {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 10;
}
.banner-video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner-title {
	position: absolute;
	left: 8%;
	bottom: 20%;
	font-size: 60px;
	color: #fff;
	z-index: 2;
}
.swiper-wrapper {
	height: 100vh;
}
.sw-but {
	width: 120px;
	display: flex;
	position: absolute;
	right: 5%;
	bottom: 15%;
	z-index: 1;
	gap: 10px;
}
.sw-page {
	width: 50px;
	position: absolute;
	right: 1%;
	bottom: 40%;
	z-index: 1;
}
.sw-num {
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-align: center;
	opacity: 0.6;
	margin: 5px 0px;
}
.show-jd {
	width: 1px;
	height: 50px;
	background-color: rgb(255, 255, 255);
	margin: 10px auto;
}
.sw-block {
	opacity: 1;
}
.eqs {
	width: 100%;
	padding: 15px 0px;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	z-index: 1;
}
.eqs-left {
	width: 70%;
	display: flex;
	align-items: center;
}
.eqs-name {
	font-size: 22px;
	margin-left: 80px;
	margin-right: 15px;
	font-weight: 500;
}
.eqs-code {
	margin-right: 80px;
}
.eqs-num {
	font-weight: 500;
	font-size: 36px;
	margin-right: 30px;
}
.red {
	color: rgba(230, 3, 21, 1);
}
.green {
	color: rgba(0, 255, 102, 1);
}
.num-txt {
	margin-left: 30px;
}
.eqs-right {
	width: 30%;
	display: flex;
	justify-content: right;
}
.supplier {
	width: 380px;
}
.business {
	width: 100%;
	margin-top: 1px;
	display: flex;
}
.business-list {
	width: 66.6%;
}
.fdc {
	width: 100%;
	border-bottom: 1px solid #fff;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.fixe {
	display: flex;
}
.wy {
	width: 50%;
	border-right: 0.5px solid #fff;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.qt {
	width: 50%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.fdc:hover {
	.mb {
		display: none;
	}
}
.wy:hover {
	.mb {
		display: none;
	}
}
.qt:hover {
	.mb {
		display: none;
	}
}
.business-image {
  transition: transform 1s; /* 平滑过渡效果 */
}
.business-image:hover {
  transform: scale(1.1); /* 放大到1.1倍 */
}
.mb {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.esg:hover {
	.mb {
		display: none;
	}
}
.business-name {
	position: absolute;
	top: 30px;
	left: 40px;
	font-size: 26px;
	color: #fff;
}
.esg {
	position: relative;
	width: 33.3%;
	border-left: 1px solid #fff;
	cursor: pointer;
	overflow: hidden;
}
.media {
	width: 90%;
	margin: auto;
	margin-top: 40px;
	padding-bottom: 80px;
}
.media-heart {
	width: 100%;
	display: flex;
	align-items: center;
}
.media-name {
	width: 50%;
	font-size: 40px;
	margin-bottom: 25px;
}
.more {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: right;
}
.more-but {
	width: 100px;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 5px;
	padding: 6px 0px;
	text-align: center;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.more-but::after {
	content: '';
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(230, 3, 21);
	position: absolute;
	z-index: -1;
	width: 0%;
	transition: all .3s;
}
.more-but:hover {
	color: #fff;
}
.more-but:hover::after {
	width: 100%;
}
.media-list {
	width: 100%;
	display: flex;
	font-family: HarmonyOS_Sans_SC_Regular;
}
.media-img {
	width: 32%;
	margin-right: 1%;
	position: relative;
}
.media-text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	opacity: 0;
	transition: 1.5s;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.media-text-dsc {
	margin-top: 800px;
	padding: 40px 30px 0px 30px;
	transition: 1.5s;
}
.media-title {
	font-size: 20px;
	height: 80px;
	font-weight: 400;
}
.media-time {
	font-size: 16px;
	font-weight: 300;
}
.media-view {
	width: 120px;
	padding: 10px 0px;
	margin-top: 80px;
	font-size: 14px;
	color: #000;
	font-weight: 300;
	border-radius: 20px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	transition: 0.5s;
}
.media-view:hover {
	color: #fff;
	background-color: rgb(230, 3, 21);
}
.media-txt-list {
	width: 34%;
	padding: 0px 20px;
	color: #000;
	overflow: hidden;
}
.media-cont {
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(166, 166, 166, 0.2);
	margin-bottom: 60px;
	cursor: pointer;
	margin-left: 500px;
	transition: 2s;
}
.media-cont:hover {
	color: rgb(230, 3, 21);
}
.media-action {
	display: flex;
	justify-content: right;
	gap: 15px;
}
.prev {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: rgb(230, 3, 21);
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.next {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: rgb(230, 3, 21);
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.join {
	width: 100%;
	height: 600px;
	position: relative;
}
.join-cont {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.join-des {
	color: #fff;
}
.join-title {
	font-size: 40px;
}
.join-but {
	width: 120px;
	margin: auto;
	margin-top: 30px;
	padding: 10px 0px;
	font-size: 14px;
	font-weight: 300;
	border-radius: 20px;
	text-align: center;
	background-color: rgb(230, 3, 21);
	cursor: pointer;
	transition: 0.5s;
}
.join-but:hover {
	color: #000;
	background-color: #fff;
}
.foot {
	width: 90%;
	margin: auto;
}
.foot-top {
	width: 100%;
	display: flex;
	padding: 50px 0px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.foot-left {
	width: 30%;
}
.foot-left img {
	width: 100%;
	max-width: 300px;
	cursor: pointer;
}
.foot-right {
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.foot-menu-list {
	
}
.right-cont {
	width: auto;
}
.foot-menu-list span {
	display: block;
}
.menu-name-title {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 25px;
	cursor: pointer;
}
.menu-name-title:hover {
	color: rgb(230, 3, 21);
}
.menu-name {
	color: rgba(128, 128, 128, 1);
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
	cursor: pointer;
}
.menu-name:hover {
	color: rgb(230, 3, 21);
}
.foot-bottom {
	width: 100%;
	display: flex;
	font-size: 12px;
	color: #000;
	align-items: center;
	padding: 20px 0px;
}
.icp {
	width: 20%;
}
.links {
	width: 60%;
	text-align: center;
}
.foot-icon {
	width: 20%;
	display: flex;
	justify-content: right;
	gap: 10px;
	font-size: 24px;
	color: rgba(166, 166, 166, 1);
}
.wechat:hover {
	color: rgba(0, 189, 75, 1);
}
.linkdin:hover {
	color: rgba(48, 145, 255, 1);
}
.menu-desc {
	width: 500px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -100%;
	color: #fff;
	background-color: rgb(230, 3, 21);
	z-index: 10;
	transition: all 0.5s;
}
.menu-first-name {
	margin-top: 160px;
	font-size: 36px;
	margin-left: 100px;
}
.menu-second {
	display: flex;
	margin-top: 30px;
	justify-content: right;
}
.menu-second-list {
	width: 200px;
}
.menu-second-name {
	width: 100%;
	font-size: 20px;
	padding: 8px 0px;
	margin-top: 8px;
	cursor: pointer;
}
.menu-second-name:hover {
	border-bottom: 1px solid #fff;
}
.menu-second-name a:hover {
	color: #fff;
}
.menu-desc-icon {
	width: 120px;
	position: absolute;
	left: 100px;
	bottom: 40px;
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 24px;
}

/* About */
.about-cont {
	width: 90%;
	margin: 100px auto;
	color: #000;
	font-size: 16px;
	font-family: HarmonyOS_Sans_SC_Regular;
}
.about-txt {
	width: 70%;
	font-size: 16px;
	color: #000;
	margin-left: 8%;
}
.about-num {
	width: 100%;
	margin-top: 80px;
	display: flex;
	align-items: center;
}
.num-list {
	width: 25%;
}
.num-name {
	font-size: 16px;
}
.num-total {
	margin-top: 20px;
}
.total {
	font-size: 36px;
	font-weight: 700;
}
.about-bus {
	width: 100%;
	background-color: rgba(247, 247, 247, 1);
	margin-bottom: 40px;
	font-family: HarmonyOS_Sans_SC_Regular;
}
.bus-list {
	width: 100%;
	display: flex;
	align-items: center;
	color: #000;
}
.bus-list-left {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.bus-list-right {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.bus-img {
	width: 100%;
	position: relative;
}
.bus-img:hover {
	.mb {
		display: none;
	}
}
.bus-red-bg {
	color: #fff;
	background-color: rgb(230, 3, 21);
	border-bottom: 1px solid #fff;
}
.bus-txt-dsc {
	width: 70%;
}
.bus-list-name {
	font-size: 30px;
}
.bus-list-dsc {
	font-size: 16px;
	margin-top: 20px;
}
.bus-list-view-left {
	width: 120px;
	padding: 10px 0px;
	margin-top: 80px;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	border-radius: 20px;
	text-align: center;
	background-color: rgb(230, 3, 21);
	cursor: pointer;
	transition: 0.5s;
}
.bus-list-view-left:hover {
	background-color: rgb(252, 0, 6);
}
.bus-list-view-right {
	width: 120px;
	padding: 10px 0px;
	margin-top: 80px;
	font-size: 14px;
	color: #000;
	font-weight: 300;
	border-radius: 20px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	transition: 0.5s;
}
.bus-list-view-right:hover {
	color: rgb(230, 3, 21);
}
.fix-jz {
	display: flex;
	justify-content: center;
}
.fix-right {
	display: flex;
	justify-content: right;
}
.total-wid {
	width: 150px;
}