.investmentBanner {
    width: 100%;
    height: 440px;
    background: url(../../images/investment/cooperation/banner.png) 100% 100%;
}

.title_Orange {
    text-align: center;
    color: #fe9023 !important;
    font-size: 24px;
}

.title_Black {
    text-align: center;
    font-size: 36px;
}

.title_Wh {
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.situation {
    margin: 50px 0;
}

.sitBox {
    width: 370px;
    height: 373px;
    position: relative;
}

    .sitBox span {
        position: absolute;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        top: 32px;
        left: 40px;
        letter-spacing: 1px;
    }

    .sitBox .sitContent {
        position: absolute;
        top: 135px;
        font-size: 16px;
        width: 90%;
        padding: 0 0 0 10%;
    }

        .sitBox .sitContent p {
            margin: 10px 0;
            position: relative;
        }

            .sitBox .sitContent p:before {
                content: '';
                position: absolute;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background-color: #2c8cff;
                top: 8px;
                left: -18px;
            }

.advantageBox {
    width: 370px;
    height: 521px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantageChecked {
    background: url(../../images/investment/cooperation/advantageChecked.png) 100% 100%;
}

.advantageBox img {
    margin-top: 32px;
}

.advantageBox p:first-of-type {
    color: #2844d6;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin: 30px 0 50px;
}

    .advantageBox p:first-of-type:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #1e42b9;
        bottom: -20px;
        left: calc(50% - 25px);
    }

.advantageBox p:last-of-type {
    font-size: 16px;
    width: 90%;
}

.mode {
    height: 880px;
    background: url(../../images/investment/cooperation/modeBg.png) 100% 100%;
}

.modeBox {
    margin: 0 20px;
    width: 300px;
    height: 406px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../../images/investment/cooperation/modeBoxBg.png) 100% 100%;
}

    .modeBox p:first-of-type {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        position: relative;
        margin: 30px 0 50px;
    }

        .modeBox p:first-of-type:after {
            content: '';
            position: absolute;
            width: 80px;
            height: 2px;
            background-color: #fff;
            bottom: -20px;
            left: calc(50% - 40px);
        }

    .modeBox p:last-of-type {
        font-size: 16px;
        width: 90%;
    }

.modeCenterBox {
    width: 406px;
    height: 406px;
    background: url(../../images/investment/cooperation/modeCenter.png) 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseButton {
    font-size: 24px !important;
    letter-spacing: 1px;
}

.caseMoree {
    display: block;
    width: 150px;
    height: 46px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    margin: 0 auto 0px;
    color: #fff;
    background-color: #ed8721;
}

.parcaseUl {
    margin-bottom: 0;
}

.parCase .layui-tab-title .layui-this {
    background-color: #1a8dff;
}

.parcaseUl ul {
    margin: 0;
}

.solutionBox {
    padding-bottom: 20px;
    width: 100%;
    /* height: 1525px;*/
    background: url(../../images/investment/cooperation/solution_bg.png) 100% 100%;
}

.solutionTab {
    width: 1219px;
    height: 64px;
    background: url(../../images/investment/cooperation/solutionTab.png);
    margin: 0 auto 10px;
    position: relative;
    line-height: 56px;
}

    .solutionTab span {
        position: absolute;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }

        .solutionTab span:first-of-type {
            left: 54px;
        }

        .solutionTab span:nth-of-type(2) {
            left: 432px;
        }

        .solutionTab span:last-of-type {
            left: 945px;
        }

.resourcesBox {
    display: flex;
    width: 208px;
    justify-content: center;
    align-items: center;
    background: #094fa1;
    border-radius: 10px;
    flex: none;
}

    .resourcesBox > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        margin: 10px;
        background: #0f62eb;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
        border: 1px solid #1196e9;
        box-sizing: border-box;
    }

    .resourcesBox p {
        font-weight: bold;
        font-size: 24px;
        color: #fff;
        margin-top: 10px;
    }

.solutionBar {
    display: flex;
    width: 1219px;
    margin: 15px auto 30px;
    justify-content: space-between;
}

.schemeImg {
    cursor: pointer;
    width: 504px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    background: url(../../images/investment/cooperation/schemeBox.png);
    margin-top: 12px;
}

    .schemeImg:first-child {
        margin-top: 0;
    }

.schemeChecked {
    background: url(../../images/investment/cooperation/schemeChecked.png);
}

.schemeBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: none;
}

.brightSpot {
    width: 455px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #0f6ec2;
    border-radius: 10px;
    box-shadow: 0px 0px 50px rgba(18, 161, 247, 0.75) inset;
    flex: none;
}

    .brightSpot p {
        margin: 4px 0;
    }

/*
.brightSpotOne {
    height:194px;
    background: url(../../images/investment/cooperation/spotBox_01.png) 100% 100%;
}
.resourcesBoxOne {
    height: 191px;
    background: url(../../images/investment/cooperation/resourcesZF.png) 100% 100%;
}
.brightSpotTwo {
    height: 313px;
    background: url(../../images/investment/cooperation/spotBox_02.png) 100% 100%;
}

.resourcesBoxTwo {
    height: 313px;
    background: url(../../images/investment/cooperation/resourcesHY.png) 100% 100%;
}
.brightSpotThree {
    height: 195px;
    background: url(../../images/investment/cooperation/spotBox_04.png) 100% 100%;
}
.resourcesBoxThree {
    height: 195px;
    background: url(../../images/investment/cooperation/resourcesQY.png) 100% 100%;
}
.brightSpotFour {
    height: 333px;
    background: url(../../images/investment/cooperation/spotBox_03.png) 100% 100%;
}

.resourcesBoxFour {
    height: 333px;
    background: url(../../images/investment/cooperation/resourcesXGJ.png) 100% 100%;
}
*/

.spotText {
    font-size: 18px;
    width: 70%;
    margin-left: 30% !important;
    position: relative;
}

    .spotText:before {
        content: '';
        position: absolute;
        width: 22px;
        height: 22px;
        background: url(../../images/investment/cooperation/spotIcon.png);
        top: 6px;
        left: -36px;
    }
