.about{
	background-color: RGBA(253, 253, 253, 1);
}
.about .box1{
	padding: 100px 0 119px;
}
.about .box5 .title,
.about .box4 .title,
.about .box3 .title,
.about .box2 .title,
.about .box1 .title{
	font-family: PingFangSC;
	font-weight: 800;
	color: #000000;
	text-align: center;
}
.about .box1 .box-c{
	margin-top: 67px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .box1 .box-c .l{
	width: 48.48%;
}
.about .box1 .box-c .l .text-title{
	font-family: PingFangSCBold;
	font-size: 20px;
	color: #333333;
	line-height: 1.3;
}
.about .box1 .box-c .l .text-des{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	margin-top: 17px;
}
.about .box1 .box-c .l .text-des p:not(:last-child){
	margin-bottom: 13px;
}
.about .box1 .box-c .l .list{
	margin-top: 50px;
	display: flex;
	width: 572px;
	max-width: 100%;
	justify-content: space-between;
}
.about .box1 .box-c .l .list li{
	position: relative;
	padding-left: 18px;
}
.about .box1 .box-c .l .list li:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 2px;
	height: 80%;
	background: rgba(25, 142, 63, 1);
	transform: translateY(-50%);
}
.about .box1 .box-c .l .list .li-title{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
}
.about .box1 .box-c .l .list .li-des{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #555555;
	line-height: 26px;
	margin-top: 4px;
}
.about .box1 .box-c .r{
	width: 46.13%;
	box-shadow: 0px 4px 40px 0px rgba(49,130,244,0.18);
	border-radius: 10px;
}
.about .box1 .box-c .r .pic{
	border-radius: 10px;
}
.about .box2{
	padding-bottom: 120px;
}
.about .box2 .box-c{
	margin-top: 50px;
}
.about .box2 .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 19px;
}
.about .box2 .list li{
	position: relative;
	border-radius: 10px;
	position: relative;
	border-radius: 10px;
	background-color: rgba(245, 246, 250, 1);
	padding: 77px 20px 43px;
	text-align: center;
	transition: all .6s;
	min-height: 249px;
}
.about .box2 .list li .bg{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .6s;
	border-radius: 10px;
}
.about .box2 .list li:hover .bg{
	opacity: 1;
}
.about .box2 .list li .icon{
	position: relative;
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 3;
}
.about .box2 .list li .icon img{
	max-width: 100%;
	max-height: 100%;
}
.about .box2 .list li:hover .icon img{
	filter: brightness(0) invert(1);
}
.about .box2 .list li .text-title{
	position: relative;
	font-family: PingFangSCBold;
	font-size: 22px;
	color: #222222;
	line-height: 1.36;
	margin-top: 26px;
	z-index: 3;
	transition: all .6s;
}
.about .box2 .list li:hover .text-title{
	color: #fff;
}
.about .box3{
	padding: 119px 0 70px;
	background: url(../img/about-box3-bg.jpg);
	background-size: cover;
}
.about .box3 .box-c{
	display: flex;
	justify-content: space-between;
}
.about .box3 .box-c .l{
	width: 119px;
}
.about .box3 .box-c .l .swiper{
	height: 480px;
}
.about .box3 .box-c .l .swiper-slide{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: PingFangSCBold;
	font-size: 18px;
	color: #9FAABD;
	padding-right: 30px;
	cursor: pointer;
}
.about .box3 .box-c .l .swiper-slide span{
	/* transition: all .6s; */
}
.about .box3 .box-c .l .swiper-slide.active span{
	transform-origin: right center;
	transform: scale(1.32);
	color: #198E3F;
}
.about .box3 .box-c .l .swiper-slide:before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	background: #9FAABD;
	border-radius: 50%;
	transition: all .6s;
}
.about .box3 .box-c .l .swiper-slide.active:before{
	background-color: #198E3F;
}
.about .box3 .box-c .l .swiper:before{
	position: absolute;
	content: "";
	background-color: rgba(159, 170, 189, 1);
	top: 30px;
	height: calc(100% - 60px);
	width: 1px;
	right: 4px;
}
.about .box3 .box-c .l .btns{
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}
.about .box3 .box-c .l .btns .iconfont{
	color: rgba(159, 170, 189, 1);
	cursor: pointer;
	transform: rotate(90deg);
	font-weight: bold;
}
.about .box3 .box-c .l .btns .iconfont.swiper-button-disabled{
	opacity: .3;
	cursor: not-allowed;
	pointer-events: none;
}
.about .box3 .box-c .l .btns .iconfont:not(.swiper-button-disabled):hover{
	color: #198E3F;
}
.about .box3 .box-c .r{
	position: relative;
	width: calc(100% - 210px);
	overflow: hidden;
	
	/* display: flex; */
	padding: 94px 0;
	height: 496px;
}
.about .box3 .box-c .r:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 94px;
	width: 527px;
	/*background: linear-gradient(to bottom,rgba(248, 249, 252,1),rgba(248, 249, 252,0));*/
	/* background: linear-gradient(139deg,rgba(248, 249, 252,1),rgba(248, 249, 252,0)); */
	z-index: 3;
}
.about .box3 .box-c .r::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 94px;
	/*background: linear-gradient(to top,rgba(248, 249, 252,.5),rgba(248, 249, 252,0));*/
	z-index: 3;
	width: 527px;
}
.about .box3 .box-c .r .swiper{
	overflow: visible;
	height: 100%;
	width: 527px;
	margin: 0;
	max-width: 100%;
}
.about .box3 .box-c .r .swiper .swiper-slide{
	height: auto;
}
.about .box3 .box-c .r .swiper .swiper-slide:not(:last-child){
	margin-bottom: 19px;
}
.about .box3 .box-c .r .swiper .swiper-slide .date{
	font-family: PingFangSCBold;
	font-size: 16px;
	color: #444444;
	line-height: 33px;
}
.about .box3 .box-c .r .swiper .swiper-slide .text-box{
	font-family: PingFangSCRegular;
	font-size: 16px;
	color: #444444;
	line-height: 33px;
}
.about .box3 .box-c .r .swiper .swiper-slide-active .date,
.about .box3 .box-c .r .swiper .swiper-slide-active .text-box{
	font-size: 20px;
	color: #198E3F;
}

