.top {
  position: relative;
  width: 100%;
  min-height: 550px;
  box-sizing: border-box;
  margin-bottom: 80px; }
  .top img {
    width: 100%; }
  .top .top-text {
    position: absolute;
    top: 120px;
    left: 200px;
    top: 20%;
    left: 16%; }
    .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; }
  .top .top-text {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    margin: 0 auto; }
    .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; }

.products-wrapper {
  width: 100%;
  min-height: 1600px;
  background: url("../img/aboutBg.png") no-repeat;
  background-size: cover;
  box-sizing: border-box; }
  .products-wrapper .title {
    width: 140px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    margin: 0 auto; }
    .products-wrapper .title::after {
      left: -40px;
      right: -40px; }
  .products-wrapper .products {
    margin-bottom: 120px; }
    .products-wrapper .products .products-title {
      margin-bottom: 65px; }
    .products-wrapper .products .list {
      display: flex;
      justify-content: center;
      align-items: center; }
      .products-wrapper .products .list .item {
        height: 480px;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
        color: #303133;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: #ebeef5;
        border-image: initial;
        overflow: hidden;
        transition: all 0.3s ease 0s;
        cursor: pointer; }
        .products-wrapper .products .list .item:hover {
          box-shadow: none; }
        .products-wrapper .products .list .item .item-img {
          position: relative;
          width: 100%;
          height: 40%;
          overflow: hidden; }
          .products-wrapper .products .list .item .item-img .img-tag {
            position: absolute;
            top: 15px;
            left: 0;
            width: 130px;
            height: 25px;
            border-radius: 0 13px 13px 0;
            background-color: #fb7b29;
            color: #fff;
            padding-left: 15px;
            line-height: 25px;
            font-size: 12px; }
          .products-wrapper .products .list .item .item-img:hover .img-des {
            bottom: 0; }
          .products-wrapper .products .list .item .item-img .img-des {
            position: absolute;
            bottom: -140px;
            left: 0;
            right: 0;
            height: 140px;
            background-color: #000;
            font-size: 10px;
            color: #fff;
            line-height: 18px;
            padding: 10px;
            box-sizing: border-box;
            text-align: justify;
            transition: all 1s; }
          .products-wrapper .products .list .item .item-img img {
            width: 100%;
            height: 100%; }
        .products-wrapper .products .list .item .item-info {
          width: 100%;
          height: 60%;
          padding: 20px;
          box-sizing: border-box; }
          .products-wrapper .products .list .item .item-info .item-name {
            width: 100%;
            height: 54px;
            border-bottom: 1px dashed #ccc; }
            .products-wrapper .products .list .item .item-info .item-name .name-hd {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              height: 20px;
              margin-bottom: 10px; }
              .products-wrapper .products .list .item .item-info .item-name .name-hd .name-icon {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background-color: #1d92e8;
                margin-right: 10px; }
                .products-wrapper .products .list .item .item-info .item-name .name-hd .name-icon img {
                  width: 12px;
                  height: 12px; }
              .products-wrapper .products .list .item .item-info .item-name .name-hd .name-title {
                color: #333;
                font-size: 16px; }
            .products-wrapper .products .list .item .item-info .item-name .name-text {
              margin-bottom: 10px;
              color: #333;
              font-size: 14px;
              padding-left: 26px; }
          .products-wrapper .products .list .item .item-info .item-des {
            width: 100%;
            padding-top: 20px;
            box-sizing: border-box; }
            .products-wrapper .products .list .item .item-info .item-des .des-hd {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              height: 20px;
              margin-bottom: 10px; }
              .products-wrapper .products .list .item .item-info .item-des .des-hd .des-icon {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background-color: #f17350;
                margin-right: 10px; }
                .products-wrapper .products .list .item .item-info .item-des .des-hd .des-icon img {
                  width: 12px;
                  height: 12px; }
              .products-wrapper .products .list .item .item-info .item-des .des-hd .des-title {
                color: #666;
                font-size: 12px; }
            .products-wrapper .products .list .item .item-info .item-des .des-text {
              margin-bottom: 10px;
              color: #999;
              font-size: 12px;
              padding-left: 26px;
              line-height: 20px;
              text-align: justify; }
      .products-wrapper .products .list .itemB {
        margin-bottom: 30px; }
  .products-wrapper .system {
    margin-bottom: 120px; }
    .products-wrapper .system .system-title {
      margin-bottom: 65px; }
    .products-wrapper .system .system-panel {
      height: 400px;
      margin: 0 auto;
      box-sizing: border-box;
      background: url("../img/bgS/productSystem.png") no-repeat;
      background-size: 100% 100%; }
      .products-wrapper .system .system-panel .panel-list {
        width: 100%;
        height: 100%;
        box-sizing: border-box; }
        .products-wrapper .system .system-panel .panel-list .panel-item {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          height: 30px;
          margin-bottom: 15px; }
          .products-wrapper .system .system-panel .panel-list .panel-item:last-child {
            margin-bottom: 0; }
          .products-wrapper .system .system-panel .panel-list .panel-item::before {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #fb7b29;
            box-shadow: 0 0 2px 3px #f6a26c;
            cursor: pointer;
            margin-right: 10px; }

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

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

  .top {
    margin-bottom: 80px; }

  .top-text {
    padding: 0 200px; }
    .top-text .top-des {
      width: 500px; }

  .products-wrapper {
    padding: 0 100px;
    margin-bottom: 100px; }

  .system-panel {
    width: 900px;
    padding: 50px; }
    .system-panel .panel-list {
      padding: 20px 20px 20px 240px; }

  .list .item {
    width: 300px;
    margin-right: 20px; } }
@media screen and (max-width: 992px) {
  .index-top-img {
    display: none; }

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

  .top {
    margin-bottom: 20px; }

  .top-text {
    padding: 0 20px; }
    .top-text .top-des {
      width: 100%; }

  .products-wrapper {
    padding: 0 10px;
    margin-bottom: 20px;
    flex-direction: column; }

  .system {
    display: flex;
    width: 100%;
    flex-direction: column; }
    .system .system-panel {
      width: 100%;
      padding: 10px;
      flex-direction: column; }
      .system .system-panel .panel-list {
        width: 100%;
        padding: 20px;
        flex-direction: column; }
        .system .system-panel .panel-list .panel-item {
          width: 100%;
          flex-direction: column; }

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

  .list .item {
    width: 100%;
    flex-direction: column; }

  .panel-item {
    margin-top: 10px;
    line-height: 30px; } }

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