* {
    margin: 0;
    padding: 0;
  }
  ul,
  li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
.footer {
    width: 100%;
    height: 260px;
    background: url("./../img/footerBgc.png") no-repeat;
    /* margin-top: 50px; */
  }
  .content {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    padding: 0px 20px;
  }
  .contTop {
    display: flex;
    height: 180px;
    width: 100%;
    border-bottom: 2px dotted #b6b6b6;
    padding: 20px 20px 0px;
  }
  .imgLeft,
  .imgRight {
    width: 115px;
    text-align: center;
  }
  .s_t {
    color: #b6b6b6;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .contCenter {
    width: 970px;
    display: flex;
  }
  .centerLeft {
    /* width: 324px; */
    height: 120px;
    border-left: 2px solid #b6b6b6;
    margin-left: 100px;
    display: flex;
  }
  .leftUl {
    padding: 10px 0px;
    margin-left: 80px;
  }
  .rightUl {
    padding: 10px 0px;
    margin-left: 80px;
    position: relative;
  }
  .concat {
    width: 180px;
    height: 35px;
    line-height: 38px;
    border: 1px solid #b6b6b6;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    text-align: center;
  }
  .qqImg {
    display: block;
    margin-top: 8px;
    width: 18px;
    height: 18px;
    margin-left: 42px;
  }
  .server {
    margin-left: 10px;
    color: #b6b6b6;
    font-size: 14px;
  }
  .leftLi,
  .rightLi {
    height: 25px;
    line-height: 14px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #b6b6b6;
  }
  .contBot {
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
  }
  .name {
    color: #b6b6b6;
  }
  .police {
    display: inline-block;
    width: 18px;
    height: 20px;
    margin: 8px 5px 0px 5px;
  }
  .beian {
    color: #2b86fd;
  }
  @media screen and (min-width: 768px){
    .footer .content{
      display: block;
    }
    .footer .content2{
      display: none;
    }

  }
  @media only screen and (max-width: 768px){
    .footer{
      height: auto;
      background-repeat: repeat;
    }
    .footer .content{
      display: none;
    }
    .footer .content2{
      width: 100%;
    }
    .footer .content2 .contTop{
      display: flex;
      justify-content: space-around;
      box-sizing: border-box;
      border: none;
      /*flex-direction: column;*/
    }
    .footer .content2 .contCenter{
      width: 100%;

      border-bottom: 2px dotted #b6b6b6;
    }
    .footer .content2 .centerLeft{
      margin-left: 20px;
      width: 100%;
      height: auto;
      border: none;
      display: block;
    }
    .footer .content2 .centerLeft .leftUl{
      margin-left: 15px;
      width: 100%;
    }
    .footer .content2 .centerLeft .leftUl .leftLi{
      height: auto;
      margin-bottom: 5px;
    }
    .footer .content2 .leftLi,.footer .content2 .rightLi{
      font-size: 12px;
      line-height: 14px;
    }
    .footer .content2 .rightUl{
      display: block;
      margin-left: 15px;
      width: 100%;
    }
    .footer .content2 .imgRight{

    }

  }
