.footer {
  display: flex;
  justify-content: center;
  background-image: url(../../image/bg/footer-small-bg.png);
  background-repeat: no-repeat;
  /* background-position: 100% 100%; */
  background-size: cover;
  color: #fff;
  font-size: 12px;
  margin-top: -2px;
  flex-direction: column;
  align-items:center;
}
.footer .footer-row {
  /* height: 220px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
}

.footer .padleft118 {
  padding-left: 118px;
}
.footer .mr112 {
  margin-left: 112px;
}
.footer .footer-info li{
  display: flex;
  justify-content: start;
  align-items: center;
  line-height: 54px;
}
.footer .code-info {
  display: flex;
}
.footer .code-info .code-wrap {
  display: flex;
  flex-direction: column;
  justify-self: start;
  align-items: center;
}
.footer .code-info .code-wrap span {
  margin-top: 16px;
}
.footer .code-info .code-wrap:first-child {
  margin-right: 30px;
}
.link_block {
  width: 20%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 16px;
  position: relative;
}
.link_row{
  display: none;
}
.link-btn {
  width: 100%;
  text-align: center;
  background: #5b5b5b;
  color: #fff;
  border: none;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.list-unstyled {
  display: none;
  padding: 9px 14px;
  position: absolute;
  left: -340px;
  bottom: 40px;
  z-index: 99;
  text-align: left;
  width: 900px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  border-radius: 6px;
  background-color: #fff;
}

.gov-ul {
  width: 1000px;
  left: -340px;
}

.list-unstyled>li {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.list-unstyled>li>a {
  color: #337ab7;
  font-size: 14px;
}

.trangle-icon {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 48%;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
}