.aboutus_con1{
    width:100%;
    height:600px;
    background:url('../img/aboutus/bg1.jpg') no-repeat center center;
    background-size: cover;
    color:#fff;
    text-align: center;
}
.aboutus_con1_box{
    flex-direction: column;
}
.aboutus_con1_title{
    margin-top:178px;
    font-size: 28px;
}
.aboutus_con1_txt{
    width:1000px;
    margin-top:30px;
    font-size: 14px;
    font-weight: 300;
}

.aboutus_con2{
    width:100%;
    background-color:#F2F2F2;
    flex-direction: column;
}
.aboutus_con2_box{
    width:100%;
    flex-direction: column;
}
.aboutus_con2_box1{
    width:100%;
    height:384px;
    background-color:#fff;
    border-radius:8px;
    margin-top:-192px;
}
.aboutus_con2_box2{
    margin-top:20px;
    flex-direction: column;
    background-color:#fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding:50px 0;
}
.aboutus_con2_box2_title{
    color:#999;
}
.aboutus_con2_box2_title>li{
    width:110px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    
}
.aboutus_con2_box2_bottomtitle{
    padding:50px 0;
}

.aboutus_lineconbox{
    width:60px;
    position: relative;
}
.aboutus_line{
    width:2px;
    height:100%;
    background-color:#E5E5E5;
}
.aboutus_helfline{
    width:2px;
    height:50%;
    background-color:#E5E5E5;
}
.aboutus_circlebox{
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-11px;
    margin-top:-11px;
    width:22px;
    height:22px;
    border-radius: 50%;
    background-color:rgba(252,142,88,.3);
}
.aboutus_circle{
    box-sizing: content-box;
    width:12px;
    height:12px;
    background-color:rgba(252,142,88,1);
    border-radius: 50%;
}
.aboutus_progress_box{
    width:100%;
}
.aboutus_title_liAct{
    color:#FC8E58;
}

.aboutus_progress_time{
    color:#999;
    font-size:16px;
}
.aboutus_progress_con{
    width:280px;
    padding:20px;
    margin:25px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.aboutus_progress_title{
    color:#333;
    font-size:16px;
}
.aboutus_progress_txt{
    color:#999;
    font-size:14px;
}
/* 企业文化 */
.aboutus_culture_box{
    width:100%;
    display: none;
}
.aboutus_culture_helfbox{
    box-sizing: border-box;
    padding:50px 25px;
}
.aboutus_culture_title{
    font-size:18px;
    color:#333;
    margin-top:10px;
}
.aboutus_culture_txt{
    font-size:14px;
    color:#999;
}

/* 联系我们 */
.aboutus_contactus_box{
    margin-top:66px;
    display: none;
    width:100%;
}
.aboutus_contactus_con{
    width:100%;
    flex-direction: column;
}
.aboutus_contactus_title{
    font-size:18px;
    color:#333;
    margin-top:20px;
}
.aboutus_contactus_conbox{
    width:100%;
    margin-top:30px;
}
.aboutus_contactus_conbox>li{
    color:#999;
    font-size:14px;
    text-align: center;
}
.aboutus_head {
    position: relative;
    top: 180px;
}


/* 合作伙伴 */
.aboutus_parner{
    padding:50px 0; 
}
.aboutus_parner_box{
    flex-direction: column;
}
.new_parner_box{
    flex-wrap: wrap;
     width:1072px;
     margin-top:80px;
}