.footer {
  width: 100%;
  height: 390px;
}
.footer .foot-warp {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .foot-warp .footer-left {
  font-family: Ubuntu-Medium;
}
.footer .foot-warp .footer-left .logo {
  width: 339px;
  height: 44px;
  margin-bottom: 30px;
}
.footer .foot-warp .footer-left .logo img {
  width: 100%;
  height: 100%;
}
.footer .foot-warp .footer-left .logo_p {
  display: none;
}
.footer .foot-warp .footer-left .footer-info {
  font-size: 15px;
  color: #3C4C75;
  margin-bottom: 30px;
  cursor: default;
  font-family: Ubuntu-Regular;
}
.footer .foot-warp .navigation {
  padding-top: 15px;
  box-sizing: border-box;
  font-family: Ubuntu-Medium;
  width: 220px;
}
.footer .foot-warp .navigation .nav-title {
  font-size: 18px;
  color: #3C4C75;
  cursor: default;
}
.footer .foot-warp .navigation .nav-info {
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: Ubuntu-Regular;
}
.footer .foot-warp .navigation .nav-info .nav-item {
  margin-right: 30px;
  font-size: 15px;
  color: #3C4C75;
  margin-bottom: 25px;
  cursor: pointer;
}
.footer .foot-warp .right {
  width: 312px;
  padding-top: 15px;
  box-sizing: border-box;
  font-family: Ubuntu-Medium;
}
.footer .foot-warp .right .right-title {
  font-size: 18px;
  color: #3C4C75;
  cursor: default;
}
.footer .foot-warp .right .right-desc {
  font-size: 15px;
  line-height: 38px;
  color: #3C4C75;
  margin-top: 39px;
  cursor: default;
  font-family: Ubuntu-Regular;
}
.footer .foot-warp .right .right-ipt {
  margin-top: 25.12px;
  border-radius: 25px 25px 25px 25px;
  border: 1px solid #3C4C75;
  padding: 16.12px 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .foot-warp .right .right-ipt .form-control {
  padding: 0;
  border: none;
  height: auto;
  box-shadow: none;
  font-family: Ubuntu-Regular;
  font-size: 15px;
  color: #3C4C75;
}
.footer .foot-warp .right .right-ipt .submit {
  width: 22px;
  height: 17px;
  cursor: pointer;
}
.footer .foot-warp .right .right-ipt .submit img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.footer .foot-warp .right .right-ipt .submit_p {
  display: none;
}
.footer .foot-warp .right .icons {
  margin-top: 23.88px;
  display: flex;
  align-items: flex-end;
}
.footer .foot-warp .right .icons .icon-item {
  width: 28px;
  margin-right: 36px;
}
.footer .foot-warp .right .icons .icon-item img {
  width: 100%;
  height: 100%;
}
.footer .foot-warp .right .icons_p {
  display: none;
}
@media only screen and (max-width: 690px) {
  .footer {
    height: auto;
    background: #3C4C75;
  }
  .footer .foot-warp {
    width: 100%;
    flex-direction: column;
    padding: 17px 0;
    box-sizing: border-box;
  }
  .footer .foot-warp .footer-left {
    border-bottom: 1px solid #fff;
  }
  .footer .foot-warp .footer-left .logo {
    display: none;
  }
  .footer .foot-warp .footer-left .logo_p {
    display: block;
    width: 208px;
    height: 27px;
    margin-bottom: 21px;
  }
  .footer .foot-warp .footer-left .logo_p img {
    width: 100%;
    height: 100%;
  }
  .footer .foot-warp .footer-left .footer-info {
    color: #D3DFFF;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer .foot-warp .navigation {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .footer .foot-warp .navigation .nav-title {
    font-size: 16px;
    color: #fff;
    cursor: default;
  }
  .footer .foot-warp .navigation .nav-info {
    margin-top: 16px;
  }
  .footer .foot-warp .navigation .nav-info .nav-item {
    color: #D3DFFF;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer .foot-warp .right {
    width: 100%;
  }
  .footer .foot-warp .right .right-title {
    color: #fff;
    font-size: 16px;
  }
  .footer .foot-warp .right .right-desc {
    color: #D3DFFF;
    font-size: 14px;
    margin-top: 15px;
    line-height: 21px;
  }
  .footer .foot-warp .right .right-ipt {
    margin-top: 15px;
    border-radius: 19px;
    border: 1px solid #fff;
    padding: 14px;
    align-items: baseline;
  }
  .footer .foot-warp .right .right-ipt .form-control {
    background: #3C4C75;
    font-size: 12px;
    color: #fff;
  }
  .footer .foot-warp .right .right-ipt .submit {
    display: none;
  }
  .footer .foot-warp .right .right-ipt .submit_p {
    display: block;
    width: 11px;
    height: 9px;
    cursor: pointer;
  }
  .footer .foot-warp .right .right-ipt .submit_p img {
    width: 11px;
    height: 9px;
  }
  .footer .foot-warp .right .icons {
    display: none;
  }
  .footer .foot-warp .right .icons_p {
    margin-top: 15px;
    display: flex;
    align-items: baseline;
  }
  .footer .foot-warp .right .icons_p .icon-item {
    width: 18px;
    margin-right: 22px;
  }
  .footer .foot-warp .right .icons_p .icon-item img {
    width: 100%;
    height: 100%;
  }
}
