.rightBottomBox{
	position: fixed;
	right: 20px;
	bottom:20px;
	width: 360px;
}
.rightBottomBox .rightBottomBoxHead{
	position: relative;
	height: 50px;
	line-height: 50px;
	background: url(../img/bj.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
}
.rightBottomBox .rightBottomBoxHead img{
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.rightBottomBox .rightBottomBoxHead span{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	width: 80%;
	margin: 0 auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.rightBottomBox .rightBottomBoxHead ul {
	display: inline-block;
	margin-left: 10px;
}
.rightBottomBox .rightBottomBoxHead ul li{
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	background-color: #8fb1e7;
	margin-right: 5px;
	cursor: pointer;
}
.rightBottomBox .rightBottomBoxHead ul li.active{
	background-color: #fff;
}
.rightBottomBoxConent{
	position: relative;
	width: 360px;
	height: 180px;
	text-align: left;
	padding-bottom: 15px;
	box-shadow: 0 3px 3px #eee;
	background-color: #fff;
}
.rightBottomBoxConent  .swiperBox{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.rightBottomBoxConent .informPages{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -170px;
	width: 340px;
	height: 156px;
	line-height: 22px;
	background-color: #f4f7fc;
	padding: 10px;
	overflow: hidden;
	border-top: 2px dashed #EBF1FE;
	border-bottom: 2px dashed #EBF1FE;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

