.page {
    letter-spacing: 3px
}

.page p {
    text-align: center
}

.bannerTitle {
    background-image: url(/static/media/solutionBG.c9a48c2d.png);
    background-size: cover;
    color: #fff;
    padding: 200px 0 100px
}

.bannerTitle > :first-child {
    font-size: 55px;
    line-height: 110px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    margin-bottom: 80px
}

.bannerTitle > div {
    font-size: 24px;
    line-height: 60px;
    display: flex;
    justify-content: space-around
}

.bannerTitle > div > li > img {
    width: 60px;
    float: left;
    margin-right: 15px
}

.divider {
    font-size: 36px;
    color: #002197;
    margin: 50px 0
}

.solution {
    background-image: url(/static/images/solutionBG2.40c8ba71.png);
    background-size: cover;
    padding: 100px 0
}

.solution > div {
    width: 70%;
    margin-left: 30%
}

.solution > div li {
    float: left;
    width: 40%;
    margin: 0 10% 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    height: 50px;
    line-height: 28px;
    display: flex
}

.solution > div li > img {
    width: 35px;
    height: 35px;
    margin-right: 30px
}

.challenge {
    background-image: url(/static/images/solutionBG3.44937041.png);
    background-size: cover;
    padding: 100px 6%
}

.challenge > :first-child {
    font-size: 36px;
    color: #fff;
    line-height: 42px
}

.challenge > :nth-child(2) {
    display: flex;
    justify-content: space-between;
    margin-top: 96px
}

.challenge > :nth-child(2) > div {
    width: 22%;
    background: #fff;
    box-shadow: -8px 10px 50px 0 rgba(0, 0, 0, .1);
    padding: 40px 30px 20px
}

.challenge > :nth-child(2) > div > img {
    width: 55px;
    margin: 0 auto 20px
}

.challenge > :nth-child(2) > div > p {
    font-size: 20px;
    color: #333;
    line-height: 26px
}

.challenge > :nth-child(2) > div > :nth-child(3) {
    margin-bottom: 20px
}

.challenge > :nth-child(2) > div > text {
    font-size: 14px;
    color: #8f9299;
    line-height: 24px
}

.mode > p, .step > p {
    font-size: 36px;
    color: #002197;
    margin-bottom: 45px;
    line-height: 50px
}

.mode > text, .step > text {
    font-size: 16px;
    color: #9da1ac;
    line-height: 26px
}

.mode {
    padding: 100px 15%;
    position: relative
}

.mode > :first-child {
    width: 15%;
    position: absolute;
    top: 0;
    right: 0
}

.mode > :nth-child(2) {
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 0
}

.mode > :last-child {
    margin-top: 100px
}

.step {
    padding: 0 15% 100px
}

.step > img {
    margin-top: 100px
}

.achive {
    background-image: url(/static/images/solutionBG4.e962cc18.png);
    background-size: cover;
    color: #fff;
    padding: 100px 6%
}

.achive > p {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 100px
}

.achive > div {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between
}

.achive > div > li {
    width: 23%
}

.achive > div > li > img {
    width: 55px;
    margin: 0 auto 20px
}

.case {
    text-align: center
}

.case > p {
    margin: 100px 0 60px;
    font-size: 36px;
    color: #002197;
    line-height: 50px
}

.case > .next-divider {
    font-size: 24px;
    color: #555;
    line-height: 33px;
    margin-top: 100px;
    text-align: center
}

.case .next-divider-hoz.next-divider-with-text-center:after, .case > .next-divider-hoz.next-divider-with-text-center:before {
    position: relative;
    top: 50%;
    display: table-cell;
    width: 50%;
    border-top: 1px solid #dcdee3;
    transform: translateY(50%);
    content: ""
}

.case > img {
    width: 70%;
    margin: 40px auto 100px
}

/*# sourceMappingURL=15.fa9cec33.chunk.css.map */