/* banner swiper */

#main-swiper-container {
	width: 100%;
	margin-top: 95px;
}

#main-swiper-container .swiper-slide {
	width: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
}

#main-swiper-container .swiper-button-next {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	font-size: 10px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	line-height: 41px;
	text-align: center;
	margin-right: 20px;
}

#main-swiper-container .swiper-button-prev {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	font-size: 10px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	line-height: 41px;
	text-align: center;
	margin-left: 20px;
}

#main-swiper-container .swiper-slide .text-area {
	position: absolute;
	z-index: 99;
}

/* @media (min-width:1401px) {
	#main-swiper-container .swiper-slide .text-area {
		position: absolute;
		top: 315px;
		left: 330px;
	}

	#main-swiper-container .products {
		width: 621px;
		height: 297px;
		background: rgba(4, 25, 66, 0.75);
		border: 5px solid #55BDFF;
		border-radius: 20px;
		position: absolute;
		top: 354px;
		right: 326px;
	}
}

@media (max-width:1400px) {
	#main-swiper-container .swiper-slide .text-area {
		position: absolute;
		top: 215px;
		left: 130px;
	}

	#main-swiper-container .products {
		width: 621px;
		height: 297px;
		background: rgba(4, 25, 66, 0.75);
		border: 5px solid #55BDFF;
		border-radius: 20px;
		position: absolute;
		top: 254px;
		right: 126px;
	}
} */

#main-swiper-container .swiper-slide .text-area p {
	font-size: 62px;
	font-family: "MicrosoftYaHei";
	font-weight: bold;
	color: #FFFFFF;
	line-height: 58px;
	text-shadow: 0px 0px 8px #0A162D;
}

#main-swiper-container .swiper-slide .text-area .title {
	font-size: 55px;
	font-family: "Arial-BoldMT";
	font-weight: bold;
	color: #FFFFFF;
	line-height: 58px;
	text-shadow: 0px 4px 10px rgba(10, 22, 45, 0.7500);
}

#main-swiper-container .swiper-slide .text-area-opacityUp {
	animation-name: opacityUp1;
	animation-duration: 5s;
}

#main-swiper-container .swiper-slide .text-area-opacityUp .title {
	animation-name: opacityUp1;
	animation-duration: 2s;
}

#main-swiper-container .swiper-slide .text-area-opacityUp .content1 {
	animation-name: opacityUp2;
	animation-duration: 2s;
}

#main-swiper-container .swiper-slide .text-area-opacityUp .content3::after {
	animation-name: opacityUp3;
	animation-duration: 2s;
}

#main-swiper-container .swiper-slide .text-area-opacityUp .content3 {
	animation-name: opacityUp4;
	animation-duration: 2s;
}

#main-swiper-container .swiper-slide .text-area-opacityUp .content2::after {
	animation-name: opacityUp2;
	animation-duration: 2s;
}

#main-swiper-container .swiper-slide .text-area-opacityUp .content-opacityUp1 {
	animation-name: opacityUp3;
	animation-duration: 2s;
}

#main-swiper-container .swiper-slide .text-area-opacityUp .content-opacityUp2 {
	animation-name: opacityUp4;
	animation-duration: 2s;
}

#main-swiper-container .swiper-slide .text-area-opacityUp .button {
	animation-name: opacityUp5;
	animation-duration: 2s;
}

#main-swiper-container .swiper-slide .text-area .content2::after {
	content: "";
	position: absolute;
	top: -48px;
	left: 0;
	width: 480px;
	height: 14px;
	background: linear-gradient(39deg, #095DA4, #00A7D1);
	opacity: 0.75;
}

#main-swiper-container .swiper-slide .text-area .content3::after {
	content: "";
	position: absolute;
	top: -48px;
	left: 0;
	width: 480px;
	height: 14px;
	background: linear-gradient(39deg, #095DA4, #00A7D1);
	opacity: 0.75;
}

#main-swiper-container .swiper-slide .scroll-down {
	position: absolute;
	bottom: 24px;
	width: 100%;
	text-align: center;
}


#main-swiper-container .swiper-img {
	width: 100%;
	height: 100%;
}

#main-swiper-container .swiper-img-enlarge {
	animation-name: enlarge;
	animation-duration: 20s;
	transform: scale(1.2);
}



#main-swiper-container .products1 {
	width: 281px;
	height: 252px;
	position: absolute;
	left: 44px;
	top: 14px;
}

#main-swiper-container .products2 {
	width: 224px;
	height: 261px;
	position: absolute;
	left: 67px;
	top: 15px;
}

#main-swiper-container .products3 {
	width: 315px;
	height: 240px;
	position: absolute;
	left: 18px;
	top: 33px;
}

#main-swiper-container .products-content {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 35px;
	height: 100%;
	width: 235px;
	font-size: 28px;
	font-family: "Myriad Pro";
	word-wrap: break-word;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}

#main-swiper-container .products-content.special {
	font-size: 20px;
}

#main-swiper-container .products-Involution {
	animation-name: Involution;
	animation-duration: 1s;
}

