@media (max-width:1000px) {
	.banner {
		width: 100%;
		height: 300px;
		position: relative;
		margin-top: 10px;
	}

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

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		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;
	}

	.type_top,
	.type_bottom {
		width: auto !important;
	}

	.tp_li {
		width: 100px !important;

	}

	.tp_li p {
		font-size: 14px !important;
		width: 90%;
		margin: auto;
		text-overflow: ellipsis;
	}

	.typelist {
		width: 90% !important;
		height: 80px !important;
	}

	.tp_li img {
		width: 35px !important;
		height: 35px !important;
		margin-bottom: 5px !important;
	}
}

/* PC */
@media (min-width:1000px) {
	.banner {
		width: 100%;
		height: 650px;
		position: relative;
		background-color: #FFFFFF;

	}

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

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		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;
	}
}



.typelist {
	width: 70%;
	height: 166px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -13%;
	z-index: 10;
	box-shadow: 0px 0px 25px rgba(38, 38, 38, 0.2);
	border-radius: 8px;
	overflow-x: auto;

}

.type_top,
.type_bottom {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0px;
}

.type_top {
	z-index: 10;
	/* display: none; */
}

.type_bottom {
	z-index: 9;
}

.tp_li {
	width: 12.5%;
	height: 100%;
	background-color: #fff;
	color: #555555;
	text-align: center;
	font-size: 15px;
	border-right: 1px dashed gainsboro;
	transition: all 0.3s linear;
}

.tp_li:nth-last-of-type(1) {
	border: none;
}

.tp_li img {
	width: 50px;
	height: 50px;
	margin: 20% auto 15px;
	display: block;
}

.tp_li p {
	display: block;
}

.tp_li:hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.type_bottom img {
	width: 100%;
	height: 100%;
	margin: 0;
}
