@media (max-width: 991.98px) {
  .vision {
    margin: 8vw 0;
    color: #fff;
  }
  .vision .item {
    width: 100%;
    background-image: url(../../images/vision-bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8vw 4vw;
    margin-top: 8vw;
  }
  .vision .item .wrap {
    border-radius: 4.8vw;
    border: 0.2vw solid #4B6CB4;
    background-image: url(../../images/vison-inner-bg-wap.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 5.1vw 2.7vw;
  }
  .vision .item .wrap .img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .vision .item .wrap .img img {
    width: 10.7vw;
  }
  .vision .item .wrap .name {
    width: 100%;
    font-weight: bold;
    font-size: 4.8vw;
    margin: 4vw 0;
    text-align: center;
  }
  .vision .item .wrap .desc {
    font-weight: 500;
    font-size: 3.7vw;
    line-height: 6.4vw;
  }
}
@media (min-width: 992px) {
  .vision {
    margin: 60px 0;
    color: #fff;
    position: relative;
  }
  .vision .bg {
    width: 100%;
  }
  .vision .container {
    position: absolute;
    padding: 0;
    top: 3.1vw;
  }
  .vision .watermark {
    font-weight: 800;
    font-size: 5.2vw;
    text-align: center;
    opacity: 0.3;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .vision .title {
    font-weight: bold;
    font-size: 2.1vw;
    text-align: center;
    margin: -4vw 0 4.2vw;
  }
  .vision .vision-swiper {
    height: 26vw;
  }
  .vision .item {
    width: 100%;
    height: 26vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 3.1vw 11.6vw;
    border-radius: 1.6vw;
    border: 0.2vw solid #4B6CB4;
    background-image: url(../../images/vison-inner-bg-pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .vision .item .img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .vision .item .img img {
    width: 4.2vw;
  }
  .vision .item .name {
    width: 100%;
    font-weight: bold;
    font-size: 1.9vw;
    margin: 3.1vw 0 2.1vw;
    text-align: center;
  }
  .vision .item .desc {
    width: 100%;
    font-weight: 500;
    font-size: 1vw;
    line-height: 2vw;
  }
  .vision .swiper-pagination {
    position: absolute;
    right: 2.1vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .vision .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.6;
    margin-bottom: 2.6vw;
    width: 0.8vw;
    height: 0.8vw;
    border: 0.2vw solid #FFFFFF;
    border-radius: 0.8vw;
    background: transparent;
  }
  .vision .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
  .vision .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .vision:hover .watermark {
    opacity: 0.4;
  }
}