footer {
  width: 100%;
  background: #0d1f3c;
  background-size: 100% 100%;
  color: #fff;
}
footer .content {
  width: 100%;
  padding: 70px 7%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
footer .content .footer_left {
  padding-right: 5.2vw;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  width: 40%;
}
footer .content .footer_left .top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
footer .content .footer_left .top p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 26px;
}
footer .content .footer_left .top .logo {
  width: 8vw;
  vertical-align: text-bottom;
  margin-bottom: 10px;
}
footer .content .bottom {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}
footer .content .bottom .ewm {
  width: 5.5vw;
  height: 5.5vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5vw;
  margin-bottom: 15px;
}
footer .content .bottom .ewm img {
  width: 5vw;
  height: 5vw;
  vertical-align: text-bottom;
}
footer .content .bottom .other {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
footer .content .bottom .other .phone {
  width: 30px;
  vertical-align: text-bottom;
  height: 30px;
  margin-right: 10px;
}
footer .content .bottom .other .hot {
  font-size: 13px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.45);
}
footer .content .bottom .other .num {
  font-size: 28px;
  min-height: 74px;
}
footer .content .bottom .other .con {
  font-size: 14px;
  line-height: 20px;
  min-height: 74px;
}
footer .content .bottom .other .b {
  font-size: 14px;
  margin-top: 10px;
}
footer .content .bottom .other:nth-last-child(1) {
  margin-right: 0;
}
footer .footer_right {
  padding-left: 5.2vw;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: space-around;
}
footer .footer_right .title {
  font-size: 24px;
  margin-bottom: 30px;
}
footer .footer_right dl {
  margin: 0 0 0 0;
}
footer .footer_right dl dt {
  margin-bottom: 20px;
}
footer .footer_right dl dt a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
footer .footer_right dl dd {
  margin-bottom: 10px;
}
footer .footer_right dl dd a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  transition: color 0.3s;
}
footer .beian {
  display: flex;
  justify-content: space-between;
  padding: 35px 7%;
  box-sizing: border-box;
  text-align: center;
  color: rgba(255, 255, 255, 0.36);
  font-size: 12px;
}
footer .beian a {
  color: rgba(255, 255, 255, 0.36);
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  footer .content {
    padding: 30px 15px;
    flex-wrap: wrap;
  }
  footer .content .footer_left {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  footer .content .footer_left .top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  footer .content .footer_left .top .logo {
    width: 150px;
    margin-bottom: 15px;
  }
  footer .content .footer_left .top nav {
    flex-wrap: wrap;
  }
  footer .content .footer_left .top nav a {
    width: 25%;
    flex: none;
    margin-bottom: 5px;
  }
  footer .content .footer_left .bottom {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  footer .content .footer_left .bottom .ewm {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
  footer .content .footer_left .bottom .ewm img {
    width: 100px;
    height: 100px;
  }
  footer .content .footer_left .bottom .other {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .content .footer_left .bottom .other .phone {
    width: 35px;
  }
  footer .content .footer_left .bottom .other .hot {
    margin-top: 5px;
  }
  footer .content .footer_left .bottom .other .num,
  footer .content .footer_left .bottom .other .con {
    min-height: auto;
  }
  footer .content .footer_left .bottom .other b {
    margin-top: 5px;
  }
  footer .content .footer_right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  footer .content .footer_right .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  footer .content .footer_right .form input,
  footer .content .footer_right .form textarea {
    margin-bottom: 10px;
  }
  footer .beian {
    padding: 10px 15px;
    font-size: 12px;
  }
  footer .beian a {
    font-size: 12px;
  }
}
