.footer {
  min-width: 1300px;
}

.footer_company {
  margin-top: 40px;

}

.footer_company a {
  font-size: 15px;
}

.footer_ul li a {
  font-size: 17px;
}

.footer_ul {
  position: relative;
  height: 70px;
}

.footer_ul_li-1 {
  position: absolute;
  left: 17%;
  top: 50%;
  transform: translateY(-50%);
}

.footer_ul_li-2 {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
}

.footer_ul_li-3 {
  position: absolute;
  left: 50%;
  transform: translateX(-51%);
}
.footer_ul_li-4 {
  position: absolute;
  left: 67%;
  top: 50%;
  transform: translateY(-50%);
}
.spot1 {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 3px 4px;
}
.spot1_text {
  padding: 0 5px;
}

/* 兼容平板尺寸 */
@media (max-width: 1200px) {
  .footer {
    min-width: unset;
  }
}

/* 手机屏幕尺寸兼容 */
@media (max-width: 768px) {
  /* .footer {
    min-width: unset;
  } */

  .mobile_clo {
    padding: 0 10px;
  }

  .mobile_clo-c {
    padding: 0;
  }

  .mobile_clo p,
  .mobile_clo-c p {
    font-size: 12px;
  }

  .footer_company a {
    font-size: 12px;
  }

  .logo_img {
    width: 100px;
  }

  .footer_ul {
    height: 26px;
  }

  .footer_ul li a {
    font-size: 12px;
  }

  .mobile_f {
    padding: 0 5px;
  }

  .list-inline-item:not(:last-child) {
    margin-right: 0;
  }

  .footer_ul_li-1 {
    left: 2%;
  }

  .footer_ul_li-2 {
    left: 19%;

  }
/* 
  .footer_ul_li-4 {
    left: 70%;
  } */

  .footer_company {
    margin-top: 20px;
  }

  .spot1 {
    margin: 0 1px 3px;
  }
  .spot1_text {
    padding: 0 1px;
  }

}