.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
	height: auto;
}
.banner .swiper-slide .pic{
	height: 100%;
}
.banner .swiper-slide .pic video,
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #333;
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	color: #fff;
	cursor: pointer;
}
.banner .btn.btn-prev{
	left: 27px;
}
.banner .btn.btn-next{
	right: 27px;
}
.banner .btn .iconfont{
	font-size: 22px;
}
.box1{
	padding: 100px 0;
	background-color: rgba(242, 242, 242, 1);
}
.box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.box1 .box-c .l{
	width: 56.54%;
}
.box1 .box-c .l .pic{
	border-radius: 10px;
}.box1 .box-c .l .pic video,
.box1 .box-c .l .pic img{
	height: 460px;
	object-fit: cover;
	width: 100%;
	/* BACKGROUND: RED; */
	/* background: #000; */
	background-size: cover;
}

.box1 .box-c .r{
	width: 42.14%;
	padding: 20px;
	background-color: #fff;
}
.box1 .box-c .r a{
	display: flex;
}
.box1 .box-c .r .pic img{
	display: block;
	width: 130px;
	height: 90px;
	object-fit: cover;
}
.box1 .box-c .r .text-box{
	flex: 1;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box1 .box-c .r .item:not(:last-child){
	margin-bottom: 20px;
}
.box1 .box-c .r .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box1 .box-c .r .item:hover .text-title{
	color: rgba(246, 182, 33, 1);
}
.box1 .box-c .r .date{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1;
}
.box2{
	padding: 100px 0;
}
.box2 .box-c{
	display: flex;
	justify-content: space-between;
}
.box2 .box-c .l{
	position: relative;
	width: 400px;
}
.box2 .box-c .l .pic{
	border-radius: 10px;
}
.box2 .box-c .l .pic video,
.box2 .box-c .l .pic img{
	height: 477px;
	object-fit: cover;
	display: block;
	width: 100%;
	background:#333;
	background-size: cover;
}
.box2 .box-c .l .text-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 39px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box2 .box-c .l .text-box .text-title{
	line-height: 1.6;
	color: #fff;
}
.box2 .box-c .r{
	position: relative;
	width: calc(100% - 430px);
}
.box2 .box-c .r .swiper-slide{
	position: relative;
	width: 310px;
	overflow: hidden;
}
.box2 .box-c .r .swiper-slide:not(:last-child){
	margin-right: 20px;
}
.box2 .box-c .r .swiper-slide .img{
	position: relative;
	padding-top: 153%;
}
.box2 .box-c .r .swiper-slide .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	border-radius: 10px;
}
.box2 .box-c .r .swiper-slide .img .pic img{
	height: 100%;
	object-fit: cover;
}
.box2 .box-c .r .swiper-slide .slideBox{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 0 21px 43px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	z-index: 3;
	text-align: center;
	transform: translateY(-60px);
	transition: all .6s;
}
.box2 .box-c .r .swiper-slide:hover .slideBox{
	transform: translateY(-100%);
}
.box2 .box-c .r .swiper-slide .slideBox .text-title{
	font-size: 24px;
	line-height: 1.5;
	color: #FFFFFF;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box2 .box-c .r .swiper-slide .slideBox .text-des{
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	line-height: 22px;
	text-align: center;
	margin-top: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	transition: all .6s;
}
.box2 .box-c .r .swiper-slide:hover .slideBox .text-des{
	opacity: 1;
}
.box2 .box-c .r .swiper-slide .slideBox .icon{
	margin: 20px auto 0;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 50%;
	color: #F6B621;
}
.box2 .box-c .r .swiper-slide .slideBox .icon .iconfont{
	font-size: 22px;
}
.box2 .box-c .r .btns{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 3;
}
.box2 .box-c .r .btns .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F6B621;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}
.box2 .box-c .r .btns .btn.btn-prev{
	left: 0;
	transform: translateX(-50%);
}
.box2 .box-c .r .btns .btn.btn-next{
	right: 0;
	transform: translateX(50%);
}
.box2 .box-c .r .btns .btn .iconfont{
	font-size: 20px;
	font-weight: bold;
}
.indexTitle{
	position: relative;
}
.indexTitle:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 71px;
	height: 71px;
	background: #DA1983;
	border-radius: 50%;
	transform: translate(-50%,-50%);
}
.indexTitle .zh{
	position: relative;
	font-weight: bold;
	color: #2C2C2C;
	letter-spacing: 1px;
	z-index: 4;
}
.indexTitle .en{
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 16px;
	color: #BDBDBD;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 4;
}
.box3{
	padding: 100px 0;
	background-color: rgba(242, 242, 242, 1);
}
.box3 .indexTitle .zh span{
	color: rgba(85, 181, 189, 1);
}
.box3 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box3 .commonBtns .btn{
	border-color: #fff;
	background-color: #fff;
	color: #333;
}
.box3 .commonBtns .btn:hover{
	background-color: rgba(189, 207, 57, 1);
	border-color: rgba(189, 207, 57, 1);
}
.box3 .box-c{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.box3 .box-c .l{
	width: 190px;
}
.box3 .box-c .l a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	transition: all .6s;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 16px;
	color: #FAFAFA;
	color: rgba(153, 153, 153, 1);
}
.box3 .box-c .l a:hover{
	color: #54B5BC;
}
.box3 .box-c .l a:not(:last-child){
	margin-bottom: 4px;
}
.box3 .box-c .l a .iconfont{
	font-size: 26px;
	font-weight: 400;
	margin-right: 9px;
}
.box3 .box-c .l a.active{
	background: #54B5BC;
	color: #fff;
}
.box3 .box-c .r{
	width: calc(100% - 250px);
}
.box4 .box-c .item,
.box3 .box-c .r .item{
	display: none;
}
.box4 .box-c .item.active,
.box3 .box-c .r .item.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.box3 .box-c .r .swiper-slide{
	position: relative;
	width: 32.17%;
	border-radius: 10px;
	overflow: hidden;
}
.box3 .box-c .r .swiper-slide:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3));
	z-index: 3;
	transition: all .6s;
}
.box3 .box-c .r .swiper-slide:hover:before{
	background: rgba(246, 182, 33, .8);
}
.box3 .box-c .r .swiper-slide:not(:last-child){
	margin-right: 1.74%;
}
.box3 .box-c .r .picCover{
	padding-top: 100%;
}
.box3 .box-c .r .picCover .pic{
	border-radius: 10px;
}
.box3 .box-c .r .swiper-slide .slideBox{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: 68px 28px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all .6s;
	transform: translateY(-130px);
}
.box3 .box-c .r .swiper-slide:hover .slideBox{
	transform: translateY(-100%);
}
.box3 .box-c .r .swiper-slide .slideBox .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.25;
}
.box3 .box-c .r .swiper-slide .slideBox .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 7px;
	opacity: 0;
	transition: all .6s;
}
.box3 .box-c .r .swiper-slide:hover .slideBox .text-des{
	opacity: 1;
}
.box3 .box-c .r .swiper-slide .slideBox .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 50%;
	color: rgba(246, 182, 33, 1);
}
.box3 .box-c .r .swiper-slide .slideBox .icon .iconfont{
	font-weight: bold;
	font-size: 22px;
}
.box3 .box-c .r .item-b{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box6 .box-t .more,
.box5 .box-t .more,
.box3 .box-c .r .item-b .more{
	display: flex;
	align-items: center;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 16px;
	color: #F6B621;
	line-height: 30px;
}
.box6 .box-t .more .iconfont,
.box5 .box-t .more .iconfont,
.box3 .box-c .r .item-b .more .iconfont{
	margin-left: 5px;
	font-size: 20px;
}
.box5,
.box4{
	padding: 90px 0 100px;
}
.box4 .indexTitle:before{
	background-color: rgba(249, 203, 0, 1);
}
.box4 .indexTitle .zh span{
	color: rgba(189, 207, 57, 1);
}
.box4 .box-t{
	margin-top: 49px;
}
.box4 .box-t .swiper-slide{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	width: auto;
	color: rgba(153, 153, 153, 1);
	line-height: 1;
	padding-bottom: 14px;
	border-bottom: 3px solid transparent;
	transition: all .6s;
}
.box4 .box-t .swiper-slide:hover{
	color: #222;
}
.box4 .box-t .swiper-slide.active{
	color: #222;
	border-color: rgba(246, 182, 33, 1);
}
.box4 .box-t .swiper-slide:not(:last-child){
	margin-right: 80px;
}
.box4 .box-c .swiper{
	padding: 40px 0;
}
.box4 .commonBtns .btn{
	border-color: #54B5BC;
	color: #54B5BC;
}
.box4 .commonBtns .btn:hover{
	background-color: #54B5BC;
	color: #fff;
}
.box5{
	background-color: RGBA(242, 242, 242, 1);
}
.box5 .indexTitle:before{
	background-color: rgba(85, 181, 189, 1);
}
.box5 .indexTitle .zh span{
	color: rgba(218, 25, 131, 1);
}
.box6 .box-t,
.box5 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.box5 .box-c{
	margin-top: 40px;
}
.box5 .box-c .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.box5 .box-c .list li>a{
	display: block;
	padding: 20px;
	border-radius: 5px;
	background-color: #fff;
	transition: all .6s;
	display: flex;
}
.box5 .box-c .list li:hover>a{
	background-color: rgba(246, 182, 33, 1);
}
.box5 .box-c .list li .li-l{
	width: 260px;
	/* width: 40%; */
}
.box5 .box-c .list li .li-l .pic{
	border-radius: 5px;
}
.box5 .box-c .list li .picCover{
	padding-top:  76.92%;
}
.box5 .box-c .list li .text-box{
	flex: 1;
	margin-left: 19px;
}
.box5 .box-c .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1.5;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box5 .box-c .list li .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box5 .box-c .list li .text-box-b{
	margin-top: 19px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.box5 .box-c .list li .text-box-b .icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #BDD039;
	border-radius: 50%;
	transition: all .6s;
}
.box5 .box-c .list li:hover .text-box-b .icon{
	background-color: #fff;
}
.box5 .box-c .list li .text-box-b .icon .iconfont{
	font-weight: bold;
}
.box5 .box-c .list li .date{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1;
	transition: all .6s;
}
.box5 .box-c .list li:hover .date,
.box5 .box-c .list li:hover .text-title,
.box5 .box-c .list li:hover .text-des{
	color: #fff;
}
.box6{
	padding: 100px 0 136px;
}
.box6 .indexTitle span{
	color: rgba(246, 182, 33, 1);
}
.box6 .indexTitle:before{
	background-color: rgba(239, 126, 35, 1);
}
.box6 .box-c{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.box6 .box-c .l{
	width: 56.42%;
}
.box6 .box-c .l .swiper-slide {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.box6 .box-c .l .swiper-slide .pic{
	border-radius: 5px;
}
.box6 .box-c .l .swiper-slide .pic video,
.box6 .box-c .l .swiper-slide .pic img{
	height: 460px;
	object-fit: cover;
	background-size: cover;
}
.box6 .box-c .l .swiper-slide .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 32px 22px 22px;
	background-color: rgba(189, 208, 57, 1);
}
.box6 .box-c .l .swiper-slide .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box6 .box-c .l .swiper-slide .date{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 16px;
}
.box6 .box-c .r{
	width: 42.14%;
}
.box6 .box-c .r .item{
	display: flex;
	padding: 10px 20px;
	background-color: #FAFAFA;
	transition: all .6s;
}
.box6 .box-c .r .item:hover{
	background-color: rgba(189, 208, 57, 1);
}
.box6 .box-c .r .item:not(:last-child){
	margin-bottom: 6px;
}
.box6 .box-c .r .item .dateTime{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(84, 181, 188, 1);
	width: 90px;
	height: 90px;
	transition: all .6s;
}
.box6 .box-c .r .item:hover .dateTime{
	color: rgba(153, 153, 153, 1);
	background-color: #fff;
}
.box6 .box-c .r .item .dateTime .date{
	font-size: 24px;
	transition: all .6s;
}
.box6 .box-c .r .item:hover .dateTime .date{
	color: rgba(189, 208, 57, 1);
}
.box6 .box-c .r .item .text-box{
	flex: 1;
	margin-left: 17px;
}
.box6 .box-c .r .item .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box6 .box-c .r .item .details{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1;
	margin-top: 19px;
	transition: all .6s;
}
.box6 .box-c .r .item:hover .text-title,
.box6 .box-c .r .item:hover .details{
	color: #fff;
}
@media (max-width:1500px) {
	.indexTitle:before{
		width: 50px;
		height: 50px;
		transform: translate(-39%,-39%);
	}
}
@media (max-width:1280px) {
	.box5 .box-c .list li .text-title{
		font-size: 22px;
		line-height: 33px;
		height: 66px;
	}
}
@media (max-width: 1199px) {
	.box6 .box-c .l .swiper-slide .pic img{
		height: 418px;
	}
	.box6 .box-c .r .item .details{
		margin-top: 10px;
		font-size: 14px;
	}
	.box6 .box-c .r .item .dateTime .date{
		font-size: 22px;
	}
	.box6 .box-c .r .item .dateTime{
		width: 80px;
		height: 80px;
		font-size: 14px;
	}
	.box6 .box-c .r .item{
		padding: 10px;
	}
	.box5 .box-c .list li .li-l{
		width: 219px;
	}
	.box5 .box-c .list li .text-title{
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
	.box5 .box-c .list li .text-des{
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.box3 .box-c .r .swiper-slide .slideBox{
		transform: translateY(-79px);
		padding-top: 39px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.box3 .box-c .r .swiper-slide .slideBox .text-title{
		font-size: 20px;
	}
	.box3 .box-c .r .swiper-slide .slideBox .icon{
		width: 44px;
		height: 44px;
	}
	.box3 .box-c .r{
		width: calc(100% - 220px);
	}
	.banner .btn.btn-prev{
		left: 10px;
	}
	.banner .btn.btn-next{
		right: 10px;
	}
	.box1 .box-c{
		flex-direction: column;
	}
	.box1 .box-c .l .pic img{
		height: 100%;
	}
	.box6,
	.box5, .box4,
	.box3,
	.box2,
	.box1{
		padding: 70px 0;
	}
	
	.box4 .box-t,
	.box1 .box-c .r{
		margin-top: 45px;
	}
	.box1 .box-c .r,
	.box1 .box-c .l{
		width: 100%;
	}
	.box2 .box-c .r .swiper-slide{
		width: 282px;
	}
	.box2 .box-c .l .pic img{
		height: 431px;
	}
	.box2 .box-c .r .swiper-slide .slideBox .text-title{
		font-size: 20px;
	}
	.box2 .box-c .r .btns .btn,
	.box2 .box-c .r .swiper-slide .slideBox .icon{
		width: 45px;
		height: 45px;
	}
	.box2 .box-c .r .btns .btn .iconfont{
		font-size: 18px;
	}
	.box4 .box-t .swiper-slide{
		font-size: 22px;
		padding-bottom: 5px;
	}
	.box4 .box-t .swiper-slide:not(:last-child){
		margin-right: 40px;
	}
}
@media (max-width:1024px) {
	.box6 .box-c .l{
		width: 100%;
	}
	.box6 .box-c .r{
		width: 100%;
		margin-top: 40px;
	}
	.box6 .box-c .l .swiper-slide .pic img{
		height: auto;
	}
	.box6 .box-c{
		flex-direction: column;
	}
	.box5 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.box4 .box-t .swiper-slide{
		font-size: 20px;
	}
	.indexTitle:before{
		width: 36px;
		height: 36px;
	}
	.box3 .box-c{
		flex-direction: column;
	}
	.box3 .box-c .l{
		width: 100%;
		display: flex;
		gap: 10px;
	}
	.box3 .box-c .l a{
		flex: 1;
	}
	.box3 .box-c .l a:not(:last-child){
		margin-bottom: 0;
	}
	.box3 .box-c .r{
		width: 100%;
		margin-top: 25px;
	}
	.box3 .box-c .r .item-b{
		margin-top: 20px;
	}
	.box6,
	.box5, .box4,
	.box3,
	.box2,
	.box1{
		padding: 60px 0;
	}
	
	.box4 .box-t,
	.box1 .box-c .r{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.box6 .box-c .r{
		margin-top: 30px;
	}
	.box4 .box-t .swiper-slide{
		font-size: 18px;
		padding-bottom: 4px;
	}
	.box4 .box-t .swiper-slide:not(:last-child){
		margin-right: 27px;
	}
	.box3 .box-c .l{
		gap: 0;
	}
	.box3 .box-c .r .swiper-slide{
		width: 49%;
	}
	.box3 .box-c .r .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
	.box3 .box-c .l a{
		height: 44px;
	}
	.box2 .box-c .l .text-box{
		padding: 31px 24px;
	}
	.box2 .box-c .l{
		width: 313px;
	}
	.box2 .box-c .r{
		width: calc(100% - 343px);
	}
	.box2 .box-c .r .swiper-slide{
		width: 231px;
	}
	.box2 .box-c .l .pic img{
		height: 353px;
	}
	.box2 .box-c .r .swiper-slide:hover .slideBox{
		transform: translateY(-60px);
	}
	.box2 .box-c .r .swiper-slide:hover .slideBox .text-des{
		opacity: 0;
	}
	.box6,
	.box5, .box4,
	.box3,
	.box2,
	.box1{
		padding: 50px 0;
	}
	.box3 .box-c,
	.box5 .box-c,
	.box6 .box-c,
	.box4 .box-t,
	.box1 .box-c .r{
		margin-top: 30px;
	}
	.box4 .box-c .swiper{
		padding: 30px 0;
	}
	.box6 .box-c .l .swiper-slide .text-box{
		padding: 20px;
	}
}
@media (max-width: 500px) {
	.box6 .box-c .l .swiper-slide .date{
		font-size: 14px;
		margin-top: 10px;
	}
	.box6 .box-c .l .swiper-slide .text-box{
		padding: 16px;
	}
	.box6 .box-c .r{
		margin-top: 25px;
	}
	.box5 .box-c .list li .text-title{
		font-size: 18px;
		line-height: 24px;
		height: 24px;
		-webkit-line-clamp: 1;
	}
	.box5 .box-c .list li .date{
		font-size: 14px;
	}
	.box5 .box-c .list li .text-box-b .icon{
		width: 32px;
		height: 32px;
	}
	.box5 .box-c .list li .li-l{
		width: 168px;
	}
	.box5 .box-c .list li>a{
		padding: 14px;
	}
	.box3 .box-c .r{
		margin-top: 15px;
	}
	.box3 .box-c .r .swiper-slide .slideBox .icon{
		width: 40px;
		height: 40px;
	}
	.box3 .box-c .r .swiper-slide .slideBox .icon .iconfont{
		font-size: 20px;
	}
	.box3 .box-c .r .swiper-slide .slideBox .text-des{
		font-size: 14px;
	}
	.box3 .box-c .r .swiper-slide .slideBox .text-title{
		font-size: 18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.box3 .box-c .l a{
		height: 40px;
	}
	.indexTitle:before{
		width: 26px;
		height: 26px;
	}
	.box3 .box-c .r .swiper-slide .slideBox{
		padding: 20px;
		transform: translateY(-80px);
	}
	.box3 .box-c .l a .iconfont{
		font-size: 22px;
		margin-right: 1px;
		line-height: 36px;
	}
	.box3 .box-c .l{
		justify-content:space-between;
	}
	.box3 .box-c .l a.active{
		background: none;
		color: rgba(85, 181, 189, 1);
	}
	.box3 .box-c .l a{
		font-size: 14px;
		flex: none;
		padding: 0;
	}
	.box2 .box-c .r .swiper-slide .slideBox .text-title{
		font-size: 18px;
	}
	.box2 .box-c .r .swiper-slide:hover .slideBox,
	.box2 .box-c .r .swiper-slide .slideBox{
		transform: translateY(-45px);
	}
	.box2 .box-c .r .btns .btn.btn-prev{
		transform: translateX(40%);
	}
	.box2 .box-c .r .btns .btn.btn-next{
		transform: translateX(0%);
	}
	.box2 .box-c .r .btns .btn{
		width: 36px;
		height: 36px;
	}
	.box2 .box-c .r .swiper{
		/* width: 100% !important; */
	}
	.box2 .box-c .r{
		width: 100%;
		margin-top: 25px;
	}
	.box2 .box-c{
		flex-direction: column;
	}
	.box2 .box-c .l{
		width: 100%;
	}
	.box2 .box-c .l .pic img{
		height: auto;
	}
	.box1 .box-c .r .pic img{
		width: 114px;
		height: 78px;
	}
	.box1 .box-c .r .text-box{
		margin-left: 14px;
	}
	.box1 .box-c .r .text-title{
		font-size: 16px;
	}
	.box1 .box-c .r .date{
		font-size: 14px;
	}
	.box6,
	.box5, .box4,
	.box3,
	.box2,
	.box1{
		padding: 40px 0;
	}
	.box5 .box-c,
	.box6 .box-c,
	.box4 .box-t,
	.box1 .box-c .r{
		margin-top: 25px;
	}
	.box4 .box-c .swiper{
		padding: 25px 0;
	}
	.box3 .box-c{
		margin-top: 10px;
	}
}