<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  height: 400px;
}

.banner .item .des {
  margin-top: -250px;
}


.banner .item .des div {
  display: none;
}

.clue {
  background-color: #efefef;
  padding-top: 50px;
}

.clue h2 {
  text-align: center;
  font-size: 30px;
  color: #333;
}

.market-clue {
  padding-bottom: 50px;
}

.market-clue .clue-wrapper {
  display: flex;
  justify-content: space-between;
}

.market-clue .clue-wrapper:first-child {
  margin: 65px 0 20px;
}

.market-clue .item {
  width: 23.6%;
  height: 220px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.market-clue .item .top {
  width: 54px;
  height: 54px;
  text-align: center;
  margin: 23px 0 32px;
}

.market-clue .item .ctr {
  font-size: 18px;
  color: #333;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.market-clue .item .btm {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  font-weight: 400;
  margin: 0 32px;
  text-align: center;
}

.service-w {
  padding-top: 50px;
}

.service-w h2 {
  text-align: center;
  font-size: 30px;
  color: #333;
}

.service {
  height: 520px;
  background-color: #363B3E;
  margin-top: 65px;
}

.service .h-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.service .h-container .item {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.service .h-container .item:hover .mantle {
  background-color: rgba(37, 105, 167, 0.6)
}

.service .h-container .item:hover .btm {
  opacity: 1;
}

.service .h-container .item .mantle {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.service .h-container .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.service .h-container .item .bg img {
  width: 100%;
  height: 100%;
}

.service .h-container .item .img {
  width: 55px;
  height: 55px;
  z-index: 1;
  margin-top: 50%;
}

.service .h-container .item .img img {
  width: 100%;
  height: 100%;
}

.service .h-container .item .underline {
  width: 40px;
  height: 2px;
  margin: 32px 0 24px;
  background-color: #fff;
  z-index: 1;
}

.service .h-container .item .ctr {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  z-index: 1;
}

.service .h-container .item .btm {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  margin: 24px 57px 0;
  text-align: center;
  opacity: 0;
  z-index: 1;
}

.pad50 {
  padding-top: 50px;
}

.service-tab {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.service-tab .item {
  flex-grow: 1;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  cursor: pointer;
}

.tab-active span {
  color: #40A0CA
}

.tab-underline {
  width: 30px;
  height: 2px;
  background-color: #40A0CA;
  margin: 0 auto;
  margin-top: 20px;
  opacity: 0;
}

.underline-active {
  width: 30px;
  height: 2px;
  background-color: #40A0CA;
  margin: 0 auto;
  margin-top: 20px;
  opacity: 1;
}

.service-des .item {
  display: none;
  position: relative;
}

.service-des .item img:first-child {
  width: 25px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  top: 280px;
  left: 0;
}

.service-des .item img:nth-child(2) {
  width: 90%;
  margin: 0 5%;
  height: 100%;
}

.service-des .item img:last-child {
  width: 25px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  top: 280px;
  right: 0;
}

.item-show {
  display: block !important;
}

.streamer {
  height: 250px;
  background: url(../../images/product/yq_erp_icon2.jpg) center center no-repeat;
  text-align: center;
  background-size: cover;
}

.streamer h6 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: 42px;
  padding: 58px 0 12px;
}

.streamer p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 36px;
}

.streamer a {
  display: inline-block;
  width: 150px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  font-size: 16px;
  color: #2892EB;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 360px;
  }

  .market-clue .item {
    height: 240px;
  }

  .market-clue .item .top {
    margin: 23px 0 20px;
  }

  .market-clue .item .btm {
    margin: 0 16px;
  }

  .service {
    height: 360px;
  }

  .service .h-container .item .img {
    margin-top: 25%;
  }

  .service .h-container .item .btm {
    margin: 24px 16px 0;
  }

  .service-tab .item span {
    font-size: 20px;
  }

  .service-des .item img:first-child {
    top: 150px;
  }
  .service-des .item img:last-child {
    top: 150px;
  }
}

.cooperation {
    padding: 80px 0 120px;
}

.cooperation .title {
  text-align: center;
  font-size: 34px;
  color: #333;
}

.cooperation .content {
  flex-wrap: wrap;
  margin-top: 75px;
}

.cooperation .content .on {
  background-color: #f8f8f8;
  ;
}

.cooperation .content .item {
  width: 200px;
  height: 150px;
}

.cooperation .content .item:hover {
  z-index: 10;
  -webkit-box-shadow: 0 8px 22px 0 rgba(42, 117, 237, .16);
  box-shadow: 0 8px 22px 0 rgba(42, 117, 237, .16)
}

  .news .title {
    text-align: center;
    font-size: 34px;
    color: #333;
  }

  .news .content {
    padding: 40px 0 60px;
  }

  .news .content .item {
    width: 32%;
    height: 345px;
    box-shadow: 0 0px 14px 0 rgb(48 64 79 / 10%);
  }

  .news .content .item .img {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .news .content .item .img img {
    width: 100%;
  }

  .news .content .item .img .mark {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 2px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .news .content .item .des {
    position: relative;
    z-index: 2;
    margin-top: -33px;
  }

  .news .content .item .des .li {
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
  }

  .news .content .item .des .li:first-child {
    background-color: rgba(0, 0, 0, .5);
  }

  .news .content .item .des .li:first-child .lft {
    color: #fff;
  }

  .news .content .item .des .li:first-child .rgh {
    color: #fff;
  }

  .news .content .item .des .li:hover .lft {
    color: #40A0CA;
  }

  .news .content .item .des .li:hover .rgh {
    color: #40A0CA;
  }

  .news .content .item .des .li .lft {
    width: 120px;
    text-indent: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
  }

  .news .content .item .des .li .rgh {
    width: 75px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    font-size: 14px;
  }</pre></body></html>