.page-header{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 99999999;
	background:none;
}
.banner{
	width:100%;
}
.banner img{
	display: block;
	width:100%;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
a:hover{
	text-decoration: none;
}
.banner-next{
	width: 40px !important;
	height:40px !important;
	right: 30px !important;
}
.banner-next:after{
	display: none!important;
}
.banner-prev{
	width: 40px !important;
	height:40px !important;
	left: 30px !important;
}
.banner-prev:after{
	display: none!important;
}
@media(max-width:999px){
	.page-header{
		z-index: 9;
		position: relative;
		background: #000;
	}
	.head-container{
		padding:0;
	}
}
.s1{
	padding:60px 0;
}
.s2{
	padding:60px 0;
	background-image: url(../image/s2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s3{
	padding:20px;
}
.s4{
	padding:60px 0;
	background-image: url(../image/s4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s5{
	padding:60px 0;
}
.s-p1{
	font-size:40px;
	color:#000000;
	line-height: 1;
	font-weight:600;
}
.s-line1{
	margin:20px 0;
	width:100px;
	height:3px;
	background: #c7000b;
	transition:0.3s;
}
.s-p2{
	font-size:20px;
	color:#666666;
	line-height: 1;
	font-weight:200;
}
.s-title:hover .s-line1{
	width:150px;
}
.s-con{
	margin-top:50px;
}
	
.s1-tab{
	width:180px;
	cursor: pointer;
}
.s1-tab img{
	width:100%;
}
.s1-p1{
	width:100%;
	background: #fff;
	border-radius: 20px;
	line-height: 40px;
	height:40px;
	text-align: center;
	color:#000000;
	font-size:16px;
	font-weight:600;
	transition: 0.3s;
}
.s1-tab:hover .s1-p1{
	background: #f2f2f2;
}
.s1-tab.active .s1-p1{
	background: #f2f2f2;
}
.s-block-tab{
	width:100%;
	display: none;
}
.s-block-tab.active{
	display: flex;
}
.s-block-pro{
	display: block;
	box-sizing: border-box;
	width:calc((100% - 60px) / 3);
	margin-bottom:30px;
	border-radius: 10px;
	overflow: hidden;
	background: #f2f2f2;
	padding:60px 40px;
}
.s-block-pro:hover{
	text-decoration: none;
}
.s1-p2{
	text-align: center;
	font-size:32px;
	font-weight:800;
	color:#000000;
	line-height: 1;
}
.s1-p3{
	text-align: center;
	font-size:16px;
	font-weight:400;
	color:#888888;
	line-height: 1.6;
	margin-top:15px;
}
.s1-p4 img{
	width:100%;
	display: block;
}
.s1-p5{
	display: flex;
	justify-content: flex-end;
}
.s1-p5-more{
	display: inline-block;
	margin-top: 60px;
	color: #fff;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #000000;
	background: #000;
	font-size: 16px;
	font-weight: 600;
}
.s1-p5-more:hover{
	border: 1px solid #c7000b;
	background: #c7000b;
}

.s2-left{
	width:calc(50% - 20px);
}
.s2-left img{
	max-width:100%;
	display: block;
}
.s2-right{
	width:calc(50% - 20px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.s2-p1{
	color:#fff;
	font-size:18px;
	font-weight:600;
	line-height:1;
}
.s2-p2{
	margin-top:15px;
	color:#fff;
	font-size:36px;
	font-weight:600;
	line-height:1;
}
.s2-p3{
	margin-top:25px;
	color:#aaaaaa;
	font-size:18px;
	font-weight:600;
	line-height:1.6;
}
.s2-p4{
	display: inline-block;
	margin-top:60px;
	color:#fff;
	width:200px;
	height:40px;
	line-height:40px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #fff;
	font-size:16px;
	font-weight:600;
}
.s2-p4:hover{
	border: 1px solid #c7000b;
	background: #c7000b;
	color:#fff;
}

.s3 img{
	width:calc((100% - 40px) / 3);
	display:block;
	border-radius: 10px;
}
.s4 .s-p1{
	color:#fff;
}
.s4 .s-p2{
	color:#fff;
}
.s4-tab{
	width:calc((100% - 90px) / 3);
	margin-bottom:30px;
	border-radius: 10px;
	overflow: hidden;
}
.s4-tab:hover{
	text-decoration: none;
}
.s4-img{
	width:100%;
	height:200px;
	position: relative;
	overflow: hidden;
}
.s4-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.s4-tab:hover img{
	transform: scale(1.1);
}
.s4-text{
	background:#fff;
	padding:30px 20px;
}
.s4-p1{
	color:#c7000b;
	font-size:20px;
	font-weight:800;
	line-height:1;
}

.s4-p2{
	margin-top:25px;
	color:#000000;
	font-size:18px;
	font-weight:800;
	line-height:1.6;
}

.s4-p3{
	margin-top:25px;
	color:#666666;
	font-size:16px;
	font-weight:400;
	line-height:1.6;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}

.s4-line{
	width:100%;
	height:1px; 
	background: #dcdcdc;
	margin:35px 0;
}
.s4-p5{
	color:#000000;
	font-size:16px;
	font-weight:600;
	line-height:1.6;
	min-height:100px;
}
.s4-p7{
	color:#c7000b;
	font-size:16px;
	font-weight:800;
	line-height:1;
}
.s5-tab{
	width:calc((100% - 90px) / 4);
	margin-bottom:30px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}

.s5-tab:hover{
	text-decoration: none;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s5-img{
	position: relative;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}
.s5-img img{
	position: relative;
	width:100%;
	display: block;
	transition: 0.3s;
}
.s5-tab:hover .s5-img img{
	transform: scale(1.1);
}
.s5-img .s5-img-p{
	position: absolute;
	background: #c7000b;
	color:#262626;
	font-size:16px;
	font-weight:600;
	line-height:1;
	right:0;
	bottom:0;
	
	padding:15px;
}
.s5-tab:hover .s5-img .s5-img-p{
	color:#fff;
}
.s5-text{
	padding:20px;
	width:100%;
	box-sizing:border-box;
	border-bottom:4px solid #000;
}
.s5-tab:hover .s5-text{
	border-bottom:4px solid #c7000b;
}
.s5-time{
	color:#c7000b;
	font-size:16px;
	font-weight:800;
	line-height:1;
}
.s5-title{
	margin-top:20px;
	color:#000000;
	font-size:24px;
	font-weight:400;
	line-height:1.6;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s5-tab:hover .s5-title{
	color:#c7000b;
}
.s5-des{
	margin-top:25px;
	color:#666666;
	font-size:16px;
	font-weight:600;
	line-height:1.6;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	overflow: hidden;
}

@media(max-width:999px){
	.s1{
		padding:30px 0;
	}
	.s2{
		padding:30px 0;
	}
	.s4{
		padding:30px 0;
	}
	.s5{
		padding:30px 0;
	}
	.s-p1{
		font-size:30px;
	}
	.s2-p2{
		font-size:30px;
	}
	.s-line1{
		margin:10px 0;
	}
	.s-p2{
		font-size: 14px;
	}
	.s2-p3{
		font-size: 14px;
	}
	.s1-tab{
		width:calc(20% - 5px);
	}
	.s1-p1{
		display: none;
	}
	.s-block-con{
		margin-top:10px;
	}
	.s-block-pro{
		width:100%;
		margin-bottom: 10px;
		padding: 30px 20px;
	}
	.s1-p2{
		font-size:22px;
	}
	.s1-p3{
		font-size:14px;
	}
	.s2-left{
		width:100%;
	}
	.s2-right{
		width:100%;
		margin-top:20px;
	}
	.s2-p4{
		margin-top:20px;
	}
	.s3 img{
		width:100%;
		margin-bottom:10px;
	}
	.s4-tab{
		width:100%;
		margin-bottom:20px;
	}
	.s4-p5{
		display: none;
	}
	.s5-tab{
		width:100%;
		margin-bottom:20px;
	}
}