﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
* {
	margin: 0;
	padding: 0;
}
.fullSlide {
	position: relative;
	background: #000;
	margin: 0 auto;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd li {
	text-align: center;
}
.fullSlide .bd li img {
	width: 100%;
	vertical-align: top;
}
.fullSlide .hd ul {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.fullSlide .hd li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
*display: inline;
	background: url("../img/dot.png") no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.fullSlide .hd li.on {
	background-position: 0 0;
}
.fullSlide .prev, .fullSlide .next {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url("../img/ad_ctr.png") no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.fullSlide .next {
	background-position: 0 -70px;
	right: 20px;
}
.fullSlide .prev {
	left: 20px;
}
.fullSlide:hover .next {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.fullSlide:hover .prev {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.fullSlide:hover .next:hover, .fullSlide:hover .prev:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
