@charset "UTF-8";

.service-info {
  /* padding: 60px 0 50px; */
  padding: 130px 0 50px;
}


/* 新添加的轮播 */

.headerNew {
  overflow: hidden;
  width: 100%;
}

.top-all {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 150px;
  overflow: hidden;
  width: 100%;

}

h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.intro-text {
  color: #fff;
  font-size: 28px;
  margin-bottom: 40px;
}

.top-title {
  width: 700px;
  /* height: 600px; */
  /* margin: 0 auto; */
  text-align: center;
}

@media (max-width: 768px) {

  .top-all {
    margin-top: 250px;

  }

  h1 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
  }

  .intro-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .top-title {
    width: 300px;
    /* height: 600px; */
    /* margin: 0 auto; */
    text-align: center;
  }
}

/* 下面内容 */


@media (max-width: 768px) {

  .service-info {
    padding: 30px 0;
  }

  .news {
    background-color: #f7f8fa;
    padding-bottom: 60px !important;
  }
}


.service-info .info-list {
  padding: 0 30px;
}

.service-info p {
  font-size: 14px;
}

.service-info .count {
  font-size: 52px;
}

.service-info .add {
  font-size: 14px;
}

.content-head {
  padding: 60px 30px;
}

.content-head .title {
  font-size: 42px;
  color: #343434;
  font-weight: bold;
}

.content-head .introductory {
  font-size: 14px;
  margin-top: 16px;
}

.main-business .business-item {
  padding: 0 20px 40px;
}

.main-business .business-item2 {
  padding: 0 20px 48px;
}

.main-business .business {
  overflow: hidden;
  /* 先去掉阴影 */
  /* box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25); */
  position: relative;
}

.main-business .business img {
  max-width: 100%;
}

.main-business .business:hover .consult {
  transform: translate(-50%, -120%);
}

.main-business .business .consult {
  height: 40px;
  /* 新添加高度 */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 120%);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);

  border-radius: 200px;
}

.main-business .business .consult-btn {
  width: 160px;
  padding: 6px 0;
}

.main-business .business .now-consult {
  border-radius: 48px 0px 0px 48px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgb(100, 83, 223), rgb(121, 61, 175) 99.97%);
}

.main-business .business .mobile {
  border-radius: 0px 48px 48px 0px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgb(49, 220, 137), rgb(44, 183, 116) 100%);
}

.main-business .business-content {
  padding: 0 24px;
  /* 新加的 */
  height: 164px;

}

/* 淡入淡出动画 */

.fade-in {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

/*轮播图*/
.recommended-case {
  padding-bottom: 100px;
}

#swiper .swiper-container {
  width: 100%;
}

#swiper .swiper-slide {
  position: relative;
}

#swiper .swiper-slide:hover .case-intro {
  display: block;
}

#swiper .swiper-slide .case-title {
  font-size: 24px;
}

#swiper .swiper-slide .case-desc {
  font-size: 14px;
  margin-top: 28px;
}

#swiper .swiper-slide img {
  max-width: 100%;
}

#swiper .case-intro {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(38, 38, 38, 0.8);
  color: #fff;
  padding: 40px 46px 50px;
  /* border-radius: 20px; */
  border-radius: 6px;
}

#swiper .consult-case-btn {
  position: absolute;
  padding: 12px 68px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 48px;
  background: linear-gradient(90deg, rgb(0, 61, 229), rgb(0, 211, 229) 100%);
}

#swiper .consult-case-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(0, 211, 229), rgb(0, 61, 229) 100%);
  border-radius: 200px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

#swiper .consult-case-btn:hover {
  font-weight: 700;
}

#swiper .consult-case-btn:hover:after {
  left: 0;
  width: 100%;
}

.news {
  background-color: #f7f8fa;
  padding-bottom: 160px;
}

.news .news-list {
  padding: 0 30px;
}

.news .news-list .news-item {
  width: 50%;
  padding: 50px 40px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

.news .news-list .news-item:nth-child(n+2) {
  margin-left: 30px;
}

.news .news-left {
  margin-right: 64px;
}

.news .news-left .date {
  width: 78px;
  text-align: justify;
  text-align-last: justify;
  color: #d5d5d5;
}

.news .news-left .news-label {
  padding: 3px 10px;
}

.news .news-right .more {
  cursor: pointer;
}

@media (max-width: 1200px) {
  #swiper .swiper-slide .case-title {
    font-size: 14px;
  }

  #swiper .swiper-slide .case-desc {
    font-size: 10px;
    margin-top: 18px;
  }

  #swiper .case-intro {
    padding: 20px 30px 30px;
  }

  #swiper .consult-case-btn {
    padding: 10px 38px;
    bottom: 15px;
  }

  .news .news-list {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .news .news-list .news-item {
    width: 100%;
  }

  .news .news-list .news-item:nth-child(n+2) {
    margin: 20px 0 0;
  }
}

@media (max-width: 992px) {
  .service-info .count {
    font-size: 42px;
  }

  .content-head {
    padding: 40px 20px;
  }

  .content-head .title {
    font-size: 30px;
    color: #343434;
    font-weight: bold;
  }

  .content-head .introductory {
    font-size: 14px;
    margin-top: 12px;
  }

  .main-business .business-item {
    padding: 0 0px 30px;
    /* padding: 0 30px 30px; */
  }

  .main-business .business-body {
    padding: 0 20px;
  }

  .recommended-case {
    padding-bottom: 60px;
  }

  .news .news-left {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .content-head {
    padding: 30px;
  }

  .content-head .title {
    font-size: 26px;
    font-weight: bold;
  }

  .content-head .introductory {
    font-size: 14px;
    margin-top: 12px;
  }

  .service-info .info-list {
    padding: 0 20px;
  }

  .service-info .count {
    font-size: 26px;
  }

  .service-info p {
    font-size: 12px;
  }

  #swiper {
    margin: 0 20px;
  }

  .news .news-left .date {
    font-size: 14px;
  }

  .news .news-left .date-day {
    font-size: 28px;
  }

  .news .news-right h4 {
    font-size: 16px;
  }
}

/*# sourceMappingURL=index.css.map */