@charset "UTF-8";
body {
  width: 19.2rem;
  opacity: 0; }

* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: "PingFang SC Medium", "PingFang SC", "Microsoft YaHei", "寰蒋闆呴粦", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif; }

.flex {
  display: flex; }

ul {
  list-style: none; }

img {
  border: none; }

a {
  text-decoration: none;
  color: black; }

input, textarea {
  outline: none; }

.hide {
  display: none; }

@media screen and (max-width: 600px) {
  body {
    width: 7.5rem; } }
.about-ai-container .about-ai-tab {
  position: relative;
  top: 0;
  justify-content: center;
  margin-top: -100px;
  z-index: 111;
  background: #000000;
  height: 100px;
  display: flex;
  align-items: center; }
  .about-ai-container .about-ai-tab a {
    margin-right: 1.6rem;
    position: relative; }
    .about-ai-container .about-ai-tab a::after {
      content: '';
      position: absolute;
      top: .04rem;
      right: -.77rem;
      width: .02rem;
      height: .73rem;
      background: url(../../images/test/about-tab-line.png) no-repeat;
      background-size: 100% auto; }
    .about-ai-container .about-ai-tab a:last-child {
      margin-right: 0; }
      .about-ai-container .about-ai-tab a:last-child::after {
        display: none; }
    .about-ai-container .about-ai-tab a > div {
      opacity: 0.5; }
    .about-ai-container .about-ai-tab a.active > div {
      opacity: 0.8; }
    .about-ai-container .about-ai-tab a .icon img {
      height: 28px;
      display: block;
      margin: 0 auto; }
    .about-ai-container .about-ai-tab a .text {
      font-size: 16px;
      color: #fff;
      line-height: 1;
      margin-top: .15rem; }
.about-ai-container #introduce {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative; }
  .about-ai-container #introduce .introduce-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .about-ai-container #introduce .introduce-text {
    position: absolute;
    top: 20%;
    bottom: 10%;
    width: 12.77rem;
    left: 50%;
    transform: translateX(-50%);
    color: #999999;
    text-align: justify; }
    .about-ai-container #introduce .introduce-text .tle {
      font-size: .5rem;
      text-align: center;
      color: #fff;
      margin-bottom: .7rem; }
    .about-ai-container #introduce .introduce-text p {
      font-size: .22rem !important; }
      .about-ai-container #introduce .introduce-text p * {
        font-size: .22rem !important; }
    .about-ai-container #introduce .introduce-text .bottom {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      animation: mymove 2s infinite;
      -webkit-animation: mymove 2s infinite;
      /* Safari 鍜 Chrome */ }
      .about-ai-container #introduce .introduce-text .bottom img {
        display: block;
        margin: 0 auto; }
        .about-ai-container #introduce .introduce-text .bottom img.shubiao {
          width: .45rem;
          margin-bottom: .22rem; }
        .about-ai-container #introduce .introduce-text .bottom img.jt {
          width: .24rem; }
@keyframes mymove {
  from {
    bottom: 0; }
  to {
    bottom: -30px; } }
@-webkit-keyframes mymove /*Safari and Chrome*/ {
  from {
    bottom: 0; }
  to {
    bottom: -30px; } }
