.page-section {
  background: #F8F9FD;
}

.contain .list {
  flex-wrap: wrap;
}

.contain .list .list-item1 {
  cursor: pointer;
  border-radius: 8px;
  margin-top: 30px;
  width: 260px;
  height: 270px;
  box-sizing: border-box;
  padding-top: 20px;
  /* padding-left: 10px; */
  padding-bottom: 10px;
  text-align: center;
  background-color: #fff;
}

.list-item1:hover {
  box-shadow: 0px 2px 4px 0px rgba(6, 25, 63, 0.09);
}

.contain .list .list-item1 .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 80px;
}


.contain .list .list-item1 .desc {
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
  color: #1C2232;
  line-height: 22px;
}

.public-title2 h3 {
  font-size: 38px;
}

.public-title2 p {

  color: #686B73;
  font-size: 14px;
}

.contain-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  height: 500px;
  /* background-color: red; */
}

.left-Ai {
  width: 500px;
  height: 100%;
}

.left-Ai h3 {
  font-size: 24px;
}

.left-Ai p {
  font-size: 12px;
  margin-top: 20px;
  line-height: 25px;
}

.left-nice {
  margin-top: 30px;
  border-top: 1px solid #D8D8D8;
}

.left-nice .left-nice-item {
  text-indent: 10px;
  margin-top: 20px;
  font-size: 14px;

  color: #111111;
}

.left-img {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-top: 6px;
  vertical-align: middle;
}

.advantage-box {
  width: 100%;
  height: 750px;
  background: url("../../img/igtproofread/ys.png") no-repeat 0px -30px;
  background-size: 100% 100%;

}

.advantage {
  overflow: hidden;
  margin: auto;
  /* width: 100%; */
  width: 1500px;
  height: 700px;
}

.public-title3 h3 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 38px;
  color: #fff;
}

.public-title3 p {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.text-indil {
  font-size: 17px;
  display: inline-block;
  text-indent: 14px;
}

/* 优势 */
.advantage1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 1300px;
  height: 500px;
  margin: 35px auto 0 auto;
  /* background-color: red; */
}

.advantage-img {
  line-height: 70px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #F7F7F7;
}

.advantage-img img {
  vertical-align: middle;
}

.advantage-item {
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px 20px 15px;
  width: 285px;
  height: 220px;
  background-color: #fff;
  border-radius: 10px;
}

.advantage-item p {
  margin-top: 20px;
  line-height: 25px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  color: #1C2232;
  font-size: 14px;
}



.swiper-slide img {
  width: 240px;
  margin: 10px 10px;
  /* height: 62px; */
}

/* .swiper-slide .item {
  width: 240px;
  height: 20px;
  margin: 10px 10px;
} */

.swiper-box {
  position: relative !important;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute !important;
  bottom: -3px !important;

}

.swiper-pagination-bullet-active {
  width: 30px !important;
  height: 8px !important;
  border-radius: 5px;
}

.swiper-pagination-bullet-active {
  background-color: #1F7BFF !important;
}

.guarantee-box {
  margin-top: 80px;
  width: 100%;
  background-color: #fff;
}

.guarantee {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;

}

.jieru {
  margin-top: 30px;
}

.guarantee-item {
  margin-top: 30px;
  box-sizing: border-box;
  padding-top: 20px;
  text-align: center;
  width: 264px;
  height: 292px;
  border: 1px solid #E6E8EC;
}

.guarantee-title {
  font-weight: 500;
  color: #222222;
  line-height: 50px;
  font-size: 20px;
}

.guarantee .guarantee-text {
  padding: 0 15px;
  text-align: left;
  line-height: 25px;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
}