* {margin:0px; padding:0px;}
body {text-align:left;font-family: "Microsoft YaHei","微软雅黑";}
table {border-collapse:collapse; border-spacing:0px; border:none;}
td {line-height:180%;font-size: 14px;}
li {list-style:none;}
a{color:#000000; text-decoration:none;font-size:12px;}
a img {border:none;}
.clearAll {clear:both;}

#list1{
	display: none;
}
.effectBox1{
	width:830px;/*effectBox1的宽度等于（li的宽度+li的空隙）×li的数量-li的空隙*/
	height: 340px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
}
.effectBox1 .itemList{
	width:10000px;
	position: absolute;
	top:0;
	left:0;
}
.effectBox1 .itemList li{
	width:200px;
	margin-right:10px;
	float:left;
	display: inline;

}
.effectBox1 .itemList li img{
	width:100%;
}

.effectBox1 .btnPrev{
	position: absolute;
	top:30px;
	left:0;
	display: block;
	text-indent: -9999px;
	height: 61px;
	width:31px;
	background: url('img/btnPrev1.png') no-repeat left bottom;
}
.effectBox1 .btnNext{
	position: absolute;
	top:30px;
	right:0;
	display: block;
	text-indent: -9999px;
	height: 61px;
	width:31px;
	background: url('img/btnNext1.png') no-repeat left bottom;
}
.effectBox1 li .title{
	font-size:15px;
	line-height: 200%;
}
.effectBox1 li .intro{
	font-size:14px;
	line-height: 160%;
	text-indent: 2em;
}
.effectBox1 .dotNav{
	margin-top:10px;
	margin-left:500px;
}
.effectBox1 .dotNav li{
	width:10px;
	height:10px;
	background:#ccc;
	float:left;
	display:inline;
	margin-right:5px;
	cursor:pointer;
}
.effectBox1 .dotNav li.curDot{
	background:#f00;
}





