.body {
  height: 82vh;
  width: 100%;
  position: relative;
  background: #30343e;
}
.body .box {
  position: absolute;
 
}
.body .box .img {
  width: 111vh;
}
.body .data {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 180px;
  background: rgba(255, 255, 255, 0.1175);
  padding-top: 1px;
}
.body .data .content {
  width: 901px;
  margin: 50px auto 0;
  overflow: hidden;
}
.body .data .content .item {
  width: 300px;
  float: left;
  text-align: center;
}
.body .data .content .item .num {
  text-align: center;
  /* font-size: 46px; */
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #ffffff;
  line-height: 65px;
}
.body .data .content .item .num span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}
.body .data .content .item .num .pre-unit,.body .data .content .item .num .number {
  text-align: center;
  font-size: 46px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #ffffff;
  line-height: 65px;
}
.body .data .content .item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-top: 10px;
}
.instHope .swiper-pagination {
  width: 140px;
  margin: 0 auto;
  position: static;
  transition: all 0.3s .5s;
}
.instHope .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 8px;
  background: #d8d8d8;
  border-radius: 6px;
  float: left;
  margin-right: 5px;
}
.instHope .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #2041c2 0%, #ffad34 100%);
}
.instHope .title {
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 53px;
  text-align: center;
  margin: 70px auto;
}
.instHope .swiper-container {
  width: 1200px;
  margin: 0 auto;
}
.instHope .swiper-container .swiper-slide {
  width: 380px;
  height: 560px;
  transition: all 0.3s;
}
.instHope .swiper-container .swiper-slide .item {
  width: 320px;
  transition: all 3s;
  margin: 0 auto;
  position: relative;
  padding-top: 1px;
  height: 423px;
  margin-top: 70px;
  box-shadow: 0px 1px 19px 0px rgba(228, 233, 239, 0.5);
  background-color: #fff;
}
.instHope .swiper-container .swiper-slide .item .portrait {
  width: 90px;
  position: absolute;
  left: 110px;
  top: -45px;
}
.instHope .swiper-container .swiper-slide .item .text {
  position: relative;
  width: 216px;
  font-size: 13px;
  color: #666666;
  margin: 0 auto;
  margin-top: 45px;
  line-height: 21px;
}
.instHope .swiper-container .swiper-slide .item .text .left {
  position: absolute;
  width: 24px;
  left: -35px;
  top: -13px;
}
.instHope .swiper-container .swiper-slide .item .text .right {
  position: absolute;
  width: 24px;
  right: -35px;
  bottom: -20px;
}
.instHope .swiper-container .swiper-slide .item .p1 {
  font-size: 16px;
  color: #333333;
  margin-top: 70px;
  text-align: center;
}
.instHope .swiper-container .swiper-slide .item .p2 {
  font-size: 13px;
  color: #666666;
  line-height: 25px;
  text-align: center;
}
.instHope .swiper-container .swiper-slide.on {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.inst {
  width: 1201px;
  margin: 0 auto;
  margin-top: 100px;
}
.inst .title {
  font-size: 38px;
  font-family:Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 53px;
  text-align: center;
  margin: 70px auto;
}
.inst .list {
  margin: 60px 0;
}
.inst .list img {
  width: 1200px;
}
.inst .list .item {
  width: 240px;
  float: left;
  text-align: center;
}
em {
  font-style: normal;
}
