@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; word-break:break-all; font-family: "寰蒋闆呴粦";}
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{}

.lunbo{
	width:744px;
	height:323px;
	position: relative;
	float: left;
}
.lunbo .slider{
	float: left;
	width:560px;
	height:323px;
	position: relative;
	overflow: hidden;
}
.lunbo .slider li{
	position: absolute;
	left: 0px;
	top:0px;
	width:560px;
	height:323px;
}
.lunbo .slider li img{
	display: block;
	width:100%;
	height: 100%;
}
.lunbo .cov{
	width:560px;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background:#000;
	filter: alpha(opacity=60); -moz-opacity: 0.6;opacity: 0.6;
}
.lunbo .cov .text{
	width:560px;
	height: 40px;
	float: left;
}
.lunbo .cov .text li{
	width:100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	display: none;
}
.lunbo .cov .text li.act{
	display: block;
}
.lunbo .cov .text li a{
	display: inline;
	color: white;
	font-size: 14px;
}
.lunbo .cov .text li a:hover{
	color: orange;
}
.lunbo  .dotnv{
	width:175px;
	float: right;
	height:323px;
}
.lunbo .dotnv li{
	width:175px;
	height:102px;
	margin-bottom: 8px;
	cursor: pointer;
}
.lunbo .dotnv li img{display: block;filter: alpha(opacity=60); -moz-opacity: 0.6;opacity: 0.6;width: 100%;height: 100%;}
.lunbo .dotnv li.act img{
	filter: alpha(opacity=100); -moz-opacity: 1;opacity: 1;
}


