footer {
  background: #023C81;
}

.footerIcon {
  padding-top: 90px;
  padding-bottom: 35px;
  background: #034390;
  width: 100%;
}

.footerIcon .container {
  display: flex;
  flex-wrap: wrap;
}

.footerIcon .item {
  width: 33.33333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerIcon .item h1 {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

.footerIcon .item h2 {
  width: 100%;
  margin: 0;
  color: #D6D6D6;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 20px;
  height: 72px;
  border-right: 1px solid #A1A1A1;
}

.footerIcon .item:last-child h2 {
  border-right: 0;
}

.footerNav {
  padding: 45px 0;
  border-bottom: 1px solid #B1B1B1;
  display: flex;
  justify-content: center;
}

.footerNav a {
  padding: 0 45px;
  color: #E8E8E8;
  font-size: 16px;
  line-height: 1;
  border-right: 1px dashed #BDBDBD;
}

.footerNav a:last-child {
  border-right: 0;
}

/* 备案 */
.footerbottom {
  border-top: 1px solid #D9D9D933;
  padding: 20px 0;
  width: 100%;
  color: #ffffff33;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.footerbottom a {
  color: #ffffff33;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 1440px) and (min-width:0px) {}

@media screen and (max-width: 1200px) and (min-width:0px) {}

@media screen and (max-width: 992px) and (min-width:0px) {
  .footerIcon .item h2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) and (min-width:0px) {
  .footerIcon .item {
    width: 100%;
    margin-bottom: 15px;
  }

  .footerIcon .item img {
    width: 60px;
  }

  .footerIcon .item h1 {
    margin-bottom: 0;
  }

  .footerIcon .item h2 {
    border-right: 0;
  }

  .footerNav {
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }

  .footerNav a {
    padding: 0 5px;
    color: #E8E8E8;
    font-size: 14px;
    line-height: 1;
    border-right: 0;
  }
}