.about{
	background-color: ;
}
.about .box1{
	padding: 134px 0 90px;
}
.about .box1 .box-c{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.aboutIcon{
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(142.71%,-105.14%);
}
.aboutIcon img{
	/* opacity: 0; */
}
/* .about .box1 .box-c .icon::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border: 30px solid;
   border-color: rgba(26, 100, 209, 0.40) rgba(26, 100, 209, 0.50) rgba(26, 100, 209, 0.60) rgba(26, 100, 209, 1);
   z-index: 4;
   -webkit-animation: animloader 10s linear infinite;
		  animation: animloader 10s linear infinite;
}
@keyframes animloader {
  0%, 100% {
    border-color: rgba(26, 100, 209, 0.40) rgba(26, 100, 209, 0.50) rgba(26, 100, 209, 0.60) rgba(26, 100, 209, 1);
  }
  25% {
    border-color: rgba(26, 100, 209, 1) rgba(26, 100, 209, 0.40) rgba(26, 100, 209, 0.50) rgba(26, 100, 209, 0.60);
  }
  50% {
    border-color: rgba(26, 100, 209, 0.60) rgba(26, 100, 209, 1) rgba(26, 100, 209, 0.40) rgba(26, 100, 209, 0.50);
  }
  75% {
    border-color: rgba(26, 100, 209, 0.50) rgba(26, 100, 209, 0.60) rgba(26, 100, 209, 1) rgba(26, 100, 209, 0.40);
  }
}
.about .box1 .box-c .icon::after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	border: 1px solid rgba(240, 240, 240, 1);
	z-index: 3;
	box-sizing: border-box;
} */
.about .box1 .box-c .l{
	width: 520px;
}
.about .box1 .box-c .l .list{
	margin-top: 120px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 0;
}
.about .box1 .box-c .l .list li{
	width: 45%;
}
.about .box1 .box-c .l .list li:nth-child(2n){
	position: relative;
	width: 55%;
	text-align: right;
}
.about .box1 .box-c .l .list li:nth-child(2n):before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 1px;
	height: 60px;
	background-color: rgba(234, 234, 234, 1);
}
.about .box1 .box-c .l .list .counter{
	font-size: 48px;
}
.about .box1 .box-c .l .list .text{
	margin-top: 10px;
}
.about .box1 .box-c .r{
	flex: 1;
	margin-left: 30px;
}
.about .box1 .box-c .r .text-box{
	width: 700px;
	max-width: 100%;
	margin: 0 0 0 auto;
}
.about .box1 .box-c .r .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #222222;
	line-height: 1.5;
}
.about .box1 .box-c .r .texts{
	margin-top: 45px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 2.25;
}
.about .box1 .box-c .r .text:not(:last-child){
	margin-bottom: 28px;
}
.about .box2{
	padding-bottom: 140px;
}
.about .box2 .video{
	position: relative;
}
.about .box2 video{
	display: block;
	width: 100%;
	border-radius: 10px;
}
.speech .box1{
	padding: 140px 0 190px;
}
.speech .box1 .box-c{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.speech .box1 .box-c .l{
	flex: 1;
	margin-right: 50px;
}
.speech .box1 .box-c .l .text-box{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	margin-top: 55px;
}
.speech .box1 .box-c .l .text:not(:last-child){
	margin-bottom: 37px;
}
.speech .box1 .box-c .r{
	position: relative;
	width: 53.57%;
	margin-top: 80px;
}
.speech .box1 .box-c .r .slogan{
	position: absolute;
	left: 0;
	top: 0;
	width: 20.4%;
	display: block;
	left: 4%;
	animation: movrbottomLoop 4s infinite;
}
.speech .box1 .box-c .r .pic img{
	display: block;
	max-width: 100%;
}
.culture .box1{
	padding: 140px 0;
}
.culture .box1 .box-c{
	margin-top: 35px;
}
.culture .box1 .box-c .title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 1;
	text-align: center;
}
.culture .box1 .box-c .list{
	margin-top: 30px;
	display: flex;
}
.culture .box1 .box-c .list li{
	position: relative;
	width: 21.12%;
	overflow: hidden;
	border-radius: 10px;
	transition: all .6s;
}
.culture .box1 .box-c .list li .pic img{
	height: 392px;
	display: block;
}
.culture .box1 .box-c .list li.active{
	width: 53.57%;
}
.culture .box1 .box-c .list li:not(:last-child){
	margin-right: 1.78%;
}
.culture .box1 .box-c .list li .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	text-align: center;
	padding: 38px 20px 70px;
}
.culture .box1 .box-c .list li.active .text-box{
	background-color: rgba(0, 0, 0, .4);
	backdrop-filter: blur(5px);
}
.culture .box1 .box-c .list li .text-box .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.33;
}
.culture .box1 .box-c .list li .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 2;
	margin-top: 15px;
	display: none;
}
.culture .box2{
	padding: 80px 0 211px;
	background-image: url(../img/culture-4.jpg);
	background-size: cover;
	text-align: center;
}
.culture .box2 .title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 80px;
}
.culture .box2 .box-c{
	display: inline-flex;
	align-items: flex-start;
}
.culture .box2 .box-c .icon{
	width: 114px;
	animation: movrbottomLoop 4s infinite;
}
.culture .box2 .box-c .icon img{
	width: 100%;
	display: block;
}
.culture .box2 .box-c .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #FFFFFF;
	margin: 0 50px;
	line-height: 3.5;
	align-self: center;
	/* mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 6s infinite; */
}
.culture .box2 .box-c .icon:last-child{
	align-self: flex-end;
}
.culture .box2 .box-c .icon:last-child img{
	transform: rotate(180deg);
}
.culture .box3{
	padding: 140px 0;
}
.culture .box3 .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 26px;
}
.culture .box3 .list li{
	position: relative;
	background: #EFF0F2;
	border-radius: 10px;
	overflow: hidden;
}
.culture .box3 .list li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .6s;
}
.culture .box3 .list li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	width: 100%;
}
.culture .box3 .list li:hover .pic{
	opacity: 1;
}
.culture .box3 .list li .li-box{
	position: relative;
	padding: 55px 30px;
	color: rgba(34, 34, 34, 1);
	transition: all .6s;
	z-index: 4;
}
.culture .box3 .list li:hover .li-box{
	color: #fff;
}
.culture .box3 .list li .title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}
.culture .box3 .list li .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	line-height: 2;
	min-height: 120px;
	margin-top: 80px;
}
.culture .box3 .list li .des p:nth-child(2){
	text-indent: 2em;
}
.culture .box3 .list li .icon{
	margin-top: 26px;
	text-align: right;
}
.culture .box3 .list li .icon .iconfont{
	font-size: 40px;
}
.organization .box1{
	padding: 140px 0 166px;
}
.organization .box1 .box-c{
	margin-top: 20px;
}
.organization .box1 .box-c img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.history .box1{
	padding:140px 0 155px ;
	background-image: url(../img/history-bg.png);
	background-size: cover;
}
.history .box1 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.history .box1 .box-t-r{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #999;
}
.history .box1 .box-c{
	position: relative;
	margin-top: 138px;
}
.history .box1 .box-c .circle{
	position: absolute;
	top: -138px;
	left: 50%;
	transform: translateX(-50%);
	width: 776px;
	max-width: 80%;
}
.history .box1 .box-c .circle img{
	display: block;
	max-width: 100%;
}
.history .box1 .box-c .btn{
	position: absolute;
	top: 10px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EDEDED;
	border-radius: 50%;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	transition: all .6s;
	z-index: 3;
}
.history .box1 .box-c .btn.swiper-button-disabled{
	cursor: not-allowed;
	opacity: .5;
}
.history .box1 .box-c .btn.btn-prev{
	left: -100px;
}
.history .box1 .box-c .btn.btn-next{
	right: -100px;
}
.history .box1 .box-c .btn:not(.swiper-button-disabled):hover{
	background-color: rgba(20, 90, 194, 1);
}
.history .box1 .box-c .btn .iconfont{
	font-size: 22px;
}
.history .box1 .box-b,
.history .box1 .box-c .swiperBox{
	padding-left: 33.57%;
	overflow: hidden;
}
.history .box1 .box-c .swiper{
	overflow: visible;
	width: 173px;
	margin-left: 0;
}
.history .box1 .box-c .swiper-slide{
	font-family: Rany-Bold;
	font-size: 30px;
	color: #222222;
	line-height: 80px;
	cursor: pointer;
}
.history .box1 .box-c .swiper-slide:hover{
	color: rgba(20, 90, 194, 1);
}
.history .box1 .box-c .swiper-slide-active{
	font-size: 48px;
	color: rgba(20, 90, 194, 1);
	font-weight: bold;
}
.history .box1 .box-c .swiper-slide .year span{
	display: inline-block;
	transform-origin: left center; 
}
.history .box1 .box-c .swiper-slide-active .year span{
	transform: scale(1.6);
}
.history .box1 .box-c .swiper-slide .bullet{
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #C8D6E2;
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.history .box1 .box-c .swiper-slide-active .bullet{
	opacity: 1;
}
.history .box1 .box-c .swiper-slide .bullet:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	border-radius: 50%;
	transform: scale(.46);
}
.history .box1 .box-b{
	margin-top: 26px;
}
.history .box1 .box-b .swiper{
	width: 624px;
	margin-left: 0;
	border-radius: 10px;
}
.history .box1 .box-b .swiper-slide{
	background: #FFFFFF;
	box-shadow: 3px 4px 15px 0px rgba(200,214,226,0.3);
	padding: 30px 35px 45px;
	display: none;
}
.history .box1 .box-b .swiper-slide.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.history .box1 .box-b .swiper-slide .text-box{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #222222;
	line-height: 2;
}
.history .box1 .box-b .swiper-slide .pic{
	margin-top: 24px;
}
.history .box1 .box-b .swiper-slide .pic img{
	display: block;
	max-width: 100%;
}
@media (max-width:1610px) {
	.history .box1 .box-c .btn.btn-prev{
		left: 0;
	}
	.history .box1 .box-c .btn.btn-next{
		right: 0;
	}
	.history .box1 .box-c .btn{
		width: 40px;
		height: 40px;
		top: 20px;
	}
	.history .box1 .box-b, .history .box1 .box-c .swiperBox{
		padding: 0 60px 0 30%;
	}
}
@media (max-width:1500px) {
	.culture .box3 .list li .des p:nth-child(2){
		text-indent: 1em;
	}
}
@media (max-width:1440px) {
	.history .box1 .box-b .swiper-slide .text-box{
		font-size: 22px;
	}
	.history .box1 .box-c .swiper-slide .bullet{
		width: 40px;
		height: 40px;
	}
	.history .box1 .box-c{
		margin-top: 90px;
	}
	.history .box1 .box-b, .history .box1 .box-c .swiperBox{
		padding-left: 25%;
	}
	.about .box1 .box-c .l{
		width: 460px;
	}
	.about .box1 .box-c .l .list .counter{
		font-size: 40px;
	}
	.culture .box2 .box-c .icon{
		width: 90px;
	}
	.culture .box3 .list li .li-box{
		padding: 40px 25px;
	}
	.culture .box3 .list li .des{
		margin-top: 40px;
		font-size: 26px;
	}
	.culture .box3 .list li .icon .iconfont{
		font-size: 30px;
	}
	.culture .box3,
	.culture .box1{
		padding: 100px 0;
	}
	.culture .box2{
		padding-bottom: 160px;
	}
	.speech .box1{
		padding: 140px 0;
	}
}
@media (max-width:1280px) {
	.culture .box2 .box-c .icon{
		width: 70px;
	}
	.speech .box1{
		padding: 100px 0;
	}
}
@media (max-width: 1199px) {
	.speech .box1,
	.organization .box1{
		padding: 70px 0;
	}
	.history .box1{
		padding: 70px 0;
	}
	.history .box1 .box-c{
		margin-top: 45px;
	}
	.history .box1 .box-c .circle{
		width: 500px;
		top: -35px;
	}
	.culture .box2{
		padding-top: 70px;
	}
	.culture .box3,
	.culture .box1{
		padding: 70px 0;
	}
	.culture .box2{
		padding-bottom: 100px;
	}
	.culture .box2 .title{
		margin-bottom: 45px;
	}
	.culture .box3 .list li .des{
		font-size: 22px;
		margin-top: 30px;
	}
	.about .box1 .box-c .r .text-box{
		width: 100%;
	}
	.about .box1 .box-c .l{
		width: 380px;
	}
	.about .box1 .box-c .l .list{
		margin-top: 80px;
	}
	.about .box1{
		padding: 70px 0;
	}
	.about .box2{
		padding-bottom: 70px;
	}
	.culture .box1 .box-c .list li .text-box{
		padding: 30px 20px 50px;
	}
	.culture .box3 .list{
		gap: 15px;
	}
}
@media (max-width:1024px) {
	.speech .box1,
	.organization .box1{
		padding: 60px 0;
	}
	.history .box1{
		padding: 60px 0;
	}
	.history .box1 .box-c{
		margin-top: 40px;
	}
	.culture .box3 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.culture .box1 .box-c .list li .pic img{
		height: 340px;
	}
	.culture .box1 .box-c .list li .text-box{
		padding: 30px 20px;
	}
	.culture .box1 .box-c .list li .text-des{
		margin-top: 10px;
		font-size: 16px;
	}
	.culture .box1 .box-c .list li.active,
	.culture .box1 .box-c .list li{
		width: 32.14%;
	}
	.culture .box2{
		padding-top: 60px;
	}
	.culture .box3,
	.culture .box1{
		padding: 60px 0;
	}
	.culture .box2{
		padding-bottom: 90px;
	}
	.culture .box2 .title{
		margin-bottom: 40px;
	}
	.about .box1 .box-c .l .list{
		margin-top: 40px;
		justify-content: space-between;
	}
	.about .box1{
		padding: 60px 0;
	}
	.about .box2{
		padding-bottom: 60px;
	}
	.about .box1 .box-c{
		flex-direction: column;
	}
	.about .box1 .box-c .l{
		width: 100%;
	}
	.about .box1 .box-c .l .list li:nth-child(2n),
	.about .box1 .box-c .l .list li{
		width: auto;
	}
	.about .box1 .box-c .l .list li:nth-child(2n):before{
		display: none;
	}
	.about .box1 .box-c .r{
		flex: none;
		margin-left: 0;
		margin-top: 40px;
	}
	.about .box1 .box-c .r .text-title{
		font-size: 22px;
	}
	.about .box1 .box-c .r .texts{
		margin-top: 15px;
	}
	.about .box1 .box-c .r .text:not(:last-child){
		margin-bottom: 10px;
	}
	.culture .box2 .box-c .icon{
		width: 50px;
	}
	.culture .box2 .box-c .text{
		margin: 0 30px;
	}
	.culture .box3 .list li .title{
		font-size: 22px;
	}
	.history .box1 .box-b, .history .box1 .box-c .swiperBox{
		padding: 0 60px;
	}
	.history .box1 .box-c .swiper-slide-active .year span{
		transform: scale(1.4);
	}
	.history .box1 .box-c .swiper{
		width: 140px;
	}
	.history .box1 .box-b .swiper-slide .text-box{
		font-size: 20px;
	}
	.speech .box1 .box-c .l .text-box{
		margin-top: 30px;
		font-size: 14px;
		line-height: 2;
	}
	.speech .box1 .box-c .l .text:not(:last-child){
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	.speech .box1 .box-c{
		flex-direction: column;
	}
	.speech .box1 .box-c .r{
		margin-top: 40px;
		width: 100%;
		padding: 0 30px;
	}
	.speech .box1 .box-c .l .text-box{
		margin-top: 20px;
	}
	.speech .box1,
	.organization .box1{
		padding: 50px 0;
	}
	.history .box1 .box-b .swiper-slide .text-box{
		font-size: 18px;
	}
	.history .box1 .box-b .swiper-slide{
		padding: 25px 20px 30px;
	}
	.history .box1 .box-b{
		padding: 0;
	}
	.history .box1 .box-b .swiper{
		max-width: 100%;
		width: 100%;
	}
	.history .box1 .box-c .swiper{
		width: 110px;
	}
	.history .box1 .box-c .swiper-slide .bullet{
		width: 30px;
		height: 30px;
	}
	.history .box1 .box-c .btn .iconfont{
		font-size: 16px;
	}
	.history .box1 .box-c .btn{
		width: 34px;
		height: 34px;
		top: 14px;
	}
	.history .box1 .box-c .swiper-slide{
		line-height: 60px;
	}
	.history .box1{
		padding: 50px 0;
	}
	.history .box1 .box-c{
		margin-top: 30px;
	}
	.culture .box2 .box-c .icon{
		width: 30px;
	}
	.culture .box2 .box-c .text{
		margin: 0 20px;
		line-height: 2.5;
	}
	.culture .box1 .box-c .list li .pic img{
		height: 300px;
	}
	.culture .box1 .box-c{
		margin-top: 30px;
	}
	.culture .box1 .box-c .list li:not(:last-child){
		margin-right: 0;
	}
	.culture .box1 .box-c .list li.active, .culture .box1 .box-c .list li{
		width: 100%;
	}
	.culture .box1 .box-c .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}
	.culture .box1 .box-c .list li{
		width: 100%;
	}
	.culture .box2{
		padding-top: 50px;
	}
	.culture .box3,
	.culture .box1{
		padding: 50px 0;
	}
	.culture .box2{
		padding-bottom: 80px;
	}
	.culture .box2 .title{
		margin-bottom: 30px;
	}
	.about .box1 .box-c .r .text-title{
		font-size: 20px;
	}
	.about .box1 .box-c .l .list li:nth-child(2n):before{
		display: block;
	}
	.about .box1 .box-c .l .list li{
		width: 45%;
	}
	.about .box1 .box-c .l .list li:nth-child(2n){
		width: 55%;
	}
	.about .box1 .box-c .l .list .counter{
		font-size: 30px;
	}
	.about .box1 .box-c .l .list{
		margin-top: 30px;
	}
	.about .box1{
		padding: 50px 0;
	}
	.about .box2{
		padding-bottom: 50px;
	}
	.culture .box3 .list li .title{
		font-size: 20px;
	}
	.culture .box1 .box-c .title{
		font-size: 22px;
	}
}
@media (max-width: 500px) {
	.speech .box1 .box-c .r{
		margin-top: 30px;
	}
	.speech .box1,
	.organization .box1{
		padding: 40px 0;
	}
	.history .box1 .box-b .swiper-slide .text-box{
		font-size: 16px;
	}
	.history .box1 .box-c .swiper-slide .bullet{
		width: 20px;
		height: 20px;
	}
	.history .box1 .box-c .swiper{
		width: 80px;
	}
	.history .box1 .box-c .swiper-slide-active .year span{
		transform: scale(1.2);
	}
	.history .box1 .box-c .swiper-slide{
		line-height: 40px;
	}
	.history .box1 .box-c .btn{
		width: 30px;
		height: 30px;
		top: 5px;
	}
	.history .box1 .box-c .swiperBox{
		padding: 0 40px;
	}
	.history .box1{
		padding: 40px 0;
	}
	.history .box1 .box-c{
		margin-top: 25px;
	}
	.culture .box3 .list li .title{
		font-size: 18px;
	}
	.culture .box3 .list li .li-box{
		padding: 25px 20px;
	}
	.culture .box3 .list li .icon .iconfont{
		font-size: 22px;
	}
	.culture .box3 .list li .des{
		font-size: 18px;
		min-height: 72px;
		margin-top: 15px;
	}
	.culture .box3 .list li .icon{
		margin-top: 15px;
	}
	.culture .box2 .box-c .text{
		margin: 0 5px;
		font-size: 22px;
	}
	.culture .box2 .box-c .icon{
		width: 20px;
	}
	.culture .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.culture .box1 .box-c .list li .text-des{
		font-size: 14px;
		line-height: 1.7;
		margin-top: 5px;
		display: block;
	}
	.culture .box1 .box-c .list li .text-box{
		padding: 20px 15px;
		background-color: rgba(0, 0, 0, .4);
		backdrop-filter: blur(5px);
	}
	.culture .box1 .box-c .list li .pic img{
		height: 240px;
	}
	.culture .box2{
		padding-top: 40px;
	}
	.culture .box3,
	.culture .box1{
		padding: 40px 0;
	}
	.culture .box2{
		padding-bottom: 70px;
	}
	.culture .box2 .title{
		margin-bottom: 25px;
	}
	.about .box1 .box-c .l .list .counter{
		font-size: 26px;
	}
	.about .box1 .box-c .l .list{
		margin-top: 25px;
	}
	.about .box1{
		padding: 40px 0 30px;
	}
	.about .box2{
		padding-bottom: 30px;
	}
	.about .box1 .box-c .r .text-title{
		font-size: 18px;
	}
	.history .box1 .box-t-r{
		font-size: 18px;
	}
}