.cloudPart1 {
    width: 100%;
    background-color: #f6f8fb;
    padding-top: 80px;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cloudBgImg1 {
    position: absolute;
    z-index: -1;
    top: -180px;
    left: -110px;
}

.cloudBgImg2 {
    position: absolute;
    z-index: -2;
    bottom: -310px;
    right: -150px;
}

.cloudPart1Main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cloudPart1Title {
    font-size: 26px;
    color: #191c3d;
    letter-spacing: 1px;
    line-height: 1;
}

.cloudPart1Text {
    width: 1020px;
    text-align: justify;
    line-height: 2;
    font-size: 15px;
    color: #4a547d;
    padding-top: 18px;
    text-indent: 2em;
}

.cloudPart2 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cloudPart2Title {
    font-size: 26px;
    color: #191c3d;
    letter-spacing: 1px;
    line-height: 1;
}

.cloudBigPic {
    margin-top: 40px;
    display: block;
}

.borderLine {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-image: linear-gradient(to right, #bbb 0%, #bbb 50%, transparent 0%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.sameBox {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sameLeft {
    width: 532px;
}

.sameRight {
    width: 532px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sameRightPic {
    max-width: 100%;
}

.sameTextBox {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .sameTextBox:first-child {
        margin-top: 0px;
    }

    .sameTextBox:last-child {
        margin-bottom: 0px;
    }

.sameText1 {
    font-size: 15px;
    color: #4a547d;
    font-weight: bold;
}

.sameText2 {
    font-size: 14px;
    color: #4a547d;
    margin-top: 8px;
    line-height: 1.7;
    text-align: justify;
}

.forbanner {
    background-color: #f6f8fb;
    padding-top: 80px;
    padding-bottom: 40px;
}

.forItemStyle {
    height: 300px;
}

.forItemPic {
    margin-left: auto;
    margin-right: auto;
}
.ff {
    color: #022644;
    border-bottom: 2px solid #ff9e40;
}