.huake-indexC {
    padding: 80px 0;
    background: url(./pics/ibg3.png) no-repeat center top 50px;
    background-color: #010f1c;
}

.huake-indexC .cl {
    zoom: 1
}

.huake-indexC .cl:before,
.huake-indexC .cl:after {
    display: table;
    content: " ";
}

.huake-indexC .cl:after {
    clear: both;
}

/* .huake-indexC .cert {
    float: left;
    width: 320px;
} */

.huake-indexC .cert h3 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.huake-indexC .cert p {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    margin-top: 10px;
}

.huake-indexC .cert ul {}

.huake-indexC .cert ul li {
    float: left;
    margin: 20px 0 0;
    width: 33.33333%;
    text-align: center;
}

.huake-indexC .cert img {
    height: 80px;
}

.huake-indexC .list {
    /* float: right;
    width: 800px; */
    position: relative;
}

.huake-indexC .list .swiper-slide {
    float: left;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

.huake-indexC .list .swiper-slide img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
}

.huake-indexC .list .swiper-slide p {
    border-bottom: 1px solid #D9D9D9;
    line-height: 62px;
    height: 62px;
    text-align: center;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}

.huake-indexC .swiper-button-prev,
.huake-indexC .swiper-button-next {
    width: 34px;
    height: 34px;
    border-radius: 0;
    background: none;
    margin-top: -22px;
    text-align: center;
}

.huake-indexC .swiper-button-prev::after,
.huake-indexC .swiper-button-next::after {
    display: none
}

.huake-indexC .swiper-button-prev i,
.huake-indexC .swiper-button-next i {
    font-size: 30px;
    line-height: 34px;
    color: #a8a8a8;
}

.huake-indexC .swiper-button-prev,
.huake-indexC .swiper-container-rtl .swiper-button-next {
    left: -20px;
    right: auto;
}

.huake-indexC .swiper-button-next,
.huake-indexC .swiper-container-rtl .swiper-button-prev {
    right: -20px;
    left: auto;
}

.huake-indexC .swiper-button-prev:hover,
.huake-indexC .swiper-button-next:hover {}

.huake-indexC .swiper-button-prev:hover i,
.huake-indexC .swiper-button-next:hover i {
    color: var(--color-primary);
}

.huake-indexC .swiper-pagination {
    position: static;
    width: 100%;
    margin-top: 25px;
    display: none;
}

.huake-indexC .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 3px;
    background: #A8A8A8;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
}

.huake-indexC .swiper-pagination-bullet-active {
    background: var(--bg-color);
}

.huake-indexC .more {
    color: #037214;
    font-size: 16px;
    width: 222px;
    border: 2px solid #027317;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    display: block;
    background: #fff;
    text-align: center;
    margin: 60px auto 0;
}

.huake-indexC .more:hover {
    background: var(--bg-color);
    color: #fff;
}

@media screen and (max-width:1300px) {

    .huake-indexC .swiper-button-prev,
    .huake-indexC .swiper-button-next {
        display: none;
    }
      .huake-indexC .cert h3 {
        font-size: 30px;
        text-align: center;
    } 
}

@media screen and (max-width:1024px) {
    .huake-indexC {
        padding: 30px 0;
    }

    .huake-indexC .cert {
        float: none;
        width: 100%;
    }

    .huake-indexC .cert h3 {
        font-size: 30px;
    }

    .huake-indexC .cert ul {
        overflow: hidden;
    }

    .huake-indexC .list {
        float: none;
        width: 100%;
        margin: 20px 0 0;
    }

    .huake-indexC .swiper-button-prev,
    .huake-indexC .swiper-button-next {
        display: none;
    }

    .huake-indexC .swiper-pagination {
        display: block;
    }
    .huake-indexC .cert p {
        font-size: 17px;
        text-align: center;
    }
}

@media screen and (max-width:480px) {
    .huake-indexC .cert h3 {
        font-size: 24px;
    }

    .huake-indexC .cert p {
        font-size: 16px;
    }
}