/* .banner,.s1,.s2,.s3,.s4{
	display: none;
} */
.flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.banner-swiper-pagination{
	bottom: 50px !important;
}
.banner-swiper-pagination .swiper-pagination-bullet{
	width:130px!important;
	height:3px!important;
	border-radius: 0!important;
}
.banner-swiper-pagination .swiper-pagination-bullet-active{
	background: #e75205;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
}
.s1{
	padding:20px 0;
	background: #fff;
}
.s1 .container{
	justify-content: start;
}
.s1 .container .s1left{
	padding:0 20px; 
}

.s1 .container .s1right{
	width:calc(100% - 100px);
	position: relative;
	box-sizing: border-box;
	padding-right:100px;
}
.s1 .swiper-slide{
	background: #fff;
}
.s1 .swiper-slide a{
	display: flex;
	font-size:16px;
	color:#999;
}
.s1 .swiper-slide a .s1title{
	width:50%;
}
.s1-prev:after{
	color:#999;
	font-size:16px !important;
}

.s1-prev{
	right: 20px !important;
	top: -15px !important;
	left: auto !important;
	font-size:16px !important;
	transform: rotate(90deg);
	margin-top : 0 !important;
}
.s1-next:after{
	color:#999;
	font-size:16px !important;
}

.s1-next{
	right: 20px !important;
	top: 0px !important;
	left: auto !important;
	font-size:16px !important;
	transform: rotate(90deg);
	margin-top : 0 !important;
}
@media(max-width:1000px){
	.banner-swiper-pagination .swiper-pagination-bullet{
		width: 50px !important;
	}
	.s1 .container .s1right{
		width:calc(100% - 40px);
		padding-right:0;
	}
	.s1 .swiper-slide a .s1title{
		width:auto;
	}
	.s1 .container .s1left{
		padding-left: 0;
	}
	.s1-next,.s1-prev{
		display: none!important;
	}
	.s1time{
		display: none;
	}
}
.s2{
	padding:100px 0;
	background:#fafafa;
}
.s2-left{
	width:50%;
	display: flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content: center;
}
.s2-right{
	width:50%;
}
.s2-p1{
	color:#999;
	font-size:24px;
	margin-top:0;
	line-height: 1;
}
.s2-p2{
	color:#e75205;
	font-size:40px;
	font-weight:800;
	margin-top:20px;
	line-height: 1;
}
.s2-p3{
	color:#666;
	font-size:18px;
	margin-top:70px;
	line-height:2;
	text-align: justify;
	text-indent: 2em;
}
.s2-right{
	text-align: right;
}
.s2-right img{
	display: inline-block;
	max-width:100%;
}
.s2c{
	position: relative;
	margin-top:30px;
}
.s2c1{
	font-size:16px;
	color:#999;
}
.s2c1 span{
	font-size:80px;
	font-weight:400;
	color:#e75205;
}
.s2c2{
	font-size:16px;
	color:#999;
	font-weight:400;
}
@media(max-width:1000px){
	.s2{
		padding:30px 0;
	}
	.s2-left{
		width:100%;
	}
	.s2-right{
		width:100%;
	}
	.s2-p2{
		font-size:28px;
	}
	.s2-p3{
		margin-top:30px;
	}
	.s2c{
		width:50%;
		text-align: center;
	}
	.s2c1 span{
		font-size:50px;
	}
}
.s3{
	padding:100px 0;
}
.home-left{
	width:50%;
}
.home-p1{
	font-size:24px;
	color:#999;
	line-height: 1;
}
.home-p2{
	font-size:40px;
	color:#e75205;
	margin-top:20px;
	font-weight:800;
	line-height: 1;
}
.home-p3{
    color: #666;
    font-size: 18px;
    margin-top: 70px;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
}
.home-more{
	display: block;
	padding:10px 20px;
	background: #e75205;
	color:#fff;
	transition:0.2s;
	border-radius: 5px;
}
.home-more:hover{
	background: #68a5e1;
	color:#fff;
}