.about-ai-container #business {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative; }
  .about-ai-container #business .business-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .about-ai-container #business .business-swiper {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: calc(50% - 7.98rem);
    padding: .9rem 0;
    z-index: 100; }
    .about-ai-container #business .business-swiper .swiper-container-index {
      height: 5.5rem; }
      .about-ai-container #business .business-swiper .swiper-container-index .swiper-slide {
        height: .6rem;
        width: fit-content;
        padding-left: .4rem;
        border-radius: 50px 0 0 50px;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        background-image: linear-gradient(to right, #868686, transparent); }
      .about-ai-container #business .business-swiper .swiper-container-index .swiper-slide-on {
        background-image: linear-gradient(to right, #d00b18, transparent); }
    .about-ai-container #business .business-swiper .swiper-button-next, .about-ai-container #business .business-swiper .swiper-button-prev {
      height: .6rem;
      width: calc(100% - .4rem);
      padding-left: .4rem;
      border-radius: 50px 0 0 50px;
      display: flex;
      align-items: center;
      cursor: pointer;
      color: #fff;
      font-size: 14px;
      background-image: linear-gradient(to right, #868686, transparent);
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
      .about-ai-container #business .business-swiper .swiper-button-next .iconfont, .about-ai-container #business .business-swiper .swiper-button-prev .iconfont {
        font-size: .22rem; }
    .about-ai-container #business .business-swiper .swiper-button-next {
      top: unset;
      bottom: 0; }
    .about-ai-container #business .business-swiper .swiper-button-next:before, .about-ai-container #business .business-swiper .swiper-button-next:after, .about-ai-container #business .business-swiper .swiper-button-prev:before, .about-ai-container #business .business-swiper .swiper-button-prev:after {
      display: none; }
  .about-ai-container #business .business-text {
    position: absolute;
    top: 20%;
    bottom: 10%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #999999; }
    .about-ai-container #business .business-text .tle {
      font-size: .5rem;
      text-align: center;
      color: #fff;
      margin-bottom: .7rem; }
    .about-ai-container #business .business-text .bottom {
      position: absolute;
      bottom: 20%;
      left: 25%;
      font-size: .24rem;
      padding-right: 1.8rem; }
      .about-ai-container #business .business-text .bottom .business-title {
        font-size: .4rem;
        padding-bottom: .42rem;
        color: #fff;
        line-height: 1;
        border-bottom: .01rem solid #4C4C4C;
        margin-bottom: .42rem;
        position: relative; }
        .about-ai-container #business .business-text .bottom .business-title::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -.01rem;
          width: 1.88rem;
          height: .03rem;
          background: linear-gradient(90deg, #890001 0%, #D70C19 99%); }
      .about-ai-container #business .business-text .bottom .business-des {
        font-size: .22rem; }
.about-ai-container #culture {
  width: 100%;
  height: calc(100vh - 100px); }
  .about-ai-container #culture .culture-tle {
    font-size: .5rem;
    color: #fff;
    line-height: 1;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .about-ai-container #culture .culture-content {
    display: flex;
    height: calc(100% - 1.4rem); }
    .about-ai-container #culture .culture-content .culture-list {
      flex: 1;
      height: 100%;
      position: relative;
      transition: all 0.6s; }
      .about-ai-container #culture .culture-content .culture-list img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .about-ai-container #culture .culture-content .culture-list .text {
        width: 100%;
        height: 100%;
        opacity: 0.5;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(../../images/test/about-ai-culture-line.png) no-repeat center #000000;
        background-size: 2.89rem auto; }
        .about-ai-container #culture .culture-content .culture-list .text span {
          position: relative;
          font-size: .36rem;
          text-align: center; }
      .about-ai-container #culture .culture-content .culture-list:hover {
        flex: 1.5; }
