.ke-relative{
    position:relative;
}


.ke-flex-1{
    flex:1;
}

.ke-hide{
    display: none;
}


.ke-fl{
    float: left;
}

.blank10{
    width:100%;
    height:10px;
}


.ke-full-width{
    width:100%;
}

.ke-cleara{
    
}

.ke-cleara:hover{

}


.ke-font50{
    font-size: 50px;
}

.ke-font30{
    font-size: 30px;
}


.ke-font35{
    font-size: 35px;
}


.ke-flex-bottom{
    margin-top: auto;
}


.ke-mrsee{
    margin-right: 10px;
}

.ke-mb20{
    margin-bottom: 20px;
}

.ke-mb25{
    margin-bottom: 25px;
}

.ke-mb50{
    margin-bottom: 50px;
}


.ke-mb80{
    margin-bottom: 80px;
}



.ke-font18{
    font-size: 18px; 
}

.ke-font14{
    font-size: 14px; 
}

.ke-font24{
    font-size: 24px; 
}

.ke-font26{
    font-size: 26px;
}



.ke-flex-bottom{
    margin-top: auto;
}


.ke-flex-right{
    margin-left: auto;
}

.ke-flex-center{
    justify-content: center;
    align-items: center;
}




.ke-bg-orange{
    background-color: orange;
}





.ke-font30{
    font-size:30px !important;
}


.ke-font40{
    font-size:40px !important;
}


.ke-align-items-center{
    align-items: center;
}


.ke-pointer{
    cursor: pointer;
}

.ke-pl22{
    padding-left:22px;
}

.ke-pt30{
    padding-top: 30px;
}

.ke-pt25{
    padding-top: 25px;
}

.ke-mr10{
    margin-right: 10px;
}

.ke-font18{
    font-size: 18px;
}


.ke-flex-row{
    display: flex;
    flex-direction: row;
}

.ke-flex-column{
    display: flex;
    flex-direction: column;
}


.ke-justify-center{
    justify-content: center;
}

.ke-align-center{
    align-items: center;
}


.ke-color-white{
    color:#fff !important;
}

.ke-color-black{
    color:#000;
}



.ke-bg-white{
    background-color: white;
}


.ke-text-center{
    text-align: center;
}

.base-text-center{
    text-align: center;
    font-size:15px;
    color:#222;
    letter-spacing: 15px;
}


.ke-pt10{
    padding-top: 10px;
}


.ke-space-between{
    justify-content: space-between;
}






.ke-full-width{
    width:100%;
}

.ke-full-height{
    height: 70%;
}

.ke-mb10{
    margin-bottom: 10px;
}

.ke-mb20{
    margin-bottom: 20px;
}

.ke-mb50{
    margin-bottom: 50px;
}

.ke-mb160{
    margin-bottom:160px;
}

.ke-mr75{
    margin-right: 75px;
}

.ke-mr10{
    margin-right: 10px;
}




.ke-bold{
    font-weight: bold;
}


.ke-relative{
    position:relative;
}




.slidebar-fixed{
    position:fixed;
    top:60px;
    max-width:250px;
}


.content-box{
    width:100%;
    padding:80px;
    box-sizing: border-box;
    background-color: #EDEDED;
}



.company-warpper{
    padding:25px 30px;
    box-sizing:border-box;


}

.company-logo{
    width:120px;
    height: 120px;
    border-radius: 50%;
}

.company-name{
    font-size: 26px;
    color:#000;
}


.company-desc{
    line-height: 24px;
    font-size: 14px;
}

.company-button{
    background-color: #000;
    border-radius: 10px;
    font-size: 18px;
    width:138px;
    line-height:55px;
}

.company-qrcode{
    width:125px;
    height: 125px;
}


.big-title{
    font-size: 28px;
    color: #333;
}

.ke-color-2e2e2e{
    color:#2e2e2e;
}

.ke-color-333{
    color:#333;
}


.content-title{
    font-size: 22px;
    color:#333;
}

.content-desc{
    line-height: 24px;
    margin-bottom: 120px;
}


.article-nav-thumb{
    width:100px;
    height: 100px;
    border-radius: 50%;
    overflow:hidden;
}



.article-main-slidebar{
    width:600px;
}


.article-main-content{
    width:100%;
    /* margin-right: 100px; */
}


.article-main li{
    list-style: none;
}

.article-main a{
    color: #000;
}


.news-content-right{
    flex:1;
    float: right;
    margin-left: 150px;
    /* width:25%; */
    /* padding-top:25px; */
}

.section-title{
    position:relative;
    text-indent: 10px;
    font-size: 18px;
    margin-top:0 !important;
    /* margin-bottom: 20px; */


}

.section-title::after{
    content:' ';
    position:absolute;
    left:0;
    top:0;
    bottom: 0;
    background-color: #2277da;
    width:5px;

}




.section-title-line{
   
    width:100%;
    background-color: #ececec;
    height:1px;

}

.section-list{
    padding-top:20px;
    margin-left:0 !important;
}

.ke-color-333{
    color: #333;
}





.section-list-item{
    position:relative;
    font-size:14px;
    margin-bottom: 20px;
    list-style: none;
}

.section-list-text{
    overflow: hidden;
    width:100%;
    text-overflow: ellipsis;
    white-space:nowrap;
    display: block;

}


.section-item-icon{
    background-color: #2277da;
    padding:2px 5px;
    margin-right: 5px;
    color:white;

}

.right-qrcode-image{
    width:90px;
    height: 90px;
}

.news2-list-thumb{
    width:50%;
    height:auto;  
}


.news2-list-item-warpper{
    display: flex;
    flex-direction: row;
}


