.about_main{
    width: 1200px;
    margin: 0 auto;

}
.background{
    width: 100%;
    background-image:url("../imgs/about/about_t/about_bg.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_banner{
    margin-top: 20px;
}

.dream{
    width: 162px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin: 40px 0 20px 0;
}

.dream_content{
    display: flex;
}

.dream_content_box_1, .dream_content_box_2{
    width: 516px;
    height: 167px;
    font-size: 16px;
    font-weight: 400;
    color: #959595;
    line-height: 30px;
    text-indent: 2em;
}
.dream_content_box_2{
    width: 645px;
}

.dream_content_box_1{
    margin-left: 14px;
}
.dream_content_box_2{
    margin-left: 40px;
}

.company_box{
    justify-content: space-between;
    display: flex;
    margin-top: 40px;
}

.company_box>div{
    width: 351px;
    height: 145px;
    background: #FFFFFF;
    border: 1px solid #FF6C2B;
    border-radius: 20px;

}
.img_box{
    width: 60px;
    height: 37px;
    margin: 0 auto;
}
.company_box_big{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-top: 33px;
}
.company_box_little{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-top: 3px;
}

.down_img{
    width: 14px;
    margin: 0 auto;
    margin-top: 40px;
}
.six_box_right, .six_box_left, .nine_box_left, .nine_box_right{
    margin-top: 60px;
    display: flex;
    /*height: 307px;*/
}
.six_six_box, .nine_nine_box{
    width: 600px;
    height: 307px;
}
.box_position{
    position: relative;
}
.six_box_border_right, .nine_box_border_right{
    border-right: 1px solid #FF6A29;
}
.six_box_border_left, .nine_box_border_left{
    border-left: 1px solid #FF6A29;
}
.six_box_content, .nine_box_content{
    width: 526px;
    /*height: 106px;*/
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
}


.square{
    width: 250px;
    height: 132px;
    background: #FF6C2B;
    opacity: 0.14;
    border-radius: 10px;
    margin: 100px auto;
}
.box_position_right_img_1{
    position: absolute;
    left: 45px;
    top: 45px;
    z-index: 3;
}

.box_position_right_img_2{
    position: absolute;
    left: 200px;
    top: 160px;
    z-index: 2;
}

.box_position_right_img_3{
    position: absolute;
    left: 387px;
    top: 85px;
    z-index: 1;
}

.six_margin_left, .nine_margin_left{
    margin-left: 43px;
}

.nine_margin_left, .nine_margin_right{
    margin-top: 91px;
}

.box_position_left_img_1{
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 3;
}

.box_position_left_img_2{
    position: absolute;
    left: 215px;
    top: 170px;
    z-index: 2;
}

.box_position_left_img_3{
    position: absolute;
    left: 310px;
    top: 78px;
    z-index: 1;
}
.about{
    padding-top: 84px;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 118px;
}
.span{
    color: #FE7336;
    font-size: 20px;
    font-weight: 400;
}
.nine_box_img_right{
    text-align: right;
}
.mid_box{
    width: 810px;
    height: 140px;
    margin: 0 auto;
    border-bottom: 1px solid #FF6A29;
    border-top: 1px solid #FF6A29;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.item_box{
    width: 510px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.item{
    width: 75px;
    font-size: 36px;
    font-weight: bold;
    color: #FF6A29;
    line-height: 30px;
    text-align: center;
}
.english{
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #FF6A29;
    opacity: 0.26;
    letter-spacing: 1.5px;
    margin-top: 21px;
    display:flex;
    align-items: center;
    justify-content:space-between;
    flex-direction: row;

}

.english span{
    display: flex;
    margin-left: 10px;
}

.english .line{
    display: flex;
    width: 52px;
    height: 2px;
    /*margin:5px;*/
    background: #FF6A29;
    opacity: 0.42;
    margin-left: 10px;
}

.english_wd
{
    margin: 2px;
}