@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 img {
    display: block;
    width: 100%; }
  .banner-box .banner-video {
    width: 100%;
    display: block; }
  .banner-box .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .banner-box .banner-content .banner-content-in {
      display: flex;
      align-items: center;
      height: 100%; }
      .banner-box .banner-content .banner-content-in .banner-fonts h1 {
        font-weight: 800;
        font-size: 42px;
        color: #1A3245;
        font-family: PingFangBold; }
        .banner-box .banner-content .banner-content-in .banner-fonts h1 span {
          color: #1364FE; }
      .banner-box .banner-content .banner-content-in .banner-fonts .risk-desc {
        font-weight: 500;
        font-size: 16px;
        color: #354459;
        line-height: 30px;
        margin-top: 10px; }
      .banner-box .banner-content .banner-content-in .banner-fonts .buttons {
        display: flex; }
        .banner-box .banner-content .banner-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;
          margin-right: 30px;
          border: 1px solid transparent; }
          .banner-box .banner-content .banner-content-in .banner-fonts .buttons a:last-child {
            margin-right: 0; }
          .banner-box .banner-content .banner-content-in .banner-fonts .buttons a:last-child {
            background: transparent;
            border-color: #1364FE;
            color: #1364FE; }

.risk-m1 .up-content {
  display: flex;
  justify-content: space-between; }
  .risk-m1 .up-content .up-item {
    padding: 68px 18px 24px 18px;
    width: 282px;
    background: #F6F9FF;
    border-radius: 17px 17px 17px 17px; }
    .risk-m1 .up-content .up-item .top-icon {
      width: 84px;
      height: 106px;
      margin: 0 auto; }
      .risk-m1 .up-content .up-item .top-icon img {
        display: block;
        width: 100%;
        object-fit: contain; }
    .risk-m1 .up-content .up-item .up-title {
      font-weight: 800;
      font-size: 22px;
      color: #354459;
      text-align: center;
      margin-top: 15px; }
    .risk-m1 .up-content .up-item .up-content {
      font-weight: 500;
      font-size: 15px;
      color: #354459;
      line-height: 30px;
      margin-top: 15px; }

.risk-m2 {
  background: #F5F8FD; }
  .risk-m2 .header-titles {
    background: #ffffff;
    border-radius: 100px;
    padding: 3px;
    width: 816px;
    margin: 0 auto; }
    .risk-m2 .header-titles.item-4 {
      width: 654px; }
    .risk-m2 .header-titles .header-box-in {
      position: relative;
      height: 58px;
      line-height: 58px; }
      .risk-m2 .header-titles .header-box-in .title-items {
        display: flex;
        position: relative;
        z-index: 3; }
        .risk-m2 .header-titles .header-box-in .title-items .item {
          width: 162px;
          text-align: center;
          font-size: 16px;
          color: #000000;
          cursor: pointer; }
      .risk-m2 .header-titles .header-box-in .title-position {
        width: 162px;
        position: absolute;
        left: 0;
        height: 58px;
        top: 0;
        background: #E2EDFF;
        border-radius: 100px 100px 100px 100px;
        z-index: 2; }
  .risk-m2 .risk-m2-swiper {
    margin-top: 68px; }
    .risk-m2 .risk-m2-swiper .swiper-slide {
      opacity: 0 !important; }
      .risk-m2 .risk-m2-swiper .swiper-slide.swiper-slide-active {
        opacity: 1 !important; }
    .risk-m2 .risk-m2-swiper .swiper-content {
      width: 1230px;
      height: 430px;
      background: linear-gradient(0deg, #5AB9FF 0%, #1364FE 100%);
      border-radius: 18px;
      display: flex;
      justify-content: space-between;
      padding: 0 70px;
      align-items: center; }
      .risk-m2 .risk-m2-swiper .swiper-content .content-fonts {
        width: 420px; }
        .risk-m2 .risk-m2-swiper .swiper-content .content-fonts .f-title {
          font-weight: 800;
          font-size: 40px;
          color: #FFFFFF; }
        .risk-m2 .risk-m2-swiper .swiper-content .content-fonts .f-content {
          font-size: 16px;
          color: #FFFFFF;
          line-height: 32px;
          margin-top: 36px;
          font-family: PingFangRegular; }
        .risk-m2 .risk-m2-swiper .swiper-content .content-fonts > a {
          width: 126px;
          height: 37px;
          line-height: 37px;
          text-align: center;
          background: #182B4B;
          border-radius: 62px;
          font-size: 16px;
          color: #FFFFFF;
          font-family: PingFangRegular;
          display: block;
          margin-top: 80px; }
      .risk-m2 .risk-m2-swiper .swiper-content > img {
        display: block;
        width: 565px; }
    .risk-m2 .risk-m2-swiper.wechat-m2 .swiper-content {
      padding: 0; }
      .risk-m2 .risk-m2-swiper.wechat-m2 .swiper-content .content-fonts {
        width: 462px;
        padding-left: 40px; }
        .risk-m2 .risk-m2-swiper.wechat-m2 .swiper-content .content-fonts .f-content {
          font-size: 14px;
          color: #FFFFFF;
          line-height: 32px;
          margin-top: 36px;
          font-family: PingFangRegular; }
        .risk-m2 .risk-m2-swiper.wechat-m2 .swiper-content .content-fonts > a {
          margin-top: 40px; }
      .risk-m2 .risk-m2-swiper.wechat-m2 .swiper-content > img {
        display: block;
        width: 736px; }
    .risk-m2 .risk-m2-swiper.customer-m2 .swiper-content {
      padding: 0; }
      .risk-m2 .risk-m2-swiper.customer-m2 .swiper-content .content-fonts {
        width: 580px;
        padding-left: 80px; }
        .risk-m2 .risk-m2-swiper.customer-m2 .swiper-content .content-fonts .f-content {
          font-size: 14px;
          color: #FFFFFF;
          line-height: 32px;
          margin-top: 36px;
          font-family: PingFangRegular; }
        .risk-m2 .risk-m2-swiper.customer-m2 .swiper-content .content-fonts > a {
          margin-top: 40px; }
      .risk-m2 .risk-m2-swiper.customer-m2 .swiper-content > img {
        display: block;
        width: 620px; }
    .risk-m2 .risk-m2-swiper.salers-m3 .swiper-content {
      padding: 0; }
      .risk-m2 .risk-m2-swiper.salers-m3 .swiper-content .content-fonts {
        width: 530px;
        padding-left: 40px; }
        .risk-m2 .risk-m2-swiper.salers-m3 .swiper-content .content-fonts .f-title {
          font-weight: 800;
          font-size: 28px;
          color: #FFFFFF; }
        .risk-m2 .risk-m2-swiper.salers-m3 .swiper-content .content-fonts .f-content {
          font-size: 14px;
          color: #FFFFFF;
          line-height: 32px;
          margin-top: 36px;
          font-family: PingFangRegular; }
        .risk-m2 .risk-m2-swiper.salers-m3 .swiper-content .content-fonts > a {
          margin-top: 40px; }
      .risk-m2 .risk-m2-swiper.salers-m3 .swiper-content > img {
        display: block;
        width: 696px;
        margin-top: 24px; }

.risk-m3 {
  background: #F5F8FD; }
  .risk-m3 .up-content {
    display: flex;
    justify-content: space-between; }
    .risk-m3 .up-content .up-item {
      padding: 70px 18px;
      width: 296px;
      background: #ffffff;
      border-radius: 14px; }
      .risk-m3 .up-content .up-item .top-icon {
        width: 60px;
        height: 63px;
        margin: 0 auto;
        text-align: center; }
        .risk-m3 .up-content .up-item .top-icon img {
          width: 100%;
          object-fit: contain; }
      .risk-m3 .up-content .up-item .up-title {
        font-weight: 800;
        font-size: 22px;
        color: #354459;
        text-align: center;
        margin-top: 15px; }
      .risk-m3 .up-content .up-item .up-content {
        font-weight: 500;
        font-size: 15px;
        color: #354459;
        line-height: 30px;
        margin-top: 15px; }

.wechat-m1 .up-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .wechat-m1 .up-content .up-item {
    width: calc(50% - 10px);
    background: #F6F9FF;
    border-radius: 17px 17px 17px 17px;
    margin-top: 20px; }
    .wechat-m1 .up-content .up-item .up-fonts-content {
      padding: 42px 42px 0 42px; }
      .wechat-m1 .up-content .up-item .up-fonts-content .up-title {
        font-weight: 800;
        font-size: 28px;
        color: #000000; }
      .wechat-m1 .up-content .up-item .up-fonts-content .up-stitle {
        font-size: 28px;
        font-weight: 500;
        background-image: linear-gradient(90deg, #1364FE 0%, #3ECEFD 100%);
        -webkit-background-clip: text;
        color: transparent; }
      .wechat-m1 .up-content .up-item .up-fonts-content .up-content {
        font-weight: 500;
        font-size: 14px;
        color: #354459;
        font-family: PingFangRegular;
        line-height: 1.6;
        margin-top: 14px;
        height: 54px; }
    .wechat-m1 .up-content .up-item > img {
      display: block;
      width: 100%; }

.m1-box-in {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .m1-box-in .box-item {
    width: 246px;
    height: 405px;
    padding: 248px 16px 0 16px; }
    .m1-box-in .box-item:nth-child(1) {
      background-image: url("https://oss.qjzhuli.com/site/product-services/customer-m1-1.png");
      background-size: cover; }
    .m1-box-in .box-item:nth-child(2) {
      background-image: url("https://oss.qjzhuli.com/site/product-services/customer-m1-2.png");
      background-size: cover; }
    .m1-box-in .box-item:nth-child(3) {
      background-image: url("https://oss.qjzhuli.com/site/product-services/customer-m1-3.png");
      background-size: cover; }
    .m1-box-in .box-item:nth-child(4) {
      background-image: url("https://oss.qjzhuli.com/site/product-services/customer-m1-4.png");
      background-size: cover; }
    .m1-box-in .box-item .b-title {
      font-weight: bold;
      font-size: 22px;
      color: #FFFFFF;
      font-family: PingFangRegular; }
    .m1-box-in .box-item .b-content {
      font-size: 14px;
      color: #FFFFFF;
      line-height: 22px;
      font-family: PingFangRegular;
      margin-top: 15px; }

.salers-m1 .box-in {
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .salers-m1 .box-in .box-item {
    width: 290px;
    height: 405px;
    background: #F1F5FB;
    border-radius: 18px;
    overflow: hidden; }
    .salers-m1 .box-in .box-item .box-header {
      width: 100%;
      height: 227px;
      padding: 33px 18px; }
      .salers-m1 .box-in .box-item .box-header .b-title {
        font-weight: bold;
        font-size: 22px;
        color: #FFFFFF; }
      .salers-m1 .box-in .box-item .box-header .b-s-title {
        font-size: 16px;
        color: #ffffff;
        font-family: PingFangRegular;
        margin-top: 15px; }
      .salers-m1 .box-in .box-item .box-header .b-split {
        width: 27px;
        height: 3px;
        background: rgba(255, 255, 255, 0.76);
        border-radius: 1px 1px 1px 1px;
        margin-top: 15px; }
    .salers-m1 .box-in .box-item:nth-child(1) .box-header {
      background-image: url("https://oss.qjzhuli.com/site/product-services/salers-m1-1.png");
      background-size: cover; }
    .salers-m1 .box-in .box-item:nth-child(2) .box-header {
      background-image: url("https://oss.qjzhuli.com/site/product-services/salers-m1-2.png");
      background-size: cover; }
    .salers-m1 .box-in .box-item:nth-child(3) .box-header {
      background-image: url("https://oss.qjzhuli.com/site/product-services/salers-m1-3.png");
      background-size: cover; }
    .salers-m1 .box-in .box-item:nth-child(4) .box-header {
      background-image: url("https://oss.qjzhuli.com/site/product-services/salers-m1-4.png");
      background-size: cover; }
    .salers-m1 .box-in .box-item .b-content {
      padding: 18px;
      font-size: 15px;
      color: #354459;
      line-height: 30px;
      font-family: PingFangRegular; }

.salers-m2 {
  background: #F5F8FD; }
  .salers-m2 .box-in img {
    display: block;
    width: 100%; }

.ai-m1 .box-in {
  display: flex;
  justify-content: space-between;
  margin-top: 60px; }
  .ai-m1 .box-in .box-content {
    width: 400px; }
    .ai-m1 .box-in .box-content .item {
      padding: 36px;
      width: 400px;
      background: #cccccc; }
      .ai-m1 .box-in .box-content .item .title {
        font-weight: 800;
        font-size: 28px;
        color: #000000; }
      .ai-m1 .box-in .box-content .item .content {
        font-weight: 500;
        font-size: 14px;
        color: #354459;
        line-height: 27px;
        font-family: PingFangRegular;
        margin-top: 16px; }
      .ai-m1 .box-in .box-content .item:first-child {
        height: 358px; }
      .ai-m1 .box-in .box-content .item:last-child {
        height: 520px;
        margin-top: 16px; }
    .ai-m1 .box-in .box-content.top .item:first-child {
      height: 520px; }
    .ai-m1 .box-in .box-content.top .item:last-child {
      height: 358px; }
    .ai-m1 .box-in .box-content:nth-child(1) .item:first-child {
      background: url("https://oss.qjzhuli.com/site/product-services/ai-m1-1.png");
      background-size: cover; }
    .ai-m1 .box-in .box-content:nth-child(1) .item:last-child {
      background: url("https://oss.qjzhuli.com/site/product-services/ai-m1-2.png");
      background-size: cover; }
    .ai-m1 .box-in .box-content:nth-child(2) .item:first-child {
      background: url("https://oss.qjzhuli.com/site/product-services/ai-m1-3.png");
      background-size: cover; }
    .ai-m1 .box-in .box-content:nth-child(2) .item:last-child {
      background: url("https://oss.qjzhuli.com/site/product-services/ai-m1-4.png");
      background-size: cover; }
    .ai-m1 .box-in .box-content:nth-child(3) .item:first-child {
      background: url("https://oss.qjzhuli.com/site/product-services/ai-m1-5.png");
      background-size: cover; }
    .ai-m1 .box-in .box-content:nth-child(3) .item:last-child {
      background: url("https://oss.qjzhuli.com/site/product-services/ai-m1-6.png");
      background-size: cover; }

.ai-m2 {
  user-select: none;
  /* 禁止选择文本 */
  -webkit-user-select: none;
  /* Chrome, Safari, Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */ }
  .ai-m2 .box-in {
    display: flex;
    justify-content: space-between; }
    .ai-m2 .box-in .item {
      width: 182px;
      height: 400px;
      padding: 40px 14px;
      cursor: pointer;
      border-radius: 12px;
      overflow: hidden;
      transition: width .3s linear; }
      .ai-m2 .box-in .item .title {
        display: flex;
        justify-content: space-between; }
        .ai-m2 .box-in .item .title .left {
          font-weight: bold;
          font-size: 22px;
          color: #FFFFFF;
          line-height: 30px; }
        .ai-m2 .box-in .item .title .right-icon {
          width: 20px;
          animation: backAndForthLeft 1s ease-in-out infinite;
          /* 加速开始和结束 */ }
          .ai-m2 .box-in .item .title .right-icon img {
            display: block;
            width: 100%; }
      .ai-m2 .box-in .item .big-title {
        font-weight: bold;
        font-size: 26px;
        color: #000000;
        line-height: 1.6;
        display: none; }
      .ai-m2 .box-in .item .content {
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 22px;
        margin-top: 10px;
        font-family: PingFangRegular; }
      .ai-m2 .box-in .item .to-more {
        display: flex;
        justify-content: space-between;
        width: 282px;
        height: 44px;
        border-radius: 5px;
        background: #1364FE;
        align-items: center;
        padding: 0 15px;
        margin-top: 54px;
        display: none; }
        .ai-m2 .box-in .item .to-more span {
          font-size: 12px;
          color: #ffffff;
          font-family: PingFangRegular; }
        .ai-m2 .box-in .item .to-more img {
          width: 18px;
          height: 18px;
          animation: backAndForthLeft 1s ease-in-out infinite;
          /* 加速开始和结束 */ }
      .ai-m2 .box-in .item:nth-child(1) {
        background: url("https://oss.qjzhuli.com/site/product-services/ai-m2-1.png");
        background-size: cover; }
        .ai-m2 .box-in .item:nth-child(1).expland {
          background: url("https://oss.qjzhuli.com/site/product-services/ai-m2-1-hover.png");
          background-size: cover; }
      .ai-m2 .box-in .item:nth-child(2) {
        background: url("https://oss.qjzhuli.com/site/product-services/ai-m2-2.png");
        background-size: cover; }
        .ai-m2 .box-in .item:nth-child(2).expland {
          background: url("https://oss.qjzhuli.com/site/product-services/ai-m2-2-hover.png");
          background-size: cover; }
      .ai-m2 .box-in .item:nth-child(3) {
        background: url("https://oss.qjzhuli.com/site/product-services/ai-m2-3.png");
        background-size: cover; }
        .ai-m2 .box-in .item:nth-child(3).expland {
          background: url("https://oss.qjzhuli.com/site/product-services/ai-m2-3-hover.png");
          background-size: cover; }
      .ai-m2 .box-in .item:nth-child(4) {
        background: url("https://oss.qjzhuli.com/site/product-services/ai-m2-4.png");
        background-size: cover; }
        .ai-m2 .box-in .item:nth-child(4).expland {
          background: url("https://oss.qjzhuli.com/site/product-services/ai-m2-4-hover.png");
          background-size: cover; }
      .ai-m2 .box-in .item:nth-child(5) {
        background: url("https://oss.qjzhuli.com/site/product-services/ai-m2-5.png");
        background-size: cover; }
        .ai-m2 .box-in .item:nth-child(5).expland {
          background: url("https://oss.qjzhuli.com/site/product-services/ai-m2-5-hover.png");
          background-size: cover; }
      .ai-m2 .box-in .item.expland {
        width: 462px;
        padding: 30px; }
        .ai-m2 .box-in .item.expland .title {
          display: none; }
        .ai-m2 .box-in .item.expland .big-title {
          display: block; }
        .ai-m2 .box-in .item.expland .content {
          font-weight: 500;
          font-size: 16px;
          color: #6D7D99;
          line-height: 30px;
          margin-top: 15px;
          height: 100px; }
        .ai-m2 .box-in .item.expland .to-more {
          display: flex; }
  .ai-m2.ai-m2-call .box-in {
    width: 1050px; }
  .ai-m2.ai-m2-call .item:nth-child(1) {
    background: url("https://oss.qjzhuli.com/site/product-services/call-m2-bg-1.png");
    background-size: cover; }
    .ai-m2.ai-m2-call .item:nth-child(1).expland {
      background: url("https://oss.qjzhuli.com/site/product-services/call-m2-bg-1-hover.png");
      background-size: cover; }
  .ai-m2.ai-m2-call .item:nth-child(2) {
    background: url("https://oss.qjzhuli.com/site/product-services/call-m2-bg-2.png");
    background-size: cover; }
    .ai-m2.ai-m2-call .item:nth-child(2).expland {
      background: url("https://oss.qjzhuli.com/site/product-services/call-m2-bg-2-hover.png");
      background-size: cover; }
  .ai-m2.ai-m2-call .item:nth-child(3) {
    background: url("https://oss.qjzhuli.com/site/product-services/call-m2-bg-3.png");
    background-size: cover; }
    .ai-m2.ai-m2-call .item:nth-child(3).expland {
      background: url("https://oss.qjzhuli.com/site/product-services/call-m2-bg-3-hover.png");
      background-size: cover; }
  .ai-m2.ai-m2-call .item:nth-child(4) {
    background: url("https://oss.qjzhuli.com/site/product-services/call-m2-bg-4.png");
    background-size: cover; }
    .ai-m2.ai-m2-call .item:nth-child(4).expland {
      background: url("https://oss.qjzhuli.com/site/product-services/call-m2-bg-4-hover.png");
      background-size: cover; }
  .ai-m2.ai-m2-call .item.expland .content {
    height: 138px;
    margin-top: 30px;
    -webkit-line-clamp: 4;
    line-height: 2.1; }

.call-m1 .box-in {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  align-items: center; }
  .call-m1 .box-in .box-left {
    width: 471px; }
    .call-m1 .box-in .box-left .l-title {
      font-weight: 800;
      font-size: 32px;
      color: #000000;
      line-height: 41px; }
      .call-m1 .box-in .box-left .l-title span {
        color: #1364FE; }
    .call-m1 .box-in .box-left .box-items {
      display: flex;
      align-items: center;
      margin-top: 30px; }
      .call-m1 .box-in .box-left .box-items .item {
        display: flex;
        align-items: center;
        margin-left: 10px; }
        .call-m1 .box-in .box-left .box-items .item:first-child {
          margin-left: 0; }
        .call-m1 .box-in .box-left .box-items .item span {
          font-weight: 400;
          font-size: 16px;
          color: #16C4C3;
          display: block;
          margin-left: 3px; }
        .call-m1 .box-in .box-left .box-items .item img {
          display: block;
          width: 16px; }
    .call-m1 .box-in .box-left .box-content-fonts {
      font-weight: 500;
      font-size: 16px;
      color: #000000;
      line-height: 43px;
      margin-top: 40px;
      font-family: PingFangRegular; }
  .call-m1 .box-in .box-img {
    width: 486px; }
    .call-m1 .box-in .box-img img {
      display: block;
      width: 100%; }

.ai-m4 {
  background: #F5F8FD; }
  .ai-m4 .ai-m1-box {
    height: 237px;
    background: url("https://oss.qjzhuli.com/site/product-services/call-m4-bg.png");
    background-size: cover;
    padding: 66px 84px;
    display: flex;
    justify-content: space-between; }
    .ai-m4 .ai-m1-box .title-box .title {
      font-weight: bold;
      font-size: 36px;
      color: #FFFFFF;
      line-height: 42px; }
    .ai-m4 .ai-m1-box .title-box .desc {
      font-weight: 500;
      font-size: 14px;
      color: #FFFFFF;
      line-height: 22px;
      font-family: PingFangRegular;
      margin-top: 10px; }
    .ai-m4 .ai-m1-box .contact {
      width: 142px;
      height: 48px;
      background: #FFFFFF;
      border-radius: 6px 6px 6px 6px;
      display: block;
      text-align: center;
      line-height: 48px;
      font-weight: 800;
      font-size: 16px;
      color: #1364FE; }

.empower {
  background: #F5F8FD;
  padding-bottom: 40px; }
  .empower .empower-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: -230px;
    width: 1154px; }
    .empower .empower-content .empower-item {
      background: linear-gradient(0deg, #DCEBFF 0%, #FAFCFF 100%);
      box-shadow: 1px 4px 9px 0px rgba(179, 204, 223, 0.1), 3px 16px 16px 0px rgba(179, 204, 223, 0.09), 6px 36px 22px 0px rgba(179, 204, 223, 0.05), 10px 65px 26px 0px rgba(179, 204, 223, 0.01), 16px 101px 29px 0px rgba(179, 204, 223, 0);
      border-radius: 18px;
      padding: 30px 24px;
      width: 273px; }
      .empower .empower-content .empower-item .number {
        width: 39px;
        height: 39px;
        line-height: 39px;
        text-align: center;
        background: #FFFFFF;
        border-radius: 50%;
        border: 2px solid #ECEFF3;
        font-weight: bold;
        font-size: 20px;
        color: #000000;
        font-family: PingFangBold; }
      .empower .empower-content .empower-item .title {
        font-weight: 800;
        font-size: 22px;
        color: #354459;
        margin: 20px 0; }
      .empower .empower-content .empower-item .content {
        font-weight: 500;
        font-size: 16px;
        color: #354459;
        line-height: 30px; }

/*# sourceMappingURL=product-services.css.map */
