.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	min-height: 340px;
}
.banner .swiper-slide  .slide-box{
	position: absolute;
	max-width: 82%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner .swiper-slide  .slide-box .text-title{
	font-size: 48px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.25;
	text-align: center;
}
.banner .swiper-pagination{
	bottom: 40px;
}
.banner .swiper-pagination-bullet{
	position: relative;
	width: 60px;
	height: 2px;
	background: rgba(255,255,255,.4);
	border-radius: 0;
}
.banner .swiper-pagination-bullet::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 0;
	background-color: #7335A2;
}
.banner .swiper-pagination-bullet-active::before{
	width: 100%;
	transition: all .6s;
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	color: #FFFFFF;
	cursor: pointer;
	transition: all .6s;
}
.banner .btn:hover{
	color: #7335A2;
}
.banner .btn .iconfont{
	font-size: 24px;
	font-weight: bold;
}
.banner .btn-prev{
	left: 3.125%;
}
.banner .btn-next{
	right: 3.125%;
}
.index{
	position: relative;
}
#particles-js {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.box1{
	position: relative;
	padding: 100px 0 125px;
	text-align: center;
	z-index: 3;
}
.box1 .box-c{
	margin-top: 60px;
}
.box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px 25px;
}
.box1 .box-c .list .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1.66;
	margin-top: 22px;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box1 .box-c .list li:hover .text-title{
	color: #7335A2;
}
.box1 .box-c .list .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-top: 11px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box1 .box-c .more{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 45px auto 0;
	width: 120px;
	height: 44px;
	border: 1px solid #C4CFDB;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	transition: all .5s;
}
.box1 .box-c .more:hover{
	background-color: #7335A2;
	color: #fff;
	border-color: #7335A2;
	box-shadow: 5px 9px 30px 0px rgba(115,53,162,0.2);
}
.box2 {
	position: relative;
	text-align: center;
	padding-bottom: 120px;
	z-index: 3;
}
.box2 .box-c{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	/* align-items: flex-start; */
}
.box2 .box-c .l{
	width: 50%;
	display: flex;
	gap: 10px;
	text-align: left;
}
.box2 .box-c .l .pic,
.box2 .box-c .l a{
	display: block;
	height: 100%;
}
.box2 .box-c .l .imgScale{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box2 .box-c .l-l{
	position: relative;
	width: 38.57%;
}
.box2 .box-c .l-l-box{
	position: absolute;
	padding: 105px 30px 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.box2 .box-c .l-l-box .en,
.box2 .box-c .l-l-box .zh{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 1.54;
}
.box2 .box-c .l-l-box .en{
	text-transform: uppercase;
	font-family: Rany-Bold;
	white-space: nowrap;
}
.box2 .box-c .l-l-box .more{
	display: inline;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FEFEFE;
	line-height: 1;
	padding: 0 10px 18px;
	border-bottom: 1px solid #FEFEFE;
}
.box2 .box-c .l-r{
	flex: 1;
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 10px;
}
.box2 .box-c .l-r a{
	position: relative;
}
.box2 .box-c .l-r .text-title{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 0 30px;
	font-size: 18px;
	line-height: 1.66;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FEFEFE;
	z-index: 2;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box2 .box-c .r{
	width: 47.85%;
	border-left: 2px solid #DEDEDE;
	padding-left: 2.14%;
	text-align: left;
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
}
.box2 .box-c .r-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box2 .box-c .r-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}
.box2 .box-c .r-t .more{
	display: flex;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	transition: all .6s;
}
.box2 .box-c .r-t .more:hover{
	color: #7335A2;
}
.box2 .box-c .r-t .more .iconfont{
	margin-left: 7px;
	font-size: 24px;
}
.box2 .box-c .r .list{
	margin-top: 50px;
}
.box2 .box-c .r .list li>a{
	display: flex;
}
.box2 .box-c .r .list li:not(:first-child){
	padding-top: 30px;
	border-top: 1px solid #DEDEDE;
}
.box2 .box-c .r .list li:not(:last-child){
	padding-bottom: 30px;
}
.box2 .box-c .r .list li .time{
	width: 90px;
	height: 90px;
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 18px 14px;
	color: #222222;
	transition: all .6s;
}
.box2 .box-c .r .list li:hover .time{
	background-color: #7335A2;
	border-color: #7335A2;
	color: #fff;
}
.box2 .box-c .r .list li .date{
	font-size: 36px;
	font-family: Rany;
	font-weight: 400;
	line-height: 1;
}
.box2 .box-c .r .list li .year{
	font-size: 16px;
	font-family: Rany;
	font-weight: 400;
	line-height: 1;
}
.box2 .box-c .r .list li .text-box{
	flex: 1;
	margin-left: 19px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box2 .box-c .r .list li .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box2 .box-c .r .list li:hover .text-title{
	color: #7335A2;
	font-weight: bold;
}
.box2 .box-c .r .list li .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width:1440px) {
	.banner .swiper-slide .slide-box .text-title{
		font-size: 36px;
	}
	.box2 .box-c .r .list{
		margin-top: 25px;
	}
	.box2 .box-c .l-l-box{
		padding-left: 20px;
	}
	.box2 .box-c .r-title,
	.box2 .box-c .l-l-box .en, .box2 .box-c .l-l-box .zh{
		font-size: 22px;
	}
}
@media (max-width:1280px) {
	.banner .swiper-slide .slide-box .text-title{
		font-size: 30px;
	}
}
@media (max-width: 1199px) {
	.box2 .box-c .r-title, .box2 .box-c .l-l-box .en, .box2 .box-c .l-l-box .zh{
		font-size: 20px;
	}
	.box2 .box-c .l-l-box .en{
		white-space: normal;
	}
	.box2 .box-c .r .list li .date{
		font-size: 30px;
	}
	.box2 .box-c .r .list li .time{
		width: 70px;
		height: 70px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.box2 .box-c .r .list li:not(:last-child){
		padding-bottom: 20px;
	}
	.box2 .box-c .r .list li:not(:first-child){
		padding-top: 20px;
	}
	.banner .swiper-slide .slide-box .text-title{
		font-size: 28px;
	}
	.banner .swiper-pagination{
		bottom: 10px;
	}
	.box1{
		padding: 70px 0;
	}
	.box2{
		padding-bottom: 70px;
	}
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 45px;
	}
}
@media (max-width: 1028px) {
	.box2 .box-c{
		flex-direction: column;
	}
	.box2 .box-c .l{
		width: 100%;
	}
	.box2 .box-c .r{
		margin-top: 40px;
		border-left: none;
		padding-left: 0;
		width: 100%;
	}
	.banner .swiper-slide .slide-box .text-title{
		font-size: 26px;
	}
	.box1{
		padding: 60px 0;
	}
	.box2{
		padding-bottom: 60px;
	}
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 40px;
	}
	.box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.box1 .box-c .more{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.box2 .box-c .r{
		margin-top: 30px;
	}	
	.box1 .box-c .more{
		margin-top: 30px;
	}
	.box1{
		padding: 50px 0;
	}
	.box2{
		padding-bottom: 50px;
	}
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 30px;
	}
	.banner .swiper-slide .slide-box .text-title{
		font-size: 24px;
	}
	.banner .btn .iconfont{
		font-size: 18px;
	}
	.banner .btn-prev{
		left: 1.5%;
	}
	.banner .btn-next{
		right: 1.5%;
	}
	.banner .swiper-pagination-bullet{
		width: 30px;
	}
	.box2 .box-c .l-r .text-title{
		font-size: 16px;
		padding: 0 20px;
		bottom: 10px;
	}
	#particles-js{
		display: none;
	}
}
@media (max-width: 500px) {
	.box2 .box-c .r .list li .text-box{
		margin-left: 10px;
	}
	.box2 .box-c .r .list li .date{
		font-size: 22px;
	}
	.box2 .box-c .r .list li .year{
		font-size: 14px;
	}
	.box2 .box-c .l-l-box .more{
		font-size: 12px;
		padding: 0 5px 9px;
	}
	.box2 .box-c .l-r .text-title{
		padding: 0 10px;
	}
	.box2 .box-c .r .list{
		margin-top: 15px;
	}
	.box2 .box-c .r-title, .box2 .box-c .l-l-box .en, .box2 .box-c .l-l-box .zh{
		font-size: 18px;
	}
	.box2 .box-c .l-l-box{
		padding: 50px 10px;
	}
	.box2 .box-c .r{
		margin-top: 25px;
	}
	.banner .swiper-slide .slide-box .text-title{
		font-size: 22px;
	}
	.box1{
		padding: 40px 0;
	}
	.box2{
		padding-bottom: 40px;
	}
	.box1 .box-c .more,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 25px;
	}
	.box1 .box-c .list{
		gap: 25px 13px;
	}
	.box1 .box-c .list .text-title{
		font-size: 16px;
		margin-top: 10px;
	}
	.box1 .box-c .more{
		width: 100px;
		height: 38px;
	}
	.box1 .box-c .list .text-des{
		margin-top: 6px;
	}
	.box2 .box-c .r .list li .text-title{
		font-size: 16px;
	}
}