


.index_banner {
    position: relative;
    overflow: hidden;
    margin: 2rem auto;
}
.index_banner .banner_swiper1 {
    width:70%;
    float: left;
}
.index_banner .banner_swiper1 .swiper-slide img {width:100%;}
.index_banner .banner_swiper2 {
    width:28%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top:0;
    right:0;
}
.index_banner .banner_swiper2 .swiper-slide img {width:100%;}
.index_banner .banner_swiper2 .swiper-wrapper {
    transition-timing-function: linear;
}

@media screen and (max-width: 1000px) {
    .index_banner .banner_swiper1 {
        width:100%;
    }
    .index_banner .banner_swiper2 {
        display: none;
    }
}



.top_title .tit {
    display: flex;
    align-items: end;
}
.top_title .tit h3{
    font-size: 2rem;
    color:#1e1e1e;
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: 5px solid var(--comcolor);
}
.top_title .tit .cn{
    margin-left: 1%;
    flex:1;
    font-size: 1.5rem;
    color: #8e8e8e;
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: 5px solid #bababa;
    text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
    .top_title .tit h3 {
        font-size: 1.5rem;
    }
    .top_title .tit .cn{
        font-size: 1rem;
    }
}


.index_brand {width:100%;margin: 3rem 0;}
.index_brand .title {
    position: relative;
    text-align: center;
}
.index_brand .title h3{
    padding: 1rem;
    background: #fff;
    font-size: 2rem;
    color: #1e1e1e;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.index_brand .title:after {
    content: '';
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width:100%;
    height:1px;
    background: #e3e3e3;
    z-index: 1;
}
.index_brand ul {margin-top: 2rem;}
.index_brand ul li{width:15.833%;margin-right:1%;margin-bottom: 1rem;float: left;padding-bottom:1rem;background: url(../images/kbpp_bg.jpg) center bottom no-repeat;}



@media screen and (min-width: 1200px) {
    .index_brand ul li:nth-child(6n) {margin-right: 0;}
}

@media screen and (max-width: 1200px) {
    .index_brand ul li{width:23.75%;}
    .index_brand ul li:nth-child(4n) {margin-right: 0;}
}

@media screen and (max-width: 500px) {
    .index_brand .title h3{font-size: 1.5rem;}
    .index_brand ul li{width:31.666%;}
    .index_brand ul li:nth-child(3n) {margin-right: 0;}
}





