﻿
.lunbo{
	position: relative;
}
#swiper1 {
	width: 100%;
	height: 3.4rem;
	overflow: hidden;
}
.lunbo_cen{
	/* height: 2.56rem; */
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.lunbo_cen a{
	width: 100%;
}
.lunbo_img{
	height: 2.56rem;
}
.lunbo_text {
	font-size: 0.28rem;
	color: #333333;
	padding: 0.2rem 0.3rem;
	line-height: 0.4rem;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #e3e3e3;
}
.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 1.2rem;
	left: 0;
	right: 0;
}
.my-bullet{
	width: 0.16rem;
	height: 0.16rem;
	display: block;
	background-color: #c3c3c3;
	border-radius: 50%;
	margin: 0 0.06rem;
}
.my-bullet-active{
	background-color: #2f83f0;
}
.lunbo_img img{
	width: 100%;
}