.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 {
    width: 100%;
}
.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 {
    margin-bottom: 148px;
}
.section .content .joke {
    display: flex;
    padding-top: 86px;
}
.section .content h3 {
    font-size: 34px;
    font-family: HarmonyOS-B;
    font-weight: bold;
    color: #242424;
    margin-right: 300px;
}
.section .content .wrap {
    width: 1000px;
}
.section .content .wrap .wrap_top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 43px;
}
.section .content .wrap .wrap_top .item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    margin-right: 95px;
}
.section .content .wrap .wrap_top .item p {
    font-size: 18px;
    font-family: HarmonyOS;
    font-weight: 400;
    color: #535353;
    line-height: 26px;
}
.section .content .wrap .wrap_top .item:nth-child(1) {
    width: 427px;
}
.section .content .wrap .wrap_top .item:nth-child(1) p {
    width: 80%;
}
.en .link {
    display: none;
}
.en .section .title {
    display: none;
}
.en .section .content h3 {
    white-space: nowrap;
}
.section .content .wrap .wrap_top .item .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    font-size: 30px;
    color: rgba(90, 90, 90, 1);
    margin-right: 25px;
    transition: 1s;
}
.section .content .wrap .wrap_top .item:hover .iconfont {
    color: #fff;
    border: 1px solid transparent;
    background: #39B6E7;
}
.section .content .wrap .ewm {
    display: flex;
    align-items: center;
}
.section .content .wrap .ewm img {
    display: block;
    margin-right: 38px;
}
.section .content .wrap .ewm img {
    width: 119px;
}
.section .content .wrap .ewm .text p {
    font-size: 16px;
    font-family: HarmonyOS;
    font-weight: 300;
    color: #333333;
    margin-bottom: 15px;
}
.section .content .wrap .ewm .text h5 {
    font-size: 18px;
    font-family: HarmonyOS;
    font-weight: 500;
    color: #333333;
}
.section .map {
    width: 100%;
    position: relative;
}
.section .map img {
    display: block;
    width: 100%;
}
.section .map>.iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    background: #39B6E7;
    box-shadow: 0px 2px 51px 0px rgba(0,0,0,0.11);
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 20.3%;
    left: 29.5%;
}
.section .map .address {
    width: 500px;
    background: #FFFFFF;
    box-shadow: 0px 2px 51px 0px rgba(0,0,0,0.04);
    border-radius: 24px;
    padding: 75px 51px 54px 55px;
    position: absolute;
    top: 26.5%;
    right: 22.3%;
}
.section .map .address h5  {
    font-size: 28px;
    font-family: HarmonyOS-B;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
}
.section .map .address p {
    font-size: 16px;
    font-family: HarmonyOS;
    font-weight: 400;
    color: #5F5F5F;
    line-height: 32px;
    margin-bottom: 38px;
}
.section .map .address .dizhi {
    display: flex;
    align-items: center;
}
.section .map .address .dizhi .iconfont {
    width: 51px;
    height: 51px;
    background: #39B6E7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-right: 13px;
}
.section .map .address .dizhi p {
    font-size: 14px;
    font-family: HarmonyOS;
    font-weight: 400;
    color: #4F4F4F;
    margin: 0;
}
.link .line{
    width: 160px;
}
@media screen and (max-width: 1600px) {
    .joke {
        width: 90%;
    }
    .section .content .wrap .wrap_top .item {
        width: 50% !important;
        margin-right: 0;
    }
    .section .content h3 {
        width: 20%;
        margin-right: 0;
    }
    .section .content .joke {
        justify-content: space-between;
    }
    .section .content .wrap {
        width: 70%;
    }
    .section .content .wrap .wrap_top .item p {
        font-size: 14px;
    }
}
@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 .joke {
        display: block;
    }
    .section .content h3 {
        width: 100%;
        margin-right: 0;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section .content .joke {
        padding-top: 40px;
    }
    .section .content .wrap .wrap_top .item {
        width: 100% !important;
    }
    .section .content .wrap {
        width: 100%;
    }
    .section .content .wrap .wrap_top .item p {
        width: 80%;
    }
    .section .content .wrap .wrap_top {
        margin-bottom: 0;
    }
    .section .content {
        margin-bottom: 50px;
    }
    .section .map {
        height: 600px;
    }
    .section .map img {
        height: 100%;
    }
    .section .map .address {
        width: 80%;
        top: 50%;
        right: 50%;
        transform: translateX(-50%);
        padding: 20px;
    }
    .section .map .address h5 {
        font-size: 18px;
    }
    .section .map .address p {
        font-size: 14px;
    }
    .section .map>.iconfont {
        left: 2%;
    }
    .section .map .address {
        right: 5%;
        top: 50%;
    }
}
@media screen and (max-width: 540px) {
    .link{
        overflow-x: scroll;
    }
    .link::-webkit-scrollbar{
        display: none;
    }
    .link a{
        width: auto;
        margin-right: 30px;
        white-space: nowrap;
    }
    .section .map {
        height: 500px;
    }
    .section .map .address p {
        margin-bottom: 0;
    }
}
