@charset "UTF-8";
html body {
  height: 100%;
  overflow-x: hidden; }

.container {
  width: 1920px;
  margin: 0 auto;
  overflow: hidden; }
  .container .nav-box-wrapper {
    width: 1920px;
    margin: 0 auto;
    height: 70px;
    overflow-x: hidden;
    background-color: #232831; }
    .container .nav-box-wrapper .nav-box {
      width: 1200px;
      margin: 0 auto;
      height: 70px;
      overflow-x: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .container .nav-box-wrapper .nav-box .logo {
        margin-right: 100px; }
      .container .nav-box-wrapper .nav-box .menus {
        width: 600px;
        height: 17px;
        font-family: MicrosoftYaHei;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: 0px;
        display: flex;
        justify-content: space-between; }
        .container .nav-box-wrapper .nav-box .menus a {
          color: #ffffff;
          text-decoration: none; }
        .container .nav-box-wrapper .nav-box .menus a:hover {
          color: #b2e3ff; }
        .container .nav-box-wrapper .nav-box .menus .menu.active {
          border-bottom: 3px solid #fff;
          padding-bottom: 27px; }
        .container .nav-box-wrapper .nav-box .menus .menu:hover {
          border-bottom: 3px solid #fff;
          padding-bottom: 27px; }
      .container .nav-box-wrapper .nav-box .login-btn {
        width: 117px;
        height: 40px;
        background-image: linear-gradient(90deg, #35b4fc 0%, #5b90fc 100%), linear-gradient(0deg, #2175fc 0%, #4a35cc 100%);
        background-blend-mode: normal, normal;
        border-radius: 20px;
        border: none; }
        .container .nav-box-wrapper .nav-box .login-btn span {
          width: 80px;
          height: 17px;
          font-family: MicrosoftYaHei;
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          letter-spacing: 0px;
          color: #fefefe; }
      .container .nav-box-wrapper .nav-box .login-btn:hover {
        filter: alpha(opacity=70);
        opacity: 0.7; }
  .container .slider-box-wrapper {
    width: 1920px;
    margin: 0 auto;
    height: 500px;
    overflow-x: hidden; }
    .container .slider-box-wrapper .slider-box {
      width: 1920px;
      margin: 0 auto;
      height: 500px;
      overflow-x: hidden;
      /* 首页轮播 */ }
      .container .slider-box-wrapper .slider-box .swiper-box {
        width: 100%;
        height: 500px;
        position: relative; }
      .container .slider-box-wrapper .slider-box .swiper-box .swiper-container-wrap {
        position: absolute;
        width: 100%;
        height: 500px;
        top: 0;
        z-index: 9; }
      .container .slider-box-wrapper .slider-box .swiper-box .swiper-container-wrap .swiper-container {
        height: 100%; }
      .container .slider-box-wrapper .slider-box .swiper-box .swiper-slide {
        height: 500px;
        width: 100%;
        /* object-fit: cover; */
        background-repeat: no-repeat;
        background-size: auto 500px; }
      .container .slider-box-wrapper .slider-box .swiper-box .swiper-slide a {
        display: block;
        height: 100%; }
      .container .slider-box-wrapper .slider-box .swiper-desc {
        position: relative;
        z-index: 10;
        width: 1200px;
        height: 500px;
        margin: 0 auto;
        display: flex; }
        .container .slider-box-wrapper .slider-box .swiper-desc .desc-box {
          flex: 1;
          flex-direction: column;
          display: flex;
          justify-content: center; }
          .container .slider-box-wrapper .slider-box .swiper-desc .desc-box .desc {
            height: 300px; }
            .container .slider-box-wrapper .slider-box .swiper-desc .desc-box .desc .line1 {
              width: 324px;
              height: 36px;
              font-family: MicrosoftYaHei;
              font-size: 36px;
              font-weight: normal;
              font-stretch: normal;
              letter-spacing: 0px;
              color: #ffffff;
              margin-bottom: 45px; }
            .container .slider-box-wrapper .slider-box .swiper-desc .desc-box .desc .line2 {
              width: 340px;
              font-family: MicrosoftYaHei;
              font-size: 20px;
              font-weight: normal;
              font-stretch: normal;
              letter-spacing: 0px;
              color: #ffffff;
              margin-bottom: 25px; }
            .container .slider-box-wrapper .slider-box .swiper-desc .desc-box .desc .line3 {
              margin-top: 60px; }
              .container .slider-box-wrapper .slider-box .swiper-desc .desc-box .desc .line3 .use-btn {
                display: inline-block;
                width: 160px;
                height: 50px;
                background-image: linear-gradient(-50deg, #5b91fc 0%, #34b4fc 100%);
                border-radius: 5px;
                text-align: center;
                line-height: 50px;
                font-size: 20px;
                color: #fefefe;
                text-decoration: none; }
              .container .slider-box-wrapper .slider-box .swiper-desc .desc-box .desc .line3 .use-btn:hover {
                filter: alpha(opacity=70);
                opacity: 0.7; }
              .container .slider-box-wrapper .slider-box .swiper-desc .desc-box .desc .line3 .coop-btn {
                display: inline-block;
                width: 160px;
                height: 50px;
                border-radius: 5px;
                text-align: center;
                line-height: 50px;
                font-size: 20px;
                border: 1px solid #fff;
                color: #fefefe;
                text-decoration: none;
                margin-left: 15px; }
              .container .slider-box-wrapper .slider-box .swiper-desc .desc-box .desc .line3 .coop-btn:hover {
                filter: alpha(opacity=70);
                opacity: 0.7; }
  .container .core-box-wrapper {
    width: 1920px;
    margin: 0 auto;
    height: 588px;
    overflow-x: hidden;
    background-color: #ffffff; }
    .container .core-box-wrapper .core-box {
      width: 1200px;
      margin: 0 auto;
      height: 518px;
      overflow-x: hidden; }
      .container .core-box-wrapper .core-box .title {
        width: 96px;
        height: 24px;
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #232831;
        margin: 100px auto; }
        .container .core-box-wrapper .core-box .title .line {
          height: 4px;
          width: 66px;
          background: #35b4fc;
          margin: 25px auto 0; }
      .container .core-box-wrapper .core-box .items {
        margin: 0 auto;
        display: flex;
        justify-content: space-around; }
        .container .core-box-wrapper .core-box .items .item {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .container .core-box-wrapper .core-box .items .item img {
            margin-bottom: 44px; }
          .container .core-box-wrapper .core-box .items .item .desc1 {
            font-family: MicrosoftYaHei;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 30px;
            letter-spacing: 0px;
            color: #3b537f;
            margin-bottom: 20px; }
          .container .core-box-wrapper .core-box .items .item .desc2 {
            font-family: MicrosoftYaHei;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 30px;
            letter-spacing: 0px;
            color: #3b537f;
            margin-bottom: 15px; }
  .container .about-box-wrapper {
    width: 1920px;
    margin: 0 auto;
    height: 675px;
    overflow-x: hidden;
    background-color: #f5f9fc; }
    .container .about-box-wrapper .about-box {
      width: 1200px;
      margin: 0 auto;
      height: 675px;
      overflow-x: hidden; }
      .container .about-box-wrapper .about-box .title {
        width: 96px;
        height: 24px;
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #232831;
        margin: 100px auto; }
        .container .about-box-wrapper .about-box .title .line {
          height: 4px;
          width: 66px;
          background: #35b4fc;
          margin: 25px auto 0; }
      .container .about-box-wrapper .about-box .desc {
        display: flex; }
        .container .about-box-wrapper .about-box .desc .picture {
          width: 541px;
          height: 304px; }
          .container .about-box-wrapper .about-box .desc .picture img {
            width: 450px;
            height: 285px; }
        .container .about-box-wrapper .about-box .desc .detail {
          width: 612px;
          height: 287px;
          font-family: MicrosoftYaHei;
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 30px;
          letter-spacing: 0px;
          color: #3b537f; }
          .container .about-box-wrapper .about-box .desc .detail p {
            text-indent: 2em; }
  .container .coop-box-wrapper {
    width: 1920px;
    margin: 0 auto;
    height: 665px;
    overflow-x: hidden;
    background-color: #ffffff; }
    .container .coop-box-wrapper .coop-box {
      width: 1200px;
      margin: 0 auto;
      height: 665px;
      overflow-x: hidden; }
      .container .coop-box-wrapper .coop-box .title {
        width: 96px;
        height: 24px;
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #232831;
        margin: 100px auto; }
        .container .coop-box-wrapper .coop-box .title .line {
          height: 4px;
          width: 66px;
          background: #35b4fc;
          margin: 25px auto 0; }
      .container .coop-box-wrapper .coop-box .rows .row {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 800px;
        margin: 0 auto;
        margin-top: 35px; }
        .container .coop-box-wrapper .coop-box .rows .row img {
          border: 1px solid #e8e8e8; }
  .container .contact-box-wrapper {
    width: 1920px;
    margin: 0 auto;
    height: 557px;
    overflow-x: hidden;
    background-color: #f5f9fc; }
    .container .contact-box-wrapper .contact-box {
      width: 1200px;
      margin: 0 auto;
      height: 557px;
      overflow-x: hidden; }
      .container .contact-box-wrapper .contact-box .title {
        width: 96px;
        height: 24px;
        font-family: MicrosoftYaHei;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #232831;
        margin: 100px auto; }
        .container .contact-box-wrapper .contact-box .title .line {
          height: 4px;
          width: 66px;
          background: #35b4fc;
          margin: 25px auto 0; }
      .container .contact-box-wrapper .contact-box .items {
        margin: 0 auto;
        display: flex;
        justify-content: space-around; }
        .container .contact-box-wrapper .contact-box .items .item {
          display: flex;
          flex-direction: column;
          align-items: center;
          flex: 1; }
          .container .contact-box-wrapper .contact-box .items .item img {
            margin-bottom: 15px;
            height: 37px;
            width: 37px; }
          .container .contact-box-wrapper .contact-box .items .item .desc1 {
            font-family: MicrosoftYaHei;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 30px;
            letter-spacing: 0px;
            color: #3b537f;
            margin-bottom: 20px; }
          .container .contact-box-wrapper .contact-box .items .item .desc2 {
            font-family: MicrosoftYaHei;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 30px;
            letter-spacing: 0px;
            color: #3b537f;
            margin-bottom: 15px;
            text-align: center; }
  .container .bottom-box-wrapper {
    width: 1920px;
    margin: 0 auto;
    height: 166px;
    overflow-x: hidden;
    background-color: #232831; }
    .container .bottom-box-wrapper .bottom-box {
      width: 1200px;
      margin: 0 auto;
      height: 166px;
      overflow-x: hidden;
      display: flex;
      align-items: center; }
      .container .bottom-box-wrapper .bottom-box .left {
        flex: 1; }
        .container .bottom-box-wrapper .bottom-box .left .copyright-info {
          height: 42px;
          font-family: PingFang-SC-Regular;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 30px;
          letter-spacing: 0px;
          color: #a8b9c0; }
      .container .bottom-box-wrapper .bottom-box .middle {
        flex: 2; }
      .container .bottom-box-wrapper .bottom-box .right {
        flex: 1;
        display: flex;
        align-items: center; }
        .container .bottom-box-wrapper .bottom-box .right img {
          height: 85px;
          width: 85px; }
        .container .bottom-box-wrapper .bottom-box .right span {
          margin-left: 20px;
          font-family: PingFang-SC-Regular;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 24px;
          letter-spacing: 0px;
          color: #a8b9c0; }

/*# sourceMappingURL=index.css.map */