@keyframes enlarge {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

@keyframes opacityUp {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes opacityUp1 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes opacityUp2 {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	35% {
		opacity: 1;
	}
}

@keyframes opacityUp3 {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	45% {
		opacity: 1;
	}
}

@keyframes opacityUp4 {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	55% {
		opacity: 1;
	}
}

@keyframes opacityUp5 {
	0% {
		opacity: 0;
	}

	60% {
		opacity: 0;
	}

	85% {
		opacity: 1;
	}
}

@keyframes Involution {
	0% {
		opacity: 0;
		right: 0px;
	}

	40% {
		opacity: 0;
		right: 0px;
	}

	90% {
		opacity: 1;
		right: 326px;
	}

	100% {
		opacity: 1;
		right: 326px;
	}
}

@keyframes Product {
	0% {
		opacity: 0;
		top: 100px;
	}

	100% {
		opacity: 1;
		top: 0;
	}
}

@keyframes Product_return {
	0% {
		opacity: 1;
		top: 0;
	}

	100% {
		opacity: 0;
		top: 100px;
	}
}

/* featured-products */

.featured-products {
	width: 100%;
	height: 1029px;
	background: rgb(29, 29, 31);
	position: relative;
	overflow: hidden;
	/* top: 100px;
	opacity: 0; */
}

.feature_animation_return {
	top: 100px;
	opacity: 0;
	animation-name: Product_return;
	animation-duration: 0.5s;
}

.feature_animation {
	top: 0;
	opacity: 1;
	animation-name: Product;
	animation-duration: 0.5s;
}

.featured-products .title {
	position: relative;
	margin-top: 151px;
	margin-bottom: 113px;
	width: 224px;
	height: 55px;
	text-align: center;
	font-size: 38px;
	font-family: "MicrosoftYaHei";
	font-weight: 400;
	color: #FBFBFD;
	line-height: 55px;
	border: 2px solid #FFFFFF;
	border-radius: 28px;
}

.featured-products .content {
	position: relative;
	width: 1670px;
	height: 536px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.featured-products .product-item {
	width: 318px;
	height: 536px;
	background: rgb(238, 238, 238);
	cursor: pointer;
}

.featured-products .product-item .product-title {
	width: 100%;
	text-align: center;
	margin-top: 70px;
	font-size: 24px;
	font-family: 'MicrosoftYaHei';
	font-weight: 400;
	color: #000000;
}

.featured-products .product-item:hover {
	transform: scale(1.15);
	border: 9px solid #0670C6;
}

.featured-products .product-item:hover .product-title {
	/* font-size: 29px; */
	font-weight: bold;
	color: #0670C6;
}

/* scheme */
.scheme {
	width: 100%;
	height: 961px;
	background: rgb(0, 0, 0);
	position: relative;
	overflow: hidden;
}

.scheme .title {
	margin-top: 103px;
	margin-bottom: 106px;
	width: 224px;
	height: 55px;
	text-align: center;
	font-size: 38px;
	font-family: "MicrosoftYaHei";
	font-weight: 400;
	color: #FBFBFD;
	line-height: 55px;
	border: 2px solid #FFFFFF;
	border-radius: 28px;
	position: relative;
}

.scheme .content {
	width: 1920px;
	height: 697px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.scheme .scheme-item {
	width: 638px;
	height: 697px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.scheme .scheme-item .scheme-title {
	width: 100%;
	text-align: center;
	margin-top: 70px;
	font-size: 24px;
	font-family: 'MicrosoftYaHei';
	font-weight: 400;
	color: #000000;
}

.scheme-item-con {
	position: relative;
	width: 561px;
	height: 619px;
	border: 3px solid transparent;
	border-radius: 20px;
}

.scheme-item-con>.icon {
	position: absolute;
	top: 74px;
	left: 58px;
}

.scheme-item-con .text {
	position: absolute;
	top: 205px;
	left: 53px;
	font-size: 32px;
	font-family: 'MicrosoftYaHei';
	font-weight: 400;
	color: #FBFBFD;
}

.scheme-item-con hr {
	position: absolute;
	top: 300px;
	left: 53px;
	height: 5px;
	width: 267px;
	background: #FBFBFD;
}

.scheme-item-con .hide-con {
	position: absolute;
	top: 337px;
	left: 57px;
	display: flex;
	flex-direction: column;
	width: 270px;
	height: 84px;
	font-size: 17px;
	font-family: 'MicrosoftYaHeiLight';
	font-weight: 400;
	color: #FBFBFD;
	text-align: justify;
	display: none;
}

.scheme-item-con .hide-con img {
	position: absolute;
	top: 142px;
	left: 0;
	float: left;
}

.scheme-item-con>.show-icon {
	position: absolute;
	top: 410px;
	left: 58px;
}

.scheme .scheme-item:hover {
	background: rgb(6, 112, 198) !important;
}

.scheme .scheme-item:hover .scheme-title {
	/* font-size: 29px; */
	font-weight: bold;
	color: #0670C6;
}

.scheme .scheme-item:hover .scheme-item-con {
	border: 3px solid #FBFBFD;
}

.scheme .scheme-item:hover .hide-con {
	display: block;
}

.scheme .scheme-item:hover .scheme-item-con>.show-icon {
	display: none;
}


.guodu {
	height: 86px;
	background: rgb(29,29,31);
}


