@font-face {
  font-family: FZDHTK;
  src: url(./FZDHTJW.ttf) format(truetype);
}

* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;
  background-color: #f7f7f7;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header {
  height: 500px;
  position: relative;
  background: top center / auto 100% url(../img/header.jpg);
}
.top-logo {
  padding-top: 10px;
}
.top-logo img {
  height: 54px;
}
.main-section {
  background: #fff;
}
.logo-wrapper img {
  height: 137px;
}
.logo-wrapper {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 25px;
}
.headline-wrapper .title a {
  font-size: 34px;
  font-family: FZDHTJW;
  color: #0b62c0;
}
.headline-wrapper .desc .more {
  color: #ed2923;
}
.outline-wrapper {
  text-align: center;
  padding: 30px 55px;
  background: #c2f4ff;
}
.outline-wrapper a {
  font-size: 24px;
  font-family: FZLTDHK;
  color: #0b62c0;
  line-height: 48px;
}
.banner-wrapper img {
  width: 100%;
  min-height: 72px;
  object-position: center;
  object-fit: cover;
}
.column-wrapper .title {
  position: relative;
  height: 34px;
  margin-bottom: 20px;
}
#column01 > .title {
  background: top left / cover no-repeat url(../img/column-1.png);
}
#column02 > .title {
  background: top left / cover no-repeat url(../img/column-2.png);
}
#column03 a > .title {
  background: top center / cover no-repeat url(../img/column-3.png);
}
.column-wrapper .title .more {
  position: absolute;
  display: block;
  background: #c1dfff;
  padding: 0 8px;
  font-size: 14px;
  top: -5px;
  right: 0;
}
.column-wrapper .list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
}
.column-wrapper .list-wrapper .entry::before {
  display: inline-block;
  margin-right: 8px;
  color: #989898;
  content: "\2022";
  font-size: 20px;
}
.column-wrapper .entry .title {
  font-size: 18px;
  color: #333333;
  line-height: 45px;
}
.image-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
}
.image-list-wrapper .image-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  box-shadow: 0 0 6px #ccc;
}
.image-list-wrapper .text-wrapper a {
  font-size: 18px;
  color: #333333;
  line-height: 45px;
}
.image-list-wrapper .entry {
  margin-bottom: 10px;
}
.footer-section {
  background-color: #5fb6d1;
  padding: 14px 0;
}
.footer-section img {
  max-width: 100%;
}
.footer-info-wrapper {
  font-size: 12px;
  line-height: 20px;
}
.footer-info-wrapper span {
  line-height: 2;
  margin-left: 0.5rem;
  display: inline-block;
  color: #fff;
}
.footer-info-wrapper a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .header {
    height: 300px;
  }
  .logo-wrapper {
    top: 20px;
    left: 0;
    padding-top: 40px;
  }
  .logo-wrapper img {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: auto;
    max-width: 2000px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 180px;
  }
  .top-logo img {
    width: 60%;
    height: auto;
  }
  .logo-wrapper {
    padding-top: 20px;
  }
  .footer-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .footer-info-wrapper {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 350px) {
}
