.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: inline-table;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-title {
    position: absolute;
    top: 10rem;
    width: 32rem;
    left: calc(50% - 600px);
    font-size: var(--font-size-02);
    color: #666666;
}

.top-title > p:first-child {
    font-size: var(--font-size-10);
    width: 72%;
    color: #333333;
    /* padding-bottom: 3%; */
    font-weight: bold;
    height: 5rem;
}
.top-img {
    padding: 0 calc(50% - 600px);
    height: 29.5rem;
}
.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/590282a118a649b797bfcbae14d914b4_业务痛点背景.png") no-repeat;
    background-size: 100% 100%;
}
.stateowned-question > div {
    height: 60%;
}
.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;
    line-height: 1.8;
}
.stateowned-box .state-left .content, .stateowned-box .state-right .content {
    margin-top: 5%;
}
.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: 49rem;
    width: 100%;
    /* background-size: 100% 100%; */
    background-position: center;
}
.checked {
    color: #2d94ef;
}
.stateowned-question .title-box {
    justify-content: center;
}
.stateowned-question .title-box > div {
    height: 7rem;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 20%;
    cursor: pointer;
}
.stateowned-question .img-title span {
    color: #5e6e82 !important;
}
.stateowned-question .img-title {
    width: 95%;
    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;
    line-height: 2;
}
.stateowned-question .solve-item .child-box .child-item {
    width: 31%;
    margin-top: 6%;
    background: #fff;
    border-radius: 20px;
    box-shadow: -0.24px 7px 38px 7px rgba(37,75,0,0.07)
}
.stateowned-question .solve-item .child-box .child-item > div {
    width: 90%;
    margin: auto;
}
.stateowned-question .solve-item .child-box .child-item img {
    width: 39%;
    margin-top: -16%;
}
.stateowned-question .solve-item .child-box .child-item .child-img {
    text-align: center;
}
.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 .solve-item .child-box .child-item .child-title {
    font-size: var(--font-size-06);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #344050;
    letter-spacing: 0.6px;
    text-align: center;
}
.stateowned-question .solve-item .child-box .child-item .child-content {
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    letter-spacing: 1.44px;
    padding: 0 0 6% 0;
    margin-top: 4%;
    line-height: 1.8;
}
.stateowned-question .solve-item .child-box .child-item .child-content span {
    -webkit-line-clamp: 2;
    color: #666666 !important;
}
.stateowned-question .carouse-btn {
    margin-top: 6%;
}
.stateowned-question .solve-item3  {
    height: 100%;
}
.stateowned-question .child-content-box {
    height: 100%;
}
.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 .solve-item .second-box > img {
    width: 74%;
}
.stateowned-question .solve-item .right-img {
    margin-top: 1%;
}
.stateowned-question .solve-item .second-content {
    margin-top: -26%;
}

.stateowned-question .solve-item .left-box {
    width: 67%;
    margin: auto;
}
.stateowned-question .solve-item .left-box > p {
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.36px;
    width: 76%;
    margin: auto;
}
.stateowned-question .solve-item .left-box .left-title {
    text-align: left;
    font-size: var(--font-size-02);
    line-height: 1.8;
}
.stateowned-question .solve-item .left-box .left-content {
    font-size: var(--font-size-06);
}
.stateowned-question .solve-item .left-box > p {
    text-align: left;
}
.stateowned-question .solve-item .left-box > p span {
    color: #ffffff !important;
}
.stateowned-question .solve-item .right-box {
    opacity: 0.97;
    background: #333333;
    border-radius: 20px;
    box-shadow: 0px 0px 32px 0px rgba(0,82,27,0.06);
    color: #fff;
    padding: 2% 3%;
    line-height: 2rem;
}
.stateowned-question .solve-item .right-box .right-top-title {
    font-size: var(--font-size-08);
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.6px;
}
.stateowned-question .solve-item .right-box .right-top-title span {
    -webkit-line-clamp: 2;
}
.stateowned-question .solve-item .right-box .deputy {
    opacity: 0.3;
    font-size: var(--font-size-02);
    font-family: Adobe Heiti Std, Adobe Heiti Std-R;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.36px;
}
.stateowned-question .solve-item .right-box span {
    color: #ffffff !important;
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 36px;
    letter-spacing: 0.32px;
}
.stateowned-question .second-box .carouse-btn {
    margin-top: 10.3%;
}
.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);
    height: 87%;
}
.stateowned-question .third-box .layui-carousel {
    height: 98.5% !important;
}
.stateowned-question .layui-carousel > [carousel-item] {
    height: 100%;
}
.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;
    padding: 1% 3% 3% 3%;
    height: 100%;
}
.stateowned-question .carouse-box .carouse-content {
    width: 71%;
    text-align: left;
    height: 63%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
}
.stateowned-question .carouse-box .carouse-content .title {
    font-size: var(--font-size-06);
    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: 35px;
    -webkit-line-clamp: 5;
    height: 100%;
    margin-top: 1rem;
}
.stateowned-question .layui-carousel-ind + button {
    display: none;
}