.about .box4{
	padding: 120px 0;
}
.about .box4 .box-c{
	margin-top: 50px;
}
.about .box4 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}
.about .box4 .box-c .list li{
	display: flex;
	align-items: center;
}
.about .box4 .box-c .list li .text-box{
	padding-right: 20px;
}
.about .box4 .box-c .list li .icon1{
	display: block;
}
.about .box4 .box-c .list li .title1{
	font-family: PingFangSCBold;
	color: #198E3F;
	line-height: 1.86;
	margin-top: 15px;
}
.about .box4 .box-c .list li .des1{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-top: 7px;
}
.about .box4 .box-c .list .li-box{
	background: #F5F6FA;
	border-radius: 10px;
	height: 100%;
	padding: 55px 36px;
	min-height: 343px;
	width: 100%;
}
.about .box4 .box-c .list .li-box .icon{
	height: 34px;
	width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .box4 .box-c .list .li-box .icon img{
	max-width: 100%;
	max-height: 100%;
	transition: all .6s;
}
.about .box4 .box-c .list li:hover .li-box .icon img{
	transform: rotateY(180deg);
}
.about .box4 .box-c .list .li-box .text-title{
	font-family: PingFangSCBold;
	font-size: 24px;
	color: #222222;
	line-height: 1.25;
	margin-top: 21px;
}
.about .box4 .box-c .list .li-box .text-des{
	margin-top: 18px;
	border-top: 1px solid #E6E7EA;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #7B7B7B;
	line-height: 2;
	padding-top: 8px;
}
.about .box5 .box-t{
	position: relative;
	margin-top: 53px;
	display: flex;
	justify-content: space-between;
	padding: 0 103px;
}
.about .box5 .box-t:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: rgba(229, 229, 229, 1);
}
.about .box5 .box-t .item{
	position: relative;
	text-align: center;
	z-index: 3;
	cursor: pointer;
}
.about .box5 .box-t .bullet{
	display: block;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 3px solid #E2E2E2;
	margin: 0 auto;
	transition: all .6s;
}
.about .box5 .box-t .item.active .bullet{
	transform: scale(1.75);
	border-color: #198E3F;
}
.about .box5 .box-t .text-title{
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #3B3939;
	line-height: 30px;
	margin-top: 10px;
	transition: all .6s;
}
.about .box5 .box-t .item.active .text-title{
	color: #198E3F;
}
.about .box5 .box-c{
	margin-top: 53px;
}
.about .box5 .box-c .swiper{
	padding-bottom: 108px;
	border-radius: 10px;
}
.about .box5 .box-c .swiper-slide .picCover{
	position: relative;
	padding-top: 38.56%;
}
.about .box5 .box-c .swiper-slide .picCover .pic{
	border-radius: 10px;
}
.about .box5 .box-c .swiper-slide .text-box{
	position: relative;
	width: 89.31%;
	margin: -355px auto 0;
	background: #FFFFFF;
	box-shadow: 0px 20px 32px 3px rgba(107,107,107,0.05);
	border-radius: 10px;
	z-index: 4;
	padding: 39px 39px 43px;
}
.about .box5 .box-c .swiper-slide .text-box .icon img{
	display: block;
	margin: 0 auto;
}
.about .box5 .box-c .swiper-slide .text-box .text{
	margin-top: 11px;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
}
@media (max-width:1199px) {
	.about .box4,
	.about .box3,
	.about .box1{
		padding: 70px 0;
	}
	.about .box5 .box-c .swiper,
	.about .box2{
		padding-bottom: 70px;
	}
	.about .box5 .box-c,
	.about .box5 .box-t,
	.about .box4 .box-c,
	.about .box2 .box-c,
	.about .box1 .box-c{
		margin-top: 45px;
	}
	.about .box3 .box-c .r{
		padding: 49px 0;
		height: 441px;
	}
	.about .box3 .box-c .r::after,
	.about .box3 .box-c .r:before{
		height: 49px;
	}
	.about .box3 .box-c .l .swiper-slide{
		height: 49px;
	}
	.about .box3 .box-c .l .swiper{
		height: 449px;
	}
	.about .box3 .box-c{
		margin-top: 20px;
	}
	.about .box1 .box-c .l .list li{
		padding-left: 10px;
	}
	.about .box2 .list li{
		padding-top: 41px;
		min-height: 213px;
	}
	.about .box2 .list li .text-title{
		font-size: 20px;
		margin-top: 15px;
	}
	.about .box2 .list li .icon{
		width: 39px;
		height: 39px;
	}
}
@media (max-width:1024px) {
	.about .box4 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.about .box4 .box-c .list .li-box{
		padding: 30px 20px;
		min-height: 294px;
	}
	.about .box4 .box-c .list .li-box .text-title{
		margin-top: 13px;
	}
	.about .box3 .box-c .r{
		width: calc(100% - 168px);
	}
	.about .box2 .list li{
		min-height: 178px;
	}
	.about .box2 .list li .icon{
		width: 33px;
		height: 33px;
	}
	.about .box2 .list li .text-title{
		font-size: 18px;
	}
	.about .box1 .box-c{
		flex-direction: column;
	}
	.about .box1 .box-c .l{
		width: 100%;
	}
	.about .box1 .box-c .r{
		width: 100%;
	}
	.about .box4,
	.about .box3,
	.about .box1{
		padding: 60px 0;
	}
	.about .box5 .box-c .swiper,
	.about .box2{
		padding-bottom: 60px;
	}
	.about .box1 .box-c,
	.about .box1 .box-c .r,
	.about .box1 .box-c .l .list,
	.about .box5 .box-c,
	.about .box5 .box-t,
	.about .box4 .box-c,
	.about .box2 .box-c{
		margin-top: 40px;
	}
	.about .box4 .box-c .list .li-box .text-title{
		font-size: 22px;
	}
	.about .box5 .box-c .swiper-slide .text-box{
		padding: 27px;
	}
	.about .box5 .box-t{
		padding: 0 68px;
	}
}
@media (max-width: 768px) {
	.about .box3 .box-c .r .swiper .swiper-slide-active .date, .about .box3 .box-c .r .swiper .swiper-slide-active .text-box{
		font-size: 16px;
	}
	.about .box5 .box-c .swiper-slide .text-box .text{
		margin-top: 5px;
	}
	.about .box5 .box-c .swiper-slide .text-box{
		margin-top: -49px;
	}
	.about .box4 .box-c .list .li-box .text-title{
		font-size: 20px;
	}
	.about .box5 .box-t{
		padding: 0 31px;
	}
	.about .box4 .box-c .list .li-box .icon{
		height: 30px;
		width: 40px;
	}
	.about .box3 .box-c .r .swiper .swiper-slide:not(:last-child){
		margin-bottom: 13px;
	}
	.about .box3 .box-c .l{
		width: 94px;
	}
	.about .box3 .box-c .r{
		width: calc(100% - 131px);
	}
	.about .box3 .box-c .r .swiper .swiper-slide .date,
	.about .box3 .box-c .r .swiper .swiper-slide .text-box{
		line-height: 24px;
	}
	.about .box3 .box-c .l .swiper-slide.active span{
		transform: scale(1.31);
	}
	.about .box4,
	.about .box3,
	.about .box1{
		padding: 50px 0;
	}
	.about .box5 .box-c .swiper,
	.about .box2{
		padding-bottom: 50px;
	}
	.about .box1 .box-c .r,
	.about .box1 .box-c .l .list,
	.about .box5 .box-c,
	.about .box5 .box-t,
	.about .box4 .box-c,
	.about .box2 .box-c,
	.about .box1 .box-c{
		margin-top: 30px;
	}
	.about .box3 .box-c .r::after{
		background: linear-gradient(to top,rgba(248, 249, 252,1),rgba(248, 249, 252,0));
	}
	.about .box2 .list{
		grid-template-columns: repeat(3,1fr);
	}
	.about .box2 .list li{
		padding: 30px 20px;
		min-height: 149px;
	}
	.about .box2 .list li .icon{
		width: 29px;
		height: 29px;
	}
}
@media (max-width: 500px) {
	.about .box5 .box-c .swiper-slide .text-box{
		padding: 19px;
	}
	.about .box5 .box-c .swiper-slide .text-box .text{
		line-height: 24px;
	}
	.about .box5 .box-t .item.active .bullet{
		transform: scale(1.31);
	}
	.about .box5 .box-t .text-title{
		margin-top: 5px;
	}
	.about .box5 .box-t{
		padding: 0 13px;
	}
	.about .box4 .box-c .list .li-box{
		padding: 24px 18px;
		min-height: 268px;
	}
	.about .box2 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.about .box3 .box-c .r::after,
	.about .box3 .box-c .r:before{
		height: 27px;
	}
	.about .box3 .box-c .l .swiper-slide:before{
		transform: translateY(-50%)scale(.8);
	}
	.about .box3 .box-c .l .swiper-slide{
		font-size: 16px;
	}
	.about .box3 .box-c .l .swiper{
		height: 349px;
	}
	.about .box3 .box-c .r{
		width: calc(100% - 113px);
		height: 368px;
		padding: 27px 0;
	}
	.about .box3 .box-c .l .swiper-slide{
		padding-right: 21px;
	}
	.about .box1 .box-c .l .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	.about .box4,
	.about .box3,
	.about .box1{
		padding: 40px 0;
	}
	.about .box5 .box-c .swiper,
	.about .box2{
		padding-bottom: 40px;
	}
	.about .box1 .box-c .r,
	.about .box1 .box-c .l .list,
	.about .box5 .box-c,
	.about .box5 .box-t,
	.about .box4 .box-c,
	.about .box2 .box-c,
	.about .box1 .box-c{
		margin-top: 25px;
	}
}