.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: 800;
    color: #333;
    margin-bottom: 0.29rem;
}

.hc-baner-p1 span {
    color: #2371F1;
}

.hc-baner-p2 {
    font-size: 0.18rem;
    color: #333;
    max-width: 622px;
    line-height: 30px;
}

.hc-baner-btnlist {
    display: flex;
    margin-top: 0.8rem;
}

.hc-baner-btnlist a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.2rem;
    height: 0.36rem;
    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_block_ctn {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.hc_block_title {
    font-size: 0.3rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

/* 模块1 */
.hc_block1 {
    padding: 0.8rem 0;
    background: #F8F9FC;
}

.hc_block1_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.8rem;
    margin-right: -0.3rem;
    margin-left: -0.3rem;
}

.hc_block1_item {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    margin-bottom: 0.4rem;
}

.hc_block1_itembox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-shadow: 1px 5px 15px 0px rgba(35, 108, 241, 0.2000);
    border-radius: 10px;
    padding: 0.4rem 0.22rem 0.22rem;
    position: relative;
    z-index: 9;
    transition: all .5s;
}

.hc_block1_itembox::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, #18B0E5 0%, #2469F2 100%);
    box-shadow: 1px 5px 20px 0px rgba(35, 108, 241, 0.5000);
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
}

.hc_block1_itembox:hover {
    transform: translateY(-0.1rem);
}

.hc_block1_itembox:hover::after {
    opacity: 1;
}

.hc_block1_itembox:hover .hc_block1_docs_title {
    color: #fff;
}

.hc_block1_itembox:hover .hc_block1_docs_desc {
    color: #fff;
}

.hc_block1_docs {
    align-self: flex-start;
}

.hc_block1_itembox img {
    width: 0.96rem;
    min-width: 60px;
}

.hc_block1_docs_title {
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    transition: all .5s;
}

.hc_block1_docs_desc {
    font-size: 0.14rem;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    margin: 0.4rem 0 0.3rem;
    transition: all .5s;
}

/* 模块2 */
.hc_block2 {
    padding: 0.8rem 0;
}

.hc_block2_main {
    width: 8.56rem;
    position: relative;
    margin: 0.8rem auto 0;
}

.hc_block2_imglist {
    position: relative;
}

.hc_block2_imglist img {
    width: 100%;
    opacity: 0;
    transition: all .5s;
}

.hc_block2_imglist img.on {
    opacity: 1;
}

.hc_block2_imglist img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
}

.hc_block2_docs_box {
    position: absolute;
    width: 2.95rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(35, 108, 241, 0.2000);
    border-radius: 5px;
    padding: 0.6rem 0.24rem;
    /* transition: all .5s; */
}

