<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;
  background: #fff;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.header {
  height: 600px;
  position: relative;
  background: top center / cover url(../img/header-bg.jpg) no-repeat;
}
.logo-wrapper {
  text-align: left;
  padding-top: 10px;
}
.logo-wrapper img {
  height: 56px;
}
.main-wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 35px 20px 25px 20px;
}
.title-wrapper img {
  height: 200px;
}
.title-wrapper {
  text-align: center;
  padding-top: 50px;
}
.main-section {
  background: top left / cover url(../img/main-bg.jpg) no-repeat;
}
.intro-wrapper {
  background: top left / 100% 100% url(../img/intro-bg.jpg) no-repeat;
  padding: 40px 30px;
  border-radius: 10px;
  min-height: 230px;
}
.intro-tag-wrapper {
  margin-right: 18px;
}
.intro-desc-wrapper {
  text-indent: 36px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
}
.column-title {
  margin-bottom: 30px;
}
.column-title img {
  width: 100%;
}
.column-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
}
.column-list .entry {
  flex: 1 1 calc(33% - 54px);
  width: calc(33% - 54px);
  border-radius: 10px;
  border-radius: 10px;
  margin: 17px 27px;
  transition: all 0.4s ease;
}
.column-list-1 .entry {
  background: top left / 100% 100% url(../img/entry-bg.png) no-repeat;
  filter: drop-shadow(0 0 10px rgba(80, 90, 100, 0.25));
}
.column-list .entry:hover {
  transform: translateY(-5px);
  filter: drop-shadow(2px 5px 10px rgba(40, 60, 90, 1));
}
.column-list .entry-link .icon-wrapper img {
  height: 100px;
  width: 100px;
}
.column-list .entry-link .text-wrapper {
  margin-left: 10px;
  text-align: center;
  flex: 1;
}
.column-list .entry-link {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  padding: 30px 26px;
}
.column-list .entry-link.active {
  background: #1d73ca;
  color: #fff;
}
.column-list .entry-link .iconfont {
  font-size: 30px;
  margin-right: 8px;
}
.column-list-1,
.column-list-4 {
  margin: 0 -27px;
}
.column-list-2 {
  margin: 0 -15px;
}
.column-list-2 .entry {
  margin: 17px 15px;
  flex: 1 1 calc(33.3% - 30px);
  width: calc(33.3% - 30px);
}
.column-list-2 .entry-link {
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(80, 90, 100, 0.75));
}
.column-list-2 .entry-link:hover {
  opacity: 1;
}
.column-list-2 img {
  width: 100%;
}
.column-wrapper {
  padding-top: 25px;
}
.column-list-3 .entry {
  background: none;
}
.column-list-3 .entry-link:hover {
  opacity: 1;
}
.column-list-3 .entry-link {
  padding: 0;
}
.column-list-3 .entry-link img {
  width: 100%;
}
.column-list-4 {
  background: #fff;
  border-radius: 10px;
  padding: 30px 15px;
}
.column-list-4 .entry-wrapper .row {
  align-items: center;
}
.column-list-4 .entry-wrapper {
  border-radius: 0;
  margin: 0;
  flex-wrap: wrap;
}
.column-list-4 img {
  width: 100%;
}
.column-list-4 .entry-1 {
  background: #759eea;
}
.column-list-4 .entry-2 {
  background: #7376ff;
}
.column-list-4 .entry-3 {
  background: #15b1fe;
}
.column-list-4 .image-wrapper {
  overflow: hidden;
}
.column-list-4 .text-wrapper {
  font-size: 22px;
  padding: 14px 0;
}
.column-list-4 .text-wrapper a {
  color: #fff;
}
.column-list-4 .entry-3 {
  margin-top: 22px;
}
.column-title {
  padding-bottom: 50px;
  text-align: center;
  background: bottom center / auto 77px url(../img/column-title-bg.png)
    no-repeat;
}
.column-title .title-link {
  font-size: 36px;
  font-weight: bold;
  color: #4bdbff;
  background: -webkit-linear-gradient(#b0daff, #4bdbff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .header {
    height: 400px;
  }
  .title-wrapper {
    top: 0;
    left: 0;
  }
  .title-wrapper img {
    height: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .title-wrapper img {
    height: auto;
    width: 100%;
  }
  .column-list {
    margin: 0 -15px !important;
  }
  .column-list-1 .entry,
  .column-list-2 .entry,
  .column-list-3 .entry {
    margin: 17px 15px;
    flex: 0 1 calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .column-list-4 img {
    height: 150px;
    width: auto;
  }
  .column-list-4 .entry-2 {
    margin-top: 15px;
  }
  .column-list-4 .entry-3 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: auto;
  }
  .title-wrapper {
    padding: 20px 0 60px 0;
  }
  .logo-wrapper {
    height: auto;
    padding: 10px 0;
    text-align: center;
  }
  .logo-wrapper img {
    height: auto;
    width: 65%;
  }
  .column-title .title-link {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .column-title img {
    object-fit: cover;
    object-position: center;
    min-height: 30px;
    width: 100%;
  }
  .column-list {
    margin: 0 !important;
  }
  .column-list .entry {
    margin: 15px 0;
    flex: 1 1 100%;
    width: 100%;
  }
  .column-list-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .intro-wrapper {
    background: #478ef8;
  }
  .column-list-4 {
    padding: 10px 0;
  }
  .column-list-4 .entry-2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 375px) {
  .container {
    padding: 0 15px;
  }
}







</pre></body></html>