@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;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.header {
  height: 500px;
  position: relative;
  background: top center / auto 100% url(../img/open-header-bg.jpg);
}
.top-logo {
  padding-top: 10px;
}
.top-logo img {
  height: 54px;
}
.main-section {
  background: #f8f8f8;
}
.logo-wrapper img {
  height: 77px;
}
.logo-wrapper {
  position: relative;
  left: -90px;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 25px;
}
.intro-wrapper {
  font-size: 18px;
  background: #ebf8ff;
  padding: 20px 30px;
  line-height: 2.5;
  text-indent: 2rem;
}
.intro-wrapper img {
  margin-top: 24px;
  margin-right: 24px;
}
.block-wrapper {
  margin-top: 2rem;
}
.block-title {
  font-size: 40px;
  font-family: FZDHTK;
  font-weight: bold;
  color: #fff;
  padding: 24px 10px;
  text-align: center;
  background: top left / auto 100% url(../img/open-title-bg.jpg);
}
.block-content {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.19);
  border-radius: 4px;
  padding: 25px 15px;
  display: flex;
  flex-wrap: wrap;
}
.icon-entry-wrapper {
  display: flex;
  flex: 0 0 auto;
  width: calc(33.3% - 30px);
  align-items: center;
  padding: 9px 18px;
  background: #cefffb;
  border-radius: 4px;
  margin: 15px;
  height: 160px;
}
.icon-entry-wrapper .icon-wrapper {
  flex: 0 0 74px;
  height: 74px;
  line-height: 74px;
  background: #1ebfd7;
  border-radius: 50%;
  margin-right: 18px;
  text-align: center;
  position: relative;
}
.icon-entry-wrapper .icon-entry-content {
  width: calc(100% - 92px);
  padding-left: 18px;
}
.icon-entry-wrapper .icon-wrapper::after {
  content: "";
  position: absolute;
  height: 145px;
  top: -36px;
  right: -18px;
  border-left: 1px solid #8ff3eb;
}
.icon-entry-wrapper .icon-entry-content .title {
  font-size: 22px;
  color: #0d7c8c;
  margin-bottom: 7px;
}
.icon-entry-wrapper .icon-entry-content .title a {
  color: #0d7c8c;
}
.icon-entry-wrapper .icon-entry-content .list-wrapper {
  padding-top: 6px;
  padding-left: 0;
  height: 100px;
}
.icon-entry-wrapper .icon-entry-content .list-wrapper .entry {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.list-wrapper .entry::before {
  content: "\2022";
}
.icon-entry-wrapper .icon-wrapper .iconfont {
  color: #fff;
  font-size: 44px;
}
.block-content.large-icon-list {
  padding: 25px 7.5px;
}
.large-icon-entry-wrapper {
  text-align: center;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 calc(33.3% - 45px);
  background: #cefffb;
  border-radius: 4px;
  margin: 15px 22.5px;
}
.large-icon-wrapper {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.large-icon-wrapper img {
  height: 226px;
}
.large-icon-entry-wrapper .text-wrapper {
  padding: 0 15px;
  font-size: 22px;
  line-height: 36px;
  color: #333;
}
.large-icon-entry-wrapper .list-wrapper {
  padding: 10px 0;
}
.large-icon-entry-wrapper .list-wrapper .entry {
  display: inline-block;
  padding: 5px 10px;
  min-width: 47%;
}
.addition-block {
  padding: 40px 30px;
}
.block-content.image-list {
  padding: 25px 5px;
}
.image-list .image-item-wrapper {
  margin: 15px 25px;
  flex: calc(50% - 50px);
  height: 150px;
  text-align: right;
  border-radius: 4px;
}
.image-list .image-item-wrapper.left {
  background: top center / cover url(../img/image-1.jpg);
}
.image-list .image-item-wrapper.right {
  background: top center / cover url(../img/image-2.jpg);
}
.image-list .title {
  padding: 30px 20px 20px;
}
.image-list .title img {
  height: 35px;
}
.image-item-wrapper .list-wrapper {
  margin-right: 20px;
}
.image-item-wrapper .list-wrapper .entry-wrapper {
  display: inline-block;
  background: #009eb5;
  border-radius: 10px;
  margin: 5px 10px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 32px;
}
.image-item-wrapper .list-wrapper .entry-wrapper a {
  color: #fff;
}
.addition-item-wrapper .text-wrapper a {
  text-align: center;
  color: #fff;
}
.addition-item-wrapper .text-wrapper .title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 57px;
}
.addition-item-wrapper .list-wrapper {
  text-align: center;
}
.addition-item-wrapper .list-wrapper .entry {
  display: inline-block;
  color: #fff;
  line-height: 28px;
}
.addition-item-wrapper .list-wrapper .entry + .entry {
  margin-left: 15px;
}
#image-1 .text-wrapper {
  background-color: #3ea4d0;
}
#image-2 {
  background-color: #46b9c7;
}
#image-3 {
  background-color: #85c1c1;
}
@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;
  }
  .large-icon-entry-wrapper {
    flex: 1;
  }
  .image-list .image-item-wrapper {
    flex: 1 1 100%;
  }
  #image-1 {
    margin-bottom: 30px;
    display: block;
  }
  #image-1 img,
  #image-2 img,
  #image-3 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .icon-entry-wrapper {
    flex: 1 0 auto;
    width: calc(50% - 30px);
  }
}
.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: 767px) {
  .header {
    height: 180px;
  }
  .block-title {
    font-size: 28px;
  }
  .block-content {
    padding: 20px 20px;
  }
  .icon-entry-wrapper {
    flex: 1 0 100%;
    margin: 10px 0;
  }
  .large-icon-entry-wrapper {
    margin: 10px 12.5px;
  }

  .image-list .image-item-wrapper {
    margin: 15px 15px;
  }
  .addition-block {
    padding: 40px 20px;
  }
  .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) {
  .icon-entry-wrapper {
    padding: 9px 12px;
  }
  .icon-entry-wrapper .icon-wrapper {
    flex: 0 0 56px;
    height: 56px;
    line-height: 56px;
    margin-right: 10px;
  }
  .icon-entry-wrapper .icon-wrapper .iconfont {
    font-size: 36px;
  }
  .icon-entry-wrapper .icon-wrapper::after {
    height: 130px;
    right: -10px;
  }
  .icon-entry-wrapper .icon-entry-content {
    width: calc(100% - 66px);
  }
  .image-list .image-item-wrapper {
    padding-bottom: 10px;
    height: auto;
    text-align: center;
  }
  .image-list .image-item-wrapper .title {
    padding: 20px 10px;
  }
  .image-list .image-item-wrapper .title img {
    height: unset;
    width: 100%;
  }
  .image-item-wrapper .list-wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 350px) {
}
