.hc-banner {
    position: relative;
}

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

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

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

.hc-banner-ctn h2 {
    font-size: calc(42 / 1920 * 100vw);
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
}

.hc-banner-ctn h4 {
    font-size: calc(24 / 1920 * 100vw);
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.hc-banner-ctn p {
    color: #333;
    font-size: 16px;
}

/* baseinfo */

.hc-baseinfo {
    padding: 70px 0 68px;
    background: #F6F7F8;
}

.hc-baseinfo-ctn {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.hc-baseinfo-ctn-l {
    flex: 1;
    padding-right: 40px;
}

.hc-baseinfo-ctn-r {
    flex: 1;
    padding-left: 40px;
}

.hc-baseinfo-ctn-l>p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.hc-baseinfo-ctn-r ul {
    display: flex;
    justify-content: space-between;
}

.hc-baseinfo-ctn-r ul li {
    position: relative;
}

.hc-baseinfo-text {
    position: absolute;
    top: 35px;
    left: 40px;
}

.hc-baseinfo-text p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
}

.hc-baseinfo-text h4 {
    font-size: 32px;
    color: #2468F2;
    line-height: 42px;
    font-weight: bold;
}

/* 导航区 */
.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: 100%;
    max-width: 1300px;
    padding: 0 5%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hc-main-nav ul li {
    text-align: center;
}

.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: 16px;
    padding: 0 2px;
}


.hc-block {
    padding: 70px 0;
}

.hc-block:nth-child(2n+1) {
    background: #F3F3F3;
}

.hc-block[data-bgColor="grey"] {
    background: #F3F3F3;
}

.hc-block>h2 {
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: 0;
    margin-bottom: 26px;
}

.hc-block-ctn {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.hc-block-ctn-img {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.hc-block-ctn-img img {
    width: 100%;
    min-height: 164px;
    object-fit: cover;
}

.hc-block-ctn-img p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #333333;
    font-size: 16px;
}

.hc-block-ctn-item {
    display: flex;
    align-items: center;
    height: 195px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 20px;
    transition: .3s;
    position: relative;
    top: 0;
    margin-bottom: 17px;
}

.hc-block-ctn-item:hover {
    top: -10px;
    box-shadow: 0px 5px 20px 0px #D1E1FE;
}

.hc-block-ctn-item>img {
    flex: 0 0 132px;
    width: 132px;
    height: 132px;
    border-radius: 10px;
    object-fit: cover;

}

.hc-block-ctn-item-text {
    min-width: 150px;
    padding: 0 20px;
}

.hc-block-ctn-item-text h4 {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc-block-ctn-item-text p {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


@media (max-width:1400px) {}

@media (max-width:1200px) {

    .hc-banner-desc h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .hc-baseinfo-ctn-l {
        padding-right: 0;
    }
}

@media (max-width:992px) {
    .hc-baseinfo-ctn {
        flex-direction: column;
    }

    .hc-baseinfo-ctn-r {
        margin-top: 40px;
        padding-left: 0;
    }

    .hc-baseinfo-ctn-r ul {}


}

@media (max-width: 640px) {

    .hc-banner-desc h2 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .hc-banner-desc h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .hc-banner-ctn p{
        font-size: 12px;
    }
    .hc-baseinfo-ctn-r ul {
        flex-direction: column;
    }

    .hc-main-nav .hd li {
        width: 33.33%;
    }

    .product-anchor {
        top: -200px;
    }
}