.footer {
  position: relative;
  width: 100%;
  min-width: 1680px;
  z-index: 10;
  height: 735px;
}
.footer .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.footer-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 735px;
  color: #fff;
  text-align: center;
}
.footer-content .footer-icon {
  width: 280px;
  height: 90px;
  margin: 0 auto;
  margin-top: 30px;
}
.footer-content .footer-icon > img {
  width: 280px;
}
.footer-content .title {
  position: relative;
  width: 112px;
  margin: 0 auto;
  margin-top: 30px;
}
.footer-content .title > img {
  width: 100%;
  margin-bottom: 4px;
}
.footer-content .title .word {
  position: absolute;
  width: 120px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  top: 0;
  left: 0;
  height: 22px;
  line-height: 20px;
  font-weight: bolder;
}
.footer-content .host {
  width: 1128px;
  margin: 0 auto;
  text-align: left;
  margin-top: 16px;
}
.footer-content .host .block {
  display: inline-block;
  position: relative;
}
.footer-content .host .cn {
  font-size: 16px;
  letter-spacing: 1px;
}
.footer-content .host .en {
  font-size: 12px;
  margin-top: 6px;
  color: #DEEAF2;
}
.footer-content .host .one {
  margin-right: 12px;
}
.footer-content .host .two {
  margin-right: 12px;
}
.footer-content .organized {
  width: 1128px;
  height: 120px;
  margin: 0 auto;
  text-align: left;
  margin-top: 16px;
}
.footer-content .organized .block {
  display: block;
  position: relative;
  height: 50px;
  float: left;
}
.footer-content .organized .cn {
  font-size: 16px;
  letter-spacing: 1px;
}
.footer-content .organized .en {
  font-size: 12px;
  margin-top: 6px;
  color: #DEEAF2;
}
.footer-content .organized .one {
  width: 388px;
  margin-right: 80px;
}
.footer-content .organized .two {
  margin-right: 80px;
}
.footer-content .organized .four {
  margin-top: 20px;
  margin-right: 70px;
}
.footer-content .organized .five {
  margin-top: 20px;
}
.footer-content .copyright {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 32px;
  text-align: center;
  background-color: #005BAA;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 2px;
}
