.block_title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.block_title[data-color="white"] {
    color: #fff;
}

.hc_baner {
    position: relative;
}

.hc_baner .bd img {
    width: 100%;
    object-fit: cover;
    min-height: 240px;
}

.hc_baner .bd li {
    position: relative;
}

.hc_baner_desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.hc_baner_desc h2 {
    font-size: 0.72rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 45%;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    /* padding: 0 26px; */

}


/* 内容导航 */
.hc_main_nav {
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 1px 40px 0px rgba(0, 62, 153, 0.15);
    position: sticky;
    top: 69px;
    z-index: 9;
    width: 100%;
}

.hc_main_nav ul {
    display: flex;
    justify-content: center;
    width: 96%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
}

.hc_main_nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.26rem;
    cursor: pointer;
}

.hc_main_nav ul li a {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 0.18rem;
}

.hc_main_nav ul li:hover a {
    color: #13558A;
}

.hc_main_nav ul li a::after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: rgb(19, 85, 138);
    position: absolute;
    top: 0;
    right: 0;

}

.hc_main_nav ul li:last-of-type a::after {
    background-color: transparent;
}



/* 集团简介模块 */

.hc_jtjs {
    position: relative;
    padding: 0.8rem 0 2rem;
    background: url(./images/jtjs-bg.jpg) no-repeat bottom;
    background-size: contain;
}

.hc_jtjs_cont {
    width: 90%;
    max-width: 1326px;
    /* margin: auto; */
    margin: 0.9rem auto;
}


.hc_jtjs_cont .hc_jtms {
    margin: 0.6rem 0 0;
}

