.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	/* min-height: 500px; */
}
.banner .swiper-slide .slideBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.banner .swiper-slide .title{
	font-size: 50px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.banner .swiper-slide .des{
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	margin-top: 30px;
	width: 595px;
	max-width: 100%;
}
.banner .swiper-slide .text-box{
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2;
	margin-top: 25px;
}
.banner .swiper-slide .text-box .item{
	display: flex;
}
.banner .swiper-slide .text-box .item:not(:last-child){
	margin-bottom: 10px;
}
.banner .swiper-slide .text-box .item .line{
	width: 6px;
	height: 24px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin-top: 6px;
}
.banner .swiper-slide .text-box .item span{
	flex: 1;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	margin-left: 10px;
}
.banner .swiper-pagination{
	bottom: 25px;
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
}
.banner .swiper-pagination-bullet-active{
	background-color: #0071F6;
}
.box1{
	background-color: #FAFAFA;
	padding: 60px 0;
}
.index-title .title{
	font-size: 46px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.index-title .line{
	width: 76px;
	height: 10px;
	background: linear-gradient(90deg, #06B1E5 0%, #0071F6 100%);
	opacity: 1;
	margin-top: 17px;
}
.index-title .line{
	height: 8px;
}
.index-title .title{
	font-size: 30px;
}
.box1 .box-c{
	margin-top: 50px;
}
.box1 .box-c .swiper-slide{
	width: 19.21%;
}
.box1 .box-c .swiper-slide:not(:last-child){
	margin-right: .98%;
}
.box1 .box-c .swiper-slide .pic{
	border-radius: 10px;
}
.box1 .box-c .swiper-slide  .text-title{
	font-size: 22px;
	font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
	font-weight: 500;
	color: #999999;
	line-height: 1;
	margin-top: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box1 .box-c .swiper-slide  .text-line{
	width: 110px;
	height: 3px;
	background: linear-gradient(90deg, #06B1E5 0%, #0071F6 100%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin-top: 9px;
}
.box1 .box-c .swiper-slide  .text-des{
	font-size: 18px;
	font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
	/* font-weight: bold; */
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 13px;
}
.box1 .box-c .swiper-slide  .text{
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.33;
	min-height: 72px;
	margin-top: 17px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box1 .box-c .swiper-slide .more{
	text-align: right;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 20px;
	transition: all .6s;
}
.box1 .box-c .swiper-slide:hover .more{
	color: #0071F6;
}
.box1 .swiper-pagination,
.box2 .swiper-pagination,
.box3 .swiper-pagination{
	position: relative;
	bottom: auto;
	margin-top: 30px;
}
.box2{
	padding: 67px 0 60px;
}
.box2 .box-c .swiper{
	overflow: visible;
}
.box2 .box-c .swiper-wrapper{
	justify-content: space-between;
}
.box2 .box-c .swiper-slide{
	width: 31.54%;
}
/* .box2 .box-c .swiper-slide:not(:last-child){
	margin-right: 2.69%;
} */
.box2 .box-c .swiper-slide .slide-t{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(1,155,255,0.45);
}
.box2 .box-c .swiper-slide .slide-t::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 187px;
	height: 2px;
	background: linear-gradient(136deg, #06B1E5 0%, #0071F6 100%);
}
.box2 .box-c .swiper-slide .slide-t .more{
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.box2 .box-c .swiper-slide .slide-c .list li{
	margin-top: 14px;
	border-top: 1px solid rgba(1, 155, 255, .2);
}
.box2 .box-c .swiper-slide .slide-c .list li:first-child{
	border-top: none;
}
.box2 .box-c .swiper-slide .slide-c .list li:hover{
	border-radius: 10px;
	box-shadow: 0px 3px 10px 1px rgba(1,155,255,0.34);
}
.box2 .box-c .swiper-slide .slide-c .list li a{
	display: flex;
	padding: 14px;
}
.box2 .box-c .swiper-slide .slide-c .list li .pic{
	width: 48.82%;
}
.box2 .box-c .swiper-slide .slide-c .list li .text-box{
	flex: 1;
	margin-left: 20px;
}
.box2 .box-c .swiper-slide .slide-c .list li .text{
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.3;
}
.box2 .box-c .swiper-slide .slide-c .list li:hover .text{
    color: #0071F6;
}
.box2 .box-c .swiper-slide:last-child{
	width: 25.87%;
}
.box2 .box-c .swiper-slide .list1 li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 74px;
	background: #F2F4F5;
	border-radius: 10px 10px 10px 10px;
	transition: all .6s;
}
.box2 .box-c .swiper-slide .list1 li:hover a{
	background-color: rgba(0, 113, 246, 1);
}
.box2 .box-c .swiper-slide .list1{
	margin-top: 14px;
}
.box2 .box-c .swiper-slide .list1 li .text-box{
	width: 117px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	transition: all .6s;
}
.box2 .box-c .swiper-slide .list1 li:hover .text-box{
	color: #fff;
}
.box2 .box-c .swiper-slide .list1 li .text-box .text{
	font-family: Microsoft YaHei-Regular, Microsoft YaHei !important;
}
.box2 .box-c .swiper-slide .list1 li .text-box .iconfont{
	font-size: 24px;
	margin-right: 10px;
}
.box2 .box-c .swiper-slide .list1 li:not(:last-child){
	margin-bottom: 30px;
}
.box3{
	padding: 60px 0;
	background-color: RGBA(250, 250, 250, 1);
}
.box3 .box-c{
	margin-top: 63px;
}
.box3 .box-c .swiper-slide{
	width: 30.43%;
}
.box3 .box-c .swiper-slide:not(:last-child){
	margin-right: 3.27%;
}
.box3 .box-c .swiper-slide:nth-child(2){
	margin-right: 4.5%;
}
.box3 .box-c .swiper-slide:last-child{
	width: 31.3%;
}
.box3 .box-c .swiper-slide.pictureBox .text{
	font-size: 15px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 18px;
}
.box3 .box-c .swiper-slide.pictureBox .text-title{
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box3 .box-c .swiper-slide.pictureBox:hover .text-title{
	color: #0071F6;
}
.box3 .box-c .newsListBox .slide-t{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(112, 112, 112, 1);
}
.box3 .box-c .newsListBox .slide-t .more{
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.box3 .box-c .newsListBox .slide-c a{
	display: flex;
	justify-content: space-between;
	padding: 24px 0;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	border-bottom: 1px solid rgba(112, 112, 112, 1);
}
.box3 .box-c .newsListBox .slide-c a:hover{
	color: #0071F6;
	border-color: #0071F6;
}
.box3 .box-c .newsListBox .slide-c .text-title{
	flex: 1;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 20px;
}
.box4{
	padding: 60px 0;
}
.box4 .box-c{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.box4 .box-c .l{
	position: relative;
	width: 50.81%;
	padding-top: 40px;
	z-index: 3;
}
.box4 .box-c .l .text-box{
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.65;
}
.box4 .box-c .l .text-box p{
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
.box4 .box-c .l .text-box p:not(:last-child){
	margin-bottom: 38px;
}
.box4 .box-c .l .list{
	margin-top: 76px;
	width: 187%;
	display: flex;
	background-color: #fff;
}
.box4 .box-c .l .list li{
	flex: 1;
	padding: 36px 0;
	text-align: center;
	transition: all .6s;
}
.box4 .box-c .l .list li:hover{
	background-color: #0071F6;
}
.box4 .box-c .l .list li .icon .iconfont{
	font-size: 50px;
	color: RGBA(153, 153, 153, 1);
	transition: all .6s;
}
.box4 .box-c .l .list li:hover .icon .iconfont,
.box4 .box-c .l .list li:hover .text-title{
	color: rgba(255, 255, 255, 1);
}
.box4 .box-c .l .list li .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 34px;
	transition: all .6s;
}
.box4 .box-c .r{
	width: 43.22%;
}
@media (max-width:1440px) {
	.banner .swiper-slide .title,
	.index-title .title{
		/* font-size: 36px; */
	}
	.index-title .line{
		height: 8px;
	}
	.banner .swiper-slide .des,
	.banner .swiper-slide .text-box{
		font-size: 16px;
		margin-top: 20px;
	}
	.banner .swiper-slide .text-box .item .line{
		width: 4px;
		height: 20px;
	}
	.banner .swiper-slide .text-box .item:not(:last-child){
		margin-bottom: 5px;
	}
	.box1 .box-c .swiper-slide .text-title{
		font-size: 22px;
	}
	.box1 .box-c .swiper-slide .text-line{
		width: 90px;
	}
	.box1 .box-c .swiper-slide .text-des,
	.box1 .box-c .swiper-slide .text{
		font-size: 16px;
	}
	.box1 .box-c .swiper-slide .text{
		min-height: 64px;
	}
	.box1 .box-c .swiper-slide .more{
		font-size: 14px;
	}
	.box2 .box-c .swiper-slide .slide-c .list li .text{
		font-size: 16px;
	}
	.box2 .box-c .swiper-slide .list1 li a{
		height: 60px;
	}
	.box2 .box-c .swiper-slide .list1 li:not(:last-child){
		margin-bottom: 20px;
	}
	.box3 .box-c .swiper-slide.pictureBox .text{
		font-size: 16px;
	}
	.box3 .box-c .swiper-slide.pictureBox .text-title{
		font-size: 18px;
	}
	.box3 .box-c .newsListBox .slide-t{
		font-size: 22px;
	}
	.box3 .box-c .newsListBox .slide-c .text-title,
	.box3 .box-c .newsListBox .slide-c a{
		font-size: 16px;
	}
	.box4 .box-c .l .text-box{
		font-size: 16px;
	}
	.box4 .box-c .l .list{
		width: 170%;
		margin-top: 40px;
	}
	.box4 .box-c .l{
		padding-top: 0;
	}
	.box4 .box-c .l .list li .icon .iconfont{
		font-size: 40px;
	}
	.box4 .box-c .l .list li .text-title{
		font-size: 16px;
		margin-top: 20px;
	}
	.box4 .box-c .l .list li{
		padding: 25px 0;
	}
	.box4 .box-c .r{
		width: 45%;
	}
}
@media (max-width:1280px) {
	.banner .swiper-slide .title,
	.index-title .title{
		font-size: 30px;
	}
	.index-title .line{
		height: 5px;
		margin-top: 10px;
	}
	.box2 .box-c .swiper-slide{
		width: 33.54%;
	}
	.box2 .box-c .swiper-slide .slide-c .list li .text{
		font-size: 16px;
	}
	.box2 .box-c .swiper-slide .slide-t .more{
		font-size: 16px;
	}
}	
@media (max-width:1199px) {
	.banner .swiper-slide .title,
	.index-title .title{
		font-size: 28px;
	}
	.box1 .box-c,
	.box3 .box-c,
	.box4 .box-c{
		margin-top: 40px;
	}
	.box1,.box2,.box4,.box3,{
		padding: 60px 0;
	}
	.box1 .box-c .swiper-slide{
		width: 32%;
	}
	.box1 .box-c .swiper-slide:not(:last-child){
		margin-right: 1.5%;
	}
}
@media (max-width:1024px) {
	.box1 .box-c,
	.box3 .box-c,
	.box4 .box-c{
		margin-top: 35px;
	}
	.box1,.box2,.box4,.box3{
		padding: 55px 0;
	}
	.banner .swiper-slide .title,
	.index-title .title{
		font-size: 26px;
	}
	.banner .swiper-slide .des,
	.banner .swiper-slide .text-box{
		font-size: 14px;
		margin-top: 15px;
	}
	.banner .swiper-pagination{
		bottom: 15px;
	}
	.box2 .box-c .swiper-slide,
	.box2 .box-c .swiper-slide:last-child,
	.box3 .box-c .swiper-slide,
	.box3 .box-c .swiper-slide:last-child{
		width: 48%;
	}
	.box2 .box-c .swiper-slide:not(:last-child),
	.box3 .box-c .swiper-slide:nth-child(2),
	.box3 .box-c .swiper-slide:not(:last-child){
		margin-right: 4%;
	}
	.box2 .box-c .swiper-wrapper{
		justify-content: flex-start;
	}
	.box2 .box-c .swiper-slide .list1 li a{
		height: 45px;
	}
	.box2 .box-c .swiper-slide .list1 li .text-box{
		font-size: 16px;
	}
	.box2 .box-c .swiper-slide .list1 li .text-box .iconfont{
		font-size: 22px;
	}
	.box3 .box-c .newsListBox .slide-t{
		font-size: 20px;
	}
	.box4 .box-c .l .text-box p:not(:last-child){
		margin-bottom: 15px;
	}
	.box4 .box-c .l .list{
		margin-top: 20px;
	}
	.box4 .box-c .l .list li .icon .iconfont{
		font-size: 30px;
	}
	.box4 .box-c .l .list li .text-title{
		margin-top: 10px;
	}
	.box4 .box-c .l .list li{
		padding: 20px 0;
	}
}
@media (max-width: 768px) {
	.box4 .box-c{
		flex-direction: column;
	}
	.box4 .box-c .l{
		width: 100%;
	}
	.box4 .box-c .l .list{
		width: 100%;
	}
	.box4 .box-c .l .list{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 20px 3%;
	}
	.box4 .box-c .r{
		width: 100%;
		margin-top: 25px;
	}
	.box4 .box-c .r img{
		width: 400px;
		max-width: 100%;
		margin: 0 auto;
	}
	.box1 .swiper-pagination, .box2 .swiper-pagination, .box3 .swiper-pagination{
		margin-top: 20px;
	}
	.box2 .box-c .swiper-slide, .box2 .box-c .swiper-slide:last-child,
	.box3 .box-c .swiper-slide,
	.box3 .box-c .swiper-slide:last-child{
		width: 100%;
	}
	.box1 .box-c,
	.box3 .box-c,
	.box4 .box-c{
		margin-top: 30px;
	}
	.box1,.box2,.box4,.box3{
		padding: 45px 0;
	}
	.banner .swiper-slide .title,
	.index-title .title{
		font-size: 24px;
	}
	.index-title .line{
		height: 3px;
		width: 50px;
	}
	.box1 .box-c .swiper-slide{
		width: 48.5%;
	}
	.box1 .box-c .swiper-slide .text-title{
		font-size: 20px;
	}
}	
@media (max-width: 500px) {
		
	.box4 .box-c .l .list li{
		padding: 15px 0;
	}
	.box4 .box-c .l .list li .icon .iconfont{
		font-size: 24px;
	}
	.box4 .box-c .l .list li .text-title{
		font-size: 14px;
	}
	.box3 .box-c .newsListBox .slide-c a{
		padding: 20px 0;
	}
	.box1 .swiper-pagination, .box2 .swiper-pagination, .box3 .swiper-pagination{
		margin-top: 10px;
	}
	.box1 .box-c .swiper-slide .text{
		min-height: 0;
		-webkit-line-clamp: 1;
	}
	.box1 .box-c .swiper-slide{
		width: 100%;
	}
	.box1 .box-c,
	.box3 .box-c,
	.box4 .box-c{
		margin-top: 25px;
	}
	.box1,.box2,.box4,.box3{
		padding: 35px 0;
	}
	.banner .swiper-slide .title,
	.index-title .title{
		font-size: 22px;
	}
	.banner .swiper-slide .pic img{
		/* min-height: 430px; */
	}
}	