.flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.banner img{
      display: block;
      width: 100%;
}
.bannernext{
	right:70px!important;
	top:auto!important;
	bottom:70px!important;
	color: #fff !important;
}
.bannerprev{
	right:360px!important;
	top:auto!important;
	left:auto!important;
	bottom:70px!important;
	color: #fff !important;
}
.bannernext:after{
	display: none;
}
.bannerprev:after{
	display: none;
}
.bannerline{
	width:200px;
	height:5px;
	background: #f70405;
	right:130px!important;
	top:auto!important;
	left:auto!important;
	bottom:90px!important;
	position: absolute;
	z-index: 99;
}
@media(max-width:797px){
	.bannerline{
		display: none;
	}
	.bannernext{
		left:auto!important;
		right:30px!important;
		top:50%!important;
		bottom:auto!important;
	}
	.bannerprev{
		right:auto!important;
		left:30px!important;
		top:50%!important;
		bottom:auto!important;
	}
}
.s2{
	background: #f9f9f9;
	padding:80px 0;
}
.s2left{
	max-width:600px;
	width:40%;
}
.s2left img{
	display: block;
	width:100%;
}
.s2right{
	width:60%;
	padding-left:3%;
	flex-direction:column;
}
.index_line{
	transition:1s;
	width:80px;
	height:3px;
	background-color: #f70405;
}
.index_title:hover .index_line{
	width:168px;
}
.index_p1{
	display: inline-block;
	font-size:42px;
	color:#f70405;
	font-weight:800;
	line-height: 1;
	margin-top:30px;
}
.s2p1{
	color:#666;
	line-height: 2;
	text-align: justify;
}
.index_more{
	display: inline-block;
	background: #f70405;
	color:#fff;
	font-size:18px;
	line-height: 1;
	padding:10px 30px;
	width:220px;
	align-items:center;
}
.index_more img{
	display: block;
}
.index_more:hover{
	color:#fff;
	background: #da0001;
}
.s2tab{
	padding-top:30px;
}
.s2t .counter{
	font-size:90px;
	color:#333;
	font-weight:800;
}
.s2t_div{
	margin-left:5px;
}
.s2t_div .span1{
	display: block;
	font-size:24px;
	color:#666;
}
.s2t_div .span2{
	display: block;
	font-size:18px;
	color:#666;
}
@media(max-width:1000px){
	.s2{
		padding:20px 0;
	}
	.s2left{
		width:100%;
	}
	.s2right{
		width:100%;
		margin-top:20px;
	}
	.s2t .counter{
		font-size:30px
	}
	.s2p1{
		margin-top:30px;
	}
	.index_more{
		margin-top:30px;
	}
	.s2tab{
		margin-top:30px;
	}
	.s2t_div .span1{
		font-size:14px;
		line-height: 1;
	}
	.s2t_div .span2{
		font-size:12px;
		line-height: 1;
	}
}
.s3{
	background-image: url(../image/s3bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:80px 0;
}
.s3con{
	margin-top:50px;
}
.s3_left{
	position: relative;
	width:50%;
	background-image: url(../image/s3leftbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.play-btn{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0 auto;
	width:75px;
	height: 75px;
	background: none;
	border-radius: 50px;
	display: block;
	transition:1s; 
}
.play-btn:hover{
	background: #da0101;
}


.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 99999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../image/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}

.s3_right{
	width:50%;
	padding-left:100px;
	box-sizing: border-box;
}
.s3tab{
	max-width:calc((100% - 40px) / 3);
	margin-bottom: 30px;
	transition:1s;
}
.s3tab:nth-child(4){
	margin-bottom:0;
}
.s3tab:nth-child(5){
	margin-bottom:0;
}
.s3tab:nth-child(6){
	margin-bottom:0;
}
.s3tab img{
	display: block;
	width:100%;
	max-height: 260px;
}
.s3tab:hover{
	transform: rotateY(180deg);
}
@media(max-width:1000px){
	.s3{
		padding:20px 0;
	}
	.s3_left{
		width:100%;
		min-height:300px;
	}
	.s3_right{
		width:100%;
		padding-left: 0;
		margin-top:30px;
	}
}
.s4{
	padding:80px 0;
}
.s4 .index_p1{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	display: block;
}
.s4 .index_line{
	margin:0 auto;
}
.s4con{
	margin-top:60px;
}
.s4tab{
	width:calc((100% - 60px) / 3);
	transition:1s;
}
.s4tab a{
	display: block;
}
.s4tab .s4img{
	display: block;
	width:100%;
}
.s4text{
	padding:20px;
}
.s4tab:hover{
	transform: translate(0px,-5px);
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s4p1{
	text-align: center;
	font-size:18px;
	color:#333333;
}
.s4p2{
	text-align: justify;
	font-size:14px;
	color:#333333;
	line-height: 2;
}
.s4 .index_more{
	margin:30px auto 10px;
}
@media(max-width:1000px){
	.s4tab{
		width:100%;
		margin-bottom:20px;
	}
}
.s1{
	overflow: hidden;
}
.s1top{
	padding:80px 0;
}
.s1swiper1{
	width:100%;
}
.s1swiper2{
	width:100%;
}
.s1swiper1 img{
	display: block;
	width:100%;
}
.s1swiper1 .swiper-slide-thumb-active{
	border:2px solid #f70405;
}
.s1bottom{
	padding-bottom:120px;
	background-image: url(../image/s1bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top:150px;
	position: relative;
}

.s1left{
	padding-left:9%;
	width:50%;
	box-sizing: border-box;
}
.s1 .index_line{
	background: #fff;
}
.s1 .index_p1{
	color:#fff;
}
.s1p1{
	margin-top:60px;
	font-size:36px;
	color:#fff;
}
.s1p2{
	margin-top:30px;
	font-size:18px;
	color:#fff;
}
.s1 .index_more{
	margin-top:35px;
}
.s1right{
	width:50%;
	box-sizing: border-box;
	background: #eeeeee;
}
.s1right img{
	width:100%;
}
.s1nav{
	position: absolute;
	top:80px;
	right:9%;
	width:150px;
}
.s1next:after{
	color:#f70405;
}
.s1prev:after{
	color:#f70405;
}
@media(max-width:1000px){
	.s1bottom{
		padding:20px 0
	}
	.s1left{
		width:100%;
		padding:20px ;
	}
	.s1right{
		width:100%;
		padding:20px ;
	}
	.s1nav{
		width:100px;
	}
	.s1 .index_p1{
		font-size:30px;
	}
	.s1p1{
		font-size:20px;
		margin-top:20px;
	}
}