.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.sy-pts {
	width: 550px;
	height: 410px;
	margin: 30px auto;
}

.lunbo {
	width: 550px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.lunbo .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 12px;
	z-index: 1;
}

.lunbo .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.lunbo .hd ul li {
	width: 9px;
	height: 9px;
	margin-top: 5px;
	float: left;
	margin-right: 10px;
	background: url('/cms_files/filemanager/images/unitstyle/logo/tj_pic_10.png');
}

.lunbo .hd ul li.on {
	background: url('/cms_files/filemanager/images/unitstyle/logo/tj_pic_09.png');
}

.lunbo .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.lunbo .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 550px;
	height: 360px;
	position: relative;
}

.lunbo .bd img {
	width: auto;
	display: block;
}

.lunbo .bd a{
	display:block;
	height:360px;	
}

.lunbo .bd li .text {
	width: 550px;
	height: 50px;
	background-color: #EEEEEE;
	color: #333333;
	line-height: 50px;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 130px;
	z-index: 1;
	position: absolute;
	bottom: 0;
}

.next {
	width: 32px;
	height: 67px;
	position: absolute;
	z-index: 1;
	background: url('/cms_files/filemanager/images/unitstyle/logo/arrow-next.png') no-repeat center;
	background-size: contain;
	right: 0;
	bottom: 200px;
	cursor: pointer;
}

.prev {
	width: 32px;
	height: 67px;
	position: absolute;
	z-index: 1;
	background: url('/cms_files/filemanager/images/unitstyle/logo/arrow-prev.png') no-repeat center;
	background-size: contain;
	left: 0;
	bottom: 200px;
	cursor: pointer;
}

.hide-img img {
	display: block;
}