.about_main {
    padding: 8rem 0;
}

.about_main_l {
    flex: 65%;
    margin: 0 15px;
}

.about_main_l_tit {
    position: relative;
}

.about_main_l_tit h2 {
    color: #f6f6f6;
    font-size: 120px;
    margin: 0;
    padding: 0;
    line-height: 120px;
}

.about_main_l_tit h3 {
    position: absolute;
    font-size: 50px;
    color: #107cc9;
    bottom: 5px;
    left: 50px;
    z-index: 2;
}

.about_main_l_con {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.8;
}

.about_main_l_con h5 {
    color: #333333;
}

.about_main_l_fz {
    position: relative;
    margin-top: 20px;
}

.about_main_l_fz ul {
    flex-wrap: wrap;

}

.about_main_l_fz li {
    flex: 30%;
    margin-top: 20px;
}

.about_main_l_fz li:nth-child(1),
.about_main_l_fz li:nth-child(4) {
    flex: 40%;
}

.about_main_l_fz li p {
    color: #666666;
    font-size: 18px;
}

.about_main_l_fz li span {
    color: #107cc9;
}

.about_main_l_fz li strong {
    font-weight: 400;
}

.about_main_r {
    flex: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_main_r .about_img {
    width: 515px;
    height: 520px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.about_bh {
    padding-bottom: 10rem;
}

.about_bh_tit h2 {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.about_bh_con {
    margin-top: 20px;
    display: flex;
    padding: 15px 70px;
}

.about_list {
    flex: 18%;
}

.list2 {
    flex: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list5 {
    flex: 28%;
}

.about_list .list_tit {
    line-height: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #107cc9;
}

.about_list .list_box {
    background: #107cc9;
    margin-bottom: 30px;
    font-size: 16px;
    border-radius: 10px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.about_list .list_fw {
    margin-bottom: 5px;
    font-size: 16px;
    border-radius: 10px;
    line-height: 50px;
    color: #333;
    text-align: center;
}

.about_list div.list_fw:nth-of-type(2) {
    background: #f2f2f2;
}

.about_list div.list_fw:nth-of-type(3) {
    background: #DCDBE9;
}

.about_list div.list_fw:nth-of-type(4) {
    background: #F1F5F4;
}

.about_list div.list_fw:nth-of-type(5) {
    background: #f2f2f2;
}

.list_gc {
    display: flex;
}

.list_gc_l,
.list_gc_r {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.list_gc_l img,
.list_gc_r img {
    height: 180px;
}

.list_gc_r {
    flex: 10%;
    margin-left: 10px;
}

.list_gc_c {
    flex: 50%;
}

.list_gc_box {
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    line-height: 50px;
}

.list_gc_box img {
    width: 25px;
    margin: 0 75px 0 55px;
}

.list_gc_box span {
    font-size: 16px;
}

.list_gc_box2 {
    text-align: center;
}

.list_gc_box2 img {
    height: 32px;
    width: 100%;
}

.list_gc_c1 {
    background: #00AF50;
}

.list_gc_c2 {
    background: #7030A0;
}

.list_gc_c3 {
    background: #ED7D31;
}

.about_gzh {
    padding: 2rem 0 15rem;
    background-color: #ffffff;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.about_gzh_tit {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.about_gzh_con {
    margin-top: 50px;
    padding: 2rem 5rem;
}

.about_gzh_list {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.about_gzh_list li {
    flex-basis: 20%;
    min-width: 280px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 15px 55.46px 3.54px rgba(6, 0, 1, 0.11);
}

.about_gzh_list .about_gzh_img {
    padding-top: 1rem;
}

.about_gzh_list .about_gzh_img img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    margin: 0 auto;
}

.about_gzh_list .about_gzh_name {
    position: relative;
}

.about_gzh_list .about_gzh_name h5 {
    font-size: 1.5rem;
    color: #303030;
    font-weight: 500;
    margin-bottom: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1rem 0 1rem 1.5rem;
    text-align: left;
    z-index: 2;
    position: relative;
}

.about_gzh_list .about_gzh_name span {
    font-size: 7.5rem;
    color: #efefef;
    font-family: DIN;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: -5rem;
}