@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	/* font-family: '黑体', Arial, sans-serif; */
	margin: 0;
	padding: 0;
	font-size: 16px;
	background-color: #fff;
	user-select: none;
}

/* 顶部导航栏 */
/* .top-menu {
	height: 10vh;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.el-menu--horizontal>.el-menu-item:nth-child(1) {
	margin-right: auto;
} */

/* 渐入动画样式 */
.fade-in-section {
  opacity: 0;
  transform: translateY(20px); /* 初始位置向下偏移一点 */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform; /* 优化动画性能 */
}

/* 当元素进入视口时添加此类 */
.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}


.el-carousel__indicator {
  	--el-carousel-indicator-width: 15px;
  	--el-carousel-indicator-height: 15px; 
	margin: 0 8px;
}
.el-carousel__button {
	background-color: #FAB91C !important;
	border-radius: 50%;
	
}


/* 适用于桌面设备 */
@media (min-width: 1025px) {
	body {
		font-size: 20px;
	}
	.main-area {
		min-height: 100vh;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	/* 区域一 */
	.area-one {
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		background: linear-gradient(90deg, #CEEEF8 0%, #fff 100%);

	}

	.text-container {
		width: 50vmax;
		height: 40vmin;
		color: #0E3461;
		padding: 5% 0;
		/* background-color: #59b4f8; */

	}
	
	.text-container .t1 {
		font-size: 4rem !important;
		font-weight: 600 !important;
	
	}
	
	.text-container .t2 {
		font-size: 2.5rem;
		font-weight: 500;
		margin: 2% 0 5% 0;
	}
	
	.text-container .t3 {
		width: 40vmax;
		line-height: 2rem;
		font-size: 1.3rem;
		font-weight: 400;
		color: #7192AD;
	}

	/* 旋转图片 */
	.container {
		position: relative;
		width: 70vmin;
		height: 70vmin;
		/* overflow: hidden; */
		/* background: #000; */
	}

	.logo {
		position: absolute;
		top: 0%;
		left: 0%;
		transform: translate(-50%, -50%);
	}

	.logomid {
		position: absolute;
		height: 70vmin;
		width: auto;
	}

	.product-view {
		position: absolute;
		top: 50%;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transform-origin: center center;
		z-index: 1;
		animation: rotate-around 20s linear infinite;
	}

	/* 设置产品图片大小 */
	.product {
		position: absolute;
		height: 15vmin;
		width: 15vmin;
		transform-origin: 0 0;
	}

	/* Keyframe for rotating all products */
	@keyframes rotate-around {
		0% {
			transform: rotate(0deg) translate(28vmin) rotate(0deg);
		}

		100% {
			transform: rotate(360deg) translate(28vmin) rotate(-360deg);
		}
	}

	/* 使用 nth-child 为每个 product-view 分配不同的旋转角度 */
	.product-view:nth-child(1) {
		animation-delay: 0s;
	}

	.product-view:nth-child(2) {
		animation-delay: -2.2s;
	}

	.product-view:nth-child(3) {
		animation-delay: -4.4s;
	}

	.product-view:nth-child(4) {
		animation-delay: -6.6s;
	}

	.product-view:nth-child(5) {
		animation-delay: -8.8s;
	}

	.product-view:nth-child(6) {
		animation-delay: -11s;
	}

	.product-view:nth-child(7) {
		animation-delay: -13.2s;
	}

	.product-view:nth-child(8) {
		animation-delay: -15.4s;
	}

	.product-view:nth-child(9) {
		animation-delay: -17.6s;
	}


	/* 区域二 */
	.area-two {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		/* justify-content: center; */
		align-items: center;
		color: #0E3461;
		font-size: 1.5rem;
		/* background-color: #62a1a8; */
		/* background: linear-gradient(90deg, #CEEEF8 0%, #fff 100%); */
	}

	/* 各区域标题 */
	.title {
		width: 100%;
		height: 5vh;
		margin: 15vh 0 10vh 0;
		font-size: 2.5rem;
		font-weight: 700;
		/* line-height: 1.5rem; */
		text-align: center;
		/* background-color: #FFF; */
	}

	.carousel {
		/* height: 80vh !important; */
		width: 80vw !important;
		/* background-color: antiquewhite; */
		--el-color-white: none;
		
		
	}
	.carousel .el-carousel__item {
		/* width: 25vw !important; */
		height: 50vmin !important;
	}
	.el-carousel__item {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		/* background-color: #000; */
	}



	.card {
		width: 25vw;
		height: 45vh;
		border-radius: 0.5rem;

		overflow: hidden;
		background: #ffffff;
		box-shadow: 0px 5px 6px rgba(176, 176, 176, 0.5);

	}

	.img {
		width: 100%;
		transform: scale(1.01);
	}

	.text {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;


	}
	.text div {
		margin: 0.5% 0;
	}
	.text .mock {
		width: 3vw;
		height: 0.3vh;
		margin: 1% 0;
		background: FAB91C;
		border-radius: 5px;
	}
	
	.text .ct1 {
		font-size: 1rem;
	}
	
	.text .ct2 {
		font-size: 1rem;
	}
	
	/* 区域三 */
	.area-three{
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		color: #0E3461;
		/* background-color: beige; */
	}
	.c-container {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.carousel2 {
		width: 45vw;
		/* background-color: aquamarine; */
	}
	.carousel2 .img2 {
		width: auto; 
		height: 100%; 
		transform: scale(1);
	}
	.introduction {
		width: 50vw;
		height: 60vh;
		/* background-color: aqua; */
		
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		/* align-items: center; */
		justify-content: space-around;
	}

	.msg {
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	.msg img {
		width: 2vw;
	}
	
	.msg div {
		font-size: 2rem;
	}
	
	.function{
		width: 100%;
		display: flex; 
		align-items: center; 
		justify-content: space-evenly;
	}
	
	.f-container {
		width: 10vw;
		display: flex; 
		flex-direction: column; 
		align-items: center;
		gap: 1rem;

	}
	.f-container .f-img {
		width: 5vw; 
		height: auto;
	}
	
	.f-container .f-msg {
		width: 10vw;
		font-size: 1.3rem;
		font-weight: 400;
		text-align: center;
	}
	
	/* 动态按钮 */
	@keyframes pulse-shadow {
	  0% {
	    box-shadow: 0px 0px 15px rgba(250, 185, 28, 0.6);
	  }
	  50% {
	    box-shadow: 0px 0px 30px rgba(250, 185, 28, 1);
	  }
	  100% {
	    box-shadow: 0px 0px 15px rgba(250, 185, 28, 0.6);
	  }
	}
	
	@keyframes pulse-text {
	  0% {
	    color: rgba(255, 255, 255, 0.8);
	    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	  }
	  50% {
	    color: rgba(255, 255, 255, 1);
	    text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
	  }
	  100% {
	    color: rgba(255, 255, 255, 0.8);
	    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	  }
	}
	
	.more-btn {
	  height: 7vh !important; 
	  width: 8vw !important; 
	  background-color: #FAB91C !important; 
	  font-size: 1.25rem !important;
	  color: white;
	  font-weight: bold;
	  cursor: pointer;
	  border: none;
	  transition: transform 0.5s ease-in-out;
	  
	  /* 让按钮阴影脉冲 */
	  animation: pulse-shadow 1.5s infinite ease-in-out;
	}
	
	/* 让字体脉冲发光 */
	.more-btn span {
	  animation: pulse-text 1.5s infinite ease-in-out;
	}
	
	/* 鼠标悬停时，按钮变大 */
	.more-btn:hover {
	  transform: scale(1.05);
	  transition: transform 0.5s;
	}


	
	/* 区域四 */
	.area-four {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #0E3461;
		/* background: #f0ebb1; */
	}
	.container-partners {
		width: 80vw;
		height: 60vh;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		/* background-color: aqua; */

		
	}
	
	.container-partners .partner{
		width: 15vw;
		height: 20vh;
		/* background: #000; */
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.container-partners .partner img {
		height: 70%;
		width: auto;
	}

	
	/* 区域五 */
	.area-five {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #0E3461;
		/* background: #bef0e4; */
	}
	.more {
		width: 78vw !important;
		
		height: 4vh;
		/* background-color: aqua; */
		
		color: #FFC300;
		font-weight: 400;
		text-align: end;
		text-decoration: none;
	}
	.container-news {
		width: 80vw;
		height: 60vh;
		display: flex;
		/* align-items: center; */
		justify-content: space-between;
		/* background-color: #e7caff; */
	}
	.news-card {
		width: 21vmax;
		height: 18vmax;
		padding: 1% ;
		border-radius: 10px;
		background-color: #ffffff;
		box-shadow: 0px 20px 40px  rgba(0, 0, 0, 0.06);
		
		display: flex;
		flex-direction: column;
		align-items: center;
		
		overflow: hidden;
		cursor: pointer;

	}
		
		.news-card .n-img {
			width: 100%;
			height: auto;
			border-radius: 0.625rem;
			overflow: hidden;
			

		}
		
		.news-card .n-img img {
			width: 100%;
			
		}
		.news-card .n-img img:hover {
			transform: scale(1.1);
			transition: transform 1s;
		
		}
		.news-card .n-text {
			width: 98%;
			font-weight: 400;
			letter-spacing: 1.5px;
			
		}
		.news-card .n-text .n-t1 {
			width: 100%;
			color: #878DA4;
			margin: 3% 0 1% 0;
			display: flex;
			align-items: center;
			gap: 0.5rem;
		}
		.news-card .n-text .n-t2 {
			font-size: 1rem;
			line-height: 1.7rem;
			height: 3.4rem; /* 1.7rem * 2行 */
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			word-break: break-word;
		}

	/* 区域六 */
	.area-six {
		width: 100%;
		height: 50vh;
		
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		color: #9FB3D0;
		background: #0E418A;
	}
	.top-area {
		width: 100%;
		height: 45vh;
		
		display: flex;
		align-items: center;
		justify-content: center;
		
		
	}
	.top-area .left {
		width: 45vw;
		height: 40vh;
		padding: 1%;
		/* background-color: aqua; */
		
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		
	}
	
	.top-area .left .left-container{
		height: 20vh;
		/* background-color: aqua; */
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.top-area .left .left-container .l-img {
		width: 30%;
	}
	.top-area .left .left-container .l-msg {
		display: flex;
		align-items: center;
		gap: 0.3125rem;
		font-size: 1.1rem;
		font-weight: 500;
		
	}
	.top-area .left .left-container .l-msg img {
		width: 4%;
	}
	.top-area .left .left-container .l-msg .l-item {
		width: auto;
	}
	.top-area .left .left-container .l-msg .l-about{
		width:auto;
		/* background-color: antiquewhite; */
	}
	
	.top-area .left .l-code {
		height: 18vh;
		/* width: 20%; */
		margin-left: 5%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.2rem;
		
	}
	.top-area .left .l-code img{
		height: 100%;
	}
	
	.top-area .right {
		width: 45vw;
		height: 40vh;
		/* background-color: aquamarine; */
		
		display: flex;
		justify-content: space-around;
		
		
	}
	.top-area .right .r-msg {
		width: 17vw;
		
		display: flex;
		flex-direction: column;
		/* background-color: #63c1ff; */

	}
	.top-area .right .r-msg .r-title{
		color: #FFF;
		font-size: 1.7rem;
		font-weight: 500;
		margin: 5% 0;
	}
	.top-area .right .r-msg .r-text {
		margin: 2% 1%;
		font-size: 1.2rem;
		font-weight: 400;
		
		color: #9FB3D0;
		text-decoration: none;
	}
	
	
	
	.btm-area {
		width: 100%;
		height: 5vh;
		background: #103365;
		font-size: 1rem;
		font-weight: 500;
		
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	

}

/* 适用于平板设备 */
@media (min-width: 768px) and (max-width: 1024px) {
	.main-area {
		min-height: 100vh;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		/* background-color: #d8fffb; */
	}

	/* 区域一 */
	.area-one {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: linear-gradient(90deg, #CEEEF8 0%, #fff 100%);

	}

	.text-container {
		width: 70vw;
		height: 30vh;
		color: #0E3461;
		padding: 15vh 0 5vh 0;
		/* background-color: #59b4f8; */

	}
	.text-container .t1 {
		font-size: 3.5rem;
		font-weight: 600;
	
	}
	
	.text-container .t2 {
		font-size: 2rem;
		font-weight: 500;
		margin: 2% 0 5% 0;
	}
	
	.text-container .t3 {
		width: 70vmin;
		line-height: 2rem;
		font-size: 1.2rem;
		font-weight: 400;
		color: #7192AD;
	}

	/* 旋转图片 */
	.container {
		position: relative;
		width: 60vmin;
		height: 60vmin;
		/* overflow: hidden; */
		/* background: #000; */
	}

	.logo {
		position: absolute;
		top: 0%;
		left: 0%;
		transform: translate(-50%, -50%);
	}

	.logomid {
		position: absolute;
		height: 60vmin;
		width: auto;
	}

	.product-view {
		position: absolute;
		top: 50%;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transform-origin: center center;
		z-index: 1;
		animation: rotate-around 20s linear infinite;
	}

	/* 设置产品图片大小 */
	.product {
		position: absolute;
		height: 15vmin;
		width: 15vmin;
		transform-origin: 0 0;
	}

	/* Keyframe for rotating all products */
	@keyframes rotate-around {
		0% {
			transform: rotate(0deg) translate(25vmin) rotate(0deg);
		}

		100% {
			transform: rotate(360deg) translate(25vmin) rotate(-360deg);
		}
	}

	/* 使用 nth-child 为每个 product-view 分配不同的旋转角度 */
	.product-view:nth-child(1) {
		animation-delay: 0s;
	}

	.product-view:nth-child(2) {
		animation-delay: -2.2s;
	}

	.product-view:nth-child(3) {
		animation-delay: -4.4s;
	}

	.product-view:nth-child(4) {
		animation-delay: -6.6s;
	}

	.product-view:nth-child(5) {
		animation-delay: -8.8s;
	}

	.product-view:nth-child(6) {
		animation-delay: -11s;
	}

	.product-view:nth-child(7) {
		animation-delay: -13.2s;
	}

	.product-view:nth-child(8) {
		animation-delay: -15.4s;
	}

	.product-view:nth-child(9) {
		animation-delay: -17.6s;
	}



	/* 区域二 */
	.area-two {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		/* justify-content: center; */
		align-items: center;
		color: #0E3461;
		font-size: 1.5rem;
		/* background-color: #62a1a8; */
		/* background: linear-gradient(90deg, #CEEEF8 0%, #fff 100%); */
	}

	.title {
		width: 100%;
		height: 5vh;
		margin: 15vh 0 2vh 0;
		font-size: 2rem;
		font-weight: 700;
		/* line-height: 1.5rem; */
		text-align: center;
		/* background-color: #FFF; */
	}

	.carousel {
		height: 78vh !important;
		width: 80vw !important;
		/* background-color: antiquewhite; */
		--el-color-white: none;

	}
	.carousel .el-carousel__item {
		width: 80vw !important;
		height: 50vh !important;
	}

	.el-carousel__item {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		/* justify-content: center !important; */
		/* background-color: #000; */
	}



	.card {
		width: 78vw;
		height: 48vh;
		border-radius: 0.5rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;

		overflow: hidden;
		background: #ffffff;
		box-shadow: 0px 5px 10px rgba(176, 176, 176, 0.5);

	}

	.img {
		width: 100%;
		height: 33vh;
		transform: scale(1.05);
	}

	.text {
		width: 100%;
		/* height: 100%; */
		margin: auto 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;

		
	}

	.text div {
		margin: auto 0;
	}
	
	.text .mock {
		width: 7vw;
		height: 0.4vh;
		margin: 0.5% 0;
		background: #FAB91C;
		border-radius: 5px;
	}
	
	.text .ct {
		/* margin-top: 0.5%; */
		font-size: 1.8rem;
	}
	
	.text .ct1 {
	
		font-size: 1.1rem;
		font-weight: 400;
	}
	
	.text .ct2 {
		font-size: 1.1rem;
	}

	/* 区域三 */
	.area-three{
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		color: #0E3461;
		/* background-color: beige; */
	}
	.c-container {
		width: 100%;
		height: 75vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
	}
	.carousel2 {
		width: 80vw;
		height: 30vh;
		/* background-color: aquamarine; */

	}
	.carousel2 .img2 {
		width: auto; 
		height: 100%;
		transform: scale(1);
		margin: 0 auto;
	}
	.introduction {
		width: 80vw;
		height: 40vh;
		/* background-color: aqua; */
		
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	
	.msg {
		display: flex;
		align-items: center;
		gap: 1.5vw;
		
	}
	.msg img {
		width: 3vmax;
	}
	
	.msg div {
		font-size: 2rem;
	}
	.function{
		width: 90%;
		display: flex; 
		align-items: center; 
		justify-content: space-around;
	}
	.f-container {
		display: flex; 
		flex-direction: column; 
		align-items: center;
		gap: 1rem;

		
	}
	.f-container .f-img {
		width: 7vmax; 
		height: auto;
	}
	
	.f-container .f-msg {
		width: 13vmax;
		font-size: 1.3rem;
		text-align: center;
	}
	
	/* 动态按钮 */
	@keyframes pulse-shadow {
	  0% {
	    box-shadow: 0px 0px 15px rgba(250, 185, 28, 0.6);
	  }
	  50% {
	    box-shadow: 0px 0px 30px rgba(250, 185, 28, 1);
	  }
	  100% {
	    box-shadow: 0px 0px 15px rgba(250, 185, 28, 0.6);
	  }
	}
	
	@keyframes pulse-text {
	  0% {
	    color: rgba(255, 255, 255, 0.8);
	    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	  }
	  50% {
	    color: rgba(255, 255, 255, 1);
	    text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
	  }
	  100% {
	    color: rgba(255, 255, 255, 0.8);
	    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	  }
	}
	
	.more-btn {
	  height: 8vmin !important;
	  width: 12vmax !important; 
	  background-color: #FAB91C !important; 
	  font-size: 1.25rem !important;
	  color: white;
	  font-weight: bold;
	  cursor: pointer;
	  border: none;
	  transition: transform 0.5s ease-in-out;
	  
	  /* 让按钮阴影脉冲 */
	  animation: pulse-shadow 1.5s infinite ease-in-out;
	}
	
	/* 让字体脉冲发光 */
	.more-btn span {
	  animation: pulse-text 1.5s infinite ease-in-out;
	}
	
	/* 鼠标悬停时，按钮变大 */
	.more-btn:hover {
	  transform: scale(1.05);
	  transition: transform 0.5s;
	}
	
	/* 区域四 */
	.area-four {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #0E3461;
		/* background: #f0ebb1; */
	}
	.container-partners {
		width: 90vw;
		height: 75vh;
		display: flex;
		flex-wrap: wrap;
		/* background-color: aqua; */

	}
	
	.container-partners .partner {
		width: 30vw;
		height: 15vh;
		/* background: #000; */
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		
		
	}
	.container-partners .partner img {
		height: 70%;
		width:  auto;
	}
	
	/* 区域五 */
	.area-five {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #0E3461;
		/* background: #bef0e4; */
	}
	.more {
		width: 78vw !important;
		height: 3vh;
		/* background-color: aqua; */
		
		color: #FFC300;
		font-weight: 400;
		text-align: end;
		text-decoration: none;
	}
	.container-news {
		width: 80vw;
		height: 70vh;
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		justify-content: space-around;
		/* background-color: #e7caff; */
	}
	.news-card {
		width: 80vw;
		height: 20vw;
		padding: auto 0 ;
		border-radius: 10px;
		/* background-color: #212121; */
		box-shadow: 0px 20px 40px  rgba(0, 0, 0, 0.06);
		
		display: flex;
		/* flex-direction: column; */
		align-items: flex-start;
		justify-content: space-around;
		
		overflow: hidden;
		cursor: pointer;

	}
	
	.news-card .n-img {
		width:  40%;
		height: auto;
		border-radius: 0.625rem;
		overflow: hidden;

	}
	.news-card .n-img img {
		width: 100%;
	}
	.news-card .n-img img:hover {
		transform: scale(1.1);
		transition: transform 1s;
	}
	
	.news-card .n-text {
		width: 40%;
		font-weight: 400;
		letter-spacing: 1.5px;

	}
	.news-card .n-text .n-t1 {
		width: 100%;
		color: #878DA4;
		margin: 3% 0 1% 0;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	.news-card .n-text .n-t2 {
	    font-size: 1rem;
	    line-height: 1.7rem;
	    height: 6.8rem; /* 1.7rem * 4 = 6.8rem */
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    word-break: break-word;
	}

	
	/* 区域六 */
	.area-six {
		width: 100%;
		height: 50vh;
		
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		
		color: #9FB3D0;
		background: #0E418A;
	}
	.top-area {
		width: 100%;
		height: 45vh;
		
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;

	}
	
	.top-area .left {
		width: 90vw;
		height: 20vh;
		padding: 1%;
		/* background-color: aqua; */
		display: flex;

	}
	.top-area .left .left-container {
		height: 20vh;
		/* background-color: aqua; */
		display: flex;
		flex-direction: column;
		justify-content: space-around;

	}
	.top-area .left .left-container .l-img {
		width: 30%;
	}
	.top-area .left .left-container .l-msg {
		display: flex;
		align-items: center;
		gap: 1%;
		font-size: 1.1rem;
		font-weight: 500;

	}
	.top-area .left .left-container .l-msg img {
		width: 4%;
	}
	.top-area .left .l-code {
		width: 15%;
		/* margin-left: 5%; */
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;

	}
	.top-area .left .l-code img{
		width: 100%;
	}
	
	.top-area .right {
		width: 90vw;
		height: 20vh;
		/* background-color: aquamarine; */
		
		display: flex;
		
	}
	.top-area .right .r-msg {
		width: 30vw;
		
		display: flex;
		flex-direction: column;
		/* background-color: #63c1ff; */
		
		
	}
	.top-area .right .r-msg .r-title{
		color: #FFF;
		font-size: 1.7rem;
		font-weight: 500;
		margin: 3% 0;
	}
	.top-area .right .r-msg .r-text {
		margin: 1.5% 1%;
		font-size: 1.1rem;
		font-weight: 400;
		
		color: #9FB3D0;
		text-decoration: none;
	}
	
	.btm-area {
		width: 100%;
		height: 5vh;
		background: #103365;
		font-size: 1rem;
		font-weight: 500;
		
		display: flex;
		align-items: center;
		justify-content: center;
	}
	


}


/* 适用于手机设备 */
@media (max-width: 767px) {
	.main-area {
		min-height: 100vh;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		/* background-color: antiquewhite; */
	}


	/* 区域一 */
	.area-one {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		background: linear-gradient(90deg, #CEEEF8 0%, #fff 100%);

	}

	.text-container {
		width: 80vw;
		height: 35vh;
		color: #0E3461;
		padding: 15vh 0 3vh 0;
		/* background-color: #59b4f8; */

	}
	.text-container .t1 {
		font-size: 2.5rem;
		font-weight: 600;
	
	}
	
	.text-container .t2 {
		font-size: 1.3rem;
		font-weight: 500;
		margin: 2% 0 5% 0;
	}
	
	.text-container .t3 {
		width: 80vw;
		line-height: 1.5rem;
		font-size: 1rem;
		font-weight: 400;
		color: #7192AD;
	}

	/* 旋转图片 */
	.container {
		position: relative;
		width: 70vmin;
		height: 70vmin;
		/* overflow: hidden; */
		/* background: #000; */
	}

	.logo {
		position: absolute;
		top: 0%;
		left: 0%;
		transform: translate(-50%, -50%);
	}

	.logomid {
		position: absolute;
		height: 70vmin;
		width: auto;
	}

	.product-view {
		position: absolute;
		top: 50%;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transform-origin: center center;
		z-index: 1;
		animation: rotate-around 20s linear infinite;
	}

	/* 设置产品图片大小 */
	.product {
		position: absolute;
		height: 20vmin;
		width: 20vmin;
		transform-origin: 0 0;
	}

	/* Keyframe for rotating all products */
	@keyframes rotate-around {
		0% {
			transform: rotate(0deg) translate(30vmin) rotate(0deg);
		}

		100% {
			transform: rotate(360deg) translate(30vmin) rotate(-360deg);
		}
	}

	/* 使用 nth-child 为每个 product-view 分配不同的旋转角度 */
	.product-view:nth-child(1) {
		animation-delay: 0s;
	}

	.product-view:nth-child(2) {
		animation-delay: -2.2s;
	}

	.product-view:nth-child(3) {
		animation-delay: -4.4s;
	}

	.product-view:nth-child(4) {
		animation-delay: -6.6s;
	}

	.product-view:nth-child(5) {
		animation-delay: -8.8s;
	}

	.product-view:nth-child(6) {
		animation-delay: -11s;
	}

	.product-view:nth-child(7) {
		animation-delay: -13.2s;
	}

	.product-view:nth-child(8) {
		animation-delay: -15.4s;
	}

	.product-view:nth-child(9) {
		animation-delay: -17.6s;
	}


	/* 区域二 */
	.area-two {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		/* justify-content: center; */
		align-items: center;
		color: #0E3461;
		font-size: 1.5rem;
		/* background-color: #62a1a8; */
		/* background: linear-gradient(90deg, #CEEEF8 0%, #fff 100%); */
	}

	.title {
		width: 100%;
		height: 5vh;
		margin: 15vh 0 2vh 0;
		font-size: 1.7rem;
		/* line-height: 1.5rem; */
		text-align: center;
		/* background-color: #FFF; */
	}

	.carousel {
		height: 70vh !important;
		width: 80vw !important;
		/* background-color: #80c5c1; */
		--el-color-white: none;
		gap: 30;

	}
	.carousel .el-carousel__item {
		width: 80vw !important;
		height: 50vh !important;
	}
	
	.el-carousel__item {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		/* background-color: #000; */
	}

	.card {
		width: 75vw;
		height: 35vh;
		border-radius: 0.5rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;

		overflow: hidden;
		background: #ffffff;
		box-shadow: 0px 5px 10px rgba(176, 176, 176, 0.5);

	}

	.img {
		width: 100%;
		/* height: 33vh; */
		transform: scale(1.05);
	}

	.text {
		width: 100%;
		/* height: 100%; */
		margin: auto 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;

	}
	
	.text div {
		margin: auto 0;
	}
	
	.text .mock {
		width: 7vw;
		height: 0.4vh;
		margin: 0.5% 0;
		background: #FAB91C;
		border-radius: 5px;
	}
	
	.text .ct {
		/* margin-top: 0.5%; */
		font-size: 1.8rem;
	}
	
	.text .ct1 {
	
		font-size: 1.1rem;
		font-weight: 400;
	}
	
	.text .ct2 {
		font-size: 1.1rem;
	}
	
	/* 区域三 */
	.area-three{
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		color: #0E3461;
		/* background-color: beige; */
	}
	.c-container {
		width: 100%;
		height: 75vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
	}
	.carousel2 {
		width: 80vw;
		height: 30vh;
		/* background-color: aquamarine; */
	
	}
	.carousel2 .img2 {
		width: auto; 
		height: 100%;
		transform: scale(1.1);
		margin: 0 auto;
	}
	.introduction {
		width: 80vw;
		height: 35vh;
		/* background-color: aqua; */
		
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	
	.msg {
		display: flex;
		align-items: center;
		gap: 1vw;

	}
	.msg img {
		width: 3vmax;
	}
	
	.msg .text {
		font-size: 1.5rem;
	}
	.function{
		display: flex; 
		align-items: center; 
	}
	.f-container {
		display: flex; 
		flex-direction: column; 
		align-items: center;
		gap: 1rem;

	}
	.f-container .f-img {
		width: 9vw; 
		height: auto;
	}
	
	.f-container .f-msg {
		width: 23vw;
		font-size: 1rem;
		font-weight: 500;
		text-align: center;
	}
	/* 动态按钮 */
	@keyframes pulse-shadow {
	  0% {
	    box-shadow: 0px 0px 15px rgba(250, 185, 28, 0.6);
	  }
	  50% {
	    box-shadow: 0px 0px 30px rgba(250, 185, 28, 1);
	  }
	  100% {
	    box-shadow: 0px 0px 15px rgba(250, 185, 28, 0.6);
	  }
	}
	
	@keyframes pulse-text {
	  0% {
	    color: rgba(255, 255, 255, 0.8);
	    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	  }
	  50% {
	    color: rgba(255, 255, 255, 1);
	    text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
	  }
	  100% {
	    color: rgba(255, 255, 255, 0.8);
	    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	  }
	}
	
	.more-btn {
	  height: 12vmin !important;
	  width: 15vmax !important; 
	  background-color: #FAB91C !important; 
	  font-size: 1.25rem !important;
	  color: white;
	  font-weight: bold;
	  cursor: pointer;
	  border: none;
	  transition: transform 0.5s ease-in-out;
	  
	  /* 让按钮阴影脉冲 */
	  animation: pulse-shadow 1.5s infinite ease-in-out;
	}
	
	/* 让字体脉冲发光 */
	.more-btn span {
	  animation: pulse-text 1.5s infinite ease-in-out;
	}
	
	/* 鼠标悬停时，按钮变大 */
	.more-btn:hover {
	  transform: scale(1.05);
	  transition: transform 0.5s;
	}
	
	
	/* 区域四 */
	.area-four {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #0E3461;
		/* background: #f0ebb1; */
	}
	.container-partners {
		width: 90vw;
		height: 75vh;
		display: flex;
		flex-wrap: wrap;
		/* background-color: aqua; */
		
		.partner{
			width: 30vw;
			height: 15vh;
			/* background: #000; */
			border-radius: 20px;
			display: flex;
			align-items: center;
			justify-content: center;
			
			img {
				height: 70%;
				width:  auto;
			}
		}
		
		
	}
	
	
	
	
	/* 区域五 */
	.area-five {
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #0E3461;
		/* background: #bef0e4; */
	}
	.more {
		width: 78vw !important;
		height: 3vh;
		/* background-color: aqua; */
		
		color: #FFC300;
		font-weight: 400;
		text-align: end;
		text-decoration: none;
	}
	.container-news {
		width: 90vw;
		height: 70vh;
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		justify-content: space-around;
		/* background-color: #e7caff; */
	}
	.news-card {
		width: 90vw;
		height: 20vh;
		padding: 1% ;
		border-radius: 10px;
		background-color: #fff;
		box-shadow: 0px 20px 40px  rgba(0, 0, 0, 0.06);
		
		display: flex;
		/* flex-direction: column; */
		align-items: center;
		justify-content: space-around;
		
		overflow: hidden;
		cursor: pointer;

	}
	.news-card .n-img {
		width: 50%;
		height: auto;
		border-radius: 0.625rem;
		overflow: hidden;

	}
	.news-card .n-img img {
		width: 100%;
	}
	.news-card .n-img img:hover {
		transform: scale(1.1);
		transition: transform 1s;
	}
	
	.n-text {
		width: 40%;
		font-weight: 400;
		
	}
	.n-text .n-t1 {
		width: 100%;
		font-size: 0.8rem;
		color: #878DA4;
		margin: 3% 0 1% 0;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	.n-text .n-t2 {
		font-size: 0.8rem;
	}

	/* 区域六 */
	.area-six {
		width: 100%;
		height: 50vh;
		
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		
		color: #9FB3D0;
		background: #0E418A;
	}
	.top-area {
		width: 100%;
		height: 45vh;
		
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;

	}
	.top-area .left {
		width: 90vw;
		height: 20vh;
		/* padding: 1%; */
		/* background-color: aqua; */
		display: flex;

	}
	.top-area .left .left-container {
		width: 85%;
		height: 20vh;
		/* background-color: aqua; */
		display: flex;
		flex-direction: column;
		gap: 1rem;

	}
	.top-area .left .left-container .l-img {
		width: 40%;
	}
	.top-area .left .left-container .l-msg {
		width: 100% ;
		display: flex;
		align-items: center;
		gap: 1%;
		font-size: 0.6rem;
		font-weight: 500;
		/* background-color: aliceblue; */

	}
	.top-area .left .left-container .l-msg img {
		width: 3vw;
	}
	
	.top-area .left .left-container .l-msg .l-item {
		width: 12vw;
	}
	.top-area .left .left-container .l-msg .l-about{
		width:auto;
		/* background-color: antiquewhite; */
	}
	.top-area .left .l-code {
		width: 15%;
		font-size: 0.8rem;
		font-weight: 400;
		/* margin-left: 5%; */
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		
		
	}
	.top-area .left .l-code img{
		width: 100%;
	}
	
	.top-area .right {
		width: 90vw;
		height: 20vh;
		/* background-color: aquamarine; */
		
		display: flex;

	}
	.top-area .right .r-msg {
		width: 32vw;
		
		display: flex;
		flex-direction: column;
		/* background-color: #63c1ff; */

	}
	.top-area .right .r-msg .r-title {
		color: #FFF;
		font-size: 1rem;
		font-weight: 500;
		margin: 5% 0;
	}
	.top-area .right .r-msg .r-text {
		margin: 2% 1%;
		font-size: 0.7rem;
		font-weight: 400;
		
		color: #9FB3D0;
		text-decoration: none;
	}
	
	.btm-area {
		width: 100%;
		height: 5vh;
		background: #103365;
		font-size: 0.7rem;
		font-weight: 500;
		text-align: center;
		
		display: flex;
		align-items: center;
		justify-content: center;
	}



}