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

.content-404 {
  width: 100%;
  height: calc(100vh - 265px);
  background: #FFFFFF;
  padding: 60px 0; }
  .content-404 .content-404-in {
    width: 1200px;
    margin: 0 auto;
    text-align: center; }
    .content-404 .content-404-in .desc {
      margin-top: 20px;
      font-size: 20px;
      color: #3d3d3d; }
    .content-404 .content-404-in .buttons {
      display: flex;
      justify-content: center; }
      .content-404 .content-404-in .buttons a {
        display: block;
        width: 126px;
        height: 42px;
        background: #1364FE;
        border-radius: 44px;
        color: #FFFFFF;
        text-align: center;
        line-height: 44px;
        margin-top: 38px;
        font-size: 14px;
        margin-right: 30px;
        border: 1px solid transparent; }
        .content-404 .content-404-in .buttons a:last-child {
          margin-right: 0; }
        .content-404 .content-404-in .buttons a:last-child {
          background: transparent;
          border-color: #1364FE;
          color: #1364FE; }

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