/* footer */
footer {
  background: url(../img/footerBg.png) no-repeat center;
  background-size: cover;
}
footer .footContent {
  height: 144px;
  border-bottom: 1px solid #E2E2E2;
}
footer .footContent .logo {
  height: 28px;
}
footer .footContent ul {
  display: flex;
}
footer .footContent ul li {
  text-align: center;
  margin-left: 30px;
  cursor: pointer;
  position: relative;
}
footer .footContent ul li .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
}
footer .footContent ul li .icon i {
  font-size: 22px;
  color: #878787;
}
footer .footContent ul li p {
  line-height: 34px;
}
footer .footContent ul li:hover .icon i {
  color: #D32430;
}
footer .footContent ul li:hover p {
  color: #D32430;
}
footer .footContent ul li:hover .hoverShow {
  display: block;
}
footer .footContent ul li .hoverShow {
  width: 116px;
  height: 116px;
  background: #FFFFFF;
  padding: 8px;
  position: absolute;
  top: -130px;
  left: -30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: none;
}
footer .footContent ul li .hoverShow.tel {
  width: 240px;
  height: 74px;
  line-height: 74px;
  font-size: 32px;
  color: #666666;
  padding: 0;
  top: -88px;
  left: -90px;
}
footer .footContent ul li .hoverShow.tel::after {
  left: 114px;
}
footer .footContent ul li .hoverShow::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  background: #fff;
  bottom: 0px;
  left: 0;
  z-index: 10;
}
footer .footContent ul li .hoverShow::after {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  transform: rotate(45deg);
  bottom: -5px;
  left: 52px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
footer .bottom {
  padding: 20px 0;
  line-height: 24px;
}
footer .bottom img {
  height: 15px;
  margin-top: -2px;
}
footer .bottom span:last-child {
  padding-left: 40px;
}
footer .bottom a {
  margin-left: 8px;
}
footer .bottom a:hover {
  opacity: 0.6;
}
