.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	position: relative;
	display:block;
	width:100%;
}
.banner-con{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}

.banner-con .container{
	align-items: center;
	height:100%;
}
.banner-text{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.banner-p1{
	font-size:48px;
	line-height: 1.6;
	font-weight:800;
	color:#fff;
	width:100%;
	
	max-width:640px;
}
.banner-more{
	margin-top:100px;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.index-more{
	width: 240px;
	height: 50px;
	margin-right:20px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	background: #b2874f;
	border: transparent;
	color: #fff;
	font-weight: 800;
	border-radius: 0;
	border: 1px solid #b2874f;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}
.index-more2{
	background: none;
	border:1px solid #fff;
	color:#fff;
}
.index-more span{
	padding-right:10px;
}
.index-more:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
    border-radius: 0;
}
.index-more:hover:before {
    transform: scale(1);
}
.index-more:hover svg path{
	fill:#b2874f;
}
.index-more:hover{
	/* background: #b2874f; */
}
.banner-pagination{
	bottom:30px!important;
}
.banner .swiper-pagination-bullet{
	border:1px solid #fff!important;
	background: none!important;
	opacity: 1!important;
	width:10px!important;
	height:10px!important;
}
.banner .swiper-pagination-bullet-active{
	background: #fff!important;
}
.index-text-p1{
	font-size:16px;
	color:#b2874f;
	line-height:1;
	font-weight:400;
	margin-top:0px;
	width:100%;
	text-transform: uppercase;
}
.index-text-p2{
	font-size:40px;
	color:#333333;
	line-height:1;
	font-weight:600;
	margin-top:25px;
	width:100%;
}
@media(max-width:999px){
	.banner{
		margin-top: 65px;
	}
	.banner-p1{
		font-size:14px;
		max-width: 50%;
	}
	.banner-more{
		display: none;
	}
	.banner-pagination{
		bottom:0!important;
	}
	.index-text-p1{
		font-size: 16px;
		margin-top:0px;
	}
	.index-text-p2{
		font-size: 30px;
		margin-top:10px;
	}
	.banner-p2{
		font-size:14px;
	}
	.banner-p3{
		display: none;
	}
}
.a1{
	padding-top:100px;
}
.a1-p1{
	width:100%;
	text-align: right;
	font-size:30px;
	color:#222;
	font-weight:400;
	line-height: 1.6;
}
.a2{
	padding-top:60px;
}
.a2-p1{
	width:100%;
	text-align: center;
	font-size:72px;
	color:#c3ca91;
	font-weight:800;
	line-height: 1;
}
.a3{
	padding-top:100px;
}

.a3-tab{
	width:calc(25% - 30px);
}
.a3-tab img{
	transition: 0.3s;
}
.a3-tab:hover img{
	transform: rotateY(180deg);
}
.a3-p1{
	width:100%;
	text-align: left;
	font-size:24px;
	color:#222222;
	font-weight:800;
	line-height: 1;
	margin-top:10px;
}
.a3-p2{
	width:100%;
	text-align: left;
	font-size:15px;
	color:#222222;
	font-weight:400;
	line-height: 1.6;
	margin-top:10px;
}
.a4{
	padding-top:100px;
}
.a-left{
	width:50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.a-left p{
	width:100%;
	text-align: left;
	font-size:26px;
	color:#222222;
	font-weight:400;
	line-height: 1.6;
	margin-top:10px;
}
.a4 .a-left{
	padding-right: 50px;
}
.a-right{
	width:50%;
}
.a-right img{
	/* display: block; */
	width:100%;
}
.a5{
	padding-top:100px;
	padding-bottom:100px;
}
.a5 .a-left{
	padding-left: 50px;
}
.s1{
	padding-top:100px;
}
.s1-top{
	width:100%;
}
.index-title{
	font-size:48px;
	color:#222222;
	font-weight:800;
	line-height: 1.6;
}
.index-text{
	font-size:16px;
	color:#222222;
	font-weight:400;
	line-height: 1.6;
}
.s1-top .index-title{
	width:50%;
}
.s1-top .index-text{
	width:50%;
}
.s1-bottom{
	width:100%;
}
.s1-left{
	width:50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	padding-right: 50px;
}
.s1-left .top-header-more{
	margin-top:0;
}
.s1-right{
	width:50%;
}
.s1-right .a3-tab{
	width:calc((100% - 10px) / 2);
	margin-bottom:50px;
}
.s1-right .a3-tab:nth-child(3),.s1-right .a3-tab:nth-child(4){
	margin-bottom:0px;
}
.s2{
	padding-top: 100px;
}
.s2 .index-title{
	text-align: center;
	width:100%;
}	
.product-list{
	width:100%;
	margin-top:50px;
}
.s2-list{
	position: relative;
	width:calc((100% - 60px) / 4);
	margin-bottom: 20px;
}
.s2-img-box{
	width:100%;
	display: block;
	overflow: hidden;
}
.s2-list img{
	width:100%;
	display: block;
	transition: 0.3s;
}
.s2-list p{
	position: absolute;
	width:100%;
	bottom:0px;
	padding:30px 0;
	text-align: center;
	color:#fff;
	font-size:24px;
	font-weight:800;
}
.s2-list:hover img{
	transform: scale(1.1);
}
.s3{
	padding-top:100px;
}
.s3 .index-title{
	text-align: center;
	width:100%;
}
.s3 .index-text{
	text-align: center;
	width:100%;
	max-width:920px;
	margin:30px auto 0;
}
.s3-con{
	margin-top:50px;
}
.s3-con img{
	display: block;
	width:100%;
}
.s4{
	padding-top:100px;
	padding-bottom:100px;
}
.s4 .index-title{
	text-align: center;
	width:100%;
}
.s4-con{
	margin-top:50px;
}
/* .s4-con .s4-img-box{
	width:calc((100% - 40px) / 5);
}
.s4-con .s4-img-box img{
	max-width:100%;
	margin:0 auto;
	display: block;
}
.s4-con .s4-img-box:nth-child(2n) img{
	transform: translate(0px,50px);
} */
.s4swiper img{
	width:100%;
}
.s4swiper .swiper-slide{
	transition:1s;
}
.s4swiper .swiper-slide-next{
	transform: translate(0px,50px);
}
.s4swiper .swiper-slide-prev{
	transform: translate(0px,50px);
}
.s4swiper  .swiper-wrapper{
	padding-bottom:50px;
}
@media(max-width:1500px){
	.a1-p1{
		font-size:24px;
	}
	.a-left p{
		font-size:18px;
	}
}
@media(max-width:999px){
	.a1{
		padding-top: 30px;
	}
	.a1-p1 {
		font-size: 18px;
	}
	.a2-p1{
		font-size:50px;
	}
	.a3{
		padding-top:30px;
	}
	.a3-tab{
		width:calc((100% - 10px) / 2);
		margin-bottom:20px;
	}
	.a3-p1{
		font-size:18px;
	}
	.a3-p2{
		font-size:14px;
	}
	.a4{
		padding-top:30px;
	}
	.a5{
		padding-top:30px;
		padding-bottom:30px;
	}
	.a-left{
		width:100%;
	}
	.a-right{
		width:100%;
	}
	.a4 .a-left{
		padding-right:0;
		font-size:16px;
	}
	.a5 .a-left{
		padding-left:0;
		font-size:16px;
	}
	.s1{
		padding-top:30px;
	}
	.index-title{
		font-size:24px;
	}
	.s1-top .index-title{
		width:100%;
		text-align: center;
	}
	.s1-top .index-text{
		width:100%;
		text-align: center;
	}
	.s1-left{
		width:100%;
		padding-right: 0px;
		margin-top:20px;
	}
	.s1-left .top-header-more{
		margin-top:20px;
	}
	.s1-right{
		width:100%;
		margin-top:30px;
	}
	.s1-right .a3-tab{
		margin-bottom:10px;
	}
	.s2{
		padding-top:30px;
	}
	.product-list{
		margin-top:20px;
	}
	.s2-list{
		width: calc((100% - 10px) / 2);
	}
	.s3{
		padding-top:30px;
	}
	.s4{
		padding-top:30px;
		padding-bottom:80px;
	}
	.s4-con .s4-img-box:nth-child(2n) img {
	    transform: translate(0px, 20px);
	}
}

