﻿@charset "utf-8";
.banner {
	width: 100%;
	position: relative;
	height: 410px;
	background: #000;
}
.banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
	width: 100% !important;
}
.banner .bd ul li img{
	display:block;
}
.banner .bd li {
	width: 100% !important;
	height: 410px;
	overflow: hidden;
	text-align: center;
}
.banner .bd li a {
	display: block;
	height: 410px;
}
.banner .hd {
	width: 100%;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.banner .hd ul {
	text-align: center;
}
.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}
.banner .hd ul .on {
	background: #ff0000;
}
.banner .prev, .banner .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.banner .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}