@media only screen and (min-width: 960px){

    #CompanyPortrait .fa.fa-home{
        font-size: 20px;
        margin-right: 10px;
    }
    #CompanyPortrait .siteContent{
        padding: 37px 0 91px;
    }
    #CompanyPortrait .breadSection{
        border: none;
    }
    #CompanyPortrait .breadSection .breadcrumb{
        padding: 17px 0;
    }
    #CompanyPortrait .breadSection .breadcrumb span{
        font-size: 14px;
        font-weight: 400;
    }
    #CompanyPortrait .other-introduce{
        /*display: flex;*/
        /*justify-content: space-between;*/
    }
    #CompanyPortrait .other-introduce .other-block{
        flex: 1;
    }
    #CompanyPortrait .other-introduce .comintroduce-other{
        /*padding: 0;*/
        /*width: 350px;*/
    }
    #CompanyPortrait .other-introduce .Company-profile{
        padding: 0;
    }
    #CompanyPortrait .other-introduce .Company-profile table{
        border-collapse: collapse;
        font-size: 14px;
        color: #333333;
    }
    #CompanyPortrait .other-introduce .Company-profile tr:nth-of-type(odd){
        background: #F5F5F5;
    }
    #CompanyPortrait .other-introduce .Company-profile th{
        width: 115px;
        padding: 11px 0;
        text-align: center;
        border: 1px solid #CBCBCB;
    }
    #CompanyPortrait .other-introduce .Company-profile td{
        width: 485px;
        border: 1px solid #CBCBCB;
        padding: 11px 32px;
    }
    #CompanyPortrait .sideSection-col-two ul .tap{
        padding-left: 0;
    }
    #CompanyPortrait .sideSection-col-two .subSection-title .tap{
        /*margin-left: 6px;*/
    }


}
@media only screen and (max-width: 960px){
    #CompanyPortrait .siteContent{
        padding: 4.5vw 0 6.4vw;
    }
    #CompanyPortrait .container {
        width: 92.3vw;
        margin: 0 auto;
    }
    #CompanyPortrait .page-header_pageTitle, h1.page-header_pageTitle:first-child{
        padding: 5.3vw 0;
        font-size: 4.3vw;
        font-weight: 400;
    }
    #CompanyPortrait .breadSection .breadcrumb{
        margin-top: 0;
        margin-bottom: 0;
        background: 0 0;
        padding: 2.7vw 0;
        display: flex;
        flex-wrap: wrap;
        border-radius: 0.25rem;
    }
    #CompanyPortrait .breadSection .breadcrumb li {
        line-height: 1.2;
        margin-bottom: 0;
        list-style: none;
    }
    #CompanyPortrait .breadSection .breadcrumb a{
        color: #666;
        padding-bottom: 2px;
    }
    #CompanyPortrait .breadSection .breadcrumb span{
        font-size: 3.2vw;
        font-weight: 400;
    }
    #CompanyPortrait .fa.fa-home{
        font-size: 4vw;
        margin-right: 0.3vw;
    }
    #CompanyPortrait .breadSection{
        border-bottom: none;
    }
    #CompanyPortrait .bread{
        border-bottom: 1px solid #EDEDED;
    }

    /*table*/
    #CompanyPortrait .other-introduce .other-block{
        flex: 1;
    }
    #CompanyPortrait .other-introduce .Company-profile{
        padding: 0;
    }
    #CompanyPortrait .other-introduce .Company-profile table{
        border-collapse: collapse;
        font-size: 3.7vw;
        color: #333333;
    }
    #CompanyPortrait .other-introduce .Company-profile tr:nth-of-type(odd){
        background: #F5F5F5;
    }
    #CompanyPortrait .other-introduce .Company-profile th{
        width: 23.5vw;
        padding: 2.9vw 0;
        text-align: center;
        border: 1px solid #CBCBCB;
        font-weight: 400;
    }
    #CompanyPortrait .other-introduce .Company-profile td{
        width: 69.1vw;
        border: 1px solid #CBCBCB;
        padding: 2.9vw 3.5vw;
        font-weight: 400;
    }
    #CompanyPortrait .sideSection-col-two .subSection-title .tap{
        /*margin-left: 6px;*/
    }


    /*  list  */
    #CompanyPortrait .other-introduce .comintroduce-other{
        padding: 0;
        margin-top: 5.6vw;
    }
    #CompanyPortrait .other-introduce .comintroduce-other .subSection-title{
        padding: 0;
        border: unset;
    }
    #CompanyPortrait .other-introduce .comintroduce-other .subSection-title:after{
        content: '';
        border-bottom: unset;
    }
    #CompanyPortrait .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;
    }
    #CompanyPortrait .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;
    }

}
























