@charset "UTF-8";

/*

    公司  西安聚牛科技有限公司
    团队  聚牛研发团队
    时间  2021-12-14

*/
.loading-page {
  margin-top: 90px;
}

.qiye {
  display: -webkit-flex;
  display: flex;
  margin-top: 80px;
}

.qiye div {
  width: calc(100% / 3);
  margin-right: 10px;
}

.qiye div:nth-child(3) {
  margin-right: 0;
}

.qiye div img {
  width: 100%;
  height: auto;
}

.zizhi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zizhi > div {
  width: calc(100% / 4);

  /* border */
}

/* .zizhi-list>div{
	width: 100%;
	height:224px;
	background-position:center;
	background-size:100%;
	background-repeat: no-repeat;
	margin: 20px 0;
} */
.zizhi > div img {
  display: block;
  margin: 20px auto;
  /* width: 90%; */
  /* height:auto; */
  height: 160px;
}

.zizhi-list {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #d3d3eb;
}

.zizhi > div:nth-child(4n) .zizhi-list {
  margin-right: 0;
}

.zizhi-list span {
  display: block;
  height: 60px;
  background-color: #e1e1fa;
  border-top: 1px solid #d3d3eb;
  color: #252533;
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-box > div {
  padding: 0;
}

.service-box > div .service-row {
  margin-right: 2%;
  margin-bottom: 4%;
}

.service-box > div:nth-child(2n) .service-row {
  margin-right: 0;
  margin-left: 2%;
}

.service-row {
  background-color: #ffffff;
  padding: 24px;
  display: -webkit-flex;
  display: flex;
}

.service-row .service-num {
  width: 31px;
  height: 31px;
  background: #376eff;
  -wekit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  margin-top: 5px;
}

.service-img {
  width: 170px;
  height: 156px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.service-img img {
  width: 100%;
  height: auto;
}

.service-text {
  width: calc(100% - 201px);
}

.service-text b {
  display: block;
  padding: 0 20px 0 13px;
  color: #252533;
  font-size: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}

.service-text span {
  display: block;
  padding: 0 20px 0 13px;
  overflow: hidden;
  height: 95px;
  color: #252533;
  font-size: 18px;
  line-height: 25px;
}

.partner-box {
  margin-right: 2%;
  background: #fff;
  margin-bottom: 2%;
  padding: 40px 0;
}

.partner-img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.partner-img img {
  width: 80px;
  height: 80px;
}

.partner-title {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 26px;
  color: #252533;
  margin-bottom: 28px;
  margin-top: 38px;
}

.partner-content {
  overflow: hidden;
  text-align: center;
  padding: 0 12%;
  font-size: 18px;
  color: #252533;
  height: 100px;
  line-height: 25px;
}

/*响应式布局*/
/*pc 超大*/
@media screen and (min-width: 1500px) {
}

/*pc 大*/
@media (min-width: 1200px) and (max-width: 1499px) {
}

/*pc 小*/
@media (min-width: 991px) and (max-width: 1199px) {
  .zizhi > div img {
    display: block;
    margin: 20px auto;
    height: 120px;
  }
}

/*平板*/
@media (min-width: 769px) and (max-width: 991px) {
  .row > .sj-ttile-h {
    padding: 0;
  }

  .qiye {
    display: block;
  }

  .qiye > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .service-row {
    padding: 0.32rem;
    align-items: center;
  }

  .service-box > div {
    width: 100%;
  }

  .service-box > div .service-row {
    margin-right: 0;
  }

  .service-box > div:nth-child(2n) .service-row {
    margin-right: 0;
    margin-left: 0;
  }

  .service-row .service-num {
    width: 0.31rem;
    height: 0.31rem;
    font-size: 0.26rem;
  }

  .service-text {
    width: calc(100% - 2.01rem);
  }

  .service-text b {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }

  .service-text span {
    font-size: 0.26rem;
    /* height: .97rem; */
    line-height: 0.33rem;
    display: -webkit-box;
    height: auto;
    /* overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap: break-word;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical */
  }

  .service-img {
    width: 1.7rem;
    height: 1.56rem;
  }

  .partner-content {
    font-size: 0.24rem;
    height: 1rem;
    line-height: 0.31rem;
    padding: 0 5%;
  }

  .zizhi > div img {
    margin: 0.24rem auto;
    height: 2.1rem;
    width: auto;
  }
}

/*手机*/
@media screen and (max-width: 768px) {
  .row > .sj-ttile-h {
    padding: 0;
  }

  .qiye {
    display: block;
  }

  .qiye > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .zizhi > div {
    width: calc(100% / 2);

    /* border */
  }

  .zizhi-list {
    margin-right: 0.06rem;
    margin-bottom: 0.12rem;
  }

  .zizhi > div:nth-child(2n) .zizhi-list {
    margin-right: 0;
    margin-left: 0.06rem;
  }

  .zizhi-list span {
    height: 0.6rem;
    font-size: 0.24rem;
  }

  .zizhi > div img {
    margin: 0.24rem auto;
    height: 2.1rem;
    width: auto;
  }

  .service-row {
    padding: 0.32rem;
    align-items: center;
  }

  .service-box > div {
    width: 100%;
  }

  .service-box > div .service-row {
    margin-right: 0;
  }

  .service-box > div:nth-child(2n) .service-row {
    margin-right: 0;
    margin-left: 0;
  }

  .service-row .service-num {
    width: 0.31rem;
    height: 0.31rem;
    font-size: 0.26rem;
  }

  .service-text {
    width: calc(100% - 2.01rem);
  }

  .service-text b {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }

  .service-text span {
    font-size: 0.26rem;
    /* height: .97rem; */
    line-height: 0.33rem;
    height: auto;
    display: -webkit-box;
    /* overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap: break-word;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical */
  }

  .service-img {
    width: 1.7rem;
    height: 1.56rem;
  }

  .partner-row > div {
    width: 50%;
  }

  .partner-img img {
    width: 1rem;
    height: 1rem;
  }

  .partner-box {
    padding: 0.4rem 0;
  }

  .partner-title {
    font-size: 0.32rem;
    margin-top: 0.35rem;
    margin-bottom: 0.23rem;
  }

  .partner-content {
    font-size: 0.24rem;
    height: 1rem;
    line-height: 0.31rem;
    padding: 0 5%;
  }
}
