.index-banner{
	position: relative;
	background: url("../images/banner_081_061.jpg");
	background-size: cover;
	height:25rem;
}
.index-banner .swiper-slide img{
	width: 100%;
	vertical-align: bottom;
}
.banner-warp{
	position: absolute;
	top:0rem;
	width: 40vw;
	top:50%;
	transform: translate(-100%,-50%);
	left: 50%;
	
}
.banner-tit{
	top:0rem;
	font-size: 2.5rem;
	line-height: 2;
	font-weight: bold;
}
.banner-desc{
	top:0rem;
	line-height: 2;
	font-size: 1rem;
}
.banner-btn{
	display: inline-block;
	/* border: 0.0625rem solid #ff0000; */
	background-color: #b12020;
	color: #fff;
	border-radius: 0.3125rem;
	padding:0rem 2rem;
	line-height: 2.5;
	margin: 1rem 0 0 0;
	transition: all 0.5s ease-in-out 0s;
}
.banner-btn:hover{
	background-color: #df2a2a;
}
.banner-thumb{
	position: absolute;
	width: 20vw;
	top:22%;
	/* transform: translateY(50%); */
	right: 10%;
}
.swiper-container{
	width: 100%;
	height: 100%;
}