<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
  width: 100%;
}

.banner {
  width: 100%;
}

.banner-image {
  width: 100%;
}

.footer {
  width: 100%;
  height: 168px;
  background-image: url(/pub/cpcec/images/djxx/foot_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.footer .main {
  width: 100%;
  margin: 0 auto;
}
.footer div p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: white;
  margin: 0;
}

@media(max-width:1200px) {
  .footer {
    width: 100%;
    height: 100px;
  }
  .footer div p {
    font-size: 11px;
    margin: 0;
  }
}
</pre></body></html>