.cooperation{
    background: #F5F6F8;
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cooperation .images img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.cooperation .images img:nth-child(1){
    animation: 30s circle infinite linear;
}
.cooperation .images img:nth-child(2){
    animation: 30s circle_ infinite linear;
}
@keyframes circle {
    100%{
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
@keyframes circle_ {
    100%{
        transform: translate(-50%,-50%) rotate(-360deg);
    }
}
.cooperation .wrap{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 170px 0 0 0;
}
.cooperation .wrap .text span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #010101;
    margin: 0 0 32px 0;
    display: block;
}
.cooperation .wrap .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #010101;
}
.cooperation .wrap .content{
    width: 100%;
    margin: 192px auto 0;
}
.cooperation .wrap .content .notable_swiper{
    width: 100%;
}
.cooperation .wrap .content .notable_swiper:not(:last-child) {
    margin: 0 0 53px 0;
}
.cooperation .wrap .content .notable_swiper .swiper-wrapper {
    transition-timing-function: linear!important;
}

.cooperation .wrap .content .notable_swiper .swiper-slide{
    background: #fff;
    border-radius: 15px;
}
.cooperation .wrap .content .notable_swiper .swiper-slide img{
    width: 100%;
}

.new_cooperation{
    width: 100%;
    height: 100vh;
    display: flex;
}
.new_cooperation .picture{
    width: 28%;
    height: 100%;
}

.new_cooperation .picture img{
    width: 100%;
    height: 100%;
}

.new_cooperation .content{
    width: 72%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.new_cooperation .content .yun{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.new_cooperation .content .position_top{
    position: absolute;
    top: 102px;
    right: 0;
    z-index: -1;
}
.new_cooperation .content .position_top .joke{
    position: absolute;
    left: 35px;
    top: 0;
    display: flex;
    z-index: 2;
}
.new_cooperation .content .position_top .joke .line{
    width: 11px;
    height: 200px;
    background: #C19A63;
    margin: 0 20px 0 0;
}
.new_cooperation .content .position_top .joke span{
    font-size: 35px;
    font-family: HarmonyOS Sans SC;
    font-weight: 900;
    color: #B7B7B7;
    margin: 27px 0 0 0;
    writing-mode: vertical-rl;
}
.new_cooperation .content .position_bottom{
    position: absolute;
    bottom: 0;
    right: 12px;
    z-index: -1;
}
.new_cooperation .content .position_bottom .line{
    width: 11px;
    height: 200px;
    background: #C19A63;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.new_cooperation .content .joke{
    width: 94%;
}
.new_cooperation .content .text span{
    font-size: 35px;
    font-family: HarmonyOS Sans SC;
    font-weight: 900;
    color: #C19A63;
    padding: 0 0 8px 0;
    margin: 0 0 6px 0;
    display: block;
    position: relative;
}
.new_cooperation .content .text span:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 2px;
    background: #C19A63;
    border-radius: 1px;
}

.new_cooperation .content .text h2{
    font-size: 35px;
    font-family: SJxingkai-C-Regular !important;
    font-weight: 400 !important;
    color: #C7A474;
    margin: 0 0 24px 0;
}
.new_cooperation .content .text p{
    font-size: 14px;
    font-family: HarmonyOS Sans SC;
    font-weight: 300!important;
    color: #B7B7B7;
}
.new_cooperation .content .flex{
    margin: 93px 0 0 0;
    height: 264px;
    width: 100%;
}

.new_cooperation .content .flex .scroll-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 46px 25px;
}
.new_cooperation .content .flex .list{
    width: 100%;
    height: 109px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_cooperation .content .flex .list img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	.new_cooperation .content .joke {
        width: 90%;
    }
    .new_cooperation .content .flex .list {
        height: 100px;
    }
    .new_cooperation .content .position_top,
    .new_cooperation .content .position_bottom{
        width: 180px;
    }
    .new_cooperation .content .position_top img,
    .new_cooperation .content .position_bottom img{
        width: 100%;
    }
    .new_cooperation .content .position_top .joke {
        left: 50px;
    }
}

@media screen and (max-width: 1680px){
	.new_cooperation .content .flex {
        margin-top: 70px;
    }
    .new_cooperation .content .flex .scroll-content {
        grid-gap: 30px 20px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.new_cooperation .content .position_top, .new_cooperation .content .position_bottom {
        width: 140px;
    }
    .new_cooperation .content .position_top .joke span {
        font-size: 24px;
    }
    .new_cooperation .content .position_top .joke .line {
        margin-right: 10px;
    }
    .new_cooperation .content .text h2,
    .new_cooperation .content .text span {
        font-size: 32px;
    }
    .new_cooperation .content .flex {
        margin-top: 40px;
    }
    .new_cooperation .content .joke {
        width: 85%;
    }
    .new_cooperation .content .flex .scroll-content {
        grid-gap: 20px 20px;
    }
    .new_cooperation .content .flex,
    .new_cooperation .content .flex .list {
        height: auto;
    }
    
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}


@media screen and (max-width: 1024px){
    .new_cooperation .content .flex .scroll-content{
        grid-template-columns: repeat(3,1fr);
    }
    .new_cooperation .content .position_top{
        top: 60px;
    }
}


@media screen and (max-width: 820px){
    .new_cooperation .picture{
        display: none;
    }
    .new_cooperation .content{
        width: 100%;
    }
    .new_cooperation .content .joke{
        width: 100%;
        padding: 0 30px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
    .new_cooperation .content .position_top, .new_cooperation .content .position_bottom {
        display: none;
    }
    .new_cooperation .content .joke {
        padding: 100px 20px 60px;
    }
    .new_cooperation {
        height: auto;
    }
    .new_cooperation .content .flex .scroll-content {
        grid-gap: 10px 10px;
    }
}


@media screen and (max-width: 414px){
	.new_cooperation .content .flex .scroll-content {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 