body {
    font-family: PingFangSC-Regular, PingFang SC, PingFang SC ExtraLight, 'Microsoft Yahei', 'SimSun', Helvetica Neue, Helvetica, -apple-system, SF UI Text, Arial, Lucida Grande, sans-serif;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.5;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;

}

.news-banner {
    background: url(https://cdn.oxcoder.com/index-jump/images/new202009/casebg1.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    padding: 0 158px;
}

.news-banner>div {
    width: 55%;
}

.news-banner .caseh1 {
    color: #071B3F;
    font-size: 36px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 20px;
    max-width: 640px;
}

.news-banner .caseh2 {
    color: #071B3F;
    font-size: 20px;
}

.main {
    background: #F8FBFF;
}

.mainhb-news .header {
    display: none;
}




.industry {
    display: flex;
    line-height: 28px;
    color: #071B3F;
    font-size: 16px;
    padding: 28px 158px 24px;
    background-color: #fff;
}

.flex1 {
    width: 76px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.industry-icon{
    display: none;
    width: 40px;
    margin-top: 4px;
}
.industry-icon span{
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background-color: #fff;
    color: #1C6BFF;
    box-shadow: 0px 0px 12px 0px rgba(116, 168, 207, 0.3);
    cursor: pointer;
}
.industry-icon span:hover{
    background-color: #1C6BFF;
    color: #fff;
}
.industry-scroll{
    flex: 1;
    height: 36px;
    overflow-y: hidden;
}
.industry-scroll.autoHeight{
    height: auto;
}
.industry-icon.shouqi span{
    transform: rotate(180deg);
}
.flex2 {
    /* flex: 1; */
}

.flex2 .industry-item {
    display: inline-block;
    margin-left: 48px;
    padding: 0 6px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 6px;
    cursor: pointer;
}

.industry-active {
    color: #fff;
    background: #1C6BFF;
    box-shadow: 0px 2px 6px 0px rgba(28, 107, 255, 0.4);
    border-radius: 4px;
}

.cases {
    background-color: #F8FBFF;
    padding: 20px 146px 0;
    overflow: hidden;
}

.case-item {
    /* width: 100%; */
    height: 319px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgba(116, 168, 207, 0.15);
    padding: 24px 30px;
    cursor: pointer;
    position: relative;
}

.case-item:hover .case-desc {
    display: flex;
    justify-content: center;
}

.case-desc {
    display: none;
    position: absolute;
    left: -16px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 40px;
    align-items: center;
    background: linear-gradient(105deg, #6BC2FF 0%, #1050FF 100%);
    box-shadow: 0px 10px 40px 0px rgba(16, 80, 255, 0.2);
    border-radius: 4px;
}

.case-to-detail{
    display: block;
    margin: 36px auto 0;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
}
.case-to-detail:hover{
    color: #1C6BFF;
    background-color: #fff;
}
.case-desc-brief{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.case-picture {
    width: 80%;
    height: 98px;
    margin: 0 auto 22px;
    /* background-image: url('https://www.baidu.com/img/PC_880906d2a4ad95f5fafb2e540c5cdad7.png'); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.case-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(7, 27, 63, 0.85);
    height: 48px;
    margin-bottom: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-brief {
    font-size: 14px;
    color: rgba(7, 27, 63, 0.65);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
    height: 20px;
}

.case-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.left {
    color: #1C6BFF;
}

.right {
    color: rgba(7, 27, 63, 0.6);
}


.pages {
    text-align: center;
    margin: 20px 0 60px;
}
.pages span{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #F3F6FC;
    margin: 2px;
    text-align: center;
    line-height: 32px;
    color: rgba(7, 27, 63, 0.6);
    cursor: pointer;
}
.pages span.active-index{
    color: #fff;
    background-color: #1C6BFF;
}
.pages span.disabled i{
    color:rgba(7, 27, 63, 0.3);
}
.page-num{
    display: inline-block;
}

.white-card{
    background-color: #fff;
    /* min-height: 500px; */
    box-shadow: 0px 0px 12px 0px rgba(116, 168, 207, 0.15);
    border-radius: 4px;
}
.case-row{
    padding: 0 158px 54px;
    overflow: hidden;
}
.ml-24{
    margin-left: 24px;
}

.bread{
    padding: 16px 158px;
    font-size: 14px;
    color: rgba(7, 27, 63, 0.65);
}
.bread a{
    color: rgba(7, 27, 63, 0.65);
}
.bread a:hover, .bread a:active{
    color: #1C6BFF;
}
.col-md-4, .col-md-8{
    padding: 0;
}

.case-detail-title{
    color: rgba(7, 27, 63, 0.85);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.case-detail-date{
    font-size: 14px;
    color: rgba(7, 27, 63, 0.65);
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.white-card-left{
    padding: 24px 36px;
}
.case-detail-content{
    color: rgba(7, 27, 63, 0.85);
    font-size: 14px;
}
.case-detail-jump{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 36px;
    /* border-top: 1px solid #e6e8eb; */
}
.case-detail-jump a{
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(7, 27, 63, 0.45);
    font-size: 14px;
}
.case-detail-jump a.case-detail-next{
    text-align: right;
}
.mfsybox-case{
    background-size: 100% 133px;
    height: 133px;
}
.mfsybox-case h1{
    margin-top: 26px;
    margin-bottom: 0;
    font-size: 24px;
}
.mfsybox-case .tjmain{
    margin-top: 16px;
}
.mfsybox-case .trial-btn {
    width: 112px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.white-card-right{
    padding: 20px 24px;
}
.more-title{
    text-align: center;
    color: rgba(7, 27, 63, 0.85);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}
.white-card-right .case-title{
    height: auto;
    margin-bottom: 16px;
}
.white-card-right .case-item{
    box-shadow: none;
    margin: 0; 
    border-bottom: 1px solid #E6E8EB;
    padding: 24px 0;
    height: auto;
}
.industry-pc{
    display: flex;
    align-items: flex-start;
}
.industry-mobile{
    display: none;
}

@media only screen and (min-width: 1400px) {
    .footer-con {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1400px) {
    .footer-con {
        width: 1080px;
        margin: 0 auto;
    }
}

/* responsive */
@media only screen and (max-width: 1024px) {
    .mainhb-news {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .mainhb-news .header {
        display: block;
        width: 100%;
        height: 6.125rem;
        overflow: hidden;
        margin-top: 2.13rem;
        position: fixed;
        top: 0;
    }

    .mainhb-news .header .logo {
        width: 5.31rem;
        height: 2.5rem;
        position: absolute;
        left: 2.5rem;
    }

    .mainhb-news .header .menulistv {
        width: 2.5rem;
        height: 2.5rem;
        position: absolute;
        right: 2.5rem;
    }

    .news-banner {
        font-size: 3.25rem;
        height: 22rem;
        line-height: 5rem;
        padding: 0 3rem;
    }
    .news-banner .caseh1{
        font-size: 1.85rem;
        line-height: 3rem;
        margin-bottom: 1rem;
        max-width: 100%;
    }
    .news-banner .caseh2{
        font-size: 1.7rem;
    }
    .news-banner>div{
        width: 55%;
    }

    .footer-con {
        width: 100%;
    }
    .mobile-none{
        display: none;
    }

    .cases{
        padding: 0 2rem 4rem;
    }
    .case-item{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem;
        padding: 2rem;
        height: auto;
    }
    .case-title{
        font-size: 1.7rem;
        height: auto;
        margin-bottom: 1rem;
        line-height: 2.6rem;
    }
    .case-picture{
        height: 12rem;
        margin-bottom: 2rem;
    }
    .case-brief{
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        height: auto;
    }
    .case-desc{
        left: -1rem;
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding: 2rem;
    }
    .case-to-detail{
        margin-top: 4rem;
        width: 12rem;
        height: 4rem;
        line-height: 4rem;

    }
    .case-bottom{
        font-size: 1.3rem;
    }
    .pages{
        margin: 1rem 0 4rem;
    }
    .industry{
        padding: 2rem 2rem 1rem;
    }
    .flex1{
        width: 10rem;
        height: 4rem;
        font-size: 14px;
        line-height: 4rem;
    }
    .flex2 .industry-item{
        height: 4rem;
        line-height: 4rem;
        margin-left: 2rem;
        margin-bottom: 1rem;
    }
    .bread{
        padding: 2rem;
        font-size: 1.6rem;
    }
    .case-row{
        padding: 0 2rem 3rem;
        margin-bottom: 2rem;
    }
    .case-detail-title{
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .case-detail-date{
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .case-detail-content{
        font-size: 1.6rem;
    }
    .white-card-left{
        padding: 3rem 4rem;
    }
    .case-detail-jump{
        padding: 2rem 3rem;
    }
    .case-detail-jump a{
        font-size: 1.45rem;
    }
    .mfsybox-case{
        height: 15rem;
        background-size: 100% 15rem;
    }
    .mfsybox-case h1{
        margin-top: 3.5rem;
        font-size: 2rem;
    }
    .mfsybox-case .tjmain{
        margin-top: 2rem;
    }
    .mfsybox-case .trial-btn{
        width: 13.125rem;
        height: 3.6875rem;
        line-height: 3.6875rem;
        font-size: 1.4rem;
    }
    .industry-pc{display: none;}
    .main{padding-top: 3rem;}
    .industry-mobile{
        display: block;
        position: relative;
        margin: 0 auto 2rem;
        width: 80%;
        font-size: 1.5rem;
    }
    .select{
        height: 4rem;
        line-height: 4rem;
        border: 1px solid rgba(0,0,0,0.25);
        border-radius: 4px;
        padding: 0 1rem;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .select img{
        width: 1.85rem;
        height: 1.85rem;
    }
    
    .options{
        display: none;
        position: absolute;
        top: 4rem;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #fff;
        border: 1px solid rgba(116, 168, 207, 0.25);
        border-top: 0;
    }
    .option{
        height: 4rem;
        line-height: 4rem;
        padding: 0 1rem;

    }
    .choose{
        background: #1C6BFF;
        color: #fff;
    }
    .show-options{
        display: block;
    }
}
.hide{
    display: none;
}