﻿/*banner*/

.bannerbox {
	position: relative;
	z-index: 1;
}

.banner_slider {
	width: 100%;
	min-width: 1320px;
	height: 450px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.banner_slider .bd {
	width: 1320px;
	position: absolute;
	left: 50%;
	margin-left: -660px
}

.banner_slider .bd li {
	width: 1320px;
	overflow: hidden;
}

.banner_slider .bd li img {
	display: block;
	width: 1320px;
	height: 450px;
}

.banner_slider .tempWrap {
	overflow: visible !important
}

.banner_slider .tempWrap ul {
	margin-left: -1320px !important;
}

.banner_slider .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 450px;
	cursor: pointer;
}

.banner_slider .prev {
	left: -50%;
	margin-left: -660px;
}

.banner_slider .next {
	left: 50%;
	margin-left: 660px;
}

.banner_slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	background: #000;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.banner_slider .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 0;
	z-index: 5;
	width: 60px;
	height: 450px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.banner_slider .pnBtn .arrow:hover {
	filter: alpha(opacity=1);
	opacity: 1;
}

.banner_slider .prev .arrow {
	right: 30px;
	background: url(../images/prev.png) 0 center no-repeat;
}

.banner_slider .next .arrow {
	left: 30px;
	background: url(../images/next.png) 0 center no-repeat;
}

.banner_slider .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 8px;
	bottom: 20px;
	text-align: center;
}

.banner_slider .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	line-height: 99px;
	overflow: hidden;
	background: #bc020d;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 13px;
	border: 1px solid #bc020d;
}

.banner_slider .hd li.on {
	background: #fff;
}
/*.jdt*/