.news2-list-item-read-icon{
    width:22px; 
    height: 15px;
    margin-right: 5px;
}


 
.news2-list-item-footer{
    justify-content:space-between;
}


.news2-list-item-title{
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 30px;
}

.news2-list-item-content-left{
    box-sizing: border-box;
    padding:50px 90px 90px 0;  
}

.news2-list-item-content-right{
    box-sizing: border-box;
    padding:50px 90px 90px 80px; 
}


/*
.team-list-warpper{
    padding:100px 140px;
}


.team-list-item{
width: calc(100% / 3 - 20px);
float: left;
height: 200px;


}

*/



.team-list-item-avatar{
    width:56px;
    height: 56px;
    border-radius: 50%;
}

.team-list-item-desc{
    /* font-size: 16px;
    line-height: 24px; */

    line-height: 24px;
    letter-spacing: 2px;
}

.company2-list-item-bg{
    background-color: rgba(0,0,0,0.37);
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px;
    height: 690px;
    box-sizing: border-box;
}

.company2-list-item-thumb{
    height: 288px;
    width: 330px;
}

.company2-list-item-button{
    background-color: #000;
    width:210px;
    line-height: 45px;
    /* text-align: center; */
    text-indent: 2em;
    letter-spacing: 2px;
}

.club{}

.club-container-nav{
    justify-content: space-around;
    width:100%;
    max-width: 1260px;
    margin:0 auto 0px;

}









.club-container-nav-item{
    color:white;
    background-color: #000;
    padding: 10px 25px;
    border-radius: 236px;
}

.club-container-nav-item:last-child{
    transform: translateX(-25px);
}

.club-container-nav-item.active{

    
   background-color: #F60F5F;
   border:0;

}








.club-section-title{
    font-size: 36px;
    text-align: center;
}

.club-section-subtitle{
    color: #111;
    font-size: 28px;
}
.club-section-description{
    color:#404040;
    width: 300px;
    margin:0 auto 50px;
}

.more-button{
    background-color: #000;
    width:415px;
    line-height: 50px; 
    margin-left:auto;
    margin-right: auto;
    
}

.more-button-text{
}


.footer-bg-container{
    background: url('../../static/images/paisagem-2.png') no-repeat;
    width:100%;
    height:580px; 
    display: flex;
}


.footer-info-apps-item-qrcode{
    width:157px;
    height:157px;
    margin-bottom: 15px;
}

.footer-info-apps-item-button{
    background-color: black;
    border-radius: 16px;
    line-height: 55px;
    width: 200px;
    
}


.contact-us{
    width:750px;
    margin-left:auto;
    
}

.contact-us-text-warpper{
    margin-bottom: 50px;
    margin-top:150px;
}


.contact-us-text{

    color:white;
    font-size: 64px;color:white;
    font-size: 64px;
    position:relative;
    top:50px;
    /* margin-bottom: 75px; */

}

.footer24-info{
    padding:70px 40px 45px;
    box-sizing: border-box;
    width:500px;
    margin-left:auto;
    margin-right: 100px;
}

.footer24-into{
    margin-bottom: 30px;
}
.footer-info-apps{
    margin-bottom: 50px;
}
.footer24-info-address-icon{
    width:13px;
    height:16px;
}
.footer24-info-address-text{
    font-size:16px;
    color:#2e2e2e;
}
.video-list-item{
    width:calc(100% / 2 - 20px);
    float: left;
    margin-right: 20px;
    margin-bottom:20px;
    transition:top .3s ease-out;
    position:relative;
    top: 0;
}

.video-list-item:hover{
    top:-10px;
}




.video-list-item-thumb{
    width: 100%;
    height: 324px;
    object-fit: cover;
}

.contact-us-item-text{
    font-size: 14px;
    margin-bottom: 20px;
}







@media screen and (max-width: 768px) {

    /**俱乐部的导航按钮**/

    .club-container-nav{
        width:100%;
        max-width: 1260px;
        margin:0 auto 0px;
        display: flex;
        flex-direction: column;
    }

    .club-container-nav-item{
        text-align: center;
        color:white;
        background-color: #000;
        padding: 3px 5px;
        display: inline-block;
        border-radius: 236px;
        margin-bottom: 10px;    
    }

    .club-container-nav-item:last-child{
        transform: translateX(0);
    }


    /**俱乐部图文信息**/

    .company2-list-warpper{
        display: flex;
        flex-direction:column;
    }

    .company2-list-item-bg{
        width:100%;
    }


    /****新闻列表适配*******/
.news2-list-item{
    margin-bottom:20px;
}


.news2-list-item-warpper{
    /* flex-direction: column; */
}

.news2-list-item-content-right,.news2-list-item-content-left{
    padding:5px;
}

.news2-list-item-title{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}

.news2-list-item-desc{
    font-size: 12px; 
}

/* 首页 */


.more-button{
    width:200px;
}

.footer-bg-container{
    flex-direction: column;
    height: auto;
}

.contact-us{
    width: auto; 
    margin-left: 0;
} 

.contact-us-text{
    top:0;
}

.footer24-info{
    padding: 5px;
    width: auto;
}
.footer-info-apps-item:last-child{
    margin-left: 5px;
}


/* 设计专访列表 */
.video-list-item{
    width:100%;
    margin-right: 0;
    padding:0 5px;
}

/* 设计机构列表 */
.post.news li{

    width: 100%;
    padding: 5px;
}

/* 案例详情页 */

.article.umSub{
    padding-right: 0;
}
.article{
    padding-right: 0;
}


/* sidebar */
#sidebar{
    display: none;
}



  
}
