.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;
}

.rightBottomBoxConent .informPages h2{
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
}

.rightBottomBoxConent .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #8fb1e7;
	margin-right: 8px;
	opacity: 1;
}
.rightBottomBoxConent .swiper-pagination{
	top: -50px;
	left: 50%;
	width: 52%;
	height: 50px;
	line-height: 50px;
	margin-left: -26%;
	text-align: left;
}
.rightBottomBoxConent .swiper-pagination-bullet-active{
	background-color: #fff;
}




.moveBox{
	width: 320px;
	background: url(../img/bj-1.png) no-repeat;
	background-size: 100% 100%;
	padding: 15px 25px 40px;
	text-align: center;
}
.moveBox .moveBoxHead{
	position: relative;
}
.moveBox .moveBoxHead h2{
	font-size: 16px;
	text-align: center;
	margin: 5px 0 10px;
	color: #282828;
	padding: 0 20px;
	font-weight: bold;
}
.moveBox .moveBoxHead img{
	position: absolute;
	top: 20%;
	right: 0px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	cursor: pointer;
}
.moveBox .moveBoxConent{
	color: #3d4044;
	text-align: left;
}
.moveBox button{
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: #5687d5;
	border-radius: 5px;
	border: none;
	margin-top: 15px;
}
