.is-display {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}
.hide {
    display: none;
}
.img {
    width: 100%;
}
.over-hide span, .over-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-img {
    padding: 0 calc(50% - 600px);
    height: 29.5rem;
}
.top-title {
    position: absolute;
    top: 10rem;
    width: 34rem;
    /* left: 19%; */
    font-size: var(--font-size-02);
    color: #666666;
}

.top-title > p:first-child {
    font-size: 2rem;
    width: 72%;
    color: #333333;
    padding-bottom: 3%;
    font-weight: bold;
}
.top-title span {
    color: #5e6e82 !important;
    font-size: var(--font-size-02);
    line-height: 2;
}
.top-title > p:nth-child(2) {
    line-height: 2;
}
.top-img img {
    width: 100%;
}
.top-title > div:last-child {
    background: #0F823C;
    width: 17%;
    text-align: center;
    padding: 1.3%;
    color: #ffffff;
    border-radius: 0.2rem;
    position: absolute;
    top: 12rem;
    display: none;
}
.body > .content {
}
.stateowned-box {
    overflow: hidden;
    height: 42rem;
    /*background: url("/upload/userfile/2024/admin/06/files/orl/release/709a2e95ee12465f8958bc69bf971b5f_业务痛点背景.png") no-repeat;*/
    /* background-size: 100% 100%; */
}
.stateowned-box > div, .stateowned-question > div, .case > div {
    width: 1200px;
    margin: auto;
}
.stateowned-box > .title {
    /* margin-top: -35% !important; */
}
.stateowned-box > .title, .stateowned-question > .title, .case .case-box > .title {
    font-size: var(--font-size-10);
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: center;
    color: #344050;
    letter-spacing: 0.3rem;
    height: 9rem;
    line-height: 9rem;
}
.stateowned-box .concat_img {
    width: 25%;
}
.stateowned-box .concat_img img {
    width: 100%;
}
.stateowned-box .state-left, .stateowned-box .state-right {
    width: 38.5%;
}
.stateowned-box .state-left .title, .stateowned-box .state-right .title {
    font-size: var(--font-size-06);
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    letter-spacing: 0.6px;
}
.stateowned-box .state-left .content span, .stateowned-box .state-right .content span {
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #5E6E82 !important;
    letter-spacing: 1.44px;
    -webkit-line-clamp: 4;
}
.stateowned-box .state-left .content, .stateowned-box .state-right .content {
    margin-top: 2%;
    line-height: 1.8;
}
.stateowned-box .state-left > div, .stateowned-box .state-right > div {
    padding: 5% 7%;
    background: #fff;
    border-radius: 41px;
    min-height: 9rem;
}
.stateowned-box .bottom-box {
    margin-top: 11%;
}
.stateowned-question {
    background: url("../../../../assets/web/model/stateowned/img/solve-bg.jpg") no-repeat;
    overflow: hidden;
    height: 45rem;
    width: 100%;
    /* background-size: 100% 100%; */
    background-position: center;
}
.checked {
    color: #2d94ef;
}
.stateowned-question .title-box {
    justify-content: center;
}
.stateowned-question .title-box > h1 {
    height: 7rem;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 20%;
    cursor: pointer;
    font-size: var(--font-size-04);
}
.stateowned-question .img-title span {
    color: #5e6e82 !important;
}
.stateowned-question .img-title {
    width: 94%;
    margin: auto;
    margin-top: -18%;
    font-size: var(--font-size-02);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.36px;
}

