.footer-box {
  margin-top: 24px;
}
.footer-box .out-links-label {
  box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  padding: 8px;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.footer-box .out-links-label img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.footer-box .out-links-label .out-links-list {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  background: #fff;
  overflow: auto;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.footer-box .out-links-label .out-links-list > a {
  display: block;
  padding: 8px;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
}
.footer-box .out-links-label .out-links-list.active {
  max-height: 160px;
  box-shadow: 3px 8px 10px 1px rgba(0, 0, 0, 0.54);
}
.footer-box .footer-infos {
  background: #084fbe;
  color: #fff;
}
.footer-box .footer-infos .top {
  padding: 40px 0;
}
.footer-box .footer-infos .top .intro {
  text-align: right;
  font-size: 20px;
}
.footer-box .footer-infos .top .intro > div {
  margin-bottom: 4px;
}
.footer-box .footer-infos .img-public-security {
  width: 40px;
  margin-right: 40px;
}
.footer-box .footer-infos .img-party {
  width: 56px;
}
.footer-box .footer-infos .img-qrcode {
  width: 85px;
  height: 85px;
  margin-left: 16px;
}
.footer-box .footer-infos .bottom {
  background: #033b93;
  padding: 20px 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .footer-box .footer-infos .top .right {
    margin-top: 24px;
  }
}
.out_links .out_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.out_links .out_box .drop-down {
  height: 40px;
  position: relative;
}
.out_links .out_box .drop-down .tag {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.out_links .out_box .drop-down .tag img {
  width: 24px;
  margin-left: 10px;
}
.out_links .out_box .drop-lists {
  position: absolute;
  width: 100%;
  top: 39px;
  left: 0px;
  border: 1px solid #eee;
  max-height: 120px;
  overflow: auto;
  display: none;
  z-index: 9;
  background: #fff;
}
.out_links .out_box .drop-lists li {
  height: 36px;
  line-height: 36px;
  width: 100%;
}
.out_links .out_box .drop-lists a {
  display: block;
  line-height: 36px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 12px;
  cursor: pointer;
}
.out_links .out_box .drop-lists a:hover {
  background: #eee;
}
.out_links .out_box .drop-groups2 {
  position: relative;
}
.out_links .out_box .drop-groups2 .drop-down {
  position: initial;
}

.page_bottom {
  width: 100%;
}
.page_bottom .bottom1 {
  height: 184px;
  background: #084fbe;
  display: flex;
  align-items: center;
}
.page_bottom .bottom1 .bottom1_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: -0.28px;
  font-size: 20px;
}
.page_bottom .bottom1 .bottom1_left {
  display: flex;
  align-items: center;
}
.page_bottom .bottom1 .bottom1_left .bottom1_img {
  width: 40px;
  margin-right: 54px;
}
.page_bottom .bottom1 .bottom1_left .bottom2_img {
  width: 56px;
}
.page_bottom .bottom1 .bottom1_right {
  display: flex;
  align-items: center;
}
.page_bottom .bottom1 .bottom1_right .intro {
  text-align: right;
}
.page_bottom .bottom1 .bottom1_right .intro .sub {
  font-size: 14px;
}
.page_bottom .bottom1 .bottom1_right img {
  height: 85px;
  width: 85px;
  margin-left: 16px;
}
.page_bottom .bottom2 {
  height: 78px;
  background: #033b93;
}
.page_bottom .bottom2 .ml94 {
  margin-left: 94px;
}
.page_bottom .bottom2 .ml24 {
  margin-left: 24px;
}