.footer_main {
  width: 100%;
  min-width: 1200px;
  height: 305px;
  background: url(../images/footer-bg.png);
  background-size: 100% 100%;
  overflow: hidden;
}
.footer_content {
  width: 1200px;
  height: 265px;
  margin: 40px auto 0;
  overflow: hidden;
}

.footer_content .content_top {
  height: 200px;
  width: 100%;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.footer_content .content_top .info {
  float: left;
  overflow: hidden;
  margin-top: 40px;
}
.footer_content .content_top .info .info_item {
  float: left;
  margin-right: 50px;
}
.footer_content .content_top .info .info_item li {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.footer_content .content_top .info .info_item li a {
  color: #fff;
}

.footer_content .content_top .ewm_main {
  float: right;
  width: 630px;
  overflow: hidden;
  /*border-left: 1px solid #fff;*/
  margin-top: -115px;
}
.footer_content .content_top .ewm_main li {
  float: right;
  width: 115px;
  margin-left: 40px;
  text-align: center;
}
.footer_content .content_top .ewm_main li img{
  width: 115px;
  height: 115px;
}
.footer_content .content_top .ewm_main li span {
  font-size: 14px;
  color: #ffffff;
}

.footer_content .content_bottom {
  height: 65px;
  width: 100%;
  text-align: center;
  line-height: 65px;
}
.footer_content .content_bottom span {
  color: #fff;
  height: 16px;
  overflow: hidden;
  font-size: 16px;
}
.footer_content .content_bottom span a {
  color: #fff;
}
