.banner{
	position: relative;
}
.banner .pic img{
	display: block;
	width: 100%;
	min-height: 460px;
	object-fit: cover;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .swiper-slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.banner .swiper-slide .sub-title{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}
.banner .swiper-slide .line{
	width: 86px;
	height: 3px;
	background: #FFFFFF;
	margin-top: 23px;
}
.banner .swiper-slide .title{
	font-size: 65px;
	font-family: FZZDHJW;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 34px;
}
.banner .swiper-slide .des{
	font-size: 20px;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 20px;
}
.banner .swiper-slide .more{
	margin-top: 33px;
}
.banner .swiper-slide .more a{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.banner .swiper-slide .more img{
	margin-left: 13px;
	animation: moveRight 2s infinite;
}
@keyframes moveRight{
	0{
		transform: translateX(0);
	}
	50%{
		transform: translateX(20px);
	}
	100%{
		transform: translateX(0px);
	}
}
.banner .swiper-pagination-bullet,
.box5 .swiper-pagination-bullet{
	position: relative;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;outline: none;box-sizing: border-box;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.box5 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.box5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px 20px 8px;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.box5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	margin: 0 14px 20px 14px;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.box5 .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 22px;
	height: 22px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;outline: none;box-sizing: border-box;
}
.banner .btn.btn-prev{
	left: 2%;
}
.banner .btn.btn-next{
	right: 2%;
}
.banner .btn .iconfont{
	font-size: 26px;
	color: #fff;
}
.banner .btn:hover{
	background: #CE0E05;
}
.index-title{
	font-size: 40px;
	font-family: FacileSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-transform: uppercase; font-family:Arial, Helvetica, sans-serif;
}
.index-line{
	width: 54px;
	height: 3px;
	background: #CB0010;
	margin-top: 20px;
	display: inline-block;
}
.index-des{
	font-size: 26px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	margin-top: 20px;
}
.box1{
	text-align: center;
	padding: 65px 0 17px;
}
.box1 .box-t{
	margin-top: 52px;
}
.box1 .box-t .swiper-slide{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 139px;
}
.box1 .box-t .swiper-slide.swiper-slide-thumb-active::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #cb0010;
	box-sizing: border-box;
	border-bottom: none;
}
.box1 .box-t .swiper-slide.swiper-slide-thumb-active:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	background: linear-gradient(rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 80%);
}
.box1 .box-t .swiper-slide img{
	position: relative;
	z-index: 2;
	max-width: 90%;
	max-height: 90%;
}
.box1 .box-t .swiper-slide .img1{
	opacity: 0.3;
}
.box1 .box-t .swiper-slide:hover .img1{
	opacity: 1;
}
.box1 .box-t .swiper-slide.swiper-slide-thumb-active .img1{
	display: none;
}
.box1 .box-t .swiper-slide .img2{
	display: none;
}
.box1 .box-t .swiper-slide.swiper-slide-thumb-active .img2{
	display: block;
}
.box1 .box-c{
	margin-top: 93px;
}
.box1 .box-c .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.box1 .box-c .swiper-slide .l{
	text-align: left;
	width: 40%;
}
.box1 .box-c .swiper-slide .l .brand img{
	display: block;
}
.box1 .box-c .swiper-slide .l .text-title{
	font-size: 24px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 34px;
	margin-top: 65px;
}
.box1 .box-c .swiper-slide .l .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #222222;
	line-height: 36px;
	margin-top: 14px;
}
.box1 .box-c .swiper-slide .l .more{
	width: 201px;
	height: 55px;
	background: rgba(203, 0, 16, 1);
	/*margin-top: 51px;*/
	line-height: 55px;
	text-align: center;
}
.box1 .box-c .swiper-slide .l .more:hover{
	background: rgba(203, 0, 16, 0.8);
}
.box1 .box-c .swiper-slide .l .more a{
	display: block;
	font-size: 14px;
	font-family: FacileSans;
	font-weight: 400;
	color: #FFFFFF;
}
.box1 .box-c .swiper-slide .r{
	max-width: 55.26%;
}
.box1 .box-c .swiper-slide .r img{
	display: block;
	max-width: 100%;
}
.box2{
	background-color: #cb0010;
	text-align: center;
}
.box2 .index-title,
.box2 .index-des{
	color: #fff;
}
.box2 .index-line{
	background-color: #fff;
}
.box2 .box-t{
	background: url(../img/index-box2-bg.jpg);
	background-size: cover;
	padding: 61px 0 0;
}
.box2 .box-t .gallery-top{
	margin-top: 74px;
}
.box2 .box-t .gallery-top .swiper-slide{
	position: relative;
	padding-bottom: 146px;
}
.box2 .box-t .gallery-top .swiper-slide .content1500{
	display: flex;
}
.box2 .box-t .gallery-top .swiper-slide .l{
	width: 38.9%;
	text-align: left;
}
.box2 .box-t .gallery-top .swiper-slide .text-title{
	font-size: 26px;
	font-family: PingFang;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 36px;
}
.box2 .box-t .gallery-top .swiper-slide .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 14px;
}
.box2 .box-t .gallery-top .swiper-slide .more{
	width: 201px;
	height: 55px;
	background: #FFFFFF;
	margin-top: 39px;
	text-align: center;
	line-height: 55px;
}
.box2 .box-t .gallery-top .swiper-slide .more:hover{
	background-color: rgba(255,255,255,0.8);
}
.box2 .box-t .gallery-top .swiper-slide .more a{
	display: block;
	font-size: 14px;
	font-family: FacileSans;
	font-weight: 400;
	color: #CB0010;
}
.box2 .box-t .gallery-top .swiper-slide .r{
	position: absolute;
	right: 1.14%;
	top: 0;
	width: 54.16%;
}
.box2 .box-t .gallery-top .swiper-slide .r img{
	display: block;
	max-width: 100%;
}
.box2 .box-b{
	position: relative;
}
.box2 .box-b .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}
.box2 .box-b .btn .iconfont{
	font-size: 34px;
	color: #FFFFFF;
	opacity: 0.3;
}
.box2 .box-b .btn:hover .iconfont{
	opacity: 1;
}
.box2 .box-b .btn.btn-prev{
	left: 20px;
}
.box2 .box-b .btn.btn-next{
	right: 20px;
}
.box2 .box-b .swiper-slide{
	background-color: rgba(14, 14, 14, 1);
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(255,255,255,0.1);
	cursor: pointer;
}
.box2 .box-b .swiper-slide img{
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.box2 .box-b .swiper-slide.swiper-slide-thumb-active,
.box2 .box-b .swiper-slide:hover{
	background-color: rgba(203, 0, 16, 1);
}
.box3{
	position: relative;
	background-image: url(/static/default/assets/img/index-box3-bg.jpg);
	background-size: cover;
	text-align: left;
}
.box3 .l{
	padding: 107px 0 91px;
	width: 74.86%;
	display: flex;
	justify-content: space-between;
}
.box3 .l .l-l{
	width: 53.42%;
	padding-top: 60px;
}
.box3 .l .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #222222;
	line-height: 30px;
	margin-top: 38px;
}
.box3 .l .more{
	width: 201px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #CB0010;
	margin-top: 59px;
}
.box3 .l .more a{
	font-size: 14px;
	font-family: FacileSans;
	font-weight: 400;
	color: #FFFFFF;
}
.box3 .l .more:hover {
	background-color: rgba(203, 0, 16, 0.8);
}
.box3 .l .l-r{
	width: 224px;
}
.box3 .l .l-r li:not(:last-child){
	margin-bottom: 95px;
}
.box3 .l .l-r .number{
	line-height: 1;
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
}
.box3 .l .l-r .number .counter{
	font-size: 60px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.box3 .l .l-r .text{
	margin-top: 9px;
	display: flex;
	align-items: center;
}
.box3 .l .l-r .text span{
	margin-left: 12px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
}
.box3 .r{
	position: absolute;
	top: 0;
	right: 0;
	width: 30.62%;
	height: 100%;
}
.box3 .r img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box3 .r .play-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90px;
	height: 90px;
	border: 3px solid #fff;
	border-radius: 50%;
	line-height: 84px;
	text-align: center;
	cursor: pointer;
}
.box3 .r .play-btn .iconfont{
	font-size: 34px;
	color: #fff;
}
.box4{
	position: relative;
}
.box4 .l{
	padding-right: 770px;
	/* width: calc(100vw - 770px); */
	height: 770px;
}
.box4 .l .pic{
	height: 100%;
}
.box4 .l img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.box4 .r{
	position: absolute;
	right: 0;
	top: 0;
	/* width: 770px; */
}
.box4 .r ul{
	display: flex;
	justify-content: flex-end;
}
.box4 .r li{
	width: 385px;
	height: 385px;
	max-width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}
