* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.b-box {
  box-sizing: border-box;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.align-items {
  align-items: center;
}
.space-around {
  justify-content: space-around;
}
.space-between {
  justify-content: space-between;
}
.justify-content {
  justify-content: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.auto {
  margin: 0 auto;
}
footer {
  overflow: hidden;
  height: 404px;
  background: url("../images/footer1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 65px;
}

footer .content {
  height: 404px;
  overflow: hidden;
  box-sizing: border-box;
}

footer .bottom {
  height: 53px;
}

footer .inner {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

footer .box {
  width: 100%;
  color: white;
}

footer .box .infos {
  margin: 69px 0 50px;
}

footer .box .infos .wrap {
  width: 100%;
}

footer .box .infos-item {
  flex: 1;
}

footer .box .infos .gh {
  margin-right: 116px;
}

footer .box .infos .names {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: white;
}

footer .box .infos .names .wb {
  font-size: 23px;
}

footer .box .infos .ercode {
  text-align: center;
  margin: 13px 0 5px;
}

footer .ms {
  font-size: 12px;
}

footer .kh img {
  width: 175px;
  height: 47px;
}

footer .box .infos .kl {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

footer .box .infos .tit {
  font-weight: 500;
  color: #e82b2f;
  font-size: 16px;
  margin-bottom: 23px;
  margin-top: 10px;
}

footer .box .infos .ul div {
  margin-bottom: 8px;
}

footer .box .infos .ul .cnt {
  width: 61px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

footer .box .infos .ul .cnt a {
  display: block;
  width: 100%;
  height: 100%;
}

footer .box .sime {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

footer .box .sime .ms {
  margin-right: 18px;
}

footer .box .sime img {
  display: block;
}

footer .box .sime .kh {
  position: absolute;
  right: 150px;
}

footer a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 12px;
}

footer .lists {
  width: 100%;
}

footer .lists .items-add {
  margin-left: 30px;
}

footer .lists .item .ct {
  flex: 1;
  text-align: center;
}

footer .lists .item .ct a {
  text-align: center;
  display: inline-block;
}