.hc_block2_docs_box::before {
    content: "";
    width: 0.7rem;
    height: 1px;
    background: linear-gradient(0deg, #000000 0%, #18AEE5 0%, #2277EF 100%);
    position: absolute;
    top: 0.2rem;
    opacity: 0;
    transition: all .5s;
}

.hc_block2_docs_box::after {
    content: "";
    width: 1px;
    height: 1.7rem;
    background: linear-gradient(0deg, #000000 0%, #18AEE5 0%, #2277EF 100%);
    position: absolute;
    top: 0.15rem;
    opacity: 0;
    transition: all .5s;
}



.hc_block2_docs_box.right_line::before {
    right: -0.7rem;
}

.hc_block2_docs_box.right_line::after {
    right: -1rem;
    transform: rotate(-20deg);
}

.hc_block2_docs_box.left_line::before {
    left: -0.7rem;
}

.hc_block2_docs_box.left_line::after {
    left: -1rem;
    transform: rotate(20deg);
}


.hc_block2_docs_box.left_top {
    top: 0.16rem;
    left: -1.75rem;
}

.hc_block2_docs_box.right_top {
    top: 0.16rem;
    left: 7.35rem;
}

.hc_block2_docs_box.left_bottom {
    top: 4.4rem;
    left: -1.75rem;
}

.hc_block2_docs_box.right_bottom {
    top: 4.4rem;
    left: 7.35rem;
}


.hc_block2_docs_title {
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 0.30rem;
}

.hc_block2_docs_desc {
    font-size: 0.16rem;
    color: #666666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 设置n行，也包括1 */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    zoom: 0.9;
}

.hc_block2_docs_desc::after {
    content: "";
    width: 100%;
    height: 0.1rem;
    background: linear-gradient(90deg, #18B0E5, #2469F2);
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    transition: all .5s;
}

.hc_block2_dot {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* left: -1.8rem; */
    top: 1.6rem;
}

.right_line .hc_block2_dot {
    right: -1.8rem;
}

.left_line .hc_block2_dot {
    left: -1.8rem;
}

.hc_block2_dotimg1 {
    width: 0.43rem;
    position: absolute;
    transition: all .5s;
}

.hc_block2_dotimg2 {
    width: 0.9rem;
    opacity: 0;
    transition: all .5s;
}

.hc_block2_dotimg3 {
    position: absolute;
    height: 0.32rem;
    opacity: 0;
    transition: all .5s;
}

/* 激活样式 */
.hc_block2_docs_box.on .hc_block2_docs_desc::after {
    opacity: 1;
}

.hc_block2_docs_box.on::before {
    opacity: 1;
}

.hc_block2_docs_box.on::after {
    opacity: 1;
}

.hc_block2_docs_box.on .hc_block2_dotimg1 {
    opacity: 0;
}

.hc_block2_docs_box.on .hc_block2_dotimg2 {
    opacity: 1;
}

.hc_block2_docs_box.on .hc_block2_dotimg3 {
    opacity: 1;
}

/* 模块3 */
.hc_block3 {
    padding: 0.8rem 0 0.3rem;
}

.hc_block3_main {
    display: flex;
    justify-content: flex-end;
    padding-top: 1.07rem;
}

.hc_block3_list {
    width: 6.24rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hc_block3_item {
    width: 2.71rem;
    height: 1.46rem;
    min-height: 100px;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 1px 1px 10px 0px rgba(33, 122, 239, 0.2000);
    border-radius: 5px;
    padding: 0.45rem 0.3rem 0;
    margin-bottom: 0.49rem;
    position: relative;
}

.hc_block3_item.on {
    border: 1px solid #D4A833;
    box-shadow: 1px 1px 10px 0px rgba(210, 167, 51, 0.2000);
}

.hc_block3_item img {
    width: 0.66rem;
    min-width: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    margin: auto;
}

.hc_block3_item_p {
    color: #666666;
    line-height: 0.3rem;
}

.hc_block4 {
    padding: 0.3rem 0 0.8rem;
}

.hc_block4 .hc_block_title {
    position: relative;
    top: 0.5rem;
    z-index: 9;
}

.hc_block4_main {
    position: relative;
    width: 12rem;
    margin: auto;
}

.hc_block4_main img {
    width: 100%;
}

.hc_block4_desc {
    position: absolute;
    font-size: 0.18rem;
    color: #333333;
}

.hc_block4_docs_left .hc_block4_desc {
    font-weight: bold;
    left: 0;
}

.hc_block4_docs_right .hc_block4_desc {
    right: 0.4rem;
}

.desc1 {
    top: 2.75rem;
}

.desc2 {
    top: 4.5rem;
}

.desc3 {
    top: 6rem;
}

.desc4 {
    top: 3rem;
}

.desc5 {
    top: 4.8rem;
}

.desc6 {
    top: 6.6rem;
}

/* 模块5 */

.hc_block5 {
    padding: 0.8rem 0;
    background: #FFFFFF;
}

.hc_block5_main {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.8rem;
}

.hc_block_5_item {
    flex: 1;
    position: relative;
    margin-bottom: 0.3rem;
    padding: 0 0.2rem;
}

.hc_block_5_item>i {
    font-size: 0.3rem;
    color: #999;
    position: absolute;
    right: 0;
    top: 25px;
}

.hc_block5_itembox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hc_block5_itemimg {
    height: 1rem;
    min-height: 60px;
}

.hc_block5_itemimg img {
    height: 100%;
}

.hc_block_5_item p {
    color: #333333;
}

/*模块6  */
.hc_block6 {
    padding: 0.8rem 0 0.4rem;
}

.hc_block6_main {
    display: flex;
    justify-content: space-between;
    padding-top: 0.8rem;
}

.hc_block6_list {
    width: calc(50% - 0.2rem);
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(35, 108, 241, 0.1000);
    border-radius: 5px;
    margin-bottom: 0.2rem;
}

.hc_block6_top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.99rem;
    padding: 0 0.35rem;
    border-radius: 5px;
}

.hc_block6_list.left .hc_block6_top {
    background: linear-gradient(45deg, #18b0e5, #c6ebf9);
}

.hc_block6_list.right .hc_block6_top {
    background: linear-gradient(45deg, #2371f1, #cadcfc);
}

.hc_block6_item_img {
    margin-right: 0.23rem;
    width: 0.38rem;
}

.hc_block6_item_title {
    font-size: 0.24rem;
    color: #fff;
    font-weight: 400;
}

.hc_block6_bottom {
    padding: 0 0.35rem;
}

.hc_block6_item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.15rem;
    background-color: #fff;
    border-bottom: 1px solid #E3E3E3;
}

.hc_block6_item:last-child {
    border-color: transparent;
}

.hc_block6_num {
    font-size: 0.18rem;
    color: #666666;
    margin-right: 0.25rem;
}

.hc_block6_item_desc {
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
}

/* 证书查询 模块7*/
.coo_query {
    padding: 0.2rem 0 0.8rem;
    background-color: #fff;
}

.coo_query_title {
    font-size: 0.3rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.coo_query_ctn {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding-top: 0.7rem;
}

.coo_query_list {
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
}

.coo_query_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.coo_query_field {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    margin-bottom: 0.4rem;
}

.coo_label {
    color: #333333;
    min-width: 70px;
}

.coo_label em {
    color: #EB6100;
}

.coo_input {
    width: 2.22rem;
    height: 0.43rem;
    min-width: 200px;
    min-height: 30px;
    background: #FFFFFF;
    border: 1px solid #CCD9F4;
    padding: 0 15px;
    border-radius: 5px;
}

.coo_query_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    width: 1.07rem;
    height: 0.42rem;
    min-width: 90px;
    min-height: 30px;
    background: linear-gradient(90deg, #18B1E5, #2468F2);
    border-radius: 5px;
    cursor: pointer;
}

.coo_query_cont {
    /* padding-top: 0.4rem; */
}

.coo_cont_list {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #f0f2f5;
    border-top: 1px solid #f0f2f5;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

.coo_cont_item {
    display: flex;
    line-height: 50px;
    width: 50%;
    border-right: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;

}

.coo_cont_label {
    width: 130px;
    color: #666666;
    text-align: right;
    border-right: 1px solid #f0f2f5;
    padding: 0 10px;
    background-color: #f7fafc;
}



.coo_cont_desc {
    font-weight: bold;
    color: #4d4d4d;
    padding: 0 10px;
}


.coo_query_error {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    background-color: #FFFFFF;

}

.coo_query_error img {
    margin-bottom: 20px;
}

.coo_query_error p {}


/* 模块8 */
.hc_block8 {
    padding: 0.8rem 0;
}

.hc_block8 .hc_block_title {
    color: #fff;
}

.hc_block8 .hc_block_desc {
    text-align: center;
    color: #E3E3E3;
    line-height: 24px;
    margin-top: 0.15rem;
}

.hc_block8_main {
    padding-top: 0.8rem;
}

.hc_block8_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hc_block8_item {
    display: flex;
}

.hc_block8_field {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.hc_block8_label {
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-right: 0.2rem;
    min-width: 70px;
}

.hc_block8_label em {
    color: #FE3509;
}

.hc_block8_input {
    width: 2.6rem;
    min-width: 200px;
    height: 0.43rem;
    min-height: 30px;
    background: #FFFFFF;
    border: 1px solid #CCD9F4;
    border-radius: 5px;
    padding: 0 0.2rem;
}

.hc_block8_field:first-child {
    margin-right: 0.4rem;
}

.hc_block8_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 1.07rem;
    min-width: 90px;
    height: 0.42rem;
    min-height: 30px;
    background: linear-gradient(90deg, #18B1E5, #2468F2);
    border-radius: 5px;
    margin-top: 0.4rem;
}

@media (max-width:767px) {
    .hc-baner-desc {
        top: 50%;
    }

    .hc-baner-btnlist {
        margin-top: 0.4rem;
    }

    .hc-baner-p2 {
        line-height: 24px;
    }

    .hc_block_title {
        font-size: 16px;
    }

    .hc_block1_docs_title {
        font-size: 14px;
    }

    /* block2 */
    .hc_block2_main {
        width: 100%;
    }

    .hc_block2_imglist {
        display: none;
    }

    .hc_block2_docs {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .hc_block2_docs_box {
        width: 100%;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        margin-bottom: 0.4rem;
    }

    .hc_block2_docs_box::before, .hc_block2_docs_box::after {
        display: none;
    }

    .hc_block2_docs_title {
        font-size: 14px;
    }

    .hc_block2_docs_desc {
        zoom: 1;
    }

    .right_line .hc_block2_dot {
        display: none;
    }

    /* block3 */
    .hc_block3_list {
        width: 100%;
    }

    .hc_block3_item {
        width: 100%;
        margin-bottom: 0.6rem;
    }

    .hc_block3_item_p {
        line-height: 30px;
    }

    /* block4 */
    .hc_block4_main {
        width: 100%;
    }

    .hc_block4_desc {
        zoom: 0.9;
    }

    .desc1 {
        top: calc(400 / 1920 * 100vw)
    }

    .desc2 {
        top: calc(690 / 1920 * 100vw)
    }

    .desc3 {
        top: calc(920 / 1920 * 100vw)
    }

    .desc4 {
        top: calc(470 / 1920 * 100vw)
    }

    .desc5 {
        top: calc(760 / 1920 * 100vw)
    }

    .desc6 {
        top: calc(1030 / 1920 * 100vw)
    }

    /* block6 */
    .hc_block6_main {
        flex-direction: column;
    }

    .hc_block6_list {
        width: 100%;
        margin-bottom: 0.6rem;
    }

    /* block7 */
    .coo_query_field {
        width: 100%;
    }

    .coo_input {
        width: 100%;
    }

    .coo_query_field:last-child {
        justify-content: center;
    }

    .coo_cont_item {
        width: 100%;
    }

    /* block8 */
    .hc_block8_item {
        width: 100%;
        flex-direction: column;
    }

    .hc_block8_field:first-child {
        margin-right: 0;
    }

    .hc_block8_input {
        width: 100%;
    }


}