.warp {
  width: 940px;
  margin: 0 auto;
}
.saas-intro {
  width: 100%;
  background: #fff;
  padding-top: 54px;
  height: 556px;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.saas-intro img {
  margin-top: 15px;
}
.saas-intro-content {
  width: 684px;
}
.saas-intro-content .title {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
.saas-intro-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.mar-t8 {
  margin-top: 8px;
}
.saas-intro-content .line {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #0f85f9;
  margin-top: 20px;
}
/* 产品特色 */
.intro-center {
  position: relative;
  top: -150px;
}
.product-feature {
  background: #f9f9f9;
}
.product-feature .title h2 {
  font-size: 32px;
  color: #333;
  font-weight: 500;
  text-align: center;
}
.product-feature .title p {
  font-size: 18px;
  color: #999;
  text-align: center;
  margin-top: 5px;
}
.product-ul {
  margin-top: 40px;
}
.product-ul li {
  width: 300px;
  box-shadow: 0 0 10px #eee;
}
.product-ul li + li {
  margin-left: 20px;
}
.product-ul li img {
  width: 300px;
  height: 160px;
}
.product-ul .summary {
  width: 300px;
  padding: 30px;
  background: #fff;
  height: 220px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  font-size: #333;
}
.package-service {
  margin-top: 80px;
}
.package-ul {
  margin-top: 40px;
}
.package-li {
  width: 470px;
  height: 310px;
  background: #fff;
  margin-bottom: 20px;
}
.package-li .name {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  height: 76px;
  line-height: 76px;
  border-bottom: 1px solid #f9f9f9;
}
.common-ul li {
  padding-left: 60px;
  width: 150px;
  margin-top: 23px;
}
.common-ul .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #1384f8;
  vertical-align: middle;
}
.common-ul .cont {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  margin-left: 3px;
}
.price-box {
}
.price-box .price {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 46px 0 0 70px;
}
.price-box .price span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
.price-box .btn {
  width: 160px;
  height: 44px;
  line-height: 44px;
  background: rgba(15, 133, 249, 1);
  border-radius: 2px;
  margin-top: 32px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-left: 70px;
  cursor: pointer;
}
.footer_content {
  margin-top: -110px;
}

.banner-box .left-box {
  width: 550px;
  text-align: center;
  padding-top: 116px;
  color: #fff;
}
.banner-box .left-box h2 {
  font-family: 'PingFangSC-Semibold', 'PingFang SC';
  margin-top: 12px;
  font-size: 36px;
  color: #fff;
}
.banner-box .left-box .sum {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.banner-box .left-box .text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.banner-box .swiper-box {
  width: 251px;
  height: 535px;
  overflow: hidden;
  margin-top: 40px;
  margin-left: 100px;
}
.banner-box .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -3px !important;
}
.banner-box .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 3px;
  opacity: 0.6;
}
.banner-box .swiper-pagination-bullet-active {
  width: 6px;
  height: 12px;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
}
