.solutions-and-cases {
    position: relative;
    background: #F4F7FF;
}

.solutions-and-cases > .banner {
    width: 100%;
    height: 311px;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../image/banner_new_pc.png);
}

.solutions-and-cases > .banner > .content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 111px;
}

.solutions-and-cases > .banner > .content > h1 {
    /*width: 308px;*/
    height: 66px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: left;
    font-style: normal;

}

.solutions-and-cases > .banner > .content > .brief {
    width: 100%;
    height: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    margin-top: 16px;
}

.solutions-and-cases .mobile-menu-wrapper {
    display: none;
}
.types-container{
    width: 1200px;
    height: 74px;
    position: absolute;
    top: 288px;
    left: calc((100vw - 1214px) / 2);
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
}
.types-swiper{
    width: calc(1200px - 14px * 2);
    margin: 0 14px;
}
.types-container .swiper-button-prev{
    width: 40px;
    height: 100%;
    background-color: #ffffff;
    background-image: url(../image/icon_left.png);
    background-size: 12px 20px;
    background-position: center center;
    left:0;
    right: auto;
    top: 0;
    margin-top: 0;
}
.types-container .swiper-button-next{
    width: 40px;
    height: 100%;
    background-color: #ffffff;
    background-image: url(../image/icon_right.png);
    background-size: 12px 20px;
    background-position: center center;
    left: auto;
    right: 0;
    top: 0;
    margin-top: 0;
}
.swiper-container {
    width: 1200px;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
    /*overflow: visible;*/
    padding:0 39px;
}
.swiper-container .swiper-wrapper{
    width: 1112px;
    height: 100%;
    box-sizing: border-box;
    /*padding: 0 14px;*/
    /*overflow: hidden;*/
}
.single-type {
    width: auto;
    height: 74px;
    line-height: 74px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    text-align: left;
    font-style: normal;
    padding: 0 16px;
    cursor: pointer;
}

.single-type > span {
    height: 74px;
    line-height: 74px;
}

.industry-container {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 50px;
}

.single-industry {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 40px;
    background: #FFFFFF;
}

.single-industry .industry-title {
    width: auto;
    height: 58px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #202124;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    /*margin-bottom: 24px;*/
    background: #F4F7FF;
}

.single-industry .industry-main {
    width: 100%;
    height: 178px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../image/solution_new_pc.png);
    padding: 27px 32px 29px 32px;
}

.single-industry .industry-main > div:nth-of-type(1) {
    width: auto;
    height: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-bottom: 8px;
}

.single-industry .industry-main > div:nth-of-type(2) {
    width: auto;
    height: 26px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 29px;
    text-align: left;
    font-style: normal;
    margin-bottom: 18px;
}

.single-industry .industry-main > div:nth-of-type(3) {
    width: 132px;
    height: 40px;
    border: 1px solid #FFFEFE;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    font-style: normal;
    cursor: pointer;
}

.single-industry .tab-list {
    width: 1200px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    margin-top: 7px;
    display: flex;
}

.single-industry .single-tab {
    width: auto;
    height: 44px;
    background: #FFFFFF;
    /*box-shadow: 0px 1px 0px 0px #1875F0;*/
    line-height: 44px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    text-align: center;
    font-style: normal;
    padding: 0 28px;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #FFFFFF;
}

.single-industry .single-tab.is-active {
    border-bottom: 1px solid #1875F0;
    font-weight: 600;
    color: #1875F0;
}
.industry-detail{
    padding-bottom: 27px;
    height: auto;
    overflow: hidden;
}
.single-industry .solution-container {
    width: 1200px;
    height: auto;
    max-height: calc(304px - 27px - 17px);
    background: #FFFFFF;
    /*display: flex;*/
    flex-wrap: wrap;
    gap: 8px 100px;
    align-content: flex-start;
    display: none;
}
.single-industry .solution-container.is-active {
    display: flex;
}
.single-industry .solution-container .single-solution {
    width: 550px;
    height: 122px;
    background: #FFFFFF;
    padding: 24px 32px;
    cursor: pointer;
}

.single-industry .solution-container .solution-top {
    width: 100%;
    height: 22px;
    display: flex;
    gap: 0 18px;
    margin-bottom: 8px;
}

.single-industry .solution-container .solution-title {
    width: auto;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin: 0 !important;
}

.single-industry .solution-container .single-solution:hover .solution-title{
    color: #1875F0;
}

.single-industry .solution-container .solution-label {
    width: auto;
    height: 18px;
    background: #E64949;
    border-radius: 4px;
    font-family: AlibabaPuHuiTiR;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    padding: 0 5px 0 7px;
}

.single-industry .solution-container .solution-bottom {
    width: 100%;
    height: 44px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.check-more{
    width: 56px;
    height: 17px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #1875F0;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    float: right;
    cursor: pointer;
    margin-right: 32px;
}
.line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    /* display: block; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-line-clamp: 1;
    -ms-box-orient: vertical;
}

.line-ellipsis.line-ellipsis-1 {
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
}

.line-ellipsis.line-ellipsis-2 {
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
}

.line-ellipsis.line-ellipsis-3 {
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
}


@media (min-width: 768px) {
    .solutions-and-cases > .banner {

    }

    .solutions-and-cases .mobile-menu-wrapper {
        position: sticky;
        top: 0;
    }
}
