.hc-banner {
    position: relative;
}

.hc-banner img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.hc-baner-descbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hc-baner-desc {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 60%;
    transform: translateY(-50%);
}

.hc-baner-p1 {
    display: inline-block;
    font-size: 0.48rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.29rem;
}


.hc-baner-p2 {
    font-size: 0.24rem;
    font-weight: 300;
    color: #666666;
}

.hc-baner-btnlist {
    display: flex;
    margin-top: 0.48rem;
}

.hc-baner-btnlist a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.11rem;
    height: 0.36rem;
    min-width: 90px;
    min-height: 30px;
    border-radius: 2px;
    color: #fff;
}

.hc-baner-btnlist .hc-apply-btn {
    background: linear-gradient(135deg, #1E8CEC 0%, #18B1E5 0%, #2468F2 100%);
    margin-right: 16px;
}

/* 导航区 */
/* 导航区 */
.hc-main-nav {
    background-color: #FFFFFF;
    box-shadow: -2px 7px 16px 0px rgb(30 116 222 / 14%);
    position: sticky;
    top: 60px;
    z-index: 98;
}

.hc-main-nav ul {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.hc-main-nav ul li {
    text-align: center;
    margin-right: 0.8rem;
}

.hc-main-nav ul li.active a::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #2468F2;

}

.hc-main-nav ul li.active a {
    color: #2468F2;
}

.hc-main-nav ul a {
    display: inline-block;
    position: relative;
    line-height: 50px;
    color: #111111;
    font-size: 0.16rem;
    padding: 0 2px;
}

/* 通用样式 */
.hc_anchor {
    position: relative;
    top: -150px;
}

.hc_block_ctn {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.hc_block_title {
    display: inline-block;
    position: relative;
    font-size: 0.3rem;
    font-weight: 400;
    color: #333333;
    padding: 0 0.18rem;
}

.hc_block_title::after {
    content: "";
    width: 100%;
    height: 50%;
    background: #2468F2;
    opacity: 0.2;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 模块1 */
.hc_block1 {
    padding: 0.82rem 0 1.11rem;
}

.hc_block1 img {
    max-width: 100%;
}

.hc_block1_main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 0.67rem;
    padding-left: 0.76rem;
}

.hc_block1_docs_desc {
    width: 6rem;
    min-width: 400px;
    font-size: 0.14rem;
    font-weight: 400;
    color: #777777;
    line-height: 30px;
    margin-top: 0.4rem;
}

/* 模块2 */
.hc_block2 {
    padding: 0.8rem 0 0.4rem;
    background: #F5F7FC;
}

.hc_block2_main {
    text-align: center;
}

.hc_block2_desc {
    text-align: center;
    color: #333333;
    line-height: 30px;
    max-width: 1200px;
    padding: 0 5%;
    margin: 0.6rem auto 0.5rem;
}

.hc_block2_img {
    max-width: 100%;
    padding: 0 5%;
}

/* 模块3 */
.hc_block3 {
    padding: 0.8rem 0;
}

.hc_block3_imgbox {
    padding-top: 0.7rem;
}

/* 模块4 */
.hc_block4 {
    padding: 1.1rem 0 1.44rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hc_block4_main {
    text-align: center;
}

.hc_block4_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.8rem;
}

.hc_block4_item {
    position: relative;
    margin-bottom: 0.6rem;
    transition: all .5s;
}

.hc_block4_imgbg img {
    width: 100%;
    transition: all .5s;
}

.imgbg_on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

}



.hc_block4_docs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0.7rem 0.25rem 0;
    letter-spacing: 1px;
}

.hc_block4_item_title {
    font-size: 0.18rem;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.18rem;
    transition: all .5s;
}

.hc_block4_item_desc {
    color: #333333;
    font-size: 0.18rem;
    line-height: 30px;
    /* transform: scale(0.9); */
    zoom: 0.9;
}

.hc_block4_item:hover {
    transform: translateY(-0.05rem);
    box-shadow: 4px 4px 30px 0px rgba(36, 54, 128, 0.3000);
}

.hc_block4_item:hover .imgbg {
    opacity: 0;
}

.hc_block4_item:hover .imgbg_on {
    opacity: 1;
}

.hc_block4_item:hover .hc_block4_item_title {
    color: #2468F2;
}

/* 模块5 */
.hc_block5 {
    padding: 0.8rem 0 0.4rem;
}

.hc_block5_mian {
    text-align: center;
}

.hc_block5_silde {
    overflow: hidden;
    margin-top: 0.5rem;
}

.hc_block5_desc {
    text-align: center;
    margin: 0.5rem 0 0.45rem;
    color: #333333;
    line-height: 30px;
}

.hc_block5_item {
    position: relative;
    margin-bottom: 0.4rem;
}

.hc_block5_item img {
    width: 100%;
}

.hc_block5_docs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.4rem;
}

.hc_block5_docs_title {
    text-align: left;
    margin-bottom: 0.2rem;
    color: #fff;
}

.hc_block5_num {
    color: #fff;
    font-size: 0.72rem;
    font-weight: bold;
}

.hc_block5_docs_title2 .hc_block5_num {
    font-size: 0.36rem;
}

