.aboutNav {
    height: 118px;
    width: 90%;
    max-width: 1440px;
    position: relative;
    margin: auto;
    background: #FFFFFF;
    animation: donghua1 0.8s ease-out forwards;
    margin-top: -46px;
    box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
    display: flex;
}

.aboutNav img {
    width: 58px;
    height: 58px;
    margin-right: 30px;
}

.banner {
    animation: donghua4 0.8s ease-out forwards;
    position: relative;
    border-radius: 0 0 0 25% / 50% !important;
    overflow: hidden;
}

.wrapper {
    min-height: 100vh;
    background: #F7F8FC;
}

.aboutNav a {
    height: 100%;
    display: block;
    flex: 1;
}

.aboutNav div {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    justify-content: center;
    flex: 1;
}

.aboutNav .active .noHover {
    display: none;
}

.aboutNav .active .hover {
    display: block;
}

.aboutNav .hover {
    display: none;
}

.aboutNav .active {
    color: #FFFFFF;
    background: #F39800;
}

.aboutNav div:hover {
    color: #F39800;
}

.aboutNav div.active:hover {
    color: #FFFFFF;
}


.newsListTop {
    width: 90%;
    max-width: 1440px;
    display: flex;
    margin: 60px auto 63px;
    justify-content: space-between;
    align-items: center;
}

.newsListTitle {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #372200;
    text-indent: 30px;
    position: relative;
}

.newsListTitle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    background: #F39800;
    top: 9px;
    left: 0;
}

.seachBox {
    width: 463px;
    height: 62px;
    display: flex;
    align-items: center;
    border-radius: 31px;
    border: 2px solid #CCCCCC;
}

.seachBox img {
    width: 24px;
    height: 24px;
    margin-left: 30px;
}

.visionLi {
    opacity: 0;
}

.seachBox input {
    margin-left: 20px;
    background: unset;
    height: 100%;
    flex: 1;
    font-size: 20px;
    margin-right: 20px;
}

.seachBox input::-webkit-input-placeholder {
    color: #CCCCCC;
}


.firstNew {
    width: 90%;
    height: 408px;
    max-width: 1440px;
    position: relative;
    margin: auto;
}

.firstNew:hover img {
    transform: scale(1.1);
}

.firstImg {
    width: 56.8%;
    opacity: 0;
    z-index: 2;
    overflow: hidden;
    max-width: 819px;
    height: 381px;
    position: absolute;
    left: 0;
    top: 0;
}

.firstImg img {
    width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: cover;
}

.firstNewItem {
    max-width: 790px;
    width: 54.8%;
    height: 342px;
    right: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
    border-radius: 4px;
}

.firstNewItem .time {
    margin-left: 30.13%;
    display: flex;
    padding-top: 32px;
}

.date {
    margin-right: 22px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #F39800;
}

.year {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    margin-top: 11px;
}

.firstNewItem .title {
    margin-left: 30.13%;
    margin-top: 21px;
    margin-right: 32px;
    line-height: 28px;
    font-size: 20px;
    position: relative;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
}

.firstNewItem .title::after {
    content: "";
    width: 23px;
    height: 4px;
    background: #F39800;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.firstNewItem .detail {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-left: 30.13%;
    margin-right: 32px;
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-top: 33px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #555555;
}

.firstNew .more {
    width: 143px;
    height: 42px;
    border-radius: 21px;
    float: right;
    display: flex;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    margin-top: 41px;
    transition: .5s;
    cursor: pointer;
    justify-content: center;
    margin-right: 32px;
    align-items: center;
    border: 1px solid #C6C7C8;
}

.firstNew:hover .more {
    color: #F39800;
}

.more img {
    width: 12px;
    height: 8px;
    margin-right: 9px;
}

.newsList a {
    margin-bottom: 20px;
    display: block;
    opacity: 0;
}

.newsList a:last-child {
    margin-bottom: 0;
}

.newLi {
    padding-bottom: 34px;
    position: relative;
    display: flex;
    padding-top: 38px;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
    border-radius: 5px;
}

.newLi.content .newImg {
    display: none;
}

.newsList {
    width: 90%;
    max-width: 1440px;
    margin: 40px auto 34px;
}

.newLi .time {
    margin-left: 55px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F39800;
}

.newLi .newTitle {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 11px;
    text-overflow: ellipsis;
    margin-left: 55px;
    margin-right: 55px;
}


.newLi .detail {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-top: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 55px;
    margin-left: 55px;
    color: #666666;
}

.newLi .newLeft {
    width: calc(100% - 400px);
}

.newLi.content .newLeft {
    width: 100%;
}

