/* about-us */
.about-us {
  padding: 70px 0;
}

.about-us .text {
  width: 670px;
  min-height: 350px;
  border-radius: 10px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 10px 10px 20px #e7e7e7;
  overflow: hidden;
}

.about-us .about-img {
  width: 400px;
}

.about-us .text>p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(51, 51, 51, 1);
}

/* business */
.business .business-item {
  position: relative;
  cursor: pointer;
}

.business .bg-img-wrapper {
  width: 400px;
  height: 280px;
  overflow: hidden;
}

.business .bg-img {
  width: 400px;
  min-height: 280px;
}

.business .desc {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 140px;
  top: 50%;
  left: 0;
  margin-top: -60px;
  font-size: 30px;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}

.business .desc-title {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;

}

.business .desc .img-wrapper {
  position: relative;
  width: 92px;
  height: 92px;
}

.business .desc .img-wrapper>img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  max-height: 92px;
}

.business .mask {
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: #000;
  transition: all 0.3s ease;
}

.business .active .mask {
  opacity: 0.8;
  background-color: #005daf;
}

/* case */
.case {
  margin-top: 70px;
}

.case .content {
  position: relative;
  width: 1100px;
  background-color: #fff;
  padding: 50px;
}

.case .content .title {
  color: #005DAF;
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 40px;
}

.case .content .desc {
  width: 680px;
  font-size: 18px;
  line-height: 30px;
}

.case .swiper-case {
  position: absolute;
  top: -50px;
  right: 42px;
  width: 300px;
  height: 400px;
}

.case .swiper-container>.swiper-pagination-case {
  position: absolute;
  bottom: 10px;
  z-index: 10010;
  text-align: center;
}

.swiper-case-text {
  width: 770px;
  margin-left: 0;
}

.case .swiper-slide {
  position: relative;
}

.case .swiper-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* news */
.news {
  margin-top: 70px;
}

.news .desc {
  width: 274px;
  height: 140px;
  margin-left: 20px;
}

.news .desc>.title {
  width: 100%;
  height: 44px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.news .desc>.outline {
  position: relative;
  width: 100%;
  height: 56px;
  padding-top: 38px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.news .desc>.outline:before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: rgba(0, 93, 175, 1);
}

.news .news-item {
  width: 50%;
}

.news .flex-row {
  justify-content: flex-start;
}

.news .img-wrapper {
  width: 280px;
  height: 140px;
  overflow: hidden;
}

.news .item-img {
  width: 280px;
}

/* partners */
.partners {
  margin-top: 70px;
}

.partners .sw-row {
  height: 100px;
  overflow: hidden;
}

.partners .img-wrapper {
  width: 200px;
  height: 100px;
  margin: 0 10px;
  overflow: hidden;
}

.partners .img-wrapper>a {
  display: inline-block;
  width: 200px;
  height: 100px;
}

.partners .img-wrapper img {
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
}


.partners .swiper-container {
  padding: 80px 0 20px 0;
  margin-top: -76px;
}

.partners .swiper-button-prev {
  left: auto;
  right: 114px;
  top: 20px;
  width: 30px;
  background: url("/themes/quick_start/public/assets/images/prev.png") no-repeat center center;
}

.partners .swiper-button-next {
  left: auto;
  right: 60px;
  top: 20px;
  width: 30px;
  width: 30px;
  background: url("/themes/quick_start/public/assets/images/next.png") no-repeat center center;
}<!--ºÄÊ±1752856625.92Ãë-->