@charset "utf-8";
/* CSS Document */

ul{padding:0;margin:0;list-style:none;}
a{text-decoration:none;}
/* box */
.box{width:980px;height:390px;border:0px;margin:0 auto;background:url(../images/wood.jpg) repeat center;position:relative;}
.b1,.b2,.b3{position:absolute;overflow:hidden;}
.b1{width:540px;height:390px;top:0;left:0;}
.b2,.b3{width:270px;height:195px;right:0;}
.b2{top:0;}
.b3{top:195px;}
.lst{width:2000em;position:absolute;}
.lst li{float:left;}
.lst1 li{width:540px;height:390px;}
.lst2 li,.lst3 li{width:270px;height:195px;}
.lst3 li{float:none;}
.lst img{width:100%;}
.cen{
	width:150px;
	height:370px;
	padding:10px;
	background:rgba(0,0,0,.4);
	position:absolute;
	top:0px;
	left:540px;
}
.cenTit{padding-bottom:5px;border-bottom:1px solid #aaa;font-size:18px;color:#eee;font-weight:normal;}
.wrd{padding-top:5px;border-top:1px solid #;font-size:14px;line-height:20px;color:#e1e1e1;}
.wrd a{font-size:12px;color:#f60;}
.cen1{
	width:228px;
	height:22px;
	background:rgba(0,0,0,.6);
	color:#fff;
	line-height:22px;
	text-align:center;
	position:absolute;
	top:172px;
	right:0;
}
.arr{display:inline-block;width:51px;height:45px;background:url(../images/arr.png) no-repeat;cursor:pointer;position:absolute;bottom:10px;z-index:9;}
.lef{
	background-position:0 0;
	left:540px;
}
.rig{
	background-position:-52px 0;
	right:269px;
}
