/* 公司简介 开始*/
/* 关于我们 开始*/
.aboutus_box {
    margin: 30px 0;
}
.aboutus_box .aboutus_tit{
    margin-bottom: 20px;
}
.aboutus_box .aboutus_tit .tit_en{
    text-align: center;
    color: grey;
    font-size: 1rem;
}
.aboutus_box .aboutus_tit .tit_cn{
    text-align: center;
    /* font-weight: bold; */
    color: var(--main-color);
    /* font-size: 30px; */
    font-size: 1.2rem;
    margin-top: 10px;
    font-size: 1.6rem;
}
.aboutus_box .aboutus_con{
    /* max-width: 1200px; */
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.aboutus_leftimg{
    flex: 1;
}
.aboutus_leftimg img{
    width: 80%;
    margin: 0 auto;
}
/* .aboutus_leftimg img{
    width:500px;
    height: 400px;
} */
.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: 0px;
    padding: 0 2rem;
}
.aboutus_bot_top{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
}
.aboutus_bot_top .titcon .tit1{
    font-weight: bold;
    font-size: 1rem;
}
.aboutus_bot_top .titcon .tit1 span{
    color: var(--main-color);
}
.aboutus_bot_top .titcon .tit2{
    font-weight: bold;
    margin: 10px 0 0 0;
    font-size: 1rem;
}
.aboutus_bot_top .more{
    font-weight: bold;
    color: var(--main-color);
    font-size: 1rem;
}
.aboutus_bot_cc{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.aboutus_botli{
    width: calc(50% - 2.4rem);
    margin: 1rem auto;
    text-align: center;
}
.aboutus_botli .aboutus_botli_tit{
    /* font-weight: bold; */
    font-size: 50px;
    color: var(--main-color);
    font-size: 2rem;
}
.aboutus_botli .aboutus_botli_des{
    font-size: 0.8rem;
}
/* 关于我们 结束 */
/* 公司简介 结束 */

/* 公司文化 begin */
.culture_box{
    /* max-width: 1200px; */
    margin: 30px auto;
}
.culture_tit{
    margin-bottom: 20px;
}
.culture_tit .tit_en{
    text-align: center;
    color: grey;
    font-size: 1rem;
}
.culture_tit .tit_cn{
    text-align: center;
    /* font-weight: bold; */
    color: var(--main-color);
    font-size: 1.2rem;
    margin-top: 10px;
}
.culture_con{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) */
}
.culture_conli{
    width: 60%;
    /* 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;
}
/* 公司文化 end */

/* 团队介绍 开始 */
.team_box{
    /* max-width: 1200px; */
    margin: 30px auto;
}
.team_tit{
    margin-bottom: 20px;
}
.team_tit .tit_en{
    text-align: center;
    color: grey;
    font-size: 1rem;
}
.team_tit .tit_cn{
    text-align: center;
    /* font-weight: bold; */
    color: var(--main-color);
    font-size: 1.2rem;
    margin-top: 10px;
}
.team_con img{
    width: 100%;
}
.team_con .con{
   
    padding: 10px;
    letter-spacing: 3px;
    line-height: 2;
    text-indent: 2em;
}
/* 团队介绍 结束 */