.footBox {
  padding: 40px 0 20px 0;
  background-color: #28292b;
  overflow: hidden;
  margin-top: 20px;
}

.foot .footTop {
  width: 200px;
  float: left;
}

.footBox .foot a:hover {
  color: #FF8500;
}

.foot .footTopRight {
  margin-top: 20px;
}

.foot .footTopRight>div {
  margin-right: 30px;
}

.foot .footTopRight>div img {
  width: 87px;
  height: 87px;
}

.foot .footTopRight p {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 25px;
  text-align: center;
}

.foot .footTop p {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}

.foot>div a, .foot .footContact span {
  line-height: 30px;
  color: #9a9a9a;
  display: block;
}

.foot>div a, .foot .footContact span i {
  margin-right: 10px;
}

.footBox .foot .footContact span>a {
  display: inline-block;
}

.footContent {
  clear: both;
  padding: 50px 0 20px 0;
}

.footContent>div {
  color: #9a9a9a;
  border-bottom: 1px solid #49494b;
  line-height: 30px;
}

.footContent>div a {
  display: inline-block;
  margin-left: 65px;
}

.footContent>div span {
  height: 60px;
  float: left;
}

.footContent .footContentTop {
  line-height: 50px;
}

.footContent .footContenBottom {
  display: none;
}

.footContent .footContenBottom>a {
  margin-left: 25px;
}

.footBottom>p {
  text-align: center;
  color: #838182;
  font-size: 14px;
  line-height: 25px;
}

.foot .bottomFlyBtn {
  position: absolute;
  right: 15%;
  top: 60px;
}

.foot .bottomFlyBtn a:hover {
  color: #fff;
}

.foot .bottomFlyBtn>i {
  color: #ffb566;
  position: absolute;
  left: 168px;
  top: -35px;
  font-size: 22px;
}

.foot .bottomFlyBtn>i:hover {
  color: red;
  cursor: pointer;
}