@charset "UTF-8";
/**
 * 最大屏幕768px配置
 */
/**
 * 最大屏幕992px配置
 */
/**
 * 最大屏幕1200px配置
 */
/**
 * 最大屏幕1400px,2k屏配置
 */
.banner {
  width: 100%;
  height: 515px; }
  .banner .el-carousel__container {
    width: 100%;
    height: 515px; }
    .banner .el-carousel__container .el-carousel__item {
      width: 100%;
      height: 515px;
      aspect-ratio: 16 / 9;
      overflow: hidden; }
  .banner-img {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 515px;
    object-fit: cover; }

@media screen and (max-width: 768px) {
  .banner {
    height: 200px; }
    .banner .el-carousel__container {
      width: 100%;
      height: 200px; }
      .banner .el-carousel__container .el-carousel__item {
        width: 100%;
        height: 200px;
        aspect-ratio: 16 / 9;
        overflow: hidden; }
    .banner-img {
      height: 200px; } }

.main1 {
  width: 100vw;
  background: #ffffff;
  padding: 90px 0px; }

.main2 {
  width: 100%;
  background: #ffffff; }

@media screen and (max-width: 1200px) {
  .main1 {
    padding: 0px 0px; } }

@media screen and (max-width: 992px) {
  .main1 {
    padding: 0px 0px; } }

@media screen and (max-width: 768px) {
  .main1 {
    padding: 0px 0px; } }

.home-main {
  max-width: 1400px;
  margin: 0 auto; }
  .home-main-top {
    width: 100%;
    display: grid;
    gap: 20px 25px;
    grid-template-columns: 300px 1fr; }
    .home-main-top-title .title {
      font-size: 30px;
      color: #333333;
      font-weight: 700;
      line-height: 30px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .home-main-top-title .title .icon {
        width: 30px;
        height: 30px; }
    .home-main-top-title .desc {
      font-size: 18px;
      color: #666666;
      line-height: 18px;
      padding-top: 15px; }
    .home-main-top-right {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .home-main-top-navs {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 54px;
      background: #F3F4F6;
      border-radius: 16px; }
      .home-main-top-navs-items {
        padding: 0px 18px;
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        cursor: pointer; }
      .home-main-top-navs .is-active {
        background: #FFFFFF;
        border-radius: 12px;
        color: #054E9D; }
    .home-main-top-search {
      height: 54px;
      padding: 0 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ffffff;
      border: 2px solid #F3F4F6;
      border-radius: 16px;
      margin-left: 20px;
      width: 345px; }
      .home-main-top-search .input {
        border: none;
        background: #ffffff;
        width: calc(100% - 20px);
        font-size: 16px; }
        .home-main-top-search .input input {
          border: none;
          background: #ffffff;
          width: 100%;
          font-size: 16px; }
        .home-main-top-search .input input:focus {
          outline: none; }
      .home-main-top-search .icon {
        width: 20px;
        height: 20px;
        cursor: pointer; }
        .home-main-top-search .icon img {
          width: 100%;
          height: 100%; }
    @media screen and (max-width: 1200px) {
      .home-main-top-title .title {
        font-size: 30px;
        line-height: 30px; }
        .home-main-top-title .title .icon {
          width: 30px;
          height: 30px; }
      .home-main-top-title .desc {
        font-size: 18px;
        line-height: 18px; } }
    @media screen and (max-width: 992px) {
      .home-main-top-title .title {
        font-size: 26px;
        line-height: 26px; }
        .home-main-top-title .title .icon {
          width: 26px;
          height: 26px; }
      .home-main-top-title .desc {
        font-size: 16px;
        line-height: 16px; } }
    @media screen and (max-width: 768px) {
      .home-main-top-title {
        width: 100%; }
        .home-main-top-title .title {
          font-size: 24px;
          line-height: 24px; }
          .home-main-top-title .title .icon {
            width: 24px;
            height: 24px; }
        .home-main-top-title .desc {
          font-size: 14px;
          line-height: 14px; }
      .home-main-top-right {
        display: grid;
        gap: 0px 0px;
        grid-template-columns: repeat(1, 1fr); }
      .home-main-top-navs {
        display: grid;
        gap: 5px 0px;
        padding: 0px 5px; }
        .home-main-top-navs-items {
          text-align: center;
          font-size: 14px;
          padding: 0px 0px; } }
  @media screen and (max-width: 1200px) {
    .home-main-top {
      grid-template-columns: 250px 1fr; } }
  @media screen and (max-width: 992px) {
    .home-main-top {
      grid-template-columns: 250px 1fr; } }
  @media screen and (max-width: 768px) {
    .home-main-top {
      grid-template-columns: repeat(1, 1fr); } }
  .home-main .resource-more-title {
    height: 35px;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center; }
  .home-main .resource-more-title::after, .home-main .resource-more-title::before {
    content: '';
    flex: 1;
    height: 1px;
    background: #333333;
    margin: 0px 30px; }
  .home-main .resource-more-title::after {
    margin-right: 0px; }
  .home-main .resource-more-title::before {
    margin-left: 0px; }
  .home-main .resource-navs {
    margin-top: 55px;
    width: 100%;
    height: auto;
    display: block; }
    .home-main .resource-navs-items {
      position: relative;
      display: inline-block; }
      .home-main .resource-navs-items .navs-img {
        width: 100%;
        height: auto;
        display: block; }
      .home-main .resource-navs-items > .title {
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 35px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.3), 2px 2px 0 rgba(0, 0, 0, 0.5); }
    .home-main .resource-navs .el-carousel__container {
      width: 100%;
      height: 570px; }
      .home-main .resource-navs .el-carousel__container .el-carousel__item {
        width: 100%;
        display: grid;
        gap: 25px 25px;
        grid-template-columns: repeat(5, 1fr); }
    @media screen and (max-width: 1460px) {
      .home-main .resource-navs .el-carousel__container {
        height: 570px; } }
    @media screen and (max-width: 1435px) {
      .home-main .resource-navs .el-carousel__container {
        height: 560px; } }
    @media screen and (max-width: 1410px) {
      .home-main .resource-navs .el-carousel__container {
        height: 550px; } }
    @media screen and (max-width: 1385px) {
      .home-main .resource-navs .el-carousel__container {
        height: 540px; } }
    @media screen and (max-width: 1360px) {
      .home-main .resource-navs .el-carousel__container {
        height: 530px; } }
    @media screen and (max-width: 1335px) {
      .home-main .resource-navs .el-carousel__container {
        height: 520px; } }
    @media screen and (max-width: 1310px) {
      .home-main .resource-navs .el-carousel__container {
        height: 510px; } }
    @media screen and (max-width: 1285px) {
      .home-main .resource-navs .el-carousel__container {
        height: 500px; } }
    @media screen and (max-width: 1260px) {
      .home-main .resource-navs .el-carousel__container {
        height: 490px; } }
    @media screen and (max-width: 1235px) {
      .home-main .resource-navs .el-carousel__container {
        height: 480px; } }
    @media screen and (max-width: 1210px) {
      .home-main .resource-navs .el-carousel__container {
        height: 470px; } }
    @media screen and (max-width: 1185px) {
      .home-main .resource-navs .el-carousel__container {
        height: 460px; } }
    @media screen and (max-width: 1160px) {
      .home-main .resource-navs .el-carousel__container {
        height: 450px; } }
    @media screen and (max-width: 1135px) {
      .home-main .resource-navs .el-carousel__container {
        height: 440px; } }
    @media screen and (max-width: 1110px) {
      .home-main .resource-navs .el-carousel__container {
        height: 430px; } }
    @media screen and (max-width: 1085px) {
      .home-main .resource-navs .el-carousel__container {
        height: 420px; } }
    @media screen and (max-width: 1060px) {
      .home-main .resource-navs .el-carousel__container {
        height: 410px; } }
    @media screen and (max-width: 1035px) {
      .home-main .resource-navs .el-carousel__container {
        height: 400px; } }
    @media screen and (max-width: 1010px) {
      .home-main .resource-navs .el-carousel__container {
        height: 390px; } }
    @media screen and (max-width: 985px) {
      .home-main .resource-navs .el-carousel__container {
        height: 380px; } }
    @media screen and (max-width: 960px) {
      .home-main .resource-navs .el-carousel__container {
        height: 370px; } }
    @media screen and (max-width: 935px) {
      .home-main .resource-navs .el-carousel__container {
        height: 360px; } }
    @media screen and (max-width: 910px) {
      .home-main .resource-navs .el-carousel__container {
        height: 350px; } }
    @media screen and (max-width: 885px) {
      .home-main .resource-navs .el-carousel__container {
        height: 340px; } }
    @media screen and (max-width: 860px) {
      .home-main .resource-navs .el-carousel__container {
        height: 330px; } }
    @media screen and (max-width: 835px) {
      .home-main .resource-navs .el-carousel__container {
        height: 320px; } }
    @media screen and (max-width: 810px) {
      .home-main .resource-navs .el-carousel__container {
        height: 310px; } }
  @media screen and (max-width: 768px) {
    .home-main .resource-more-title {
      font-size: 18px; }
    .home-main .resource-more-title::after, .home-main .resource-more-title::before {
      margin: 0 15px; }
    .home-main .resource-more-title::after {
      margin-right: 0px; }
    .home-main .resource-more-title::before {
      margin-left: 0px; }
    .home-main .resource-navs {
      margin-top: 15px; }
      .home-main .resource-navs-items > .title {
        bottom: 0px;
        font-size: 12px; }
      .home-main .resource-navs .el-carousel__container {
        height: 153px; }
        .home-main .resource-navs .el-carousel__container .el-carousel__item {
          gap: 15px 15px; } }
  .home-main .cooperation {
    margin-top: 90px;
    margin-bottom: 95px; }
    .home-main .cooperation-navs {
      margin-top: 40px;
      display: grid;
      gap: 5px 20px;
      grid-template-columns: repeat(9, 1fr); }
      .home-main .cooperation-navs-items {
        height: 42px;
        background: #ffffff;
        border-radius: 12px;
        line-height: 42px;
        margin-bottom: 20px;
        text-align: center;
        cursor: pointer; }
      .home-main .cooperation-navs .is-active {
        color: #054E9D; }
    @media screen and (max-width: 1200px) {
      .home-main .cooperation-navs {
        grid-template-columns: repeat(7, 1fr); } }
    @media screen and (max-width: 1100px) {
      .home-main .cooperation-navs {
        grid-template-columns: repeat(6, 1fr); } }
    @media screen and (max-width: 1000px) {
      .home-main .cooperation-navs {
        grid-template-columns: repeat(5, 1fr); } }
    @media screen and (max-width: 900px) {
      .home-main .cooperation-navs {
        grid-template-columns: repeat(4, 1fr); } }
    @media screen and (max-width: 800px) {
      .home-main .cooperation-navs {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 700px) {
      .home-main .cooperation-navs {
        grid-template-columns: repeat(2, 1fr); } }
    .home-main .cooperation-more {
      width: 230px;
      height: 54px;
      border-radius: 12px;
      border: 1px solid #054E9D;
      font-weight: 400;
      font-size: 18px;
      color: #054E9D;
      line-height: 54px;
      text-align: center;
      margin: 0 auto 0 auto;
      cursor: pointer; }
    @media screen and (max-width: 768px) {
      .home-main .cooperation-navs {
        grid-template-columns: repeat(4, 1fr);
        margin-top: 20px;
        gap: 15px 15px; }
        .home-main .cooperation-navs-items {
          font-size: 12px;
          margin-bottom: 0px;
          height: 32px;
          line-height: 32px; }
      .home-main .cooperation-more {
        font-size: 16px;
        height: 45px;
        line-height: 45px; } }
  .home-main .about-box {
    width: 100%;
    background: #ffffff;
    padding: 95px 0px;
    text-align: center;
    font-weight: 400; }
    .home-main .about-box-title {
      font-weight: 700;
      font-size: 30px;
      color: #333333;
      line-height: 30px; }
    .home-main .about-box-desc {
      font-size: 18px;
      color: #666666;
      line-height: 18px;
      padding-top: 15px; }
  .home-main .about-list {
    width: 100%;
    padding: 0px 10px 90px 10px;
    background: #ffffff;
    display: grid;
    gap: 5px 25px;
    grid-template-columns: repeat(4, 1fr); }
    .home-main .about-list-items {
      background: #F9FAFB;
      border-radius: 12px;
      text-align: center;
      padding: 35px 20px; }
      .home-main .about-list-items .title {
        height: 26px;
        font-weight: 700;
        font-size: 18px;
        color: #333333;
        line-height: 24px;
        padding-top: 12px; }
      .home-main .about-list-items .desc {
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        line-height: 22px;
        padding-top: 15px; }
  @media screen and (max-width: 1400px) {
    .home-main .resource, .home-main .cooperation {
      padding: 0px 15px;
      margin-top: 30px; }
    .home-main .about-box {
      padding: 40px 0px; }
      .home-main .about-box-title {
        font-size: 30px;
        line-height: 30px; }
      .home-main .about-box-desc {
        font-size: 18px;
        line-height: 18px; } }
  @media screen and (max-width: 1200px) {
    .home-main .resource, .home-main .cooperation {
      padding: 0px 15px;
      margin-top: 30px; }
    .home-main .about-box {
      padding: 40px 0px; }
      .home-main .about-box-title {
        font-size: 30px;
        line-height: 30px; }
      .home-main .about-box-desc {
        font-size: 18px;
        line-height: 18px; } }
  @media screen and (max-width: 992px) {
    .home-main .about-box {
      padding: 40px 0px; }
      .home-main .about-box-title {
        font-size: 26px;
        line-height: 26px; }
      .home-main .about-box-desc {
        font-size: 16px;
        line-height: 16px; }
    .home-main .about-list {
      padding: 0px 10px 40px 10px;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  @media screen and (max-width: 768px) {
    .home-main .about-box-title {
      font-size: 24px;
      line-height: 24px; }
    .home-main .about-box-desc {
      font-size: 14px;
      line-height: 14px; } }
