/* page */
.pageBanner {
    width: 100%;
    height: 30vh;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.pageTitle {
    position: relative;
    color: #fff;
    top: 50%;
}

.c-column {
    margin-bottom: 0 !important;
}

.cbpara_daa9fa93 {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

.cbdiv_e7fcce5d {
    bottom: 0 !important;
}

.service_box:hover .img_sub1 {
    filter: grayscale(1);
}

.cbdiv_54972ba6 {
    background-color: rgb(29, 32, 137) !important;
}

.pageTitle h2,
.pageTitle h1 {
    font-size: 28px;
    line-height: 1.6;
}

.pageTitle h1 {
    font-size: 32px;
}

.pageBanner::before {
    background: rgba(179, 41, 44, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}

.page_nav {
    margin-top: -39px;
}

.page_nav .wrapper {
    position: relative;
}

.swiper-container.swiperPageNav {
    background: #fff;
    height: 78px;
    padding: 0 20px;
    box-shadow: 0 3px 6px #eee;
}

.swiperPageNav .swiper-wrapper {
    justify-content: center;
}

.swiperPageNav .swiper-slide {
    line-height: 78px;
    font-size: 14px;
    color: #999;
    width: auto;
    padding: 0 30px;
}

.page_nav .swiper-button-next:after,
.page_nav .swiper-button-prev:after {
    font-size: 14px;
    color: #999;
}

.pagePositionSection {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #999;
}

.pagePositionSection i {
    margin: 0 6px;
}

.container .c-row {
    width: 33.3333% !important;
    padding: 10px;
    box-sizing: border-box;
}
.container.idc .c-row{
    width: 50%!important;
}

@media screen and (max-width: 1200px) {
    .page_nav {
        background: #fff;
        margin-top: 0;
        box-shadow: 0 3px 6px #eee;
    }

    .page_nav .wrapper {
        padding: 0 24px;
    }

    .swiperPageNav .swiper-wrapper {
        justify-content: left;
    }

    .swiper-container.swiperPageNav {
        height: 50px;
        padding: 0;
        box-shadow: none;
    }

    .swiperPageNav .swiper-slide {
        line-height: 50px;
        padding: 0 15px;
    }

    .page_nav .swiper-button-next {
        width: 24px;
        right: 0
    }

    .page_nav .swiper-button-prev {
        width: 24px;
        left: 0;
    }

    .page_nav .swiper-button-next:after,
    .page_nav .swiper-button-prev:after {
        font-size: 12px;
    }


}

@media screen and (max-width: 1024px) {
    .pageBanner::after {
        padding-top: 50%;
    }

    .pagePosition a {
        max-width: 45vw;
    }

    .pagePosition a.ifThree {
        max-width: 30vw;
    }
}

@media screen and (max-width: 414px) {
    .pagePosition {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

    .pagePosition a:first-child {
        padding: 0 15px;
    }

    .pagePosition a {
        height: 34px;
        line-height: 34px;
    }

    .pagePosition a.ifThree {
        max-width: 35vw;
    }

    .pagePosition a:nth-child(2) {
        padding: 0 0 0 12px;
    }
}

@media screen and (max-width: 320px) {
    header .logo img {
        max-height: 40px;
    }

    .pagePosition {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .pagePosition a {
        height: 30px;
        line-height: 30px;
    }

    .pagePosition a {
        padding: 0 10px 0 50px;
        margin-left: -45px;
    }
}