@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; }

/* 定义旋转动画 */
@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); } }
.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; }

.main-box .box-in {
  width: 1200px; }

.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; }

.font-box {
  position: relative; }
  .font-box .font-title {
    font-weight: 800;
    font-size: 32px;
    color: #000000;
    position: relative;
    z-index: 3; }
    .font-box .font-title span {
      color: #1364FE; }
  .font-box .font-en {
    font-weight: 800;
    font-size: 48px;
    color: #EFF1F8;
    font-family: dinBlack;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
    line-height: 48px; }
  .font-box .font-desc {
    margin-top: 62px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 29px; }

.about-box-m1 .box-content {
  display: flex;
  justify-content: space-between; }
  .about-box-m1 .box-content .m1-font-box {
    width: 586px; }
  .about-box-m1 .box-content .img-box {
    width: 540px;
    padding-top: 73px; }
    .about-box-m1 .box-content .img-box img {
      display: block;
      width: 100%; }

.about-box-m2 {
  background: #F5F8FD; }
  .about-box-m2 .qj-tmea-img {
    width: 90%;
    padding-top: 50px; }
    .about-box-m2 .qj-tmea-img .swiper-slide img {
      display: block;
      width: 100%; }

.about-m5 {
  background: url("https://oss.qjzhuli.com/site/about/about-us-m5-bg.png") 100% center;
  background-attachment: fixed; }
  .about-m5 .m5-box-in {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .about-m5 .m5-box-in .item-box {
      text-align: center; }
      .about-m5 .m5-box-in .item-box .top span:first-child {
        font-family: dinBlack;
        font-weight: bold;
        font-size: 53px;
        color: #FFFFFF;
        line-height: 44px; }
      .about-m5 .m5-box-in .item-box .top span:last-child {
        font-family: dinBlack;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF; }
      .about-m5 .m5-box-in .item-box .top-name {
        font-weight: 500;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 20px;
        font-family: PingFangRegular;
        margin-top: 5px; }
    .about-m5 .m5-box-in .line-img {
      display: block;
      width: 1px;
      height: 60px; }

.about-us-end .box-content {
  display: flex;
  justify-content: space-between; }
  .about-us-end .box-content .m1-font-box {
    width: 352px; }
    .about-us-end .box-content .m1-font-box .about-end-img {
      display: block;
      width: 100%;
      margin-top: 120px; }
  .about-us-end .box-content .right-box {
    width: 748px; }
    .about-us-end .box-content .right-box .right-item {
      margin-top: 40px; }
      .about-us-end .box-content .right-box .right-item .title {
        display: flex;
        align-items: flex-end; }
        .about-us-end .box-content .right-box .right-item .title span {
          display: block;
          font-size: 20px;
          color: #1364FE;
          line-height: 18px; }
        .about-us-end .box-content .right-box .right-item .title img {
          width: 12px;
          display: block;
          margin-left: 10px;
          animation: rotateAnimation 1.5s ease-in-out infinite;
          /* 加速开始和结束 */ }
      .about-us-end .box-content .right-box .right-item .content {
        margin-top: 30px; }
        .about-us-end .box-content .right-box .right-item .content p {
          font-weight: 500;
          font-size: 16px;
          color: #000000;
          line-height: 38px;
          margin-top: 10px;
          font-family: PingFangRegular; }
          .about-us-end .box-content .right-box .right-item .content p:first-child {
            margin-top: 0; }

.adv-m1-box .box-content {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .adv-m1-box .box-content .font-box-service {
    width: 524px; }
    .adv-m1-box .box-content .font-box-service .o-title {
      font-weight: 800;
      font-size: 32px;
      color: #000000; }
      .adv-m1-box .box-content .font-box-service .o-title span {
        color: #1364FE; }
    .adv-m1-box .box-content .font-box-service .s-line {
      width: 32px;
      height: 4px;
      background: #1364FE;
      border-radius: 1px 1px 1px 1px;
      margin-top: 16px; }
    .adv-m1-box .box-content .font-box-service .content {
      font-family: PingFangRegular;
      font-weight: 400;
      font-size: 17px;
      color: #515151;
      line-height: 2.4;
      margin-top: 24px; }
      .adv-m1-box .box-content .font-box-service .content span {
        font-weight: 600;
        color: #000000; }
  .adv-m1-box .box-content .img-box {
    width: 566px; }
    .adv-m1-box .box-content .img-box img {
      display: block;
      width: 100%; }

.adv-m2 {
  background: #F5F8FD; }
  .adv-m2 .header-titles {
    background: #ffffff;
    border-radius: 100px;
    padding: 3px;
    width: 492px;
    margin: 0 auto; }
    .adv-m2 .header-titles .header-box-in {
      position: relative;
      height: 58px;
      line-height: 58px; }
      .adv-m2 .header-titles .header-box-in .title-items {
        display: flex;
        position: relative;
        z-index: 3; }
        .adv-m2 .header-titles .header-box-in .title-items .item {
          width: 162px;
          text-align: center;
          font-size: 16px;
          color: #000000;
          cursor: pointer; }
      .adv-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; }
  .adv-m2 .adv-m2-swiper {
    width: 1191px;
    height: 458px;
    background: url("https://oss.qjzhuli.com/site/about/adv-m2-swiper-bg.png");
    background-size: cover;
    margin: 68px auto 0 auto;
    padding: 80px 0 0 0; }
    .adv-m2 .adv-m2-swiper .swiper-content {
      display: flex;
      padding: 0 80px; }
      .adv-m2 .adv-m2-swiper .swiper-content .item-label {
        width: 284px; }
        .adv-m2 .adv-m2-swiper .swiper-content .item-label .label-title {
          font-weight: 400;
          font-size: 30px;
          color: #FFFFFF;
          line-height: 42px;
          font-family: PingFangRegular; }
        .adv-m2 .adv-m2-swiper .swiper-content .item-label .labels-box {
          position: relative;
          border-left: 1px solid rgba(255, 255, 255, 0.62);
          padding-left: 18px;
          margin-top: 30px; }
          .adv-m2 .adv-m2-swiper .swiper-content .item-label .labels-box .label-list-item {
            position: relative;
            z-index: 1; }
            .adv-m2 .adv-m2-swiper .swiper-content .item-label .labels-box .label-list-item .item-in {
              height: 38px;
              line-height: 38px;
              font-weight: 500;
              color: #FFFFFF;
              font-family: PingFangRegular;
              font-size: 14px;
              cursor: pointer; }
          .adv-m2 .adv-m2-swiper .swiper-content .item-label .labels-box .label-position {
            position: absolute;
            height: 38px;
            background: rgba(255, 255, 255, 0.35);
            z-index: 2;
            top: 0;
            left: 0;
            width: 284px;
            border-left: 2px solid #FFFFFF; }
        .adv-m2 .adv-m2-swiper .swiper-content .item-label > .contact {
          display: block;
          width: 128px;
          height: 40px;
          border-radius: 5px 5px 5px 5px;
          border: 1px solid #FFFFFF;
          line-height: 40px;
          text-align: center;
          font-size: 14px;
          font-family: PingFangRegular;
          margin-top: 30px;
          color: #ffffff; }
      .adv-m2 .adv-m2-swiper .swiper-content .child-swiper {
        width: 670px;
        overflow: hidden; }
        .adv-m2 .adv-m2-swiper .swiper-content .child-swiper .swiper-slide {
          opacity: 0 !important; }
          .adv-m2 .adv-m2-swiper .swiper-content .child-swiper .swiper-slide.swiper-slide-active {
            opacity: 1 !important; }
        .adv-m2 .adv-m2-swiper .swiper-content .child-swiper .child-swiper-content {
          width: 654px;
          margin-left: 43px;
          padding: 40px 30px; }
          .adv-m2 .adv-m2-swiper .swiper-content .child-swiper .child-swiper-content .ch-title {
            font-weight: bold;
            font-size: 20px;
            color: #000000; }
          .adv-m2 .adv-m2-swiper .swiper-content .child-swiper .child-swiper-content .ch-spilt {
            width: 24px;
            height: 4px;
            background: #1364FE;
            border-radius: 1px 1px 1px 1px;
            margin-top: 8px; }
          .adv-m2 .adv-m2-swiper .swiper-content .child-swiper .child-swiper-content .ch-content {
            height: 120px;
            margin-top: 16px;
            font-weight: 500;
            font-size: 14px;
            color: #354459;
            line-height: 25px; }
          .adv-m2 .adv-m2-swiper .swiper-content .child-swiper .child-swiper-content .ch-more {
            width: 126px;
            height: 37px;
            background: #1364FE;
            border-radius: 61px 61px 61px 61px;
            text-align: center;
            line-height: 37px;
            font-size: 16px;
            color: #FFFFFF;
            display: block;
            margin-top: 20px; }

.adv-m3 {
  width: 100%;
  position: relative; }
  .adv-m3 img {
    display: block;
    width: 100%; }
  .adv-m3 .m3-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .adv-m3 .m3-content .m3-content-in {
      display: flex;
      align-items: center;
      height: 100%; }
      .adv-m3 .m3-content .m3-content-in .m3-fonts {
        flex: 1; }
        .adv-m3 .m3-content .m3-content-in .m3-fonts .title {
          font-weight: bold;
          font-size: 32px;
          color: #FFFFFF;
          text-align: center;
          margin-bottom: 20px; }
        .adv-m3 .m3-content .m3-content-in .m3-fonts .content {
          font-weight: 500;
          font-size: 16px;
          color: rgba(255, 255, 255, 0.9);
          line-height: 2;
          flex: 1;
          text-align: center;
          font-family: PingFangRegular; }
          .adv-m3 .m3-content .m3-content-in .m3-fonts .content.line-25 {
            line-height: 2.5; }
          .adv-m3 .m3-content .m3-content-in .m3-fonts .content.align-left {
            text-align: left; }

.adv-m4 {
  background: #F5F8FD; }
  .adv-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; }
    .adv-m4 .ai-m1-box .title-box .title {
      font-weight: bold;
      font-size: 36px;
      color: #FFFFFF;
      line-height: 42px; }
    .adv-m4 .ai-m1-box .title-box .desc {
      font-weight: 500;
      font-size: 14px;
      color: #FFFFFF;
      line-height: 22px;
      font-family: PingFangRegular;
      margin-top: 10px; }
    .adv-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=about.css.map */
