.banner-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.banner-pagination .swiper-pagination-bullet{
	border-radius: 0px;
	width:200px;
	height:4px;
}
.banner img{
	display: block;
	width:100%;
	user-select:none;
	user-drag:none;
	-webkit-user-drag: none;
}
.bannerprev{
	width: 40px !important;
	height:60px!important;
	line-height: 60px!important;
	text-align: center!important;
	background: #000!important;
	left:30px!important;
}
.bannerprev:after{
	color:#fff;
	font-size:20px;
}
.bannernext{
	width: 40px !important;
	height:60px!important;
	line-height: 60px!important;
	text-align: center!important;
	background: #000!important;
	right:30px!important;
}
.bannernext:after{
	color:#fff;
	font-size:20px;
}
.s1{
	background: #303030;
	padding:16px 0;
}
.s1tab{
	padding:0 25px;
	box-sizing: border-box;
	background: #fff;
	width:calc((100% - 120px) / 4);
	
	border-radius: 5px;
	height:70px;
	justify-content: flex-start;
	align-items: center;
}
.s1tab span{
	font-size:20px;
	color:#303030;
	line-height: 1;
	width:calc(100% - 70px);
	padding-left:20px;
}
.s1tab:hover{
	background: #ddd;
}
@media(max-width:991px){
	.s1tab{
		width:100%;
		margin-bottom:20px;
	}
	.s1tab:last-child{
		margin-bottom:0px;
	}
}
.s2{
	padding:150px 0;
}
.s2-con{
	align-items: center;
}
.index_title{
	width:100%;
	position: relative;
	
}
.index_p1{
	font-size:36px;
	font-weight:600;
	color:#000000;
	line-height: 1;
	margin-top:0;
}
.s2left{
	width:40%;
	padding-right:20px;
}

.s2-p1{
	font-size:36px;
	font-weight:600;
	color:#000000;
	line-height: 1;
	margin-top:0;
}
.s2-p2{
	font-size:40px;
	font-weight:600;
	color:#0069d9;
	line-height: 1.2;
	margin-top:20px;
	text-transform: uppercase;
}
.s2-p3{
	font-size:18px;
	font-weight:400;
	color:#000000;
	line-height: 1.6;
	margin-top:20px;
	max-width:500px;
}
.s2 .index_more{
	margin-top:50px;
}
.s2right{
	width:60%;
	position: relative;
	
}
.s2right-con{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}	
.s2right img{
	position: relative;
	display: block;
	width:100%;
}
.s2right p{
	position: absolute;
	bottom:0;
	left:0;
	padding:20px;
	font-size:24px;
	font-weight:600;
	color:#fff;
	line-height: 1;
	background: rgb(0,0,0,0.5);
	width:100%;
	margin-bottom:0;
}
@media(max-width:1000px){
	.index_p1{
		font-size:30px;
	}
	.index_bg{
		width:200px;
	}
	.index_line{
		margin-top:20px;
	}
	.s2{
		padding:30px 0;
	}
	.s2-p2{
		font-size:20px;
	}
	.s2con{
		padding-top:30px;
		padding-bottom:30px;
	}
	.s2left{
		width:100%;
		padding:0;
	}
	
	.s2right{
		margin-top:30px;
		width:100%;
	}
	.s2-1{
		width:calc(50% - 5px);
	}
	
}

.s4{
	padding:0;
	padding-bottom:60px;
}
.s4con{
	padding-top:0px;
}
.s4left{
	width:500px;
}
.s4-p1{
	font-size:36px;
	font-weight:600;
	color:#000000;
	line-height: 1;
	margin-top:0;
}

.s4-p2{
	font-size:22px;
	font-weight:400;
	color:#666666;
	line-height: 1.6;
	margin-top:20px;
	max-width:500px;
}
.s4tab{
	width:100%;
	padding:20px 10px;
	box-sizing: border-box;
	font-size:20px;
	color:#303030;
	font-weight: 600;
	border-bottom: 1px solid #eeeeee;
	background: #fff;
	position: relative;
	align-items: center;
	justify-content: flex-start;
}
.s4tab:before{
	content:'';
	display:block;
	position: absolute;
	width:0px;
	left:0;
	bottom: 0px;
	height:5px;
	transition: 0.5s;
	background: #0069d9;
}
.s4tab span{
	padding-left:20px;
}
/* .s4tab-active{
	color:#fff;
} */
.s4tab-active.s4tab:before{
	width:100%;
}
/* .s4tab-active:after{
	content:" ▼ ";
	display:block;
	position: absolute;
	bottom:calc(50% - 8px);
	right:-5px;
	width:10px;
	height:10px;
	font-size:20px;
	color:#0069d9;
	line-height: 1;
	transform: rotate(270deg);
} */
.s4left .index_more{
	margin-top:85px;
}
.s4right{
	width:calc(100% - 550px);
}

