.footer {
  width: 100%;
  height: 470px;
  background-color: #1A1F2A;
  box-sizing: border-box;
  padding: 2%;
  padding-top: 3%;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .footer_c {
  width: 88%;
  height: 100%;
}
.footer .footer_c .footer_top {
  width: 100%;
  height: 320px;
  border-bottom: 1px solid #2F343F;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.footer .footer_c .footer_top .footer_top_left {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}
.footer .footer_c .footer_top .footer_top_left .logo {
  width: 300px;
  height: 48px;
}
.footer .footer_c .footer_top .footer_top_left .logo img {
  width: 100%;
  height: auto;
}
.footer .footer_c .footer_top .footer_top_left .des {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.footer .footer_c .footer_top .footer_top_left .des p {
  margin-right: 40px;
  font-size: 15px;
  color: #BBBCBD;
}
.footer .footer_c .footer_top .footer_top_left .tel {
  width: 230px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #BBBCBD;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 2% 3%;
}
.footer .footer_c .footer_top .footer_top_left .tel .tel1 {
  margin-right: 15px;
  width: auto;
  padding-right: 15px;
  border-right: 1px solid #BBBCBD;
}
.footer .footer_c .footer_top .footer_top_left .tel .tel1 img {
  width: auto;
}
.footer .footer_c .footer_top .footer_top_left .tel p {
  color: #fff;
  font-size: 18px;
}
.footer .footer_c .footer_top .footer_top_left span {
  color: #BBBCBD;
  font-size: 14px;
  white-space: nowrap;
}
.footer .footer_c .footer_top .footer_top_right {
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 10%;
}
.footer .footer_c .footer_top .footer_top_right .footernav {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .footer_c .footer_top .footer_top_right .footernav ul {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer_c .footer_top .footer_top_right .footernav ul li {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
.footer .footer_c .footer_top .footer_top_right .footernav ul li a {
  font-size: 15px;
  color: #BBBCBD;
}
.footer .footer_c .footer_top .footer_top_right .footernav ul li p {
  font-size: 15px;
  color: #009e96;
}
.footer .footer_c .footer_top .footer_top_right .ewm {
  width: 137px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer_c .footer_top .footer_top_right .ewm .ewm1 {
  margin-bottom: 15px;
  width: 137px;
  height: 137px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.footer .footer_c .footer_top .footer_top_right .ewm .ewm1 img {
  width: 132px;
  height: 132px;
}
.footer .footer_c .footer_top .footer_top_right .ewm p {
  color: #fff;
  font-size: 16px;
}
.footer .footer_c .footer_bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_c .footer_bottom .footer_bottom1 {
  width: 50%;
  display: flex;
  align-items: center;
}
.footer .footer_c .footer_bottom .footer_bottom1 p {
  color: #BBBCBD;
  font-size: 14px;
}
.footer .footer_c .footer_bottom .footer_bottom2 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .footer_c .footer_bottom .footer_bottom2 a {
  margin-left: 20px;
  color: #BBBCBD;
  font-size: 14px;
}
.footer .footer_c .footer_bottom .footer_bottom2 .ga {
  margin-left: 20px;
  width: auto;
  display: flex;
  align-items: center;
}
.footer .footer_c .footer_bottom .footer_bottom2 .ga img {
  width: auto;
}
.footer .footer_c .footer_bottom .footer_bottom2 .ga a {
  margin-left: 10px;
}

/*# sourceMappingURL=footer.css.map */
