body{
	background: #f7f7f7;
}
.lb_banner img{
	display:block;
	width: 1200px;
}
.lb_title{
	width: 400px;
	float: left;
	font-size: 22px;
	color: #5a5a5a;
	line-height: 50px;
}
.lb_more{
	float: right;
	line-height: 50px;
}
.lb_more a{
	color: #ff5722;
}
.lb_more a:hover{
	color: #005bac;
}
.img_title{
	font-size: 16px;
	font-weight: bold;
	color: #5a5a5a;
	height: 55px;
}
.img_title:hover{
	color: #ff5722;
	text-decoration: underline;
}
.lb_img{
	width: 360px;
	padding:14px;
	height: 345px;
	border-radius: 5px;
	border:solid 1px #ccc;
	background: #fff;
	overflow: hidden;
	margin: 10px 5px;
	float: left;
}
.img_boxs{
	width: 360px;
	height: 220px;
	overflow: hidden;
}
.lb_img img{
	display: block;
	width: 360px;
	height: 220px;
	margin:auto;
	transition: all 1s;
}
.lb_img img:hover{
	transform:scale(1.2,1.2);
}
.lb_img_box{
	
}
.img_dz{
	font-size: 12px;
	color: #5a5a5a;
	padding-left: 20px;
	line-height: 20px;
	background: url(../img/lb_dz.jpg) no-repeat left center;
}
.img_time{
	font-size: 12px;
	color: #5a5a5a;
	line-height: 20px;
	padding-left: 20px;
	background: url(../img/lb_time.jpg) no-repeat left center;
}
/*banner轮播*/
.banner_box{
	width: 100%;
	margin:auto;
	overflow: hidden;
	position: relative;
}
#banner { 
	position: relative; 
	width: 100%; 
	overflow: hidden; 
	height: 500px;
	margin-bottom: 30px;
	left: 50%;
	margin-left: -600px;
}
#banner_list img { 
	border: 0px; 
}
#banner_bg { 
	position: absolute; 
	bottom: 0; 
	background-color: #000; 
	height: 30px; 
	filter: Alpha(Opacity=30); 
	opacity: 0.3; 
	z-index: 1000; 
	cursor: pointer; 
	width: 478px; 
}
#banner_info { 
	position: absolute; 
	bottom: 0; 
	left: 5px; 
	height: 22px; 
	color: #fff; 
	z-index: 1001; 
	cursor: pointer 
}
#banner_text { 
	position: absolute;
	width: 120px; 
	z-index: 1002; 
	right: 3px; 
	bottom: 3px; 
}
#banner ul { 
	position: absolute; 
	list-style-type: none; 
	filter: Alpha(Opacity=80); 
	opacity: 0.8; 
	z-index: 1002; 
	margin: 0; 
	padding: 0; 
	bottom: 3px; 
	left: 50%;
	margin-left: -40px; 
}
#banner ul li { 
	width: 30px;
	height: 4px;
	font-size: 0px;
	text-align: center;
	line-height: 18px; 
	float: left; 
	display: block; 
	color: #FFF; 
	background: #ff5722; 
	cursor: pointer; 
	border: 1px solid #333; 
	margin: 0 5px;
}
#banner ul li.on { 
	background-color: #000; 
}
#banner_list a {
	position: absolute; 
}
.lb_bopx{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.lb_bopx li,.lb_bopx .li{
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	padding: 0 20px;
}
.lb_bopx .bj{
	background: #ff5722;
	color: #fff;
}
.lb_bopx .li:hover{
	background: #ff5722;
	color: #fff;
}
/*加载更多*/
.more{
	height: 36px;
	width: 500px;
	margin: 20px auto 0;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #fff url(../img/down.png) no-repeat 290px 16px;
	border: solid 1px #ccc;
} 
.more-act{
	color:#fff!important; 
	background: #555a5f url(../img/down-act.png) no-repeat 290px 16px!important;
}
.inload{
	display: none;
	height: 36px;
	width: 500px;
	margin: 20px auto 0;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #f4ece3;
}
.inload-act{
	color:#0193dc!important; 
}
.liebiao_box{
	padding-bottom: 30px;
}