@charset "UTF-8";
html, body {
  padding: 0px;
  margin: 0px;
  background: #f9FAFB;
  max-width: 100%;
  overflow-x: hidden; }

#app, .container {
  width: 100vw; }

* {
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  html {
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch; }
  *, *::before, *::after {
    box-sizing: inherit; }
  body {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    touch-action: pan-y; } }

.header {
  width: 100%;
  height: 80px;
  background: #054E9D;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999; }
  .header-main {
    max-width: 1400px;
    height: 80px;
    margin: 0 auto;
    display: grid;
    gap: 20px 55px;
    grid-template-columns: 225px 1fr 100px 250px 52px;
    align-items: center; }
    .header-main-logo {
      width: 225px;
      height: 30px; }
      .header-main-logo .logo {
        width: 100%;
        height: 100%;
        cursor: pointer; }
    .header-main-search {
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #F6F6F6;
      border-radius: 6px; }
      .header-main-search .input {
        border: none;
        background: #F6F6F6;
        width: calc(100% - 24px - 54px);
        font-size: 18px; }
        .header-main-search .input input {
          border: none;
          background: #F6F6F6;
          width: 100%;
          font-size: 16px; }
        .header-main-search .input input:focus {
          outline: none; }
      .header-main-search .icon {
        width: 24px;
        height: 24px;
        cursor: pointer; }
        .header-main-search .icon img {
          width: 100%;
          height: 100%;
          cursor: pointer; }
    .header-main-language {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      cursor: pointer; }
      .header-main-language .text {
        font-size: 16px; }
      .header-main-language .icon {
        width: 20px;
        height: 20px;
        margin-left: 10px; }
        .header-main-language .icon img {
          width: 100%;
          height: 100%; }
    .header-main-contact {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff; }
      .header-main-contact .icon {
        width: 38pxpx;
        height: 38px; }
        .header-main-contact .icon img {
          width: 100%;
          height: 100%; }
      .header-main-contact .text {
        margin-left: 10px; }
        .header-main-contact .text .desc {
          font-size: 14px; }
    .header-main-mine img {
      width: 52px;
      height: 52px;
      border-radius: 100%;
      cursor: pointer; }
  @media screen and (max-width: 1400px) {
    .header-main {
      grid-template-columns: 225px 1fr 100px 200px 52px;
      gap: 20px 45px;
      padding: 0px 15px; } }
  @media screen and (max-width: 1200px) {
    .header-main {
      grid-template-columns: 225px 1fr 100px 200px 52px;
      gap: 20px 35px;
      padding: 0px 15px; } }
  @media screen and (max-width: 1100px) {
    .header-main {
      grid-template-columns: 225px 1fr 100px 52px;
      gap: 20px 25px;
      padding: 0px 15px; }
      .header-main-contact {
        display: none; } }
  @media screen and (max-width: 768px) {
    .header-main {
      width: 100%;
      padding: 0 15px;
      grid-template-columns: 1fr 40px; }
      .header-main-logo {
        width: 225px;
        height: 30px; }
      .header-main-search, .header-main-language, .header-main-contact, .header-main-mine {
        display: none; } }

.header-placeholder {
  width: 100%;
  height: 80px; }

.nav-menus {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 80px;
  left: 0px;
  z-index: 999999;
  background: #ffffff; }
  .nav-menus-main {
    max-width: 1400px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .nav-menus-main a {
      color: #666666;
      text-decoration: none;
      height: 77px;
      line-height: 80px;
      padding: 0px 5px;
      position: relative; }
    .nav-menus-main-items {
      padding: 0px 0px;
      font-size: 20px;
      height: 77px;
      line-height: 80px;
      border-bottom: 6px solid transparent;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      cursor: pointer; }
      .nav-menus-main-items .icon {
        width: 24px;
        height: 24px; }
      .nav-menus-main-items-more {
        min-width: 100%;
        position: absolute;
        top: 80px;
        left: 0px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px 0px rgba(2, 62, 66, 0.1);
        padding: 28px 0px;
        border-radius: 0px 0px 20px 20px;
        visibility: hidden;
        opacity: 0;
        transform: translateX(-500px) scale(0.34, 1.56, 0.64, 1); }
        .nav-menus-main-items-more-items {
          font-size: 14px;
          color: #333333;
          line-height: 42px;
          text-align: center;
          display: block; }
    .nav-menus-main .more-a:hover .nav-menus-main-items {
      color: #054E9D;
      font-weight: 700;
      border-bottom: 3px solid #054E9D;
      cursor: pointer; }
      .nav-menus-main .more-a:hover .nav-menus-main-items .icon {
        transform: rotate(180deg); }
    .nav-menus-main .more-a:hover .nav-menus-main-items::before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 3px solid #054E9D;
      /* 颜色与容器背景相同 */ }
    .nav-menus-main .more-a:hover .nav-menus-main-items-more {
      opacity: 1;
      transform: translateY(0) scale(1);
      visibility: visible; }
    .nav-menus-main-items:hover, .nav-menus-main .is-active {
      color: #054E9D;
      font-weight: 700;
      border-bottom: 3px solid #054E9D;
      position: relative; }
    .nav-menus-main-items:hover::before, .nav-menus-main .is-active::before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 3px solid #054E9D;
      /* 颜色与容器背景相同 */ }
  @media screen and (max-width: 1400px) {
    .nav-menus-main {
      width: 100%;
      padding: 0px 15px; } }
  @media screen and (max-width: 810px) {
    .nav-menus-main-items {
      font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .nav-menus-main {
      display: none; } }

.nav-menus-placeholder {
  width: 100%;
  height: 80px; }

@media screen and (max-width: 768px) {
  .nav-menus {
    display: none; }
  .nav-menus-placeholder {
    display: none; } }

.footer {
  width: 100vw;
  background: #1F2937;
  position: relative; }
  .footer-main {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    gap: 5px 20px;
    grid-template-columns: 25% 15% 15% 25% 25%;
    padding-top: 66px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 66px; }
    .footer-main-logo {
      width: 100%;
      height: 70px; }
      .footer-main-logo .logo {
        width: auto;
        height: 30px;
        cursor: pointer; }
      .footer-main-logo-desc {
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px; }
    .footer-main-quick, .footer-main-about, .footer-main-mine, .footer-main-contact {
      width: 100%; }
      .footer-main-quick-title, .footer-main-about-title, .footer-main-mine-title, .footer-main-contact-title {
        color: #ffffff;
        font-size: 18px;
        padding-bottom: 20px; }
      .footer-main-quick-items, .footer-main-about-items, .footer-main-mine-items, .footer-main-contact-items {
        color: #ffffff;
        font-size: 14px;
        line-height: 42px;
        cursor: pointer; }
        .footer-main-quick-items .desc, .footer-main-about-items .desc, .footer-main-mine-items .desc, .footer-main-contact-items .desc {
          font-size: 14px; }
    .footer-main-quick-items, .footer-main-about-items, .footer-main-mine-items {
      cursor: pointer; }
  .footer-icp {
    max-width: 1460px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    line-height: 90px;
    color: #ffffff;
    font-size: 14px; }
  @media screen and (max-width: 1400px) {
    .footer-main {
      padding: 66px 15px; } }
  @media screen and (max-width: 768px) {
    .footer-main {
      width: 100%;
      display: grid;
      gap: 25px 25px;
      grid-template-columns: repeat(2, 1fr);
      text-align: center;
      padding: 33px 0px; }
      .footer-main-logo {
        grid-column: 1 / span 2; } }

.breadcrumb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 45px 0px; }
  .breadcrumb-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    cursor: pointer; }
  .breadcrumb-m {
    font-size: 16px;
    color: #999999;
    padding: 0px 10px; }
  .breadcrumb-items {
    font-size: 16px;
    color: #999999;
    cursor: pointer; }
  .breadcrumb .is-active {
    color: #333333;
    font-weight: 700; }

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 15px 0px;
    display: none; } }

