@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:540px;
	height:342px;
	position: relative;
	float: left;
}
.lunbo .slider{
	width:540px;
	height:342px;
	position: relative;
	overflow: hidden;
}
.lunbo .slider li{
	position: absolute;
	left: 0px;
	top:0px;
	width:540px;
	height:342px;
}
.lunbo .slider li img{
	display: block;
	width:100%;
	height: 100%;
}
.lunbo .cov{
	width:540px;
	height: 46px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background:#000;
	filter: alpha(opacity=80); -moz-opacity: 0.8;opacity: 0.8;
}
.lunbo .cov .text{
	width:440px;
	height: 46px;
	float: left;
}
.lunbo .cov .text li{
	width:100%;
	height: 46px;
	line-height: 46px;
	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 .dotnv{
	width:90px;
	float: right;
	height: 30px;
	padding-top: 14px;
}
.lunbo .cov .dotnv li{
	width:9px;
	height:9px;
	background: url(../images/cwlibg.png);
	float: left;
	margin-top:6px;
	margin-left: 12px;
	cursor: pointer;
}
.lunbo .cov .dotnv li.act{
	background: url(../images/cwlibgh.png);
}


