@-webkit-keyframes x-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes x-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.center-swiper-banner {
    position: relative;
    width: 100%;
    height: 500px
}

.center-swiper-banner .bricks {
    padding: 0 40px;
    position: absolute;
    top: 20%;
    left: 20%;
}

.center-swiper-banner .swiper-slide {
    width: 100%;
    height: 400px;
    /*padding-top: 172px*/
}

.center-swiper-banner .swiper-slide-1 {
    /*background: url('../img/banner-BI.jpg') no-repeat 50%;*/
    /*background-size: cover*/
}

.center-swiper-banner .swiper-slide-2 {
    /*background: url('../img/GIS.png') no-repeat 50%;*/
    /*background-size: cover*/
}

.center-swiper-banner .swiper-slide-3 {
    /*background: url('../img/banner-quick.jpg') no-repeat 50%;*/
    /*background-size: cover*/
}

.center-swiper-banner .swiper-slide .solution-title {
    font-size: 40px;
    font-weight: 600;
    color: #141e31;
    line-height: 56px;
    margin-bottom: 10px
}

.center-swiper-banner .swiper-slide .description {
    font-size: 20px;
    color: #141e31;
    line-height: 27px
}

.center-swiper-banner .swiper-slide .check-button {
    margin-top: 30px
}

.center-swiper-banner .pagination-block {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
    text-align: center
}

.center-swiper-banner .pagination-block .swiper-pagination-bullet {
    position: relative;
    width: 36px;
    height: 4px;
    background: #fff;
    opacity: .5;
    margin: 0 6px;
    border-radius: 0
}

.center-swiper-banner .pagination-block .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #0066ff
}

.center-swiper-banner .pagination-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.center-swiper-banner .pagination-block .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%;
    -webkit-transition: width 5s linear;
    transition: width 5s linear
}

.center-swiper-banner .solution-banner-btn-container {
    position: absolute;
    top: 172px;
    width: 100%;
    height: 198px
}

.center-swiper-banner .solution-banner-btn-container .solution-banner-btn-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1580px;
    height: 100%
}

.center-swiper-banner .solution-banner-btn-container .solution-banner-btn-wrapper .solution-btn {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 999px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    cursor: pointer
}

.center-swiper-banner .solution-banner-btn-container .solution-banner-btn-wrapper .solution-btn .iconfont {
    font-size: 36px;
    line-height: 60px;
    color: #0066ff;
    -webkit-transition: font-size .5s ease;
    transition: font-size .5s ease
}

.center-swiper-banner .solution-banner-btn-container .solution-banner-btn-wrapper .solution-btn:hover .iconfont {
    font-size: 40px
}

.center-swiper-banner .solution-banner-btn-container .solution-banner-btn-wrapper .solution-btn-prev {
    left: 0;
    top: 20%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.center-swiper-banner .solution-banner-btn-container .solution-banner-btn-wrapper .solution-btn-next {
    right: 0;
    top: 20%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

@media screen and (max-width:1410px) {
    .center-swiper-banner .solution-banner-btn-container .solution-banner-btn-wrapper {
        width: 100%;
        height: 100%
    }

    .center-swiper-banner .solution-banner-btn-container .solution-banner-btn-wrapper .solution-btn-next,
    .center-swiper-banner .solution-banner-btn-container .solution-banner-btn-wrapper .solution-btn-prev {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (max-width:1320px) {
    .center-swiper-banner .solution-banner-btn-container {
        display: none
    }
}

@media screen and (max-width:450px) {
    .center-swiper-banner {
        width: 100%;
        height: 200px;
        margin-top: 60px;
        padding: 0
    }

    .center-swiper-banner .bricks {
        padding: 0
    }

    .center-swiper-banner .swiper-slide {
        width: 100%;
        height: 200px;
        padding: 30px
    }

    .center-swiper-banner .swiper-slide .solution-title {
        font-size: 18px;
        line-height: 22px
    }

    .center-swiper-banner .swiper-slide .description {
        font-size: 14px;
        line-height: 20px;
        color: #5e6d82
    }

    .center-swiper-banner .swiper-slide .check-button {
        margin-top: 24px
    }

    .center-swiper-banner .pagination-block {
        position: absolute;
        bottom: 16px;
        left: 0
    }

    .center-swiper-banner .pagination-block .swiper-pagination-bullet {
        width: 24px;
        height: 3px;
        margin: 0 5px
    }
}