/* banner */
.text-over {
  -webkit-line-clamp: 1;
}

.text-over2,
.text-over3,
.text-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-over2,
.text-over3 {
  -webkit-line-clamp: 2;
}

.container .banner {
  overflow: hidden;
  height: 602px;
  background-image: linear-gradient(180deg, #6a9cff, #f5f9ff);
}

.container .banner .banner-swiper {
  width: 1200px;
  margin: 80px auto 0;
  height: 390px;
  overflow: hidden;
}

.container .banner .banner-swiper .swiper-container,
.container .banner .banner-swiper .swiper-wrapper {
  border-radius: 12px;
}

.container .banner .banner-swiper .banner-item {
  padding: 40px;
  background: #fff;
  display: flex;
  height: 390px;
  box-sizing: border-box;
}

.container .banner .banner-swiper .banner-item img {
  width: 557px;
  height: 311px;
}

.container .banner .banner-swiper .banner-item .cont {
  flex: 1;
  margin-left: 24px;
}

.container .banner .banner-swiper .banner-item .cont .tags {
  display: flex;
  flex-wrap: wrap;
}

.container .banner .banner-swiper .banner-item .cont .tags span {
  background: #eaefff;
  padding: 0 8px;
  height: 24px;
  border-radius: 4px;
  line-height: 24px;
  margin-right: 8px;
  font-size: 12px;
  color: #4e78f5;
}

.container .banner .banner-swiper .banner-item .cont .title {
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin-top: 8px;
}

.container .banner .banner-swiper .banner-item .cont .desc {
  font-size: 18px;
  color: #999;
  margin-top: 12px;
}

.container .banner .banner-swiper .banner-item .cont .btn {
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-image: linear-gradient(0deg, #4976f5, #235cff);
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  margin-top: 27px;
  cursor: pointer;
}

.container .case-box {
  background: #fff;
}

.container .case-box h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #333;
  padding: 64px 0 40px;
}

.container .case-box .case-type {
  display: flex;
  justify-content: center;
}

.container .case-box .case-type .type-item {
  margin-right: 72px;
  font-size: 20px;
  color: #333;
  position: relative;
  cursor: pointer;
}

.container .case-box .case-type .type-item.active:after {
  content: "";
  position: absolute;
  height: 3px !important;
  bottom: -20px;
  left: 8px;
  right: 8px;
  background: #4976f5;
}

.container .case-box .case-type .type-item:last-child {
  margin-right: 0;
}

.container .case-content{
  display: none;
}

.container .content {
  width: 1200px;
  margin: 52px auto 40px;
  display: flex;
  flex-wrap: wrap;
}

.container .content .cont-item {
  width: 282px;
  height: 227px;
  margin-right: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}

.container .content .cont-item:nth-child(4n) {
  margin-right: 0;
}

.container .content .cont-item .img-box {
  position: relative;
  width: 282px;
  height: 159px;
  border-radius: 8px;
}

.container .content .cont-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.container .content .cont-item .img-box .mark {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #4e78f5;
  height: 24px;
  background: #eaefff;
  border-radius: 0 0 8px 0;
  line-height: 24px;
  padding: 0 8px;
}

.container .content .cont-item .title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-top: 12px;
}

.container .content .cont-item .title span {
  display: inline-block;
  font-size: 12px;
  color: #4e78f5;
  height: 24px;
  background: #eaefff;
  border-radius: 4px;
  line-height: 24px;
  padding: 0 8px;
  vertical-align: bottom;
  margin-right: 8px;
}

.container .content .cont-item .title span i {
  font-style: normal;
}

.container .partner {
  height: 624px;
  background: #e9f3ff;
}

.container .partner h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #333;
  padding: 64px 0 48px;
}

.container .partner .partner-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.container .partner .partner-box .partner-item {
  width: 227px;
  height: 90px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.container .partner .partner-box .partner-item:nth-child(5n) {
  margin-right: 0;
}

.container .partner .partner-box .partner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.point {
  width: 1200px;
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.point .line {
  width: 48px;
  height: 3px;
  background: #d1d1d1;
  margin: 0 6px;
}

.point .line.active {
  background: #4976f5 !important;
}
