.cooperation_network{
    width: calc(100% - .6rem);
    padding: 0 .3rem .3rem;
    background: #f5f5f5;
    padding-top: .2rem;
}
.cooperation_item:first-child{
    padding-top: .2rem;
}
.cooperation_item .item_title{
    font-size: .2rem;
    line-height: .7rem;
}
.item_sect{
    overflow: auto;
}
.item_sect .sect_box{
    width: 2.2rem;
    height: .76rem;
    display: inline-block;
    float: left;
    margin-left: .15rem;
    margin-bottom: .15rem;
}
.sect_box:nth-child(3n+1){
    margin-left: 0;
}
.sect_box img{
    width: 100%;
    height: 100%;
    display: block;
}
.market_text{
    width: calc(100% - .6rem);
    /* height: 6.96rem; */
    padding: 0 .3rem;
    color: #fff;
    background: url(../images/cooperationtext_bg_img.jpg) no-repeat;
    background-size: cover;
    padding-bottom: .3rem;
}
.title_EN{
    font-size: .14rem;
    line-height: .36rem;
    color: #0fbd8c;
    padding-top: .3rem;
}
.title_EN i{
    display: inline-block;
    width: .77rem;
    height: .02rem;
    background: #0fbd8c;
    vertical-align: middle;
}
.market_text .title{
    font-size: .28rem;
    line-height: .36rem;
    padding-top: .1rem;
    padding-bottom: .3rem;
}
.market_text .text{
    font-size: .22rem;
    line-height: .33rem;
}
.market_text .brand span{
    margin-right: .2rem;
}