.box4 .r li .li-box{
	width: 100%;
}
.box4 .r li .icon img{
	display: block;
	margin: 0 auto;
	transition: all 0.6s;
}
.box4 .r li:hover .icon img{
	transform: rotateY(180deg);
}
.box4 .r li .icon{
	margin-bottom: 30px;
	/* transition: all 0.6s; */
}
.box4 .r li:hover .icon{
	margin-bottom: 20px;
}
.box4 .r li .text-title{
	font-size: 26px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #fff;
	line-height: 1;
}
.box4 .r li .text-des{
	font-size: 15px;
	font-family: PingFang;
	font-weight: 500;
	color: #fff;
	line-height: 24px;
	margin-top: 19px;
}
.box4 .r li .text-box1{
	display: none;
	opacity: 0;
	/* transition: all 0.6s; */
	margin-top: 25px;
}
.box4 .r li:hover .text-box1{
	display: block;
	height: auto;padding:0 50px;
	opacity: 1;
}
.box4 .r li .line{
	width: 52px;
	height: 2px;
	background:#fff;
	margin: 0 auto;
	margin-bottom: 0px;
}
.box4 .r li.li1{
	background-color: rgba(203, 0, 16, 1);
	text-align: right;
	padding: 0 56px;border-bottom:1px solid rgba(255,255,255,0.6);
}
.box4 .r li.li2{
	background-color: rgba(0, 81, 172, 1);
	background-size: cover;border-right:1px solid rgba(255,255,255,0.6);border-bottom:1px solid rgba(255,255,255,0.6);
}
.box4 .r li.li2 .line{
	background-color: rgba(34, 34, 34, 1);
}
.box4 .r li.li3{
	background-color: rgba(2, 63, 143, 0.8);border-right:1px solid rgba(255,255,255,0.6);
}
.box4 .r li.li4{
	background-color: rgba(1, 74, 164, 1);border-right:1px solid rgba(255,255,255,0.6);
}
.box4 .r li.li5{
	background-color: rgba(0, 81, 172, 1);
	background-size: cover;
}
.box4 .r li.li4 .text-title,
.box4 .r li.li4 .text-des,
.box4 .r li.li3 .text-title,
.box4 .r li.li3 .text-des{
	color: #fff;
}
.box4 .r li.li1 .index-title,
.box4 .r li.li1 .index-des{
	color: #fff;
}
.box4 .r li.li1 .index-line{
	background-color: #fff;
}
.box4 .r li.li2 .line{
	background-color: #fff;
}

