@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{font-family:"微软雅黑";}

.lunbo{
	width:1200px;
	height:610px;
	position: relative;
	margin:0 auto
}
.lunbo .slider{
	padding-top:28px;
	padding-left: 18px ;
	width:690px;
	height:556px;
	position: relative;
	float: left;
	overflow: hidden;
	z-index: 1;
}
.lunbo .slider li.act{
	display: block;
}
.lunbo .slider li{
	position: absolute;
	left: 18px;
	top:28px;
	width:690px;
	height:556px;
	display: none;
}
.lunbo .slider li img{
	display: block;
	width:100%;
	height: 100%;
}
.lunbo .cov{
	width:473px;
	height: 480px;
	position: relative;
	float: left;
	top:28px;
	left: -12px;
	z-index: 2;
	overflow: hidden;
}
.lunbo .cov .text{
	width:470px;
	min-height: 556px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
.lunbo .cov .text li{
	cursor: pointer;
	width:416px;
	height: 62px;
	padding:18px 20px 0px 35px;
	color: #222;
	font-size: 16px;
	position: relative;
}
.lunbo .cov .text li:after{
	content: '';
	display: block;
	width: 436px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left:32px;
	background: url(../images/shzt_line.png) no-repeat;
}
.lunbo .cov .text li.act{
	background:url(../images/djzdlbg.png) no-repeat 2px 0px;
	color: white;
}
.lunbo .arr{width:74px;height: 22px;position: absolute;bottom: 30px;right: 206px;}
.lunbo .arr .top{width:23px;height: 22px;float: left;background: url(../images/shzt_arb.png) no-repeat;cursor: pointer;display: none;}
.lunbo .arr .top:hover{
	filter: alpha(opacity=60); -moz-opacity: 0.6;opacity: 0.6;
}

.lunbo .arr .bottom{width:23px;height: 22px;float: right;background: url(../images/shzt_art.png) no-repeat;cursor: pointer;}
.lunbo .arr .bottom:hover{
	filter: alpha(opacity=60); -moz-opacity: 0.6;opacity: 0.6;
}
