.bg-light {
  background-color: #fff !important;
}

@media (max-width: 991.98px) {
  .vision {
    margin: 5.3vw 0 8vw;
    padding: 4vw;
    background: #F7F9FA;
  }
  .vision .watermark {
    font-weight: 800;
    font-size: 12.8vw;
    color: #4B6CB8;
    text-align: center;
    margin-top: -2vw;
    opacity: 0.1;
  }
  .vision .title {
    font-weight: bold;
    font-size: 4.8vw;
    color: #374649;
    text-align: center;
    margin-top: -9vw;
  }
  .vision .item {
    width: 100%;
    height: 70vw;
    border-radius: 2.1vw;
    border: 0.3vw solid #4B6CB4;
    background-image: url(../../images/vision-bg-wap.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-line-pack: end;
        align-content: end;
    color: #FFFFFF;
    margin-top: 4vw;
    padding: 2.7vw;
  }
  .vision .item .img {
    width: 100%;
  }
  .vision .item .img img {
    width: 8.5vw;
    height: 8.5vw;
  }
  .vision .item .name {
    width: 100%;
    font-weight: bold;
    font-size: 4.8vw;
    margin: 2.7vw 0 2vw;
  }
  .vision .item .desc {
    width: 100%;
    font-weight: 500;
    font-size: 3.7vw;
    line-height: 7.5vw;
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .vision {
    margin: 60px 0;
    background: #F7F9FA;
    padding: 5vw 0 3vw;
  }
  .vision .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    height: 26vw;
  }
  .vision .watermark {
    font-weight: 800;
    font-size: 5.2vw;
    color: #4B6CB8;
    text-align: center;
    margin-top: -6vw;
    opacity: 0.1;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .vision .title {
    font-weight: bold;
    font-size: 1.9vw;
    color: #374649;
    text-align: center;
    margin: -4vw 0 2.6vw;
  }
  .vision .item {
    position: relative;
    width: 100%;
    height: 26vw;
    border-radius: 1.6vw;
    border: 0.2vw solid #4B6CB4;
    background-image: url(../../images/vision-bg-pc.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-line-pack: end;
        align-content: end;
    cursor: pointer;
  }
  .vision .item .wrap {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
    color: #FFFFFF;
    padding-right: 4%;
  }
  .vision .item .wrap .img {
    width: 100%;
  }
  .vision .item .wrap .img img {
    width: 4.2vw;
    height: 4.2vw;
  }
  .vision .item .wrap .name {
    width: 100%;
    font-weight: bold;
    font-size: 1.9vw;
    margin: 2.1vw 0 1vw;
  }
  .vision .item .wrap .desc {
    width: 100%;
    font-weight: 500;
    font-size: 1.3vw;
    line-height: 2vw;
    text-align: justify;
  }
  .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.2;
  }
}