﻿.mobBanner,
.mobRecommend,
.mobBusiness{
    display: none;
}
#case-customer{
    height: 90px;
    overflow: hidden;
}
.case .general-box #case-tabs-container .swiper-slide .customer{
    overflow: hidden;
}
.case .general-box #case-tabs-container .swiper-slide .customer ul{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    max-width: 800px;
}
.case .general-box #case-tabs-container .swiper-slide .customer ul li{
    width: calc(100% / 4);
}
#case-customer::-webkit-scrollbar-corner { width: 0 !important;display: none; }
@media screen and (max-width: 1200px){
    .service .general-box .box{
        width: 48%;
    }
    .service .general-box .box .number ul{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .service .general-box .box .number ul li{
        width: 50%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 992px){
    .banner .banner-swiper-container{
        height: 500px;
    }
    .banner .swiper-container .category{
        display: none;
    }
    .banner .swiper-container .swiper-pagination{
        bottom: 260px;
    }
    .service .general-box{
        background:none !important;
    }
    .service .general-box .box{
        width: 100%;
    }
    .service .general-box .box .number ul{
        justify-content: space-between;
    }
    .service .general-box .box .number ul li{
        margin: 0 !important;
        width:auto;
    }
}
@media screen and (max-width: 640px){
    .scheme .general-box ul li{
        width: 48%;
    }
    .scheme .general-box ul li:nth-child(2n){
        margin-left: 4%;
    }
    .scheme .general-box ul li .title{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .scheme .general-box ul li .describe{
        width: 100%;
        padding: 0 10px;
        font-size: 14px;
        display: none;
    }
    .scheme .general-box ul li:hover .title{
        bottom: 24px;
    }
    .service .general-box .box .number ul{
        justify-content: space-around;
    }
    .service .general-box .box .number ul li{
        margin-bottom: 15px !important;
        width:40%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .service .general-box .box .general-title h3{
        font-size: 26px;
    }
    .service .general-box .box .general-title p{
        font-size: 15px;
    }
    .service .general-box .box .number ul li em{
        font-size: 36px;
    }
    .news{
        background: #F6F6F6;
    }
}
@media screen and (max-width: 414px){
    .recommend,
    .business,
    .scheme,
    .news,
    .service{
        padding-top: 60px;
    }
    .business .general-box{
        margin-top: 40px;
    }
    .scheme .general-box{
        margin-top: 10px;
    }
    .banner{
        display: none;
    }
    .mobBanner{
        display: block;
        position: relative;
    }
    .mobBanner .img img{
        width: 100%;
        height: auto;
    }
    .mobBanner .text{
        position: absolute;
        top: 60px;
        left: 20px;
    }
    .mobBanner .text .title{
        font-size: 34px;
        font-weight: bold;
    }
    .mobBanner .text .tips{
        font-size: 16px;
        margin: 10px 0;
    }
    .mobBanner .text .btn{
        width: 134px;
        line-height: 40px;
        text-align: center;
        display: block;
        font-size: 14px;
        color: #fff;
        background: #c7000b;
        margin-top: 30px;
    }
    .general-title h3{
        font-weight: bold;
        font-size: 20px;
        font-weight: bold;
    }
    .general-title p{
        font-size: 14px;
        margin-top: 0;
    }
    .recommend .general-box{
        display: none;
    }
    .mobRecommend{
        display: block;
        margin: 0 20px;
    }
    .mobRecommend ul{
        display: flex;
        flex-wrap: wrap;
        padding-top: 28px;
    }
    .mobRecommend ul li{
        width: calc((100% - 28px) / 3);
        height: 104px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
        text-align: center;
        margin-left: 14px;
        margin-top: 14px;
    }
    .mobRecommend ul li:nth-child(3n+1){
        margin-left: 0;
    }
    .mobRecommend ul li img{
        width: 75%;
    }
    .mobRecommend ul li span{
        display: block;
        margin-top: -4px;
    }
    
    .business .general-box .business-tabs{
        border-bottom: 0;
    }
    .business .general-box .business-tabs .swiper-wrapper{
        padding-bottom: 10px;
    }
    .business .general-box .business-tabs .swiper-wrapper .swiper-slide a img{
        display: none;
        height: auto;
    }
    .business .general-box .business-tabs .swiper-slide{
        background: #ececec;
    }
    .business .general-box .business-tabs .swiper-slide a{
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        font-weight: bold;
    }
    .business .general-box .business-tabs .swiper-slide-active{
        background: #fff;
        box-shadow: 0px 0px 10px rgba(55,99,170,.1), -8px -8px 10px #fff;
    }
    .business .general-box #business-tabs-container .swiper-slide .item li{
        height: auto;
        padding: 30px 20px;
    }
    .business .general-box .business-tabs .business-swiper-pagination .swiper-pagination-progressbar-custom{
        height: 0 !important;
    }
    .service .general-box .box .general-title{
        padding: 0;
    }
    .service .general-box .box .number ul{
        justify-content: flex-start;
    }
    .case{
        height: 665px;
        padding-top: 60px;
    }
    .case .general-box{
        margin-top: 40px;
    }
    .case .general-box #case-tabs-container{
        margin-top: 56px;
    }
    .case .general-box #case-tabs-container .swiper-slide .customer ul li{
        width: calc(100%/3);
        height: 56px;
        overflow: hidden;
    }
    .case .general-box #case-tabs-container .swiper-slide .describe-box .item p{
        margin-bottom: 0;
    }
    #case-customer{
        height: 56px;
    }
    .news .general-box{
        margin-top: 0;
    }
    .news .general-title h3{
        padding: 0 50px;
    }
    .news .general-box .title .chip{
        margin-bottom: 0;
        padding-top: 64px;
    }
    .news .general-box .title .chip h3,.news .general-box .title .chip p{
        text-align: left;
        font-size: 16px;
    }
    .news .general-box .title .chip p{
        font-size: 12px;
        margin-top: 14px;
        margin-bottom: 16px;
    }
    .news .general-box .title .chip a{
        margin: 0;
        width: 100px;
        height: 36px;
        font-size: 12px;
    }
    .news .general-box .title img{
        margin: 0;
        float: right;
        max-height: 180px;
        margin-top: -160px;
        
    }
    .news .general-box .title{
        text-align: right;
        overflow: hidden;
    }
    .news .general-box .box{
        padding: 0;
    }
    .news .general-box .box .item h4.encyclopedias{
        margin-bottom: 0;
    }
    .news .general-box .box .item h4.encyclopedias a{
        font-size: 14px;
    }
    .news .general-box .box .item ul li{
        margin-top: 14px;
    }
    .news .general-box .box .item ul li a{
        font-size: 12px;
    }
    .advantage{
        display: none;
    }
    .scheme .general-box ul li{
        margin-top: 15px;
    }
}