.banner{
	width: 100%;
	height:572px;
}
.banner ul{
	position: relative;
	width: 100%;
	height:572px;
}
.banner ul li{
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height:572px;
	opacity: 0;
	display: none;
	background-position: center;
	background-size: auto 100%;
}
.bar{
	padding:15px 0;
}
.bar span{
	display: inline-block;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 3px solid #048cbe
}

.gallery-2 .gallery-wrapper{
	overflow:hidden; zoom:1;
}
.gallery-2  .gallery-slide {
	float: left;
	width:460px;
	height: 340px;
    text-align: center;
    font-size: 18px;
    background: #1b1b1b;
    cursor: pointer;
}
.gallery-2  img{
	height: 340px;
}
