
.banner-pagination{
	bottom:40px!important;
}
.banner-pagination .swiper-pagination-bullet{
	border-radius: 50px;
	width:22px;
	height:22px;
	background: none;
	opacity: 1!important;
	position: relative;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.banner-pagination .swiper-pagination-bullet-active{
	border: 1px solid #b21414;
}
.banner-pagination .swiper-pagination-bullet:after{
	position: absolute;
	display: block;
	content:'';
	top:4px;
	left:4px;
	width:12px;
	height:12px;
	background: #fff;
	border-radius: 50px;
}
.banner-next{
	right: 0 !important;
	padding:30px 20px;
	background: rgb(0,0,0,0.5);
}
.banner-next:after{
	font-size:20px!important;
	color:#fff!important;
}
.banner-next:hover{
	background: rgb(176,14,2,0.7);
}
.banner-prev{
	left: 0 !important;
	padding:30px 20px;
	background: rgb(0,0,0,0.5);
}
.banner-prev:hover{
	background: rgb(176,14,2,0.7);
}
.banner-prev:after{
	font-size:20px!important;
	color:#fff!important;
}
@media(max-width:999px){
	.banner{
		margin-top:76px;
	}
	.banner-pagination{
		bottom:20px!important;
	}
}
.s6 .swiper-slide{
	overflow: hidden;
}
.s6-div{
	width:100%;
	display: block;
	position: relative;
	overflow: hidden;
	height:450px;
}
.s6-div .s6-img{
	height:100%;
	width:auto;
	max-width: 200%;
	display: block;
	transition: 1s;
	z-index:1;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.s6-div:after{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(0,0,0,0.5);
	z-index:2;
}
.s6-bf-div{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:3;
}
.s6-bf{
	transition: 1s;
}
.s6-div:hover .s6-bf{
	transform: rotate(360deg);
}


.s6-next{
	font-size:30px;
	color:#505050;
	background: #fff;
	border-radius: 50px;
	height:50px;
	width:50px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 0 10px #ffffff; 
}
.s6-next:after{
	display: none;
}
.s6-prev{
	font-size:30px;
	color:#505050;
	background: #fff;
	border-radius: 50px;
	height:50px;
	width:50px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 0 10px #ffffff; 
}
.s6-prev:after{
	display: none;
}
.index-title{
	font-size:48px;
	color:#222222;
	padding:50px 0;
	line-height: 1;
	text-align: center;
	font-weight:800;
}
@media(max-width:999px){
	.index-title{
		font-size:28px;
	}
}
.s5{
	padding-bottom:80px;
	background: #f8f8f8;
}
.s5-con{
	width:100%;
}
.s5-left-a{
	width:calc((100% - 60px) / 3);
	display: block;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
}
.s5-img{
	width:100%;
	display: block;
}
.s5-img img{
	width:100%;
	display: block;
}
.s5-bottom{
	padding:20px;
	background: #fff;
}
.s5-text1{
	font-size:24px;
	color:#222;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	transition:0.3s
}
.s5-text2{
	font-size:16px;
	color:#444;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	margin-top:20px;
}
.s5-text3{
	margin-top:30px;
	color:#666666;
	font-size:16px;
}
.s5-text3 img{
	margin-right:10px;
}
.s5-left{
	align-items: center;
}
.s5-right{
	padding:5px 20px;
	border:1px solid #565656;
	transition:0.3s;
}

.s5 a:hover .s5-right{
	border:1px solid #b21414;
	background: #b21414;
	color:#fff;
}
.s5 a:hover .s5-text1{
	color:#b21414;
}
.s5-r{
	width:calc((100% - 60px) / 3);
	display: block;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-content: space-between;
}
.s5-r1{
	background: #b21414;
	border-radius: 5px;
	width:100%;
	color:#fff;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	padding:20px;
	box-sizing: border-box;
}
.s5-r1-icon{
	width:30px;
	height:30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50px;
	border: 1px solid #fff;
}
.s5-r1:hover{
	color:#fff;
}
.s5-r1 p{
	font-size:24px;
	font-weight:800;
	color:#eaeaea;
}
@media(max-width:1600px){
	.s5-r1{
		display: none;
	}
}
@media(max-width:999px){
	.s5-left-a{
		width:100%;
		margin-bottom: 20px;
	}
	.s5-r{
		width:100%;
	}
}
.s4{
	background-image: url(../image/s4bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto;
	padding-top:50px;
	padding-bottom:150px;
}
.s4-con{
	margin-top:40px;
}
.s4-con .industry-funfact-item{
	min-width:340px;
	margin-bottom:50px;
	text-align:center;
}
.s4-con .flex{
	justify-content: center;
}
.s4-con .industry-funfact-item h3{
	font-size:40px;
	color:#b21414;
}
.s4-con .industry-funfact-item .odometer{
	font-size:80px;
	color:#b21414;
}
.s4-con .industry-funfact-item p{
	font-size:26px;
	color:#222;
}
@media(max-width:1200px){
	.s4-con .industry-funfact-item{
		min-width: 25%;
	}
	.s4-con .industry-funfact-item h3{
		font-size:20px;
	}
	.s4-con .industry-funfact-item .odometer{
		font-size:40px;
	}
	.s4-con .industry-funfact-item p{
		font-size:16px;
	}
}
@media(max-width:999px){
	.s4{
		padding-bottom:0px;
	}
	.s4-con{
		margin-top:0
	}
	.s4-con .industry-funfact-item p{
		font-size: 14px;
	}
}

.s1{
	padding-bottom:70px;
}
.s1-top{
	justify-content:center;
	background:#222222;
	border-radius:5px;
	padding:10px 0;
	align-items: center;
}

.s1-top span{
	font-size:20px;
	color:#fff;
	padding:0 20px;
}
.s1swiper1 .swiper-slide img{
	transform: scale(0.6);
	transition:0.3s
}
.s1swiper1 .swiper-slide-active img{
	transform: scale(1);
}
.s1swiper2{
	position: relative;
}
.s1swiper2:after{
	position: absolute;
	content:'';
	display: block;
	z-index: 0;
	width:100%;
	top:40px;
	left:0;
	height:130px;
	background: #e5e5e5;
}
.s1swiper2 img{
	cursor:pointer;
}
.s1-bottom{
	padding:10px 50px;
	position: relative;
}
.s1-bottom .s1swiper2{
	/* background: #e5e5e5; */
	padding:10px;
}
.s1-bottom .s1swiper2-img{
	padding:30px 20px 0;
	box-sizing: border-box;
}
.s1-bottom p{
	text-align: center;
	font-size:16px;
	color:#000;
	margin-top:10px;
}
.s1-bottom .swiper-slide-thumb-active{
	background: #fff;
	border-radius: 5px!important;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s1-bottom .swiper-slide-thumb-active p{
	color:#b21414;
}
.s1-next{
	right: 0 !important;
	padding:30px 20px;
	background: rgb(0,0,0,0);
}
.s1-next:after{
	font-size:20px!important;
	color:#000!important;
}

.s1-prev{
	left: 0 !important;
	padding:30px 20px;
	background: rgb(0,0,0,0);
}
.s1-prev:after{
	font-size:20px!important;
	color:#000!important;
}
@media(max-width:999px){
	.s1{
		padding-bottom:20px;
	}
	.s1-bottom{
		padding:0 30px 30px; 
	}
	.s1-bottom p{
		margin-bottom:0;
		font-size:14px;
		padding:0 5px;
		margin-top:5px;
		line-height: 1.5;
	}
	.s1swiper2:after{
		display:none;
	}
	.s1-bottom .swiper-slide-thumb-active{
		box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0);
	}
}
.s2{
	position: relative;
}
.s2:after{
	content:'';
	position: absolute;
	display: block;
	top:-15px;
	left:calc(50% - 15px);
	background: #fff;
	width:30px;
	height:30px;
	transform: rotate(45deg);
}
.s2-left{
	width:50%;
	background-image: url(../image/s2bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s2-right{
	width:50%;
	background: #222;
	padding:80px 10% 80px 5%;
}
.s2-p1a{
	color:#de1919;
	font-size:24px;
	font-weight:800;
}
.s2-p1b a{
	color:#de1919;
	font-size:16px;
	font-weight:400;
}
.s2-p2{
	color:#fff;
	font-size:34px;
	font-weight:400;
	margin-top:20px;
}
.s2-p3{
	color:#c9c9c9;
	font-size:16px;
	font-weight:400;
	margin-top:50px;
}
.s2-p4{
	color:#fff;
	font-size:14px;
	font-weight:400;
	margin-top:40px;
	text-align: center;
}
.s2-p4 p{
	color:#fff;
	font-size:14px;
	font-weight:800;
	margin-top:20px;
}
.s2-tab img{
	margin:0 auto;
	display: block;
	transition:1s;
}
.s2-tab:hover img{
	transform: rotateY(180deg);
}
@media(max-width:999px){
	.s2-left{
		width:100%;
		height:400px;
	}
	.s2-right{
		width:100%;
		padding:20px;
	}
	.s2-tab{
		width:50%;
	}
	.s2-p2{
		font-size:24px;
	}
}
.s3{
	padding:50px 0;
}
.s3-left{
	width:50%;
}

.s3-right{
	width:50%;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
.s3-right img{
	max-width:100%;
	transform: translate(50px,50px);
}
.s3-p1{
	font-size:22px;
	font-weight:800;
	color:#000;
}
.s3-p2{
	font-size:32px;
	font-weight:400;
	color:#b21414;
	margin-top:10px;
}
.s3-tab{
	width:calc(50% - 50px);
	margin-top:80px;
}
.s3-p3a{
	font-family: arial;
	font-size:36px;
	font-weight:900;
	color:#b21414;
}
.s3-p3b{
	font-size:30px;
	font-weight:800;
	color:#222;
	margin-top:30px;
}
.s3-p3c{
	font-size:16px;
	font-weight:400;
	color:#666666;
	margin-top:5px;
}
@media(max-width:999px){
	.s3-left{
		width:100%;
	}
	.s3-right{
		width:100%;
		padding:20px 0;
	}
	.s3-p2{
		font-size:22px;
	}
	.s3-tab{
		margin-top:20px;
		width:100%;
	}

}