@charset "utf-8";
/* CSS Document */
body{position:relative; margin:0px;padding:0px;width:100%;
height:100%;}
/* 清除浮动 */
.tl_clearfix {
	width: 100%;
	display: table;
    zoom:1; /* for ie6 & ie7 */
}
.tl_clear {
    height:0px;
    line-height:0px;
    font-size:0px;
    overflow:hidden;
    display:none;
    clear:both;
}

.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}


.bg{
	width:100%;
	height:100%;	
	z-index:-1;
	position:fixed;
	top:0px;
	left:0px;
	}

/*************************首页 轮播 开始*************************/
.ly_56 {
	position: absolute;
	overflow: hidden;
	border: 1px solid #ccc;
	width: 1300px;
	height: 752px;
	margin-right: 14px;
	left:50%;
	top:50%;
	margin-left:-650px;
	margin-top:-376px;
}
.ly_56 .ly_lbul {
	width: 100%;
	height: 752px;
	float: left;
}
.ly_56 .ly_lbul li {
	width: 1300px;
	height: 752px;
	text-align: left;
	float: left;
	position: relative;
}
.ly_56 .ly_lbul li a {
	display: block;
	width: 1300px;
	height: 752px;
}
.ly_56 .ly_lbul li a img {
	width: 100%;
	height: 100%;
}





/*<!--轮播结束-->*/
