.footer {
    background: #f3f3f3;
    overflow: hidden;
    padding-bottom: 68px;
    margin: 68px auto 0 auto;
}

.footer .top {
    display: flex;
    justify-content: space-between;
    margin: 97px auto 89px auto;
    width: 1400px;
}

.footer .top .map {
  width: 657px;
  height: 308px;
}

.footer .top .map img {
  width: 318px;
  height: 308px;
}

.footer .top .yqlj {
  width: 168px;
  height: 240px;
  margin-top: 10px;
}

.footer .top .yqlj .title {
  width: 100%;
  height: 24px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}

.footer .top .yqlj .xian {
  width: 25px;
  height: 2px;
  background: #A0A0A0;
  border-radius: 1px;
  margin-bottom: 25px;
}

.footer .top .yqlj ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.footer .top .yqlj ul li a:hover {
  color: #1D2088;
}

.footer .top .yqlj ul li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.footer .top .yqlj .ewm {
  width: 112px;
  height: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.footer .bottom {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  opacity: 0.5;
}
.footer-xs {
  width: 100%;
  font-size: 10px;
  color: #838080;
  background: rgb(255, 255, 255);
  height: 30px;
  line-height: 30px;
  text-align: center;
}
