#footer {
  /* min-width: 1300px; */
  min-width: 1200px;
  background: #292929;
  padding-top: 28px;
}

#footer .footer_content {
  width: 1100px;
  margin: 0 auto;
}

#footer .footer_content > div {
  float: left;
  width: 203px;
  text-align: left;
}

#footer .footer_content .hot_list {
  margin-left: 50px;
}

#footer .footer_content .contact_list {
  width: 228px;
}

#footer .footer_content .contact_list .ul li {
  margin-bottom: 14px;
}

#footer .footer_content .contact_list a {
  text-decoration: none !important;
}

#footer .footer_content .contact_list a.qq_group:hover {
  text-decoration: underline !important;
}

#footer .footer_content ul li:nth-child(1) {
  font-size: 14px;
  color: #d7d8d9;
  margin-bottom: 18px;
}

#footer .footer_content ul li {
  font-size: 12px;
  color: #9b9ea0;
  margin-bottom: 11px;
}

#footer .footer_content div ul li .host {
  position: relative;
  display: inline-block;
  right: -5px;
  top: -9px;
  width: 22px;
  height: 11px;
  background: url("../../home/img/header/new.gif") no-repeat;
}

#footer .footer_content ul li .links {
  color: #9b9ea0;
  text-decoration: none;
  display: inline-block;
}

#footer .footer_content ul li a {
  color: #9b9ea0;
  text-decoration: none;
  display: inline-block;
}

#footer .footer_content ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer .footer_content ul li .links i {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  position: relative;
}

#footer .footer_content ul li .links.qq_link {
  position: relative;
}

#footer .footer_content ul li .connect_links {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  position: relative;
}
#footer .footer_content ul li .connect_links .tips {
  width: 130px;
  height: 154px;
  background: #fff;
  position: absolute;
  padding: 0;
  -webkit-box-shadow: -1px 2px 20px 0px rgba(41, 41, 41, 0.2);
  box-shadow: -1px 2px 20px 0px rgba(41, 41, 41, 0.2);
  top: -176px;
  left: -47px;
  border-radius: 10px;
  display: none;
}
#footer .footer_content ul li .connect_links:hover .tips {
  display: block;
}
#footer .footer_content ul li .connect_links .tips span {
  font-size: 12px;
  color: #666666;
  display: block;
  text-align: center;
  margin: 14px 0 9px;
}
#footer .footer_content ul li .connect_links .tips img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
}
#footer .footer_content ul li .connect_links .tips em {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-top: 10px solid #fff;
  border-right: 7px solid transparent;
  position: absolute;
  left: 46%;
  bottom: -15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#footer .footer_content ul li .connect_links i {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
  background: url("../imgs/footer/wx.png") no-repeat;
}
#footer .footer_content ul li .connect_links:hover i {
  background: url("../imgs/footer/wx_h.png") no-repeat;
}
#footer .footer_content ul li .links i.qq {
  background: url("../imgs/footer/qq.png") no-repeat;
}

#footer .footer_content ul li .links i.qq:hover {
  background: url("../imgs/footer/qq_h.png") no-repeat;
}

#footer .footer_content ul li .links i.email {
  background: url("../imgs/footer/email.png") no-repeat;
}

#footer .footer_content ul li .links i.email:hover {
  background: url("../imgs/footer/email_h.png") no-repeat;
}

#footer .footer_content ul li .links i.phone {
  background: url("../imgs/footer/phone.png") no-repeat;
}

#footer .footer_content ul li .links i.phone:hover {
  background: url("../imgs/footer/phone_h.png") no-repeat;
}

#footer .footer_content ul li .links i:hover .contact_tips {
  display: block;
}

#footer .footer_content ul li .links.qq_link:hover .contact_tips {
  display: block;
}

#footer .footer_content ul li .links .contact_tips {
  display: none;
  position: absolute;
  top: -94px;
  left: -66px;
  width: 156px;
  height: 98px;
  background: url("../imgs/footer/tips.png") no-repeat;
  padding-left: 15px;
  font-style: normal;
}

#footer .footer_content ul li .links .contact_tips .tips_title {
  font-size: 14px;
  color: #333333;
  margin: 11px 0 3px;
}

#footer .footer_content ul li .links .contact_tips p {
  font-size: 12px;
  color: #666666;
}

#footer .footer_link {
  margin: 34px auto 16px;
  text-align: center;
  max-width: 1050px;
}

#footer .footer_link span.tips {
  font-size: 12px;
  color: #676767;
}

#footer .footer_link ul {
  display: inline-block;
}

#footer .footer_link ul li {
  display: inline-block;
  font-size: 12px;
  color: #676767;
  height: 13px;
  line-height: 13px;
  padding: 0 10px;
  border-right: 1px solid #3a3a3a;
}

#footer .footer_link ul li a {
  display: inline-block;
  font-size: 12px;
  color: #676767;
  text-decoration: none;
}

#footer .footer_link ul li:last-child {
  border-right: none !important;
}

.footer_link ul li:first-child {
  border-right: none !important;
  padding-right: 0 !important;
}

.footer_link ul li:nth-child(2) {
  padding-left: 0 !important;
}

#footer .footer_link p {
  font-size: 13px;
  color: #5a5959;
  margin-top: 5px;
  padding-bottom: 13px;
}

#footer .footer_link p a {
  color: #5a5959;
  text-decoration: none;
}

#footer .footer_explains {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #202020;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  color: #888888;
  margin-top: 8px;
}

#footer .footer_explains a {
  color: #888888;
  font-size: inherit;
  text-decoration: none;
}

#footer .footer_explains.beian {
  height: 31px;
  line-height: 30px;
  margin-top: 0;
}