.newLi .detail {
    white-space: unset;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.newLi::after {
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #F39800;
}

.newLi:hover::after {
    width: 100%;
}

.newImg {
    width: 352px;
    height: 220px;
    margin-right: 57px;
}

.newImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.newLi .more {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    margin-top: 21px;
    transition: .5s;
    margin-top: 33px;
    margin-left: 55px;
    display: flex;
    margin-right: 32px;
    align-items: center;
}



.content {
    margin-bottom: 47px;
}

.bannerItem {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    max-width: 1440px;
}

.bannerItem>* {
    margin-left: 28px;
}

.bannerItem p {
    font-size: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 70px;
}

.bannerItem::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 60px;
    background: #F39800;
    top: 5px;
    left: 0;
}


.visionTitle {
    animation: donghua1 0.8s ease-out forwards;
    max-width: 1440px;
    opacity: 0;
    width: 90%;
    text-align: center;
    margin: 60px auto 100px;
}

.visionTitle p {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
}

.visionList>div {
    width: 90%;
    max-width: 1680px;
    cursor: default;
    margin-left: auto;
    box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 100px;
}

.visionList>div img {
    transition: .5s;

}

.visionList>div:hover img {
    transform: scale(1.1);
}

.visionList {
    position: relative;
}

.visionList::before {
    content: "";
    width: 823px;
    right: 0;
    position: absolute;
    top: -99px;
    height: 233px;
    background: url(../images/visionBj.png) center center / 100% 100%;
}

.visionList::after {
    content: "";
    width: 823px;
    left: 0;
    position: absolute;
    bottom: 487px;
    height: 233px;
    background: url(../images/visionBj.png) center center / 100% 100%;
}

.visionList>div:nth-child(2) {
    margin-left: 0;
    margin-right: auto;
}

.listItem p {
	max-height:100px;
    width: 90%;
    overflow: auto;
    max-width: 400px;
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.listItem p::-webkit-scrollbar {
    width: 4px;
}
.listItem span::-webkit-scrollbar {
    width: 4px;
}
.listItem p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #222222;
    -webkit-box-shadow: inset 0 0 1px #1b6cab;
}

.listItem p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #666666;
    border-radius: 10px;
}
.listItem span::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #222222;
    -webkit-box-shadow: inset 0 0 1px #1b6cab;
}

.listItem span::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #666666;
    border-radius: 10px;
}
.listItem span {
    overflow: auto;
	
	max-height:200px;
    width: 90%;
    max-width: 400px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: block;
}

.visionLi:last-child {
    margin-bottom: 0;
}

.dh4 .listItem {
    animation: donghua1 0.8s ease-out forwards;
}

.listItem {
    top: 25.13%;
    opacity: 0;
    left: 12.73%;
    position: absolute;
}

.visionList>div:nth-child(2) .listItem {
    left: unset;
    right: 25.3%;
}


.company_verview {
    width: 90%;
    position: relative;
    max-width: 1440px;
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin: 76px auto 0;
}

.verviewTitle {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    position: relative;
    color: #372200;
    text-indent: 30px;
    margin-bottom: 108px;
}

.verviewTitle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    background: #F39800;
    top: 9px;
    left: 0;
}

.verviewLeft {
    opacity: 0;
    width: 48%;
}

.verviewTitle1 {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    margin-bottom: 29px;
}

.verviewDetail {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    line-height: 32px;
}

.verviewRight {
    overflow: hidden;
    width: 47%;
    opacity: 0;
    margin-top: 24px;
}

.verviewRight img {
    transition: .5s;
}

.verviewRight:hover img {
    transform: scale(1.1);
}

.company_verviewItem1 {
    position: relative;
    margin-bottom: 194px;
}

.company_verviewItem1::before {
    content: "";
    position: absolute;
    width: 72.5%;
    right: 0;
    height: 433px;
    bottom: -60px;
    background: #EDF4F4;
}

.company_verviewItem2 {
    position: relative;
    margin-bottom: 172px;
}

.company_verviewItem2::after {
    width: 754px;
    height: 212px;
    content: "";
    position: absolute;
    background: url(../images/visionBj.png) center center / 100% 100%;
    right: 0;
    top: -74px;
}

.verviewItem {
    position: relative;
    width: 90%;
    max-width: 1440px;
    display: flex;
    margin: auto;
    align-items: flex-start;
}

.verviewItemLeft {
    width: 327px;
    opacity: 0;
    height: 491px;
    overflow: hidden;
    margin-right: 111px;
}

.verviewItemLeft:hover img {
    transform: scale(1.1);
}

