.s1{
	margin-top:35px;
}
.index-title{
	margin-top: 80px;
}
.index-p{
	font-size:40px;
	color:#464646;
	line-height: 2;
	font-weight: 800;
}
.index-text{
	font-size:22px;
	color:#464646;
	line-height: 2;
	font-weight: 600;
	margin-top:15px;
}
@media(max-width:999px){
	.s1{
		margin-top:0px;
	}
	.index-title{
		margin-top:30px;
	}
	.index-p{
		line-height: 1.6;
		font-size:24px;
	}
	.index-text{
		line-height: 1.6;
		font-size:16px;
	}
}
.s2swiper{
	margin-top:50px;
}
.s2swiper a{
	display: block;
	width:100%;
}
.s2swiper a img{
	display: block;
	width:100%;
}
.s2-p1{
	justify-content: flex-start;
	font-size:24px;
	font-weight:600;
	color:#464646;
	align-items: center;
}
.s2-p2{
	margin-top:20px;
	font-size:18px;
	font-weight:600;
	color:#464646;
}
.s2-click{
	width:22px;
	height:22px;
	line-height:10px;
	text-align:center;
	color:#464646;
	border-radius: 15px;
	border:2px solid #464646;
	margin-left:10px;
}
.s2swiper a:hover .s2-p1{
	color:#db0716
}
.s2swiper a:hover .s2-click{
	border:2px solid #db0716;
}
.s2swiper a:hover .s2-click svg path{
	fill:#db0716;
}
.s3-con{
	margin-top:60px;
}
.s3-con a{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	transition:1s;
}
.s3-con a:hover{
	background-position: bottom left;
}
.s3-con a span{
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	display: block;
	padding:30px;
	box-sizing: border-box;
	color:#fff;
	font-size:36px;
	font-weight: 800;
}
/* .s3-con a:hover span{
	color:#ccc;
} */
.s3-left{
	width:360px;
	height:830px;
	background-image: url(../index/s3-bg1.jpg);
}
.s3-right{
	width:calc(100% - 390px);
	height:830px;
}
.s3-top{
	width:100%;
	height:400px;
	background-image: url(../index/s3-bg2.jpg);
}
.s3-bottom{
	margin-top:30px;
}
.s3-b1{
	width:calc(50% - 15px);
	height:400px;
	background-image: url(../index/s3-bg3.jpg);
}
.s3-b2{
	width:calc(50% - 15px);
	height:400px;
	background-image: url(../index/s3-bg4.jpg);
}
@media(max-width:999px){
	.s3-con{
		margin-top:20px;
	}
	.s3-con a{
		height:300px!important;
	}
	.s3-left{
		width:100%;
	}
	.s3-right{
		width:100%;
		height:auto;
	}
	.s3-top{
		margin-top:20px;
	}
	.s3-con a span{
		font-size:26px;
	}
	.s3-bottom{
		margin-top:0px;
	}
	.s3-b1{
		width:100%;
		margin-top:20px;
	}
	.s3-b2{
		width:100%;
		margin-top:20px;
	}
}
.s4-con{
	margin-top:70px;
}
.s4-left{
	width:calc(50% - 20px);
}
.s4-right{
	width:calc(50% - 20px);
}
.s4-a1{
	display: block;
	width:100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.s4-a1 img{
	display: block;
	width:100%;
}
.s4-a1 .s4-text1{
	position: absolute;
	bottom:0px;
	left:0px;
	background: rgb(255,255,255,0.8);
	padding:30px;
	width:80%;
}
.s4-p1{
	justify-content: flex-start;
	align-items: center;
}
.s4-p1a{
	padding:5px 10px;
	background: #db0716;
	color:#fff;
	line-height: 1;
	border-radius: 5px;
}
.s4-p1b{
	margin-left:15px;
	color:#464646;
	font-size:16px;
}
.s4-p2{
	margin-top:30px;
	font-size:34px;
	font-weight:800;
	color:#000;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
	line-height: 1.2;
}
.s4-p3{
	margin-top:20px;
	font-size:16px;
	font-weight:400;
	color:#464646;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	line-height: 2;
}
.s4-p4{
	justify-content: flex-start;
	align-items: center;
}
.s4-p4 svg{
	margin-left:15px;
	margin-top:3px;
}
.s4-a1:hover .s4-p2{
	color:#db0716;
}
.s4-text2{
	position: relative;
}
.s4-right{
	align-items: center;
	align-content: space-between;
}
@media(max-width:999px){
    .s4-left,.s4-right{
        width:100%;
    }
    .s4-left{
        display: none;
    }
}
.s5{
	margin-top:50px;
	margin-bottom:80px;
}
.s5 a{
	display: block;
	width:100%;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.s5-img{
	display: block;
	width:100%;
}
.s5-icon{
	position: absolute;
	bottom: 20px;
	right: 20px;
}