/* 样式重置 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

.lunbo {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.lunbo .lunbolist {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.lunbo .lunbolist .dots {
	position: absolute;
	right: 10px;
	bottom: 7px;
	z-index: 999;
}

.lunbo .lunbolist .dots li {
	width: 12px;
	display: inline-block;
	height: 12px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 50%;
	behavior: url(../pie/PIE.htc);
	cursor: pointer;
	margin-right: 10px;
}

.lunbo .lunbolist .dots li.active {
	width: 20px;
	opacity: 1;
	border-radius: 6px;
	behavior: url(../pie/PIE.htc);
}

.lunbo .lunbolist .arrow {
	position: absolute;
	top: 200px;
}

.lunbo .lunbolist .al {
	left: 20px;
	top: 40%;
	color: #fff;
	font-size: 56px;
	opacity: 0.5;
}

.lunbo .lunbolist .al:hover {
	color: #E30B20;
	opacity: 1;
}

.lunbo .lunbolist .ar {
	right: 20px;
	top: 40%;
	color: #fff;
	font-size: 56px;
	opacity: 0.5;
}

.lunbo .lunbolist .ar:hover {
	color: #E30B20;
	opacity: 1;
}

.lunbo .lunbolist ul li {
	float: left;
}

.lunbo .slider-content {
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
}

.lunbo .lunbolist ul li a {
	display: block;
	position: relative;
}

.lunbo .lunbolist ul li .text {
	position: absolute;
	bottom: 8px;
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: "微软雅黑";
	z-index: 9;
	line-height: 40px;
	color: #fff;
	
	font-size: 16px;
	left: 0;
}

.lunbo .lunbolist ul li .text:hover {
	font-size:18px;
}

.lunbo .text .special {
	width: 80px;
	height: 35px;
	background-color: #E30B20;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	line-height: 35px;
	text-align: center;
	border-radius: 4px;
	display: inline-block
}



.lunbo .jSlider .navigator .prev {
	margin-left: -50px
}

.lunbo .jSlider .navigator .next {
	margin-right: -50px
}

.lunbo .jSlider .controller .indicator {
	text-align: right;
	margin-right: 20px;
	z-index: 10
}

.lunbo .jSlider .controller .indicator span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)
}

.lunbo .jSlider .controller .indicator .selected {
	background-color: #fff;
	width: 20px
}
