.about_container { margin: 40px 0; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; }

.about_container .text_box { flex: 1; text-align: justify; }

.about_container .text_box .text_p { margin-bottom: 20px; }

.about_container .img_box { width: auto; height: auto; }

.about_container .img_box .img { width: 100%; height: 100%; display: block; }

.ab_title { display: flex; align-items: center; margin: 30px 0; color: #333; }

.ab_title .ab_title_cn { font-size: 20px; padding-right: 6px; }

.ab_title .ab_title_en { border-left: 2px solid #6c7abf; padding-left: 6px; font-size: 20px; }
