@media screen and (max-width: 856px) {  
  .footer {display: none;}
}
.footer {
  position: relative;
  width: 100%;
  height: max-content;
  /* bottom: 0;
    left: 0; */
  z-index: 3;
  box-sizing: border-box;
}

.footer .groupBox {
  height: max-content;
  background-color: #051555;
}

.footer .group {
  width: 1200px !important;
  margin: auto;
  padding: 35px 0px;
}

.footer .footBox {
  background-color: #020f42;
}

.footer .foot {
  width: 1200px !important;
  margin: auto;
  padding: 20px 0px;
}

.footer .group .row {
  display: flex;
  justify-content: space-between;
}

.footer .group .row ul {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  color: #5a5a5a;
  font-weight: 400;
  font-family: Microsoft Yahei, latolight, Arial, Helvetica Neue, Helvetica, sans-serif;
  box-sizing: border-box;
  margin-bottom: 10px;
  list-style: none;
  padding-left: 16px;
  margin-top: 15px;
}

.footer .group .row .col {
  position: relative;
}

.footer .group .row h3 {
  box-sizing: border-box;
  font-family: inherit;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #fff;
  border-bottom: none;
  font-size: 15px;
  padding-left: 14px;
  padding-bottom: 0px;
  border-left: solid 2px #FFBD2E;
}

.footer .group .row h3 a {
  box-sizing: border-box;
  font-family: inherit;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #fff;
  border-bottom: none;
  font-size: 15px;
  padding-bottom: 0px;
}

.footer .group .row .li {
  line-height: 28px;
  font-family: Microsoft Yahei, latolight, Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style: none;
  appearance: none;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  font-size: 12px;
  color: #AEBAC4;
  font-weight: 500;
}

.footer .group .row a {
  line-height: 28px;
  font-family: Microsoft Yahei, latolight, Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style: none;
  appearance: none;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  font-size: 12px;
  color: #AEBAC4;
  font-weight: 500;
}

.footer .group .row a:hover {
  color: #FFBD2E;
  text-decoration: none;
}

.footer .group .row .li:hover {
  color: #FFBD2E;
}

.footer .weixin__container {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  color: #5a5a5a;
  font-weight: 400;
  font-family: Microsoft Yahei, latolight, Arial, Helvetica Neue, Helvetica, sans-serif;
  box-sizing: border-box;
  position: absolute;
  left: 14px;
  width: 144px;
  height: 150px;
  background-color: #fff;
  z-index: 1111;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  top: 165px;
  display: block;
}

.footer .weixin__container .code_img {
  width: 100px;
  height: 100px;
  margin: 10px auto 0;
  display: block;
}

.footer .weixin__container p {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
  font-family: Microsoft Yahei, latolight, Arial, Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  box-sizing: border-box;
  margin: 10px 0;
  color: #000f57;
}


.footer .foot .row {
  display: flex;
}

.footer .foot .left {
  display: block;
  flex: 0 0 180px;
}

.footer .foot .logo_bottom {
  width: 180px;
}

.footer .foot .rightBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.footer .foot .rightBox .right .imgRight {
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  margin-right: 4px;
  display: inline-block;
}

.footer .foot .rightBox .right .split {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.42857143;
  font-family: Microsoft Yahei, latolight, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  color: #AEBAC4;
  font-weight: 500;
  box-sizing: border-box;
  margin: 0 8px;
}

.footer .foot .right .li {
  line-height: 28px;
  font-family: Microsoft Yahei, latolight, Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style: none;
  appearance: none;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  font-size: 12px;
  color: #AEBAC4;
  font-weight: 500;
  display: inline-block;
}

.footer .foot .right a {
  line-height: 28px;
  font-family: Microsoft Yahei, latolight, Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style: none;
  appearance: none;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  font-size: 12px;
  color: #AEBAC4;
  font-weight: 500;
}

.footer .foot .right a:hover {
  color: #FFBD2E;
}