.banner img{
	display: block;
	width:100%;
}
.banner .swiper-pagination{
	bottom:30px!important;
}
.banner .swiper-pagination-bullet{
	width:20px;
	border-radius: 15px;
}
.banner .swiper-pagination-bullet-active{
	background: #8fac47;
}
.flex-bt{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex-end{
	flex-direction:row-reverse;
}
.s1_div{
	width:calc(100% / 3);
	padding:50px;
	box-sizing: border-box;
	text-align: center;
}
.s1_img img{
	transition:1s;
}
.s1_div:hover img{
	transform: rotate(360deg);
}
.s1_p1{
	margin-top:20px;
	font-size:26px;
	font-weight:800;
}
.s1_p2{
	margin-top:20px;
	font-size:16px;
	font-weight:400;
	line-height: 2;
}
@media(max-width:1000px){
	.s1_div{
		width:100%;
	}
}
.s2{
	padding-bottom:80px;
}
.s2_div{
	width:100%;
}
.s2_img{
	width:50%;
}
.s2_img img{
	width:100%;
	display: block;
}
.s2_text{
	width:50%;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	align-content:center;
	padding:0 20px;
	box-sizing: border-box;
	background: #eef8ef;
}
.s2_p1{
	font-size:30px;
	color:#000;
	font-weight:800;
}
.s2_p2{
	font-size:18px;
	color:#000;
	line-height: 1.8;
	/*margin:30px 0;*/
	
}
.s2_p3{
	font-size:16px;
	color:#000;
	line-height: 2;
}
.s2_p3 a{
	padding:15px 30px;
	border-radius: 15px;
	border:1px solid #8e58cb;
	color:#8e58cb;
}
@media(max-width:1200px){
	.s2_img{
		width:100%;
	}
	.s2_text{
		width:100%;
		padding:40px 20px;
	}
	.s2_p1{
		font-size:24px;
		text-align:center;
	}
	.s2_p2{
		font-size:15px;
	}
}
.s3{
	background: #faf6ff;
	width:100%;
	position: relative;
	padding:100px 0;
}
.s3title{
	padding-bottom:70px;
	font-size:36px;
	color:#000;
	text-align: center;
}
.s3_swiper{
	position:relative;
	width:100%;
	padding:0 5%;
	box-sizing: border-box;
}
.s3banner{
	background: #fff;
}
.s3_img{
	width:45%;
	max-width:500px;
}
.s3_img img{
	width:100%;
	display: block;
}
.s3_text{
	width:55%;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	align-content:center;
	padding: 5% 5% 5% 0;
	box-sizing: border-box;
}
.s3_p1{
	font-size:30px;
	color:#000;
	margin-bottom:30px;
}
.s3_p2{
	font-size:18px;
	color:#000;
	line-height: 1.5;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom: 1px solid #cae2c1;
	
}
.s3_p3{
	font-size:18px;
	color:#000;
	line-height: 1.5;
	display: none;
}
.s3prev{
	width:40px!important;
	height:40px!important;
	border: 1px solid #000;
	border-radius: 50%;
	line-height: 1!important;
	padding:10px!important;
}

.s3prev:after{
	display: none;
}
.s3next{
	width:40px!important;
	height:40px!important;
	border: 1px solid #000;
	border-radius: 50%;
	line-height: 1!important;
	padding:10px!important;
}
.s3next:after{
	display: none;
}

.s3prev:hover{
	border: 1px solid #704289;
	background: #704289;
}
.s3prev:hover svg path{
	fill:#fff
}
.s3next:hover{
	border: 1px solid #704289;
	background: #704289;
}
.s3next:hover svg path{
	fill:#fff
}
@media(max-width:1000px){
	.s3_img{
		width:100%;
		margin:0 auto
	}
	.s3_text{
		width:100%;
		padding:5%;
	}
	.s3_swiper{
		padding:0;
	}
	.s3_p2,.s3_p3{
		text-align:left;
		font-size: 16px;
	}
	.s3next,.s3prev{
		top:25%!important;
	}
}
.s4{
	padding:250px 0 50px;
	position: relative;
}
.scroll-down{
	position: absolute;
	top:0;
	left:13%;
	z-index: 999;
}
.index-sd{
	width: 5px;
	height: 200px;
	background: #fff;
	float:left;
	position: relative;
}
.index-sd:after{
	content: '';
	width: 5px;
	height:0px;
	background: #d9ead3;
	position: absolute;
	-webkit-animation: sd1 3s both infinite ;
	-o-animation: sd1 3s both infinite ;
	animation: sd1 3s both infinite ;
}
@-webkit-keyframes sd1 {
    from {
        height:0px;
    }
    to {
        height:200px;
    }
}
.s4_left{
	width:40%;
	box-sizing: border-box;
}
.s4_right{
	width:60%;
	box-sizing: border-box;
	background: #eef8ef;
	padding:50px;
}
.s4_p1{
	font-size:30px;
	padding-right: 30%;
	box-sizing: border-box;
	line-height: 2;
}
.s4_p2{
	font-size:18px;
	line-height: 1.5;
	margin-top:40px;
	margin-bottom:50px;
	padding-right: 30%;
	box-sizing: border-box;
}
.s4_p3{
	font-size:18px;
	line-height: 1.5;
	color:#608342;
	margin-bottom:20px;
	cursor: pointer;
}
.s4_p3 svg{
	transform: translate(0px,5px);
}
.s4_p3:hover{
	color:#8e58cb;
}
.s4_p3:hover svg path{
	fill:#8e58cb;
}
.s4_r1{
	background: #fff;
	width:50%;
	padding:40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	color:#000;
	font-size:18px;
	position: relative;
}
.s4_r2{
	background: #fff;
	width:50%;
}
.s4_r2 img{
	width:100%;
	display: block;
}
.s4_more{
	position: absolute;
	bottom:40px;
	right:40px;
	color:#608342;
}
.s4_more:hover{
	color:#8e58cb;
}
@media(max-width:1600px){
	.s4_p1{
		font-size: 24px;
		padding-right: 20%;
	}
	.s4_p2{
		padding-right: 20%;
	}
}
@media(max-width:1000px){
	.s4_left{
		width:100%;
	}
	.s4_right{
		width:100%;
		padding:20px;
	}
	.s4_r1{
		width:100%;
	}
	.s4_r2{
		width:100%;
	}
	.s4_more{
		position: relative;
		bottom:auto;
		right:auto;
		margin-top:20px;
	}
}
.s5{
	padding:100px 0;
}
.s5_c{
	width:100%;
}
.s5_a{
	display:block;
	width:calc(100% / 3 - 30px);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.s5_img{
	display: block;
}
.s5_img img{
	display: block;
	width:100%;
}
.s5_text{
	background: #fff;
	padding:40px;
}
.s5_p1{
	font-size:24px;
	color:#000;
}
.s5_p2{
	margin-top:40px;
}
@media(max-width:1000px){
	.s5{
		padding:30px 0;
	}
	.s5_a{
		width:100%;
		margin-bottom:20px;
	}
	.s5_text{
		padding:20px;
	}
	.s5_p1{
		font-size:16px;
	}
}
.s6{
	padding:60px 0;
	background: #fbf9fd;
}
.s6_p1{
	width:50%;
	font-size:44px;
	color:#000;
	line-height: 1.5;
}
.s6 a{
	display: inline-block;
	padding:15px 40px;
	border-radius: 10px;
	color:#fff;
	background: #8e58cb;
	margin-top:50px;
}
@media(max-width:1000px){
	.s6_p1{
		width:100%;
		font-size: 18px;
	}
	.s6 a{
		margin-right:auto;
		margin-left:auto;
	}
	
}