@import url(../../../css/app.css);

/* 头部样式结束 */


/* 脚部样式开始 */


/*  */

.icon-box {
    width: 38px;
    height: 38px;
    background: #F4F7FF;
    border-radius: 4px;
}

.transform-img {
    opacity: 0;
    transition: opacity .6s cubic-bezier(.16, 1, .3, 1), transform .6s cubic-bezier(.16, 1, .3, 1);
    margin-left: -99px;
    opacity: 0;
    transform: translate(500px);
}

.transform-img-show {
    opacity: 1;
    transition: opacity .6s cubic-bezier(.16, 1, .3, 1), transform .6s cubic-bezier(.16, 1, .3, 1);
    transform: translate(0);
}

.transform-left {
    opacity: 0;
    margin-left: -99px;
    transition: opacity .6s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
    transform: translate(-500px);
}

.content {
    width: 330px;
}


/* 解决方案 */

.section {
    max-width: 1300px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin: 85px auto;
}

.solution-item {
    width: 380px;
    height: 360px;
    background: #f7f8ff;
    opacity: 1;
    margin-right: 15px;
    margin-top: 60px;
    position: relative;
}

.solution-item-circle {
    width: 84px;
    height: 84px;
    background-color: #1A68FE;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    line-height: 84px;
    position: absolute;
    top: -42px;
    left: 148px;
}

.solution-item:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2)
}


/* 服务优势 */

.advantage-item {
    padding: 0.3rem 0.3rem 0.1rem 0.15rem;
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid #DFECFE;
    opacity: 1;
    border-left: 7px #1A68FE solid;
    margin-right: 20px;
    margin-top: 20px;
}

.advantage-item .icon-box {
    width: 66px;
    height: 66px;
    text-align: center;
    background: #1A68FE;
    border-radius: 10px;
    line-height: 66px;
    margin-right: 30px
}

.advantage-item .icon-box span {
    font-size: 40px;
}

.advantage-item p {
    width: 489px;
}


/* 时间轴 */

.history-box {
    background-color: #F7F8FF;
    padding: 0.35rem 0.75rem;
}

.center {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.items {
    overflow: hidden;
}

.main-title {
    font-size: 30px;
    text-align: center;
}

.items-steps .items-block {
    height: 432px;
    position: relative;
    margin: 90px 0 30px;
}

.items-steps .item {
    position: absolute;
    top: 135px;
    transform: translateX(-78px);
    z-index: 1;
    backface-visibility: hidden;
    padding-left: 20px;
}

.items-steps .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.items-steps .item.even {
    top: auto;
    bottom: 127px;
}

.items-steps .item.even:after {
    top: -7px;
    bottom: auto;
}


/* .items-steps .item.even.cur {
    margin-bottom: -10px;
} */

.items-steps .step:nth-child(1) {
    left: 75px;
}

.items-steps .item:nth-child(1) {
    left: 300px;
}

.items-steps .step:nth-child(2) {
    left: 185px;
}

.items-steps .item:nth-child(2) {
    left: 390px;
}

.items-steps .step:nth-child(3) {
    left: 360px;
}

.items-steps .item:nth-child(3) {
    left: 585px;
}

.items-steps .step:nth-child(4) {
    left: 680px;
}

.items-steps .item:nth-child(4) {
    left: 890px;
}

.items-steps .step:nth-child(5) {
    left: 975px;
}

.items-steps .item:nth-child(5) {
    left: 1200px;
}

.items-steps .item-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.items-steps .item-p {
    color: #999;
    margin-bottom: 5px;
}

.items-steps .item.even .item-title {
    margin-top: 15px;
}

.items-steps .item-col2 {
    width: 267px;
    transform: translateX(-133.5px);
}

.items-steps .item-col2 .flex-row {
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.items-steps .steps-block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
    width: 80%;
}

.items-steps .steps-block:before {
    content: "";
    position: absolute;
    width: 99.4%;
    height: 1px;
    background-color: #E9E9E9;
    border-radius: 2px;
    left: 0;
    top: 50%;
}

.items-steps .steps-block::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #1A68FE;
    border-radius: 2px;
    left: 0;
    top: 50%;
    width: 0%;
    animation: steps-block 5s linear forwards;
    transition: 500ms;
}

.items-steps .step {
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 500;
    top: 6px;
    background-color: #fff;
    border-radius: 50%;
    border: #1A68FE 2px solid;
    transform: translateX(-12px);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.items-steps .step.cur:before {
    width: 100%;
    height: 100%;
}

.rollInLeft {
    animation-name: rollInLeft;
}

.rollInLeft1 {
    animation-name: rollInLeft1;
}

@keyframes rollInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-180deg);
    }
    100% {
        opacity: 1;
        transform: translateX(-78px) rotateY(0deg);
    }
}

@keyframes rollInLeft1 {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-180deg);
    }
    100% {
        opacity: 1;
        transform: translateX(-133.5px) rotateY(0deg);
    }
}

@keyframes steps-block {
    0% {
        width: 0%;
    }
    6.25% {
        width: 6.25%;
    }
    12.5% {
        width: 18.75%;
    }
    100% {
        width: 99.4%;
    }
}


/*服务客户*/

.customers-img>div {
    width: 289px;
    height: 110px;
    border: 1px solid #D9D9D9;
    padding: 5px;
}


/* 
.bannerImg {
    margin-bottom: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
} */

.animated-img {
    width: 654px;
    height: 466px;
}

.nav-links {
    padding: 15px;
    list-style: none;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}