@CHARSET "utf-8";
/* S 意见反馈及返回顶部分块开始*/
.sug_back {
	width: 64px; 
	position: fixed;
	background-color: #fff;
	z-index: 999;
	right:5px;
	bottom: 80px;
/* 	border: 1px solid #e0e0e0; */
}

.sug_back ul li {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	overflow:hidden;
	background-color: #fff;
}

.sug_back ul li:hover a{
	color: #107de0;
}

.sug_back ul li a {
	display: block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}

.fix_icon_img{
	display:block;
	width:22px;
	height:22px;
	background:url("../img/fix_icon.png") no-repeat;
	background-position: 0px 0px;
	margin:0 auto;
	margin-top:10px;
}

.back_top_img{
	display:block;
	width:22px;
	height:22px;
	background:url("../img/fix_icon.png") no-repeat;
	background-position: -24px 0px;
	margin:0 auto;
	margin-top:10px;
}

.sug_back ul li:hover .fix_icon_img{
	background-position: 0px -22px;
}

.sug_back ul li:hover .back_top_img{
	background-position: -24px -22px;
}

.consultation_text{
	display:block;
	width:64px;
	height:30px;
	line-height:30px;
}

.back_top_text{
	display:block;
	width:64px;
	height:30px;
	line-height:30px;
}

.sug_back ul .back_top {
	width: 64px;
/* 	border-top: 1px solid #ddd; */
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	display: none;
}


/* E 意见反馈及返回顶部分块结束*/