@charset 'utf-8';
/* 按钮 */
#footer {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  background: #fff;
}
#footer .box {
  overflow: hidden;
  display: inline-block;
}
#footer .nav {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid #e7e7e7;
  padding: 0 50px 10px;
  overflow: hidden;
}
#footer .nav ul li {
  float: left;
  position: relative;
}
#footer .nav ul li a {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
}
#footer .nav ul li a::after {
  color: rgba(255, 255, 255, 0.5);
  content: "|";
  font-size: 17px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 2px;
}
#footer .nav ul li a:hover {
  color: #f8a008;
}
#footer .nav ul li:last-child a::after {
  color: #969696;
  content: " ";
}
#footer .footer_bottom {
  text-align: center;
  padding-top: 30px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  color: #666666;
  font-weight: normal;
}
#footer .footer_bottom .beian a {
  color: #666;
  cursor: pointer;
}
#footer .footer_bottom .beian a i {
  display: inline-block;
  background: url(../images/img/beian.png) no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: -5px;
  margin-right: 5px;
}