.s3con{
	margin-top:50px;
}
.s3ca{
	display: block;
	width:calc(100% / 3 - 20px);
	margin-bottom:40px;
	transition: 0.5s;
}
.s3ca1 {
	overflow: hidden;
	border-radius: 10px;
}
.s3ca1 img{
	display: block;
}
.s3ca2{
	padding:20px;
	
}
.s3p1{
	margin-top:20px;
	color:#333;
	font-size:22px;
	font-weight:800;
}
.s3p2{
	margin-top:20px;
	color:#666;
	font-size:18px;
	line-height: 2;
	text-align: justify;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s3ca:hover .s3p1{
	color:#e75205;
}
.s3ca:hover{
	transform: translate(0px,-5px);
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
@media(max-width:1000px){
	.home-left{
		width:100%;
	}
	.home-right{
		display: none;
	}
	.s3{
		padding:30px 0;
	}
	.s3ca{
		width:100%;
	}
}
.s4{
	padding:100px 0;
	background-image: url(../image/s4bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s4con{
	margin-top:60px;
	height:220px;
}
.s4a{
	display: block;
	float:left;
	margin-right:40px;
	width:calc((70% /3) - 30px);
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	margin-top:50px;
}
.s4a:nth-child(4){
	margin-right:0px;
}
.s4a img{
	display: block;
	width:100%;
	border-radius: 10px;
}
.s4ahover{
	display: block;
	width:calc(30% - 30px);
	margin-top:0px;
}

.s4p{
	position: absolute;
	top:100%;
	left:0;
	right:0;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;
	height:100%;
	width:100%;
	text-align: center;
	transition:0.1s;
	background: rgb(0,0,0,0.5);
	color:#fff;
	border-radius: 10px;
	font-size: 20px;
	font-weight:800;
}
.s4ahover .s4p{
	top:0px;
}
@media(max-width:1000px){
	.s4{
		padding:30px 0;
	}
	.s4con{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.s4a{
		width:calc(50% - 10px);
		margin-right:0;
		margin-top:0;
		margin-bottom: 20px;
	}
}
.s5{
	padding:60px 0;
}
.s5con{
	margin-top:50px;
}
.s5ca{
	display: block;
	width:calc((100% / 5) - 16px);
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}
.s5ca1{
	box-sizing: border-box;
	border-radius: 5px;
}
.s5ca1 img{
	display: block;
	width:100%;
}
.s5ca2{
	position: absolute;
	top:0;
	left:0;
	right:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* 水平居中 */
	align-items: center;
	align-content:center;
	height:100%;
	width:100%;
	text-align: center;
	transition:0.1s;
	background: rgb(0,0,0,0.5);
	color:#fff;
	border-radius: 10px;
	font-size: 20px;
	font-weight:800;
}
.s5p1{
	width:100%;
}
.s5p2{
	width:100%;
}
@media(max-width:1000px){
	.s5ca{
		width:calc(50% - 10px);
		margin-bottom:20px;
	}
	.s5ca:last-child{
		display: none;
	}
	.s5p2{
		font-size:14px;
		font-weight:800;
	}
}
.s6{
	padding:60px 0;
}
.s6con{
	margin-top:50px;
}
.s6ca{
	display: block;
	width:calc((100% / 3) - 16px);
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}
.s6ca1{
	box-sizing: border-box;
	border-radius: 5px;
}
.s6ca1 img{
	display: block;
	width:100%;
}
.s6ca2{
	position: absolute;
	top:0;
	left:0;
	right:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* 水平居中 */
	align-items: center;
	align-content:center;
	height:100%;
	width:100%;
	text-align: center;
	transition:0.1s;
	background: rgb(0,0,0,0.5);
	color:#fff;
	border-radius: 10px;
	font-size: 20px;
	font-weight:800;
}
.s6p1{
	width:100%;
}
.s6p2{
	width:100%;
}
@media(max-width:1000px){
	.s6ca{
		width:calc(50% - 10px);
		margin-bottom:20px;
	}

}

.s7{
	background:#f8f8f8;
	padding:60px 0;
}
.s7bottom{
	width:100%;
	position:relative;
	padding-bottom: 50px;
	margin-top:60px;
}
.s7bc1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s7bc1_left{
	width:58%;
	background-image: url(../image/s7bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.s7bc1_right{
	width:42%;
	background: #e75205;
	color:#fff;
	padding:80px;
	box-sizing: border-box;
}
.s7bc1_right_top{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color:#fff;
}
.s7bc1_right_top span{
	font-size:24px;
}
.s7bc1_right_top a{
	font-size:18px;
	color:#fff;
}
.s7bc1_right_top a:hover{
	color:#fff;
}
.s7a{
	display:block;
	padding:70px 0 100px;
}
.s7p1{
	font-size:16px;
	color:#fff;
}
.s7p2{
	font-size:24px;
	color:#fff;
	font-weight:800;
}
.s7p3{
	font-size:16px;
	color:#fff;
	margin-top:50px;
}
.s7pagination{
	text-align:left!important;
}
.s7pagination .swiper-pagination-bullet{
	padding:10px;
	color:#fff;
	border:3px solid rgb(255,255,255,0);
	box-sizing: border-box;
	font-size:18px;
	font-weight:400;
	background: none;
	width:auto;
	height:auto;
	display: inline-block;
	line-height: 1;
}
.s7pagination .swiper-pagination-bullet-active{
	border:3px solid #fff;
}
.s7bc2{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s7a2{
	display: block;
	background: #fff;
	padding:30px;
	width:calc(100% / 4 - 30px);
	transition: 0.1s;
}

.s7p4{
	font-size:22px;
	color:#e75205;
}
.s7p5{
	font-size:24px;
	color:#333333;
	font-weight:800;
	margin-top:10px;
}
.s7p6{
	font-size:16px;
	color:#666666;
	margin-top:40px;
}
.s7a2:hover{
	transform: translate(0px,-5px);
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
	background: #e75205;
}
.s7a2:hover .s7p4{
	color:#fff;
}
.s7a2:hover .s7p5{
	color:#fff;
}
.s7a2:hover .s7p6{
	color:#fff;
}
@media(max-width:1000px){
	.s7bc1_left{
		width:100%;
		height:300px;
	}
	.s7bc1_right{
		width:100%;
		padding:30px;
	}
	.s7a2{
		width:100%;
	}
}


