/* banner start */
.banner {
    position: relative;
}
.banner img{
    width: 100%;
    height: 3.8rem;
}
.position-info {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    color: #fff;
    font-size: 0.2rem;
    z-index: 15;
}
.position-info img {
    width: 0.26rem;
    height: 0.21rem;
    vertical-align: middle;
    margin-right: 10px;
}
.bgcor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    z-index: 10;
    background: rgba(0, 0, 0, .3);
}
/* 产品动态内容 */
.content {
    text-align: center;
    padding: 0.7rem 0;
}
.page-title {
    height: 0.3rem;
    margin: 0 auto 0.5rem;
}
/* 轮播图 */
.lunbo {
    position: relative;
    height: 6rem;
    background: url('../../img/pc/partner/pic.png');
    background-size: cover;
}
.handle-icon {
    width: 0.66rem;
    height: 0.66rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.handle-icon.left {
    left: -0.33rem;
}
.handle-icon.right {
    right: -0.33rem;
}
.partner-list {
    position: absolute;
    top:50%;
    left: 50%;
    width: 11.8rem;
    overflow: hidden;
    transform: translate(-50%, -50%);
    padding-bottom: 30px;
    box-sizing: border-box;
}
.partner-list img {
    float: left;
    width: 2.7rem;
    height: 0.8rem;
    margin-bottom: 0.3rem;
}
.partner-list img:not(:nth-child(4n)) {
    margin-right: 0.3rem;
}
.swiper-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
    opacity: 0.1;
}
.swiper-pagination {
    margin-top: 0.2rem;
}