@charset "utf-8";

* {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
.box {

	width:260px;
	height:200px;
	float:left;
	position:relative;
	overflow:hidden;

}
.box ul li {
	width:260px;
	height:200px;
	float:left;
	position:relative;
	overflow:hidden;
}
.dask {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0px;
	background-image: url(../images/bg1.png);
	position:absolute;
	top:-360px;
	left:0;
	text-align: center;
}
.dask p {
	color:#fff;
}
.dask a {
	text-decoration:none
}