.about-ai-container #team {
  padding-top: 1rem; }
  .about-ai-container #team .title {
    font-size: .5rem;
    color: #fff;
    position: relative;
    z-index: 100;
    text-align: center;
    margin-bottom: .57rem; }
  .about-ai-container #team .team-list {
    display: flex;
    flex-wrap: wrap; }
    .about-ai-container #team .team-list .team-item {
      width: calc(33.3% - .5rem);
      flex-shrink: 0;
      margin-right: .75rem;
      margin-bottom: .3rem;
      height: 4.48rem;
      cursor: pointer;
      position: relative; }
      .about-ai-container #team .team-list .team-item .name {
        font-size: .32rem;
        color: #fff;
        padding-bottom: .1rem;
        width: fit-content;
        position: relative;
        margin: .3rem auto .15rem; }
      .about-ai-container #team .team-list .team-item .name:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(to right, #890001, #d70c19); }
      .about-ai-container #team .team-list .team-item .position {
        font-size: .22rem;
        color: #999999; }
      .about-ai-container #team .team-list .team-item .content {
        font-size: 14px;
        color: #999999;
        padding: 0 .2rem;
        width: calc(100% - .4rem);
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: none;
        height: 80px;
        margin-top: .1rem; }
      .about-ai-container #team .team-list .team-item .team-top {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        display: flex;
        justify-content: center; }
        .about-ai-container #team .team-list .team-item .team-top .team-top-content {
          text-align: center; }
          .about-ai-container #team .team-list .team-item .team-top .team-top-content .avatar {
            width: 1.5rem;
            height: 1.5rem;
            display: block;
            margin: 0 auto;
            border-radius: 50%;
            object-fit: cover; }
      .about-ai-container #team .team-list .team-item .team-item-dialog {
        position: absolute;
        padding: .45rem .7rem;
        border-radius: 5px;
        background-color: #dddddd;
        width: 8.8rem;
        z-index: 10000;
        left: 0;
        top: 100%;
        display: none; }
        .about-ai-container #team .team-list .team-item .team-item-dialog .dialog-content .info {
          display: flex;
          align-items: center; }
          .about-ai-container #team .team-list .team-item .team-item-dialog .dialog-content .info .name {
            margin: 0 .3rem 0 0;
            color: #000; }
          .about-ai-container #team .team-list .team-item .team-item-dialog .dialog-content .info .position {
            color: #333;
            opacity: 0.8; }
        .about-ai-container #team .team-list .team-item .team-item-dialog .dialog-content .content {
          font-size: .22rem;
          color: #333;
          line-height: 1.8;
          margin-top: .15rem; }
          .about-ai-container #team .team-list .team-item .team-item-dialog .dialog-content .content * {
            font-size: .22rem;
            color: #333;
            line-height: 1.8;
            margin-top: .15rem; }
        .about-ai-container #team .team-list .team-item .team-item-dialog .close-btn {
          position: absolute;
          font-size: .4rem;
          top: .3rem;
          right: .38rem;
          color: #999;
          cursor: pointer; }
    .about-ai-container #team .team-list .team-item:nth-child(3n) {
      margin-right: 0; }
      .about-ai-container #team .team-list .team-item:nth-child(3n) .team-item-dialog {
        right: 0;
        left: unset; }
    .about-ai-container #team .team-list .team-item:nth-child(n + 4) .team-item-dialog {
      top: unset;
      bottom: 100%; }
    .about-ai-container #team .team-list .team-item-on {
      opacity: 1; }
      .about-ai-container #team .team-list .team-item-on .content {
        display: -webkit-box; }
      .about-ai-container #team .team-list .team-item-on .team-item-dialog {
        display: block; }
