﻿.footer_noon {
  background: #30343e;
  width: 100%;
  height: auto;
  /* margin-top: 40px; */
  padding: 40px 0 12px;
  /* border: 1px solid red; */
  /* max-width: 1200px; */
  margin: 0 auto;
}

.footer_content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  color: #fff;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* 新底部 */

.footer_content li {}

.f-content {
  width: 200px;
  text-align: left;
}

.f-content h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 28px;
  margin-top: 0;
}

.f-content a {
  display: block;
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 14px;
  text-align: left;
}

.f-content .f-f {
  display: flex;
}

.f-content .f-f a:nth-child(1) {
  margin-right: 24px;
}

.f-content .f-f a {}

/* 右边二维码 */
.f-right-code {
  height: 214px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  padding-left: 44px;
  border-left: 1px solid #666666;
}

.f-right-code .f-r-top {
  display: flex;
  justify-content: space-between;
}

.f-right-code .f-r-top .f-code {
  width: 100px;
  height: 100px;
}

.f-right-code .f-r-top div {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  align-items: center;
}

.f-right-code .f-r-top div img {
  width: 160px;
}

.f-right-code .f-r-top div h1 {

  font-size: 22px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  margin: 5px 0;
}

.f-right-code .f-r-top div h5 {
  margin: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}

.f-r-bottom {
  color: #999999;
  font-size: 14px;
}

.f-r-bottom div {
  margin-bottom: 14px;
  display: flex;
}




.footer_center h1 {
  margin-bottom: 2px;
}

.footer_center h5 {
  line-height: 24px;
  margin-bottom: 10px;
}

p.footer_center {
  color: #999;
  font-size: 12px;
}

.clear {
  clear: both;
}

/* 移动  底部*/
.footer-move {
  color: #fff;
  box-sizing: border-box;
}

.footer-move .m-title {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 14px 20px;
  border: 1px solid #6E7178;
  border-bottom: 0;
}

.footer-move .icon {
  font-size: 12px;
  transition: 0.2s;
  /* transform: rotate(90deg); */
}

.m-item {
  display: none;
  background-color: #272A2F;
  padding: 0;

}

.m-item li {
  border: 1px solid #6E7178;
  border-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.m-item li a {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  padding-left: 20px;
  color: #fff;
  font-size: 12px;
}

.footer-move .m-active {
  height: 100%;
  font-size: 20px;
}

.m-phone {
  width: 90%;
  color: #437ABE;
  background: #fff;
  margin: 20px auto;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-height: 48px;
  line-height: 48px;
  font-size: 20px;
}

.m-phone img {
  width: 30px;
  margin-right: 10px;
}


@media screen and (max-width: 992px) {
  .footer_noon {
    padding-top: 0;
  }

  .footer-column h5 {
    font-size: 20px;
  }

  p.footer_center {
    font-size: 16px;
  }

  .footer-column h5 a {
    font-size: 20px;
    z-index: 99;
  }

  .footer_link {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .footer-column h5 {
    font-size: 15px;

  }

  p.footer_center {
    font-size: 12px;
  }

  h2 {
    font-size: 15px ;
  }

  .footer-column h5 a {
    line-height: 15px;
    font-size: 15px;
  }
}