.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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hc-baner-p1 {
    display: inline-block;
    font-size: 0.52rem;
    font-weight: 800;
    color: #333;
    text-align: center;
    /* background: linear-gradient(45deg, #1E8CEC 0%, #18B1E5 0%, #2468F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */

}

.hc-baner-p1 span {
    font-weight: 400;
}

.hc-baner-p2 {
    font-size: 0.24rem;
    font-weight: 300;
    color: #666666;

}

.hc-search {
    display: flex;
    width: 5.73rem;
    min-width: 240px;
    height: 0.6rem;
    min-height: 30px;
    background: #FFFFFF;
    box-shadow: -2px 7px 16px 0px rgba(30, 116, 222, 0.1400);
    border-radius: 0.05rem;
    margin-top: 0.6rem;
}

.hc-search>input {
    height: 100%;
    flex: 1;
    padding: 0 20px;
}

.hc-search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.7rem;
    min-width: 35px;
    height: 100%;
    background: #2272F0;
    border-bottom-right-radius: 0.05rem;
    border-top-right-radius: 0.05rem;
    cursor: pointer;
}

.hc-search-btn>img {
    width: 0.36rem;
}

/* 模块一 */
.hc_block1 {
    padding: 0.7rem 0 0.6rem;
}

.hc_block1_ctn {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.hc_block1_ctn>h2 {
    text-align: center;
    font-size: 0.3rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.52rem;
}

.hc_block1_docsbox {
    display: block;
    position: relative;
    margin-bottom: 0.2rem;

}

.hc_block1_docsbox>img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.hc_block1_docs {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.30rem 0.16rem 0;
}

.hc_block1_docs>h4 {
    font-size: 0.18rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.16rem;
}

.hc_block1_docs>p {
    color: #F3F3F3;
    line-height: 24px;
    font-size: 0.14rem;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-bottom: 0.16rem;
}

.app-money {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-money>p {
    /* width: 114px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.3rem;
    min-height: 24px;
    font-size: 12px;
    background: linear-gradient(-90deg, #EDC395, #EFB16C);
    border-radius: 15px;
    margin: 0;
    padding: 0 10px;
    color: #FFFFFF;
}

.app-money>p>span {
    font-size: 0.18rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: -2px;
}

.app-money-see {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-money-see span {
    font-size: 0.14rem;
    color: #E3E3E3;
    margin-left: 0.05rem;
}

.hc_block1_docs .block1-hot {
    position: absolute;
    top: -3px;
    left: -3px;
}

/* 模块2 */
.hc_block2 {
    padding: 0.8rem 0;
}

.hc_block2_ctn {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.hc_block2_main {
    flex: 1;
}

.hc_block2_main.left {
    margin-right: 20px;
}

.hc_block2_main.right {
    margin-left: 20px;
}

.hc_block2_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.24rem;
}

.hc_block2_tilte {
    position: relative;
}

.hc_block2_tilte>h2 {
    font-size: 0.24rem;
    font-weight: 400;
    color: #E3E3E3;
    ;
}

.hc_block2_tilte>img {
    width: 0.26rem;
    min-width: 18px;
    position: absolute;
    top: 0px;
    right: -5px;
    transform: translate(100%, -30%);
}

.hc_block2_more a {
    color: #E3E3E3;
}

.hc_block2_list {
    background-color: #FFFFFF;
}

.hc_block2_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0.18rem;
    cursor: pointer;
    transition: all .3s;
}

.hc_block2_item:hover {
    background: rgba(255, 255, 255, 0.0500);
    box-shadow: -2px 7px 16px 0px rgba(30, 116, 222, 0.1400);
}

.hc_block2_item:hover .hc_block2_desc>h4 {
    color: #1461CC;
}

.hc_block2_item_docs {
    display: flex;
    align-items: center;
}

.hc_block2_item_docs>img {
    width: 0.64rem;
    margin-right: 0.22rem;
}

.hc_block2_desc {
    max-width: 260px;
}

.hc_block2_desc>h4 {
    font-size: 0.18rem;
    color: #333333;
    margin-bottom: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc_block2_desc>p {
    width: 100%;
    font-size: 0.14rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc_block2_jq {
    font-size: 0.24rem;
    color: #EC6941;
}

/* 模块3 */
.hc_block3 {
    position: relative;
    padding: 0.8rem 0;
}

.hc_block3_ctn {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.hc_block3_ctn>h2 {
    font-size: 0.3rem;
    font-weight: 400;
    text-align: center;
    color: #333333;
    margin-bottom: 0.32rem;
}

.hc_block3_silde .hd {
    display: flex;
}


.hc_block3_hd {
    position: relative;
    flex: 1;
    cursor: pointer;
}

.hc_block3_hd.left {
    margin-right: 0.14rem;
}

.hc_block3_hd.right {
    margin-left: 0.14rem;
}

.hc_block3_hd.on .hc_block3_activeimg {
    opacity: 1;
}

.hc_block3_hd>h4 {
    font-size: 0.24rem;
    font-weight: 400;
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hc_block3_hd>img {
    width: 100%;
    transition: all .3s;
    min-height: 50px;
    object-fit: cover;
}

.hc_block3_activeimg {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.hc_block3_child_silde {
    padding-top: 0.24rem;
}

.child_hd>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #E3E3E3;
}

.child_hd>ul>li {
    position: relative;
    color: #333333;
    padding: 0.2rem 0.3rem;
    cursor: pointer;
}

.child_hd>ul>li.on {
    color: #2468F2;
}

.child_hd>ul>li.on::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #2468F2;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* child_bd */
.child_bd {
    padding: 0.35rem 0;
}

.child_box {
    display: block;
    padding: 0.12rem 0.12rem 0;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    margin-bottom: 0.28rem;
    transition: all .5s;
}

.child_box:hover {
    transform: translateY(-0.1rem);
    box-shadow: 1px 5px 15px 0px rgba(7, 27, 68, 0.2000);
}

.child_box:hover .child_use_box .child_use {
    background: rgba(36, 104, 242, 1);
    color: #FFFFFF;
}

.child_box>img {
    width: 100%;
    max-height: 186px;
    object-fit: cover;
}

.child_docs_title {
    font-size: 0.18rem;
    font-weight: 400;
    color: #333333;
    margin: 0.25rem 0 0.16rem;
}

.child_docs_tags {
    font-size: 0.14rem;
    font-weight: 300;
    color: #999999;
}

.child_docs_desc {
    font-size: 0.14rem;
    font-weight: 300;
    color: #666666;
    margin: 0.23rem 0 0.25rem;
}

.child_money {
    width: 100%;
    height: 0.73rem;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E3E3E3;

}

.child_use_box .child_use {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 28px;
    font-size: 0.14rem;
    color: #2468F2;
    background: rgba(36, 104, 242, .1);
    border-radius: 14px;
    transition: all .2s;
}

/* block4 */
.hc_block4 {
    padding: 80px 0;
}

.hc_block4_ctn {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.hc_block4_title>h2 {
    text-align: center;
    font-size: 0.3rem;
    font-weight: 400;
    color: #333333;
    padding: 46px 0;
}

.hc_block4_main {
    padding-top: 40px;
}

.hc_block4_main .row {
    margin-right: -8px;
    margin-left: -8px;
}

.hc_block4_main .hc_block4_box {
    padding-right: 8px;
    padding-left: 8px;

}

.hc_block4_item {
    padding: 20px 20px 0;
    border: 1px solid #E3E3E3;
    margin-bottom: 22px;
    transition: all .5s;
}

.hc_block4_item:hover {
    transform: translate(-8px, -10px);
    box-shadow: 1px 5px 15px 0px rgba(7, 27, 68, 0.2);
}

.hc_block4_item:hover .child_use_box .child_use {
    color: #FFFFFF;
    background-color: #2468F2;
}

.hc_block4_item_img>img {
    width: 100%;
}

.hc_block4_main .child_docs_desc {
    font-size: 0.14rem;
    line-height: 24px;
    height: 48px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 设置n行，也包括1 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width:992px) {

    /* block1 */
    .hc_block1_ctn>h2, .hc_block3_ctn>h2, .hc_block4_title>h2 {
        font-size: 16px;
    }

    .hc_block1_docs>h4 {
        font-size: 14px;
    }

    .hc_block1_docsbox>img {
        max-height: 125px;
    }

}

@media (max-width:767px) {

    /*block2  */
    .hc_block2_ctn {
        flex-direction: column;
    }

    .hc_block2_main.left {
        margin-right: 0;
        margin-bottom: 0.6rem;
    }

    .hc_block2_main.right {
        margin-left: 0;
    }

    /* block3 */
    .hc_block3_hd>h4 {
        font-size: 14px;
    }

    .child_hd>ul {
        justify-content: flex-start;
    }

    .child_hd>ul>li {
        width: 25%;
        text-align: center;
        padding: 15px 0.3rem;
    }
}