.hc_block5_docs_desc {
    color: #fff;
}

.hc_block5_docs_desc span {
    color: #FFFF00;
}

/* 模块6 */
.hc_block6 {
    padding: 0.8rem 0;
    background: #F5F7FC;
}

.hc_block6_mian {
    text-align: center;
}

.hc_block6 .hc_block_title {
    margin-bottom: 0.5rem;
    color: #444;
}

.hc_block6 .hc_block_title::after {
    display: none;
}

.hc_block6_list {
    display: flex;
}

.hc_block6_left {
    flex: 1;
}

.hc_block6_row {
    margin-right: -10px;
    margin-left: -10px;
}

.hc_block6_col {
    padding-right: 10px;
    padding-left: 10px;
}

.hc_block6_item {
    display: block;
    position: relative;
    /* margin-bottom: 0.4rem; */
}

.hc_block6_item img {
    width: 100%;
    max-height: 200px;
}

.hc_block6_docs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.25rem;
}

.hc_block6_docs_title {
    text-align: left;
    color: #222222;
    font-size: 0.18rem;
    margin-bottom: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 设置n行，也包括1 */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hc_block6_docs_desc {
    font-size: 0.14rem;
    color: #777777;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 设置n行，也包括1 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hc_block6_right {
    width: 1.68rem;
    min-width: 100px;
    padding-left: 20px;
}

.hc_block6_box {
    width: 100%;
    height: 100%;
    background: #E2E8F5;
}

.hc_block6_box .hc_block6_more {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    color: #666666;
}

/* 模块7 */
.hc_block7 .hc_block4_docs {
    padding-top: 0.5rem;
}

.hc_block7 .hc_block4_item_title {
    text-align: left;
    margin-bottom: 0.15rem;
}

.hc_block7 .hc_block4_item {
    margin-bottom: 0.3rem;
}

.hc_block7 .hc_block4_item_desc {
    color: #434344;
}

/* 模块8 */
.hc_block8 {
    padding: 0.8rem 0;
}

.hc_block8_mian {
    text-align: center;
}

.hc_block8_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.hc_block8_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 0.2rem);
    height: 1.9rem;
    min-height: 120px;
    background: #FFFFFF;
    box-shadow: 4px 4px 10px 0px rgba(59, 88, 202, 0.2);
    border-radius: 5px;
}

.hc_block8_gs {
    margin-left: 0.5rem;
}

.hc_block8_name {
    font-size: 0.16rem;
    font-weight: 400;
    color: #333333;

}

.hc_block8_name:first-child {
    margin-bottom: 0.2rem;
}

/* block9 */
.hc_block9 {
    padding: 0.8rem 0 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hc_block9_main {
    text-align: center;
}

.hc_block9_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.hc_block9_item {
    margin-bottom: 0.35rem;
    border: 1px solid transparent;
    transition: all .5s;
}

.hc_block9_imgbg {
    position: relative;
}

.hc_block9_imgbg>img {
    width: 100%;
    transition: all .5s;
}

.hc_block9_img_on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}

.hc_block9_docs {
    width: 100%;
    background-color: #fff;
}

.hc_block9_item_title {
    font-size: 0.18rem;
    padding: 0.18rem;
}

.hc_block9_item:hover {
    background: linear-gradient(0deg, rgba(56, 116, 246, 0.1), rgba(56, 116, 246, 0));
    border: 1px solid #FFFFFF;
    box-shadow: 4px 4px 20px 0px rgba(36, 54, 128, 0.2);

    transform: translateY(-2px);
}

.hc_block9_item:hover .hc_block9_item_title {
    color: #2468F2;
}

.hc_block9_item:hover .hc_block9_img {
    opacity: 0;
}

.hc_block9_item:hover .hc_block9_img_on {
    opacity: 1;
}

@media (max-width:992px) {
    .hc_block8_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .hc_block8_item>img {
        zoom: 0.7;
    }

}

@media (max-width:767px) {
    .hc_anchor {
        top: -200px;
    }

    /* common */
    .hc_block_title {
        font-size: 16px;
    }

    /* nav */
    .hc-main-nav ul li {
        width: 25%;
        margin: 0;
    }

    /* block1 */
    .hc_block1 img {
        display: none;
    }

    .hc_block1_main {
        position: initial;
        background-color: #f9fbff;
        padding: 0;
    }

    .hc_block1_docs {
        text-align: center;
    }

    .hc_block1_docs_desc {
        width: 100%;
        min-width: auto;
    }

    /* block4 */
    .hc_block4 {
        background-color: #eff2f9;
    }


    .hc_block4_list>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hc_block4_item {
        width: 200px;
    }

    .hc_block4_item_title {
        font-size: 14px;
    }

    /* block6 */
    .hc_block6_list {
        flex-direction: column;
    }

    .hc_block6_item {
        margin-bottom: 0.4rem;
    }

    .hc_block6_docs_title {
        font-size: 14px;
    }

    .hc_block6_right {
        width: 100%;
        height: 50px;
        padding: 0;
    }

    .hc_block9 {
        background-color: #eef2f9;
    }

}