.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(4) {
    margin-right: 0;
}
.link a.on {
    color: #39B6E7;
}
.link a:hover {
    color: #39B6E7;
}
.section {
    width: 100%;
}
.en .section .content .joke .gc .item p {
    width: 60%;
    line-height: 28px;
}
.en .section .content .left>p {
    padding-bottom: 38px;
}

.section .title {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.joke {
    width: 1480px;
    margin: auto;
}
.section .title .joke h1 {
    font-size: 48px;
    font-family: HarmonyOS-B;
    font-weight: bold;
    color: #333333;
    line-height: 274px;
}
.section .content .joke .top {
    display: flex;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 90px;
}
.section .content .joke .top h1 {
    width: 50%;
    font-size: 34px;
    font-family: HarmonyOS-B;
    font-weight: bold;
    color: #242424;
}
.section .content .joke .top p {
    width: 50%;
    font-size: 18px;
    font-family: HarmonyOS;
    font-weight: 400;
    color: #3E3E3E;
}
.section .content .joke .img {
    width: 100%;
    overflow: hidden;
    height: 600px;
    margin-bottom: 80px;
}
.section .content .joke .img img {
    width: 100%;
    height: 100%;
    display: block;

    transition: 1s;
}
.section .content .joke .gc {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 66px;
    margin-bottom: 121px;
}
.section .content .joke .gc .item {
    width: 50%;
    margin-bottom: 51px;
    position: relative;
}
.section .content .joke .gc .item:nth-child(1),.section .content .joke .gc .item:nth-child(2) {
    margin-bottom: 51px;
}
.section .content .joke .gc .item h1 {
    font-size: 28px;
    font-family: HarmonyOS;
    font-weight: 400;
    color: #242424;
    margin-bottom: 28px;
    transition: 1s;
}
.section .content .joke .gc .line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin-bottom: 63px;
}
.section .content .joke .gc .item:hover h1 {
    font-weight: 500;
}
.section .content .joke .gc .item .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid #C6C8CB;
    border-radius: 50%;
    margin-bottom: 80px;
    transition: 1s;
    position: relative;
}
.section .content .joke .gc .item p {
    font-size: 18px;
    font-family: HarmonyOS;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 40px;
}
.section .content .joke .gc .item:hover .iconfont {
    background: #39B6E7;
    border-radius: 50%;
    border: 1px solid transparent;
}
.section .content .joke .gc .item .iconfont img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 1s;
}
.section .content .joke .gc .item .iconfont img:nth-child(1) {
    opacity: 1;
}
.section .content .joke .gc .item .iconfont img:nth-child(2) {
    opacity: 0;
}
.section .content .joke .gc .item:hover .iconfont img:nth-child(1) {
    opacity: 0;
}
.section .content .joke .gc .item:hover .iconfont img:nth-child(2) {
    opacity: 1;
}

.link .line {
    width: 160px;
}
@media screen and (max-width: 1520px) {

    .joke {
        width: 90%;
    }
    .en .section .content .joke .gc .item p {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .banner {
        height: 40vh;
    }

    .banner img {
        height: 100%;
    }

    .link {
        height: 50px;
        padding: 0 20px;
        justify-content: space-between;
    }
    .link a {
        margin-right: 0;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        height: 100%;
        width: 25%;
    }

    .link .line {
        width: 84px;
        left: 283px;
    }

    .section .title {
        height: 150px;
        display: flex;
        align-items: center;
    }

    .section .title .joke h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .section .content .joke .top {
        display: block;
        padding: 50px 0;
    }

    .section .content .joke .top h1 {
        margin-right: 0;
        width: 100%;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section .content .joke .top p {
        width: 100%;
        margin-right: 0;
    }
    .section .content .joke .top p {
        font-size: 14px;
        line-height: 28px;
    }
    .section .content .joke .img {
        height: auto;
        margin-bottom: 50px;
    }
    .section .content .joke .gc .item h1 {
        font-size: 18px;
    }
    .section .content .joke .gc {
        padding-top: 40px;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .section .content .joke .gc .item .iconfont {
        margin-bottom: 20px;
    }
    .section .content .joke .gc .item p {
        font-size: 14px;
        line-height: 24px;
    }
    .section .content .joke .gc .item {
        width: 40%;
    }
    .section .content .joke .gc .line {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 540px) {
    .link{
        overflow-x: scroll;
        justify-content: start;
    }
    .link::-webkit-scrollbar{
        display: none;
    }
    .link a{
        width: auto;
        margin-right: 30px;
        white-space: nowrap;
    }
    .section .content .joke .gc .item {
        width: 48%;
    }
    .section .content .joke .gc .item h1{
        height: 63px;
    }
}
@media screen and (max-width: 414px) {
    .section .content .joke .gc .item h1 {
        font-size: 16px;
    }
}
