* {
  margin: 0;
  padding: 0; }

ul,
li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  display: block; }

em {
  font-style: normal; }

body {
  position: relative;
  min-width: 1400px;
  min-height: 100vh;
  font-family: Microsoft YaHei, Microsoft YaHei;
  background: url(../images/top-bg.png) no-repeat;
  background-size: 100% auto; }

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }
.down-btn {
  position: relative;
  width: 360px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  font-weight: bold;
  font-size: 33px;
  color: #ffffff;
  transition: 0.25s;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/btn-bg.png);
  overflow: hidden; }
  .down-btn:hover {
    background-image: url(../images/btn-bg-active.png); }
  .down-btn img {
    width: 40px;
    height: 40px; }
  .down-btn.small-btn {
    width: 260px;
    height: 60px;
    font-weight: 400;
    font-size: 24px; }
  .down-btn .round-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin-left: -140px;
    margin-top: -140px;
    animation: spread 1.5s infinite both; }

.wps-wrap {
  position: relative;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% auto; }
  .wps-wrap header {
    padding: 28px 0 28px 130px; }
    .wps-wrap header a {
      display: block; }
    .wps-wrap header img {
      width: 99px; }
  .wps-wrap .banner-area {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .wps-wrap .banner-area h1 {
      display: flex;
      align-items: center;
      margin-bottom: 33px;
      column-gap: 25px;
      font-weight: bold;
      font-size: 56px;
      color: #3f465b; }
      .wps-wrap .banner-area h1 img {
        width: 294px; }
    .wps-wrap .banner-area h2 {
      font-weight: bold;
      font-size: 54px;
      line-height: 77px;
      color: #000; }
      .wps-wrap .banner-area h2 em {
        font-style: normal;
        color: #0aa94b; }
    .wps-wrap .banner-area h2 + p {
      margin-bottom: 37px;
      font-size: 25px;
      font-weight: 400; }
    .wps-wrap .banner-area .down-btn {
      margin-bottom: 20px; }
    .wps-wrap .banner-area .tip {
      font-weight: 300;
      font-size: 12px;
      color: #000000;
      line-height: 16px;
      opacity: 0.7; }
    .wps-wrap .banner-area .tip + .tip {
      margin-top: 6px; }
  .wps-wrap .main-box {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .wps-wrap .main-box .files {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 80px;
      margin-bottom: 60px; }
      .wps-wrap .main-box .files .file-item {
        width: 106px;
        height: 106px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #f3f9fd;
        box-shadow: 0px 6px 13px 3px rgba(102, 104, 107, 0.15);
        border-radius: 30px;
        font-weight: 400;
        font-size: 17px;
        color: #8a9cab;
        transition: 0.25s;
        border: 3px solid transparent;
        cursor: pointer; }
        .wps-wrap .main-box .files .file-item span {
          transition: 0.25s; }
        .wps-wrap .main-box .files .file-item:hover, .wps-wrap .main-box .files .file-item.active {
          box-shadow: 0px 4px 30px 0px rgba(59, 100, 251, 0.1);
          border: 3px solid #a2d7b8; }
          .wps-wrap .main-box .files .file-item:hover span, .wps-wrap .main-box .files .file-item.active span {
            color: #04933f; }
        .wps-wrap .main-box .files .file-item img {
          width: 64px;
          margin-bottom: 8px; }
    .wps-wrap .main-box .panels-area {
      width: 1005px;
      margin-bottom: 67px;
      overflow: hidden; }
      .wps-wrap .main-box .panels-area .panel-item {
        width: 982px; }
    .wps-wrap .main-box .down-btn {
      margin-bottom: 60px; }
    .wps-wrap .main-box .desc-area {
      text-align: center; }
      .wps-wrap .main-box .desc-area p {
        font-weight: 400;
        font-size: 12px;
        color: #3f465b;
        opacity: 0.7; }
  .wps-wrap footer {
    position: sticky;
    bottom: 0;
    background: url(../images/bottom-bg.png) no-repeat #eaedfc;
    background-size: auto auto;
    background-position: right center;
    z-index: 999; }
    .wps-wrap footer .footer-inner {
      width: 1200px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto;
      padding: 30px 0; }

.bottom-tip {
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 33px;
  color: #8a9cab;
  line-height: 32px; }

.tags {
  margin-bottom: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 23px; }
  .tags .tag-item {
    display: flex;
    align-items: center;
    column-gap: 22px;
    width: 251px;
    height: 70px;
    padding-left: 27px;
    background: #f3f9fd;
    border-radius: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #1d4563;
    box-sizing: border-box; }
    .tags .tag-item img {
      width: 23px;
      height: 25px; }

footer {
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8); }

footer.new-footer {
  padding: 0 0 20px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #888888;
  line-height: 36px; }

.f-box {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .f-box h2 {
    margin-bottom: 74px;
    font-weight: bold;
    font-size: 54px;
    color: #000000;
    line-height: 75px; }
    .f-box h2 em {
      color: #04913e; }
  .f-box .f-wraps {
    width: 1201px;
    margin-bottom: 62px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 29px; }
    .f-box .f-wraps .f-item {
      position: relative;
      width: 176px;
      height: 200px;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
      background: #ffffff;
      box-shadow: 0px 0px 6px 0px rgba(102, 104, 107, 0.1);
      border-radius: 4px;
      cursor: pointer; }
      .f-box .f-wraps .f-item:hover .tip {
        top: 0; }
      .f-box .f-wraps .f-item .img-wrap {
        width: 64px;
        height: 61px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 43px;
        margin-bottom: 47px; }
      .f-box .f-wraps .f-item img {
        max-width: 64px;
        max-height: 61px; }
      .f-box .f-wraps .f-item p {
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        line-height: 15px; }
      .f-box .f-wraps .f-item .tip {
        width: 176px;
        height: 146px;
        position: absolute;
        left: 0;
        top: -146px;
        padding: 9px 8px 0;
        background: #011c0d;
        box-shadow: 0px 0px 6px 0px rgba(102, 104, 107, 0.18);
        border-radius: 4px;
        opacity: 0.76;
        font-weight: 400;
        font-size: 16px;
        color: #ffffff;
        line-height: 24px;
        box-sizing: border-box;
        transition: 0.25s; }

.d-box {
  width: 1200px;
  margin-bottom: 62px;
  padding: 102px 0 117px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 23px;
  background: #f7fafd;
  border-radius: 10px;
  border: 1px solid rgba(238, 240, 243, 0.3); }
  .d-box a {
    margin-bottom: 0 !important; }
  .d-box h3 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 50px; }
  .d-box p {
    margin: 24px 0 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #888888;
    line-height: 32px; }
  .d-box .right-box {
    width: 442px; }
  .d-box img {
    width: 681px; }

.hidden-foot {
  position: sticky;
  bottom: -200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 43px;
  height: 90px;
  background: #ffffff;
  box-shadow: 0px 6px 13px 3px rgba(136, 136, 136, 0.14); }
  .hidden-foot .left-box {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .hidden-foot .left-box .top-part {
      display: flex;
      align-items: center;
      column-gap: 28px; }
      .hidden-foot .left-box .top-part .item {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 9px;
        width: 160px;
        height: 30px;
        background: #f3f9fd;
        border-radius: 4px;
        font-weight: 400;
        font-size: 16px;
        color: #000000; }
        .hidden-foot .left-box .top-part .item img {
          width: 20px; }
    .hidden-foot .left-box p {
      font-weight: 400;
      font-size: 16px;
      color: #888888; }
  .hidden-foot .small-btn {
    width: 300px;
    height: 60px;
    font-weight: 400;
    font-size: 28px; }
  .hidden-foot .small-btn img {
    width: 30px;
    height: 28px; }

.wps-wrap .main-box .panels-area.ds-panel {
  width: 100%;
  padding: 10px 0;
  position: relative; }
  .wps-wrap .main-box .panels-area.ds-panel::before {
    display: block;
    content: "";
    width: calc(var(--bWidth) * 1px);
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: linear-gradient(180deg, #0aa94b, #0aa94b, #a2d7b8);
    border-radius: 20px; }
  .wps-wrap .main-box .panels-area.ds-panel img {
    position: relative;
    width: 100%; }

/*# sourceMappingURL=style.css.map */
