/* --------------banner------------------ */
.silder-view {
	height: 500px;
	width: 1200px;
	overflow: hidden;
	position: relative;
	border-radius: 34px;
	margin-top: 70px;
}

.silder-page {
	position: absolute;
	left: 300px;
	bottom: 90px;
	display: flex;
	align-items: center;
	z-index: 99;
}

.silder-page section {
	padding: 2px 10px;
}

.silder-page .up,
.silder-page .down {
	color: grey;
}

.silder-content {
	position: absolute;
	left: -1200px;
	display: flex;
	align-items: center;
}

.silder-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	width: 1200px;
	position: relative;
}

.silder-inner {
	position: absolute;
	top: 75px;
	left: 70px;
	background-color: #FFFFFF;
	width: 350px;
	padding: 50px 40px;
	border-radius: 10px;
}

.slide-inner-content{	overflow: hidden;
	line-height: 20px;
	height: 100px;
}
/* --------------banner------------------ */

.slide-inner-title {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 24px;
	color: #434343;
}

.slide-inner-date {
	font-size: 22px;
	line-height: 50px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #02CEB9;
}

.slide-inner-content {
	margin-bottom: 20px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	line-height: 24px;
	color: #434343;
}

.goods-item {
	margin-top: 80px;
	display: flex;
	align-items: center;
	position: relative;
}

.goods-item-img {
	width: 280px;
	height: 280px;
	border-radius: 30px;
}

.goods-item-info {
	margin-left: 40px;
	width: 80%;
}

.goods-more {
	position: absolute;
	left: 300px;
	bottom: 0px;
}

