.hc-banner {
    position: relative;
}

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

.hc-banner-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hc_banner-ctn {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hc-banner-desc h2 {
    color: #ffffff;
    font-size: calc(42 / 1920 * 100vw);
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.hc-banner-desc h4 {
    color: #ffffff;
    font-size: calc(24 / 1920 * 100vw);
    margin: 0;
    margin-bottom: 20px;
}

.hc-banner-desc p {
    color: #ffffff;
    font-size: calc(16 / 1920 * 100vw);
    font-weight: 200;
}

/* 模块一 */
.app-block1 {
    padding: 70px 0 10px;
}

.app-block1-ctn {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.app-block1-ctn>h2 {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 40px;
}

.app-block1-ctn ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.app-block1-ctn ul li {
    width: 23%;
    margin-bottom: 40px;
    transition: .5s;
}

.app-block1-ctn-info {
    position: relative;
}

.app-block1-ctn-info>img {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}

.app-block1-ctn-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 26px 0 20px;
    color: #FFFFFF;
}

.app-block1-ctn-text>h4 {
    font-size: 18px;
    font-weight: bold;
}

.app-block1-ctn-text>p {
    margin-bottom: 28px;
    font-weight: 400;
    color: #F3F3F3;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

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

.app-money>p {
    /* width: 114px; */
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background: linear-gradient(-90deg, #EDC395, #EFB16C);
    border-radius: 15px;
    margin: 0;
    padding: 0 10px;
}

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

.app-money>a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 5px;
}

.app-block1-ctn-text>img {
    position: absolute;
    top: -3px;
    left: -3px;
}

/* app-block2 */

.app-block2 {}

.app-title {
    position: relative;
}

.app-title>img {
    width: 100%;
    min-height: 120px;
    object-fit: cover;
}

.app-title-text {
    width: 100%;
    position: absolute;
    top: 16%;
    padding: 0 5%;
}

.app-title-text>h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
}

.app-title-text>p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #cccccc;
}

.app-block2-ctn {
    padding-top: 40px;
    /* padding-bottom: 50px; */
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.app-block2-ctn .hc_scrollTab {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.app-block2-ctn .hc_scrollTab>::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #E3E3E3;
    position: absolute;
    bottom: 0;
}

.app-block2-ctn .hc_scrollTab>ul {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    overflow-x: auto;
}

.app-block2-ctn .hc_scrollTab>ul li {
    padding-right: 20px;
}

.app-block2-ctn .hc_scrollTab>ul li:last-child {
    padding-right: 0;
}

.app-block2-ctn .hc_scrollTab>ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    position: relative;
    white-space: nowrap;
}


.app-block2-ctn .hc_scrollTab>ul li.active a::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #2468F2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.app-block2-ctn .tab-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.app-tab-item {
    position: relative;
    /* height: 403px; */
    height: 360px;
    background: #FFFFFF;
    margin-bottom: 37px;
    padding: 25px 20px 0;
    transition: .5s;
}

.app-tab-item:hover {
    box-shadow: 1px 5px 15px 0px rgba(7, 27, 68, 0.2);
}

.app-tab-item:hover .app-tab-item-text>a {
    opacity: 1;
}

.app-tab-item>h2 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-tab-item>img {
    width: 100%;
    height: 134px;
    object-fit: cover;
}

.app-tab-item>p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #939BAF;
    margin: 14px 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.app-tab-item>h4 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    position: relative;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: none;
}

.app-tab-item>h4::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 1px solid #2468F2;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
    margin: auto;
}

.app-tab-item>h4>span {
    margin-right: 10px;
}

.app-tab-item-text {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.app-tab-item-text>p {
    font-size: 14px;
    line-height: 24px;
    color: #C69157;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.app-tab-item-text>p>span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.app-tab-item-text>a {
    opacity: 0;
    width: 60px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #2468F2;
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    transition: .5s;
}

/*第五部分*/

.hc_index_block5 {
    padding: 30px 0 46px;
    background-color: #fff;
    margin-top: 40px;
}

.hc_index_block5>h2 {
    line-height: 70px;
    font-size: 31px;
    color: #333;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.hc_index_block5>h3 {
    line-height: 70px;
    margin: auto;
    width: 87%;
    text-align: center;
}

.hc_index_block5>h3>strong {
    color: #0b1d30;
    font-size: 23px;
}

.hc_index_block5>h3>span {
    color: #808080;
    font-size: 15px;
}

.hc_index_block5>h3>a {
    color: #09f;
    font-size: 14px;
    padding: 0 10px;
}

.hc_index_block5>.row {
    width: calc(87% + 20px * 2);
    margin: auto;
}

.hc_index_block5_item {
    padding: 32px 20px;
}

.hc_index_block5_item_main {
    position: relative;
    box-shadow: 0 0 10px 0 #ddd;
    padding: 35px 32px;
    display: block;
}

.hc_index_block5_item_main:after {
    content: attr(data-tips-desc);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 23px;
    line-height: 23px;
    width: 54px;
    font-size: 14px;
    color: #fff;
    background-color: #09f;
    text-align: center;
    border-radius: 0 0 0 6px;
}

.hc_index_block5_item_main[data-tips-bg="yellow"]:after {
    background-color: #FDB400;
}

.hc_index_block5_item_main>h3 {
    line-height: 25px;
    color: #0b1d30;
    font-size: 18px;
    padding: 5px 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc_index_block5_item_main>p {
    line-height: 25px;
    color: #757f92;
    font-size: 14px;
    padding: 5px 0;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hc_index_block5_item_price {
    margin-top: 12px;
    line-height: 30px;
    border: 1px solid #09f;
    color: #09f;
    font-size: 18px;
    padding-left: 7px;
    display: inline-block;
}

.hc_index_block5_item_price>span {
    color: #757f92;
    font-size: 14px;
    padding: 0 5px;
}

@media (max-width:1300px) {
    .app-block1-ctn ul li {
        width: 30%;
    }
}

@media (max-width: 1280px) {
    .hc-banner-desc h2 {
        font-size: 22px;
    }

    .hc-banner-desc h4 {
        font-size: 18px;
    }


}

@media (max-width:992px) {
    .app-block1-ctn ul li {
        width: 47%;
    }

    .app-block2-ctn .hc_scrollTab {
        padding: 0 30px;
    }

    /* .app-block2-ctn .hc_scrollTab>ul>li {
        margin: 0;
        flex: 1;
    } */
}

@media (max-width: 640px) {
    .app-block1-ctn ul li {
        width: 100%;
    }

    .app-title-text {
        top: 0;
    }
}