* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}
body {
  font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
}
ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
.clear {
  clear: both;
}
a {
  color: #333;
}
a:hover {
  opacity: 80%;
  text-decoration: none;
}
em {
  font-style: normal;
}
.header {
  overflow: auto;
  background: url(/zt/2022zwgky/images/header-bg.jpg);
  height: 600px;
}
.toppest-header {
  font-size: 0.85rem;
  color: #6d6d6d;
  padding: 0.5rem 0;
  margin-bottom: 3rem;
  color: #fff;
}
.toppest-header a {
  color: #fff;
}
.toppest-header i {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.mid-header {
  margin-top: 147px;
}
.logo-wrapper {
  margin-top: 28px;
  padding: 0;
}
.logo-wrapper img {
  height: 53px;
}
.title-wrapper {
  text-align: center;
}
.title-wrapper img {
  margin-top: 48px;
  width: 746px;
  max-width: 100%;
}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
  .logo-wrapper {
    margin-top: 10px;
    height: auto;
  }
  .logo-wrapper img {
    max-width: 100%;
  }
  .title-wrapper img {
    margin-top: 10px;
  }
  .header {
    height: 260px;
    background: top center / auto 100% url(/zt/2022zwgky/images/header-bg.jpg) no-repeat;
  }

}
@media only screen and (max-width: 575px) {
}
