/* 企业对系统敏捷化诉求成为刚需 */
.box .text {
  line-height: 20px;
  margin-top: 10px;
  padding: 0 20px;
  /* text-align: justify; */
  font-size: 12px;
  color: #666666;
}

@media (min-width: 768px) {
  .box .text {
    padding: 10px 8rem;
  }
}

/* 解决方案升级 */
.box3 {
  display: block;
}
.box3 img {
  display: block;
  width: 100%;
}
/* 飞骥中台 */
.priceBox {
  position: relative;
  padding: 0;
}
.priceBox .item {
  float: left;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 5px 10px 0 rgba(218, 218, 218, 0.5);
  margin-left: 10px;
}
.priceBox .item:nth-child(1) {
  margin-left: 0;
}
.priceBox .item-top {
  position: relative;
  height: 165px;
  color: #fff;
}
.priceBox .item-top img {
  position: absolute;
  width: 100%;
}
.priceBox .item-top p {
  position: relative;
  font-size: 24px;
}
.priceBox span {
  position: relative;
}
.priceBox .item-top .price {
  font-size: 18px;
}
.priceBox .text {
  padding: 25px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #282828;
  height: 300px;
}
.priceBox .text .info {
  font-size: 14px;
  line-height: 24px;
  height: 115px;
  margin-bottom: 95px;
  text-align: justify;
}
.priceBox button {
  color: var(--theme);
  border: 1px solid var(--theme);
  border-radius: 22px;
  margin-bottom: 5px;
}
.priceBox button a {
  color: inherit;
}
.swiper {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.swiper .swiper-slide {
  width: 80%;
}
.swiper .text {
  margin-top: 30px;
}
/* 我们产品的特色 */
.product .col-xs-6:nth-child(2n + 1) {
  padding-right: 7.5px;
}

.product .col-xs-6:nth-child(2n) {
  padding-left: 7.5px;
}

.product-li {
  border-radius: 8px 8px 0 0;
  width: 100%;
  background: #fff;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
}

.product-li:first-of-type {
  margin-left: 0;
}

.product-li .title {
  background-size: 100% 100%;
  height: 115px;
  padding: 60px 0 0 20px;
  color: #fff;
  font-size: 46px;
}

.product-li .content {
  padding: 10px;
  height: 170px;
}

.product-li .content::before {
  content: "";
  width: 42px;
  height: 4px;
  background: #ff8d13;
  display: inline-block;
  margin-bottom: 10px;
  transform: scale(0.8);
  margin-left: 2px;
}

.product-li .content h4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  transform: scale(0.9);
  margin-left: -5px;
}

.product-li .content p {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  transform: scale(0.9);
  margin-left: -5px;
  margin-top: 2px;
}
/* 如何购买商业授权证书 */
.accredit1 .item {
  position: relative;
  height: 272px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 50px;
  margin-right: 20px;
  margin-left: -20px;
  margin-top: 20px;
}
.accredit1 .item .num {
  font-weight: Bold;
  font-size: 22px;
  color: #333333;
}
.accredit1 .item .text {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  display: none;
}
.accredit1 .item p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  height: 154px;
}
.line1,
.line2,
.line3,
.line4 {
  position: absolute;
  border: 1px solid #e3e3e3;
  width: 140px;
}
.line1 {
  left: -51px;
  top: 67px;
  transform: rotate(75deg);
}
.line2 {
  left: -51px;
  bottom: 67px;
  transform: rotate(105deg);
}
.line3 {
  right: -88px;
  top: 67px;
  transform: rotate(75deg);
}
.line4 {
  right: -88px;
  bottom: 67px;
  transform: rotate(105deg);
}
/* 为什么需要授权证书 */
.accredit1,
.accredit2 {
  padding: 0 15px;
}
.accredit2 .item {
  height: 350px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}
.accredit2 .top img {
  width: 66px;
}
.accredit2 .item p {
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
.accredit2 .item span {
  line-height: 20px;
}
.accredit2 .item .brother {
  position: absolute;
  top: 0;
  right: -100%;
}
.accredit2 .item .top {
  position: relative;
}
.accredit2 .item .info2 {
  height: 100px;
  text-align: left;
}

.fot {
  background-image: url("../image/编组9.png");
  height: 200px;
  color: #fff;
}
.fot h2 {
  font-size: 24px;
}
.fot button {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  width: 150px;
}

@media (min-width: 768px) {
  .product .col-xs-6:nth-child(2n + 1) {
    padding-right: 15px;
  }

  .product .col-xs-6:nth-child(2n) {
    padding-left: 15px;
  }

  .product-li .title {
    height: 180px;
    padding: 125px 0 0 30px;
    color: #fff;
    font-size: 46px;
  }

  .product-li .content {
    padding: 20px 30px;
    height: 200px;
  }

  .product-li .content h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }

  .product-li .content p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
  }
  .accredit1,
  .accredit2 {
    padding: 0;
  }
  .accredit2 .top img {
    width: auto;
  }
}
/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .priceBox .item {
    padding: 0;
  }
  .box2 img {
    width: 103px;
    height: 93px;
  }
  .box3 {
    display: flex;
  }
  .accredit1 .item {
    margin-top: 50px;
  }
  .accredit1 .item .num {
    font-size: 36px;
  }
  .accredit1 .item .text {
    font-size: 24px;
    display: inline-block;
  }
  .accredit1 .item p {
    margin-top: 25px;
    font-size: 12px;
    height: 45px;
  }
  .fot h2 {
    font-size: 32px;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
}
