.banner {
	position: relative;
}

.banner .swiper-slide {
	position: relative;
}
.banner .swiper-slide .pic video,
.banner .swiper-slide .pic img {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.banner .swiper-slide .slide-box {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner .swiper-slide .slide-box .title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.33;
	/*visibility: hidden;*/
}

.banner .swiper-slide .slide-box .des {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 2;
	margin-top: 2em;
	/*visibility: hidden;*/
}
.box1 {
	background-image: url(../img/index-box1-bg.jpg);
	background-size: cover;
	padding: 140px 0 ;
}

.box1 .box-t {
	display: flex;
	justify-content: space-between;
}

.box1 .box-t-l .en {
	font-family: Rany-Light;
	color: #FDFCFA;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.box1 .box-t-l .number {
	font-family: Rany-Bold;
	color: #FDFCFA;
	line-height: .745em;
	margin-top: .16em;
}

.box1 .box-t-r {
	flex: 1;
	margin-left: 171px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 17px;
	color: #FDFCFA;
	line-height: 2;
	padding-top: 40px;
	letter-spacing: .1em;
}
.box1 .box-t-r .code{
	font-family:HarmonyOS_Sans_SC_Bold;
}
.box1 .box-b {
	margin-top: 130px;
}

.box1 .box-b .list {
	display: flex;
	justify-content: space-between;
}

.box1 .box-b .list .number {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FDFCFA;
	line-height: 1;
}
.box1 .box-b .list .number .counter{
	font-family: Rany-Light;
}
.box1 .box-b .list .text {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FDFCFA;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
}
.box2{
	position: relative;
	height: 100vh;
	width: 100%;
}

.box2 .pic img,
.box2 video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box2 .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.box2 .pic.active{
	pointer-events: none;
}
.box2 .picBox{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
	text-align: center;
	transition: all .6s;
}
.box2 .pic.active img,
.box2 .pic.active .picBox{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.box2 .picBox .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FDFCFA;
}
.box2 .picBox .playerBtn{
	margin-top: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}
.box2 .picBox .playerBtn .iconfont{
	font-size: 102px;
}
.box3 {
	background-image: url(../img/index-box3-bg.jpg);
	background-size: cover;
	padding: 140px 0 150px;
}
.indexTitle{
	text-align: center;
	color: #FDFCFA;
	font-size: 24px;
	line-height: 1;
}
.indexTitle .zh{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
}
.indexTitle .en{
	font-family: Rany-Light;
	margin-top: 15px;
	text-transform: uppercase;
}
.box3 .box-t{
	margin-top: 50px;
	padding: 40px 34px;
	background: #092137;
	border-radius: 10px;
	display: flex;
}
.box3 .box-t-l{
	width: 420px;
}
.box3 .box-c .title .zh,
.box3 .box-t-l .zh{
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #5EBBEF;
	line-height: 1.2;
	font-size: 24px;
}
.box3 .box-c .title .en,
.box3 .box-t-l .en{
	font-family: Rany-Light;
	color: #FFFFFF;
	line-height: 1.2;
	font-size: 24px;
	opacity: 0.2;
}
.box3 .box-t-l .en{
	margin-top: 18px;
}
.box3 .box-t-l .en strong{
	font-family: Rany-Bold;
}
.box3 .box-t-r{
	flex: 1;
	margin-left: 30px;
}
.box3 .box-t-r .zh{
	font-family: HarmonyOS_Sans_SC_Light;
	color: #FFFFFF;
	line-height: 1.33;
}
.box3 .box-t-r .zh strong{
	font-family: HarmonyOS_Sans_SC_Bold;
}
.box3 .box-t-r .en{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.66;
	opacity: 0.22;
}
.box3 .box-c{
	margin-top: 50px;
}
.box3 .box-c .title .en{
	padding-left: 25px;
}
.box3 .box-c .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 18px;
	margin-top: 40px;
}
.box3 .box-c .list li{
	/* grid-column: 1/3; */
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 18px;
}
.box3 .box-c .list .item{
	background: #092137;
	border-radius: 10px;
	padding: 24px 25px;
	height: 100%;
}
.box3 .box-c .list li:first-child .item{
	height: auto;
}
.box3 .box-c .list li .number{
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
}
.box3 .box-c .list li .text-title{
	font-family: HarmonyOS_Sans_SC_Light;
	color: #FFFFFF;
	line-height: 1.25;
	margin-top: 20px;
	font-size: 24px;
}
.box3 .box-c .list li:not(:first-child) .text-title{
	/* margin-top: 172px; */
}
.box3 .box-c .list li .text-des{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.22;
	margin-top: 8px;
}
.box3 .box-c .list .li-b{
	display: grid;
	grid-template-columns:repeat(2,1fr);
	gap: 18px;
}
.box4{
	padding: 140px 0 194px;
	background-image: url(../img/index-box4-bg.jpg);
	background-size: cover;
}
.box4 .indexTitle{
	color: #333;
}
.box4 .box-c{
	margin-top: 80px;
}
.box4 .box-c .list{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 8px;
}
.box4 .box-c .list li{
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding-top: 62.14%;
}
.box4 .box-c .list li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box4 .box-c .list li .imgScale{
	width: auto;
	max-width: 90%;
	max-height: 90%;
}
.box5{
	padding: 140px 0 165px;
	background-image: url(../img/index-box5-bg.jpg);
	background-size: cover;
}
.box5 .box-c{
	margin-top: 75px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.box5 .box-c .l{
	width: 150px;
}
.box5 .box-c .l .swiper{
	position: relative;
	height: 540px;
}
.box5 .box-c .l .swiper::after{
	position: absolute;
	content: "";
	width: 105px;
	height: 120px;
	right: 0;
	bottom: 0;
	display: none;
	/* background: linear-gradient(to bottom ,rgba(12, 48, 70, .3),rgba(12, 48, 70, .7)); */
	z-index: 4;
}
.box5 .box-c .l .swiper-slide{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 60px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.box5 .box-c .l .swiper-slide-thumb-active{
	font-family: HarmonyOS_Sans_SC_Bold;
	color: rgba(79, 173, 226, 1);
}
.box5 .box-c .l .swiper-slide-thumb-active .number{
	transform: scale(1.2);
	transform-origin: left center;
}
.box5 .box-c .l .swiper-slide .line{
	width: 20px;
	height: 2px;
	background: #D2E9F8;
	margin-right: 25px;
}
.box5 .box-c .r{
	width: calc(100% - 278px);
}
.box5 .box-c .r .swiper{
	height: 540px;
}
.box5 .box-c .r .swiper-slide{
	display: flex;
	align-items: flex-start;
}
.box5 .box-c .r .swiper-slide .pic{
	width: 420px;
	border-radius: 10px;
}
.box5 .box-c .r .swiper-slide .text-box{
	flex: 1;
	margin-left: 70px;
	height: calc(100% - 140px);
	display: flex;
	flex-direction: column;
}
.box5 .box-c .r .swiper-slide .text-box .text{
	flex: 1;
	overflow: auto;
	padding-right: 10px;
}
.box5 .box-c .r .swiper-slide .number{
	font-family: Rany-Bold;
	color: #4FADE2;
	line-height: .75;
	padding-top: 30px;
}
.box5 .box-c .r .swiper-slide .text{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 50px;
}
.box5 .box-c .r .btns{
	position: absolute;
	left: 490px;
	bottom: 34px;
	display: flex;
	gap: 30px;
	z-index: 3;
}
.box5 .box-c .r .btns .btn{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #DEDEDE;
	color: #fff;
	cursor: pointer;
	transition: all .6s;
}
.box5 .box-c .r .btns .btn:hover{
	background-color: rgba(94, 187, 239, 1);
	color: #fff;
	border-color: rgba(94, 187, 239, 1);
}
.box6{
	padding: 140px 0 90px;
	background-image: url(../img/index-box6-bg.jpg);
	background-size: cover;
}
.box6 .box-t{
	display: flex;
	justify-content: space-between;
	margin-top: 150px;
}
.box6 .box-t-l{
	width: 42%;
	font-family: HarmonyOS_Sans_SC;
	color: #FFFFFF;
	line-height: 2;
}
.box6 .box-t-r{
	width: 54.28%;
}
.box6 .box-t-r .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 32px;
}
.box6 .box-t-r .list li{
	position: relative;
	min-height: 118px;
	display: flex;
	align-items: center;
}
.box6 .box-t-r .list li .img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 71px;
	z-index: 2;
}
.box6 .box-t-r .list li .img:first-child{
	left: 0;
}
.box6 .box-t-r .list li .img:last-child{
	right: 0;
}
.box6 .box-t-r .list li .img img{
	display: block;
	width: 100%;
}
.box6 .box-t-r .list li .li-box{
	position: relative;
	z-index: 3;
	text-align: center;
	width: 100%;
	margin-top: -10px;
	padding: 0 40px;
}
.box6 .box-t-r .list li .number{
	font-family: HarmonyOS_Sans_SC_Light;
	color: #FFFFFF;
	line-height: 1.33;
	white-space: nowrap;
	line-height: 1;
}
.box6 .box-t-r .list li .number .counter{
	font-family: HarmonyOS_Sans_SC_Bold;
}
.box6 .box-t-r .list li .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1;
	white-space: nowrap;
	margin-top: 5px;
}
.box6 .box-c{
	margin-top: 158px;
}
.box6 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 25px;
}
.box7{
	padding: 140px 0 212px;
	background-image: url(../img/index-box7-bg.jpg);
	background-size: cover;
}
.box7 .box-c{
	margin-top: 60px;
}
.box7 .box-c .swiper-slide{
	width: 63.07%;
	padding-right: 11.2%;
}
.box7 .box-c .swiper-slide .slide-box{
	transform-origin: left top;
	transform: scale(.75);
	transition: all .6s;
}
.box7 .box-c .swiper-slide-next{
	padding-left: 11.2%;
	padding-right: 0;
}
.box7 .box-c .swiper-slide-active .slide-box{
	transform: scale(1);
	transform-origin: center;
}
.box7 .box-c .swiper-slide .pic{
	position: relative;
	border-radius: 10px;
}
.box7 .box-c .swiper-slide .pic .playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: rgba(94, 187, 239, 1);
	cursor: pointer;
}
.box7 .box-c .swiper-slide .pic .playBtn .iconfont{
	font-size: 56px;
}
.box7 .box-c .swiper-slide .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 28px;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
}
.box7 .box-c .swiper-slide-active .text{
	opacity: 1;
	visibility: visible;
}
.box7 .box-c .btn{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
	z-index: 4;
	transition: all .6s;
}
.box7 .box-c .btn:not(:last-child){
    margin-bottom: 20px;
}
.box7 .box-c .btns{
    	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 63.07%;
	z-index: 3;
}
.box7 .box-c .btn:hover{
	background-color: rgba(94, 187, 239, 1);
	border-color: rgba(94, 187, 239, 1);
}

