footer {
  width: 100%;
  background-color: #B81119;
}
footer .footer .link {
  padding: 25px 0;
  box-sizing: border-box;
}
footer .footer .link img {
  width: 24px;
  vertical-align: middle;
}
footer .footer .link span {
  font-size: 14px;
  color: #fff;
}
footer .footer .link a {
  color: #fff;
  opacity: 0.71;
}
footer .footer .link .line {
  opacity: 0.71;
  margin: 0 5px;
}
footer .footer .xian {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.18;
}
footer .footer .con {
  overflow: hidden;
  padding: 70px 0;
  box-sizing: border-box;
}
footer .footer .con .f_logo {
  width: 20%;
  padding-right: 5%;
  box-sizing: border-box;
  float: left;
}
footer .footer .con .f_logo img {
  width: 100%;
  vertical-align: text-bottom;
}
footer .footer .con ul {
  padding: 0 5%;
  box-sizing: border-box;
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  float: left;
}
footer .footer .con ul li {
  width: 32%;
  text-align: center;
  margin-right: 2%;
  line-height: 36px;
}
footer .footer .con ul li a {
  color: #fff;
  font-size: 16px;
}
footer .footer .con ul li:nth-child(3n) {
  margin-right: 0;
}
footer .footer .con .phone {
  width: 35%;
  padding: 0 5%;
  box-sizing: border-box;
  float: left;
  color: #fff;
}
footer .footer .con .phone a {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
footer .footer .con .phone p:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
}
footer .footer .con .phone p:nth-child(3) {
  font-size: 14px;
  line-height: 24px;
}
footer .footer .con .ewm {
  padding-left: 5%;
  box-sizing: border-box;
  float: right;
}
footer .footer .con .ewm .img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
footer .footer .con .ewm .img img {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-left: 10px;
}
footer .footer .con .ewm p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}
footer .footer .con .line {
  float: left;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.41);
}
@media only screen and (max-width: 768px) {
  footer .footer .link {
    padding: 20px 2%;
  }
  footer .footer .link img {
    width: 18px;
  }
  footer .footer .link span {
    font-size: 12px;
  }
  footer .footer .link a {
    font-size: 14px;
  }
  footer .footer .con {
    padding: 30px 0;
  }
  footer .footer .con .f_logo,
  footer .footer .con .line {
    display: none;
  }
  footer .footer .con .phone,
  footer .footer .con ul,
  footer .footer .con .ewm {
    float: none;
    width: 100%;
    padding: 0 2%;
  }
  footer .footer .con .phone {
    padding: 0 5%;
    margin: 20px 0;
    text-align: center;
  }
  footer .footer .con .phone a {
    font-size: 24px;
  }
  footer .footer .con .ewm {
    margin-top: 10px;
  }
  footer .footer .con .ewm .img {
    margin: auto;
  }
  footer .footer .con ul li a {
    font-size: 14px;
  }
}
