/* 右侧边 */
.cebianlan{
	width: 92px;
	position: fixed;
	top: 70%;
	right: 1%;
	z-index: 999;
	cursor: pointer;
}
#wenda{
	width: 100%;
	height: 93px;
	background-color: #fff;
    border:1px solid #eee;
}
#wenda:hover{
	background-color: #0280e0;
}
#wenda a{
	display: block;
	padding-top: 53px;
	text-align: center;
	color: #0280e0;
	line-height: 40px;
	font-size: 14px;
	background: url(zhineng1.png) no-repeat center 10px;
}
#wenda a:hover{
	color: #fff;
	background: url(zhineng2.png) no-repeat center 10px;
}
#tototop{
	width: 100%;
	display: none;
	margin-top: 5px;
    background-color: #0280e0;
}
#tototop a{
	padding-top: 50px;
	width: 92px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: url(fanhui.png) no-repeat center 10px;
	display: block;
	font-size: 14px;
}