﻿/* 杞挱锲炬牱寮?*/
.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-width: 1280px;
}

.bx-prev {
	text-indent: -9999px;
	position: absolute;
	top: 45%;
	left: 20px;
	background-repeat: no-repeat;
	width: 28px;
	height: 60px;
	background-image: url(../../images/index/left.png);
}

.bx-next {
	width: 28px;
	height: 60px;
	background-image: url(../../images/index/right.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 45%;
	text-indent: -9999px;
}

.bx-next:hover {
	background-image: url(../../images/index/right@hover.png);
}

.bx-prev:hover {
	background-image: url(../../images/index/left@hover.png);
}

.bx-pager,
.bx-default-pager {
	left: 45%;
	position: absolute;
	bottom: 28px;
}

.bx-pager-item {
	margin: 0 5px;
	float: left;
}

.bx-pager-link {
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 10px;
	background-color: rgb(215, 215, 215);
	text-indent: -9999px;
}

.active {
	background-color: rgb(127, 127, 127);
	background-color: white;
	width: 30px;
	height: 6px;
	margin-top: 1px;
	transition: all 0.3s;
}