.top {
  position: relative;
  width: 100%;
  min-height: 550px;
  box-sizing: border-box; }
  .top img {
    width: 100%; }
  .top .top-text {
    top: 20%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box; }
    .top .top-text .top-hd {
      font-size: 28px;
      font-weight: bold;
      color: #023093;
      margin-bottom: 20px;
      line-height: 30px; }
    .top .top-text .top-des {
      line-height: 28px;
      font-size: 16px;
      color: #023093; }

.about-us {
  width: 100%;
  min-height: 1600px;
  background: url("../img/aboutBg.png") no-repeat;
  background-size: cover;
  box-sizing: border-box; }
  .about-us .title {
    width: 140px;
    font-size: 32px;
    color: #000;
    font-weight: bold; }
    .about-us .title::after {
      left: -60px;
      right: -60px; }
  .about-us .company {
    max-width: 1600px; }
    .about-us .company .company-title {
      margin-bottom: 65px; }
    .about-us .company .company-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 20px;
      margin-bottom: 40px; }
      .about-us .company .company-btn .btn-item {
        margin-right: 20px;
        font-size: 20px;
        padding: 6px 12px 8px;
        cursor: pointer;
        border-radius: 5px; }
        .about-us .company .company-btn .btn-item.active {
          color: #fff;
          background-color: #21BEBE;
          background: linear-gradient(to right, #2466ED, #10E2DD); }
        .about-us .company .company-btn .btn-item:last-child {
          margin-right: 0; }
    .about-us .company .card {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .about-us .company .card span {
        color: #45eae8;
        font-weight: bold; }
      .about-us .company .card .swiper-container {
        position: relative;
        width: 1000px;
        height: 100%;
        overflow: hidden; }
      .about-us .company .card .left-sss {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
        border-radius: 50%;
        background-color: #f9c4ad;
        cursor: pointer;
        margin-right: 20px;
        color: #fff; }
        .about-us .company .card .left-sss img {
          width: 20px;
          height: 20px; }
      .about-us .company .card .right-sss {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
        border-radius: 50%;
        background-color: #f9c4ad;
        cursor: pointer;
        margin-left: 20px; }
        .about-us .company .card .right-sss img {
          width: 20px;
          height: 20px; }
      .about-us .company .card .center {
        width: 850px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
        .about-us .company .card .center .center-left {
          height: 100%;
          background-color: #3266d1;
          padding: 20px;
          box-sizing: border-box; }
          .about-us .company .card .center .center-left .text {
            line-height: 28px;
            color: #fff;
            margin-bottom: 30px; }
            .about-us .company .card .center .center-left .text:last-child {
              margin-bottom: 0; }
        .about-us .company .card .center .center-right {
          height: 100%; }
          .about-us .company .card .center .center-right img {
            width: 100%;
            height: 100%; }
  .about-us .culture {
    max-width: 1600px; }
    .about-us .culture .culture-title {
      margin-bottom: 65px; }
    .about-us .culture .card {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      z-index: 5;
      transition: all .5s;
      overflow: hidden; }
      .about-us .culture .card:hover {
        box-shadow: none; }
      .about-us .culture .card .card-right {
        height: 100%;
        padding: 20px;
        box-sizing: border-box; }
        .about-us .culture .card .card-right .item {
          margin-bottom: 20px;
          display: flex;
          justify-content: flex-end;
          height: 40px; }
          .about-us .culture .card .card-right .item .icon {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #e65f39;
            margin-right: 20px; }
            .about-us .culture .card .card-right .item .icon img {
              width: 30px;
              height: 30px; }
          .about-us .culture .card .card-right .item .text {
            flex: 1 0 auto; }
            .about-us .culture .card .card-right .item .text .hd {
              color: #333;
              margin-bottom: 10px; }
            .about-us .culture .card .card-right .item .text .hd-b {
              color: #999;
              font-size: 14px; }
          .about-us .culture .card .card-right .item:last-child {
            margin-bottom: 0; }
      .about-us .culture .card .center-left {
        height: 100%; }
        .about-us .culture .card .center-left img {
          width: 100%;
          height: 100%; }
  .about-us .development {
    max-width: 1600px; }
    .about-us .development .imgssss {
      position: relative;
      margin: 0 auto; }
      .about-us .development .imgssss .item {
        line-height: 20px;
        font-size: 14px;
        /*&::before {
          position: absolute;
          top: 0;
          left: 0px;
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #e65f39;
        }

        &.one {
          top: -80px;
          left: 30px;
        }

        &.two {
          top: 290px;
          left: 80px;
        }

        &.three {
          top: -120px;
          left: 240px;
        }

        &.four {
          top: 290px;
          left: 350px;
        }

        &.five {
          top: -80px;
          left: 480px;
        }

        &.six {
          top: 290px;
          left: 580px;
        }

        &.seven {
          top: -80px;
          left: 720px;
        }

        &.eight {
          top: 290px;
          left: 840px;
        }*/ }
  .about-us .responsibility {
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 160px; }
    .about-us .responsibility .responsibility-title {
      margin-bottom: 35px; }
    .about-us .responsibility .responsibility-text {
      margin-bottom: 35px;
      text-align: center; }
    .about-us .responsibility .responsibility-list {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }
      .about-us .responsibility .responsibility-list .item {
        background: url("../img/aboutItem.png") no-repeat;
        background-size: 100% 100%;
        height: 320px;
        display: flex;
        box-sizing: border-box; }
        .about-us .responsibility .responsibility-list .item .icon {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 70px;
          height: 70px;
          border-radius: 50%;
          background-color: #3386d8;
          margin-right: 20px; }
          .about-us .responsibility .responsibility-list .item .icon img {
            width: 50px;
            height: 50px; }
        .about-us .responsibility .responsibility-list .item .text {
          flex: 1 0 auto; }
          .about-us .responsibility .responsibility-list .item .text .hd {
            color: #333;
            font-weight: bold;
            margin-bottom: 15px; }
          .about-us .responsibility .responsibility-list .item .text .hd-text {
            position: relative;
            display: flex;
            align-items: center;
            color: #666;
            max-width: 300px;
            padding-left: 10px;
            line-height: 24px;
            margin-bottom: 10px; }
            .about-us .responsibility .responsibility-list .item .text .hd-text .span {
              color: #e65f39; }
            .about-us .responsibility .responsibility-list .item .text .hd-text:last-child {
              margin-bottom: 0; }
            .about-us .responsibility .responsibility-list .item .text .hd-text::before {
              position: absolute;
              top: 5px;
              left: -5px;
              content: "";
              display: block;
              width: 5px;
              height: 5px;
              border-radius: 50%;
              background-color: #e65f39; }
      .about-us .responsibility .responsibility-list .itemR {
        margin-right: 10px;
        margin-bottom: 20px; }
      .about-us .responsibility .responsibility-list .itemL {
        margin-left: 10px;
        margin-bottom: 20px; }

.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  border-radius: 3px;
  background-color: #aaa; }
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff; }

.swiper-container {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 30px; }

.swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  left: -15px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #f9c4ad; }
  .swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
    font-weight: bold; }

.swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  right: -15px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #f9c4ad; }
  .swiper-button-next::after {
    font-size: 20px;
    color: #fff;
    font-weight: bold; }

@media screen and (min-width: 992px) {
  body {
    min-width: 1200px; }

  .about-us .title {
    margin: 0 auto;
    margin-bottom: 40px; }

  .top {
    margin-bottom: 80px; }

  .index-top-img-min {
    display: none; }

  .top-text {
    position: absolute;
    padding: 0 200px;
    margin: 0 auto; }

  .top-des {
    width: 500px; }

  .about-us {
    padding: 0 100px;
    margin-bottom: 100px; }

  .company .card {
    width: 1000px;
    margin: 0 auto;
    height: 350px; }

  .center {
    height: 350px; }

  .center-left {
    width: 50%; }

  .center-right {
    width: 50%; }

  .company {
    margin: 0 auto;
    margin-bottom: 160px; }

  .culture {
    margin: 0 auto;
    margin-bottom: 120px; }

  .culture .card {
    width: 750px; }

  .culture .card .center-left {
    width: 50%; }

  .culture .card .center-right {
    width: 50%; }

  .development {
    margin: 0 auto;
    margin-bottom: 160px; }

  .development-title {
    margin-bottom: 160px !important; }

  .imgssss {
    width: 1000px;
    height: 300px; }
    .imgssss img {
      width: 1000px; }
    .imgssss .item {
      position: absolute;
      padding-left: 20px;
      width: 170px; }
      .imgssss .item::before {
        position: absolute;
        top: 0;
        left: 0px;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #e65f39; }
      .imgssss .item.one {
        top: -80px;
        left: 30px; }
      .imgssss .item.two {
        top: 290px;
        left: 80px; }
      .imgssss .item.three {
        top: -120px;
        left: 240px; }
      .imgssss .item.four {
        top: 290px;
        left: 350px; }
      .imgssss .item.five {
        top: -80px;
        left: 480px; }
      .imgssss .item.six {
        top: 290px;
        left: 580px; }
      .imgssss .item.seven {
        top: -80px;
        left: 720px; }
      .imgssss .item.eight {
        top: 290px;
        left: 840px; }

  .responsibility-list .item {
    width: 520px;
    padding: 60px; } }
@media screen and (max-width: 992px) {
  .about-us .title {
    margin: 0 auto;
    margin-bottom: 20px; }

  .top {
    margin-bottom: 20px; }

  .index-top-img {
    display: none; }

  .index-top-img-min {
    display: flex;
    position: absolute; }

  .top-text {
    position: absolute;
    padding: 0 20px;
    margin: 0 auto; }

  .top-des {
    width: 100%; }

  .about-us {
    padding: 0 10px;
    margin-bottom: 20px; }

  .company .card {
    width: 100%;
    margin: 0 auto;
    height: 550px; }

  .center-left {
    width: 100%; }

  .center-right {
    width: 100%; }

  .company {
    margin: 0 auto;
    margin-bottom: 20px; }

  .culture {
    margin: 0 auto;
    margin-bottom: 20px; }

  .culture .card {
    width: 100%;
    flex-direction: column; }

  .culture .card .center-left {
    width: 100%;
    flex-direction: column; }

  .culture .card .center-right {
    width: 100%;
    flex-direction: column; }

  .development {
    margin: 0 auto;
    margin-bottom: 20px; }

  .development-title {
    margin-bottom: 20px; }

  .imgssss {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .imgssss img {
      width: 100%; }
    .imgssss .item {
      width: 100%;
      display: flex;
      flex-direction: column;
      margin: 10px 0; }

  .responsibility-list {
    flex-direction: column; }

  .responsibility-list .item {
    width: 100%;
    padding: 40px;
    flex-direction: column; }
    .responsibility-list .item .hd {
      width: 50%;
      flex-direction: row; } }

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