#businesSolution .container {
  padding: 0;
}

#businesSolution .video-wrap {
  position: relative;
  font-size: 0;
}

#businesSolution .video-wrap.playing .play {
  opacity: 0;
}

#businesSolution .video-wrap.playing:hover .play {
  opacity: 1;
}

#businesSolution .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#businesSolution .video-wrap .play {
  width: 6.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s;
}

#businesSolution .section-content {
  margin-top: 2rem;
}

#businesSolution .section-content .content-text {
  font-family: "FZLTXHJW";
  font-size: 1.2rem;
  line-height: 2.6rem;
  text-align: center;
}

#businesSolution .section-content .solution-list {
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

#businesSolution .section-content .solution-list li {
  display: inline-block;
  width: 17.8%;
  text-align: center;
  font-size: 1.2rem;
}

#businesSolution .section-content .solution-list li .iconfont {
  display: block;
  margin-bottom: 0.25em;
  font-size: 2.6rem;
}

#businesSolution .section-content .solution-list li.active {
  color: #0063f5 !important;
}

#businesSolution .section-content .swiper-solution .swiper-slide {
  padding: 0 0.5rem;
  box-sizing: border-box;
}

#businesSolution .section-content .swiper-solution .swiper-slide .solution-conetnt {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 25.5rem;
  background-position: center top;
  position: relative;
  border-radius: 0.4rem;
  transition: all 0.6s;
  overflow: hidden;
}

#businesSolution .section-content .swiper-solution .swiper-slide .solution-text {
  color: #fff;
  padding: 2rem;
  padding-bottom: 1.8rem;
  margin-top: 25.5rem;
}

#businesSolution .section-content .swiper-solution .swiper-slide .solution-text .solution-title {
  font-size: 1.4rem;
  margin: 0;
}

#businesSolution .section-content .swiper-solution .swiper-slide .solution-text .solution-desc {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: "FZLTXHJW";
}

#businesSolution .section-content .swiper-solution .swiper-slide .solution-text .solution-desc p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#businesSolution .section-content .swiper-solution .swiper-slide .solution-text .knowmore {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

#businesSolution .section-content .swiper-solution .swiper-slide .solution-text .knowmore .iconmore {
  font-size: 1rem;
  margin-left: 1em;
}

#businesSolution .section-content .swiper-solution .swiper-slide .solution-text .knowmore .iconarrow-right {
  font-size: 1.5rem;
}

#businesSolution .section-content .solution-video {
  margin-top: 2rem;
  display: none;
}

#businesSolution .solution-details {
  margin: 0 1.8rem;
  margin-top: 2rem;
}

#businesSolution .solution-details.loading > * {
  display: none;
}

#businesSolution .solution-details .tab-pane {
  display: none;
}

#businesSolution .solution-details .tab-pane.active {
  display: block;
}

#businesSolution .solution-details .case-tabs {
  text-align: center;
  font-size: 1.2rem;
  line-height: 3.8rem;
}

#businesSolution .solution-details .case-tabs li {
  display: inline-block;
  margin-bottom: 2rem;
  color: #92d051;
  border-radius: 2.4rem;
  transition: all 0.3s ease;
}

#businesSolution .solution-details .case-tabs li a {
  display: block;
  padding: 0 1.6rem;
}

#businesSolution .solution-details .case-tabs li.active {
  color: #fff !important;
  background-color: #92d051;
}

#businesSolution .solution-details .case-tabs li:not(.active) {
  background: none !important;
}

#businesSolution .solution-details .case-tab-content .desc {
  width: 95%;
  margin: 0 auto;
  font-family: "FZLTXHJW";
  font-size: 1.2rem;
  color: #92d051;
  line-height: 2rem;
  text-align: center;
}

#businesSolution .solution-details .case-tab-content .case-panel {
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 0.4rem;
}

#businesSolution .solution-details .case-tab-content .case-panel .panel-text {
  padding: 0 0.8rem;
  padding-bottom: 3rem;
  color: #666;
  font-family: "FZLTXHJW";
}

#businesSolution .solution-details .case-tab-content .case-panel .panel-text dt {
  font-size: 1.4rem;
  margin-top: 2rem;
}

#businesSolution .solution-details .case-tab-content .case-panel .panel-text dt .iconfont {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0.5em;
}

