@import url("app.css");

.swiper {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.goods-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.goods-item{
	width: 420px;
}
.goods-name{
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
}
.video{
	/*height: 573px;
	width: 1019px;*/
	width: 1300px;
	height: 731px;
	margin: 0 auto;
}
.video video{
	width: 100%;
	height: 100%;
	background-color: #000;
}

.ks{
	display: flex;
	justify-content: space-between; 
}
.ks > img{
	width: 597px;
}
.ks-list{
	flex: 1;
	margin-left: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ksl-item img{
	width: 320px;
}
.index-image{
	/*width: 1300px;
	margin: 0 auto;*/
}