.float {
  position: fixed;
  right: 0;
  top: 270px;
  z-index: 10;
}

@media (max-width: 1367px) {
  .float {
    top: 100px;
  }
}

@media (max-width: 1259px) {
  .float {
    display: none;
  }
}
.float ul li {
  margin-bottom: 1px;
  width: 85px;
  height: 85px;
  padding-top: 13px;
  text-align: center;
  background: #da2a2d;
  transition: .5s;
  cursor: pointer;
  position: relative;
}
.float ul li:first-child {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.float ul li:last-child {
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.float ul li h3 {
  color: #fff;
  padding-top: 35px;
  font-size: 14px;
}
.float ul li:hover {
  background: #bc2d2c;
}
.float ul li:hover .hover {
  display: block;
}
.float ul li .hover {
  width: 187px;
  position: absolute;
  top: 0;
  right: 70px;
  display: none;
}
.float ul li .hover i {
  display: block;
  float: right;
  width: 6px;
  height: 10px;
  margin-top: 35px;
}
.float ul li .hover .info {
  color: #fff;
  text-align: center;
  padding-top: 18px;
  float: right;
  width: 181px;
  padding-bottom: 12px;
  background: #bc2d2c;
}
.float ul li .hover .info .bt {
  font-size: 18px;
}
.float ul li .hover .info span {
  font-family: "DIN-Medium";
  font-size: 25px;
  margin-bottom: 10px;
  display: block;
}
.float ul li .hover .info p img {
  margin-right: 2px;
}
.float ul li .hover .info1 {
  color: #fff;
  text-align: center;
  float: right;
  width: 181px;
  padding: 30px 0;
  font-family: "DIN-Medium";
  background: #bc2d2c;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.float ul li .hover .info1 .bt {
  font-size: 18px;
}
.float ul li .hover .info1 span {
  font-family: "DIN-Medium";
  font-size: 20px;
}
.float ul li .hover .info1 p img {
  margin-right: 2px;
}
.float ul li .hover .info2 {
  color: #fff;
  text-align: center;
  padding-top: 24px;
  float: right;
  width: 181px;
  padding-bottom: 24px;
  background: #bc2d2c;
  border-radius: 10px;
}
.float ul li .hover .info2 .ewm {
  border: 1px solid #bc2d2c;
  padding: 2px;
  width: 128px;
  margin: 0 auto;
  overflow: hidden;
}
.float ul li .hover .info2 .ewm img {
  display: block;
}
.float ul li .hover .info2 p {
  margin-top: 5px;
}
.float ul .zixun h3 {
  background: url("../images/float-1.png") no-repeat top center;
}
.float ul .dianhua h3 {
  background: url("../images/float-2.png") no-repeat top center;
}
.float ul .qq h3 {
  background: url("../images/float-3.png") no-repeat top center;
}
.float ul .weixin h3 {
  background: url("../images/float-4.png") no-repeat top center;
}
.float ul .top a {
  background: url("../images/float-5.png") no-repeat top center;
  color: #da2a2d;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 12px;
  background: #fff;
  border-radius: 100%;
  line-height: 45px;
  font-family: arial;
}
