/*初始化样式开始*/
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	/* color:#666666; */
}

a:hover {
	/* color:#ff3366; */
}

li {
	list-style: none;
}

/*版心类*/
.w {
	/* width: 1200px; */
	margin: 0 auto;
}

/*去掉图片底部的缝隙*/
img {
	vertical-align: bottom;
}

/*初始化样式结束*/

/*轮播层样式开始*/
.banner {
	width: 100%;
	/* margin-top: 30px; */
	/* height: 288px; */
	cursor: pointer;
	position: relative;
	/* 溢出隐藏 */
	overflow: hidden;
}

.banner>img {
	position: absolute;
	width: 36px;
	height: 44px;
	top: 50%;
	z-index: 2;
	margin-top: -22px;
	display: none;
}

.banner>img:nth-child(2) {
	left: 0;
}

.arrow_right {
	right: 0;
}

.banner .lunbo {
	display: flex;
	/* width: 600%; */
	position: relative;
	top: 0;
	left: 0;
	/* display: none; */
	overflow: hidden;
}

.banner .lunbo li {
	/* width: 16.6%; */
	flex: 1;
	float: left;

}

.banner .lunbo li img {
	width: 100%;
	/* height: 288px; */
}

.banner ol {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	/* width: 120px; */
	/* margin-left: -60px; */
}

.banner ol li {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}

.banner ol li.current {
	width: 20px;
	border-radius: 5px;
}

.banner ol li:last-child {
	margin-right: 0;
}
