.main {
    /* padding-top: 70px; */
    width: 100%;
    height: 1973px;
    background-image: url(../../images/mengban2.png);
    background-size: 100% 1973px;
    overflow: hidden;
    /* padding-bottom: 66px; */
    background-repeat: no-repeat;
}

.mainContaner .title .childNav div {
    font-weight: 500;
    font-size: 20px;
    color: #999999;
    line-height: 58px;
    margin-right: 48px;
}

.mainContaner .title .childNav .curPageText {
    color: #1487A4;
}

.mainContaner .title .childNav {
    width: 640px;
    display: flex;
    margin-left: 64px;
}


.mainContaner .line {
    max-width: 1200px;
    height: 1px;
    background: #D8D8D8;
    margin: 31px 0 80px;
    position: relative;
}

.main .circular {
    width: 20px;
    height: 20px;
    border: 3px solid #1487A4;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    box-sizing: border-box;
    left: 286px;
}

.main .text {
    /* height: 1096px;s */
    width: 100%;
    /* background-image: url(../../images/image24.png); */
    background-size: 100% 100%;
}

.main .text .textTitle {
    max-width: 1200px;
    /* height: 460px; */
    /* background-image: url("../../images/academyBg.jpg"); */
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.main .text .textTitle .desc {
    font-weight: 500;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 28px;
}

.main .text img {
    width: 1080px;
    height: 460px;
    /* position: absolute; */
}

.main .text .desc {
    width: 375px;
    height: 354px;
    background: rgba(255, 255, 255, 0.8);
    padding: 16px 28px 21px 16px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -188px;
    left: 640px;

}

.main .text .yearStart {
    position: absolute;
    right: 37px;
    top: 104px;
    width: 154px;
    height: 141px;
    background: #1293B3;
    text-align: center;
    line-height: 141px;
}


.main .text .yearStart .triangle {
    position: absolute;
    left: -11px;
    top: 57px;
    width: 22px;
    height: 22px;
    background: #1293B3;
    transform: rotate(45deg)
}

.main .text .yearStart .year {
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 27px;
    margin-bottom: 16px;
}

.main .text .yearStart .yearText {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
}

.main .text .textDesc {
    margin-top: 49px;
    font-weight: 500;
    font-size: 24px;
    color: #3D3D3D;
    line-height: 36px;
}

.main .text .textList,
.main .text .textList2 {
    width: 1200px;
    justify-content: space-between;
    display: flex;
    position: relative;
    /* flex-wrap: wrap; */
    margin-top: 33px;
}

.main .text .textList2 {
    margin: 20px 0 114px;
}

.main .text .item {
    width: 386px;
    height: 386px;
    text-align: center;
    background: #fff;
    /* margin-bottom: 20px; */
    overflow: hidden;
}

.main .text .item:nth-child(2) {
    position: absolute;
    top: 50px;
    left: 406px;
}

.main .text .item img {
    width: 80px;
    height: 80px;
    margin-top: 32px;
}

.main .text .item .itemText {
    width: 386px;
    height: 274px;
    background: linear-gradient(360deg, rgba(255, 152, 96, 0.2) 0%, rgba(255, 255, 255, 0.2) 99%);
    padding: 0 26px;
    box-sizing: border-box;
}

.main .text .item .blue {
    background: linear-gradient(360deg, rgba(28, 167, 202, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.main .text .item .itemText .label {
    font-weight: 500;
    font-size: 28px;
    color: #3D3D3D;
    line-height: 36px;
    margin: 24px 0 16px;
}

.main .text .item .itemText .value {
    font-weight: 500;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 36px;
}

@media (max-width: 768px) {
    .circular {
        display: none;
    }

    .curPageText .circular {
        display: block;
        width: 2.4vw;
        height: 2.4vw;
        border: 1px solid #1487A4;
        border-radius: 2.4vw;
        position: absolute;
        box-sizing: border-box;
        top: 100%;
        left: 50%;
        z-index: 8;
        transform: translate(-1.2vw, 1.5vw);
    }

    .main .text .textTitle {
        width: 91.467vw;
        font-size: 14px;
    }
}