*{
	margin: 0;
	padding: 0;
}

/*.banner {
	width: 100%;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide>img {
	display: block;
	width: 100%;
	height: 100%;
}*/



.more a{
	position: absolute;
    top: 75%;
	left:70%;
    width: 80x;
    z-index: 10;
	font-size:16px;
    cursor: pointer;
	display:flex;
	line-height:2.2em;
	transition:all .3s;
	padding: 0px 12px;
	border-radius:8px;
}
.more a:hover{
	background-color:rgba(0,0,0,1);
	color:#d2b786;
	border:2px solid #000;

	border-radius:8px;
	}
.indexa{
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0 20px;
	font-size: 26px;
	text-align: center;
	margin-bottom:20px;
}
.indexa>span{

	text-align: center;
	background: rgba(210,183,134,0.6);
	padding: 5px 15px;
	border-radius: 5px;

}
.indexb{
	width: 1100px;
	height: 110px;
	background: #f5f5f5;
	border-radius: 6px;
	margin: auto;
	position: relative;
}
.indexb_horn_left{
	width: 30px;
	height: 30px;
	border-radius: 6px 0 0 0;
	background: #d2b786;
	position: absolute;
	left: -2px;
	top: -2px;
	z-index: 1;
}
.indexb_horn_right{
	width: 30px;
	height: 30px;
	border-radius: 0 0 6px 0;
	background: #d2b786;
	position: absolute;
	right: -2px;
	bottom: -2px;
	z-index: 1;
}
.indexb_inner{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	background: #f5f5f5;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 30px;
	line-height: 24px;
	font-size: 16px;
}
.indexb_inner_left{
	width: 70px;
	color: #d2b786;
}
.indexb_inner_right{
	width: 1030px;
}

.F86C27{
	color: #d2b786;
}
.indexc{
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	padding: 30px;
	width: 1100px;
	margin: auto;
	line-height: 24px;
	background: #f5f5f5;
}
.indexd{
	width: 1100px;
	margin: auto;
}
.indexd>img{
	display: block;
	width: 100%;
	padding: 20px 0px;
}
.indexe{
	width: 800px;
	margin: 30px auto 100px;
}
.indexe>img{
	display: block;
	width: 100%;
}
.indexf{
	width: 100%;
	position: relative;
}
.indexf_bg{
	display: block;
	width: 100%;
}
.indexf_title{
	color: white;
	font-size: 20px;
	text-align:center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
}
.indexf_inner{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: auto;
}
.indexf_inner_vs{
	display: block;
	width: 150px;
	height: 150px;
}
.indexf_inner_l{
	color: white;
	width: 270px;
}
.indexf_inner_r{
	color: white;
	width: 270px;
}
.indexf_ila{
	background: rgba(0,0,0,0.3);
	font-size: 16px;
	box-sizing: border-box;
	padding: 8px 0px;
	border-radius: 4px;
	width: 160px;
	text-align: center;
	margin-top: 30px;
}
.indexf_ilb{
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
}
@media only screen and (min-width: 100px) and (max-width: 1600px) {
	.indexf{
		height: 500px;
	}
	.indexf_bg{
		display: block;
		width: 100%;
		height: 100%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1024px) {
	.indexa{
		font-size: 20px;
	}
	.indexb_inner{
		font-size: 14px;
	}
}