@charset "UTF-8";
.swiperModular .title {
  margin: 120px auto 78px;
  width: 378px;
  height: 69px;
  display: block;
}

/*轮播 */
.solutionSwiper {
  width: 1200px;
  margin: 0 auto;
}
.solutionSwiper .swiperTab {
  text-align: center;
}
.solutionSwiper .swiperTab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solutionSwiper .swiperTab ul li {
  width: 600px;
  height: 64px;
  line-height: 64px;
  font-weight: bold;
  color: #626880;
  background-color: #f9f9f9;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  cursor: pointer;
}
.solutionSwiper .swiperTab ul .active {
  background-color: #f0f6ff;
  color: #2f54eb;
}
.solutionSwiper .swiperTab ul .active::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #2f54eb;
  left: 0;
  bottom: 0;
}
.solutionSwiper .swiperContainer {
  padding: 40px 0 100px 0;
  overflow: hidden;
}