footer {
  height: 240px;
  background: #0b54a2;
}
/* 友情链接 */
.friendlink {
  box-sizing: border-box;
  background: #0c4a8d;
}

.friendlink-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 63px;
}

.friendlink-list > li {
  width: 164px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.friendlink-list > li:last-child {
  margin-right: 0;
}

.friendlink-list li a {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.friendlink-list li a:hover {
  color: #0B54A2;
}

.friendlink-item{
  cursor: pointer;
}

.friendlink-item span {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  text-indent: 28px;
}

.friendlink-item span::after {
  content: "";
  margin-left: 12px;
  width: 12px;
  height: 36px;
  display: inline-block;
  background: url(../images/link_down.png) no-repeat center;
  transition: all 0.3s;
}

.friendlink-item:hover span::after {
  transform: rotate(-180deg);
  /* transform-origin: 60% 20%; */
}

.subfriendlink-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fafafa;
  position: absolute;
  bottom: 100%;
  z-index: 9999;
  box-sizing: border-box;
  left: 0;
  padding: 10px;
  display: none;
}

.subfriendlink-item {
  padding: 5px 10px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  width: auto;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

/* 底部链接 */

.bottom {
  font-size: 14px;
  color: #fff;
}

.about {
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 22px 0 14px;
  border-bottom: 1px solid #d8d8d8;
}

.about a {
  margin: 0 10px;
  color: #fff;
}

.about a:first-child {
  margin-left: 0;
}

.copyright {
  box-sizing: border-box;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 121px;
}

.copyright a {
  color: #fff;
}

.copy_fl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.copy_fl span,
.copy_fl a {
  margin-right: 35px;
}

.copy_fr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gwab {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.zfjc {
  margin-right: 50px;
}

.zfjc img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .copy_fl span,
  .copy_fl a {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 996px) {
  footer {
    height: auto;
  }
  .friendlink {
    display: none;
  }
  .about{
    justify-content: center;
  }
  .copyright {
    padding: 10px 0;
    height: auto;
  }
  .copy_fl{
    align-items: center;
    line-height: 24px;
    text-align: center;
  }
  .copy_fr{
    margin-top: 10px;
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  /* footer {
      height: 4rem;
    }

    .bottom {
      font-size: .14rem;
    }
    
    .about {
      padding: .22rem 0 .14rem;
      border-bottom: .01rem solid #D8D8D8;
    }
    
    .about a {
      margin: 0 .1rem;
    }
    
    .copyright {
      padding: .2rem 0;
      height: 1.21rem;
    }
    
    .copy_fl span,
    .copy_fl a {
      margin-right: .35rem;
    }
    
    .gwab {
      width: .2rem;
      height: .2rem;
    }
    
    .zfjc {
      margin-right: .5rem;
      width: 1.1rem;
      height: .55rem;
    } */
}

@media only screen and (max-width: 616px) {
  .zfjc {
    margin-right: 30px;
}
}
