
/*轮播图*/
.train_banner{width:100%;overflow:hidden;position:relative;}
.train_banner .swiper-slide{
	overflow: hidden;
}
.train_banner .swiper-slide img{
	display: block;
	animation: banner-scale infinite linear 6s;
}
.train_banner .swiper-button-next,
.train_banner .swiper-button-prev{
	z-index: 112;
}
/* 新增 */
@keyframes banner-scale{
	0%   {
		transform: scale(1);
	}
	50%  {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

#particles-js{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 1;
}
#particles-js canvas{
	width: 100%;
	height: 100%;
}
#particles-js1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
#particles-js1 canvas{
	width: 100%;
	height: 100%;
}

.navMenubox{
	background: none;
	margin-bottom: 30px;
}
.navMenu1{
	display: flex;
	justify-content: space-between;
	padding: 0 1%;
}
.navMenu1 li{
	padding: 15px 52px;
	background: #fff;
	margin: 0 2px;
	/* border-radius: 30px; */
	position: relative;
}
.navMenu1 li.active{
	background: #004EAD;
	color: #fff;
}