.banner {
    margin-top: 0;
}

div[class^="banner-image-bg"]{
    min-height: 800px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.banner .banner-image-bg-1 {
    background-image: url(../img/index/home-banner-1.jpg);
}
.banner .banner-image-bg-2 {
    background-image: url(../img/index/home-banner-2.jpg);
}
.banner .banner-image-bg-3 {
    background-image: url(../img/index/home-banner-3.jpg);
}

.banner-btn {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #fff;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 20px 20px 20px 20px;
}
.banner-btn:hover {
    background: #FFFFFF;
    color: #5C5C5C;
}
.home-about-us {
    background: #FFFFFF;
    padding: 216px 0 225px;
}
.home-about-us-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.home-section-title {
    font-size: 36px;
    font-weight: 400;
    color: #262250;
}
.home-about-us-text {
    line-height: 27px;
    color: rgba(38, 34, 80, 0.6);
    padding: 43px 0 75px;
}

.productAndServer {
    background-image: url(../img/index/productAndServer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 77px;
    text-align: center;
}
.productAndServer-text {
    padding-top: 34px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(38,33,80,0.6);
}
.home-serve {
    width: 1200px;
    padding-top: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.home-serve-main {
    padding: 70px 113px;
    background: #FFFFFF;
    box-shadow: 6px 20px 50px 0px rgba(66,112,236,0.15);
    opacity: 0.86;
    border-radius: 28px;
}
.home-serve-main>div:nth-child(1){
    padding-bottom: 55px;
}
.home-serve-main>div {
    display: flex;
    justify-content: space-between;
}
.home-serve-item {
    width: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}
.home-serve-item .title {
    font-size: 25px;
    font-weight: 400;
    color: #262250;
    margin-bottom: 30px;
}
.home-serve-item .text {
    height: 52px;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #262250;
    opacity: 0.6;
}
.banner-content {
    width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.quanAnYingXiao {
    background-image: url(../img/index/quannanyingxiao-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 832px;
}
.quanAnYingXiao-main {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.quanAnYingXiao-main {
    padding-top: 160px;
}
.youShi {
    background-image: url(../img/index/youshi.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1082px;
}
.youShi-main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.youShi-main-main {
    position: absolute;
    top: 200px;
    right: 0;
}
.time-line {
    width: 100%;
    height: 280px;
    background: #152B6A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-customer {
    padding-top: 200px;
    background-color: #F9F9F9;
    width: 100%;
    text-align: center;
    height: 1232px;
    background-image: url(../img/index/our-customer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1100px 594px;
}
.our-partner {
    text-align: center;
    padding-top: 200px;
    width: 1200px;
    margin: 0 auto;
}
.panner-ctn {
    padding-top: 100px;
    padding-bottom: 420px;
}
.panner-ctn >div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panner-ctn .img-hover-jump-animate {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px;
}


.flywheel-tips .el-dialog__body {
    width: 485px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.flywheel-tips a:hover {
    text-decoration: underline;
}

.flywheel-tips .flywheel-img {
    text-align: center;
    background: #F5F7FF;
    border-radius: 8px 8px 8px 8px;
    padding: 34px 0;
}

.flywheel-tips .flywheel-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
    margin: 16px 0;
}

.flywheel-tips .flywheel-content {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin-bottom: 16px;
}

.flywheel-tips .flywheel-content a {
    color: #1C55FB;
    font-size: 15px;
}

.flywheel-tips .flywheel-button {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
    display: flex;
}

.flywheel-tips .flywheel-button a {
    color: #1C55FB;
    margin-right: 24px;
}

.flywheel-tips .flywheel-button .current {
    cursor: pointer;
}
