* {
    outline: 0;
    box-sizing: border-box;
}

.huake-indexC {
    padding: 80px 0 200px;
    /* padding-top: 240px;
    padding-left: 140px;
    background-size: 100% auto;
    background-repeat: no-repeat; */
}

.huake-indexC .main1{
    width: 88%;
    margin: 0 auto;
    background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/884/upload/news/de0d7f56f4aa84c91971da470989f81ab8d58185993b7d6356cb589833a07bcd.png) no-repeat;
    /* padding-top: 135px; */
    /* padding-left: 175px; */
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

.huake-indexC h3 {
    font-size: 48px;
    line-height: 56px;
    text-align: left;
    position: relative;
    text-wrap: wrap;
}

.huake-indexC .cl {
    zoom: 1;
}

.huake-indexC .container {
    position: relative;
    top: 135px;
    left: 100px;
}

.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: 28px;
    color: #333;
    text-transform: uppercase;
}

.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;
    margin-top: 40px;
}

.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: 68px;
    height: 68px;
    text-align: center;
    background: var(--btn-hover);
    border-radius: 50%;
    color: #fff;
} */

.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: #fff;
}

.huake-indexC .patents-btns {
    display: flex;
    position: absolute;
    right: -238px;
    bottom: 10px;
}

.huake-indexC .swiper-button-prev {
    position: relative;
    width: 68px;
    height: 68px;
    background: var(--color-primary);
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    cursor: pointer;
}

.huake-indexC .swiper-button-next {
    position: relative;
    width: 68px;
    height: 68px;
    background: var(--color-primary);
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    margin-left: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    cursor: pointer;
}

.huake-indexC .swiper-button-prev:hover i,
.huake-indexC .swiper-button-next:hover i {
    color: #fff;
}

.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);
}

@media screen and (max-width:1500px){
.huake-indexC .container {
    position: relative;
    top: 100px;
    left: 80px;
}
}


@media screen and (max-width:1400px){
.huake-indexC .patents-btns {
    display: flex;
    position: absolute;
    right: -300px;
    bottom: 10px;
}
}

@media screen and (max-width:1300px) {
/* .huake-indexC .main1{
    padding-top: 160px;
    padding-left: 140px;
}
 */
.huake-indexC .container {
    position: relative;
    top: 100px;
    left: 80px;
}
    
.huake-indexC .patents-btns {
    right: -242px;
    bottom: 10px;
}
}

@media screen and (max-width:1100px) {
/* .huake-indexC .main1{
    padding-top: 122px;
    padding-left: 80px;
} */
    .huake-indexC {
        padding: 50px 0 180px;
    }
    .huake-indexC .container {
        position: relative;
        top: 80px;
        left: 80px;
    }
}

@media screen and (max-width:991px) {
    .huake-indexC {
        padding: 50px 0 160px;
    }
    .huake-indexC h3 {
       font-size: 35px;
}
}

@media screen and (max-width:1024px) {
    .huake-indexC .cert {
        float: none;
        width: 100%;
    }

    .huake-indexC .cert h3 {
        font-size: 24px;
        text-align: center;
    }

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

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

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

    .huake-indexC .swiper-pagination {
        display: none;
    }

    .huake-indexC .patents-btns {
       position: relative;
       right: 0;
       bottom: -39px;
    }

}
@media screen and (max-width:768px){
      /* .huake-indexC .main1 {
        padding-top: 30px;
        padding-left: 0;
    } */

    .huake-indexC {
        padding: 30px 0 100px;
    }

    .huake-indexC .container {
        position: relative;
        top: 50px;
        left: 30px;
    }
    
    .huake-indexC h3 {
    font-size: 20px;
    line-height: 30px;
    }
    .swiper-button-next, .swiper-button-prev{
      width: 35px !important;
      height: 35px !important;
      line-height: 35px !important;
      
    }
}


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

     .huake-indexC .container {
        position: relative;
        top: 20px;
        left: 10px;
    }
}