.bannder {

    width: 100%;

    position: relative;

    overflow: hidden;

}

.maxWidth {
    position: relative;
}


.bannder .ban2 {

    position: absolute;

    right: 0;

    top: 0;

}

.aboutImg {
    width: 550px;
    height: 120px;
}

.aboutImg img {
    width: 100%;
    height: 100%;
}


.textConten {

    font-size: 18px;

    line-height: 36px;

    color: #000000;

    /*text-align: center;*/


}

.textConten p {
    line-height: 2em;
    /*text-align: center !important;*/
}


.companyProfile p {

    margin-bottom: 0;

}



.mbStyle {

    margin-bottom: 50px;

}



/*.companyOrganization {*/

/*    text-align: center;*/

/*}*/



.titleStyle {

    margin-bottom: 60px;

}

.styleMargin {

    margin-bottom: 33px;

}

.styleMargin p {
    line-height: 2em;
    /*text-align: center !important;*/
}

@media (max-width: 750px) {

    .bannder .ban2 {

        width: 40%;

    }

    .topBander .rightImg {
        max-width: 55%;
        max-height: 45px;
    }

    .mbStyle {

        margin-bottom: 20px;

    }



    .textConten {

        font-size: 14px;

        line-height: 25px;

    }

    .titleStyle {

        margin-bottom: 25px;

    }

    .titleStyle h3 {

        font-size: 21px;

        margin-bottom: 0;

    }

    .titleStyle span {

        font-size: 12px;

    }

}