/* 尾部样式 */
.footer {
  width: 100%;
  height: 430px;
  background: #222222;
}
.footer-content {
  width: 1190px;
  margin: auto;
  padding-top: 40px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999999;
}
.about-content {
  line-height: 20px;
}
.footer-label {
  font-size: 16px;
  color: #ffffff;
}
.about-label {
  margin-bottom: 17px;
}
.contact-label {
  margin: 82px auto 30px;
}
.contact-item {
  line-height: 50px;
  margin-right: 112px;
  background-image: url('../images/index/footer_01.png');
  background-size: 50px 50px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-indent: 60px;
}
.contact-item:last-of-type {
  margin-right: 0;
}
.qq {
  background-image: url('../images/index/footer_02.png');
}
.phone {
  background-image: url('../images/index/footer_03.png');
}
.email {
  background-image: url('../images/index/footer_04.png');
}
.copyright {
  margin-top: 80px;
  text-align: center;
}

.copyright a {
  color: #999999;
}