* {
  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: 400px;
  background: top center / auto 100% url(../img/header-list.jpg) no-repeat;
}
.logo-wrapper img {
  margin-top: 20px;
  height: 60px;
}
.title-wrapper img {
  margin-top: 80px;
  height: 107px;
}
.icon-list-wrapper {
  flex-wrap: wrap;
  margin-right: -24px;
  margin-bottom: -18px;
  padding: 0;
  display: flex;
}
.icon-entry-wrapper {
  padding: 12px;
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 6px;
  margin: 0 24px 22px 0;
  flex: 0 0 calc(25% - 24px);
}
.icon-list-wrapper.right .icon-entry-wrapper {
  margin: 0 24px 22px 0;
}
.icon-entry-wrapper a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 18px;
}
.icon-entry-wrapper .iconfont {
  margin-right: 1rem;
  display: block;
  text-align: center;
  line-height: 56px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: #388bf3;
  color: #fff;
  font-size: 32px;
  flex: 0 0 56px;
}
.footer {
  background: #8dd4e9;
  color: #fff;
  font-size: 14px;
}
.footer a {
  color: #fff;
}
.footer-info span {
  display: inline-block;
  margin: 3px 5px;
}
@media only screen and (max-width: 1199px) {
  .image-wrapper a {
    padding: 16px 40px;
  }
  .icon-entry-wrapper {
    flex: 0 0 calc(33% - 24px);
  }
}
@media only screen and (max-width: 992px) {
  .logo-wrapper img {
    margin-top: 10px;
    height: 50px;
  }
  .title-wrapper img {
    margin-top: 30px;
    height: auto;
    width: 80%;
  }
  .header {
    height: 200px;
  }
  .icon-entry-wrapper {
    flex: 0 0 calc(50% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .logo-wrapper img {
    margin-top: 10px;
    height: 30px;
  }
  .title-wrapper img {
    margin-top: 30px;
    height: auto;
    width: 90%;
  }
  .header {
    height: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .icon-list-wrapper {
    margin-right: 0;
  }
  .icon-entry-wrapper {
    margin-right: 0;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 350px) {
}
