#scrolltop {display: none;}
.float_btn {
	width: 37px;
	height: 37px;
	z-index: 100;
	position: fixed;
	bottom: 50px;
	right: 10px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color:#026b1e;text-align: center;font-size:20px;color:#fff;cursor: pointer;
}
.float_top {
	width: 37px;
	height: 37px;
	line-height: 34px;
	z-index: 100;
	position: fixed;
	bottom: 50px;
	right: 10px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color:#0e90d2;text-align: center;font-size:20px;color:#fff;cursor: pointer;
}
.float_back {
	width: 37px;
	height: 37px;
	z-index: 100;
	position: fixed;
	bottom: 50px;
	right: 10px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color:#026b1e;text-align: center;font-size:20px;color:#fff;cursor: pointer;
}
.float_pingtai {position:fixed;left:0;top:0;width:100%;z-index: 2;background-color:rgba(0,0,0,0.5);height: calc(100vh - 1px);display: none;}
.float_pingtai_body {width:70%;margin:20% auto 0 auto;background:#fff;position: relative;border-radius: 10px;}
.float_pingtai_body ul li{text-align: center;float:left;width:33.33%;height:2.6rem;line-height: 2.6rem;}
.float_pingtai_body ul a{font-size:.8rem;padding:.6rem 0 ;}
.float_pingtai_body ul .no_hover a{color:#333;}
.float_pingtai_body ul .is_hover {color:#333;}
.float_pingtai_body ul .is_hover a{color:#026b1e;background:url('http://www.ihwrm.com/public/image/menu_bottom_bg.gif') no-repeat 0 bottom;}
.float_pingtai_body {
	z-index: 100;
	position: fixed;
	bottom:100px;
	right:60px;
}
.float_pingtai_body .jiantou  {
	position:absolute;right:-25px;bottom:8px;
	width: 0;
	height: 0;
	border-width:14px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	transform: rotate(180deg); /*顺时针旋转90°*/
}