*{margin:0; padding:0; list-style:none;box-sizing: border-box;}
img{ border:0;  }

.float {
  position: fixed;

  right: 0px;
  bottom: 300px;
  width: 53px;
  z-index: 999;
}


.float-item, .float-item-1, .float-item-2, .float-item-3, .float-item-4, .float-item-5 {
  width: 50px;
  height: 50px;
 border-bottom: 1px solid  #fff;
  position: absolute;
  right: 0px;
}
.float-item > a, .float-item-1 > a, .float-item-2 > a, .float-item-3 > a, .float-item-4 > a, .float-item-5 > 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: 50px;
  height:50px;
  display: block;
  position: absolute;
  left: 0px;
  background-color: #3256a4;
  color: #FFFFFF;
  line-height: 24px;
  font-size: 12px;
  cursor: pointer;
  padding-top: 23px;
  
}
.float-item span,.float-item-1 span, .float-item-2 span, .float-item-3 span, .float-item-4 span, .float-item-5 span {width: 50px;text-align: center;display: block;  line-height: 30px;}
.float-item i, .float-item-1 i, .float-item-2 i, .float-item-3 i, .float-item-4 i, .float-item-5 i {
  float: left;
  width: 50px;
  height: 50px;
 	position: absolute;top: 5px;
 	left: 0;
 

}

.float-item:hover > a, .float-item-1:hover > a, .float-item-3:hover > a, .float-item-4:hover > a, .float-item-5:hover > a {
  background-color: #204187;
  -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;

}

.float-item-expand, .float-item-1, .float-item-4 {
  text-indent: 2px;
}
.float-item-expand > div, .float-item-1 > div, .float-item-4 > div ,.float-item-5 > div{
  display: none;
}

.float-item-slide, .float-item-2, .float-item-3{
  -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;
  overflow: hidden;
}
.float-item-slide > a, .float-item-2 > a, .float-item-3 > a {
/*  width: 140px;*/
}

.float-item-slide:hover, .float-item-2:hover, .float-item-3:hover {
/*  width: 140px;*/
  -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;
}

.float-item-1 {
  top: 0px;
}
.float-item-1 i {
  background:url(../image/f01.png) no-repeat top center;
}

.float-item-2 {
  top: 51px;
}
.float-item-2 i {
  background:url(../image/f02.png) no-repeat  center top;
}

.float-item-3 {
  top: 101px;
}
.float-item-3 i {
 background:url(../image/f02.png) no-repeat  center top;
}

.float-item-4 {
  top: 151px;
}
.float-item-4 i {
   background:url(../image/f02.png) no-repeat  center top;
}

.float-item-5 {
  top: 201px;
}
.float-item-5 i {
 background:url(../image/f05.png) no-repeat  center top;
}

.float-item-top {
  top: 251px;
}
.float-item-top i {
 background:url(../image/f05.png) no-repeat  center top;
}

.float-expand, .float-qq,  .float-wechat{
  position: absolute;
  top: 0px;
  left: -140px;
  height: 50px;
  width: 140px;
  padding: 5px 14px;
  background-color: #204187;
  border-right: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.float-wechat{top: -162px;}
.float-expand h5, .float-qq h5, .float-wechat h5 {
  font-size: 16px;
  padding: 20px 0;
  color: #fff;
  background: #204187;
}

.float-qq{display: none;background: #204187;}
.float-item-1:hover .float-expand{display: block;}
.float-item-4:hover .float-qq{display: block;}
.float-item-5:hover .float-qq{display: block;}
.qq-list{color: #FFFFFF;font-size: 12px;line-height: 20px;}

.float-item-4 > a.ph_qq{display: none;}

@media (max-width: 1024px) {	
.float-item-4:hover .float-qq{display: none;}
.float-item-4 > a.pc_qq{display: none;}
.float-item-4 > a.ph_qq{display: block;height: 100px;width: 60px;padding-top: 60px;background:#FFFFFF url(http://www.sinol.cn/img/f04.jpg) no-repeat center top;text-align: center;}
}