.about-ai-container #certification {
  padding-top: 1rem; }
  .about-ai-container #certification .title {
    font-size: .5rem;
    color: #fff;
    position: relative;
    z-index: 100;
    text-align: center;
    margin-bottom: .57rem; }
  .about-ai-container #certification .honor-container .honor-nav-area {
    display: flex;
    align-items: center;
    margin-bottom: .4rem; }
    .about-ai-container #certification .honor-container .honor-nav-area .honor-nav-item {
      font-size: .24rem;
      color: #fff;
      padding-bottom: .1rem;
      border-bottom: 2px solid transparent;
      width: fit-content;
      margin-right: 1.2rem;
      cursor: pointer; }
    .about-ai-container #certification .honor-container .honor-nav-area .honor-nav-item-on {
      border-color: #d20c18; }
  .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item {
    display: none; }
    .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item .swiper {
      width: 100%;
      height: 9.5rem; }
      .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item .swiper .swiper-slide {
        height: 4.4rem; }
        .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item .swiper .swiper-slide .honor-img {
          width: 100%;
          height: 3.3rem;
          border: 1px solid #222;
          display: flex;
          align-items: center;
          justify-content: center; }
          .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item .swiper .swiper-slide .honor-img img {
            max-width: 85%;
            max-height: 85%;
            display: block;
            object-fit: contain; }
        .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item .swiper .swiper-slide .name {
          font-size: .2rem;
          color: #999999;
          margin-top: .1rem;
          text-align: center;
          height: .5rem; }
      .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item .swiper .swiper-pagination-bullet {
        background-color: #959595;
        position: relative;
        opacity: 1;
        margin: 0 5px; }
      .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item .swiper .swiper-pagination-bullet:after {
        position: absolute;
        content: '';
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        border: 1px solid transparent;
        left: -4px;
        top: -4px;
        border-radius: 50%; }
      .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item .swiper .swiper-pagination-bullet-active {
        background-color: #d20c18; }
      .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item .swiper .swiper-pagination-bullet-active:after {
        border-color: #bc111c; }
  .about-ai-container #certification .honor-container .honor-tab-pane .honor-tab-item-on {
    display: block; }
.about-ai-container #history {
  padding: 1rem 0;
  width: 100%;
  height: calc(100vh - 2rem - 100px);
  background-image: url("../../images/test/history-bg.png");
  background-size: cover; }
  .about-ai-container #history .title {
    font-size: .5rem;
    color: #fff;
    position: relative;
    z-index: 100;
    text-align: center;
    margin-bottom: .57rem; }
  .about-ai-container #history .history-container {
    width: 100%;
    position: relative; }
    .about-ai-container #history .history-container .year-area {
      width: 1.8rem;
      height: 3.6rem;
      position: relative;
      padding: .5rem 0; }
      .about-ai-container #history .history-container .year-area .swiper-year {
        width: 100%;
        height: 3.6rem; }
        .about-ai-container #history .history-container .year-area .swiper-year .swiper-slide {
          text-align: center;
          height: .32rem; }
          .about-ai-container #history .history-container .year-area .swiper-year .swiper-slide p {
            font-size: .26rem;
            line-height: 1;
            color: #999999;
            cursor: pointer; }
        .about-ai-container #history .history-container .year-area .swiper-year .swiper-slide-active p {
          color: #fff; }
      .about-ai-container #history .history-container .year-area .swiper-button-prev, .about-ai-container #history .history-container .year-area .swiper-button-next {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        background: unset; }
        .about-ai-container #history .history-container .year-area .swiper-button-prev .iconfont, .about-ai-container #history .history-container .year-area .swiper-button-next .iconfont {
          font-size: .3rem;
          color: #9f9b9b; }
      .about-ai-container #history .history-container .year-area .swiper-button-next {
        bottom: 0;
        top: unset; }
      .about-ai-container #history .history-container .year-area .swiper-button-next:before, .about-ai-container #history .history-container .year-area .swiper-button-next:after, .about-ai-container #history .history-container .year-area .swiper-button-prev:before, .about-ai-container #history .history-container .year-area .swiper-button-prev:after {
        display: none; }
    .about-ai-container #history .history-container .history-content {
      /* width: 50%;
       position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%,-50%);*/
      padding: 0 30px; }
      .about-ai-container #history .history-container .history-content .swiper-history-content {
        width: 100%; }
        .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide {
          cursor: pointer; }
          .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide p {
            font-size: .2rem;
            color: #fff !important;
            opacity: 0;
            text-align: justify;
            word-break: break-all; }
          .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide .month-item {
            display: flex;
            align-items: flex-start;
            margin-top: .3rem;
            padding: 0 .15rem; }
            .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide .month-item .month-text {
              width: .5rem;
              flex-shrink: 0;
              font-weight: bold;
              display: none; }
            .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide .month-item .month-area p {
              padding-left: 14px;
              position: relative; }
              .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide .month-item .month-area p:after {
                position: absolute;
                content: '';
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: #d80e1b;
                top: 9px;
                left: 0; }
          .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide .month {
            font-size: .28rem;
            color: #999999;
            padding-bottom: .3rem;
            position: relative;
            text-align: center;
            border-bottom: 1px solid #726f72;
            opacity: 1; }
          .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide .month:after {
            position: absolute;
            content: '';
            width: .1rem;
            height: .1rem;
            border-radius: 50%;
            background-color: #999999;
            bottom: -.05rem;
            left: calc(50% - .05rem); }
        .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide-on .month {
          color: #fff; }
        .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide-on .month:after {
          width: .2rem;
          height: .2rem;
          bottom: -.1rem;
          left: calc(50% - .1rem);
          background-color: #d20c18; }
        .about-ai-container #history .history-container .history-content .swiper-history-content .swiper-slide-on p {
          opacity: 1; }
      .about-ai-container #history .history-container .history-content .swiper-button-prev, .about-ai-container #history .history-container .history-content .swiper-button-next {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        background: unset; }
        .about-ai-container #history .history-container .history-content .swiper-button-prev .iconfont, .about-ai-container #history .history-container .history-content .swiper-button-next .iconfont {
          font-size: .4rem;
          color: #999999;
          line-height: .58rem; }
      .about-ai-container #history .history-container .history-content .swiper-button-next {
        left: unset;
        right: 0; }
      .about-ai-container #history .history-container .history-content .swiper-button-next:before, .about-ai-container #history .history-container .history-content .swiper-button-next:after, .about-ai-container #history .history-container .history-content .swiper-button-prev:before, .about-ai-container #history .history-container .history-content .swiper-button-prev:after {
        display: none; }

/*# sourceMappingURL=about-ai.css.map */
