/**底部**/
.wp-footer {
  /* margin-top: 60px; */
    background-color: #4C8CC3;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-footer2{
    background-color: #2c3135;
  }
  .wp-footer-dsj{
    background-color: #55B1FF;
  }
  .wp-footer-gjzj{
    background-color: #395899;
  }
  .wp-footer-hdjtdxjyz{
    background-color: #5E966B;
  }
  .wp-footer .wp-inner .footer span {
    margin: 0 3px;
    color: #fff;
    font-size: 14px;
  }
  
  .wp-footer .wp-inner .footer a {
    color: #fff;
    font-size: 14px;
    margin: 0 3px;
  }
  .wp-footer .wp-inner .foot p {
    line-height: 29px;
  }
  .wp-footer .wp-inner .footer a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .foot {
    padding: 0 40px;
    text-align: center;
    /* background: url(../images/footbg.png) left center no-repeat; */
  }
  .foot_left {
    background: none;
  }
  .foot_con {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .foot_con p{
    line-height: 30px;
  }
  .foot_conx {
    width: 100%;
    margin: 0 auto;
  }
  .wp-footer .wp-inner .foot .foot_conx p {
    line-height: 58px;
  }
  .copyright{
    margin-bottom: 20px;
  }
  @media (max-width:1080px) {
    .wp-footer  {
      /* display: none; */
      flex-direction: column;
    }
    .foot{
      padding: 0;
    }
    .foot p {
      margin: 0;
    }
}