.banner{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
}
/* .banner .swiper-slide .title{
	font-size: 54px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.22;
} */
.banner .swiper-slide .des{
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 20px;
}
.banner .swiper-slide .commonMore{
	background: transparent;
	border: 2px solid #fff;
	padding: 0;
	margin-top: 50px;
}
.banner .swiper-slide .commonMore:hover{
	background: linear-gradient(to left, #D4000C, #FD7457);
	border: none;
}
.banner .swiper-slide .commonMore .moreContainer{
	background: transparent;
	color: #fff;
}
.banner .commonMore .moreContainer .iconfont::after{
	border-color: #fff;
	border-left-color: transparent;
}
.banner .swiper-pagination-bullet{
	position: relative;
	width: 65px;
	height: 4px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 2px;
}
.banner .swiper-pagination-bullet::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(212, 0, 12, 1);
	border-radius: 2px;
}
.banner .swiper-pagination-bullet-active::before{
	width: 100%;
	transition: all 4s;
}
.banner .btn{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: rgba(255,255,255,.1);
	border-radius: 50%;
	z-index: 2;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all .6s;
}
.banner .btn:hover{
	background-color: rgba(212, 0, 12, 1);
}
.banner .btn.btn-prev{
	left: 50px;
}
.banner .btn.btn-next{
	right: 50px;
}
.box1{
	background-image: url(../img/index-box1-bg.jpg);
	background-size: cover;
	padding: 100px 0 115px;
}
.box1 .box-c{
	margin-top: 80px;
}
.box1 .box-c .list{
	display: flex;
	justify-content: space-between;
}
.box1 .box-c .list li{
	text-align: center;
	max-width: 23.5%;
}
.box1 .box-c .list li a{
	display: block;
	transition: all .6s;
}
.box1 .box-c .list li:hover a{
	transform: translateY(-10px);
}
.box1 .box-c .list li .pic{
	position: relative;
	display: inline-block;
}
.box1 .box-c .list li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.box1 .box-c .list li .pic .icon{
	position: absolute;
	left: 50%;
	transform: translate(-50%,-90%);
	top: 50%;
	color: #D4000C;
}
.box1 .box-c .list li .pic .icon .iconfont{
	font-size: 52px;
	display: block;
	transition: all .6s;
}
.box1 .box-c .list li:hover .pic .icon .iconfont{
	transform: rotateY(180deg);
}
.box1 .box-c .list li .text-box{
	margin-top: 37px;
}
.box1 .box-c .list li .text-title{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 1;
}
.box1 .box-c .list li:hover .text-title{
	color: #D4000C;
}
.box1 .box-c .list li .text-des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	margin-top: 20px;
}
.box2{
	padding-top: 50px;
}
.box2 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box2 .box-c{
	margin-top: 43px;
}
.box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
	padding: 0 20px;
}
.box2 .box-c .list li{
	text-align: center;
	background-size: cover;
}
.box2 .box-c .list li a{
	display: block;
	padding: 50px 30px 0;
}
.box2 .box-c .list li .text-title{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 1.38;
}
.box2 .box-c .list li .more{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 1;
	margin-top: 14px;
}
.box2 .box-c .list li:hover .text-title,
.box2 .box-c .list li:hover .more{
	color: #D4000C;
}
.box2 .box-c .list li .pic{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.box2 .box-c .list li .pic img{
	max-height: 362px;
	max-width: 100%;
	width: auto;
}
.box3{
	margin-top: 100px;
	position: relative;
}
.box3 .box-c{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.box3 .box-c .l{
	max-width: 46.5%;
}
.box3 .box-c .l .text-title{
	font-size: 36px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #000000;
	line-height: 1.27;
}
.box3 .box-c .l .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 2;
	margin-top: 17px;
	width: 579px;
	max-width: 100%;
}
.box3 .box-c .l .text{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 18px;
}
.box3 .box-c .list{
	position: relative;
	margin-top: 74px;
	padding: 110px 0;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
/* .box3 .box-c .list::before, */
#particles-js{
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	height: 100%;
	width: 60vw;
	transform: translateX(-50%);
	background-color: #d4000c;
	/* background-image: url(../img/index-box3-3.png.jpg); */
	z-index: -1;
}
.box3 .box-c .list .number{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #fff;
	line-height: `;
}
.box3 .box-c .list .number .counter{
	font-size: 42px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.box3 .box-c .list .number sup{
	vertical-align: top;
	font-size: 24px;
	font-family: Bebas;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.box3 .box-c .r{
	position: absolute;
	top: 50%;
	right: 0;
	width: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.box3 .box-c .r .pic{
	position: relative;
	width: 100%;
	z-index: 2;
}
.box3 .box-c .r .about-text{
	position: absolute;
	top: 0;
	transform: translate(-50%,-50%);
	width: 84.37%;
	left: 50%;
}
.box3 .box-c .r .service-customer{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	height: 78px;
}
.box3 .box-c .r .service-customer-l{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	width: 260px;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #D4000C;
	line-height: 1;
}
.box3 .box-c .r .service-customer-l .iconfont{
	font-size: 22px;
	margin-right: 5px;
}
.box3 .box-c .r .service-customer-r{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	background-color: rgba(212, 0, 12, 1);
	color: #fff;
}
.box3 .box-c .r .service-customer-r .iconfont{
	position: relative;
	font-size: 5px;
	z-index: 3;
	transform: scale(.75);
}
.box3 .box-c .r .service-customer-r .iconfont::after{
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%)scale(1.1);
	right: -4px;
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	opacity: 0.3;
	border-radius: 50%;
	border-left-color: transparent;
	transition: all .6s;
}
.box3 .box-c .r .service-customer:hover .iconfont::after{
	opacity: 0;
}
.box4{
	padding: 100px 0 90px;
}
.box4 .box-t,
.box5 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box4 .box-c{
	margin-top: 43px;
}
.box4 .box-c .swiper-slide{
	position: relative;
	width: 22.85%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.box4 .box-c .swiper-slide::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: rgba(212, 0, 12, 1);
	transition: all .6s;
}
.box4 .box-c .swiper-slide:hover::before{
	width: 100%;
}
	
.box4 .box-c .swiper-slide:not(:last-child){
	margin-right: 2.85%;
}
.box4 .box-c .swiper-slide .text-box{
	margin-top: 30px;
	padding-bottom: 15px;
}
.box4 .box-c .swiper-slide .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .box-c .swiper-slide:hover .text-title{
	color: rgba(212, 0, 12, 1);
}
.box4 .box-c .swiper-slide .text-des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 26px;
	height: 52px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .box-c .swiper-slide .date{
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #888888;
	line-height: 1;
	margin-top: 40px;
}
.box4 .box-c .swiper-pagination{
	position: relative;
	margin-top: 57px;
}
.box4 .box-c .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #F6F6F6;
	border: 2px solid #D6D6D6;
	border-radius: 50%;
	opacity: 1;
}
.box4 .box-c .swiper-pagination-bullet-active{
	border-color: rgba(212, 0, 12, 1);
}
.box5{
	background-image: url(../img/index-box5-bg.jpg);
	background-size: cover;
	padding: 113px 0 80px;
}
.box5 .commonMore .moreContainer{
	background-color: RGBA(239, 243, 247, 1);
}
.box5 .commonMore:hover .moreContainer{
	background-color: transparent;
}
.box5 .box-c{
	margin-top: 70px;
}
.box5 .box-c .swiper-wrapper{
	display: flex;
	align-items: center;
}
.box5 .box-c .swiper-slide {
	width: 17%;
}
.box5 .box-c .swiper-slide:not(:first-child){
	margin-left: -3.14%;
}
.box5 .box-c .swiper-slide img{
	display: block;
	width: 100%;
}
.box5 .box-c .swiper-slide img:not(:last-child){
	padding-bottom: 7.6%;
}
.box5  .swiper-pagination-progressbar{
	position: relative;
	margin-top: 60px;
	background-color: rgba(51, 51, 51, .1);
}
.box5  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	height: 4px;
	background: linear-gradient(to left, #D4000C, #FD7457);
	border-radius: 2px;
}
.box5 .box-b{
	margin-top: 20px;
	display: flex;
	font-size: 14px;
	font-family: Gotham Rounded;
	font-weight: normal;
	color: #999999;
	line-height: 1;
	align-items: center;
}
.box5 .box-b .number{
	margin-left: 17px;
}
.box5 .box-b .line{
	width: 35px;
	height: 1px;
	background: #C6C6C6;
	margin: 0 0 0 17px;
}
@media (max-width: 1670px) {
	.banner .btn{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.banner .btn.btn-next{
		right: 20px;
	}
	.banner .btn.btn-prev{
		left: 20px;
	}
	.banner .swiper-slide .slide-box{
		padding: 0 4%;
	}
}
@media (max-width: 1440px) {
	.box3 .box-c{
		margin-top: 40px;
	}
	.box3 .box-c .list{
		margin-top: 50px;
		padding: 60px 0;
	}
}
@media (max-width: 1280px) {
	.box1 .box-c .list li .text-title,.box3 .box-c .l .text-title{
		font-size: 28px;
	}
}
@media (max-width: 1199px) {
	.box1 .box-c .list li .text-title,.box3 .box-c .l .text-title{
		font-size: 26px;
	}
	.banner .swiper-slide .des{
		font-size: 24px;
		margin-top: 10px;
	}
	.banner .swiper-slide .commonMore{
		margin-top: 20px;
	}
	.banner .btn{
		display: none;
	}
	.banner .swiper-slide .slide-box{
		padding: 0;
	}
	.banner .swiper-slide .pic img{
		min-height: 382px;
		object-fit: cover;
	}
	.box1,.box4,.box5{
		padding: 70px 0;
	}
	.box3{
		margin-top: 70px;
	}
	.box1 .box-c{
		margin-top: 45px;
	}
	.box1 .box-c .list li .text-box{
		margin-top: 15px;
	}
	.box1 .box-c .list li .text-des{
		margin-top: 10px;
		font-size: 16px;
	}
	.box3 .box-c .list .number .counter{
		font-size: 36px;
	}
}
@media (max-width: 1024px) {
	.box1,.box4,.box5{
		padding: 60px 0;
	}
	.box3{
		margin-top: 60px;
	}
	.box2 .box-c,
	.box4 .box-c,
	.box5 .box-c{
		margin-top: 40px;
	}
	.box1 .box-c .list li .text-title,.box2 .box-c .list li .text-title,.box3 .box-c .l .text-title{
		font-size: 24px;
	}
	.banner .swiper-slide .des{
		font-size: 20px;
	}
	.box3 .box-c .l{
		max-width: 100%;
		width: 100%;
	}
	#particles-js{
		width: 120vw;
	}
	.box3 .box-c .r{
		position: relative;
		width: 100%;
		top: 0;
		transform: translateY(0);
		margin-top: 40px;
	}
	.box3 .box-c{
		flex-wrap: wrap;
	}
	.box3 .box-c .r .about-text{
		position: relative;
		top: 0;
		transform: translate(-50%,0);
	}
	.box3 .box-c .r .pic{
		margin-top: -10%;
	}
	.box4 .box-c .swiper-slide{
		width: 32%;
	}
	.box4 .box-c .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
	.box5 .swiper-pagination-progressbar{
		margin-top: 40px;
	}
	.box3 .box-c .l .text-des{
		width: 100%;
	}
}
@media (max-width: 768px) {
	.box3{
		margin-top: 50px;
	}
	.box4 .box-c .swiper-pagination{
		margin-top: 30px;
	}
	.box4 .box-c .swiper-slide .date{
		margin-top: 20px;
	}
	.box4 .box-c .swiper-slide:not(:last-child){
		margin-right: 3%;
	}
	.box4 .box-c .swiper-slide{
		width: 48.5%;
	}
	.box3 .box-c .list{
		margin-top: 40px;
		padding: 50px 0;
	}
	.box2 .box-c,
	.box4 .box-c,
	.box5 .box-c,
	.box5 .swiper-pagination-progressbar{
		margin-top: 35px;
	}
	.banner .swiper-pagination-bullet{
		width: 40px;
	}
	.banner .swiper-slide .des{
		font-size: 18px;
	}
	.box1 .box-c .list li .text-title,.box2 .box-c .list li .text-title,.box3 .box-c .l .text-title{
		font-size: 22px;
	}
	.box1 .box-c .list{
		flex-wrap: wrap;
	}
	.box1 .box-c .list li{
		width: 48.5%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.box1 .box-c .list li:nth-last-child(1),
	.box1 .box-c .list li:nth-last-child(2){
		margin-bottom: 0;
	}
	.box2 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.box1, .box4, .box5{
		padding: 50px 0;
	}
	.box3 .box-c{
		margin-top: 35px;
	}
	.box3 .box-c .list .number .counter{
		font-size: 30px;
	}
	.box3 .box-c .r{
		margin-top: 35px;
	}
	.box3 .box-c .r .service-customer{
		height: 50px;
	}
	.box3 .box-c .r .service-customer-l{
		width: 200px;
	}
	.box3 .box-c .r .service-customer-r{
		width: 60px;
	}
}
@media (max-width: 500px) {
	.box5 .box-c .swiper-slide{
		width: 30%;
	}
	.box3 .box-c .r{
		margin-top: 30px;
	}
	.box3 .box-c .list{
		margin-top: 30px;
		padding: 30px 0;
	}
	.box3 .box-c .l .text{
		margin-top: 10px;
	}
	.box3 .box-c .list .number .counter{
		font-size: 22px;
	}
	.box3 .box-c{
		margin-top: 30px;
	}
	.box3{
		margin-top: 40px;
	}
	.box1 .box-c .list li .text-title,.box2 .box-c .list li .text-title,.box3 .box-c .l .text-title{
		font-size: 20px;
	}
	.banner .swiper-slide .des{
		font-size: 16px;
	}
	.box2 .box-c,
	.box4 .box-c,
	.box5 .box-c,
	.box5 .swiper-pagination-progressbar{
		margin-top: 30px;
	}
	.box1, .box4, .box5{
		padding: 40px 0;
	}
	.box1 .box-c .list li .text-box{
		margin-top: 5px;
	}
	.box2{
		padding-top: 40px;
	}
	.box2 .box-t{
		flex-wrap: wrap;
	}
	.box2 .box-t .indexTitle{
		flex: 1;
		margin-right: 20px;
	}
}