body {
  min-width: 1200px;
  background: #fff !important;
}

.middle {
  width: 1200px;
  margin: 0 auto;
}


.heaImg {
  height: 350px;
  background: url(/cdht/xhtml/images/iconMatrix/banner2.png) no-repeat top center;
  background-size: cover;
}

.loo {
  width: 1200px;
  margin: auto;
  padding-top: 10px;
  padding-left: 20px;
}


.loo .loimg img{
  width:300px;
}

.nav {
  width: 100%;
  height: 70px;
  background: linear-gradient(0deg, #0d72c4, #0a5999);
}

.nav .navlist {
  width: 1200px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.nav .navlist li{
  width:100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.nav .navlist a {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 80px;
  height: auto;
}

.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;
    padding: 0px;
  }

  .loo img {
    width: 50%;
  }

  .middle {
    width: 100%;
  }
  .heaImg{
    width: 100%;
    height: 100px;
    max-width: 100%;
    display: block;
  }
  .loo .loimg img {
    width: 100px;
    float:left
}
  .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;
  }
}