

			.slide7-right {
				width: 560px;
				background: #fff;
				padding: 40px;
				box-shadow: 0px 0px 20px 0px rgba(41, 41, 51, 0.2);
				border-radius: 9px;
			}

			.slide7-right p {
				text-align: left;
				font-size: 18px;
				font-weight: 600;
				color: #363A40;
				line-height: 28px;
				margin-bottom: 30px;
			}

      .teamSwiper .swiper-slide img,
			.teamSwiper2 .swiper-slide img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .slide7-right .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .slide7-right .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .slide7-right .teamSwiper2 {
        height: 240px;
        width: 100%;
      }

      .slide7-right .teamSwiper {
        height: 106px;
        box-sizing: border-box;
        padding: 10px 0;
				padding-bottom: 40px;
      }

      .slide7-right .teamSwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .slide7-right  .teamSwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

      .slide7-right  .teamSwiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
			.swiper-container-horizontal>.swiper-pagination-progressbar {
				width: 75%;
				background: rgba(82, 82, 204, .1);
				top: 90px;
				left: 12%;
			}
			.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
				z-index: 99;
				width: 100%;
				background: rgba(82, 82, 204, 1);
			}

		.swiper7-control {
				width: 500px;
        position: absolute;
        bottom: 32px;
        display: flex;
				justify-content: space-between;
				z-index: 999;
    }
    
    .swiper7-control .iconfont {
        width: 44px;
        height: 44px;
        line-height: 44px;
        color: #5252CC;
        font-size: 12px;
        margin-right: 20px;
        border-radius: 50%;
    }
    
    .swiper7-control .iconfont:hover {
        scale: 1.2;
        font-size: 14px;
        font-weight: 600;
    }
    