.index_industry {
    margin: 3rem 0;
}
.index_industry .title {
    display: flex;
    align-items: end;
}
.index_industry .title h3{
    font-size: 2rem;
    color:#1e1e1e;
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: 5px solid var(--comcolor);
}
.index_industry .title .cn{
    margin-left: 1%;
    flex:1;
    font-size: 1.5rem;
    color: #8e8e8e;
    display: inline-block;
    padding-bottom: 0.5rem;
    border-bottom: 5px solid #bababa;
    text-transform: uppercase;
}
.index_industry .cont{
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
.index_industry .cont .left{
    width:30%;
    position: relative;
}
.index_industry .industry_swiper .swiper-wrapper {
    transition-timing-function: linear;
}
.index_industry .industry_swiper .swiper-wrapper .swiper-slide img{
    width:100%;
}
.index_industry .cont .center{
    width:40%;
    padding:0 2%;
}
.index_industry .cont .center .tit {
    height:3rem;
    line-height: 3rem;
    background: linear-gradient(to right, var(--comcolor) 0%, #09a2ea69 70%);
    padding-left: 1rem;
    margin-bottom: 2rem;
    color:#fff;
}
.index_industry .cont .center .hot {
    margin-bottom: 2rem;
}
.index_industry .cont .center .hot .title{
    display: block;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.index_industry .cont .center .hot .intro {
    font-size: 0.8rem;
    line-height: 1.6rem;
    color: #999;
}
.index_industry .cont .center li {
    margin-bottom: 1rem;
}
.index_industry .cont .right{
    width:30%;
}
.index_industry .cont .right .tit{
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    background: var(--comcolor);
    font-size: 1rem;
    padding-left: 1rem;
}
.index_industry .cont .right ul{
    border: 2px solid var(--comcolor);
    padding: 2rem;
}
.index_industry .cont .right ul li{
    width:49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 1rem;
    text-align: center;
}
.index_industry .cont .right ul li:nth-child(2n){
    margin-right: 0;
}
.index_industry .cont .right ul li i {color:var(--comcolor);margin-right: 0.3rem;}
.index_industry .cont .right ul li:nth-child(odd) {
    border-right: 1px dashed red;
}


@media screen and (max-width: 1000px) {
    .index_industry .cont {
        display: block;
    }
    .index_industry .cont .left,
    .index_industry .cont .center,
    .index_industry .cont .right
    {
        width:100%;
        padding: 0;
        margin-bottom: 1rem;
    }
}





.index_vip {display: flex;align-items: center;justify-content: space-between;background: #f8f8f8;}
.index_vip .pic {width:20%;}
.index_vip .pic img{width:100%;}
.index_vip ul {width:68%;margin-right: 8%;}
.index_vip ul li {
    float: left;
    text-align: center;
}
.index_vip ul li img {width:100%;display: block;}
.index_vip ul li h4 {
    line-height: 2.5rem;
    background: #fff;
    font-weight: normal;
}
@media screen and (min-width: 1000px) {
    .index_vip ul li {
        width:19%;
        margin-right: 8%;
    }
    .index_vip ul li:nth-child(4n) {
        margin-right: 0;
    }
    .index_vip ul li:nth-child(-n+8) {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 1000px) {
    .index_vip {padding:1rem 0;}
    .index_vip .pic {width:30%;}
    .index_vip ul {width:65%;margin-right: 2.5%;}
    .index_vip ul li {
        width:32%;
        margin-right: 2%;
        margin-bottom: 1rem;
    }
    .index_vip ul li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 500px) {
    .index_vip ul li h4 {
        font-size: 0.8rem;
    }
}



.index_product {
    margin: 3rem 0;
}
.index_product ul {padding: 2rem 0;}
.index_product ul li {
    float: left;
    margin-bottom: 1rem;
    position: relative;
}
.index_product ul li:nth-child(4n) {
    margin-right: 0;
}
.index_product ul li .shuiying{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    z-index: 2;
}
@media screen and (min-width: 1000px) {
    .index_product ul li {
        width:23.5%;
        margin-right: 2%;
    }
    .index_product ul li:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1000px) {
    .index_product ul li {
        width:48%;
        margin-right: 2%;
    }
    .index_product ul li:nth-child(2n) {
        margin-right: 0;
    }
}




.index_links {margin: 3rem 0;}
.index_links .title {border-top: 1px solid #e3e3e3;position: relative;height:3rem;}
.index_links .title h3 {
    font-size: 2rem;
    color:#1e1e1e;
    background: #fff;
    position: absolute;
    top:-50%;
    padding-right: 1rem;
}
.index_links .title .phone {
    font-size: 1rem;
    color: #acacac;
    background: #fff;
    position: absolute;
    top:-25%;
    right:0;
    padding-left: 1rem;
}
.index_links ul {padding:1rem 0;}
.index_links ul li {
    float: left;
    margin-bottom: 1rem;
}

@media screen and (min-width: 1000px) {
    .index_links ul li {
        width:18.4%;
        margin-right: 2%;
    }
    .index_links ul li:nth-child(5n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1000px) {
    .index_links .title h3 {
        font-size: 1.5rem;
        top:-33.33%;
    }

    .index_links ul li {
        width:48%;
        margin-right: 2%;
    }
    .index_links ul li:nth-child(2n) {
        margin-right: 0;
    }
}