.stateowned-question .carouse-box .carouse-btn {
    margin-top: -6%;
}
.stateowned-question .carouse-box .left-carouse {
    height: 100%;
    align-items: flex-start;
}
.stateowned-question .carouse-box .carouse-content .content span {
    color: #344050 !important;
}
.stateowned-question .carouse-box .carouse-img {
    height: 98%;
}
.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;
}
.stateowned-question .layui-carousel-ind {
    margin-top: 10%;
    text-align: center;
}
.case .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, .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: -16%;
}
.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;
}
.middle-img+.title {
    margin-left: 0.5rem;
}
.right-top-box+.is-display {
    margin: 0.8rem 0;
}

.stateowned-box .state-left .title span,.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: inline-table;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-title {
    position: absolute;
    top: 10rem;
    width: 32rem;
    left: calc(50% - 600px);
    font-size: var(--font-size-02);
    color: #666666;
}

.top-title > p:first-child {
    font-size: var(--font-size-10);
    width: 72%;
    color: #333333;
    /* padding-bottom: 3%; */
    font-weight: bold;
    height: 5rem;
}
.top-img {
    padding: 0 calc(50% - 600px);
    height: 29.5rem;
}
.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/590282a118a649b797bfcbae14d914b4_业务痛点背景.png") no-repeat;
    background-size: 100% 100%;
}
.stateowned-question > div {
    height: 60%;
}
.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;
    line-height: 1.8;
}
.stateowned-box .state-left .content, .stateowned-box .state-right .content {
    margin-top: 5%;
}
.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: 49rem;
    width: 100%;
    /* background-size: 100% 100%; */
    background-position: center;
}
.checked {
    color: #2d94ef;
}
.stateowned-question .title-box {
    justify-content: center;
}
.stateowned-question .title-box > div {
    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: 95%;
    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;
    line-height: 2;
}
.stateowned-question .solve-item .child-box .child-item {
    width: 27%;
    margin-top: 6%;
    background: #fff;
    border-radius: 20px;
    box-shadow: -0.24px 7px 38px 7px rgba(37,75,0,0.07)
}
.stateowned-question .solve-item .child-box .child-item > div {
    width: 90%;
    margin: auto;
}
.stateowned-question .solve-item .child-box .child-item img {
    width: 39%;
    margin-top: -16%;
}
.stateowned-question .solve-item .child-box .child-item .child-img {
    text-align: center;
}
.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 .solve-item .child-box .child-item .child-title {
    font-size: var(--font-size-06);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #344050;
    letter-spacing: 0.6px;
    text-align: center;
}
.stateowned-question .solve-item .child-box .child-item .child-content {
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    letter-spacing: 1.44px;
    padding: 0 7% 6% 7%;
    margin-top: 4%;
    line-height: 1.8;
}
.stateowned-question .solve-item .child-box .child-item .child-content span {
    -webkit-line-clamp: 2;
    color: #666666 !important;
}
.stateowned-question .carouse-btn {
    margin-top: 6%;
}
.stateowned-question .solve-item3  {
    height: 100%;
}
.stateowned-question .child-content-box {
    height: 100%;
}
.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 .solve-item .second-box > img {
    width: 74%;
}
.stateowned-question .solve-item .right-img {
    margin-top: 1%;
}
.stateowned-question .solve-item .second-content {
    margin-top: -26%;
}

