.cn-footer {
  text-align: center;
  padding: 15px 0;
  background: #000000;
  color: #fff;
  /* position: absolute;
 bottom: 0; */
  width: 100%;
}
.cn-footer div {
  margin-top: 10px;
}
.cn-footer p {
  color: #01afff;
}
.cn-footer span:nth-child(2) {
  margin-left: 100px;
}
.cn-footer.position {
  position: absolute;
  bottom: 0;
}
.cn-footer-split {
  background-image: linear-gradient(rgba(0, 8, 30, 0.2), rgba(0, 8, 30, 0.5)), url("../img/fengjing_footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cn-footer-split .cn-footer-links {
  margin-top: 0;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.cn-footer-split .cn-footer-links .cn-footer-title {
  grid-column: 1 / -1;
  justify-self: start;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.cn-footer-split .cn-footer-links a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
  text-decoration: none;
  text-align: left;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
.cn-footer-split .cn-footer-links a:hover {
  color: #01afff;
}
.cn-footer-split .cn-footer-right {
  margin-top: 0;
  -webkit-box-flex: 0;
  padding-left: 30px;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  text-align: left;
}
@media (max-width: 768px) {
  .cn-footer-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cn-footer-split .cn-footer-right {
    text-align: center;
    margin-top: 16px;
  }
}
