footer {
  background-color: #2861ad;
  padding: 72px 0;
}
footer .footer_top {
  padding-bottom: 30px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
footer .logo_footer {
  width: 347px;
  height: 54px;
}
footer .logo_footer img {

  height: 100%;
}
footer .footer_menuContent {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer_menuContent .menu_footer {
  flex: 1;
  padding: 0 24px 0 42px;
  display: flex;
  justify-content: space-between;
}
footer .footer_menuContent .menu_footer a {
  color: #d4dfef;
  font-size: 18px;
  margin: 0 5px;
}
footer .footer_menuContent .menu_footer a:hover {
  color: #fff;
}
footer .footer_menuContent .links_box {
  cursor: pointer;
  position: relative;
}
footer .footer_menuContent .links_box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
  top: 53px;
  left: 0;
}
footer .footer_menuContent .links_box:hover .hover_boxFooter {
  transform: translateX(-50%) scaleY(1);
}
footer .footer_menuContent .links_box .hover_boxFooter {
  position: absolute;
  left: 50%;
  padding-top: 15px;
  z-index: 4;
  min-width: 100%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  transition: linear 0.25s;
}
footer .footer_menuContent .links_box .hover_boxFooter .links_select a {
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 15px 20px;
  background-color: #fff;
  transition: linear 0.2s;
  font-size: 16px;
}
footer .footer_menuContent .links_box .hover_boxFooter .links_select a:hover {
  background-color: #eee;
}
footer .footer_menuContent .links_box .link_titile {
  display: flex;
  align-items: center;
}
footer .footer_menuContent .links_box .link_titile span {
  color: #fff;
  font-size: 16px;
  margin: 0 20px 0 6px;
}
footer .footer_menuContent .links_box .link_titile .diqiu {
  width: 24px;
  height: 24px;
}
footer .footer_menuContent .links_box .link_titile .bottom2 {
  max-width: 100%;
  max-height: 100%;
}
footer .footer_top {
  display: flex;
  align-items: ;
}
footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
footer .footer_bottom .fbottom_left .fbootom_web,
footer .footer_bottom .fbottom_left a {
  color: #94b0d6;
}
footer .footer_bottom .fbottom_left a {
  margin-top: 7px;
  display: block;
}
footer .footer_bottom .fbottom_right {
  display: flex;
  align-items: center;
}
footer .footer_bottom .fbottom_right .weChat {
  background-color: #7ea0ce;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
footer .footer_bottom .fbottom_right .weChat:hover .hover_code {
  display: block;
}
footer .footer_bottom .fbottom_right .weChat .hover_code {
  position: absolute;
  right: 100%;
  padding-right: 20px;
  z-index: 2;
  display: none;
}
footer .footer_bottom .fbottom_right .weChat .hover_code .codeImgBox {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
footer .footer_bottom .fbottom_right .weChat .hover_code .codeImgBox img {
  width: 100%;
  height: 100%;
}
footer .footer_bottom .fbottom_right .weChat img {
  width: 30px;
  height: 25px;
}
footer .footer_bottom .fbottom_right a {
  font-size: 16px;
  color: #94b0d6;
  display: inline-block;
  margin-right: 30px;
}
footer .footer_bottom .fbottom_right a:hover {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 30px 15px;
  }
  footer .logo_footer {
    width: auto;
    margin-bottom: 0px;
  }
footer .footer_menuContent{
display:none !important;
}
  footer .footer_top {
    flex-direction: column;
  }
  footer .footer_top .menu_footer {
    display: none !important;
  }
  footer .footer_bottom {
    flex-direction: column-reverse;
  }
  footer .footer_bottom .fbottom_left {
    margin-top:12px;
  }
  footer .footer_bottom .fbottom_left a {
    text-align: center;
  }
footer .footer_bottom .fbottom_right .weChat{
display:none !important;
}
footer .footer_bottom .fbottom_right a{
margin:0 10px !important;
}
footer .logo_footer img{
width:auto;
height:55px;
display:block;
margin:auto;
}
footer .logo_footer{
width:100% !important;
}


}
