

.ab_company {width:100%;padding: 3rem 0;display: flex;align-items: center}
.ab_company .left {width:50%;}
.ab_company .tt{ padding-bottom: 1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e5e5e5;}
.ab_company .tt h3{ font-size: 2.2rem; color: #272727; font-weight: bold;}
.ab_company .con{ color: #767676; line-height: 30px;text-indent: 30px;text-align: justify;}
.ab_company .con p {font-size:1rem;}
.ab_company .right {width:45%;margin-left: 5%;}
.ab_company .right img{ width: 100%;}


@media  screen and (max-width: 1000px){
    .ab_company {display: block;}
    .ab_company .left {width:100%;margin-bottom: 2rem;}
    .ab_company .right {width:100%;margin: 0;}
}