/**底部**/
.footer {
  padding-top: 40px;
  font-size: 13px;
  line-height: 20px;
  color: #848484;
  background-color: #ffffff;
}
.footer a {
  color: #3F4045;
}
.footer a:hover {
  color: #006AB6;
}
.footer .menu .menu-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #55acee;
}
.footer .menu .menu-li {
  max-width: 24%;
}
.footer .menu .contact-tit {
  flex-shrink: 0;
}
.footer .menu .a-box .a-li {
  position: relative;
  padding: 3px 0 3px 15px;
}
.footer .menu .a-box .a-li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin-top: 6px;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: #55acee;
}
.footer .menu .a-box .a {
  display: inline-block;
  vertical-align: top;
  transform: translateX(0);
  transition: all 0.3s;
}
.footer .menu .a-box .a:hover {
  transform: translateX(3px);
  text-decoration: underline;
}
.footer .fot-bot {
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 35px;
  line-height: 25px;
}
.footer .fot-bot .line {
  margin: 0 5px;
  font-style: normal;
}
.footer .fot-bot .color-main {
  color: #006AB6;
}
@media (max-width: 1000px) {
  .footer {
    padding-top: 66px;
  }
  .footer .menu .menu-li {
    max-width: 100%;
    width: 50%;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .footer .menu .a-box .a:hover {
    transform: translateX(0);
  }
  .footer .fot-bot {
    margin-top: 18px;
    padding-top: 16px;
    padding-bottom: 30px;
  }
  .footer .fot-bot .right-box {
    padding-top: 40px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer {
    background: #EFF8FF;
    padding-top: 10px;
  }
  .footer .menu .menu-title {
    margin-top: 10px;
    margin-bottom: 3px;
  }
  .footer .menu .menu-li {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .footer .fot-bot {
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 15px;
  }
  .footer .fot-bot .right-box {
    padding-top: 10px;
    width: 100%;
  }
}
