.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;
}
.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 {
    margin-bottom: 130px;
}
.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 .secTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 63px;
    margin-bottom: 150px;
}
.section .content .secTop h3 {
    font-size: 34px;
    font-family: HarmonyOS-B;
    font-weight: bold;
    color: #242424;
    line-height: 44px;
}
.section .content .secTop p {
    width: 792px;
    font-size: 18px;
    font-family: HarmonyOS;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 40px;
}
.section .content .img {
    width: 100%;
}
.section .content .img img {
    width: 100%;
    display: block;
}

.section .content .secTop h3{
    font-size: 26px;
    line-height: 36px;
    margin-right:30px;
}
.link .line {
    width: 155px;
}
@media screen and (max-width: 1600px) {
    .joke {
        width: 90%;
    }
    .section .content .secTop h3 {
        font-size: 28px;
    }
}
@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;
    }
    .section .title h1 {
        font-size: 32px;
        line-height: 150px;
    }
    .section .content .secTop {
        flex-direction: column;
        align-items: unset;
        padding-top: 40px;
        margin-bottom: 50px;
    }
    .section .content .secTop h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .section .content .secTop p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
    .section {
        margin-bottom: 70px;
    }
}
@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;
    }
}