/* 公司简介 开始*/
.aboutus_box {
    margin: 80px 0;
}
.aboutus_box .aboutus_tit{
    margin-bottom: 50px;
}
.aboutus_box .aboutus_tit .tit_en{
    text-align: center;
    color: grey;
    font-size: 18px;
}
.aboutus_box .aboutus_tit .tit_cn{
    text-align: center;
    /* font-weight: bold; */
    color: var(--main-color);
    font-size: 30px;
    margin-top: 10px;
}
.aboutus_box .aboutus_con{
    max-width: 1200px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aboutus_leftimg{
    flex: 1;
}
.aboutus_leftimg img{
    width: 80%;
    margin: 0 auto;
}
.aboutus_box .aboutus_con .aboutus_cont{
    flex: 1;
    padding-left: 30px ;
    letter-spacing: 3px;
    text-indent: 2em;
}
.aboutus_box .aboutus_con .aboutus_cont p{
    line-height: 2.5;
}
.aboutus_box .aboutus_bot{
    max-width: 1200px;
    margin: 0 auto 0 auto;
    position: relative;
}
.aboutus_box .aboutus_bot .aboutus_bot_img img{
    /* max-width: 1200px; */
    width: 100%;
    max-height: 300px;
}
.aboutus_bot_con{
    position: absolute;
    width: 100%;
    top: 0;
    left: 70px;
}
.aboutus_bot_top{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
}
.aboutus_bot_top .titcon .tit1{
    font-weight: bold;
}
.aboutus_bot_top .titcon .tit1 span{
    color: var(--main-color);
}
.aboutus_bot_top .titcon .tit2{
    font-weight: bold;
    margin: 10px 0 0 0;
}
.aboutus_bot_top .more{
    font-weight: bold;
    color: var(--main-color);
}
.aboutus_bot_cc{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}
.aboutus_botli{
    width: 25%;
}
.aboutus_botli .aboutus_botli_tit{
    font-weight: bold;
    font-size: 50px;
    color: var(--main-color);
}
/* 公司简介 结束 */

/* 公司文化 begin */
.culture_box{
    max-width: 1200px;
    margin: 80px auto;
}
.culture_tit{
    margin-bottom: 50px;
}
.culture_tit .tit_en{
    text-align: center;
    color: grey;
    font-size: 18px;
}
.culture_tit .tit_cn{
    text-align: center;
    /* font-weight: bold; */
    color: var(--main-color);
    font-size: 30px;
    margin-top: 10px;
}
.culture_con{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}
.culture_conli{
    flex: 1;
    padding: 0 50px;
    text-align: center;
}
.culture_conli img{
    /* width: 100%; */
}
.culture_conli .tit{
    font-size: 25px;
    /* font-weight: bold; */
    margin: 10px 0;
}
.culture_conli .des{
    letter-spacing: 3px;
    line-height: 2;
    font-size: 16px;
    color: #999;
}
/* 公司文化 end */

/* 团队介绍 开始 */
.team_box{
    max-width: 1200px;
    margin: 80px auto;
}
.team_tit{
    margin-bottom: 50px;
}
.team_tit .tit_en{
    text-align: center;
    color: grey;
    font-size: 18px;
}
.team_tit .tit_cn{
    text-align: center;
    /* font-weight: bold; */
    color: var(--main-color);
    font-size: 30px;
    margin-top: 10px;
}
.team_con img{
    width: 100%;
    
}
.team_con .con{
    text-align: left;
    padding: 50px;
    letter-spacing: 3px;
    line-height: 2;
    text-indent: 2em;
    font-size: 16px;
}
.team_con .con p{
    margin: 10px 0;
}
/* 团队介绍 结束 */