#businesSolution .solution-details .case-tab-content .case-panel .panel-text dd {
  font-size: 1.2rem;
  margin-top: 1rem;
}

#businesSolution .section-slogan {
  margin-top: 2rem;
  text-align: center;
}

#businesSolution .section-slogan .slogan-item {
  margin-bottom: 4.4rem;
}

#businesSolution .section-slogan .slogan-item h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1rem;
}

#businesSolution .section-slogan .slogan-item p {
  font-family: "FZLTXHJW";
  font-size: 1.2rem;
  line-height: 2rem;
  color: #5d5d5d;
}

#businesSolution .section-download {
  margin-top: 2rem;
  padding-top: 3.2rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #92d051;
  text-align: center;
  position: relative;
}

#businesSolution .section-download > div .download-case {
  margin-top: 3.2rem;
  background-color: #fff;
  opacity: 0;
  height: 0;
  overflow-x: hidden;
  transition: all 0.5s;
}

#businesSolution .section-download > div .download-case .download-tablist {
  position: relative;
  text-align: left;
}

#businesSolution .section-download > div .download-case .download-tablist::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.8rem;
  width: 1.8rem;
  height: 1.2rem;
  background: linear-gradient(90deg, #f8f9f9 0%, rgba(248, 249, 249, 0) 100%);
}

#businesSolution .section-download > div .download-case .download-tablist::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.8rem;
  width: 2.2rem;
  height: 1.2rem;
  background: linear-gradient(90deg, rgba(248, 249, 249, 0) 0%, #f8f9f9 100%);
}

#businesSolution .section-download > div .download-case .download-tablist > ul {
  padding: 2rem 0 1rem;
  margin-bottom: 1rem;
  padding-left: 1.8rem;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

#businesSolution .section-download > div .download-case .download-tablist li {
  display: inline-block;
  padding: 0 1.4rem;
  font-size: 1.2rem;
  line-height: 2.8rem;
  color: #666;
}

#businesSolution .section-download > div .download-case .download-tablist li.active {
  color: #0063f5;
  background-color: rgba(160, 199, 255, 0.16);
  border-radius: 2.4rem;
}

#businesSolution .section-download > div .download-case .download-swiper {
  padding-left: 1.1rem;
  text-align: left;
}

#businesSolution .section-download > div .download-case .download-swiper .swiper-slide {
  padding: 0 0.7rem;
}

#businesSolution .section-download > div .download-case .download-swiper .swiper-slide > a {
  display: block;
  overflow: hidden;
  height: 14rem;
  display: flex;
  justify-content: center;
}

#businesSolution .section-download > div .download-case .download-swiper .swiper-slide > a > img {
  width: auto;
  height: 100%;
}

#businesSolution .section-download > div .download-case .download-swiper .swiper-slide > p {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #666;
}

#businesSolution .section-download > div .download-case .btn-consult {
  display: inline-block;
  margin: 3rem 0;
  width: 10em;
  font-size: 1.2rem;
  line-height: 2.8rem;
  color: #0063f5;
  background-color: rgba(160, 199, 255, 0.16);
  border-radius: 2.4rem;
}

#businesSolution .section-download > div.on a.btn-default {
  display: none;
}

#businesSolution .section-download > div.on .download-case {
  opacity: 1;
  height: auto;
}

#businesSolution .section-download a.btn-default {
  margin-top: 2rem;
  margin-bottom: 3.2rem;
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #fff;
  background: none;
  border-radius: 5rem;
  border: 1px solid;
}

#businesSolution .section-videobox {
  margin-top: 1rem;
  padding-bottom: 3rem;
}

#businesSolution .section-videobox .video-text {
  margin-top: 2rem;
  text-align: center;
}

#businesSolution .section-videobox .video-text .title {
  font-size: 1.5rem;
  margin: 1rem 0;
}

#businesSolution .section-videobox .video-text .desc {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #666;
  font-family: "FZLTXHJW";
}

#businesSolution .section-videobox .video-text .btn {
  margin: 2rem 0;
  padding: 0 2em;
  font-size: 1.2rem;
  line-height: 3.8rem;
  color: #0063f5;
  background-color: rgba(160, 199, 255, 0.16);
  border-radius: 2.4rem;
}
