html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.float {
  position: fixed;
  top: 50%;
  right: 10px;
  margin-top: -1px;
  width: 53px;
  z-index: 1000;
}
@media screen and (max-width: 1000px) {
  .float {
    display: none;
  }
}

.float-item {
	width: 150px;
	height: 80px;
	/*  border-bottom: 1px solid #008fd5;
*/  position: absolute;
	right: 0px;
	background-color: #008fe4;
	text-align: center;
	padding-top: 5px;
}
.float-item a{
	color: #fff;
	line-height: 23px;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;	
	}
.float-item a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

/*
.float-item a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  width: 200px;
  height: 53px;
  display: block;
  position: absolute;
  left: 0px;
  background-color: #01651d;
  color: #fff;
  line-height: 53px;
  font-size: 16px;
  cursor: pointer;
}*/



ul{list-style:none;padding:0px; margin:0px;}