body {
  min-width: 1200px;
  background: none;
}

.middle {
  width: 1200px;
  margin: 0 auto;
}


.heaImg {
  height: 350px;
  background: url(../../images/iconMatrix/banner2.png) no-repeat top center;
  background-size: cover;
}

.loo {
  width: 1200px;
  margin: auto;
  padding-top: 20px;
  padding-left: 20px;
}


.nav {
  width: 100%;
  height: 70px;
  background: linear-gradient(0deg, #C9470D, #A91C02);
}

.nav .navlist {
  width: 1128px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.nav .navlist a {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 80px;
}

.nav .navlist a:hover {
  color: #29bdeb;
}

.footer-cn {
  height: 168px;
  display: flex;
  justify-content: center;
  background: #C20D04;
  font-size: 12px;
}

.footer-cn .zfzc {
  margin-top: 45px;
}

.footer-cn .zfzc img {
  width: 110px;
  height: 55px;
}

.footer-cn .friendLink {
  margin-top: 18px;
  padding: 0 38px 0 20px;
}

.footer-cn .friendLink .link {
  color: #ffffff;
}

.footer-cn .friendLink .link a {
  color: #ffffff;
}

.footer-cn .friendLink .link span {
  padding: 0 10px;
}

.footer-cn .friendLink .fl {
  text-align: center;
  color: #ffffff;
  line-height: 25px;
  margin-top: 5px;
}

.footer-cn .msg {
  margin-top: 35px;
}

/* 
@media screen and (max-width:768px) {

  body {
    min-width: 100%;
  }

  .loo {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .loo img {
    width: 50%;
  }

  .middle {
    width: 100%;
  }

  .nav {
    width: 100%;
    height: auto;
  }

  .nav .navlist {
    width: 100%;
    flex-wrap: wrap;
  }

  .nav .navlist li {
    margin: 0 20px 0 10px;
  }

  .nav .navlist a {
    font-size: 13px;
    line-height: 28px;
  }

  .footer-cn {
    height: auto;
  }

  .footer-cn .zfzc {
    display: none;
  }

  .footer-cn .msg {
    display: none;
  }
} */