.footer1 {
  background: #1A1A1A;
  padding-top: 100px;
  padding-bottom: 60px;
}

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

.footer1 .item {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.footer1 .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 75px;
  background: #A1A1A1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer1 .item:last-child:after {
  display: none;
}

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

.footer1 .item p {
  color: #A1A1A1;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0;
}

.footer2 {
  background: #212121;
  padding: 60px 0;
  border-bottom: 1px solid #3E3E3E;
}

.footer2 .container {
  display: flex;
  justify-content: space-between;
}

.footer2 .left {
  display: flex;
  align-items: center;
}

.footer2 .left a {
  color: #A1A1A1;
  font-size: 16px;
  line-height: 1;
  padding: 0 50px;
  border-right: 1px dashed #818181;
}

.footer2 .left a:first-child {
  padding-left: 0;
}

.footer2 .left a:last-child {
  padding-right: 0;
  border-right: 0;
}

.footer2 .right {
  display: flex;
  align-items: center;
}

.footer2 .right .icon {
  margin: 0 15px;
  position: relative;
}

.footer2 .right .icon:hover .erji {
  display: block;
}

.footer2 .right .icon .erji {
  display: none;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
}

.footer2 .right .icon .erji img {
  width: 100%;
}

.footer2 .right .dianhua {
  margin-left: 75px;
  display: flex;
  align-items: center;
}

.footer2 .right .dianhua span {
  color: #565656;
  font-size: 14px;
}

.footer2 .right .dianhua p {
  color: #E3E3E3;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
}

/* 备案 */
.footerbottom {
  background: #222;
  color: #5A5A5A;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 15px 0;
}

.footerbottom a {
  color: #5A5A5A;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 1440px) and (min-width:0px) {
  .footer2 .left a {
    padding: 0 30px;
  }

  .footer2 .right .dianhua {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1200px) and (min-width:0px) {
  .footer2 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer2 .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer2 .right {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

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

@media screen and (max-width: 640px) and (min-width:0px) {
  .footer1 {
    padding: 45px 0;
  }

  .footer1 .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer1 .item:last-child {
    margin-bottom: 0;
  }

  .footer1 .item::after {
    display: none;
  }

  .footer1 .item h1 {
    margin: 15px 0;
  }

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

  .footer2 .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer2 .left a {
    padding: 0 !important;
    text-align: center;
    margin: 10px 0;
  }

  .footer2 .left a:nth-child(1),
  .footer2 .left a:nth-child(2) {
    width: 50%;
  }

  .footer2 .left a:nth-child(2) {
    border-right: 0;
  }

  .footer2 .left a:nth-child(3),
  .footer2 .left a:nth-child(4),
  .footer2 .left a:nth-child(5) {
    width: 33.3333%;
  }

  .footer2 .right .dianhua {
    margin: 0;
    margin-top: 30px;
  }
}