body, html {

}

.banner {
    width: 1200px;
    margin: 0 auto;
}

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

.content_index {
    display: flex;
    justify-content: center;
}

.content_index .moreAboutUs {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
}

.content_index .moreAboutUs .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    background: linear-gradient(to bottom, #fff, #EEEEEE);
}

.content_index .container .content {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.content_index .moreAboutUs-data {
    width: calc(100% - 16px);
    margin: 0 auto;
    order: 1;
}

.content_index .moreAboutUs-data {
    width: 100%;
    margin: 0 auto 100px;
    order: 1;
    background: #EEEEEE;
}

.content_index .moreAboutUs-data ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0 30px;
}

.content_index .moreAboutUs-data ul li {
    padding: 0 43px;
    text-align: center;
}

.content_index .moreAboutUs-data ul li .num {
    font-family: 'PingFang Heavy';
    font-size: 65px;
    color: #ff8a00;
    line-height: 72px;
}

.content_index .moreAboutUs-data ul li p {
    font-family: 'PingFang Regular';
    font-size: 16px;
    color: #717171;
}

.content_index .moreAboutUs .textContent {
    width: 100%;
    order: 1;
    padding-bottom: 60px;
}

.content_index .moreAboutUs .title {
    color: #fcc40d;
    text-align: center;
    line-height: 1.2em;
}

.content_index .moreAboutUs .textContent {
    width: 500px;
    order: 1;
    padding: 30px 0 0 80px;
    text-align: left;
}

.content_index .moreAboutUs .textContent h2 {
    font-family: 'AdobeHeitiStd-Regular';
    font-size: 42px;
    line-height: 50px;
    color: #2c2c2c;
}

.content_index .moreAboutUs .title {
    font-size: 2.6rem;
    color: #ff8a00;
    text-align: left;
    line-height: 2.6rem;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.content_index .container .title {
    font-family: 'AdobeHeitiStd-Regular';
    font-size: 42px;
    width: 100%;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 40px;
}

.content_index .moreAboutUs .textContent > p {
    font-family: 'PingFang medium';
    color: #717171;
    font-size: 16px;
    line-height: 2rem;
    padding-right: 40px;
    padding-left: 5px;
}

.content_index .moreAboutUs-role {
    width: 500px;
    margin: 0 auto 0 auto;
    display: block;
    order: 3;
}

.content_index .moreAboutUs-role img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.content_index .moreAboutUs-list {
    width: 100%;
}

.content_index .moreAboutUs-list ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    align-items: center;
}

.content_index .moreAboutUs-list ul li {
    text-align: center;
    width: calc(30% - 8px);
    padding: 25px 0 0;
    font-size: 1rem;
    line-height: 1.75em;
}

.content_index .moreAboutUs-list ul li div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 80px;
    width: 100%;
}

.content_index .moreAboutUs-list ul li img {
    width: 50px;
    padding: 10px 0 5px;
}

.content_index .moreAboutUs-list ul li:first-child img {
    width: 38px;
}

.content_index .moreAboutUs-list ul li span {
    text-align: left !important;
    font-family: 'PingFang medium';
    line-height: 1.4em;
    color: #9f9f9f !important;
    font-size: 16px;
    display: inline-block;
    width: 105px;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .banner {
        width: 970px;
    }

    .content_index .moreAboutUs {
        max-width: 970px;
    }

    .content_index .moreAboutUs-data ul {
        display: grid;
        grid-template-columns: repeat(2, auto);
    }

    .content_index .moreAboutUs-role img {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .banner {
        width: 768px;
    }

    .content_index .moreAboutUs {
        width: 768px;
    }

    .content_index .moreAboutUs .textContent {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .banner {
        width: 100%;
    }

    .content_index .moreAboutUs {
        width: 100%;
    }

    .content_index .moreAboutUs .textContent {
        padding: 0;
    }

    .content_index .moreAboutUs-data ul {
        gap: 20px;
    }
}

@media (max-width: 568px) {
    .banner {
        width: 100%;
    }

    .content_index .moreAboutUs .textContent {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .content_index .moreAboutUs {
        width: 100%;
    }

    .content_index .moreAboutUs .textContent {
        padding: 0;
    }

    .content_index .moreAboutUs-list ul {
        width: calc(100% - 20px);
    }

    .content_index .moreAboutUs-data ul {
        gap: 20px;
        grid-template-columns: repeat(1, auto);
    }

    .content_index .moreAboutUs-role {
        padding: 0 50px;
    }

    .content_index .moreAboutUs .textContent h2 {
        width: 100%;
        font-size: 28px;
    }

    .content_index .container .title {
        width: 100%;
        font-size: 28px;
        padding: 10px 0;
    }

    .content_index .moreAboutUs-data ul li .num{
        font-size: 48px;
        line-height: 50px;
    }

    .content_index .moreAboutUs-data{
        margin: 0 auto 20px;
    }
}

