@charset "UTF-8";
body {
  background: #F9FBFC; }

.main-box {
  width: 100%; }
  .main-box > .main-title {
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 58px;
    font-family: PingFangBold; }
    .main-box > .main-title.no-margin {
      margin-bottom: 0; }
  .main-box > .small-title {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-family: PingFangRegular;
    margin-top: 10px; }
  .main-box .box-in {
    width: 1230px;
    margin: 0 auto; }
  .main-box .box-in-1230 {
    width: 1230px;
    margin: 0 auto; }

.main-padding {
  padding: 80px 0; }
  .main-padding.no-top {
    padding-top: 0; }

.hidden-font {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.hidden-font-2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.hidden-font-3 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.header {
  background: #F6FBFE; }
  .header.index-header {
    position: fixed;
    z-index: 2023;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    transition: all linear .7s; }
  .header.back-header {
    background: #FFFFFF;
    position: fixed;
    z-index: 2023;
    top: 0;
    left: 0; }
  .header .box-in {
    display: flex;
    align-items: center;
    height: 60px; }
    .header .box-in .logo {
      display: block;
      width: 93px; }
      .header .box-in .logo img {
        display: block;
        width: 100%; }
    .header .box-in .menu {
      display: flex;
      margin-left: 30px; }
      .header .box-in .menu > li {
        padding: 0 32px;
        position: relative;
        line-height: 60px; }
        .header .box-in .menu > li > a {
          display: flex;
          align-items: center; }
          .header .box-in .menu > li > a span {
            transition: color linear .3s;
            color: #000000;
            font-size: 14px; }
          .header .box-in .menu > li > a img {
            width: 14px;
            height: 14pxpx;
            display: block;
            margin-left: 5px; }
          .header .box-in .menu > li > a:hover span, .header .box-in .menu > li > a.active span {
            color: #316AFF; }
        .header .box-in .menu > li:hover .children {
          max-height: 360px; }
        .header .box-in .menu > li .children {
          max-height: 0px;
          overflow: hidden;
          position: absolute;
          transition: max-height linear .3s;
          background: #ffffff;
          left: 32px;
          top: 58px;
          width: 160px; }
          .header .box-in .menu > li .children li {
            padding: 15px 30px;
            line-height: 14px; }
            .header .box-in .menu > li .children li a {
              color: #000000;
              font-size: 14px;
              transition: color linear .3s; }
            .header .box-in .menu > li .children li:hover a, .header .box-in .menu > li .children li.active a {
              color: #316AFF; }
    .header .box-in .button {
      flex: 1;
      text-align: right; }
      .header .box-in .button a {
        height: 28px;
        line-height: 28px;
        background: #316AFF;
        font-size: 14px;
        color: #fff;
        border-radius: 30px;
        padding: 5px 25px; }

.header-zhanwei {
  width: 100%;
  height: 58px;
  background: #e9effb; }

.footer {
  background: #000000; }
  .footer .box-in {
    width: 1000px; }
    .footer .box-in .foter-links {
      padding: 50px 0;
      display: flex;
      justify-content: space-between; }
      .footer .box-in .foter-links .footer-link-item .link-title {
        font-weight: 800;
        font-size: 14px;
        color: #FFFFFF; }
      .footer .box-in .foter-links .footer-link-item .link-items {
        margin-top: 10px; }
        .footer .box-in .foter-links .footer-link-item .link-items a {
          display: block;
          font-weight: 500;
          font-size: 12px;
          color: #d9d9d9;
          margin-top: 10px;
          font-family: PingFangRegular; }
      .footer .box-in .foter-links .footer-link-item .wechat-code {
        display: block;
        width: 84px;
        margin-top: 16px; }
      .footer .box-in .foter-links .footer-link-item > a {
        width: 86px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: #1364FE;
        border-radius: 42px;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        display: block;
        margin-top: 32px; }
  .footer .footer-form-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 4; }
    .footer .footer-form-box .bg-img {
      display: block;
      width: 100%; }
    .footer .footer-form-box .close-img {
      position: absolute;
      top: 12px;
      right: 24px;
      width: 24px;
      cursor: pointer;
      z-index: 3; }
    .footer .footer-form-box .form-content-in {
      display: flex;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
      .footer .footer-form-box .form-content-in .form-in {
        height: 36px;
        line-height: 36px;
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto; }
        .footer .footer-form-box .form-content-in .form-in .main-title {
          font-weight: 500;
          font-size: 20px;
          color: #FFFFFF;
          font-family: PingFangRegular; }
        .footer .footer-form-box .form-content-in .form-in input {
          display: block;
          width: 162px;
          height: 36px;
          background: #FFFFFF;
          border-radius: 62px;
          border: 0;
          outline: none;
          font-size: 14px;
          padding-left: 12px;
          font-size: 12px;
          color: #000000; }
        .footer .footer-form-box .form-content-in .form-in input::-webkit-input-placeholder {
          color: #354459; }
        .footer .footer-form-box .form-content-in .form-in input:-moz-placeholder {
          color: #354459; }
        .footer .footer-form-box .form-content-in .form-in input::-moz-placeholder {
          color: #354459; }
        .footer .footer-form-box .form-content-in .form-in input:-ms-input-placeholder {
          color: #354459; }
        .footer .footer-form-box .form-content-in .form-in .button {
          width: 126px;
          height: 36px;
          background: #000000;
          border-radius: 62px;
          font-size: 14px;
          color: #ffffff;
          text-align: center;
          cursor: pointer; }

.form-res-box {
  background: #ffffff;
  border-radius: 5px;
  width: 340px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #106CFF;
  position: fixed;
  z-index: 100002;
  left: 50%;
  margin-left: -170px;
  bottom: 120px;
  transform: translateY(200px);
  transition: transform .3s linear; }

.public-page {
  display: flex;
  align-items: center;
  justify-content: center; }
  .public-page a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #E7EAF0;
    transition: all 0.3s linear;
    display: block;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 48px;
    color: #3d3d3d; }
    .public-page a.active, .public-page a:hover {
      background-color: #1787ff;
      color: #fff; }
    .public-page a.count {
      color: #3d3d3d;
      background: transparent;
      width: auto !important;
      border-color: transparent; }

.right-contact-box {
  position: fixed;
  right: 20px;
  bottom: 180px;
  z-index: 2026; }
  .right-contact-box .right-contact-items {
    width: 64px;
    height: 64px;
    background: #224DA0;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    z-index: 2024; }
    .right-contact-box .right-contact-items .top-content {
      padding-top: 8px; }
      .right-contact-box .right-contact-items .top-content > img {
        display: block;
        width: 24px;
        margin: 0 auto; }
      .right-contact-box .right-contact-items .top-content p {
        font-size: 12px;
        font-family: PingFangBold;
        color: #FFFFFF;
        text-align: center;
        margin-top: 8px; }
    .right-contact-box .right-contact-items .top-hover {
      position: absolute;
      top: 0;
      right: -320px;
      z-index: 2023; }
      .right-contact-box .right-contact-items .top-hover.wechat-box {
        width: 280px;
        background: #FFFFFF;
        padding: 24px; }
        .right-contact-box .right-contact-items .top-hover.wechat-box > img {
          display: block;
          width: 100%; }
        .right-contact-box .right-contact-items .top-hover.wechat-box p {
          font-size: 14px;
          color: #333333;
          font-family: PingFangBold;
          text-align: center;
          margin-top: 10px; }
      .right-contact-box .right-contact-items .top-hover.contact-box {
        width: 180px;
        background: #FFFFFF;
        padding: 24px; }
        .right-contact-box .right-contact-items .top-hover.contact-box p {
          font-size: 14px;
          color: #333333;
          font-family: PingFangBold; }
          .right-contact-box .right-contact-items .top-hover.contact-box p:last-child {
            font-weight: bold;
            font-size: 16px;
            margin-top: 10px; }

.footer-contact {
  background: linear-gradient(90deg, #ECF5FD 0%, #F5F0FE 100%); }
  .footer-contact .box-in .box-services {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    .footer-contact .box-in .box-services .item {
      display: flex;
      align-items: center;
      margin-right: 66px; }
      .footer-contact .box-in .box-services .item:last-child {
        margin-right: 0; }
      .footer-contact .box-in .box-services .item img {
        display: block;
        width: 12px; }
      .footer-contact .box-in .box-services .item span {
        font-weight: 400;
        font-size: 12px;
        color: #000000;
        font-family: PingFangRegular;
        padding-left: 3px; }
  .footer-contact .box-in > a {
    display: block;
    margin: 36px auto 0 auto;
    width: 126px;
    height: 38px;
    line-height: 38px;
    background: #1364FE;
    border-radius: 62px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center; }

.footer-contact-theme-1 {
  width: 100%;
  position: relative; }
  .footer-contact-theme-1 > img {
    display: block;
    width: 100%; }
  .footer-contact-theme-1 .box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .footer-contact-theme-1 .box-content .box-content-in {
      display: flex;
      align-items: center;
      height: 100%; }
      .footer-contact-theme-1 .box-content .box-content-in .banner-fonts {
        width: 100%; }
        .footer-contact-theme-1 .box-content .box-content-in .banner-fonts h5 {
          font-weight: 800;
          font-size: 36px;
          color: #1A3245;
          font-family: PingFangBold;
          text-align: center; }
          .footer-contact-theme-1 .box-content .box-content-in .banner-fonts h5 span {
            color: #1364FE; }
        .footer-contact-theme-1 .box-content .box-content-in .banner-fonts .s-title {
          margin-top: 20px;
          font-weight: 400;
          font-size: 18px;
          color: #000000;
          font-family: PingFangRegular;
          text-align: center; }
        .footer-contact-theme-1 .box-content .box-content-in .banner-fonts .buttons {
          display: flex;
          justify-content: center; }
          .footer-contact-theme-1 .box-content .box-content-in .banner-fonts .buttons a {
            display: block;
            width: 154px;
            height: 49px;
            background: #1364FE;
            border-radius: 44px;
            color: #FFFFFF;
            text-align: center;
            line-height: 49px;
            margin-top: 38px;
            font-size: 14px;
            border: 1px solid transparent; }

/* 定义旋转动画 */
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes backAndForth {
  0% {
    transform: translate(0); }
  100% {
    transform: translate(60px); } }
@keyframes backAndForthLeft {
  0% {
    transform: translate(-20px); }
  100% {
    transform: translate(0); } }
.banner-box {
  width: 100%;
  position: relative; }
  .banner-box .banner-swiper .swiper-slide .banner-layer {
    width: 100%;
    height: 100%;
    background-image: url("https://oss.qjzhuli.com/site/index/index-banner-layer-1920.png");
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1; }
  .banner-box .banner-swiper .swiper-slide > img {
    display: block;
    width: 100%; }
  .banner-box .banner-swiper .swiper-slide .banner-video {
    width: 100%;
    display: block; }
  .banner-box .banner-swiper .swiper-slide .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .banner-box .banner-swiper .swiper-slide .banner-content .banner-content-in {
      display: flex;
      align-items: center;
      height: 100%; }
      .banner-box .banner-swiper .swiper-slide .banner-content .banner-content-in .banner-fonts h1 {
        font-size: 48px;
        color: #000000;
        font-weight: 800;
        font-family: PingFangBold; }
        .banner-box .banner-swiper .swiper-slide .banner-content .banner-content-in .banner-fonts h1 span {
          color: #1364FE; }
      .banner-box .banner-swiper .swiper-slide .banner-content .banner-content-in .banner-fonts h4 {
        font-weight: 500;
        font-size: 20px;
        color: #354459;
        margin-top: 40px;
        line-height: 1.8; }
      .banner-box .banner-swiper .swiper-slide .banner-content .banner-content-in .banner-fonts a {
        display: block;
        width: 153px;
        height: 49px;
        text-align: center;
        line-height: 49px;
        background: #1364FE;
        color: #ffffff;
        font-weight: 400;
        font-size: 16px;
        border-radius: 42px;
        margin-top: 44px; }

.qs-box {
  background: #ffffff; }
  .qs-box .box-in {
    display: flex;
    justify-content: space-between; }
    .qs-box .box-in .box-item {
      width: 292px;
      height: 192px;
      padding: 30px 24px;
      background: #F5F8FD;
      border-radius: 12px; }
      .qs-box .box-in .box-item .icon {
        width: 43px;
        height: 32px; }
        .qs-box .box-in .box-item .icon img {
          width: 100%; }
      .qs-box .box-in .box-item .title {
        font-weight: 800;
        font-size: 18px;
        color: #000000;
        margin-top: 24px; }
      .qs-box .box-in .box-item .description {
        font-size: 14px;
        color: #354459;
        line-height: 20px;
        font-weight: 400;
        margin-top: 10px; }

.functions-box {
  background: #F5F8FD; }
  .functions-box .box-in {
    display: flex;
    justify-content: space-between; }
    .functions-box .box-in .function-items {
      width: 260px; }
      .functions-box .box-in .function-items .function-item {
        padding: 0 24px;
        height: 50px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        transition: .3s linear all;
        cursor: pointer; }
        .functions-box .box-in .function-items .function-item img {
          width: 20px;
          display: block; }
          .functions-box .box-in .function-items .function-item img.click {
            display: none; }
        .functions-box .box-in .function-items .function-item span {
          font-weight: 500;
          font-size: 14px;
          color: #000000;
          padding-left: 18px; }
        .functions-box .box-in .function-items .function-item.active, .functions-box .box-in .function-items .function-item:hover {
          background: #1364FE; }
          .functions-box .box-in .function-items .function-item.active span, .functions-box .box-in .function-items .function-item:hover span {
            color: #ffffff; }
          .functions-box .box-in .function-items .function-item.active img.click, .functions-box .box-in .function-items .function-item:hover img.click {
            display: block; }
          .functions-box .box-in .function-items .function-item.active img.defult, .functions-box .box-in .function-items .function-item:hover img.defult {
            display: none; }
    .functions-box .box-in .function-content {
      width: 890px;
      height: 540px;
      background: linear-gradient(0deg, #BED1FF 0%, #E7EEFF 100%);
      border-radius: 18px;
      position: relative;
      overflow: hidden; }
      .functions-box .box-in .function-content .layer {
        width: 890px;
        height: 184px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3;
        background: url("https://oss.qjzhuli.com/site/layout/function-layer.png");
        background-size: cover; }
      .functions-box .box-in .function-content .swiper-slide {
        position: relative;
        opacity: 0 !important; }
        .functions-box .box-in .function-content .swiper-slide.swiper-slide-active {
          opacity: 1 !important; }
        .functions-box .box-in .function-content .swiper-slide img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 2; }
        .functions-box .box-in .function-content .swiper-slide .title {
          font-weight: 800;
          font-size: 20px;
          color: #000000;
          margin-top: 50px;
          text-align: center; }
          .functions-box .box-in .function-content .swiper-slide .title span {
            color: #1364FE; }
        .functions-box .box-in .function-content .swiper-slide .left-desc {
          width: 360px;
          margin-top: 50px; }
          .functions-box .box-in .function-content .swiper-slide .left-desc .stitle {
            font-size: 32px;
            font-weight: 500;
            color: #333333; }
          .functions-box .box-in .function-content .swiper-slide .left-desc .scontent {
            font-size: 18px;
            font-family: Alibaba PuHuiTi -53 Regular, Alibaba PuHuiTi 20;
            font-weight: 400;
            color: #828E9F;
            line-height: 32px;
            margin-top: 24px; }
          .functions-box .box-in .function-content .swiper-slide .left-desc .btn {
            width: 160px;
            height: 56px;
            line-height: 56px;
            display: block;
            background: #316AFF;
            border-radius: 4px 4px 4px 4px;
            opacity: 1;
            border: 1px solid #041364;
            margin-top: 67px;
            text-align: center;
            color: #FFFFFF; }
      .functions-box .box-in .function-content .swiper-pagination {
        text-align: left; }
        .functions-box .box-in .function-content .swiper-pagination .swiper-pagination-bullet {
          width: 80px;
          height: 4px;
          border-radius: 0;
          background: rgba(49, 106, 255, 0.2); }
          .functions-box .box-in .function-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #316aff; }
      .functions-box .box-in .function-content.sales-content2 .swiper-pagination {
        bottom: 40px; }

.advantages {
  background: #F5F8FD; }
  .advantages .box-in .advantages-list {
    display: flex;
    justify-content: space-between;
    padding: 0 250px; }
    .advantages .box-in .advantages-list .advantages-item {
      font-weight: 400;
      font-size: 16px;
      color: #000000;
      position: relative;
      padding-bottom: 11px;
      cursor: pointer; }
      .advantages .box-in .advantages-list .advantages-item:before {
        position: absolute;
        content: '';
        bottom: 0;
        width: 0;
        height: 2px;
        background: #1364FE;
        left: 25%;
        transition: width linear .3s; }
      .advantages .box-in .advantages-list .advantages-item.active, .advantages .box-in .advantages-list .advantages-item:hover {
        color: #1364FE; }
        .advantages .box-in .advantages-list .advantages-item.active:before, .advantages .box-in .advantages-list .advantages-item:hover:before {
          width: 50%; }
  .advantages .box-in .advantages-content {
    margin-top: 30px; }
    .advantages .box-in .advantages-content .swiper-slide {
      padding: 25px; }
      .advantages .box-in .advantages-content .swiper-slide .box-content {
        display: flex;
        justify-content: space-between; }
        .advantages .box-in .advantages-content .swiper-slide .box-content .left-box {
          width: 490px;
          height: 440px;
          background: #FFFFFF;
          border-radius: 18px 0 0 18px;
          box-shadow: 0px 2px 19px 6px #e7e9ef;
          padding: 38px 32px; }
          .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .title {
            display: flex;
            align-items: flex-end; }
            .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .title span {
              font-size: 27px;
              color: #000000;
              line-height: 27px;
              display: block; }
            .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .title img {
              width: 12px;
              display: block;
              margin-left: 10px;
              animation: rotateAnimation 1.5s ease-in-out infinite;
              /* 加速开始和结束 */ }
          .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .content-items {
            padding-top: 16px; }
            .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .content-items .item {
              display: flex;
              align-items: flex-start;
              margin-top: 20px; }
              .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .content-items .item img {
                width: 12px;
                margin-top: 4px; }
              .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .content-items .item p {
                font-size: 12px;
                margin-left: 5px;
                font-weight: 400;
                font-family: PingFangRegular;
                line-height: 1.6;
                flex: 1; }
                .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .content-items .item p span {
                  font-weight: 800;
                  color: #000000;
                  font-family: PingFangBold; }
          .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .content-buttons {
            display: flex;
            justify-content: space-between; }
            .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .content-buttons a {
              display: block;
              width: 180px;
              height: 39px;
              background: #1364FE;
              border-radius: 5px 5px 5px 5px;
              color: #FFFFFF;
              text-align: center;
              line-height: 39px;
              margin-top: 38px;
              font-size: 14px; }
              .advantages .box-in .advantages-content .swiper-slide .box-content .left-box .content-buttons a:last-child {
                background: #FFFFFF;
                box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
                border-radius: 5px 5px 5px 5px;
                color: #000000; }
        .advantages .box-in .advantages-content .swiper-slide .box-content .right-box {
          width: 760px;
          height: 440px;
          padding: 40px;
          background: linear-gradient(90deg, #C0D3FF 0%, #DDDFF9 100%);
          border-radius: 0 18px 18px 0;
          box-shadow: 9px 0px 19px 0px #e7e9ef;
          display: flex;
          align-items: center; }
          .advantages .box-in .advantages-content .swiper-slide .box-content .right-box img {
            width: 100%;
            display: block; }

.case {
  background: #ffffff;
  overflow: hidden; }
  .case .box-in > .case-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .case .box-in > .case-title h4 {
      font-weight: 700;
      font-size: 32px;
      font-family: PingFangBold; }
  .case .box-in .arrow {
    display: flex;
    justify-content: center;
    align-items: center; }
    .case .box-in .arrow > div {
      width: 38px;
      height: 38px;
      cursor: pointer; }
      .case .box-in .arrow > div img {
        display: block;
        width: 100%; }
      .case .box-in .arrow > div.swiper-button-disabled {
        opacity: .3; }
  .case .case-content .case-swiper {
    margin-top: 48px;
    cursor: pointer; }
    .case .case-content .case-swiper .swiper-slide {
      width: 353px !important;
      height: 386px;
      position: relative; }
      .case .case-content .case-swiper .swiper-slide .swiper-content {
        width: 353px;
        height: 386px;
        background: #F6F6FB;
        border-radius: 24px;
        overflow: hidden; }
        .case .case-content .case-swiper .swiper-slide .swiper-content .top-img {
          width: 100%; }
          .case .case-content .case-swiper .swiper-slide .swiper-content .top-img img {
            display: block;
            width: 100%; }
        .case .case-content .case-swiper .swiper-slide .swiper-content .swiper-content-fonts {
          padding: 45px 30px; }
          .case .case-content .case-swiper .swiper-slide .swiper-content .swiper-content-fonts .case-title {
            font-weight: 700;
            font-size: 26px;
            color: #000000; }
          .case .case-content .case-swiper .swiper-slide .swiper-content .swiper-content-fonts .case-small-title {
            font-size: 16px;
            color: #000000;
            font-weight: 500;
            margin-top: 20px; }
          .case .case-content .case-swiper .swiper-slide .swiper-content .swiper-content-fonts .left-arrow {
            margin-top: 60px;
            animation: backAndForth 2s ease-in-out infinite;
            /* 加速开始和结束 */ }
      .case .case-content .case-swiper .swiper-slide .swiper-content-in {
        width: 353px;
        height: 386px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, #ECECF0 0%, #E5E8F9 100%);
        border-radius: 24px;
        overflow: hidden;
        transform: scale(0);
        transition: transform .3s linear; }
        .case .case-content .case-swiper .swiper-slide .swiper-content-in .swiper-content-in-content {
          width: 100%;
          height: 100%;
          padding: 30px; }
          .case .case-content .case-swiper .swiper-slide .swiper-content-in .swiper-content-in-content .case-title {
            font-weight: 700;
            font-size: 26px;
            color: #000000; }
          .case .case-content .case-swiper .swiper-slide .swiper-content-in .swiper-content-in-content .case-small-title {
            font-size: 16px;
            color: #000000;
            font-weight: 500;
            margin-top: 20px; }
          .case .case-content .case-swiper .swiper-slide .swiper-content-in .swiper-content-in-content .industry-item {
            margin-top: 48px; }
            .case .case-content .case-swiper .swiper-slide .swiper-content-in .swiper-content-in-content .industry-item .item {
              display: flex;
              align-items: center;
              margin-top: 18px; }
              .case .case-content .case-swiper .swiper-slide .swiper-content-in .swiper-content-in-content .industry-item .item img {
                width: 12px;
                height: 12px;
                display: block; }
              .case .case-content .case-swiper .swiper-slide .swiper-content-in .swiper-content-in-content .industry-item .item span {
                font-size: 14px;
                color: #000000;
                padding-left: 5px;
                font-family: PingFangRegular; }
          .case .case-content .case-swiper .swiper-slide .swiper-content-in .swiper-content-in-content > a {
            display: flex;
            justify-content: space-between;
            width: 152px;
            height: 32px;
            border-radius: 38px;
            border: 1px solid #000000;
            align-items: center;
            padding: 0 15px;
            margin-top: 54px; }
            .case .case-content .case-swiper .swiper-slide .swiper-content-in .swiper-content-in-content > a span {
              font-size: 12px;
              color: #000000;
              font-family: PingFangRegular; }
            .case .case-content .case-swiper .swiper-slide .swiper-content-in .swiper-content-in-content > a img {
              width: 18px;
              height: 18px; }
      .case .case-content .case-swiper .swiper-slide:hover .swiper-content-in {
        transform: scale(1); }

.profession {
  background: #F5F8FD; }
  .profession .box-in .company-box {
    margin-top: 160px;
    display: flex;
    justify-content: space-between; }
    .profession .box-in .company-box .company-item {
      width: 360px;
      border-radius: 15px;
      background: #ffffff;
      height: 380px; }
      .profession .box-in .company-box .company-item .card {
        border-bottom: 1px solid;
        border-image: linear-gradient(90deg, #d7eaff, #d8f6fd) 1 1;
        display: flex;
        align-items: center;
        padding: 0 26px;
        padding-bottom: 25px;
        padding-top: 48px; }
        .profession .box-in .company-box .company-item .card .card-avatar {
          width: 55px;
          height: 55px; }
          .profession .box-in .company-box .company-item .card .card-avatar img {
            display: block;
            width: 100%; }
        .profession .box-in .company-box .company-item .card .card-name {
          margin-left: 15px; }
          .profession .box-in .company-box .company-item .card .card-name .name {
            font-weight: 800;
            font-size: 19px;
            color: #000000; }
          .profession .box-in .company-box .company-item .card .card-name .position {
            font-weight: 500;
            font-size: 12px;
            color: #000000;
            font-family: PingFangRegular;
            margin-top: 4px; }
      .profession .box-in .company-box .company-item .number-desc {
        padding: 0 26px;
        padding-top: 48px;
        padding-bottom: 30px;
        height: 260px; }
        .profession .box-in .company-box .company-item .number-desc .number-top {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .profession .box-in .company-box .company-item .number-desc .number-top .number-left .number {
            font-weight: 500;
            font-size: 12px;
            color: #000000; }
            .profession .box-in .company-box .company-item .number-desc .number-top .number-left .number span {
              font-size: 44px; }
          .profession .box-in .company-box .company-item .number-desc .number-top .company-logo {
            width: 62px; }
            .profession .box-in .company-box .company-item .number-desc .number-top .company-logo img {
              display: block;
              width: 100%; }
        .profession .box-in .company-box .company-item .number-desc .used {
          font-weight: 500;
          font-size: 14px;
          color: #000000; }
        .profession .box-in .company-box .company-item .number-desc .desc {
          line-height: 1.6;
          font-size: 12px;
          color: #000000;
          margin-top: 32px;
          font-family: PingFangRegular; }
          .profession .box-in .company-box .company-item .number-desc .desc strong {
            font-family: PingFangBold; }
      .profession .box-in .company-box .company-item:nth-child(2) {
        transform: scale(1.3); }
        .profession .box-in .company-box .company-item:nth-child(2) .card {
          border-bottom: none;
          position: relative; }
          .profession .box-in .company-box .company-item:nth-child(2) .card .card-avatar {
            width: 268px;
            position: absolute;
            top: -69px;
            right: 0;
            display: block; }
        .profession .box-in .company-box .company-item:nth-child(2) .number-desc {
          border-radius: 0 0 15px 15px;
          background: linear-gradient(180deg, #eaebf0 0%, #ffffff 100%);
          box-shadow: 0px 10px 21px 0px rgba(85, 115, 170, 0.1), 0px 38px 38px 0px rgba(85, 115, 170, 0.09), 0px 86px 52px 0px rgba(85, 115, 170, 0.05), 0px 153px 61px 0px rgba(85, 115, 170, 0.01), 0px 240px 67px 0px rgba(85, 115, 170, 0); }
  .profession .box-in .partners {
    margin-top: 60px;
    padding: 80px 0; }
    .profession .box-in .partners .partners-level {
      margin-top: 46px;
      display: flex;
      justify-content: center; }
      .profession .box-in .partners .partners-level a {
        display: block;
        width: 120px;
        margin-right: 19px; }
        .profession .box-in .partners .partners-level a:last-child {
          margin-right: 0; }

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