﻿.solution {
    width: 100%;
    margin-top: -90px;
}

.solution .solution-wrap {
    position: relative;
    width: 100%;
    min-height: 320px;
    background-color: #ffffff;
    background-image: url(../images/bg-logo.png);
    background-repeat: no-repeat;
    background-position: right 80px bottom 30px;
    box-shadow: 0px 6px 32px 1px rgba(167, 178, 192, 0.26);
    border-radius: 8px;
    z-index: 9;
}

.solution .solution-box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.solution .solution-box h4 {
    position: relative;
    padding: 50px 0 30px;
    font-size: 18px;
    color: #333;
}

.solution .solution-box h4::after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    content: "";
    width: 3em;
    height: 4px;
    background: #666;
}

.solution .solution-box p {
    padding: 20px 0;
    font-size: 16px;
    color: #444;
    line-height: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.sm-title {
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.sm-title h4 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #555;
}

.sm-title p {
    font-size: 18px;
    color: #999;
}

.plat {
    width: 100%;
    margin-top: 40px;
}

.plat .plat-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.plat .plat-item {
    margin-bottom: 70px;
    margin-left: 150px;
    padding: 0 26px;
    width: 300px;
    height: 380px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.plat .plat-item:hover {
    box-shadow: 0px 6px 32px 1px rgba(167, 178, 192, 0.26);
}

.plat .plat-item:nth-child(3n + 1) {
    margin-left: 0;
}

.plat .plat-item .plat-item-img {
    width: 170px;
    margin: 20px auto;
}

.plat .plat-item .plat-item-info h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.plat .plat-item .plat-item-info p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.casus {
    width: 100%;
    padding: 20px 0 70px;
    background-color: #f8f8f8;
}

.casus .casus-item {
    position: relative;
}

.casus .casus-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 8px 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
}

.casus .casus-info a {
    color: #fff;
}

.casus .casus-info:hover a {
    color: #08F0FF;
}

.casus .casus-info h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.casus .casus-info p {
    font-size: 14px;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .solution .solution-box h4 {
        padding: 30px 0 20px;
        font-size: 16px;
    }
    .solution .solution-box p {
        font-size: 14px;
        line-height: 26px;
    }
    .sm-title {
        padding: 20px 0;
    }
    .sm-title h4 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .sm-title p {
        font-size: 14px;
    }
    .plat .plat-cont {
        justify-content: space-between;
    }
    .plat .plat-item {
        margin-left: 0;
        width: 30%;
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .plat .plat-item .plat-item-img {
        width: 120px;
        margin: 15px auto;
    }
    .plat .plat-item .plat-item-info h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .plat .plat-item .plat-item-info p {
        font-size: 12px;
        line-height: 20px;
    }
    .casus .casus-item {
        width: 48%;
    }
    .casus .casus-info h5 {
        font-size: 14px;
    }
    .casus .casus-info p {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .solution {
        margin-top: -30px;
    }
    .plat .plat-item {
        width: 48%;
    }
    .casus .casus-cont {
        flex-wrap: wrap;
    }
    .casus .casus-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .sm-title h4 {
        font-size: 20px;
    }
    .casus {
        padding: 20px 0 40px;
    }
}

.trait {
    padding: 40px 0;
}

.trait .trait-cont {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

.trait .trait-item {
    margin-left: 120px;
    margin-bottom: 40px;
    width: 210px;
    text-align: center;
}

.trait .trait-item .trait-item-img {
    width: 150px;
    margin: 30px auto;
}

.trait .trait-item h4 {
    font-size: 16px;
    color: #666;
}

.trait .trait-item p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .trait .trait-item:nth-child(4n + 1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .trait .trait-cont {
        padding-top: 10px;
    }
    .trait .trait-item {
        width: 30%;
        margin-bottom: 30px;
        margin-left: 5%;
        text-align: center;
    }
    .trait .trait-item:nth-child(3n + 1) {
        margin-left: 0;
    }
    .trait .trait-item .trait-item-img {
        width: 110px;
        margin: 20px auto;
    }
    .trait .trait-item h4 {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .trait .trait-item .trait-item-img {
        width: 80px;
    }
    .trait .trait-item h4 {
        font-size: 12px;
    }
}

.gcpFlow {
    padding: 60px 0;
}

.gcp {
    background-color: #23a7c0;
    padding-top: 20px;
}

.sys {
    width: 100%;
    padding: 40px 0;
}

.sys .sys-item {
    width: 560px;
    margin-bottom: 40px;
    display: flex;
    box-shadow: 0px 6px 32px 1px rgba(167, 178, 192, 0.26);
}

.sys .sys-item:nth-child(odd) {
    float: right;
}

.sys .sys-item:nth-child(even) {
    float: left;
}

.sys .sys-item .sys-item-img {
    width: 215px;
    min-width: 215px;
}

.sys .sys-item .sys-item-right {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 40px;
}

.sys .sys-item .sys-item-info h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.sys .sys-item .sys-item-info p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.sys .sys-item .sys-line span {
    display: block;
    width: 28px;
    height: 3px;
    background: #63594f;
    opacity: 1;
}

@media screen and (max-width:992px) {
    .sys {
        padding: 20px 0;
    }
    .sys .sys-item {
        width: 48%;
    }
    .sys .sys-item .sys-item-img {
        min-width: 150px;
        width: 150px;
    }
    .sys .sys-item .sys-item-right {
        padding: 20px 10px;
    }
    .sys .sys-item .sys-item-info h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sys .sys-item .sys-item-info p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width:768px) {
    .sys .sys-item {
        width: 100%;
    }
    .sys .sys-item .sys-item-right {
        padding: 30px;
    }
}

.advantages {
    padding: 30px 0;
    background-color: #f8f8f8;
}

.advantages .advantages-item {
    width: 385px;
    padding: 30px 0;
    margin-bottom: 40px;
    background-color: #fff;
    overflow: hidden;
}

.advantages .advantages-item-img {
    width: 70px;
    margin: 0 30px;
}

.advantages .advantages-item-info h4 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #444;
    font-weight: bold;
}

.advantages .advantages-item-info p {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
}

.advantages .advantages-item-info p span {
    position: absolute;
    left: 0;
    top: 0;
}

.advantages .advantages-item-info p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .advantages .advantages-item {
        width: 48%;
    }
    .advantages .advantages-item-img {
        width: 55px;
        margin: 0 15px;
    }
    .advantages .advantages-item-info {
        padding-right: 20px;
    }
    .advantages .advantages-item-info h4 {
        font-size: 20px;
    }
    .advantages .advantages-item-info p {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .advantages .advantages-item {
        width: 100%;
    }
    .advantages .advantages-item-img {
        width: 70px;
        margin: 0 30px;
    }
}