/*========================== .ind_banner ==========================*/

.pcis{display:block;}
.wapis{display:none;}


.ind_banner{
    margin-top:159px;
}
@media screen and (max-width: 1200px) {

    .ind_banner{
        margin-top:0px;
    }

}

.ind_banner a {
    display: block;
}
.ind_banner img {
    width: 100%;
}
.ind_banner .swiper-pagination {
    width: auto;
    position: absolute;
    left: 20%;
    bottom: 6%;
    z-index: 20;
}
.ind_banner .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    margin: 0 8px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #242424;
    background: #fff;
    opacity: 1;
    transition: .35s ease-in-out;
}
.ind_banner .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #08468e
}
.ind_banner .swiper-btngroup {
    width: auto;
    position: absolute;
    right: 20%;
    bottom: 6%;
    z-index: 20;
}
.ind_banner .swiper-btn-prev, .ind_banner .swiper-btn-next {
    display: inline-block;
    width: 28px;
    height: 28px;
    outline: none;
    font-family: monospace, monospace, sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.ind_banner .swiper-btngroup .lie {
    display: inline-block;
    width: 1px;
    height: 28px;
    line-height: 28px;
    outline: none;
    background: #fff;
    vertical-align: text-bottom;
}
.ind_banner .swiper-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 13px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    left: 0;
    bottom: 6%;
    z-index: 10;
}
@media (max-width: 1024px) {
    .ind_banner .swiper-pagination {
        left: 10%;
        bottom: 5%;
    }
    .ind_banner .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        margin: 0 6px;
        font-size: 13px;
        line-height: 20px;
    }
    .ind_banner .swiper-btngroup {
        right: 10%;
        bottom: 5%;
    }
    .ind_banner .swiper-btn-prev, .ind_banner .swiper-btn-next {
        width: 24px;
        height: 24px;
        font-size: 24px;
        line-height: 24px;
    }
    .ind_banner .swiper-btngroup .lie {
        height: 24px;
        line-height: 24px;
    }
    .ind_banner .swiper-container:after {
        margin-bottom: 12px;
        bottom: 5%;
    }
}
@media (max-width: 768px) {

    .pcis{display:none;}
    .wapis{display:block;}


    .ind_banner img {
        /*min-height: 200px;*/
        object-fit: cover;
    }
    .ind_banner .swiper-pagination {
        width: 100%;
        left: 0;
        bottom: 4%;
    }
    .ind_banner .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        margin: 0 4px;
        font-size: 12px;
        line-height: 16px;
    }
    .ind_banner .swiper-btngroup {
        display: none;
    }
    .ind_banner .swiper-container:after {
        display: none;
    }
}

@media (max-width: 768px){
    .ind_pro .comhd1{
        display: none;
    }
}