.team {
    padding: 100px 0px 70px 0px;
    text-align: center;
}

.team h3 {
    color: #333;
    font-weight: bolder;
}

.team .teamTxt {
    color: #666666;
    margin: 50px auto 35px auto;
}

.team img {
    display: block;
    width: 100%;
    height: auto;
}




/* 设备保障 */
.guarantee {
    background: #FAFAFA;
    padding: 80px 0px 70px 0px;
    text-align: center;
}

.guarantee2 {
    background: #fff;
}

.guarantee h3 {
    color: #333;
    font-weight: bolder;
    margin-bottom: 60px;
}

/* 轮播 */
.publicSwiper {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

.imgSwiper {
    position: relative;
}

.publicSwiper .swiper-wrapper {
    align-items: center;
}

.publicSwiper .swiper-slide {
    position: relative;
    opacity: 0.35;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.publicSwiper .slideImg {
    width: 100%;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}

.publicSwiper .slideImg img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.publicSwiper .swiper-slide p {
    display: none;
}

.publicSwiper .swiper-slide-active {
    z-index: 2;
    transform: scale(1.2);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.publicSwiper .swiper-button-prev,
.publicSwiper .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
    display: block;
    width: 50px;
    height: 50px;
}

.publicSwiper .swiper-button-prev::after,
.publicSwiper .swiper-button-next::after {
    display: none;
}

.publicSwiper .swiper-button-prev {
    left: 12%;
    background: url(../images/prev4.png)no-repeat center center;
    background-size: 100% 100%;
}

.publicSwiper .swiper-button-next {
    right: 12%;
    background: url(../images/next4.png)no-repeat center center;
    background-size: 100% 100%;
}

.conTxt {
    margin-top: 10px;
}

@media (max-width: 992px) {
    .publicSwiper {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .publicSwiper .swiper-slide-active {
        transform: scale(1.6);
    }

    .publicSwiper .swiper-button-prev,
    .publicSwiper .swiper-button-next {
        display: none;
    }
}



/* 适配 */
@media (max-width: 1440px) {
    .team {
        padding: 70px 0px 50px 0px
    }

    .team .teamTxt {
        margin: 35px auto 30px auto;
    }

    .guarantee {
        padding: 60px 0px;
    }

    .guarantee h3 {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {

    .team h3,
    .guarantee h3 {
        font-size: 26px;
    }

    .team,
    .guarantee {
        padding: 40px 0px;
    }

    .team .teamTxt {
        margin: 30px auto 25px auto;
    }

    .guarantee h3 {
        margin-bottom: 18px;
    }

    .publicSwiper .swiper-button-prev,
    .publicSwiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .conTxt {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {

    .team h3,
    .guarantee h3 {
        font-size: 20px;
    }

    .team,
    .guarantee {
        padding: 30px 0px;
    }

    .team .teamTxt {
        margin: 25px auto 20px auto;
        text-align: left;
    }
}