.verviewItemLeft img {
width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.verviewItemTitle {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 50px;
    margin-top: 64px;
    margin-bottom: 128px;
}

.verviewItem_right {
    flex: 1;
    opacity: 0;
}

.verviewItemDetail p {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
}

.verviewItemDetail p::after {
    width: 11px;
    height: 11px;
    background: #EDF4F4;
    border: 2px solid #F39800;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    transform: rotateZ(45deg);
}

.company_verviewItem2::before {
    height: 311px;
    background: #EDF4F4;
    width: 87.5%;
    content: "";
    left: 0;
    bottom: -66px;
    position: absolute;
}

.verviewItemDetail1 {
    margin-top: 30px;
}

.verviewItem1 {
    width: 90%;
    max-width: 1500px;
    position: relative;
    margin-left: 12.5%;
}

.company_verviewItem3 {
    position: relative;
    opacity: 0;
}

.verviewItemDetail1 {
    margin-left: 60px;
    margin-right: 60px;
}

.verviewItemImg {
    margin-left: 60px;
    width: 84.6%;
    margin-right: 60px;
    overflow: hidden;
}

.verviewItemImg img {
    transition: .5s;
}

.verviewItemImg:hover img {
    transform: scale(1.1);
}

.company_verviewItem3::before {
    content: "";
    position: absolute;
    height: 570px;
    background: #EDF4F4;
    width: 87.5%;
    right: 0;
    bottom: -59px;
}

.company_verviewItem3::after {
    content: "";
    position: absolute;
    background: url(../images/fontImg.png) center center / 100% 100%;
    width: 87px;
    height: 754px;
    left: 0;
    bottom: -8px;
}

.company_verviewBox {
    margin-bottom: 119px;
}

.verviewItemDetail1 p {
    font-size: 16px;
    width: 100%;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555555;
    line-height: 32px;
    margin-bottom: 13px;
}

.verviewItemDetail1 span {
    display: block;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
}

.chartImg {
    width: 90%;
    max-width: 1440px;
    animation: donghua1 0.8s ease-out forwards;
    margin: 59px auto 43px;
}

.pcchartImg {
    width: 90%;
    margin: auto;
}

.chartImg .phonechartImg {
    display: none;
}

.qualificationBox {
    width: 90%;
    animation: donghua1 0.8s ease-out forwards;
    max-width: 1440px;
    margin: 101px auto 48px;
}

.qualificationTitle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    background: #F39800;
    top: 9px;
    left: 0;
}

.qualificationTitle {
    text-indent: 30px;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #372200;
    position: relative;
    margin-bottom: 51px;
}