.s4tabcon{
	margin-top:60px;
	max-width: 370px;
}
.s4tab-pro{
	width:100%;
	display: none;
}
.s4tab-pro-active{
	display: flex;
	justify-content: flex-start;
}
.pro-tab{
	width:calc((100% - 20px) / 3);
	background: #eeeeee;
	margin-bottom:10px;
	margin-right:10px;
}
.pro-tab:nth-child(3n){
	margin-right:0px;
}
.pro-tab-a1{
	display: block;
	padding:0 30px;
	box-sizing: border-box;
	transition: 1s;
	background: #eeeeee;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.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: 10px 20px;
	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%;
}
.pro-text1{
	font-size:18px;
	font-weight:600;
	color:#000000;
	line-height: 1;
	margin-top:0px;
	text-align: center;
	margin-bottom:0;
	padding:10px;
}
.pro-text2{
	font-size:20px;
	font-weight:600;
	color:#fff;
	background: #353b3f;
	padding:10px;
	line-height: 1;
	margin-top:0px;
	margin-bottom:10px;
	text-align: center;
}
@media(max-width:991px){
	.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%;
	}
}
.s5{
	background: #f6f6f6;
	padding:50px 0;
}
.s5con{
	padding-top: 50px;
}
.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;
	}
}
.s3{
	padding:50px 0;
	background: #f4f4f6;
}
.s3swiper img{
	display: block;
	width:100%;
}
.s3 .index_p1{
	text-align: center;
	margin-bottom:50px;
}
.s3 .bannerprev{
	background: #0069d9 !important;
}
.s3 .bannernext{
	background: #0069d9 !important;
}
.s6{
	background: #fff;
	padding:50px 0;
}
.s5 .index_p1{
	text-align: center;
	margin-bottom:30px;
}
.s6 .index_p1{
	text-align: center;
	margin-bottom:30px;
}
.s6-left{
	width:calc(50% - 10px);
	height:500px;
}
.s6-right{
	width:calc(50% - 10px);
}
.s6-tab1{
	display: block;
	width:100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height:500px;
}
.s6-tab1 .s6-img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.s6-tab1:hover .s6-img{
	transform: scale(1.1);
}
.s6-tab1 .s6-ico{
	position: absolute;
	bottom:30px;
	right:30px;
	
}
.s6-tab1 .s6-ico img{
	transition: 0.5s;
}
.s6-tab1:hover .s6-ico img{
	transform: rotate(360deg);
}
.s6-r1{
	width:calc(50% - 10px);
}
.s6-tab2{
	width:100%;
	padding:10px 0;
	border-bottom: 1px solid #ededed;
	box-sizing: border-box;
}
.s6-img2-div{
	width:100px;
	height:100px;
	position: relative;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.s6-img2{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
	
}
.s6-tab2:hover .s6-img2{
	transform: scale(1.1);
}
.s6-text{
	width:calc(100% - 110px);
}
.s6 .index_more{
	margin-top:30px;
}
.s6-text1{
	padding:5px 10px;
	font-size:16px;
	color:#fff;
	background: #0069d9;
	border-radius: 5px;
	display: inline-block;
	line-height: 1;
}
.s6-text2{
	margin-top:5px;
	font-size:20px;
	color:#333333;
	line-height: 1.6;
}
@media(max-width:999px){
	.s6-left{
		width:100%;
		height:300px;
	}
	.s6-right{
		width:100%;
		margin-top:20px;
	}
	.s6-tab1{
		height:300px;
	}
	.s6-r1{
		width:100%;
	}
}
.s7{
	padding:50px 0;
}
.s7.industry-contact-pg-section .industry-contact-form-area{
	margin-bottom:0;
}
.s7-con{
	padding:40px 0 0;
}
.s7-tab{
	width:calc((100% - 60px) / 4);
	justify-content: flex-start!important;
	align-items: center;
}
.s7-text{
	margin-left:20px;
	width:calc(100% - 50px);
}
.s7-text1{
	font-size:18px;
	color:#000000;
	font-weight: 600;
	line-height: 1;
}
.s7-text2{
	font-size:16px;
	color:#666666;
	font-weight: 400;
	line-height: 1.4;
}
@media(max-width:999px){
	.s7-tab{
		width:100%;
		margin-bottom:10px;
	}
}