.aboutUs * {
    margin: 0;
    padding: 0;
}
@keyframes animate_breath {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.aboutUs {
    color: #17292A;
}
.aboutUs .section__container {
    margin: 0 16px;
}
.aboutUs .section__Wrap {
    max-width: 1920px;
    margin: 0 auto;
}
.aboutUs .section__title {
    padding: 40px 0 32px;
    font-size: 22px;
    color: #17292A;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    font-weight: 800;
}
@media only screen and (min-width: 670px) and (max-width: 749px) {
    .aboutUs .section__container {
        max-width: 702px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .aboutUs .section__container {
        margin: 0 24px;
    }
    .aboutUs .section__title {
        font-size: 24px;
        line-height: 28px;
        padding: 60px 0 20px;
    }
}
@media only screen and (min-width: 912px) and (max-width: 1023px) {
    .aboutUs .section__container {
        max-width: 864px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .aboutUs .section__container {
        margin: 0 80px;
        max-width: 1280px;
    }
}
@media only screen and (min-width: 1280px) {
    .aboutUs .section__title {
        font-size: 32px;
        line-height: 38px;
        padding: 64px 0 24px;
    }
}
@media only screen and (min-width: 1440px) {
    .aboutUs .section__container {
        margin: 0 auto;
    }
    .aboutUs .section__title {
        font-size: 40px;
        line-height: 48px;
        padding: 80px 0 32px;
    }
}
.aboutUs .banner {
    position: relative;
    font-size: 0;
}
.aboutUs .banner .banner__picture {
    font-size: 0;
    height: 0;
    padding-bottom: calc(1600/1500*100%);
}
.aboutUs .banner__wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.aboutUs .banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    font-weight: 200;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.aboutUs .banner__inner p {
    margin-top: 24px;
}
@media only screen and (min-width: 768px) {
    .aboutUs .banner .banner__picture {
        padding-bottom: calc(1500/3840*100%);
    }
    .aboutUs .banner__inner {
        font-size: 18px;
        line-height: 22px;
    }
    .aboutUs .banner__inner p {
        margin-top: 16px;
    }
    .aboutUs .banner__inner p br {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .aboutUs .banner__inner {
        font-size: 22px;
        line-height: 26px;
    }
    .aboutUs .banner__inner p {
        margin-top: 24px;
    }
}
@media only screen and (min-width: 1280px) {
    .aboutUs .banner__inner {
        font-size: 24px;
        line-height: 28px;
    }
    .aboutUs .banner__inner p {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1440px) {
    .aboutUs .banner__inner {
        font-size: 28px;
        line-height: 34px;
    }
    .aboutUs .banner__inner p {
        margin-top: 32px;
    }
}
.aboutUs .introduce {
    background-color: #F4F5F6;
    padding-bottom: 40px;
}
.aboutUs .introduce .content {
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 22px;
}
@media only screen and (min-width: 768px) {
    .aboutUs .introduce {
        padding-bottom: 60px;
    }
    .aboutUs .introduce .content {
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 1280px) {
    .aboutUs .introduce {
        padding-bottom: 64px;
    }
}
@media only screen and (min-width: 1440px) {
    .aboutUs .introduce {
        padding-bottom: 80px;
    }
    .aboutUs .introduce .content {
        font-size: 18px;
        line-height: 28px;
    }
}
.aboutUs .offer img {
    width: 100%;
}
.aboutUs .offer__list__wrap {
    padding: 32px 16px;
}
.aboutUs .offer ol {
    list-style: none;
}
.aboutUs .offer ol li {
    font-size: 0;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}
.aboutUs .offer ol li .offer__picture {
    font-size: 0;
    height: 0;
    padding-bottom: calc(940/1500*100%);
}
.aboutUs .offer ol li .title {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 16px;
}
.aboutUs .offer ol li p {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .aboutUs .offer__list__wrap {
        position: absolute;
        top: 50%;
        left: 48px;
        transform: translateY(-50%);
        width: 40%;
        padding: 0;
    }
    .aboutUs .offer ol li {
        text-align: left;
        position: relative;
    }
    .aboutUs .offer ol li .offer__picture {
        padding-bottom: calc(1200/3840*100%);
    }
    .aboutUs .offer ol li:nth-child(2n) .offer__list__wrap {
        right: 48px;
        left: inherit;
    }
    .aboutUs .offer ol li .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .aboutUs .offer ol li p {
        font-size: 12px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .aboutUs .offer__list__wrap {
        left: 80px;
    }
    .aboutUs .offer ol li:nth-child(2n) .offer__list__wrap {
        right: 80px;
        left: inherit;
    }
    .aboutUs .offer ol li .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .aboutUs .offer ol li p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media only screen and (min-width: 1280px) {
    .aboutUs .offer ol li .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .aboutUs .offer ol li p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 1440px) {
    .aboutUs .offer__list__wrap {
        left: calc((100% - 1280px)/2);
        max-width: 440px;
    }
    .aboutUs .offer ol li:nth-child(2n) .offer__list__wrap {
        right: calc((100% - 1280px)/2);
        left: inherit;
    }
}
@media only screen and (min-width: 1600px) {
    .aboutUs .offer ol li .title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 32px;
    }
    .aboutUs .offer ol li p {
        font-size: 18px;
        line-height: 28px;
    }
}
.aboutUs .standout img {
    width: 100%;
}
.aboutUs .standout__tabs {
    overflow: hidden;
}
.aboutUs .standout__tabs .standout__picture{
    font-size: 0;
    height: 0;
    padding-bottom: calc(240/1500*100%);
}
.aboutUs .standout__tabs .currentTab {
    display: none;
}
.aboutUs .standout__tabs__tab {
    cursor: pointer;
    position: relative;
    font-size: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.aboutUs .standout__tabs__tab:hover {
    transform: scale(1.05);
}
.aboutUs .standout__tabs__tab:hover .wrap {
    background-color: rgba(0, 0, 0, 0);
}
.aboutUs .standout__tabs__tab .wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 17px;
}
.aboutUs .standout__tabs__tab .wrap br {
    display: none;
}
.aboutUs .standout__tabs__tab .wrap .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.aboutUs .standout .active {
    display: block;
    background-color: #000000;
}
.aboutUs .standout .standout__active__picture{
    font-size: 0;
    height: 0;
    padding-bottom: calc(1200/1920*100%);
}
.aboutUs .standout__wrap {
    background-color: #000000;
}
.aboutUs .standout__content {
    display: none;
    font-size: 0;
    background-color: #000000;
    color: #ffffff;
    opacity: 0;
    transition: all 1s;
}
.aboutUs .standout__content__word {
    padding: 32px 16px;
    text-align: center;
}
.aboutUs .standout__content__word .title {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 16px;
}
.aboutUs .standout__content__word p {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .aboutUs .standout__wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    .aboutUs .standout .standout__active__picture {
        padding-bottom: calc(1200/1920*50%);
    }
    .aboutUs .standout__tabs .standout__picture{
        font-size: 0;
        height: 0;
        padding-bottom: calc(1200/1920*100%);
    }
    .aboutUs .standout .active {
        display: flex;
    }
    .aboutUs .standout__content {
        display: none;
        flex-direction: row-reverse;
    }
    .aboutUs .standout__content > div {
        flex: 1;
    }
    .aboutUs .standout__content__word {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }
    .aboutUs .standout__content__word > div {
        margin: 0 0 0 48px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .aboutUs .standout__content__word .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .aboutUs .standout__content__word p {
        font-size: 12px;
        line-height: 20px;
    }
    .aboutUs .standout__tabs {
        display: flex;
    }
    .aboutUs .standout__tabs__tab .wrap {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
    }
    .aboutUs .standout__tabs__tab .wrap br {
        display: block;
    }
}
@media only screen and (min-width: 1024px) {
    .aboutUs .standout__content__word > div {
        margin: 0 48px 0 80px;
    }
    .aboutUs .standout__content__word .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .aboutUs .standout__content__word p {
        font-size: 14px;
        line-height: 22px;
    }
    .aboutUs .standout__tabs__tab .wrap {
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1280px) {
    .aboutUs .standout__content__word .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
        max-width: 440px;
    }
    .aboutUs .standout__content__word p {
        font-size: 16px;
        line-height: 26px;
        max-width: 440px;
    }
    .aboutUs .standout__tabs__tab .wrap {
        font-size: 30px;
        line-height: 36px;
    }
}
@media only screen and (min-width: 1440px) {
    .aboutUs .standout__content__word > div {
        margin: 0 0 0 calc(100% - 640px);
    }
}
@media only screen and (min-width: 1600px) {
    .aboutUs .standout__content__word .title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 32px;
    }
    .aboutUs .standout__content__word p {
        font-size: 18px;
        line-height: 28px;
    }
    .aboutUs .standout__tabs__tab .wrap {
        font-size: 32px;
        line-height: 38px;
    }
}
.aboutUs .profession .profession__picture{
    font-size: 0;
    height: 0;
    padding-bottom: 100%;
}
.aboutUs .profession ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
}
.aboutUs .profession ol li {
    width: calc((100% - 39px)/2);
    text-align: center;
    margin-right: 39px;
    margin-bottom: 32px;
}
.aboutUs .profession ol li:nth-child(2n) {
    margin-right: 0;
}
.aboutUs .profession ol li .title {
    margin: 12px 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 17px;
}
.aboutUs .profession ol li .content {
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
}
@media only screen and (min-width: 768px) {
    .aboutUs .profession ol {
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 40px 0 60px;
    }
    .aboutUs .profession ol li {
        width: calc((100% - 120px)/3);
        margin: 0;
    }
    .aboutUs .profession ol li img {
        width: 180px;
    }
    .aboutUs .profession ol li .title {
        font-size: 18px;
        line-height: 22px;
        margin: 17px 0 13px 0;
        min-height: 44px;
    }
    .aboutUs .profession ol li .content {
        font-size: 14px;
        line-height: 22px;
    }
}
@media only screen and (min-width: 1024px) {
    .aboutUs .profession ol li {
        width: calc((100% - 124px)/3);
        margin: 0;
    }
    .aboutUs .profession ol li img {
        width: 220px;
    }
    .aboutUs .profession ol li .title {
        font-size: 20px;
        line-height: 24px;
        margin: 24px 0 16px 0;
        min-height: 48px;
    }
    .aboutUs .profession ol li .content {
        font-size: 16px;
        line-height: 22px;
    }
}
@media only screen and (min-width: 1280px) {
    .aboutUs .profession ol {
        padding: 40px 0 64px;
    }
    .aboutUs .profession ol li {
        width: calc((100% - 160px)/3);
        margin: 0;
    }
    .aboutUs .profession ol li img {
        width: 240px;
    }
    .aboutUs .profession ol li .title {
        font-size: 22px;
        line-height: 26px;
        margin: 32px 0 16px 0;
        min-height: 48px;
    }
    .aboutUs .profession ol li .content {
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 1440px) {
    .aboutUs .profession ol {
        padding: 40px 0 64px;
    }
    .aboutUs .profession ol li {
        width: calc((100% - 200px)/3);
        margin: 0;
    }
    .aboutUs .profession ol li img {
        width: 288px;
    }
    .aboutUs .profession ol li .title {
        font-size: 24px;
        line-height: 28px;
        margin: 40px 0 16px 0;
        min-height: 28px;
    }
    .aboutUs .profession ol li .content {
        font-size: 18px;
        line-height: 28px;
    }
}

.aboutUs .profession .section__power {
    display: flex;
    flex-wrap: wrap;
}
.aboutUs .profession .section__power .item {
    width: 50%;
}
.aboutUs .profession .section__power .item .image {
    font-size: 0;
    height: 0;
    padding-bottom: calc(960/1920*100%);
}
.aboutUs .profession .section__power .item .words {
    padding: 40px 80px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.aboutUs .profession .section__power .item .words h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1439px) {
    .aboutUs .profession .section__power .item .words {
        padding: 40px 64px;
        font-size: 16px;
        line-height: 26px;
    }
    .aboutUs .profession .section__power .item .words h2 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1279px) {
    .aboutUs .profession .section__power .item .words {
        padding: 32px 56px;
        font-size: 16px;
        line-height: 22px;
    }
    .aboutUs .profession .section__power .item .words h2 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 1023px) {
    .aboutUs .profession .section__power .item .words {
        padding: 24px 48px;
        font-size: 14px;
    }
    .aboutUs .profession .section__power .item .words h2 {
        font-size: 18px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .aboutUs .profession .section__power .item {
        width: 100%;
    }
    .aboutUs .profession .section__power .item .image {
        font-size: 0;
        height: 0;
        padding-bottom: calc(750/1500*100%);
    }
    .aboutUs .profession .section__power .item .words {
        text-align: center;
        padding: 32px 16px;
        font-size: 12px;
        line-height: 19px;
    }
}
