@charset "utf-8";

body {}


/* 首页大图轮播 */
.banner_container_bg{
	width: 998px;
	height: 334px;
	margin: 0 auto;
}

#banner_container {
	position: relative;
	width: 998px;
	height: 334px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
}

/* .bar_img_box {
	position: absolute;
	right: 0;
	top: 0;
} */

#banner_container .banner_box {
	cursor: move;
	width: 998px;
	height: 334px;
	overflow: hidden;
}

.jssora05l,
.jssora05r,
.jssora05ldn,
.jssora05rdn {
	position: absolute;
	width: 40px;
	height: 72px;
	top: 131px;
	cursor: pointer;
	display: block;
	background: url(../images/banner_bg.png) no-repeat;
	background-size: auto 72px;
	overflow: hidden;
	z-index: 88;
}

.jssora05l {
	background-position: 0 0;
}

.jssora05r {
	background-position: -139px 0;
}

.jssora05l:hover {
	background-position: -44px 0;
}

.jssora05r:hover {
	background-position: -95px 0;
}

.jssora05ldn {
	background-position: 0 0;
}

.jssora05rdn {
	background-position: -139px 0;
}

