@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; word-break:break-all; }
body { background:#FFF; color:#333; font:12px/1.6em Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#333;; text-decoration:none; }
	a:hover { text-decoration:none; }
ul, li { list-style:none; }
fieldset, img { border:none; }
legend { display:none; }
em, strong, cite, th { font-style:normal; font-weight:normal; }
input, textarea, select, button { font:12px Helvetica, Arial, sans-serif; }
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; } /*Always show Firefox scrollbar*/
div{font-family:"宋体";}

.lunbo{
	width:544px;
	height:378px;
	position: relative;
	float: left;
}
.lunbo .slider{
	width:544px;
	height:378px;
	position: relative;
	overflow: hidden;
}
.lunbo .slider li{
	position: absolute;
	left: 0px;
	top:0px;
	width:544px;
	height:378px;
}
.lunbo .slider li img{
	display: block;
	width:100%;
	height: 100%;
}
.lunbo .cov{
	width:544px;
	height: 44px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background:#000;
	filter: alpha(opacity=90); -moz-opacity: 0.9;opacity: 0.9;
}
.lunbo .cov .text{
	width:428px;
	height: 44px;
	float: left;
}
.lunbo .cov .text li{
	width:100%;
	height: 44px;
	line-height: 44px;
	text-indent: 10px;
	display: none;
}
.lunbo .cov .text li.act{
	display: block;
}
.lunbo .cov .text li a{
	display: inline;
	color: white;
	font-size: 15px;
}
.lunbo .cov .text li a:hover{
	color: orange;
}
.lunbo .cov .dotnv{
	width:98px;
	float: right;
	height: 30px;
	padding-top: 10px;
	padding-right: 16px;
}
.lunbo .cov .dotnv li{
	width:10px;
	height:10px;
	background:url(../images/newlibg.png) no-repeat;
	float: left;
	margin-top:6px;
	margin-left: 6px;
	cursor: pointer;
}
.lunbo .cov .dotnv li.act{
	width:26px;
	background:url(../images/newlibgh.png) no-repeat;
}


