@charset "utf8";
.page-child-banner {
    background-image: url(../../img/about/philosophy__02.png);
}

.company-two-row {
    padding-top: 5px;
}

.sub-tt-3-item {
    margin-top: 35px;
}

.sub-tt-3-item.s1 {
    margin-top: 53px;
}

.sub-desc-3-item {
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sub-tt-3-item.s2 {
    margin-top: 106px;
}


@media screen and (max-width:900px){
    .company-two-row{
        padding-top: 0;
    }

    .sub-tt-3-item,.sub-tt-3-item.s1,.sub-tt-3-item.s2{
        margin-top: 30px;
    }
}

@media screen and (max-width:767px) {
    .company-two-row {
        padding-top: 0;
    }
    .sub-tt-3-item {
        margin-top: 20px;
    }
    .company-three-row li{
        padding-left: 0;
    }

    .sub-tt-3-item.s2{
       margin-top: 50px;
    }

    .company-three-row ul{
        max-width: 350px;
        margin: 0 auto;
    }

    .sub-tt-3-item{
        text-align: left;
    }

    .sub-tt-3-item br{
        display: none;
    }


}

@media screen and (max-width:480px) {
    .sub-tt-3-item {
        font-size: 20px;
    }

    .company-two-row > br{
        display: none;
    }

    .sub-tt-3-item{
        padding-bottom: 20px;
    }
}

@media screen and (max-width:375px) {
    .sub-tt-3-item {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sub-tt-3-item.s1 {
        margin-top: 30px;
    }
    .sub-tt-3-item.s2 {
        margin-top: 30px;
    }

    .company-three-row li {
        font-size: 15.5px;
        padding-right: 0;
        padding-left: 0px;
        margin-bottom: 8px;
    }

    .title-page-banner span{
        padding-left: 35px;
    }
}

/* 2019 10 16 */
.breadcrumb-page {
    max-width: 1060px;
}

.breadcrumb-page-item:last-child {
    border-right: none;
}

@media screen and (max-width:1230px){
    .breadcrumb-page-item a{
        font-size: 13px;
    }
}

@media screen and (max-width:1100px){
    .breadcrumb-page-item a{
        font-size: 12px;
    }
}

@media screen and (max-width:767px){
    .breadcrumb-page-item {
        width: 50%;
    }

    .breadcrumb-page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }

    .breadcrumb-page-item:nth-child(2n) {
        border-right: 1px solid #fff;
    }

    .breadcrumb-page-item:nth-child(2n){
        border-right:1px solid #fff;
    }
}

@media screen and (max-width:480px) {
    .breadcrumb-page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }

    .breadcrumb-page-item:last-child{
        width: 100%;
    }

    .breadcrumb-page-item:nth-last-child(2){
        border-right: none;
    }

}
