.top-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background: #5baef7;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1310px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #222;
  height: 80px;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-box .header-box .header-left a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-box .header-box .header-left a > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-box .header-box .header-left a > div > div:nth-child(1) {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 39.287px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .header-box .header-left a > div > div:nth-child(2) {
  color: #FFF;
  -webkit-text-stroke-width: 0.23px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1px;
}
.top-box .header-box .header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.top-box .header-box .header-right > a {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box .header-right > a:hover {
  color: #006AFF;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .header-box img {
  width: auto;
  height: 68px;
}
.top-box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background: #5baef7;
  box-shadow: 0 8px 15px 0 rgba(202, 202, 202, 0.1);
  z-index: 999;
}
.top-box .hidden-header-box .hidden-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1310px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #222;
}
.top-box .hidden-header-box .hidden-header-content .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-box .hidden-header-box .hidden-header-content .header-left a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-box .hidden-header-box .hidden-header-content .header-left a > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-box .hidden-header-box .hidden-header-content .header-left a > div > div:nth-child(1) {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 39.287px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .hidden-header-box .hidden-header-content .header-left a > div > div:nth-child(2) {
  color: #FFF;
  -webkit-text-stroke-width: 0.23px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1px;
}
.top-box .hidden-header-box .hidden-header-content .header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .hidden-header-content .header-right > a:hover {
  color: #006AFF;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box img {
  width: auto;
  height: 68px;
}

main {
  height: 945px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/841_sem/banner.png) center no-repeat;
  background-size: cover;
}
main section {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 191px;
  box-sizing: border-box;
  margin: 0 auto;
}
main section header {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
main section header h1 {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.86px;
}
main section header div {
  position: absolute;
  top: -32px;
  right: -150px;
  color: #FFF;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  text-align: center;
  line-height: 40px;
  /* 48px */
  width: 148px;
  height: 40px;
  border-radius: 50px 50px 50px 2px;
  background: linear-gradient(120deg, #FFBE44 21.76%, #FF6554 82.03%);
}
main section > div {
  color: rgba(51, 51, 51, 0.65);
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.88px;
  margin-top: 14px;
}
main section aside {
  width: 1200px;
  height: 143px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(95, 176, 248, 0.4) 0%, rgba(255, 255, 255, 0.12) 49.52%, rgba(93, 175, 247, 0.4) 100%);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 70px;
}
main section aside div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section aside div img {
  height: 64px;
}
main section aside div span {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 19.2px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.192px;
  margin-top: 12px;
}
main section .a-box {
  position: relative;
  margin-top: 76px;
}
main section .a-box > img {
  height: 76px;
  position: absolute;
  right: -9px;
  top: -7px;
  z-index: 99;
}
main section a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 438px;
  height: 94px;
  border-radius: 10px;
  background: linear-gradient(0deg, #0B83EC 0%, #0B83EC 100%);
  position: relative;
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
main section a div {
  margin-left: 12px;
}
main section nav {
  margin-top: 21px;
  width: 301px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main section nav div {
  display: flex;
  align-items: center;
}
main section nav span {
  color: #555;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 2px;
}
main section > p {
  color: rgba(35, 35, 35, 0.45);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}

article {
  padding-bottom: 104px;
}
article section {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
article section header {
  display: flex;
  align-items: center;
  padding: 57px 0 14px;
}
article section header h2 {
  margin: 0 20px;
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.26px;
}
article section header img {
  height: 28.057px;
}
article section header > img:nth-child(1) {
  transform: scaleX(-1);
}
article section aside {
  text-align: right;
  color: #313131;
  font-family: "Microsoft YaHei";
  font-size: 18.182px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 1200px;
}
article section > div {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article section > div figure {
  margin-top: 14px;
  width: 284px;
  height: 308px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 0 9.7px 0 rgba(0, 136, 255, 0.25);
  padding-top: 10px;
  box-sizing: border-box;
}
article section > div figure img {
  width: 260px;
  height: 169px;
}
article section > div figure figcaption {
  width: 250px;
  height: 36px;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 13.885px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.417px;
  text-transform: capitalize;
  margin: 24px 0 14px;
}
article section > div figure > a > div {
  display: flex;
  align-items: center;
  width: 245px;
  margin-bottom: 10px;
}
article section > div figure > a > div img {
  width: 12px;
  height: 12px;
}
article section > div figure > a > div span {
  color: #384CEA;
  font-family: "Source Han Sans CN";
  font-size: 10.979px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.329px;
  margin-left: 4px;
}
article section > div figure footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 257px;
}
article section > div figure footer > div i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 1px solid #43964E;
}
article section > div figure footer > div span {
  color: #161616;
  font-family: "Microsoft YaHei";
  font-size: 14.188px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.426px;
}
article section > div figure footer p {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 14.188px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.426px;
}

.btn_a {
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}
.btn_a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  z-index: 1;
}

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
  }
}

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