img{
  user-select:none;
  user-drag:none;
  -webkit-user-drag: none;
}
.banner{
	display: block;
	position: relative;
}
.banner img{width:100%;}
.banner-button-next{
	right:6vw!important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	/* border: 1px solid #fff; */
	border-radius: 50%;
	transition: 0.4s;
	/* border: 1px solid linear-gradient(-45deg,#0a2342,#1779ba); */
	background: linear-gradient(-45deg,#0a2342,#1779ba);
	background:#0a2342;
}
.banner-button-next:after{
	color:#fff;
	font-size:18px;
}

.banner-button-prev{
	left:6vw!important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	/* border: 1px solid #fff; */
	border-radius: 50%;
	transition: 0.4s;
	/* border: 1px solid linear-gradient(-45deg,#0a2342,#1779ba); */
	background: linear-gradient(-45deg,#0a2342,#1779ba);
	background:#0a2342;
}
.banner-button-prev:after{
	color:#fff;
	font-size:18px;
}
.banner-pagination  .swiper-pagination-bullet-active{
	background: linear-gradient(-45deg,#0a2342,#1779ba);
	background:#0a2342;
}
@media(max-width:999px){
	.banner{
		margin-top:64px;
	}
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s1{
	padding:60px 0;
}
.index-container{
	max-width: 1400px;
}
.s1-top{
	color: #000;
	font-size:26px;
	font-weight:600;
	align-items: center;
}
.s1-left{
	width:206px;
}
.s1-right{
	width:calc(100% - 300px);
}
.s1-bottom{
	text-align: center;
	color: #a37d55;
	font-size:20px;
	margin-top:50px;
}
@media(max-width:999px){
	.s1-left{
		width:100%;
		text-align: center;
	}
	.s1-right{
		width:100%;
		margin-top:20px;
	}
	.s1-bottom{
		width:100%;
		margin-top:20px;
	}
}

.s2{
	padding: 50px 0;
	background-color: #f2f2f2 !important;
}
.s2-top{
	padding:30px 0;
	line-height: 2;
	font-size:22px;
	color:#000;
	text-align: center;
	width:100%;
}
.s2-bottom img{
	width:170px;
	height: auto;
}
@media(max-width:999px){
	.s2-bottom img{
		margin-bottom:20px;
	}
}
.golf-button1{
	margin-top:30px;
}
.s4{
	margin-top:50px;
}
.s4.community{
	min-height:46.5vw;
}
.s4 .community__gallery img{
	width:100%;
}
.productimg{
	overflow: hidden;
}
.productimg2 .swiper-slide{
	width: 36px !important;
	height:36px !important;
	overflow: hidden!important;
	border:2px solid #fff;
}