@charset "UTF-8";
/***
induce 公司概览 Start
***/
.induce {
  padding: 80px 0;
  background: linear-gradient(to top, var(--block-bg-color), #ffffff); }
  .induce .induceWrap {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-column-gap: 0;
    text-align: center; }
    .induce .induceWrap .induceItem {
      position: relative; }
      .induce .induceWrap .induceItem::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-image: linear-gradient(#ffffff, #adacac, #ffffff);
        opacity: 0.5; }
      .induce .induceWrap .induceItem:nth-child(4)::after {
        display: none; }
      .induce .induceWrap .induceItem .value {
        color: var(--primary-color);
        font-size: 28px;
        font-weight: bold; }
      .induce .induceWrap .induceItem .desc {
        font-size: 16px;
        margin-top: 10px; }

/***
introduction 公司介绍 Start
***/
.titleMark {
  position: relative;
  display: inline-block; }
  .titleMark .bgLine {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: var(--primary-color);
    background: rgba(101, 89, 255, 0.2);
    border-radius: 10px;
    z-index: 0; }
  .titleMark .name {
    color: var(--text-color-0);
    position: relative;
    z-index: 1; }

.introduce {
  background: #fff;
  padding: 80px 0; }
  .introduce h2 {
    text-align: center;
    font-size: 36px; }
  .introduce .introduceItem {
    display: flex;
    align-items: center; }
    .introduce .introduceItem:nth-child(1), .introduce .introduceItem:nth-child(2) {
      margin-bottom: 100px; }
    .introduce .introduceItem:nth-child(1) .itemIcon img {
      height: 388px; }
    .introduce .introduceItem:nth-child(2) .itemIcon img {
      height: 440px; }
    .introduce .introduceItem:nth-child(3) .itemIcon img {
      height: 420px; }
    .introduce .introduceItem .itemDesc, .introduce .introduceItem .itemIcon {
      width: 50%; }
    .introduce .introduceItem .itemDesc .desc {
      font-size: 16px;
      margin-top: 30px; }
      .introduce .introduceItem .itemDesc .desc p {
        line-height: 22px;
        margin-top: 15px; }
        .introduce .introduceItem .itemDesc .desc p a {
          color: var(--primary-color);
          font-size: 16px;
          padding: 0 70px 0 0;
          background: none; }
          .introduce .introduceItem .itemDesc .desc p a.linkView:after {
            top: 5px;
            background: var(--primary-color);
            -webkit-mask: url(../../static/images/icon_arrow_blue_right.png) center center no-repeat;
            mask: url(../../static/images/icon_arrow_blue_right.png) center center no-repeat;
            -webkit-mask-size: 20px;
            mask-size: 20px; }

/***
serviceItem 服务项目 Start
***/
.companyService {
  padding: 80px 0;
  background: var(--block-light-bg-color); }
  .companyService .title {
    text-align: center; }
    .companyService .title h3 {
      font-size: 36px; }
  .companyService .serviceWrap {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-column-gap: 4%;
    grid-template-rows: repeat(2, 48%);
    grid-row-gap: 48px;
    margin: 80px 0; }
    .companyService .serviceWrap .serviceItem {
      min-height: 320px;
      padding: 40px;
      text-align: center;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 30px 0 #e7e7e7; }
      .companyService .serviceWrap .serviceItem img {
        height: 90px; }
      .companyService .serviceWrap .serviceItem .title {
        color: var(--text-color-0);
        font-size: 20px;
        font-weight: bold;
        margin-top: 15px; }
      .companyService .serviceWrap .serviceItem .desc {
        margin-top: 20px; }
        .companyService .serviceWrap .serviceItem .desc p {
          font-size: 16px;
          margin-top: 10px; }
          .companyService .serviceWrap .serviceItem .desc p a {
            color: var(--primary-color); }

/*MultiPageHead 其它页面头部 Start*/
.MultiPageHead {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden; }
  .MultiPageHead img.banner {
    position: absolute;
    width: 2200px;
    left: calc((100vw - 2200px) / 2);
    z-index: -1; }
  .MultiPageHead .trans {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }

/*MultiPageNav 链接列表 Start*/
.MultiPageNav {
  background: var(--base-color-8); }

.MultiPageNav .pageList div {
  position: relative;
  display: inline-block;
  margin-right: 50px;
  height: 60px;
  line-height: 60px; }
  .MultiPageNav .pageList div.current::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc( (100% - 18px) / 2 );
    width: 18px;
    height: 5px;
    background: var(--primary-color); }

.MultiPageContent {
  padding: 60px 0 80px;
  background: #ffffff;
  overflow: hidden;
  /*pageTitle 联系我们 内容 Start*/
  /*website 网站地图 Start*/ }
  .MultiPageContent .pageTitle {
    text-align: center; }
    .MultiPageContent .pageTitle .title .name {
      font-size: 28px; }
  .MultiPageContent .cont {
    color: var(--text-color-9);
    font-size: 16px;
    margin-top: 10px; }
  .MultiPageContent .MultiPageItem {
    margin-top: 50px; }
    .MultiPageContent .MultiPageItem .main {
      font-size: 16px;
      font-weight: bold; }
    .MultiPageContent .MultiPageItem .desc {
      color: var(--text-color-6);
      font-size: 14px;
      margin-top: 10px;
      line-height: 24px; }
      .MultiPageContent .MultiPageItem .desc p {
        margin-top: 10px; }
      .MultiPageContent .MultiPageItem .desc .descList p {
        margin-top: 3px; }
        .MultiPageContent .MultiPageItem .desc .descList p span {
          display: block;
          padding-left: 20px; }
  .MultiPageContent .contactUsItem {
    margin-top: 70px; }
    .MultiPageContent .contactUsItem .main {
      font-size: 18px;
      font-weight: bold; }
    .MultiPageContent .contactUsItem .desc {
      font-size: 16px;
      margin-top: 10px; }
    .MultiPageContent .contactUsItem .cont {
      color: var(--text-color-9);
      font-size: 16px;
      margin-top: 8px; }
  .MultiPageContent .website .websiteWrap {
    display: grid;
    grid-template-columns: repeat(3, 33%); }
    .MultiPageContent .website .websiteWrap .websiteItem {
      display: flex;
      margin-top: 70px; }
      .MultiPageContent .website .websiteWrap .websiteItem .websiteLeft img {
        width: 80px;
        margin-right: 30px; }
      .MultiPageContent .website .websiteWrap .websiteItem .websiteRight h3 {
        font-size: 16px; }
      .MultiPageContent .website .websiteWrap .websiteItem .websiteRight .item {
        margin-top: 15px; }
        .MultiPageContent .website .websiteWrap .websiteItem .websiteRight .item div {
          margin-top: 10px; }
          .MultiPageContent .website .websiteWrap .websiteItem .websiteRight .item div a {
            color: var(--text-color-6); }
            .MultiPageContent .website .websiteWrap .websiteItem .websiteRight .item div a:hover {
              color: var(--primary-color); }

/*# sourceMappingURL=about.css.map */
