@media only screen and (min-width: 960px){
    #MajorCustomer .fa.fa-home{
        font-size: 20px;
        margin-right: 10px;
    }
    #MajorCustomer .siteContent{
        padding: 37px 0 91px;
    }
    #MajorCustomer .breadSection{
        border: none;
    }
    #MajorCustomer .breadSection .breadcrumb{
        padding: 17px 0;
    }
    #MajorCustomer .breadSection .breadcrumb span{
        font-size: 14px;
        font-weight: 400;
    }
    #MajorCustomer .other-introduce{
        /*display: flex;*/
        /*justify-content: space-between;*/
    }
    #MajorCustomer .other-introduce .other-block{
        flex: 1;
    }
    #MajorCustomer .other-introduce .customer-group{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    #MajorCustomer .other-introduce .customer-group .customer-com{
        width: 235px;
        padding: 38px 0 43px;
        background: #ffffff;
        margin-right: 40px;
        margin-bottom: 40px;
        box-shadow: 0px 0px 15px rgb(223,228,248);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #MajorCustomer .other-introduce .customer-group .customer-com:nth-of-type(3n){
        margin-right: 0;
    }
    #MajorCustomer .other-introduce .customer-group .customer-com .cc-img{
        display: flex;
        height: 80px;
        margin-bottom: 30px;
    }
    #MajorCustomer .other-introduce .customer-group .customer-com .cc-name{
        font-size: 14px;
        color: #000000;
        /*font-weight: 500;*/
        font-weight: bold;
    }
    #MajorCustomer .other-introduce .comintroduce-other{
        /*padding: 0;*/
        /*width: 350px;*/
        /*margin-top: -14px;*/
    }
    #MajorCustomer .sideSection-col-two ul .tap{
        padding-left: 0;
    }
    #MajorCustomer .sideSection-col-two .subSection-title .tap{
        /*margin-left: 6px;*/
    }
}
@media only screen and (max-width: 960px){
    #MajorCustomer .container {
        width: 92.3vw;
        margin: 0 auto;
    }
    #MajorCustomer .page-header_pageTitle, h1.page-header_pageTitle:first-child{
        padding: 5.3vw 0;
        font-size: 4.3vw;
        font-weight: 400;
    }
    #MajorCustomer .breadSection .breadcrumb{
        margin-top: 0;
        margin-bottom: 0;
        background: 0 0;
        padding: 2.7vw 0;
        display: flex;
        flex-wrap: wrap;
        border-radius: 0.25rem;
    }
    #MajorCustomer .breadSection .breadcrumb li {
        line-height: 1.2;
        margin-bottom: 0;
        list-style: none;
    }
    #MajorCustomer .breadSection .breadcrumb a{
        color: #666;
        padding-bottom: 2px;
    }
    #MajorCustomer .breadSection .breadcrumb span{
        font-size: 3.2vw;
        font-weight: 400;
    }
    #MajorCustomer .fa.fa-home{
        font-size: 4vw;
        margin-right: 0.3vw;
    }
    #MajorCustomer .breadSection{
        border-bottom: none;
    }
    #MajorCustomer .bread{
        border-bottom: 1px solid #EDEDED;
    }

    #MajorCustomer .siteContent{
        padding: 6.4vw 0 6.9vw;
    }
    #MajorCustomer .ol-left{
        padding: 0;
    }
    #MajorCustomer .ol-left .customer-com{
        height: 41.9vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 10px 1px rgba(124,164,255,0.16);
        border-radius: 1.1vw;
        border: 1px solid #DFE4F8;
    }
    #MajorCustomer .ol-left .customer-com:not(:first-of-type){
        margin-top: 5.1vw;
    }
    #MajorCustomer .ol-left .customer-com .cc-img{
        width: 14.7vw;
        display: flex;
    }
    #MajorCustomer .ol-left .customer-com .cc-name{
        margin-top: 3.1vw;
        font-size: 3.7vw;
        font-weight: 500;
        line-height: 1;
    }

    #MajorCustomer .other-introduce .comintroduce-other{
        padding: 0;
        margin-top: 6.4vw;
    }
    #MajorCustomer .other-introduce .comintroduce-other .subSection-title{
        padding: 0;
        border: unset;
    }
    #MajorCustomer .other-introduce .comintroduce-other .subSection-title:after{
        content: '';
        border-bottom: unset;
    }
    #MajorCustomer .other-introduce .comintroduce-other .subSection-title .tap{
        display: block;
        padding: 2.4vw 0;
        text-align: center;
        background: #3C88D8;
        color: #ffffff;
        font-size: 4.8vw;
        font-weight: 400;
    }
    #MajorCustomer .other-introduce .comintroduce-other .page_item .tap{
        padding: 3.2vw;
        text-align: center;
        background: rgba(60, 136, 216, 0.05);
        color: rgba(51, 51, 51, 1);
        font-size: 3.7vw;
        font-weight: 400;
    }
}