.qualificationList {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.qualificationLi {
    width: calc(25% - 20px);
    height: 293px;
    cursor: pointer;
    margin-right: 20px;
    background: #fff;
    padding-top: 30px;
    margin-bottom: 30px;
}

.qualificationLi:hover img {
    transform: scale(1.1);
}

.qualificationLi div {
    margin-left: 20px;
    margin-right: 20px;
}

.qualificationImg {
    overflow: hidden;
    height: 198px;
}

.qualificationImg img {
    width: 100%;
    transition: .5s;
    height: 100%;
    object-fit: cover;
}

.qualificationText {
    text-align: center;
    padding-top: 19px;
    font-size: 16px;
    margin-top: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    border-top: 1px solid #EAEAEA;
}

.qualificationPopup {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.qualificationPop {
    max-width: 909px;
    width: 90%;
    height: 485px;
    transition: ease 1.5s all;
    transform: translate(0px, -20px);
    opacity: .7;
    background: #FFFFFF;
    border: 1px solid #979797;
}

.qualificationPop.on {
    transform: translate(0px, 0px);
    opacity: 1;
}

.popImg {
    width: 369px;
    height: 265px;
    margin-right: 26px;
}

.popImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popupTop {
    margin-left: 33px;
    margin-right: 30px;
    display: flex;
    padding-top: 64px;
    justify-content: space-between;
}

.popText img {
    width: 452px;
    height: 49px;
    margin-top: 23px;
    margin-bottom: 44px;
}

.popText div {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 33px;
}

.qualificationPop .switch div {
    width: 47px;
    cursor: pointer;
    height: 43px;
    margin-right: 11px;
}

.qualificationPop .switch {
    margin-left: 32px;
    margin-top: 53px;
    display: flex;
    align-items: center;
}

.qualificationClose {
    width: 67px;
    position: absolute;
    right: -70px;
    top: 0;
    cursor: pointer;
}

.pages img {
    width: 51px;
    height: 51px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(196, 196, 196, 0.5);
    text-align: center;
    line-height: 51px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    border-radius: 50%;
    margin-right: 15px;
    color: #999999;
}

@media (max-width:1440px) {
    .aboutNav div {
        font-size: 16px;
    }

    .aboutNav img {
        margin-right: 15px;
    }
}

@media (max-width:1000px) {
    .aboutNav {
        height: 45px;
        overflow-x: auto;
        margin: -40px auto 0;
    }

    .aboutNav a {
        height: 45px;
    }

    .company_verview {
        margin-top: 40px;
    }

    .chartImg .pcchartImg {
        display: none;
    }

    .chartImg .phonechartImg {
        display: block;
    }

    .aboutNav div {
        width: 200px;
        display: flex;
    }

    .aboutNav img {
        margin-left: 20px;
    }

    .aboutNav div p {
        font-size: 16px;
        padding: 0 35px;
		text-align:center;
        white-space: nowrap;
        flex: 1;
    }

    .newsListTop {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }


    .newsListTitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .seachBox {
        width: 100%;
    }

    .firstNew {
        height: unset;
    }

    .firstNew>* {
        position: relative;
    }

    .firstImg {
        width: 100%;
        height: 200px;
        animation: donghua1 0.8s ease-out forwards;
        margin: auto;
    }

    .firstNewItem {
        height: unset;
        animation: donghua1 0.8s ease-out forwards;
        padding-bottom: 40px;
        margin-top: 20px;
        width: 100%;
    }

    .firstNewItem>* {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .firstNew .more {
        margin-left: auto;
        float: unset;
        margin-right: 20px !important;
    }

    .newLi {
        display: flex;
        flex-direction: column-reverse;
    }

    .newLi .detail {
        margin-right: 0;
    }

    .seachBox {
        height: 50px;
    }

    .newImg {
        width: 90%;
        height: 200px;
        margin-right: 0;
    }

    .newLi .newLeft {
        margin-top: 20px;
        width: 90% !important;
    }

    .newLi.content .newLeft {
        width: 90% !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    .newLeft>* {
        margin-left: 0 !important;
    }

    .newsListTitle::after {
        top: 5px;
    }

    .company_verview {
        flex-direction: column-reverse;
    }

    .verviewLeft {
        width: 100%;
        margin-top: 40px;
    }

    .verviewRight {
        width: 100%;
		margin-top:0;
    }
.company_verviewBox{margin-bottom:40px}
    .verviewTitle {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .verviewTitle1 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .aboutNav img {
        display: none !important;
    }

    .verviewItemLeft {
        width: 100%;
        margin-right: 0;
    }

    .company_verviewItem3::before {
        display: none;
    }

    .company_verviewItem3::after {
        display: none;
    }

    .verviewItem {
        display: block;
    }

    .verviewItemTitle {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .verviewItemDetail p {
        font-size: 16px;
    }

    .verviewItem1 {
        margin: auto;
    }

    .verviewItemImg {
        width: 100%;
        margin: auto;
    }

    .verviewItemDetail1 {
        margin: 20px 0 0;
        width: 100%;
    }

    .company_verviewItem2 {
        margin-bottom: 60px;
    }

    .company_verviewItem2::before {
        display: none;
    }

    .company_verviewItem1::before {
        display: none;
    }

    .company_verviewItem2::after {
        display: none;
    }

    .company_verviewItem1 {
        margin-bottom: 60px;
    }

    .visionTitle p {
        font-size: 20px;
    }

    .visionList::before {
        display: none;
    }

    .visionList::after {
        display: none;
    }

    .visionTitle {
        margin: 40px auto;
    }

    .popupTop {
        max-height: 350px;
        overflow: auto;
        display: block;
        padding-top: 40px;
    }

    .popText div {
        font-size: 18px;
    }

    .qualificationPop .switch {
        margin-top: 40px;
    }

    .popImg {
        margin-right: 0;
    }

    .visionList>div,
    .visionList>div:nth-child(2) {
        margin: auto;
        margin-bottom: 60px;
    }

    .qualificationPop {
        height: unset;
        padding-bottom: 40px;
    }

    .popImg {
        max-width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    .popText img {
        max-width: 100%;
        height: unset;
    }

    .qualificationClose {
        width: 45px;
        right: 0;
    }

    .popText img {
        margin-bottom: 20px;
    }

    .visionList>div img {
        height: 200px;
        object-fit: cover;
    }

    .listItem p {
    max-height: 25px;
        margin-bottom: 20px;
        font-size: 20px;
    }
.listItem span{
	max-height:60px
}
    .visionList>div:nth-child(2) .listItem {
        left: 40px;
        right: 40px;
    }

    .listItem {
        left: 40px;
        right: 40px;
    }

    .verviewLeft,
    .verviewRight,
    .visionTitle {

        animation: donghua1 0.8s ease-out forwards;
    }

    .visionLi:nth-child(1) {

        animation: donghua4 0.8s ease-out forwards;
    }

    .qualificationBox {
        margin-top: 40px;
    }

    .qualificationTitle {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .qualificationList {
        display: block;
        margin: 0;
    }

    .qualificationLi {
        width: 100%;
        margin-right: 0;
    }
}