.stateowned-question .title-box > div:hover {
    opacity: 0.8;
}
.stateowned-question .check-img {
    background-image: url(/assets/web/model/wisdi/img/checked.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20%;
    color: #fff;
    background-position-y: 0.8rem;
}

.stateowned-question > .title:after, .stateowned-box > .title:after {
    left: auto;
    width: 3rem;
    top: 1.4rem;
    height: 40px;
    position: absolute;
    content: '';
    box-sizing: border-box;
    pointer-events: none;
    border: none;
    border-radius: 0.1rem;
    /*border-bottom: 3px solid #0F823C;*/
}

.stateowned-question .layui-carousel-ind li {
    background-color: #EEEEEE;
}
.stateowned-question .third-box {
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 2.94px 4.05px 10px 5px rgba(53,139,233,0.34);
}
.stateowned-question .carouse-box, .stateowned-question .layui-carousel, .stateowned-question .layui-carousel > [carousel-item] {
    border-radius: 40px !important;
    background: #ffffff;
}
.stateowned-question .carouse-box {
    width: 95%;
    margin: auto;
    margin-left: 3%;
}
.stateowned-question .carouse-box .carouse-content {
    width: 95%;
    text-align: left;
    height: 84%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.stateowned-question .carouse-box .carouse-content .title {
    font-size: var(--font-size-08);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #344050;
    letter-spacing: 0.6px;
}
.stateowned-question .carouse-box .carouse-content .content {
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.6px;
    line-height: 48px;
    -webkit-line-clamp: 5;
    height: 79%;
}
.stateowned-question .layui-carousel-ind + button {
    display: none;
}

.stateowned-question .carouse-box .carouse-btn {
    margin-top: 0;
}
.stateowned-question .carouse-box .left-carouse {
    height: 84%;
    align-items: center;
}
.stateowned-question .carouse-box .carouse-content .content span {
    color: #344050 !important;
}
.stateowned-question .child-content-box .solve-item .left-box, .stateowned-question .child-content-box .solve-item .right-box {
    width: 50%;
}
.stateowned-question .child-content-box .child-title-box {
    line-height: 3.5rem;
    margin-top: 5%;
}
.stateowned-question .child-content-box .child-title-box > p {
    font-size: var(--font-size-06);
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #344050;
    letter-spacing: 0.72px;
}
.stateowned-question .child-box {
    height: 46%;
}
.stateowned-question .child-box .child-item {
    width: 100%;
}
.stateowned-question .child-box .child-item .child-title {
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #5e6e82;
    line-height: 48px;
    letter-spacing: 0.32px;
    -webkit-line-clamp: 1;
    width: 97%;
}
.stateowned-question .child-box .child-item .child-img {
    height: 100%;
    margin-top: 1.2%;
    margin-right: 1%;
    width: 3%;
}
.stateowned-question .child-box .child-item .child-img img {
    margin-top: 43.2%;
    margin-right: 26%;
    width: 100%;
}
.case {
    position: relative;
    min-height: 40rem;
    width: 100%;
    background: url("../../../../assets/web/model/analysis/img/case-bg.png") no-repeat;
    /* background-size: 100% 100%; */
    background-position: center;
}
.case .case-box {
    position: absolute;
    width: 100%;
    margin: auto;
    height: 100%;
}

.case .contact-bottom {
    height: 3rem;
    align-items: center;
    margin: auto;
    justify-content: space-around;
    background: #F9FCFF;
    padding: 0 calc(42% - 600px);
}
.case .contact-bottom > div {
    width: 25%;
    font-size: 0.9rem;
    justify-content: center;
}
.all-height {
    height: 100%;
}
.all-width {
    width: 100%;
}
.case .contact-bottom .img, .stateowned-question .contact-bottom .img {
    width: 15%;
}
.case .layui-carousel, .stateowned-question .layui-carousel {
    height: 64.5% !important;
    width: 1200px !important;
    margin: auto;
    border-radius: 0.5rem;
    background-color: transparent;
    margin-bottom: 2.5rem;
}
.case .layui-carousel-ind, .stateowned-question .layui-carousel-ind {
    margin-top: 6%;
    text-align: center;
}
.case .layui-carousel-ind li, .stateowned-question .layui-carousel-ind li {
    width: 2rem;
    border-radius: 0.2rem;
    margin: 0 0.3rem
}
.case .layui-carousel-ind li.layui-this, .stateowned-question .layui-carousel-ind li.layui-this {
    background-color: #2D94EF;
}
.case .layui-carousel-arrow:hover, .case .layui-carousel-ind ul:hover {
    background-color: transparent;
}
.case .layui-carousel .carouse-box {
    background-color: transparent;
    width: 100%;
    align-items: center;
    border-radius: 0.5rem;
}
.case .layui-carousel .carouse-img{
    width: 100%;
    height: auto;
    /* margin-left: 2.5%; */
}
.case .layui-carousel .carouse-content {
    width: 92%;
    margin-left: 4%;
    position: absolute;
    color: #FFF;
    text-align: left;
    position: absolute;
    bottom: -20%;
    font-size: var(--font-size-01);
}
.case .layui-carousel .carouse-content .title {
    font-size: 1.7rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    line-height: 5rem;
    letter-spacing: 0.2rem;
}
.case .layui-carousel .carouse-content .carouse-btn {
    margin-top: 5%;
    display: flex;
    justify-content: center;
}
.case .layui-carousel .carouse-content .content {
    font-size: var(--font-size-02);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    line-height: 37px;
    letter-spacing: 1.44px;
}
.case .layui-carousel .carouse-content .content span, .stateowned-question .layui-carousel .carouse-content .content span {
    color: #666666;
}
.layui-carousel > [carousel-item] {
    border-radius: 0.5rem;
    background-color: transparent;
    height: 100%;
}
.case .layui-carousel .layui-carousel-arrow {
    display: none;
}


.carouse-btn .layui-btn {
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #B6C1D2;
    line-height: 50px;
    letter-spacing: 0.1rem;
    /* margin: auto; */
    cursor: pointer;
    font-size: var(--font-size-01);
    width: 155px;
    height: 44px !important;
    background: #f9f9f9;
    border: 1px solid #b6c1d2;
    border-radius: 8px;
}
.carouse-btn .layui-btn:hover {
    /* opacity: 0.8; */
    background: url(../product/img/submit.png) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    border: 1px solid #239DF3;
    box-shadow: 0 11px 24px -4px #239DF3;
}
.carouse-btn .layui-btn a {
    color: #B6C1D2;
}
.carouse-btn .layui-btn:hover a {
    color: #FFFFFF;
}
