.module2 {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 105px * 3)/4));
  /* grid-template-rows: repeat(1, 70px); */
  grid-column-gap: 105px;
}
.module2 .img {
  width: 169px;
  height: 169px;
  margin: 0 auto;
}

.module2 .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.module2 .card p {
  text-align: center;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 16px;
}

.module3 {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 110px * 3)/4));
  grid-template-rows: repeat(2, 200px);
  grid-column-gap: 110px;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}

.module3 .card .img {
  width: 87px;
  height: 87px;
  margin: 0 auto;
}

.module3 .card .img img {
  width: 100%;
  height: 100%;
}

.module3 .card .content {
  margin-top: 30px;
}

.module3 .card .content .title {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  opacity: 1;
}

.module3 .card .content .desc {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  opacity: 1;
}


.module8 .card {
  width: 920px;
  height: 300px;
  display: flex;
  margin: 0 auto;
}

.module8 .card .img,
.module8 .card .content
{
  width: 460px;
  height: 300px;
}

.module8 .card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  /* padding-left: 100px; */
  padding: 0 61px;
  position: relative;
}

.module8 .card .img img {
  width: 100%;
  height: 100%;
}

.module8 .card .content .title {
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.module8 .card .content .title span {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-left: 5px;
}

.module8 .card .content .desc {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 5px;
}

.module8 .card .content .block {
  /* position: absolute; */
  width: 20px;
  height: 9px;
  margin-top: 40px;
  margin-left: 129px;
}

.module8 .card .content .block img {
  width: 100%;
  height: 100%;
}

.module5 {
  display: flex;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 60px;
}

.module5 .card {
  width: calc((1000p - 40px * 3)/3);
}

.module5 .card img {
  width: 305px;
  height: 239px;
}
.text {
  margin-top: 46px;
}

.text p {
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 40px
}

.swiper-3d {
  height: 650px;
  width: 1115px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.swiper-3d .swiper-slide img {
  width: 415px;
  height: 550px;
}

.swiper-3d .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-3d .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-3d .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1)!important;
}