.stateowned-question .solve-item .left-box {
    width: 67%;
    margin: auto;
}
.stateowned-question .solve-item .left-box > p {
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.36px;
    width: 76%;
    margin: auto;
}
.stateowned-question .solve-item .left-box .left-title {
    text-align: left;
    font-size: var(--font-size-02);
    line-height: 1.8;
}
.stateowned-question .solve-item .left-box .left-content {
    font-size: var(--font-size-06);
}
.stateowned-question .solve-item .left-box > p {
    text-align: left;
}
.stateowned-question .solve-item .left-box > p span {
    color: #ffffff !important;
}
.stateowned-question .solve-item .right-box {
    opacity: 0.97;
    background: #333333;
    border-radius: 20px;
    box-shadow: 0px 0px 32px 0px rgba(0,82,27,0.06);
    color: #fff;
    padding: 2% 3%;
    line-height: 2rem;
}
.stateowned-question .solve-item .right-box .right-top-title {
    font-size: var(--font-size-08);
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.6px;
}
.stateowned-question .solve-item .right-box .right-top-title span {
    -webkit-line-clamp: 2;
}
.stateowned-question .solve-item .right-box .deputy {
    opacity: 0.3;
    font-size: var(--font-size-02);
    font-family: Adobe Heiti Std, Adobe Heiti Std-R;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.36px;
}
.stateowned-question .solve-item .right-box span {
    color: #ffffff !important;
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 36px;
    letter-spacing: 0.32px;
}
.stateowned-question .second-box .carouse-btn {
    margin-top: 5.65%;
}
.stateowned-question .layui-carousel-ind li {
    background-color: #EEEEEE;
}
.stateowned-question .layui-carousel > [carousel-item] {
    height: 100%;
}
.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;
    padding: 1% 3% 3% 3%;
    height: 100%;
}
.stateowned-question .carouse-box .carouse-content {
    width: 71%;
    text-align: left;
    height: 63%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
}
.stateowned-question .carouse-box .carouse-content .title {
    font-size: var(--font-size-06);
    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: 35px;
    -webkit-line-clamp: 5;
    height: 100%;
    margin-top: 1rem;
}
.stateowned-question .layui-carousel-ind + button {
    display: none;
}

.stateowned-question .carouse-box .carouse-btn {
    margin-top: -6%;
}
.stateowned-question .carouse-box .left-carouse {
    height: 100%;
    align-items: flex-start;
}
.stateowned-question .carouse-box .carouse-content .content span {
    color: #344050 !important;
}
.stateowned-question .carouse-box .carouse-img {
    height: 98%;
}
.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;
}
.stateowned-question .layui-carousel-ind {
    margin-top: 9%;
    text-align: center;
}
.case .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, .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: -16%;
    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;
}
.middle-img+.title {
    margin-left: 0.5rem;
}
.right-top-box+.is-display {
    margin: 0.8rem 0;
}

.stateowned-box .state-left .title span,.stateowned-box .state-right .content,.stateowned-box .state-right .title span {
    font-size: var(--font-size-02);
    line-height: 1.8
}

.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: 211px;
    height: 50px !important;
    background: #f9f9f9;
    border: 1px solid #b6c1d2;
    border-radius: 8px !important;
}
.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;
}
.stateowned-box .state-left span,.stateowned-box .state-left p, .stateowned-box .state-right span, .stateowned-box .state-right p {
    color: #5e6e82 !important;
}