.hc_jtjs_cont .hc_jtms p {
    color: #5a5a5a;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}

.hc_jtshow ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.hc_jtshow_item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hc_jtshow_itemt {
    margin-bottom: 15px;
}

.hc_jtshow_itemt .hc_center {
    display: flex;
    align-items: center;
}

.hc_jtshow_itemt .hc_center .hc_unit {
    margin-left: 2px;
}

.hc_jtshow_itemt .hc_num {
    font-size: 0.6rem;
    font-weight: bold;
    color: #13558A;
}

.hc_jtshow_itemt .hc_unit {
    font-size: 0.2rem;
    /* color: #323232; */
    font-weight: bold;
    color: #13558A;
}

.hc_jtshow_itemtb p {
    font-size: 0.17rem;
}

/* 发展历程 */

.hc_fzlc {
    padding: 0.8rem 0 1.6rem;
    background: url(./images/fzlc-bg.jpg) no-repeat bottom;
    background-size: contain;
}


.hc_fzlc_baner {
    width: 100%;
    height: 560px;
    display: flex;
    margin-top: 0.7rem;
    overflow: hidden;
}

.hc_fzlc_baner .hd {
    position: relative;
    width: 41%;
}

.hc_fzlc_baner .hd::before {
    content: "";
    width: 100%;
    height: 112px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hc_fzlc_baner .hd::after {
    content: " ";
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background-color: rgb(19, 85, 138);
    position: absolute;
    right: calc(-0.15rem / 2 - 1px);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 8;
}

.hc_fzlc_baner .hd ul {
    position: relative;
    top: 0;
    left: 0;
    transition: all .5s;
}

/* .hc_fzlc_baner .hd ul::after {
    content: "";
    height: 93%;
    width: 2px;
    background-color: rgba(191, 191, 191, .7);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

} */

.hc_fzlc_baner .hd ul li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 112px;
    font-size: 36px;
    text-align: right;
    padding-right: 0.66rem;
    color: #d1d1d1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
    transition: .5s;
}



.hc_fzlc_baner .hd ul li.on {
    color: #333;
}

.hc_updown_btn {
    width: 100%;
    height: 112px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hc_updown_btn::before {
    content: "";
    width: 1rem;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hc_updown_btn>.hc_upbtn, .hc_updown_btn>.hc_downbtn {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    background-color: #fff;
}

.hc_updown_btn i {
    font-size: 12px;
    color: #333;
}

.hc_upbtn {
    top: 0;
    margin-top: -17px;
    transform: rotate(90deg);

}

.hc_downbtn {
    bottom: 0;
    margin-bottom: -17px;
    transform: rotate(90deg);

}

/*
.hc_fzlc_baner .hd ul li.on::after {
    content: " ";
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background-color: rgb(19, 85, 138);
    position: absolute;
    right: calc(-0.15rem / 2);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 8;
} */

/* bd */
.hc_fzlc_baner .bd {
    position: relative;
    flex: 1;
}

.hc_fzlc_baner .bd::after {
    content: "";
    height: 92%;
    width: 2px;
    background-color: rgba(191, 191, 191, .7);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}

.hc_fzlc_baner .bd ul {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0.66rem;
    transition: all .5s;
}



.hc_fzlc_baner .bd ul li {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    height: 112px;
    line-height: 26px;
}

.hc_fzlc_baner .bd ul li p {
    font-size: 14px;
}

.hc_fzlc_baner .bd ul li.on {
    color: #13558a;
}



/* 荣誉资质 */
.hc_ryzz {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(./images/ryzz-bg.jpg) no-repeat bottom;
    background-size: cover;
}


.hc_ryzz_cont {
    width: 90%;
    max-width: 1240px;
    margin: auto;
    padding: 0.8rem 0;
}


.hc_ryshow {
    display: flex;
    justify-content: space-between;
    padding-top: 0.7rem;
}

.hc_ryshow_list {
    width: 48%;
}

.hc_ryshow_item {
    display: flex;
    align-items: center;
    height: 155px !important;
    width: 100%;
    padding-left: 60px;
    margin-bottom: 14px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 6px 11.57px 1.43px rgba(163, 163, 163, 0.21);
    position: relative;
}

.hc_ryshow_item::after {
    content: "";
    background-color: rgb(19, 85, 138);
    position: absolute;
    left: 30px;
    width: 9px;
    height: 9px;
}

.hc_ryshow_item p {
    font-size: 12px;
    color: #333;
}

/* 企业文化 旧*/
/* .hc_qywh {
    position: relative;
    overflow: hidden;
}

.hc_qywh>img {
    width: 100%;
    object-fit: cover;
}

.hc_qywh_poa {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hc_qywh_cont {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    padding-top: 1rem;

}

.hc_whbt {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.hc_qywh_list {
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
}

.hc_qywh_item {
    display: flex;
    flex-direction: column;
    height: 6.56rem;
    width: 32.5%;
    justify-content: space-between;
}

.hc_qywh_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hc_qywh_item .hc_wdl {
    position: relative;
    width: 100%;
}


.hc_qywh_item:nth-child(1) .hc_wdl {
    height: 48.6%;
}

.hc_qywh_item:nth-child(2) .hc_wdl {
    height: 32%;
}

.hc_qywh_item:nth-child(3) .hc_wdl {
    height: 23%;
}

.hc_qywh_item .hc_docu {
    position: absolute;
    bottom: 0.2rem;
    padding-left: 0.4rem;

}

.hc_qywh_item .hc_docu h4 {
    font-size: 0.28rem;
    color: #fff;
    margin-bottom: 0.1rem;
}


.hc_qywh_item .hc_docu p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 30px;
    font-weight: 200;
    letter-spacing: 1px;
    padding-left: 1px;
} */

/* 企业文化 */
.hc_block4 {
    width: 100%;
    position: relative;
    background: url(./images/block4-bg.jpg) no-repeat center/cover;
    padding-bottom: 1rem;
}

.hc_block4>img {
    width: 100%;
    object-fit: cover;
}

.hc_block4_ctn {
    width: 90%;
    max-width: 1360px;
    margin: auto;
    padding-top: 1rem;
}

.hc_block4_list {
    padding-top: 0.3rem;
}

.hc_block4_item {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #d4d2d3;
    padding: 0.6rem 0;
}

.hc_block4_item:last-child {
    border-bottom: 0;
}

.hc_b4item_title {
    display: flex;
    font-size: 0.4rem;
    font-weight: bold;
    color: #13558A;
    margin-right: 0.6rem;
}

.hc_b4item_title>p {
    text-indent: 1em;
    font-size: inherit;
}

.hc_b4item_desc {
    font-size: 0.28rem;
    color: #333;
}

.hc_b4item_desc>span {
    font-size: 0.33rem;
    font-weight: bold;
    color: #13558A;
}

.hc_block4_docs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hc_docs_item {
    text-align: center;
    margin-bottom: 0.4rem;
}

.hc_docs_title {
    font-size: 0.30rem;
    color: #13558A;
    margin-bottom: 0.1rem;
}

.hc_docs_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.hc_docs_desc>p {
    font-size: 0.18rem;
    color: #333;
    line-height: 30px;
}

/* 企业文化第三版 */
.hc_block5 {
    background: url(./images/block5-bg.jpg) no-repeat top;
    background-size: 100% 400px;
}

.hc_block5_ctn {
    width: 100%;
    max-width: 1360px;
    margin: auto;
    padding-top: 1rem;
}

.hc_block5_main {

    padding-top: 0.7rem;
}

.hc_b5_main_title {
    font-size: 0.3rem;
    color: #13558A;
    margin-bottom: 0.25rem;
    letter-spacing: 1px;
}

.hc_b5_main_desc {
    font-size: 0.18rem;
    line-height: 30px;
    color: #333;
    letter-spacing: 1px;
}

.hc_b5_main_title[data-color="white"], .hc_b5_main_desc[data-color="white"] {
    color: #fff;
}

.hc_b5_t {
    width: 100%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 1px 21px 0px rgba(57, 57, 57, 0.13);
}

.hc_b5_tlist {
    display: flex;
    justify-content: space-between;
}

.hc_b5_titem {
    width: 48.8%;
}

.hc_b5_titem>img {
    width: 100%;
}

.hc_b5_titem_docs {
    padding: 20px 0.5rem;
    background-color: #13558a;
}

.hc_b5_titem_docs_title {
    
}

.hc_b5_titem_docs_desc {
    min-height: 60px;
    color: #fff;
}

.hc_b5_b {
    display: flex;
    padding: 30px;
    margin-bottom: 20px;
}

.hc_b5_b_l {
    position: relative;
}

.hc_b5_b_ldocs {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hc_b5_b_ldocs_desc {
    /* padding-left: 0.05rem; */
}

.hc_b5_b_ldocs_desc>p>span {
    opacity: 0.8;
}


/* right */
.hc_b5_b_r {
    width: 100%;
    display: flex;
    align-items: center;
}

.hc_b5_b_rlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.hc_b5_b_ritem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3333%;
    margin: 0.3rem 0;
}

.hc_b5_b_ritem .hc_b5_main_desc>p {
    text-align: center;
}

@media (max-width:1500px) {
    .hc_block4_ctn {
        max-width: 1240px;
    }
}

@media (max-width:1024px) {
    .hc_fzlc_baner .hd ul li {
        font-size: 20px;
    }

    .hc_fzlc_baner .bd ul li p {
        font-size: 12px;
    }

    .hc_baner_desc h2 {
        width: 100%;
        padding: 0 26px;
    }

    /* 顶部导航 */
    .hc_main_nav {
        top: 59px;
    }

    /* 发展历程 */
    .hc_fzlc_baner .hd {
        width: 120px;
    }

    .hc_updown_btn::before {
        background-color: transparent;
    }

    .cont1400 {
        width: 100%;
    }



    /* 荣誉资质 */
    .hc_ryshow {
        flex-direction: column;
    }

    .hc_ryshow_list {
        width: 100%;
    }


    /* 企业文化 旧*/
    /* .hc_qywh {
        background: url(./images/qywh-bg.jpg) no-repeat center/cover;
        padding-bottom: 40px;
    }

    .hc_qywh_poa {
        position: relative;
    }

    .hc_qywh_list {
        flex-direction: column;
    }

    .hc_qywh_item {
        width: 100%;
        height: 400px;
        margin: 0;
        margin-bottom: 10px;
    }

    .hc_qywh>img {
        display: none;
    } */
    /* 企业文化 */
    .hc_block5 {
        background-size: auto;
    }

    .hc_b5_b_ritem {
        width: 50%;
    }

    .hc_b5_main_title {
        font-size: 16px;
    }

    .hc_b5_main_desc {
        font-size: 12px;
    }


}

@media (max-width:900px) {
    .hc_b5_t {
        padding: 0;
    }

    .hc_b5_tlist {
        flex-direction: column;
    }

    .hc_b5_titem {
        width: 100%;
    }

    .hc_b5_b {
        padding: 0;
        flex-direction: column;
    }
    .hc_b5_b_l{
        margin-bottom: 20px;
    }
    .hc_b5_b_l>img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
}

@media (max-width:640px) {

    /* 集团简介 */
    .hc_jtshow ul {
        justify-content: flex-start;
    }

    .hc_jtshow ul li {
        width: 33.3333%;
        margin-bottom: 30px;
    }

    .hc_jtshow ul li.hc_xian {
        display: none;
    }

    /* 发展历程 */
    .hc_fzlc_baner .hd {
        width: 90px;
    }

    .hc_fzlc_baner .bd ul {
        padding-left: 10px;
    }

    .hc_fzlc_baner .bd ul li p {
        font-size: 12px;
        line-height: 20px;
        padding-right: 5px;
    }

    /* 企业文化 旧*/
    /* .hc_qywh_cont {
        width: 100%;
    }

    .hc_qywh_item {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .hc_qywh_item img {
        height: 100px;
        margin-bottom: 16px;
    }

    .hc_qywh_item .hc_docu {
        bottom: 30px;
        padding-left: 20px;
    } */


    /* 企业文化 */
    .hc_block4_item {
        align-items: center;
    }

    .hc_b4item_title {
        font-size: 16px;
    }

    .hc_b4item_desc {
        font-size: 12px;
        line-height: 24px;
    }

    .hc_docs_item {
        width: 50%;
    }

    .hc_docs_title {
        font-size: 14px;
    }

    .hc_docs_desc {
        height: 50px;
    }

    .hc_docs_desc>p {
        font-size: 12px;
        line-height: 25px;
    }
}