.box5{
	padding: 72px 0 0;
	background-image: url(/static/default/assets/img/index-box5-bg.jpg);
	background-size: cover;
}
.box5 .box-t{
	display: flex;
	justify-content: space-between;
}
.box5 .box-t .index-des{
	margin-top: 24px;
}
.box5 .box-t .r .more a{
	display: flex;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	align-items: center;
}
.box5 .box-t .r .more a img{
	margin-left: 13px;
	animation: moveRight 2s infinite;
}
.box5 .box-c{
	position: relative;
	margin-top: 50px;
	padding:0 0 57px
}
.box5 .box-c .swiper{
	padding:0 0 63px
}
.box5 .box-c .swiper-slide{
	background-color: #fff;
	padding: 20px 20px 47px;
}
.box5 .box-c .pic{
	position: relative;
}
.box5 .box-c .pic .pic-box{
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 109px;
	height: 109px;
	background: rgba(0, 81, 172, 1);
	/*  */
	color: #fff;
}
.box5 .box-c .swiper-slide:hover .pic .pic-box{
	background: #CE0E05;
}
.box5 .box-c .pic .pic-box .date{
	font-size: 56px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #FFFFFF;
	line-height: 1;
}
.box5 .box-c .pic .pic-box .year{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 3px;
}
.box5 .box-c .text-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 21px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 35px;
	margin-top: 25px;
}
.box5 .box-c .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box5 .box-c .more{
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	width: auto;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(51, 51, 51, 1);
	margin-top: 38px;
}
.box5 .box-c .more .iconfont{
	font-size: 17px;
	margin-left: 6px;
	vertical-align: middle;
}
.box5 .box-c .swiper-slide:hover .more{
	color: #CB0010;
	border-bottom-color: #CB0010;
}
.box5 .swiper-horizontal>.swiper-pagination-bullets, 
.box5 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.box5 .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 3px;
}
.box5 .swiper-pagination-bullet{
	background-color: rgba(191, 191, 191, 1);
}
.box5 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #D60011;
}
.box5 .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	border-color: #D60011;
}
@media (max-width:1530px) {
	.box3 .l{
		width: 64.86%;
	}
	.box3 .l .l-l{
		width: 60%;
	}
	.box3 .r{
		width: 38.62%;
	}
	.box4 .r li{
		width: 340px;
	}
	.box4 .l{
		padding-right: 680px;
	}
	.banner .swiper-slide .title{
		font-size: 50px;
	}
	.box2 .box-t .gallery-top .swiper-slide{
	    padding-bottom: 0px;
	}
}
@media (max-width:1330px) {
	.banner .swiper-slide .title{
		font-size: 40px;
	}
	.index-title{
		font-size: 34px;
	}
}
@media (max-width:1199px) {
	.box3 .r{
		position: relative;
		width: 50%;
		margin: 0 auto 60px;
	}
	.box3 .l{
		width: 100%;
	}
	.box3 .l .l-r{
		width: auto;
	}
	.box4 .l{
		padding-right: 0;
		height: auto;
	}
	.box4 .r{
		position: relative;
		height: auto;
	}
	.box4 .r li.li3{
		border-right: 1px solid #fff;
	}
	.box4 .r li{
		width: 50%;
	}
}
@media (max-width:800px) {
	.index-title{
		font-size: 28px;
	}
	.index-des{
		font-size: 24px;
	}
	.box1 .box-t .swiper-slide{
		height: 110px;
	}
	.box1 .box-c .swiper-slide{
		flex-direction: column-reverse;
	}
	.box1 .box-c .swiper-slide .r{
		width: 100%;
		max-width: 100%;
	}
	.box1 .box-c .swiper-slide .l{
		width: 100%;
		margin-top: 40px;
	}
	.box1 .box-c{
		margin-top: 50px;
	}
	.box1 .box-c .swiper-slide .l .text-title{
		margin-top: 25px;
	}
	.box1 .box-c .swiper-slide .l .more,
	.box2 .box-t .gallery-top .swiper-slide .more ,
	.box3 .l .more{
		width: 160px;
		line-height: 40px;
		height: 40px;
	}
	.box1 .box-c .swiper-slide .l .more{
		margin-top: 30px;
	}
	.banner .swiper-slide .title{
		font-size: 30px;
	}
	.box2 .box-t .gallery-top .swiper-slide .content1500{
		flex-direction: column-reverse;
	}
	.box2 .box-t .gallery-top .swiper-slide .r{
		position: relative;
		width: 100%;
	}
	.box2 .box-t .gallery-top .swiper-slide .l{
		width: 100%;
		margin-top: 25px;
	}
	.box2 .box-t .gallery-top .swiper-slide{
		padding-bottom: 60px;
	}
	.box2 .box-b .swiper-slide{
		height: 140px;
	}
	.box4 .r ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
@media (max-width:500px) {
	.banner .swiper-slide .sub-title{
		font-size: 16px;
		line-height: 1;
	}
	.banner .swiper-slide .line{
		margin-top: 10px;
		height: 2px;
	}
	.banner .swiper-slide .title{
		font-size: 20px;
		margin-top: 15px;
	}
	.banner .swiper-slide .des{
		font-size: 16px;
		line-height: 1.5;
		margin-top: 10px;
	}
	.banner .swiper-slide .more{
		margin-top: 5px;
	}
	.banner .pic img{
		min-height: 300px;
	}
	.banner .btn{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.banner .btn .iconfont{
		font-size: 16px;
	}
	.index-title{
		font-size: 24px;
	}
	.index-line{
		height: 2px;
		margin-top: 18px;
	}
	.index-des{
		font-size: 22px;
		margin-top: 20px;
	}
	.box1{
		padding-bottom: 40px;
	}
	.box1 .box-c .swiper-slide .l .brand img{
		width: 40%;
	}
	.box1 .box-c .swiper-slide .l .text-title,
	.box2 .box-t .gallery-top .swiper-slide .text-title{
		font-size: 20px;
	}
	.banner .swiper-slide .more img{
		width: 80px;
	}
	.box4 .r li.li1{
		padding: 30px 10px;
		height: auto;
		text-align: center;
	}
	.box4 .r li .text-box1{
		display: block;
		opacity: 1;
		height: auto;
	}
	.box4 .r li .text-title{
		font-size: 18px;
	}
	.box4 .r li .icon img{
		height: 35px;
	}
	.box4 .r li .icon,
	.box4 .r li:hover .icon{
		margin-bottom: 25px;
	}
	.box4 .r li .text-des{
		margin-top: 13px;
	}
	.box4 .r li.li2 .line{
		margin-bottom: 20px;
	}
	.box4 .r li{
		height: auto;
		padding: 30px 10px;
	}
	.box4 .r li.li3{
		border-right: none;
		border-top: 1px solid #fff;
	}
	.box5 .box-t .r .more a img{
		width: 60px;
		margin-left: 5px;
	}
	.box5 .index-title{
		font-size: 20px;
	}
	.box5 .box-t .index-des{
		margin-top: 18px;
	}
	.box5 .box-t{
		align-items: flex-end;
	}
	.box5 .box-t .r{
		margin-right: 10px;
	}
	.box5 .box-c .swiper-slide{
		padding: 0 0  25px;
	}
	.box5 .box-c .text-title{
		font-size: 18px;
		margin-top: 10px;
		line-height: 1.7;
	}
	.box5 .box-c .text-des{
		margin-top: 10px;
	}
	.box5 .box-c .more{
		margin-top: 10px;
	}
	.box5 .box-c .pic .pic-box .date{
		font-size: 34px;
	}
	.box5 .box-c .pic .pic-box{
		width: 80px;
		height: 80px;
	}
	
	.box5{
		padding-top: 50px;
	}
	.box3 .l{
		flex-direction: column;
	}
	.box3 .l .l-l{
		width: 100%;
	}
	.box3 .l .l-r ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box3 .l .l-r li{
		width: 50%;
		text-align: center;
	}
	.box3 .l{
		padding: 0 0 0;
	}
	.box3 .l .text-des{
		margin-top: 25px;
	}
	.box3 .l .more{
		margin-top: 25px;
	}
	.box3 .l .l-r{
		margin-top: 30px;
	}
	.box3 .l .l-r .number .counter{
		font-size: 30px;
	}
	.box3 .l .l-r .text{
		justify-content: center;
	}
	.box3 .l .l-r li:not(:last-child){
		margin-bottom: 20px;
	}
	.box3 .r{
		width: 100%;
		margin: 20px 0 40px;
	}
	.box3 .r .play-btn{
		width: 60px;
		height: 60px;
		line-height: 54px;
	}
	.box3 .r .play-btn .iconfont{
		font-size: 22px;
	}
	.box4 .r li{
		width: 100%;
	}
	.box4 .r ul{
		flex-direction: column-reverse;
	}
}
@media (max-width:400px) {
	.box1 .box-t .swiper-slide{
		height: 80px;
	}
	.box2 .box-b .swiper-slide{
		height: 100px;
	}
	
}	