* {
    margin: 0;
    padding: 0;
}

.success-center {
    background: #fff;
    min-height: 900px;
    padding-bottom: 30px;
}

.swiper_img {
    width: 100%;
    height: 570px;
    display: block;
}

.swiper_box {
    width: 100%;
    height: 570px;
    overflow: hidden;
    position: relative;
}

.swipericon {
    animation: bounce 3s infinite ease-in-out;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 99;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(30px);
        opacity: 0.3;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    /*left: 50%;*/
    /*transform: translate(50%,0);*/
    /*margin-left: -960px  !important;*/
}

.success-center {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.success-center-but-list {
    display: flex;
    justify-content: center;
}

.success-center-but {
    width: 124px;
    height: 44px;
    margin-right: 20px;
    border-radius: 5px;
    background: #E3EDFE;
    text-align: center;
    line-height: 44px;
    box-shadow: #4B89FC 0px 0px 3px inset;
    color: #327AFE;
    cursor: pointer;
}

.success-center-but:nth-child(1) {
    background: #327AFE;
    color: #fff;
}

.success-center-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.success-center-item {
    cursor: pointer;
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: #4B89FC 0px 0px 3px inset;
    width: 24%;
    margin-right: 1%;
    position: relative;
    padding: 30px 0;
}

.success-center-item:hover .success-center-item-show {
    opacity: 1;
}

.success-center-item-show > img {
    width: 140px;
    height: 140px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
}

.success-center-item > img {
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
}

.success-center-item-title {
    padding: 0 30px;
    margin: 30px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.success-center-item-text {
    padding: 0 30px;
    font-size: 16px;
    color: #666;
    height: 65px;
    text-align: center;
}

.success-center-item-show {
    border-radius: 5px;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    transition: all .4s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.success-center-item:nth-child(4) {
    margin-right: 0;
}

.success-center-item:nth-child(8) {
    margin-right: 0;
}
