.banner-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.banner-pagination .swiper-pagination-bullet{
	border-radius: 0px;
	width:200px;
	height:4px;
}
.s1{
	background: #303030;
	padding:16px 0;
}
.s1tab{
	padding:20px 25px;
	box-sizing: border-box;
	background: #474747;
	width:calc((100% - 80px) / 5);
	border-radius: 5px;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.s1tab span{
	width:calc(100% - 50px);
	font-size:20px;
	color:#fff;
	padding-left: 20px;
	line-height: 1;
}
.s1tab:hover{
	background: #666;
}
@media(max-width:991px){
	.banner-pagination .swiper-pagination-bullet{
		width:30px;
	}
	.s1tab{
		width:100%;
		margin-bottom:20px;
	}
	.s1tab:last-child{
		margin-bottom:0px;
	}
}
.s2{
	padding:110px 0;
}
.index_title{
	width:100%;
	position: relative;
}
.index_p1{
	/* font-family: 'bebas'; */
	font-size:44px;
	font-weight: 600;
	color:#e60012;
}
.index_line{
	border-bottom: 1px solid #e60012;
}
.index_bg{
	width:400px;
	height:15px;
	background-image: url(../image/index_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	transition:1s;
}
.index_title:hover .index_bg{
	width:530px;
}
.s2con{
	padding-top:100px;
	align-content: center;
}
.s2left{
	width:36%;
	padding-right:20px;
}
.s2right{
	width:64%;
}
.s2p1{
	font-size:36px;
	color:#0a0a0a;
	line-height: 2;
	margin-bottom:25px;
	font-weight:600;
}
.s2p2{
	font-size:36px;
	color:#e60012;
	margin-bottom:25px;
	line-height: 2;
	font-weight:600;
}
.s2p3{
	font-size:16px;
	color:#404040;
	margin-bottom:50px;
	line-height: 2;
	font-weight:400;
}
.s2right a{
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
	height:250px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	color:#fff;
}
.s2right a:after{
	content: '';
	display: block;
	position: absolute;
	border-radius: 5px;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(0,0,0,0.5);
	z-index: 2;
	transition:0.5s;
}
.s2right a:before{
	content: '';
	display: block;
	position: absolute;
	border-radius: 5px;
	top:0;
	left:0;
	width:0;
	height:100%;
	background: rgb(255,255,255,0.2);
	z-index: 2;
	transition:0.5s;
}
.s2right a:hover:before{
	width:100%;
}
.s2right a span{
	position: relative;
	z-index:3;
	font-size:20px;
	font-weight:600;
}
.s2-1{
	margin-bottom:10px;
	width:calc(100% - 520px);
	background-image: url(../image/s2-1.jpg);
}
.s2-2{
	margin-bottom:10px;
	width:250px;
	background-image: url(../image/s2-2.jpg);
}
.s2-3{
	margin-bottom:10px;
	width:250px;
	background-image: url(../image/s2-3.jpg);
}
.s2-4{
	width:250px;
	background-image: url(../image/s2-4.jpg);
}
.s2-5{
	width:calc(100% - 520px);
	background-image: url(../image/s2-5.jpg);
}
.s2-6{
	width:250px;
	background-image: url(../image/s2-6.jpg);
}
@media(max-width:1000px){
	.index_p1{
		font-size:30px;
	}
	.index_bg{
		width:200px;
	}
	.index_line{
		margin-top:20px;
	}
	.s2{
		padding:30px 0;
	}
	.s2con{
		padding-top:30px;
		padding-bottom:30px;
	}
	.s2left{
		width:100%;
		padding:0 20px;
	}
	.s2p1{
		font-size:20px;
	}
	.s2p2{
		font-size:18px;
	}
	.s2right{
		margin-top:30px;
		width:100%;
	}
	.s2-1{
		width:calc(50% - 5px);
	}
	.s2-2{
		width:calc(50% - 5px);
	}
	.s2-3{
		width:calc(50% - 5px);
	}
	.s2-4{
		width:calc(50% - 5px);
		margin-bottom:10px;
	}
	.s2-5{
		width:calc(50% - 5px);
	}
	.s2-6{
		width:calc(50% - 5px);
	}
	.s2right a{
		height:200px;
	}
	.s2right a span{
		text-align:center;
		padding-left:20px;
		padding-right:20px;
	}
}
.s3 img{
	display: block;
	width:100%;
}
.s3{
	position: relative;
	z-index:9;
}
.s3_img{
	position: absolute;
	display: none;
	width:300px;
	top:-280px;
	left:-153px;
	z-index: 5;
	background: #fff;
	border-radius: 5px;
	padding:5px;
}
.s3_img img{
	width:100%;
	display: block;
}
.s3_index_more{
	position: absolute;
	top:-60px;
	left:-83px;
	z-index: 3;
}
.s3_index_more:before{
	content:" ▼ ";
	display:block;
	position: absolute;
	bottom:-5px;
	width:10px;
	height:10px;
	font-size:16px;
	color:#e60012;
	left:calc( 50% - 5px);
	line-height: 1;
}
.s3_index_more{
	transition: transform 0.3s ease;
	animation: float1 1.5s infinite ease-in-out;
	display: none;
}
.s3tab:hover .s3_index_more{
	display: block;
}
.s3tab:hover .s3_img{
	display: block;
}
@keyframes float1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.eyesberg-card-btn {
	height: 50px;
	width: 50px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 1;
	/*z-index: 5;*/
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition: top 0.6s ease-in-out;
	-moz-transition: top 0.6s ease-in-out;
	-ms-transition: top 0.6s ease-in-out;
	-o-transition: top 0.6s ease-in-out;
	transition: top 0.6s ease-in-out;
}
.eyesberg-card-btn.open-btn::before {
	position: absolute;
	display: block;
	content: '';
	width: 300%;
	height: 300%;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 50%;
	background: rgba(230,0,18,.5);
	-webkit-animation: pulse-ring 1.25s cubic-bezier(.230, .0, .18, 1) infinite;
	animation: pulse-ring 1.25s cubic-bezier(.230, .0, .18, 1) infinite;
	z-index: -1;
}
.eyesberg-card-btn.open-btn .eyesberg-card-btn-lg-circle {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: #e60012;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.eyesberg-card-btn.open-btn .eyesberg-card-btn-sm-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-property: width, height;
	-o-transition-property: width, height;
	transition-property: width, height;
}
@keyframes pulse-ring {
	0% {
	 -webkit-transform:scale(.33);
	 transform:scale(.33)
	}
	 100%, 80% {
	 opacity:0
	}
}
.s3tab:hover .eyesberg-card-btn.open-btn::before{
	display: none;
}
.s3tab1{
	position: absolute;
	top:57%;
	left:34%;
}
.s3tab2{
	position: absolute;
	top:82%;
	left:30%;
}
.s3tab3{
	position: absolute;
	top:57%;
	left:50%;
}

.s4{
	padding:110px 0;
}
.s4con{
	padding-top:110px;
}
.s4left{
	width:350px;
}
.s4tab{
	width:100%;
	padding:20px;
	box-sizing: border-box;
	font-size:20px;
	color:#303030;
	font-weight: 600;
	border-bottom: 1px solid #eeeeee;
	background: #fff;
	position: relative;
}
.s4tab-active{
	color:#fff;
	background: #e60012;
}
.s4tab-active:after{
	content:" ▼ ";
	display:block;
	position: absolute;
	bottom:calc(50% - 8px);
	right:-5px;
	width:10px;
	height:10px;
	font-size:20px;
	color:#e60012;
	line-height: 1;
	transform: rotate(270deg);
}
.s4left .index_more{
	margin-top:85px;
	margin-left:auto;
	margin-right:auto;
}
.s4right{
	width:calc(100% - 400px);
}
.s4tab-pro{
	width:100%;
	display: none;
	justify-content:flex-start;
}
.s4tab-pro-active{
	display: flex;
}
.pro-tab{
	width:calc((100% - 40px) / 3);
	margin-bottom:20px;
	margin-right:20px;
}
.pro-tab:nth-child(3n){
	margin-right:0;
}
.pro-tab-a1{
	display: block;
	padding:10px;
	box-sizing: border-box;
	transition: 1s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background:#eee;
}
/* .pro-tab:hover .pro-tab-a1{
	background: linear-gradient(-45deg,rgba(0,0,0,0.01),rgba(0,0,0,0.1));
} */
.pro-text{
	padding:30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-image: url(../image/s4bg.jpg);
	border-radius: 5px;
	color:#d3d3d3;
	position: relative;
}
.pro-text:after {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    display: block;
    content: '';
    width: 0px;
    height: 100%;
    background: rgb(255, 255, 255, 0.05);
    z-index: 2;
}
.pro-text:hover:after {
    width: 100%;
}
.s4p1{
	width:100%;
	border-bottom:1px solid #595959;
	padding:15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s4p1 span{
	display: block;
}
.s4p1 span:nth-child(1){
	width:100%;
}
.s4p1 span:nth-child(2){
	color:#fff;
}
@media(max-width:999px){
	.s4{
		padding:30px 0;
	}
	.s4con{
		padding-top:30px;
	}
	.s4left{
		width:100%;
	}
	.s4tabcon{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.s4tab-active:after{
		display: none;
	}
	.s4tab{
		font-size: 15px;
		padding:10px;
		width:50%;
	}
	.s4right{
		width:100%;
		margin-top:30px;
	}
	.s4left .index_more{
		display: none;
	}
	.pro-tab{
		width:100%;
		margin-right:0;
	}
}
.s5{
	background: #f6f6f6;
	padding:110px 0;
}
.s5con{
	padding-top: 100px;
}
.s5tab{
	width:32%;
}
.s5a{
	display: block;
}
.s5a img{
	display: block;
	width:100%;
	border-radius: 5px;
}
.s5p1{
	text-align: center;
	font-size:24px;
	font-weight:600;
	padding:30px 10px;
	box-sizing: border-box;
	color:#303030;
}
.s5p2{
	font-size:16px;
	font-weight:400;
	box-sizing: border-box;
	color:#303030;
}
.s5 .index_more{
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:991px){
	.s5tab{
		width:100%;
		margin-bottom:20px;
	}
}