.banner{
	position: relative;
}
.banner img{
	width:100%;
	display:block;
}
.banner-next{
	right:20%!important;
}
.banner-next:after{
	color:#fff!important;
}
.banner-prev{
	left:20%!important;
}
.banner-prev:after{
	color:#fff!important;
}
.banner_text{
	position: absolute;
	top:34%;
	left:26%;
	color:#fff;
	font-size:45px;
	line-height: 2;
	z-index: 999;
	font-weight:500;
}
.banner_a{
	color:#fff;
	font-size:18px;
	line-height: 1;
	margin-top:50px;
}
.banner_a a{
	display: block;
	width:200px;
	height:60px;
	line-height: 60px;
	text-align:center;
	background: #c00404;
	color:#fff;
}
.banner_a a:hover{
	color: #000 !important;
}

@media(max-width:1500px){
	.banner-next{
		right:10%!important;
	}
	.banner-prev{
		left:10%!important;
	}
	.banner_text{
		left:20%;
	}
}
@media(max-width:999px){
	.banner-next{
		right:10px!important;
	}
	.banner-prev{
		left:10px!important;
	}
	.banner_text {
		top: 20%;
		left: 22%;
		font-size: 16px;
		width:60%;
	}
}
.s1{
	position: relative;
	width:100%;
	display: block;
	padding-top:50px;
}
.s1_left{
	padding:80px 80px 0 0;
	width:36%;
	box-sizing:border-box;
}
.titlep1{
	font-size:30px;
	font-family: 'bebas';
	color:#c00404;
	font-weight:400;
}
.titlep2{
	font-size:90px;
	color:#000;
	font-weight:600;
	line-height: 1;
}
.titlep3{
	font-size:18px;
	color:#333;
	font-weight:500;
	line-height: 2;
	margin-top:60px;
	text-align: justify;
}
.titlep4{
	margin-top:60px;
}
.index_more{
	display: block;
	width:200px;
	height:60px;
	border:2px solid #000;
	line-height: 60px;
	text-align:center;
	transition:0.3s;
}
.index_more:hover{
	background: #c00404;
	border:2px solid #c00404;
	color:#fff!important;
}
.s1_right{
	width:64%;
	box-sizing:border-box;
	background-image: url(../index/s1bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s1top{
	padding-bottom:50px;
}
.s1bottom{
	background: #f5f5f5;
	border-top:1px solid #e0e1e2;
	border-bottom:1px solid #e0e1e2;
}
.s1_tab{
	width:25%;
	position: relative;
	text-align: center;
}
.s1_tab_a{
	width:100%;
	display: block;
	padding:35px 0;
}
.s1_tab_a img{
	display: block;
	margin:0 auto;
	transition: 1s;
}
.s1_tab:hover img{
	transform: rotateY(180deg);
}
.s1_tab_a p{
	margin-top:20px;
	font-size:20px;
	line-height: 1;
	text-transform:uppercase;
}
.s1_tab:after{
	position: absolute;
	z-index: 2;
	display: block;
	content: '';
	width:2px;
	height:70px;
	top:calc(50% - 35px);
	right:0;
	background: #e0e1e2;
}
.s1_tab:nth-child(4):after{
	display: none;
}
@media(max-width:1800px){
	.titlep2{
		font-size:70px;
	}
}
@media(max-width:1400px){
	.titlep2{
		font-size:60px;
	}
}
@media(max-width:999px){
	.s1_left{
		width:100%;
		padding: 30px 0 30px;
		
	}
	.titlep1 {
	  font-size: 20px;
	}
	.titlep2 {
	  font-size: 30px;
	}
	.titlep3{
		margin-top:20px;
	}
	.s1_tab{
		width:50%;
	}
	.s1_tab:before{
		position: absolute;
		z-index: 2;
		display: block;
		content: '';
		width:70px;
		height:2px;
		top:0;
		right:calc(50% - 35px);
		background: #e0e1e2;
	}
	.s1_tab:nth-child(1):before{
		display: none;
	}
	.s1_tab:nth-child(2):before{
		display: none;
	}
	.s1_tab:nth-child(2):after{
		display: none;
	}
	.s1_tab:nth-child(4):after{
		display: none;
	}
	.s1_right{
		width:100%;
		height:250px;
	}
}
.s3{
	background: #f5f5f5;
}
.s3_left{
	padding:80px 80px 0 0;
	width:36%;
	box-sizing:border-box;
}
.titlep5{
	margin-top:30px;
	position: relative;
}
.title_tab{
	
}
.s3_right{
	width:64%;
	box-sizing:border-box;
	background: #fff;
}
.s3_tab img{
	display: block;
	width:100%;
}
.s3_tab_p1{
	font-size:30px;
	color:#000;
}
.s3_text{
	padding:50px;
}
.s3 .s3-pagination.swiper-pagination{
	position: relative;
	text-align: left;
	bottom:auto;
}
.s3 .s3-pagination.swiper-pagination .swiper-pagination-bullet{
	display: block;
	width:100%;
	background:none;
	margin-bottom:35px;
	font-size:20px;
	font-weight:400;
	cursor: pointer;
	opacity: 1;
	color:#6f6f6f;
}
.s3 .s3-pagination.swiper-pagination .swiper-pagination-bullet-active{
	color:#000;
}
@media(max-width:999px){
	.s3_left{
		width:100%;
		padding:30px 0;
		
	}
	.s3_right{
		width:100%;
	}
	
	.s3 .s3-pagination.swiper-pagination{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.s3 .s3-pagination.swiper-pagination .swiper-pagination-bullet{
		width:50%;
		height:auto;
		margin:auto;
	}
}
.s4{
	padding:100px 0;
}
.s4_top{
	width:100%;
}
.s4_left{
	width:50%;
	box-sizing: border-box;
	padding-right:50px;
	margin-top: 40px;
}
.s4_right{
	width:50%;
	margin-top: 20px;
}
.s4_new1{
	/* margin-top:40px; */
}
.s4_new1 a{
	display: block;
	position: relative;
}
.s4_new1 a img{
	width:100%;
	display: block;
	position: relative;
	z-index: 3;
}
.s4_after{
	position: absolute;
	z-index:4;
	right:0px;
	bottom:40px;
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	transition: 0.3s;
	background: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size:18px;
	color: var(--titlecolor);
}
.s4_new1 a:after{
	content:'';
	display: block;
	position: absolute;
	top:-10px;
	right:-10px;
	width:500px;
	height:500px;
	background: #c00404;
	z-index: 2;
}
.s4_1{
	display: block;
	width:100%;
}
.s4_p1{
	font-size:36px;
	color:#000;
	line-height: 1.6;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s4_p2{
	font-size:20px;
	color:#000;
	line-height: 1.6;
	margin-top:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.s4_p3{
	margin-top:20px;
}
.s4_bottom{
	margin-top:30px;
}
.s4_2{
	display: block;
	width:calc(50% - 20px);
	position: relative;
}
.s4_p4{
	position: relative;
}
.s4_p4 img{
	width:100%;
}
.s4_p5{
	font-size:16px;
	color:#000;
	margin-top:10px;
	line-height: 1.6;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
@media(max-width:999px){
	.s4{
		padding:30px 0;
	}
	
	.s4_left{
		width:100%;
		
		padding:0;
	}
	.s4_right{
		width:100%;
	}
	
	.s4_new1 a::after{
		max-height:100%;
	}
	.s4_2{
		width:100%;
	}
}
.s5 .container{
	background-image: url(../index/s5bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:80px;
}
.s5{
	margin-bottom:100px;
}
.s5 .titlep3{
	max-width:55%;
	margin-top:25px;
}
@media(max-width:999px){
	.s5 .container{
		padding:20px;
	}
	.s5 .titlep3{
		max-width:100%;
	}
	.s5{
		margin-bottom:50px;
	}
}
.s2{
	padding:150px 0 100px;
}
.s2tab img{
	width:100%;
}
.s2tab p{
	text-align:center;
}
.s2_left{
	width:50%;
}
.s2_right{
	width:50%;
}
.s2tab{
	margin-top:80px;
	padding: 0 20px 0;
	position: relative;
}
.s2tab .swiper:nth-child(1){
	display: block;
}
.s2tab .swiper:nth-child(2){
	display: none;
}
.s2-next{
	right: 0px !important;
}
.s2-prev{
	left: 0px !important;
}
.s2-next:after{
	color: #000 !important;
}
.s2-prev:after{
	color: #000 !important;
}
.s2tab2{
	margin-top:80px;
	font-size:30px;
	justify-content: start!important;
}
.s2tab2 div{
	position: relative;
	border-bottom:2px solid #f2cdcd;
	padding:0 10px;
	cursor: pointer;
}
.s2tab2 .s2active:after{
	width:100%;
	height:4px;
	content:'';
	display: block;
	position: absolute;
	bottom:-1px;
	left:0;
	background: #c00404;
}
.s2_right .swiper:nth-child(1){
	display: block;
}
.s2_right .swiper:nth-child(2){
	display: none;
}
.s2_right .flex{
	justify-content:space-around;
}
.s2_right p{
	font-size:64px;
	color: #c00404;
	line-height: 1;
}
.s2tabswiper1 .swiper-slide-thumb-active{
    opacity: 0.6;
}
.s2tabswiper2 .swiper-slide-thumb-active{
    opacity: 0.6;
}
@media(max-width:999px){
	.s2{
		padding:30px 0;
	}
	.s2_left{
		width:100%;
	}
	.s2tab{
		display: none;
	}
	.s2_right{
		width:100%;
	}
	.s2_right p{
		font-size:40px;
	}
	.s2tab2{
		font-size:20px;
	}
}
