div {
    box-sizing: border-box;
}

.title {
    width: 215px;
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.title div {
    width: 48px;
    border: 1px solid #3645A8;
    margin-top: 8px;
}

.title p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #262626;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
}

.title span {
    height: 30px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(180deg, #BFC4C8 0%, rgba(191, 196, 200, 0) 100%);
    -webkit-background-clip: text;
    color: transparent;
    white-space: nowrap;
}

.solution-details-top {
    width: 100%;
    min-width: 1180px;
    height: 420px;
    position: relative;
    display: flex;
    justify-content: center;

}
.solution-banner{
    position: absolute;
    width: 100%;
    height: 100%;
   background-size:cover;
background-repeat: no-repeat;
    animation: solution-banner 1s ;
    z-index: -1;
}
@keyframes solution-banner {
    0% {
        transform: scale(1.2);
        /*transform: translateZ(-800px);*/
    }
    100% {
        transform: scale(1);
        /*transform: translateZ(-800px);*/
    }
}
.solution-details-top-desc {
    width: 454px;
    margin: 118px 0px 0 0;
    display: inline-block;
}

.solution-details-top-desc-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 36px;
    color: #1F2F37;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 35px;
    animation: top-desc-title 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes top-desc-title {
    0% {
        transform: translateX(-100px) translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0) translateY(0) translateZ(-800px);
        opacity: 1;
    }
}
.solution-details-top-desc-content {
    display: block;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #404040;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 16px;
    animation: top-desc-content 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes top-desc-content {
    0% {
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}
.solution-details-top-bg {
    width: 500px;
    height: 407px;
    display: inline-block;
    float: right;
   background-size:cover;
background-repeat: no-repeat;
    animation: case-banner-desc 1s ;
}
@keyframes case-banner-desc {
    0% {
        transform: scale(0.7);
        /*transform: translateZ(-800px);*/
    }
    100% {
        transform: scale(1);
        /*transform: translateZ(-800px);*/
    }
}
.solution-details-navbar {
    width: 1180px;
    margin: 0 auto;
    height: 60px;
    padding: 19px 10px 0 0;
    display: flex;
    justify-content: left;
    background: #fff;
}
.solution-details-navbar svg{
    margin-top: 2px;
}
.solution-details-navbar-title{
    height: 22px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C !important;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin:0 5px 0 4px;
}
.solution-details-navbar-checked {
    height: 22px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #262626 !important;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin:0 5px 0 4px;
}

.solution-details-CP {
    width: 100%;
    min-width: 1400px;
    display: flex;
    align-items: center;
    flex-direction: column;
   background-size:cover;
background-repeat: no-repeat;
}

.solution-details-CP-desc {
    width: 956px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #404040;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 74px 0 42px;
}

.solution-details-CP-content {
    width: 270px;
   background-size:cover;
background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding: 30px 16px 25px 16px;
    margin: 0 16px 62px;
}

.solution-details-CP-content-img {
    width: 48px;
    height: 48px;
}

.solution-details-CP-content-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 24px;
    color: #404040;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 17px 0 21px;
}

.solution-details-CP-content-desc {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #8C8C8C;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.solution-details-PI {
    width: 100%;
    min-width: 1400px;
    display: flex;
    align-items: center;
    flex-direction: column;
   background-size:cover;
background-repeat: no-repeat;
}

.solution-details-PI-desc {
    width: 1180px;
    margin: 37px 0 31px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.solution-details-PI-bg {
    width: 952px;
    height: 550px;
   background-size:cover;
background-repeat: no-repeat;
    margin-bottom: 58px;
}

.solution-details-RC {
    width: 100%;
    min-width: 1400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    padding-bottom: 87px;
}

.solution-details-RC-content {
    width: 375px;
    height: 314px;
    margin: 52px 13px 0;
    cursor: pointer;
    transition: all 0.7s ease; /* 只使用transform进行过渡动画 */'
}
.solution-details-RC-content:hover {
    transform: scale(1.04);
    box-shadow: 0 15px 10px -15px #B5CEFF;
}
.solution-details-RC-content-bg {
    width: 100%;
    height: 246.79px;
   background-size:cover;
background-repeat: no-repeat;
}

.solution-details-RC-content-desc {
    width: 100%;
    height: 67.21px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}