
/* 必要布局样式css */
/*幻灯片 4个标题 蓝色头部样式*/
/*
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/
.floor-side-right {
	
	width:580;height:258px;margin-top:8px;
}
.floor-side-list {
	position: relative;
	height: 50px;
	padding-top: 0px;
}
.floor-side-list ul {
	line-height: 32px;
	overflow: hidden;
	height: 32px;
}
.floor-side-list ul li {
	position: relative;
	float: left;
	width: 140px;
	height: 30px;	
	left: 5px;
	margin-right: 5px;
	border-bottom: 2px solid transparent;
	font-size: 15px;
	letter-spacing: 1px;
	cursor: pointer;
	background-color: #dae7fa;
	text-align: center;
}
.floor-side-list ul li a{
	color: #0b4baa;
}
/*
.floor-side-list ul li:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	content: '';	
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	
}
*/
/*
.floor-side-list ul .on:after a{
	
	color: #ffffff;
		background-color: #0b4baa;
}
*/
.floor-side-list ul  .on  {
	width: 140px;
	height: 30px;	
	background-color: #0b4baa;
}

.floor-side-list ul  .on a{
	
	color: #ffffff;
}

.floor-side-body ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
