@charset "utf-8";
/* css document */

.hislider-pages, .hislider-title {
	position:absolute;
	z-index:3
}
.hislider-btn-prev, .hislider-btn-next {
	position:absolute;
	z-index:5;
	top:50%;
	height:30px;
	width:30px;
	background:url(/uploads/image/images/hislider-arrow.png) no-repeat;
	margin-top:-15px;
	text-indent:-200px;
	overflow:hidden;
	opacity:.4;
	filter:alpha(opacity:60)
}
.hislider-btn-prev {
	left:10px
}
.hislider-btn-next {
	right:10px;
	background-position:-30px 0
}
.hislider-btn-prev:hover, .hislider-btn-next:hover {
	opacity:1;
filter:alpha(opacity:100)
}
.hislider-title {
	bottom:0;
	width:100%;
	padding:6px 0;
	color:#fff;
	text-indent:10px;
    background:url(/uploads/image/images/text_bg.png);
	z-index:2;
	font:14px/2 "microsoft yahei", arial, tahoma
}
.hislider-pages {
	bottom:10px;
	right:10px;
	text-align:right
}
.hislider-pages a {
	height:12px;
	width:12px;
	margin:0 6px;
	display:inline-block;
	overflow:hidden;
	text-indent:-100px;
	font-size:0;
    background: #ffffff;
}
.hislider-pages a.active {
	background: #5472bf;
}
.hislider{
	overflow: hidden;
	background: #eee;
}
.hislider-item{
	float: left;
	list-style: none;
}
.hislider2 .hislider-item img{
	display: block;
	margin: 0 auto;
	width:740px;
	height:446px;
}
.hislider1 .hislider-item,
.hislider1 .hislider-item img{
    width: 840px;
    height: 100px;
}