.empty-box {
  width: 100%;
  padding: 60px 0px;
  min-height: 500px; }

.resource {
  width: 100%; }
  .resource-list {
    width: 100%;
    display: grid;
    gap: 5px 25px;
    grid-template-columns: repeat(3, 1fr);
    padding: 45px 0px; }
    .resource-list-items {
      border-radius: 12px; }
      .resource-list-items .thumb {
        width: 100%;
        height: 295px;
        background: #F9FAFB;
        border-radius: 12px 12px 0px 0px; }
        .resource-list-items .thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 12px 12px 0px 0px; }
      .resource-list-items .box {
        background: #F9FAFB;
        padding: 20px 20px;
        border-radius: 0px 0px 12px 12px; }
        .resource-list-items .box .title {
          font-size: 20px;
          color: #333333;
          font-weight: bold;
          line-height: 28px;
          max-height: 56px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-word; }
        .resource-list-items .box .total {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 15px 0px; }
          .resource-list-items .box .total .registration {
            color: #666666;
            font-size: 14px;
            display: flex;
            align-items: center; }
            .resource-list-items .box .total .registration .icon {
              width: 16px;
              height: 16px;
              margin-right: 5px; }
        .resource-list-items .box .desc {
          width: 100%;
          color: #333333;
          font-size: 16px;
          line-height: 26px;
          font-weight: 500;
          max-height: 130px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 5;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-word; }
        .resource-list-items .box .btn {
          width: 100%;
          height: 48px;
          background: linear-gradient(139deg, #007CFF 0%, #7CBBFF 100%);
          border-radius: 6px;
          text-align: center;
          font-size: 16px;
          color: #ffffff;
          line-height: 48px;
          cursor: pointer;
          margin-top: 50px; }
  @media screen and (max-width: 992px) {
    .resource-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 768px) {
    .resource-list {
      grid-template-columns: repeat(1, 1fr);
      gap: 25px 25px;
      padding: 20px 0px; }
      .resource-list-items .thumb {
        height: 150px; }
      .resource-list-items .box .title {
        height: auto; } }

.cooperation {
  width: 100%; }
  .cooperation-list {
    width: 100%;
    display: grid;
    gap: 5px 25px;
    grid-template-columns: repeat(4, 1fr);
    padding: 0px 0px 45px 0px; }
    .cooperation-list-items {
      background: #ffffff;
      padding: 15px 15px;
      border-radius: 12px;
      box-shadow: 0px 8px 4px 0px rgba(2, 62, 66, 0.08);
      margin-top: 28px; }
      .cooperation-list-items-total {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 12px;
        color: #666666; }
      .cooperation-list-items-box {
        padding: 20px 0px 10px 0px; }
        .cooperation-list-items-box-top {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%; }
          .cooperation-list-items-box-top-left {
            width: 52px;
            height: 52px;
            border-radius: 6px; }
          .cooperation-list-items-box-top-right {
            width: calc(100% - 52px - 10px);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap; }
            .cooperation-list-items-box-top-right .title {
              width: 100%;
              height: 22px;
              font-weight: 500;
              font-size: 16px;
              color: #054E9D;
              line-height: 22px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 1;
              overflow: hidden;
              text-overflow: ellipsis;
              word-break: break-word; }
            .cooperation-list-items-box-top-right .author {
              font-size: 14px;
              color: #333333;
              height: 14px;
              margin-top: 10px;
              line-height: 14px; }
            .cooperation-list-items-box-top-right .read_total {
              font-size: 14px;
              color: #666666;
              height: 14px;
              margin-top: 10px;
              line-height: 14px;
              display: flex;
              align-items: center; }
              .cooperation-list-items-box-top-right .read_total .icon {
                width: 16px;
                height: 16px;
                margin-right: 5px; }
        .cooperation-list-items-box-main {
          padding: 12px 0px 0px 0px; }
          .cooperation-list-items-box-main > .resources {
            width: 100%;
            height: 60px;
            font-weight: 400;
            font-size: 14px;
            color: #333333;
            line-height: 20px;
            height: 40px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-word; }
          .cooperation-list-items-box-main > .forward {
            width: 100%;
            height: 60px;
            font-weight: 400;
            font-size: 14px;
            color: #333333;
            line-height: 20px;
            height: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-word; }
      .cooperation-list-items-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        .cooperation-list-items-bottom > .time {
          height: 18px;
          font-weight: 500;
          font-size: 12px;
          color: #666666;
          line-height: 17px; }
        .cooperation-list-items-bottom > .button {
          height: 18px;
          font-weight: 500;
          font-size: 16px;
          color: #054E9D;
          line-height: 22px; }
  @media screen and (max-width: 1200px) {
    .cooperation-list {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 992px) {
    .cooperation-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 768px) {
    .cooperation-list {
      grid-template-columns: repeat(1, 1fr); } }

.news, .case, .team {
  width: 100%; }
  .news-list, .case-list, .team-list {
    width: 100%;
    display: grid;
    gap: 5px 25px;
    grid-template-columns: repeat(4, 1fr);
    padding: 0px 0px 45px 0px; }
    .news-list-items, .case-list-items, .team-list-items {
      background: #ffffff;
      padding: 15px 15px;
      border-radius: 12px;
      box-shadow: 0px 8px 4px 0px rgba(2, 62, 66, 0.08);
      margin-top: 28px; }
      .news-list-items .thumb, .case-list-items .thumb, .team-list-items .thumb {
        width: 100%;
        height: 225px;
        background: #F9FAFB;
        border-radius: 12px 12px 0px 0px; }
        .news-list-items .thumb img, .case-list-items .thumb img, .team-list-items .thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 12px 12px 0px 0px; }
      .news-list-items .box, .case-list-items .box, .team-list-items .box {
        padding: 20px 0px 10px 0px; }
        .news-list-items .box .title, .case-list-items .box .title, .team-list-items .box .title {
          font-size: 20px;
          color: #333333;
          font-weight: bold;
          line-height: 28px;
          height: 56px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-word; }
        .news-list-items .box .total, .case-list-items .box .total, .team-list-items .box .total {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 15px 0px; }
          .news-list-items .box .total .registration, .case-list-items .box .total .registration, .team-list-items .box .total .registration {
            color: #666666;
            font-size: 14px;
            display: flex;
            align-items: center; }
            .news-list-items .box .total .registration .icon, .case-list-items .box .total .registration .icon, .team-list-items .box .total .registration .icon {
              width: 16px;
              height: 16px;
              margin-right: 5px; }
  @media screen and (max-width: 1200px) {
    .news-list, .case-list, .team-list {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 992px) {
    .news-list, .case-list, .team-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 768px) {
    .news .detail-main, .case .detail-main, .team .detail-main {
      width: 100%;
      padding: 0px 0px; }
    .news-list, .case-list, .team-list {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px 20px;
      margin-top: 20px;
      padding: 0px; }
      .news-list-items, .case-list-items, .team-list-items {
        margin-top: 0px; }
        .news-list-items .thumb, .case-list-items .thumb, .team-list-items .thumb {
          width: 100%;
          height: 225px;
          background: #F9FAFB;
          border-radius: 12px 12px 0px 0px; }
          .news-list-items .thumb img, .case-list-items .thumb img, .team-list-items .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px 12px 0px 0px; }
        .news-list-items .box, .case-list-items .box, .team-list-items .box {
          padding: 20px 0px 10px 0px; }
          .news-list-items .box .title, .case-list-items .box .title, .team-list-items .box .title {
            font-size: 20px;
            color: #333333;
            font-weight: bold;
            line-height: 28px;
            height: 56px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-word; }
          .news-list-items .box .total, .case-list-items .box .total, .team-list-items .box .total {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0px; }
            .news-list-items .box .total .registration, .case-list-items .box .total .registration, .team-list-items .box .total .registration {
              color: #666666;
              font-size: 14px;
              display: flex;
              align-items: center; }
              .news-list-items .box .total .registration .icon, .case-list-items .box .total .registration .icon, .team-list-items .box .total .registration .icon {
                width: 16px;
                height: 16px;
                margin-right: 5px; } }

.login-box, .register-box {
  width: 700px;
  margin: 0 auto;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .login-box .logo, .register-box .logo {
    width: 345px;
    margin-bottom: 0px; }
  .login-box .img-code-box .el-input-group__append, .register-box .img-code-box .el-input-group__append {
    padding: 0px 0px;
    font-size: 0;
    border: none; }
    .login-box .img-code-box .el-input-group__append img, .register-box .img-code-box .el-input-group__append img {
      width: 140px;
      height: 40px;
      cursor: pointer; }
  .login-box .get-mobile-code, .register-box .get-mobile-code {
    width: 100px;
    text-align: center;
    cursor: pointer; }

.register-box .logo {
  margin-bottom: 30px; }

.login-box .logo-box {
  padding: 30px 0px;
  text-align: center;
  width: 100%;
  padding-top: 100px; }

.login-box .el-tabs {
  padding-bottom: 100px; }

.slide-in-element {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; }

.slide-in-element.appear {
  opacity: 1;
  transform: translateY(0); }
