.footer {
    padding-top: 35px;
    padding-bottom: 38px;
    background: #202020;
   clear: both;
  }
  .footer .layout .logo {
    width: 419px;
    margin-right: 75px;
    float: left;
    margin-top: 38px;
  }
  .footer .layout .logo a {
    display: block;
  }
  .footer .layout .logo a img {
    width: 100%;
  }
  .footer .layout h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .footer .layout .contect {
    float: left;
    width: 585px;
    height: 175px;
    border-left: 1px solid #414141;
    border-right: 1px solid #414141;
    padding-top: 5px;
    padding-left: 100px;
    box-sizing: border-box;
  }
  .footer .layout .contect .contect-content {
    float: left !important;
      width:60%;
    margin-right: 8%;
    margin-top: 15px;
  }
  .footer .layout .contect .contect-content span {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
  }
  .footer .layout .contect .wx {
    float: left !important;
        width: 28%;
    text-align: center;
  }
  .footer .layout .contect .wx p {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .footer .layout .links {
    float: left;
    margin-left: 100px;
    padding-top: 20px;
  }
  .footer .layout .links p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
  }
  .footer .layout .links p a {
    font-size: 14px;
    color: #fff;
  }
  .footer .layout .links p a:hover {
    color: #89baf4;
  }
  .footer .links-content {
    display: inline-block;
    -webkit-transform: translateY(-0.08rem);
    -ms-transform: translateY(-0.08rem);
    transform: translateY(-0.08rem);
  }
  .footer .links-content .links-btn {
    width: 250px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border: 1px solid #414141;
    background-color: transparent;
    cursor: pointer;
    position: relative;
  }
  .footer .links-content .links-btn .left {
    padding-left: 10px;
  }
  .footer .links-content .links-btn img {
    margin-top: 15px;
    margin-right: 13px;
  }
  .footer .links-content .links-btn .links-item {
    position: absolute;
    top: 35px;
    left: -1px;
    width: 100%;
    max-height: 207px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom: none;
    overflow: auto;
    display: none;
  }
  .footer .links-content .links-btn .links-item a {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
  }
  .footer .links-content .links-btn .links-item a:hover {
    background: #f2f2f2;
    text-decoration: none;
  }
  @media screen and (max-width: 1620px){
    .footer .layout .logo {
        width: 26%;
        margin-right: 4.6%;
      }
      .footer .layout .contect {
        width: 36%;
        padding-left: 6%;
      }
      .footer .layout .contect .contect-content {
        margin-right: 4.6%;
      }
      .footer .layout .links {
        width: 25%;
        margin-left: 6%;
      }

  }
  @media screen and (max-width: 1350px) {
    .footer .layout .logo {
      width: 26%;
      margin-right: 3%;
    }
    .footer .layout .contect {
      width: 38%;
      padding-left: 4%;
    }
    .footer .layout .contect .contect-content {
      margin-right: 4%;
    }
    .footer .layout .links {
      width: 29%;
      margin-left: 4%;
    }
  }
  @media screen and (max-width: 1200px) {
    .footer .layout .logo {
      width: 26%;
      margin-right: 2%;
    }
    .footer .layout .contect {
      width: 38%;
      padding-left: 2%;
    }
    .footer .layout .contect .contect-content {
      margin-right: 2%;
    }
    .footer .layout .links {
      width: 32%;
      margin-left: 2%;
    }
  }
  @media screen and (max-width: 900px) {
    .footer {
      padding-top: 30px;
      padding-bottom: 35px;
    }
    .footer .layout {
      padding-left: 30%!important;
    }
    .footer .layout .logo {
      width: 100%;
      margin-right: 0%;
      margin-top: 0;
    }
    .footer .layout .logo a img {
      width: 300px;
    }
    .footer .layout .contect {
      width: 100%;
      padding-left: 0%;
      border: 0;
      margin-top: 25px;
      height: auto;
    }
    .footer .layout .contect .contect-content {
      margin-right: 2%;
    }
    .footer .layout .links {
      width: 100%;
      margin-left: 0%;
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 500px) {
    .footer .layout {
      padding-left: 5%!important;
    }
  }
  @media screen and (max-width: 340px) {
    .footer .layout {
      margin-left: 0%;
    }
  }
.list-ul,.news_list{
  padding-top:0px;
}