.banner {
    width: 100%;
}
.banner img {
    display: block;
    width: 100%;
}
.link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.link .line {
    width: 108px;
    height: 2px;
    background: #39B6E7;
    position: absolute;
    bottom: -1px;
    /*left: 709px;*/
    transition: 1s;
}
.en .section .content .left .numList .item p:nth-child(2) span {
    font-size: 20px;
}
.en .section .content .left .numList .item p:nth-child(2) .count-item {
    font-size: 46px;
    font-family: unset;
    font-weight: 500!important;
    margin-right: 10px;
}
.en .section .content .left>p:nth-last-of-type(1) {
    padding-bottom: 38px;
}
.link a {
    display: block;
    font-size: 20px;
    font-family: HarmonyOS;
    font-weight: 400;
    color: #232323;
    transition: 1s;
    margin-right: 118px;
}
.link a:nth-child(3) {
    margin-right: 0;
}
.link a.on {
    color: #39B6E7;
}
.link a:hover {
    color: #39B6E7;
}
.section {
    width: 100%;
    margin-bottom: 130px;
}
.section img {
    display: block;
    margin: auto;
}
.section .title {
    width: 100%;
    height: 274px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.joke {
    width: 1480px;
    margin: auto;
}
.section .title h1 {
    font-size: 48px;
    font-family: HarmonyOS-B;
    font-weight: bold;
    color: #333333;
    line-height: 274px;
}
.section .content .joke {
    display: flex;
    justify-content: space-between;
}
.section .content .left {
    padding-top: 63px;
    width: 693px;
}
.section .content .left h3 {
    font-size: 34px;
    font-family: HarmonyOS-B;
    font-weight: bold;
    color: #242424;
    margin-bottom: 77px;
}
.section .content .left>p {
    font-size: 16px;
    font-family: HarmonyOS;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 40px;
    width: 100%;
}
.section .content .left .numList .item {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 31px;
    margin-bottom: 50px;
}
.section .content .left .numList .item p:nth-child(1) {
    font-size: 16px;
    font-family: HarmonyOS;
    font-weight: 400;
    color: #333333;
}
.section .content .left .numList .item p:nth-child(2) {
    text-align: right;
}
.section .content .left .numList .item p:nth-child(2) .count-item {
    font-size: 54px;
    font-family: SuisseIntl-B;
    font-weight: bold;
    color: #39B6E7;

}
.section .content .left .numList .item p:nth-child(2) span {
    font-size: 24px;
    font-family: HarmonyOS;
    font-weight: 500;
    color: #39B6E7;
}
.section .content .right {
    width: 700px;
    height: 994px;
    overflow: hidden;
    margin-top: 58px;
}

.section .content .left .numList .item p:nth-child(1){
    width: 50%;
}
.link .line {
    width: 155px;
}
@media screen and (max-width: 1600px) {
    .joke {
        width: 90%;
    }
    .section .content .left {
        width: 45%;
    }
    .section .content .right {
        width: 45%;
    }
    .section .content .left>p {
        font-size: 14px;
        line-height: 28px;
    }

}
@media screen and (max-width: 1440px) {
    .en .section .content .left .numList .item p:nth-child(2) .count-item {
        font-size: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .banner {
        height: 40vh;
    }
    .banner img {
        height: 100%;
    }
    .link {
        height: 50px;
        padding: 0 30px;
        justify-content: space-between;
    }
    .link a {
        margin-right: 0;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        height: 100%;
        width: 33.333%;
    }
    .link .line {
        width: 84px;
    }
    .section .title {
        height: 150px;
        display: flex;
        align-items: center;
    }
    .section .title h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .section .content .joke {
        flex-direction: column;
    }
    .section .content .left {
        width: 100%;
    }
    .section .content .left h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section .content .left {
        padding-top: 50px;
    }
    .section .content .left .numList .item p:nth-child(2) .count-item {
        font-size: 28px;
    }
    .section .content .left .numList .item p:nth-child(2) span {
        font-size: 14px;
        margin-left: 5px;
    }
    .section .content .left .numList .item {
        margin-bottom: 30px;
    }
    .section .content .right {
        width: 100%;

    }
    .section .content .right img {
        width: 100%;
    }
    .section .content .left>p:nth-of-type(3n) {
        display: none;
    }
    .section .content .right {
        height: auto;
    }
}
@media screen and (max-width: 414px) {
    .link{
        overflow-x: scroll;
    }
    .link::-webkit-scrollbar{
        display: none;
    }
    .link a{
        width: auto;
        margin-right: 30px;
        white-space: nowrap;
    }
}
