﻿.aboutus_tab_wrapper {
  padding: 1rem 2rem;
  height:600px;
}
.aboutus_tab_container {
    display: flex;
    justify-content: stretch;
}
.aboutus_tab_wrapper .list_left_text {
    width: 50%;
}
.list_left_text {
    width: 50%;
    float: left;
}
.aboutus_tab_wrapper .list_left_text img {
    width: 100%;
    display: block;
}
.list_left_text img {
    width: 80%;
}
.aboutus_tab_container .list_right_img {
    display: flex;
    flex-direction: column;
    position: relative;
}
.aboutus_tab_wrapper .list_right_img {
    width: 50%;
}
.list_right_img {
    width: 49%;
    float: right;
}
.aboutus_tab_wrapper .wrapper-tabs {
    position: relative;
    margin-left: 1.5rem;
    margin-right: 2rem;
}
.list_right_img #honor_txt {
    margin-top: 0.2rem;
    font-size: 0.5rem;
    line-height: 1rem;
}
.tab-li-content {
    display: none;
    position: absolute;
    
}
.tab-li-content {
    display: none;
}
.list_right_img #honor_txt {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    line-height: 1rem;
}