.pages img {
    width: 51px;
    height: 51px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
    text-align: center;
    line-height: 51px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    border-radius: 50%;
    margin-right: 15px;
    color: #999999;
}

.pages {
    margin-bottom: 48px;
}

.solutionTitle {
    font-size: 36px;
    animation: donghua1 0.8s ease-out forwards;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    width: 90%;
    max-width: 1440px;
    margin: auto;
    color: #372200;
    position: relative;
    margin-top: 60px;
    text-indent: 30px;
}

.solutionTitle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    background: #F39800;
    top: 9px;
    left: 0;
}

.bannerItem {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    max-width: 1440px;
    z-index: 2;
}

.bannerItem>* {
    margin-left: 28px;
}

.bannerItem p {
    font-size: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
}

.bannerItem::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 60px;
    background: #F39800;
    top: 5px;
    left: 0;
}

.banner {
    animation: donghua4 0.8s ease-out forwards;
    position: relative;
    border-radius: 0 0 0 25% / 50% !important;
    overflow: hidden;
}

.banner::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.03) 32%, rgba(0, 0, 0, 0.74) 100%);
}

.message {
    font-size: 16px;
    animation: donghua1 0.8s ease-out forwards;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    line-height: 32px;
    width: 90%;
    max-width: 1440px;
    margin: auto;
    margin-bottom: 80px;
    margin-top: 20px;
}

.wrapper {

    background: #EDF4F4;
}

.ffptBox {
    width: 90%;
    max-width: 1440px;
    opacity: 0;
    margin: auto;
    display: flex;
    margin-bottom: 51px;
    flex-wrap: wrap;
}

.ffptBox .ffptItem:nth-child(1),
.ffptBox .ffptItem:nth-child(2),
.ffptBox .ffptItem:nth-child(3) {
    margin-top: 0;
}

.ffptBox .ffptItem {
    margin: 80px 40px 0;
    width: calc(100% * (1 / 3) - 80px);
    position: relative;
}

.ffptBox .ffptItem .ffptItemBg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(100% + 40px);
    background: #F39800;
    left: -40px;
    border-radius: 4px;
    top: -20px;
    overflow: hidden;
    opacity: 0;
}

.ffptBox .ffptItem .ffptItemBg::before {
    content: "";
    width: 81%;
    top: 60%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    background: url(../images/serBj.png) center center / 100% 100%;
}

.ffptBox .ffptItem .ffptItemBg img {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 17px;
    z-index: 2;
    transform: translateY(-50%);
    opacity: .2;
}

.ffptBox .ffptItem .ffptItemText {
    width: 100%;
    z-index: 2;
    position: relative;
    box-shadow: 0px 1px 4px 0px rgba(213, 213, 213, 0.5), 0px -1px 4px 0px rgba(213, 213, 213, 0.5);
    display: block;
}

.ffptItemImg {
    margin-left: 27px;
    margin-right: 26px;
    margin-top: 29px;
    height: 269px;
    overflow: hidden;
}

.ffptItemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.ffptBox .ffptItem .ffptItemText:before{ content: ''; display: block; padding-top: calc( 100% * 250 / 415); }*/
.ffptBox .ffptItem .ffptItemText .ffptItemTextBox {
    width: 100%;
    /* height:100%; position: absolute;*/
    left: 0;
    height: 453px;
    top: 0;
    border-radius: 10px;
    background: url(../images/fw4.png) no-repeat 100% 100%, #fff;
    box-shadow: rgba(1, 53, 91, .16) 0 0 23px;
    display: flex;
    flex-direction: column;
}

.ffptItemTextBox .ffptItemTitle {
    height: 100px;
    display: flex;
    margin-right: 33px;
    align-items: center;
}

.ffptItemTextBox .ffptItemTitle .ffptItemTitle1 {
    width: 45px;
    margin-left: 20px;
    margin-right: 20px;
}

.ffptItemTextBox .ffptItemTitle .ffptItemTitle2 {
    font-size: 18px;
    color: #312222;
    white-space: nowrap;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ffptItemTextBox .ffptItemSmall {
    margin: 24px 27px 20px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ffptItem:hover .ffptItemMore span {
    color: #F39800;
}

.ffptItemTextBox .ffptItemMore {
    width: 143px;
    height: 42px;
    display: flex;
    border-radius: 21px;
    align-items: center;
    justify-content: center;
    border: 1px solid #C6C7C8;
    margin-left: 27px;
}

.ffptItemMore img {
    width: 11px;
    margin-right: 9px;
}

.ffptItemTextBox .ffptItemMore span {
    transition: .75s;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
}

.ffptBox .ffptItem:hover .ffptItemBg {
    opacity: 1;
    transition: all 0.75s ease-in;
}

.ffptBox .ffptItem:hover .ffptItemBg img {
    left: 10px;
    opacity: 1;
    transition: all .75s .75s ease-in;
}

.ffptItemTextBox::after {
    position: absolute;
    content: "";
    width: 192px;
    height: 179px;
    background: url(../images/developmentImg.png) center center / 100% 100%;
    right: 0;
    bottom: 0;
}

@media (max-width:1000px) {
    .message {
        margin-bottom: 40px;
    }

    .newsListTitle {
        padding-left: 0;
        margin-top: 60px;
        margin-bottom: 40px;
        text-indent: 30px;
        font-size: 20px;
    }

    .newsListTitle::after {
        top: 5px;
    }

    .solutionTitle {
        font-size: 20px;
    }

    .ffptBox .ffptItem {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .ffptBox .ffptItem .ffptItemText .ffptItemTextBox {
        height: unset;
        padding-bottom: 20px;
    }

    .ffptItemTextBox .ffptItemSmall {
        white-space: wrap;
        font-size: 16px;
    }

    .ffptBox {
        margin-top: 0;
        animation: donghua1 0.8s ease-out forwards;
    }

    .ffptItemImg {
        height: unset;
    }
}