.about_one_content{
    width: 19.2rem;
    height: 7rem;
    margin: 0 auto;
    position: relative;

}
.about_one_video{
    width: 100%;
    height: 100%;
}
.about_one_imgs{
    width: 100%;
    height:100%;
}
.about_one_about{
    width: 100%;
    position: absolute;
    top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.02rem;
}
.about_one_title{
    color: #fff;
    font-weight: bold;
    font-size: .5rem;
    cursor: pointer;
}
.about_one_text{
    color: #fff;
    font-size: .22rem;
    font-weight: 400;
    margin-top: 0.5rem;
}
.about_success_box{
    background: #F2F2F2;
    height: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_success_content a{
    margin-left: 0.6rem;
    color: #1D1D1F;
    font-size: .19rem;
}
.about_success_content a:hover{
    font-weight: bold;
    color: #1B2C77;
    border-bottom: 0.03rem solid #1B2C77;
}
.about_success_two{
    padding: 1rem  0 0 0;
}
.about_success_center{
    width: 16rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.6rem;
}
/* .about_success_left{
    width: 20%;
} */
.about_success_right{
    width: 80%;
    display: flex;
    /* background: #096; */
}
.about_success_title{
    /* width: 1.65rem; */
    color: #333;
    cursor: pointer;
    font-weight: bold;
    font-size: .4rem;
}
.about_bottom_hr{
    padding-bottom: 0.1rem;
    border-bottom: 0.04rem solid #1B2C77;
    /* background: red; */
}
.success_tit_hr{
    width: 1.6rem;
    border-bottom: 0.04rem solid #1B2C77;
    padding-bottom: 0.1rem;
}
.success_cost{
    color: #1B2C77;
    font-weight: bold;
    margin-left: 0.15rem;
    font-size: 0.25rem;
}
.about_success_right_items{
    color: #1B2C77;
    font-size: 0.27rem;
    cursor: pointer;
}
.about_success_right_items em{
    font-size: 0.27rem;
}
.about_success_right_items i{
    font-size: .27rem;
}
.about_success_right_items:nth-child(1){
    margin-right: 1rem;
    width: 2.5rem;
    
}
.about_success_right_items:nth-child(2){
    margin-right: 1.15rem;
    width: 6rem;
}
.about_success_right_items:nth-child(3){
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 3rem;
}
.success_color{
    color:#1D1D1F;
    font-size: 0.18rem;
}
.about_success_p1{
    line-height: 2;
    font-size: .18rem;

}
.about_success_p1:hover{
    color: #1B2C77;
}
.about_imgbox_img{
    width: 16rem;
    height: 2.1rem;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 1rem;
    /* margin: 0 auto; */
}
.about_imgbox_img img{
    width: 100%;
    height:100%;
    transition: all .3s;
}
.about_imgbox_img:hover>img{
    transform: scale(1.05);
}
/* 公司简介 */
.about_introduction{
    margin: .5rem 0;
}
.about_introduction_content{
    width: 16rem;
    margin: 0 auto;
    display: flex;
}
.introduction_tit{
    height: .5rem;
}
.introduction_txtbox{
    width: 80%;
    /* background-color:pink; */
    display: flex;
    flex-direction: column;
    margin-left: 1.5rem;
}

.introduction_text{
    text-align: justify;
    line-height: 2;
    color: #1D1D1F;
    font-size: 0.18rem;
    margin-bottom: .7rem;
}
.introduction_items{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .7rem;
}
.introduction_x{
    /* width: 1.25rem; */
    display: flex;
    flex-direction: column;
}
.introduction_top{
    width: 1.21rem;
    height: 1.21rem;
    background: #1B2C77;
    border-radius: 0 0.5rem 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.introduction_span{
    font-weight: bold;
    font-size: 0.26rem;
    color: #333;
    cursor: pointer;
    margin-top: .2rem;

}
.introduction_text2{
    line-height: 2;
}
.will_box{
    display: flex;
    /* justify-content: space-between; */
}
.will_items{
    width: 40%;
    line-height: 2.2;
    color: #1d1d1d;
    font-size: .18rem;
}
/* 组织架构 */
.organ_right{
    margin-left: 1.5rem;

}
.organ_top{
    color: #1d1d1d;
    font-size: .22rem;
    /* margin-bottom: 0.6rem; */

}
.organ_topbox{
    margin-top: 0.6rem;
}
.organ_man{
    color: #1B2C77;
    font-size: .3rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0.3rem;
}
.organ_man span{
    width: .2rem;
    height: .2rem;
    display: block;
    border: 0.01rem solid #1B2C77;
    border-radius: 50%;
    margin-right: 0.1rem;
    position: relative;
}
.organ_man span::after{
    content: '';
    display: block;
    position: absolute;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 0.01rem solid #1B2C77;
    border-radius: 50%;
}
.organ_content{
    width: 100%;
    display: flex;
}
.organ_item_1{
    width: 3rem;
    line-height: 2;
    /* font-size: .2rem; */
    color: #1d1d1d;
    position: relative;
}
.organ_item_1::after{
    content: '';
    display: block;
    position: absolute;
    width: 0.32rem;
    height: 90%;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    border-left: none;
    border-top: 0.03rem solid #1B2C77;
    border-right: 0.03rem solid #1B2C77;
    border-bottom: 0.03rem solid #1B2C77;

}
.organ_item_2{
    width: 100%;
    margin-left: 0.5rem;

}
.organ_item_pr{
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
    position: relative;
}
.organ_item_pr::before{
    content: '';
    display: block;
    width: .55rem;
    height: 0.02rem;
    background: #1B2C77;
    position: absolute;
    left: -.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.organ_right_one{
    background: #096;
}
.organ_item_x{
    width: 0.9rem;
    height: 0.40rem;
    text-align: center;
    line-height: .4rem;
    background: #1B2C77;
    border-radius: 0 0.1rem 0.1rem 0;
    color: #fff;
    font-size: 0.14rem;
    position: relative;
    cursor: pointer;
}
.organ_item_x::after{
    content: '';
    position: absolute;
    display: block;
    width: 0.3rem;
    height: 0.02rem;
    background: #1B2C77;
    top: 50%;
    transform: translateY(-50%);
    right: -0.3rem;
}
.organ_item_x::before{
    content: '';
    position: absolute;
    display: block;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    border: 0.03rem solid #1B2C77;
    right: -0.4rem;
    top: 50%;
    transform: translateY(-50%);
}
.organ_item_x:last-child::after{
    display: none;
}
.organ_item_x:last-child::before{
    display: none;
}
.organ_people{
    display: flex;
    margin-top: .3rem;
}
.organ_peo_items{
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
}
.organ_peo_items span{
    width: 10px;
    height: 10px;
    display: block;
    border: 0.01rem solid #000;
    transform: rotate(45deg);
    margin-right: .1rem;
    margin-top: 0.02rem;
    
}
.organ_js{
    display: flex;

}
.organ_js_left{
    color: #1D1D1F;
    line-height: 3;
    position: relative;
    /* background: pink; */
}
.organ_js_left::after{
    content: '';
    display: block;
    position: absolute;
    width: 1.57rem;
    height: 0.03rem;
    /* background: red; */
    background: #1B2C77;
    top: .73rem;
    right: -1.09rem;

}
.organ_js_left span{
    width: 0.1rem;
    height: 0.1rem;
    background: #1B2C77;
    display: inline-block;
    border-radius: 50%;
    margin-left: 0.07rem;
}
.organ_js_two{
    line-height: 3;
    margin-left: 1.62rem;
    position: relative;

}
.organ_js_two::before{
    content: '';
    display: block;
    position: absolute;
    width: 0.32rem;
    height: 90%;
    top: 50%;
    left: -0.55rem;
    transform: translateY(-50%);
    border-left:0.03rem solid #1B2C77;
    border-top: 0.03rem solid #1B2C77;
    border-right:none;
    border-bottom: 0.03rem solid #1B2C77;

}
.organ_js_two span{
    width: 0.1rem;
    height: 0.1rem;
    background: #1B2C77;
    display: inline-block;
    border-radius: 50%;
    margin-left: 0.07rem;
}
.orgin_js_three{
    /* height: 1.27rem; */
    line-height: 3;
    margin-left: 1.5rem;
    position: relative;
    /* background: #096; */
}
.orgin_js_three span{
    width: 0.1rem;
    height: 0.1rem;
    background: #1B2C77;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.07rem;
    position: relative;
}
.organ_js_two span:first-child::after{
    content: '';
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.03rem;
    background: #1B2C77;
    top: 0.24rem;
    /* top: 50%; */
    /* transform: translateY(-50%); */

}
.orgin_js_three::before{
    content: '';
    display: block;
    position: absolute;
    width: .65rem;
    height: 19.5%;
    top: 0.24rem;
    left: -0.65rem;
    /* top: 50%; */
    /* left: -0.55rem; */
    /* transform: translateY(-50%); */
    border-left:0.031rem solid #1B2C77;
    border-top: 0.031rem solid #1B2C77;
    border-right:none;
    border-bottom: 0.031rem solid #1B2C77;

}
.orgin_js_four{
    line-height: 3;
    margin-left: 0.8rem;
}
.orgin_js_four span{
    display: block;
    font-weight: bold;
    font-size: .2rem;
    color: #1B2C77;
    cursor: pointer;
}
.organ_ver{
    line-height: 3;
    position: relative;
    margin-left: 2.1rem;
    /* background: #096; */
    
}
.organ_ver::before{
    content: '';
    display: block;
    position: absolute;
   width: 0.32rem;
   height: 80%;
   /* background: red; */
   left: -0.5rem;
   top: .23rem;
   border-left:0.031rem solid #1B2C77;
   border-top: 0.031rem solid #1B2C77;
   border-right:none;
   border-bottom: 0.031rem solid #1B2C77;
}
.organ_js_z{
    line-height: 3;
    position: relative;
}
.organ_js_z span{
    width: 0.1rem;
    height: 0.1rem;
    background: #1B2C77;
    display: inline-block;
    border-radius: 50%;
    margin-left: 0.07rem;
    position: relative;
}
.organ_js_z span::after{
    content: '';
    display: block;
    position: absolute;
    width: 1.71rem;
    height: 0.03rem;
    background: #1B2C77;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.organ_ver span{
    width: 0.1rem;
    height: 0.1rem;
    background: #1B2C77;
    display: inline-block;
    border-radius: 50%;
    margin-left: 0.07rem;
    position: relative;
}
.organ_ver i{
    width: 0.1rem;
    height: 0.1rem;
    background: #1B2C77;
    display: inline-block;
    border-radius: 50%;
    margin-left: 0.07rem;
    position: relative;
}
.organ_ver span::after{
    content: '';
    display: block;
    background: #1B2C77;
    width: 1.25rem;
    height: 0.03rem;
    position: absolute;
    top: 50%;
    left: 0.1rem;
    transform: translateY(-50%);
}
.organ_ele{
    line-height: 3;
    margin-top: -.975rem;
    margin-left: 1.2rem;
    position: relative;
}
.organ_3{
    margin-bottom: 1rem;
}
.organ_ele span{
    width: 0.1rem;
    height: 0.1rem;
    background: #1B2C77;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.07rem;
    position: relative;
}
.organ_ele::before{
    content: '';
    display: block;
    position: absolute;
    width: 0.32rem;
    height:17.1%;
    /* background: red; */
    left: -0.32rem;
    top: .22rem;
    border-left: 0.031rem solid #1B2C77;
    border-top: 0.031rem solid #1B2C77;
    border-right: none;
    border-bottom: none;

}
.last_span::before{
    content: '';
    display: block;
    position: absolute;
    width: 1.2rem;
    height: 0.03rem;
    background: #1B2C77;
    top: 50%;
    transform: translateY(-50%);
    left: -1.2rem;
}
.find_span::before{
    content: '';
    display: block;
    position: absolute;
    width: .5rem;
    height: 0.03rem;
    background: #1B2C77;
    left: -.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.organ_ver::after{
    content: '';
    display: block;
    position: absolute;
    width: .7rem;
    height: 19.5%;
    /* background: red; */
    top:2.17rem;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    right: -.7rem;
    border-top: solid 0.031rem #1B2C77;
    border-right: solid 0.031rem #1B2C77;
    border-bottom: none;
    border-left:none;


}
.organ_ele::after{
    content: '';
    display: block;
    position: absolute;
    width: 0.3rem;
    height: 8.5%;
    /* background: red; */
    border-left: 0.031rem solid #1B2C77;
    border-bottom: 0.031rem solid #1B2C77;

    top: 2.65rem;
    left: -0.3rem;
}


.about_jiagou{
    display: none;
}
@media screen and (max-width:1024px){
    .about_one_content{
        width: 100%;
        height: auto!important;
    }
    .about_one_about{
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .about_one_text{
        display: none;
    }
    .about_one_title{
        font-size: 28px;
    }
    .about_success_box{
        height: auto!important;
    }
    .about_success_content a{
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0!important;
        font-size: 14px;
        padding:12px;
        box-sizing: border-box;
        white-space:nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
    .about_success_content{
        display: flex;
        flex-wrap: wrap;
        width: 100%!important;
    }
    .about_introduction_content{
        width: 100%!important;
        flex-wrap: wrap;
        padding: 0 20px!important;
        box-sizing: border-box;
    }
    .introduction_txtbox{
        width: 100%!important;
        margin-left: 0!important;
        margin-top: 22px!important;
    }
    .introduction_tit{
        font-size: 22px!important;
        height: auto!important;
        margin: 0 auto!important;

    }
    .introduction_text,.introduction_text2{
        font-size: 14px!important;
    }
    .about_success_center{
        width: 100%!important;
        flex-direction: column!important;
    }
    .about_success_right{
        width: 100%;
    }
    .about_success_two{
        padding: 0 20px!important;
        margin-top: 0.5rem!important;
    }
    .about_success_left{
        display: flex;
        margin-bottom: 22px!important;
    }
    .about_success_right{
        flex-wrap: wrap!important;
        justify-content: space-between!important;
    }
    .about_success_right_items{
        margin: 0 !important;
    }
    .about_success_right_items:nth-child(1){
        width: 100%!important;
        margin-bottom: 8px!important;
    }
    .about_success_right_items:nth-child(2){
        width: 50%!important;
    }
    .about_success_right_items:nth-child(3){
        width: 30%!important;
    }
    .about_success_right_items em{
        font-size: 14px!important;
    }
    .about_success_p1,.success_cost{
        font-size: 14px!important;
    }

    /* 组织结构 */
    .organ_right{
        margin-left: 0!important;
        width: 100%!important;
    }
    .about_jiagou_pc_hide{
        display: none!important;
    }
    .about_jiagou{
        width: 100%;
        display: block!important;
    }
    .about_jiagou img{
        max-width: 100%!important;
    }

    .introduction_top img{
        max-width: 55%;
        max-height: 100%;
    }
    .introduction_span{
        text-align: center;
        font-size: 16px;
    }
    .introduction_x{
        justify-content: center;
        align-items: center;
    }
    .about_imgbox_img{
        width: 100%;
    }

    
    
}