.head {
	background-color: transparent;
	position: fixed;
}

.baner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.baner img{
	/* width: 100%; */
	height: 100%;
}


/* product */
.prodHad ul li a{
	color: #fff;
}

.product{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.product .swiper-slide a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.product .swiper-slide img{
	height: 100%;
	width: auto;
}

.product .swiper-slide.swiper-slide-active{
	z-index: 3;
}

.product .swiper-pagination{
	bottom: 40px;
}

.product .swiper-pagination-bullet{
	border: 1px solid #fe67b2;
	background-color: transparent;
	opacity: 1;
}

.product .swiper-pagination-bullet-active{
	background-color: #fe67b2;
}




footer{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 5px;
	z-index: 9;
}

