.learn img.go,
.learn span {
    vertical-align: middle
}

.w {
    width: 1320px;
    margin: 0 auto
}

.learn {
    display: inline-block;
    font-size: 22px;
    line-height: 40px;
    color: #0B4DF5;
    font-weight: 500;
    cursor: pointer
}

.learn img.go {
    width: 50px;
    margin-left: 24px
}

.page-title {
    text-align: center
}

.page-title>h1 {
    font-weight: 700;
    font-size: 100px;
    margin-top: 160px
}

.page-title>p {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 160px
}

.page-title img {
    width: 100%;
    border-radius: 40px
}

.page-title .content {
    position: relative
}

.page-title .content .desc {
    width: 37%;
    position: absolute;
    top: 50%;
    left: 48px;
    text-align: left;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.page-title .content .desc .title {
    font-size: 36px;
    font-weight: 700
}

.page-title .content .desc .text {
    font-size: 22px;
    margin: 24px 0
}

.page-title .content .desc .more {
    display: inline-block;
    font-size: 22px;
    background: #fff;
    color: #0d4df5;
    padding: 12px 32px;
    border-radius: 50px;
    cursor: pointer
}

.page-title .content.mobile {
    display: none
}

.page-title .content.mobile .desc {
    width: 90%;
    top: 9%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center
}

.property {
    margin-top: 160px;
    text-align: center
}

.property>h1 {
    font-weight: 700;
    font-size: 60px
}

.property>p {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 100px
}

.property>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.property>.content .item {
    width: 20%;
    margin-bottom: 24px
}

.property>.content .title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 40px
}

.property>.content .text {
    font-size: 20px
}

.exhibition {
    position: relative;
    margin: 160px 0;
    overflow: hidden;
    text-align: right
}

.exhibition .content {
    position: absolute;
    top: 50%;
    left: 8%;
    text-align: left;
    width: 35%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.exhibition .title {
    font-size: 48px;
    font-weight: 700
}

.exhibition .img {
    width: 54%
}

.exhibition .text {
    font-size: 24px;
    margin: 32px 0;
    padding-right: 24px
}

.exhibition.left {
    text-align: left
}

.exhibition.left .content {
    left: unset;
    right: 8%
}

.more-fun {
    position: relative;
    margin-top: 160px;
    text-align: center;
    color: #fff
}

.more-fun .content {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-22%, -50%);
    transform: translate(-22%, -50%)
}

.more-fun h1 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 28px
}

.more-fun p {
    font-size: 28px
}

.more-fun img {
    width: 100%
}

@media screen and (max-width:1400px) {
    .w {
        width: 860px
    }
    .page-title>h1 {
        font-size: 80px;
        margin-top: 100px
    }
    .page-title>p {
        font-size: 28px;
        margin-top: 24px;
        margin-bottom: 100px
    }
    .page-title .content .desc .title {
        font-size: 30px
    }
    .page-title .content .desc .text {
        font-size: 17px;
        margin: 16px 0
    }
    .page-title .content .desc .more {
        font-size: 16px;
        padding: 10px 24px
    }
    .property>h1 {
        font-size: 48px
    }
    .property>p {
        font-size: 26px;
        margin-top: 24px;
        margin-bottom: 72px
    }
    .property>.content img {
        width: 120px
    }
    .property>.content .title {
        font-size: 26px;
        margin-top: 40px;
        margin-bottom: 24px
    }
    .exhibition.left .content {
        right: 2%
    }
    .property>.content .text {
        font-size: 16px
    }
    .exhibition .content>.title {
        font-size: 38px
    }
    .exhibition .content>.text {
        font-size: 18px
    }
    .more-fun h1 {
        font-size: 46px;
        font-weight: 700;
        margin-bottom: 20px
    }
    .more-fun p {
        font-size: 20px
    }
}

@media screen and (max-width:880px) {
    .more-fun p,
    .page-title .content.pc {
        display: none
    }
    .w {
        width: 100%;
        padding: 0 12px
    }
    .page-title>h1 {
        font-size: 50px;
        margin-top: 60px
    }
    .page-title>p {
        font-size: 24px;
        margin-top: 12px;
        margin-bottom: 40px
    }
    .property>h1 {
        font-size: 36px
    }
    .property>p {
        font-size: 24px;
        margin-top: 16px;
        margin-bottom: 48px
    }
    .property>.content .item {
        width: 48%
    }
    .property>.content img {
        width: 88px
    }
    .property>.content .title {
        font-size: 22px;
        margin-top: 14px;
        margin-bottom: 14px
    }
    .page-title .content.mobile {
        display: block
    }
    .page-title .content.mobile .desc .title {
        font-size: 28px
    }
    .exhibition {
        padding: 0 24px;
        margin: 80px 0
    }
    .exhibition .content {
        position: static;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 24px
    }
    .exhibition .content>.title {
        margin: 12px 0;
        font-size: 30px
    }
    .exhibition .content>.text {
        font-size: 20px;
        margin: 12px 0
    }
    .exhibition .img {
        width: 100%
    }
    .more-fun {
        margin-top: 60px
    }
    .more-fun .content {
        -webkit-transform: translate(-17%, -50%);
        transform: translate(-17%, -50%)
    }
    .more-fun h1 {
        font-size: 21px
    }
}