.box7 .box-c .btn .iconfont{
	font-size: 34px;
}
@media (max-width: 1440px) {
	.box7,
	.box5,
	.box4,
	.box1{
		padding: 120px 0;
	}
	.box6,
	.box3{
		padding-top: 120px;
	}
	.box3{
		padding-bottom: 120px;
	}
	.box1 .box-t-r{
		margin-left: 100px;
		font-size: 16px;
		padding-top: 40px;
	}
	.box6 .box-c,
	.box6 .box-t,
	.box1 .box-b{
		margin-top: 80px;
	}
}
@media (max-width:1280px) {
	.box3 .box-t-l{
		width: 360px;
	}
	.box5 .box-c .r{
		width: calc(100% - 228px);
	}
	.box5 .box-c .r .swiper-slide .text{
		font-size: 22px;
	}
}
@media (max-width:1199px) {
	.box7 .box-c .btn{
		width: 60px;
		height: 60px;
	}
	.box7 .box-c .swiper-slide{
		padding-right: 7%;
	}
	.box7 .box-c .swiper-slide-next{
		padding-right: 0;
		padding-left: 7%;
	}
	.box7 .box-c .swiper-slide .pic .playBtn .iconfont{
		font-size: 40px;
	}
	.box6,
	.box7, .box5, .box4, .box1{
		padding: 70px 0;
	}
	.box3{
		padding: 70px 0;
	}
	.box7 .box-c,
	.box6 .box-c,
	.box6 .box-t,
	.box5 .box-c,
	.box4 .box-c,
	.box3 .box-c,
	.box3 .box-t,
	.box1 .box-b{
		margin-top: 45px;
	}
	.box5 .box-c .r .swiper-slide .text{
		font-size: 20px;
		margin-top: 30px;
	}
	.banner .swiper-slide .pic img{
		height: auto;
		min-height: 430px;
	}
	.banner .swiper-slide .slide-box .des{
		margin-top: 1em;
	}
	.banner .swiper-slide .slide-box{
		top: 50%;
	}
	.box1 .box-b .list .text{
		font-size: 16px;
	}
	.box2{
		height: auto;
	}
	.box2 .picBox{
		top: 50%;
	}
	.box2 .picBox .playerBtn{
		margin-top: 30px;
	}
	.box2 .picBox .playerBtn .iconfont{
		font-size: 80px;
	}
	.box3 .box-t-l{
		width: auto;
	}
	.box3 .box-c .list{
		margin-top: 30px;
	}
	.box5 .box-c .r{
		width: calc(100% - 200px);
	}
	.box5 .box-c .r .swiper-slide .text-box{
		margin-left: 40px;
		height: calc(100% - 120px);
	}
	.box5 .box-c .r .swiper-slide .pic{
		width: 40%;
	}
	.box5 .box-c .r .swiper-slide .number{
		padding-top: 15px;
	}
	.box5 .box-c .r .btns{
		left: calc(40% + 40px);
		gap: 20px;
	}
	.box5 .box-c .r .btns .btn{
		width: 50px;
		height: 50px;
	}
	.box5 .box-c .r .swiper,
	.box5 .box-c .l .swiper{
		height: 450px;
	}
	.box5 .box-c .l .swiper-slide{
		line-height: 50px;
	}
	.box6 .box-t-r .list li .li-box{
		padding: 0 20px;
	}
	.box7 .box-c .swiper-slide .text{
		font-size: 20px;
		margin-top: 15px;
	}
}
@media (max-width:1024px) {
	.box7 .box-c .btn{
		width: 50px;
		height: 50px;
	}
	.box7 .box-c .btn .iconfont{
		font-size: 30px;
	}
	.box6 .box-t{
		flex-direction: column;
	}
	.box6 .box-t-l{
		width: 100%;
	}
	.box6 .box-t-r{
		width: 100%;
		margin-top: 30px;
	}
	.box6 .box-t{
		margin-top: 30px;
	}
	.box5 .box-c .r .btns .btn{
		width: 44px;
		height: 44px;
	}
	.box5 .box-c .r .swiper-slide .text{
		font-size: 18px;
		margin-top: 20px;
	}
	.box5 .box-c .r .btns{
		left: calc(40% + 25px);
	}
	.box5 .box-c .r .swiper-slide .text-box{
		margin-left: 25px;
	}
	.box5 .box-c .r{
		width: calc(100% - 140px);
	}
	.box5 .box-c .l .swiper-slide .line{
		margin-right: 15px;
		width: 14px;
	}
	.box5 .box-c .l{
		width: 120px;
	}
	.indexTitle .en{
		margin-top: 10px;
	}
	.indexTitle{
		font-size: 22px;
	}
	.box3 .box-c .list{
		margin-top: 25px;
	}
	.box3 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.box3 .box-c .list li:not(:first-child) .text-title{
		margin-top: 20px;
	}
	.box2 .picBox .playerBtn{
		margin-top: 20px;
	}
	.box2 .picBox .playerBtn .iconfont{
		font-size: 60px;
	}
	.box1 .box-t-r{
		font-size: 14px;
		line-height: 26px;
	}
	.box1 .box-b .list .text{
		font-size: 14px;
	}
	.box1 .box-t{
		flex-direction: column;
	}
	.box1 .box-t-r{
		margin-left: 0;
		padding-top: 20px;
	}
	.box6,
	.box7, .box5, .box4, .box1{
		padding: 60px 0;
	}
	.box3{
		padding: 60px 0;
	}
	.box7 .box-c,
	.box6 .box-c,
	.box6 .box-t,
	.box5 .box-c,
	.box4 .box-c,
	.box3 .box-c,
	.box3 .box-t,
	.box1 .box-b{
		margin-top: 40px;
	}
	.banner .swiper-slide .slide-box .des{
		font-size: 16px;
		margin-top: .5em;
	}
	.box4 .box-c .list{
		grid-template-columns: repeat(4,1fr);
	}
}
@media (max-width: 768px) {
	.box3 .box-c .title .en, .box3 .box-t-l .en,
	.box3 .box-c .title .zh, .box3 .box-t-l .zh{
		font-size:22px;
	}
	.box7 .box-c .swiper-slide .text{
		font-size: 18px;
	}
	.box7 .box-c .swiper-slide .pic .playBtn .iconfont{
		font-size: 30px;
	}
	.box7 .box-c .btn .iconfont{
		font-size: 22px;
	}
	.box7 .box-c .swiper-slide{
		width: 80%;
	}
	.box7 .box-c .btns{
		left: 80%;
	}
	.box7 .box-c .btn{
		width: 40px;
		height: 40px;
	}
	.box6 .box-c .list,
	.box6 .box-t-r .list{
		grid-template-columns: repeat(2,1fr);
	}
	.box5 .box-c .r .swiper-slide{
		height: auto;
		align-items: initial;
	}
	.box5 .box-c .r .swiper-slide .text-box{
		height: calc(100% - 60px);
	}
	.box5 .box-c .r .btns .btn{
		width: 38px;
		height: 38px;
	}
	.box5 .box-c .r .btns .btn .iconfont{
		font-size: 14px;
	}
	.box5 .box-c .r .swiper-slide .text{
		font-size: 16px;
	}
	.box5 .box-c .r .swiper{
		height: auto;
	}
	.box5 .box-c .r .btns{
		bottom: 0;
	}
	.box5 .box-c .r{
		width: 100%;
		margin-top: 20px;
	}
	.box5 .box-c .l .swiper-slide .number{
		font-size: 20px;
	}
	.box5 .box-c .l .swiper-slide .line{
		display: none;
	}
	.box5 .box-c .l{
		width: 100%;
	}
	.box5 .box-c .l .swiper-slide{
		width: auto;
		padding: 0 10px;
		line-height: 44px;
	}
	.box5 .box-c .l .swiper{
		height: auto;
	}
	.box5 .box-c{
		flex-direction: column;
	}
	.indexTitle{
		font-size: 20px;
	}
	.box3 .box-t{
		padding: 24px 25px;
	}
	.box3 .box-t{
		flex-direction: column;
	}
	.box3 .box-t-l .en{
		margin-top: 0;
	}
	.box3 .box-t-r{
		margin-left: 0;
		margin-top: 5px;
	}
	.box3 .box-t-l .en br{
		display: none;
	}
	.box3 .box-t-r .en,
	.box3 .box-c .list li .text-des{
		font-size: 16px;
	}
	.box3 .box-c .list li .number{
		font-size: 20px;
	}
	.box3 .box-c .list li .text-title{
		margin-top: 10px;
		font-size: 22px;
	}
	.box3 .box-t-r .zh{
		font-size: 22px;
	}
	.box2 .picBox .playerBtn{
		margin-top: 15px;
	}
	.box2 .picBox .playerBtn .iconfont{
		font-size: 50px;
	}
	.box6,
	.box7, .box5, .box4, .box1{
		padding: 50px 0;
	}
	.box3{
		padding: 50px 0;
	}
	.box7 .box-c,
	.box6 .box-c,
	.box6 .box-t,
	.box5 .box-c,
	.box4 .box-c,
	.box3 .box-c,
	.box3 .box-t,
	.box1 .box-b{
		margin-top: 30px;
	}
	.box3 .box-t-l{
		display: flex;
	}
	.box3 .box-t-l .en,
	.box3 .box-c .title .en{
		padding-left: 15px;
	}
	.box6 .box-t{
		margin-top: 20px;
	}
}
@media (max-width: 500px) {
	.box3 .box-c .title .en, .box3 .box-t-l .en,
	.box3 .box-c .title .zh, .box3 .box-t-l .zh{
		font-size:20px;
	}
	.box7 .box-c .btn{
		width: 30px;
		height: 30px;
	}
	.box5 .box-c .r .btns .btn{
		width: 30px;
		height: 30px;
	}
	.box5 .box-c .r .swiper-slide .text-box{
		margin-left: 15px;
	}
	.box5 .box-c .r .btns{
		left: calc(40% + 15px);
	}
	.box5 .box-c .r .swiper-slide .number{
		padding-top: 5px;
	}
	.box5 .box-c .r .swiper-slide .text{
		font-size: 14px;
		margin-top: 10px;
	}
	.box4 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.box3 .box-c .list{
		margin-top: 15px;
	}
	.box3 .box-t-r .en, .box3 .box-c .list li .text-des{
		font-size: 14px;
	}
	.box3 .box-c .list li .number{
		font-size: 18px;
	}
	.box3 .box-c .list li .text-title,
	.box3 .box-t-r .zh{
		font-size: 20px;
	}
	.box3 .box-c .list li:first-child{
		grid-column: 1/1;
	}
	.box3 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.box2 .picBox .playerBtn{
		margin-top: 10px;
	}
	.box2 .picBox .playerBtn .iconfont{
		font-size: 40px;
	}
	.box1 .box-b .list .text{
		margin-top: 5px;
	}
	.box6,
	.box7, .box5, .box4, .box1{
		padding: 40px 0;
	}
	.box3{
		padding: 40px 0;
	}
	.box7 .box-c,
	.box6 .box-c,
	.box6 .box-t,
	.box5 .box-c,
	.box4 .box-c,
	.box3 .box-c,
	.box3 .box-t,
	.box1 .box-b{
		margin-top: 25px;
	}
	.banner .swiper-slide .slide-box .title{
		font-size: 22px;
	}
	.banner .swiper-slide .slide-box .des{
		font-size: 14px;
		line-height: 24px;
	}
	.box5 .box-c{
		margin-top: 10px;
	}
	.box5 .box-c .l .swiper-slide .number{
		font-size: 16px;
	}
	.box6 .box-t-l{
		font-size: 16px;
		line-height: 1.5;
	}
	.box6 .box-t-r,
	.box6 .box-t{
		margin-top: 20px;
	}
	.box6 .box-t-r .list li .img{
		width: 44px;
	}
	.box6 .box-t-r .list li{
		min-height: 80px;
	}
	.box6 .box-t-r .list{
		gap: 20px 32px;
	}
	.box7 .box-c .swiper-slide{
	    width：100%
	}
}