.mainBanner{
height: 10.8rem;
}
.mainBanner img{
    width: 100%;
    height: 100%;
}
.hezuo .swiper-wrapper{
    height: 50%;
}

.huodong,.logoList{
    padding: 1.2rem 1.1rem 0;
    position: relative;
}
.newsDiyswiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 227px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.newsDiyswiper div {*/
/*    width: 30%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*    padding: 0 5px;*/
/*}*/

.newsMobDiyswiper {
    display: none
}

.newsDiyswiper .swiper-container {
    width: 100%;
    height: 100%;
}

.newsDiyswiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.newsDiyswiper .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1.3);
}


.huodong .swiper-btns .btn-img.prev{
    left: 4.34rem;
}
.huodong .swiper-btns .btn-img.next{
    right:  4.34rem;
}
.huodong .swiper-btns .btn-img{
z-index: 99;
/* top: 62%; */
}

/* 合作伙伴 */

.tit1 {
    height: .4rem;
    font-size: .36rem;
    font-family: "SourceHanSansCN";
    color: rgb(33, 37, 41);
    padding-left: .3rem;
    border-left: .1rem solid #212529;
    line-height: .4rem;
    margin-bottom: .4rem;
}


.logoListViewr {
    /* width: 1200px; */
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;

}

.logoListViewr li {
    width: calc(20% - .4rem);
    height: 1.2rem;
    background-color: #fff;
    border-radius: .2rem;
    margin-bottom: .4rem;
    margin-left: .2rem;
    margin-right: .2rem;
    box-shadow: 0 .04rem .1rem rgb(203, 212, 242, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D7E5FF;
}

.logoListViewr li img {
    width: 100%;
    height: 80%;
    display: block;
    float: left;
    vertical-align: middle;
    object-fit: scale-down;
}

.logoListto .titleTxt {
    width: 3.4rem;
}

.logoList .big-title{
    margin-bottom: .8rem;
}
.newsMobDiyswiper {
    display: none;
}
@media screen and (max-width: 768px) {
    .mainBanner,.mainBanner img{
        height: auto;
    }
    .swiper-wrapper{
        height: auto;
    }
    .swiper-slide{
        height: auto;
    }
    .zhibo-swiper-container{
        height: auto;
        width: 100%;
    }
    .newsDiyswiper,
    .noleftBr {
        display: none;
    }

    .newsMobDiyswiper {
        display: block;
        margin-top: .8rem;
    }
    .newsMobDiyswiper a img {
        margin-bottom: 15px;
    }
    .huodong, .logoList{
        padding: .5rem .4rem 0;
    }

    .logoListViewr {
        width: 100%;
    }

    .logoListViewr li {
        width: calc(24%);
        height: 30px;
        border-radius: 4px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .logoListViewr li img {
        width: 83%;
        height: 62%;

    }
}