body{
	background-color: #f5f5f5;
}
.banner{
	position: relative;
}
.banner .swiper-slide .pic  img{
	display: block;
	width: 100%;
}
.banner .swiper-slide .pic img.m{
     display: none;
}
 .banner .swiper-slide .pic img.pc{
    display: block;
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: rgba(255,255,255,.1);
	border-radius: 50%;
	z-index: 3;
	color: #fff;
	cursor: pointer;
}
.banner .btn:hover{
	background-color: rgba(238, 29, 35, 1);
}
.banner .btn.btn-prev{
	left: 30px;
}
.banner .btn.btn-next{
	right: 30px;
}
.banner .btn .iconfont{
	font-size: 24px;
	font-weight: bold;
}
.box1{
	margin-top: 72px;
}
.box1 .box-c{
	margin-top: 3px;
}
.box1 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box1 .box-c .list li,
.box1 .box-c .list i{
	width: 23.57%;
}
.box1 .box-c .list li{
	margin-top: 30px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
}
.box1 .box-c .list li .text-box{
	padding: 24px 29px 26px;
}
.box1 .box-c .list li .text{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
	transition: all 1s;
}
.box1 .box-c .list li:hover .text{
	transform: translateY(-10px);
}
.box2{
	margin-top: 68px;
}
.box2 .box-c{
	margin-top: 8px;
}
.box2 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box2 .box-c .list li,
.box2 .box-c .list i{
	width: 23.57%;
}
.box2 .box-c .list li{
	position: relative;
	margin-top: 25px;
}
.box2 .box-c .list li .videoBox:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	transform: translate(-50%,-50%);
	background-image: url(../img/player.png);
	background-size: cover;
	z-index: 2;
}
.box2 .box-c .list li .text{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 1;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	padding: 14px 0;
	text-align: center;
}
.box3{
	margin-top: 73px;
}
.box3 .box-c{
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 47px;
}
.box3 .box-c .l{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.box3 .box-c .l .l-container{
	width: 440px;
	max-width: 100%;
	background-color: rgba(238, 29, 35, 1);
	padding: 70px 35px 72px
}
.box3 .box-c .l .text-title{
	font-size: 18px;
	font-family: Poppins;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(217, 217, 217, 1);
	text-transform: uppercase;
}
.box3 .box-c .l .text-des{
	font-size: 15px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 29px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box3 .box-c .l .more{
	display: block;
	width: 218px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 23px;
	margin-top: 43px;
	font-size: 13px;
	font-family: Poppins;
	font-weight: 400;
	color: #EE1D23;
	text-transform: uppercase;
}
.box3 .box-c .r{
	position: relative;
	width: 74.28%;
	cursor: pointer;
}
.box3 .box-c .r:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80px;
	height: 80px;
	background-image: url(../img/player1.png);
	background-size: cover;
	z-index: 2;
}
.box3 .box-c .r .pic img{
	display: block;
	width: 100%;
}
.box4{
	margin-top: 72px;
	padding-bottom: 62px;
}
.box4 .box-c{
	margin-top: 33px;
}
.box4 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box4 .box-c .list li,
.box4 .box-c .list i{
	width: 30.71%;
}
.box4 .box-c .list li{
	position: relative;
}
.box4 .box-c .list li .date{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 8px 11px;
	background: #EE1D23;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	z-index: 2;
}
.box4 .box-c .list li .text-title{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 600;
	color: rgba(34, 34, 34, 1);
	line-height: 22px;
	margin-top: 26px;
}
.box4 .box-c .list li:hover .text-title{
	color: #EE1D23;
}
.box4 .box-c .list li .text-des{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin-top: 12px;
}
@media (max-width:1024px) {
	.banner .btn{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.banner .btn .iconfont{
		font-size: 20px;
	}
	.banner .btn.btn-next{
		right: 15px;
	}
	.banner .btn.btn-prev{
		left: 15px;
	}
	.box1 .box-c .list li, .box1 .box-c .list i,
	.box2 .box-c .list li, .box2 .box-c .list i{
		width: 31%;
	}
	.box3 .box-c .l .l-container{
		padding: 40px 30px;
	}
	.box3 .box-c .l .text-des{
		margin-top: 20px;
	}
	.box3 .box-c .l .more{
		margin-top: 20px;
	}
	.box3 .box-c .l{
		position: relative;
		top: 0;
		transform: translateY(0);
		width: 100%;
	}
	.box3 .box-c .l .l-container{
		width: 100%;
	}
	.box3 .box-c{
		flex-wrap: wrap;
	}
	.box3 .box-c .r{
		width: 100%;
	}
	
}
@media (max-width:768px) {
    .banner .swiper-slide .pic img.m{
        display: block;
    }
     .banner .swiper-slide .pic img.pc{
        display: none;
    }
    .banner .btn{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .banner .btn .iconfont{
        font-size: 20px;
    }
	.box1,.box2,.box3,.box4{
		margin-top: 40px;
	}
	.box1 .box-c .list li{
		margin-top: 20px;
	}
	.box4 .box-c .list li, .box4 .box-c .list i,.box1 .box-c .list li, .box1 .box-c .list i, .box2 .box-c .list li, .box2 .box-c .list i{
		width: 48%;
	}
	.box3 .box-c{
		margin-top: 20px;
	}
	.box4{
		padding-bottom: 15px;
	}
	.box4 .box-c .list li{
		margin-bottom: 30px;
	}
	.box4 .box-c .list li .text-title{
		margin-top: 10px;
	}
	.box3 .box-c .l .text-title{
		font-size: 16px;
	}
	.box3 .box-c .l .l-container{
		padding:  20px;
	}
	.box3 .box-c .l .text-des{
		margin-top: 10px;
		font-size: 13px;
	}
	.box3 .box-c .l .more{
		line-height: 38px;
		height: 38px;
	}
	.box3 .box-c .r:before{
		width: 50px;
		height: 50px;
	}
}
@media (max-width:500px) {
	.box1 .box-c .list li .text-box{
		padding: 10px 15px;
	}
	.box1 .box-c .list li .text{
		font-size: 12px;
	}
	.box2 .box-c .list li .text{
		font-size: 12px;
		line-height: 18px;
		padding: 4px 3px;
	}
	.box2 .box-c .list li .videoBox:before{
		width: 30px;
		height: 30px;
	}
	.box4 .box-c .list li, .box4 .box-c .list i{
		width: 100%;
	}
	.box1, .box2, .box3, .box4{
		margin-top: 30px;
	}
	.box2 .box-c{
		margin-top: 0;
	}
	.box2 .box-c .list li{
		margin-top: 20px;
	}
}